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

Revision 3268, 2.5 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
10filename=procedural_pompeii_area6_hires/pompeii
11#filename=city
12useLODs=1
13# shadow map size
14shadowSize=4096
15# the filenames given to recorded frames (+ number.bmp)
16recordedFramesSuffix=image
17# the filename for the statistics
18statsFilename=mystats.log
19
20# use potentially visible sets?
21usePvs=0
22
23# if using pvs, this specifies the name of the visibility solutin
24visibilitySolution=vienna_full-8x3-pgv
25viewCellsScaleFactor=1.0f
26useSkylightForIllum=0
27
28
29############
30## chc++ options
31
32assumedVisibleFrames=10
33maxBatchSize=50
34# triangles per bvh leaf (influences hierarchy depth vs. occlusion power)
35trianglesPerVirtualLeaf=300
36# max depth for searching for nodes for tight bounds
37maxDepthForTestingChildren=3
38
39
40####################
41## camera / light options
42
43# move speed
44#keyForwardMotion=5.0f
45#keyRotation=0.5f
46keyForwardMotion=20.0f
47keyRotation=1.5f
48
49# initial camera position
50#camPosition=483.398f 242.364f 186.078f
51camPosition=1300.0f -2500.0f 10.0f
52
53# initial camera orientation
54camDirection=1 0 0
55
56#camPosition=468.025 267.591 182.478
57#camDirection=0.937282 0.348573 -0
58
59#lightDirection=-0.8f 1.0f -0.7f
60lightDirection=-0.3f 0.2f -0.7f
61
62
63#####################
64## window options
65
66#winWidth=800
67#winHeight=600
68
69winWidth=1024
70winHeight=768
71
72useFullScreen=0
73
74# the used render method (forward, forward + depth pass, deferred, deferred + depth pass
75#renderMethod=2
76renderMethod=0
77
78#modelPath=data/city/model/
79
80
81############
82## shader options for deferred rendering
83
84# tone mapping
85useHDR=0
86
87# use antialiasing
88useAA=0
89
90# show lense flare
91useLenseFlare=1
92
93# use ssao / color bleeding
94useAdvancedShading=1
95
96# skylight turbitity
97turbitity=3.0f
98
99
100###############
101## ssao options
102
103# use full resolution ssao (vs. half resoltion)
104ssaoUseFullResolution=0
105# ssao kernel radius
106#ssaoKernelRadius=8e-1f
107ssaoKernelRadius=4e-1f
108# ssao sample intensity
109#ssaoSampleIntensity=0.2f
110ssaoSampleIntensity=0.8f
111# ssao temporal coherence factor
112tempCohFactor=2000.0f
113# ssao filter radius
114ssaoFilterRadius=12.0f
115
116
117###########################
118## powerplant options
119
120#filename=PowerPlantM
121#keyForwardMotion=500.0f
122#mouseMotion=3.0f
123#visibilitySolution=power-plant-2c-xx-1000b-pgv2
124#camPosition=-1320.57 -6306.34 3603
125#camDirection=0.292156 0.9556 0.0383878
126#viewCellsScaleFactor=0.05f
Note: See TracBrowser for help on using the repository browser.