Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update readme file to add missing step npm install #48

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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 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