lots of improvements and changes. trying to fix grid being bad.

This commit is contained in:
Yggdrasil75
2025-11-21 12:18:17 -05:00
parent ed3c76c696
commit 4ad2b166f2
4 changed files with 284 additions and 90 deletions

View File

@@ -77,7 +77,7 @@ public:
x = y = z = w = scalar;
return *this;
}
Vec4& operator+=(const Vec4& other) {
x += other.x;
y += other.y;