IsodiModel.draw

Draw the model.

Note: Each vertex in the model will be drawn as if it was on Y=0. It is recommended you draw other Isodi objects in order of height.

struct IsodiModel
const @trusted @nogc
void
draw
()
in (vertices.length <= ushort.max, "This model cannot be drawn, too many vertices exist")

Meta