remix icon indicating copy to clipboard operation
remix copied to clipboard

No loader is configured for .glb and .hdr files

Open ikarus-akhil opened this issue 3 years ago • 3 comments
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.

ikarus-akhil avatar Oct 27 '22 07:10 ikarus-akhil

Related discussion: https://github.com/remix-run/remix/pull/4094

machour avatar Oct 27 '22 08:10 machour

@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 avatar Oct 27 '22 08:10 machour

@machour Thanks for the reply, have picked up the issue and will work on it.

ikarus-akhil avatar Oct 29 '22 13:10 ikarus-akhil