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

Revision 2957, 550 bytes checked in by mattausch, 16 years ago (diff)

preetham working

Line 
1#############################
2# environment file for the friendlyculling demo
3
4assumedVisibleFrames=10
5maxBatchSize=50
6trianglesPerVirtualLeaf=300
7keyForwardMotion=20.0f
8keyRotation=1.5f
9winWidth=1024
10winHeight=768
11camPosition=483.398f 242.364f 186.078f
12camDirection=1 0 0
13#lightDirection=-0.8f 1.0f -0.7f
14#lightDirection=0.2f -1.0f -.5f
15lightDirection=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=100.0f
Note: See TracBrowser for help on using the repository browser.