-
-
Notifications
You must be signed in to change notification settings - Fork 41
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 779 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 779 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"name": "com.atteneder.draco",
"version": "5.0.0-pre.1",
"displayName": "Draco 3D Data Compression",
"description": "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. This package allows you to apply Draco compression to meshes, import Draco files and load them at runtime.",
"unity": "2021.2",
"dependencies": {
"com.unity.burst": "1.8.4"
},
"keywords": [
"mesh",
"transcode",
"compress",
"decompress",
"encode",
"decode",
"google",
"draco"
],
"author": {
"name": "Andreas Atteneder",
"email": "andreas.atteneder@gmail.com",
"url": "http://pixel.engineer"
},
"type": "library"
}