ebeaufay / threedtiles

3DTiles viewer for three.js
MIT License
270 stars 32 forks source link

Why would this error be reported #25

Closed jingyangking closed 4 months ago

jingyangking commented 5 months ago

Uncaught RangeError: Maximum call stack size exceeded at ue.update (threedtiles.min.js:2:142509)

2e23ab81c4ecbdd4a0efd30d5de5b14
ebeaufay commented 5 months ago

Just a stack overflow it seems.

The url needs to be a url, it can't be a local file path. Can you try to use a local http server? I use this to launch a test http-server: https://www.npmjs.com/package/http-server

jingyangking commented 5 months ago

Just a stack overflow it seems.

The url needs to be a url, it can't be a local file path. Can you try to use a local http server? I use this to launch a test http-server: https://www.npmjs.com/package/http-server

Sorry, I'm a bit clumsy and don't understand any local HTTP servers, but I can send you my model to try, as I also need to convert it to 3tiles