Browse Source

exporting the CCDIKHelper class also (#23404)

Antoine BERNIER 3 years ago
parent
commit
a3f62b179f
1 changed files with 1 additions and 1 deletions
  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 };