ebeaufay / threedtiles

3DTiles viewer for three.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Why would this error be reported

jingyangking opened this issue · comments

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

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

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

@ebeaufay I'm having the same problem, could it be caused by the model being too large?

image

You're also getting stack overflow?

Can you show me the full console error?