Light Component: Difference between revisions
Jump to navigation
Jump to search
(Added image and updated content) |
mNo edit summary |
||
(2 intermediate revisions by one other user not shown) | |||
Line 11: | Line 11: | ||
| style="padding-left: 2em;" | ''Point'' || Like a light bulb, shines light out in all directions from a single point. | | style="padding-left: 2em;" | ''Point'' || Like a light bulb, shines light out in all directions from a single point. | ||
|- | |- | ||
| style="padding-left: 2em;" | ''Spot'' || Shaped like a | | style="padding-left: 2em;" | ''Spot'' || Shaped like a spotlight, projecting light from a single point out in a cone shape. | ||
|- | |- | ||
| style="padding-left: 2em;" | ''Directional'' || Similar to the sun, shines light from a given direction. | | style="padding-left: 2em;" | ''Directional'' || Similar to the sun, shines light from a given direction. | ||
Line 17: | Line 17: | ||
| '''Color''' || The color of the shading applied by the light source. | | '''Color''' || The color of the shading applied by the light source. | ||
|- | |- | ||
| '''Range'''<br>''Point and Spot only'' || The distance the light source will effect objects | | '''Range'''<br>''Point and Spot only'' || The distance the light source will effect objects. | ||
|- | |- | ||
| '''Spot Angle'''<br>''Spot only'' || The angle defining the spread of the spotlight from edge to edge. | | '''Spot Angle'''<br>''Spot only'' || The angle defining the spread of the spotlight from edge to edge. | ||
Line 23: | Line 23: | ||
| '''Intensity''' || The brightness of the light source. | | '''Intensity''' || The brightness of the light source. | ||
|- | |- | ||
| '''Shadows''' || Determines if this light source will cast shadows and whether they will have a soft or hard edge | | '''Shadows''' || Determines if this light source will cast shadows and whether they will have a soft or hard edge. | ||
|- | |- | ||
| style="padding-left: 2em;" | ''None'' || Light does not produce shadows. | | style="padding-left: 2em;" | ''None'' || Light does not produce shadows. | ||
Line 33: | Line 33: | ||
== Example Usage == | == Example Usage == | ||
Let's say for example we have the following scene containing a prop of a | Let's say for example we have the following scene containing a prop of a campfire. In order to show the campfire is lit we might add a light source. | ||
[[File:light_ex_01.jpg|frame|none]] | [[File:light_ex_01.jpg|frame|none]] | ||
==== Adding a light source to our scene ==== | ==== Adding a light source to our scene ==== | ||
# Right click on the | # Right-click on the campfire in the hierarchy window on the left side of the mod editor screen. | ||
# In the context menu that opens move your mouse to 'Light'. | # In the context menu that opens move your mouse to 'Light'. | ||
# Click on 'Point Light' from the options of lights. | # Click on 'Point Light' from the options of lights. | ||
# You should now have a light source under your | # You should now have a light source under your campfire, click on the lights gizmo icon and move the light slightly up. | ||
# While selecting the light game object, look in the inspector window on the right side of the mod editor. | # While selecting the light game object, look in the inspector window on the right side of the mod editor. | ||
# Find the 'Color' option and change it to orange. | # Find the 'Color' option and change it to orange. |
Latest revision as of 01:04, 16 December 2022
The Light component is a rendering component that provides light to the scene. This light will affect the shading of props and other objects in the scene.
Component Settings
Property | Description |
---|---|
Type | The shape of the light. |
Point | Like a light bulb, shines light out in all directions from a single point. |
Spot | Shaped like a spotlight, projecting light from a single point out in a cone shape. |
Directional | Similar to the sun, shines light from a given direction. |
Color | The color of the shading applied by the light source. |
Range Point and Spot only |
The distance the light source will effect objects. |
Spot Angle Spot only |
The angle defining the spread of the spotlight from edge to edge. |
Intensity | The brightness of the light source. |
Shadows | Determines if this light source will cast shadows and whether they will have a soft or hard edge. |
None | Light does not produce shadows. |
Hard | Light produces shadows with hard, crisp edges. |
Soft | Light produces shadows with soft, blurred edges. |
Example Usage
Let's say for example we have the following scene containing a prop of a campfire. In order to show the campfire is lit we might add a light source.
Adding a light source to our scene
- Right-click on the campfire in the hierarchy window on the left side of the mod editor screen.
- In the context menu that opens move your mouse to 'Light'.
- Click on 'Point Light' from the options of lights.
- You should now have a light source under your campfire, click on the lights gizmo icon and move the light slightly up.
- While selecting the light game object, look in the inspector window on the right side of the mod editor.
- Find the 'Color' option and change it to orange.
We now have a light source under our campfire that makes it appear lit.