Graphics/GraphicsComponent: Add GetAABB method

This commit is contained in:
SirLynix
2023-04-04 08:25:30 +02:00
parent 44aec8d5a5
commit 0656b388bc
2 changed files with 13 additions and 0 deletions

View File

@@ -34,6 +34,7 @@ namespace Nz
inline void DetachRenderable(const std::shared_ptr<InstancedRenderable>& renderable);
inline Boxf GetAABB() const;
inline const Renderable& GetRenderableEntry(std::size_t renderableIndex) const;
inline const std::array<Renderable, MaxRenderableCount>& GetRenderables() const;
inline const Recti& GetScissorBox() const;