Ignore:
Timestamp:
05/08/07 14:37:19 (17 years ago)
Author:
szirmay
Message:
 
File:
1 edited

Legend:

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

    r2321 r2355  
    1818                                                                                                                   String selfMaterial, 
    1919                                                                                                                   String environmentMaterial, 
     20                                                                                                                   String envTriggerName, 
    2021                                                                                                                   bool getMinMax, 
    2122                                                                                                                   RenderingRunType cubemapRunType) 
     
    2526 
    2627{ 
     28        this->envTriggerName = envTriggerName; 
    2729        this->getMinMax = getMinMax; 
    2830        this->cubemapRunType = cubemapRunType; 
     
    8385                        if(useEnvMaterial) 
    8486                        { 
    85                                 setMaterialForVisibles(environmentMaterial, cam); 
     87                                setMaterialForVisibles(environmentMaterial, cam, false, false, envTriggerName); 
    8688                                //sm->_queueSkiesForRendering(cam);                              
    8789                        } 
Note: See TracChangeset for help on using the changeset viewer.