mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-07-24 01:24:00 +02:00
light update
This commit is contained in:
parent
3e43821a52
commit
bad6a15f09
1 changed files with 4 additions and 5 deletions
|
@ -619,16 +619,16 @@ function createLayoutLights() {
|
||||||
type: "Light",
|
type: "Light",
|
||||||
name: "Cell layout light",
|
name: "Cell layout light",
|
||||||
position: {
|
position: {
|
||||||
x: locations.cellLayout[0] + 110,
|
x: 3110,
|
||||||
y: locations.cellLayout[0] + 160,
|
y: 13660,
|
||||||
z: locations.cellLayout[0] + 785
|
z: 3785
|
||||||
},
|
},
|
||||||
dimensions: {
|
dimensions: {
|
||||||
x: 1500,
|
x: 1500,
|
||||||
y: 1500,
|
y: 1500,
|
||||||
z: 1500
|
z: 1500
|
||||||
},
|
},
|
||||||
intensity: 2,
|
intensity: 0.5,
|
||||||
color: {
|
color: {
|
||||||
red: 240,
|
red: 240,
|
||||||
green: 165,
|
green: 165,
|
||||||
|
@ -637,7 +637,6 @@ function createLayoutLights() {
|
||||||
})
|
})
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
function CreateNavigationButton(scene, number) {
|
function CreateNavigationButton(scene, number) {
|
||||||
// print('NAV NAVIGATION CREATING NAV!!' +scene.name + " " + number)
|
// print('NAV NAVIGATION CREATING NAV!!' +scene.name + " " + number)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue