[orx-noise] Add comments to all demos, add demo

This commit is contained in:
Abe Pazos
2025-08-30 13:54:25 +02:00
parent 935e7cd9a8
commit 878f2b040d
18 changed files with 156 additions and 23 deletions

View File

@@ -2,6 +2,11 @@ import org.openrndr.application
import org.openrndr.color.ColorRGBa
import org.openrndr.extra.noise.cubicHermite3D
/**
* Demonstrates how to render dynamic grayscale patterns using 3D cubic Hermite interpolation.
* The program draws one point per pixel on the screen, calculating the color intensity of each point
* based on a 3D cubic Hermite noise function.
*/
fun main() = application {
configure {
width = 720