OpenMW
|
#include <node.hpp>
Classes | |
struct | Camera |
Public Member Functions | |
void | read (NIFStream *nif) |
Parses the record from file. More... | |
![]() | |
void | post (NIFFile *nif) |
Does post-processing, after the entire tree is loaded. More... | |
void | makeRootBone (const Transformation *tr) |
void | makeBone (short ind, const NiSkinData::BoneInfo &bi) |
![]() | |
Record () | |
virtual | ~Record () |
Public Attributes | |
Camera | cam |
![]() | |
int | flags |
Transformation | trafo |
osg::Vec3f | velocity |
PropertyList | props |
bool | hasBounds |
osg::Vec3f | boundPos |
Matrix3 | boundRot |
osg::Vec3f | boundXYZ |
NiNode * | parent |
const Transformation * | boneTrafo |
const NiSkinData::BoneInfo * | boneInfo |
short | boneIndex |
![]() | |
std::string | name |
![]() | |
ControllerPtr | controller |
![]() | |
ExtraPtr | extra |
![]() | |
int | recType |
std::string | recName |
size_t | recIndex |
|
inlinevirtual |
Parses the record from file.
Reimplemented from Nif::Node.
Camera Nif::NiCamera::cam |