imports OBJ files into triangle vertices, its automatically goes through the OBJ so no need to modify it just import it into the OBJ_TO_IMPORT list. the VERTICES list contains the vertices of all the triangles in the OBJ. It goes X1,Y1,Z1, X2,Y2,Z2, X3,Y3,Z3 for every triangle, for example indx of the list 1-9 is a triangle and 10-18 is another triangle. free to use!