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

Inherits DLNodeClass< SortingNodeStruct >.

Public Attributes

RenderStateStruct sorting_state
 
SphereClass bounding_sphere
 
Vector3 transformed_center
 
unsigned short start_index
 
unsigned short polygon_count
 
unsigned short min_vertex_index
 
unsigned short vertex_count
 

Additional Inherited Members

- Public Member Functions inherited from DLNodeClass< SortingNodeStruct >
 DLNodeClass ()
 
 ~DLNodeClass ()
 
void Insert_Before (DLNodeClass< SortingNodeStruct > *n)
 
void Insert_After (DLNodeClass< SortingNodeStruct > *n)
 
void Remove ()
 
SortingNodeStructSucc ()
 
SortingNodeStructPred ()
 
const SortingNodeStructConst_Succ () const
 
const SortingNodeStructConst_Pred () const
 
DLListClass< SortingNodeStruct > * List ()
 
- Public Member Functions inherited from W3DMPO
virtual ~W3DMPO ()
 
- Protected Member Functions inherited from W3DMPO
virtual int glueEnforcer () const =0
 

Detailed Description

Definition at line 158 of file sortingrenderer.cpp.

Member Data Documentation

◆ bounding_sphere

SphereClass SortingNodeStruct::bounding_sphere

Definition at line 165 of file sortingrenderer.cpp.

◆ min_vertex_index

unsigned short SortingNodeStruct::min_vertex_index

Definition at line 170 of file sortingrenderer.cpp.

◆ polygon_count

unsigned short SortingNodeStruct::polygon_count

Definition at line 169 of file sortingrenderer.cpp.

◆ sorting_state

RenderStateStruct SortingNodeStruct::sorting_state

Definition at line 163 of file sortingrenderer.cpp.

◆ start_index

unsigned short SortingNodeStruct::start_index

Definition at line 168 of file sortingrenderer.cpp.

◆ transformed_center

Vector3 SortingNodeStruct::transformed_center

Definition at line 167 of file sortingrenderer.cpp.

◆ vertex_count

unsigned short SortingNodeStruct::vertex_count

Definition at line 171 of file sortingrenderer.cpp.


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