From af2c866c6d4450951ca8eb35543664130b5cf59c Mon Sep 17 00:00:00 2001 From: Recep Aslantas Date: Sun, 22 Mar 2020 22:13:25 +0300 Subject: [PATCH] Update CREDITS --- CREDITS | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CREDITS b/CREDITS index a159edf..7477e00 100644 --- a/CREDITS +++ b/CREDITS @@ -65,3 +65,19 @@ https://forums.khronos.org/showthread.php/10651-Animation-TCB-Spline-Interpolati 12. vec2 cross product http://allenchou.net/2013/07/cross-product-of-2d-vectors/ +13. Ken Shoemake's algorithm Implementation and Euler +Ken Shoemake's algorithm impl. is taken from this repo by permission: + https://github.com/erich666/GraphicsGems/blob/master/gemsiv/euler_angle + +* -------------------------- GraphicsGems EULA ----------------------------- * +| http://www.realtimerendering.com/resources/GraphicsGems/ | +| | +| EULA: The Graphics Gems code is copyright-protected. In other words, you | +| cannot claim the text of the code as your own and resell it. Using the | +| code is permitted in any program, product, or library, non-commercial or | +| commercial. Giving credit is not required, though is a nice gesture. | +| The code comes as-is, and if there are any flaws or problems with any Gems | +| code, nobody involved with Gems - authors, editors, publishers, or | +| webmasters - are to be held responsible. Basically, don't be a jerk, and | +| remember that anything free comes with no guarantee. | +* -------------------------------- END --------------------------------------*/