Added support for .osgt, .osgb and .osgx plugins to osgvolume example
This commit is contained in:
@@ -3,9 +3,22 @@
|
||||
#include <osgDB/InputStream>
|
||||
#include <osgDB/OutputStream>
|
||||
|
||||
REGISTER_OBJECT_WRAPPER( osgVolume_SampleDensityProperty,
|
||||
new osgVolume::SampleDensityProperty,
|
||||
osgVolume::SampleDensityProperty,
|
||||
"osg::Object osgVolume::Property osgVolume::ScalarProperty osgVolume::SampleDensityProperty" )
|
||||
namespace osgVolume_SampleDensityProperty
|
||||
{
|
||||
REGISTER_OBJECT_WRAPPER( osgVolume_SampleDensityProperty,
|
||||
new osgVolume::SampleDensityProperty,
|
||||
osgVolume::SampleDensityProperty,
|
||||
"osg::Object osgVolume::Property osgVolume::ScalarProperty osgVolume::SampleDensityProperty" )
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
namespace osgVolume_SampleDensityWhenMovingProperty
|
||||
{
|
||||
REGISTER_OBJECT_WRAPPER( osgVolume_SampleDensityWhenMovingProperty,
|
||||
new osgVolume::SampleDensityWhenMovingProperty,
|
||||
osgVolume::SampleDensityWhenMovingProperty,
|
||||
"osg::Object osgVolume::Property osgVolume::ScalarProperty osgVolume::SampleDensityWhenMovingProperty" )
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user