root/OpenSceneGraph/trunk/src/osgWrappers/serializers/osgParticle/CenteredPlacer.cpp
@
11020
| Revision 11020, 454 bytes (checked in by robert, 3 years ago) |
|---|
| Line | |
|---|---|
| 1 | #include <osgParticle/CenteredPlacer> |
| 2 | #include <osgDB/ObjectWrapper> |
| 3 | #include <osgDB/InputStream> |
| 4 | #include <osgDB/OutputStream> |
| 5 | |
| 6 | REGISTER_OBJECT_WRAPPER( osgParticleCenteredPlacer, |
| 7 | /*new osgParticle::CenteredPlacer*/NULL, |
| 8 | osgParticle::CenteredPlacer, |
| 9 | "osg::Object osgParticle::Placer osgParticle::CenteredPlacer" ) |
| 10 | { |
| 11 | ADD_VEC3_SERIALIZER( Center, osg::Vec3() ); // center_ |
| 12 | } |
Note: See TracBrowser
for help on using the browser.
