feat: saving entities (WIP)
This commit is contained in:
+1
-1
@@ -13,7 +13,7 @@ struct AABB {
|
||||
AABB(glm::vec3 size) : a(0.0f), b(size) {
|
||||
}
|
||||
|
||||
AABB(glm::vec3 pos, glm::vec3 size) : a(pos), b(size) {
|
||||
AABB(glm::vec3 a, glm::vec3 b) : a(a), b(b) {
|
||||
}
|
||||
|
||||
/// @brief Get AABB point with minimal x,y,z
|
||||
|
||||
Reference in New Issue
Block a user