Changeset 193 for trunk/VUT/work/iv


Ignore:
Timestamp:
08/03/05 14:12:41 (19 years ago)
Author:
mattausch
Message:

changed to ogre 103
added readme

Location:
trunk/VUT/work/iv
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/VUT/work/iv/Demo_IV.vcproj

    r187 r193  
    4646                                LinkIncremental="1" 
    4747                                SuppressStartupBanner="TRUE" 
    48                                 AdditionalLibraryDirectories=""$(OGRE_PATH)\OgreMain\Lib\$(ConfigurationName)";"..\IVReader\Lib\$(ConfigurationName)";"$(OGRE_PATH)\Samples\Common\CEGUIRenderer\lib";"$(OGRE_PATH)\Dependencies\Lib\$(ConfigurationName)";"$(OGRE_PATH)\PlugIns\OctreeSceneManager\bin\$(ConfigurationName)";"$(GAMETOOLS_PATH)\trunk\VUT\Ogre\lib\$(ConfigurationName)"" 
     48                                AdditionalLibraryDirectories=""$(OGRE_PATH)\OgreMain\Lib\$(ConfigurationName)";"$(OGRE_PATH)\Samples\Common\CEGUIRenderer\lib";"..\IVReader\Lib\$(ConfigurationName)";"$(OGRE_PATH)\Dependencies\Lib\$(ConfigurationName)";"$(OGRE_PATH)\PlugIns\OctreeSceneManager\bin\$(ConfigurationName)";"$(GAMETOOLS_PATH)\trunk\VUT\Ogre\lib\$(ConfigurationName)"" 
    4949                                ProgramDatabaseFile=".\..\bin\Release/Demo_IV.pdb" 
    5050                                SubSystem="2" 
  • trunk/VUT/work/iv/TestCullingIVApplication.cpp

    r187 r193  
    9191        Real scale = 1; 
    9292        mSceneMgr->setOption("NodeVizScale", &scale); 
    93  
    94         String path = "E:/gametools/trunk/VUT/Ogre/resources/"; 
     93        // HACK: change this to relative path 
     94        String path = "D:/gametools/trunk/VUT/Ogre/resources/"; 
    9595                 
    9696        SceneNode *node1 = mSceneMgr->getRootSceneNode()->createChildSceneNode("Node1"); 
Note: See TracChangeset for help on using the changeset viewer.