소스 검색

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**           |                                                            |
 +----------------------+-------------------------+------------------------------------------------------------+