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/DistanceCubeMapRenderTechnique.h

    r1725 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 
     
    5558         
    5659        /** 
    57                         @brief Called if the changed run is a ColorCubeMapRenderingRun. 
     60                        @brief Called if the changed run is a CubeMapRenderingRun (containing distances of the current layer). 
    5861 
    59                         @param run pointer to the changed ColorCubeMapRenderingRun 
     62                        @param run pointer to the changed CubeMapRenderingRun 
    6063        */               
    6164        virtual void distanceCubeMapRunChanged(RenderingRun* run) = 0; 
    6265        /** 
    63                         @brief Called if the changed run is a ColorCubeMapRenderingRun. 
     66                        @brief Called if the changed run is a CubeMapRenderingRun (containing distances of the current layer). 
    6467 
    65                         @param run pointer to the changed ColorCubeMapRenderingRun 
     68                        @param run pointer to the changed CubeMapRenderingRun 
    6669        */               
    6770        virtual void distanceCubeMapRunUpdated(RenderingRun* run) = 0; 
Note: See TracChangeset for help on using the changeset viewer.