Ignore:
Timestamp:
08/07/06 10:40:43 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Vis/Preprocessing/src/BoostPreprocessorThread.cpp

    r1166 r1184  
    2929                // camera.LookAtBox(mPreprocessor->mKdTree->GetBox()); 
    3030                //      camera.LookInBox(mPreprocessor->mKdTree->GetBox()); 
    31                 camera.SetPosition(Vector3(3473, 6.778, -1699)); 
    32                 camera.SetDirection(Vector3(-0.2432, 0, 0.97)); 
     31                camera.SetPosition(Vector3(3473, 6.778f, -1699.0f)); 
     32                camera.SetDirection(Vector3(-0.2432f, 0, 0.97f)); 
    3333                //      camera.SetPosition(Vector3(991.7, 187.8, -271)); 
    3434                //      camera.SetDirection(Vector3(0.9, 0, -0.4)); 
Note: See TracChangeset for help on using the changeset viewer.