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
In 1.x there was a flatten() method for easy batching of static objects together (on one or multiple batches). There's no such thing currently, but it looks like that if there was a custom Painter implementation all that needed to be done would be this:
When I removed flatten, this was my emergency plan to be able to add that again in the future, yes. But I haven't evaluated it in more detail yet, or decided if I should do that or rather look into other ways to speed up rendering.
In any case, it's good to have that idea as an issue here so that I don't forget about it, and so people can vote for this feature — thanks!
In 1.x there was a
flatten()
method for easy batching of static objects together (on one or multiple batches). There's no such thing currently, but it looks like that if there was a custom Painter implementation all that needed to be done would be this:Do you think you'd be able to add something like that?
The text was updated successfully, but these errors were encountered: