mirror of
https://github.com/TheRedShip/RT_GPU.git
synced 2025-09-27 10:48:34 +02:00
+ | Cylinder intersectio and rotation but capped edge + need opti
This commit is contained in:
@ -22,6 +22,7 @@
|
||||
# include "glm/gtx/string_cast.hpp"
|
||||
# include "glm/gtc/matrix_transform.hpp"
|
||||
# include "glm/gtc/type_ptr.hpp"
|
||||
# include "glm/gtx/euler_angles.hpp"
|
||||
|
||||
# include "glad/gl.h"
|
||||
# include "GLFW/glfw3.h"
|
||||
@ -46,6 +47,7 @@ struct Vertex {
|
||||
# include "objects/Triangle.hpp"
|
||||
# include "objects/Cube.hpp"
|
||||
# include "objects/Portal.hpp"
|
||||
# include "objects/Cylinder.hpp"
|
||||
|
||||
# include "Camera.hpp"
|
||||
# include "Window.hpp"
|
||||
|
Reference in New Issue
Block a user