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/IBRBillboardCloudTreeFrameListener.cpp

    r900 r961  
    106106        } 
    107107 
     108        if (mInputDevice->isKeyDown(Ogre::KC_F7)) 
     109        {                
     110                mCurrentOgreFrameListenerMode = 6; 
     111                this->setEnabledFrameListenerMode(mCurrentOgreFrameListenerMode); 
     112                mWindow->setDebugText(""); 
     113 
     114                //mTimeUntilNextToggle = 0.25;           
     115        } 
     116 
    108117        // Return true to continue rendering 
    109118        return true; 
Note: See TracChangeset for help on using the changeset viewer.