mirror of
https://github.com/overte-org/overte.git
synced 2025-04-23 04:13:32 +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),
|
||||
dimensions: DEFAULT_LIGHT_DIMENSIONS,
|
||||
isSpotlight: false,
|
||||
diffuseColor: { red: 255, green: 255, blue: 255 },
|
||||
ambientColor: { red: 255, green: 255, blue: 255 },
|
||||
specularColor: { red: 0, green: 0, blue: 0 },
|
||||
color: { red: 150, green: 150, blue: 150 },
|
||||
|
||||
constantAttenuation: 1,
|
||||
linearAttenuation: 0,
|
||||
|
|
Loading…
Reference in a new issue