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

@@ -6,6 +6,7 @@
struct body {
glm::mat4 pose;
float scale;
uint ebo;
uint vao;
uint vbo;