mirror of
https://github.com/overte-org/overte.git
synced 2025-07-23 10:44:31 +02:00
Update default light color to (150,150,150)
This commit is contained in:
parent
647e2d7829
commit
c9f4f4626b
1 changed files with 1 additions and 3 deletions
|
@ -387,9 +387,7 @@ var toolBar = (function () {
|
||||||
position: grid.snapToSurface(grid.snapToGrid(position, false, DEFAULT_LIGHT_DIMENSIONS), DEFAULT_LIGHT_DIMENSIONS),
|
position: grid.snapToSurface(grid.snapToGrid(position, false, DEFAULT_LIGHT_DIMENSIONS), DEFAULT_LIGHT_DIMENSIONS),
|
||||||
dimensions: DEFAULT_LIGHT_DIMENSIONS,
|
dimensions: DEFAULT_LIGHT_DIMENSIONS,
|
||||||
isSpotlight: false,
|
isSpotlight: false,
|
||||||
diffuseColor: { red: 255, green: 255, blue: 255 },
|
color: { red: 150, green: 150, blue: 150 },
|
||||||
ambientColor: { red: 255, green: 255, blue: 255 },
|
|
||||||
specularColor: { red: 0, green: 0, blue: 0 },
|
|
||||||
|
|
||||||
constantAttenuation: 1,
|
constantAttenuation: 1,
|
||||||
linearAttenuation: 0,
|
linearAttenuation: 0,
|
||||||
|
|
Loading…
Reference in a new issue