OpenMW
|
#include <controller.hpp>
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 | |
int | mTexSlot |
float | mDelta |
NiSourceTextureList | mSources |
void Nif::NiFlipController::post | ( | NIFFile * | nif | ) | [inline, virtual] |
Does post-processing, after the entire tree is loaded.
Reimplemented from Nif::Controller.
void Nif::NiFlipController::read | ( | NIFStream * | nif | ) | [inline, virtual] |
Parses the record from file.
Reimplemented from Nif::Controller.