From 843b1c8fe2cffa925a31947026bf1c08fbc82ec5 Mon Sep 17 00:00:00 2001 From: AdrianSolberg Date: Sat, 25 Oct 2025 22:07:22 +0200 Subject: [PATCH] docs(#40): mention point cloud paths in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 625f104..0e480c8 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Molloy Explorer is a 3D seabed visualization tool built with **Potree**. It allo ### Add point cloud data -Place the point cloud data (in Potree format with EPSG:4978 coordinates) in `public/pointclouds/data_converted`. +Place the point cloud data (in Potree format with EPSG:4978 coordinates) in `public/pointclouds`. Ensure the point cloud folder names match the paths specified in `src/config.js`, either by renaming the point cloud folders or by updating the paths. **Note:** Point cloud files should not be committed to Git.