Enabled ambient light
This commit is contained in:
parent
26a7239c91
commit
fa214fd967
|
@ -66,7 +66,7 @@ export default {
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
ambientLight: {
|
ambientLight: {
|
||||||
enabled: false,
|
enabled: true,
|
||||||
color: 0x141414
|
color: 0x141414
|
||||||
},
|
},
|
||||||
directionalLight: {
|
directionalLight: {
|
||||||
|
|
Loading…
Reference in New Issue