jumpFlood now returns in absolute directional distance to centroid

This commit is contained in:
Edwin Jakobs
2018-10-05 18:02:52 +02:00
parent 5c3cafd3c2
commit 862f5aa07d
3 changed files with 30 additions and 11 deletions

View File

@@ -4,7 +4,7 @@ plugins {
allprojects {
group 'org.openrndr.extra'
version '0.0.2-1'
version '0.0.5'
}
repositories {
@@ -24,7 +24,7 @@ subprojects {
mavenLocal()
mavenCentral()
maven {
url="https://dl.bintray.com/openrndr/openrndr"
url = "https://dl.bintray.com/openrndr/openrndr"
}
}