33#ifndef DART_GUI_OSG_RENDER_CAPSULESHAPENODE_HPP_
34#define DART_GUI_OSG_RENDER_CAPSULESHAPENODE_HPP_
36#include <osg/MatrixTransform>
50class CapsuleShapeGeode;
51class CapsuleShapeDrawable;
57 std::shared_ptr<dart::dynamics::CapsuleShape> shape,
Definition ShapeFrameNode.hpp:61
Definition CapsuleShapeNode.cpp:51
Definition CapsuleShapeNode.hpp:54
std::shared_ptr< dart::dynamics::CapsuleShape > mCapsuleShape
Definition CapsuleShapeNode.hpp:66
void refresh()
Update all rendering data for this ShapeNode.
Definition CapsuleShapeNode.cpp:98
void extractData(bool firstTime)
Definition CapsuleShapeNode.cpp:111
CapsuleShapeGeode * mGeode
Definition CapsuleShapeNode.hpp:67
virtual ~CapsuleShapeNode()
Definition CapsuleShapeNode.cpp:125
Definition ShapeNode.hpp:60
Definition BulletCollisionDetector.cpp:60