OGRE  1.12.13
Object-Oriented Graphics Rendering Engine
Ogre::RTShader::FFPTransform Class Reference

Transform sub render state implementation of the Fixed Function Pipeline. More...

#include <OgreShaderFFPTransform.h>

+ Inheritance diagram for Ogre::RTShader::FFPTransform:

Public Member Functions

virtual void copyFrom (const SubRenderState &rhs)
 
virtual bool createCpuSubPrograms (ProgramSet *programSet)
 
virtual int getExecutionOrder () const
 
virtual const StringgetType () const
 
bool preAddToRenderState (const RenderState *renderState, Pass *srcPass, Pass *dstPass)
 Called before adding this sub render state to the given render state. More...
 
void setInstancingParams (bool enabled, int texCoordIndex)
 
- Public Member Functions inherited from Ogre::RTShader::SubRenderState
 SubRenderState ()
 Class default constructor. More...
 
virtual ~SubRenderState ()
 Class destructor. More...
 
SubRenderStateAccessorPtr getAccessor ()
 Return the accessor object to this sub render state. More...
 
SubRenderStateAccessorPtr getAccessor () const
 Return the accessor object to this sub render state. More...
 
SubRenderStateoperator= (const SubRenderState &rhs)
 Operator = declaration. More...
 
virtual bool setParameter (const String &name, const String &value)
 generic set method for parameters that connot be derived in preAddToRenderState More...
 
virtual void updateGpuProgramsParams (Renderable *rend, const Pass *pass, const AutoParamDataSource *source, const LightList *pLightList)
 Update GPU programs parameters before a rendering operation occurs. More...
 

Static Public Attributes

static String Type
 

Detailed Description

Transform sub render state implementation of the Fixed Function Pipeline.

See also
http://msdn.microsoft.com/en-us/library/bb206269.aspx Derives from SubRenderState class.

Member Function Documentation

◆ getType()

virtual const String& Ogre::RTShader::FFPTransform::getType ( ) const
virtual

◆ getExecutionOrder()

virtual int Ogre::RTShader::FFPTransform::getExecutionOrder ( ) const
virtual

◆ copyFrom()

virtual void Ogre::RTShader::FFPTransform::copyFrom ( const SubRenderState rhs)
virtual

◆ createCpuSubPrograms()

virtual bool Ogre::RTShader::FFPTransform::createCpuSubPrograms ( ProgramSet programSet)
virtual

◆ preAddToRenderState()

bool Ogre::RTShader::FFPTransform::preAddToRenderState ( const RenderState renderState,
Pass srcPass,
Pass dstPass 
)
virtual

Called before adding this sub render state to the given render state.

Allows this sub render state class to configure specific parameters depending on source pass or parent render state. Return of false value will cause canceling the add operation.

Parameters
renderStateThe target render state container this sub render state is about to be added.
srcPassThe source pass.
dstPassThe destination pass.

Reimplemented from Ogre::RTShader::SubRenderState.

◆ setInstancingParams()

void Ogre::RTShader::FFPTransform::setInstancingParams ( bool  enabled,
int  texCoordIndex 
)
inline

Member Data Documentation

◆ Type

String Ogre::RTShader::FFPTransform::Type
static

The documentation for this class was generated from the following file: