mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-09 09:52:34 +01:00
23 lines
No EOL
507 B
HTML
23 lines
No EOL
507 B
HTML
<html>
|
|
<head>
|
|
<title>Sandbox</title>
|
|
<style>
|
|
body {
|
|
font-family: Monospace;
|
|
margin: 0px;
|
|
overflow: hidden;
|
|
}
|
|
</style>
|
|
|
|
<script src="lib/three/three.min.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="app/sandbox.js"></script>
|
|
|
|
<script>window.onload = init;</script>
|
|
</head>
|
|
<body>
|
|
|
|
</body>
|
|
</html> |