Ignore:
Timestamp:
08/13/06 21:40:58 (18 years ago)
Author:
szydlowski
Message:

certain types of movableobject (camera, frustum, light) now excluded from tree building, list is extensible

Location:
GTP/trunk/App/Demos/Vis/KdTreeDemo/OGRE
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/App/Demos/Vis/KdTreeDemo/OGRE/scripts/TestKdTree.vcproj

    r1202 r1203  
    154154                                RelativePath="..\include\TestKdTreeAppListener.h"> 
    155155                        </File> 
     156                        <File 
     157                                RelativePath="..\include\WinCmdLineParser.h"> 
     158                        </File> 
    156159                </Filter> 
    157160        </Files> 
  • GTP/trunk/App/Demos/Vis/KdTreeDemo/OGRE/src/TestKdTree.cpp

    r1202 r1203  
    1 #include "TestKdTree.h" 
    2  
    31#if OGRE_PLATFORM == OGRE_PLATFORM_WIN32 
    42#define WIN32_LEAN_AND_MEAN 
    53#include "windows.h" 
    64#endif 
     5 
     6#include "TestKdTree.h" 
     7//#include "WinCmdLineParser.h" 
    78 
    89#ifdef __cplusplus 
     
    2829                getopt("i", argv, optarg, infile); 
    2930                getopt("o", argv, optarg, outfile); 
     31 
     32                //WinCmdLineParser cmdparser(strCmdLine); 
     33 
     34                //cmdparser 
     35                //      .addOpt("o","",ARGUMENT_REQUIRED) 
     36                //      .addOpt("i","",ARGUMENT_REQUIRED); 
     37 
     38                //cmdparser.getOpt("o", outfile); 
     39                //cmdparser.getOpt("i", infile); 
    3040 
    3141                // Create application object 
Note: See TracChangeset for help on using the changeset viewer.