33#ifndef DART_GUI_OSG_RENDER_CYLINDERSHAPENODE_HPP_
34#define DART_GUI_OSG_RENDER_CYLINDERSHAPENODE_HPP_
36#include <osg/MatrixTransform>
50class CylinderShapeGeode;
51class CylinderShapeDrawable;
Definition ShapeFrameNode.hpp:58
Definition CylinderShapeNode.cpp:48
Definition CylinderShapeNode.hpp:54
virtual ~CylinderShapeNode()
Definition CylinderShapeNode.cpp:128
void extractData(bool firstTime)
Definition CylinderShapeNode.cpp:115
void refresh()
Update all rendering data for this ShapeNode.
Definition CylinderShapeNode.cpp:102
CylinderShapeGeode * mGeode
Definition CylinderShapeNode.hpp:68
std::shared_ptr< dart::dynamics::CylinderShape > mCylinderShape
Definition CylinderShapeNode.hpp:67
Definition ShapeNode.hpp:59
Definition BulletCollisionDetector.cpp:63