OpenMW
|
#include <node.hpp>
Public Types | |
enum | Flags { Flag_Hidden = 0x0001, Flag_MeshCollision = 0x0002, Flag_BBoxCollision = 0x0004 } |
enum | BSAnimFlags { AnimFlag_AutoPlay = 0x0020 } |
enum | BSParticleFlags { ParticleFlag_AutoPlay = 0x0020, ParticleFlag_LocalSpace = 0x0080 } |
Public Member Functions | |
void | read (NIFStream *nif) |
Parses the record from file. | |
void | post (NIFFile *nif) |
Does post-processing, after the entire tree is loaded. | |
Public Attributes | |
NodeList | children |
NodeList | effects |
enum Nif::NiNode::Flags |
void Nif::NiNode::post | ( | NIFFile * | nif | ) | [inline, virtual] |
Does post-processing, after the entire tree is loaded.
Reimplemented from Nif::Node.
void Nif::NiNode::read | ( | NIFStream * | nif | ) | [inline, virtual] |
Parses the record from file.
Reimplemented from Nif::Node.