~ | map changing

This commit is contained in:
TheRedShip
2025-01-03 16:48:57 +01:00
parent d25db020bf
commit 05387337cf
3 changed files with 36 additions and 26 deletions

View File

@ -97,7 +97,7 @@ vec3 pathtrace(Ray ray, vec2 uv)
float closest_t = 1e30;
for (int i = 0; i < 4; i++)
for (int i = 0; i < 10; i++)
{
hitInfo hit = traceRay(ray);
if (hit.obj_index == -1)