- Unreal Engine Game Development Cookbook
- John P. Doran
- 218字
- 2021-07-09 21:18:51
Introduction
In the game industry, there are two main roles in level creation: environment artist and level designer.
An environment artist is a person who builds the assets that go into the environment. They use tools such as 3ds Max or Maya to create the 3D model and then use other tools such as Photoshop or Gimp to create textures, including diffuse and normal maps.
A level designer is responsible for taking the assets that an environment artist creates and assembling them in an environment for players to enjoy. He/she designs the gameplay elements, creates the scripted events, and tests the gameplay. Typically, a level designer creates environments through a combination of scripting techniques and uses some tools that may still be in development. In our case, that tool is Unreal Engine 4.
Note
One thing that is important to note is that most companies have their own definitions for different roles. In some companies, a level designer may need to create assets, and an environment artist may need to create a level layout. There are also some places that hire someone to just do lighting or place meshes (called a mesher) because he/she is so good at it.
In this chapter, we will be exploring the topics that are relevant to the role of a level designer.
- Arduino by Example
- 認(rèn)識(shí)編程:以Python語(yǔ)言講透編程的本質(zhì)
- Blender 3D Incredible Machines
- JS全書(shū):JavaScript Web前端開(kāi)發(fā)指南
- SSM輕量級(jí)框架應(yīng)用實(shí)戰(zhàn)
- 劍指Java:核心原理與應(yīng)用實(shí)踐
- Terraform:多云、混合云環(huán)境下實(shí)現(xiàn)基礎(chǔ)設(shè)施即代碼(第2版)
- OpenCV with Python By Example
- Clojure for Machine Learning
- Spring Security Essentials
- Visual Studio Code 權(quán)威指南
- OpenStack Networking Essentials
- IDA Pro權(quán)威指南(第2版)
- 創(chuàng)意UI Photoshop玩轉(zhuǎn)移動(dòng)UI設(shè)計(jì)
- Scala Functional Programming Patterns