+ | Optimization + reflection

This commit is contained in:
TheRedShip
2025-01-02 16:33:21 +01:00
parent 21f2e84b61
commit 5d92a82b66
14 changed files with 204 additions and 101 deletions

View File

@ -38,6 +38,7 @@ class Object
enum class Type {
SPHERE,
PLANE,
};
virtual Type getType() const = 0;