Changeset View
Changeset View
Standalone View
Standalone View
intern/cycles/render/nodes.h
| Show First 20 Lines • Show All 70 Lines • ▼ Show 20 Lines | public: | ||||
| ImageManager *image_manager; | ImageManager *image_manager; | ||||
| int slot; | int slot; | ||||
| int is_float; | int is_float; | ||||
| bool is_linear; | bool is_linear; | ||||
| string filename; | string filename; | ||||
| void *builtin_data; | void *builtin_data; | ||||
| ustring color_space; | ustring color_space; | ||||
| ustring projection; | ustring projection; | ||||
| InterpolationType 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; | ||||
| }; | }; | ||||
| class EnvironmentTextureNode : public TextureNode { | class EnvironmentTextureNode : public TextureNode { | ||||
| ▲ Show 20 Lines • Show All 522 Lines • Show Last 20 Lines | |||||