Files
filament/third_party/draco/javascript/npm/draco3d/package.json
Philip Rideout 6473771f1e Update Draco to 1.4.1
Tested with gltf_viewer release macOS on:

- CesiumMan/glTF-Draco/CesiumMan.gltf
- MorphPrimitivesTest/glTF-Draco/MorphPrimitivesTest.gltf
2021-01-15 11:03:29 -08:00

22 lines
558 B
JSON

{
"name": "draco3d",
"version": "1.4.1",
"description": "Draco is a library for compressing and decompressing 3D geometric meshes and point clouds. It is intended to improve the storage and transmission of 3D graphics.",
"main": "draco3d.js",
"scripts": {
"test": "nodejs draco_nodejs_example.js"
},
"keywords": [
"geometry",
"compression",
"mesh",
"point cloud"
],
"author": "Google Draco Team",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git+https://github.com/google/draco.git"
}
}