From 29081a9c07388b8b1604c8350c23fe2c61575fba Mon Sep 17 00:00:00 2001 From: mosure Date: Wed, 18 Dec 2024 23:04:53 -0600 Subject: [PATCH] docs: web viewer url example --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 528fce04..a43a5f4a 100644 --- a/README.md +++ b/README.md @@ -69,6 +69,12 @@ fn setup_gaussian_cloud( } ``` + +### web viewer + +`https://mosure.github.io/bevy_gaussian_splatting?input_file=https%3A%2F%2Fmitchell.mosure.me%2Fgo_board.gcloud` + + ## tools - [ply to gcloud converter](tools/README.md#ply-to-gcloud-converter)