mirror of
https://github.com/lubosz/overte.git
synced 2025-04-24 11:43:16 +02:00
add min and max avatar scale to domain-server settings
This commit is contained in:
parent
f6318fe619
commit
563322d08d
1 changed files with 22 additions and 0 deletions
|
@ -866,6 +866,28 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "avatars",
|
||||
"label": "Avatars",
|
||||
"settings": [
|
||||
{
|
||||
"name": "min_avatar_scale",
|
||||
"type": "double",
|
||||
"label": "Minimum Avatar Scale (meters)",
|
||||
"help": "Limits the scale of avatars in your domain",
|
||||
"placeholder": 0.01,
|
||||
"default": 0.01
|
||||
},
|
||||
{
|
||||
"name": "max_avatar_scale",
|
||||
"type": "double",
|
||||
"label": "Maximum Avatar Scale (meters)",
|
||||
"help": "Limits the scale of avatars in your domain",
|
||||
"placeholder": 4.0,
|
||||
"default": 4.0
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "audio_env",
|
||||
"label": "Audio Environment",
|
||||
|
|
Loading…
Reference in a new issue