- Timestamp:
- 03/22/05 13:04:03 (8 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/examples/osgsimulation/osgsimulation.cpp
r3725 r3933 110 110 _longitude(0.0), 111 111 _height(100000.0) 112 {} 113 112 { 113 _rotation.makeRotate(osg::DegreesToRadians(90.0),0.0,0.0,1.0); 114 } 115 114 116 void updateParameters() 115 117 { 116 _l atitude -= ((2.0*osg::PI)/360.0)/20.0;118 _longitude += ((2.0*osg::PI)/360.0)/20.0; 117 119 } 118 120
