Blender V2.61 - r43446
Functions | Variables

node_shader_background.c File Reference

#include "../node_shader_util.h"

Go to the source code of this file.

Functions

void register_node_type_sh_background (bNodeTreeType *ttype)

Variables

static bNodeSocketTemplate sh_node_background_in []
static bNodeSocketTemplate sh_node_background_out []

Function Documentation

void register_node_type_sh_background ( bNodeTreeType ttype)

Variable Documentation

Initial value:
 {
    {   SOCK_RGBA, 1, "Color",      0.8f, 0.8f, 0.8f, 1.0f, 0.0f, 1.0f},
    {   SOCK_FLOAT, 1, "Strength",  1.0f, 0.0f, 0.0f, 0.0f, 0.0f, 1000000.0f},
    {   -1, 0, ""   }
}

Definition at line 32 of file node_shader_background.c.

Initial value:
 {
    {   SOCK_SHADER, 0, "Background"},
    {   -1, 0, ""   }
}

Definition at line 38 of file node_shader_background.c.