jared-hughes / DesThree

Desmos bindings for three.js
3 stars 0 forks source link

Graph gradually slows down #69

Open jared-hughes opened 3 years ago

jared-hughes commented 3 years ago

Observe on https://www.desmos.com/calculator/p5kkfjzxr7. After using the graph for a few minutes, it seems to slow down a ton.

Can probably determine the cause in development mode. Most likely, the graph is rerendered several times or an object is re-created several times when a single variable changes.

I can't reproduce this very quickly though.