[orx-shapes] Comment the ContourAdjuster and its demos

This commit is contained in:
Abe Pazos
2025-08-29 13:00:27 +02:00
parent c531c45608
commit 2e6c637b49
9 changed files with 248 additions and 33 deletions

View File

@@ -9,7 +9,7 @@ import kotlin.math.cos
/**
* Demonstrates an `adjustContour` animated effect where edge 0 of a contour
* is replaced by a point sampled on that edge. The specific edge point oscillates between
* 0.0 (at the start) and 1.0 (at the end) using a cosine and the `seconds` variable.
* 0.0 (at the start of the segment) and 1.0 (at the end) using a cosine and the `seconds` variable.
*
* The base contour used for the effect alternates every second
* between a rectangular and a circular contour.