diff options
-rw-r--r-- | chickadee/graphics/pbr.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chickadee/graphics/pbr.scm b/chickadee/graphics/pbr.scm index 7d8689a..15b78b8 100644 --- a/chickadee/graphics/pbr.scm +++ b/chickadee/graphics/pbr.scm @@ -107,7 +107,7 @@ #:emissive-texture-enabled #f #:emissive-texcoord 0 #:alpha-mode 0 - #:alpha-cutoff 1.0 + #:alpha-cutoff 0.5 #:double-sided? #f)) (define-graphics-variable pbr-shader |