Don McCurdy

Results 1458 comments of Don McCurdy

@pjcozzi @shrekshao For now, [AVGP/gltf-viewer](https://github.com/AVGP/gltf-viewer) should do what you need; it creates its own camera, and has a more recent version of the glTF loader. The glTF loader in this...

I'm interested in this question too. I noticed the `@sindresorhus/safe-stringify` package is fine on bundlephobia, specifying: ``` "type": "module", "exports": "./index.js", ``` https://github.com/sindresorhus/safe-stringify/blob/b1278c4c45c09a6cd888e0b94dab989ea559a941/package.json#L13-L14 But my own package fails: ``` "type":...

This has appeared to be an intermittent but persistent issue over the past few days. Could this issue be reopened? Is there anything we can do to help or debug...

This presumably means there's something in your scene(s) that THREE.GLTFExporter cannot understand. If you have things like text, audio, LODs, points/lines, or other objects that aren't necessary for the navigation...

As far as I can tell the service is working normally, is this still happening for you? It's possible that the CORS error is hiding some other server error, i.e....

Inspecting the network tab a bit more, there's a `FUNCTION_PAYLOAD_TOO_LARGE` error coming back. It looks like my web host has a 5MB upload limit, which I don't think was there...

Just to check, is the local demo making requests to a local Function, or to the remotely hosted one? This should be visible in the browser's Network tab. The usual...

The error above is coming from the client; there should (hopefully?) be a more informative error from the 'server' in your terminal showing what has gone wrong. At least in...

Reducing the `cellSize` might help here. Details in the mesh smaller than the cell size will not be reflected in the output. > I'm assuming ... there's some special sauce...

@rossbishop output for the model you've provided looks as-expected when dropped into the example A-Frame setup provided by this repository (which, notably, runs the older A-Frame 0.8.2 version) — I...