source:
GTP/trunk/App/Demos/Vis/FriendlyCulling/default.env
@
3066
Revision 3066, 558 bytes checked in by mattausch, 16 years ago (diff) |
---|
Rev | Line | |
---|---|---|
[2828] | 1 | ############################# |
2 | # environment file for the friendlyculling demo | |
3 | ||
4 | assumedVisibleFrames=10 | |
5 | maxBatchSize=50 | |
[3066] | 6 | trianglesPerVirtualLeaf=300 |
7 | #trianglesPerVirtualLeaf=30000 | |
[2836] | 8 | keyForwardMotion=20.0f |
[2828] | 9 | keyRotation=1.5f |
10 | winWidth=1024 | |
11 | winHeight=768 | |
[2829] | 12 | camPosition=483.398f 242.364f 186.078f |
[3064] | 13 | camDirection=1 0 0 |
[2959] | 14 | lightDirection=-0.8f 1.0f -0.7f |
15 | #lightDirection=0.0f 0.0f -1.0f | |
[2868] | 16 | useFullScreen=0 |
[2867] | 17 | useLODs=1 |
[2954] | 18 | shadowSize=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] | 26 | tempCohFactor=50.0f |
[2994] | 27 | |
[3003] | 28 | useHDR=0 |
Note: See TracBrowser
for help on using the repository browser.