-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
type/fixA bug fixA bug fix
Description
From @dmnsgn:
I should check for array of TypedArray instead of just .compressed (basis loader can return uncompressed fallback mipmaps).
From @vorg:
We have an issue with
getPexMaterialTexturecrashing when trying to resize NPOT of image as texture is having mipmaps but the source data is compressed blob not html image source. Disabling check prevents the crash but leads to GL errors as now we are trying to upload NPOT mipmaps which webgl1 doesn't support.
- The loader should detect NPOT texture and remove mipmap data array and change filtering to non mipmapped equivalents
Metadata
Metadata
Assignees
Labels
type/fixA bug fixA bug fix