- Mastering Unity 2017 Game Development with C#(Second Edition)
- Alan Thorn
- 93字
- 2021-07-02 15:38:31
Textures - Alpha textures
Alpha textures are textures with transparency. When applied to 3D models, they make areas of the model transparent, allowing objects behind it to show through. Alpha textures can be either TGA files with dedicated alpha channels or PNG files with transparent pixels. In either case, alpha textures can render with artifacts in Unity if they're not created and imported correctly:

Creating alpha textures
If you need to use alpha textures, ensure that you check out the official Unity documentation on how to export them for optimal results at: http://docs.unity3d.com/Manual/HOWTO-alphamaps.html.
推薦閱讀
- Java語言程序設(shè)計
- Leap Motion Development Essentials
- JAVA程序設(shè)計實驗教程
- R大數(shù)據(jù)分析實用指南
- The Complete Coding Interview Guide in Java
- 基于ARM Cortex-M4F內(nèi)核的MSP432 MCU開發(fā)實踐
- 持續(xù)輕量級Java EE開發(fā):編寫可測試的代碼
- Android項目實戰(zhàn):手機安全衛(wèi)士開發(fā)案例解析
- Kotlin開發(fā)教程(全2冊)
- .NET Standard 2.0 Cookbook
- Beginning C++ Game Programming
- Python Machine Learning Blueprints:Intuitive data projects you can relate to
- Photoshop CC移動UI設(shè)計案例教程(全彩慕課版·第2版)
- 算法秘籍
- Microsoft Exchange Server 2016 PowerShell Cookbook(Fourth Edition)