+ | Cylinder intersectio and rotation but capped edge + need opti

This commit is contained in:
TheRedShip
2025-01-09 22:42:09 +01:00
parent 0ece075f1a
commit 9aa1de378f
10 changed files with 155 additions and 11 deletions

View File

@ -43,7 +43,8 @@ class Object
QUAD,
TRIANGLE,
CUBE,
PORTAL
PORTAL,
CYLINDER
};
virtual Type getType() const = 0;