Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Sharybin <sergey.vfx@gmail.com>2015-01-21 20:44:30 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2015-01-21 22:41:42 +0300
commit12ccac657f173ca74716e67cc80830c1142f8b22 (patch)
tree7d77307c14c4e8d7e28a9ec5727332ebb764a4e1 /source/blender/makesdna/DNA_node_types.h
parentcd723967970e3330d5461eaf8a062d6321de5d4f (diff)
Cycles: Support sphere mapping for the image texture
Diffstat (limited to 'source/blender/makesdna/DNA_node_types.h')
-rw-r--r--source/blender/makesdna/DNA_node_types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/makesdna/DNA_node_types.h b/source/blender/makesdna/DNA_node_types.h
index 02c451e8549..5cd4e0d223b 100644
--- a/source/blender/makesdna/DNA_node_types.h
+++ b/source/blender/makesdna/DNA_node_types.h
@@ -962,6 +962,7 @@ typedef struct NodeSunBeams {
/* image texture */
#define SHD_PROJ_FLAT 0
#define SHD_PROJ_BOX 1
+#define SHD_PROJ_SPHERE 2
/* image texture interpolation */
#define SHD_INTERP_LINEAR 0