Ignore:
Timestamp:
10/05/05 14:14:35 (19 years ago)
Author:
mattausch
Message:

removed bug when encountering bsp leaf
added flag for view cell type

Location:
trunk/VUT/GtpVisibilityPreprocessor/scripts
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/VUT/GtpVisibilityPreprocessor/scripts/Preprocessor.vcproj

    r260 r309  
    6363                                Name="VCCLCompilerTool" 
    6464                                AdditionalIncludeDirectories="..\support;..\support\devil\include;..\support\zlib\include;"$(QTDIR)\include";"$(QTDIR)\include\Qt";..\include" 
    65                                 PreprocessorDefinitions="WIN32;NDEBUG;_LIB;TEST_BSP_VIEWCELLS" 
     65                                PreprocessorDefinitions="WIN32;NDEBUG;_LIB;" 
    6666                                RuntimeLibrary="2" 
    6767                                RuntimeTypeInfo="TRUE" 
  • trunk/VUT/GtpVisibilityPreprocessor/scripts/default.env

    r308 r309  
    6363        totalSamples    1000000 
    6464        samplesPerPass  5 
     65        viewCells    BSP 
     66        #viewCells    KD 
    6567} 
    6668 
Note: See TracChangeset for help on using the changeset viewer.