libHSPlasma
|
#include <plShadowMaster.h>
Additional Inherited Members | |
![]() | |
enum | DrawProperties { kDisable, kSelfShadow, kNumProps } |
![]() | |
plShadowMaster () | |
virtual void | read (hsStream *S, plResManager *mgr) |
virtual void | write (hsStream *S, plResManager *mgr) |
float | getAttenDist () const |
float | getMaxDist () const |
float | getMinDist () const |
float | getPower () const |
unsigned int | getMaxSize () const |
unsigned int | getMinSize () const |
void | setAttenDist (float dist) |
void | setDist (float min, float max) |
void | setPower (float power) |
void | setSize (unsigned int min, unsigned int max) |
![]() | |
virtual void | IPrcWrite (pfPrcHelper *prc) |
virtual void | IPrcParse (const pfPrcTag *tag, plResManager *mgr) |
![]() | |
float | fAttenDist |
float | fMaxDist |
float | fMinDist |
float | fPower |
unsigned int | fMaxSize |
unsigned int | fMinSize |