What is the purpose of SYSTEM.maxTextureWidth #651
Closed
cl1069573062
started this conversation in
General
Replies: 1 comment 3 replies
-
This is is the maximum WebGL texture size supported by the device, generally 16384 on desktop and 4096 on mobiles. Bigger textures results in a black image. And because the resize is done with a canvas it also depends of the maximum canvas size found with |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
l see __createEquirectangularTexture means
if image width > SYSTEM.maxTextureWidth will resize image
but l only use createTexture(img), don't resize image , and is work
so What is the purpose of SYSTEM.maxTextureWidth , and resize image means
Beta Was this translation helpful? Give feedback.
All reactions