- Timestamp:
- 04/22/06 17:08:07 (7 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/examples/osgprecipitation/osgprecipitation.cpp
r5099 r5102 16 16 #include <osgProducer/Viewer> 17 17 18 #include <osg/Point> 19 #include <osg/BlendFunc> 20 #include <osg/Texture2D> 21 #include <osg/PointSprite> 22 #include <osg/Program> 23 #include <osg/Fog> 24 #include <osg/Point> 25 #include <osg/PointSprite> 26 #include <osg/io_utils> 27 28 #include "PrecipitationEffect.h" 18 #include <osgParticle/PrecipitationEffect> 29 19 30 20 #if 0
