one or more of these per vertex More...
#include <qfiles.h>
Data Fields | |
float | origin [3] |
float | influence |
float | normal [3] |
uint32_t | bonenum |
one or more of these per vertex
Definition at line 347 of file qfiles.h.
float dpmbonevert_s::influence |
influence fraction (these must add up to 1)
Definition at line 352 of file qfiles.h.
Referenced by R_ModLoadAliasDPMModel().
float dpmbonevert_s::normal[3] |
this pairing of normal and bonenum is intentional (in SSE or 3DNow! assembly it can be done as a quad vector op (or two dual vector ops) very easily, the bonenum is ignored) surface normal (these blend)
Definition at line 356 of file qfiles.h.
Referenced by R_ModLoadAliasDPMModel().
float dpmbonevert_s::origin[3] |
this pairing of origin and influence is intentional (in SSE or 3DNow! assembly it can be done as a quad vector op (or two dual vector ops) very easily) vertex location (these blend)
Definition at line 351 of file qfiles.h.
Referenced by R_ModLoadAliasDPMModel().