feat: remove bounding box from SceneAsset and create renderable wireframe bounding box in ThermionAsset
This commit is contained in:
@@ -58,11 +58,6 @@ namespace thermion
|
||||
None
|
||||
};
|
||||
|
||||
const Aabb getBoundingBox() const override
|
||||
{
|
||||
return Aabb{};
|
||||
}
|
||||
|
||||
typedef void (*GizmoPickCallback)(Gizmo::GizmoPickResultType result, float x, float y, float z);
|
||||
|
||||
void pick(uint32_t x, uint32_t y, GizmoPickCallback callback);
|
||||
|
||||
Reference in New Issue
Block a user