Generates simplex-style noise using the four nearst lattice vertices and smaller kernels. The appearance might be more bubbly, and there might be more straight line segments in the ridged noise.
However, Ridged noise using this setting may still be more favorable than the Perlin / non-Simplex Ridged noise.
Generates simplex-style using the eight nearest lattice vertices and larger kernels. The appearance will be smoother, and there will be fewer to no straight line segments in the ridged noise.
Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
Parameters:
name - the name of the enum constant to be returned.