NVIDIAGameWorks / PhysX-3.4

NVIDIA PhysX SDK 3.4
https://www.nvidia.com/
2.35k stars 273 forks source link

eENABLE_POSE_INTEGRATION_PREVIEW assertion when addActor to scene #80

Open redstorm-fyy opened 5 years ago

redstorm-fyy commented 5 years ago

I set the eENABLE_POSE_INTEGRATION_PREVIEW and add the actor to the scene. But then get assertion at PX_ASSERT(getScene().isInPosePreviewList(*this)); in file ScBodySim.cpp:285 It seems the actor is inactive and called BodySim::onDeactivate,and then assertion.But the actor never added to PosePreviewList

redstorm-fyy commented 5 years ago

my version is release 3.4.2