mirror of
https://github.com/TheRedShip/RT_GPU.git
synced 2025-09-27 18:48:36 +02:00
~ | Better camera system + | Quad intersection test
This commit is contained in:
@ -39,6 +39,7 @@ class Object
|
||||
enum class Type {
|
||||
SPHERE,
|
||||
PLANE,
|
||||
QUAD,
|
||||
};
|
||||
|
||||
virtual Type getType() const = 0;
|
||||
|
Reference in New Issue
Block a user