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
{{ message }}
This repository was archived by the owner on Nov 13, 2024. It is now read-only.
The tile drawing is really slow, resulting in almost unusable performance on slower devices, like an iPad 4.
The reason seems to be the texture swapping during rendering. Simply using batching doesn't help much, so it may be a better solution to create an atlas texture.
The tile drawing is really slow, resulting in almost unusable performance on slower devices, like an iPad 4.
The reason seems to be the texture swapping during rendering. Simply using batching doesn't help much, so it may be a better solution to create an atlas texture.