mirror of
https://github.com/TheRedShip/RT_GPU.git
synced 2025-09-27 10:48:34 +02:00
+ | Cube intersection but problem with quads
This commit is contained in:
@ -42,6 +42,7 @@ class Object
|
||||
PLANE,
|
||||
QUAD,
|
||||
TRIANGLE,
|
||||
CUBE
|
||||
};
|
||||
|
||||
virtual Type getType() const = 0;
|
||||
|
Reference in New Issue
Block a user