~ | chepa

This commit is contained in:
RedShip
2025-02-03 20:25:19 +01:00
parent 294be844e2
commit 4b8f53e5fa
2 changed files with 3 additions and 3 deletions

View File

@ -171,7 +171,7 @@ hitInfo traceRay(Ray ray)
hitInfo hitScene;
hitInfo hit;
#if 1
#if 0
for (int i = 0; i < 10; i++) // portal ray
{
hitBVH = traverseBVHs(ray);