mirror of
https://github.com/TheRedShip/RT_GPU.git
synced 2025-09-27 10:48:34 +02:00
+ | Optimization + reflection
This commit is contained in:
@ -38,6 +38,7 @@ class Object
|
||||
|
||||
enum class Type {
|
||||
SPHERE,
|
||||
PLANE,
|
||||
};
|
||||
|
||||
virtual Type getType() const = 0;
|
||||
|
Reference in New Issue
Block a user