Blender V2.61 - r43446
Functions | Variables

node_composite_normal.c File Reference

#include "node_composite_util.h"

Go to the source code of this file.

Functions

static void do_normal (bNode *node, float *out, float *in)
static void node_composit_exec_normal (void *UNUSED(data), bNode *node, bNodeStack **in, bNodeStack **out)
static void init (bNodeTree *UNUSED(ntree), bNode *node, bNodeTemplate *UNUSED(ntemp))
void register_node_type_cmp_normal (bNodeTreeType *ttype)

Variables

static bNodeSocketTemplate cmp_node_normal_in []
static bNodeSocketTemplate cmp_node_normal_out []

Detailed Description

Definition in file node_composite_normal.c.


Function Documentation

static void do_normal ( bNode node,
float *  out,
float *  in 
) [static]
static void init ( bNodeTree UNUSEDntree,
bNode node,
bNodeTemplate UNUSEDntemp 
) [static]
static void node_composit_exec_normal ( void *  UNUSEDdata,
bNode node,
bNodeStack **  in,
bNodeStack **  out 
) [static]
void register_node_type_cmp_normal ( bNodeTreeType ttype)

Variable Documentation

Initial value:
 {
    {   SOCK_VECTOR, 1, "Normal",   0.0f, 0.0f, 0.0f, 1.0f, -1.0f, 1.0f, PROP_DIRECTION},
    {   -1, 0, ""   }
}

Definition at line 37 of file node_composite_normal.c.

Initial value:
 {
    {   SOCK_VECTOR, 0, "Normal"},
    {   SOCK_FLOAT, 0, "Dot"},
    {   -1, 0, ""   }
}

Definition at line 42 of file node_composite_normal.c.