- Timestamp:
- 09/15/10 15:04:35 (3 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/examples/osgparticleshader/osgparticleshader.cpp
r11754 r11765 101 101 osg::ref_ptr<osgParticle::ParticleSystem> ps = new osgParticle::ParticleSystem; 102 102 103 osgParticle::Particle& ptemp = ps->getDefaultParticleTemplate();104 103 ps->getDefaultParticleTemplate().setLifeTime( 5.0f ); 105 104
