I noticed that the file triangle.json has one of it's corner set to a huge number
[-0.5,0,0],
[0.5,0,0],
[0,8660254038,0] <- This one
I'm pretty sure it should have a decimal point and should be [0,0.8660254038,0], otherwise it will look like a rectangle in the final image.
I noticed that the file triangle.json has one of it's corner set to a huge number [-0.5,0,0], [0.5,0,0], [0,8660254038,0] <- This one I'm pretty sure it should have a decimal point and should be [0,0.8660254038,0], otherwise it will look like a rectangle in the final image.