I am sure you figured this out yourself so just for completeness:
Rescale the texture to 1020x510 and you can split it in 85x85 parts :)
Yes, is that so bad? Honestly, I didn't think about it because when manipulating the texture coordinates in floating point it doesn't really matter.
Thanks, I appreciate questions and comments.
I use the whole image as one texture and cycle through the frames by changing the transformation matrix for the uv coordinates.
I am sure you figured this out yourself so just for completeness:
Rescale the texture to 1020x510 and you can split it in 85x85 parts :)
Yes, is that so bad? Honestly, I didn't think about it because when manipulating the texture coordinates in floating point it doesn't really matter.
Thanks, I appreciate questions and comments.
I use the whole image as one texture and cycle through the frames by changing the transformation matrix for the uv coordinates.