From fa9b26ccd4e4ec9efb7df2e9495abb468b5a2c63 Mon Sep 17 00:00:00 2001 From: Ammar <36680382+smart-programmer@users.noreply.github.com> Date: Fri, 19 Nov 2021 01:21:39 +0300 Subject: [PATCH 1/3] Delete ToDo.txt --- ToDo.txt | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 ToDo.txt diff --git a/ToDo.txt b/ToDo.txt deleted file mode 100644 index 221f72c..0000000 --- a/ToDo.txt +++ /dev/null @@ -1,3 +0,0 @@ -bring back Namespaces - -learn about textures how to use them and terrain texturing and shading then 3d then light and fog then player and player movement and how di i make the terrain \ No newline at end of file From f5eb9a05cb412ab0966a02b6b1bb608291a6ce70 Mon Sep 17 00:00:00 2001 From: Ammar <36680382+smart-programmer@users.noreply.github.com> Date: Fri, 19 Nov 2021 01:22:27 +0300 Subject: [PATCH 2/3] Delete steps of learning.txt --- steps of learning.txt | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 steps of learning.txt diff --git a/steps of learning.txt b/steps of learning.txt deleted file mode 100644 index f9e6a22..0000000 --- a/steps of learning.txt +++ /dev/null @@ -1,7 +0,0 @@ -1- how to draw: - we learn about the VAO and VBO and verticies and indices and uv's ... - we also learn about the difference between glDrawElements and DrawArrays - -2- learn about shaders: - we learn what is a program and what is a shader and how to create them and how to use them and why to use them ... - we learn how to map VAO attributes to the shader program and to also map uniform variables \ No newline at end of file From 8d75efb42962fa64ded5baa17f6c60b8c53b2496 Mon Sep 17 00:00:00 2001 From: Ammar <36680382+smart-programmer@users.noreply.github.com> Date: Fri, 19 Nov 2021 01:24:33 +0300 Subject: [PATCH 3/3] Delete New Text Document.txt --- Opengl tutorials/making a terrain/New Text Document.txt | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 Opengl tutorials/making a terrain/New Text Document.txt diff --git a/Opengl tutorials/making a terrain/New Text Document.txt b/Opengl tutorials/making a terrain/New Text Document.txt deleted file mode 100644 index 10cb674..0000000 --- a/Opengl tutorials/making a terrain/New Text Document.txt +++ /dev/null @@ -1,6 +0,0 @@ -read the terrain code in the engine adn watch these 2 videos -// those two videos will make you understand the terrain code if god wills - // https://www.youtube.com/watch?v=bG0uEXV6aHQ - // https://www.youtube.com/watch?v=vFvwyu_ZKfU - -and look at the image in the folder \ No newline at end of file