From 8b9387a54836d218f85d3801ef13ccc9a49b77e4 Mon Sep 17 00:00:00 2001 From: survivol Date: Tue, 30 Jun 2015 17:35:15 +0800 Subject: [PATCH] Update 03 2D Game --- 06 In Practice/03 2D Game | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/06 In Practice/03 2D Game b/06 In Practice/03 2D Game index b7fc4fa..0c20063 100644 --- a/06 In Practice/03 2D Game +++ b/06 In Practice/03 2D Game @@ -1,7 +1,17 @@ -本文作者JoeyDeVries,由Hi翻译自[http://learnopengl.com](http://learnopengl.com/#!Getting-started/Shaders) +本文作者JoeyDeVries,由Alex 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** ##