OpenMW
|
#include <data.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 | |
bool | external |
std::string | filename |
NiPixelDataPtr | data |
int | pixel |
int | mipmap |
int | alpha |
void Nif::NiSourceTexture::post | ( | NIFFile * | nif | ) | [inline, virtual] |
Does post-processing, after the entire tree is loaded.
Reimplemented from Nif::Controlled.
void Nif::NiSourceTexture::read | ( | NIFStream * | nif | ) | [inline, virtual] |
Parses the record from file.
Reimplemented from Nif::Named.
std::string Nif::NiSourceTexture::filename |