Fix typos: "modelling" -> "modeling"

This commit is contained in:
Aaron Franke
2023-10-01 12:52:25 -05:00
parent e3ac8ee034
commit 3407328860
7 changed files with 10 additions and 10 deletions

View File

@@ -200,5 +200,5 @@ Assign the same vertex shader from above and everything should look exactly the
The one drawback to using an ArrayMesh over using a QuadMesh is that the ArrayMesh
is not visible in the editor because the triangle is not constructed until the scene
is run. To get around that, construct a single triangle Mesh in a modelling program
is run. To get around that, construct a single triangle Mesh in a modeling program
and use that in the MeshInstance3D instead.

View File

@@ -5,7 +5,7 @@ Making trees
This is a short tutorial on how to make trees and other types of vegetation from scratch.
The aim is to not focus on the modelling techniques (there are plenty of tutorials about that), but how to make them look good in Godot.
The aim is to not focus on the modeling techniques (there are plenty of tutorials about that), but how to make them look good in Godot.
.. image:: img/tree_sway.gif
@@ -23,7 +23,7 @@ and opened it in Blender.
Paint with vertex colors
------------------------
The first thing you may want to do is to use the vertex colors to paint how much the tree will sway when there is wind. Just use the vertex color painting tool of your favorite 3D modelling program and paint something like this:
The first thing you may want to do is to use the vertex colors to paint how much the tree will sway when there is wind. Just use the vertex color painting tool of your favorite 3D modeling program and paint something like this:
.. image:: img/tree_vertex_paint.png