- Mastering Unity 2017 Game Development with C#(Second Edition)
- Alan Thorn
- 96字
- 2021-07-02 15:38:30
Textures - Never use lossy compression
Always save your textures in lossless formats, such as PNG, TGA, or PSD; avoid lossy formats such as JPG, even though they're typically smaller in file size. JPG may be ideal for website images or for sending holiday snaps to your friends and family but for creating video game textures, they are problematic--they lose quality exponentially with each successive save operation. By using lossless formats and removing JPG from every step of your workflow (including the intermediary steps), your textures can remain crisp and sharp:

Saving textures to PNG files
推薦閱讀
- Vue.js設計與實現
- 解構產品經理:互聯網產品策劃入門寶典
- 零基礎學Scratch少兒編程:小學課本中的Scratch創意編程
- C++面向對象程序設計(微課版)
- C# 從入門到項目實踐(超值版)
- iOS開發實戰:從零基礎到App Store上架
- Java EE 7 Development with NetBeans 8
- Android 應用案例開發大全(第3版)
- SQL Server 2012數據庫管理與開發項目教程
- Drupal 8 Module Development
- 微信小程序入門指南
- Machine Learning in Java
- 并行編程方法與優化實踐
- Java EE Web應用開發基礎
- Monitoring Docker