You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our current method of filling circles is based on drawing triangles from the center of the circle. While this probably isn't the worst way to do it, it could be much more efficient if we drew triangles from each edge to an opposing vertex. As such, we should definitely rewrite our circle methods at some point.
The text was updated successfully, but these errors were encountered:
Our current method of filling circles is based on drawing triangles from the center of the circle. While this probably isn't the worst way to do it, it could be much more efficient if we drew triangles from each edge to an opposing vertex. As such, we should definitely rewrite our circle methods at some point.
The text was updated successfully, but these errors were encountered: