Skip to content

Commit

Permalink
final commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ovejorgensen committed May 14, 2020
1 parent 5fd0e4d commit a74d831
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions public/assets/js/geoScript.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,6 @@ viewer.setBackground("gradient"); // ["skybox", "gradient", "black", "white"];
viewer.setMinNodeSize(10);
viewer.loadSettingsFromURL();

viewer.loadGUI(() => {
viewer.setLanguage('en');
$("#menu_appearance").next().show();
$("#menu_tools").next().show();
$("#menu_scene").next().show();
});

let gradientName = "YELLOW_GREEN";
let gradient = Potree.Gradients[gradientName];
Expand Down

0 comments on commit a74d831

Please sign in to comment.