Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Obi Fluid - Tunnelling
#2
(20-08-2019, 05:27 PM)TimLewis Wrote: What I'm not clear on is why the same wouldn't be true for a Kinematic Object using Rigidbody.MovePosition, as this also internally updates the rigidbody.velocity.

Well, it doesn't for kinematic rigidbodies. It updates the internal interpolation state, but that's all. rigidbody.velocity will still be zero when using MovePosition.

The ObiKinematicVelocity component does differentiate both angular and linear velocities from position/orientation for kinematic RBs. Use that instead.
Reply


Messages In This Thread
Obi Fluid - Tunnelling - by TimLewis - 20-08-2019, 05:27 PM
RE: Obi Fluid - Tunnelling - by josemendez - 20-08-2019, 05:36 PM
RE: Obi Fluid - Tunnelling - by TimLewis - 21-08-2019, 10:44 AM