Buckets:
20.9 GB
673,093 files
Updated 4 months ago
Ctrl+K
| Name | Size | Uploaded | Xet hash |
|---|---|---|---|
| gltf | 4 items | ||
| README.md | 1.5 kB xet | 342f259b | |
| draco_decoder.js | 719 kB xet | 89e4400a | |
| draco_decoder.wasm | 286 kB xet | 4a1b2f2d | |
| draco_encoder.js | 929 kB xet | 1fab422f | |
| draco_wasm_wrapper.js | 58.8 kB xet | 8aae83ef |
Draco 3D Data Compression
Draco is an open-source library for compressing and decompressing 3D geometric meshes and point clouds. It is intended to improve the storage and transmission of 3D graphics.
Contents
This folder contains three utilities:
draco_decoder.js— Emscripten-compiled decoder, compatible with any modern browser.draco_decoder.wasm— WebAssembly decoder, compatible with newer browsers and devices.draco_wasm_wrapper.js— JavaScript wrapper for the WASM decoder.
Each file is provided in two variations:
- Default: Latest stable builds, tracking the project's master branch.
- glTF: Builds targeted by the glTF mesh compression extension, tracking the corresponding Draco branch.
Either variation may be used with THREE.DRACOLoader:
var dracoLoader = new THREE.DRACOLoader();
dracoLoader.setDecoderPath('path/to/decoders/');
dracoLoader.setDecoderConfig({type: 'js'}); // (Optional) Override detection of WASM support.
Further documentation on GitHub.
License
- Total size
- 20.9 GB
- Files
- 673,093
- Last updated
- Mar 19
- Pre-warmed CDN
- US EU US EU