Changeset 13041 for OpenSceneGraph/trunk/src/osgWrappers/deprecated-dotosg/osgParticle/IO_FluidFrictionOperator.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_FluidFrictionOperator.cpp
r10974 r13041 71 71 fw.indent() << "fluidViscosity " << aop.getFluidViscosity() << std::endl; 72 72 fw.indent() << "overrideRadius " << aop.getOverrideRadius() << std::endl; 73 73 74 74 osg::Vec3 w = aop.getWind(); 75 75 fw.indent() << "wind " << w << std::endl;
