Initial commit

This commit is contained in:
2019-12-09 18:41:42 +01:00
commit 844f72f207
10 changed files with 2890 additions and 0 deletions

18
index.html Normal file
View File

@@ -0,0 +1,18 @@
<!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/OrbitControls.js"></script>
<script src="js/main.js"></script>
</body>
</html>