Kirupalabs e in 3d question

Was wondering where I could change it to where it will accept more then 12 coordinates.

Seems that it won’t accept any coordinates after the 12th and I can’t lcoate where to up the limit… or is that the limit to the array? meaning I’d have to create another array to create rest of what I wanted to tryout?

Theres a for (t=0;t<12;t++) about 2/3rds the way down on the second frame. Change that 12 to Xcoords.length and change the Xcoords and Ycoords to whatever you want to redraw the E to whatever you want.