Patch #18015, adds "Value to Normal" node

This commit is contained in:
Robin Allen
2009-02-06 01:21:38 +00:00
parent fbdd75a475
commit 6a669d00b2
4 changed files with 95 additions and 0 deletions

View File

@@ -405,6 +405,7 @@ struct TexResult;
#define TEX_NODE_DISTANCE 118
#define TEX_NODE_COMPOSE 119
#define TEX_NODE_DECOMPOSE 120
#define TEX_NODE_VALTONOR 121
/* 201-299 reserved. Use like this: TEX_NODE_PROC + TEX_CLOUDS, etc */
#define TEX_NODE_PROC 200