From bad6a15f092ff50ab97a2fced3b05580133e30a7 Mon Sep 17 00:00:00 2001 From: "James B. Pollack" Date: Mon, 1 Feb 2016 14:48:17 -0800 Subject: [PATCH] light update --- .../DomainContent/CellScience/importCellScience.js | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/unpublishedScripts/DomainContent/CellScience/importCellScience.js b/unpublishedScripts/DomainContent/CellScience/importCellScience.js index afad35c229..b456c4a1ce 100644 --- a/unpublishedScripts/DomainContent/CellScience/importCellScience.js +++ b/unpublishedScripts/DomainContent/CellScience/importCellScience.js @@ -619,16 +619,16 @@ function createLayoutLights() { type: "Light", name: "Cell layout light", position: { - x: locations.cellLayout[0] + 110, - y: locations.cellLayout[0] + 160, - z: locations.cellLayout[0] + 785 + x: 3110, + y: 13660, + z: 3785 }, dimensions: { x: 1500, y: 1500, z: 1500 }, - intensity: 2, + intensity: 0.5, color: { red: 240, green: 165, @@ -637,7 +637,6 @@ function createLayoutLights() { }) } - function CreateNavigationButton(scene, number) { // print('NAV NAVIGATION CREATING NAV!!' +scene.name + " " + number)