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

Revision 3066, 558 bytes checked in by mattausch, 16 years ago (diff)
RevLine 
[2828]1#############################
2# environment file for the friendlyculling demo
3
4assumedVisibleFrames=10
5maxBatchSize=50
[3066]6trianglesPerVirtualLeaf=300
7#trianglesPerVirtualLeaf=30000
[2836]8keyForwardMotion=20.0f
[2828]9keyRotation=1.5f
10winWidth=1024
11winHeight=768
[2829]12camPosition=483.398f 242.364f 186.078f
[3064]13camDirection=1 0 0
[2959]14lightDirection=-0.8f 1.0f -0.7f
15#lightDirection=0.0f 0.0f -1.0f
[2868]16useFullScreen=0
[2867]17useLODs=1
[2954]18shadowSize=4096
[2846]19#modelPath=data/city/model/
[2838]20
[2846]21
[2838]22############
23# shader stuff
[2846]24
[2901]25# ssao temporal coherence factor
[2982]26tempCohFactor=50.0f
[2994]27
[3003]28useHDR=0
Note: See TracBrowser for help on using the repository browser.