- Learning Unreal Engine Game Development
- Joanna Lee
- 344字
- 2021-07-16 12:43:05
Creating the ground using the BSP Box brush
The BSP Box brush can be used to create rectangular objects in the map. The first thing to do when creating a level is to have a ground to stand on.
Before we begin with this, make sure the viewport is in the Perspective view. We will mainly use this view for most of the level creation unless specified explicitly.
Go to the Modes window, click on BSP and then click and drag Box into the viewport. This is where you can find the Box brush:

Here, a Box brush has been successfully added to the viewport:

You have now successfully created your first object in the level. We will go on to change the size of this box to a suitable size so that it can act as the ground for the level.
Select the box that was just created, and go to Details | Brush Settings. Fill in the following values for X, Y, and Z. The following screenshot shows the values that need to be set:

When you have set the values correctly, the box should look like this:

Useful tip – selecting an object easily
To help you select objects in the level more easily, you can go to World Outliner (its default location is in the top right-hand corner of the editor), and you will see a full list of all the objects in the level. Click on the name of an object to select it and its details will also be displayed. This is a very useful way to help you select objects when you have many objects in the level. The following screenshot shows how World Outliner can be used to select the Box brush (which we've just created) in the level:

Useful tip – changing View Mode to aid visuals
If you have difficulties seeing the box, you can change View Mode to Unlit (the button is in the viewport that's next to the Perspective button). The following screenshot shows you how to change View Mode to Unlit:

- Deploying Node.js
- 認識編程:以Python語言講透編程的本質
- JavaScript 網頁編程從入門到精通 (清華社"視頻大講堂"大系·網絡開發視頻大講堂)
- Java技術手冊(原書第7版)
- 深度強化學習算法與實踐:基于PyTorch的實現
- The Data Visualization Workshop
- H5頁面設計:Mugeda版(微課版)
- Python Data Structures and Algorithms
- 深入淺出React和Redux
- SQL Server實用教程(SQL Server 2008版)
- Android移動開發案例教程:基于Android Studio開發環境
- 實戰Java高并發程序設計(第2版)
- Python全棧開發:基礎入門
- Solr權威指南(下卷)
- Spring Boot從入門到實戰