Sdk/DebugSystem: Fix AABB/OBB debug draw

This commit is contained in:
Lynix
2018-08-31 21:45:57 +02:00
parent b739965b1d
commit 8ce8eafb88
3 changed files with 36 additions and 10 deletions

View File

@@ -57,6 +57,8 @@ namespace Ndk
inline std::size_t GetAttachedRenderableCount() const;
inline const Nz::BoundingVolumef& GetBoundingVolume(std::size_t renderableIndex) const;
inline const Nz::Matrix4f& GetLocalMatrix(std::size_t renderableIndex) const;
inline const Nz::Matrix4f& GetTransformMatrix(std::size_t renderableIndex) const;
inline void RemoveFromCullingList(GraphicsComponentCullingList* cullingList) const;