Hi everyone, I am new to babylonjs and 3D modelling. I am trying to build an application so that my 3D human avatar can be driven by data from Kinect V2. Now I am stuck in the middle of the experiment.
The playground example is in Babylon.js Playground
I retrieve the quaternion of the left lower arm bone in world space, use the quaternion to rotate the vector [1,0,0]. I expect in world space, the rotated vector should be parallel to the lower arm. However, the white line seems like does not work as expected.
Can anyone please help to find what could be wrong?
Thank you