Skip to content

Commit a5217db

Browse files
committed
refactor(orx-syphon): rename alternate RenderTarget demo to DemoServer02
Add header comment to explain what this demo does
1 parent 5d71a2c commit a5217db

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

orx-jvm/orx-syphon/src/demo/kotlin/ServerExampleAlternateRenderTarget.kt renamed to orx-jvm/orx-syphon/src/demo/kotlin/DemoServer02.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ import kotlin.math.abs
77
import kotlin.math.cos
88
import kotlin.math.sin
99

10+
/* This demo uses an alternate RenderTarget to send frames to Syphon (instead of the entire screen).
11+
* */
1012
fun main() {
1113
// force to use GL driver
1214
System.setProperty("org.openrndr.gl3.gl_type", "gl")

0 commit comments

Comments
 (0)