-
Notifications
You must be signed in to change notification settings - Fork 0
DifferenceTexture.json
riku1227 edited this page Mar 9, 2021
·
2 revisions
DiffTexGeneratorProcessを書くファイル
服の差分テクスチャを定義することができます
OptionPath.jsonでdiff_tex_json_path
を指定した場合は、そのパスにあるファイルを読み込みます
OptionPath.jsonでbase_path
を指定した場合は、ベースパスのフォルダにある"対応するファイル名"もしくはベースパスのフォルダにある"RiClothesSetuper/"フォルダの中にある"対応するファイル名"を読み込みます
OptionPath.jsonを使用しなかった場合もしくはdiff_tex_json_path
とbase_path
を指定しなかった場合は
プレハブがあるフォルダにある"対応するファイル名"もしくはプレハブがあるフォルダに有る"RiClothesSetuper/"フォルダの中にある"対応するファイル名"を読み込みます
- DiffTex.json
- DiffTexGen.json
- DifferenceTexture.json
- DifferenceTextureGenerator.json
- diff_tex.json
- diff_tex_gen.json
- difference_texture.json
- difference_texture_generator.json
リファレンスのDiffTexGeneratorProcessを参照してください
説明用にコメントを書いています、本来はJSONファイルにコメントは書けません
RiClothes Setuperの場合読み込み時に正常に読み込めず、エラーが出ます
{
"version": 2,
"base_path": "../",
"difference_texture_list": [
{ /* DifferenceTexture */ },
{ /* DifferenceTexture */ },
{ /* DifferenceTexture */ }
]
}
-
- ファイル構造
- リファレンス
- ファイル構造
- リファレンス