浏览代码

make mat4 consistent with vec4 (#9298)

(cherry picked from commit 348be5b0e0d286b1cc7bf1df10b5f53328f40acc)
Radiant 1 年之前
父节点
当前提交
0214f6bc85
共有 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**           |                                                            |
 +----------------------+-------------------------+------------------------------------------------------------+