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

#include <model_iqm.h>

Collaboration diagram for iqmjoint_t:

Data Fields

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

Detailed Description

Definition at line 68 of file model_iqm.h.

Field Documentation

◆ name

unsigned int iqmjoint_t::name

Definition at line 70 of file model_iqm.h.

Referenced by Mod_INTERQUAKEMODEL_Load().

◆ origin

float iqmjoint_t::origin[3]

Definition at line 72 of file model_iqm.h.

Referenced by Mod_INTERQUAKEMODEL_Load().

◆ parent

signed int iqmjoint_t::parent

Definition at line 71 of file model_iqm.h.

Referenced by Mod_INTERQUAKEMODEL_Load().

◆ rotation

float iqmjoint_t::rotation[4]

Definition at line 72 of file model_iqm.h.

Referenced by Mod_INTERQUAKEMODEL_Load().

◆ scale

float iqmjoint_t::scale[3]

Definition at line 72 of file model_iqm.h.

Referenced by Mod_INTERQUAKEMODEL_Load().


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