feat: remove bounding box from SceneAsset and create renderable wireframe bounding box in ThermionAsset
This commit is contained in:
@@ -43,10 +43,6 @@ namespace thermion
|
||||
return std::nullptr_t();
|
||||
};
|
||||
|
||||
const Aabb getBoundingBox() const override {
|
||||
return _instance->getBoundingBox();
|
||||
}
|
||||
|
||||
SceneAssetType getType() override
|
||||
{
|
||||
return SceneAsset::SceneAssetType::Gltf;
|
||||
|
||||
Reference in New Issue
Block a user