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

changed to ogre 103
added readme

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.