From ec2818d499d0dc81c8f382924ff659bf1c165ee7 Mon Sep 17 00:00:00 2001 From: bart Date: Sat, 13 Jul 2024 15:59:15 +0200 Subject: [PATCH 1/2] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index dbfabaf..3bfef14 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ A desktop/portable version of the web-based point cloud viewer [Potree](https://github.com/potree/potree), thanks to [Electron](https://electronjs.org/). -* This version allows you to load [converted point clouds](https://github.com/potree/PotreeConverter) from your hard disc or USB drive. It's also portable so you can put your models together with the viewer on a USB drive and open it wherever you go. +* This version allows you to load [converted point clouds](https://github.com/potree/PotreeConverter) from your hard disc or USB drive (You don't need to use this repo. It is automatically converted in the ). It's also portable so you can put your models together with the viewer on a USB drive and open it wherever you go. * It's only been tested on windows at the moment. It may not work on other systems or you may only be able to use it on the same Operating System that you've initially built it on. * Modify index.html to change which point cloud should be loaded by default. * You can also drag&drop cloud.js files into the window to add point clouds to the scene. @@ -18,6 +18,8 @@ In order to reset the viewer, you'll have to click "window->reload". # Getting Started * Install [Node.js](https://nodejs.org/en/) +* Downlod the repository to a directory and unzip it +* Open a command window (cmd) and run 'npm install' * Execute PotreeDesktop.bat * Drag and Drop a las or laz file to convert and load it. * Drag and Drop a previously converted point cloud to load it. From dd7595ddab9b461e4df4e742cb79e61466976797 Mon Sep 17 00:00:00 2001 From: bart Date: Sat, 13 Jul 2024 16:18:08 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3bfef14..dae8e2c 100644 --- a/README.md +++ b/README.md @@ -18,8 +18,8 @@ In order to reset the viewer, you'll have to click "window->reload". # Getting Started * Install [Node.js](https://nodejs.org/en/) -* Downlod the repository to a directory and unzip it -* Open a command window (cmd) and run 'npm install' +* Downlod or clone the repository to a directory (if downloaded unzip it) +* Open a command window (cmd) in the folder where the repo is located and run 'npm install' * Execute PotreeDesktop.bat -* Drag and Drop a las or laz file to convert and load it. -* Drag and Drop a previously converted point cloud to load it. +* Drag and Drop a las or laz file to convert and load it +* Drag and Drop a previously converted point cloud to load it