Upgrade to OPENRNDR 0.4 snapshot

This commit is contained in:
Edwin Jakobs
2021-06-22 11:08:07 +02:00
parent 579ddf9bb5
commit 9435907ef9
339 changed files with 460 additions and 497 deletions

View File

@@ -11,7 +11,7 @@ import org.openrndr.math.mod_
import org.openrndr.math.transforms.transform
import java.io.File
fun main() = application {
suspend fun main() = application {
configure {
width = 1280
height = 720

View File

@@ -8,7 +8,7 @@ import org.openrndr.extra.dnk3.renderers.dryRenderer
import org.openrndr.math.*
import java.io.File
fun main() = application {
suspend fun main() = application {
configure {
width = 1280
height = 720

View File

@@ -10,7 +10,7 @@ import org.openrndr.extras.meshgenerators.groundPlaneMesh
import org.openrndr.math.Vector3
import org.openrndr.math.transforms.transform
fun main() = application {
suspend fun main() = application {
configure {
width = 1280
height = 720

View File

@@ -11,7 +11,7 @@ import org.openrndr.math.Vector3
import org.openrndr.math.transforms.transform
import org.openrndr.shape.path3D
fun main() = application {
suspend fun main() = application {
configure {
width = 1280
height = 720

View File

@@ -29,7 +29,7 @@ import java.io.File
import kotlin.math.cos
import kotlin.math.sin
fun main() = application {
suspend fun main() = application {
configure {
width = 1280
height = 720

View File

@@ -9,7 +9,7 @@ import org.openrndr.extras.camera.Orbital
import org.openrndr.math.*
import java.io.File
fun main() = application {
suspend fun main() = application {
configure {
width = 1280
height = 720

View File

@@ -9,7 +9,7 @@ import org.openrndr.extras.camera.Orbital
import org.openrndr.math.*
import java.io.File
fun main() = application {
suspend fun main() = application {
configure {
width = 1280
height = 720

View File

@@ -9,7 +9,7 @@ import org.openrndr.extras.camera.Orbital
import org.openrndr.math.*
import java.io.File
fun main() = application {
suspend fun main() = application {
configure {
width = 1280
height = 720

View File

@@ -7,7 +7,7 @@ import org.openrndr.extras.camera.Orbital
import org.openrndr.math.Vector3
import java.io.File
fun main() = application {
suspend fun main() = application {
program {
if (System.getProperty("takeScreenshot") == "true") {
extend(SingleScreenshot()) {

View File

@@ -10,7 +10,7 @@ import org.openrndr.math.Vector3
import org.openrndr.math.transforms.transform
import java.io.File
fun main() = application {
suspend fun main() = application {
configure {
width = 1280
height = 720

View File

@@ -11,7 +11,7 @@ import org.openrndr.math.Vector3
import org.openrndr.math.transforms.transform
import java.io.File
fun main() = application {
suspend fun main() = application {
configure {
width = 1280
height = 720

View File

@@ -10,7 +10,7 @@ import org.openrndr.extras.meshgenerators.sphereMesh
import org.openrndr.math.Vector3
import org.openrndr.math.transforms.transform
fun main() = application {
suspend fun main() = application {
configure {
width = 1280
height = 720

View File

@@ -11,7 +11,7 @@ import org.openrndr.math.Vector3
import org.openrndr.math.mod_
import java.io.File
fun main() = application {
suspend fun main() = application {
configure {
width = 1280
height = 720

View File

@@ -10,7 +10,7 @@ import org.openrndr.math.Vector3
import org.openrndr.math.mod_
import java.io.File
fun main() = application {
suspend fun main() = application {
configure {
width = 1280
height = 720

View File

@@ -18,7 +18,7 @@ import java.io.File
import kotlin.math.cos
import kotlin.math.sin
fun main() = application {
suspend fun main() = application {
configure {
width = 1280
height = 720