Ignore:
Timestamp:
01/24/08 11:41:38 (17 years ago)
Author:
bittner
Message:

siggraph submission

File:
1 edited

Legend:

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

    r2633 r2638  
    8989        mSceneGraph->CollectObjects(mObjects); 
    9090 
    91 #if 1 
     91#if 0 
    9292        viewCellsManager->GetViewPoint(mViewPoint); 
    9393        mViewDirection = Vector3(0,0,1); 
    9494#else 
    95          
    96         mViewPoint = Vector3(1213.85, 176.988, -437.364); 
    97         mViewDirection = Vector3(0.433884, 0, -0.900969); 
     95 
     96        // for sg snapshot 
     97        mViewPoint = Vector3(18.5133, 10.9818, -1032.24); 
     98        mViewDirection = Vector3(-0.5373, 0, 0.843391); 
     99           
     100          //    mViewPoint = Vector3(1213.85, 176.988, -437.364); 
     101          //    mViewDirection = Vector3(0.433884, 0, -0.900969); 
    98102         
    99103        //mViewPoint = Vector3(1099.9,183.0,-387); 
     
    505509 
    506510        glEnd(); 
    507  
     511         
    508512        glPopMatrix(); 
     513 
     514#if 1 
     515        // test the box of the object 
     516        AxisAlignedBox3 box = leaf->GetBox(); 
     517        RenderBox(box); 
     518#endif 
    509519} 
    510520 
Note: See TracChangeset for help on using the changeset viewer.