#include <mapper.h>
Inherits TextureMapperClass.
Inherited by WSClassicEnvironmentMapperClass, and WSEnvironmentMapperClass.
Public Member Functions | |
| WSEnvMapperClass (AxisType axis, unsigned int stage) | |
| WSEnvMapperClass (const WSEnvMapperClass &src) | |
| WSEnvMapperClass (const INIClass &ini, const char *section, unsigned int stage) | |
| virtual bool | Needs_Normals (void) |
| virtual void | Calculate_Texture_Matrix (Matrix4x4 &tex_matrix) |
Public Member Functions inherited from TextureMapperClass | |
| TextureMapperClass (unsigned int stage=0) | |
| TextureMapperClass (const TextureMapperClass &src) | |
| virtual | ~TextureMapperClass (void) |
| virtual int | Mapper_ID (void) const |
| virtual TextureMapperClass * | Clone (void) const =0 |
| virtual bool | Is_Time_Variant (void) |
| virtual void | Apply (int uv_array_index)=0 |
| virtual void | Reset (void) |
| void | Set_Stage (int stage) |
| int | Get_Stage (void) const |
Public Member Functions inherited from W3DMPO | |
| virtual | ~W3DMPO () |
Public Member Functions inherited from RefCountClass | |
| RefCountClass (void) | |
| RefCountClass (const RefCountClass &) | |
| void | Add_Ref (void) const |
| WWINLINE void | Release_Ref (void) const |
| int | Num_Refs (void) const |
| virtual void | Delete_This (void) |
Protected Attributes | |
| AxisType | Axis |
Protected Attributes inherited from TextureMapperClass | |
| unsigned int | Stage |
Additional Inherited Members | |
Static Public Member Functions inherited from RefCountClass | |
| static int | Total_Refs (void) |
| static RefCountClass * | Add_Active_Ref (RefCountClass *obj) |
| static RefCountClass * | Set_Ref_Owner (RefCountClass *obj, char *file, int line) |
| static void | Remove_Active_Ref (RefCountClass *obj) |
| static bool | Validate_Active_Ref (RefCountClass *obj) |
Public Attributes inherited from RefCountClass | |
| RefCountNodeClass | ActiveRefNode |
| ActiveRefStruct | ActiveRefInfo |
Static Public Attributes inherited from RefCountClass | |
| static RefCountListClass | ActiveRefList |
Protected Member Functions inherited from W3DMPO | |
| virtual int | glueEnforcer () const =0 |
Protected Member Functions inherited from RefCountClass | |
| virtual | ~RefCountClass (void) |
|
inline |
|
inline |
| WSEnvMapperClass::WSEnvMapperClass | ( | const INIClass & | ini, |
| const char * | section, | ||
| unsigned int | stage ) |
Definition at line 745 of file mapper.cpp.
|
virtual |
Implements TextureMapperClass.
Definition at line 770 of file mapper.cpp.
|
inlinevirtual |
Reimplemented from TextureMapperClass.