mirror of
https://github.com/TheRedShip/RT_GPU.git
synced 2025-09-27 18:48:36 +02:00
+ | Texture parsing on obj
This commit is contained in:
@ -27,6 +27,10 @@ struct GPUTriangle
|
||||
vec3 vertex2;
|
||||
vec3 normal;
|
||||
|
||||
vec2 texture_vertex1;
|
||||
vec2 texture_vertex2;
|
||||
vec2 texture_vertex3;
|
||||
|
||||
int mat_index;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user