[Solved] How does this java3d code work? [closed]
The code works by first creating an array of points along with an array of normals and then referencing them later to create the figure. The four calls to setCoordinate() sets the position of the each vertex. The int[] coords store the positions of the vertices for the 4 triangles that make up the 4 … Read more