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