Remove demo
This commit is contained in:
@@ -1,18 +0,0 @@
|
|||||||
import org.openrndr.application
|
|
||||||
import org.openrndr.extra.noise.fbm
|
|
||||||
import org.openrndr.extra.noise.perlin2D
|
|
||||||
|
|
||||||
fun main() {
|
|
||||||
application {
|
|
||||||
configure {
|
|
||||||
width = 1280
|
|
||||||
height = 720
|
|
||||||
}
|
|
||||||
program {
|
|
||||||
extend {
|
|
||||||
perlin2D.fbm()
|
|
||||||
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user