java.lang.Object
dev.latvian.mods.klib.vertex.function.AdditiveSimplexNoiseVertexFunction
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
AdditiveSimplexNoiseVertexFunction
public AdditiveSimplexNoiseVertexFunction(float noise,
float range,
float noiseScale)
-
Method Details
-
accept
public void accept(org.joml.Vector3f v)
- Specified by:
accept in interface Consumer<org.joml.Vector3f>