1
0
mirror of https://github.com/LearnOpenGL-CN/LearnOpenGL-CN.git synced 2025-08-23 04:35:28 +08:00

Merge pull request #18 from survivol/patch-3

Update 03 2D Game
This commit is contained in:
Meow J
2015-06-30 18:10:00 +08:00

View File

@@ -1,7 +1,17 @@
本文作者JoeyDeVriesHi翻译自[http://learnopengl.com](http://learnopengl.com/#!Getting-started/Shaders)
本文作者JoeyDeVriesAlex Zhao翻译自[http://learnopengl.com](http://learnopengl.com/#!Getting-started/Shaders)
## **Text Rendering** ##
##**Classical text rendering: bitmap fonts**##
##**Modern text rendering: FreeType**##
## **Breakout** ##
## **Setting up** ##
## **Rendering Sprites** ##
## **Levels** ##
## **Collisions** ##
## **Ball** ##
## **Collision detection** ##
## **Collision resolution** ##
## **Particles** ##
## **Postprocessing** ##
## **Powerups** ##
## **Audio** ##
## **Render text** ##
## **Final thoughts** ##