DrawImage with frame drawing white block

Monkey Targets Forums/iOS/DrawImage with frame drawing white block

dooz(Posted 2011) [#1]
I have loaded an image with frames, when I draw one frame it comes up okay on HTML 5, but renders a white bl


dooz(Posted 2011) [#2]
Continued from last post.

Block, not the image. Image is > 2000 pixels wide with transparency.

Any ideas?

Thanks
Paul


BigAnd(Posted 2011) [#3]
It might be the image is too large. Try an image that is no bigger than 1024x1024 and see if that works.

Depending on what iOS device you have, 1024x1024 is the biggest image/texture size you can use.


dooz(Posted 2011) [#4]
Thanks BigAnd, that was it.