Buckets:

149 MB
6,599 files
Updated 13 days ago
Name
Size
gltf
README.md1.49 kB
xet
draco_decoder.js719 kB
xet
draco_decoder.wasm286 kB
xet
draco_encoder.js929 kB
xet
draco_wasm_wrapper.js58.8 kB
xet
README.md

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.

Website | GitHub

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:

Either variation may be used with DRACOLoader:

var dracoLoader = new DRACOLoader();
dracoLoader.setDecoderPath('path/to/decoders/');
dracoLoader.setDecoderConfig({type: 'js'}); // (Optional) Override detection of WASM support.

Further documentation on GitHub.

License

Apache License 2.0

Total size
149 MB
Files
6,599
Last updated
Jun 23
Pre-warmed CDN
US EU US EU

Contributors