Ignore:
Timestamp:
01/08/06 05:56:40 (18 years ago)
Author:
mattausch
Message:

implemented view cells exporting / loading
improved vsp bsp tree (only axis aligbed until a level), reuse results from Plane
testing, collectmergeneighbors
implemented view cell meshes

File:
1 edited

Legend:

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

    r498 r508  
    156156                                                Name="VCCustomBuildTool" 
    157157                                                Description="Performing moc on $(InputName).h" 
    158                                                 CommandLine="%qtdir%\bin\moc.exe $(InputDir)$(InputName).h -o $(InputDir)moc_$(InputName).cpp" 
     158                                                CommandLine="%qtdir%\bin\moc.exe $(InputDir)$(InputName).h -o $(InputDir)moc_$(InputName).cpp 
     159" 
    159160                                                Outputs="$(InputDir)moc_$(InputName).cpp"/> 
    160161                                </FileConfiguration> 
     
    225226                        <File 
    226227                                RelativePath="..\src\Parser.h"> 
     228                        </File> 
     229                        <File 
     230                                RelativePath="..\src\Plane3.cpp"> 
    227231                        </File> 
    228232                        <File 
     
    251255                                                Name="VCCustomBuildTool" 
    252256                                                Description="Performing moc on $(InputName).h" 
    253                                                 CommandLine="%qtdir%\bin\moc.exe $(InputDir)$(InputName).h -o $(InputDir)moc_$(InputName).cpp" 
     257                                                CommandLine="%qtdir%\bin\moc.exe $(InputDir)$(InputName).h -o $(InputDir)moc_$(InputName).cpp 
     258" 
    254259                                                Outputs="$(InputDir)moc_$(InputName).cpp"/> 
    255260                                </FileConfiguration> 
     
    265270                                                Name="VCCustomBuildTool" 
    266271                                                Description="Performing moc on $(InputName).h" 
    267                                                 CommandLine="%qtdir%\bin\moc.exe $(InputDir)$(InputName).h -o $(InputDir)moc_$(InputName).cpp" 
     272                                                CommandLine="%qtdir%\bin\moc.exe $(InputDir)$(InputName).h -o $(InputDir)moc_$(InputName).cpp 
     273" 
    268274                                                Outputs="$(InputDir)moc_$(InputName).cpp"/> 
    269275                                </FileConfiguration> 
     
    367373                        <File 
    368374                                RelativePath="..\src\ViewCellsManager.h"> 
     375                        </File> 
     376                        <File 
     377                                RelativePath="..\src\ViewCellsParser.cpp"> 
     378                        </File> 
     379                        <File 
     380                                RelativePath="..\src\ViewCellsParser.h"> 
     381                        </File> 
     382                        <File 
     383                                RelativePath="..\src\ViewCellsParserXerces.h"> 
    369384                        </File> 
    370385                        <File 
Note: See TracChangeset for help on using the changeset viewer.