summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--chickadee/render/model.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/chickadee/render/model.scm b/chickadee/render/model.scm
index 0b2b306..332d211 100644
--- a/chickadee/render/model.scm
+++ b/chickadee/render/model.scm
@@ -317,7 +317,7 @@
(loop (cons* (cons 'specular-map texture)
(cons 'use-specular-map? #t)
opts))))
- (("bump" . args)
+ (((or "map_Bump" "map_bump" "bump") . args) ; normal map
(let* ((bump-opts (parse-map-args args))
(file (scope-file (assq-ref bump-opts
'file-name)))