Fix tests for orx-syphon

This commit is contained in:
Edwin Jakobs
2020-02-25 17:10:30 +01:00
parent da938d5390
commit 8d2b622cbb
3 changed files with 3 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
import org.openrndr.application
import org.openrndr.color.ColorRGBa
import org.openrndr.extra.syphon.SyphonClient
fun main() = application {

View File

@@ -1,5 +1,6 @@
import org.openrndr.application
import org.openrndr.color.ColorRGBa
import org.openrndr.extra.syphon.SyphonServer
import kotlin.math.sin

View File

@@ -2,6 +2,7 @@ import org.openrndr.application
import org.openrndr.color.ColorRGBa
import org.openrndr.draw.isolatedWithTarget
import org.openrndr.draw.renderTarget
import org.openrndr.extra.syphon.SyphonServer
import kotlin.math.*