NIF Objects | Compound Types | Enum Types | Basic Types | File Versions
| Number | Name | Description |
|---|---|---|
| 0 | CLAMP_S_CLAMP_T | Clamp in both directions. |
| 1 | CLAMP_S_WRAP_T | Clamp in the S(U) direction but wrap in the T(V) direction. |
| 2 | WRAP_S_CLAMP_T | Wrap in the S(U) direction but clamp in the T(V) direction. |
| 3 | WRAP_S_WRAP_T | Wrap in both directions. |