mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-05 22:09:56 +03:00
Fix invalid indentation in various files
This commit is contained in:
@@ -192,9 +192,9 @@ submatrix of the larger matrix is used.
|
||||
|
||||
.. code-block:: glsl
|
||||
|
||||
mat3 basis = mat3(MODEL_MATRIX);
|
||||
mat4 m4 = mat4(basis);
|
||||
mat2 m2 = mat2(m4);
|
||||
mat3 basis = mat3(MODEL_MATRIX);
|
||||
mat4 m4 = mat4(basis);
|
||||
mat2 m2 = mat2(m4);
|
||||
|
||||
Swizzling
|
||||
~~~~~~~~~
|
||||
|
||||
Reference in New Issue
Block a user