|
Revision 11020, 498 bytes
(checked in by robert, 3 years ago)
|
|
From Wang Rui, added osgParticle serializers
|
| Line | |
|---|
| 1 | #include <osgParticle/AngularAccelOperator> |
|---|
| 2 | #include <osgDB/ObjectWrapper> |
|---|
| 3 | #include <osgDB/InputStream> |
|---|
| 4 | #include <osgDB/OutputStream> |
|---|
| 5 | |
|---|
| 6 | REGISTER_OBJECT_WRAPPER( osgParticleAngularAccelOperator, |
|---|
| 7 | new osgParticle::AngularAccelOperator, |
|---|
| 8 | osgParticle::AngularAccelOperator, |
|---|
| 9 | "osg::Object osgParticle::Operator osgParticle::AngularAccelOperator" ) |
|---|
| 10 | { |
|---|
| 11 | ADD_VEC3_SERIALIZER( AngularAcceleration, osg::Vec3() ); |
|---|
| 12 | } |
|---|