You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PxRigidDynamic::setKinematicSurfaceVelocity() is described in the Physx 4.1 documentation but is missing in the sources.
I would need the method to instant move a kinematic body and have correct velocities reported for that frame.
(so PxRigidDynamic::setGlobalPose + PxRigidDynamic::setKinematicSurfaceVelocity()).
I currently use PxRigidDynamic::setKinematicSurfaceVelocity but this introduces a one frame delay
in comparison to PxRigidDynamic::setGlobalPose.
The text was updated successfully, but these errors were encountered:
PxRigidDynamic::setKinematicSurfaceVelocity() is described in the Physx 4.1 documentation but is missing in the sources.
I would need the method to instant move a kinematic body and have correct velocities reported for that frame.
(so PxRigidDynamic::setGlobalPose + PxRigidDynamic::setKinematicSurfaceVelocity()).
I currently use PxRigidDynamic::setKinematicSurfaceVelocity but this introduces a one frame delay
in comparison to PxRigidDynamic::setGlobalPose.
The text was updated successfully, but these errors were encountered: