Cycles: Add an interpolation option to environment textures

This commit exposes the interpolation parameter for environment textures (requested by DolpheenDream on IRC), just as it already is for image textures.

Reviewers: sergey

Differential Revision: https://developer.blender.org/D1544
This commit is contained in:
Lukas Stockner
2015-10-08 03:31:15 +02:00
parent 3ab5075cf9
commit e3abcd6723
7 changed files with 61 additions and 54 deletions

View File

@@ -116,6 +116,7 @@ public:
void *builtin_data;
ustring color_space;
ustring projection;
InterpolationType interpolation;
bool animated;
static ShaderEnum color_space_enum;