-
Notifications
You must be signed in to change notification settings - Fork 0
/
two.html
24 lines (18 loc) · 973 Bytes
/
two.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
<!DOCTYPE html>
<html>
<link rel="stylesheet" href="css/main.css">
<head>
<title>A Simple Three.js Page</title>
<script src="js/vendor/three.min.js"></script>
<script src="js/vendor/RequestAnimationFrame.js"></script>
</head>
<body>
Syx : <input type="range" min="0.001" max="1.0" step="0.00001" value="0.0" name="Syx_Range" id="Syx_Range">
Szx : <input type="range" min="0.001" max="1.0" step="0.00001" value="0.0" name="Szx_Range" id="Szx_Range">
Sxy : <input type="range" min="0.001" max="1.0" step="0.00001" value="0.0" name="Sxy_Range" id="Sxy_Range">
Szy : <input type="range" min="0.001" max="1.0" step="0.00001" value="0.0" name="Szy_Range" id="Szy_Range">
Sxz : <input type="range" min="0.001" max="1.0" step="0.00001" value="0.0" name="Sxz_Range" id="Sxz_Range">
Syz : <input type="range" min="0.001" max="1.0" step="0.00001" value="0.0" name="Syz_Range" id="Syz_Range">
</body>
<script src="js/two.js"></script>
</html>