51 virtual void CreateHingeGraphics(
float fltHeight,
float fltRadius,
float fltFlapWidths,
52 osg::ref_ptr<osg::MatrixTransform> osgJointMT,
OsgHingeLimit *lpUpperLimit,
54 virtual void CreateCylinderGraphics(
float fltHeight,
float fltRadius);
Vortex hinge joint class.
Classes for implementing the cm-labs vortex physics engine for AnimatLab.
osg::ref_ptr< osg::StateSet > m_osgCylinderSS
The osg cylinder state set.
osg::ref_ptr< osg::MatrixTransform > m_osgCylinderMT
The osg cylinder matrix transform.
osg::ref_ptr< osg::Geometry > m_osgCylinder
The osg cylinder geometry.
osg::ref_ptr< osg::Geode > m_osgCylinderGeode
The osg cylinder geode.
osg::ref_ptr< osg::Material > m_osgCylinderMat
The osg cylinder material.