mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-04 04:24:47 +02:00
zone tweal
This commit is contained in:
parent
7e7327042a
commit
ab5b783cb7
1 changed files with 4 additions and 4 deletions
|
@ -23,7 +23,7 @@ var MAX_POINTS_PER_LINE = 50;
|
||||||
|
|
||||||
var LIFETIME = 6000;
|
var LIFETIME = 6000;
|
||||||
var DRAWING_DEPTH = 0.8;
|
var DRAWING_DEPTH = 0.8;
|
||||||
var LINE_DIMENSIONS = 20;
|
var LINE_DIMENSIONS = 100;
|
||||||
|
|
||||||
var lightZone = Entities.addEntity({
|
var lightZone = Entities.addEntity({
|
||||||
type: "Zone",
|
type: "Zone",
|
||||||
|
@ -78,9 +78,9 @@ function controller(side, triggerAction) {
|
||||||
type: 'Light',
|
type: 'Light',
|
||||||
position: MyAvatar.position,
|
position: MyAvatar.position,
|
||||||
dimensions: {
|
dimensions: {
|
||||||
x: 20,
|
x: 30,
|
||||||
y: 20,
|
y: 30,
|
||||||
z: 20
|
z: 30
|
||||||
},
|
},
|
||||||
color: colorPalette[randInt(0, colorPalette.length)],
|
color: colorPalette[randInt(0, colorPalette.length)],
|
||||||
intensity: 5
|
intensity: 5
|
||||||
|
|
Loading…
Reference in a new issue