- Hands-On Unity 2020 Game Development
- Nicolas Alejandro Borromeo
- 173字
- 2021-06-18 18:16:58
Summary
In this chapter, we learned how to create large Terrain meshes using Height Maps and Unity Terrain tools such as Paint Height and Set Height to create hills and river basins. Also, we saw how to create our own 3D meshes using ProBuilder, as well as how to manipulate the vertexes, edges, and faces of a model to create a prototype base model for our game. We didn't discuss some performance optimizations we can apply to our meshes or some advanced 3D modeling concepts as that would require entire chapters and that's outside the scope of this book. Right now, our main focus is prototyping, so we are fine with our level's current status.
In the next chapter, we will learn how to download and replace these prototyping models with final art by integrating Assets (files) we have created with external tools. This is the first step to improving the graphics quality of our game so that it reaches the final look, which we will finish by the end of Part 2.
- C語言程序設(shè)計(jì)案例教程
- Getting Started with Citrix XenApp? 7.6
- 精通Nginx(第2版)
- Learning Docker
- 架構(gòu)不再難(全5冊)
- Hands-On Microservices with Kotlin
- 快速念咒:MySQL入門指南與進(jìn)階實(shí)戰(zhàn)
- Terraform:多云、混合云環(huán)境下實(shí)現(xiàn)基礎(chǔ)設(shè)施即代碼(第2版)
- Mastering React
- 智能手機(jī)故障檢測與維修從入門到精通
- Python一行流:像專家一樣寫代碼
- 超簡單:用Python讓Excel飛起來(實(shí)戰(zhàn)150例)
- Spring Web Services 2 Cookbook
- RESTful Web API Design with Node.js
- 趣學(xué)數(shù)據(jù)結(jié)構(gòu)