MetaCell / MetaCell/geppetto-meta
Canvas dracoLoader has an outdated draco decoder path
Open
bug
- Dominant language
- JavaScript
- Stars
- 6
- Forks
- 4
- PR merge metrics
- No merged PRs in 30d
Description
ThreeJS updated their repo so:
`dracoLoader.setDecoderPath('https://raw.githubusercontent.com/mrdoob/three.js/dev/examples/js/libs/draco/');`
should point to:
[https://raw.githubusercontent.com/mrdoob/three.js/dev/examples/jsm/libs/draco/](https://github.com/mrdoob/three.js/tree/1b31fef7c0efc91bbe93a2851e1399ac052d41ab/examples/jsm/libs/draco)
or we should store our own draco decoder
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.