afxZodiacPlane
Engine/source/afx/ce/afxZodiacPlane.h
Private Types
Parent
Private Attributes
Public Functions
DECLARE_CATEGORY("AFX" )
bool
onAdd()
Called when the object is added to the sim.
bool
onNewDataBlock(GameBaseData * dptr, bool reload)
Called when a new datablock is set.
prepRenderImage(SceneRenderState * state)
Called when the SceneManager is ready for the registration of render instances.
setColor(const LinearColorF & clr)
setVisibility(bool flag)
Detailed Description
Private Types
typedef GameBase Parent
Private Attributes
LinearColorF color
bool is_visible
afxZodiacPlaneData * mDataBlock
GFXStateBlockRef normal_sb
F32 radius
GFXStateBlockRef reflected_sb
Private Functions
draw()
postDraw()
preDraw()
Public Functions
afxZodiacPlane()
~afxZodiacPlane()
_renderZodiacPlane(ObjectRenderInst * , SceneRenderState * , BaseMatInstance * )
DECLARE_CATEGORY("AFX" )
DECLARE_CONOBJECT(afxZodiacPlane )
onAdd()
Reimplemented from: SceneObject
onNewDataBlock(GameBaseData * dptr, bool reload)
Reimplemented from: GameBase
onRemove()
Reimplemented from: SceneObject
prepRenderImage(SceneRenderState * state)
Reimplemented from: SceneObject
setColor(const LinearColorF & clr)
setRadius(F32 rad)
setVisibility(bool flag)