Changeset 258 for trunk/VUT


Ignore:
Timestamp:
09/06/05 13:47:50 (19 years ago)
Author:
bittner
Message:

mesh kdtree bug fixed

Location:
trunk/VUT/GtpVisibilityPreprocessor/src
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/VUT/GtpVisibilityPreprocessor/src/Makefile

    r245 r258  
    11############################################################################# 
    22# Makefile for building: preprocessor 
    3 # Generated by qmake (1.07a) (Qt 3.3.2) on: Mon Aug 22 21:02:28 2005 
     3# Generated by qmake (1.07a) (Qt 3.3.2) on: Tue Sep 06 13:22:58 2005 
    44# Project:  preprocessor.pro 
    55# Template: app 
     
    1313LEX             = flex 
    1414YACC            = byacc 
    15 CFLAGS  =       -nologo -Zm200 -W0 -MD -O2 -GX  -DUNICODE -DQT_DLL -DQT_THREAD_SUPPORT -DQT_NO_DEBUG 
    16 CXXFLAGS        =       -nologo -Zm200 -W0 -MD -O2 -GX  -DUNICODE -DQT_DLL -DQT_THREAD_SUPPORT -DQT_NO_DEBUG 
     15CFLAGS  =       -nologo -Zm200 -W0 -MDd -Zi -GX  -DUNICODE -DQT_DLL -DQT_THREAD_SUPPORT 
     16CXXFLAGS        =       -nologo -Zm200 -W0 -MDd -Zi -GX  -DUNICODE -DQT_DLL -DQT_THREAD_SUPPORT 
    1717LEXFLAGS        = 
    1818YACCFLAGS       =-d 
    1919INCPATH =        -I"..\src" -I"..\support\xerces\include" -I"..\support\zlib\include" -I"..\support\boost" -I"..\support\devil\include" -I"$(QTDIR)\include" -I"d:\gametools\svn\trunk\VUT\GtpVisibilityPreprocessor\src" -I"C:\Qt\3.3.2\mkspecs\win32-msvc" 
    2020LINK    =       link 
    21 LFLAGS  =       /NOLOGO delayimp.lib /DELAYLOAD:comdlg32.dll /DELAYLOAD:oleaut32.dll /DELAYLOAD:winmm.dll /DELAYLOAD:wsock32.dll /DELAYLOAD:winspool.dll /SUBSYSTEM:console /LIBPATH:"../support/xerces/lib" /LIBPATH:"../support/devil/lib" /LIBPATH:"$(QTDIR)\lib" 
     21LFLAGS  =       /NOLOGO /DEBUG /SUBSYSTEM:console /LIBPATH:"../support/xerces/lib" /LIBPATH:"../support/devil/lib" /LIBPATH:"$(QTDIR)\lib" 
    2222LIBS    =        "qt-mt332.lib" "qtmain.lib" "kernel32.lib" "user32.lib" "gdi32.lib" "comdlg32.lib" "advapi32.lib" "shell32.lib" "ole32.lib" "oleaut32.lib" "uuid.lib" "imm32.lib" "winmm.lib" "wsock32.lib" "winspool.lib" "xerces-c_2.lib" "devil.lib" "ilu.lib" "ilut.lib" "opengl32.lib" "glu32.lib" "delayimp.lib" 
    2323MOC             =       $(QTDIR)\bin\moc.exe 
     
    188188        -$(DEL_FILE) ViewCell.obj 
    189189        -$(DEL_FILE) ViewCellBsp.obj 
     190        -$(DEL_FILE) preprocessor.pdb 
     191        -$(DEL_FILE) preprocessor.ilk 
     192        -$(DEL_FILE) vc*.pdb 
     193        -$(DEL_FILE) vc*.idb 
     194 
    190195 
    191196 
     
    230235                Environment.h \ 
    231236                MutualVisibility.h \ 
     237                Polygon3.h \ 
    232238                Containers.h \ 
    233239                AxisAlignedBox3.h \ 
  • trunk/VUT/GtpVisibilityPreprocessor/src/Mesh.cpp

    r245 r258  
    3030      cout<<"d"; 
    3131      delete mKdTree; 
     32                        mKdTree = NULL; 
    3233    } 
    3334  } 
  • trunk/VUT/GtpVisibilityPreprocessor/src/ViewCellBsp.cpp

    r245 r258  
    128128                                 
    129129#ifdef _DEBUG 
    130                                 Debug << "split " << poly << endl << front << endl << back << endl; 
     130                                //                              Debug << "split " << poly << endl << front << endl << back << endl; 
    131131#endif 
    132132                                // don't need polygon anymore 
  • trunk/VUT/GtpVisibilityPreprocessor/src/default.env

    r257 r258  
    77 
    88#       filename ../data/glasgow/glasgow1.x3d 
    9 #       filename ../data/vienna/vienna-buildings.x3d 
     9filename ../data/vienna/vienna-buildings.x3d 
    1010#       filename ../data/atlanta/atlanta2.x3d 
    1111#       filename ../data/soda/soda.dat 
  • trunk/VUT/GtpVisibilityPreprocessor/src/preprocessor.pro

    r245 r258  
    1313 
    1414# debuc config 
    15 CONFIG          += console warn_off thread release 
     15CONFIG          += console warn_off thread debug 
    1616 
    1717# RELEASE CONFIG 
Note: See TracChangeset for help on using the changeset viewer.