Main Page | Namespace List | Class Hierarchy | Class List | Directories | File List | Class Members | File Members

SoftShadowFinalRenderingRun Class Reference

Render the entity into the backbuffer with its final texture. More...

#include <SoftShadowFinalRenderingRun.h>

Inheritance diagram for SoftShadowFinalRenderingRun:

FinalRenderingRun List of all members.

Public Member Functions

unsigned int getSoftShadowFilteringRate ()
 Gets the number of the samples used in the filtering.
const String & getSoftShadowMapTexture ()
 Returns the softShadowMapTexture.
void renderSingleEntity (RenderTarget *backBuffer, CubeMapFaces cf=CUBEMAP_FACE_POSITIVE_X)
 Renders a sinle entity into the screen.
void setSoftShadowFilteringRate (unsigned int usedNumberOfSamples)
 Sets the number of the samples used in the filtering.
 SoftShadowFinalRenderingRun (Entity *entity)
 Constructor.
 ~SoftShadowFinalRenderingRun ()
 Destructor.

Private Attributes

int iNumberOfSamples
 It contains the number of the samples with the filtering calculates.
RenderFinalPassrenderFinalPass
 Pass to render the entity into the backbuffer.

Detailed Description

Render the entity into the backbuffer with its final texture.

SuperClass: FinalRenderingRun Class: SoftShadowFinalRenderingRun


Constructor & Destructor Documentation

SoftShadowFinalRenderingRun Entity *  entity  ) 
 

Constructor.

~SoftShadowFinalRenderingRun  ) 
 

Destructor.


Member Function Documentation

unsigned int getSoftShadowFilteringRate  ) 
 

Gets the number of the samples used in the filtering.

Returns:
The number of the samples used in the filtering..

const String& getSoftShadowMapTexture  ) 
 

Returns the softShadowMapTexture.

void renderSingleEntity RenderTarget *  backBuffer,
CubeMapFaces  cf = CUBEMAP_FACE_POSITIVE_X
[virtual]
 

Renders a sinle entity into the screen.

Parameters:
backBuffer RenderTarget, The screen.
cf CubeMapFaces, A CubeMap face.

Implements FinalRenderingRun.

void setSoftShadowFilteringRate unsigned int  usedNumberOfSamples  ) 
 

Sets the number of the samples used in the filtering.

Parameters:
usedNumberOfSamples int, The number of the samples used in the filtering.


Member Data Documentation

int iNumberOfSamples [private]
 

It contains the number of the samples with the filtering calculates.

RenderFinalPass* renderFinalPass [private]
 

Pass to render the entity into the backbuffer.


The documentation for this class was generated from the following file:
Generated on Mon Apr 18 10:59:28 2005 for OGRE_IllumModule by  doxygen 1.4.2