Skip to content

Commit e7923da

Browse files
committed
add epxression
1 parent de586d2 commit e7923da

31 files changed

+1055755
-84
lines changed

bones.html

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
4+
<head>
5+
<meta charset="UTF-8" />
6+
<title>Three.js Eye Tracking</title>
7+
<style>
8+
body {
9+
margin: 0;
10+
overflow: hidden;
11+
}
12+
</style>
13+
</head>
14+
15+
<body>
16+
<canvas id="webgl-canvas"></canvas>
17+
<script type="module" src="/test/bones.js"></script>
18+
</body>
19+
20+
</html>

0 commit comments

Comments
 (0)