Fixing more stuff so i can import the car as well

This commit is contained in:
Dynamitos
2024-05-01 19:39:57 +02:00
parent dfcfc2bb1e
commit 247d6a54fb
5 changed files with 19 additions and 2 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ void taskMain(
{
uint m = mesh.meshletOffset + i;
MeshletDescription meshlet = pScene.meshletInfos[m];
//if(meshlet.bounding.insideFrustum(localToView, viewFrustum))
if(meshlet.bounding.insideFrustum(localToView, viewFrustum))
{
uint index;
InterlockedAdd(head, 1, index);