From 726cec4c57a7e5a8eaedbd7e156fc635ad2fb956 Mon Sep 17 00:00:00 2001 From: astyashish <72346449+astyashish@users.noreply.github.com> Date: Sat, 6 Sep 2025 13:56:40 +0530 Subject: [PATCH] Create glb_to_draco.html --- javascript/glb_to_draco.html | 404 +++++++++++++++++++++++++++++++++++ 1 file changed, 404 insertions(+) create mode 100644 javascript/glb_to_draco.html diff --git a/javascript/glb_to_draco.html b/javascript/glb_to_draco.html new file mode 100644 index 000000000..31437c0ea --- /dev/null +++ b/javascript/glb_to_draco.html @@ -0,0 +1,404 @@ + + + + + GLB to Draco Compressed Converter + + + + + +
+

+ Draco Logo +

+

GLB to Draco Compressed Converter

+
+

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.
+ This tool allows you to convert a GLB file to a compressed Draco format (.drc) directly in your browser. +

+

How to use

+
    +
  1. Select a GLB file below.
  2. +
  3. Choose a compression level (80% or 50%).
  4. +
  5. Click Convert & Download to get the compressed Draco file.
  6. +
+
+ + +
+
+ +
+ + +
+
+
+ +
+
+
+

References

+ +
+ + +