Bugfix: update model extents when using OpenCNCPilot parser.

This commit is contained in:
2023-05-16 09:26:21 +03:00
parent 42aefe8ed8
commit 15ebb7bb15
2 changed files with 21 additions and 0 deletions
+1
View File
@@ -22,6 +22,7 @@ public:
void update_grid(const grbl::heightmap& grid);
private:
GLsizei update_model_vbo(const grbl::program& pgm);
void update_model_extents(glm::vec3 point);
GLuint spindle_vbo_id;
GLuint spindle_vao_id;