threefiz
Version:
Implementation of a physics engine based on the [Three.js](https://github.com/mrdoob/three.js) library.
19 lines • 584 B
HTML
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>ThreeFiz - friction test</title>
<style>
body {
margin: 0;
background-color: lightgray;
}
</style>
<script type="module" crossorigin src="/ThreeFiz/assets/frictionTest-CKjXGJIp.js"></script>
<link rel="modulepreload" crossorigin href="/ThreeFiz/assets/init-BHUQqx8w.js">
</head>
<body>
</body>
</html>