General refactor

This commit is contained in:
MihailRis
2023-11-30 04:30:40 +03:00
parent de134dc2e5
commit 1d5037893c
27 changed files with 558 additions and 419 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ class LineBatch {
size_t index;
size_t capacity;
public:
LineBatch(size_t capacity);
LineBatch(size_t capacity=4096);
~LineBatch();
void line(float x1, float y1, float z1, float x2, float y2, float z2,