- Timestamp:
- 04/03/03 10:14:49 (10 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/examples/osgstereoimage/osgstereoimage.cpp
r1779 r1799 417 417 418 418 float radius = 1.0f; 419 float height = 2*radius*tan f(fovy*0.5f);419 float height = 2*radius*tan(fovy*0.5f); 420 420 float length = osg::PI*radius; // half a cylinder. 421 421
