Changeset 1596


Ignore:
Timestamp:
10/10/06 09:05:05 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/App/Demos/Vis/HillyTerrain/OGRE/TerrainFrameListener.cpp

    r1298 r1596  
    181181         
    182182 
     183        ////////// 
    183184        //-- overlays 
    184185         
     
    298299                // Setup the ray scene query 
    299300                Ray mouseRay = mCamera->getCameraToViewportRay(e->getX(), e->getY()); 
    300                   
    301                 //Vector3 queryResult; mRayQueryExecutor->executeRayQuery(&queryResult, mouseRay); 
    302301                Real val = Math::RangeRandom(0, 360); // random rotation 
    303302 
     
    449448        { 
    450449                // important for visualization => draw octree bounding boxes 
    451                 mSceneMgr->setOption("ShowOctree", &mShowVisualization); 
    452                  
     450                //mSceneMgr->setOption("ShowOctree", &mShowVisualization); 
     451                 
     452                /////////////// 
    453453                //-- setup visualization camera 
    454454 
     
    11841184{ 
    11851185        mShowOctree = !mShowOctree; 
    1186  
    11871186        mSceneMgr->setOption("ShowOctree", &mShowOctree); 
    11881187} 
Note: See TracChangeset for help on using the changeset viewer.