Ignore:
Timestamp:
11/11/08 12:18:07 (16 years ago)
Author:
mattausch
Message:

strange errors

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/App/Demos/Vis/FriendlyCulling/default.env

    r3115 r3117  
    22# environment file for the friendlyculling demo 
    33 
     4############ 
     5## chc++ options 
     6 
    47assumedVisibleFrames=10 
    58maxBatchSize=50 
     9# triangles per bvh leaf (influences hierarchy depth vs. occlusion power) 
    610trianglesPerVirtualLeaf=300 
    7 #trianglesPerVirtualLeaf=30000 
    8 keyForwardMotion=20.0f 
    9 keyRotation=1.5f 
     11 
     12 
     13# move speed 
     14keyForwardMotion=5.0f 
     15keyRotation=0.5f 
     16#keyForwardMotion=20.0f 
     17#keyRotation=1.5f 
     18 
     19 
    1020winWidth=1024 
    1121winHeight=768 
     22 
     23# initial positin + orientation 
    1224camPosition=483.398f 242.364f 186.078f 
    1325camDirection=1 0 0 
     26 
    1427#lightDirection=-0.8f 1.0f -0.7f 
    1528lightDirection=-0.3f 0.2f -0.7f 
    16 #lightDirection=0.0f 0.0f -1.0f 
     29 
    1730useFullScreen=0 
    1831useLODs=1 
    1932shadowSize=4096 
     33 
    2034#modelPath=data/city/model/ 
     35 
    2136 
    2237 
Note: See TracChangeset for help on using the changeset viewer.