├── .gitattributes ├── .gitignore ├── An FPS counter.md ├── Building your own C application.md ├── FAQ.md ├── Math Cheatsheet.md ├── Picking with a physics library.md ├── Picking with an OpenGL hack.md ├── Picking with custom Ray-OBB function.md ├── README.md ├── Tutorial 1 Opening a window.md ├── Tutorial 10 Transparency.md ├── Tutorial 11 2D text.md ├── Tutorial 12 OpenGL Extensions.md ├── Tutorial 13 Normal Mapping.md ├── Tutorial 14 Render To Texture.md ├── Tutorial 15 Lightmaps.md ├── Tutorial 16 Shadow mapping.md ├── Tutorial 17 Rotations.md ├── Tutorial 18 Billboards.md ├── Tutorial 18 Particles.md ├── Tutorial 2 The first triangle.md ├── Tutorial 3 Matrices.md ├── Tutorial 4 A Colored Cube.md ├── Tutorial 5 A Textured Cube.md ├── Tutorial 6 Keyboard and Mouse.md ├── Tutorial 7 Model loading.md ├── Tutorial 8 Basic shading.md ├── Tutorial 9 VBO Indexing.md ├── Useful Tools & Links.md └── 翻译术语对照.md /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybercser/OpenGL_3_3_Tutorial_Translation/HEAD/.gitattributes -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybercser/OpenGL_3_3_Tutorial_Translation/HEAD/.gitignore -------------------------------------------------------------------------------- /An FPS counter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybercser/OpenGL_3_3_Tutorial_Translation/HEAD/An FPS counter.md -------------------------------------------------------------------------------- /Building your own C application.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybercser/OpenGL_3_3_Tutorial_Translation/HEAD/Building your own C application.md -------------------------------------------------------------------------------- /FAQ.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybercser/OpenGL_3_3_Tutorial_Translation/HEAD/FAQ.md -------------------------------------------------------------------------------- /Math Cheatsheet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybercser/OpenGL_3_3_Tutorial_Translation/HEAD/Math Cheatsheet.md -------------------------------------------------------------------------------- /Picking with a physics library.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Picking with an OpenGL hack.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Picking with custom Ray-OBB function.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybercser/OpenGL_3_3_Tutorial_Translation/HEAD/README.md -------------------------------------------------------------------------------- /Tutorial 1 Opening a window.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybercser/OpenGL_3_3_Tutorial_Translation/HEAD/Tutorial 1 Opening a window.md -------------------------------------------------------------------------------- /Tutorial 10 Transparency.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybercser/OpenGL_3_3_Tutorial_Translation/HEAD/Tutorial 10 Transparency.md -------------------------------------------------------------------------------- /Tutorial 11 2D text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybercser/OpenGL_3_3_Tutorial_Translation/HEAD/Tutorial 11 2D text.md -------------------------------------------------------------------------------- /Tutorial 12 OpenGL Extensions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybercser/OpenGL_3_3_Tutorial_Translation/HEAD/Tutorial 12 OpenGL Extensions.md -------------------------------------------------------------------------------- /Tutorial 13 Normal Mapping.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybercser/OpenGL_3_3_Tutorial_Translation/HEAD/Tutorial 13 Normal Mapping.md -------------------------------------------------------------------------------- /Tutorial 14 Render To Texture.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybercser/OpenGL_3_3_Tutorial_Translation/HEAD/Tutorial 14 Render To Texture.md -------------------------------------------------------------------------------- /Tutorial 15 Lightmaps.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybercser/OpenGL_3_3_Tutorial_Translation/HEAD/Tutorial 15 Lightmaps.md -------------------------------------------------------------------------------- /Tutorial 16 Shadow mapping.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybercser/OpenGL_3_3_Tutorial_Translation/HEAD/Tutorial 16 Shadow mapping.md -------------------------------------------------------------------------------- /Tutorial 17 Rotations.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybercser/OpenGL_3_3_Tutorial_Translation/HEAD/Tutorial 17 Rotations.md -------------------------------------------------------------------------------- /Tutorial 18 Billboards.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybercser/OpenGL_3_3_Tutorial_Translation/HEAD/Tutorial 18 Billboards.md -------------------------------------------------------------------------------- /Tutorial 18 Particles.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybercser/OpenGL_3_3_Tutorial_Translation/HEAD/Tutorial 18 Particles.md -------------------------------------------------------------------------------- /Tutorial 2 The first triangle.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybercser/OpenGL_3_3_Tutorial_Translation/HEAD/Tutorial 2 The first triangle.md -------------------------------------------------------------------------------- /Tutorial 3 Matrices.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybercser/OpenGL_3_3_Tutorial_Translation/HEAD/Tutorial 3 Matrices.md -------------------------------------------------------------------------------- /Tutorial 4 A Colored Cube.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybercser/OpenGL_3_3_Tutorial_Translation/HEAD/Tutorial 4 A Colored Cube.md -------------------------------------------------------------------------------- /Tutorial 5 A Textured Cube.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybercser/OpenGL_3_3_Tutorial_Translation/HEAD/Tutorial 5 A Textured Cube.md -------------------------------------------------------------------------------- /Tutorial 6 Keyboard and Mouse.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybercser/OpenGL_3_3_Tutorial_Translation/HEAD/Tutorial 6 Keyboard and Mouse.md -------------------------------------------------------------------------------- /Tutorial 7 Model loading.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybercser/OpenGL_3_3_Tutorial_Translation/HEAD/Tutorial 7 Model loading.md -------------------------------------------------------------------------------- /Tutorial 8 Basic shading.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybercser/OpenGL_3_3_Tutorial_Translation/HEAD/Tutorial 8 Basic shading.md -------------------------------------------------------------------------------- /Tutorial 9 VBO Indexing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybercser/OpenGL_3_3_Tutorial_Translation/HEAD/Tutorial 9 VBO Indexing.md -------------------------------------------------------------------------------- /Useful Tools & Links.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybercser/OpenGL_3_3_Tutorial_Translation/HEAD/Useful Tools & Links.md -------------------------------------------------------------------------------- /翻译术语对照.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybercser/OpenGL_3_3_Tutorial_Translation/HEAD/翻译术语对照.md --------------------------------------------------------------------------------