Ignore:
Timestamp:
02/21/06 17:42:39 (18 years ago)
Author:
mattausch
Message:

adding function for testing purpose

Location:
GTP/trunk/Lib/Vis/Preprocessing/scripts
Files:
2 edited

Legend:

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

    r633 r660  
    1515                        OutputDirectory="..\lib\$(ConfigurationName)" 
    1616                        IntermediateDirectory="..\obj\$(ConfigurationName)" 
    17                         ConfigurationType="4" 
     17                        ConfigurationType="1" 
    1818                        CharacterSet="2"> 
    1919                        <Tool 
    2020                                Name="VCCLCompilerTool" 
    2121                                Optimization="0" 
    22                                 AdditionalIncludeDirectories="..\support;..\support\devil\include;..\support\zlib\include;..\include;&quot;$(QTDIR)&quot;\includ&quot;;&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&quot;;" 
     22                                AdditionalIncludeDirectories="..\support;..\support\devil\include;..\support\zlib\include;..\include..\support;&quot;..\include  ..\support&quot;;..\include;&quot;$(GTPDIR)\NonGTP\Devil\include&quot;;&quot;$(QTDIR)\include\QtCore&quot;;&quot;$(GTPDIR)\NonGTP\Xerces&quot;;&quot;$(CG_INC_PATH)&quot;;&quot;$(QTDIR)\include&quot;;&quot;$(QTDIR)\include\QtOpenGl&quot;;&quot;$(QTDIR)\include\QtGui&quot;;&quot;$(GTPDIR)\NonGTP\Zlib\include&quot;" 
    2323                                PreprocessorDefinitions="WIN32;_DEBUG;_LIB" 
    2424                                MinimalRebuild="TRUE" 
     
    3333                                Name="VCCustomBuildTool"/> 
    3434                        <Tool 
    35                                 Name="VCLibrarianTool" 
    36                                 OutputFile="$(OutDir)/GtpVisibility.lib"/> 
     35                                Name="VCLinkerTool" 
     36                                AdditionalDependencies="xerces-c_2D.lib zdll.lib zziplibd.lib devil.lib qtmain.lib QtOpenGLd4.lib QtCored4.lib QtGuid4.lib Qt3Supportd4.lib QAxContainer.lib glut32.lib OpenGL32.Lib glu32.lib cg.lib cgGL.lib" 
     37                                AdditionalLibraryDirectories="..\support\xercesc\lib\;..\support\zlib\lib\;..\support\devil\lib;&quot;$(QTDIR)\lib&quot;;..\include;..\src\GL;&quot;$(CG_LIB_PATH)&quot;;&quot;$(GTPDIR)\NonGTP\Xerces&quot;;&quot;$(GTPDIR)\NonGTP\Xerces\xercesc\lib&quot;;&quot;$(GTPDIR)\NonGTP\zlib\lib&quot;;&quot;$(GTPDIR)\NonGTP\Devil\lib&quot;"/> 
    3738                        <Tool 
    3839                                Name="VCMIDLTool"/> 
     
    4950                        <Tool 
    5051                                Name="VCXMLDataGeneratorTool"/> 
     52                        <Tool 
     53                                Name="VCWebDeploymentTool"/> 
    5154                        <Tool 
    5255                                Name="VCManagedWrapperGeneratorTool"/> 
  • GTP/trunk/Lib/Vis/Preprocessing/scripts/default.env

    r658 r660  
    203203        pruneEmptyViewCells false 
    204204        processOnlyValidViewCells false 
    205          
     205 
     206        stats viewCellStats.log 
     207 
     208        samplingType directional 
     209 
    206210        PostProcess { 
    207211                # how much samples are used for post processing 
     
    216220                compress false 
    217221                merge true 
     222                statsPrefix ../scripts/viewCells 
    218223        } 
    219224 
     
    314319        maxStaticMemory 50 
    315320         
     321        subdivisionStats ../subDivisionStats.log 
     322 
    316323        # factors for evaluating split plane costs 
    317324        Factor { 
     
    405412        maxTests 10000 
    406413         
     414        subdivisionStats ../subDivisionStats.log 
     415 
    407416        # factors for evaluating split plane costs 
    408417        Factor { 
Note: See TracChangeset for help on using the changeset viewer.