Skip to content
Commit c6e7a834 authored by Seebs's avatar Seebs
Browse files

Reduce copying in fillPolygon

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.
parent b6533006
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment