~~NOTOC~~ ====== Godot: ArrayMesh ====== **ArrayMesh** is a class which "provides utility for constructing a surface from arrays," making it useful for creating **Mesh** objects. It is highly recommended to understand the inner workings of the Mesh class **before** attempting to use ArrayMesh. Official documentation for ArrayMesh can be found [[https://docs.godotengine.org/en/stable/classes/class_arraymesh.html| here]]. ==== See also ==== * [[article:computer_graphics|Computer graphics]] * [[https://docs.godotengine.org/en/stable/classes/class_arraymesh.html| Official documentation for ArrayMesh]]