A Mesh is defined by a set of control points and the many n-sided polygons as needed. This article explains how to define a Mesh....CreatePolygon ( new int [] { 0 , 1 , 2 , 3 }); // Right side (X+) mesh...CreatePolygon ( new int [] { 1 , 5 , 6 , 2 }); // Back face (Z-) mesh . CreatePolygon...