You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched and referenced existing issues, feature requests and discussions
I am filing a FEATURE request.
Description
Is it possible to detect textureSize based on dimensions of max image used. Currently we do not know what value to set for textureSize, instead, we have something like:
The issue with maxTextureSize is that some hardware declare 16k and then will just break at 8k or less. ( intel integrated graphics of some years ago ). Just set it to 16k if you think all your users have modern gpus.
CheckList
Description
Is it possible to detect
textureSize
based on dimensions of max image used. Currently we do not know what value to set fortextureSize
, instead, we have something like:Do we really need this property in config, can something similar be implemented in
fabric
so that we do not have to extendFabricImage
class?Current State
Currently we need to set
textureSize
to some big enough value to support all images.Additional Context
No response
The text was updated successfully, but these errors were encountered: