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
Currently FBXLoader can only use .dds and .tga non native images. However, it could use as well .exr, .tif, .hdr, .ktx2 images.
Note:
GLTFLoader already allows that.
parseImage(videoNode) does a similar thing (it seems) - asking for specific loaders - but I'm not sure if the same approach should be applied there too. I haven't used video thingies in FBX so far.
Description
Currently
FBXLoader
can only use.dds
and.tga
non native images. However, it could use as well.exr
,.tif
,.hdr
,.ktx2
images.Note:
parseImage(videoNode)
does a similar thing (it seems) - asking for specific loaders - but I'm not sure if the same approach should be applied there too. I haven't used video thingies in FBX so far.Solution
#28515
Alternatives
no need.
Additional context
No response
The text was updated successfully, but these errors were encountered: