light update

This commit is contained in:
James B. Pollack 2016-02-01 14:48:17 -08:00
parent 3e43821a52
commit bad6a15f09

View file

@ -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)