Class WorleyNoiseGenerator

java.lang.Object
de.articdive.jnoise.generators.noisegen.worley.WorleyNoiseGenerator
All Implemented Interfaces:
ExplicitNoiseGenerator<WorleyNoiseResult>, NoiseGenerator, SeededExplicitNoiseGenerator<WorleyNoiseResult>, SeededNoiseGenerator, ExplicitNoiseSource<WorleyNoiseResult>, NoiseSource

@NullMarked public final class WorleyNoiseGenerator extends Object implements SeededExplicitNoiseGenerator<WorleyNoiseResult>
The bounds of the worley noise implementation heavily depend on the distance functions, they will be in the interval of: [0.0, Double.MAX_VALUE], it is highly recommended to clamp the output. The more feature points there are, the lower the upper bound will be. if no feature points exist, then the distance will be Double.MAX_VALUE.