Changeset 2251


Ignore:
Timestamp:
03/14/07 16:27:51 (17 years ago)
Author:
szirmay
Message:
 
Location:
GTP/trunk/Lib/Illum/IllumModule/OgreIllumModule/include/RenderingRuns
Files:
4 edited

Legend:

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

    r2240 r2251  
    5656                return false; 
    5757        } 
    58  
    5958        void setNode(SceneNode* n){psysNode = n;} 
     59        /** 
     60                @brief Returns the radius of the small particle system. 
     61        */ 
    6062        Real getSmallSysRadius(){return sysRad;} 
    6163 
    6264protected:       
    6365        SceneNode* psysNode; 
     66        /** 
     67                @brief Sets if the impostor should be rendered with a perspective projection or orthogonal. 
     68        */ 
    6469        bool perspectiveRendering; 
     70        /** 
     71                @brief Use the material that was defined in the particle script. 
     72        */ 
    6573        bool useOwnMaterial; 
     74        /** 
     75                @brief Use this specific material while rendering the impostor. 
     76        */ 
    6677        String materialName; 
     78        /** 
     79                @brief The name of the small particle system. 
     80        */ 
    6781        String childParticleSystemName; 
     82        /** 
     83                @brief The name of the small particle system script. 
     84        */ 
    6885        String particleScriptName; 
     86        /** 
     87                @brief Radius of the small particle system. 
     88        */ 
    6989        Real sysRad; 
    7090        /** 
    71                 @brief the created photon hit map texture 
     91                @brief Camera used while rendering the impostor image. 
    7292        */ 
    7393        Camera* impostorCamera; 
    7494        /** 
    75                 @brief a pointer to the OgreSharedRuns this run belongs to 
     95                @brief A pointer to the OgreSharedRuns this run belongs to. 
    7696        */ 
    7797        OgreSharedRuns* sharedRuns; 
    7898        /** 
    79                 @brief the name of the photonmap texture that was created by this run 
     99                @brief The name of the imostor texture that was created by this run. 
    80100        */ 
    81101        String name; 
    82102        /** 
    83                 @brief a pointer to the photonmap texture that was created by this run 
     103                @brief A pointer to the impostor texture that was created by this run. 
    84104        */ 
    85105        Texture* impostorTexture; 
  • GTP/trunk/Lib/Illum/IllumModule/OgreIllumModule/include/RenderingRuns/OgreCubeMapRenderingRun.h

    r1886 r2251  
    1414 
    1515/** 
    16         @brief ColorCubeMapRenderingRun used in an OGRE environment. 
     16        @brief CubeMapRenderingRun used in an OGRE environment. 
    1717*/ 
    1818class OgreCubeMapRenderingRun : public OgreRenderingRun, 
     
    3434                @param angleTolerance           angle tolerance used in face skip                
    3535                @param updateAllFace            defines if all cubemap faces should be updated in a frame or only one face per frame 
     36                @param renderSelf                       sets if the object should be rendered to the cube map 
     37                @param renderEnvironment        sets if the environment should be rendered to the cube map 
     38                @param selfMaterial                     the material that should be set for the object while rendering the cubemap 
     39                @param environmentMaterial  the material that should be set for the environment while rendering the cubemap 
     40                @param getMinMax                        sets if the minimum and maximum values of the cubemap should be computed                 
    3641        */       
    3742        OgreCubeMapRenderingRun(OgreSharedRuns* sharedRuns, 
     
    6267 
    6368        /** 
    64                 @brief a pointer to the OgreSharedRuns this run belongs to 
     69                @brief A pointer to the OgreSharedRuns this run belongs to. 
    6570        */ 
    6671        OgreSharedRuns* sharedRuns; 
    6772        /** 
    68                 @brief the name of the cubemap texture that was created by this run 
     73                @brief The name of the cubemap texture that was created by this run. 
    6974        */ 
    7075        String name; 
    7176        /** 
    72                 @brief a pointer to the cubemap texture that was created by this run 
     77                @brief A pointer to the cubemap texture that was created by this run. 
    7378        */ 
    7479        Texture* cubemapTexture; 
     80        /** 
     81                @brief  
     82        */ 
    7583        String selfMaterial; 
     84        /** 
     85                @brief  
     86        */ 
    7687        bool useSelfMaterial; 
     88        /** 
     89                @brief  
     90        */ 
    7791        String environmentMaterial; 
     92        /** 
     93                @brief  
     94        */ 
    7895        bool useEnvMaterial; 
    7996        RenderingRunType cubemapRunType; 
     
    8299        Vector4 max; 
    83100 
    84  
     101        /** 
     102                @brief  
     103        */ 
    85104        bool getMinMax; 
    86105         
  • GTP/trunk/Lib/Illum/IllumModule/OgreIllumModule/include/RenderingRuns/OgreDepthShadowMapRenderingRun.h

    r1688 r2251  
    1515 
    1616/** 
    17         @brief ColorCubeMapRenderingRun used in an OGRE environment. 
     17        @brief DepthShadowMapRenderingRun used in an OGRE environment. 
    1818*/ 
    1919class OgreDepthShadowMapRenderingRun : public OgreRenderingRun, 
  • GTP/trunk/Lib/Illum/IllumModule/OgreIllumModule/include/RenderingRuns/OgreFocusingMapRenderingRun.h

    r1125 r2251  
    1313 
    1414/** 
    15         @brief ColorCubeMapRenderingRun used in an OGRE environment. 
     15        @brief FocusingMapRenderingRun. 
     16 
     17        A run to help focusing light projections for shadow mapping. 
    1618*/ 
    1719class OgreFocusingMapRenderingRun : public OgreRenderingRun                                                                      
     
    2830                                                                unsigned int focusingMapSize); 
    2931        /** 
    30                 @brief returns the name of the camera depth texture 
     32                @brief returns the name of the focusing texture 
    3133        */ 
    3234        String getFocusingTextureName(){return name;} 
     
    4648         
    4749        /** 
    48                 @brief the name of the depth texture that was created by this run 
     50                @brief the name of the focusing texture that was created by this run 
    4951        */ 
    5052        String name; 
    5153        /** 
    52                 @brief a pointer to the scene depth texture that was created by this run 
     54                @brief a pointer to the focusing texture that was created by this run 
    5355        */ 
    5456        Texture* focusingTexture; 
Note: See TracChangeset for help on using the changeset viewer.