UNPKG
potree
Version:
latest (0.1.0)
0.1.0
0.0.5
WebGL point cloud viewer - WORK IN PROGRESS
potree
/
examples
/
embedded_iframe.html
12 lines
(8 loc)
•
208 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
<
html
>
<
head
>
</
head
>
<
body
>
<
div
style
=
"position: absolute; left: 20%; right: 20%; top: 20%; bottom: 20%"
>
<
iframe
src
=
"viewer.html"
style
=
"width: 100%; height: 100%"
>
</
iframe
>
</
div
>
</
body
>
</
html
>