UFO: Alien Invasion
Loading...
Searching...
No Matches
uiModel_t Struct Reference

Model that have more than one part (top and down part of an aircraft). More...

#include <ui_node_model.h>

Collaboration diagram for uiModel_t:
Collaboration graph

Data Fields

char * id
char * anim
char * parent
char * tag
int skin
char * model
animState_t animState
vec3_t origin
vec3_t scale
vec3_t angles
vec3_t center
vec4_t color
struct uiModel_s * next

Detailed Description

Model that have more than one part (top and down part of an aircraft).

Definition at line 47 of file ui_node_model.h.

Field Documentation

◆ angles

vec3_t uiModel_t::angles

Definition at line 55 of file ui_node_model.h.

Referenced by UI_DrawModelNodeWithUIModel().

◆ anim

char* uiModel_t::anim

animation to run for this model

Definition at line 49 of file ui_node_model.h.

Referenced by UI_DrawModelNodeWithUIModel().

◆ animState

animState_t uiModel_t::animState

Definition at line 54 of file ui_node_model.h.

Referenced by UI_DrawModelNodeWithUIModel().

◆ center

vec3_t uiModel_t::center

to cache the calculated values

Definition at line 55 of file ui_node_model.h.

Referenced by UI_DrawModelNodeWithUIModel().

◆ color

vec4_t uiModel_t::color

rgba

Definition at line 56 of file ui_node_model.h.

Referenced by UI_DrawModelNodeWithUIModel(), and UI_ParseUIModel().

◆ id

char* uiModel_t::id

Definition at line 48 of file ui_node_model.h.

Referenced by UI_ParseUIModel().

◆ model

char* uiModel_t::model

Definition at line 53 of file ui_node_model.h.

Referenced by UI_DrawModelNodeWithUIModel().

◆ next

struct uiModel_s* uiModel_t::next

Definition at line 57 of file ui_node_model.h.

Referenced by UI_DrawModelNodeWithUIModel(), and UI_ParseUIModel().

◆ origin

vec3_t uiModel_t::origin

Definition at line 55 of file ui_node_model.h.

Referenced by UI_DrawModelNodeWithUIModel().

◆ parent

char* uiModel_t::parent

parent model id

Definition at line 50 of file ui_node_model.h.

Referenced by UI_DrawModelNodeWithUIModel().

◆ scale

vec3_t uiModel_t::scale

Definition at line 55 of file ui_node_model.h.

Referenced by UI_DrawModelNodeWithUIModel().

◆ skin

int uiModel_t::skin

skin number to use - default 0 (first skin)

Definition at line 52 of file ui_node_model.h.

Referenced by UI_DrawModelNodeWithUIModel().

◆ tag

char* uiModel_t::tag

the tag the model should placed onto

Definition at line 51 of file ui_node_model.h.

Referenced by UI_DrawModelNodeWithUIModel().


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