mirror of
https://github.com/TheRedShip/RT_GPU.git
synced 2025-09-27 10:48:34 +02:00
~ | Better camera system + | Quad intersection test
This commit is contained in:
@ -15,6 +15,9 @@ struct GPUObject {
|
||||
float radius; // 4
|
||||
vec3 normal; // 12 + 4
|
||||
|
||||
vec3 edge1; // 12 + 4
|
||||
vec3 edge2; // 12 + 4
|
||||
|
||||
int type; // 4
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user