- Timestamp:
- 01/05/07 16:32:21 (6 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/examples/osghangglide/osghangglide.cpp
r5908 r5909 157 157 158 158 unsigned int numCameras = 2; 159 double aspectRatioScale = 1.0 /(double)numCameras;159 double aspectRatioScale = 1.0; 160 160 for(unsigned int i=0; i<numCameras;++i) 161 161 {
