1 #ifndef diguyOsgGraphicsMaterial_h__
2 #define diguyOsgGraphicsMaterial_h__
7 #include <osg/Material>
47 #endif // diguyOsgGraphicsMaterial_h__
diguyOsgGraphicsMaterial(void *internal_data)
Definition: diguyOsgGraphicsMaterial.cpp:18
virtual void build()
This function will be called by DI-Guy when it is time for a renderer-specific material object to be ...
Definition: diguyOsgGraphicsMaterial.cpp:48
Materials modify the color and lighting characteristics of meshes.
Definition: diguyOsgGraphicsMaterial.h:21
A class that represents a shared material.
Definition: diguyGraphicsMaterial.h:42
osg::ref_ptr< osg::Material > m_material
Definition: diguyOsgGraphicsMaterial.h:35
virtual void unbuild()
This function will be called by DI-Guy when it is time for a renderer-specific material object to be ...
Definition: diguyOsgGraphicsMaterial.cpp:106
diguyGraphicsMaterial * diguyOsgGraphicsMaterial_create_func(void *internal_data)
Create function declaration.
Definition: diguyOsgGraphicsMaterial.cpp:124
osg::Material * get_material()
Definition: diguyOsgGraphicsMaterial.h:31