I already have a post about fixing the ordering of the edges here. Another way of looking at this might be, how can I impose the connectivity of the mesh. I know that edges are not computed unless I call init() on the mesh, so is there a way to supply the vertex connections forming the edges in place of a call to init()?