[orx-camera] Improve demo descriptions, add demo

This commit is contained in:
Abe Pazos
2025-10-14 15:06:34 +02:00
parent f2c1465b57
commit fe13d2ec00
7 changed files with 69 additions and 14 deletions

View File

@@ -61,6 +61,7 @@ fun main() = application {
// Reset the camera to its default state
camera.defaults()
camera.rotationCenter = it.position
// Make the contour under the mouse the active contour
activeContour = contours.indexOfLast { mouse.position in it }