I'm a beginner in Three.js and could use some guidance...
I've been moving and rotating an object randomly multiple times. Eventually, I need to determine the orientation of the local coordinate system of that object for physics calculations...
Can anyone advise on how I can extract the matrix containing the local coordinate system from the object?
Thank you