ModelHandle/website/embed_iframe.html
2021-03-27 08:29:19 +01:00

36 lines
1.0 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html;charset=utf-8">
<meta name="viewport" content="width=device-width, user-scalable=no">
<link rel="icon" type="image/png" href="assets/images/3dviewer_net_favicon.png">
<title>Online 3D Viewer</title>
</head>
<body>
<iframe
src="embed.html#model=../test/testfiles/3ds/cube_four_instances.3ds,../test/testfiles/3ds/texture.png"
width=400 height=300
style="border:1px solid #eeeeee;">
</iframe>
<iframe
src="embed.html#model=../test/testfiles/3ds/cube_four_instances.3ds,../test/testfiles/3ds/texture.png$camera=3.929421317669367,6.153966358575169,2.7076091223424714,1.5,1.5,0.5,0,0,1"
width=400 height=300
style="border:1px solid #eeeeee;">
</iframe>
<iframe
src="embed.html#model=../test/testfiles/obj/hundred_cubes.obj,../test/testfiles/obj/hundred_cubes.mtl"
width=400 height=300
style="border:1px solid #eeeeee;">
</iframe>
<iframe
src="embed.html#model=wrong.3ds"
width=400 height=300
style="border:1px solid #eeeeee;">
</iframe>
</body>
</html>