mirror of
https://github.com/lubosz/overte.git
synced 2025-08-06 09:57:50 +02:00
Merge pull request #4519 from huffman/change-default-light-color
Update default light color to (150,150,150)
This commit is contained in:
commit
0874683727
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