DarkPlaces
Game engine based on the Quake 1 engine by id Software, developed by LadyHavoc
 
animatemodel_cache Struct Reference
+ Collaboration diagram for animatemodel_cache:

Data Fields

floatbuf_normal3f
 
floatbuf_svector3f
 
floatbuf_tvector3f
 
floatbuf_vertex3f
 
floatdata_normal3f
 
floatdata_svector3f
 
floatdata_tvector3f
 
floatdata_vertex3f
 
frameblend_t frameblend [MAX_FRAMEBLENDS]
 
int max_vertices
 
model_tmodel
 
skeleton_t skeleton
 
skeleton_tskeleton_p
 

Detailed Description

Definition at line 6110 of file prvm_cmds.c.

Field Documentation

◆ buf_normal3f

float* animatemodel_cache::buf_normal3f

Definition at line 6124 of file prvm_cmds.c.

Referenced by animatemodel(), and animatemodel_reset().

◆ buf_svector3f

float* animatemodel_cache::buf_svector3f

Definition at line 6122 of file prvm_cmds.c.

Referenced by animatemodel(), and animatemodel_reset().

◆ buf_tvector3f

float* animatemodel_cache::buf_tvector3f

Definition at line 6123 of file prvm_cmds.c.

Referenced by animatemodel(), and animatemodel_reset().

◆ buf_vertex3f

float* animatemodel_cache::buf_vertex3f

Definition at line 6121 of file prvm_cmds.c.

Referenced by animatemodel(), and animatemodel_reset().

◆ data_normal3f

float* animatemodel_cache::data_normal3f

Definition at line 6119 of file prvm_cmds.c.

Referenced by animatemodel(), and VM_getsurfacepointattribute().

◆ data_svector3f

float* animatemodel_cache::data_svector3f

Definition at line 6117 of file prvm_cmds.c.

Referenced by animatemodel(), and VM_getsurfacepointattribute().

◆ data_tvector3f

float* animatemodel_cache::data_tvector3f

Definition at line 6118 of file prvm_cmds.c.

Referenced by animatemodel(), and VM_getsurfacepointattribute().

◆ data_vertex3f

float* animatemodel_cache::data_vertex3f

◆ frameblend

frameblend_t animatemodel_cache::frameblend[MAX_FRAMEBLENDS]

Definition at line 6113 of file prvm_cmds.c.

Referenced by animatemodel().

◆ max_vertices

int animatemodel_cache::max_vertices

Definition at line 6120 of file prvm_cmds.c.

Referenced by animatemodel().

◆ model

model_t* animatemodel_cache::model

Definition at line 6112 of file prvm_cmds.c.

Referenced by animatemodel().

◆ skeleton

skeleton_t animatemodel_cache::skeleton

Definition at line 6115 of file prvm_cmds.c.

Referenced by animatemodel().

◆ skeleton_p

skeleton_t* animatemodel_cache::skeleton_p

Definition at line 6114 of file prvm_cmds.c.

Referenced by animatemodel().


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