Closed 0awful closed 6 years ago
Multifaceted re-render:
mark rendered lines as render once the line meets two criteria
Periodically remove rendered lines from the drawing object
The render function only redraws what is in the drawing object, so we shouldn't see a loss of performance once we switch to this method.
fixed
Multifaceted re-render:
mark rendered lines as render once the line meets two criteria
Periodically remove rendered lines from the drawing object
The render function only redraws what is in the drawing object, so we shouldn't see a loss of performance once we switch to this method.