Added WIP shader-phrases, annotations and tooling for shader phrases

resolving is done using the JVM class loader
This commit is contained in:
Edwin Jakobs
2019-09-06 17:14:12 +02:00
parent d7a3ba5328
commit 6c21f4417a
2 changed files with 7 additions and 0 deletions

View File

@@ -14,6 +14,7 @@ class Olive<P : Program> : Extension {
override fun setup(program: Program) {
System.setProperty("idea.io.use.fallback", "true")
System.setProperty("org.openrndr.ignoreShadeStyleErrors", "true")
val f = File(script)