19 bool m_bPhsyicsDefined;
21 virtual void SetupPhysics();
22 virtual void DeletePhysics(
bool bIncludeChildren);
28 #pragma region DataAccesMethods
30 virtual bool SetData(
const std::string &strDataType,
const std::string &strValue,
bool bThrowError =
true);
31 virtual void QueryProperties(CStdPtrArray<TypeProperty> &aryProperties);
32 virtual bool Physics_IsDefined() {
return m_bPhsyicsDefined;};
36 virtual void CreateJoint();
Classes for implementing the cm-labs vortex physics engine for AnimatLab.
A common class for all joint data specific to vortex.