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

Revision 3282, 3.2 KB checked in by mattausch, 15 years ago (diff)

probably found export error

RevLine 
[3119]1#####################################################
2#   environment file for the friendlyculling demo   #
3#####################################################
[2828]4
[3119]5
[3220]6################
7# misc stuff
[3119]8
[3274]9#filename=vienna_full_hp
10#bvhname=vienna_full_hp
[3282]11filename=tryvienna2
12bvhname=tryvienna2
[3279]13#filename=mypompeii
14#bvhname=mypompeii
[3281]15#filename=pompeii/pompeii_full
[3276]16#filename=pompeii/pompeii_part
[3282]17#filename=city
18#bvhname=city
[3220]19useLODs=1
[3223]20# shadow map size
[3220]21shadowSize=4096
22# the filenames given to recorded frames (+ number.bmp)
23recordedFramesSuffix=image
[3223]24# the filename for the statistics
[3279]25statsFilename=mystats
[3276]26walkThroughSuffix=walkthrough_pp_1
27#walkThroughSuffix=path_pp
[3220]28
[3250]29# use potentially visible sets?
[3246]30usePvs=0
31
32# if using pvs, this specifies the name of the visibility solutin
[3277]33#visibilitySolution=vienna_full-8x3-pgv
[3279]34#visibilitySolution=mypompeii-1x1-pgv
[3281]35#visibilitySolution=mypompeii-2x1-obvh-pgv
36visibilitySolution=myvienna-3x1-obvh-pgv
[3277]37
[3256]38viewCellsScaleFactor=1.0f
[3271]39useSkylightForIllum=1
[3220]40
[3279]41skyDomeScaleFactor=80.0f
[3246]42
[3279]43
[3117]44############
[3217]45## chc++ options
[3117]46
[2828]47assumedVisibleFrames=10
48maxBatchSize=50
[3117]49# triangles per bvh leaf (influences hierarchy depth vs. occlusion power)
[3274]50#trianglesPerVirtualLeaf=300
51trianglesPerVirtualLeaf=0
[3215]52# max depth for searching for nodes for tight bounds
[3202]53maxDepthForTestingChildren=3
[3123]54
[3117]55
[3119]56####################
[3217]57## camera / light options
[3119]58
[3117]59# move speed
[3246]60#keyForwardMotion=5.0f
61#keyRotation=0.5f
[3247]62keyForwardMotion=20.0f
[3246]63keyRotation=1.5f
[3117]64
[3119]65# initial camera position
[3276]66camPosition=483.398f 242.364f 186.078f
[3270]67# pompeii view point
[3281]68#camPosition=1300.0f -2500.0f 10.0f
[3276]69# pompeii problematic
70#camPosition=627.003 -1725.33 25.2
71#camDirection=-0.761538 0.64812 -0
[3268]72
[3119]73# initial camera orientation
[3245]74camDirection=1 0 0
[3117]75
[3245]76#camPosition=468.025 267.591 182.478
77#camDirection=0.937282 0.348573 -0
[3134]78
[3115]79#lightDirection=-0.8f 1.0f -0.7f
80lightDirection=-0.3f 0.2f -0.7f
[3117]81
[3119]82
83#####################
[3217]84## window options
[3119]85
[3227]86#winWidth=800
87#winHeight=600
[3212]88
[3227]89winWidth=1024
90winHeight=768
[3119]91
[2868]92useFullScreen=0
[3117]93
[3175]94# the used render method (forward, forward + depth pass, deferred, deferred + depth pass
[3242]95#renderMethod=2
96renderMethod=0
[3119]97
[2846]98#modelPath=data/city/model/
[2838]99
[2846]100
[2838]101############
[3217]102## shader options for deferred rendering
[2846]103
[3115]104# tone mapping
[3175]105useHDR=0
106# use antialiasing
[3216]107useAA=0
[3215]108# show lense flare
109useLenseFlare=1
[3175]110# use ssao / color bleeding
[3193]111useAdvancedShading=1
112# skylight turbitity
[3202]113turbitity=3.0f
[3279]114#sky dome scale factor
[3202]115
[3216]116
117###############
118## ssao options
119
120# use full resolution ssao (vs. half resoltion)
[3259]121ssaoUseFullResolution=0
[3216]122# ssao kernel radius
[3227]123#ssaoKernelRadius=8e-1f
124ssaoKernelRadius=4e-1f
[3216]125# ssao sample intensity
[3227]126#ssaoSampleIntensity=0.2f
[3230]127ssaoSampleIntensity=0.8f
[3216]128# ssao temporal coherence factor
[3230]129tempCohFactor=2000.0f
[3216]130# ssao filter radius
[3257]131ssaoFilterRadius=12.0f
132
133
134###########################
135## powerplant options
136
[3271]137# static geometry
[3272]138#filename=PowerPlantM
139#bvhname=PowerPlantM
140#keyForwardMotion=500.0f
[3260]141#visibilitySolution=power-plant-2c-xx-1000b-pgv2
[3272]142#visibilitySolution=power-plant-2c-xx-1000d-pgv
143#camPosition=-1320.57 -6306.34 3603
144#camDirection=0.292156 0.9556 0.0383878
145#viewCellsScaleFactor=0.05f
[3271]146
[3272]147#camPosition=763.554 -10254.5 2604
148#camDirection=-0.0975121 0.994494 0.0383878
149#useSkylightForIllum=1
[3279]150#skyDomeScaleFactor=1000.0f
Note: See TracBrowser for help on using the repository browser.