Enabled ambient light

This commit is contained in:
Paul Graffam 2019-01-24 17:58:53 -05:00
parent 26a7239c91
commit fa214fd967
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ export default {
} }
}, },
ambientLight: { ambientLight: {
enabled: false, enabled: true,
color: 0x141414 color: 0x141414
}, },
directionalLight: { directionalLight: {