mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-04 01:24:51 +02:00
Made color indicator thinner
This commit is contained in:
parent
5082ac4583
commit
87439a049e
1 changed files with 2 additions and 2 deletions
|
@ -35,7 +35,7 @@ var colors = [
|
|||
var whiteboardDimensions = {
|
||||
x: 2,
|
||||
y: 1.5,
|
||||
z: 0.02
|
||||
z: 0.08
|
||||
};
|
||||
var whiteboard = Entities.addEntity({
|
||||
type: "Model",
|
||||
|
@ -59,7 +59,7 @@ var whiteboard = Entities.addEntity({
|
|||
// COLOR INDICATOR BOX
|
||||
var colorIndicatorDimensions = {
|
||||
x: whiteboardDimensions.x,
|
||||
y: 0.2,
|
||||
y: 0.05,
|
||||
z: 0.02
|
||||
};
|
||||
scriptURL = Script.resolvePath("colorIndicatorEntityScript.js");
|
||||
|
|
Loading…
Reference in a new issue