![]() |
Blender V2.61 - r43446
|
#include "node_texture_util.h"#include "NOD_texture.h"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 (bNodeTreeType *ttype) |
Variables | |
| static bNodeSocketTemplate | outputs [] |
Definition in file node_texture_coord.c.
| static void exec | ( | void * | data, |
| bNode * | node, | ||
| bNodeStack ** | in, | ||
| bNodeStack ** | out | ||
| ) | [static] |
Definition at line 48 of file node_texture_coord.c.
References tex_output(), and vectorfn().
Referenced by register_node_type_tex_coord().
| void register_node_type_tex_coord | ( | bNodeTreeType * | ttype | ) |
Definition at line 53 of file node_texture_coord.c.
References exec(), NODE_CLASS_INPUT, NODE_OPTIONS, node_type_base(), node_type_exec(), node_type_size(), node_type_socket_templates(), 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] |
bNodeSocketTemplate outputs[] [static] |
{
{ SOCK_VECTOR, 0, "Coordinates" },
{ -1, 0, "" }
}
Definition at line 36 of file node_texture_coord.c.