~ | 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 hitScene;
hitInfo hit; hitInfo hit;
#if 1 #if 0
for (int i = 0; i < 10; i++) // portal ray for (int i = 0; i < 10; i++) // portal ray
{ {
hitBVH = traverseBVHs(ray); hitBVH = traverseBVHs(ray);

View File

@ -6,7 +6,7 @@
/* By: ycontre <ycontre@student.42.fr> +#+ +:+ +#+ */ /* By: ycontre <ycontre@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */ /* +#+#+#+#+#+ +#+ */
/* Created: 2025/01/16 15:00:33 by tomoron #+# #+# */ /* Created: 2025/01/16 15:00:33 by tomoron #+# #+# */
/* Updated: 2025/02/03 18:40:04 by ycontre ### ########.fr */ /* Updated: 2025/02/03 19:01:06 by ycontre ### ########.fr */
/* */ /* */
/* ************************************************************************** */ /* ************************************************************************** */