+ | Cube intersection but problem with quads

This commit is contained in:
TheRedShip
2025-01-07 00:16:47 +01:00
parent a06e1f80a8
commit 56d3a1394b
9 changed files with 204 additions and 11 deletions

View File

@ -42,6 +42,7 @@ class Object
PLANE,
QUAD,
TRIANGLE,
CUBE
};
virtual Type getType() const = 0;