mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-04-11 05:43:04 +02:00
Add alpha property on Shape entity
Add the "Alpha" property on the "Shape" entity editor. propertyID: "shapeAlpha", propertyName: "alpha",
This commit is contained in:
parent
f29cde66cd
commit
1b3744ac73
1 changed files with 11 additions and 1 deletions
|
@ -142,7 +142,17 @@ const GROUPS = [
|
|||
label: "Color",
|
||||
type: "color",
|
||||
propertyID: "color",
|
||||
}
|
||||
},
|
||||
{
|
||||
label: "Alpha",
|
||||
type: "number-draggable",
|
||||
min: 0,
|
||||
max: 1,
|
||||
step: 0.01,
|
||||
decimals: 2,
|
||||
propertyID: "shapeAlpha",
|
||||
propertyName: "alpha",
|
||||
},
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue