+ | texture

This commit is contained in:
RedShip
2025-01-28 19:19:46 +01:00
parent ff9ab9251f
commit 8466e672f6
10 changed files with 43 additions and 17 deletions

View File

@ -153,6 +153,9 @@ struct hitInfo
vec3 position;
int obj_index;
int mat_index;
float u;
float v;
};
#include "shaders/random.glsl"