- Unreal Engine 4 Shaders and Effects Cookbook
- Brais Brenlla Ramos John P. Doran
- 175字
- 2021-06-24 14:12:02
Physically Based Rendering
Welcome to the first chapter of the book! In the next few pages, we are going to start looking at how to set up a scene in Unreal for visualization purposes—we want to make sure that we nail this first part down before we move any further. Beginner or advanced, no matter what type of user you are, we'll need to make sure to take a look at some of the most critical elements that can make or break a scene in Unreal. Things like taking advantage of the right type of lighting, knowing where to look for the most common material parameters, or learning to measure the impact in performance that the shaders have are vital in any project. With that in mind, we are going to be learning about the following topics:
- Setting up a studio scene
- Working inside the material editor
- Our first physically based material
- Creating some simple glass with the translucent blend mode
- Lighting our scene with image-based lighting
- Checking the cost of our materials
推薦閱讀
- Learning C# by Developing Games with Unity 2020
- SQL Server 2012數據庫管理與開發項目教程
- Mastering RStudio:Develop,Communicate,and Collaborate with R
- SSM輕量級框架應用實戰
- Mathematica Data Analysis
- 運用后端技術處理業務邏輯(藍橋杯軟件大賽培訓教材-Java方向)
- 匯編語言編程基礎:基于LoongArch
- Python青少年趣味編程
- Hands-On Robotics Programming with C++
- Android初級應用開發
- MongoDB Cookbook
- Enterprise Application Architecture with .NET Core
- GO語言編程從入門到實踐
- Internet of Things with Arduino Cookbook
- 零基礎入門學習C語言:帶你學C帶你飛