Ignore:
Timestamp:
01/25/06 14:35:01 (18 years ago)
Author:
bittner
Message:

rss preprocessor debugging + merge

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/VUT/GtpVisibilityPreprocessor/src/PreprocessorThread.cpp

    r556 r576  
    2828 
    2929  if (0) { 
    30     camera.LookAtBox(mPreprocessor->mKdTree->GetBox()); 
     30    // camera.LookAtBox(mPreprocessor->mKdTree->GetBox()); 
    3131        //      camera.LookInBox(mPreprocessor->mKdTree->GetBox()); 
    32         //      camera.SetPosition(camera.mPosition + Vector3(0,300,0)); 
     32        camera.SetPosition(Vector3(3473, 6.778, -1699)); 
     33        camera.SetDirection(Vector3(-0.2432, 0, 0.97)); 
    3334    camera.SnapImage("camera.jpg", mPreprocessor->mKdTree, mPreprocessor->mSceneGraph); 
    3435  } 
Note: See TracChangeset for help on using the changeset viewer.