Ignore:
Timestamp:
04/24/06 15:49:01 (18 years ago)
Author:
szirmay
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Illum/IllumModule/OgreIllumModule/include/OgreRenderingRun.h

    r790 r808  
    121121                @param materialName the name of the material to set for the Renderables 
    122122                @param cam pointer to the camera from which visible objects should be searched 
     123                @param shadowcastersonly flag to search for only shadow casters 
    123124        */ 
    124         void setMaterialForVisibles(String& materialName, Camera* cam); 
     125        void setMaterialForVisibles(String& materialName, Camera* cam, bool shadowcastersonly = false); 
    125126        /** 
    126127                @brief Restores previously stored materials. 
Note: See TracChangeset for help on using the changeset viewer.