mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 03:17:02 +02:00
comment
This commit is contained in:
parent
5528050898
commit
3f08400741
1 changed files with 2 additions and 3 deletions
|
@ -474,9 +474,8 @@ const GROUPS = [
|
||||||
{
|
{
|
||||||
label: "Light Color",
|
label: "Light Color",
|
||||||
type: "color",
|
type: "color",
|
||||||
propertyID: "lightColor", // this actually shares "color" property with shape Color but
|
propertyID: "lightColor",
|
||||||
// separating naming here to distinguish property element/data
|
propertyName: "color", // actual entity property name
|
||||||
propertyName: "color",
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: "Intensity",
|
label: "Intensity",
|
||||||
|
|
Loading…
Reference in a new issue