diff --git a/src/webxr/XRControllerModelFactory.js b/src/webxr/XRControllerModelFactory.js index 760b6a62..1b8fc612 100644 --- a/src/webxr/XRControllerModelFactory.js +++ b/src/webxr/XRControllerModelFactory.js @@ -2,7 +2,11 @@ import { Mesh, MeshBasicMaterial, Object3D, Quaternion, SphereGeometry } from 't import { GLTFLoader } from '../loaders/GLTFLoader' -import { Constants as MotionControllerConstants, fetchProfile, MotionController } from '@webxr-input-profiles' +import { + Constants as MotionControllerConstants, + fetchProfile, + MotionController, +} from '@webxr-input-profiles/motion-controllers' const DEFAULT_PROFILES_PATH = 'https://cdn.jsdelivr.net/npm/@webxr-input-profiles/assets@1.0/dist/profiles' const DEFAULT_PROFILE = 'generic-trigger'