- Timestamp:
- 03/16/03 22:58:27 (10 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/examples/osgvertexprogram/osgvertexprogram.cpp
r1697 r1704 1 #include <osg/GL>2 #include <osgProducer/Viewer>3 4 1 #include <osg/Vec3> 5 2 #include <osg/Vec4> … … 27 24 #include <osgUtil/SmoothingVisitor> 28 25 #include <osgUtil/Optimizer> 26 27 #include <osgProducer/Viewer> 28 29 29 30 30 float refract = 1.01; // ratio of indicies of refraction
