From b9c730e1d6c4194218a76a21833520d2d5742701 Mon Sep 17 00:00:00 2001 From: Assel Abzalova <56842208+ltwmori@users.noreply.github.com> Date: Sat, 24 Oct 2020 23:38:58 +0500 Subject: [PATCH] added a book for graphics programming (#4662) * added a book for graphics programming * Update free-programming-books.md Co-authored-by: Seth * Update free-programming-books.md Co-authored-by: Seth Co-authored-by: Seth --- free-programming-books.md | 1 + 1 file changed, 1 insertion(+) diff --git a/free-programming-books.md b/free-programming-books.md index 6a4067f8..e57d1fac 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -275,6 +275,7 @@ * [3D Game Shaders For Beginners](https://github.com/lettier/3d-game-shaders-for-beginners) - David Lettier (Git) [(HTML)](https://lettier.github.io/3d-game-shaders-for-beginners) * [Blender 3D: Noob to Pro](https://en.wikibooks.org/wiki/Blender_3D%3A_Noob_to_Pro) - Wikibooks +* [Blender Manual](https://docs.blender.org/manual/en/latest) * [Computer Graphics from scratch](http://gabrielgambetta.com/computer-graphics-from-scratch) - Gabriel Gambetta (:construction: *in process*) * [DirectX manual](http://user.xmission.com/~legalize/book/download/index.html) (draft) * [GPU Gems](https://developer.nvidia.com/gpugems/GPUGems/gpugems_pref01.html) -- GitLab