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