From 59f22541b78ab4cf63929b36fb54e2d0f3dc8fc5 Mon Sep 17 00:00:00 2001 From: Lea Rosema Date: Mon, 6 Dec 2021 16:43:32 +0100 Subject: [PATCH] feat: update license, change API BREAKING CHANGE: - lookAt moved to Mat4 namespace - lookAt returns the lookAt matrix (as in the linked WebGL fundamentals article), not the view matrix - to get the view matrix from the lookAt matrix, inverse the matrix --- LICENSE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index ae1de3d..7ca6944 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2020 Lea Rosema +Copyright (c) 2021 Lea Rosema Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal