[orx-noise] Refactor LinearRangeExtensions, add SimplexRangeExtensions

This commit is contained in:
Edwin Jakobs
2025-02-02 11:27:14 +01:00
parent c88c4454e1
commit 64ac42913c
5 changed files with 102 additions and 2 deletions

View File

@@ -3,7 +3,7 @@ package linearrange
import org.openrndr.application
import org.openrndr.color.ColorRGBa
import org.openrndr.extra.noise.linearrange.uniform
import org.openrndr.math.rangeTo
import org.openrndr.extra.math.linearrange.rangeTo
import kotlin.random.Random
fun main() {