Starting switch to bounding sphere

This commit is contained in:
Dynamitos
2024-03-29 08:49:03 +01:00
parent 05eff8ca6f
commit 82baf898a6
2 changed files with 28 additions and 3 deletions
+3 -3
View File
@@ -1,8 +1,8 @@
import AABB;
import Bounding;
struct MeshletDescription
{
AABB boundingBox;
BoundingSphere bounding;
uint32_t vertexCount;
uint32_t primitiveCount;
uint32_t vertexOffset;
@@ -13,7 +13,7 @@ struct MeshletDescription
struct MeshData
{
AABB boundingBox;
BoundingSphere bounding;
uint32_t numMeshlets;
uint32_t meshletOffset;
uint32_t firstIndex;