Adding AABB to meshlets

This commit is contained in:
Dynamitos
2023-12-11 14:45:37 +01:00
parent eceb0f6bcc
commit 3feb331927
17 changed files with 63 additions and 51 deletions
+2
View File
@@ -3,7 +3,9 @@ import Common;
struct AABB
{
float3 min;
float pad0;
float3 max;
float3 pad1;
bool insideFrustum(float4x4 transform, Frustum frustum)
{
float3 corners[8];