[orx-shapes] Handle RectifiedPath3D.path better

This commit is contained in:
Edwin Jakobs
2024-05-09 11:15:21 +02:00
parent 15cdba1881
commit 8f68c918f2
8 changed files with 44 additions and 45 deletions

View File

@@ -1,5 +1,6 @@
package frames
import org.openrndr.WindowMultisample
import org.openrndr.application
import org.openrndr.color.ColorRGBa
import org.openrndr.draw.DrawPrimitive
@@ -19,6 +20,7 @@ fun main() {
configure {
width = 720
height = 720
multisample = WindowMultisample.SampleCount(4)
}
program {
val random = Random(0)