[orx-shapes] Add custom tensions to HobbyCurve and related 2D/3D demos and tests
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user