![]() |
Blender V2.61 - r43446
|
#include <nodes.h>

Public Member Functions | |
| ~EnvironmentTextureNode () | |
| ShaderNode * | clone () const |
Public Attributes | |
| ImageManager * | image_manager |
| int | slot |
| string | filename |
| ustring | color_space |
Static Public Attributes | |
| static ShaderEnum | color_space_enum = color_space_init() |
| EnvironmentTextureNode::~EnvironmentTextureNode | ( | ) |
Definition at line 195 of file nodes.cpp.
References filename, image_manager, and ImageManager::remove_image().
| ShaderNode * EnvironmentTextureNode::clone | ( | ) | const [virtual] |
Implements ShaderNode.
Definition at line 201 of file nodes.cpp.
References image_manager, NULL, and slot.
ShaderEnum EnvironmentTextureNode::color_space_enum = color_space_init() [static] |
Definition at line 84 of file nodes.h.
Referenced by add_node().
Definition at line 81 of file nodes.h.
Referenced by xml_read_shader_graph(), and ~EnvironmentTextureNode().
Definition at line 79 of file nodes.h.
Referenced by clone(), and ~EnvironmentTextureNode().