Ignore:
Timestamp:
11/11/08 19:14:04 (16 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r3117 r3119  
    1 ############################# 
    2 # environment file for the friendlyculling demo 
     1##################################################### 
     2#   environment file for the friendlyculling demo   # 
     3##################################################### 
     4 
     5 
    36 
    47############ 
    5 ## chc++ options 
     8# chc++ options 
    69 
    710assumedVisibleFrames=10 
     
    1013trianglesPerVirtualLeaf=300 
    1114 
     15################ 
     16 
     17useLODs=1 
     18shadowSize=4096 
     19 
     20#################### 
     21# camera / light options 
    1222 
    1323# move speed 
     
    1727#keyRotation=1.5f 
    1828 
    19  
    20 winWidth=1024 
    21 winHeight=768 
    22  
    23 # initial positin + orientation 
     29# initial camera position 
    2430camPosition=483.398f 242.364f 186.078f 
     31# initial camera orientation 
    2532camDirection=1 0 0 
    2633 
     
    2835lightDirection=-0.3f 0.2f -0.7f 
    2936 
     37 
     38##################### 
     39# window options 
     40 
     41winWidth=1024 
     42winHeight=768 
     43 
    3044useFullScreen=0 
    31 useLODs=1 
    32 shadowSize=4096 
     45 
    3346 
    3447#modelPath=data/city/model/ 
    3548 
    3649 
    37  
    3850############ 
    39 # shader stuff 
     51# shader options 
    4052 
    4153# ssao temporal coherence factor 
Note: See TracChangeset for help on using the changeset viewer.