mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-07 12:10:52 -06:00
Set a default bounding sphere for models
This commit is contained in:
@@ -83,6 +83,8 @@ RenderableModel::RenderableModel(const ghoul::Dictionary& dictionary)
|
||||
|
||||
dictionary.getValue(keySource, _source);
|
||||
dictionary.getValue(keyDestination, _destination);
|
||||
|
||||
setBoundingSphere(pss(1.f, 9.f));
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user