NIF Objects | Compound Types | Enum Types | Basic Types | File Versions
Name | Type | Description |
---|---|---|
Source | Ref<NiSourceTexture> | NiSourceTexture object index. |
Flags | Flags | Texture mode flags; clamp and filter mode stored in upper byte with 0xYZ00 = clamp mode Y, filter mode Z. |
Max Anisotropy | ushort | |
Has Texture Transform | bool | Whether or not the texture coordinates are transformed. |
Translation | TexCoord | The UV translation. |
Scale | TexCoord | The UV scale. |
Rotation | float | The W axis rotation in texture space. |
Transform Method | TransformMethod | Depending on the source, scaling can occur before or after rotation. |
Center | TexCoord | The origin around which the texture rotates. |