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