- 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.
- Mobile Web Performance Optimization
- Progressive Web Apps with React
- C語言程序設計案例教程(第2版)
- Mastering SVG
- 3D少兒游戲編程(原書第2版)
- Python漫游數學王國:高等數學、線性代數、數理統計及運籌學
- SQL Server 2016數據庫應用與開發
- 深度學習:Java語言實現
- 大話Java:程序設計從入門到精通
- R語言數據可視化:科技圖表繪制
- Lift Application Development Cookbook
- BeagleBone Robotic Projects(Second Edition)
- HTML5+CSS3+jQuery Mobile APP與移動網站設計從入門到精通
- 單片機原理及應用技術
- Moodle 3 Administration(Third Edition)