- 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:

- Deploying Node.js
- Bootstrap Site Blueprints Volume II
- Raspberry Pi for Python Programmers Cookbook(Second Edition)
- Mastering JavaScript Functional Programming
- C#高級編程(第10版) C# 6 & .NET Core 1.0 (.NET開發(fā)經(jīng)典名著)
- HoloLens Beginner's Guide
- Python自動化運維快速入門(第2版)
- 深入實踐Spring Boot
- HTML5+CSS3基礎(chǔ)開發(fā)教程(第2版)
- Apache Karaf Cookbook
- Flutter跨平臺開發(fā)入門與實戰(zhàn)
- Corona SDK Mobile Game Development:Beginner's Guide(Second Edition)
- HTML5+CSS3 Web前端開發(fā)技術(shù)(第2版)
- Swift 4 Protocol-Oriented Programming(Third Edition)
- HoloLens與混合現(xiàn)實開發(fā)