mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-13 11:54:01 +01:00
29 lines
No EOL
834 B
HTML
29 lines
No EOL
834 B
HTML
<html>
|
|
<head>
|
|
<title>Test Suite</title>
|
|
|
|
<script src="lib/three/three.js"></script>
|
|
<script src="lib/three/TrackballControls.js"></script>
|
|
<script src="lib/three/OrbitControls.js"></script>
|
|
<script src="lib/dat.gui.min.js"></script>
|
|
<script src="lib/csg.js"></script>
|
|
<script src="lib/pnltri.js"></script>
|
|
<script src="app/main.js"></script>
|
|
<script src="app/ctrl.js"></script>
|
|
<script src="app/viewer.js"></script>
|
|
<script src="app/engine.js"></script>
|
|
<script src="app/vector.js"></script>
|
|
<script src="app/math/math.js"></script>
|
|
<script src="app/workbench.js"></script>
|
|
<script src="app/math/graph.js"></script>
|
|
<script src="app/struct.js"></script>
|
|
<script src="app/struct-tests.js"></script>
|
|
|
|
<script>window.onload = function() {
|
|
TCAD.struct.tests.testHashTable();
|
|
}</script>
|
|
</head>
|
|
<body>
|
|
|
|
</body>
|
|
</html> |