Struct noise::modules::Cylinders
[−]
[src]
pub struct Cylinders<T: Float> { pub frequency: T, }
Noise module that outputs concentric rings, cylinders, or spheres.
This noise module outputs concentric rings, cylinders, or spheres centered on the origin. The cylinders are oriented along the z axis similar to the concentric rings of a tree. Each cylinder extends infinitely along the y axis.
Fields
frequency: T
Frequency of the concentric objects.