About Store Forum Documentation Contact



Search Results
Post Author Forum Replies Views Posted [asc]
  Thread: How to change World veclocity to local velocity?
Post: RE: How to change World veclocity to local velocit...

ok, I found the answer. Vec localVel = actor.vel().div(actor.matrix().orn(), true); Vec worldVel = localVel.mul(actor.matrix().orn());
derek Support 1 2,894 08-03-2012, 07:21 AM
  Thread: How to change World veclocity to local velocity?
Post: How to change World veclocity to local velocity?

Hello~ I want to know how to change actor.vel() form world velocity to local relativeVelocity. Thanks!!
derek Support 1 2,894 08-02-2012, 03:33 PM