abouttreesummaryrefslogcommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/index.html b/index.html
index 8f0eeb1..7abe428 100644
--- a/index.html
+++ b/index.html
@@ -10,6 +10,7 @@
}
</style>
<script src="./Scripts/three.js"></script>
+ <script type="module" src="./Scripts/OrbitControls.js"></script>
<script type="module" src="./Scripts/main.js"></script>
</script>
</head>
@@ -17,6 +18,7 @@
<body>
<div id="threejscontainer"></div>
<div id="Output"></div>
+ <input type="checkbox" id="windToggle" checked="true">Wind</input>
</body>
</html> \ No newline at end of file