# 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](https://google.github.io/draco/) | [GitHub](https://github.com/google/draco)
## 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](https://github.com/google/draco).
* **glTF:** Builds targeted by the [glTF mesh compression extension](https://github.com/KhronosGroup/glTF/tree/master/extensions/2.0/Khronos/KHR_draco_mesh_compression), tracking the [corresponding Draco branch](https://github.com/google/draco/tree/gltf_2.0_draco_extension).
Either variation may be used with `THREE.DRACOLoader`:
```js
var dracoLoader = new THREE.DRACOLoader();
dracoLoader.setDecoderPath('path/to/decoders/');
dracoLoader.setDecoderConfig({type: 'js'}); // (Optional) Override detection of WASM support.
```
Further [documentation on GitHub](https://github.com/google/draco/tree/master/javascript/example#static-loading-javascript-decoder).
## License
[Apache License 2.0](https://github.com/google/draco/blob/master/LICENSE)
妄北y
- 粉丝: 2w+
- 资源: 1万+
最新资源
- 数据分析-09-学生校园消费分析(包含数据和代码)
- 基于微信小程序的社区垃圾回收管理系统ssm.zip
- 基于微信平台的购物商城小程序开发ssm.zip
- 高校学习助手小程序ssm.zip
- 基于一份网易云音乐数据集,使用python对该该数据集进行数据清洗,包括缺失值处理、异常值检测和处理、重复值处理、数据类型转换、统一化数据格式、数据一致性处理、数据采样、特征工程等
- 运动健康小程序SpringBoot.zip
- 学生管理系统springboot.zip
- 基于JAVA的微信食堂线上订餐小程序的设计与实现ssm.zip
- 机械设计薄膜铝箔袋连续封口机770标准机sw17可编辑非常好的设计图纸100%好用.zip
- 基于微信小程序的快递管理平台的设计与实现ssm.zip
- 基于微信小程序的校园保修系统springboot.zip
- 基于微信小程序的社区车位租赁系统的设计与实现springboot.zip
- 便捷饭店点餐小程序的设计与实现ssm.zip
- 基于springboot+vue的保险业务管理系统源码+数据库+文档说明(毕业设计)
- Java毕业设计-基于springboot+vue的保险业务管理系统源码+数据库+文档说明
- upload - labs 通关手册
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