-
Running
```node
const draco3d = require("draco3d");
Promise.resolve(draco3d.createDecoderModule({}));
```
throws an `ERR_INVALID_URL` error:
```
~ node /Users/danvas/.nvm/versions/node/v18.1.…
-
Recently upgraded from v1.7.0 to v.1.8.0 and since then Ive had some issues importing some gltf files.
I tried importing them from my Defender exporter (from Blender) and then attempted plain gtlf ex…
-
This proposal is about adding built-in GLTF support in the browser.
At the W3C workshop on web games, Yasushi Ando conducted a breakout session discussing native support for GLTF in the browser. Hi…
-
### Description
For some GLTF files like the one in [this discussion](https://discourse.threejs.org/t/excessive-memory-usage-for-gltf-file/62807), there are a large number of primitives which share v…
-
The build was successfuul, but unfortunately i am unable to read data.
I see a parrtern in the errors and all have to be in sumo/threedee.
Any pointers would be very helpful.
sumo.semantic.tests…
-
**Describe the bug**
When trying to load multiple GLB files that are DRACO compressed the DRACOLoader crashes sometimes. (no errors in console)
**To Reproduce**
Steps to reproduce the beh…
-
cesium-native jumps through some hoops in order to minimize the dependencies of its glTF and 3D Tiles support. Specifically, it divides up the functionality into a whole bunch of different libraries. …
kring updated
2 months ago
-
`GltfLoader::LoadMeshData` currently complains when a mesh lacks `indices`. However, meshes are allowed to not have `indices`. [5.24.2](https://registry.khronos.org/glTF/specs/2.0/glTF-2.0.html#_mesh_…
-
Hi, when I wanted to visualize the metadrive test, I said "AttributeError:" when I changed use_render to True in the test_metadrive.py file. module 'gltf' has no attribute 'patch_loader' ", how can I …
-
Would it be possible for Expo to support the [THREE.Loader signature](https://threejs.org/docs/index.html#examples/en/loaders/GLTFLoader) like all other loaders?
```jsx
class ExpoLoader {
load …