Ignore:
Timestamp:
02/28/07 18:18:24 (17 years ago)
Author:
szirmay
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/App/Demos/Illum/Ogre/src/ReflectionTest/include/ReflectionTest.h

    r2140 r2175  
    3939bool useCauInt = true; 
    4040 
    41 int currentMaterial = 3; 
     41int currentMaterial = 1; 
    4242int currentObject = 1; 
    4343String objectNames[] = {String("sphere.mesh"), 
    4444                        String("teapot.mesh"), 
    45                                                 String("buddha.mesh"), 
     45                                                String("colorcube.mesh"), 
    4646                                                String("head.mesh")}; 
    4747 
     
    400400                        ResourceGroupManager::getSingleton().initialiseResourceGroup("GTP_MultipleCausticRefraction_MinMax"); 
    401401        } 
    402   Entity* object; 
     402        Entity* object; 
     403 
     404        void chooseSceneManager() 
     405        { 
     406                mSceneMgr = mRoot->createSceneManager("OctreeSceneManager"); 
     407                //mSceneMgr = mRoot->createSceneManager("OcclusionCullingSceneManager"); 
     408        } 
    403409 
    404410    void createPostproc() 
Note: See TracChangeset for help on using the changeset viewer.