Ignore:
Timestamp:
05/02/06 16:47:50 (18 years ago)
Author:
bittner
Message:

mesh inntersection bug fixed

File:
1 edited

Legend:

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

    r871 r878  
    5555  mViewPoint = mSceneGraph->GetBox().Center(); 
    5656  mViewDirection = Vector3(0,0,1); 
     57 
     58  mViewPoint = Vector3(991.7, 187.8, -271); 
     59  mViewDirection = Vector3(0.9, 0, -0.4); 
    5760 
    5861  //  timerId = startTimer(10); 
Note: See TracChangeset for help on using the changeset viewer.