Преглед изворни кода

make mat4 consistent with vec4 (#9298)

Radiant пре 1 година
родитељ
комит
348be5b0e0
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      tutorials/shaders/shader_reference/shading_language.rst

+ 1 - 1
tutorials/shaders/shader_reference/shading_language.rst

@@ -870,7 +870,7 @@ table of the corresponding types:
 | **mat3**             | **Basis**               |                                                            |
 +----------------------+-------------------------+------------------------------------------------------------+
 | **mat4**             | **Projection**,         | When a Transform3D is used, the w Vector is set to the     |
-| **mat4**             | **Transform3D**         | identity.                                                  |
+|                      | **Transform3D**         | identity.                                                  |
 +----------------------+-------------------------+------------------------------------------------------------+
 | **sampler2D**        | **Texture2D**           |                                                            |
 +----------------------+-------------------------+------------------------------------------------------------+