|
Blender V4.3
|
Go to the source code of this file.
Functions | |
| static void | rotate (float new_co[3], float a, const float ax[3], const float co[3]) |
| static void | colorfn (float *out, TexParams *p, bNode *, bNodeStack **in, short thread) |
| static void | exec (void *data, int, bNode *node, bNodeExecData *execdata, bNodeStack **in, bNodeStack **out) |
| void | register_node_type_tex_rotate () |
Variables | |
| static blender::bke::bNodeSocketTemplate | inputs [] |
| static blender::bke::bNodeSocketTemplate | outputs [] |
|
static |
Definition at line 49 of file node_texture_rotate.cc.
References TexParams::co, TexParams::dxt, TexParams::dyt, TexParams::osatex, rotate(), tex_input_rgba(), tex_input_value(), and tex_input_vec().
Referenced by exec().
|
static |
Definition at line 70 of file node_texture_rotate.cc.
References colorfn(), and tex_output().
Referenced by register_node_type_tex_rotate().
| void register_node_type_tex_rotate | ( | ) |
Definition at line 80 of file node_texture_rotate.cc.
References exec(), blender::bke::bNodeType::exec_fn, NODE_CLASS_DISTORT, blender::bke::node_register_type(), blender::bke::node_type_socket_templates(), and tex_node_type_base().
Referenced by register_texture_nodes().
Definition at line 27 of file node_texture_rotate.cc.
References cosf, cross_v3_v3v3(), dot_v3v3(), M_PI, mul_v3_fl(), mul_v3_v3fl(), and sinf.
Referenced by colorfn(), and gizmogroup_init_properties_from_twtype().
|
static |
Definition at line 15 of file node_texture_rotate.cc.
|
static |
Definition at line 22 of file node_texture_rotate.cc.