mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-04-07 10:02:24 +02:00
Clarify the "materialURL" tooltip
Clarify the "materialURL" tooltip that was a bit obscure. New value: "The URL to an external JSON file or "materialData". Append "?<materialName>" to select a single material if multiple are defined."
This commit is contained in:
parent
da6a86b411
commit
180742f790
1 changed files with 1 additions and 1 deletions
|
@ -402,7 +402,7 @@
|
|||
"tooltip": "Affects the size of the spotlight beam; the higher the value, the larger the beam."
|
||||
},
|
||||
"materialURL": {
|
||||
"tooltip": "The URL to an external JSON file or \"materialData\", \"materialData?<material name> to use Material Data."
|
||||
"tooltip": "The URL to an external JSON file or \"materialData\". Append \"?<material name>\" to select a single material if multiple are defined."
|
||||
},
|
||||
"materialData": {
|
||||
"tooltip": "Can be used instead of a JSON file when material set to materialData."
|
||||
|
|
Loading…
Reference in a new issue