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 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 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