RenderGlowMgr
Engine/source/renderInstance/renderGlowMgr.h
Classes:
Private Types
Parent
Protected Attributes
Public Functions
addElement(RenderInst * inst)
Returns the glow post effect.
bool
Returns true if the glow post effect is enabled and the glow buffer should be updated.
render(SceneRenderState * state)
Detailed Description
Private Types
typedef RenderTexTargetBinManager Parent
Protected Attributes
SimObjectPtr< PostEffect > mGlowEffect
RenderParticleMgr * mParticleRenderMgr
Public Functions
RenderGlowMgr()
~RenderGlowMgr()
addElement(RenderInst * inst)
Reimplemented from: RenderBinManager
DECLARE_CONOBJECT(RenderGlowMgr )
getGlowEffect()
Returns the glow post effect.
isGlowEnabled()
Returns true if the glow post effect is enabled and the glow buffer should be updated.
render(SceneRenderState * state)
Reimplemented from: RenderBinManager