wip
This commit is contained in:
parent
77760a4dd1
commit
a497de6da4
1 changed files with 2 additions and 0 deletions
|
|
@ -36,6 +36,8 @@
|
||||||
import { VRButton } from 'three/addons/webxr/VRButton.js';
|
import { VRButton } from 'three/addons/webxr/VRButton.js';
|
||||||
import { GLTFLoader } from 'three/addons/loaders/GLTFLoader.js';
|
import { GLTFLoader } from 'three/addons/loaders/GLTFLoader.js';
|
||||||
import { FBXLoader } from 'three/addons/loaders/FBXLoader.js';
|
import { FBXLoader } from 'three/addons/loaders/FBXLoader.js';
|
||||||
|
import { USDZLoader } from 'three/addons/loaders/USDZLoader.js';
|
||||||
|
import { OBJLoader } from 'three/addons/loaders/OBJLoader.js';
|
||||||
import { HTMLMesh } from 'three/addons/interactive/HTMLMesh.js';
|
import { HTMLMesh } from 'three/addons/interactive/HTMLMesh.js';
|
||||||
import { InteractiveGroup } from 'three/addons/interactive/InteractiveGroup.js';
|
import { InteractiveGroup } from 'three/addons/interactive/InteractiveGroup.js';
|
||||||
import { XRControllerModelFactory } from 'three/addons/webxr/XRControllerModelFactory.js';
|
import { XRControllerModelFactory } from 'three/addons/webxr/XRControllerModelFactory.js';
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue