tp-interaction/index.html

21 lines
497 B
HTML
Raw Normal View History

2020-01-08 22:02:48 +01:00
<!doctype html>
<html>
<head>
<title>TP</title>
<meta charset="utf-8">
<style>
body {
overflow: hidden;
margin: 0px;
}
</style>
</head>
<body>
<script src="js/three.min.js"></script>
<script src="js/OBJLoader.js"></script>
<script src="js/MTLLoader.js"></script>
<script src="js/Bookmark.js"></script>
<script src="js/main.js"></script>
</body>
</html>