Changeset View
Changeset View
Standalone View
Standalone View
intern/cycles/render/nodes.h
| Context not available. | |||||
| void *builtin_data; | void *builtin_data; | ||||
| ustring color_space; | ustring color_space; | ||||
| ustring projection; | ustring projection; | ||||
| ustring interpolation; | |||||
| float projection_blend; | float projection_blend; | ||||
| bool animated; | bool animated; | ||||
| static ShaderEnum color_space_enum; | static ShaderEnum color_space_enum; | ||||
| static ShaderEnum projection_enum; | static ShaderEnum projection_enum; | ||||
| static ShaderEnum interpolation_enum; | |||||
| }; | }; | ||||
| class EnvironmentTextureNode : public TextureNode { | class EnvironmentTextureNode : public TextureNode { | ||||
| Context not available. | |||||