internal: store bounding box with SceneAsset rather than recalculating from renderables
This commit is contained in:
@@ -159,7 +159,9 @@ namespace thermion
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
const filament::Aabb getBoundingBox() const override {
|
||||
return _instance->getBoundingBox();
|
||||
}
|
||||
|
||||
private:
|
||||
filament::Engine *_engine;
|
||||
|
||||
Reference in New Issue
Block a user