Ignore:
Timestamp:
11/08/06 14:04:22 (18 years ago)
Author:
szirmay
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Illum/IllumModule/IllumModule/src/RenderTechniques/CubeMapRenderTechnique.cpp

    r1722 r1725  
    1212                                                                                                bool renderSelf, 
    1313                                                                                                bool renderEnvironment, 
     14                                                                                                int layer, 
    1415                                                                                                ElementaryRenderable* parentRenderable, 
    1516                                                                                                TechniqueGroup* parentTechniqueGroup) 
    1617                                                        :RenderTechnique( parentRenderable, parentTechniqueGroup) 
    1718{ 
     19        this->layer = layer;     
     20        cubemapLayer = ILLUMRUN_CUBEMAP; 
     21 
    1822        this->useDistCalc = useDistCalc; 
    1923        this->useFaceAngleCalc = useFaceAngleCalc; 
Note: See TracChangeset for help on using the changeset viewer.