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

Revision 3066, 558 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
14lightDirection=-0.8f 1.0f -0.7f
15#lightDirection=0.0f 0.0f -1.0f
16useFullScreen=0
17useLODs=1
18shadowSize=4096
19#modelPath=data/city/model/
20
21
22############
23# shader stuff
24
25# ssao temporal coherence factor
26tempCohFactor=50.0f
27
28useHDR=0
Note: See TracBrowser for help on using the repository browser.