13 lines
465 B
C++
13 lines
465 B
C++
#include <osgVolume/Property>
|
|
#include <osgDB/ObjectWrapper>
|
|
#include <osgDB/InputStream>
|
|
#include <osgDB/OutputStream>
|
|
|
|
REGISTER_OBJECT_WRAPPER( osgVolume_SwitchProperty,
|
|
new osgVolume::SwitchProperty,
|
|
osgVolume::SwitchProperty,
|
|
"osg::Object osgVolume::Property osgVolume::CompositeProperty osgVolume::SwitchProperty" )
|
|
{
|
|
ADD_INT_SERIALIZER( ActiveProperty, 0 ); // _activeProperty
|
|
}
|