potree integriert

This commit is contained in:
2026-05-11 19:58:58 +00:00
parent 84963aa166
commit 3c0e7765ed

View File

@@ -74,4 +74,18 @@ body {
#map {
width: 100%;
height: 100%;
}
#potree_render_area{
position:absolute;
top:0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
background: transparent;
}
#potree_render_area canvas {
background: transparent !important;
}