web3d / index.html
Julien Chaumond
Boloss (.dae)
9d520b3
raw
history blame
1.12 kB
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8>
<title>Evolution of intelligence at Hugging Face</title>
<style>
body { margin: 0; }
canvas { width: 100%; height: 100% }
</style>
</head>
<body>
<script src="node_modules/@tweenjs/tween.js/src/Tween.js"></script>
<script src="node_modules/three/build/three.js"></script>
<script src="node_modules/three/examples/js/libs/stats.min.js"></script>
<script src="node_modules/three/examples/js/controls/OrbitControls.js"></script>
<script src="node_modules/three/examples/js/loaders/MTLLoader.js"></script>
<script src="node_modules/three/examples/js/loaders/OBJLoader.js"></script>
<script src="node_modules/three/examples/js/loaders/GLTFLoader.js"></script>
<script src="node_modules/three/examples/js/libs/inflate.min.js"></script>
<script src="node_modules/three/examples/js/loaders/FBXLoader.js"></script>
<script src="node_modules/three/examples/js/loaders/ColladaLoader.js"></script>
<script src="dist/lib/Log.js"></script>
<script src="dist/lib/Utils.js"></script>
<script src="dist/post/index.js"></script>
</body>
</html>