~ | BVH sent to gpu

This commit is contained in:
TheRedShip
2025-01-17 16:27:39 +01:00
parent 6f80a66550
commit 6fdea11adb
14 changed files with 359 additions and 46 deletions

View File

@ -161,7 +161,6 @@ hitInfo traceRay(Ray ray)
ray = portalRay(ray, hit);
}
return (hit);
}