Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

Ogre::Pass Member List

This is the complete list of members for Ogre::Pass, including all inherited members.
_dirtyHash(void)Ogre::Pass
_load(void)Ogre::Pass
_notifyNeedsRecompile(void)Ogre::Pass
_recalculateHash(void)Ogre::Pass
_split(unsigned short numUnits)Ogre::Pass
_unload(void)Ogre::Pass
_updateAutoParamsLightsOnly(const AutoParamDataSource &source)Ogre::Pass
_updateAutoParamsNoLights(const AutoParamDataSource &source)Ogre::Pass
addTextureUnitState(TextureUnitState *state)Ogre::Pass
clearDirtyHashList(void)Ogre::Pass [static]
createTextureUnitState(void)Ogre::Pass
createTextureUnitState(const String &textureName, unsigned short texCoordSet=0)Ogre::Pass
getAmbient(void) constOgre::Pass
getColourWriteEnabled(void) constOgre::Pass
getCullingMode(void) constOgre::Pass
getDepthBias(void) constOgre::Pass
getDepthCheckEnabled(void) constOgre::Pass
getDepthFunction(void) constOgre::Pass
getDepthWriteEnabled(void) constOgre::Pass
getDestBlendFactor() constOgre::Pass
getDiffuse(void) constOgre::Pass
getDirtyHashList(void)Ogre::Pass [static]
getFogColour(void) constOgre::Pass
getFogDensity(void) constOgre::Pass
getFogEnd(void) constOgre::Pass
getFogMode(void) constOgre::Pass
getFogOverride(void) constOgre::Pass
getFogStart(void) constOgre::Pass
getFragmentProgram(void)Ogre::Pass
getFragmentProgramName(void) constOgre::Pass
getFragmentProgramParameters(void)Ogre::Pass
getHash(void) constOgre::Pass
getIndex(void) constOgre::Pass
getLightingEnabled(void) constOgre::Pass
getManualCullingMode(void) constOgre::Pass
getMaxSimultaneousLights(void) constOgre::Pass
getNumTextureUnitStates(void) constOgre::Pass
getOnlyLightType() constOgre::Pass
getParent(void)Ogre::Pass
getPassGraveyard(void)Ogre::Pass [static]
getRunOncePerLight(void) constOgre::Pass
getRunOnlyForOneLightType(void) constOgre::Pass
getSelfIllumination(void) constOgre::Pass
getShadingMode(void) constOgre::Pass
getShadowCasterVertexProgram(void)Ogre::Pass
getShadowCasterVertexProgramName(void) constOgre::Pass
getShadowCasterVertexProgramParameters(void)Ogre::Pass
getShadowReceiverVertexProgram(void)Ogre::Pass
getShadowReceiverVertexProgramName(void) constOgre::Pass
getShadowReceiverVertexProgramParameters(void)Ogre::Pass
getShininess(void) constOgre::Pass
getSourceBlendFactor() constOgre::Pass
getSpecular(void) constOgre::Pass
getTextureUnitState(unsigned short index)Ogre::Pass
getTextureUnitStateIterator(void)Ogre::Pass
getVertexProgram(void)Ogre::Pass
getVertexProgramName(void) constOgre::Pass
getVertexProgramParameters(void)Ogre::Pass
hasFragmentProgram(void) constOgre::Pass
hasVertexProgram(void) constOgre::Pass
isAmbientOnly(void) constOgre::Pass
isLoaded(void) constOgre::Pass
isProgrammable(void) constOgre::Pass
isTransparent(void) constOgre::Pass
mAmbientOgre::Pass [protected]
mColourWriteOgre::Pass [protected]
mCullModeOgre::Pass [protected]
mDepthBiasOgre::Pass [protected]
mDepthCheckOgre::Pass [protected]
mDepthFuncOgre::Pass [protected]
mDepthWriteOgre::Pass [protected]
mDestBlendFactorOgre::Pass [protected]
mDiffuseOgre::Pass [protected]
mEmissiveOgre::Pass [protected]
mFogColourOgre::Pass [protected]
mFogDensityOgre::Pass [protected]
mFogEndOgre::Pass [protected]
mFogModeOgre::Pass [protected]
mFogOverrideOgre::Pass [protected]
mFogStartOgre::Pass [protected]
mFragmentProgramUsageOgre::Pass [protected]
mHashOgre::Pass [protected]
mIndexOgre::Pass [protected]
mLightingEnabledOgre::Pass [protected]
mManualCullModeOgre::Pass [protected]
mMaxSimultaneousLightsOgre::Pass [protected]
mOnlyLightTypeOgre::Pass [protected]
mParentOgre::Pass [protected]
mQueuedForDeletionOgre::Pass [protected]
mRunOncePerLightOgre::Pass [protected]
mRunOnlyForOneLightTypeOgre::Pass [protected]
msDirtyHashListOgre::Pass [protected, static]
mShadeOptionsOgre::Pass [protected]
mShadowCasterVertexProgramUsageOgre::Pass [protected]
mShadowReceiverVertexProgramUsageOgre::Pass [protected]
mShininessOgre::Pass [protected]
mSourceBlendFactorOgre::Pass [protected]
msPassGraveyardOgre::Pass [protected, static]
mSpecularOgre::Pass [protected]
mTextureUnitStatesOgre::Pass [protected]
mVertexProgramUsageOgre::Pass [protected]
operator=(const Pass &oth)Ogre::Pass
Pass(Technique *parent, unsigned short index)Ogre::Pass
Pass(Technique *parent, unsigned short index, const Pass &oth)Ogre::Pass
PassSet typedefOgre::Pass
processPendingPassUpdates(void)Ogre::Pass [static]
queueForDeletion(void)Ogre::Pass
removeAllTextureUnitStates(void)Ogre::Pass
removeTextureUnitState(unsigned short index)Ogre::Pass
setAmbient(Real red, Real green, Real blue)Ogre::Pass
setAmbient(const ColourValue &ambient)Ogre::Pass
setColourWriteEnabled(bool enabled)Ogre::Pass
setCullingMode(CullingMode mode)Ogre::Pass
setDepthBias(ushort bias)Ogre::Pass
setDepthCheckEnabled(bool enabled)Ogre::Pass
setDepthFunction(CompareFunction func)Ogre::Pass
setDepthWriteEnabled(bool enabled)Ogre::Pass
setDiffuse(Real red, Real green, Real blue)Ogre::Pass
setDiffuse(const ColourValue &diffuse)Ogre::Pass
setFog(bool overrideScene, FogMode mode=FOG_NONE, const ColourValue &colour=ColourValue::White, Real expDensity=0.001, Real linearStart=0.0, Real linearEnd=1.0)Ogre::Pass
setFragmentProgram(const String &name, bool resetParams=true)Ogre::Pass
setFragmentProgramParameters(GpuProgramParametersSharedPtr params)Ogre::Pass
setLightingEnabled(bool enabled)Ogre::Pass
setManualCullingMode(ManualCullingMode mode)Ogre::Pass
setMaxSimultaneousLights(unsigned short maxLights)Ogre::Pass
setRunOncePerLight(bool enabled, bool onlyForOneLightType=true, Light::LightTypes lightType=Light::LT_POINT)Ogre::Pass
setSceneBlending(const SceneBlendType sbt)Ogre::Pass
setSceneBlending(const SceneBlendFactor sourceFactor, const SceneBlendFactor destFactor)Ogre::Pass
setSelfIllumination(Real red, Real green, Real blue)Ogre::Pass
setSelfIllumination(const ColourValue &selfIllum)Ogre::Pass
setShadingMode(ShadeOptions mode)Ogre::Pass
setShadowCasterVertexProgram(const String &name)Ogre::Pass
setShadowCasterVertexProgramParameters(GpuProgramParametersSharedPtr params)Ogre::Pass
setShadowReceiverVertexProgram(const String &name)Ogre::Pass
setShadowReceiverVertexProgramParameters(GpuProgramParametersSharedPtr params)Ogre::Pass
setShininess(Real val)Ogre::Pass
setSpecular(Real red, Real green, Real blue)Ogre::Pass
setSpecular(const ColourValue &specular)Ogre::Pass
setTextureAnisotropy(unsigned int maxAniso)Ogre::Pass
setTextureFiltering(TextureFilterOptions filterType)Ogre::Pass
setVertexProgram(const String &name, bool resetParams=true)Ogre::Pass
setVertexProgramParameters(GpuProgramParametersSharedPtr params)Ogre::Pass
TextureUnitStateIterator typedefOgre::Pass
TextureUnitStates typedefOgre::Pass [protected]
~Pass()Ogre::Pass

Copyright © 2002-2003 by The OGRE Team
Last modified Fri May 14 23:26:51 2004