Richard Boegli's CnC_Generals_Zero_Hour Fork WIP
This is documentation of Richard Boegil's Zero Hour Fork
 
Loading...
Searching...
No Matches
WSClassicEnvironmentMapperClass Class Reference

#include <mapper.h>

Inherits WSEnvMapperClass.

Public Member Functions

 WSClassicEnvironmentMapperClass (AxisType axis, unsigned int stage)
 
 WSClassicEnvironmentMapperClass (const WSClassicEnvironmentMapperClass &src)
 
 WSClassicEnvironmentMapperClass (const INIClass &ini, const char *section, unsigned int stage)
 
virtual int Mapper_ID (void) const
 
virtual TextureMapperClassClone () const
 
virtual void Apply (int uv_array_index)
 
- Public Member Functions inherited from WSEnvMapperClass
 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 bool Is_Time_Variant (void)
 
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)
 

Additional Inherited Members

- Public Types inherited from WSEnvMapperClass
enum  AxisType { AXISTYPE_X =0 , AXISTYPE_Y =1 , AXISTYPE_Z =2 }
 
- Public Types inherited from TextureMapperClass
enum  {
  MAPPER_ID_UNKNOWN , MAPPER_ID_LINEAR_OFFSET , MAPPER_ID_CLASSIC_ENVIRONMENT , MAPPER_ID_ENVIRONMENT ,
  MAPPER_ID_SCREEN , MAPPER_ID_ANIMATING_1D , MAPPER_ID_AXIAL , MAPPER_ID_SILHOUETTE ,
  MAPPER_ID_SCALE , MAPPER_ID_GRID , MAPPER_ID_ROTATE , MAPPER_ID_SINE_LINEAR_OFFSET ,
  MAPPER_ID_STEP_LINEAR_OFFSET , MAPPER_ID_ZIGZAG_LINEAR_OFFSET , MAPPER_ID_WS_CLASSIC_ENVIRONMENT , MAPPER_ID_WS_ENVIRONMENT ,
  MAPPER_ID_GRID_CLASSIC_ENVIRONMENT , MAPPER_ID_GRID_ENVIRONMENT , MAPPER_ID_RANDOM , MAPPER_ID_EDGE ,
  MAPPER_ID_BUMPENV , MAPPER_ID_GRID_WS_CLASSIC_ENVIRONMENT , MAPPER_ID_GRID_WS_ENVIRONMENT
}
 
- Static Public Member Functions inherited from RefCountClass
static int Total_Refs (void)
 
static RefCountClassAdd_Active_Ref (RefCountClass *obj)
 
static RefCountClassSet_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)
 
- Protected Attributes inherited from WSEnvMapperClass
AxisType Axis
 
- Protected Attributes inherited from TextureMapperClass
unsigned int Stage
 

Detailed Description

Definition at line 405 of file mapper.h.

Constructor & Destructor Documentation

◆ WSClassicEnvironmentMapperClass() [1/3]

WSClassicEnvironmentMapperClass::WSClassicEnvironmentMapperClass ( AxisType axis,
unsigned int stage )
inline

Definition at line 409 of file mapper.h.

◆ WSClassicEnvironmentMapperClass() [2/3]

WSClassicEnvironmentMapperClass::WSClassicEnvironmentMapperClass ( const WSClassicEnvironmentMapperClass & src)
inline

Definition at line 410 of file mapper.h.

◆ WSClassicEnvironmentMapperClass() [3/3]

WSClassicEnvironmentMapperClass::WSClassicEnvironmentMapperClass ( const INIClass & ini,
const char * section,
unsigned int stage )
inline

Definition at line 411 of file mapper.h.

Member Function Documentation

◆ Apply()

void WSClassicEnvironmentMapperClass::Apply ( int uv_array_index)
virtual

Implements TextureMapperClass.

Definition at line 805 of file mapper.cpp.

◆ Clone()

virtual TextureMapperClass * WSClassicEnvironmentMapperClass::Clone ( void ) const
inlinevirtual

Implements TextureMapperClass.

Definition at line 413 of file mapper.h.

◆ Mapper_ID()

virtual int WSClassicEnvironmentMapperClass::Mapper_ID ( void ) const
inlinevirtual

Reimplemented from TextureMapperClass.

Definition at line 412 of file mapper.h.


The documentation for this class was generated from the following files: