|
Blender
V2.93
|
#include "../node_shader_util.h"Go to the source code of this file.
Functions | |
| static void | node_shader_init_tex_wave (bNodeTree *UNUSED(ntree), bNode *node) |
| static int | node_shader_gpu_tex_wave (GPUMaterial *mat, bNode *node, bNodeExecData *UNUSED(execdata), GPUNodeStack *in, GPUNodeStack *out) |
| void | register_node_type_sh_tex_wave (void) |
Variables | |
| static bNodeSocketTemplate | sh_node_tex_wave_in [] |
| static bNodeSocketTemplate | sh_node_tex_wave_out [] |
|
static |
Definition at line 62 of file node_shader_tex_wave.c.
References GPU_constant(), GPU_stack_link(), node, node_shader_gpu_default_tex_coord(), node_shader_gpu_tex_mapping(), and tex.
Referenced by register_node_type_sh_tex_wave().
Definition at line 50 of file node_shader_tex_wave.c.
References BKE_texture_colormapping_default(), BKE_texture_mapping_default(), MEM_callocN, node, SHD_WAVE_BANDS, SHD_WAVE_BANDS_DIRECTION_X, SHD_WAVE_PROFILE_SIN, SHD_WAVE_RINGS_DIRECTION_X, tex, and TEXMAP_TYPE_POINT.
Referenced by register_node_type_sh_tex_wave().
| void register_node_type_sh_tex_wave | ( | void | ) |
Definition at line 89 of file node_shader_tex_wave.c.
References NODE_CLASS_TEXTURE, node_copy_standard_storage(), node_free_standard_storage(), node_shader_gpu_tex_wave(), node_shader_init_tex_wave(), NODE_SIZE_MIDDLE, node_type_gpu(), node_type_init(), node_type_size_preset(), node_type_socket_templates(), node_type_storage(), nodeRegisterType(), SH_NODE_TEX_WAVE, sh_node_tex_wave_in, sh_node_tex_wave_out, and sh_node_type_base().
Referenced by registerShaderNodes().
|
static |
Definition at line 24 of file node_shader_tex_wave.c.
Referenced by register_node_type_sh_tex_wave().
|
static |
Definition at line 35 of file node_shader_tex_wave.c.
Referenced by register_node_type_sh_tex_wave().