Changeset 370 for trunk/VUT/work
- Timestamp:
- 11/02/05 17:57:29 (19 years ago)
- Location:
- trunk/VUT/work/iv
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/VUT/work/iv/Demo_IV.vcproj
r226 r370 175 175 Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"> 176 176 </Filter> 177 <File 178 RelativePath=".\VTune\Demo_IV.vpj"> 179 </File> 177 180 </Files> 178 181 <Globals> -
trunk/VUT/work/iv/TestCullingIVApplication.cpp
r348 r370 92 92 mSceneMgr->setOption("NodeVizScale", &scale); 93 93 // HACK: change this to relative path 94 String path = "E:/svn/gametools/trunk/VUT/Ogre/resources/"; 95 94 //String path = "E:/svn/gametools/trunk/VUT/Ogre/resources/"; 95 String path = "D:/svn/trunk/VUT/Ogre/resources/"; 96 96 97 SceneNode *node1 = mSceneMgr->getRootSceneNode()->createChildSceneNode("Node1"); 97 98 SceneNode *node2 = mSceneMgr->getRootSceneNode()->createChildSceneNode("Node2");
Note: See TracChangeset
for help on using the changeset viewer.