- Unreal Engine 4 Shaders and Effects Cookbook
- Brais Brenlla Ramos John P. Doran
- 245字
- 2021-06-24 14:12:18
Getting ready
We've included a small scene that you can use as a starting point for this recipe – its name is 03_01_ComplexShader_Start, and it includes all of the basic assets that you will need to follow along. As you'll be able to see for yourself, there's a small toy tank that has two UV channels in the center of the level. The first of those channels is the one that Unreal uses by default to understand how it needs to place the textures that we feed to the material the model is using, while the second one is used to generate the lightmaps.
As always, feel free to use your own 3D models and populate your scenes however you like. Something to take into consideration is the need to have well-laid-out UVs, as we are going to be masking certain areas of our models to drive the look of our materials. Make sure that your custom assets follow that rule, as we'll need that to be true for this recipe to work:

- 三維圖形化C++趣味編程
- RTC程序設(shè)計:實時音視頻權(quán)威指南
- 秒懂設(shè)計模式
- Yocto for Raspberry Pi
- C# 8.0核心技術(shù)指南(原書第8版)
- Python語言實用教程
- OpenCV with Python By Example
- Learning iOS Security
- PHP+MySQL動態(tài)網(wǎng)站開發(fā)從入門到精通(視頻教學(xué)版)
- Python Programming for Arduino
- Scrapy網(wǎng)絡(luò)爬蟲實戰(zhàn)
- Python Social Media Analytics
- 算法超簡單:趣味游戲帶你輕松入門與實踐
- PHP從入門到精通(第7版)
- Python程序設(shè)計案例教程