![]() |
DarkPlaces
Game engine based on the Quake 1 engine by id Software, developed by LadyHavoc
|
|
#include <model_hlmdl.h>
Data Fields | |
int32_t | bonecontroller [6] |
int32_t | flags |
int8_t | name [32] |
int32_t | parent |
float | scale [6] |
float | value [6] |
Definition at line 110 of file model_hlmdl.h.
int32_t dhlmdl_bone_t::bonecontroller[6] |
Definition at line 115 of file model_hlmdl.h.
int32_t dhlmdl_bone_t::flags |
Definition at line 114 of file model_hlmdl.h.
int8_t dhlmdl_bone_t::name[32] |
Definition at line 112 of file model_hlmdl.h.
int32_t dhlmdl_bone_t::parent |
Definition at line 113 of file model_hlmdl.h.
float dhlmdl_bone_t::scale[6] |
Definition at line 117 of file model_hlmdl.h.
float dhlmdl_bone_t::value[6] |
Definition at line 116 of file model_hlmdl.h.