~ | Better camera system + | Quad intersection test

This commit is contained in:
TheRedShip
2025-01-03 16:23:09 +01:00
parent f973d77654
commit d25db020bf
16 changed files with 135 additions and 1876 deletions

View File

@ -27,6 +27,9 @@ struct GPUObject
float radius; // sphere
alignas(16) glm::vec3 normal; // plane
alignas(16) glm::vec3 edge1; //quad
alignas(16) glm::vec3 edge2; //quad
int type;
};