mirror of
https://github.com/TheRedShip/RT_GPU.git
synced 2025-09-28 02:58:35 +02:00
~ | Better portals
This commit is contained in:
@ -17,6 +17,8 @@
|
||||
|
||||
struct GPUObject
|
||||
{
|
||||
glm::mat4 transform;
|
||||
|
||||
alignas(16) glm::vec3 position;
|
||||
|
||||
alignas(16) glm::vec3 normal; // plane triangle
|
||||
|
Reference in New Issue
Block a user