29 lines
834 B
HTML
29 lines
834 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>
|
|
|
|
<script type="text/javascript" src="../../libs/three.min.js"></script>
|
|
<script type="text/javascript" src="../build/o3dv.min-dev.js"></script>
|
|
|
|
<script type='text/javascript'>
|
|
OV.Init3DViewerElements ();
|
|
</script>
|
|
</head>
|
|
|
|
<body>
|
|
<div style="background:#cccccc;width:800px;height:600px;"></div>
|
|
<div class="online_3d_viewer"
|
|
style="width: 800px; height: 600px;"
|
|
model="../../test/testfiles/obj/hundred_cubes.obj,../../test/testfiles/obj/hundred_cubes.mtl"
|
|
camera="3,1,2,0,0,0,0,0,1">
|
|
</div>
|
|
<div style="background:#cccccc;width:800px;height:2000px;"></div>
|
|
</body>
|
|
|
|
</html>
|