[orx-shapes] Add Drawer.bezierPatches

This commit is contained in:
Edwin Jakobs
2021-03-20 10:10:26 +01:00
parent a664907e0f
commit 9acd221f49
7 changed files with 620 additions and 26 deletions

View File

@@ -9,6 +9,8 @@ sourceSets {
}
dependencies {
implementation(project(":orx-color"))
implementation(project(":orx-shader-phrases"))
demoImplementation("org.openrndr:openrndr-core:$openrndrVersion")
demoImplementation("org.openrndr:openrndr-extensions:$openrndrVersion")
demoRuntimeOnly("org.openrndr:openrndr-gl3:$openrndrVersion")