diff --git a/modules/spacecraftinstruments/rendering/renderablemodelprojection.cpp b/modules/spacecraftinstruments/rendering/renderablemodelprojection.cpp index 26ec899e96..5b37ea0661 100644 --- a/modules/spacecraftinstruments/rendering/renderablemodelprojection.cpp +++ b/modules/spacecraftinstruments/rendering/renderablemodelprojection.cpp @@ -202,6 +202,7 @@ void RenderableModelProjection::initializeGL() { _projectionComponent.initializeGL(); _geometry->initialize(); + _geometry->calculateBoundingRadius(); setBoundingSphere(_geometry->boundingRadius() * _modelScale); // Set Interaction sphere size to be 10% of the bounding sphere