- Timestamp:
- 04/10/09 13:19:34 (4 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/examples/osgdepthpartition/osgdepthpartition.cpp
r10001 r10021 73 73 const unsigned int n_points = 1024; 74 74 osg::Vec3Array * coords = new osg::Vec3Array(n_points); 75 const double dx = 2.0* M_PI/n_points;75 const double dx = 2.0*osg::PI/n_points; 76 76 double s,c; 77 77 for (unsigned int j=0; j<n_points; ++j) {
