39 virtual void SetupPhysics();
41 #pragma region DataAccesMethods
43 virtual bool SetData(
const std::string &strDataType,
const std::string &strValue,
bool bThrowError =
true);
44 virtual void QueryProperties(CStdPtrArray<TypeProperty> &aryProperties);
48 virtual void CreateJoint();
49 virtual void Physics_ResetSimulation();
A common class for all joint data specific to vortex.
Vortex ball-and-socket joint class.
A BallSocket type of joint.
Classes for implementing the cm-labs vortex physics engine for AnimatLab.
btConeTwistConstraint * m_btSocket
The bullet socket class.