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

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