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

Revision 2868, 448 bytes checked in by mattausch, 16 years ago (diff)

changed ssao to multipass algorithm

RevLine 
[2828]1#############################
2# environment file for the friendlyculling demo
3
4assumedVisibleFrames=10
5maxBatchSize=50
[2845]6trianglesPerVirtualLeaf=300
[2836]7keyForwardMotion=20.0f
[2828]8keyRotation=1.5f
9winWidth=1024
10winHeight=768
[2829]11camPosition=483.398f 242.364f 186.078f
[2865]12camDirection=1 0 0
[2868]13useFullScreen=0
[2867]14useLODs=1
[2846]15#modelPath=data/city/model/
[2838]16
[2846]17
[2838]18############
19# shader stuff
[2846]20
[2861]21# ssao exponential smoothing factor
[2838]22expFactor=0.1f
[2846]23#numSsaoSamples=8
Note: See TracBrowser for help on using the repository browser.