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

#include <model_iqm.h>

+ Collaboration diagram for iqmjoint1_t:

Data Fields

unsigned int name
 
float origin [3]
 
signed int parent
 
float rotation [3]
 
float scale [3]
 

Detailed Description

Definition at line 60 of file model_iqm.h.

Field Documentation

◆ name

unsigned int iqmjoint1_t::name

Definition at line 62 of file model_iqm.h.

Referenced by Mod_INTERQUAKEMODEL_Load().

◆ origin

float iqmjoint1_t::origin[3]

Definition at line 64 of file model_iqm.h.

Referenced by Mod_INTERQUAKEMODEL_Load().

◆ parent

signed int iqmjoint1_t::parent

Definition at line 63 of file model_iqm.h.

Referenced by Mod_INTERQUAKEMODEL_Load().

◆ rotation

float iqmjoint1_t::rotation[3]

Definition at line 64 of file model_iqm.h.

Referenced by Mod_INTERQUAKEMODEL_Load().

◆ scale

float iqmjoint1_t::scale[3]

Definition at line 64 of file model_iqm.h.

Referenced by Mod_INTERQUAKEMODEL_Load().


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