PointLight
Engine/source/T3D/pointLight.h
Private Types
Parent
Protected Functions
_renderViz(SceneRenderState * state)
Public Functions
packUpdate(NetConnection * conn, U32 mask, BitStream * stream)
Instructs this object to pack its state for transfer over the network.
unpackUpdate(NetConnection * conn, BitStream * stream)
Instructs this object to read state data previously packed with packUpdate.
Public Static Functions
Detailed Description
Private Types
typedef LightBase Parent
Protected Attributes
F32 mRadius
Protected Functions
_conformLights()
Reimplemented from: LightBase
_renderViz(SceneRenderState * state)
Reimplemented from: LightBase
Public Functions
PointLight()
~PointLight()
DECLARE_CONOBJECT(PointLight )
packUpdate(NetConnection * conn, U32 mask, BitStream * stream)
Reimplemented from: LightBase
setScale(const VectorF & scale)
Reimplemented from: SceneObject
unpackUpdate(NetConnection * conn, BitStream * stream)
Reimplemented from: LightBase