Ignore:
Timestamp:
03/13/07 09:27:17 (17 years ago)
Author:
szirmay
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Illum/IllumModule/IllumModule/include/RenderTechniques/ColorCubeMapRenderTechnique.h

    r1930 r2240  
    2121                @param angleTolerance                   angle tolerance used in face skip 
    2222                @param updateAllFace                    defines if all cubemap faces should be updated in a frame or only one face per frame 
     23                @param renderSelf                               sets if the object should be rendered to the cube map 
     24                @param renderEnvironment                sets if the environment should be rendered to the cube map 
     25                @param layer                                    the layer of this cubemap 
    2326                @param parentRenderable                 the object to operate on 
    2427                @param parentTechniqueGroup             the TechniqueGroup this RenderedTechnique is attached to 
     
    4952        //inherited 
    5053        void runChanged(RenderingRunType runType, RenderingRun* run); 
     54        //inherited 
    5155        void runUpdated(RenderingRunType runType, RenderingRun* run); 
    5256 
    5357protected: 
    54         virtual void colorCubeMapRunChanged(RenderingRun* run) = 0;      
     58        /** 
     59                @brief Called if the color cubemap rendering run object changes. 
     60                 
     61                @param run pointer to the new rendering run object 
     62        */ 
     63        virtual void colorCubeMapRunChanged(RenderingRun* run) = 0; 
     64        /** 
     65                @brief Called if the color cubemap rendering run object is updated. 
     66                 
     67                @param run pointer to the rendering run object 
     68        */ 
    5569        virtual void colorCubeMapRunUpdated(RenderingRun* run) = 0;      
    5670}; 
Note: See TracChangeset for help on using the changeset viewer.