Blender V2.61 - r43446
|
#include "node_shader_util.h"
Go to the source code of this file.
Functions | |
void | register_node_type_sh_gamma (bNodeTreeType *ttype) |
Variables | |
static bNodeSocketTemplate | sh_node_gamma_in [] |
static bNodeSocketTemplate | sh_node_gamma_out [] |
void register_node_type_sh_gamma | ( | bNodeTreeType * | ttype | ) |
Definition at line 49 of file node_shader_gamma.c.
References NODE_CLASS_OP_COLOR, NODE_NEW_SHADING, NODE_OPTIONS, node_type_base(), node_type_compatibility(), node_type_exec(), node_type_gpu(), node_type_init(), node_type_size(), node_type_socket_templates(), node_type_storage(), nodeRegisterType(), NULL, and SH_NODE_GAMMA.
Referenced by registerShaderNodes().
bNodeSocketTemplate sh_node_gamma_in[] [static] |
{ { SOCK_RGBA, 1, "Color", 1.0f, 1.0f, 1.0f, 1.0f}, { SOCK_FLOAT, 1, "Gamma", 1.0f, 0.0f, 0.0f, 0.0f, 0.001f, 10.0f, PROP_UNSIGNED}, { -1, 0, "" } }
Definition at line 38 of file node_shader_gamma.c.
bNodeSocketTemplate sh_node_gamma_out[] [static] |
{ { SOCK_RGBA, 0, "Color"}, { -1, 0, "" } }
Definition at line 44 of file node_shader_gamma.c.