remix
remix copied to clipboard
No loader is configured for .glb and .hdr files
trafficstars
What version of Remix are you using?
1.7.3
Steps to Reproduce
I am trying to put 3D models on my website using model viewer but getting No loader is configured for ".glb" files and No loader is configured for ".hdr" files errors.
Expected Behavior
The webpage should have rendered the 3D model.
Actual Behavior
Getting no loader is configured error.
Related discussion: https://github.com/remix-run/remix/pull/4094
@ikarus-akhil you could provide a PR to add support for both files extensions in order to speed up things. Check https://github.com/remix-run/remix/pull/3985 for an example on how to do that.
@machour Thanks for the reply, have picked up the issue and will work on it.