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

Revision 3238, 1.9 KB checked in by mattausch, 16 years ago (diff)
Line 
1#####################################################
2#   environment file for the friendlyculling demo   #
3#####################################################
4
5
6################
7# misc stuff
8
9filename=city
10useLODs=1
11# shadow map size
12shadowSize=4096
13# the filenames given to recorded frames (+ number.bmp)
14recordedFramesSuffix=image
15# the filename for the statistics
16statsFilename=mystats.log
17
18
19############
20## chc++ options
21
22assumedVisibleFrames=10
23maxBatchSize=50
24# triangles per bvh leaf (influences hierarchy depth vs. occlusion power)
25trianglesPerVirtualLeaf=300
26# max depth for searching for nodes for tight bounds
27maxDepthForTestingChildren=3
28
29
30####################
31## camera / light options
32
33# move speed
34keyForwardMotion=5.0f
35keyRotation=0.5f
36#keyForwardMotion=20.0f
37#keyRotation=1.5f
38
39# initial camera position
40#camPosition=483.398f 242.364f 186.078f
41# initial camera orientation
42#camDirection=1 0 0
43
44camPosition=468.025 267.591 182.478
45camDirection=0.937282 0.348573 -0
46
47#lightDirection=-0.8f 1.0f -0.7f
48lightDirection=-0.3f 0.2f -0.7f
49
50
51#####################
52## window options
53
54#winWidth=800
55#winHeight=600
56
57winWidth=1024
58winHeight=768
59
60useFullScreen=0
61
62# the used render method (forward, forward + depth pass, deferred, deferred + depth pass
63renderMethod=2
64
65#modelPath=data/city/model/
66
67
68############
69## shader options for deferred rendering
70
71# tone mapping
72useHDR=0
73
74# use antialiasing
75useAA=0
76
77# show lense flare
78useLenseFlare=1
79
80# use ssao / color bleeding
81useAdvancedShading=1
82
83# skylight turbitity
84turbitity=3.0f
85
86
87###############
88## ssao options
89
90# use full resolution ssao (vs. half resoltion)
91ssaoUseFullResolution=1
92# ssao kernel radius
93#ssaoKernelRadius=8e-1f
94ssaoKernelRadius=4e-1f
95# ssao sample intensity
96#ssaoSampleIntensity=0.2f
97ssaoSampleIntensity=0.8f
98# ssao temporal coherence factor
99tempCohFactor=2000.0f
100# ssao filter radius
101ssaoFilterRadius=12.0f
Note: See TracBrowser for help on using the repository browser.