Umama-at-Bluchip commited on
Commit
73c6193
·
verified ·
1 Parent(s): 90e0417

Upload 92 files

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. .gitattributes +7 -0
  2. .gitignore +59 -0
  3. LICENSE +21 -0
  4. app.js +0 -0
  5. build-viewer/AvatarViewer.js +0 -0
  6. css/style.css +32 -0
  7. html/test-template.html +100 -0
  8. imgs/combination.gif +3 -0
  9. imgs/facebook.png +0 -0
  10. imgs/gltf-debug-plugin.png +0 -0
  11. imgs/sub-s.gif +0 -0
  12. imgs/with-v.png +0 -0
  13. imgs/without-v.png +0 -0
  14. index.html +100 -19
  15. licenses/makeglb +21 -0
  16. models/glb/merged-saber-maid.glb +3 -0
  17. models/glb/merged-saber-stand.glb +3 -0
  18. models/glb/merged.glb +3 -0
  19. models/gltf/merged-saber-maid/buffer_combined_dress.bin +3 -0
  20. models/gltf/merged-saber-maid/buffer_combined_maid_hair.bin +3 -0
  21. models/gltf/merged-saber-maid/buffer_combined_saber_body.bin +3 -0
  22. models/gltf/merged-saber-maid/output.gltf +0 -0
  23. models/gltf/merged-saber-maid/saber-dress-texture.png +3 -0
  24. models/gltf/merged-saber-maid/saber-hair-texture.png +0 -0
  25. models/gltf/merged-saber-maid/saber-pure-body.png +0 -0
  26. models/gltf/merged-saber-maid/saber_01_face.png +0 -0
  27. models/gltf/saber-body-mixamo-animations/body_id.png +0 -0
  28. models/gltf/saber-body-mixamo-animations/buffer_combined_saber_body.bin +3 -0
  29. models/gltf/saber-body-mixamo-animations/saber-body-animations.gltf +0 -0
  30. models/gltf/saber-body-mixamo-animations/saber-pure-body.png +0 -0
  31. models/gltf/saber-body-mixamo-animations/saber_01_face.png +0 -0
  32. models/gltf/saber-dress-mixamo/buffer_combined_dress.bin +3 -0
  33. models/gltf/saber-dress-mixamo/saber-dress-texture.png +3 -0
  34. models/gltf/saber-dress-mixamo/saber-dress.gltf +0 -0
  35. models/gltf/saber-face/buffer_saber-face.bin +3 -0
  36. models/gltf/saber-face/eriri-face-test.gltf +0 -0
  37. models/gltf/saber-face/eriri-face-test.png +0 -0
  38. models/gltf/saber-face/eriri-face-test2.png +0 -0
  39. models/gltf/saber-face/saber-face.gltf +0 -0
  40. models/gltf/saber-face/saber_01_face.png +0 -0
  41. models/gltf/saber-lily-hair-sub-skeleton/buffer_combined_lily_hair.bin +3 -0
  42. models/gltf/saber-lily-hair-sub-skeleton/saber-lily-hair-sub-skeleton.gltf +2329 -0
  43. models/gltf/saber-lily-hair-sub-skeleton/saber-lily-hair.png +0 -0
  44. models/gltf/saber-maid-hair-mixamo/buffer_combined_maid_hair.bin +3 -0
  45. models/gltf/saber-maid-hair-mixamo/saber-hair-texture.png +0 -0
  46. models/gltf/saber-maid-hair-mixamo/saber-maid-hair.gltf +0 -0
  47. models/gltf/saber-mixamo-body-no-face/body_id.png +0 -0
  48. models/gltf/saber-mixamo-body-no-face/buffer_saber-body-animations.bin +3 -0
  49. models/gltf/saber-mixamo-body-no-face/saber-body-animations.gltf +0 -0
  50. models/gltf/saber-mixamo-body-no-face/saber-pure-body.png +0 -0
.gitattributes CHANGED
@@ -33,3 +33,10 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
 
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ imgs/combination.gif filter=lfs diff=lfs merge=lfs -text
37
+ models/glb/merged-saber-maid.glb filter=lfs diff=lfs merge=lfs -text
38
+ models/glb/merged-saber-stand.glb filter=lfs diff=lfs merge=lfs -text
39
+ models/glb/merged.glb filter=lfs diff=lfs merge=lfs -text
40
+ models/gltf/merged-saber-maid/saber-dress-texture.png filter=lfs diff=lfs merge=lfs -text
41
+ models/gltf/saber-dress-mixamo/saber-dress-texture.png filter=lfs diff=lfs merge=lfs -text
42
+ models/merge/saber-dress-texture.png filter=lfs diff=lfs merge=lfs -text
.gitignore ADDED
@@ -0,0 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Logs
2
+ logs
3
+ *.log
4
+ npm-debug.log*
5
+ yarn-debug.log*
6
+ yarn-error.log*
7
+
8
+ # Runtime data
9
+ pids
10
+ *.pid
11
+ *.seed
12
+ *.pid.lock
13
+
14
+ # Directory for instrumented libs generated by jscoverage/JSCover
15
+ lib-cov
16
+
17
+ # Coverage directory used by tools like istanbul
18
+ coverage
19
+
20
+ # nyc test coverage
21
+ .nyc_output
22
+
23
+ # Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
24
+ .grunt
25
+
26
+ # Bower dependency directory (https://bower.io/)
27
+ bower_components
28
+
29
+ # node-waf configuration
30
+ .lock-wscript
31
+
32
+ # Compiled binary addons (http://nodejs.org/api/addons.html)
33
+ build/Release
34
+
35
+ # Dependency directories
36
+ node_modules/
37
+ jspm_packages/
38
+
39
+ # Typescript v1 declaration files
40
+ typings/
41
+
42
+ # Optional npm cache directory
43
+ .npm
44
+
45
+ # Optional eslint cache
46
+ .eslintcache
47
+
48
+ # Optional REPL history
49
+ .node_repl_history
50
+
51
+ # Output of 'npm pack'
52
+ *.tgz
53
+
54
+ # Yarn Integrity file
55
+ .yarn-integrity
56
+
57
+ # dotenv environment variables file
58
+ .env
59
+
LICENSE ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ MIT License
2
+
3
+ Copyright (c) 2018 shrekshao
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
app.js ADDED
The diff for this file is too large to render. See raw diff
 
build-viewer/AvatarViewer.js ADDED
The diff for this file is too large to render. See raw diff
 
css/style.css ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ body {
2
+ color: #cccccc;
3
+ font-family: Monospace;
4
+ font-size: 13px;
5
+ text-align: center;
6
+ background-color: #050505;
7
+ margin: 0px;
8
+ overflow: hidden;
9
+ }
10
+
11
+ #info {
12
+ position: absolute;
13
+ top: 0px;
14
+ width: 100%;
15
+ padding: 5px;
16
+ }
17
+
18
+ #description {
19
+ position: absolute;
20
+ top: 20px;
21
+ width: 100%;
22
+ padding: 5px;
23
+ }
24
+
25
+ .float {
26
+ float: left;
27
+ top: 10px;
28
+ }
29
+
30
+ a {
31
+ color: #0080ff;
32
+ }
html/test-template.html ADDED
@@ -0,0 +1,100 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta http-equiv="Content-type" content="text/html; charset=utf-8"/>
5
+ <title><%= htmlWebpackPlugin.options.title %></title>
6
+
7
+ <style>
8
+ body {
9
+ font-family: Monospace;
10
+ /* background-color: #222222; */
11
+ margin: 0px;
12
+ width: 100%;
13
+ height: 100%;
14
+ overflow: hidden;
15
+ }
16
+ #info {
17
+ color: #808080;
18
+ position: absolute;
19
+ top: 10px;
20
+ width: 100%;
21
+ text-align: center;
22
+ z-index: 100;
23
+ display:block;
24
+ }
25
+ #container {
26
+ position: absolute;
27
+ top: 0px;
28
+ width:100%;
29
+ height:100%;
30
+ z-index: -1;
31
+ }
32
+ #controls {
33
+ position: absolute;
34
+ width: 200px;
35
+ bottom: 0px;
36
+ left: 0px;
37
+ padding: 10px;
38
+ background-color: White;
39
+ font: 13px "Lucida Grande", Lucida, Verdana, sans-serif;
40
+ }
41
+ #controls > div {
42
+ margin-bottom: 8px;
43
+ }
44
+ #controls hr {
45
+ border: 0px;
46
+ height: 1px;
47
+ margin-bottom: 10px;
48
+ background-color: #bbb;
49
+ }
50
+ #info a, .button {
51
+ color: #f00;
52
+ font-weight: bold;
53
+ text-decoration: underline;
54
+ cursor: pointer
55
+ }
56
+ </style>
57
+ </head>
58
+ <body>
59
+
60
+ <a href="https://github.com/shrekshao/gltf-avatar-threejs"><img style="position: absolute; top: 0; left: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_left_white_ffffff.png" alt="Fork me on GitHub"></a>
61
+ <div id="container">
62
+ <!-- <canvas id ="canvas"></canvas> -->
63
+ </div>
64
+
65
+ <a id="downloadLink" hidden>download</a>
66
+
67
+ <!-- <div id="controls">
68
+ <div id="status">Loading...</div>
69
+ <hr />
70
+ <div id="clothes-btns"></div>
71
+ <div>
72
+ Model
73
+ <select id="scenes_list" size="1" ></select>
74
+ </div>
75
+ <div>
76
+ Camera
77
+ <select id="cameras_list" size="1" ></select>
78
+ </div>
79
+ <div>
80
+ Animations
81
+ <input id="animation_toggle" type="checkbox" checked >Play</input>
82
+ <select id="animations_list" size"1"></select>
83
+ </div>
84
+ <div>
85
+ Extension
86
+ <select id="extensions_list">
87
+ <option value="glTF">None (Default)</option>
88
+ <option value="glTF-Embedded">None (Embedded)</option>
89
+ <option value="glTF-Binary">None (Binary)</option>
90
+ <option value="glTF-MaterialsCommon">Common Materials</option>
91
+ <option value="glTF-pbrSpecularGlossiness">Specular-Glossiness (PBR)</option>
92
+ </select>
93
+ </div>
94
+
95
+ <br/>
96
+ <button id="export-btn">Export glb</button>
97
+ <a id="downloadLink" hidden>download</a>
98
+ </div> -->
99
+ </body>
100
+ </html>
imgs/combination.gif ADDED

Git LFS Details

  • SHA256: 37d7cf1a6d9f4c8d6f1ab326446e62a342b4efa171fad63564d0a948217dc003
  • Pointer size: 132 Bytes
  • Size of remote file: 1.67 MB
