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

#include <model_hlmdl.h>

Collaboration diagram for dhlmdl_bone_t:

Data Fields

int32_t bonecontroller [6]
int32_t flags
int8_t name [32]
int32_t parent
float scale [6]
float value [6]

Detailed Description

Definition at line 110 of file model_hlmdl.h.

Field Documentation

◆ bonecontroller

int32_t dhlmdl_bone_t::bonecontroller[6]

Definition at line 115 of file model_hlmdl.h.

◆ flags

int32_t dhlmdl_bone_t::flags

Definition at line 114 of file model_hlmdl.h.

◆ name

int8_t dhlmdl_bone_t::name[32]

Definition at line 112 of file model_hlmdl.h.

◆ parent

int32_t dhlmdl_bone_t::parent

Definition at line 113 of file model_hlmdl.h.

◆ scale

float dhlmdl_bone_t::scale[6]

Definition at line 117 of file model_hlmdl.h.

◆ value

float dhlmdl_bone_t::value[6]

Definition at line 116 of file model_hlmdl.h.


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