#include <stdmat.h>
Public Member Functions |
|
BOOL | IsStdTexoutGen () |
virtual float | GetOutputLevel (TimeValue t)=0 |
virtual BOOL | GetInvert ()=0 |
virtual BOOL | GetClamp ()=0 |
virtual BOOL | GetAlphaFromRGB ()=0 |
virtual float | GetRGBAmt (TimeValue t)=0 |
virtual float | GetRGBOff (TimeValue t)=0 |
virtual float | GetOutAmt (TimeValue t)=0 |
virtual float | GetBumpAmt (TimeValue t)=0 |
virtual BOOL | GetFlag (ULONG f)=0 |
virtual void | SetOutputLevel (TimeValue t, float v)=0 |
virtual void | SetInvert (BOOL onoff)=0 |
virtual void | SetClamp (BOOL onoff)=0 |
virtual void | SetAlphaFromRGB (BOOL onoff)=0 |
virtual void | SetRGBAmt (float f, TimeValue t)=0 |
virtual void | SetRGBOff (float f, TimeValue t)=0 |
virtual void | SetOutAmt (float f, TimeValue t)=0 |
virtual void | SetBumpAmt (float f, TimeValue t)=0 |
virtual void | SetFlag (ULONG f, ULONG val)=0 |
BOOL IsStdTexoutGen | ( | ) | [inline] |
{ return TRUE; }
virtual float GetOutputLevel | ( | TimeValue | t | ) | [pure virtual] |
Implements TextureOutput.
virtual BOOL GetInvert | ( | ) | [pure virtual] |
Implements TextureOutput.
virtual BOOL GetClamp | ( | ) | [pure virtual] |
virtual BOOL GetAlphaFromRGB | ( | ) | [pure virtual] |
virtual float GetRGBAmt | ( | TimeValue | t | ) | [pure virtual] |
virtual float GetRGBOff | ( | TimeValue | t | ) | [pure virtual] |
virtual float GetOutAmt | ( | TimeValue | t | ) | [pure virtual] |
virtual float GetBumpAmt | ( | TimeValue | t | ) | [pure virtual] |
virtual BOOL GetFlag | ( | ULONG | f | ) | [pure virtual] |
virtual void SetOutputLevel | ( | TimeValue | t, |
float | v | ||
) | [pure virtual] |
Implements TextureOutput.
virtual void SetInvert | ( | BOOL | onoff | ) | [pure virtual] |
Implements TextureOutput.
virtual void SetClamp | ( | BOOL | onoff | ) | [pure virtual] |
virtual void SetAlphaFromRGB | ( | BOOL | onoff | ) | [pure virtual] |
virtual void SetRGBAmt | ( | float | f, |
TimeValue | t | ||
) | [pure virtual] |
virtual void SetRGBOff | ( | float | f, |
TimeValue | t | ||
) | [pure virtual] |
virtual void SetOutAmt | ( | float | f, |
TimeValue | t | ||
) | [pure virtual] |
virtual void SetBumpAmt | ( | float | f, |
TimeValue | t | ||
) | [pure virtual] |
virtual void SetFlag | ( | ULONG | f, |
ULONG | val | ||
) | [pure virtual] |