+ | Portals

This commit is contained in:
TheRedShip
2025-01-07 12:18:37 +01:00
parent 34be8433f7
commit 3515810c8b
11 changed files with 152 additions and 34 deletions

View File

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