Real Pendulum Mode

This commit is contained in:
2022-07-01 06:11:20 -05:00
parent 4fcef54b3b
commit 4d27f83dd7
4 changed files with 18 additions and 13 deletions

View File

@@ -16,6 +16,7 @@
<p>
<button type="button" onclick="up()">UP</button>
<button type="button" onclick="down()">DOWN</button>
<button type="button" onclick="real()">REAL</button>
</p>
<script src="../lib/webgl-utils.js"></script>
<script src="../lib/webgl-debug.js"></script>