From Wang Rui, added osgParticle serializers

This commit is contained in:
Robert Osfield
2010-01-28 08:53:48 +00:00
parent 13531757c4
commit db275d7c26
38 changed files with 855 additions and 0 deletions

View 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" )
{
}