Changeset 8433

Show
Ignore:
Timestamp:
06/12/08 18:23:27
Author:
robert
Message:

Fixed number typo

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • OpenSceneGraph-TrainingMaterials/trunk/Sources/Exercises/08_viewer/8f_slavecameras/8f_slavecameras.cpp

    r8431 r8433  
    4040    //    Toggle on stats to view the camera stats.  
    4141    // 
    42     // 5. Reset the projection matrix offset back to indentity and  
     42    // 6. Reset the projection matrix offset back to indentity and  
    4343    //    modify the slave view matrix offset of the two 
    4444    //    slave cameas to create a single cylinderical style display. 
    4545    //    Toggle on stats to view the camera stats.  
    4646    // 
    47     // 5. Chnage the window creation code so that it uses two graphics 
     47    // 7. Chnage the window creation code so that it uses two graphics 
    4848    //    windows, one per slave rather than a single window.  
    4949