diff options
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |
