#include <NBF.h>
Public Attributes | |
uint_t | numBones |
Specifies the number of bones describing the actual skin. More... | |
uint_t | bones |
Specifies the file offset to the bones describing the actual skin. The way bones are stored in a .NBF file is specified by the bone_t structure. More... | |
float3_t | vertex |
Specifies the initial vertex for the actual skin. More... | |
float3_t | normal |
Specifies the initial normal for the actual skin. More... |
Skins need to be considered in conjunction with NBFSkinnedTriangles objects.
|
Specifies the number of bones describing the actual skin.
|
|
Specifies the file offset to the bones describing the actual skin. The way bones are stored in a .NBF file is specified by the bone_t structure.
|
|
Specifies the initial vertex for the actual skin.
|
|
Specifies the initial normal for the actual skin.
|