Remove unused imports

This commit is contained in:
Abe Pazos
2025-08-04 12:00:35 +02:00
parent e6d176bb9b
commit 6db05951ef
60 changed files with 8 additions and 106 deletions

View File

@@ -4,13 +4,7 @@ import org.openrndr.application
import org.openrndr.draw.loadImage
import org.openrndr.extra.camera.Camera2D
import org.openrndr.extra.imageFit.imageFit
import org.openrndr.extra.noise.uniform
import org.openrndr.extra.shaderphrases.noise.simplex13
import org.openrndr.extra.shadestyles.fills.noise.noise
import org.openrndr.math.Vector3
import org.openrndr.math.transforms.transform
import kotlin.math.cos
import kotlin.reflect.KMutableProperty0
fun main() {
application {