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: 3 additions & 0 deletions tutorials/shaders/shader_reference/particle_shader.rst
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,9 @@ Process built-ins
+------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------+
| in vec3 **ATTRACTOR_FORCE** | A combined force of the attractors at the moment on that particle. |
+------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------+
| in vec4 **USERDATAX** | Vector that enables the integration of supplementary user-defined data into the particle process shader. |
| | ``USERDATAX`` are six built-ins identified by number, ``X`` can be numbers between 1 and 6. |
+------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------+

Process functions
^^^^^^^^^^^^^^^^^
Expand Down