Fix demos

This commit is contained in:
Edwin Jakobs
2021-10-21 21:05:17 +02:00
parent 1a4952ef09
commit 9921857007
9 changed files with 28 additions and 28 deletions

View File

@@ -1,9 +1,9 @@
import org.openrndr.applicationSynchronous
import org.openrndr.application
import org.openrndr.extensions.SingleScreenshot
import org.openrndr.extra.temporalblur.TemporalBlur
import org.openrndr.math.Polar
fun main() = applicationSynchronous {
fun main() = application {
program {
if (System.getProperty("takeScreenshot") == "true") {
extend(SingleScreenshot()) {

View File

@@ -1,4 +1,4 @@
import org.openrndr.applicationSynchronous
import org.openrndr.application
import org.openrndr.color.ColorRGBa
import org.openrndr.draw.tint
import org.openrndr.extensions.SingleScreenshot
@@ -6,7 +6,7 @@ import org.openrndr.extra.temporalblur.TemporalBlur
import org.openrndr.math.Polar
import kotlin.math.cos
fun main() = applicationSynchronous {
fun main() = application {
program {
if (System.getProperty("takeScreenshot") == "true") {
extend(SingleScreenshot()) {