Very nice, but it draws full image, and I want to take image atlas and draw animation using VI, but Atlas uses drawPart, because it keeps all frames on one image.
So it's not the thing I need
P.S. if i crop a part of an atlas into new image it's too heavy to do it every frame. UPD:
OK i figured it out
(This post was last modified: 04-24-2017 09:25 PM by Houge.)
This example does not use image offset in Atlas (but it should), so it shall be added.
This example draws animation using part.tex_rect placed in VI.tex.
(This post was last modified: 04-25-2017 07:58 AM by Houge.)
Very nice, mine was written just as test code, glad to see it inspired a better solution for in with atlas, at the time I had written my own Atlas and packer solution.
(This post was last modified: 04-25-2017 09:12 AM by Zervox.)