From 3aba333c29a2b121e3fc8e072527f9ab93f98dbb Mon Sep 17 00:00:00 2001 From: mklefrancois <38076163+mklefrancois@users.noreply.github.com> Date: Tue, 24 Nov 2020 16:27:15 +0100 Subject: [PATCH] Comments --- common/obj_loader.h | 1 + 1 file changed, 1 insertion(+) diff --git a/common/obj_loader.h b/common/obj_loader.h index e5532de..6ab0870 100644 --- a/common/obj_loader.h +++ b/common/obj_loader.h @@ -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;