[orx-filters] Set shader parameter to null in Filter constructors

This commit is contained in:
Edwin Jakobs
2025-08-18 15:09:27 +02:00
parent 48b61c39e8
commit 8b4d31786c
15 changed files with 18 additions and 16 deletions

View File

@@ -48,7 +48,7 @@ import kotlin.math.pow
*
*/
@Description("Directional field")
class DirectionalField : Filter1to1() {
class DirectionalField : Filter1to1(null) {
@DoubleParameter("threshold", 0.0, 1.0)
var threshold = 0.5