Changeset 370 for trunk/VUT/work/iv


Ignore:
Timestamp:
11/02/05 17:57:29 (19 years ago)
Author:
mattausch
Message:

fixed specular bug in trees
added batched query manager
added t information to ray bsp leaves

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

Legend:

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

    r226 r370  
    175175                        Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"> 
    176176                </Filter> 
     177                <File 
     178                        RelativePath=".\VTune\Demo_IV.vpj"> 
     179                </File> 
    177180        </Files> 
    178181        <Globals> 
  • trunk/VUT/work/iv/TestCullingIVApplication.cpp

    r348 r370  
    9292        mSceneMgr->setOption("NodeVizScale", &scale); 
    9393        // 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         
    9697        SceneNode *node1 = mSceneMgr->getRootSceneNode()->createChildSceneNode("Node1"); 
    9798        SceneNode *node2 = mSceneMgr->getRootSceneNode()->createChildSceneNode("Node2"); 
Note: See TracChangeset for help on using the changeset viewer.