abouttreesummaryrefslogcommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorPatrick Schönberger2021-02-01 15:33:36 +0100
committerPatrick Schönberger2021-02-01 15:33:36 +0100
commitf48718f397ffbc1eb006460c495cf260668bd545 (patch)
tree94c45069442842697e8d3e1ae8a48212e8f251a4 /index.html
parent8ecb6f064f0708ed010f1239a7bddc283411b6e7 (diff)
downloadcloth_sim-f48718f397ffbc1eb006460c495cf260668bd545.tar.gz
cloth_sim-f48718f397ffbc1eb006460c495cf260668bd545.zip
orbit/background, flag, wind control
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