浏览代码

Update to the webxr-input-profiles 1.0.0 release.

Brandon Jones 5 年之前
父节点
当前提交
b135f9111e
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      examples/jsm/libs/motion-controllers.module.js
  2. 1 1
      examples/jsm/webxr/XRControllerModelFactory.js

+ 1 - 1
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 = {
 const Constants = {

+ 1 - 1
examples/jsm/webxr/XRControllerModelFactory.js

@@ -19,7 +19,7 @@ import {
 	MotionController
 	MotionController
 } from '../libs/motion-controllers.module.js';
 } 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';
 const DEFAULT_PROFILE = 'generic-trigger';
 
 
 function XRControllerModel( ) {
 function XRControllerModel( ) {