-
Notifications
You must be signed in to change notification settings - Fork 97
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #25 from Live2D/feature/add_model_natori
add model natori
- Loading branch information
Showing
27 changed files
with
19,901 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
117 changes: 117 additions & 0 deletions
117
Sample/TypeScript/Demo/Resources/Natori/Natori.model3.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,117 @@ | ||
{ | ||
"Version": 3, | ||
"FileReferences": { | ||
"Moc": "Natori.moc3", | ||
"Textures": [ | ||
"Natori.2048/texture_00.png" | ||
], | ||
"Physics": "Natori.physics3.json", | ||
"Pose": "Natori.pose3.json", | ||
"Expressions": [ | ||
{ | ||
"Name": "exp_00.exp3.json", | ||
"File": "exp/exp_00.exp3.json" | ||
}, | ||
{ | ||
"Name": "exp_01.exp3.json", | ||
"File": "exp/exp_01.exp3.json" | ||
}, | ||
{ | ||
"Name": "exp_02.exp3.json", | ||
"File": "exp/exp_02.exp3.json" | ||
}, | ||
{ | ||
"Name": "exp_03.exp3.json", | ||
"File": "exp/exp_03.exp3.json" | ||
}, | ||
{ | ||
"Name": "exp_04.exp3.json", | ||
"File": "exp/exp_04.exp3.json" | ||
}, | ||
{ | ||
"Name": "exp_05.exp3.json", | ||
"File": "exp/exp_05.exp3.json" | ||
}, | ||
{ | ||
"Name": "exp_06.exp3.json", | ||
"File": "exp/exp_06.exp3.json" | ||
}, | ||
{ | ||
"Name": "exp_07.exp3.json", | ||
"File": "exp/exp_07.exp3.json" | ||
}, | ||
{ | ||
"Name": "exp_08.exp3.json", | ||
"File": "exp/exp_08.exp3.json" | ||
}, | ||
{ | ||
"Name": "exp_09.exp3.json", | ||
"File": "exp/exp_09.exp3.json" | ||
}, | ||
{ | ||
"Name": "exp_10.exp3.json", | ||
"File": "exp/exp_10.exp3.json" | ||
} | ||
], | ||
"Motions": { | ||
"TapBody": [ | ||
{ | ||
"File": "motions/mtn_01.motion3.json" | ||
}, | ||
{ | ||
"File": "motions/mtn_02.motion3.json" | ||
}, | ||
{ | ||
"File": "motions/mtn_03.motion3.json" | ||
}, | ||
{ | ||
"File": "motions/mtn_04.motion3.json" | ||
}, | ||
{ | ||
"File": "motions/mtn_05.motion3.json" | ||
}, | ||
{ | ||
"File": "motions/mtn_06.motion3.json" | ||
}, | ||
{ | ||
"File": "motions/mtn_07.motion3.json" | ||
}, | ||
{ | ||
"File": "motions/mtn_08.motion3.json" | ||
} | ||
], | ||
"Idle": [ | ||
{ | ||
"File": "motions/mtn_00.motion3.json" | ||
} | ||
] | ||
} | ||
}, | ||
"Groups": [ | ||
{ | ||
"Target": "Parameter", | ||
"Name": "EyeBlink", | ||
"Ids": [ | ||
"ParamEyeLOpen", | ||
"ParamEyeROpen" | ||
] | ||
}, | ||
{ | ||
"Target": "Parameter", | ||
"Name": "LipSync", | ||
"Ids": [ | ||
"ParamMouthOpenY" | ||
] | ||
} | ||
], | ||
"HitAreas": [ | ||
{ | ||
"Id": "HitAreaHead", | ||
"Name": "Head" | ||
}, | ||
{ | ||
"Id": "HitAreaBody", | ||
"Name": "Body" | ||
} | ||
] | ||
} |
Oops, something went wrong.