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 | setBone () |
![]() | |
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 |
bool | isBone |
![]() | |
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 |