-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpersp.html
28 lines (26 loc) · 964 Bytes
/
persp.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<!DOCTYPE html>
<html lang="en">
<head>
<title>transcendental imaging</title>
<meta charset="utf-8">
<script>
window.onload = ()=>console.log('document loaded');
</script>
</head>
<body>
<div style="color: white; z-index: 999; background-color: #00f8; position: fixed;">
<h1>transcendental imaging</h1>
<p><i>What you think you see isn't what you see.</i><br>Pete Stott</p>
<p>Left mouse button and drag to rotate.</p>
<p>Keys '1' through '7': make random objects; bigger number, more objects.</p>
<p>Keys 'h' or 'home': reset view for 'front' view (clean cubes).
<br>Keys 'e' or 'end': reset view for 'back' view.
</p>
</div>
<script src="jsdeps/three127.js"></script>
<script src="jsdeps/stats.min.js"></script>
<script src="jsdeps/TrackballControls.js"></script>
<script src="extras/persp.js" type="module"></script>
<script id="xxx" src="persp.html" type="fs"></script>
</body>
</html>