Changeset 13041 for OpenSceneGraph/trunk/src/osgWrappers/deprecated-dotosg/osgParticle/IO_BounceOperator.cpp
- Timestamp:
- 03/21/12 18:36:20 (14 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgWrappers/deprecated-dotosg/osgParticle/IO_BounceOperator.cpp
r12292 r13041 35 35 } 36 36 } 37 37 38 38 if (fr[0].matchWord("resilience")) { 39 39 if (fr[1].getFloat(value)) { … … 43 43 } 44 44 } 45 45 46 46 if (fr[0].matchWord("cutoff")) { 47 47 if (fr[1].getFloat(value)) {
