summaryrefslogtreecommitdiffstats
path: root/libraries/libdraco/README
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/libdraco/README')
-rw-r--r--libraries/libdraco/README12
1 files changed, 12 insertions, 0 deletions
diff --git a/libraries/libdraco/README b/libraries/libdraco/README
new file mode 100644
index 0000000000..2242002a98
--- /dev/null
+++ b/libraries/libdraco/README
@@ -0,0 +1,12 @@
+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.
+
+Draco was designed and built for compression efficiency and speed. The
+code supports compressing points, connectivity information, texture
+coordinates, color information, normals, and any other generic
+attributes associated with geometry.
+
+Draco is supported as optional dependency by applications that can take
+advantage by strong compression of 3D graphics (Blender, qgis, pdal,
+for example).