Set a default bounding sphere for models

This commit is contained in:
Alexander Bock
2015-02-25 19:26:57 +01:00
parent 4a5682b88f
commit 86f7073a24

View File

@@ -83,6 +83,8 @@ RenderableModel::RenderableModel(const ghoul::Dictionary& dictionary)
dictionary.getValue(keySource, _source);
dictionary.getValue(keyDestination, _destination);
setBoundingSphere(pss(1.f, 9.f));
}