Changeset 2708


Ignore:
Timestamp:
05/24/08 23:24:22 (16 years ago)
Author:
bittner
Message:

Updates functional for verbose pvs - sprintf_s changed to sprintf due to compiling problem on vs2003

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

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Vis/Preprocessing/src/Makefile

    r2707 r2708  
    11############################################################################# 
    22# Makefile for building: preprocessor 
    3 # Generated by qmake (2.00a) (Qt 4.1.2) on: so 24. V 22:09:30 2008 
     3# Generated by qmake (2.00a) (Qt 4.1.2) on: so 24. V 23:11:10 2008 
    44# Project:  preprocessor.pro 
    55# Template: app 
  • GTP/trunk/Lib/Vis/Preprocessing/src/Preprocessor.cpp

    r2707 r2708  
    16671667  Intersectable *inter = leaf->GetIntersectable(); 
    16681668  int removedEntries = 0; 
    1669    
     1669  CSeparatingAxisTester shadowVolume; 
     1670 
    16701671  // now search for pvss which contained any mailed node 
    16711672  for (vit = mViewCellsManager->GetViewCells().begin(); vit != vit_end; ++ vit) { 
     
    16751676          removedEntries += pvs.GetSize(); 
    16761677        } else { 
    1677           CSeparatingAxisTester shadowVolume; 
    16781678           
    16791679          //    cout<<(*vit)->GetBox()<<" "<<box<<endl; 
  • GTP/trunk/Lib/Vis/Preprocessing/src/SepPlanesBox3.h

    r2707 r2708  
    2525  // the number of separating planes 
    2626  int cntPlanes; 
    27   Plane3 planes[18]; 
     27  Plane3 planes[180]; 
    2828  AxisAlignedBox3 origBox; 
    2929  AxisAlignedBox3 shadBox; 
  • GTP/trunk/Lib/Vis/Preprocessing/src/default.env

    r2700 r2708  
    4141 
    4242Preprocessor { 
     43        useVbos false 
    4344        totalSamples 250000000 
    4445#       totalSamples 2000000 
     
    556557  # rayCastMethod 0 
    557558  # Intel 
    558   # rayCastMethod 1 
     559  rayCastMethod 1 
    559560  # Havran - 2 - static scene 
    560   rayCastMethod 2 
     561  # rayCastMethod 2 
    561562  # Havran - 3 - dynamic scene 
    562563  # rayCastMethod 3 
  • GTP/trunk/Lib/Vis/Preprocessing/src/preprocessor.pro

    r2707 r2708  
    6464 
    6565CONFIG(debug) { 
    66 win32:LIBS += xerces-c_2D.lib  
     66win32:LIBS += xerces-c_2.lib  
     67#win32:LIBS += xerces-c_2D.lib  
    6768} 
    6869 
  • GTP/trunk/Lib/Vis/Preprocessing/src/run_test2

    r2701 r2708  
    44 
    55#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=1000000 -total_samples=20000000 -mutation_use_pass_importance- -mutation_silhouette_search_steps=3 -preprocessor_detect_empty_viewspace+ -total_time=140" 
     6COMMAND="../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" 
    77 
    88#SCENE="../data/vienna/vienna-buildings.x3d;../data/vienna/vienna-roofs.x3d;../data/vienna/vienna-roads.x3d" 
     
    5959 
    6060 
    61 $COMMAND -preprocessor=sampling -scene_filename=$SCENE -view_cells_filename=$VIEWCELLS \ 
     61$COMMAND -preprocessor=combined -scene_filename=$SCENE -view_cells_filename=$VIEWCELLS \ 
    6262-rss_distributions=mutation+object_direction+spatial \ 
    6363-mutation_silhouette_prob=0.5 \ 
Note: See TracChangeset for help on using the changeset viewer.