-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
258 lines (233 loc) · 9.43 KB
/
index.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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=1900">
<title>TypeScript HTML App</title>
<style>
html, body {
margin: 0;
overflow: hidden;
}
.reveal{
position: absolute !important;
top: 20px;
background: rgba(0,0,0,0.3);
}
h4, span{
font-size: 20px !important;
}
section{
display: flex !important;
justify-content: space-between;
}
</style>
<!--reveal.js-->
<link rel="stylesheet" href="vendor/dist/reset.css">
<link rel="stylesheet" href="vendor/dist/reveal.css">
<link rel="stylesheet" href="vendor/dist/theme/black.css">
<!-- Theme used for syntax highlighted code -->
<link rel="stylesheet" href="vendor/plugin/highlight/monokai.css">
<!-- Pollyfill script -->
<script src="https://unpkg.com/[email protected]/minified.js"></script>
<!-- Live2DCubismCore script -->
<script src = "./dist/live2dcubismcore.js"></script>
<!-- Build script -->
<script src = "./dist/bundle.js"></script>
</head>
<body>
<div class="reveal">
<div class="slides">
<section>
<div class="col">
<div id="div ParamAngleX" style="border-width:1px; border-style:solid;">
<h4>ParamAngleX</h4>
<span>-30</span>
<input id="ParamAngleX" type="range" step="0.1" min="-30" max="30" value="0" >
<span>30</span>
</div>
<div id="div ParamAngleY" style="border-width:1px; border-style:solid;">
<h4>ParamAngleY</h4>
<span>-30</span>
<input id="ParamAngleY" type="range" step="0.1" min="-30" max="30" value="0" >
<span>30</span>
</div>
<div id="div ParamAngleZ" style="border-width:1px; border-style:solid;">
<h4>ParamAngleZ</h4>
<span>-30</span>
<input id="ParamAngleZ" type="range" step="0.1" min="-30" max="30" value="0" >
<span>30</span>
</div>
<div id="div ParamEyeLOpen" style="border-width:1px; border-style:solid;">
<h4>ParamEyeLOpen</h4>
<span>0</span>
<input id="ParamEyeLOpen" type="range" step="0.1" min="0" max="1" value="1" >
<span>1</span>
</div>
<div id="div ParamEyeLSmile" style="border-width:1px; border-style:solid;">
<h4>ParamEyeLSmile</h4>
<span>0</span>
<input id="ParamEyeLSmile" type="range" step="0.1" min="0" max="1" value="0" >
<span>1</span>
</div>
</div>
<div class="col">
<div id="div ParamEyeROpen" style="border-width:1px; border-style:solid;">
<h4>ParamEyeROpen</h4>
<span>0</span>
<input id="ParamEyeROpen" type="range" step="0.1" min="0" max="1" value="1" >
<span>1</span>
</div>
<div id="div ParamEyeRSmile" style="border-width:1px; border-style:solid;">
<h4>ParamEyeRSmile</h4>
<span>0</span>
<input id="ParamEyeRSmile" type="range" step="0.1" min="0" max="1" value="0" >
<span>1</span>
</div>
<div id="div ParamEyeBallX" style="border-width:1px; border-style:solid;">
<h4>ParamEyeBallX</h4>
<span>-1</span>
<input id="ParamEyeBallX" type="range" step="0.1" min="-1" max="1" value="0" >
<span>1</span>
</div>
<div id="div ParamEyeBallY" style="border-width:1px; border-style:solid;">
<h4>ParamEyeBallY</h4>
<span>-1</span>
<input id="ParamEyeBallY" type="range" step="0.1" min="-1" max="1" value="0" >
<span>1</span>
</div>
<div id="div ParamBrowLY" style="border-width:1px; border-style:solid;">
<h4>ParamBrowLY</h4>
<span>-1</span>
<input id="ParamBrowLY" type="range" step="0.1" min="-1" max="1" value="0" >
<span>1</span>
</div>
</div>
</section>
<section>
<div class="col">
<div id="div ParamBrowRY" style="border-width:1px; border-style:solid;">
<h4>ParamBrowRY</h4>
<span>-1</span>
<input id="ParamBrowRY" type="range" step="0.1" min="-1" max="1" value="0" >
<span>1</span>
</div>
<div id="div ParamBrowLX" style="border-width:1px; border-style:solid;">
<h4>ParamBrowLX</h4>
<span>-1</span>
<input id="ParamBrowLX" type="range" step="0.1" min="-1" max="1" value="0" >
<span>1</span>
</div>
<div id="div ParamBrowRX" style="border-width:1px; border-style:solid;">
<h4>ParamBrowRX</h4>
<span>-1</span>
<input id="ParamBrowRX" type="range" step="0.1" min="-1" max="1" value="0" >
<span>1</span>
</div>
<div id="div ParamBrowLAngle" style="border-width:1px; border-style:solid;">
<h4>ParamBrowLAngle</h4>
<span>-1</span>
<input id="ParamBrowLAngle" type="range" step="0.1" min="-1" max="1" value="0" >
<span>1</span>
</div>
<div id="div ParamBrowRAngle" style="border-width:1px; border-style:solid;">
<h4>ParamBrowRAngle</h4>
<span>-1</span>
<input id="ParamBrowRAngle" type="range" step="0.1" min="-1" max="1" value="0" >
<span>1</span>
</div>
</div>
<div class="col">
<div id="div ParamBrowLForm" style="border-width:1px; border-style:solid;">
<h4>ParamBrowLForm</h4>
<span>-1</span>
<input id="ParamBrowLForm" type="range" step="0.1" min="-1" max="1" value="0" >
<span>1</span>
</div>
<div id="div ParamBrowRForm" style="border-width:1px; border-style:solid;">
<h4>ParamBrowRForm</h4>
<span>-1</span>
<input id="ParamBrowRForm" type="range" step="0.1" min="-1" max="1" value="0" >
<span>1</span>
</div>
<div id="div ParamMouthForm" style="border-width:1px; border-style:solid;">
<h4>ParamMouthForm</h4>
<span>-1</span>
<input id="ParamMouthForm" type="range" step="0.1" min="-1" max="1" value="0" >
<span>1</span>
</div>
<div id="div ParamMouthOpenY" style="border-width:1px; border-style:solid;">
<h4>ParamMouthOpenY</h4>
<span>0</span>
<input id="ParamMouthOpenY" type="range" step="0.1" min="0" max="1" value="0" >
<span>1</span>
</div>
<div id="div ParamCheek" style="border-width:1px; border-style:solid;">
<h4>ParamCheek</h4>
<span>0</span>
<input id="ParamCheek" type="range" step="0.1" min="0" max="1" value="As appropriate" >
<span>1</span>
</div>
</div>
</section>
<section>
<div class="col">
<div id="div ParamBodyAngleX" style="border-width:1px; border-style:solid;">
<h4>ParamBodyAngleX</h4>
<span>-10</span>
<input id="ParamBodyAngleX" type="range" step="0.1" min="-10" max="10" value="0" >
<span>10</span>
</div>
<div id="div ParamBodyAngleY" style="border-width:1px; border-style:solid;">
<h4>ParamBodyAngleY</h4>
<span>-10</span>
<input id="ParamBodyAngleY" type="range" step="0.1" min="-10" max="10" value="0" >
<span>10</span>
</div>
<div id="div ParamBodyAngleZ" style="border-width:1px; border-style:solid;">
<h4>ParamBodyAngleZ</h4>
<span>-10</span>
<input id="ParamBodyAngleZ" type="range" step="0.1" min="-10" max="10" value="0" >
<span>10</span>
</div>
<div id="div ParamBreath" style="border-width:1px; border-style:solid;">
<h4>ParamBreath</h4>
<span>0</span>
<input id="ParamBreath" type="range" step="0.1" min="0" max="1" value="0" >
<span>1</span>
</div>
<div id="div ParamHairFront" style="border-width:1px; border-style:solid;">
<h4>ParamHairFront</h4>
<span>-1</span>
<input id="ParamHairFront" type="range" step="0.1" min="-1" max="1" value="0" >
<span>1</span>
</div>
</div>
<div class="col">
<div id="div ParamHairBack" style="border-width:1px; border-style:solid;">
<h4>ParamHairBack</h4>
<span>-1</span>
<input id="ParamHairBack" type="range" step="0.1" min="-1" max="1" value="0" >
<span>1</span>
</div>
</div>
</section>
</div>
</div>
<script src="vendor/dist/reveal.js"></script>
<script src="vendor/plugin/notes/notes.js"></script>
<script src="vendor/plugin/markdown/markdown.js"></script>
<script src="vendor/plugin/highlight/highlight.js"></script>
<script>
// More info about initialization & config:
// - https://revealjs.com/initialization/
// - https://revealjs.com/config/
Reveal.initialize({
hash: true,
// Learn about plugins: https://revealjs.com/plugins/
plugins: [ RevealMarkdown, RevealHighlight, RevealNotes ]
});
</script>
<script src="main.js"></script>
</body>
</html>