- 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.
- Fundamentals of Linux
- Getting Started with PowerShell
- RTC程序設計:實時音視頻權威指南
- Git高手之路
- INSTANT Weka How-to
- Serverless架構
- Learn React with TypeScript 3
- UML 基礎與 Rose 建模案例(第3版)
- C語言程序設計
- Mastering React
- Scratch3.0趣味編程動手玩:比賽訓練營
- 網絡數據采集技術:Java網絡爬蟲實戰
- SQL Server 2008中文版項目教程(第3版)
- Mastering HTML5 Forms
- 從零開始學Unity游戲開發:場景+角色+腳本+交互+體驗+效果+發布