Questions tagged as 'physx'

1
answer

How to fix rigid "bodies" using PhysX

How can I fix two hard or dynamic "bodies" in a way that where one goes the other goes as close as possible to PhysX . I'm using the PxFixedJoint class but it did not please me. Asyoucanseeintheprintabove,thereisa"belly" curve in t...
asked by 31.07.2014 / 19:59
1
answer

How to store the PxFixedJoint class in a vector

I'm trying to store the PxFixedJoint class in a std::vector with the push_back method. But the vector is always empty, it just does not add anything. Down the code. // C++ // Declaração do vector para armazenar os joint...
asked by 02.08.2014 / 19:57