diff --git a/examples/jsm/libs/motion-controllers.module.js b/examples/jsm/libs/motion-controllers.module.js index c2f0e5f88f995591d13de03de561b6cee44306e0..9b2caaee6d1c4ccf3c737b99d8f0efb68314e059 100644 --- a/examples/jsm/libs/motion-controllers.module.js +++ b/examples/jsm/libs/motion-controllers.module.js @@ -1,5 +1,5 @@ /** - * @webxr-input-profiles/motion-controllers 0.2.0 https://github.com/immersive-web/webxr-input-profiles + * @webxr-input-profiles/motion-controllers 1.0.0 https://github.com/immersive-web/webxr-input-profiles */ const Constants = { diff --git a/examples/jsm/webxr/XRControllerModelFactory.js b/examples/jsm/webxr/XRControllerModelFactory.js index 2e81b6c3aaf84ba25c703377c8270324e80b67fc..b43743bffe5a2eede0a5c817bb1e91f44db3f887 100644 --- a/examples/jsm/webxr/XRControllerModelFactory.js +++ b/examples/jsm/webxr/XRControllerModelFactory.js @@ -19,7 +19,7 @@ import { MotionController } from '../libs/motion-controllers.module.js'; -const DEFAULT_PROFILES_PATH = 'https://cdn.jsdelivr.net/npm/@webxr-input-profiles/assets@0.2.0/dist/profiles'; +const DEFAULT_PROFILES_PATH = 'https://cdn.jsdelivr.net/npm/@webxr-input-profiles/assets@1.0/dist/profiles'; const DEFAULT_PROFILE = 'generic-trigger'; function XRControllerModel( ) {