add min and max avatar scale to domain-server settings

This commit is contained in:
Stephen Birarda 2016-11-10 10:02:31 -08:00
parent f6318fe619
commit 563322d08d

View file

@ -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",