imgs/facebook.png ADDED
imgs/gltf-debug-plugin.png ADDED
imgs/sub-s.gif ADDED
imgs/with-v.png ADDED
imgs/without-v.png ADDED
index.html CHANGED
@@ -1,19 +1,100 @@
1
- <!doctype html>
2
- <html>
3
- <head>
4
- <meta charset="utf-8" />
5
- <meta name="viewport" content="width=device-width" />
6
- <title>My static Space</title>
7
- <link rel="stylesheet" href="style.css" />
8
- </head>
9
- <body>
10
- <div class="card">
11
- <h1>Welcome to your static Space!</h1>
12
- <p>You can modify this app directly by editing <i>index.html</i> in the Files and versions tab.</p>
13
- <p>
14
- Also don't forget to check the
15
- <a href="https://huggingface.co/docs/hub/spaces" target="_blank">Spaces documentation</a>.
16
- </p>
17
- </div>
18
- </body>
19
- </html>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta http-equiv="Content-type" content="text/html; charset=utf-8"/>
5
+ <title>gl-avatar-three-js</title>
6
+
7
+ <style>
8
+ body {
9
+ font-family: Monospace;
10
+ /* background-color: #222222; */
11
+ margin: 0px;
12
+ width: 100%;
13
+ height: 100%;
14
+ overflow: hidden;
15
+ }
16
+ #info {
17
+ color: #808080;
18
+ position: absolute;
19
+ top: 10px;
20
+ width: 100%;
21
+ text-align: center;
22
+ z-index: 100;
23
+ display:block;
24
+ }
25
+ #container {
26
+ position: absolute;
27
+ top: 0px;
28
+ width:100%;
29
+ height:100%;
30
+ z-index: -1;
31
+ }
32
+ #controls {
33
+ position: absolute;
34
+ width: 200px;
35
+ bottom: 0px;
36
+ left: 0px;
37
+ padding: 10px;
38
+ background-color: White;
39
+ font: 13px "Lucida Grande", Lucida, Verdana, sans-serif;
40
+ }
41
+ #controls > div {
42
+ margin-bottom: 8px;
43
+ }
44
+ #controls hr {
45
+ border: 0px;
46
+ height: 1px;
47
+ margin-bottom: 10px;
48
+ background-color: #bbb;
49
+ }
50
+ #info a, .button {
51
+ color: #f00;
52
+ font-weight: bold;
53
+ text-decoration: underline;
54
+ cursor: pointer
55
+ }
56
+ </style>
57
+ </head>
58
+ <body>
59
+
60
+ <a href="https://github.com/shrekshao/gltf-avatar-threejs"><img style="position: absolute; top: 0; left: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_left_white_ffffff.png" alt="Fork me on GitHub"></a>
61
+ <div id="container">
62
+ <!-- <canvas id ="canvas"></canvas> -->
63
+ </div>
64
+
65
+ <a id="downloadLink" hidden>download</a>
66
+
67
+ <!-- <div id="controls">
68
+ <div id="status">Loading...</div>
69
+ <hr />
70
+ <div id="clothes-btns"></div>
71
+ <div>
72
+ Model
73
+ <select id="scenes_list" size="1" ></select>
74
+ </div>
75
+ <div>
76
+ Camera
77
+ <select id="cameras_list" size="1" ></select>
78
+ </div>
79
+ <div>
80
+ Animations
81
+ <input id="animation_toggle" type="checkbox" checked >Play</input>
82
+ <select id="animations_list" size"1"></select>
83
+ </div>
84
+ <div>
85
+ Extension
86
+ <select id="extensions_list">
87
+ <option value="glTF">None (Default)</option>
88
+ <option value="glTF-Embedded">None (Embedded)</option>
89
+ <option value="glTF-Binary">None (Binary)</option>
90
+ <option value="glTF-MaterialsCommon">Common Materials</option>
91
+ <option value="glTF-pbrSpecularGlossiness">Specular-Glossiness (PBR)</option>
92
+ </select>
93
+ </div>
94
+
95
+ <br/>
96
+ <button id="export-btn">Export glb</button>
97
+ <a id="downloadLink" hidden>download</a>
98
+ </div> -->
99
+ <script type="text/javascript" src="app.js"></script></body>
100
+ </html>
licenses/makeglb ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ MIT License
2
+
3
+ Copyright (c) 2017 Saurabh Bhatia
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
models/glb/merged-saber-maid.glb ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:23114e329735495ad3c3da55c84ff8850cb31c21583426693f236f977bb70235
3
+ size 5785452
models/glb/merged-saber-stand.glb ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6618ef8f3da2bd5646489f6fb6c83d5ca211e2ba21784cfbf69ded28a3f32d43
3
+ size 2769448
models/glb/merged.glb ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:597133d32f25c0dd53a3e518ef02032cd2612c3c51bf99964283a66d5fc16807
3
+ size 6049552
models/gltf/merged-saber-maid/buffer_combined_dress.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:95d60b41b4568307d86023838a4d17e80d50b2ca91c4fe7c6ea18c614f69b0c4
3
+ size 228304
models/gltf/merged-saber-maid/buffer_combined_maid_hair.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4f871452037d96fa6d306bc2e3b6c11420c9891cee4796cc26cf53987c143a59
3
+ size 101808
models/gltf/merged-saber-maid/buffer_combined_saber_body.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1dd8a0f6e6eeea89b1a36886365a1268b19c47791fa11fd5f8774565e8081491
3
+ size 2458392
models/gltf/merged-saber-maid/output.gltf ADDED
The diff for this file is too large to render. See raw diff
 
models/gltf/merged-saber-maid/saber-dress-texture.png ADDED

Git LFS Details

  • SHA256: 33d4b9521ea57051e246a841a9f73cacb04f986d7cf7a530061219dedf2338d0
  • Pointer size: 132 Bytes
  • Size of remote file: 1.04 MB
models/gltf/merged-saber-maid/saber-hair-texture.png ADDED
models/gltf/merged-saber-maid/saber-pure-body.png ADDED
models/gltf/merged-saber-maid/saber_01_face.png ADDED
models/gltf/saber-body-mixamo-animations/body_id.png ADDED
models/gltf/saber-body-mixamo-animations/buffer_combined_saber_body.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1dd8a0f6e6eeea89b1a36886365a1268b19c47791fa11fd5f8774565e8081491
3
+ size 2458392
models/gltf/saber-body-mixamo-animations/saber-body-animations.gltf ADDED
The diff for this file is too large to render. See raw diff
 
models/gltf/saber-body-mixamo-animations/saber-pure-body.png ADDED
models/gltf/saber-body-mixamo-animations/saber_01_face.png ADDED
models/gltf/saber-dress-mixamo/buffer_combined_dress.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:95d60b41b4568307d86023838a4d17e80d50b2ca91c4fe7c6ea18c614f69b0c4
3
+ size 228304
models/gltf/saber-dress-mixamo/saber-dress-texture.png ADDED

Git LFS Details

  • SHA256: 33d4b9521ea57051e246a841a9f73cacb04f986d7cf7a530061219dedf2338d0
  • Pointer size: 132 Bytes
  • Size of remote file: 1.04 MB
models/gltf/saber-dress-mixamo/saber-dress.gltf ADDED
The diff for this file is too large to render. See raw diff
 
models/gltf/saber-face/buffer_saber-face.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2c111e1b22958304da5c9577cd2fbb2175120f08d43df1315d10cbed1887b501
3
+ size 103748
models/gltf/saber-face/eriri-face-test.gltf ADDED
The diff for this file is too large to render. See raw diff
 
models/gltf/saber-face/eriri-face-test.png ADDED
models/gltf/saber-face/eriri-face-test2.png ADDED
models/gltf/saber-face/saber-face.gltf ADDED
The diff for this file is too large to render. See raw diff
 
