Skip to content

Latest commit

 

History

History
48 lines (25 loc) · 2.07 KB

light_intensity.md

File metadata and controls

48 lines (25 loc) · 2.07 KB

Light Intensity

We can change the intensity for each kind of lights. This section gives some sense of intensity values.

For ambient light, we set brightness of AmbientLight.

Ambient light with brightness 1:

Light Intensity 1

Ambient light with brightness 5:

Light Intensity 2

For directional light, we set illuminance of directional_light of DirectionalLightBundle.

Directional light with illuminance 10000:

Light Intensity 3

Directional light with illuminance 50000:

Light Intensity 4

For point light, we set intensity of point_light of PointLightBundle.

Point light with intensity 100:

Light Intensity 5

Point light with intensity 500:

Light Intensity 6

For spot light, we set intensity of spot_light of SpotLightBundle.

Spot light with intensity 1000:

Light Intensity 7

Spot light with intensity 5000:

Light Intensity 8

➡️ Next: Shadow

📘 Back: Table of contents