dpmbonevert_s Struct Reference

one or more of these per vertex More...

#include <qfiles.h>

Data Fields

float origin [3]
float influence
float normal [3]
uint32_t bonenum

Detailed Description

one or more of these per vertex

Definition at line 347 of file qfiles.h.


Field Documentation

number of the bone

Definition at line 357 of file qfiles.h.

Referenced by R_ModLoadAliasDPMModel().

influence fraction (these must add up to 1)

Definition at line 352 of file qfiles.h.

Referenced by R_ModLoadAliasDPMModel().

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().

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().


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

Generated by  doxygen 1.6.2