[orx-shapes] Add custom tensions to HobbyCurve and related 2D/3D demos and tests

This commit is contained in:
Edwin Jakobs
2025-08-16 16:27:03 +02:00
parent 72b02ce585
commit e6997a968f
5 changed files with 98 additions and 26 deletions

View File

@@ -8,6 +8,10 @@ import org.openrndr.math.Vector2
import kotlin.random.Random
fun main() = application {
configure {
width = 720
height = 720
}
program {
val points = List(40) {
Vector2(