diff options
| author | Patrick Schönberger | 2021-02-01 15:33:36 +0100 |
|---|---|---|
| committer | Patrick Schönberger | 2021-02-01 15:33:36 +0100 |
| commit | f48718f397ffbc1eb006460c495cf260668bd545 (patch) | |
| tree | 94c45069442842697e8d3e1ae8a48212e8f251a4 /index.html | |
| parent | 8ecb6f064f0708ed010f1239a7bddc283411b6e7 (diff) | |
| download | cloth_sim-f48718f397ffbc1eb006460c495cf260668bd545.tar.gz cloth_sim-f48718f397ffbc1eb006460c495cf260668bd545.zip | |
orbit/background, flag, wind control
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 |
