- Learning Unreal Engine Game Development
- Joanna Lee
- 297字
- 2021-07-16 12:43:06
Adding light to a level
To help us see the level better, it is time to learn how to illuminate the level. To mimic ambient light from the sun, we will use Directional Light for the level.
In the same way as adding a BSP Box brush, we will go to Modes Window | Lights | Directional Light. Click and drag Directional Light into the Viewport window. The following screenshot zooms in on the Modes window, showing that the Directional Light item can be created by dragging it into the viewport:

For now, let's place the light just slightly above the BSP Box brush as shown in the following screenshot:

Useful tip – positioning objects in a level
To position an object in a level, we use the Transform tool to move objects in the x, y, and z directions. Select the object and press the W key to display the Transform tool. Three arrows will appear to extrude from the object. Click and hold the red arrow to move the object along the x axis, the green arrow to move it along the y axis, and the blue arrow to it move along the z axis.
To help you position the objects more accurately, you can also switch to the Top view when moving objects in the x and y directions, the Side view for adjustments in the y and z directions, and the Front view to adjust the x and z directions.
For those of you who want precise position control, you can use Details. Select the object to display details. Go to Transform | Location. You can select Relative or World position by clicking on the arrow next to Location. Change the X, Y, and Z values to move the object with more precision.
- JavaScript 網頁編程從入門到精通 (清華社"視頻大講堂"大系·網絡開發視頻大講堂)
- SQL經典實例(第2版)
- C/C++程序員面試指南
- Node.js:來一打 C++ 擴展
- 學習OpenCV 4:基于Python的算法實戰
- Mastering ArcGIS Enterprise Administration
- Python函數式編程(第2版)
- Android移動應用項目化教程
- Unity 5 Game Optimization
- 讓Python遇上Office:從編程入門到自動化辦公實踐
- Managing Windows Servers with Chef
- Python面向對象編程(第4版)
- MATLAB從入門到精通
- 大象:Thinking in UML(第二版)
- 給產品經理講技術