Most voted "physx" questions
2 questions
Sort by count of
-
7
votes1
answer169
viewsHow to fix rigid "bodies" using Physx
How can I fix two rigid or dynamic "bodies" in a way that where one goes the other goes together as fixed as possible with Physx. I’m using the class PxFixedJoint but I didn’t like it. As you can…
-
0
votes1
answer47
viewsHow to store the Pxfixedjoint class in a vector
I’m trying to store the class PxFixedJoint in a std::vector with the method push_back. But the vector is always empty, simply adds nothing. Down with the code. // C++ // Declaração do vector para…