FS2_Open
Open source remastering of the Freespace 2 engine
gshield_tri Struct Reference

Public Attributes

int used
 
int trinum
 
fix creation_time
 
shield_vertex verts [4]
 

Detailed Description

Structure which mimics the shield_tri structure in model.h.

Since the global shield triangle array needs the vertex information, we will acutally store the information in this structure instead of the indices into the vertex list

Definition at line 49 of file shield.cpp.

Member Data Documentation

fix gshield_tri::creation_time

Definition at line 52 of file shield.cpp.

int gshield_tri::trinum

Definition at line 51 of file shield.cpp.

int gshield_tri::used

Definition at line 50 of file shield.cpp.

shield_vertex gshield_tri::verts[4]

Definition at line 53 of file shield.cpp.


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