Changeset 9568
- Timestamp:
- 01/28/09 12:16:29 (4 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgParticle/FluidFrictionOperator.cpp
r4121 r9568 37 37 38 38 osg::Vec3 Fr(-R * v.x(), -R * v.y(), -R * v.z()); 39 39 40 #if 0 41 // Commenting out rotation of force vector rotation from local to world as the particle velocity itself 42 // should already be in world coords so shouldn't need rotating. 40 43 if (_current_program->getReferenceFrame() == ModularProgram::RELATIVE_RF) { 41 44 Fr = _current_program->rotateLocalToWorld(Fr); 42 45 } 46 #endif 43 47 44 48 // correct unwanted velocity increments
