Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion tutorials/shaders/shader_reference/fog_shader.rst
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ be drawn at once.
+-------------------------------+-------------------------------------------------------------------------------------------------+
| in vec3 **UVW** | 3-dimensional uv, used to map a 3D texture to the current :ref:`FogVolume <class_FogVolume>`. |
+-------------------------------+-------------------------------------------------------------------------------------------------+
| in vec3 **EXTENTS** | Color value of corresponding pixel from half resolution pass. Uses linear filter. |
| in vec3 **SIZE** | Size of the current :ref:`FogVolume <class_FogVolume>` when its |
| | :ref:`shape<class_FogVolume_property_shape>` has a size. |
+-------------------------------+-------------------------------------------------------------------------------------------------+
| in vec3 **SDF** | Signed distance field to the surface of the :ref:`FogVolume <class_FogVolume>`. Negative if |
| | inside volume, positive otherwise. |
Expand Down