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

#include <sr_util.h>

Public Member Functions

void Copy (SRMeshClass &info)
 
void Initialize (RenderObjClass *renderObject, srMeshModel *meshmodel)
 

Public Attributes

RenderObjClassRenderObject
 
POLYGONINDEX PolygonCount
 
srVector3i * PolygonVertices
 
srVector4 * PolygonEquations
 
srVector3 * VertexLocations
 
srVector3 * VertexNormals
 

Detailed Description

Definition at line 186 of file sr_util.h.

Member Function Documentation

◆ Copy()

void SRMeshClass::Copy ( SRMeshClass & info)
inline

Definition at line 197 of file sr_util.h.

◆ Initialize()

void SRMeshClass::Initialize ( RenderObjClass * renderObject,
srMeshModel * meshmodel )

Member Data Documentation

◆ PolygonCount

POLYGONINDEX SRMeshClass::PolygonCount

Definition at line 190 of file sr_util.h.

◆ PolygonEquations

srVector4* SRMeshClass::PolygonEquations

Definition at line 193 of file sr_util.h.

◆ PolygonVertices

srVector3i* SRMeshClass::PolygonVertices

Definition at line 192 of file sr_util.h.

◆ RenderObject

RenderObjClass* SRMeshClass::RenderObject

Definition at line 188 of file sr_util.h.

◆ VertexLocations

srVector3* SRMeshClass::VertexLocations

Definition at line 194 of file sr_util.h.

◆ VertexNormals

srVector3* SRMeshClass::VertexNormals

Definition at line 195 of file sr_util.h.


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