开发更新

This commit is contained in:
ChenX
2024-03-26 10:01:15 +08:00
parent ed08696189
commit 070821c353
498 changed files with 5192 additions and 10640 deletions

View File

@@ -1,8 +0,0 @@
import { Camera, Scene } from "three";
export interface IViewer {
Camera: Camera;
Width: number;
Height: number;
Scene: Scene;
}
//# sourceMappingURL=IView.d.ts.map