diff --git a/.prettierignore b/.prettierignore index 0c1cbdf..a7e26bd 100644 --- a/.prettierignore +++ b/.prettierignore @@ -6,8 +6,7 @@ dist build # potree public assets -public/potree -public/shaders +public/build public/libs public/pointclouds diff --git a/index.html b/index.html index f8d62e0..c77bfb1 100644 --- a/index.html +++ b/index.html @@ -1,71 +1,92 @@ - + - - - - - - Molloy Explorer + + + + + + Molloy Explorer - - - - - - + + + + + + - - - - - - - - - - - - - - - -
-
-
-
- - + + + + + + + + + + + + - material.pointSizeType = Potree.PointSizeType.ADAPTIVE; - material.shape = Potree.PointShape.CIRCLE; - material.activeAttributeName = "elevation"; - material.gradient = Potree.Gradients["RAINBOW"] +
+
+
+
- viewer.scene.addPointCloud(pointcloud); - viewer.fitToScreen(); - }); - + diff --git a/src/main.js b/src/main.js index ac97ed5..79eee5f 100644 --- a/src/main.js +++ b/src/main.js @@ -1 +1 @@ -/* Empty for now, add logic later */ \ No newline at end of file +/* Empty for now, add logic later */ diff --git a/src/style.css b/src/style.css index a7226e8..5bc7676 100644 --- a/src/style.css +++ b/src/style.css @@ -1 +1 @@ -/* Empty for now, add styles later */ \ No newline at end of file +/* Empty for now, add styles later */