From Wang Rui, added osgParticle serializers
This commit is contained in:
11
src/osgWrappers/serializers/osgParticle/SmokeEffect.cpp
Normal file
11
src/osgWrappers/serializers/osgParticle/SmokeEffect.cpp
Normal file
@@ -0,0 +1,11 @@
|
||||
#include <osgParticle/SmokeEffect>
|
||||
#include <osgDB/ObjectWrapper>
|
||||
#include <osgDB/InputStream>
|
||||
#include <osgDB/OutputStream>
|
||||
|
||||
REGISTER_OBJECT_WRAPPER( osgParticleSmokeEffect,
|
||||
new osgParticle::SmokeEffect,
|
||||
osgParticle::SmokeEffect,
|
||||
"osg::Object osg::Node osg::Group osgParticle::ParticleEffect osgParticle::SmokeEffect" )
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user