source:
GTP/trunk/App/Demos/Vis/FriendlyCulling/default.env
@
2986
Revision 2986, 517 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 | |
[2845] | 6 | trianglesPerVirtualLeaf=300 |
[2836] | 7 | keyForwardMotion=20.0f |
[2828] | 8 | keyRotation=1.5f |
9 | winWidth=1024 | |
10 | winHeight=768 | |
[2829] | 11 | camPosition=483.398f 242.364f 186.078f |
[2986] | 12 | #camDirection=1 0 0 |
[2959] | 13 | lightDirection=-0.8f 1.0f -0.7f |
14 | #lightDirection=0.0f 0.0f -1.0f | |
[2868] | 15 | useFullScreen=0 |
[2867] | 16 | useLODs=1 |
[2954] | 17 | shadowSize=4096 |
[2846] | 18 | #modelPath=data/city/model/ |
[2838] | 19 | |
[2846] | 20 | |
[2838] | 21 | ############ |
22 | # shader stuff | |
[2846] | 23 | |
[2901] | 24 | # ssao temporal coherence factor |
[2982] | 25 | tempCohFactor=50.0f |
Note: See TracBrowser
for help on using the repository browser.