mirror of
https://github.com/TheRedShip/RT_GPU.git
synced 2025-09-27 18:48:36 +02:00
+ | Cylinder intersectio and rotation but capped edge + need opti
This commit is contained in:
@ -43,7 +43,8 @@ class Object
|
||||
QUAD,
|
||||
TRIANGLE,
|
||||
CUBE,
|
||||
PORTAL
|
||||
PORTAL,
|
||||
CYLINDER
|
||||
};
|
||||
|
||||
virtual Type getType() const = 0;
|
||||
|
Reference in New Issue
Block a user