commit c8484d73df2ac8fb7437690f6e3ea02d2cccdc35
Author: Leszek Koltunski <leszek@koltunski.pl>
Date:   Fri Dec 11 22:25:02 2020 +0100

    Fixes for the Rex Cube (mostly works now)

diff --git a/src/main/java/org/distorted/library/mesh/MeshPolygon.java b/src/main/java/org/distorted/library/mesh/MeshPolygon.java
index 3a9cfa8..d0c1c80 100644
--- a/src/main/java/org/distorted/library/mesh/MeshPolygon.java
+++ b/src/main/java/org/distorted/library/mesh/MeshPolygon.java
@@ -215,7 +215,7 @@ public class MeshPolygon extends MeshBase
  *                   Must be band[2*i] > band[2*(i+1)] !
  * @param exIndex    This and the next parameter describe how to make the mesh denser at the
  *                   polyVertices. If e.g. exIndex=3 and exVertices=2, then 3 triangles of the
- *                   outermost band (and 2 traingles of the next band, and 1 triange of the third
+ *                   outermost band (and 2 triangles of the next band, and 1 triange of the third
  *                   band) get denser - the 3 triangles become 3+2 = 5.
  * @param exVertices See above.
  */
