OpenMW
|
#include <property.hpp>
Classes | |
struct | Texture |
Public Types | |
enum | TextureType { BaseTexture = 0, DarkTexture = 1, DetailTexture = 2, GlossTexture = 3, GlowTexture = 4, BumpTexture = 5, DecalTexture = 6 } |
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 | apply |
Texture | textures [7] |
void Nif::NiTexturingProperty::post | ( | NIFFile * | nif | ) | [inline, virtual] |
Does post-processing, after the entire tree is loaded.
Reimplemented from Nif::Controlled.
void Nif::NiTexturingProperty::read | ( | NIFStream * | nif | ) | [inline, virtual] |
Parses the record from file.
Reimplemented from Nif::Property.