mirror of
https://github.com/lubosz/overte.git
synced 2025-08-08 00:27:42 +02:00
update tooltips, use Cube icon for now
This commit is contained in:
parent
e0e9a7de15
commit
7581c77be8
2 changed files with 10 additions and 4 deletions
|
@ -17,9 +17,6 @@
|
||||||
"lineHeight": {
|
"lineHeight": {
|
||||||
"tooltip": "The height of each line of text. This determines the size of the text."
|
"tooltip": "The height of each line of text. This determines the size of the text."
|
||||||
},
|
},
|
||||||
"faceCamera": {
|
|
||||||
"tooltip": "If enabled, the entity follows the camera of each user, creating a billboard effect."
|
|
||||||
},
|
|
||||||
"textBillboardMode": {
|
"textBillboardMode": {
|
||||||
"tooltip": "If enabled, determines how the entity will face the camera.",
|
"tooltip": "If enabled, determines how the entity will face the camera.",
|
||||||
"jsPropertyName": "billboardMode"
|
"jsPropertyName": "billboardMode"
|
||||||
|
@ -356,6 +353,15 @@
|
||||||
"materialMappingRot": {
|
"materialMappingRot": {
|
||||||
"tooltip": "How much to rotate the material within the parent's UV-space, in degrees."
|
"tooltip": "How much to rotate the material within the parent's UV-space, in degrees."
|
||||||
},
|
},
|
||||||
|
"followCamera": {
|
||||||
|
"tooltip": "If enabled, the grid is always visible even as the camera moves to another position."
|
||||||
|
},
|
||||||
|
"majorGridEvery": {
|
||||||
|
"tooltip": "The number of \"Minor Grid Every\" intervals at which to draw a thick grid line."
|
||||||
|
},
|
||||||
|
"minorGridEvery": {
|
||||||
|
"tooltip": "The real number of meters at which to draw thin grid lines."
|
||||||
|
},
|
||||||
"id": {
|
"id": {
|
||||||
"tooltip": "The unique identifier of this entity."
|
"tooltip": "The unique identifier of this entity."
|
||||||
},
|
},
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
|
|
||||||
const ENTITY_TYPE_ICON = {
|
const ENTITY_TYPE_ICON = {
|
||||||
Box: "m",
|
Box: "m",
|
||||||
Grid: "V",
|
Grid: "m",
|
||||||
Image: "",
|
Image: "",
|
||||||
Light: "p",
|
Light: "p",
|
||||||
Material: "",
|
Material: "",
|
||||||
|
|
Loading…
Reference in a new issue