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

Revision 2888, 470 bytes checked in by mattausch, 16 years ago (diff)

corrected views

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=0 1 0
13//camDirection=1 0 0
14useFullScreen=0
15useLODs=1
16#modelPath=data/city/model/
17
18
19############
20# shader stuff
21
22# ssao exponential smoothing factor
23expFactor=0.1f
24#numSsaoSamples=8
Note: See TracBrowser for help on using the repository browser.