Hello,
I am trying to create a boX with a hole in it. For that I create a cube (got the code from the documentation) with another cube in the corner.
I am adding the hole like this:
public static void createHole(Mesh …... i+2, i+3 }); // Right side (X+) mesh.createPolygon(new int[]...i+4, i+7, i+6 }); // Left side (X-) mesh.createPolygon(new int[]...