Skip to content
Snippets Groups Projects
  • Seebs's avatar
    Reduce copying in fillPolygon · fc858bff
    Seebs authored
    A slice of points means copying every point into the slice, then
    copying every point's data from the slice to TrianglesData. An
    array of indicies lets the compiler make better choices.
    fc858bff