Graphics/GraphicsComponent: Add GetAABB method
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user