Björn Ritzl 11 bulan lalu
induk
melakukan
6ecc66e765

+ 1 - 1
examples/material/noise/noise.md

@@ -4,7 +4,7 @@ brief: This example shows how to use a noise function to generate clouds, smoke
 scripts: noise.script, noise.fp
 ---
 
-This example contains a game object with a model component. The model component uses the `/builtins/assets/meshes/quad.dae` mesh, which is a rectangule 1 by 1 unit large. The game object is scaled to the dimensions of the screen so that the mesh covers the entire screen.
+This example contains a game object with a model component. The model component uses the `/builtins/assets/meshes/quad.dae` mesh, which is a rectangle 1 by 1 unit large. The game object is scaled to the dimensions of the screen so that the mesh covers the entire screen.
 
 ![stretched game object](stretched-mesh.png)
 

+ 1 - 1
examples/material/uvgradient/uvgradient.md

@@ -4,7 +4,7 @@ brief: This example shows how to apply a basic shader to a full screen quad.
 scripts: uvgradient.fp
 ---
 
-This example contains a game object with a model component. The model component uses the `/builtins/assets/meshes/quad.dae` mesh, which is a rectangule 1 by 1 unit large. The game object is scaled to the dimensions of the screen so that the mesh covers the entire screen.
+This example contains a game object with a model component. The model component uses the `/builtins/assets/meshes/quad.dae` mesh, which is a rectangle 1 by 1 unit large. The game object is scaled to the dimensions of the screen so that the mesh covers the entire screen.
 
 ![stretched game object](stretched-mesh.png)