Ignore:
Timestamp:
11/03/06 09:51:53 (18 years ago)
Author:
szirmay
Message:
 
File:
1 edited

Legend:

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

    r780 r1711  
    1111                                                                                                float angleTolerance, 
    1212                                                                                                bool updateAllFace, 
     13                                                                                                bool renderSelf, 
    1314                                                                                                ElementaryRenderable* parentRenderable, 
    1415                                                                                                TechniqueGroup* parentTechniqueGroup) 
    15                                                         :RenderTechnique( parentRenderable, parentTechniqueGroup) 
     16                                                                                                 
     17                                                                                                :CubeMapRenderTechnique( startFrame, cubeMapUpdateInterval, cubeMapResolution, 
     18                                                                                                                                                                        useDistCalc, useFaceAngleCalc, distTolerance, angleTolerance, 
     19                                                                                                                                                                        updateAllFace, renderSelf, 
     20                                                                                                                                                                        parentRenderable, parentTechniqueGroup), 
     21                                                                                                RenderTechnique(parentRenderable, parentTechniqueGroup) 
    1622{ 
    17         this->cubeMapUpdateInterval = cubeMapUpdateInterval; 
    18         this->cubeMapResolution = cubeMapResolution; 
    1923        this->reducedCubeMapResolution = reducedCubeMapResolution; 
    20         this->useDistCalc = useDistCalc; 
    21         this->useFaceAngleCalc = useFaceAngleCalc; 
    22         this->distTolerance = distTolerance; 
    23         this->angleTolerance = angleTolerance; 
    24         this->startFrame = startFrame; 
    25         this->updateAllFace = updateAllFace; 
    2624} 
    2725 
Note: See TracChangeset for help on using the changeset viewer.