|
Blender V4.5
|
#include <BLI_noise.hh>
Public Attributes | |
| float | scale |
| float | detail |
| float | roughness |
| float | lacunarity |
| float | smoothness |
| float | exponent |
| float | randomness |
| float | max_distance |
| bool | normalize |
| int | feature |
| int | metric |
Definition at line 146 of file BLI_noise.hh.
| float blender::noise::VoronoiParams::detail |
Definition at line 148 of file BLI_noise.hh.
Referenced by blender::nodes::node_shader_tex_voronoi_cc::VoronoiDistToEdgeFunction::call(), blender::nodes::node_shader_tex_voronoi_cc::VoronoiMetricFunction::call(), blender::noise::fractal_voronoi_distance_to_edge(), and blender::noise::fractal_voronoi_x_fx().
| float blender::noise::VoronoiParams::exponent |
Definition at line 152 of file BLI_noise.hh.
Referenced by blender::nodes::node_shader_tex_voronoi_cc::VoronoiMetricFunction::call(), blender::noise::voronoi_distance(), blender::noise::voronoi_distance(), and blender::noise::voronoi_distance().
| int blender::noise::VoronoiParams::feature |
Definition at line 156 of file BLI_noise.hh.
Referenced by blender::nodes::node_shader_tex_voronoi_cc::VoronoiMetricFunction::call(), and blender::noise::fractal_voronoi_x_fx().
| float blender::noise::VoronoiParams::lacunarity |
Definition at line 150 of file BLI_noise.hh.
Referenced by blender::nodes::node_shader_tex_voronoi_cc::VoronoiDistToEdgeFunction::call(), blender::nodes::node_shader_tex_voronoi_cc::VoronoiMetricFunction::call(), blender::noise::fractal_voronoi_distance_to_edge(), and blender::noise::fractal_voronoi_x_fx().
| float blender::noise::VoronoiParams::max_distance |
Definition at line 154 of file BLI_noise.hh.
Referenced by blender::nodes::node_shader_tex_voronoi_cc::VoronoiDistToEdgeFunction::call(), blender::nodes::node_shader_tex_voronoi_cc::VoronoiMetricFunction::call(), blender::noise::fractal_voronoi_distance_to_edge(), and blender::noise::fractal_voronoi_x_fx().
| int blender::noise::VoronoiParams::metric |
| bool blender::noise::VoronoiParams::normalize |
Definition at line 155 of file BLI_noise.hh.
Referenced by blender::nodes::node_shader_tex_voronoi_cc::VoronoiDistToEdgeFunction::call(), blender::nodes::node_shader_tex_voronoi_cc::VoronoiMetricFunction::call(), blender::noise::fractal_voronoi_distance_to_edge(), and blender::noise::fractal_voronoi_x_fx().
| float blender::noise::VoronoiParams::randomness |
Definition at line 153 of file BLI_noise.hh.
Referenced by blender::nodes::node_shader_tex_voronoi_cc::VoronoiDistToEdgeFunction::call(), blender::nodes::node_shader_tex_voronoi_cc::VoronoiMetricFunction::call(), blender::nodes::node_shader_tex_voronoi_cc::VoronoiNSphereFunction::call(), blender::noise::voronoi_distance_to_edge(), blender::noise::voronoi_distance_to_edge(), blender::noise::voronoi_distance_to_edge(), blender::noise::voronoi_distance_to_edge(), blender::noise::voronoi_f1(), blender::noise::voronoi_f1(), blender::noise::voronoi_f1(), blender::noise::voronoi_f1(), blender::noise::voronoi_f2(), blender::noise::voronoi_f2(), blender::noise::voronoi_f2(), blender::noise::voronoi_f2(), blender::noise::voronoi_n_sphere_radius(), blender::noise::voronoi_n_sphere_radius(), blender::noise::voronoi_n_sphere_radius(), blender::noise::voronoi_n_sphere_radius(), blender::noise::voronoi_smooth_f1(), blender::noise::voronoi_smooth_f1(), blender::noise::voronoi_smooth_f1(), and blender::noise::voronoi_smooth_f1().
| float blender::noise::VoronoiParams::roughness |
Definition at line 149 of file BLI_noise.hh.
Referenced by blender::nodes::node_shader_tex_voronoi_cc::VoronoiDistToEdgeFunction::call(), blender::nodes::node_shader_tex_voronoi_cc::VoronoiMetricFunction::call(), blender::noise::fractal_voronoi_distance_to_edge(), and blender::noise::fractal_voronoi_x_fx().
| float blender::noise::VoronoiParams::scale |
Definition at line 147 of file BLI_noise.hh.
Referenced by blender::nodes::node_shader_tex_voronoi_cc::VoronoiDistToEdgeFunction::call(), blender::nodes::node_shader_tex_voronoi_cc::VoronoiMetricFunction::call(), blender::nodes::node_shader_tex_voronoi_cc::VoronoiNSphereFunction::call(), and blender::noise::fractal_voronoi_x_fx().
| float blender::noise::VoronoiParams::smoothness |
Definition at line 151 of file BLI_noise.hh.
Referenced by blender::nodes::node_shader_tex_voronoi_cc::VoronoiMetricFunction::call(), blender::noise::fractal_voronoi_x_fx(), blender::noise::voronoi_smooth_f1(), blender::noise::voronoi_smooth_f1(), blender::noise::voronoi_smooth_f1(), and blender::noise::voronoi_smooth_f1().