models/gltf/saber-face/saber_01_face.png ADDED
models/gltf/saber-lily-hair-sub-skeleton/buffer_combined_lily_hair.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:89b9c47ffd03bed77151477be639caceeda75034bb0e8372b81c2023dd90f21c
3
+ size 119232
models/gltf/saber-lily-hair-sub-skeleton/saber-lily-hair-sub-skeleton.gltf ADDED
@@ -0,0 +1,2329 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "accessors": [
3
+ {
4
+ "bufferView": 21,
5
+ "byteOffset": 0,
6
+ "componentType": 5126,
7
+ "count": 62,
8
+ "max": [
9
+ 1.0,
10
+ 1.0000001192092896,
11
+ 1.0000001192092896
12
+ ],
13
+ "min": [
14
+ 1.0,
15
+ 1.0000001192092896,
16
+ 1.0000001192092896
17
+ ],
18
+ "name": "accessor_buffer_mixamorig:PonyTailRoot.001_Character|Character|HairWind|Character|HairWind_2",
19
+ "type": "VEC3"
20
+ },
21
+ {
22
+ "bufferView": 36,
23
+ "byteOffset": 0,
24
+ "componentType": 5126,
25
+ "count": 62,
26
+ "max": [
27
+ 1.0000001192092896,
28
+ 1.0000001192092896,
29
+ 1.000000238418579
30
+ ],
31
+ "min": [
32
+ 0.9999998211860657,
33
+ 0.9999997615814209,
34
+ 0.9999999403953552
35
+ ],
36
+ "name": "accessor_buffer_mixamorig:PonyTailRoot.009_Character|Character|HairWind|Character|HairWind_2",
37
+ "type": "VEC3"
38
+ },
39
+ {
40
+ "bufferView": 22,
41
+ "byteOffset": 0,
42
+ "componentType": 5126,
43
+ "count": 62,
44
+ "max": [
45
+ 1.8596649169921875e-05,
46
+ 10.180709838867188,
47
+ 4.76837158203125e-06
48
+ ],
49
+ "min": [
50
+ -1.621246337890625e-05,
51
+ 10.180678367614746,
52
+ -3.814697265625e-06
53
+ ],
54
+ "name": "accessor_buffer_mixamorig:PonyTailRoot.005_end_Character|Character|HairWind|Character|HairWind_0",
55
+ "type": "VEC3"
56
+ },
57
+ {
58
+ "bufferView": 52,
59
+ "byteOffset": 0,
60
+ "componentType": 5126,
61
+ "count": 11,
62
+ "max": [
63
+ 1.0327227115631104,
64
+ 0.6239191293716431,
65
+ 0.07009133696556091,
66
+ 0,
67
+ 0.4582105278968811,
68
+ 0.6303824186325073,
69
+ 0.987378716468811,
70
+ 0,
71
+ 0.024118104949593544,
72
+ 0.2575811445713043,
73
+ 1.031016230583191,
74
+ 0,
75
+ 88.88380432128906,
76
+ 154.89089965820312,
77
+ 35.49950408935547,
78
+ 1.0
79
+ ],
80
+ "min": [
81
+ -1.0327227115631104,
82
+ -0.4529816508293152,
83
+ -0.06907801330089569,
84
+ 0.0,
85
+ -0.6249785423278809,
86
+ -1.0302014350891113,
87
+ -0.13357895612716675,
88
+ 0.0,
89
+ -0.006990982219576836,
90
+ -0.9873788356781006,
91
+ -0.641240656375885,
92
+ 0.0,
93
+ -65.19131469726562,
94
+ -101.52924346923828,
95
+ -151.9137725830078,
96
+ 1.0
97
+ ],
98
+ "name": "accessor_buffer_IBM_F005_Saber_Lily_Hair_skin_0",
99
+ "type": "MAT4"
100
+ },
101
+ {
102
+ "bufferView": 23,
103
+ "byteOffset": 0,
104
+ "componentType": 5126,
105
+ "count": 62,
106
+ "max": [
107
+ 0,
108
+ 1.1175870895385742e-08,
109
+ 1.0305666364729404e-07,
110
+ 1.0
111
+ ],
112
+ "min": [
113
+ -3.958120942115784e-08,
114
+ 0.0,
115
+ 3.4691765904426575e-08,
116
+ 1.0
117
+ ],
118
+ "name": "accessor_buffer_mixamorig:PonyTailRoot.005_end_Character|Character|HairWind|Character|HairWind_1",
119
+ "type": "VEC4"
120
+ },
121
+ {
122
+ "bufferView": 13,
123
+ "byteOffset": 0,
124
+ "componentType": 5126,
125
+ "count": 62,
126
+ "max": [
127
+ 5.602836608886719e-06,
128
+ 9.995529174804688,
129
+ 8.657574653625488e-06
130
+ ],
131
+ "min": [
132
+ -7.510185241699219e-06,
133
+ 9.995469093322754,
134
+ -4.5746564865112305e-06
135
+ ],
136
+ "name": "accessor_buffer_mixamorig:PonyTailRoot.005_Character|Character|HairWind|Character|HairWind_0",
137
+ "type": "VEC3"
138
+ },
139
+ {
140
+ "bufferView": 12,
141
+ "byteOffset": 0,
142
+ "componentType": 5126,
143
+ "count": 62,
144
+ "max": [
145
+ 1.0000001192092896,
146
+ 1.0000001192092896,
147
+ 1.0000001192092896
148
+ ],
149
+ "min": [
150
+ 0.9999998807907104,
151
+ 0.9999998807907104,
152
+ 0.9999998807907104
153
+ ],
154
+ "name": "accessor_buffer_mixamorig:PonyTailRoot.008_end_Character|Character|HairWind|Character|HairWind_2",
155
+ "type": "VEC3"
156
+ },
157
+ {
158
+ "bufferView": 4,
159
+ "byteOffset": 0,
160
+ "componentType": 5126,
161
+ "count": 62,
162
+ "max": [
163
+ 1.0728836059570312e-05,
164
+ 8.844691276550293,
165
+ 3.978610038757324e-06
166
+ ],
167
+ "min": [
168
+ -1.5974044799804688e-05,
169
+ 8.844643592834473,
170
+ -2.8014183044433594e-06
171
+ ],
172
+ "name": "accessor_buffer_mixamorig:PonyTailRoot.006_end_Character|Character|HairWind|Character|HairWind_0",
173
+ "type": "VEC3"
174
+ },
175
+ {
176
+ "bufferView": 0,
177
+ "byteOffset": 0,
178
+ "componentType": 5126,
179
+ "count": 1080,
180
+ "max": [
181
+ 11.374273300170898,
182
+ 158.2478485107422,
183
+ 15.2084321975708
184
+ ],
185
+ "min": [
186
+ -13.54065227508545,
187
+ 119.9798355102539,
188
+ -19.69013023376465
189
+ ],
190
+ "name": "accessor_buffer_F005_Saber_Lily.001_0",
191
+ "type": "VEC3"
192
+ },
193
+ {
194
+ "bufferView": 26,
195
+ "byteOffset": 0,
196
+ "componentType": 5126,
197
+ "count": 62,
198
+ "max": [
199
+ 0,
200
+ 0.20759835839271545,
201
+ 0.024650610983371735,
202
+ 0.8324498534202576
203
+ ],
204
+ "min": [
205
+ -0.6156790852546692,
206
+ -1.3738021950506635e-13,
207
+ -1.3197442270962423e-12,
208
+ 0.7879970073699951
209
+ ],
210
+ "name": "accessor_buffer_mixamorig:PonyTailRoot.002_Character|Character|HairWind|Character|HairWind_1",
211
+ "type": "VEC4"
212
+ },
213
+ {
214
+ "bufferView": 40,
215
+ "byteOffset": 0,
216
+ "componentType": 5126,
217
+ "count": 62,
218
+ "max": [
219
+ 6.079673767089844e-06,
220
+ 9.995529174804688,
221
+ 8.64267349243164e-06
222
+ ],
223
+ "min": [
224
+ -7.510185241699219e-06,
225
+ 9.995469093322754,
226
+ -4.589557647705078e-06
227
+ ],
228
+ "name": "accessor_buffer_mixamorig:PonyTailRoot.006_Character|Character|HairWind|Character|HairWind_0",
229
+ "type": "VEC3"
230
+ },
231
+ {
232
+ "bufferView": 29,
233
+ "byteOffset": 0,
234
+ "componentType": 5126,
235
+ "count": 62,
236
+ "max": [
237
+ 0.7071068286895752,
238
+ 0,
239
+ 0,
240
+ 0.7071067094802856
241
+ ],
242
+ "min": [
243
+ 0.7071068286895752,
244
+ 0.0,
245
+ 0.0,
246
+ 0.7071067094802856
247
+ ],
248
+ "name": "accessor_buffer_Character_Character|Character|HairWind|Character|HairWind_1",
249
+ "type": "VEC4"
250
+ },
251
+ {
252
+ "bufferView": 9,
253
+ "byteOffset": 0,
254
+ "componentType": 5126,
255
+ "count": 62,
256
+ "max": [
257
+ 1.0000001192092896,
258
+ 1.0000001192092896,
259
+ 1.0000001192092896
260
+ ],
261
+ "min": [
262
+ 0.9999999403953552,
263
+ 0.9999998211860657,
264
+ 0.9999998807907104
265
+ ],
266
+ "name": "accessor_buffer_mixamorig:PonyTailRoot.010_end_Character|Character|HairWind|Character|HairWind_2",
267
+ "type": "VEC3"
268
+ },
269
+ {
270
+ "bufferView": 33,
271
+ "byteOffset": 0,
272
+ "componentType": 5126,
273
+ "count": 62,
274
+ "max": [
275
+ 1.0,
276
+ 1.000000238418579,
277
+ 1.000000238418579
278
+ ],
279
+ "min": [
280
+ 0.9999997615814209,
281
+ 0.9999999403953552,
282
+ 1.0
283
+ ],
284
+ "name": "accessor_buffer_mixamorig:PonyTailRoot.004_Character|Character|HairWind|Character|HairWind_2",
285
+ "type": "VEC3"
286
+ },
287
+ {
288
+ "bufferView": 43,
289
+ "byteOffset": 0,
290
+ "componentType": 5126,
291
+ "count": 62,
292
+ "max": [
293
+ 2.002716064453125e-05,
294
+ 11.638476371765137,
295
+ 2.86102294921875e-06
296
+ ],
297
+ "min": [
298
+ -1.1920928955078125e-06,
299
+ 11.638422012329102,
300
+ -1.1514872312545776e-05
301
+ ],
302
+ "name": "accessor_buffer_mixamorig:PonyTailRoot.010_Character|Character|HairWind|Character|HairWind_0",
303
+ "type": "VEC3"
304
+ },
305
+ {
306
+ "bufferView": 47,
307
+ "byteOffset": 0,
308
+ "componentType": 5126,
309
+ "count": 62,
310
+ "max": [
311
+ 0,
312
+ 7.087368913971659e-08,
313
+ 0,
314
+ 0.594531774520874
315
+ ],
316
+ "min": [
317
+ -0.8040720820426941,
318
+ 7.087368913971659e-08,
319
+ -9.585283322621763e-08,
320
+ 0.594531774520874
321
+ ],
322
+ "name": "accessor_buffer_mixamorig:PonyTailRoot_Character|Character|HairWind|Character|HairWind_1",
323
+ "type": "VEC4"
324
+ },
325
+ {
326
+ "bufferView": 48,
327
+ "byteOffset": 0,
328
+ "componentType": 5126,
329
+ "count": 62,
330
+ "max": [
331
+ 1.0,
332
+ 0.9999999403953552,
333
+ 0.9999998807907104
334
+ ],
335
+ "min": [
336
+ 1.0,
337
+ 0.9999999403953552,
338
+ 0.9999998807907104
339
+ ],
340
+ "name": "accessor_buffer_mixamorig:PonyTailRoot_Character|Character|HairWind|Character|HairWind_2",
341
+ "type": "VEC3"
342
+ },
343
+ {
344
+ "bufferView": 2,
345
+ "byteOffset": 0,
346
+ "componentType": 5121,
347
+ "count": 1080,
348
+ "max": [
349
+ 10,
350
+ 10,
351
+ 10,
352
+ 9
353
+ ],
354
+ "min": [
355
+ 0,
356
+ 0,
357
+ 0,
358
+ 0
359
+ ],
360
+ "name": "accessor_buffer_F005_Saber_Lily.001_skin_0",
361
+ "type": "VEC4"
362
+ },
363
+ {
364
+ "bufferView": 25,
365
+ "byteOffset": 0,
366
+ "componentType": 5126,
367
+ "count": 62,
368
+ "max": [
369
+ 0,
370
+ 5.284303665161133,
371
+ 3.814697265625e-06
372
+ ],
373
+ "min": [
374
+ -1.9590834510196942e-10,
375
+ 5.284303665161133,
376
+ 3.814697265625e-06
377
+ ],
378
+ "name": "accessor_buffer_mixamorig:PonyTailRoot.002_Character|Character|HairWind|Character|HairWind_0",
379
+ "type": "VEC3"
380
+ },
381
+ {
382
+ "bufferView": 24,
383
+ "byteOffset": 0,
384
+ "componentType": 5126,
385
+ "count": 62,
386
+ "max": [
387
+ 1.0000001192092896,
388
+ 1.0000001192092896,
389
+ 1.0000001192092896
390
+ ],
391
+ "min": [
392
+ 0.9999998807907104,
393
+ 0.9999998211860657,
394
+ 0.9999998807907104
395
+ ],
396
+ "name": "accessor_buffer_mixamorig:PonyTailRoot.005_end_Character|Character|HairWind|Character|HairWind_2",
397
+ "type": "VEC3"
398
+ },
399
+ {
400
+ "bufferView": 35,
401
+ "byteOffset": 0,
402
+ "componentType": 5126,
403
+ "count": 62,
404
+ "max": [
405
+ 0,
406
+ 0.022547733038663864,
407
+ 0,
408
+ 0.9914775490760803
409
+ ],
410
+ "min": [
411
+ -0.018711822107434273,
412
+ -0.0052304682321846485,
413
+ -0.19755667448043823,
414
+ 0.9800057411193848
415
+ ],
416
+ "name": "accessor_buffer_mixamorig:PonyTailRoot.009_Character|Character|HairWind|Character|HairWind_1",
417
+ "type": "VEC4"
418
+ },
419
+ {
420
+ "bufferView": 17,
421
+ "byteOffset": 0,
422
+ "componentType": 5126,
423
+ "count": 62,
424
+ "max": [
425
+ 9.441317843084107e-07,
426
+ 0.9149165749549866,
427
+ 0,
428
+ 0
429
+ ],
430
+ "min": [
431
+ 9.15693192382605e-07,
432
+ 0.9149165749549866,
433
+ -0.4036429822444916,
434
+ -2.1982234557071934e-06
435
+ ],
436
+ "name": "accessor_buffer_mixamorig:PonyTailRoot.003_Character|Character|HairWind|Character|HairWind_1",
437
+ "type": "VEC4"
438
+ },
439
+ {
440
+ "bufferView": 0,
441
+ "byteOffset": 24,
442
+ "componentType": 5126,
443
+ "count": 1080,
444
+ "max": [
445
+ 0.9960240125656128,
446
+ 0.6760500073432922
447
+ ],
448
+ "min": [
449
+ 0.013795963488519192,
450
+ 0.015339016914367676
451
+ ],
452
+ "name": "accessor_buffer_F005_Saber_Lily.001_2",
453
+ "type": "VEC2"
454
+ },
455
+ {
456
+ "bufferView": 45,
457
+ "byteOffset": 0,
458
+ "componentType": 5126,
459
+ "count": 62,
460
+ "max": [
461
+ 1.000000238418579,
462
+ 1.0,
463
+ 1.000000238418579
464
+ ],
465
+ "min": [
466
+ 0.9999997615814209,
467
+ 0.9999996423721313,
468
+ 0.9999997615814209
469
+ ],
470
+ "name": "accessor_buffer_mixamorig:PonyTailRoot.010_Character|Character|HairWind|Character|HairWind_2",
471
+ "type": "VEC3"
472
+ },
473
+ {
474
+ "bufferView": 0,
475
+ "byteOffset": 12,
476
+ "componentType": 5126,
477
+ "count": 1080,
478
+ "max": [
479
+ 0.9985730648040771,
480
+ 0.9978241920471191,
481
+ 0.999619722366333
482
+ ],
483
+ "min": [
484
+ -0.9999706745147705,
485
+ -0.9921464920043945,
486
+ -0.9973178505897522
487
+ ],
488
+ "name": "accessor_buffer_F005_Saber_Lily.001_1",
489
+ "type": "VEC3"
490
+ },
491
+ {
492
+ "bufferView": 28,
493
+ "byteOffset": 0,
494
+ "componentType": 5126,
495
+ "count": 62,
496
+ "max": [
497
+ 0,
498
+ 0,
499
+ 0
500
+ ],
501
+ "min": [
502
+ 0.0,
503
+ 0.0,
504
+ 0.0
505
+ ],
506
+ "name": "accessor_buffer_Character_Character|Character|HairWind|Character|HairWind_0",
507
+ "type": "VEC3"
508
+ },
509
+ {
510
+ "bufferView": 5,
511
+ "byteOffset": 0,
512
+ "componentType": 5126,
513
+ "count": 62,
514
+ "max": [
515
+ 0,
516
+ 3.026798367500305e-08,
517
+ 0,
518
+ 1.0
519
+ ],
520
+ "min": [
521
+ -5.5995776904183003e-08,
522
+ 2.1886076950750066e-08,
523
+ -1.9051367416977882e-07,
524
+ 1.0
525
+ ],
526
+ "name": "accessor_buffer_mixamorig:PonyTailRoot.006_end_Character|Character|HairWind|Character|HairWind_1",
527
+ "type": "VEC4"
528
+ },
529
+ {
530
+ "bufferView": 6,
531
+ "byteOffset": 0,
532
+ "componentType": 5126,
533
+ "count": 62,
534
+ "max": [
535
+ 1.0000001192092896,
536
+ 1.0000001192092896,
537
+ 1.0000001192092896
538
+ ],
539
+ "min": [
540
+ 0.9999998807907104,
541
+ 0.9999998807907104,
542
+ 0.9999998807907104
543
+ ],
544
+ "name": "accessor_buffer_mixamorig:PonyTailRoot.006_end_Character|Character|HairWind|Character|HairWind_2",
545
+ "type": "VEC3"
546
+ },
547
+ {
548
+ "bufferView": 38,
549
+ "byteOffset": 0,
550
+ "componentType": 5126,
551
+ "count": 62,
552
+ "max": [
553
+ 0.005962503142654896,
554
+ 0,
555
+ 0.3186379373073578,
556
+ 0.9476341009140015
557
+ ],
558
+ "min": [
559
+ 0.005962476134300232,
560
+ -0.020594973117113113,
561
+ 0.3186378479003906,
562
+ 0.9476340413093567
563
+ ],
564
+ "name": "accessor_buffer_mixamorig:PonyTailRoot.007_Character|Character|HairWind|Character|HairWind_1",
565
+ "type": "VEC4"
566
+ },
567
+ {
568
+ "bufferView": 8,
569
+ "byteOffset": 0,
570
+ "componentType": 5126,
571
+ "count": 62,
572
+ "max": [
573
+ 8.626376768461341e-08,
574
+ 0,
575
+ 6.830669718738136e-08,
576
+ 1.0
577
+ ],
578
+ "min": [
579
+ 6.426125764846802e-08,
580
+ -1.1497177183628082e-06,
581
+ 1.312582664780848e-08,
582
+ 1.0
583
+ ],
584
+ "name": "accessor_buffer_mixamorig:PonyTailRoot.010_end_Character|Character|HairWind|Character|HairWind_1",
585
+ "type": "VEC4"
586
+ },
587
+ {
588
+ "bufferView": 19,
589
+ "byteOffset": 0,
590
+ "componentType": 5126,
591
+ "count": 62,
592
+ "max": [
593
+ 0,
594
+ 5.756405830383301,
595
+ 6.9159132181084715e-06
596
+ ],
597
+ "min": [
598
+ -8.526512829121202e-10,
599
+ 5.756405830383301,
600
+ 6.9159132181084715e-06
601
+ ],
602
+ "name": "accessor_buffer_mixamorig:PonyTailRoot.001_Character|Character|HairWind|Character|HairWind_0",
603
+ "type": "VEC3"
604
+ },
605
+ {
606
+ "bufferView": 15,
607
+ "byteOffset": 0,
608
+ "componentType": 5126,
609
+ "count": 62,
610
+ "max": [
611
+ 1.0000001192092896,
612
+ 0.9999998807907104,
613
+ 1.0
614
+ ],
615
+ "min": [
616
+ 0.9999997019767761,
617
+ 0.9999995231628418,
618
+ 0.9999996423721313
619
+ ],
620
+ "name": "accessor_buffer_mixamorig:PonyTailRoot.005_Character|Character|HairWind|Character|HairWind_2",
621
+ "type": "VEC3"
622
+ },
623
+ {
624
+ "bufferView": 37,
625
+ "byteOffset": 0,
626
+ "componentType": 5126,
627
+ "count": 62,
628
+ "max": [
629
+ 7.62939453125e-06,
630
+ 9.567142486572266,
631
+ 7.271766662597656e-06
632
+ ],
633
+ "min": [
634
+ -9.775161743164062e-06,
635
+ 9.567079544067383,
636
+ -4.082918167114258e-06
637
+ ],
638
+ "name": "accessor_buffer_mixamorig:PonyTailRoot.007_Character|Character|HairWind|Character|HairWind_0",
639
+ "type": "VEC3"
640
+ },
641
+ {
642
+ "bufferView": 18,
643
+ "byteOffset": 0,
644
+ "componentType": 5126,
645
+ "count": 62,
646
+ "max": [
647
+ 1.0000001192092896,
648
+ 1.0000003576278687,
649
+ 1.0
650
+ ],
651
+ "min": [
652
+ 0.9999998211860657,
653
+ 1.0,
654
+ 0.9999997019767761
655
+ ],
656
+ "name": "accessor_buffer_mixamorig:PonyTailRoot.003_Character|Character|HairWind|Character|HairWind_2",
657
+ "type": "VEC3"
658
+ },
659
+ {
660
+ "bufferView": 11,
661
+ "byteOffset": 0,
662
+ "componentType": 5126,
663
+ "count": 62,
664
+ "max": [
665
+ 0,
666
+ 7.003545761108398e-07,
667
+ 0,
668
+ 1.0
669
+ ],
670
+ "min": [
671
+ -4.9418311220961186e-08,
672
+ 6.975606083869934e-07,
673
+ -3.786990703247284e-07,
674
+ 1.0
675
+ ],
676
+ "name": "accessor_buffer_mixamorig:PonyTailRoot.008_end_Character|Character|HairWind|Character|HairWind_1",
677
+ "type": "VEC4"
678
+ },
679
+ {
680
+ "bufferView": 16,
681
+ "byteOffset": 0,
682
+ "componentType": 5126,
683
+ "count": 62,
684
+ "max": [
685
+ 5.841255187988281e-06,
686
+ 5.5141401290893555,
687
+ 2.5529414415359497e-05
688
+ ],
689
+ "min": [
690
+ -7.987022399902344e-06,
691
+ 5.514109134674072,
692
+ -2.9742717742919922e-05
693
+ ],
694
+ "name": "accessor_buffer_mixamorig:PonyTailRoot.003_Character|Character|HairWind|Character|HairWind_0",
695
+ "type": "VEC3"
696
+ },
697
+ {
698
+ "bufferView": 46,
699
+ "byteOffset": 0,
700
+ "componentType": 5126,
701
+ "count": 62,
702
+ "max": [
703
+ 0.007442473899573088,
704
+ 158.2762451171875,
705
+ 0
706
+ ],
707
+ "min": [
708
+ 0.007442473899573088,
709
+ 158.2762451171875,
710
+ -2.0029349327087402
711
+ ],
712
+ "name": "accessor_buffer_mixamorig:PonyTailRoot_Character|Character|HairWind|Character|HairWind_0",
713
+ "type": "VEC3"
714
+ },
715
+ {
716
+ "bufferView": 51,
717
+ "byteOffset": 0,
718
+ "componentType": 5126,
719
+ "count": 62,
720
+ "max": [
721
+ 1.0000001192092896,
722
+ 1.0,
723
+ 1.0000001192092896
724
+ ],
725
+ "min": [
726
+ 0.9999997615814209,
727
+ 0.9999996423721313,
728
+ 0.9999997615814209
729
+ ],
730
+ "name": "accessor_buffer_mixamorig:PonyTailRoot.008_Character|Character|HairWind|Character|HairWind_2",
731
+ "type": "VEC3"
732
+ },
733
+ {
734
+ "bufferView": 1,
735
+ "byteOffset": 0,
736
+ "componentType": 5123,
737
+ "count": 4740,
738
+ "max": [
739
+ 1079
740
+ ],
741
+ "min": [
742
+ 0
743
+ ],
744
+ "name": "accessor_buffer_F005_Saber_Lily.001_3",
745
+ "type": "SCALAR"
746
+ },
747
+ {
748
+ "bufferView": 3,
749
+ "byteOffset": 0,
750
+ "componentType": 5126,
751
+ "count": 62,
752
+ "max": [
753
+ 2.541666666666666
754
+ ],
755
+ "min": [
756
+ 0
757
+ ],
758
+ "name": "accessor_buffer_Character|Character|HairWind|Character|HairWind_time_0",
759
+ "type": "SCALAR"
760
+ },
761
+ {
762
+ "bufferView": 39,
763
+ "byteOffset": 0,
764
+ "componentType": 5126,
765
+ "count": 62,
766
+ "max": [
767
+ 1.0000001192092896,
768
+ 1.0000001192092896,
769
+ 1.0
770
+ ],
771
+ "min": [
772
+ 0.9999998211860657,
773
+ 0.9999999403953552,
774
+ 0.9999998211860657
775
+ ],
776
+ "name": "accessor_buffer_mixamorig:PonyTailRoot.007_Character|Character|HairWind|Character|HairWind_2",
777
+ "type": "VEC3"
778
+ },
779
+ {
780
+ "bufferView": 20,
781
+ "byteOffset": 0,
782
+ "componentType": 5126,
783
+ "count": 62,
784
+ "max": [
785
+ 0.4591187536716461,
786
+ 0,
787
+ 5.47319203292318e-08,
788
+ 0.888374924659729
789
+ ],
790
+ "min": [
791
+ 0.4591187536716461,
792
+ -1.0590319732273201e-07,
793
+ 5.47319203292318e-08,
794
+ 0.888374924659729
795
+ ],
796
+ "name": "accessor_buffer_mixamorig:PonyTailRoot.001_Character|Character|HairWind|Character|HairWind_1",
797
+ "type": "VEC4"
798
+ },
799
+ {
800
+ "bufferView": 50,
801
+ "byteOffset": 0,
802
+ "componentType": 5126,
803
+ "count": 62,
804
+ "max": [
805
+ 0.07771865278482437,
806
+ 0,
807
+ 0,
808
+ 0.9631495475769043
809
+ ],
810
+ "min": [
811
+ 0.07771861553192139,
812
+ -0.0021692458540201187,
813
+ -0.2574845254421234,
814
+ 0.9631494283676147
815
+ ],
816
+ "name": "accessor_buffer_mixamorig:PonyTailRoot.008_Character|Character|HairWind|Character|HairWind_1",
817
+ "type": "VEC4"
818
+ },
819
+ {
820
+ "bufferView": 14,
821
+ "byteOffset": 0,
822
+ "componentType": 5126,
823
+ "count": 62,
824
+ "max": [
825
+ 0.08967003226280212,
826
+ 0,
827
+ 0,
828
+ 0.9779517650604248
829
+ ],
830
+ "min": [
831
+ 0.02894958294928074,
832
+ -0.028009315952658653,
833
+ -0.34051457047462463,
834
+ 0.9394921660423279
835
+ ],
836
+ "name": "accessor_buffer_mixamorig:PonyTailRoot.005_Character|Character|HairWind|Character|HairWind_1",
837
+ "type": "VEC4"
838
+ },
839
+ {
840
+ "bufferView": 10,
841
+ "byteOffset": 0,
842
+ "componentType": 5126,
843
+ "count": 62,
844
+ "max": [
845
+ 7.62939453125e-06,
846
+ 6.656620979309082,
847
+ 3.9711594581604e-06
848
+ ],
849
+ "min": [
850
+ -4.231929779052734e-06,
851
+ 6.656558990478516,
852
+ -3.3676624298095703e-06
853
+ ],
854
+ "name": "accessor_buffer_mixamorig:PonyTailRoot.008_end_Character|Character|HairWind|Character|HairWind_0",
855
+ "type": "VEC3"
856
+ },
857
+ {
858
+ "bufferView": 32,
859
+ "byteOffset": 0,
860
+ "componentType": 5126,
861
+ "count": 62,
862
+ "max": [
863
+ 0.06845266371965408,
864
+ 0,
865
+ 0.059766195714473724,
866
+ 0.9958541393280029
867
+ ],
868
+ "min": [
869
+ 0.0684526264667511,
870
+ -0.004106619860976934,
871
+ 0.05976615101099014,
872
+ 0.9958541393280029
873
+ ],
874
+ "name": "accessor_buffer_mixamorig:PonyTailRoot.004_Character|Character|HairWind|Character|HairWind_1",
875
+ "type": "VEC4"
876
+ },
877
+ {
878
+ "bufferView": 42,
879
+ "byteOffset": 0,
880
+ "componentType": 5126,
881
+ "count": 62,
882
+ "max": [
883
+ 1.000000238418579,
884
+ 1.0000001192092896,
885
+ 1.0000001192092896
886
+ ],
887
+ "min": [
888
+ 0.9999998211860657,
889
+ 0.9999998211860657,
890
+ 0.9999997615814209
891
+ ],
892
+ "name": "accessor_buffer_mixamorig:PonyTailRoot.006_Character|Character|HairWind|Character|HairWind_2",
893
+ "type": "VEC3"
894
+ },
895
+ {
896
+ "bufferView": 41,
897
+ "byteOffset": 0,
898
+ "componentType": 5126,
899
+ "count": 62,
900
+ "max": [
901
+ 0.0615803487598896,
902
+ 0.10701712220907211,
903
+ 0.07948122918605804,
904
+ 0.9976734519004822
905
+ ],
906
+ "min": [
907
+ 0.054284241050481796,
908
+ 0.002490919316187501,
909
+ -0.1866903156042099,
910
+ 0.9750627279281616
911
+ ],
912
+ "name": "accessor_buffer_mixamorig:PonyTailRoot.006_Character|Character|HairWind|Character|HairWind_1",
913
+ "type": "VEC4"
914
+ },
915
+ {
916
+ "bufferView": 27,
917
+ "byteOffset": 0,
918
+ "componentType": 5126,
919
+ "count": 62,
920
+ "max": [
921
+ 1.0,
922
+ 1.000000238418579,
923
+ 1.0
924
+ ],
925
+ "min": [
926
+ 0.9999999403953552,
927
+ 1.0,
928
+ 0.9999998807907104
929
+ ],
930
+ "name": "accessor_buffer_mixamorig:PonyTailRoot.002_Character|Character|HairWind|Character|HairWind_2",
931
+ "type": "VEC3"
932
+ },
933
+ {
934
+ "bufferView": 2,
935
+ "byteOffset": 16,
936
+ "componentType": 5126,
937
+ "count": 1080,
938
+ "max": [
939
+ 1.0,
940
+ 0.4837481677532196,
941
+ 0.18697375059127808,
942
+ 0.04054027423262596
943
+ ],
944
+ "min": [
945
+ 0.5017304420471191,
946
+ 0.0,
947
+ 0.0,
948
+ 0.0
949
+ ],
950
+ "name": "accessor_buffer_F005_Saber_Lily.001_skin_1",
951
+ "type": "VEC4"
952
+ },
953
+ {
954
+ "bufferView": 7,
955
+ "byteOffset": 0,
956
+ "componentType": 5126,
957
+ "count": 62,
958
+ "max": [
959
+ 2.158433198928833e-05,
960
+ 7.795601844787598,
961
+ 5.364418029785156e-06
962
+ ],
963
+ "min": [
964
+ -1.9758939743041992e-05,
965
+ 7.795560836791992,
966
+ -4.872679710388184e-06
967
+ ],
968
+ "name": "accessor_buffer_mixamorig:PonyTailRoot.010_end_Character|Character|HairWind|Character|HairWind_0",
969
+ "type": "VEC3"
970
+ },
971
+ {
972
+ "bufferView": 30,
973
+ "byteOffset": 0,
974
+ "componentType": 5126,
975
+ "count": 62,
976
+ "max": [
977
+ 0.009999999776482582,
978
+ 0.009999999776482582,
979
+ 0.009999999776482582
980
+ ],
981
+ "min": [
982
+ 0.009999999776482582,
983
+ 0.009999999776482582,
984
+ 0.009999999776482582
985
+ ],
986
+ "name": "accessor_buffer_Character_Character|Character|HairWind|Character|HairWind_2",
987
+ "type": "VEC3"
988
+ },
989
+ {
990
+ "bufferView": 31,
991
+ "byteOffset": 0,
992
+ "componentType": 5126,
993
+ "count": 62,
994
+ "max": [
995
+ 7.62939453125e-06,
996
+ 9.567142486572266,
997
+ 7.271766662597656e-06
998
+ ],
999
+ "min": [
1000
+ -9.775161743164062e-06,
1001
+ 9.567079544067383,
1002
+ -4.082918167114258e-06
1003
+ ],
1004
+ "name": "accessor_buffer_mixamorig:PonyTailRoot.004_Character|Character|HairWind|Character|HairWind_0",
1005
+ "type": "VEC3"
1006
+ },
1007
+ {
1008
+ "bufferView": 34,
1009
+ "byteOffset": 0,
1010
+ "componentType": 5126,
1011
+ "count": 62,
1012
+ "max": [
1013
+ 7.62939453125e-06,
1014
+ 9.567142486572266,
1015
+ 7.271766662597656e-06
1016
+ ],
1017
+ "min": [
1018
+ -9.775161743164062e-06,
1019
+ 9.567079544067383,
1020
+ -4.082918167114258e-06
1021
+ ],
1022
+ "name": "accessor_buffer_mixamorig:PonyTailRoot.009_Character|Character|HairWind|Character|HairWind_0",
1023
+ "type": "VEC3"
1024
+ },
1025
+ {
1026
+ "bufferView": 49,
1027
+ "byteOffset": 0,
1028
+ "componentType": 5126,
1029
+ "count": 62,
1030
+ "max": [
1031
+ 1.7647864297032356e-05,
1032
+ 10.731948852539062,
1033
+ 5.9194862842559814e-06
1034
+ ],
1035
+ "min": [
1036
+ -1.5690922737121582e-05,
1037
+ 10.73189926147461,
1038
+ -7.1302056312561035e-06
1039
+ ],
1040
+ "name": "accessor_buffer_mixamorig:PonyTailRoot.008_Character|Character|HairWind|Character|HairWind_0",
1041
+ "type": "VEC3"
1042
+ },
1043
+ {
1044
+ "bufferView": 44,
1045
+ "byteOffset": 0,
1046
+ "componentType": 5126,
1047
+ "count": 62,
1048
+ "max": [
1049
+ 0.17788612842559814,
1050
+ 0.0833565890789032,
1051
+ 0.11977327615022659,
1052
+ 0.9835643172264099
1053
+ ],
1054
+ "min": [
1055
+ 0.17060880362987518,
1056
+ 0.004593174904584885,
1057
+ -0.1807146817445755,
1058
+ 0.9650131464004517
1059
+ ],
1060
+ "name": "accessor_buffer_mixamorig:PonyTailRoot.010_Character|Character|HairWind|Character|HairWind_1",
1061
+ "type": "VEC4"
1062
+ }
1063
+ ],
1064
+ "animations": [
1065
+ {
1066
+ "channels": [
1067
+ {
1068
+ "sampler": 1,
1069
+ "target": {
1070
+ "node": 10,
1071
+ "path": "rotation"
1072
+ }
1073
+ },
1074
+ {
1075
+ "sampler": 4,
1076
+ "target": {
1077
+ "node": 16,
1078
+ "path": "rotation"
1079
+ }
1080
+ },
1081
+ {
1082
+ "sampler": 7,
1083
+ "target": {
1084
+ "node": 13,
1085
+ "path": "rotation"
1086
+ }
1087
+ },
1088
+ {
1089
+ "sampler": 10,
1090
+ "target": {
1091
+ "node": 7,
1092
+ "path": "rotation"
1093
+ }
1094
+ },
1095
+ {
1096
+ "sampler": 13,
1097
+ "target": {
1098
+ "node": 5,
1099
+ "path": "rotation"
1100
+ }
1101
+ },
1102
+ {
1103
+ "sampler": 16,
1104
+ "target": {
1105
+ "node": 3,
1106
+ "path": "rotation"
1107
+ }
1108
+ },
1109
+ {
1110
+ "sampler": 19,
1111
+ "target": {
1112
+ "node": 8,
1113
+ "path": "rotation"
1114
+ }
1115
+ },
1116
+ {
1117
+ "sampler": 22,
1118
+ "target": {
1119
+ "node": 4,
1120
+ "path": "rotation"
1121
+ }
1122
+ },
1123
+ {
1124
+ "sampler": 25,
1125
+ "target": {
1126
+ "node": 0,
1127
+ "path": "rotation"
1128
+ }
1129
+ },
1130
+ {
1131
+ "sampler": 28,
1132
+ "target": {
1133
+ "node": 6,
1134
+ "path": "rotation"
1135
+ }
1136
+ },
1137
+ {
1138
+ "sampler": 31,
1139
+ "target": {
1140
+ "node": 14,
1141
+ "path": "rotation"
1142
+ }
1143
+ },
1144
+ {
1145
+ "sampler": 34,
1146
+ "target": {
1147
+ "node": 11,
1148
+ "path": "rotation"
1149
+ }
1150
+ },
1151
+ {
1152
+ "sampler": 37,
1153
+ "target": {
1154
+ "node": 9,
1155
+ "path": "rotation"
1156
+ }
1157
+ },
1158
+ {
1159
+ "sampler": 40,
1160
+ "target": {
1161
+ "node": 15,
1162
+ "path": "rotation"
1163
+ }
1164
+ },
1165
+ {
1166
+ "sampler": 43,
1167
+ "target": {
1168
+ "node": 2,
1169
+ "path": "rotation"
1170
+ }
1171
+ },
1172
+ {
1173
+ "sampler": 46,
1174
+ "target": {
1175
+ "node": 12,
1176
+ "path": "rotation"
1177
+ }
1178
+ }
1179
+ ],
1180
+ "name": "Character|Character|HairWind|Character|HairWind",
1181
+ "samplers": [
1182
+ {
1183
+ "input": 39,
1184
+ "interpolation": "LINEAR",
1185
+ "output": 7
1186
+ },
1187
+ {
1188
+ "input": 39,
1189
+ "interpolation": "LINEAR",
1190
+ "output": 26
1191
+ },
1192
+ {
1193
+ "input": 39,
1194
+ "interpolation": "LINEAR",
1195
+ "output": 27
1196
+ },
1197
+ {
1198
+ "input": 39,
1199
+ "interpolation": "LINEAR",
1200
+ "output": 50
1201
+ },
1202
+ {
1203
+ "input": 39,
1204
+ "interpolation": "LINEAR",
1205
+ "output": 29
1206
+ },
1207
+ {
1208
+ "input": 39,
1209
+ "interpolation": "LINEAR",
1210
+ "output": 12
1211
+ },
1212
+ {
1213
+ "input": 39,
1214
+ "interpolation": "LINEAR",
1215
+ "output": 44
1216
+ },
1217
+ {
1218
+ "input": 39,
1219
+ "interpolation": "LINEAR",
1220
+ "output": 34
1221
+ },
1222
+ {
1223
+ "input": 39,
1224
+ "interpolation": "LINEAR",
1225
+ "output": 6
1226
+ },
1227
+ {
1228
+ "input": 39,
1229
+ "interpolation": "LINEAR",
1230
+ "output": 5
1231
+ },
1232
+ {
1233
+ "input": 39,
1234
+ "interpolation": "LINEAR",
1235
+ "output": 43
1236
+ },
1237
+ {
1238
+ "input": 39,
1239
+ "interpolation": "LINEAR",
1240
+ "output": 31
1241
+ },
1242
+ {
1243
+ "input": 39,
1244
+ "interpolation": "LINEAR",
1245
+ "output": 35
1246
+ },
1247
+ {
1248
+ "input": 39,
1249
+ "interpolation": "LINEAR",
1250
+ "output": 21
1251
+ },
1252
+ {
1253
+ "input": 39,
1254
+ "interpolation": "LINEAR",
1255
+ "output": 33
1256
+ },
1257
+ {
1258
+ "input": 39,
1259
+ "interpolation": "LINEAR",
1260
+ "output": 30
1261
+ },
1262
+ {
1263
+ "input": 39,
1264
+ "interpolation": "LINEAR",
1265
+ "output": 41
1266
+ },
1267
+ {
1268
+ "input": 39,
1269
+ "interpolation": "LINEAR",
1270
+ "output": 0
1271
+ },
1272
+ {
1273
+ "input": 39,
1274
+ "interpolation": "LINEAR",
1275
+ "output": 2
1276
+ },
1277
+ {
1278
+ "input": 39,
1279
+ "interpolation": "LINEAR",
1280
+ "output": 4
1281
+ },
1282
+ {
1283
+ "input": 39,
1284
+ "interpolation": "LINEAR",
1285
+ "output": 19
1286
+ },
1287
+ {
1288
+ "input": 39,
1289
+ "interpolation": "LINEAR",
1290
+ "output": 18
1291
+ },
1292
+ {
1293
+ "input": 39,
1294
+ "interpolation": "LINEAR",
1295
+ "output": 9
1296
+ },
1297
+ {
1298
+ "input": 39,
1299
+ "interpolation": "LINEAR",
1300
+ "output": 48
1301
+ },
1302
+ {
1303
+ "input": 39,
1304
+ "interpolation": "LINEAR",
1305
+ "output": 25
1306
+ },
1307
+ {
1308
+ "input": 39,
1309
+ "interpolation": "LINEAR",
1310
+ "output": 11
1311
+ },
1312
+ {
1313
+ "input": 39,
1314
+ "interpolation": "LINEAR",
1315
+ "output": 51
1316
+ },
1317
+ {
1318
+ "input": 39,
1319
+ "interpolation": "LINEAR",
1320
+ "output": 52
1321
+ },
1322
+ {
1323
+ "input": 39,
1324
+ "interpolation": "LINEAR",
1325
+ "output": 45
1326
+ },
1327
+ {
1328
+ "input": 39,
1329
+ "interpolation": "LINEAR",
1330
+ "output": 13
1331
+ },
1332
+ {
1333
+ "input": 39,
1334
+ "interpolation": "LINEAR",
1335
+ "output": 53
1336
+ },
1337
+ {
1338
+ "input": 39,
1339
+ "interpolation": "LINEAR",
1340
+ "output": 20
1341
+ },
1342
+ {
1343
+ "input": 39,
1344
+ "interpolation": "LINEAR",
1345
+ "output": 1
1346
+ },
1347
+ {
1348
+ "input": 39,
1349
+ "interpolation": "LINEAR",
1350
+ "output": 32
1351
+ },
1352
+ {
1353
+ "input": 39,
1354
+ "interpolation": "LINEAR",
1355
+ "output": 28
1356
+ },
1357
+ {
1358
+ "input": 39,
1359
+ "interpolation": "LINEAR",
1360
+ "output": 40
1361
+ },
1362
+ {
1363
+ "input": 39,
1364
+ "interpolation": "LINEAR",
1365
+ "output": 10
1366
+ },
1367
+ {
1368
+ "input": 39,
1369
+ "interpolation": "LINEAR",
1370
+ "output": 47
1371
+ },
1372
+ {
1373
+ "input": 39,
1374
+ "interpolation": "LINEAR",
1375
+ "output": 46
1376
+ },
1377
+ {
1378
+ "input": 39,
1379
+ "interpolation": "LINEAR",
1380
+ "output": 14
1381
+ },
1382
+ {
1383
+ "input": 39,
1384
+ "interpolation": "LINEAR",
1385
+ "output": 55
1386
+ },
1387
+ {
1388
+ "input": 39,
1389
+ "interpolation": "LINEAR",
1390
+ "output": 23
1391
+ },
1392
+ {
1393
+ "input": 39,
1394
+ "interpolation": "LINEAR",
1395
+ "output": 36
1396
+ },
1397
+ {
1398
+ "input": 39,
1399
+ "interpolation": "LINEAR",
1400
+ "output": 15
1401
+ },
1402
+ {
1403
+ "input": 39,
1404
+ "interpolation": "LINEAR",
1405
+ "output": 16
1406
+ },
1407
+ {
1408
+ "input": 39,
1409
+ "interpolation": "LINEAR",
1410
+ "output": 54
1411
+ },
1412
+ {
1413
+ "input": 39,
1414
+ "interpolation": "LINEAR",
1415
+ "output": 42
1416
+ },
1417
+ {
1418
+ "input": 39,
1419
+ "interpolation": "LINEAR",
1420
+ "output": 37
1421
+ }
1422
+ ]
1423
+ }
1424
+ ],
1425
+ "asset": {
1426
+ "version": "2.0"
1427
+ },
1428
+ "bufferViews": [
1429
+ {
1430
+ "buffer": 0,
1431
+ "byteLength": 34560,
1432
+ "byteOffset": 0,
1433
+ "byteStride": 32,
1434
+ "name": "bufferView_buffer_F005_Saber_Lily.001_0",
1435
+ "target": 34962
1436
+ },
1437
+ {
1438
+ "buffer": 0,
1439
+ "byteLength": 9480,
1440
+ "byteOffset": 34560,
1441
+ "name": "bufferView_buffer_F005_Saber_Lily.001_1",
1442
+ "target": 34963
1443
+ },
1444
+ {
1445
+ "buffer": 0,
1446
+ "byteLength": 34560,
1447
+ "byteOffset": 44040,
1448
+ "byteStride": 32,
1449
+ "name": "bufferView_buffer_F005_Saber_Lily.001_skin_0",
1450
+ "target": 34962
1451
+ },
1452
+ {
1453
+ "buffer": 0,
1454
+ "byteLength": 248,
1455
+ "byteOffset": 78600,
1456
+ "byteStride": 4,
1457
+ "name": "bufferView_buffer_Character|Character|HairWind|Character|HairWind_time_0"
1458
+ },
1459
+ {
1460
+ "buffer": 0,
1461
+ "byteLength": 744,
1462
+ "byteOffset": 78848,
1463
+ "byteStride": 12,
1464
+ "name": "bufferView_buffer_mixamorig:PonyTailRoot.006_end_Character|Character|HairWind|Character|HairWind_0"
1465
+ },
1466
+ {
1467
+ "buffer": 0,
1468
+ "byteLength": 992,
1469
+ "byteOffset": 79592,
1470
+ "byteStride": 16,
1471
+ "name": "bufferView_buffer_mixamorig:PonyTailRoot.006_end_Character|Character|HairWind|Character|HairWind_1"
1472
+ },
1473
+ {
1474
+ "buffer": 0,
1475
+ "byteLength": 744,
1476
+ "byteOffset": 80584,
1477
+ "byteStride": 12,
1478
+ "name": "bufferView_buffer_mixamorig:PonyTailRoot.006_end_Character|Character|HairWind|Character|HairWind_2"
1479
+ },
1480
+ {
1481
+ "buffer": 0,
1482
+ "byteLength": 744,
1483
+ "byteOffset": 81328,
1484
+ "byteStride": 12,
1485
+ "name": "bufferView_buffer_mixamorig:PonyTailRoot.010_end_Character|Character|HairWind|Character|HairWind_0"
1486
+ },
1487
+ {
1488
+ "buffer": 0,
1489
+ "byteLength": 992,
1490
+ "byteOffset": 82072,
1491
+ "byteStride": 16,
1492
+ "name": "bufferView_buffer_mixamorig:PonyTailRoot.010_end_Character|Character|HairWind|Character|HairWind_1"
1493
+ },
1494
+ {
1495
+ "buffer": 0,
1496
+ "byteLength": 744,
1497
+ "byteOffset": 83064,
1498
+ "byteStride": 12,
1499
+ "name": "bufferView_buffer_mixamorig:PonyTailRoot.010_end_Character|Character|HairWind|Character|HairWind_2"
1500
+ },
1501
+ {
1502
+ "buffer": 0,
1503
+ "byteLength": 744,
1504
+ "byteOffset": 83808,
1505
+ "byteStride": 12,
1506
+ "name": "bufferView_buffer_mixamorig:PonyTailRoot.008_end_Character|Character|HairWind|Character|HairWind_0"
1507
+ },
1508
+ {
1509
+ "buffer": 0,
1510
+ "byteLength": 992,
1511
+ "byteOffset": 84552,
1512
+ "byteStride": 16,
1513
+ "name": "bufferView_buffer_mixamorig:PonyTailRoot.008_end_Character|Character|HairWind|Character|HairWind_1"
1514
+ },
1515
+ {
1516
+ "buffer": 0,
1517
+ "byteLength": 744,
1518
+ "byteOffset": 85544,
1519
+ "byteStride": 12,
1520
+ "name": "bufferView_buffer_mixamorig:PonyTailRoot.008_end_Character|Character|HairWind|Character|HairWind_2"
1521
+ },
1522
+ {
1523
+ "buffer": 0,
1524
+ "byteLength": 744,
1525
+ "byteOffset": 86288,
1526
+ "byteStride": 12,
1527
+ "name": "bufferView_buffer_mixamorig:PonyTailRoot.005_Character|Character|HairWind|Character|HairWind_0"
1528
+ },
1529
+ {
1530
+ "buffer": 0,
1531
+ "byteLength": 992,
1532
+ "byteOffset": 87032,
1533
+ "byteStride": 16,
1534
+ "name": "bufferView_buffer_mixamorig:PonyTailRoot.005_Character|Character|HairWind|Character|HairWind_1"
1535
+ },
1536
+ {
1537
+ "buffer": 0,
1538
+ "byteLength": 744,
1539
+ "byteOffset": 88024,
1540
+ "byteStride": 12,
1541
+ "name": "bufferView_buffer_mixamorig:PonyTailRoot.005_Character|Character|HairWind|Character|HairWind_2"
1542
+ },
1543
+ {
1544
+ "buffer": 0,
1545
+ "byteLength": 744,
1546
+ "byteOffset": 88768,
1547
+ "byteStride": 12,
1548
+ "name": "bufferView_buffer_mixamorig:PonyTailRoot.003_Character|Character|HairWind|Character|HairWind_0"
1549
+ },
1550
+ {
1551
+ "buffer": 0,
1552
+ "byteLength": 992,
1553
+ "byteOffset": 89512,
1554
+ "byteStride": 16,
1555
+ "name": "bufferView_buffer_mixamorig:PonyTailRoot.003_Character|Character|HairWind|Character|HairWind_1"
1556
+ },
1557
+ {
1558
+ "buffer": 0,
1559
+ "byteLength": 744,
1560
+ "byteOffset": 90504,
1561
+ "byteStride": 12,
1562
+ "name": "bufferView_buffer_mixamorig:PonyTailRoot.003_Character|Character|HairWind|Character|HairWind_2"
1563
+ },
1564
+ {
1565
+ "buffer": 0,
1566
+ "byteLength": 744,
1567
+ "byteOffset": 91248,
1568
+ "byteStride": 12,
1569
+ "name": "bufferView_buffer_mixamorig:PonyTailRoot.001_Character|Character|HairWind|Character|HairWind_0"
1570
+ },
1571
+ {
1572
+ "buffer": 0,
1573
+ "byteLength": 992,
1574
+ "byteOffset": 91992,
1575
+ "byteStride": 16,
1576
+ "name": "bufferView_buffer_mixamorig:PonyTailRoot.001_Character|Character|HairWind|Character|HairWind_1"
1577
+ },
1578
+ {
1579
+ "buffer": 0,
1580
+ "byteLength": 744,
1581
+ "byteOffset": 92984,
1582
+ "byteStride": 12,
1583
+ "name": "bufferView_buffer_mixamorig:PonyTailRoot.001_Character|Character|HairWind|Character|HairWind_2"
1584
+ },
1585
+ {
1586
+ "buffer": 0,
1587
+ "byteLength": 744,
1588
+ "byteOffset": 93728,
1589
+ "byteStride": 12,
1590
+ "name": "bufferView_buffer_mixamorig:PonyTailRoot.005_end_Character|Character|HairWind|Character|HairWind_0"
1591
+ },
1592
+ {
1593
+ "buffer": 0,
1594
+ "byteLength": 992,
1595
+ "byteOffset": 94472,
1596
+ "byteStride": 16,
1597
+ "name": "bufferView_buffer_mixamorig:PonyTailRoot.005_end_Character|Character|HairWind|Character|HairWind_1"
1598
+ },
1599
+ {
1600
+ "buffer": 0,
1601
+ "byteLength": 744,
1602
+ "byteOffset": 95464,
1603
+ "byteStride": 12,
1604
+ "name": "bufferView_buffer_mixamorig:PonyTailRoot.005_end_Character|Character|HairWind|Character|HairWind_2"
1605
+ },
1606
+ {
1607
+ "buffer": 0,
1608
+ "byteLength": 744,
1609
+ "byteOffset": 96208,
1610
+ "byteStride": 12,
1611
+ "name": "bufferView_buffer_mixamorig:PonyTailRoot.002_Character|Character|HairWind|Character|HairWind_0"
1612
+ },
1613
+ {
1614
+ "buffer": 0,
1615
+ "byteLength": 992,
1616
+ "byteOffset": 96952,
1617
+ "byteStride": 16,
1618
+ "name": "bufferView_buffer_mixamorig:PonyTailRoot.002_Character|Character|HairWind|Character|HairWind_1"
1619
+ },
1620
+ {
1621
+ "buffer": 0,
1622
+ "byteLength": 744,
1623
+ "byteOffset": 97944,
1624
+ "byteStride": 12,
1625
+ "name": "bufferView_buffer_mixamorig:PonyTailRoot.002_Character|Character|HairWind|Character|HairWind_2"
1626
+ },
1627
+ {
1628
+ "buffer": 0,
1629
+ "byteLength": 744,
1630
+ "byteOffset": 98688,
1631
+ "byteStride": 12,
1632
+ "name": "bufferView_buffer_Character_Character|Character|HairWind|Character|HairWind_0"
1633
+ },
1634
+ {
1635
+ "buffer": 0,
1636
+ "byteLength": 992,
1637
+ "byteOffset": 99432,
1638
+ "byteStride": 16,
1639
+ "name": "bufferView_buffer_Character_Character|Character|HairWind|Character|HairWind_1"
1640
+ },
1641
+ {
1642
+ "buffer": 0,
1643
+ "byteLength": 744,
1644
+ "byteOffset": 100424,
1645
+ "byteStride": 12,
1646
+ "name": "bufferView_buffer_Character_Character|Character|HairWind|Character|HairWind_2"
1647
+ },
1648
+ {
1649
+ "buffer": 0,
1650
+ "byteLength": 744,
1651
+ "byteOffset": 101168,
1652
+ "byteStride": 12,
1653
+ "name": "bufferView_buffer_mixamorig:PonyTailRoot.004_Character|Character|HairWind|Character|HairWind_0"
1654
+ },
1655
+ {
1656
+ "buffer": 0,
1657
+ "byteLength": 992,
1658
+ "byteOffset": 101912,
1659
+ "byteStride": 16,
1660
+ "name": "bufferView_buffer_mixamorig:PonyTailRoot.004_Character|Character|HairWind|Character|HairWind_1"
1661
+ },
1662
+ {
1663
+ "buffer": 0,
1664
+ "byteLength": 744,
1665
+ "byteOffset": 102904,
1666
+ "byteStride": 12,
1667
+ "name": "bufferView_buffer_mixamorig:PonyTailRoot.004_Character|Character|HairWind|Character|HairWind_2"
1668
+ },
1669
+ {
1670
+ "buffer": 0,
1671
+ "byteLength": 744,
1672
+ "byteOffset": 103648,
1673
+ "byteStride": 12,
1674
+ "name": "bufferView_buffer_mixamorig:PonyTailRoot.009_Character|Character|HairWind|Character|HairWind_0"
1675
+ },
1676
+ {
1677
+ "buffer": 0,
1678
+ "byteLength": 992,
1679
+ "byteOffset": 104392,
1680
+ "byteStride": 16,
1681
+ "name": "bufferView_buffer_mixamorig:PonyTailRoot.009_Character|Character|HairWind|Character|HairWind_1"
1682
+ },
1683
+ {
1684
+ "buffer": 0,
1685
+ "byteLength": 744,
1686
+ "byteOffset": 105384,
1687
+ "byteStride": 12,
1688
+ "name": "bufferView_buffer_mixamorig:PonyTailRoot.009_Character|Character|HairWind|Character|HairWind_2"
1689
+ },
1690
+ {
1691
+ "buffer": 0,
1692
+ "byteLength": 744,
1693
+ "byteOffset": 106128,
1694
+ "byteStride": 12,
1695
+ "name": "bufferView_buffer_mixamorig:PonyTailRoot.007_Character|Character|HairWind|Character|HairWind_0"
1696
+ },
1697
+ {
1698
+ "buffer": 0,
1699
+ "byteLength": 992,
1700
+ "byteOffset": 106872,
1701
+ "byteStride": 16,
1702
+ "name": "bufferView_buffer_mixamorig:PonyTailRoot.007_Character|Character|HairWind|Character|HairWind_1"
1703
+ },
1704
+ {
1705
+ "buffer": 0,
1706
+ "byteLength": 744,
1707
+ "byteOffset": 107864,
1708
+ "byteStride": 12,
1709
+ "name": "bufferView_buffer_mixamorig:PonyTailRoot.007_Character|Character|HairWind|Character|HairWind_2"
1710
+ },
1711
+ {
1712
+ "buffer": 0,
1713
+ "byteLength": 744,
1714
+ "byteOffset": 108608,
1715
+ "byteStride": 12,
1716
+ "name": "bufferView_buffer_mixamorig:PonyTailRoot.006_Character|Character|HairWind|Character|HairWind_0"
1717
+ },
1718
+ {
1719
+ "buffer": 0,
1720
+ "byteLength": 992,
1721
+ "byteOffset": 109352,
1722
+ "byteStride": 16,
1723
+ "name": "bufferView_buffer_mixamorig:PonyTailRoot.006_Character|Character|HairWind|Character|HairWind_1"
1724
+ },
1725
+ {
1726
+ "buffer": 0,
1727
+ "byteLength": 744,
1728
+ "byteOffset": 110344,
1729
+ "byteStride": 12,
1730
+ "name": "bufferView_buffer_mixamorig:PonyTailRoot.006_Character|Character|HairWind|Character|HairWind_2"
1731
+ },
1732
+ {
1733
+ "buffer": 0,
1734
+ "byteLength": 744,
1735
+ "byteOffset": 111088,
1736
+ "byteStride": 12,
1737
+ "name": "bufferView_buffer_mixamorig:PonyTailRoot.010_Character|Character|HairWind|Character|HairWind_0"
1738
+ },
1739
+ {
1740
+ "buffer": 0,
1741
+ "byteLength": 992,
1742
+ "byteOffset": 111832,
1743
+ "byteStride": 16,
1744
+ "name": "bufferView_buffer_mixamorig:PonyTailRoot.010_Character|Character|HairWind|Character|HairWind_1"
1745
+ },
1746
+ {
1747
+ "buffer": 0,
1748
+ "byteLength": 744,
1749
+ "byteOffset": 112824,
1750
+ "byteStride": 12,
1751
+ "name": "bufferView_buffer_mixamorig:PonyTailRoot.010_Character|Character|HairWind|Character|HairWind_2"
1752
+ },
1753
+ {
1754
+ "buffer": 0,
1755
+ "byteLength": 744,
1756
+ "byteOffset": 113568,
1757
+ "byteStride": 12,
1758
+ "name": "bufferView_buffer_mixamorig:PonyTailRoot_Character|Character|HairWind|Character|HairWind_0"
1759
+ },
1760
+ {
1761
+ "buffer": 0,
1762
+ "byteLength": 992,
1763
+ "byteOffset": 114312,
1764
+ "byteStride": 16,
1765
+ "name": "bufferView_buffer_mixamorig:PonyTailRoot_Character|Character|HairWind|Character|HairWind_1"
1766
+ },
1767
+ {
1768
+ "buffer": 0,
1769
+ "byteLength": 744,
1770
+ "byteOffset": 115304,
1771
+ "byteStride": 12,
1772
+ "name": "bufferView_buffer_mixamorig:PonyTailRoot_Character|Character|HairWind|Character|HairWind_2"
1773
+ },
1774
+ {
1775
+ "buffer": 0,
1776
+ "byteLength": 744,
1777
+ "byteOffset": 116048,
1778
+ "byteStride": 12,
1779
+ "name": "bufferView_buffer_mixamorig:PonyTailRoot.008_Character|Character|HairWind|Character|HairWind_0"
1780
+ },
1781
+ {
1782
+ "buffer": 0,
1783
+ "byteLength": 992,
1784
+ "byteOffset": 116792,
1785
+ "byteStride": 16,
1786
+ "name": "bufferView_buffer_mixamorig:PonyTailRoot.008_Character|Character|HairWind|Character|HairWind_1"
1787
+ },
1788
+ {
1789
+ "buffer": 0,
1790
+ "byteLength": 744,
1791
+ "byteOffset": 117784,
1792
+ "byteStride": 12,
1793
+ "name": "bufferView_buffer_mixamorig:PonyTailRoot.008_Character|Character|HairWind|Character|HairWind_2"
1794
+ },
1795
+ {
1796
+ "buffer": 0,
1797
+ "byteLength": 704,
1798
+ "byteOffset": 118528,
1799
+ "byteStride": 64,
1800
+ "name": "bufferView_buffer_IBM_F005_Saber_Lily_Hair_skin_0"
1801
+ }
1802
+ ],
1803
+ "buffers": [
1804
+ {
1805
+ "byteLength": 119232,
1806
+ "name": "buffer_combined_lily_hair",
1807
+ "uri": "buffer_combined_lily_hair.bin"
1808
+ }
1809
+ ],
1810
+ "images": [
1811
+ {
1812
+ "name": "saber-lily-hair.png",
1813
+ "uri": "saber-lily-hair.png"
1814
+ }
1815
+ ],
1816
+ "materials": [
1817
+ {
1818
+ "emissiveFactor": [
1819
+ 0.0,
1820
+ 0.0,
1821
+ 0.0
1822
+ ],
1823
+ "name": "lambert2.001",
1824
+ "pbrMetallicRoughness": {
1825
+ "baseColorFactor": [
1826
+ 1,
1827
+ 1,
1828
+ 1,
1829
+ 1
1830
+ ],
1831
+ "baseColorTexture": {
1832
+ "index": 0,
1833
+ "texCoord": 0
1834
+ },
1835
+ "metallicFactor": 0.0,
1836
+ "roughnessFactor": 1.0
1837
+ },
1838
+ "doubleSided": true
1839
+ }
1840
+ ],
1841
+ "meshes": [
1842
+ {
1843
+ "name": "F005_Saber_Lily.001",
1844
+ "primitives": [
1845
+ {
1846
+ "attributes": {
1847
+ "JOINTS_0": 17,
1848
+ "NORMAL": 24,
1849
+ "POSITION": 8,
1850
+ "TEXCOORD_0": 22,
1851
+ "WEIGHTS_0": 49
1852
+ },
1853
+ "indices": 38,
1854
+ "material": 0,
1855
+ "mode": 4
1856
+ }
1857
+ ]
1858
+ }
1859
+ ],
1860
+ "nodes": [
1861
+ {
1862
+ "children": [
1863
+ 1,
1864
+ 2
1865
+ ],
1866
+ "name": "Character",
1867
+ "rotation": [
1868
+ 0.7071068286895752,
1869
+ 0.0,
1870
+ 0.0,
1871
+ 0.7071067094802856
1872
+ ],
1873
+ "scale": [
1874
+ 0.009999999776482582,
1875
+ 0.009999999776482582,
1876
+ 0.009999999776482582
1877
+ ],
1878
+ "translation": [
1879
+ 0.0,
1880
+ 0.0,
1881
+ 0.0
1882
+ ]
1883
+ },
1884
+ {
1885
+ "mesh": 0,
1886
+ "name": "F005_Saber_Lily_Hair",
1887
+ "rotation": [
1888
+ 3.310074436768673e-09,
1889
+ -9.180956233971471e-16,
1890
+ -7.524711207590722e-15,
1891
+ 1.0
1892
+ ],
1893
+ "scale": [
1894
+ 1.0327227115631104,
1895
+ 1.0327227115631104,
1896
+ 1.0327225923538208
1897
+ ],
1898
+ "skin": 0,
1899
+ "translation": [
1900
+ 3.5029959488674933e-10,
1901
+ 9.777553714229725e-06,
1902
+ 1.8731819864115096e-06
1903
+ ]
1904
+ },
1905
+ {
1906
+ "children": [
1907
+ 3
1908
+ ],
1909
+ "name": "Character_mixamorig:PonyTailRoot",
1910
+ "rotation": [
1911
+ -0.8040720820426941,
1912
+ 7.087368913971659e-08,
1913
+ -9.585284033164498e-08,
1914
+ 0.594531774520874
1915
+ ],
1916
+ "scale": [
1917
+ 1.0,
1918
+ 0.9999999403953552,
1919
+ 0.9999998807907104
1920
+ ],
1921
+ "translation": [
1922
+ 0.0,
1923
+ 0.0,
1924
+ 0.0
1925
+ ],
1926
+ "extensions": {
1927
+ "gl_avatar": {
1928
+ "root": "head-end"
1929
+ }
1930
+ }
1931
+ },
1932
+ {
1933
+ "children": [
1934
+ 4
1935
+ ],
1936
+ "name": "Character_mixamorig:PonyTailRoot.001",
1937
+ "rotation": [
1938
+ 0.4591187536716461,
1939
+ -1.0590319021730465e-07,
1940
+ 5.473191677651812e-08,
1941
+ 0.888374924659729
1942
+ ],
1943
+ "scale": [
1944
+ 1.0,
1945
+ 1.0,
1946
+ 1.0
1947
+ ],
1948
+ "translation": [
1949
+ -1.3110934560245369e-09,
1950
+ 5.756401538848877,
1951
+ -2.384008257649839e-05
1952
+ ]
1953
+ },
1954
+ {
1955
+ "children": [
1956
+ 5
1957
+ ],
1958
+ "name": "Character_mixamorig:PonyTailRoot.002",
1959
+ "rotation": [
1960
+ -0.6156789660453796,
1961
+ -1.4015798612855568e-13,
1962
+ -1.3238103105037147e-12,
1963
+ 0.7879971265792847
1964
+ ],
1965
+ "scale": [
1966
+ 1.0,
1967
+ 1.0,
1968
+ 1.0
1969
+ ],
1970
+ "translation": [
1971
+ 2.6468943703505943e-10,
1972
+ 5.284313201904297,
1973
+ 3.4332275390625e-05
1974
+ ]
1975
+ },
1976
+ {
1977
+ "children": [
1978
+ 6,
1979
+ 11,
1980
+ 14
1981
+ ],
1982
+ "name": "Character_mixamorig:PonyTailRoot.003",
1983
+ "rotation": [
1984
+ 9.447426805309078e-07,
1985
+ 0.9149165749549866,
1986
+ -0.4036429822444916,
1987
+ -2.14133888221113e-06
1988
+ ],
1989
+ "scale": [
1990
+ 1.0,
1991
+ 1.000000238418579,
1992
+ 1.0
1993
+ ],
1994
+ "translation": [
1995
+ -1.970337226708807e-10,
1996
+ 5.514124870300293,
1997
+ 1.621246337890625e-05
1998
+ ]
1999
+ },
2000
+ {
2001
+ "children": [
2002
+ 7,
2003
+ 9
2004
+ ],
2005
+ "name": "Character_mixamorig:PonyTailRoot.004",
2006
+ "rotation": [
2007
+ 0.06845264136791229,
2008
+ -0.004106616601347923,
2009
+ 0.05976616218686104,
2010
+ 0.9958541393280029
2011
+ ],
2012
+ "scale": [
2013
+ 0.9999999403953552,
2014
+ 1.0,
2015
+ 1.0
2016
+ ],
2017
+ "translation": [
2018
+ 4.656612873077393e-10,
2019
+ 9.567120552062988,
2020
+ -3.48380133630144e-08
2021
+ ]
2022
+ },
2023
+ {
2024
+ "children": [
2025
+ 8
2026
+ ],
2027
+ "name": "Character_mixamorig:PonyTailRoot.005",
2028
+ "rotation": [
2029
+ 0.08967003226280212,
2030
+ -0.028009314090013504,
2031
+ -0.18654046952724457,
2032
+ 0.9779455065727234
2033
+ ],
2034
+ "scale": [
2035
+ 0.9999999403953552,
2036
+ 0.9999998807907104,
2037
+ 1.0
2038
+ ],
2039
+ "translation": [
2040
+ 3.7550926208496094e-06,
2041
+ 9.995545387268066,
2042
+ -4.092289600521326e-06
2043
+ ]
2044
+ },
2045
+ {
2046
+ "name": "Character_mixamorig:PonyTailRoot.005_end",
2047
+ "rotation": [
2048
+ -2.8870999813079834e-08,
2049
+ 4.3655745685100555e-09,
2050
+ 5.133915692567825e-08,
2051
+ 1.0
2052
+ ],
2053
+ "scale": [
2054
+ 1.0,
2055
+ 1.0,
2056
+ 1.0
2057
+ ],
2058
+ "translation": [
2059
+ -3.330409526824951e-06,
2060
+ 10.18071174621582,
2061
+ -1.9297003746032715e-06
2062
+ ]
2063
+ },
2064
+ {
2065
+ "children": [
2066
+ 10
2067
+ ],
2068
+ "name": "Character_mixamorig:PonyTailRoot.006",
2069
+ "rotation": [
2070
+ 0.061574019491672516,
2071
+ 0.002490919316187501,
2072
+ 0.07948122918605804,
2073
+ 0.994929850101471
2074
+ ],
2075
+ "scale": [
2076
+ 1.0,
2077
+ 1.0,
2078
+ 1.0
2079
+ ],
2080
+ "translation": [
2081
+ 3.7550926208496094e-06,
2082
+ 9.995545387268066,
2083
+ -4.092289600521326e-06
2084
+ ]
2085
+ },
2086
+ {
2087
+ "name": "Character_mixamorig:PonyTailRoot.006_end",
2088
+ "rotation": [
2089
+ -4.4703490686970326e-08,
2090
+ 2.421439049271612e-08,
2091
+ -1.6903506150356407e-07,
2092
+ 1.0
2093
+ ],
2094
+ "scale": [
2095
+ 0.9999999403953552,
2096
+ 0.9999999403953552,
2097
+ 0.9999999403953552
2098
+ ],
2099
+ "translation": [
2100
+ -7.152557373046875e-07,
2101
+ 8.844663619995117,
2102
+ 2.428889274597168e-06
2103
+ ]
2104
+ },
2105
+ {
2106
+ "children": [
2107
+ 12
2108
+ ],
2109
+ "name": "Character_mixamorig:PonyTailRoot.007",
2110
+ "rotation": [
2111
+ 0.005962477531284094,
2112
+ -0.02059495821595192,
2113
+ 0.318637877702713,
2114
+ 0.9476340413093567
2115
+ ],
2116
+ "scale": [
2117
+ 1.0,
2118
+ 1.0,
2119
+ 1.0
2120
+ ],
2121
+ "translation": [
2122
+ 4.656612873077393e-10,
2123
+ 9.567120552062988,
2124
+ -3.48380133630144e-08
2125
+ ]
2126
+ },
2127
+ {
2128
+ "children": [
2129
+ 13
2130
+ ],
2131
+ "name": "Character_mixamorig:PonyTailRoot.008",
2132
+ "rotation": [
2133
+ 0.07771863043308258,
2134
+ -0.0021692474838346243,
2135
+ -0.257484495639801,
2136
+ 0.9631494879722595
2137
+ ],
2138
+ "scale": [
2139
+ 0.9999998807907104,
2140
+ 0.9999999403953552,
2141
+ 0.9999998807907104
2142
+ ],
2143
+ "translation": [
2144
+ -3.417953848838806e-07,
2145
+ 10.731927871704102,
2146
+ 2.0116567611694336e-06
2147
+ ]
2148
+ },
2149
+ {
2150
+ "name": "Character_mixamorig:PonyTailRoot.008_end",
2151
+ "rotation": [
2152
+ -4.6333298087120056e-08,
2153
+ 6.984919309616089e-07,
2154
+ -3.7356221582740545e-07,
2155
+ 1.0
2156
+ ],
2157
+ "scale": [
2158
+ 1.0,
2159
+ 1.0,
2160
+ 1.0
2161
+ ],
2162
+ "translation": [
2163
+ -7.972121238708496e-07,
2164
+ 6.6565961837768555,
2165
+ -2.5331974029541016e-07
2166
+ ]
2167
+ },
2168
+ {
2169
+ "children": [
2170
+ 15
2171
+ ],
2172
+ "name": "Character_mixamorig:PonyTailRoot.009",
2173
+ "rotation": [
2174
+ -0.036807890981435776,
2175
+ 0.025806572288274765,
2176
+ -0.226376011967659,
2177
+ 0.9730021357536316
2178
+ ],
2179
+ "scale": [
2180
+ 1.0,
2181
+ 1.0,
2182
+ 1.0000001192092896
2183
+ ],
2184
+ "translation": [
2185
+ 4.656612873077393e-10,
2186
+ 9.567120552062988,
2187
+ -3.48380133630144e-08
2188
+ ]
2189
+ },
2190
+ {
2191
+ "children": [
2192
+ 16
2193
+ ],
2194
+ "name": "Character_mixamorig:PonyTailRoot.010",
2195
+ "rotation": [
2196
+ 0.17768266797065735,
2197
+ 0.004593169782310724,
2198
+ 0.119773268699646,
2199
+ 0.9767611026763916
2200
+ ],
2201
+ "scale": [
2202
+ 1.0,
2203
+ 1.0,
2204
+ 1.0
2205
+ ],
2206
+ "translation": [
2207
+ -2.4944543838500977e-05,
2208
+ 11.63850212097168,
2209
+ 1.3113021850585938e-06
2210
+ ]
2211
+ },
2212
+ {
2213
+ "name": "Character_mixamorig:PonyTailRoot.010_end",
2214
+ "rotation": [
2215
+ 6.891787052154541e-08,
2216
+ -1.1484953574836254e-06,
2217
+ 2.4767359718680382e-08,
2218
+ 1.0
2219
+ ],
2220
+ "scale": [
2221
+ 1.0,
2222
+ 0.9999999403953552,
2223
+ 1.0000001192092896
2224
+ ],
2225
+ "translation": [
2226
+ 1.8775463104248047e-06,
2227
+ 7.795577526092529,
2228
+ -1.1324882507324219e-06
2229
+ ]
2230
+ },
2231
+ {
2232
+ "children": [
2233
+ 0
2234
+ ],
2235
+ "matrix": [
2236
+ -1.0,
2237
+ 0.0,
2238
+ 0.0,
2239
+ 0.0,
2240
+ 0.0,
2241
+ 0.0,
2242
+ 1.0,
2243
+ 0.0,
2244
+ 0.0,
2245
+ 1.0,
2246
+ 0.0,
2247
+ 0.0,
2248
+ 0.0,
2249
+ 0.0,
2250
+ 0.0,
2251
+ 1.0
2252
+ ],
2253
+ "name": "Scene_root"
2254
+ }
2255
+ ],
2256
+ "samplers": [
2257
+ {
2258
+ "name": "default"
2259
+ }
2260
+ ],
2261
+ "scene": 0,
2262
+ "scenes": [
2263
+ {
2264
+ "extras": {
2265
+ "active_camera": null,
2266
+ "background_color": [
2267
+ 0.05087608844041824,
2268
+ 0.05087608844041824,
2269
+ 0.05087608844041824
2270
+ ],
2271
+ "frames_per_second": 24
2272
+ },
2273
+ "name": "Scene",
2274
+ "nodes": [
2275
+ 17
2276
+ ]
2277
+ }
2278
+ ],
2279
+ "skins": [
2280
+ {
2281
+ "inverseBindMatrices": 3,
2282
+ "joints": [
2283
+ 2,
2284
+ 3,
2285
+ 4,
2286
+ 5,
2287
+ 6,
2288
+ 7,
2289
+ 9,
2290
+ 11,
2291
+ 12,
2292
+ 14,
2293
+ 15
2294
+ ],
2295
+ "name": "F005_Saber_Lily_Hair",
2296
+ "skeleton": 2
2297
+ }
2298
+ ],
2299
+ "textures": [
2300
+ {
2301
+ "name": "saber-lily-hair.png",
2302
+ "sampler": 0,
2303
+ "source": 0
2304
+ }
2305
+ ],
2306
+ "extensionsUsed": [
2307
+ "gl_avatar"
2308
+ ],
2309
+ "extensions": {
2310
+ "gl_avatar": {
2311
+ "visibility": [
2312
+ 0,
2313
+ 0, 0, 1, 1, 1,
2314
+ 1, 1, 1, 1, 1,
2315
+ 1, 1, 1, 1, 1,
2316
+ 1, 1, 1, 1, 1,
2317
+ 1, 1, 1, 1, 1,
2318
+ 1, 1, 1, 1, 1,
2319
+ 1, 1, 1, 1, 1,
2320
+ 1, 1, 1, 1, 1,
2321
+ 1, 1, 1, 1, 1,
2322
+ 1, 1, 1, 1, 1,
2323
+ 1, 1, 1, 1, 1,
2324
+ 1, 1, 1, 1
2325
+ ],
2326
+ "type": "skin"
2327
+ }
2328
+ }
2329
+ }
models/gltf/saber-lily-hair-sub-skeleton/saber-lily-hair.png ADDED
models/gltf/saber-maid-hair-mixamo/buffer_combined_maid_hair.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4f871452037d96fa6d306bc2e3b6c11420c9891cee4796cc26cf53987c143a59
3
+ size 101808
models/gltf/saber-maid-hair-mixamo/saber-hair-texture.png ADDED
models/gltf/saber-maid-hair-mixamo/saber-maid-hair.gltf ADDED
The diff for this file is too large to render. See raw diff
 
models/gltf/saber-mixamo-body-no-face/body_id.png ADDED
models/gltf/saber-mixamo-body-no-face/buffer_saber-body-animations.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:393d47ab89fe9b3bbf1eee4258b4859be6d73d8a6da332dddee89f0347cbe774
3
+ size 1919780
models/gltf/saber-mixamo-body-no-face/saber-body-animations.gltf ADDED
The diff for this file is too large to render. See raw diff
 
models/gltf/saber-mixamo-body-no-face/saber-pure-body.png ADDED