From 5b50b450bd7c315b8b1386e84098adb7417d57a5 Mon Sep 17 00:00:00 2001 From: lmj01 Date: Sat, 30 Dec 2023 19:12:34 +0800 Subject: [PATCH] Update opengl.md --- cg/opengl.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/cg/opengl.md b/cg/opengl.md index c7cc181..fbf603b 100644 --- a/cg/opengl.md +++ b/cg/opengl.md @@ -283,4 +283,7 @@ glBindBuffer(GL_PIXEL_PACK_BUFFER, 0); - [OpenGL基础,一个韩国人写的基础知识](http://www.songho.ca/opengl/index.html) - [OpenGL教程和资料集合](https://zhuanlan.zhihu.com/p/41818595) - [OpenGL Loading Library](https://www.khronos.org/opengl/wiki/OpenGL_Loading_Library) -- [GLRF - OpenGL Realtime Framework](https://github.com/DunkleMango/GLRF) \ No newline at end of file +- [GLRF - OpenGL Realtime Framework](https://github.com/DunkleMango/GLRF) + +### gizmo +- [izmo control library for 3D object manipulation (4x4 matrix) ](https://github.com/CedricGuillemet/LibGizmo) \ No newline at end of file