Changeset 2006


Ignore:
Timestamp:
01/21/07 22:39:50 (17 years ago)
Author:
bittner
Message:

merge

Location:
GTP/trunk/Lib/Vis/Preprocessing/src
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Vis/Preprocessing/src/Environment.cpp

    r1996 r2006  
    16091609        RegisterOption("ViewCells.useKdPvs", 
    16101610                optBool,  
    1611                 "view_cells_use_kd_pvs=",  
     1611                "view_cells_use_kd_pvs",  
    16121612                "false"); 
    16131613 
  • GTP/trunk/Lib/Vis/Preprocessing/src/GlRenderer.cpp

    r2002 r2006  
    14351435 
    14361436 
    1437 } 
     1437 
     1438} 
  • GTP/trunk/Lib/Vis/Preprocessing/src/Makefile

    r2002 r2006  
    11############################################################################# 
    22# Makefile for building: preprocessor 
    3 # Generated by qmake (2.00a) (Qt 4.1.2) on: so 20. I 14:03:52 2007 
     3# Generated by qmake (2.00a) (Qt 4.1.2) on: ne 21. I 01:18:19 2007 
    44# Project:  preprocessor.pro 
    55# Template: app 
     
    6363        $(MAKE) -f $(MAKEFILE).Debug uninstall 
    6464 
    65 Makefile: preprocessor.pro  C:/Qt/4.1.2/mkspecs/win32-msvc.net\qmake.conf C:/Qt/4.1.2/mkspecs/qconfig.pri \ 
     65Makefile: preprocessor.pro  C:/Qt/4.1.2/mkspecs/win32-msvc2005\qmake.conf C:/Qt/4.1.2/mkspecs/qconfig.pri \ 
    6666                C:\Qt\4.1.2\mkspecs\features\qt_config.prf \ 
    6767                C:\Qt\4.1.2\mkspecs\features\exclusive_builds.prf \ 
  • GTP/trunk/Lib/Vis/Preprocessing/src/Mutation.cpp

    r2002 r2006  
    2121 
    2222#define USE_SIL_TERMINATION_MUTATION 1 
    23 #define MUTATE_ORIGIN 1 
     23#define MUTATE_ORIGIN 0 
    2424 
    2525#define EVALUATE_MUTATION_STATS 1 
    2626 
    27 #define Q_SEARCH_STEPS 2 
     27#define Q_SEARCH_STEPS 3 
    2828 
    2929void 
     
    158158 
    159159  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; 
    162162  // set this values for last contributingRays 
    163163  int index = mBufferStart - 1; 
  • GTP/trunk/Lib/Vis/Preprocessing/src/default.env

    r2002 r2006  
    180180        } 
    181181 
    182 #       splitMethod spatialMedian 
    183         splitMethod SAH 
     182        splitMethod spatialMedian 
     183#       splitMethod SAH 
    184184        splitBorder 0.01 
    185185} 
  • GTP/trunk/Lib/Vis/Preprocessing/src/run_test2

    r2002 r2006  
    22 
    33#COMMAND="./release/preprocessor.exe -preprocessor_quit_on_finish+" 
    4 COMMAND="../scripts/preprocessor.sh -preprocessor_quit_on_finish+ -preprocessor_use_gl_renderer+ -preprocessor_evaluate_filter+" 
     4COMMAND="../scripts/preprocessor.sh -preprocessor_quit_on_finish+ -preprocessor_use_gl_renderer- -preprocessor_evaluate_filter+" 
    55 
    66#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.