Changeset 508 for trunk/VUT/GtpVisibilityPreprocessor/scripts
- Timestamp:
- 01/08/06 05:56:40 (19 years ago)
- Location:
- trunk/VUT/GtpVisibilityPreprocessor/scripts
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/VUT/GtpVisibilityPreprocessor/scripts/Preprocessor.vcproj
r498 r508 156 156 Name="VCCustomBuildTool" 157 157 Description="Performing moc on $(InputName).h" 158 CommandLine="%qtdir%\bin\moc.exe $(InputDir)$(InputName).h -o $(InputDir)moc_$(InputName).cpp" 158 CommandLine="%qtdir%\bin\moc.exe $(InputDir)$(InputName).h -o $(InputDir)moc_$(InputName).cpp 159 " 159 160 Outputs="$(InputDir)moc_$(InputName).cpp"/> 160 161 </FileConfiguration> … … 225 226 <File 226 227 RelativePath="..\src\Parser.h"> 228 </File> 229 <File 230 RelativePath="..\src\Plane3.cpp"> 227 231 </File> 228 232 <File … … 251 255 Name="VCCustomBuildTool" 252 256 Description="Performing moc on $(InputName).h" 253 CommandLine="%qtdir%\bin\moc.exe $(InputDir)$(InputName).h -o $(InputDir)moc_$(InputName).cpp" 257 CommandLine="%qtdir%\bin\moc.exe $(InputDir)$(InputName).h -o $(InputDir)moc_$(InputName).cpp 258 " 254 259 Outputs="$(InputDir)moc_$(InputName).cpp"/> 255 260 </FileConfiguration> … … 265 270 Name="VCCustomBuildTool" 266 271 Description="Performing moc on $(InputName).h" 267 CommandLine="%qtdir%\bin\moc.exe $(InputDir)$(InputName).h -o $(InputDir)moc_$(InputName).cpp" 272 CommandLine="%qtdir%\bin\moc.exe $(InputDir)$(InputName).h -o $(InputDir)moc_$(InputName).cpp 273 " 268 274 Outputs="$(InputDir)moc_$(InputName).cpp"/> 269 275 </FileConfiguration> … … 367 373 <File 368 374 RelativePath="..\src\ViewCellsManager.h"> 375 </File> 376 <File 377 RelativePath="..\src\ViewCellsParser.cpp"> 378 </File> 379 <File 380 RelativePath="..\src\ViewCellsParser.h"> 381 </File> 382 <File 383 RelativePath="..\src\ViewCellsParserXerces.h"> 369 384 </File> 370 385 <File -
trunk/VUT/GtpVisibilityPreprocessor/scripts/default.env
r503 r508 15 15 filename ../data/atlanta/atlanta2.x3d 16 16 # filename ../data/soda/soda.dat 17 #filename ../data/soda/soda5.dat17 filename ../data/soda/soda5.dat 18 18 } 19 19 … … 21 21 # stored sample rays 22 22 samplesFilename rays.out 23 useGlRenderer true23 useGlRenderer false 24 24 # type sampling 25 25 type vss … … 28 28 29 29 VssPreprocessor { 30 samplesPerPass 10000031 initialSamples 50000032 vssSamples 200000 030 samplesPerPass 500000 31 initialSamples 200000 32 vssSamples 200000 33 33 vssSamplesPerPass 100000 34 34 useImportanceSampling true 35 35 loadInitialSamples false 36 36 storeInitialSamples false 37 useViewSpaceBox true 38 } 39 40 41 SamplingPreprocessor { 42 totalSamples 500000 43 samplesPerPass 3 37 44 } 38 45 … … 160 167 161 168 162 Sampling {163 totalSamples 300000164 samplesPerPass 3165 }166 169 167 170 ViewCells { 168 171 loadFromFile false 172 exportToFile true 169 173 #type kdTree 170 174 #type vspKdTree … … 176 180 height 5.0 177 181 maxViewCells 500 178 maxPvs 200 179 180 182 maxPvs 500 183 181 184 PostProcess { 182 185 # how much samples are used for post processing … … 192 195 colorCode Random 193 196 exportRays false 194 exportGeometry false197 exportGeometry true 195 198 } 196 199 … … 199 202 # filename ../data/vienna/viewcells-25.x3d 200 203 # filename ../data/vienna/viewcells-large-sel.x3d 204 filename ../scripts/viewcells.xml 201 205 } 202 206 … … 220 224 maxDepth 40 221 225 minPvs 50 222 minRays 300226 minRays 700 223 227 minSize 0.001 224 228 maxCostRatio 0.9 225 229 missTolerance 4 226 maxRayContribution 0. 5230 maxRayContribution 0.05 227 231 } 228 232 … … 260 264 # balanced rays = 512 261 265 # pvs = 1024 262 263 splitPlaneStrategy 102 4266 267 splitPlaneStrategy 1026 264 268 265 269 # maximal candidates for split planes … … 268 272 269 273 # maximal tested rays for split cost heuristics 270 maxTests 2000274 maxTests 10000 271 275 272 276 # factors for evaluating split plane costs … … 279 283 Termination { 280 284 # parameters used for autopartition 281 minRays 200285 minRays 500 282 286 minPolygons -1 283 287 maxDepth 30 284 288 minPvs 20 285 #minArea 0.0001286 minArea 0.000287 maxRayContribution 0. 05288 maxCostRatio 0.9 289 minArea 0.0001 290 #minArea 0.000 291 maxRayContribution 0.5 292 maxCostRatio 0.95 289 293 missTolerance 5 290 294 #maxAccRayLength 100 291 295 292 maxViewCells 20000 296 maxViewCells 200000 293 297 294 298 # used for pvs criterium 295 299 ct_div_ci 0.0 300 301 AxisAligned { 302 minRays 2000 303 maxRayContribution 0.5 304 } 296 305 } 297 306 … … 305 314 PostProcess { 306 315 maxCostRatio 0.1 307 minViewCells 500316 minViewCells 200 308 317 maxPvsSize 1000 309 318 useRaysForMerge true
Note: See TracChangeset
for help on using the changeset viewer.