added stress and tangent to MTex and texture mapping dict

This commit is contained in:
2007-01-13 05:06:28 +00:00
parent 156ac69aad
commit a935c48fec
3 changed files with 6 additions and 1 deletions

View File

@@ -200,6 +200,8 @@ Example::
- WIN - Use screen coordinates as texture coordinates
- VIEW - Pass camera view vector on to the texture (World texture only!)
- STICK - Use mesh sticky coordinates for the texture coordinates
- STRESS - Use mesh stress coordinates for the texture coordinates
- TANGENT - Use mesh tangent coordinates for the texture coordinates
@type TexCo: readonly dictionary
@var MapTo: Flags for MTex.mapto.