Fix cycles OSL missing support for texture mapping paramaters found in texture

properties tab.
This commit is contained in:
Brecht Van Lommel
2012-11-20 17:40:10 +00:00
parent a80b0915c7
commit ab1b5af08d
17 changed files with 159 additions and 35 deletions

View File

@@ -36,6 +36,7 @@ public:
Transform compute_transform();
bool skip();
void compile(SVMCompiler& compiler, int offset_in, int offset_out);
void compile(OSLCompiler &compiler);
float3 translation;
float3 rotation;
@@ -67,7 +68,7 @@ public:
ImageManager *image_manager;
int slot;
bool is_float;
int is_float;
string filename;
ustring color_space;
ustring projection;
@@ -85,7 +86,7 @@ public:
ImageManager *image_manager;
int slot;
bool is_float;
int is_float;
string filename;
ustring color_space;
ustring projection;