[orx-compositor] Clean up API, clear mask layer

This commit is contained in:
Edwin Jakobs
2023-01-18 23:52:27 +01:00
parent b4e2f6a212
commit d1ab80097a
2 changed files with 12 additions and 24 deletions

View File

@@ -2,7 +2,6 @@ import org.openrndr.application
import org.openrndr.color.ColorRGBa
import org.openrndr.draw.ColorType
import org.openrndr.extra.compositor.*
import org.openrndr.extra.fx.blur.DirectionalBlur
import org.openrndr.extra.fx.blur.HashBlurDynamic
import org.openrndr.extra.fx.patterns.Checkers
import kotlin.math.cos
@@ -32,6 +31,4 @@ fun main() {
}
}
}
}