Merge pull request #7510 from CURR-E/Vertex

Change WORLD_NORMAL_MATRIX to MODEL_NORMAL_MATRIX
This commit is contained in:
Matthew
2023-06-19 08:57:17 -04:00
committed by Max Hilbrunner
parent 4fdd095d0a
commit 6c76c801ce

View File

@@ -217,7 +217,7 @@ shader, this value can be used as desired.
+----------------------------------------+--------------------------------------------------------+
| inout mat4 **MODEL_MATRIX** | Model space to world space transform. |
+----------------------------------------+--------------------------------------------------------+
| inout mat3 **WORLD_NORMAL_MATRIX** | |
| inout mat3 **MODEL_NORMAL_MATRIX** | |
+----------------------------------------+--------------------------------------------------------+
| inout mat4 **PROJECTION_MATRIX** | View space to clip space transform. |
+----------------------------------------+--------------------------------------------------------+