Changeset 2006 for GTP/trunk/Lib/Vis/Preprocessing
- Timestamp:
- 01/21/07 22:39:50 (18 years ago)
- Location:
- GTP/trunk/Lib/Vis/Preprocessing/src
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/Lib/Vis/Preprocessing/src/Environment.cpp
r1996 r2006 1609 1609 RegisterOption("ViewCells.useKdPvs", 1610 1610 optBool, 1611 "view_cells_use_kd_pvs =",1611 "view_cells_use_kd_pvs", 1612 1612 "false"); 1613 1613 -
GTP/trunk/Lib/Vis/Preprocessing/src/GlRenderer.cpp
r2002 r2006 1435 1435 1436 1436 1437 } 1437 1438 } -
GTP/trunk/Lib/Vis/Preprocessing/src/Makefile
r2002 r2006 1 1 ############################################################################# 2 2 # Makefile for building: preprocessor 3 # Generated by qmake (2.00a) (Qt 4.1.2) on: so 20. I 14:03:5220073 # Generated by qmake (2.00a) (Qt 4.1.2) on: ne 21. I 01:18:19 2007 4 4 # Project: preprocessor.pro 5 5 # Template: app … … 63 63 $(MAKE) -f $(MAKEFILE).Debug uninstall 64 64 65 Makefile: preprocessor.pro C:/Qt/4.1.2/mkspecs/win32-msvc .net\qmake.conf C:/Qt/4.1.2/mkspecs/qconfig.pri \65 Makefile: preprocessor.pro C:/Qt/4.1.2/mkspecs/win32-msvc2005\qmake.conf C:/Qt/4.1.2/mkspecs/qconfig.pri \ 66 66 C:\Qt\4.1.2\mkspecs\features\qt_config.prf \ 67 67 C:\Qt\4.1.2\mkspecs\features\exclusive_builds.prf \ -
GTP/trunk/Lib/Vis/Preprocessing/src/Mutation.cpp
r2002 r2006 21 21 22 22 #define USE_SIL_TERMINATION_MUTATION 1 23 #define MUTATE_ORIGIN 123 #define MUTATE_ORIGIN 0 24 24 25 25 #define EVALUATE_MUTATION_STATS 1 26 26 27 #define Q_SEARCH_STEPS 227 #define Q_SEARCH_STEPS 3 28 28 29 29 void … … 158 158 159 159 float pContributingRays = contributingRays/(float)vssRays.size(); 160 //float importance = 1.0f/(pContributingRays + 1e-5);161 float importance = 1.0f;160 float importance = 1.0f/(pContributingRays + 1e-5); 161 // float importance = 1.0f; 162 162 // set this values for last contributingRays 163 163 int index = mBufferStart - 1; -
GTP/trunk/Lib/Vis/Preprocessing/src/default.env
r2002 r2006 180 180 } 181 181 182 #splitMethod spatialMedian183 splitMethod SAH182 splitMethod spatialMedian 183 # splitMethod SAH 184 184 splitBorder 0.01 185 185 } -
GTP/trunk/Lib/Vis/Preprocessing/src/run_test2
r2002 r2006 2 2 3 3 #COMMAND="./release/preprocessor.exe -preprocessor_quit_on_finish+" 4 COMMAND="../scripts/preprocessor.sh -preprocessor_quit_on_finish+ -preprocessor_use_gl_renderer +-preprocessor_evaluate_filter+"4 COMMAND="../scripts/preprocessor.sh -preprocessor_quit_on_finish+ -preprocessor_use_gl_renderer- -preprocessor_evaluate_filter+" 5 5 6 6 #SCENE="../data/vienna/vienna-buildings.x3d;../data/vienna/vienna-roofs.x3d;../data/vienna/vienna-roads.x3d"
Note: See TracChangeset
for help on using the changeset viewer.