OGRE  13.6
Object-Oriented Graphics Rendering Engine
Ogre::RTShader::TriplanarTexturing Class Reference

#include <OgreShaderExTriplanarTexturing.h>

+ Inheritance diagram for Ogre::RTShader::TriplanarTexturing:

Public Member Functions

void copyFrom (const SubRenderState &rhs) override
 
int getExecutionOrder () const override
 
const StringgetType () const override
 
bool preAddToRenderState (const RenderState *renderState, Pass *srcPass, Pass *dstPass) override
 
virtual void setParameters (const Vector3 &parameters)
 Sets the parameters. More...
 
virtual void setTextureNames (const String &textureNameFromX, const String &textureNameFromY, const String &textureNameFromZ)
 Sets the texture names for the mapping. More...
 
void updateGpuProgramsParams (Renderable *rend, const Pass *pass, const AutoParamDataSource *source, const LightList *pLightList) override
 
- Public Member Functions inherited from Ogre::RTShader::SubRenderState
 SubRenderState ()
 Class default constructor. More...
 
virtual ~SubRenderState ()
 Class destructor. More...
 
virtual bool createCpuSubPrograms (ProgramSet *programSet)
 Create sub programs that represents this sub render state as part of a program set. 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...
 

Static Public Attributes

static String type
 The type. More...
 

Member Function Documentation

◆ setParameters()

virtual void Ogre::RTShader::TriplanarTexturing::setParameters ( const Vector3 parameters)
virtual

Sets the parameters.

Parameters
parametersParameters: Texturescale, Plateau-size (0 to 0.57, not bigger to avoid division by zero!), transition-speed.

◆ setTextureNames()

virtual void Ogre::RTShader::TriplanarTexturing::setTextureNames ( const String textureNameFromX,
const String textureNameFromY,
const String textureNameFromZ 
)
virtual

Sets the texture names for the mapping.

Parameters
textureNameFromXThe texture mapping from x.
textureNameFromYThe texture mapping from y.
textureNameFromZThe texture mapping from z.

◆ getType()

const String& Ogre::RTShader::TriplanarTexturing::getType ( ) const
overridevirtual

◆ getExecutionOrder()

int Ogre::RTShader::TriplanarTexturing::getExecutionOrder ( ) const
overridevirtual

◆ preAddToRenderState()

bool Ogre::RTShader::TriplanarTexturing::preAddToRenderState ( const RenderState renderState,
Pass srcPass,
Pass dstPass 
)
overridevirtual

◆ copyFrom()

void Ogre::RTShader::TriplanarTexturing::copyFrom ( const SubRenderState rhs)
overridevirtual

◆ updateGpuProgramsParams()

void Ogre::RTShader::TriplanarTexturing::updateGpuProgramsParams ( Renderable rend,
const Pass pass,
const AutoParamDataSource source,
const LightList pLightList 
)
overridevirtual

Member Data Documentation

◆ type

String Ogre::RTShader::TriplanarTexturing::type
static

The type.


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