You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/index.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,8 @@
9
9
- Place the plugin folder into your project's `Plugins` directory. (Create a `Plugins` folder if it doesn't already exist.)
10
10
11
11
3.**Enable the Plugin**
12
-
- The plugin should be enabled by default. However, double-check that it is enabled in the **Plugins** menu within Unreal Engine. <imgsrc="images/guide_images/plugin_enabled.png"alt="The Vertex Lighting Plugin being enabled"width="400">
12
+
- The plugin should be enabled by default. However, double-check that it is enabled in the **Plugins** menu within Unreal Engine.
13
+
<imgsrc="images/guide_images/plugin_enabled.png"alt="The Vertex Lighting Plugin being enabled"width="400">
13
14
14
15
---
15
16
@@ -70,6 +71,7 @@ The `VertexLighting_Manager` is essential for vertex lighting functionality.
70
71
The `VertexLighting_Light` adds a static or dynamic vertex light to your scene.
71
72
> [!NOTE]
72
73
> `VertexLighting_Light` is not considered relevant for Level Bounds.
74
+
73
75
<imgsrc="images/actor_icons/Light.png"alt="The icon of the VertexLighting_Light"width="200">
74
76
75
77
#### Default Settings:
@@ -102,6 +104,7 @@ The `VertexLighting_Light` adds a static or dynamic vertex light to your scene.
102
104
The `VertexLighting_Light_Animated` adds a static or dynamic vertex light with a color curve to your scene.
103
105
> [!NOTE]
104
106
> The `VertexLighting_Light_Animated` inherits from `VertexLighting_Light`.
107
+
105
108
<imgsrc="images/actor_icons/Light_Animated.png"alt="The icon of the VertexLighting_Light_Animated"width="200">
0 commit comments