-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Textures overlap #29
Comments
That's weird. Can you post the dimensions of the textures you're using, or just post the smallest set of textures the problem can be reproduced with? I'm assuming you're using MAXRECTS? |
imgs_subset.zip dimentions:
|
I wrote a function for detecting overlaps a while ago and deleted it for some reason after I squashed my own version of this bug. I'll look into it again tonight |
Also another bug. I have out of bounds panic error for
in |
Thanks for documenting those errors! I'll look into it as soon as I have the time (which will probably be around next weekend). |
Ok, thank you! I just made temporal hack with piston's texture packer for myself. Mb someone will find it useful kludge_for_mimic_sheep_api |
A temporary workaround would be to use jorgebastida/glue and transform the json it outputs to amethyst structs. |
My texture atlas looks like this in some cases
Probably it's due to I'm using too big textures(I will write here when I resize them).
The text was updated successfully, but these errors were encountered: