Ignore:
Timestamp:
03/19/07 16:53:07 (17 years ago)
Author:
szirmay
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Illum/IllumModule/OgreIllumModule/src/OgreRenderingRun.cpp

    r2180 r2265  
    111111                rt->setAutoUpdated(false); 
    112112                v->setBackgroundColour(clearColor); 
     113                Root::getSingleton()._getCurrentSceneManager()->getRenderQueue()->clear(); 
     114                Root::getSingleton()._getCurrentSceneManager()->setFindVisibleObjects(false); 
     115        rt->update(); 
     116                Root::getSingleton()._getCurrentSceneManager()->setFindVisibleObjects(true); 
    113117                 
    114118                Root::getSingleton().getRenderSystem()->_setViewport(v); 
Note: See TracChangeset for help on using the changeset viewer.