Any Mesh ================= The `anyMesh` module is used to draw any custom geometry using vertices and faces. The module also provides methods to set the position, color, and material of the mesh. The following example shows how to draw mesh using vertices and faces. .. literalinclude:: _examples/anymesh.html :language: html Here is the result of the above code: .. raw:: html :file: _examples/anymesh.html