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

Revision 2887, 449 bytes checked in by mattausch, 16 years ago (diff)

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