From 791fcf26e7eb16768a7a9d7ee4d2fb09c56bd95d Mon Sep 17 00:00:00 2001 From: Edmund Tay Date: Fri, 25 Jul 2025 19:12:18 +0800 Subject: [PATCH] add meshopt compression support --- assets/model_viewer_template.html | 4 ++++ example/web/index.html | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/assets/model_viewer_template.html b/assets/model_viewer_template.html index 9c180e7..e636cd3 100644 --- a/assets/model_viewer_template.html +++ b/assets/model_viewer_template.html @@ -24,4 +24,8 @@ /* other-css */ + \ No newline at end of file diff --git a/example/web/index.html b/example/web/index.html index 7807d47..ce8b393 100644 --- a/example/web/index.html +++ b/example/web/index.html @@ -19,6 +19,10 @@ flutter_3d_controller_example +