Hello,
so far, I have been using the following imports:
import * as THREE from ‘https://cdn.skypack.dev/three@0.132.2’;
import { GLTFLoader } from ‘https://cdn.skypack.dev/three@0.132.2/examples/jsm/loaders/GLTFLoader.js’;
import { FBXLoader } from ‘https://cdn.skypack.dev/three@0.132.2/examples/jsm/loaders/FBXLoader.js’;
This works fine with Firefox, but with Edge and Chrome the FBXLoader and GLTFLoader do not work.
The site just hangs.
As this may be a solved problem with later versions, I want to update to the newest THREE version (145). However, there seems to be no CDN for the examples (loaders) anywhere. I searched and tried for hours, but nothing seems to work.
So the questions is: What is the CDN link for the GLTFLoader and the FBXLoader for R145?
Thank you very much for your help!