tana / Mondeto

An open, flexible, and secure online virtual reality system.
MIT License
39 stars 0 forks source link

velocity and angularVelocity in local coord #63

Closed tana closed 4 years ago

tana commented 4 years ago

Current code uses velocity and angularVelocity of world coordinate. However, position and rotation are now local, these time-derivative should be in local (relative to parent) coordinate.

tana commented 4 years ago

Solved in PR #64 .