NRA Posted November 20, 2018 Share Posted November 20, 2018 Hi, Somebody knows what are the SpriteSheet size limit in BJS? I already discover that saving the SpriteSheet larger than taller is better to its size in kb or Mb! Thanks Quote Link to comment Share on other sites More sharing options...
Sebavan Posted November 20, 2018 Share Posted November 20, 2018 I would think the limit is more related to the texture size limit in Webgl which depends of your driver but I would anyway tend to not go bigger than 2k or 4k (pixel size) as it has been prove to work mostly everywhere. AndreasLoew 1 Quote Link to comment Share on other sites More sharing options...
NRA Posted November 21, 2018 Author Share Posted November 21, 2018 Thanks @Sebavan this points me a way! Quote Link to comment Share on other sites More sharing options...
sable Posted November 21, 2018 Share Posted November 21, 2018 https://webglstats.com/webgl/parameter/MAX_TEXTURE_SIZE Which would concur with Sebavan's 4k recommendation (and 2k if you really need to support old mobile devices). NRA 1 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.