+ | Handling transformation objects

This commit is contained in:
TheRedShip
2025-01-21 00:02:12 +01:00
parent fc9f8b9d91
commit da49d10ec5
13 changed files with 135 additions and 27 deletions

View File

@ -63,7 +63,9 @@ struct GPUVolume
struct GPUBvhData
{
mat4 transform;
vec3 offset;
float scale;
int bvh_start_index;
int triangle_start_index;