up down is broken

This commit is contained in:
2026-02-13 13:00:22 +01:00
parent 5cd6abdd48
commit 0c1541e98c
8 changed files with 147 additions and 7 deletions
+1
View File
@@ -8,6 +8,7 @@ class DeltaCamera {
DeltaVector3 pos;
DeltaVector2 angle;
DeltaCamera() {pos = DeltaVector3(); angle = DeltaVector2();};
DeltaCamera(float x, float y, float z);
DeltaVector2 projectPointVec(const DeltaVector3 &worldPos);
DeltaVector2 projectPoint(float worldX, float worldY, float worldZ);