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

Legend:

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

    r1725 r2174  
    173173        } 
    174174 
    175         sm->_findVisibleObjects (cam, shadowcastersonly); 
    176          
    177         setMaterialForRenderables(materialName, rq, solidsonly); 
     175        //sm->_findVisibleObjectsOC(cam, cam->getViewport(), false, true, shadowcastersonly); 
     176        sm->_findVisibleObjects(cam, shadowcastersonly); 
     177         
     178        setMaterialForRenderables(materialName, sm->getRenderQueue(), solidsonly); 
    178179} 
    179180 
Note: See TracChangeset for help on using the changeset viewer.