From Wang Rui, added osgParticle serializers
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
#include <osgParticle/ConnectedParticleSystem>
|
||||
#include <osgDB/ObjectWrapper>
|
||||
#include <osgDB/InputStream>
|
||||
#include <osgDB/OutputStream>
|
||||
|
||||
REGISTER_OBJECT_WRAPPER( osgParticleConnectedParticleSystem,
|
||||
new osgParticle::ConnectedParticleSystem,
|
||||
osgParticle::ConnectedParticleSystem,
|
||||
"osg::Object osg::Drawable osgParticle::ParticleSystem osgParticle::ConnectedParticleSystem" )
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user