MCPcopy Create free account
hub / github.com/NVIDIAGameWorks/PhysX / setMotion

Method setMotion

physx/source/physxextensions/src/ExtD6Joint.cpp:99–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97}
98
99void D6Joint::setMotion(PxD6Axis::Enum index, PxD6Motion::Enum t)
100{
101 data().motion[index] = t;
102 mRecomputeMotion = true;
103 markDirty();
104}
105
106PxReal D6Joint::getTwistAngle() const
107{

Calls 1

markDirtyFunction · 0.85

Tested by

no test coverage detected