Fix demos
This commit is contained in:
@@ -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()) {
|
||||
|
||||
@@ -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()) {
|
||||
|
||||
Reference in New Issue
Block a user