5 #include <osg/StateSet>
Graphics state objects mostly serve as containers for other sub-objects, such as materials and textur...
Definition: diguyOsgGraphicsState.h:21
A class that represents a shared material/textures combination.
Definition: diguyGraphicsState.h:44
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:179
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:48
osg::StateSet * get_state_set()
Definition: diguyOsgGraphicsState.h:31
diguyGraphicsState * diguyOsgGraphicsState_create_func(void *internal_data)
Create function declaration.
Definition: diguyOsgGraphicsState.cpp:198
diguyOsgGraphicsState(void *internal_data)
Definition: diguyOsgGraphicsState.cpp:21