#include <W3DLaserDraw.h>
Inherits DrawModule, and LaserDrawInterface.
Public Member Functions | |
| W3DLaserDraw (Thing *thing, const ModuleData *moduleData) | |
| virtual void | doDrawModule (const Matrix3D *transformMtx) |
| virtual void | releaseShadows (void) |
| frees all shadow resources used by this module - used by Options screen. | |
| virtual void | allocateShadows (void) |
| we don't care about preserving temporary shadows. | |
| virtual void | setShadowsEnabled (Bool enable) |
| we don't care about preserving temporary shadows. | |
| virtual void | setFullyObscuredByShroud (Bool fullyObscured) |
| virtual void | reactToTransformChange (const Matrix3D *oldMtx, const Coord3D *oldPos, Real oldAngle) |
| virtual void | reactToGeometryChange () |
| virtual Bool | isLaser () const |
| Real | getLaserTemplateWidth () const |
| virtual LaserDrawInterface * | getLaserDrawInterface () |
| virtual const LaserDrawInterface * | getLaserDrawInterface () const |
Public Member Functions inherited from DrawModule | |
| DrawModule (Thing *thing, const ModuleData *moduleData) | |
| virtual void | setTerrainDecal (TerrainDecalType type) |
| virtual void | setTerrainDecalSize (Real x, Real y) |
| virtual void | setTerrainDecalOpacity (Real o) |
| virtual Bool | isVisible () const |
| for limiting tree sway, etc to visible objects | |
| virtual ObjectDrawInterface * | getObjectDrawInterface () |
| virtual const ObjectDrawInterface * | getObjectDrawInterface () const |
| virtual DebrisDrawInterface * | getDebrisDrawInterface () |
| virtual const DebrisDrawInterface * | getDebrisDrawInterface () const |
| virtual TracerDrawInterface * | getTracerDrawInterface () |
| virtual const TracerDrawInterface * | getTracerDrawInterface () const |
| virtual RopeDrawInterface * | getRopeDrawInterface () |
| virtual const RopeDrawInterface * | getRopeDrawInterface () const |
Public Member Functions inherited from DrawableModule | |
| DrawableModule (Thing *thing, const ModuleData *moduleData) | |
| < this abstract class needs memory pool hooks | |
Public Member Functions inherited from Module | |
| Module (const ModuleData *moduleData) | |
| < this abstract class needs memory pool hooks | |
| virtual NameKeyType | getModuleNameKey () const =0 |
| NameKeyType | getModuleTagNameKey () const |
| virtual void | onObjectCreated () |
| virtual void | onDrawableBoundToObject () |
| virtual void | preloadAssets (TimeOfDay timeOfDay) |
| preload any assets we might have for this time of day | |
| virtual void | onDelete (void) |
Public Member Functions inherited from MemoryPoolObject | |
| void | deleteInstance () |
Public Member Functions inherited from Snapshot | |
| Snapshot (void) | |
| ~Snapshot (void) | |
Protected Attributes | |
| SegmentedLineClass ** | m_line3D |
| line 3D for effect | |
| TextureClass * | m_texture |
| Real | m_textureAspectRatio |
| aspect ratio of texture | |
| Bool | m_selfDirty |
Additional Inherited Members | |
Static Public Member Functions inherited from DrawModule | |
| static ModuleType | getModuleType () |
| static Int | getInterfaceMask () |
Static Public Member Functions inherited from Module | |
| static ModuleData * | friend_newModuleData (INI *ini) |
Protected Member Functions inherited from DrawableModule | |
| Drawable * | getDrawable () |
| const Drawable * | getDrawable () const |
| virtual void | crc (Xfer *xfer) |
| virtual void | xfer (Xfer *xfer) |
| virtual void | loadPostProcess (void) |
Protected Member Functions inherited from Module | |
| const ModuleData * | getModuleData () const |
Protected Member Functions inherited from MemoryPoolObject | |
| virtual | ~MemoryPoolObject () |
| void * | operator new (size_t s) |
| void | operator delete (void *p) |
| virtual MemoryPool * | getObjectMemoryPool ()=0 |
W3D laser draw
Definition at line 70 of file W3DLaserDraw.h.
| W3DLaserDraw::W3DLaserDraw | ( | Thing * | thing, |
| const ModuleData * | moduleData ) |
Definition at line 116 of file W3DLaserDraw.cpp.
|
inlinevirtual |
we don't care about preserving temporary shadows.
Implements DrawModule.
Definition at line 83 of file W3DLaserDraw.h.
|
virtual |
Implements DrawModule.
Definition at line 252 of file W3DLaserDraw.cpp.
|
inlinevirtual |
Reimplemented from DrawModule.
Definition at line 91 of file W3DLaserDraw.h.
|
inlinevirtual |
Reimplemented from DrawModule.
Definition at line 92 of file W3DLaserDraw.h.
|
virtual |
Implements LaserDrawInterface.
Definition at line 244 of file W3DLaserDraw.cpp.
|
inlinevirtual |
Reimplemented from DrawModule.
Definition at line 88 of file W3DLaserDraw.h.
|
inlinevirtual |
Implements DrawModule.
Definition at line 87 of file W3DLaserDraw.h.
|
inlinevirtual |
Implements DrawModule.
Definition at line 86 of file W3DLaserDraw.h.
|
inlinevirtual |
frees all shadow resources used by this module - used by Options screen.
Implements DrawModule.
Definition at line 82 of file W3DLaserDraw.h.
|
inlinevirtual |
Implements DrawModule.
Definition at line 85 of file W3DLaserDraw.h.
|
inlinevirtual |
we don't care about preserving temporary shadows.
Implements DrawModule.
Definition at line 84 of file W3DLaserDraw.h.
|
protected |
line 3D for effect
Definition at line 96 of file W3DLaserDraw.h.
|
protected |
Definition at line 99 of file W3DLaserDraw.h.
|
protected |
Definition at line 97 of file W3DLaserDraw.h.
|
protected |
aspect ratio of texture
Definition at line 98 of file W3DLaserDraw.h.