1 #ifndef diguyOsgGraphicsState_h__
2 #define diguyOsgGraphicsState_h__
13 #include <osg/StateSet>
45 #endif // diguyOsgGraphicsState_h__
Definition: diguyOsgGraphicsState.h:21
A class that represents a shared material/textures combination.
Definition: diguyGraphicsState.h:37
osg::ref_ptr< osg::StateSet > m_state_set
Definition: diguyOsgGraphicsState.h:35
virtual void unbuild()
This function will be called by DI-Guy when it is time for a renderer-specific state object to be des...
Definition: diguyOsgGraphicsState.cpp:191
diguyGraphicsState * diguyOsgGraphicsState_create_func(void *internal_data)
Create function declaration.
Definition: diguyOsgGraphicsState.cpp:210
virtual void build()
This function will be called by DI-Guy when it is time for a renderer-specific state object to be cre...
Definition: diguyOsgGraphicsState.cpp:67
osg::StateSet * get_state_set()
Definition: diguyOsgGraphicsState.h:31
diguyOsgGraphicsState(void *internal_data)
4 Header files and forward declarations
Definition: diguyOsgGraphicsState.cpp:40