OpenMW
|
#include <data.hpp>
Classes | |
struct | BoneInfo |
struct | BoneTrafo |
struct | VertWeight |
Public Member Functions | |
void | read (NIFStream *nif) |
Parses the record from file. | |
Public Attributes | |
BoneTrafo | trafo |
std::vector< BoneInfo > | bones |
void Nif::NiSkinData::read | ( | NIFStream * | nif | ) | [inline, virtual] |
Parses the record from file.
Implements Nif::Record.
std::vector<BoneInfo> Nif::NiSkinData::bones |