Skip to content

Commit a86f24f

Browse files
authored
Update spatial_shader.rst
Changes WORLD_NORMAL_MATRIX to MODEL_NORMAL_MATRIX
1 parent 9939c90 commit a86f24f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/shaders/shader_reference/spatial_shader.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ shader, this value can be used as desired.
217217
+----------------------------------------+--------------------------------------------------------+
218218
| inout mat4 **MODEL_MATRIX** | Model space to world space transform. |
219219
+----------------------------------------+--------------------------------------------------------+
220-
| inout mat3 **WORLD_NORMAL_MATRIX** | |
220+
| inout mat3 **MODEL_NORMAL_MATRIX** | |
221221
+----------------------------------------+--------------------------------------------------------+
222222
| inout mat4 **PROJECTION_MATRIX** | View space to clip space transform. |
223223
+----------------------------------------+--------------------------------------------------------+

0 commit comments

Comments
 (0)