Address PR comments

This commit is contained in:
Malin E
2022-04-07 13:22:06 +02:00
parent 940a1d5a98
commit 45c776b7ba
4 changed files with 15 additions and 17 deletions
+1 -1
View File
@@ -689,7 +689,7 @@ void RenderableModel::update(const UpdateData& data) {
setBoundingSphere(_geometry->boundingRadius() * _modelScale *
glm::compMax(data.modelTransform.scale)
);
// Set Interaction sphere to be 10% in size as the bounding sphere
// Set Interaction sphere size to be 10% of the bounding sphere
setInteractionSphere(_boundingSphere * 0.1);
if (_geometry->hasAnimation() && !_animationStart.empty()) {