From 7261e568be61c2fb1181b7003da60981825b44af Mon Sep 17 00:00:00 2001 From: Edwin Jakobs Date: Tue, 1 Feb 2022 09:25:50 +0100 Subject: [PATCH] [orx-fx] Disable bicubic filtering for DemoDistortLenses01.kt --- orx-fx/src/demo/kotlin/DemoDistortLenses01.kt | 1 + 1 file changed, 1 insertion(+) diff --git a/orx-fx/src/demo/kotlin/DemoDistortLenses01.kt b/orx-fx/src/demo/kotlin/DemoDistortLenses01.kt index 3ed20f89..e4812cdf 100644 --- a/orx-fx/src/demo/kotlin/DemoDistortLenses01.kt +++ b/orx-fx/src/demo/kotlin/DemoDistortLenses01.kt @@ -15,6 +15,7 @@ fun main() = application { val lenses = Lenses() val edges = image.createEquivalent() extend { + lenses.bicubicFiltering = false lenses.apply(image, edges) lenses.rotation = 0.0 lenses.scale = 1.4