-
Is PhysX/physx/snippets/snippetimmediatemode/SnippetImmediateMode.cpp Lines 788 to 791 in 561a0df However, the field is also read by PhysX itself by Should I set it to null before calling |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Apparently the field is overwritten by the call to |
Beta Was this translation helpful? Give feedback.
Apparently the field is overwritten by the call to
Dy::createFinalizeSolverContactsStep
insidePxCreateContactConstraintsTGS
, so I don’t have to set it to null first. So it’s safe to use it as a generic userdata field before the call toPxCreateContactConstraintsTGS
.