~ | chepa

This commit is contained in:
RedShip
2025-02-03 20:25:19 +01:00
committed by tomoron
parent 7ffc43b7cb
commit b425f1e7b8
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);