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 () |
| SortingNodeStruct * | Succ () |
| SortingNodeStruct * | Pred () |
| const SortingNodeStruct * | Const_Succ () const |
| const SortingNodeStruct * | Const_Pred () const |
| DLListClass< SortingNodeStruct > * | List () |
Public Member Functions inherited from W3DMPO | |
| virtual | ~W3DMPO () |
Protected Member Functions inherited from W3DMPO | |
| virtual int | glueEnforcer () const =0 |
Definition at line 158 of file sortingrenderer.cpp.
| SphereClass SortingNodeStruct::bounding_sphere |
Definition at line 165 of file sortingrenderer.cpp.
| unsigned short SortingNodeStruct::min_vertex_index |
Definition at line 170 of file sortingrenderer.cpp.
| unsigned short SortingNodeStruct::polygon_count |
Definition at line 169 of file sortingrenderer.cpp.
| RenderStateStruct SortingNodeStruct::sorting_state |
Definition at line 163 of file sortingrenderer.cpp.
| unsigned short SortingNodeStruct::start_index |
Definition at line 168 of file sortingrenderer.cpp.
| Vector3 SortingNodeStruct::transformed_center |
Definition at line 167 of file sortingrenderer.cpp.
| unsigned short SortingNodeStruct::vertex_count |
Definition at line 171 of file sortingrenderer.cpp.