Patch submitted by Michael Reimpell

- Adds NormalMap to python's list of Texture Image flags
This commit is contained in:
2005-02-21 22:00:11 +00:00
parent 34b61ee4e9
commit 3cd546e484
2 changed files with 4 additions and 0 deletions

View File

@@ -64,6 +64,7 @@ Example::
- MOVIE - Use a movie for an image
- CYCLIC - Repeat animation image
- ANTI - Use anti-aliasing
- NORMALMAP - Use image RGB values for normal mapping
@type ExtendModes: readonly dictionary
@var ExtendModes: Extend, clamp or repeat modes for images