Files
OpenSceneGraph/src/osgWrappers/serializers/osgVolume/LightingProperty.cpp
2010-05-18 11:00:06 +00:00

12 lines
379 B
C++

#include <osgVolume/Property>
#include <osgDB/ObjectWrapper>
#include <osgDB/InputStream>
#include <osgDB/OutputStream>
REGISTER_OBJECT_WRAPPER( osgVolume_LightingProperty,
new osgVolume::LightingProperty,
osgVolume::LightingProperty,
"osg::Object osgVolume::Property osgVolume::LightingProperty" )
{
}