6 #include "VsMovableItem.h"
9 #include "VsMotorizedJoint.h"
10 #include "VsRigidBody.h"
12 #include "VsSimulator.h"
13 #include "VsDragger.h"
26 VsOdorSensor::VsOdorSensor()
31 VsOdorSensor::~VsOdorSensor()
39 {
Std_TraceMsg(0,
"Caught Error in desctructor of VsOdorSensor/\r\n",
"", -1,
false,
true);}
42 void VsOdorSensor::CreateGraphicsGeometry()
47 void VsOdorSensor::CreatePhysicsGeometry() {}
49 void VsOdorSensor::ResizePhysicsGeometry() {}
55 VsRigidBody::CreateItem();
Declares the vortex odor sensor class.
osg::Geometry * CreateSphereGeometry(int latres, int longres, float radius)
Classes for implementing the cm-labs vortex physics engine for AnimatLab.
void Std_TraceMsg(const int iLevel, std::string strMessage, std::string strSourceFile, int iSourceLine, bool bLogToFile, bool bPrintHeader)
Traces a message to the debugger window.
virtual void CreateParts()
Allows the rigid body to create its parts using the chosen physics engine.
float m_fltRadius
The radius of the sensor part. It is shown as a sphere object.