|
Blender
V2.59
|
Go to the source code of this file.
Functions | |
| static void | vectorfn (float *out, TexParams *p, bNode *UNUSED(node), bNodeStack **UNUSED(in), short UNUSED(thread)) |
| static void | exec (void *data, bNode *node, bNodeStack **in, bNodeStack **out) |
| void | register_node_type_tex_coord (ListBase *lb) |
Variables | |
| static bNodeSocketType | outputs [] |
Definition in file TEX_coord.c.
| static void exec | ( | void * | data, |
| bNode * | node, | ||
| bNodeStack ** | in, | ||
| bNodeStack ** | out | ||
| ) | [static] |
Definition at line 49 of file TEX_coord.c.
References tex_output(), and vectorfn().
Referenced by register_node_type_tex_coord().
| void register_node_type_tex_coord | ( | ListBase * | lb | ) |
Definition at line 54 of file TEX_coord.c.
References exec(), NODE_CLASS_INPUT, NODE_OPTIONS, node_type_base(), node_type_exec(), node_type_size(), node_type_storage(), nodeRegisterType(), NULL, and TEX_NODE_COORD.
Referenced by registerTextureNodes().
| static void vectorfn | ( | float * | out, |
| TexParams * | p, | ||
| bNode * | UNUSEDnode, | ||
| bNodeStack ** | UNUSEDin, | ||
| short | UNUSEDthread | ||
| ) | [static] |
bNodeSocketType outputs[] [static] |
{
{ SOCK_VECTOR, 0, "Coordinates", 0.0f, 0.0f, 0.0f, 0.0f, -1.0f, 1.0f },
{ -1, 0, "" }
}
Definition at line 37 of file TEX_coord.c.