-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathModelViewer.html
36 lines (29 loc) · 1.18 KB
/
ModelViewer.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="content-type" content="text/html;charset=utf-8">
<link href="Script/include/floatingdialog.css" rel="stylesheet" />
<link href="Script/include/importer.css" rel="stylesheet" />
<script src="Script/jquery-3.2.1.min.js"></script>
<script src="Script/include/three.min.js"></script>
<script src="js/StereoEffect.js"></script>
<script src="Script/include/jsmodeler.js"></script>
<script src="Script/include/jsmodeler.ext.three.js"></script>
<script src="Script/include/floatingDialog.js"></script>
<script src="Script/include/importerviewerNew.js"></script>
<script src="Script/include/importermenu.js"></script>
<!-- <script src="Script/include/importerapp.js"></script>-->
<script src="Script/include/importerappPick.js"></script>
<title>Online 3D Viewer</title>
</head>
<body>
<div id="top">
</div>
<div id="left">
<div id="menu"></div>
</div>
<canvas id="example" width="0" height="0"></canvas>
<input type="file" id="file" style="display:none" multiple></input>
</body>
</html>