统一模型库前端基础依赖
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { w2layout, w2ui } from "w2ui";
|
||||
import { w2layout, w2ui } from "../../vendor/w2ui";
|
||||
import { getCurrentUser, clearSession } from "../../services/authState";
|
||||
import { loadFolders } from "./modules/folders";
|
||||
import { bindModelActions } from "./modules/models";
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { w2popup } from "w2ui";
|
||||
import { w2popup } from "../../../vendor/w2ui";
|
||||
import type { Object3D, PerspectiveCamera, Scene, Texture, WebGLRenderer } from "three";
|
||||
import type { OrbitControls } from "three/examples/jsm/controls/OrbitControls.js";
|
||||
import type { GLTFLoader } from "three/examples/jsm/loaders/GLTFLoader.js";
|
||||
|
||||
Reference in New Issue
Block a user