From 0b8596a5ebec39f797fe8a14eed1bda3c2e3a93d Mon Sep 17 00:00:00 2001 From: mattkae Date: Sat, 7 May 2022 12:17:36 -0400 Subject: Working bunny render --- themes/mathlib.h | 1 + 1 file changed, 1 insertion(+) (limited to 'themes/mathlib.h') diff --git a/themes/mathlib.h b/themes/mathlib.h index f89addc..be9aaf6 100644 --- a/themes/mathlib.h +++ b/themes/mathlib.h @@ -150,6 +150,7 @@ struct Mat4x4 { Mat4x4 getOrthographicMatrix(float left, float right, float bottom, float top); Mat4x4 inverse(); Mat4x4 getPerspectiveProjection(float near, float far, float fieldOfViewRadians, float aspectRatio); + Mat4x4 getLookAt(Vector3 eye,Vector3 pointToLookAt, Vector3 up); void print(); }; -- cgit v1.2.1