jsantell / THREE.IK

inverse kinematics for three.js
https://jsantell.github.io/THREE.IK
MIT License
455 stars 54 forks source link

Displaying the rotation and position of meshChains in console.log () #28

Open dominiksekowski opened 2 years ago

dominiksekowski commented 2 years ago

Hi! What is the most correct way to display the rotation of individual chains? How correctly can I refer to them from index.html? An empty array is displayed using console.log(solver.meshChains) in the function initScene(){}. Thanks!