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

#include <model_alias.h>

+ Collaboration diagram for md3tag_t:

Data Fields

char name [MD3NAME]
 
float origin [3]
 
float rotationmatrix [9]
 

Detailed Description

Definition at line 152 of file model_alias.h.

Field Documentation

◆ name

char md3tag_t::name[MD3NAME]

Definition at line 154 of file model_alias.h.

Referenced by Mod_IDP3_Load().

◆ origin

float md3tag_t::origin[3]

Definition at line 155 of file model_alias.h.

Referenced by Mod_IDP3_Load().

◆ rotationmatrix

float md3tag_t::rotationmatrix[9]

Definition at line 156 of file model_alias.h.

Referenced by Mod_IDP3_Load().


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