18 #include <diguyGraphicsMesh.h>
20 #include <osg/Drawable>
22 class diguyGraphicsVertexData;
Class declaration.
Definition: DtDiGuyOsgGraphicsMesh.h:32
void attach_state_set_to_drawable(int drawable_index)
std::vector< bool > m_has_graphics_state_set
Definition: DtDiGuyOsgGraphicsMesh.h:50
diguyGraphicsMesh * diguyOsgGraphicsMesh_create_func(void *internal_data)
Create function declaration.
osg::Drawable * getDrawable(int drawable_index)
osg::PrimitiveSet * get_primitiveSet()
Definition: DtDiGuyOsgGraphicsMesh.h:42
std::vector< osg::ref_ptr< osg::Drawable > > m_drawables
Definition: DtDiGuyOsgGraphicsMesh.h:49
diguyOsgGraphicsMesh(void *internal_data)
osg::ref_ptr< osg::PrimitiveSet > m_primitiveSet
Definition: DtDiGuyOsgGraphicsMesh.h:48