+ | Triangle intersection

This commit is contained in:
TheRedShip
2025-01-05 23:16:18 +01:00
parent b9b7084a4f
commit 93e9e45224
15 changed files with 797 additions and 30 deletions

View File

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