Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/develop' into ept-merge
Browse files Browse the repository at this point in the history
  • Loading branch information
connormanning committed Nov 20, 2018
2 parents d1295db + 8066b2f commit eb1c4f4
Show file tree
Hide file tree
Showing 136 changed files with 55,664 additions and 50,564 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Expand Up @@ -15,7 +15,8 @@ libs/CesiumUnminified
/pointclouds/D
/pointclouds/wrneustadt
/pointclouds/alszeile
/pointclouds/heidentor
/examples/page.html
/resources/icons/index.html
/examples/page.html
/pointclouds/ept
pointclouds/C
2 changes: 1 addition & 1 deletion .vscode/settings.json
Expand Up @@ -5,7 +5,7 @@
"*.fs": "cpp"
},
"files.trimTrailingWhitespace": false,
"editor.fontSize": 18,
"editor.fontSize": 20,
"editor.autoIndent": false,
"editor.detectIndentation": false,
"editor.renderWhitespace": "all",
Expand Down
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -26,8 +26,9 @@ Install all dependencies, as specified in package.json,
then, install the gulp build tool:

cd <potree_directory>
npm install
npm install --save
npm install -g gulp
npm install -g rollup

Use the ```gulp watch``` command to

Expand Down

0 comments on commit eb1c4f4

Please sign in to comment.