Worley noise, Syphon and noise filter parameters...

This commit is contained in:
Rein van der Woerd
2020-02-21 09:25:29 +01:00
committed by edwin
parent 1eaf8607db
commit bb7439db54
15 changed files with 306 additions and 2 deletions

6
orx-syphon/build.gradle Normal file
View File

@@ -0,0 +1,6 @@
dependencies {
compile "org.openrndr:openrndr-core:$openrndrVersion"
compile "org.openrndr:openrndr-gl3:$openrndrVersion"
compile "org.lwjgl:lwjgl-opengl:3.2.3"
compile "org.openrndr:openrndr-gl3-natives-macos:$openrndrVersion"
}