This commit is contained in:
2026-02-22 17:35:46 +01:00
parent c051008287
commit d6d7ed02bb
6 changed files with 37 additions and 20 deletions
+2 -1
View File
@@ -2,6 +2,7 @@
#define DELTA_MATH
#include <vector>
#include <string>
class DeltaVector2 {
public:
@@ -57,7 +58,7 @@ struct DeltaModelConnector {
struct DeltaRenderTriangle {
DeltaVertex a, b, c;
bool invert;
std::string texID;
};
struct DeltaModel {