Line | |
---|
1 | #############################
|
---|
2 | # environment file for the friendlyculling demo
|
---|
3 |
|
---|
4 | assumedVisibleFrames=10
|
---|
5 | maxBatchSize=50
|
---|
6 | trianglesPerVirtualLeaf=300
|
---|
7 | #trianglesPerVirtualLeaf=30000
|
---|
8 | keyForwardMotion=20.0f
|
---|
9 | keyRotation=1.5f
|
---|
10 | winWidth=1024
|
---|
11 | winHeight=768
|
---|
12 | camPosition=483.398f 242.364f 186.078f
|
---|
13 | camDirection=1 0 0
|
---|
14 | lightDirection=-0.8f 1.0f -0.7f
|
---|
15 | #lightDirection=0.0f 0.0f -1.0f
|
---|
16 | useFullScreen=0
|
---|
17 | useLODs=1
|
---|
18 | shadowSize=4096
|
---|
19 | #modelPath=data/city/model/
|
---|
20 |
|
---|
21 |
|
---|
22 | ############
|
---|
23 | # shader stuff
|
---|
24 |
|
---|
25 | # ssao temporal coherence factor
|
---|
26 | tempCohFactor=50.0f
|
---|
27 |
|
---|
28 | useHDR=0 |
---|
Note: See
TracBrowser
for help on using the repository browser.