Skip to content

Commit 1442ace

Browse files
authored
Merge pull request godotengine#7560 from cridenour/patch-1
2 parents cd5eec3 + 2bea88b commit 1442ace

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tutorials/shaders/shader_reference/fog_shader.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,7 @@ be drawn at once.
5959
+===============================+=================================================================================================+
6060
| in vec3 **WORLD_POSITION** | Position of current froxel cell in world space. |
6161
+-------------------------------+-------------------------------------------------------------------------------------------------+
62-
| in vec3 **OBJECT_POSITION** | Position of current froxel cell relative to the center of the current |
63-
| | :ref:`FogVolume <class_FogVolume>`. |
62+
| in vec3 **OBJECT_POSITION** | Position of the center of the current :ref:`FogVolume <class_FogVolume>` in world space. |
6463
+-------------------------------+-------------------------------------------------------------------------------------------------+
6564
| in vec3 **UVW** | 3-dimensional uv, used to map a 3D texture to the current :ref:`FogVolume <class_FogVolume>`. |
6665
+-------------------------------+-------------------------------------------------------------------------------------------------+

0 commit comments

Comments
 (0)