第一个版本

This commit is contained in:
xsl
2025-09-22 23:33:31 +08:00
parent 847918884e
commit a64a6715ee
2 changed files with 44 additions and 10 deletions
@@ -199,7 +199,8 @@ public:
public:
void update_point_vertex_buffer(float* pos, int pointCount);
void update_point_vertex_buffer_line(float* pos, int pointCount_line, float r, float g, float b);
void update_point_vertex_buffer_line(float* pos, int pointCount_line, float r, float g, float b, std::vector<LineVertex>& vertices);
void update_point_vertex_buffer_line_save(std::vector<LineVertex>& vertices);
private:
std::thread workerThread;
bool running = false;