source: GTP/trunk/App/Demos/Vis/FriendlyCulling/default.env @ 3115

Revision 3115, 607 bytes checked in by mattausch, 16 years ago (diff)
Line 
1#############################
2# environment file for the friendlyculling demo
3
4assumedVisibleFrames=10
5maxBatchSize=50
6trianglesPerVirtualLeaf=300
7#trianglesPerVirtualLeaf=30000
8keyForwardMotion=20.0f
9keyRotation=1.5f
10winWidth=1024
11winHeight=768
12camPosition=483.398f 242.364f 186.078f
13camDirection=1 0 0
14#lightDirection=-0.8f 1.0f -0.7f
15lightDirection=-0.3f 0.2f -0.7f
16#lightDirection=0.0f 0.0f -1.0f
17useFullScreen=0
18useLODs=1
19shadowSize=4096
20#modelPath=data/city/model/
21
22
23############
24# shader stuff
25
26# ssao temporal coherence factor
27tempCohFactor=100.0f
28# tone mapping
29useHDR=0
Note: See TracBrowser for help on using the repository browser.