初始化版本库,可用
This commit is contained in:
8
types/GraphicsSystem/IView.d.ts
vendored
Normal file
8
types/GraphicsSystem/IView.d.ts
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
import { Camera, Scene } from "three";
|
||||
export interface IViewer {
|
||||
Camera: Camera;
|
||||
Width: number;
|
||||
Height: number;
|
||||
Scene: Scene;
|
||||
}
|
||||
//# sourceMappingURL=IView.d.ts.map
|
Reference in New Issue
Block a user