OpenMW
Classes | Public Types | Public Member Functions | Public Attributes
Nif::NiTexturingProperty Class Reference

#include <property.hpp>

List of all members.

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]

Member Enumeration Documentation

Enumerator:
BaseTexture 
DarkTexture 
DetailTexture 
GlossTexture 
GlowTexture 
BumpTexture 
DecalTexture 

Member Function Documentation

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.


Member Data Documentation


The documentation for this class was generated from the following file: