DarkPlaces
Game engine based on the Quake 1 engine by id Software, developed by LadyHavoc
 
md3vertex_t Struct Reference

#include <model_alias.h>

+ Collaboration diagram for md3vertex_t:

Data Fields

short origin [3]
 
unsigned char pitch
 
unsigned char yaw
 

Detailed Description

Definition at line 132 of file model_alias.h.

Field Documentation

◆ origin

short md3vertex_t::origin[3]

Definition at line 134 of file model_alias.h.

Referenced by Mod_IDP3_Load(), and Mod_MD3_AnimateVertices().

◆ pitch

unsigned char md3vertex_t::pitch

Definition at line 135 of file model_alias.h.

Referenced by Mod_IDP3_Load(), and Mod_MD3_AnimateVertices().

◆ yaw

unsigned char md3vertex_t::yaw

Definition at line 136 of file model_alias.h.

Referenced by Mod_IDP3_Load(), and Mod_MD3_AnimateVertices().


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