From 7f14bf80df88f3d04727f217012ddbafaeb4b09a Mon Sep 17 00:00:00 2001 From: MegaMech Date: Mon, 9 Oct 2023 20:46:56 -0600 Subject: Rename wayPoint to waypoint (#448) * Rename wayPoint to waypoint * other --- src/camera.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/camera.h') diff --git a/src/camera.h b/src/camera.h index 651148825..c9ae4fcbc 100644 --- a/src/camera.h +++ b/src/camera.h @@ -27,7 +27,7 @@ typedef struct { // This is expected to be a normalized vector, indicates what direction is "up" for the camera /* 0x18 */ Vec3f up; // I think these are the "nautical angles" between pos and lookAt - // rot[0] = pitch, rot[1] = yaw, rot[2] = roll? + // rot[0] = roll? Does nothing?, rot[1] = yaw, rot[2] = pitch /* 0x24 */ Vec3s rot; /* 0x2A */ u16 someBitFlags; /* 0x2C */ s16 unk_2C; -- cgit v1.2.3