Skip to content

Commit

Permalink
add model natori
Browse files Browse the repository at this point in the history
  • Loading branch information
cubism-dev committed Mar 25, 2019
1 parent 6f92f0d commit 7c60b5c
Show file tree
Hide file tree
Showing 27 changed files with 19,901 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,9 @@ Live2D のサンプルモデルは Free Material License で提供していま
- Samples/Resources/Haru/*
- Samples/Resources/Hiyori/*
- Samples/Resources/Mark/*
- Samples/Res/Natori/

上記のモデルをご利用になられる場合、[こちら](https://docs.live2d.com/cubism-editor-manual/sample-model/)で各モデルに設定された利用条件に同意して頂く必要がございます。

直近会計年度の売上高が 1000 万円以上の事業者様がご利用になる場合は、SDKリリース(出版許諾)ライセンスに同意していただく必要がございます。
- [SDKリリース(出版許諾)ライセンス](http://www.live2d.com/ja/products/releaselicense)
Expand Down
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 Sample/TypeScript/Demo/Resources/Natori/Natori.model3.json
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"
}
]
}
Loading

0 comments on commit 7c60b5c

Please sign in to comment.