make mat4 consistent with vec4 (#9298)

This commit is contained in:
Radiant
2024-04-29 11:48:13 -07:00
committed by GitHub
parent adf3c32ec3
commit 348be5b0e0
@@ -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** | |
+----------------------+-------------------------+------------------------------------------------------------+