1
0
mirror of https://github.com/LearnOpenGL-CN/LearnOpenGL-CN.git synced 2025-08-23 12:45:29 +08:00

06 In Practice\2D-Game\08 PowerUps翻译

This commit is contained in:
包纸
2017-11-21 16:35:21 +08:00
parent a093ec7837
commit 4d8464e98d
3 changed files with 330 additions and 4 deletions

View File

@@ -169,7 +169,7 @@ void Game::Render()
无论我们需要什么,我们只需要将需要的<fun>PostProcessor</fun>类中的特效属性设置为true其效果就可以立即可见。
##Shake it
## Shake it
作为这些效果的演示,我们将模拟球击中坚固的混凝土块时的视觉冲击。无论在哪里发生碰撞,只要在短时间内实现晃动(shake)效果,便能增强撞击的冲击感。