- Timestamp:
- 05/24/08 23:24:22 (17 years ago)
- Location:
- GTP/trunk/Lib/Vis/Preprocessing/src
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/Lib/Vis/Preprocessing/src/Makefile
r2707 r2708 1 1 ############################################################################# 2 2 # Makefile for building: preprocessor 3 # Generated by qmake (2.00a) (Qt 4.1.2) on: so 24. V 2 2:09:30 20083 # Generated by qmake (2.00a) (Qt 4.1.2) on: so 24. V 23:11:10 2008 4 4 # Project: preprocessor.pro 5 5 # Template: app -
GTP/trunk/Lib/Vis/Preprocessing/src/Preprocessor.cpp
r2707 r2708 1667 1667 Intersectable *inter = leaf->GetIntersectable(); 1668 1668 int removedEntries = 0; 1669 1669 CSeparatingAxisTester shadowVolume; 1670 1670 1671 // now search for pvss which contained any mailed node 1671 1672 for (vit = mViewCellsManager->GetViewCells().begin(); vit != vit_end; ++ vit) { … … 1675 1676 removedEntries += pvs.GetSize(); 1676 1677 } else { 1677 CSeparatingAxisTester shadowVolume;1678 1678 1679 1679 // cout<<(*vit)->GetBox()<<" "<<box<<endl; -
GTP/trunk/Lib/Vis/Preprocessing/src/SepPlanesBox3.h
r2707 r2708 25 25 // the number of separating planes 26 26 int cntPlanes; 27 Plane3 planes[18 ];27 Plane3 planes[180]; 28 28 AxisAlignedBox3 origBox; 29 29 AxisAlignedBox3 shadBox; -
GTP/trunk/Lib/Vis/Preprocessing/src/default.env
r2700 r2708 41 41 42 42 Preprocessor { 43 useVbos false 43 44 totalSamples 250000000 44 45 # totalSamples 2000000 … … 556 557 # rayCastMethod 0 557 558 # Intel 558 #rayCastMethod 1559 rayCastMethod 1 559 560 # Havran - 2 - static scene 560 rayCastMethod 2561 # rayCastMethod 2 561 562 # Havran - 3 - dynamic scene 562 563 # rayCastMethod 3 -
GTP/trunk/Lib/Vis/Preprocessing/src/preprocessor.pro
r2707 r2708 64 64 65 65 CONFIG(debug) { 66 win32:LIBS += xerces-c_2D.lib 66 win32:LIBS += xerces-c_2.lib 67 #win32:LIBS += xerces-c_2D.lib 67 68 } 68 69 -
GTP/trunk/Lib/Vis/Preprocessing/src/run_test2
r2701 r2708 4 4 5 5 #COMMAND="./release/preprocessor.exe -preprocessor_quit_on_finish+" 6 COMMAND="../scripts/preprocessor.sh -preprocessor_quit_on_finish- -preprocessor_use_gl_renderer+ -preprocessor_evaluate_filter- -samples_per_evaluation=50000000 -samples_per_pass=100000 0 -total_samples=20000000 -mutation_use_pass_importance- -mutation_silhouette_search_steps=3 -preprocessor_detect_empty_viewspace+ -total_time=140"6 COMMAND="../scripts/preprocessor.sh -preprocessor_quit_on_finish- -preprocessor_use_gl_renderer+ -preprocessor_evaluate_filter- -samples_per_evaluation=50000000 -samples_per_pass=100000 -total_samples=20000000 -mutation_use_pass_importance- -mutation_silhouette_search_steps=3 -preprocessor_detect_empty_viewspace+ -total_time=1400" 7 7 8 8 #SCENE="../data/vienna/vienna-buildings.x3d;../data/vienna/vienna-roofs.x3d;../data/vienna/vienna-roads.x3d" … … 59 59 60 60 61 $COMMAND -preprocessor= sampling-scene_filename=$SCENE -view_cells_filename=$VIEWCELLS \61 $COMMAND -preprocessor=combined -scene_filename=$SCENE -view_cells_filename=$VIEWCELLS \ 62 62 -rss_distributions=mutation+object_direction+spatial \ 63 63 -mutation_silhouette_prob=0.5 \
Note: See TracChangeset
for help on using the changeset viewer.