Ignore:
Timestamp:
05/13/09 18:33:02 (15 years ago)
Author:
mattausch
Message:

cleaned up code: working ok now

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/App/Demos/Vis/FriendlyCulling/src/chcdemo.cpp

    r3368 r3369  
    104104float farDist = 1e6f; 
    105105/// the field of view 
    106 const float fov = 50.0f; 
     106//const float fov = 50.0f; 
     107const float fov = 90.0f; 
    107108 
    108109float skyDomeScaleFactor = 80.0f; 
     
    627628        //LoadModel("elephal.dem", dynamicObjects); 
    628629 
    629         if (0) LoadPompeiiFloor(); 
     630        if (1) LoadPompeiiFloor(); 
    630631 
    631632#if 1 
     
    643644        // sibenik positions 
    644645        VertexArray positions; 
    645         const float factor2 = 1.6f; 
     646        //const float factor2 = 1.6f; 
     647        const float factor2 = 1.5f; 
     648 
    646649        // for buddha (lowres) 
    647650        positions.push_back(Vector3(6.07307, 8.20723, 6.62 - factor2)); 
Note: See TracChangeset for help on using the changeset viewer.