- Unity 2018 Shaders and Effects Cookbook
- John P. Doran Alan Zucconi
- 154字
- 2021-06-18 19:04:11
How it works...
As mentioned before, bloom will make bright things even brighter while adding a glow to lighter areas. In this recipe, you may notice that the path is much lighter than it was previously. This can be used in order to ensure that players will follow the path to get to the next section of gameplay.
For more information on bloom, check out: https://github.com/Unity-Technologies/PostProcessing/wiki/Bloom.
Anti-aliasing attempts to reduce the appearance of aliasing, which is the effect of lines appearing jagged on the screen. This is typically due to the fact that the display the player is using to play the game doesn't have a high enough resolution to be displayed properly. Anti-aliasing will combine colors with nearby lines in order to remove their prominence, at the cost of the game appearing blurry.
For more information on anti-aliasing and what each mode means, check out: https://github.com/Unity-Technologies/PostProcessing/wiki/Anti-aliasing.
- Extending Jenkins
- AngularJS Testing Cookbook
- 編程的修煉
- Java高手真經(jīng)(高級編程卷):Java Web高級開發(fā)技術(shù)
- Access 2010數(shù)據(jù)庫基礎(chǔ)與應(yīng)用項(xiàng)目式教程(第3版)
- Mastering Yii
- C語言從入門到精通(第4版)
- Julia Cookbook
- R Data Analysis Cookbook(Second Edition)
- Unity 2017 Mobile Game Development
- 基于ARM Cortex-M4F內(nèi)核的MSP432 MCU開發(fā)實(shí)踐
- JavaScript悟道
- Java高并發(fā)編程詳解:深入理解并發(fā)核心庫
- Clojure High Performance Programming(Second Edition)
- 零基礎(chǔ)學(xué)SQL(升級版)