forked from AEspinosaDev/Three-Hair
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.htm
32 lines (23 loc) · 757 Bytes
/
index.htm
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
29
30
31
32
<!DOCTYPE html>
<html>
<head>
<!-- Meta -->
<meta charset="utf-8">
<title>Three JS Fur</title>
<!-- Style -->
<link rel="stylesheet" href="style/style.css">
</head>
<body>
<div id="input-file-gui"></div>
<div id="input-objects">
<input id="hair-path" type="file" accept=".fbx,.obj" />
<input id="avatar-path" type="file" accept=".fbx,.obj" />
<input id="alpha-tex-path" type="file" accept=".png,.jpeg" />
<input id="direction-tex-path" type="file" accept=".png,.jpeg" />
<input id="normal-tex-path" type="file" accept=".png,.jpeg" />
<input id="tilt-tex-path" type="file" accept=".png,.jpeg" />
<input id="highlight-tex-path" type="file" accept=".png,.jpeg" />
</div>
<script src="dist/bundle.js"></script>
</body>
</html>