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
Lots of stuff is re-computed on every draw. Create DrawingCache (copy from other project) and split the drawing logic into bucket of when they need to re-compute.
The drawing for the selected instance doesn't change until the geometry change. This can be cached longer.
The bending preview needs to be updated upon user input.
The text was updated successfully, but these errors were encountered:
Lots of stuff is re-computed on every draw. Create
DrawingCache
(copy from other project) and split the drawing logic into bucket of when they need to re-compute.The drawing for the selected instance doesn't change until the geometry change. This can be cached longer.
The bending preview needs to be updated upon user input.
The text was updated successfully, but these errors were encountered: