diff --git a/src/rendering/model/renderablemodel.cpp b/src/rendering/model/renderablemodel.cpp index 665da118bd..74b5083600 100644 --- a/src/rendering/model/renderablemodel.cpp +++ b/src/rendering/model/renderablemodel.cpp @@ -83,6 +83,8 @@ RenderableModel::RenderableModel(const ghoul::Dictionary& dictionary) dictionary.getValue(keySource, _source); dictionary.getValue(keyDestination, _destination); + + setBoundingSphere(pss(1.f, 9.f)); }