This commit is contained in:
mklefrancois 2020-11-24 16:27:15 +01:00
parent eee53bcfd3
commit 3aba333c29

View file

@ -26,6 +26,7 @@ struct MaterialObj
int textureID = -1;
};
// OBJ representation of a vertex
// NOTE: BLAS builder depends on pos being the first member
struct VertexObj
{
nvmath::vec3f pos;