vircadia-web-sdk icon indicating copy to clipboard operation
vircadia-web-sdk copied to clipboard

Handle DomainSettings packets received from domain server.

Open ctrlaltdavid opened this issue 3 years ago • 0 comments

  • The avatar min and max height values are needed for avatar scale limiting: see MyAvatar.restrictScaleFromDomainSettings(...) which sets AvatarData's _domainMinimumHeight and _domainMaximumHeight member values with values received from the domain server. ... Also check MyAvatar.clearScaleRestriction() as part of this.

ctrlaltdavid avatar Jun 18 '22 01:06 ctrlaltdavid