Changeset 8433
- Timestamp:
- 06/12/08 18:23:27
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
OpenSceneGraph-TrainingMaterials/trunk/Sources/Exercises/08_viewer/8f_slavecameras/8f_slavecameras.cpp
r8431 r8433 40 40 // Toggle on stats to view the camera stats. 41 41 // 42 // 5. Reset the projection matrix offset back to indentity and42 // 6. Reset the projection matrix offset back to indentity and 43 43 // modify the slave view matrix offset of the two 44 44 // slave cameas to create a single cylinderical style display. 45 45 // Toggle on stats to view the camera stats. 46 46 // 47 // 5. Chnage the window creation code so that it uses two graphics47 // 7. Chnage the window creation code so that it uses two graphics 48 48 // windows, one per slave rather than a single window. 49 49
