- Timestamp:
- 04/25/06 14:56:33 (7 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/examples/osgprecipitation/osgprecipitation.cpp
r5111 r5112 116 116 while (arguments.read("--fogColour", color.r(), color.g(), color.b(), color.a() )) precipitationEffect->getFog()->setColor(color); 117 117 118 // while (arguments.read("--useFarLineSegments")) { parameters.useFarLineSegments = true; }118 while (arguments.read("--useFarLineSegments")) { precipitationEffect->setUseFarLineSegments(true); } 119 119 120 120
