Ignore:
Timestamp:
03/19/07 13:02:58 (17 years ago)
Author:
szirmay
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Illum/IllumModule/OgreIllumModule/include/RenderingRuns/OgreReducedCubeMapRenderingRun.h

    r790 r2264  
    1414 
    1515/** 
    16         @brief ColorCubeMapRenderingRun used in an OGRE environment. 
     16        @brief ReducedCubeMapRenderingRun used in an OGRE environment. 
    1717*/ 
    1818class OgreReducedCubeMapRenderingRun : public OgreRenderingRun, 
     
    4747 
    4848        /** 
    49                 @brief returns the name of the resulting reduced sized color cubemap texture 
     49                @brief returns the name of the resulting downsampled color cubemap texture 
    5050        */ 
    5151        String& getReducedCubeMapTextureName(){return name;} 
     
    6060        OgreSharedRuns* sharedRuns; 
    6161        /** 
    62                 @brief the name of the cubemap texture that was created by this run 
     62                @brief the name of the downsampled cubemap texture that was created by this run 
    6363        */ 
    6464        String name; 
    6565        /** 
    66                 @brief a pointer to the cubemap texture that was created by this run 
     66                @brief a pointer to the downsampled cubemap texture that was created by this run 
    6767        */ 
    6868        Texture* reducedCubemapTexture; 
Note: See TracChangeset for help on using the changeset viewer.