Skip to content

Commit

Permalink
chore(#9): remove old potree background image
Browse files Browse the repository at this point in the history
  • Loading branch information
adriahso committed Oct 5, 2025
1 parent 2b8f6b6 commit 66aa934
Showing 1 changed file with 10 additions and 16 deletions.
26 changes: 10 additions & 16 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,23 +49,17 @@

<div
class="potree_container"
style="position: absolute; width: 100%; height: 100%; left: 0px; top: 0px"
style="
position: absolute;
width: 100%;
height: 100%;
left: 0px;
top: 0px;
background-color: black;
"
>
<div
id="potree_render_area"
style="
background-image: url('/build/potree/resources/images/background.jpg');
"
>
<div
id="cesiumContainer"
style="
position: absolute;
width: 100%;
height: 100%;
background-color: green;
"
></div>
<div id="potree_render_area">
<div id="cesiumContainer"></div>
</div>
<div id="potree_sidebar_container"></div>
</div>
Expand Down

0 comments on commit 66aa934

Please sign in to comment.