feat: remove bounding box from SceneAsset and create renderable wireframe bounding box in ThermionAsset
This commit is contained in:
@@ -78,10 +78,6 @@ namespace thermion
|
||||
return _asset;
|
||||
}
|
||||
|
||||
const Aabb getBoundingBox() const override {
|
||||
return _asset->getBoundingBox();
|
||||
}
|
||||
|
||||
void addAllEntities(Scene *scene) override
|
||||
{
|
||||
scene->addEntities(_asset->getEntities(), _asset->getEntityCount());
|
||||
|
||||
Reference in New Issue
Block a user