@blockv/threejs-to-v3d
Version:
Converts any format supported by ThreeJS to V3D.
20 lines (19 loc) • 696 B
HTML
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>ThreeJS to V3D - Tests</title>
<link rel="stylesheet" href="https://code.jquery.com/qunit/qunit-2.3.2.css">
</head>
<body>
<div id="qunit"></div>
<div id="qunit-fixture"></div>
<script src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
<script src="https://code.jquery.com/qunit/qunit-2.3.2.js"></script>
<script src="https://raw.githubusercontent.com/eligrey/FileSaver.js/master/FileSaver.min.js"></script>
<script src="es6-shim.min.js"></script>
<script src="../dist/threejs-to-v3d.min.js"></script>
<script src="tests.js"></script>
</body>
</html>