14 #include <diguyGraphicsMaterial.h>
15 #include <osg/Material>
35 virtual void unbuild();
38 osg::Material*
material() {
return myMaterial.get(); }
osg::ref_ptr< osg::Material > myMaterial
Definition: DtDiGuyOsgGraphicsMaterial.h:41
Contains DLL export macros.
Derived diguyGraphicsMaterial to create OSG material objects.
Definition: DtDiGuyOsgGraphicsMaterial.h:22
osg::Material * material()
Get the OSG material object.
Definition: DtDiGuyOsgGraphicsMaterial.h:38
diguyGraphicsMaterial * diguyOsgGraphicsMaterial_create_func(void *internal_data)
Creator to override diguyGraphicsMaterial with ours Registered in DtDiGuyFunctionRegistration.
#define DT_DLL_VRVDIGUY
Definition: vrvDiGuy.h:21