Ignore:
Timestamp:
05/15/06 18:48:34 (18 years ago)
Author:
igarcia
Message:
 
Location:
GTP/trunk/Lib/Illum/IBRBillboardCloudTrees/OGRE/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Illum/IBRBillboardCloudTrees/OGRE/src

    • Property svn:ignore set to
      LBBCPointClusterGenerator.cpp
  • GTP/trunk/Lib/Illum/IBRBillboardCloudTrees/OGRE/src/IBRBillboardCloudTreeApplication.cpp

    r950 r961  
    253253        } 
    254254 
     255        { 
     256                LBBC::SceneViewMode *anotherFrameListenerMode; 
     257                anotherFrameListenerMode = new LBBC::SceneViewMode(mWindow,mFrameListener->getNumFrameListenerModes()); 
     258                anotherFrameListenerMode->chooseSceneManager(); 
     259                anotherFrameListenerMode->createCamera(); 
     260                anotherFrameListenerMode->createViewports(); 
     261                anotherFrameListenerMode->createScene(); 
     262                //anotherFrameListenerMode->loadScene("../../media/scene/scene.OSM"); 
     263                ////anotherFrameListenerMode->loadScene("../../media/scene/sceneLeaves.OSM"); 
     264                //anotherFrameListenerMode->loadScene("../../media/scene/scenePointLeaves.OSM"); 
     265                mFrameListener->addFrameListenerMode(anotherFrameListenerMode); 
     266        } 
     267 
    255268        mFrameListener->removeFrameListenerMode(0); 
    256269        mFrameListener->setEnabledFrameListenerMode(0); 
Note: See TracChangeset for help on using the changeset viewer.