Blender
V3.3
|
Public Member Functions | |
WaveFunction (int wave_type, int bands_direction, int rings_direction, int wave_profile) | |
void | call (IndexMask mask, fn::MFParams params, fn::MFContext UNUSED(context)) const override |
![]() | |
virtual | ~MultiFunction () |
void | call_auto (IndexMask mask, MFParams params, MFContext context) const |
virtual void | call (IndexMask mask, MFParams params, MFContext context) const =0 |
virtual uint64_t | hash () const |
virtual bool | equals (const MultiFunction &UNUSED(other)) const |
int | param_amount () const |
IndexRange | param_indices () const |
MFParamType | param_type (int param_index) const |
StringRefNull | param_name (int param_index) const |
StringRefNull | name () const |
virtual std::string | debug_name () const |
bool | depends_on_context () const |
const MFSignature & | signature () const |
ExecutionHints | execution_hints () const |
Static Public Member Functions | |
static fn::MFSignature | create_signature () |
Additional Inherited Members | |
![]() | |
void | set_signature (const MFSignature *signature) |
virtual ExecutionHints | get_execution_hints () const |
Definition at line 83 of file node_shader_tex_wave.cc.
|
inline |
Definition at line 91 of file node_shader_tex_wave.cc.
References create_signature(), blender::fn::MultiFunction::set_signature(), and blender::fn::MultiFunction::signature().
|
inlineoverride |
Definition at line 116 of file node_shader_tex_wave.cc.
References fabsf, floorf, len_v3(), M_PI, M_PI_2, mask(), params, blender::noise::perlin_fractal(), SHD_WAVE_BANDS, SHD_WAVE_BANDS_DIRECTION_DIAGONAL, SHD_WAVE_BANDS_DIRECTION_X, SHD_WAVE_BANDS_DIRECTION_Y, SHD_WAVE_BANDS_DIRECTION_Z, SHD_WAVE_PROFILE_SAW, SHD_WAVE_PROFILE_SIN, SHD_WAVE_PROFILE_TRI, SHD_WAVE_RINGS, SHD_WAVE_RINGS_DIRECTION_SPHERICAL, SHD_WAVE_RINGS_DIRECTION_X, SHD_WAVE_RINGS_DIRECTION_Y, SHD_WAVE_RINGS_DIRECTION_Z, and sinf.
|
inlinestatic |
Definition at line 101 of file node_shader_tex_wave.cc.
References blender::fn::MultiFunction::signature().
Referenced by WaveFunction().