Convert orx-shader-phrases and orx-noise to MPP
This commit is contained in:
3
orx-noise/src/commonMain/kotlin/SimplexNoise1D.kt
Normal file
3
orx-noise/src/commonMain/kotlin/SimplexNoise1D.kt
Normal file
@@ -0,0 +1,3 @@
|
||||
package org.openrndr.extra.noise
|
||||
|
||||
fun simplex(seed: Int, x: Double): Double = simplex(seed, x, 0.0)
|
||||
Reference in New Issue
Block a user