Updated config values
This commit is contained in:
parent
f2087cab2d
commit
0b556be6bc
|
@ -1,5 +1,6 @@
|
||||||
import TWEEN from 'tween.js';
|
import TWEEN from 'tween.js';
|
||||||
|
|
||||||
|
// This object contains most of the configurable options and state of the app
|
||||||
export default {
|
export default {
|
||||||
isDev: false,
|
isDev: false,
|
||||||
isLoaded: false,
|
isLoaded: false,
|
||||||
|
@ -78,15 +79,15 @@ export default {
|
||||||
shadow: {
|
shadow: {
|
||||||
enabled: true,
|
enabled: true,
|
||||||
helperEnabled: true,
|
helperEnabled: true,
|
||||||
bias: -0.00025,
|
bias: 0,
|
||||||
mapWidth: 1024,
|
mapWidth: 2048,
|
||||||
mapHeight: 1024,
|
mapHeight: 2048,
|
||||||
near: 200,
|
near: 250,
|
||||||
far: 400,
|
far: 400,
|
||||||
top: 150,
|
top: 100,
|
||||||
right: 150,
|
right: 100,
|
||||||
bottom: -150,
|
bottom: -100,
|
||||||
left: -150
|
left: -100
|
||||||
},
|
},
|
||||||
pointLight: {
|
pointLight: {
|
||||||
enabled: true,
|
enabled: true,
|
||||||
|
@ -101,9 +102,9 @@ export default {
|
||||||
enabled: true,
|
enabled: true,
|
||||||
color: 0xc8c8c8,
|
color: 0xc8c8c8,
|
||||||
groundColor: 0xffffff,
|
groundColor: 0xffffff,
|
||||||
intensity: 0.3,
|
intensity: 0.55,
|
||||||
x: -275,
|
x: 0,
|
||||||
y: 145,
|
y: 0,
|
||||||
z: 0
|
z: 0
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue