Move AABB class and base it on top of Range
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
#pragma once
|
||||
|
||||
#include "Base/ICloseable.hpp"
|
||||
#include "AABB.hpp"
|
||||
#include "Math/AABB.hpp"
|
||||
#include <string>
|
||||
|
||||
class aiMesh;
|
||||
@@ -29,7 +29,7 @@ namespace openVulkanoCpp
|
||||
Vertex* vertices;
|
||||
void* indices;
|
||||
VertexIndexType indexType;
|
||||
AABB aabb;
|
||||
Math::AABB aabb;
|
||||
ICloseable* renderGeo = nullptr;
|
||||
|
||||
Vertex* GetVertices() const { return vertices; }
|
||||
|
||||
Reference in New Issue
Block a user