Orbit Demo: draw bodies

This commit is contained in:
Tangent 2024-01-23 23:42:05 -05:00
parent 3dbca6edb6
commit f680d8082a
3 changed files with 51 additions and 4 deletions

View file

@ -5,7 +5,7 @@
<body>
<script src="js/debug.js"></script>
<script>
document.body.append(...TickDebug());
document.body.append(...OrbitDemo(), ...TickDebug());
</script>
</body>
</html>