浏览代码

exporting the CCDIKHelper class also (#23404)

Antoine BERNIER 3 年之前
父节点
当前提交
a3f62b179f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      examples/jsm/animation/CCDIKSolver.js

+ 1 - 1
examples/jsm/animation/CCDIKSolver.js

@@ -461,4 +461,4 @@ class CCDIKHelper extends Object3D {
 
 }
 
-export { CCDIKSolver };
+export { CCDIKSolver, CCDIKHelper };