开发:导出走刀算法,矩形判断api
This commit is contained in:
22
types/GraphicsSystem/RenderType.d.ts
vendored
22
types/GraphicsSystem/RenderType.d.ts
vendored
@@ -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
|
Reference in New Issue
Block a user