Jump to content

Nexus 7 bug


Chendler
 Share

Recommended Posts

Hello, comunity and Rich.

 

I have the follow bug only on Nexus 7.

In my game I have wide tilesprite with width more than 3500px. And it doesn't display on Nexus 7. Just black screen instead of background.

 

I've tried to short this sprite, and if it less than 2000px - it works great.

 

p.s. Background png file size about 500Kb (I also have sprite more than 800Kb and width 8190px - 50 frames - it works great). But tilesprite not :(

 

Link to comment
Share on other sites

I don't think it's a bug that it doesn't work. I think you should expect to be constrained by the Max Texture Size [ webgl.getParameter(webgl.MAX_TEXTURE_SIZE) ] supported by the device's GPU (Max Texture Size on my Nexus 7 is 2048 pixels), especially when using the webgl renderer (the browser likely has tricks to support larger textures with an accelerated canvas)

Link to comment
Share on other sites

 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...