Ignore:
Timestamp:
05/13/05 15:14:12 (19 years ago)
Author:
mattausch
Message:

ogre: changed from occlusion_query_nv to occlusion_query_arb (in ogre_changes)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/VUT/work/TestCullingTerrain/TestCullingTerrainApplication.cpp

    r94 r97  
    2727        if(mTerrainContentGenerator) 
    2828                delete mTerrainContentGenerator; 
    29         //if(mVisualizationCamera) delete mVisualizationCamera; 
    3029} 
    3130//----------------------------------------------------------------------- 
     
    8382    mSceneMgr->setSkyBox(true, "Examples/SpaceSkyBox", 5000, false); 
    8483        //mSceneMgr->setSkyDome( true, "Examples/CloudySky", 5, 8, 500, false ); 
    85  
    86         /*      // Define the required skyplane 
    87         Plane plane; 
    88         // 5000 world units from the camera 
    89         plane.d = 5000; 
    90         // Above the camera, facing down 
    91         plane.normal = -Vector3::UNIT_Y; 
    92         // Create the plane 10000 units wide, tile the texture 3 times 
    93     mSceneMgr->setSkyPlane(true, plane, "Examples/SpaceSkyPlane",10000,3);*/ 
    9484 
    9585        std::string terrain_cfg("terrain.cfg"); 
Note: See TracChangeset for help on using the changeset viewer.