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