OpenMW
|
#include <controller.hpp>
Classes | |
struct | Particle |
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 | |
float | velocity |
float | velocityRandom |
float | verticalDir |
float | verticalAngle |
float | horizontalDir |
float | horizontalAngle |
float | size |
float | startTime |
float | stopTime |
float | emitRate |
float | lifetime |
float | lifetimeRandom |
int | emitFlags |
Ogre::Vector3 | offsetRandom |
NodePtr | emitter |
int | numParticles |
int | activeCount |
std::vector< Particle > | particles |
ExtraPtr | extra |
void Nif::NiParticleSystemController::post | ( | NIFFile * | nif | ) | [inline, virtual] |
Does post-processing, after the entire tree is loaded.
Reimplemented from Nif::Controller.
void Nif::NiParticleSystemController::read | ( | NIFStream * | nif | ) | [inline, virtual] |
Parses the record from file.
Reimplemented from Nif::Controller.
Ogre::Vector3 Nif::NiParticleSystemController::offsetRandom |
std::vector<Particle> Nif::NiParticleSystemController::particles |