Ignore:
Timestamp:
03/10/06 08:23:09 (18 years ago)
Author:
bittner
Message:
 
Location:
GTP/trunk/Lib/Vis/Preprocessing/scripts
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Vis/Preprocessing/scripts/Preprocessor.vcproj

    r660 r685  
    6565                        <Tool 
    6666                                Name="VCCLCompilerTool" 
    67                                 AdditionalIncludeDirectories="..\support;..\support\devil\include;..\support\zlib\include;..\include;&quot;$(QTDIR)\include\QtCore&quot;;&quot;$(QTDIR)\include\QtGui&quot;;&quot;$(QTDIR)\include&quot;;&quot;$(QTDIR)\include\QtOpenGl&quot;;..\src;&quot;$(CG_INC_PATH)&quot;;&quot;$(GTPDIR)\NonGTP\Xerces&quot;;&quot;$(GTPDIR)\NonGTP\Devil\include&quot;;&quot;$(GTPDIR)\NonGTP\Zlib\include&quot;" 
     67                                AdditionalIncludeDirectories="..\support;..\support\devil\include;..\support\zlib\include;..\include;&quot;$(QTDIR)\include\QtCore&quot;;&quot;$(QTDIR)\include\QtGui&quot;;&quot;$(QTDIR)\include&quot;;&quot;$(QTDIR)\include\QtOpenGl&quot;;..\src;&quot;$(CG_INC_PATH)&quot;;..\..\..\..\..\..\NonGTP\Devil\include;..\..\..\..\..\..\NonGTP\Zlib\include;..\..\..\..\..\..\NonGTP\Xerces" 
    6868                                PreprocessorDefinitions="WIN32;NDEBUG;_LIB;" 
    6969                                RuntimeLibrary="2" 
  • GTP/trunk/Lib/Vis/Preprocessing/scripts/default.env

    r666 r685  
    177177        # samples used for view cell construction 
    178178        Construction { 
    179                 samples 1000000 
     179                samples 100000 
    180180                samplesPerPass 200000 
    181181        } 
     
    219219                refine false 
    220220                compress false 
    221                 merge false 
     221                merge true 
    222222        } 
    223223 
     
    230230                colorCode Random 
    231231                exportRays false 
    232                 exportGeometry false 
     232                exportGeometry true 
    233233                exportMergedViewCells false 
    234234                useClipPlane true 
    235235                clipPlaneAxis 1 
    236         } 
    237  
    238         showVisualization false  
     236                clipPlanePos 0.35 
     237        } 
     238 
     239        showVisualization true   
    239240        evaluateViewCells false 
    240241         
     
    302303VspBspTree { 
    303304        Construction { 
    304                 samples 800000 
    305                 epsilon 0.0005 
     305                samples 200000 
     306                epsilon 0.00005 
    306307                randomize false 
    307308                renderCostWeight 1.0 
     
    350351                minGlobalCostRatio      0.0000001 
    351352#               minGlobalCostRatio      0.0001 
    352                 maxViewCells            20000 
     353                maxViewCells            10000 
    353354         
    354355 
Note: See TracChangeset for help on using the changeset viewer.