|
Blender V4.3
|
Inherits blender::fn::multi_function::MultiFunction.
Public Member Functions | |
| WaveFunction (int wave_type, int bands_direction, int rings_direction, int wave_profile) | |
| void | call (const IndexMask &mask, mf::Params params, mf::Context) const override |
Public Member Functions inherited from blender::fn::multi_function::MultiFunction | |
| virtual | ~MultiFunction () |
| void | call_auto (const IndexMask &mask, Params params, Context context) const |
| virtual uint64_t | hash () const |
| virtual bool | equals (const MultiFunction &) const |
| int | param_amount () const |
| IndexRange | param_indices () const |
| ParamType | param_type (int param_index) const |
| StringRefNull | param_name (int param_index) const |
| StringRefNull | name () const |
| virtual std::string | debug_name () const |
| const Signature & | signature () const |
| ExecutionHints | execution_hints () const |
Additional Inherited Members | |
Protected Member Functions inherited from blender::fn::multi_function::MultiFunction | |
| void | set_signature (const Signature *signature) |
| virtual ExecutionHints | get_execution_hints () const |
Definition at line 109 of file node_shader_tex_wave.cc.
|
inline |
Definition at line 117 of file node_shader_tex_wave.cc.
References blender::fn::multi_function::MultiFunction::set_signature(), and blender::fn::multi_function::MultiFunction::signature().
|
inlineoverridevirtual |
Implements blender::fn::multi_function::MultiFunction.
Definition at line 140 of file node_shader_tex_wave.cc.
References fabsf, floorf, len_v3(), M_PI, M_PI_2, params, blender::noise::perlin_fbm< float3 >(), 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.