From fa214fd9673573d49d5f0d05f3114b70fdaf376c Mon Sep 17 00:00:00 2001 From: Paul Graffam Date: Thu, 24 Jan 2019 17:58:53 -0500 Subject: [PATCH] Enabled ambient light --- src/js/data/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/data/config.js b/src/js/data/config.js index e191ba2..4df6ee8 100644 --- a/src/js/data/config.js +++ b/src/js/data/config.js @@ -66,7 +66,7 @@ export default { } }, ambientLight: { - enabled: false, + enabled: true, color: 0x141414 }, directionalLight: {