About three. js FBXLoader. js loading ".dds" format file

FBXLoader. js does not support DDS file format parsing, but three.js contains examples that support DDS. These examples do not use FBXLoader. js, so I am confused(T_T).

I tried to reference a Pull requests for a related “Closed” tag on the Github platform, but failed to render it successfully in the browser.



I’ve classified your issue at github as a feature request:

Only because three.js provides a loader for importing DDS textures (THREE.DDSLoader), it does not mean that other loaders like FBXLoader or ColladaLoder already support it. An extension for such loaders is necessary and respective assets for testing/debugging.