From c9f4f4626bea7d49f6e8dcf2f430e37f011765df Mon Sep 17 00:00:00 2001 From: Ryan Huffman Date: Fri, 27 Mar 2015 09:21:32 -0700 Subject: [PATCH] Update default light color to (150,150,150) --- examples/edit.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/examples/edit.js b/examples/edit.js index 52e565f3f9..96b31cdce0 100644 --- a/examples/edit.js +++ b/examples/edit.js @@ -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,