فهرست منبع

Update particle_shader.rst

Bruno 2 سال پیش
والد
کامیت
ca634145ac
1فایلهای تغییر یافته به همراه2 افزوده شده و 1 حذف شده
  1. 2 1
      tutorials/shaders/shader_reference/particle_shader.rst

+ 2 - 1
tutorials/shaders/shader_reference/particle_shader.rst

@@ -146,7 +146,8 @@ Process built-ins
 +------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------+
 | in vec3 **ATTRACTOR_FORCE**        | A combined force of the attractors at the moment on that particle.                                                                      |
 +------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------+
-| in vec4 **USERDATA\***             | Vectors that enable the integration of supplementary user-defined data into the particle process shader.                                |
+| 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