1
0
mirror of https://github.com/LearnOpenGL-CN/LearnOpenGL-CN.git synced 2025-08-23 20:55:27 +08:00

Merge pull request #19 from survivol/patch-4

Update and rename 03 2D Game to 03 2D Game.md
This commit is contained in:
Meow J
2015-06-30 18:14:41 +08:00
2 changed files with 17 additions and 17 deletions

View File

@@ -1,17 +0,0 @@
本文作者JoeyDeVries由Alex Zhao翻译自[http://learnopengl.com](http://learnopengl.com/#!Getting-started/Shaders)
## **Breakout** ##
## **Setting up** ##
## **Rendering Sprites** ##
## **Levels** ##
## **Collisions** ##
## **Ball** ##
## **Collision detection** ##
## **Collision resolution** ##
## **Particles** ##
## **Postprocessing** ##
## **Powerups** ##
## **Audio** ##
## **Render text** ##
## **Final thoughts** ##

View File

@@ -0,0 +1,17 @@
本文作者JoeyDeVries由Alex Zhao翻译自[http://learnopengl.com](http://learnopengl.com/#!Getting-started/Shaders)
01 《打砖块》
02 框架设计
03 精灵渲染
04 关卡
05 碰撞
01 球
02 碰撞检测
03 碰撞解析度
06 粒子系统
07 存档
08 升级
09 音频
10 文本渲染
11 最终幻想