开发:导出走刀算法,矩形判断api

This commit is contained in:
Zoe
2020-10-23 09:55:50 +08:00
parent 465e6ec04a
commit 5a695e3cb5
80 changed files with 21799 additions and 169 deletions

View File

@@ -1,8 +1,5 @@
/**
* 场景的渲染类型.
*
* @export
* @enum {number}
*/
export declare enum RenderType {
/**
@@ -20,6 +17,23 @@ export declare enum RenderType {
Jig = 4,
Print = 5,
/**物理带线框 */
Physical2 = 6
Physical2 = 6,
/******************************************** 在视口时的渲染模式 */
/**
* 线框模式
*/
WireframePrint = 101,
/**
* 概念
*/
ConceptualPrint = 102,
/**
* 物理着色PBR
*/
PhysicalPrint = 103,
JigPrint = 104,
PrintPrint = 105,
/**物理带线框 */
Physical2Print = 106
}
//# sourceMappingURL=RenderType.d.ts.map