Blender  V2.59
Functions | Variables
TEX_coord.c File Reference
#include "../TEX_util.h"
#include "TEX_node.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 (ListBase *lb)

Variables

static bNodeSocketType outputs []

Detailed Description

Definition in file TEX_coord.c.


Function Documentation

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)
static void vectorfn ( float *  out,
TexParams p,
bNode UNUSEDnode,
bNodeStack **  UNUSEDin,
short   UNUSEDthread 
) [static]

Definition at line 42 of file TEX_coord.c.

References TexParams::co.

Referenced by exec().


Variable Documentation

Initial value:
 { 
        { 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.