getting ready to have the camera poses plotted using spheres. auto-copy pthreadVC3d.dll and poses.csv to output directory

This commit is contained in:
2025-08-21 13:19:42 -05:00
parent 1c4493a509
commit 8b816f8296
5 changed files with 23 additions and 1 deletions

View File

@@ -101,6 +101,7 @@ bool load_body(body* out_body, const char* obj_filepath) {
glEnableVertexAttribArray(0);
*out_body = { .pose = glm::mat4(1),
.scale = 1.0f,
.ebo = ebo,
.vao = vao,
.vbo = vbo,