同步最新的WebCAD代码,包括窗户与材质槽
This commit is contained in:
2
types/GraphicsSystem/CameraUpdate.d.ts
vendored
2
types/GraphicsSystem/CameraUpdate.d.ts
vendored
@@ -5,7 +5,7 @@ export declare enum CameraType {
|
||||
OrthographicCamera = 1,
|
||||
PerspectiveCamera = 2
|
||||
}
|
||||
declare type Camera = OrthographicCamera | PerspectiveCamera;
|
||||
type Camera = OrthographicCamera | PerspectiveCamera;
|
||||
/**
|
||||
*
|
||||
* 相机的控制.
|
||||
|
Reference in New Issue
Block a user