Ignore:
Timestamp:
03/15/05 15:21:22 (19 years ago)
Author:
gametools
Message:
 
Location:
trunk/VUT/OcclusionCullingSceneManager/TestCulling
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/VUT/OcclusionCullingSceneManager/TestCulling/TestCulling.vcproj

    r13 r16  
    1313                <Configuration 
    1414                        Name="Debug|Win32" 
    15                         OutputDirectory="Debug" 
    16                         IntermediateDirectory="Debug" 
     15                        OutputDirectory="..\bin\$(ConfigurationName)" 
     16                        IntermediateDirectory="..\obj\$(ConfigurationName)" 
    1717                        ConfigurationType="1" 
    1818                        CharacterSet="2" 
     
    3535                                Name="VCLinkerTool" 
    3636                                AdditionalDependencies="OGREMain_d.LIB" 
    37                                 OutputFile="$(OGRE_PATH)\Common\Bin\Debug\TestCulling.exe" 
     37                                OutputFile="$(OGRE_PATH)\Samples\Common\Bin\Debug\TestCulling.exe" 
    3838                                LinkIncremental="2" 
    3939                                AdditionalLibraryDirectories="$(OGRE_PATH)\OgreMain\Lib\Debug" 
     
    120120                        Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx" 
    121121                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"> 
    122                         <File 
    123                                 RelativePath=".\TestCullingApplication.cpp"> 
    124                         </File> 
    125122                </Filter> 
    126123                <Filter 
  • trunk/VUT/OcclusionCullingSceneManager/TestCulling/TestCullingApplication.cpp

    r12 r16  
    3030    TestCullingApplication app; 
    3131 
    32     try { 
     32        try { 
    3333        app.go(); 
    3434    } catch( Ogre::Exception& e ) { 
    3535        MessageBox( NULL, e.getFullDescription().c_str(), "An exception has occured!", MB_OK | MB_ICONERROR | MB_TASKMODAL); 
    36     } 
     36    }    
    3737 
    3838    return 0; 
  • trunk/VUT/OcclusionCullingSceneManager/TestCulling/TestCullingApplication.h

    r12 r16  
    8686    void chooseSceneManager(void) 
    8787    { 
    88         mSceneMgr = mRoot->getSceneManager(ST_INTERIOR); 
     88    //    mSceneMgr = mRoot->getSceneManager(ST_GENERIC); 
     89                mSceneMgr = mRoot->getSceneManager(ST_INTERIOR); 
    8990    } 
    9091        /* 
Note: See TracChangeset for help on using the changeset viewer.