Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class 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
_notifyIndex(unsigned short index)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
getAlphaRejectFunction(void) const Ogre::Pass
getAlphaRejectValue(void) const Ogre::Pass
getAmbient(void) const Ogre::Pass
getColourWriteEnabled(void) const Ogre::Pass
getCullingMode(void) const Ogre::Pass
getDepthBias(void) const Ogre::Pass
getDepthCheckEnabled(void) const Ogre::Pass
getDepthFunction(void) const Ogre::Pass
getDepthWriteEnabled(void) const Ogre::Pass
getDestBlendFactor() const Ogre::Pass
getDiffuse(void) const Ogre::Pass
getDirtyHashList(void)Ogre::Pass [static]
getFogColour(void) const Ogre::Pass
getFogDensity(void) const Ogre::Pass
getFogEnd(void) const Ogre::Pass
getFogMode(void) const Ogre::Pass
getFogOverride(void) const Ogre::Pass
getFogStart(void) const Ogre::Pass
getFragmentProgram(void)Ogre::Pass
getFragmentProgramName(void) const Ogre::Pass
getFragmentProgramParameters(void)Ogre::Pass
getHash(void) const Ogre::Pass
getIndex(void) const Ogre::Pass
getLightingEnabled(void) const Ogre::Pass
getManualCullingMode(void) const Ogre::Pass
getMaxSimultaneousLights(void) const Ogre::Pass
getNumTextureUnitStates(void) const Ogre::Pass
getOnlyLightType() const Ogre::Pass
getParent(void)Ogre::Pass
getPassGraveyard(void)Ogre::Pass [static]
getResourceGroup(void) const Ogre::Pass
getRunOncePerLight(void) const Ogre::Pass
getRunOnlyForOneLightType(void) const Ogre::Pass
getSelfIllumination(void) const Ogre::Pass
getShadingMode(void) const Ogre::Pass
getShadowCasterVertexProgram(void)Ogre::Pass
getShadowCasterVertexProgramName(void) const Ogre::Pass
getShadowCasterVertexProgramParameters(void)Ogre::Pass
getShadowReceiverVertexProgram(void)Ogre::Pass
getShadowReceiverVertexProgramName(void) const Ogre::Pass
getShadowReceiverVertexProgramParameters(void)Ogre::Pass
getShininess(void) const Ogre::Pass
getSourceBlendFactor() const Ogre::Pass
getSpecular(void) const Ogre::Pass
getTextureUnitState(unsigned short index)Ogre::Pass
getTextureUnitStateIterator(void)Ogre::Pass
getVertexColourTracking(void) const Ogre::Pass
getVertexProgram(void)Ogre::Pass
getVertexProgramName(void) const Ogre::Pass
getVertexProgramParameters(void)Ogre::Pass
hasFragmentProgram(void) const Ogre::Pass
hasVertexProgram(void) const Ogre::Pass
isAmbientOnly(void) const Ogre::Pass
isLoaded(void) const Ogre::Pass
isProgrammable(void) const Ogre::Pass
isTransparent(void) const Ogre::Pass
mAlphaRejectFuncOgre::Pass [protected]
mAlphaRejectValOgre::Pass [protected]
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]
mTrackingOgre::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
setAlphaRejectFunction(CompareFunction func)Ogre::Pass
setAlphaRejectSettings(CompareFunction func, unsigned char value)Ogre::Pass
setAlphaRejectValue(unsigned char val)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, Real alpha)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, Real alpha)Ogre::Pass
setSpecular(const ColourValue &specular)Ogre::Pass
setTextureAnisotropy(unsigned int maxAniso)Ogre::Pass
setTextureFiltering(TextureFilterOptions filterType)Ogre::Pass
setVertexColourTracking(TrackVertexColourType tracking)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 © 2000-2005 by The OGRE Team
Creative Commons License
This work is licensed under a Creative Commons Attribution-ShareAlike 2.5 License.
Last modified Sun Feb 12 13:02:00 2006