21 lines
632 B
HTML
21 lines
632 B
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">
|
|
<title>Online 3D Viewer</title>
|
|
</head>
|
|
|
|
<body>
|
|
<div style="background:#cccccc;width:800px;height:600px;"></div>
|
|
<iframe
|
|
src="../../website/embed.html#model=../test/testfiles/obj/hundred_cubes.obj,../test/testfiles/obj/hundred_cubes.mtl$camera=1,1,1,0,0,0,0,0,1"
|
|
width=800 height=600
|
|
style="border:1px solid #eeeeee;">
|
|
</iframe>
|
|
<div style="background:#cccccc;width:800px;height:2000px;"></div>
|
|
</body>
|
|
|
|
</html>
|