diff --git a/en/.buildinfo b/en/.buildinfo index 4435409f2..d96e4d05b 100644 --- a/en/.buildinfo +++ b/en/.buildinfo @@ -1,4 +1,4 @@ # Sphinx build info version 1 # This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. -config: 2269cd0808aafeb6466a3e48ba10977d +config: f4871ad68640e20558e71a2181f99f7c tags: 645f666f9bcd5a90fca523b33c5a78b7 diff --git a/en/.doctrees/build.doctree b/en/.doctrees/build.doctree index 587a541f1..ddebe07c6 100644 Binary files a/en/.doctrees/build.doctree and b/en/.doctrees/build.doctree differ diff --git a/en/.doctrees/environment.pickle b/en/.doctrees/environment.pickle index 0e48208e5..7b926010c 100644 Binary files a/en/.doctrees/environment.pickle and b/en/.doctrees/environment.pickle differ diff --git a/en/.doctrees/gltf/index.doctree b/en/.doctrees/gltf/index.doctree new file mode 100644 index 000000000..f7b6a188c Binary files /dev/null and b/en/.doctrees/gltf/index.doctree differ diff --git a/en/.doctrees/history.doctree b/en/.doctrees/history.doctree deleted file mode 100644 index 5fd253cfc..000000000 Binary files a/en/.doctrees/history.doctree and /dev/null differ diff --git a/en/.doctrees/implementation/index.doctree b/en/.doctrees/implementation/index.doctree new file mode 100644 index 000000000..89c2c8578 Binary files /dev/null and b/en/.doctrees/implementation/index.doctree differ diff --git a/en/.doctrees/index.doctree b/en/.doctrees/index.doctree index 1a13d7b76..7f5e838fc 100644 Binary files a/en/.doctrees/index.doctree and b/en/.doctrees/index.doctree differ diff --git a/en/.doctrees/package.doctree b/en/.doctrees/package.doctree deleted file mode 100644 index 356d9d8b8..000000000 Binary files a/en/.doctrees/package.doctree and /dev/null differ diff --git a/en/.doctrees/release/055/index.doctree b/en/.doctrees/release/055/index.doctree index fd797ab52..a1a13aa03 100644 Binary files a/en/.doctrees/release/055/index.doctree and b/en/.doctrees/release/055/index.doctree differ diff --git a/en/.doctrees/release/056/index.doctree b/en/.doctrees/release/056/index.doctree index e3be0852f..1246ef758 100644 Binary files a/en/.doctrees/release/056/index.doctree and b/en/.doctrees/release/056/index.doctree differ diff --git a/en/.doctrees/release/068/index.doctree b/en/.doctrees/release/068/index.doctree index a374fdd89..909b8eebb 100644 Binary files a/en/.doctrees/release/068/index.doctree and b/en/.doctrees/release/068/index.doctree differ diff --git a/en/.doctrees/release/079/index.doctree b/en/.doctrees/release/079/index.doctree new file mode 100644 index 000000000..294ee7104 Binary files /dev/null and b/en/.doctrees/release/079/index.doctree differ diff --git a/en/.doctrees/release/079/v0.79.0.doctree b/en/.doctrees/release/079/v0.79.0.doctree index 5c9fcb231..82fc42e38 100644 Binary files a/en/.doctrees/release/079/v0.79.0.doctree and b/en/.doctrees/release/079/v0.79.0.doctree differ diff --git a/en/.doctrees/release/079/v0.80.0.doctree b/en/.doctrees/release/079/v0.80.0.doctree index fa28f0fe3..e17322415 100644 Binary files a/en/.doctrees/release/079/v0.80.0.doctree and b/en/.doctrees/release/079/v0.80.0.doctree differ diff --git a/en/.doctrees/release/079/v0.81.0.doctree b/en/.doctrees/release/079/v0.81.0.doctree index 2bb5d4e3c..7e2f00797 100644 Binary files a/en/.doctrees/release/079/v0.81.0.doctree and b/en/.doctrees/release/079/v0.81.0.doctree differ diff --git a/en/.doctrees/release/079/v0.82.0.doctree b/en/.doctrees/release/079/v0.82.0.doctree index d48ae0e1d..2a5a5fff0 100644 Binary files a/en/.doctrees/release/079/v0.82.0.doctree and b/en/.doctrees/release/079/v0.82.0.doctree differ diff --git a/en/.doctrees/release/079/v0.83.0.doctree b/en/.doctrees/release/079/v0.83.0.doctree index ac1a648d8..29086c0a5 100644 Binary files a/en/.doctrees/release/079/v0.83.0.doctree and b/en/.doctrees/release/079/v0.83.0.doctree differ diff --git a/en/.doctrees/release/index.doctree b/en/.doctrees/release/index.doctree index 3a6e149d0..5574ed1a9 100644 Binary files a/en/.doctrees/release/index.doctree and b/en/.doctrees/release/index.doctree differ diff --git a/en/.doctrees/vrm0/index.doctree b/en/.doctrees/vrm0/index.doctree new file mode 100644 index 000000000..e07092067 Binary files /dev/null and b/en/.doctrees/vrm0/index.doctree differ diff --git a/en/.doctrees/vrm1/index.doctree b/en/.doctrees/vrm1/index.doctree new file mode 100644 index 000000000..9c604ebfb Binary files /dev/null and b/en/.doctrees/vrm1/index.doctree differ diff --git a/en/README.html b/en/README.html index f4de47777..3b292472e 100644 --- a/en/README.html +++ b/en/README.html @@ -1,41 +1,77 @@ - + + + - - - - - - Sphinx 作業 — UniVRM Programming Document documentation - - - - - - + + Sphinx 作業 — UniVRM Programming Document documentation + + + + + + + + + - - + -
-
-
-
- + +
+ + +
+ +
+
+
+ +
+
+
+
+
-

Sphinx 作業

+

Sphinx 作業

-

初期化

+

初期化

$ pip install sphinx
 $ mkdir docs
 $ cd docs
@@ -48,7 +84,7 @@ docs$ sphinx-quickstart
 
-

MySt 導入

+

MySt 導入

markdown で記事を記述する

$ pip install --upgrade myst-parser
 
@@ -59,7 +95,7 @@ docs$ sphinx-quickstart
-

gettext 導入

+

gettext 導入

$ pip install sphinx-intl
 
@@ -70,7 +106,7 @@ docs$ sphinx-quickstart
-

gettext 更新

+

gettext 更新

potファイル作成

doc$ sphinx-build -M gettext . _pot
 # => _pot/gettext
@@ -89,62 +125,31 @@ docs$ sphinx-quickstart
 
-
+
+
+ +
+ +
+

© Copyright 2021, VRM Consortium.

+
+ + Built with Sphinx using a + theme + provided by Read the Docs. + + +
- -
-
- - - - + \ No newline at end of file diff --git a/en/_sources/build.md.txt b/en/_sources/build.md.txt index 944c24bd3..deef9d94f 100644 --- a/en/_sources/build.md.txt +++ b/en/_sources/build.md.txt @@ -1,5 +1,7 @@ # アプリケーションのビルド +UniVRMを使うアプリケーションのビルドに関する注意事項 + ## ビルドに含めるシェーダー `Project Settings = Graphics - Always Included Shaders` などに設定して、ビルドに含まれるようにしてください。 diff --git a/ja/_sources/history.md.txt b/en/_sources/gltf/index.md.txt similarity index 82% rename from ja/_sources/history.md.txt rename to en/_sources/gltf/index.md.txt index c310073ce..c1332b2ad 100644 --- a/ja/_sources/history.md.txt +++ b/en/_sources/gltf/index.md.txt @@ -1,4 +1,4 @@ -# Version +# glTF | version | | |---------|-------------------------------------------------| @@ -7,4 +7,12 @@ | v0.77 | `RuntimeGltfInstance` | | v0.68 | `GltfParser` | | v0.63.2 | gltf の extension の実装方法を変更 | -| v0.56 | BlendShapeKey の仕様変更 | + +```{toctree} +:maxdepth: 1 + +0_82_glb_import +how_to_impl_extension +0_36_update +format +``` diff --git a/en/_sources/implementation/index.md.txt b/en/_sources/implementation/index.md.txt new file mode 100644 index 000000000..19087e53f --- /dev/null +++ b/en/_sources/implementation/index.md.txt @@ -0,0 +1,11 @@ +# 実装メモ + +```{toctree} +:maxdepth: 1 + +runtime_resource_management +texture_manipulation +coordinate +fast_spring_bone +first_person +``` diff --git a/en/_sources/index.md.txt b/en/_sources/index.md.txt index a09a88b3b..d3f52a83c 100644 --- a/en/_sources/index.md.txt +++ b/en/_sources/index.md.txt @@ -3,93 +3,17 @@ これは、[UniVRM](https://github.com/vrm-c/UniVRM) の開発ドキュメントです。 UnityでVRMをエクスポートする方法などについては [manual](https://vrm.dev/docs/univrm/) を参照してください。 -## 概要 - ```{toctree} :maxdepth: 1 -package -history -``` - -## build - -UniVRMを使うアプリケーションのビルドに関する注意事項 - -```{toctree} build -``` - -## 実装メモ - -```{toctree} -:maxdepth: 1 - -implementation/runtime_resource_management -implementation/texture_manipulation -implementation/coordinate -implementation/fast_spring_bone -implementation/first_person -``` - -## glTF - -```{toctree} -:maxdepth: 1 - -gltf/0_82_glb_import -gltf/how_to_impl_extension -gltf/0_36_update -gltf/format -``` - -## VRM - -```{toctree} -:maxdepth: 1 - -vrm0/0_82_runtime_import -vrm0/0_79_runtime_import -vrm0/0_77_runtime_import -vrm0/0_68_runtime_import -vrm0/0_44_runtime_import -vrm0/0_58_blendshape -vrm0/firstperson -``` - -### Samples - -- SimpleViewer -- RuntimeExporerSample -- FirstPersonSample -- AnimationBridgeSample - -## VRM-1.0(β) - -```{toctree} -:maxdepth: 2 - -vrm1/vrm1_runtime_load -vrm1/vrm1_get_humanoid -vrm1/vrm1_expression -vrm1/vrm1_lookat -vrm1/vrm1_firstperson -``` - -### Samples - -- VRM10Viewer - -## Release - -```{toctree} -:glob: -:maxdepth: 1 - +implementation/index +gltf/index +vrm0/index +vrm1/index release/index ``` - # Indices and tables * {ref}`genindex` diff --git a/en/_sources/release/055/index.md.txt b/en/_sources/release/055/index.md.txt index b89c2b7f2..9bf7aeaa3 100644 --- a/en/_sources/release/055/index.md.txt +++ b/en/_sources/release/055/index.md.txt @@ -9,7 +9,6 @@ ```{toctree} :glob: :maxdepth: 1 -:reversed: v* ``` diff --git a/en/_sources/release/056/index.md.txt b/en/_sources/release/056/index.md.txt index 2e81c3402..662d35704 100644 --- a/en/_sources/release/056/index.md.txt +++ b/en/_sources/release/056/index.md.txt @@ -1,13 +1,47 @@ # v0.56~v0.67: Unity-2018.4 -## 0.56以降 - -`Unity-2018.4` +## ReleaseNote ```{toctree} :glob: :maxdepth: 1 -:reversed: -056/* +v* ``` + +## Download + +| date | version | 安定性・バグ | 更新内容・備考 | +|------------|----------------------------------------------------------------------------------------------------------------------------------|------------------------|------------------------------------------------------------------------------| +| 2020 | [0.56.0](http://github.com/vrm-c/UniVRM/releases/tag/v0.56.0) | x | Unity-2018.4 に変更 | +| | [0.56.1](http://github.com/vrm-c/UniVRM/releases/tag/v0.56.1) | x | | +| | [0.56.2](http://github.com/vrm-c/UniVRM/releases/tag/v0.56.2) | x | | +| | [0.56.3](http://github.com/vrm-c/UniVRM/releases/tag/v0.56.3) | | | +| | [0.57.0](http://github.com/vrm-c/UniVRM/releases/tag/v0.57.0) | | ボーン名重複時にに自動でリネームするようになりました | +| | [0.57.1](http://github.com/vrm-c/UniVRM/releases/tag/v0.57.1) | | | +| | [0.58.0](http://github.com/vrm-c/UniVRM/releases/tag/v0.58.0) | [^firstperson_import] | エクスポートダイアログの作り直し | +| | [0.58.1](http://github.com/vrm-c/UniVRM/releases/tag/v0.58.1) | | | +| | [0.59.0](http://github.com/vrm-c/UniVRM/releases/tag/v0.59.0) | | springBone の Missing を検知してメッセージ | +| | [0.60.0](http://github.com/vrm-c/UniVRM/releases/tag/v0.60.0) | | null check 的なものが増えて、モデル改変してもエラーが出にくくなりました | +| | [0.61.0](http://github.com/vrm-c/UniVRM/releases/tag/v0.61.0) [milestone](https://github.com/vrm-c/UniVRM/milestone/20?closed=1) | [^springcollider] | UniUnlit の頂点カラー。AOT問題を修正 | +| | [0.61.1](http://github.com/vrm-c/UniVRM/releases/tag/v0.61.1) | | | +| | [0.62.0](http://github.com/vrm-c/UniVRM/releases/tag/v0.62.0) [milestone](https://github.com/vrm-c/UniVRM/milestone/21?closed=1) | | BlendShape bake の動作が正しくなった | +| 2021 01/05 | [0.63.0](http://github.com/vrm-c/UniVRM/releases/tag/v0.63.0) [milestone](https://github.com/vrm-c/UniVRM/milestone/25?closed=1) | [^jpg] [^kwmap] [^upm] | jpg問題あり。UniGLTF分離 | +| 01/07 | [0.63.1](http://github.com/vrm-c/UniVRM/releases/tag/v0.63.1) | [^jpg] [^kwmap] | jpg問題あり | +| 01/08 | [0.63.2](http://github.com/vrm-c/UniVRM/releases/tag/v0.63.2) | | | +| 01/15 | [0.64.0](http://github.com/vrm-c/UniVRM/releases/tag/v0.64.0) [milestone](https://github.com/vrm-c/UniVRM/milestone/23?closed=1) | [^asmdef] | メッシュの一部を削除したときのエクスポートエラーを回避。vrm-1.0 Experimental | +| 01/26 | [0.65.0](http://github.com/vrm-c/UniVRM/releases/tag/v0.65.0) | [^build] | | +| 01/28 | [0.65.1](http://github.com/vrm-c/UniVRM/releases/tag/v0.65.1) [milestone](https://github.com/vrm-c/UniVRM/milestone/28?closed=1) | [^build] | トルコ語のExportを修正[\#696](https://github.com/vrm-c/UniVRM/issues/696) | +| 01/28 | [0.65.2](http://github.com/vrm-c/UniVRM/releases/tag/v0.65.2) [milestone](https://github.com/vrm-c/UniVRM/milestone/29?closed=1) | | | +| | [0.65.3](http://github.com/vrm-c/UniVRM/releases/tag/v0.65.3) | | UniGLTFのバージョン。UPM専用。パッケージリリース無し | +| 02/03 | [0.66.0](http://github.com/vrm-c/UniVRM/releases/tag/v0.66.0) [milestone](https://github.com/vrm-c/UniVRM/milestone/26?closed=1) | 安定✅ | 未正規化ヒエラルキーにスプリングボーンがあるときの警告メッセージ | +| | [0.67.0](http://github.com/vrm-c/UniVRM/releases/tag/v0.67.0) [milestone](https://github.com/vrm-c/UniVRM/milestone/27?closed=1) | | UPM専用。パッケージリリース無し | +| | [0.67.1](http://github.com/vrm-c/UniVRM/releases/tag/v0.67.1) | | UPM専用。パッケージリリース無し | + +[^springcollider]: スプリングボーンのコライダーの座標変換バグ。 [\#576](https://github.com/vrm-c/UniVRM/issues/576) +[^jpg]: エクスポートダイアログのスクリーンショットボタンの jpg バグ。[\#639](https://github.com/vrm-c/UniVRM/issues/639) +[^kwmap]: シリアライザのバグ。エクスポートしたファイルの互換性。 [\#654](https://github.com/vrm-c/UniVRM/issues/654) +[^upm]: MeshUtility フォルダの移動と参照の問題。 +[^asmdef]: 他のパッケージと併用するときに install で問題が出る? [\#687](https://github.com/vrm-c/UniVRM/pull/687) +[^build]: build すると Exception( `#if UNITY_EDITOR` )。 [\#701](https://github.com/vrm-c/UniVRM/issues/701) +[^firstperson_import]: VRMFirstPerson のエディターインポートのバグ [/#515](https://github.com/vrm-c/UniVRM/issues/515) diff --git a/en/_sources/release/068/index.md.txt b/en/_sources/release/068/index.md.txt index 9051d62d9..2a96a1923 100644 --- a/en/_sources/release/068/index.md.txt +++ b/en/_sources/release/068/index.md.txt @@ -1,13 +1,43 @@ # v0.68~v0.78: Unity-2018.4 (pre release) +* VRM-1.0 作業中 * `.Net-3.5` が無くなって `coRoutine` を `Task` に置き換え * glb/gltf に `ScriptedImporter` の導入 * `Standard` マテリアルの import/export や mipmapパたメーター などの改修 +## ReleaseNote + ```{toctree} :glob: :maxdepth: 1 -:reversed: v* ``` + +## Download + + +* [API](https://vrm-c.github.io/UniVRM/ja/) + +| date | version | 安定性・バグ | 更新内容・備考 | +|-------|-----------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| +| | [0.68.0](http://github.com/vrm-c/UniVRM/releases/tag/v0.68.0) [milestone](https://github.com/vrm-c/UniVRM/milestone/30?closed=1) | [^material_import] [^import_bug] | glb/gltf 座標軸オプション。ImporterContext API | +| 03/16 | [0.68.1](http://github.com/vrm-c/UniVRM/releases/tag/v0.68.1) | [^import_bug] | | +| 03/17 | [0.68.2](http://github.com/vrm-c/UniVRM/releases/tag/v0.68.2) | | | +| 03/22 | [0.69.0](http://github.com/vrm-c/UniVRM/releases/tag/v0.69.0) [milestone](https://github.com/vrm-c/UniVRM/milestone/31?closed=1) | [^MetallicOcclusion][^EncodeToPng] [^NotUnique] | SmoothTexture 変換の修正[\#388](https://github.com/vrm-c/UniVRM/issues/388), Unity2020対応 | +| 03/23 | [0.69.1](http://github.com/vrm-c/UniVRM/releases/tag/v0.69.1) | [^MetallicOcclusion][^EncodeToPng] | | +| 03/31 | [0.70.0](http://github.com/vrm-c/UniVRM/releases/tag/v0.70.0) [milestone](https://github.com/vrm-c/UniVRM/milestone/32?closed=1) | [^MetallicOcclusion] | impl `WEIGHTS_0` not float4 | +| 04/05 | [0.71.0](http://github.com/vrm-c/UniVRM/releases/tag/v0.71.0) [milestone](https://github.com/vrm-c/UniVRM/milestone/33?closed=1) | IOS build | | +| 04/13 | [0.72.0](http://github.com/vrm-c/UniVRM/releases/tag/v0.72.0) [milestone](https://github.com/vrm-c/UniVRM/milestone/34?closed=1) | | 頂点バッファを分割するオプション。T-Pose | +| 04/22 | [0.73.0](https://github.com/vrm-c/UniVRM/releases/tag/v0.73.0) [milestone](https://github.com/vrm-c/UniVRM/milestone/35?closed=1) | | * [OtherPermissionUrl欄の修正](https://github.com/vrm-c/UniVRM/pull/897) * [正規化するときにBlendShapeを使うLookAtがExportされない](https://github.com/vrm-c/UniVRM/pull/894) | +| 05/12 | [0.74.0](https://github.com/vrm-c/UniVRM/releases/tag/v0.74.0) [milestone](https://github.com/vrm-c/UniVRM/milestone/36?closed=1) | | * [Runtime ロード後の SpringBone スケーリング挙動の修正](https://github.com/vrm-c/UniVRM/issues/922) | +| 05/25 | [0.75.0](https://github.com/vrm-c/UniVRM/releases/tag/v0.75.0) [milestone](https://github.com/vrm-c/UniVRM/milestone/37?closed=1) | | 正規化時にLookAtのパラメーターが落ちてしまうのを修正 | +| 06/08 | [0.76.0](https://github.com/vrm-c/UniVRM/releases/tag/v0.76.0) [milestone](https://github.com/vrm-c/UniVRM/milestone/38?closed=1) | | namespace MeshUtilityがUnityEditor.MeshUtility classと競合するのを修正 | +| 06/17 | [0.77.0](https://github.com/vrm-c/UniVRM/releases/tag/v0.77.0) [milestone](https://github.com/vrm-c/UniVRM/milestone/39?closed=1) | | [API更新](https://vrm-c.github.io/UniVRM/) https://github.com/vrm-c/UniVRM/issues/1022 https://github.com/vrm-c/UniVRM/issues/496 | +| 06/23 | [0.78.0](https://github.com/vrm-c/UniVRM/releases/tag/v0.78.0) [milestone](https://github.com/vrm-c/UniVRM/milestone/40?closed=1) | | https://github.com/vrm-c/UniVRM/pull/1049 | + +[^material_import]: [\#786](https://github.com/vrm-c/UniVRM/issues/786) [\#788](https://github.com/vrm-c/UniVRM/issues/788) +[^import_bug]: [\#790](https://github.com/vrm-c/UniVRM/issues/790) [\#794](https://github.com/vrm-c/UniVRM/issues/794) +[^NotUnique]: [\#812](https://github.com/vrm-c/UniVRM/pull/812) +[^EncodeToPng]: [\#831](https://github.com/vrm-c/UniVRM/pull/831) +[^MetallicOcclusion]: [\#836](https://github.com/vrm-c/UniVRM/issues/836) diff --git a/ja/_sources/package.md.txt b/en/_sources/release/079/index.md.txt similarity index 77% rename from ja/_sources/package.md.txt rename to en/_sources/release/079/index.md.txt index 601252e6a..624ea1b1c 100644 --- a/ja/_sources/package.md.txt +++ b/en/_sources/release/079/index.md.txt @@ -1,6 +1,18 @@ -# パッケージ構成 +# v0.79~: Unity-2019.4 -## パッケージ +## ReleaseNote + +* `0.80.0` からサポートする Unity の最低バージョンを `2019.4LTS` に更新しました。 +* `0.80.0` から `VRM-1.0β` のパッケージ提供を開始しました。 + +```{toctree} +:glob: +:maxdepth: 1 + +v* +``` + +## パッケージ(v0.81~) | unitypackage | folder | contents | |--------------------|-----------------------------------|-----------------------| @@ -19,7 +31,7 @@ +----------------------+ ``` -## UPM +## UPM(v0.81~) ```json // manifest.json 抜粋 diff --git a/en/_sources/release/079/v0.79.0.md.txt b/en/_sources/release/079/v0.79.0.md.txt index 238c8f072..0e09a949d 100644 --- a/en/_sources/release/079/v0.79.0.md.txt +++ b/en/_sources/release/079/v0.79.0.md.txt @@ -2,18 +2,12 @@ ## [v0.79.0](https://github.com/vrm-c/UniVRM/tree/v0.79.0) (2021-07-19) -* commit: https://github.com/vrm-c/UniVRM/releases/tag/v0.79.0 -* milestone: https://github.com/vrm-c/UniVRM/milestone/41?closed=1 - -[Full Changelog](https://github.com/vrm-c/UniVRM/compare/v0.78.0...v0.79.0) +* [0.79.0](http://github.com/vrm-c/UniVRM/releases/tag/v0.79.0) +* [milestone](https://github.com/vrm-c/UniVRM/milestone/41?closed=1) +* [Full Changelog](https://github.com/vrm-c/UniVRM/compare/v0.78.0...v0.79.0) このバージョンから `pre release` をやめて通常リリースに戻ります。 -## ToDo: - -* [ ] 0.66 ~ 0.79 の変更まとめ -* [ ] (GLB, GLTF) ScriptedImporter の導入 と Extract の説明 - ## AutoReference Autoreference を有効にします。 diff --git a/en/_sources/release/079/v0.80.0.md.txt b/en/_sources/release/079/v0.80.0.md.txt index cb186f9ef..0f8ab2e05 100644 --- a/en/_sources/release/079/v0.80.0.md.txt +++ b/en/_sources/release/079/v0.80.0.md.txt @@ -1,11 +1,10 @@ # v0.80.0: 1.0準備, 最低バージョンを Unity-2019.4LTS に更新 - ## [v0.80.0](https://github.com/vrm-c/UniVRM/tree/v0.80.0) (2021-08-11) -* commit: https://github.com/vrm-c/UniVRM/releases/tag/v0.80.0 -* milestone: https://github.com/vrm-c/UniVRM/milestone/42?closed=1 - -[Full Changelog](https://github.com/vrm-c/UniVRM/compare/v0.79.0...v0.80.0) +* [0.80.0](http://github.com/vrm-c/UniVRM/releases/tag/v0.80.0) +* [milestone](https://github.com/vrm-c/UniVRM/milestone/42?closed=1) +* [Full Changelog](https://github.com/vrm-c/UniVRM/compare/v0.79.0...v0.80.0) +* `Unity-2019.4LTS` ## 最低バージョンを Unity-2019.4LTS に更新 - Unityのサポートバージョンを 2019.4LTS 以降にする [\#1126](https://github.com/vrm-c/UniVRM/issues/1126) diff --git a/en/_sources/release/079/v0.81.0.md.txt b/en/_sources/release/079/v0.81.0.md.txt index 2f80b1550..910b6ee16 100644 --- a/en/_sources/release/079/v0.81.0.md.txt +++ b/en/_sources/release/079/v0.81.0.md.txt @@ -2,6 +2,12 @@ **Stable 安定板** +## [v0.81.0](https://github.com/vrm-c/UniVRM/tree/v0.81.0) (2021-08-20) + +* [0.81.0](http://github.com/vrm-c/UniVRM/releases/tag/v0.81.0) +* [milestone](https://github.com/vrm-c/UniVRM/milestone/43?closed=1) +* [Full Changelog](https://github.com/vrm-c/UniVRM/compare/v0.80.0...v0.81.0) + `v0.81.0` から `unitypackage` が変わりました。 * Install `UniGLTF_VRMShaders` and `UniVRM` @@ -34,13 +40,6 @@ `UniGLTF_VRMShaders` `UniVRM` の順に2つインストールしてください -## [v0.81.0](https://github.com/vrm-c/UniVRM/tree/v0.81.0) (2021-08-20) - -* commit: https://github.com/vrm-c/UniVRM/releases/tag/v0.81.0 -* milestone: https://github.com/vrm-c/UniVRM/milestone/43?closed=1 - -[Full Changelog](https://github.com/vrm-c/UniVRM/compare/v0.80.0...v0.81.0) - ## パッケージ整理など - UniGLTF の UPM id を、`com.vrmc.unigltf` から `com.vrmc.gltf` に変えてバージョンを振り直し [\#1156](https://github.com/vrm-c/UniVRM/issues/1156) - UnityPackage に Samples を含める [\#1159](https://github.com/vrm-c/UniVRM/pull/1159) ([ousttrue](https://github.com/ousttrue)) diff --git a/en/_sources/release/079/v0.82.0.md.txt b/en/_sources/release/079/v0.82.0.md.txt index d45984429..0e7793b32 100644 --- a/en/_sources/release/079/v0.82.0.md.txt +++ b/en/_sources/release/079/v0.82.0.md.txt @@ -1,10 +1,10 @@ # v0.82.0: 1.0準備, URP 向け Material置き換え機能 ## [v0.82.0](https://github.com/vrm-c/UniVRM/tree/v0.82.0) (2021-09-01) - -* commit: https://github.com/vrm-c/UniVRM/releases/tag/v0.82.0 -* milestone: https://github.com/vrm-c/UniVRM/milestone/44?closed=1 -[Full Changelog](https://github.com/vrm-c/UniVRM/compare/v0.81.0...v0.82.0) +* [0.82.0](http://github.com/vrm-c/UniVRM/releases/tag/v0.82.0) +* [milestone](https://github.com/vrm-c/UniVRM/milestone/44?closed=1) +* [Full Changelog](https://github.com/vrm-c/UniVRM/compare/v0.81.0...v0.82.0) +* glb の import, URP API ## URP(Universal Render Pipeline) URP 向けに Material Import をカスタマイズする機能をはじめました (Experimental) diff --git a/en/_sources/release/079/v0.83.0.md.txt b/en/_sources/release/079/v0.83.0.md.txt index 8f6bef79d..fd46ecf91 100644 --- a/en/_sources/release/079/v0.83.0.md.txt +++ b/en/_sources/release/079/v0.83.0.md.txt @@ -10,6 +10,8 @@ https://vrm-c.github.io/UniVRM/ ## [v0.83.0](https://github.com/vrm-c/UniVRM/tree/v0.83.0) (2021-09-10) +| 09/03 | [0.82.1](http://github.com/vrm-c/UniVRM/releases/tag/v0.82.1) [milestone](https://github.com/vrm-c/UniVRM/milestone/45?closed=1) | | URP API | + * commit: https://github.com/vrm-c/UniVRM/releases/tag/v0.83.0 * milestone: https://github.com/vrm-c/UniVRM/milestone/45?closed=1 [Full Changelog](https://github.com/vrm-c/UniVRM/compare/v0.82.1...v0.83.0) diff --git a/en/_sources/release/index.md.txt b/en/_sources/release/index.md.txt index 85587d853..3d75a5dfc 100644 --- a/en/_sources/release/index.md.txt +++ b/en/_sources/release/index.md.txt @@ -1,30 +1,16 @@ # Release -| バージョン | お勧め | Unity | | -|--------------|--------|--------------------|----------------------------------| -| v0.79~ | 最新版 | Unity-2019.4 | 特に問題が無ければこれ。 | -| v0.68~v0.78 | | Unity-2018.4 | 開発版。最新版を使ってください。 | -| v0.56~v0.67 | v0.66 | Unity-2018.4 | | -| ~v0.55 | v0.55 | Unity-5.6(.NET3.5) | | - -## v0.79~ - -* `from 0.80`: `Unity-2019.4` -* `from 0.81`: `UniGLTF_VRMShaders` and `UniVRM` 2パッケージ構成 - -```{toctree} -:glob: -:maxdepth: 1 -:reversed: - -079/* -``` - -## Older versions +| バージョン | お勧め | Unity | | +|---------------------------------|--------|--------------------|----------------------------------| +| {doc}`v0.79~ <079/index>` | 最新版 | Unity-2019.4 | 特に問題が無ければこれ。 | +| {doc}`v0.68~v0.78 <068/index>` | | Unity-2018.4 | 開発版。最新版を使ってください。 | +| {doc}`v0.56~v0.67 <056/index>` | v0.66 | Unity-2018.4 | | +| {doc}`~v0.55 <055/index>` | v0.55 | Unity-5.6(.NET3.5) | | ```{toctree} :maxdepth: 1 +079/index 068/index 056/index 055/index diff --git a/en/_sources/vrm0/index.md.txt b/en/_sources/vrm0/index.md.txt new file mode 100644 index 000000000..e31f771f2 --- /dev/null +++ b/en/_sources/vrm0/index.md.txt @@ -0,0 +1,24 @@ +# VRM + +| version | | +|---------|-------------------------------------------------| +| v0.56 | BlendShapeKey の仕様変更 | + +```{toctree} +:maxdepth: 1 + +0_82_runtime_import +0_79_runtime_import +0_77_runtime_import +0_68_runtime_import +0_44_runtime_import +0_58_blendshape +firstperson +``` + +## Samples + +- SimpleViewer +- RuntimeExporerSample +- FirstPersonSample +- AnimationBridgeSample diff --git a/en/_sources/vrm1/index.md.txt b/en/_sources/vrm1/index.md.txt new file mode 100644 index 000000000..e4c42fd84 --- /dev/null +++ b/en/_sources/vrm1/index.md.txt @@ -0,0 +1,15 @@ +# VRM-1.0(β) + +```{toctree} +:maxdepth: 2 + +vrm1_runtime_load +vrm1_get_humanoid +vrm1_expression +vrm1_lookat +vrm1_firstperson +``` + +## Samples + +- VRM10Viewer diff --git a/en/_static/css/badge_only.css b/en/_static/css/badge_only.css new file mode 100644 index 000000000..e380325bc --- /dev/null +++ b/en/_static/css/badge_only.css @@ -0,0 +1 @@ +.fa:before{-webkit-font-smoothing:antialiased}.clearfix{*zoom:1}.clearfix:after,.clearfix:before{display:table;content:""}.clearfix:after{clear:both}@font-face{font-family:FontAwesome;font-style:normal;font-weight:400;src:url(fonts/fontawesome-webfont.eot?674f50d287a8c48dc19ba404d20fe713?#iefix) format("embedded-opentype"),url(fonts/fontawesome-webfont.woff2?af7ae505a9eed503f8b8e6982036873e) format("woff2"),url(fonts/fontawesome-webfont.woff?fee66e712a8a08eef5805a46892932ad) format("woff"),url(fonts/fontawesome-webfont.ttf?b06871f281fee6b241d60582ae9369b9) format("truetype"),url(fonts/fontawesome-webfont.svg?912ec66d7572ff821749319396470bde#FontAwesome) format("svg")}.fa:before{font-family:FontAwesome;font-style:normal;font-weight:400;line-height:1}.fa:before,a .fa{text-decoration:inherit}.fa:before,a .fa,li .fa{display:inline-block}li .fa-large:before{width:1.875em}ul.fas{list-style-type:none;margin-left:2em;text-indent:-.8em}ul.fas li .fa{width:.8em}ul.fas li .fa-large:before{vertical-align:baseline}.fa-book:before,.icon-book:before{content:"\f02d"}.fa-caret-down:before,.icon-caret-down:before{content:"\f0d7"}.fa-caret-up:before,.icon-caret-up:before{content:"\f0d8"}.fa-caret-left:before,.icon-caret-left:before{content:"\f0d9"}.fa-caret-right:before,.icon-caret-right:before{content:"\f0da"}.rst-versions{position:fixed;bottom:0;left:0;width:300px;color:#fcfcfc;background:#1f1d1d;font-family:Lato,proxima-nova,Helvetica Neue,Arial,sans-serif;z-index:400}.rst-versions a{color:#2980b9;text-decoration:none}.rst-versions .rst-badge-small{display:none}.rst-versions .rst-current-version{padding:12px;background-color:#272525;display:block;text-align:right;font-size:90%;cursor:pointer;color:#27ae60}.rst-versions .rst-current-version:after{clear:both;content:"";display:block}.rst-versions .rst-current-version .fa{color:#fcfcfc}.rst-versions .rst-current-version .fa-book,.rst-versions .rst-current-version .icon-book{float:left}.rst-versions .rst-current-version.rst-out-of-date{background-color:#e74c3c;color:#fff}.rst-versions .rst-current-version.rst-active-old-version{background-color:#f1c40f;color:#000}.rst-versions.shift-up{height:auto;max-height:100%;overflow-y:scroll}.rst-versions.shift-up .rst-other-versions{display:block}.rst-versions .rst-other-versions{font-size:90%;padding:12px;color:grey;display:none}.rst-versions .rst-other-versions hr{display:block;height:1px;border:0;margin:20px 0;padding:0;border-top:1px solid #413d3d}.rst-versions .rst-other-versions dd{display:inline-block;margin:0}.rst-versions .rst-other-versions dd a{display:inline-block;padding:6px;color:#fcfcfc}.rst-versions.rst-badge{width:auto;bottom:20px;right:20px;left:auto;border:none;max-width:300px;max-height:90%}.rst-versions.rst-badge .fa-book,.rst-versions.rst-badge .icon-book{float:none;line-height:30px}.rst-versions.rst-badge.shift-up .rst-current-version{text-align:right}.rst-versions.rst-badge.shift-up .rst-current-version .fa-book,.rst-versions.rst-badge.shift-up .rst-current-version .icon-book{float:left}.rst-versions.rst-badge>.rst-current-version{width:auto;height:30px;line-height:30px;padding:0 6px;display:block;text-align:center}@media screen and (max-width:768px){.rst-versions{width:85%;display:none}.rst-versions.shift{display:block}} \ No newline at end of file diff --git a/en/_static/css/fonts/Roboto-Slab-Bold.woff b/en/_static/css/fonts/Roboto-Slab-Bold.woff new file mode 100644 index 000000000..6cb600001 Binary files /dev/null and b/en/_static/css/fonts/Roboto-Slab-Bold.woff differ diff --git a/en/_static/css/fonts/Roboto-Slab-Bold.woff2 b/en/_static/css/fonts/Roboto-Slab-Bold.woff2 new file mode 100644 index 000000000..7059e2314 Binary files /dev/null and b/en/_static/css/fonts/Roboto-Slab-Bold.woff2 differ diff --git a/en/_static/css/fonts/Roboto-Slab-Regular.woff b/en/_static/css/fonts/Roboto-Slab-Regular.woff new file mode 100644 index 000000000..f815f63f9 Binary files /dev/null and b/en/_static/css/fonts/Roboto-Slab-Regular.woff differ diff --git a/en/_static/css/fonts/Roboto-Slab-Regular.woff2 b/en/_static/css/fonts/Roboto-Slab-Regular.woff2 new file mode 100644 index 000000000..f2c76e5bd Binary files /dev/null and b/en/_static/css/fonts/Roboto-Slab-Regular.woff2 differ diff --git a/en/_static/css/fonts/fontawesome-webfont.eot b/en/_static/css/fonts/fontawesome-webfont.eot new file mode 100644 index 000000000..e9f60ca95 Binary files /dev/null and b/en/_static/css/fonts/fontawesome-webfont.eot differ diff --git a/en/_static/css/fonts/fontawesome-webfont.svg b/en/_static/css/fonts/fontawesome-webfont.svg new file mode 100644 index 000000000..855c845e5 --- /dev/null +++ b/en/_static/css/fonts/fontawesome-webfont.svg @@ -0,0 +1,2671 @@ + + + + +Created by FontForge 20120731 at Mon Oct 24 17:37:40 2016 + By ,,, +Copyright Dave Gandy 2016. All rights reserved. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/en/_static/css/fonts/fontawesome-webfont.ttf b/en/_static/css/fonts/fontawesome-webfont.ttf new file mode 100644 index 000000000..35acda2fa Binary files /dev/null and b/en/_static/css/fonts/fontawesome-webfont.ttf differ diff --git a/en/_static/css/fonts/fontawesome-webfont.woff b/en/_static/css/fonts/fontawesome-webfont.woff new file mode 100644 index 000000000..400014a4b Binary files /dev/null and b/en/_static/css/fonts/fontawesome-webfont.woff differ diff --git a/en/_static/css/fonts/fontawesome-webfont.woff2 b/en/_static/css/fonts/fontawesome-webfont.woff2 new file mode 100644 index 000000000..4d13fc604 Binary files /dev/null and b/en/_static/css/fonts/fontawesome-webfont.woff2 differ diff --git a/en/_static/css/fonts/lato-bold-italic.woff b/en/_static/css/fonts/lato-bold-italic.woff new file mode 100644 index 000000000..88ad05b9f Binary files /dev/null and b/en/_static/css/fonts/lato-bold-italic.woff differ diff --git a/en/_static/css/fonts/lato-bold-italic.woff2 b/en/_static/css/fonts/lato-bold-italic.woff2 new file mode 100644 index 000000000..c4e3d804b Binary files /dev/null and b/en/_static/css/fonts/lato-bold-italic.woff2 differ diff --git a/en/_static/css/fonts/lato-bold.woff b/en/_static/css/fonts/lato-bold.woff new file mode 100644 index 000000000..c6dff51f0 Binary files /dev/null and b/en/_static/css/fonts/lato-bold.woff differ diff --git a/en/_static/css/fonts/lato-bold.woff2 b/en/_static/css/fonts/lato-bold.woff2 new file mode 100644 index 000000000..bb195043c Binary files /dev/null and b/en/_static/css/fonts/lato-bold.woff2 differ diff --git a/en/_static/css/fonts/lato-normal-italic.woff b/en/_static/css/fonts/lato-normal-italic.woff new file mode 100644 index 000000000..76114bc03 Binary files /dev/null and b/en/_static/css/fonts/lato-normal-italic.woff differ diff --git a/en/_static/css/fonts/lato-normal-italic.woff2 b/en/_static/css/fonts/lato-normal-italic.woff2 new file mode 100644 index 000000000..3404f37e2 Binary files /dev/null and b/en/_static/css/fonts/lato-normal-italic.woff2 differ diff --git a/en/_static/css/fonts/lato-normal.woff b/en/_static/css/fonts/lato-normal.woff new file mode 100644 index 000000000..ae1307ff5 Binary files /dev/null and b/en/_static/css/fonts/lato-normal.woff differ diff --git a/en/_static/css/fonts/lato-normal.woff2 b/en/_static/css/fonts/lato-normal.woff2 new file mode 100644 index 000000000..3bf984332 Binary files /dev/null and b/en/_static/css/fonts/lato-normal.woff2 differ diff --git a/en/_static/css/theme.css b/en/_static/css/theme.css new file mode 100644 index 000000000..0d9ae7e1a --- /dev/null +++ b/en/_static/css/theme.css @@ -0,0 +1,4 @@ +html{box-sizing:border-box}*,:after,:before{box-sizing:inherit}article,aside,details,figcaption,figure,footer,header,hgroup,nav,section{display:block}audio,canvas,video{display:inline-block;*display:inline;*zoom:1}[hidden],audio:not([controls]){display:none}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}blockquote{margin:0}dfn{font-style:italic}ins{background:#ff9;text-decoration:none}ins,mark{color:#000}mark{background:#ff0;font-style:italic;font-weight:700}.rst-content code,.rst-content tt,code,kbd,pre,samp{font-family:monospace,serif;_font-family:courier new,monospace;font-size:1em}pre{white-space:pre}q{quotes:none}q:after,q:before{content:"";content:none}small{font-size:85%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}dl,ol,ul{margin:0;padding:0;list-style:none;list-style-image:none}li{list-style:none}dd{margin:0}img{border:0;-ms-interpolation-mode:bicubic;vertical-align:middle;max-width:100%}svg:not(:root){overflow:hidden}figure,form{margin:0}label{cursor:pointer}button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline;*vertical-align:middle}button,input{line-height:normal}button,input[type=button],input[type=reset],input[type=submit]{cursor:pointer;-webkit-appearance:button;*overflow:visible}button[disabled],input[disabled]{cursor:default}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}textarea{resize:vertical}table{border-collapse:collapse;border-spacing:0}td{vertical-align:top}.chromeframe{margin:.2em 0;background:#ccc;color:#000;padding:.2em 0}.ir{display:block;border:0;text-indent:-999em;overflow:hidden;background-color:transparent;background-repeat:no-repeat;text-align:left;direction:ltr;*line-height:0}.ir br{display:none}.hidden{display:none!important;visibility:hidden}.visuallyhidden{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.visuallyhidden.focusable:active,.visuallyhidden.focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}.invisible{visibility:hidden}.relative{position:relative}big,small{font-size:100%}@media print{body,html,section{background:none!important}*{box-shadow:none!important;text-shadow:none!important;filter:none!important;-ms-filter:none!important}a,a:visited{text-decoration:underline}.ir a:after,a[href^="#"]:after,a[href^="javascript:"]:after{content:""}blockquote,pre{page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}img{max-width:100%!important}@page{margin:.5cm}.rst-content .toctree-wrapper>p.caption,h2,h3,p{orphans:3;widows:3}.rst-content .toctree-wrapper>p.caption,h2,h3{page-break-after:avoid}}.btn,.fa:before,.icon:before,.rst-content .admonition,.rst-content .admonition-title:before,.rst-content .admonition-todo,.rst-content .attention,.rst-content .caution,.rst-content .code-block-caption .headerlink:before,.rst-content .danger,.rst-content .eqno .headerlink:before,.rst-content .error,.rst-content .hint,.rst-content .important,.rst-content .note,.rst-content .seealso,.rst-content .tip,.rst-content .warning,.rst-content code.download span:first-child:before,.rst-content dl dt .headerlink:before,.rst-content h1 .headerlink:before,.rst-content h2 .headerlink:before,.rst-content h3 .headerlink:before,.rst-content h4 .headerlink:before,.rst-content h5 .headerlink:before,.rst-content h6 .headerlink:before,.rst-content p.caption .headerlink:before,.rst-content p .headerlink:before,.rst-content table>caption .headerlink:before,.rst-content tt.download span:first-child:before,.wy-alert,.wy-dropdown .caret:before,.wy-inline-validate.wy-inline-validate-danger .wy-input-context:before,.wy-inline-validate.wy-inline-validate-info .wy-input-context:before,.wy-inline-validate.wy-inline-validate-success .wy-input-context:before,.wy-inline-validate.wy-inline-validate-warning .wy-input-context:before,.wy-menu-vertical li.current>a,.wy-menu-vertical li.current>a button.toctree-expand:before,.wy-menu-vertical li.on a,.wy-menu-vertical li.on a button.toctree-expand:before,.wy-menu-vertical li button.toctree-expand:before,.wy-nav-top a,.wy-side-nav-search .wy-dropdown>a,.wy-side-nav-search>a,input[type=color],input[type=date],input[type=datetime-local],input[type=datetime],input[type=email],input[type=month],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=time],input[type=url],input[type=week],select,textarea{-webkit-font-smoothing:antialiased}.clearfix{*zoom:1}.clearfix:after,.clearfix:before{display:table;content:""}.clearfix:after{clear:both}/*! + * Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome + * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) + */@font-face{font-family:FontAwesome;src:url(fonts/fontawesome-webfont.eot?674f50d287a8c48dc19ba404d20fe713);src:url(fonts/fontawesome-webfont.eot?674f50d287a8c48dc19ba404d20fe713?#iefix&v=4.7.0) format("embedded-opentype"),url(fonts/fontawesome-webfont.woff2?af7ae505a9eed503f8b8e6982036873e) format("woff2"),url(fonts/fontawesome-webfont.woff?fee66e712a8a08eef5805a46892932ad) format("woff"),url(fonts/fontawesome-webfont.ttf?b06871f281fee6b241d60582ae9369b9) format("truetype"),url(fonts/fontawesome-webfont.svg?912ec66d7572ff821749319396470bde#fontawesomeregular) format("svg");font-weight:400;font-style:normal}.fa,.icon,.rst-content .admonition-title,.rst-content .code-block-caption .headerlink,.rst-content .eqno .headerlink,.rst-content code.download span:first-child,.rst-content dl dt .headerlink,.rst-content h1 .headerlink,.rst-content h2 .headerlink,.rst-content h3 .headerlink,.rst-content h4 .headerlink,.rst-content h5 .headerlink,.rst-content h6 .headerlink,.rst-content p.caption .headerlink,.rst-content p .headerlink,.rst-content table>caption .headerlink,.rst-content tt.download span:first-child,.wy-menu-vertical li.current>a button.toctree-expand,.wy-menu-vertical li.on a button.toctree-expand,.wy-menu-vertical li button.toctree-expand{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14286em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14286em;width:2.14286em;top:.14286em;text-align:center}.fa-li.fa-lg{left:-1.85714em}.fa-border{padding:.2em .25em .15em;border:.08em solid #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa-pull-left.icon,.fa.fa-pull-left,.rst-content .code-block-caption .fa-pull-left.headerlink,.rst-content .eqno .fa-pull-left.headerlink,.rst-content .fa-pull-left.admonition-title,.rst-content code.download span.fa-pull-left:first-child,.rst-content dl dt .fa-pull-left.headerlink,.rst-content h1 .fa-pull-left.headerlink,.rst-content h2 .fa-pull-left.headerlink,.rst-content h3 .fa-pull-left.headerlink,.rst-content h4 .fa-pull-left.headerlink,.rst-content h5 .fa-pull-left.headerlink,.rst-content h6 .fa-pull-left.headerlink,.rst-content p .fa-pull-left.headerlink,.rst-content table>caption .fa-pull-left.headerlink,.rst-content tt.download span.fa-pull-left:first-child,.wy-menu-vertical li.current>a button.fa-pull-left.toctree-expand,.wy-menu-vertical li.on a button.fa-pull-left.toctree-expand,.wy-menu-vertical li button.fa-pull-left.toctree-expand{margin-right:.3em}.fa-pull-right.icon,.fa.fa-pull-right,.rst-content .code-block-caption .fa-pull-right.headerlink,.rst-content .eqno .fa-pull-right.headerlink,.rst-content .fa-pull-right.admonition-title,.rst-content code.download span.fa-pull-right:first-child,.rst-content dl dt .fa-pull-right.headerlink,.rst-content h1 .fa-pull-right.headerlink,.rst-content h2 .fa-pull-right.headerlink,.rst-content h3 .fa-pull-right.headerlink,.rst-content h4 .fa-pull-right.headerlink,.rst-content h5 .fa-pull-right.headerlink,.rst-content h6 .fa-pull-right.headerlink,.rst-content p .fa-pull-right.headerlink,.rst-content table>caption .fa-pull-right.headerlink,.rst-content tt.download span.fa-pull-right:first-child,.wy-menu-vertical li.current>a button.fa-pull-right.toctree-expand,.wy-menu-vertical li.on a button.fa-pull-right.toctree-expand,.wy-menu-vertical li button.fa-pull-right.toctree-expand{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left,.pull-left.icon,.rst-content .code-block-caption .pull-left.headerlink,.rst-content .eqno .pull-left.headerlink,.rst-content .pull-left.admonition-title,.rst-content code.download span.pull-left:first-child,.rst-content dl dt .pull-left.headerlink,.rst-content h1 .pull-left.headerlink,.rst-content h2 .pull-left.headerlink,.rst-content h3 .pull-left.headerlink,.rst-content h4 .pull-left.headerlink,.rst-content h5 .pull-left.headerlink,.rst-content h6 .pull-left.headerlink,.rst-content p .pull-left.headerlink,.rst-content table>caption .pull-left.headerlink,.rst-content tt.download span.pull-left:first-child,.wy-menu-vertical li.current>a button.pull-left.toctree-expand,.wy-menu-vertical li.on a button.pull-left.toctree-expand,.wy-menu-vertical li button.pull-left.toctree-expand{margin-right:.3em}.fa.pull-right,.pull-right.icon,.rst-content .code-block-caption .pull-right.headerlink,.rst-content .eqno .pull-right.headerlink,.rst-content .pull-right.admonition-title,.rst-content code.download span.pull-right:first-child,.rst-content dl dt .pull-right.headerlink,.rst-content h1 .pull-right.headerlink,.rst-content h2 .pull-right.headerlink,.rst-content h3 .pull-right.headerlink,.rst-content h4 .pull-right.headerlink,.rst-content h5 .pull-right.headerlink,.rst-content h6 .pull-right.headerlink,.rst-content p .pull-right.headerlink,.rst-content table>caption .pull-right.headerlink,.rst-content tt.download span.pull-right:first-child,.wy-menu-vertical li.current>a button.pull-right.toctree-expand,.wy-menu-vertical li.on a button.pull-right.toctree-expand,.wy-menu-vertical li button.pull-right.toctree-expand{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s linear infinite;animation:fa-spin 2s linear infinite}.fa-pulse{-webkit-animation:fa-spin 1s steps(8) infinite;animation:fa-spin 1s steps(8) infinite}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scaleX(-1);-ms-transform:scaleX(-1);transform:scaleX(-1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scaleY(-1);-ms-transform:scaleY(-1);transform:scaleY(-1)}:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:""}.fa-music:before{content:""}.fa-search:before,.icon-search:before{content:""}.fa-envelope-o:before{content:""}.fa-heart:before{content:""}.fa-star:before{content:""}.fa-star-o:before{content:""}.fa-user:before{content:""}.fa-film:before{content:""}.fa-th-large:before{content:""}.fa-th:before{content:""}.fa-th-list:before{content:""}.fa-check:before{content:""}.fa-close:before,.fa-remove:before,.fa-times:before{content:""}.fa-search-plus:before{content:""}.fa-search-minus:before{content:""}.fa-power-off:before{content:""}.fa-signal:before{content:""}.fa-cog:before,.fa-gear:before{content:""}.fa-trash-o:before{content:""}.fa-home:before,.icon-home:before{content:""}.fa-file-o:before{content:""}.fa-clock-o:before{content:""}.fa-road:before{content:""}.fa-download:before,.rst-content code.download span:first-child:before,.rst-content tt.download span:first-child:before{content:""}.fa-arrow-circle-o-down:before{content:""}.fa-arrow-circle-o-up:before{content:""}.fa-inbox:before{content:""}.fa-play-circle-o:before{content:""}.fa-repeat:before,.fa-rotate-right:before{content:""}.fa-refresh:before{content:""}.fa-list-alt:before{content:""}.fa-lock:before{content:""}.fa-flag:before{content:""}.fa-headphones:before{content:""}.fa-volume-off:before{content:""}.fa-volume-down:before{content:""}.fa-volume-up:before{content:""}.fa-qrcode:before{content:""}.fa-barcode:before{content:""}.fa-tag:before{content:""}.fa-tags:before{content:""}.fa-book:before,.icon-book:before{content:""}.fa-bookmark:before{content:""}.fa-print:before{content:""}.fa-camera:before{content:""}.fa-font:before{content:""}.fa-bold:before{content:""}.fa-italic:before{content:""}.fa-text-height:before{content:""}.fa-text-width:before{content:""}.fa-align-left:before{content:""}.fa-align-center:before{content:""}.fa-align-right:before{content:""}.fa-align-justify:before{content:""}.fa-list:before{content:""}.fa-dedent:before,.fa-outdent:before{content:""}.fa-indent:before{content:""}.fa-video-camera:before{content:""}.fa-image:before,.fa-photo:before,.fa-picture-o:before{content:""}.fa-pencil:before{content:""}.fa-map-marker:before{content:""}.fa-adjust:before{content:""}.fa-tint:before{content:""}.fa-edit:before,.fa-pencil-square-o:before{content:""}.fa-share-square-o:before{content:""}.fa-check-square-o:before{content:""}.fa-arrows:before{content:""}.fa-step-backward:before{content:""}.fa-fast-backward:before{content:""}.fa-backward:before{content:""}.fa-play:before{content:""}.fa-pause:before{content:""}.fa-stop:before{content:""}.fa-forward:before{content:""}.fa-fast-forward:before{content:""}.fa-step-forward:before{content:""}.fa-eject:before{content:""}.fa-chevron-left:before{content:""}.fa-chevron-right:before{content:""}.fa-plus-circle:before{content:""}.fa-minus-circle:before{content:""}.fa-times-circle:before,.wy-inline-validate.wy-inline-validate-danger .wy-input-context:before{content:""}.fa-check-circle:before,.wy-inline-validate.wy-inline-validate-success .wy-input-context:before{content:""}.fa-question-circle:before{content:""}.fa-info-circle:before{content:""}.fa-crosshairs:before{content:""}.fa-times-circle-o:before{content:""}.fa-check-circle-o:before{content:""}.fa-ban:before{content:""}.fa-arrow-left:before{content:""}.fa-arrow-right:before{content:""}.fa-arrow-up:before{content:""}.fa-arrow-down:before{content:""}.fa-mail-forward:before,.fa-share:before{content:""}.fa-expand:before{content:""}.fa-compress:before{content:""}.fa-plus:before{content:""}.fa-minus:before{content:""}.fa-asterisk:before{content:""}.fa-exclamation-circle:before,.rst-content .admonition-title:before,.wy-inline-validate.wy-inline-validate-info .wy-input-context:before,.wy-inline-validate.wy-inline-validate-warning .wy-input-context:before{content:""}.fa-gift:before{content:""}.fa-leaf:before{content:""}.fa-fire:before,.icon-fire:before{content:""}.fa-eye:before{content:""}.fa-eye-slash:before{content:""}.fa-exclamation-triangle:before,.fa-warning:before{content:""}.fa-plane:before{content:""}.fa-calendar:before{content:""}.fa-random:before{content:""}.fa-comment:before{content:""}.fa-magnet:before{content:""}.fa-chevron-up:before{content:""}.fa-chevron-down:before{content:""}.fa-retweet:before{content:""}.fa-shopping-cart:before{content:""}.fa-folder:before{content:""}.fa-folder-open:before{content:""}.fa-arrows-v:before{content:""}.fa-arrows-h:before{content:""}.fa-bar-chart-o:before,.fa-bar-chart:before{content:""}.fa-twitter-square:before{content:""}.fa-facebook-square:before{content:""}.fa-camera-retro:before{content:""}.fa-key:before{content:""}.fa-cogs:before,.fa-gears:before{content:""}.fa-comments:before{content:""}.fa-thumbs-o-up:before{content:""}.fa-thumbs-o-down:before{content:""}.fa-star-half:before{content:""}.fa-heart-o:before{content:""}.fa-sign-out:before{content:""}.fa-linkedin-square:before{content:""}.fa-thumb-tack:before{content:""}.fa-external-link:before{content:""}.fa-sign-in:before{content:""}.fa-trophy:before{content:""}.fa-github-square:before{content:""}.fa-upload:before{content:""}.fa-lemon-o:before{content:""}.fa-phone:before{content:""}.fa-square-o:before{content:""}.fa-bookmark-o:before{content:""}.fa-phone-square:before{content:""}.fa-twitter:before{content:""}.fa-facebook-f:before,.fa-facebook:before{content:""}.fa-github:before,.icon-github:before{content:""}.fa-unlock:before{content:""}.fa-credit-card:before{content:""}.fa-feed:before,.fa-rss:before{content:""}.fa-hdd-o:before{content:""}.fa-bullhorn:before{content:""}.fa-bell:before{content:""}.fa-certificate:before{content:""}.fa-hand-o-right:before{content:""}.fa-hand-o-left:before{content:""}.fa-hand-o-up:before{content:""}.fa-hand-o-down:before{content:""}.fa-arrow-circle-left:before,.icon-circle-arrow-left:before{content:""}.fa-arrow-circle-right:before,.icon-circle-arrow-right:before{content:""}.fa-arrow-circle-up:before{content:""}.fa-arrow-circle-down:before{content:""}.fa-globe:before{content:""}.fa-wrench:before{content:""}.fa-tasks:before{content:""}.fa-filter:before{content:""}.fa-briefcase:before{content:""}.fa-arrows-alt:before{content:""}.fa-group:before,.fa-users:before{content:""}.fa-chain:before,.fa-link:before,.icon-link:before{content:""}.fa-cloud:before{content:""}.fa-flask:before{content:""}.fa-cut:before,.fa-scissors:before{content:""}.fa-copy:before,.fa-files-o:before{content:""}.fa-paperclip:before{content:""}.fa-floppy-o:before,.fa-save:before{content:""}.fa-square:before{content:""}.fa-bars:before,.fa-navicon:before,.fa-reorder:before{content:""}.fa-list-ul:before{content:""}.fa-list-ol:before{content:""}.fa-strikethrough:before{content:""}.fa-underline:before{content:""}.fa-table:before{content:""}.fa-magic:before{content:""}.fa-truck:before{content:""}.fa-pinterest:before{content:""}.fa-pinterest-square:before{content:""}.fa-google-plus-square:before{content:""}.fa-google-plus:before{content:""}.fa-money:before{content:""}.fa-caret-down:before,.icon-caret-down:before,.wy-dropdown .caret:before{content:""}.fa-caret-up:before{content:""}.fa-caret-left:before{content:""}.fa-caret-right:before{content:""}.fa-columns:before{content:""}.fa-sort:before,.fa-unsorted:before{content:""}.fa-sort-desc:before,.fa-sort-down:before{content:""}.fa-sort-asc:before,.fa-sort-up:before{content:""}.fa-envelope:before{content:""}.fa-linkedin:before{content:""}.fa-rotate-left:before,.fa-undo:before{content:""}.fa-gavel:before,.fa-legal:before{content:""}.fa-dashboard:before,.fa-tachometer:before{content:""}.fa-comment-o:before{content:""}.fa-comments-o:before{content:""}.fa-bolt:before,.fa-flash:before{content:""}.fa-sitemap:before{content:""}.fa-umbrella:before{content:""}.fa-clipboard:before,.fa-paste:before{content:""}.fa-lightbulb-o:before{content:""}.fa-exchange:before{content:""}.fa-cloud-download:before{content:""}.fa-cloud-upload:before{content:""}.fa-user-md:before{content:""}.fa-stethoscope:before{content:""}.fa-suitcase:before{content:""}.fa-bell-o:before{content:""}.fa-coffee:before{content:""}.fa-cutlery:before{content:""}.fa-file-text-o:before{content:""}.fa-building-o:before{content:""}.fa-hospital-o:before{content:""}.fa-ambulance:before{content:""}.fa-medkit:before{content:""}.fa-fighter-jet:before{content:""}.fa-beer:before{content:""}.fa-h-square:before{content:""}.fa-plus-square:before{content:""}.fa-angle-double-left:before{content:""}.fa-angle-double-right:before{content:""}.fa-angle-double-up:before{content:""}.fa-angle-double-down:before{content:""}.fa-angle-left:before{content:""}.fa-angle-right:before{content:""}.fa-angle-up:before{content:""}.fa-angle-down:before{content:""}.fa-desktop:before{content:""}.fa-laptop:before{content:""}.fa-tablet:before{content:""}.fa-mobile-phone:before,.fa-mobile:before{content:""}.fa-circle-o:before{content:""}.fa-quote-left:before{content:""}.fa-quote-right:before{content:""}.fa-spinner:before{content:""}.fa-circle:before{content:""}.fa-mail-reply:before,.fa-reply:before{content:""}.fa-github-alt:before{content:""}.fa-folder-o:before{content:""}.fa-folder-open-o:before{content:""}.fa-smile-o:before{content:""}.fa-frown-o:before{content:""}.fa-meh-o:before{content:""}.fa-gamepad:before{content:""}.fa-keyboard-o:before{content:""}.fa-flag-o:before{content:""}.fa-flag-checkered:before{content:""}.fa-terminal:before{content:""}.fa-code:before{content:""}.fa-mail-reply-all:before,.fa-reply-all:before{content:""}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:""}.fa-location-arrow:before{content:""}.fa-crop:before{content:""}.fa-code-fork:before{content:""}.fa-chain-broken:before,.fa-unlink:before{content:""}.fa-question:before{content:""}.fa-info:before{content:""}.fa-exclamation:before{content:""}.fa-superscript:before{content:""}.fa-subscript:before{content:""}.fa-eraser:before{content:""}.fa-puzzle-piece:before{content:""}.fa-microphone:before{content:""}.fa-microphone-slash:before{content:""}.fa-shield:before{content:""}.fa-calendar-o:before{content:""}.fa-fire-extinguisher:before{content:""}.fa-rocket:before{content:""}.fa-maxcdn:before{content:""}.fa-chevron-circle-left:before{content:""}.fa-chevron-circle-right:before{content:""}.fa-chevron-circle-up:before{content:""}.fa-chevron-circle-down:before{content:""}.fa-html5:before{content:""}.fa-css3:before{content:""}.fa-anchor:before{content:""}.fa-unlock-alt:before{content:""}.fa-bullseye:before{content:""}.fa-ellipsis-h:before{content:""}.fa-ellipsis-v:before{content:""}.fa-rss-square:before{content:""}.fa-play-circle:before{content:""}.fa-ticket:before{content:""}.fa-minus-square:before{content:""}.fa-minus-square-o:before,.wy-menu-vertical li.current>a button.toctree-expand:before,.wy-menu-vertical li.on a button.toctree-expand:before{content:""}.fa-level-up:before{content:""}.fa-level-down:before{content:""}.fa-check-square:before{content:""}.fa-pencil-square:before{content:""}.fa-external-link-square:before{content:""}.fa-share-square:before{content:""}.fa-compass:before{content:""}.fa-caret-square-o-down:before,.fa-toggle-down:before{content:""}.fa-caret-square-o-up:before,.fa-toggle-up:before{content:""}.fa-caret-square-o-right:before,.fa-toggle-right:before{content:""}.fa-eur:before,.fa-euro:before{content:""}.fa-gbp:before{content:""}.fa-dollar:before,.fa-usd:before{content:""}.fa-inr:before,.fa-rupee:before{content:""}.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen:before{content:""}.fa-rouble:before,.fa-rub:before,.fa-ruble:before{content:""}.fa-krw:before,.fa-won:before{content:""}.fa-bitcoin:before,.fa-btc:before{content:""}.fa-file:before{content:""}.fa-file-text:before{content:""}.fa-sort-alpha-asc:before{content:""}.fa-sort-alpha-desc:before{content:""}.fa-sort-amount-asc:before{content:""}.fa-sort-amount-desc:before{content:""}.fa-sort-numeric-asc:before{content:""}.fa-sort-numeric-desc:before{content:""}.fa-thumbs-up:before{content:""}.fa-thumbs-down:before{content:""}.fa-youtube-square:before{content:""}.fa-youtube:before{content:""}.fa-xing:before{content:""}.fa-xing-square:before{content:""}.fa-youtube-play:before{content:""}.fa-dropbox:before{content:""}.fa-stack-overflow:before{content:""}.fa-instagram:before{content:""}.fa-flickr:before{content:""}.fa-adn:before{content:""}.fa-bitbucket:before,.icon-bitbucket:before{content:""}.fa-bitbucket-square:before{content:""}.fa-tumblr:before{content:""}.fa-tumblr-square:before{content:""}.fa-long-arrow-down:before{content:""}.fa-long-arrow-up:before{content:""}.fa-long-arrow-left:before{content:""}.fa-long-arrow-right:before{content:""}.fa-apple:before{content:""}.fa-windows:before{content:""}.fa-android:before{content:""}.fa-linux:before{content:""}.fa-dribbble:before{content:""}.fa-skype:before{content:""}.fa-foursquare:before{content:""}.fa-trello:before{content:""}.fa-female:before{content:""}.fa-male:before{content:""}.fa-gittip:before,.fa-gratipay:before{content:""}.fa-sun-o:before{content:""}.fa-moon-o:before{content:""}.fa-archive:before{content:""}.fa-bug:before{content:""}.fa-vk:before{content:""}.fa-weibo:before{content:""}.fa-renren:before{content:""}.fa-pagelines:before{content:""}.fa-stack-exchange:before{content:""}.fa-arrow-circle-o-right:before{content:""}.fa-arrow-circle-o-left:before{content:""}.fa-caret-square-o-left:before,.fa-toggle-left:before{content:""}.fa-dot-circle-o:before{content:""}.fa-wheelchair:before{content:""}.fa-vimeo-square:before{content:""}.fa-try:before,.fa-turkish-lira:before{content:""}.fa-plus-square-o:before,.wy-menu-vertical li button.toctree-expand:before{content:""}.fa-space-shuttle:before{content:""}.fa-slack:before{content:""}.fa-envelope-square:before{content:""}.fa-wordpress:before{content:""}.fa-openid:before{content:""}.fa-bank:before,.fa-institution:before,.fa-university:before{content:""}.fa-graduation-cap:before,.fa-mortar-board:before{content:""}.fa-yahoo:before{content:""}.fa-google:before{content:""}.fa-reddit:before{content:""}.fa-reddit-square:before{content:""}.fa-stumbleupon-circle:before{content:""}.fa-stumbleupon:before{content:""}.fa-delicious:before{content:""}.fa-digg:before{content:""}.fa-pied-piper-pp:before{content:""}.fa-pied-piper-alt:before{content:""}.fa-drupal:before{content:""}.fa-joomla:before{content:""}.fa-language:before{content:""}.fa-fax:before{content:""}.fa-building:before{content:""}.fa-child:before{content:""}.fa-paw:before{content:""}.fa-spoon:before{content:""}.fa-cube:before{content:""}.fa-cubes:before{content:""}.fa-behance:before{content:""}.fa-behance-square:before{content:""}.fa-steam:before{content:""}.fa-steam-square:before{content:""}.fa-recycle:before{content:""}.fa-automobile:before,.fa-car:before{content:""}.fa-cab:before,.fa-taxi:before{content:""}.fa-tree:before{content:""}.fa-spotify:before{content:""}.fa-deviantart:before{content:""}.fa-soundcloud:before{content:""}.fa-database:before{content:""}.fa-file-pdf-o:before{content:""}.fa-file-word-o:before{content:""}.fa-file-excel-o:before{content:""}.fa-file-powerpoint-o:before{content:""}.fa-file-image-o:before,.fa-file-photo-o:before,.fa-file-picture-o:before{content:""}.fa-file-archive-o:before,.fa-file-zip-o:before{content:""}.fa-file-audio-o:before,.fa-file-sound-o:before{content:""}.fa-file-movie-o:before,.fa-file-video-o:before{content:""}.fa-file-code-o:before{content:""}.fa-vine:before{content:""}.fa-codepen:before{content:""}.fa-jsfiddle:before{content:""}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-ring:before,.fa-life-saver:before,.fa-support:before{content:""}.fa-circle-o-notch:before{content:""}.fa-ra:before,.fa-rebel:before,.fa-resistance:before{content:""}.fa-empire:before,.fa-ge:before{content:""}.fa-git-square:before{content:""}.fa-git:before{content:""}.fa-hacker-news:before,.fa-y-combinator-square:before,.fa-yc-square:before{content:""}.fa-tencent-weibo:before{content:""}.fa-qq:before{content:""}.fa-wechat:before,.fa-weixin:before{content:""}.fa-paper-plane:before,.fa-send:before{content:""}.fa-paper-plane-o:before,.fa-send-o:before{content:""}.fa-history:before{content:""}.fa-circle-thin:before{content:""}.fa-header:before{content:""}.fa-paragraph:before{content:""}.fa-sliders:before{content:""}.fa-share-alt:before{content:""}.fa-share-alt-square:before{content:""}.fa-bomb:before{content:""}.fa-futbol-o:before,.fa-soccer-ball-o:before{content:""}.fa-tty:before{content:""}.fa-binoculars:before{content:""}.fa-plug:before{content:""}.fa-slideshare:before{content:""}.fa-twitch:before{content:""}.fa-yelp:before{content:""}.fa-newspaper-o:before{content:""}.fa-wifi:before{content:""}.fa-calculator:before{content:""}.fa-paypal:before{content:""}.fa-google-wallet:before{content:""}.fa-cc-visa:before{content:""}.fa-cc-mastercard:before{content:""}.fa-cc-discover:before{content:""}.fa-cc-amex:before{content:""}.fa-cc-paypal:before{content:""}.fa-cc-stripe:before{content:""}.fa-bell-slash:before{content:""}.fa-bell-slash-o:before{content:""}.fa-trash:before{content:""}.fa-copyright:before{content:""}.fa-at:before{content:""}.fa-eyedropper:before{content:""}.fa-paint-brush:before{content:""}.fa-birthday-cake:before{content:""}.fa-area-chart:before{content:""}.fa-pie-chart:before{content:""}.fa-line-chart:before{content:""}.fa-lastfm:before{content:""}.fa-lastfm-square:before{content:""}.fa-toggle-off:before{content:""}.fa-toggle-on:before{content:""}.fa-bicycle:before{content:""}.fa-bus:before{content:""}.fa-ioxhost:before{content:""}.fa-angellist:before{content:""}.fa-cc:before{content:""}.fa-ils:before,.fa-shekel:before,.fa-sheqel:before{content:""}.fa-meanpath:before{content:""}.fa-buysellads:before{content:""}.fa-connectdevelop:before{content:""}.fa-dashcube:before{content:""}.fa-forumbee:before{content:""}.fa-leanpub:before{content:""}.fa-sellsy:before{content:""}.fa-shirtsinbulk:before{content:""}.fa-simplybuilt:before{content:""}.fa-skyatlas:before{content:""}.fa-cart-plus:before{content:""}.fa-cart-arrow-down:before{content:""}.fa-diamond:before{content:""}.fa-ship:before{content:""}.fa-user-secret:before{content:""}.fa-motorcycle:before{content:""}.fa-street-view:before{content:""}.fa-heartbeat:before{content:""}.fa-venus:before{content:""}.fa-mars:before{content:""}.fa-mercury:before{content:""}.fa-intersex:before,.fa-transgender:before{content:""}.fa-transgender-alt:before{content:""}.fa-venus-double:before{content:""}.fa-mars-double:before{content:""}.fa-venus-mars:before{content:""}.fa-mars-stroke:before{content:""}.fa-mars-stroke-v:before{content:""}.fa-mars-stroke-h:before{content:""}.fa-neuter:before{content:""}.fa-genderless:before{content:""}.fa-facebook-official:before{content:""}.fa-pinterest-p:before{content:""}.fa-whatsapp:before{content:""}.fa-server:before{content:""}.fa-user-plus:before{content:""}.fa-user-times:before{content:""}.fa-bed:before,.fa-hotel:before{content:""}.fa-viacoin:before{content:""}.fa-train:before{content:""}.fa-subway:before{content:""}.fa-medium:before{content:""}.fa-y-combinator:before,.fa-yc:before{content:""}.fa-optin-monster:before{content:""}.fa-opencart:before{content:""}.fa-expeditedssl:before{content:""}.fa-battery-4:before,.fa-battery-full:before,.fa-battery:before{content:""}.fa-battery-3:before,.fa-battery-three-quarters:before{content:""}.fa-battery-2:before,.fa-battery-half:before{content:""}.fa-battery-1:before,.fa-battery-quarter:before{content:""}.fa-battery-0:before,.fa-battery-empty:before{content:""}.fa-mouse-pointer:before{content:""}.fa-i-cursor:before{content:""}.fa-object-group:before{content:""}.fa-object-ungroup:before{content:""}.fa-sticky-note:before{content:""}.fa-sticky-note-o:before{content:""}.fa-cc-jcb:before{content:""}.fa-cc-diners-club:before{content:""}.fa-clone:before{content:""}.fa-balance-scale:before{content:""}.fa-hourglass-o:before{content:""}.fa-hourglass-1:before,.fa-hourglass-start:before{content:""}.fa-hourglass-2:before,.fa-hourglass-half:before{content:""}.fa-hourglass-3:before,.fa-hourglass-end:before{content:""}.fa-hourglass:before{content:""}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:""}.fa-hand-paper-o:before,.fa-hand-stop-o:before{content:""}.fa-hand-scissors-o:before{content:""}.fa-hand-lizard-o:before{content:""}.fa-hand-spock-o:before{content:""}.fa-hand-pointer-o:before{content:""}.fa-hand-peace-o:before{content:""}.fa-trademark:before{content:""}.fa-registered:before{content:""}.fa-creative-commons:before{content:""}.fa-gg:before{content:""}.fa-gg-circle:before{content:""}.fa-tripadvisor:before{content:""}.fa-odnoklassniki:before{content:""}.fa-odnoklassniki-square:before{content:""}.fa-get-pocket:before{content:""}.fa-wikipedia-w:before{content:""}.fa-safari:before{content:""}.fa-chrome:before{content:""}.fa-firefox:before{content:""}.fa-opera:before{content:""}.fa-internet-explorer:before{content:""}.fa-television:before,.fa-tv:before{content:""}.fa-contao:before{content:""}.fa-500px:before{content:""}.fa-amazon:before{content:""}.fa-calendar-plus-o:before{content:""}.fa-calendar-minus-o:before{content:""}.fa-calendar-times-o:before{content:""}.fa-calendar-check-o:before{content:""}.fa-industry:before{content:""}.fa-map-pin:before{content:""}.fa-map-signs:before{content:""}.fa-map-o:before{content:""}.fa-map:before{content:""}.fa-commenting:before{content:""}.fa-commenting-o:before{content:""}.fa-houzz:before{content:""}.fa-vimeo:before{content:""}.fa-black-tie:before{content:""}.fa-fonticons:before{content:""}.fa-reddit-alien:before{content:""}.fa-edge:before{content:""}.fa-credit-card-alt:before{content:""}.fa-codiepie:before{content:""}.fa-modx:before{content:""}.fa-fort-awesome:before{content:""}.fa-usb:before{content:""}.fa-product-hunt:before{content:""}.fa-mixcloud:before{content:""}.fa-scribd:before{content:""}.fa-pause-circle:before{content:""}.fa-pause-circle-o:before{content:""}.fa-stop-circle:before{content:""}.fa-stop-circle-o:before{content:""}.fa-shopping-bag:before{content:""}.fa-shopping-basket:before{content:""}.fa-hashtag:before{content:""}.fa-bluetooth:before{content:""}.fa-bluetooth-b:before{content:""}.fa-percent:before{content:""}.fa-gitlab:before,.icon-gitlab:before{content:""}.fa-wpbeginner:before{content:""}.fa-wpforms:before{content:""}.fa-envira:before{content:""}.fa-universal-access:before{content:""}.fa-wheelchair-alt:before{content:""}.fa-question-circle-o:before{content:""}.fa-blind:before{content:""}.fa-audio-description:before{content:""}.fa-volume-control-phone:before{content:""}.fa-braille:before{content:""}.fa-assistive-listening-systems:before{content:""}.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before{content:""}.fa-deaf:before,.fa-deafness:before,.fa-hard-of-hearing:before{content:""}.fa-glide:before{content:""}.fa-glide-g:before{content:""}.fa-sign-language:before,.fa-signing:before{content:""}.fa-low-vision:before{content:""}.fa-viadeo:before{content:""}.fa-viadeo-square:before{content:""}.fa-snapchat:before{content:""}.fa-snapchat-ghost:before{content:""}.fa-snapchat-square:before{content:""}.fa-pied-piper:before{content:""}.fa-first-order:before{content:""}.fa-yoast:before{content:""}.fa-themeisle:before{content:""}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:""}.fa-fa:before,.fa-font-awesome:before{content:""}.fa-handshake-o:before{content:""}.fa-envelope-open:before{content:""}.fa-envelope-open-o:before{content:""}.fa-linode:before{content:""}.fa-address-book:before{content:""}.fa-address-book-o:before{content:""}.fa-address-card:before,.fa-vcard:before{content:""}.fa-address-card-o:before,.fa-vcard-o:before{content:""}.fa-user-circle:before{content:""}.fa-user-circle-o:before{content:""}.fa-user-o:before{content:""}.fa-id-badge:before{content:""}.fa-drivers-license:before,.fa-id-card:before{content:""}.fa-drivers-license-o:before,.fa-id-card-o:before{content:""}.fa-quora:before{content:""}.fa-free-code-camp:before{content:""}.fa-telegram:before{content:""}.fa-thermometer-4:before,.fa-thermometer-full:before,.fa-thermometer:before{content:""}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:""}.fa-thermometer-2:before,.fa-thermometer-half:before{content:""}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:""}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:""}.fa-shower:before{content:""}.fa-bath:before,.fa-bathtub:before,.fa-s15:before{content:""}.fa-podcast:before{content:""}.fa-window-maximize:before{content:""}.fa-window-minimize:before{content:""}.fa-window-restore:before{content:""}.fa-times-rectangle:before,.fa-window-close:before{content:""}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:""}.fa-bandcamp:before{content:""}.fa-grav:before{content:""}.fa-etsy:before{content:""}.fa-imdb:before{content:""}.fa-ravelry:before{content:""}.fa-eercast:before{content:""}.fa-microchip:before{content:""}.fa-snowflake-o:before{content:""}.fa-superpowers:before{content:""}.fa-wpexplorer:before{content:""}.fa-meetup:before{content:""}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}.fa,.icon,.rst-content .admonition-title,.rst-content .code-block-caption .headerlink,.rst-content .eqno .headerlink,.rst-content code.download span:first-child,.rst-content dl dt .headerlink,.rst-content h1 .headerlink,.rst-content h2 .headerlink,.rst-content h3 .headerlink,.rst-content h4 .headerlink,.rst-content h5 .headerlink,.rst-content h6 .headerlink,.rst-content p.caption .headerlink,.rst-content p .headerlink,.rst-content table>caption .headerlink,.rst-content tt.download span:first-child,.wy-dropdown .caret,.wy-inline-validate.wy-inline-validate-danger .wy-input-context,.wy-inline-validate.wy-inline-validate-info .wy-input-context,.wy-inline-validate.wy-inline-validate-success .wy-input-context,.wy-inline-validate.wy-inline-validate-warning .wy-input-context,.wy-menu-vertical li.current>a button.toctree-expand,.wy-menu-vertical li.on a button.toctree-expand,.wy-menu-vertical li button.toctree-expand{font-family:inherit}.fa:before,.icon:before,.rst-content .admonition-title:before,.rst-content .code-block-caption .headerlink:before,.rst-content .eqno .headerlink:before,.rst-content code.download span:first-child:before,.rst-content dl dt .headerlink:before,.rst-content h1 .headerlink:before,.rst-content h2 .headerlink:before,.rst-content h3 .headerlink:before,.rst-content h4 .headerlink:before,.rst-content h5 .headerlink:before,.rst-content h6 .headerlink:before,.rst-content p.caption .headerlink:before,.rst-content p .headerlink:before,.rst-content table>caption .headerlink:before,.rst-content tt.download span:first-child:before,.wy-dropdown .caret:before,.wy-inline-validate.wy-inline-validate-danger .wy-input-context:before,.wy-inline-validate.wy-inline-validate-info .wy-input-context:before,.wy-inline-validate.wy-inline-validate-success .wy-input-context:before,.wy-inline-validate.wy-inline-validate-warning .wy-input-context:before,.wy-menu-vertical li.current>a button.toctree-expand:before,.wy-menu-vertical li.on a button.toctree-expand:before,.wy-menu-vertical li button.toctree-expand:before{font-family:FontAwesome;display:inline-block;font-style:normal;font-weight:400;line-height:1;text-decoration:inherit}.rst-content .code-block-caption a .headerlink,.rst-content .eqno a .headerlink,.rst-content a .admonition-title,.rst-content code.download a span:first-child,.rst-content dl dt a .headerlink,.rst-content h1 a .headerlink,.rst-content h2 a .headerlink,.rst-content h3 a .headerlink,.rst-content h4 a .headerlink,.rst-content h5 a .headerlink,.rst-content h6 a .headerlink,.rst-content p.caption a .headerlink,.rst-content p a .headerlink,.rst-content table>caption a .headerlink,.rst-content tt.download a span:first-child,.wy-menu-vertical li.current>a button.toctree-expand,.wy-menu-vertical li.on a button.toctree-expand,.wy-menu-vertical li a button.toctree-expand,a .fa,a .icon,a .rst-content .admonition-title,a .rst-content .code-block-caption .headerlink,a .rst-content .eqno .headerlink,a .rst-content code.download span:first-child,a .rst-content dl dt .headerlink,a .rst-content h1 .headerlink,a .rst-content h2 .headerlink,a .rst-content h3 .headerlink,a .rst-content h4 .headerlink,a .rst-content h5 .headerlink,a .rst-content h6 .headerlink,a .rst-content p.caption .headerlink,a .rst-content p .headerlink,a .rst-content table>caption .headerlink,a .rst-content tt.download span:first-child,a .wy-menu-vertical li button.toctree-expand{display:inline-block;text-decoration:inherit}.btn .fa,.btn .icon,.btn .rst-content .admonition-title,.btn .rst-content .code-block-caption .headerlink,.btn .rst-content .eqno .headerlink,.btn .rst-content code.download span:first-child,.btn .rst-content dl dt .headerlink,.btn .rst-content h1 .headerlink,.btn .rst-content h2 .headerlink,.btn .rst-content h3 .headerlink,.btn .rst-content h4 .headerlink,.btn .rst-content h5 .headerlink,.btn .rst-content h6 .headerlink,.btn .rst-content p .headerlink,.btn .rst-content table>caption .headerlink,.btn .rst-content tt.download span:first-child,.btn .wy-menu-vertical li.current>a button.toctree-expand,.btn .wy-menu-vertical li.on a button.toctree-expand,.btn .wy-menu-vertical li button.toctree-expand,.nav .fa,.nav .icon,.nav .rst-content .admonition-title,.nav .rst-content .code-block-caption .headerlink,.nav .rst-content .eqno .headerlink,.nav .rst-content code.download span:first-child,.nav .rst-content dl dt .headerlink,.nav .rst-content h1 .headerlink,.nav .rst-content h2 .headerlink,.nav .rst-content h3 .headerlink,.nav .rst-content h4 .headerlink,.nav .rst-content h5 .headerlink,.nav .rst-content h6 .headerlink,.nav .rst-content p .headerlink,.nav .rst-content table>caption .headerlink,.nav .rst-content tt.download span:first-child,.nav .wy-menu-vertical li.current>a button.toctree-expand,.nav .wy-menu-vertical li.on a button.toctree-expand,.nav .wy-menu-vertical li button.toctree-expand,.rst-content .btn .admonition-title,.rst-content .code-block-caption .btn .headerlink,.rst-content .code-block-caption .nav .headerlink,.rst-content .eqno .btn .headerlink,.rst-content .eqno .nav .headerlink,.rst-content .nav .admonition-title,.rst-content code.download .btn span:first-child,.rst-content code.download .nav span:first-child,.rst-content dl dt .btn .headerlink,.rst-content dl dt .nav .headerlink,.rst-content h1 .btn .headerlink,.rst-content h1 .nav .headerlink,.rst-content h2 .btn .headerlink,.rst-content h2 .nav .headerlink,.rst-content h3 .btn .headerlink,.rst-content h3 .nav .headerlink,.rst-content h4 .btn .headerlink,.rst-content h4 .nav .headerlink,.rst-content h5 .btn .headerlink,.rst-content h5 .nav .headerlink,.rst-content h6 .btn .headerlink,.rst-content h6 .nav .headerlink,.rst-content p .btn .headerlink,.rst-content p .nav .headerlink,.rst-content table>caption .btn .headerlink,.rst-content table>caption .nav .headerlink,.rst-content tt.download .btn span:first-child,.rst-content tt.download .nav span:first-child,.wy-menu-vertical li .btn button.toctree-expand,.wy-menu-vertical li.current>a .btn button.toctree-expand,.wy-menu-vertical li.current>a .nav button.toctree-expand,.wy-menu-vertical li .nav button.toctree-expand,.wy-menu-vertical li.on a .btn button.toctree-expand,.wy-menu-vertical li.on a .nav button.toctree-expand{display:inline}.btn .fa-large.icon,.btn .fa.fa-large,.btn .rst-content .code-block-caption .fa-large.headerlink,.btn .rst-content .eqno .fa-large.headerlink,.btn .rst-content .fa-large.admonition-title,.btn .rst-content code.download span.fa-large:first-child,.btn .rst-content dl dt .fa-large.headerlink,.btn .rst-content h1 .fa-large.headerlink,.btn .rst-content h2 .fa-large.headerlink,.btn .rst-content h3 .fa-large.headerlink,.btn .rst-content h4 .fa-large.headerlink,.btn .rst-content h5 .fa-large.headerlink,.btn .rst-content h6 .fa-large.headerlink,.btn .rst-content p .fa-large.headerlink,.btn .rst-content table>caption .fa-large.headerlink,.btn .rst-content tt.download span.fa-large:first-child,.btn .wy-menu-vertical li button.fa-large.toctree-expand,.nav .fa-large.icon,.nav .fa.fa-large,.nav .rst-content .code-block-caption .fa-large.headerlink,.nav .rst-content .eqno .fa-large.headerlink,.nav .rst-content .fa-large.admonition-title,.nav .rst-content code.download span.fa-large:first-child,.nav .rst-content dl dt .fa-large.headerlink,.nav .rst-content h1 .fa-large.headerlink,.nav .rst-content h2 .fa-large.headerlink,.nav .rst-content h3 .fa-large.headerlink,.nav .rst-content h4 .fa-large.headerlink,.nav .rst-content h5 .fa-large.headerlink,.nav .rst-content h6 .fa-large.headerlink,.nav .rst-content p .fa-large.headerlink,.nav .rst-content table>caption .fa-large.headerlink,.nav .rst-content tt.download span.fa-large:first-child,.nav .wy-menu-vertical li button.fa-large.toctree-expand,.rst-content .btn .fa-large.admonition-title,.rst-content .code-block-caption .btn .fa-large.headerlink,.rst-content .code-block-caption .nav .fa-large.headerlink,.rst-content .eqno .btn .fa-large.headerlink,.rst-content .eqno .nav .fa-large.headerlink,.rst-content .nav .fa-large.admonition-title,.rst-content code.download .btn span.fa-large:first-child,.rst-content code.download .nav span.fa-large:first-child,.rst-content dl dt .btn .fa-large.headerlink,.rst-content dl dt .nav .fa-large.headerlink,.rst-content h1 .btn .fa-large.headerlink,.rst-content h1 .nav .fa-large.headerlink,.rst-content h2 .btn .fa-large.headerlink,.rst-content h2 .nav .fa-large.headerlink,.rst-content h3 .btn .fa-large.headerlink,.rst-content h3 .nav .fa-large.headerlink,.rst-content h4 .btn .fa-large.headerlink,.rst-content h4 .nav .fa-large.headerlink,.rst-content h5 .btn .fa-large.headerlink,.rst-content h5 .nav .fa-large.headerlink,.rst-content h6 .btn .fa-large.headerlink,.rst-content h6 .nav .fa-large.headerlink,.rst-content p .btn .fa-large.headerlink,.rst-content p .nav .fa-large.headerlink,.rst-content table>caption .btn .fa-large.headerlink,.rst-content table>caption .nav .fa-large.headerlink,.rst-content tt.download .btn span.fa-large:first-child,.rst-content tt.download .nav span.fa-large:first-child,.wy-menu-vertical li .btn button.fa-large.toctree-expand,.wy-menu-vertical li .nav button.fa-large.toctree-expand{line-height:.9em}.btn .fa-spin.icon,.btn .fa.fa-spin,.btn .rst-content .code-block-caption .fa-spin.headerlink,.btn .rst-content .eqno .fa-spin.headerlink,.btn .rst-content .fa-spin.admonition-title,.btn .rst-content code.download span.fa-spin:first-child,.btn .rst-content dl dt .fa-spin.headerlink,.btn .rst-content h1 .fa-spin.headerlink,.btn .rst-content h2 .fa-spin.headerlink,.btn .rst-content h3 .fa-spin.headerlink,.btn .rst-content h4 .fa-spin.headerlink,.btn .rst-content h5 .fa-spin.headerlink,.btn .rst-content h6 .fa-spin.headerlink,.btn .rst-content p .fa-spin.headerlink,.btn .rst-content table>caption .fa-spin.headerlink,.btn .rst-content tt.download span.fa-spin:first-child,.btn .wy-menu-vertical li button.fa-spin.toctree-expand,.nav .fa-spin.icon,.nav .fa.fa-spin,.nav .rst-content .code-block-caption .fa-spin.headerlink,.nav .rst-content .eqno .fa-spin.headerlink,.nav .rst-content .fa-spin.admonition-title,.nav .rst-content code.download span.fa-spin:first-child,.nav .rst-content dl dt .fa-spin.headerlink,.nav .rst-content h1 .fa-spin.headerlink,.nav .rst-content h2 .fa-spin.headerlink,.nav .rst-content h3 .fa-spin.headerlink,.nav .rst-content h4 .fa-spin.headerlink,.nav .rst-content h5 .fa-spin.headerlink,.nav .rst-content h6 .fa-spin.headerlink,.nav .rst-content p .fa-spin.headerlink,.nav .rst-content table>caption .fa-spin.headerlink,.nav .rst-content tt.download span.fa-spin:first-child,.nav .wy-menu-vertical li button.fa-spin.toctree-expand,.rst-content .btn .fa-spin.admonition-title,.rst-content .code-block-caption .btn .fa-spin.headerlink,.rst-content .code-block-caption .nav .fa-spin.headerlink,.rst-content .eqno .btn .fa-spin.headerlink,.rst-content .eqno .nav .fa-spin.headerlink,.rst-content .nav .fa-spin.admonition-title,.rst-content code.download .btn span.fa-spin:first-child,.rst-content code.download .nav span.fa-spin:first-child,.rst-content dl dt .btn .fa-spin.headerlink,.rst-content dl dt .nav .fa-spin.headerlink,.rst-content h1 .btn .fa-spin.headerlink,.rst-content h1 .nav .fa-spin.headerlink,.rst-content h2 .btn .fa-spin.headerlink,.rst-content h2 .nav .fa-spin.headerlink,.rst-content h3 .btn .fa-spin.headerlink,.rst-content h3 .nav .fa-spin.headerlink,.rst-content h4 .btn .fa-spin.headerlink,.rst-content h4 .nav .fa-spin.headerlink,.rst-content h5 .btn .fa-spin.headerlink,.rst-content h5 .nav .fa-spin.headerlink,.rst-content h6 .btn .fa-spin.headerlink,.rst-content h6 .nav .fa-spin.headerlink,.rst-content p .btn .fa-spin.headerlink,.rst-content p .nav .fa-spin.headerlink,.rst-content table>caption .btn .fa-spin.headerlink,.rst-content table>caption .nav .fa-spin.headerlink,.rst-content tt.download .btn span.fa-spin:first-child,.rst-content tt.download .nav span.fa-spin:first-child,.wy-menu-vertical li .btn button.fa-spin.toctree-expand,.wy-menu-vertical li .nav button.fa-spin.toctree-expand{display:inline-block}.btn.fa:before,.btn.icon:before,.rst-content .btn.admonition-title:before,.rst-content .code-block-caption .btn.headerlink:before,.rst-content .eqno .btn.headerlink:before,.rst-content code.download span.btn:first-child:before,.rst-content dl dt .btn.headerlink:before,.rst-content h1 .btn.headerlink:before,.rst-content h2 .btn.headerlink:before,.rst-content h3 .btn.headerlink:before,.rst-content h4 .btn.headerlink:before,.rst-content h5 .btn.headerlink:before,.rst-content h6 .btn.headerlink:before,.rst-content p .btn.headerlink:before,.rst-content table>caption .btn.headerlink:before,.rst-content tt.download span.btn:first-child:before,.wy-menu-vertical li button.btn.toctree-expand:before{opacity:.5;-webkit-transition:opacity .05s ease-in;-moz-transition:opacity .05s ease-in;transition:opacity .05s ease-in}.btn.fa:hover:before,.btn.icon:hover:before,.rst-content .btn.admonition-title:hover:before,.rst-content .code-block-caption .btn.headerlink:hover:before,.rst-content .eqno .btn.headerlink:hover:before,.rst-content code.download span.btn:first-child:hover:before,.rst-content dl dt .btn.headerlink:hover:before,.rst-content h1 .btn.headerlink:hover:before,.rst-content h2 .btn.headerlink:hover:before,.rst-content h3 .btn.headerlink:hover:before,.rst-content h4 .btn.headerlink:hover:before,.rst-content h5 .btn.headerlink:hover:before,.rst-content h6 .btn.headerlink:hover:before,.rst-content p .btn.headerlink:hover:before,.rst-content table>caption .btn.headerlink:hover:before,.rst-content tt.download span.btn:first-child:hover:before,.wy-menu-vertical li button.btn.toctree-expand:hover:before{opacity:1}.btn-mini .fa:before,.btn-mini .icon:before,.btn-mini .rst-content .admonition-title:before,.btn-mini .rst-content .code-block-caption .headerlink:before,.btn-mini .rst-content .eqno .headerlink:before,.btn-mini .rst-content code.download span:first-child:before,.btn-mini .rst-content dl dt .headerlink:before,.btn-mini .rst-content h1 .headerlink:before,.btn-mini .rst-content h2 .headerlink:before,.btn-mini .rst-content h3 .headerlink:before,.btn-mini .rst-content h4 .headerlink:before,.btn-mini .rst-content h5 .headerlink:before,.btn-mini .rst-content h6 .headerlink:before,.btn-mini .rst-content p .headerlink:before,.btn-mini .rst-content table>caption .headerlink:before,.btn-mini .rst-content tt.download span:first-child:before,.btn-mini .wy-menu-vertical li button.toctree-expand:before,.rst-content .btn-mini .admonition-title:before,.rst-content .code-block-caption .btn-mini .headerlink:before,.rst-content .eqno .btn-mini .headerlink:before,.rst-content code.download .btn-mini span:first-child:before,.rst-content dl dt .btn-mini .headerlink:before,.rst-content h1 .btn-mini .headerlink:before,.rst-content h2 .btn-mini .headerlink:before,.rst-content h3 .btn-mini .headerlink:before,.rst-content h4 .btn-mini .headerlink:before,.rst-content h5 .btn-mini .headerlink:before,.rst-content h6 .btn-mini .headerlink:before,.rst-content p .btn-mini .headerlink:before,.rst-content table>caption .btn-mini .headerlink:before,.rst-content tt.download .btn-mini span:first-child:before,.wy-menu-vertical li .btn-mini button.toctree-expand:before{font-size:14px;vertical-align:-15%}.rst-content .admonition,.rst-content .admonition-todo,.rst-content .attention,.rst-content .caution,.rst-content .danger,.rst-content .error,.rst-content .hint,.rst-content .important,.rst-content .note,.rst-content .seealso,.rst-content .tip,.rst-content .warning,.wy-alert{padding:12px;line-height:24px;margin-bottom:24px;background:#e7f2fa}.rst-content .admonition-title,.wy-alert-title{font-weight:700;display:block;color:#fff;background:#6ab0de;padding:6px 12px;margin:-12px -12px 12px}.rst-content .danger,.rst-content .error,.rst-content .wy-alert-danger.admonition,.rst-content .wy-alert-danger.admonition-todo,.rst-content .wy-alert-danger.attention,.rst-content .wy-alert-danger.caution,.rst-content .wy-alert-danger.hint,.rst-content .wy-alert-danger.important,.rst-content .wy-alert-danger.note,.rst-content .wy-alert-danger.seealso,.rst-content .wy-alert-danger.tip,.rst-content .wy-alert-danger.warning,.wy-alert.wy-alert-danger{background:#fdf3f2}.rst-content .danger .admonition-title,.rst-content .danger .wy-alert-title,.rst-content .error .admonition-title,.rst-content .error .wy-alert-title,.rst-content .wy-alert-danger.admonition-todo .admonition-title,.rst-content .wy-alert-danger.admonition-todo .wy-alert-title,.rst-content .wy-alert-danger.admonition .admonition-title,.rst-content .wy-alert-danger.admonition .wy-alert-title,.rst-content .wy-alert-danger.attention .admonition-title,.rst-content .wy-alert-danger.attention .wy-alert-title,.rst-content .wy-alert-danger.caution .admonition-title,.rst-content .wy-alert-danger.caution .wy-alert-title,.rst-content .wy-alert-danger.hint .admonition-title,.rst-content .wy-alert-danger.hint .wy-alert-title,.rst-content .wy-alert-danger.important .admonition-title,.rst-content .wy-alert-danger.important .wy-alert-title,.rst-content .wy-alert-danger.note .admonition-title,.rst-content .wy-alert-danger.note .wy-alert-title,.rst-content .wy-alert-danger.seealso .admonition-title,.rst-content .wy-alert-danger.seealso .wy-alert-title,.rst-content .wy-alert-danger.tip .admonition-title,.rst-content .wy-alert-danger.tip .wy-alert-title,.rst-content .wy-alert-danger.warning .admonition-title,.rst-content .wy-alert-danger.warning .wy-alert-title,.rst-content .wy-alert.wy-alert-danger .admonition-title,.wy-alert.wy-alert-danger .rst-content .admonition-title,.wy-alert.wy-alert-danger .wy-alert-title{background:#f29f97}.rst-content .admonition-todo,.rst-content .attention,.rst-content .caution,.rst-content .warning,.rst-content .wy-alert-warning.admonition,.rst-content .wy-alert-warning.danger,.rst-content .wy-alert-warning.error,.rst-content .wy-alert-warning.hint,.rst-content .wy-alert-warning.important,.rst-content .wy-alert-warning.note,.rst-content .wy-alert-warning.seealso,.rst-content .wy-alert-warning.tip,.wy-alert.wy-alert-warning{background:#ffedcc}.rst-content .admonition-todo .admonition-title,.rst-content .admonition-todo .wy-alert-title,.rst-content .attention .admonition-title,.rst-content .attention .wy-alert-title,.rst-content .caution .admonition-title,.rst-content .caution .wy-alert-title,.rst-content .warning .admonition-title,.rst-content .warning .wy-alert-title,.rst-content .wy-alert-warning.admonition .admonition-title,.rst-content .wy-alert-warning.admonition .wy-alert-title,.rst-content .wy-alert-warning.danger .admonition-title,.rst-content .wy-alert-warning.danger .wy-alert-title,.rst-content .wy-alert-warning.error .admonition-title,.rst-content .wy-alert-warning.error .wy-alert-title,.rst-content .wy-alert-warning.hint .admonition-title,.rst-content .wy-alert-warning.hint .wy-alert-title,.rst-content .wy-alert-warning.important .admonition-title,.rst-content .wy-alert-warning.important .wy-alert-title,.rst-content .wy-alert-warning.note .admonition-title,.rst-content .wy-alert-warning.note .wy-alert-title,.rst-content .wy-alert-warning.seealso .admonition-title,.rst-content .wy-alert-warning.seealso .wy-alert-title,.rst-content .wy-alert-warning.tip .admonition-title,.rst-content .wy-alert-warning.tip .wy-alert-title,.rst-content .wy-alert.wy-alert-warning .admonition-title,.wy-alert.wy-alert-warning .rst-content .admonition-title,.wy-alert.wy-alert-warning .wy-alert-title{background:#f0b37e}.rst-content .note,.rst-content .seealso,.rst-content .wy-alert-info.admonition,.rst-content .wy-alert-info.admonition-todo,.rst-content .wy-alert-info.attention,.rst-content .wy-alert-info.caution,.rst-content .wy-alert-info.danger,.rst-content .wy-alert-info.error,.rst-content .wy-alert-info.hint,.rst-content .wy-alert-info.important,.rst-content .wy-alert-info.tip,.rst-content .wy-alert-info.warning,.wy-alert.wy-alert-info{background:#e7f2fa}.rst-content .note .admonition-title,.rst-content .note .wy-alert-title,.rst-content .seealso .admonition-title,.rst-content .seealso .wy-alert-title,.rst-content .wy-alert-info.admonition-todo .admonition-title,.rst-content .wy-alert-info.admonition-todo .wy-alert-title,.rst-content .wy-alert-info.admonition .admonition-title,.rst-content .wy-alert-info.admonition .wy-alert-title,.rst-content .wy-alert-info.attention .admonition-title,.rst-content .wy-alert-info.attention .wy-alert-title,.rst-content .wy-alert-info.caution .admonition-title,.rst-content .wy-alert-info.caution .wy-alert-title,.rst-content .wy-alert-info.danger .admonition-title,.rst-content .wy-alert-info.danger .wy-alert-title,.rst-content .wy-alert-info.error .admonition-title,.rst-content .wy-alert-info.error .wy-alert-title,.rst-content .wy-alert-info.hint .admonition-title,.rst-content .wy-alert-info.hint .wy-alert-title,.rst-content .wy-alert-info.important .admonition-title,.rst-content .wy-alert-info.important .wy-alert-title,.rst-content .wy-alert-info.tip .admonition-title,.rst-content .wy-alert-info.tip .wy-alert-title,.rst-content .wy-alert-info.warning .admonition-title,.rst-content .wy-alert-info.warning .wy-alert-title,.rst-content .wy-alert.wy-alert-info .admonition-title,.wy-alert.wy-alert-info .rst-content .admonition-title,.wy-alert.wy-alert-info .wy-alert-title{background:#6ab0de}.rst-content .hint,.rst-content .important,.rst-content .tip,.rst-content .wy-alert-success.admonition,.rst-content .wy-alert-success.admonition-todo,.rst-content .wy-alert-success.attention,.rst-content .wy-alert-success.caution,.rst-content .wy-alert-success.danger,.rst-content .wy-alert-success.error,.rst-content .wy-alert-success.note,.rst-content .wy-alert-success.seealso,.rst-content .wy-alert-success.warning,.wy-alert.wy-alert-success{background:#dbfaf4}.rst-content .hint .admonition-title,.rst-content .hint .wy-alert-title,.rst-content .important .admonition-title,.rst-content .important .wy-alert-title,.rst-content .tip .admonition-title,.rst-content .tip .wy-alert-title,.rst-content .wy-alert-success.admonition-todo .admonition-title,.rst-content .wy-alert-success.admonition-todo .wy-alert-title,.rst-content .wy-alert-success.admonition .admonition-title,.rst-content .wy-alert-success.admonition .wy-alert-title,.rst-content .wy-alert-success.attention .admonition-title,.rst-content .wy-alert-success.attention .wy-alert-title,.rst-content .wy-alert-success.caution .admonition-title,.rst-content .wy-alert-success.caution .wy-alert-title,.rst-content .wy-alert-success.danger .admonition-title,.rst-content .wy-alert-success.danger .wy-alert-title,.rst-content .wy-alert-success.error .admonition-title,.rst-content .wy-alert-success.error .wy-alert-title,.rst-content .wy-alert-success.note .admonition-title,.rst-content .wy-alert-success.note .wy-alert-title,.rst-content .wy-alert-success.seealso .admonition-title,.rst-content .wy-alert-success.seealso .wy-alert-title,.rst-content .wy-alert-success.warning .admonition-title,.rst-content .wy-alert-success.warning .wy-alert-title,.rst-content .wy-alert.wy-alert-success .admonition-title,.wy-alert.wy-alert-success .rst-content .admonition-title,.wy-alert.wy-alert-success .wy-alert-title{background:#1abc9c}.rst-content .wy-alert-neutral.admonition,.rst-content .wy-alert-neutral.admonition-todo,.rst-content .wy-alert-neutral.attention,.rst-content .wy-alert-neutral.caution,.rst-content .wy-alert-neutral.danger,.rst-content .wy-alert-neutral.error,.rst-content .wy-alert-neutral.hint,.rst-content .wy-alert-neutral.important,.rst-content .wy-alert-neutral.note,.rst-content .wy-alert-neutral.seealso,.rst-content .wy-alert-neutral.tip,.rst-content .wy-alert-neutral.warning,.wy-alert.wy-alert-neutral{background:#f3f6f6}.rst-content .wy-alert-neutral.admonition-todo .admonition-title,.rst-content .wy-alert-neutral.admonition-todo .wy-alert-title,.rst-content .wy-alert-neutral.admonition .admonition-title,.rst-content .wy-alert-neutral.admonition .wy-alert-title,.rst-content .wy-alert-neutral.attention .admonition-title,.rst-content .wy-alert-neutral.attention .wy-alert-title,.rst-content .wy-alert-neutral.caution .admonition-title,.rst-content .wy-alert-neutral.caution .wy-alert-title,.rst-content .wy-alert-neutral.danger .admonition-title,.rst-content .wy-alert-neutral.danger .wy-alert-title,.rst-content .wy-alert-neutral.error .admonition-title,.rst-content .wy-alert-neutral.error .wy-alert-title,.rst-content .wy-alert-neutral.hint .admonition-title,.rst-content .wy-alert-neutral.hint .wy-alert-title,.rst-content .wy-alert-neutral.important .admonition-title,.rst-content .wy-alert-neutral.important .wy-alert-title,.rst-content .wy-alert-neutral.note .admonition-title,.rst-content .wy-alert-neutral.note .wy-alert-title,.rst-content .wy-alert-neutral.seealso .admonition-title,.rst-content .wy-alert-neutral.seealso .wy-alert-title,.rst-content .wy-alert-neutral.tip .admonition-title,.rst-content .wy-alert-neutral.tip .wy-alert-title,.rst-content .wy-alert-neutral.warning .admonition-title,.rst-content .wy-alert-neutral.warning .wy-alert-title,.rst-content .wy-alert.wy-alert-neutral .admonition-title,.wy-alert.wy-alert-neutral .rst-content .admonition-title,.wy-alert.wy-alert-neutral .wy-alert-title{color:#404040;background:#e1e4e5}.rst-content .wy-alert-neutral.admonition-todo a,.rst-content .wy-alert-neutral.admonition a,.rst-content .wy-alert-neutral.attention a,.rst-content .wy-alert-neutral.caution a,.rst-content .wy-alert-neutral.danger a,.rst-content .wy-alert-neutral.error a,.rst-content .wy-alert-neutral.hint a,.rst-content .wy-alert-neutral.important a,.rst-content .wy-alert-neutral.note a,.rst-content .wy-alert-neutral.seealso a,.rst-content .wy-alert-neutral.tip a,.rst-content .wy-alert-neutral.warning a,.wy-alert.wy-alert-neutral a{color:#2980b9}.rst-content .admonition-todo p:last-child,.rst-content .admonition p:last-child,.rst-content .attention p:last-child,.rst-content .caution p:last-child,.rst-content .danger p:last-child,.rst-content .error p:last-child,.rst-content .hint p:last-child,.rst-content .important p:last-child,.rst-content .note p:last-child,.rst-content .seealso p:last-child,.rst-content .tip p:last-child,.rst-content .warning p:last-child,.wy-alert p:last-child{margin-bottom:0}.wy-tray-container{position:fixed;bottom:0;left:0;z-index:600}.wy-tray-container li{display:block;width:300px;background:transparent;color:#fff;text-align:center;box-shadow:0 5px 5px 0 rgba(0,0,0,.1);padding:0 24px;min-width:20%;opacity:0;height:0;line-height:56px;overflow:hidden;-webkit-transition:all .3s ease-in;-moz-transition:all .3s ease-in;transition:all .3s ease-in}.wy-tray-container li.wy-tray-item-success{background:#27ae60}.wy-tray-container li.wy-tray-item-info{background:#2980b9}.wy-tray-container li.wy-tray-item-warning{background:#e67e22}.wy-tray-container li.wy-tray-item-danger{background:#e74c3c}.wy-tray-container li.on{opacity:1;height:56px}@media screen and (max-width:768px){.wy-tray-container{bottom:auto;top:0;width:100%}.wy-tray-container li{width:100%}}button{font-size:100%;margin:0;vertical-align:baseline;*vertical-align:middle;cursor:pointer;line-height:normal;-webkit-appearance:button;*overflow:visible}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}button[disabled]{cursor:default}.btn{display:inline-block;border-radius:2px;line-height:normal;white-space:nowrap;text-align:center;cursor:pointer;font-size:100%;padding:6px 12px 8px;color:#fff;border:1px solid rgba(0,0,0,.1);background-color:#27ae60;text-decoration:none;font-weight:400;font-family:Lato,proxima-nova,Helvetica Neue,Arial,sans-serif;box-shadow:inset 0 1px 2px -1px hsla(0,0%,100%,.5),inset 0 -2px 0 0 rgba(0,0,0,.1);outline-none:false;vertical-align:middle;*display:inline;zoom:1;-webkit-user-drag:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:all .1s linear;-moz-transition:all .1s linear;transition:all .1s linear}.btn-hover{background:#2e8ece;color:#fff}.btn:hover{background:#2cc36b;color:#fff}.btn:focus{background:#2cc36b;outline:0}.btn:active{box-shadow:inset 0 -1px 0 0 rgba(0,0,0,.05),inset 0 2px 0 0 rgba(0,0,0,.1);padding:8px 12px 6px}.btn:visited{color:#fff}.btn-disabled,.btn-disabled:active,.btn-disabled:focus,.btn-disabled:hover,.btn:disabled{background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);filter:alpha(opacity=40);opacity:.4;cursor:not-allowed;box-shadow:none}.btn::-moz-focus-inner{padding:0;border:0}.btn-small{font-size:80%}.btn-info{background-color:#2980b9!important}.btn-info:hover{background-color:#2e8ece!important}.btn-neutral{background-color:#f3f6f6!important;color:#404040!important}.btn-neutral:hover{background-color:#e5ebeb!important;color:#404040}.btn-neutral:visited{color:#404040!important}.btn-success{background-color:#27ae60!important}.btn-success:hover{background-color:#295!important}.btn-danger{background-color:#e74c3c!important}.btn-danger:hover{background-color:#ea6153!important}.btn-warning{background-color:#e67e22!important}.btn-warning:hover{background-color:#e98b39!important}.btn-invert{background-color:#222}.btn-invert:hover{background-color:#2f2f2f!important}.btn-link{background-color:transparent!important;color:#2980b9;box-shadow:none;border-color:transparent!important}.btn-link:active,.btn-link:hover{background-color:transparent!important;color:#409ad5!important;box-shadow:none}.btn-link:visited{color:#9b59b6}.wy-btn-group .btn,.wy-control .btn{vertical-align:middle}.wy-btn-group{margin-bottom:24px;*zoom:1}.wy-btn-group:after,.wy-btn-group:before{display:table;content:""}.wy-btn-group:after{clear:both}.wy-dropdown{position:relative;display:inline-block}.wy-dropdown-active .wy-dropdown-menu{display:block}.wy-dropdown-menu{position:absolute;left:0;display:none;float:left;top:100%;min-width:100%;background:#fcfcfc;z-index:100;border:1px solid #cfd7dd;box-shadow:0 2px 2px 0 rgba(0,0,0,.1);padding:12px}.wy-dropdown-menu>dd>a{display:block;clear:both;color:#404040;white-space:nowrap;font-size:90%;padding:0 12px;cursor:pointer}.wy-dropdown-menu>dd>a:hover{background:#2980b9;color:#fff}.wy-dropdown-menu>dd.divider{border-top:1px solid #cfd7dd;margin:6px 0}.wy-dropdown-menu>dd.search{padding-bottom:12px}.wy-dropdown-menu>dd.search input[type=search]{width:100%}.wy-dropdown-menu>dd.call-to-action{background:#e3e3e3;text-transform:uppercase;font-weight:500;font-size:80%}.wy-dropdown-menu>dd.call-to-action:hover{background:#e3e3e3}.wy-dropdown-menu>dd.call-to-action .btn{color:#fff}.wy-dropdown.wy-dropdown-up .wy-dropdown-menu{bottom:100%;top:auto;left:auto;right:0}.wy-dropdown.wy-dropdown-bubble .wy-dropdown-menu{background:#fcfcfc;margin-top:2px}.wy-dropdown.wy-dropdown-bubble .wy-dropdown-menu a{padding:6px 12px}.wy-dropdown.wy-dropdown-bubble .wy-dropdown-menu a:hover{background:#2980b9;color:#fff}.wy-dropdown.wy-dropdown-left .wy-dropdown-menu{right:0;left:auto;text-align:right}.wy-dropdown-arrow:before{content:" ";border-bottom:5px solid #f5f5f5;border-left:5px solid transparent;border-right:5px solid transparent;position:absolute;display:block;top:-4px;left:50%;margin-left:-3px}.wy-dropdown-arrow.wy-dropdown-arrow-left:before{left:11px}.wy-form-stacked select{display:block}.wy-form-aligned .wy-help-inline,.wy-form-aligned input,.wy-form-aligned label,.wy-form-aligned select,.wy-form-aligned textarea{display:inline-block;*display:inline;*zoom:1;vertical-align:middle}.wy-form-aligned .wy-control-group>label{display:inline-block;vertical-align:middle;width:10em;margin:6px 12px 0 0;float:left}.wy-form-aligned .wy-control{float:left}.wy-form-aligned .wy-control label{display:block}.wy-form-aligned .wy-control select{margin-top:6px}fieldset{margin:0}fieldset,legend{border:0;padding:0}legend{width:100%;white-space:normal;margin-bottom:24px;font-size:150%;*margin-left:-7px}label,legend{display:block}label{margin:0 0 .3125em;color:#333;font-size:90%}input,select,textarea{font-size:100%;margin:0;vertical-align:baseline;*vertical-align:middle}.wy-control-group{margin-bottom:24px;max-width:1200px;margin-left:auto;margin-right:auto;*zoom:1}.wy-control-group:after,.wy-control-group:before{display:table;content:""}.wy-control-group:after{clear:both}.wy-control-group.wy-control-group-required>label:after{content:" *";color:#e74c3c}.wy-control-group .wy-form-full,.wy-control-group .wy-form-halves,.wy-control-group .wy-form-thirds{padding-bottom:12px}.wy-control-group .wy-form-full input[type=color],.wy-control-group .wy-form-full input[type=date],.wy-control-group .wy-form-full input[type=datetime-local],.wy-control-group .wy-form-full input[type=datetime],.wy-control-group .wy-form-full input[type=email],.wy-control-group .wy-form-full input[type=month],.wy-control-group .wy-form-full input[type=number],.wy-control-group .wy-form-full input[type=password],.wy-control-group .wy-form-full input[type=search],.wy-control-group .wy-form-full input[type=tel],.wy-control-group .wy-form-full input[type=text],.wy-control-group .wy-form-full input[type=time],.wy-control-group .wy-form-full input[type=url],.wy-control-group .wy-form-full input[type=week],.wy-control-group .wy-form-full select,.wy-control-group .wy-form-halves input[type=color],.wy-control-group .wy-form-halves input[type=date],.wy-control-group .wy-form-halves input[type=datetime-local],.wy-control-group .wy-form-halves input[type=datetime],.wy-control-group .wy-form-halves input[type=email],.wy-control-group .wy-form-halves input[type=month],.wy-control-group .wy-form-halves input[type=number],.wy-control-group .wy-form-halves input[type=password],.wy-control-group .wy-form-halves input[type=search],.wy-control-group .wy-form-halves input[type=tel],.wy-control-group .wy-form-halves input[type=text],.wy-control-group .wy-form-halves input[type=time],.wy-control-group .wy-form-halves input[type=url],.wy-control-group .wy-form-halves input[type=week],.wy-control-group .wy-form-halves select,.wy-control-group .wy-form-thirds input[type=color],.wy-control-group .wy-form-thirds input[type=date],.wy-control-group .wy-form-thirds input[type=datetime-local],.wy-control-group .wy-form-thirds input[type=datetime],.wy-control-group .wy-form-thirds input[type=email],.wy-control-group .wy-form-thirds input[type=month],.wy-control-group .wy-form-thirds input[type=number],.wy-control-group .wy-form-thirds input[type=password],.wy-control-group .wy-form-thirds input[type=search],.wy-control-group .wy-form-thirds input[type=tel],.wy-control-group .wy-form-thirds input[type=text],.wy-control-group .wy-form-thirds input[type=time],.wy-control-group .wy-form-thirds input[type=url],.wy-control-group .wy-form-thirds input[type=week],.wy-control-group .wy-form-thirds select{width:100%}.wy-control-group .wy-form-full{float:left;display:block;width:100%;margin-right:0}.wy-control-group .wy-form-full:last-child{margin-right:0}.wy-control-group .wy-form-halves{float:left;display:block;margin-right:2.35765%;width:48.82117%}.wy-control-group .wy-form-halves:last-child,.wy-control-group .wy-form-halves:nth-of-type(2n){margin-right:0}.wy-control-group .wy-form-halves:nth-of-type(odd){clear:left}.wy-control-group .wy-form-thirds{float:left;display:block;margin-right:2.35765%;width:31.76157%}.wy-control-group .wy-form-thirds:last-child,.wy-control-group .wy-form-thirds:nth-of-type(3n){margin-right:0}.wy-control-group .wy-form-thirds:nth-of-type(3n+1){clear:left}.wy-control-group.wy-control-group-no-input .wy-control,.wy-control-no-input{margin:6px 0 0;font-size:90%}.wy-control-no-input{display:inline-block}.wy-control-group.fluid-input input[type=color],.wy-control-group.fluid-input input[type=date],.wy-control-group.fluid-input input[type=datetime-local],.wy-control-group.fluid-input input[type=datetime],.wy-control-group.fluid-input input[type=email],.wy-control-group.fluid-input input[type=month],.wy-control-group.fluid-input input[type=number],.wy-control-group.fluid-input input[type=password],.wy-control-group.fluid-input input[type=search],.wy-control-group.fluid-input input[type=tel],.wy-control-group.fluid-input input[type=text],.wy-control-group.fluid-input input[type=time],.wy-control-group.fluid-input input[type=url],.wy-control-group.fluid-input input[type=week]{width:100%}.wy-form-message-inline{padding-left:.3em;color:#666;font-size:90%}.wy-form-message{display:block;color:#999;font-size:70%;margin-top:.3125em;font-style:italic}.wy-form-message p{font-size:inherit;font-style:italic;margin-bottom:6px}.wy-form-message p:last-child{margin-bottom:0}input{line-height:normal}input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer;font-family:Lato,proxima-nova,Helvetica Neue,Arial,sans-serif;*overflow:visible}input[type=color],input[type=date],input[type=datetime-local],input[type=datetime],input[type=email],input[type=month],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=time],input[type=url],input[type=week]{-webkit-appearance:none;padding:6px;display:inline-block;border:1px solid #ccc;font-size:80%;font-family:Lato,proxima-nova,Helvetica Neue,Arial,sans-serif;box-shadow:inset 0 1px 3px #ddd;border-radius:0;-webkit-transition:border .3s linear;-moz-transition:border .3s linear;transition:border .3s linear}input[type=datetime-local]{padding:.34375em .625em}input[disabled]{cursor:default}input[type=checkbox],input[type=radio]{padding:0;margin-right:.3125em;*height:13px;*width:13px}input[type=checkbox],input[type=radio],input[type=search]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}input[type=color]:focus,input[type=date]:focus,input[type=datetime-local]:focus,input[type=datetime]:focus,input[type=email]:focus,input[type=month]:focus,input[type=number]:focus,input[type=password]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=text]:focus,input[type=time]:focus,input[type=url]:focus,input[type=week]:focus{outline:0;outline:thin dotted\9;border-color:#333}input.no-focus:focus{border-color:#ccc!important}input[type=checkbox]:focus,input[type=file]:focus,input[type=radio]:focus{outline:thin dotted #333;outline:1px auto #129fea}input[type=color][disabled],input[type=date][disabled],input[type=datetime-local][disabled],input[type=datetime][disabled],input[type=email][disabled],input[type=month][disabled],input[type=number][disabled],input[type=password][disabled],input[type=search][disabled],input[type=tel][disabled],input[type=text][disabled],input[type=time][disabled],input[type=url][disabled],input[type=week][disabled]{cursor:not-allowed;background-color:#fafafa}input:focus:invalid,select:focus:invalid,textarea:focus:invalid{color:#e74c3c;border:1px solid #e74c3c}input:focus:invalid:focus,select:focus:invalid:focus,textarea:focus:invalid:focus{border-color:#e74c3c}input[type=checkbox]:focus:invalid:focus,input[type=file]:focus:invalid:focus,input[type=radio]:focus:invalid:focus{outline-color:#e74c3c}input.wy-input-large{padding:12px;font-size:100%}textarea{overflow:auto;vertical-align:top;width:100%;font-family:Lato,proxima-nova,Helvetica Neue,Arial,sans-serif}select,textarea{padding:.5em .625em;display:inline-block;border:1px solid #ccc;font-size:80%;box-shadow:inset 0 1px 3px #ddd;-webkit-transition:border .3s linear;-moz-transition:border .3s linear;transition:border .3s linear}select{border:1px solid #ccc;background-color:#fff}select[multiple]{height:auto}select:focus,textarea:focus{outline:0}input[readonly],select[disabled],select[readonly],textarea[disabled],textarea[readonly]{cursor:not-allowed;background-color:#fafafa}input[type=checkbox][disabled],input[type=radio][disabled]{cursor:not-allowed}.wy-checkbox,.wy-radio{margin:6px 0;color:#404040;display:block}.wy-checkbox input,.wy-radio input{vertical-align:baseline}.wy-form-message-inline{display:inline-block;*display:inline;*zoom:1;vertical-align:middle}.wy-input-prefix,.wy-input-suffix{white-space:nowrap;padding:6px}.wy-input-prefix .wy-input-context,.wy-input-suffix .wy-input-context{line-height:27px;padding:0 8px;display:inline-block;font-size:80%;background-color:#f3f6f6;border:1px solid #ccc;color:#999}.wy-input-suffix .wy-input-context{border-left:0}.wy-input-prefix .wy-input-context{border-right:0}.wy-switch{position:relative;display:block;height:24px;margin-top:12px;cursor:pointer}.wy-switch:before{left:0;top:0;width:36px;height:12px;background:#ccc}.wy-switch:after,.wy-switch:before{position:absolute;content:"";display:block;border-radius:4px;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.wy-switch:after{width:18px;height:18px;background:#999;left:-3px;top:-3px}.wy-switch span{position:absolute;left:48px;display:block;font-size:12px;color:#ccc;line-height:1}.wy-switch.active:before{background:#1e8449}.wy-switch.active:after{left:24px;background:#27ae60}.wy-switch.disabled{cursor:not-allowed;opacity:.8}.wy-control-group.wy-control-group-error .wy-form-message,.wy-control-group.wy-control-group-error>label{color:#e74c3c}.wy-control-group.wy-control-group-error input[type=color],.wy-control-group.wy-control-group-error input[type=date],.wy-control-group.wy-control-group-error input[type=datetime-local],.wy-control-group.wy-control-group-error input[type=datetime],.wy-control-group.wy-control-group-error input[type=email],.wy-control-group.wy-control-group-error input[type=month],.wy-control-group.wy-control-group-error input[type=number],.wy-control-group.wy-control-group-error input[type=password],.wy-control-group.wy-control-group-error input[type=search],.wy-control-group.wy-control-group-error input[type=tel],.wy-control-group.wy-control-group-error input[type=text],.wy-control-group.wy-control-group-error input[type=time],.wy-control-group.wy-control-group-error input[type=url],.wy-control-group.wy-control-group-error input[type=week],.wy-control-group.wy-control-group-error textarea{border:1px solid #e74c3c}.wy-inline-validate{white-space:nowrap}.wy-inline-validate .wy-input-context{padding:.5em .625em;display:inline-block;font-size:80%}.wy-inline-validate.wy-inline-validate-success .wy-input-context{color:#27ae60}.wy-inline-validate.wy-inline-validate-danger .wy-input-context{color:#e74c3c}.wy-inline-validate.wy-inline-validate-warning .wy-input-context{color:#e67e22}.wy-inline-validate.wy-inline-validate-info .wy-input-context{color:#2980b9}.rotate-90{-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg)}.rotate-180{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}.rotate-270{-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg);-ms-transform:rotate(270deg);-o-transform:rotate(270deg);transform:rotate(270deg)}.mirror{-webkit-transform:scaleX(-1);-moz-transform:scaleX(-1);-ms-transform:scaleX(-1);-o-transform:scaleX(-1);transform:scaleX(-1)}.mirror.rotate-90{-webkit-transform:scaleX(-1) rotate(90deg);-moz-transform:scaleX(-1) rotate(90deg);-ms-transform:scaleX(-1) rotate(90deg);-o-transform:scaleX(-1) rotate(90deg);transform:scaleX(-1) rotate(90deg)}.mirror.rotate-180{-webkit-transform:scaleX(-1) rotate(180deg);-moz-transform:scaleX(-1) rotate(180deg);-ms-transform:scaleX(-1) rotate(180deg);-o-transform:scaleX(-1) rotate(180deg);transform:scaleX(-1) rotate(180deg)}.mirror.rotate-270{-webkit-transform:scaleX(-1) rotate(270deg);-moz-transform:scaleX(-1) rotate(270deg);-ms-transform:scaleX(-1) rotate(270deg);-o-transform:scaleX(-1) rotate(270deg);transform:scaleX(-1) rotate(270deg)}@media only screen and (max-width:480px){.wy-form button[type=submit]{margin:.7em 0 0}.wy-form input[type=color],.wy-form input[type=date],.wy-form input[type=datetime-local],.wy-form input[type=datetime],.wy-form input[type=email],.wy-form input[type=month],.wy-form input[type=number],.wy-form input[type=password],.wy-form input[type=search],.wy-form input[type=tel],.wy-form input[type=text],.wy-form input[type=time],.wy-form input[type=url],.wy-form input[type=week],.wy-form label{margin-bottom:.3em;display:block}.wy-form input[type=color],.wy-form input[type=date],.wy-form input[type=datetime-local],.wy-form input[type=datetime],.wy-form input[type=email],.wy-form input[type=month],.wy-form input[type=number],.wy-form input[type=password],.wy-form input[type=search],.wy-form input[type=tel],.wy-form input[type=time],.wy-form input[type=url],.wy-form input[type=week]{margin-bottom:0}.wy-form-aligned .wy-control-group label{margin-bottom:.3em;text-align:left;display:block;width:100%}.wy-form-aligned .wy-control{margin:1.5em 0 0}.wy-form-message,.wy-form-message-inline,.wy-form .wy-help-inline{display:block;font-size:80%;padding:6px 0}}@media screen and (max-width:768px){.tablet-hide{display:none}}@media screen and (max-width:480px){.mobile-hide{display:none}}.float-left{float:left}.float-right{float:right}.full-width{width:100%}.rst-content table.docutils,.rst-content table.field-list,.wy-table{border-collapse:collapse;border-spacing:0;empty-cells:show;margin-bottom:24px}.rst-content table.docutils caption,.rst-content table.field-list caption,.wy-table caption{color:#000;font:italic 85%/1 arial,sans-serif;padding:1em 0;text-align:center}.rst-content table.docutils td,.rst-content table.docutils th,.rst-content table.field-list td,.rst-content table.field-list th,.wy-table td,.wy-table th{font-size:90%;margin:0;overflow:visible;padding:8px 16px}.rst-content table.docutils td:first-child,.rst-content table.docutils th:first-child,.rst-content table.field-list td:first-child,.rst-content table.field-list th:first-child,.wy-table td:first-child,.wy-table th:first-child{border-left-width:0}.rst-content table.docutils thead,.rst-content table.field-list thead,.wy-table thead{color:#000;text-align:left;vertical-align:bottom;white-space:nowrap}.rst-content table.docutils thead th,.rst-content table.field-list thead th,.wy-table thead th{font-weight:700;border-bottom:2px solid #e1e4e5}.rst-content table.docutils td,.rst-content table.field-list td,.wy-table td{background-color:transparent;vertical-align:middle}.rst-content table.docutils td p,.rst-content table.field-list td p,.wy-table td p{line-height:18px}.rst-content table.docutils td p:last-child,.rst-content table.field-list td p:last-child,.wy-table td p:last-child{margin-bottom:0}.rst-content table.docutils .wy-table-cell-min,.rst-content table.field-list .wy-table-cell-min,.wy-table .wy-table-cell-min{width:1%;padding-right:0}.rst-content table.docutils .wy-table-cell-min input[type=checkbox],.rst-content table.field-list .wy-table-cell-min input[type=checkbox],.wy-table .wy-table-cell-min input[type=checkbox]{margin:0}.wy-table-secondary{color:grey;font-size:90%}.wy-table-tertiary{color:grey;font-size:80%}.rst-content table.docutils:not(.field-list) tr:nth-child(2n-1) td,.wy-table-backed,.wy-table-odd td,.wy-table-striped tr:nth-child(2n-1) td{background-color:#f3f6f6}.rst-content table.docutils,.wy-table-bordered-all{border:1px solid #e1e4e5}.rst-content table.docutils td,.wy-table-bordered-all td{border-bottom:1px solid #e1e4e5;border-left:1px solid #e1e4e5}.rst-content table.docutils tbody>tr:last-child td,.wy-table-bordered-all tbody>tr:last-child td{border-bottom-width:0}.wy-table-bordered{border:1px solid #e1e4e5}.wy-table-bordered-rows td{border-bottom:1px solid #e1e4e5}.wy-table-bordered-rows tbody>tr:last-child td{border-bottom-width:0}.wy-table-horizontal td,.wy-table-horizontal th{border-width:0 0 1px;border-bottom:1px solid #e1e4e5}.wy-table-horizontal tbody>tr:last-child td{border-bottom-width:0}.wy-table-responsive{margin-bottom:24px;max-width:100%;overflow:auto}.wy-table-responsive table{margin-bottom:0!important}.wy-table-responsive table td,.wy-table-responsive table th{white-space:nowrap}a{color:#2980b9;text-decoration:none;cursor:pointer}a:hover{color:#3091d1}a:visited{color:#9b59b6}html{height:100%}body,html{overflow-x:hidden}body{font-family:Lato,proxima-nova,Helvetica Neue,Arial,sans-serif;font-weight:400;color:#404040;min-height:100%;background:#edf0f2}.wy-text-left{text-align:left}.wy-text-center{text-align:center}.wy-text-right{text-align:right}.wy-text-large{font-size:120%}.wy-text-normal{font-size:100%}.wy-text-small,small{font-size:80%}.wy-text-strike{text-decoration:line-through}.wy-text-warning{color:#e67e22!important}a.wy-text-warning:hover{color:#eb9950!important}.wy-text-info{color:#2980b9!important}a.wy-text-info:hover{color:#409ad5!important}.wy-text-success{color:#27ae60!important}a.wy-text-success:hover{color:#36d278!important}.wy-text-danger{color:#e74c3c!important}a.wy-text-danger:hover{color:#ed7669!important}.wy-text-neutral{color:#404040!important}a.wy-text-neutral:hover{color:#595959!important}.rst-content .toctree-wrapper>p.caption,h1,h2,h3,h4,h5,h6,legend{margin-top:0;font-weight:700;font-family:Roboto Slab,ff-tisa-web-pro,Georgia,Arial,sans-serif}p{line-height:24px;font-size:16px;margin:0 0 24px}h1{font-size:175%}.rst-content .toctree-wrapper>p.caption,h2{font-size:150%}h3{font-size:125%}h4{font-size:115%}h5{font-size:110%}h6{font-size:100%}hr{display:block;height:1px;border:0;border-top:1px solid #e1e4e5;margin:24px 0;padding:0}.rst-content code,.rst-content tt,code{white-space:nowrap;max-width:100%;background:#fff;border:1px solid #e1e4e5;font-size:75%;padding:0 5px;font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,Courier,monospace;color:#e74c3c;overflow-x:auto}.rst-content tt.code-large,code.code-large{font-size:90%}.rst-content .section ul,.rst-content .toctree-wrapper ul,.rst-content section ul,.wy-plain-list-disc,article ul{list-style:disc;line-height:24px;margin-bottom:24px}.rst-content .section ul li,.rst-content .toctree-wrapper ul li,.rst-content section ul li,.wy-plain-list-disc li,article ul li{list-style:disc;margin-left:24px}.rst-content .section ul li p:last-child,.rst-content .section ul li ul,.rst-content .toctree-wrapper ul li p:last-child,.rst-content .toctree-wrapper ul li ul,.rst-content section ul li p:last-child,.rst-content section ul li ul,.wy-plain-list-disc li p:last-child,.wy-plain-list-disc li ul,article ul li p:last-child,article ul li ul{margin-bottom:0}.rst-content .section ul li li,.rst-content .toctree-wrapper ul li li,.rst-content section ul li li,.wy-plain-list-disc li li,article ul li li{list-style:circle}.rst-content .section ul li li li,.rst-content .toctree-wrapper ul li li li,.rst-content section ul li li li,.wy-plain-list-disc li li li,article ul li li li{list-style:square}.rst-content .section ul li ol li,.rst-content .toctree-wrapper ul li ol li,.rst-content section ul li ol li,.wy-plain-list-disc li ol li,article ul li ol li{list-style:decimal}.rst-content .section ol,.rst-content .section ol.arabic,.rst-content .toctree-wrapper ol,.rst-content .toctree-wrapper ol.arabic,.rst-content section ol,.rst-content section ol.arabic,.wy-plain-list-decimal,article ol{list-style:decimal;line-height:24px;margin-bottom:24px}.rst-content .section ol.arabic li,.rst-content .section ol li,.rst-content .toctree-wrapper ol.arabic li,.rst-content .toctree-wrapper ol li,.rst-content section ol.arabic li,.rst-content section ol li,.wy-plain-list-decimal li,article ol li{list-style:decimal;margin-left:24px}.rst-content .section ol.arabic li ul,.rst-content .section ol li p:last-child,.rst-content .section ol li ul,.rst-content .toctree-wrapper ol.arabic li ul,.rst-content .toctree-wrapper ol li p:last-child,.rst-content .toctree-wrapper ol li ul,.rst-content section ol.arabic li ul,.rst-content section ol li p:last-child,.rst-content section ol li ul,.wy-plain-list-decimal li p:last-child,.wy-plain-list-decimal li ul,article ol li p:last-child,article ol li ul{margin-bottom:0}.rst-content .section ol.arabic li ul li,.rst-content .section ol li ul li,.rst-content .toctree-wrapper ol.arabic li ul li,.rst-content .toctree-wrapper ol li ul li,.rst-content section ol.arabic li ul li,.rst-content section ol li ul li,.wy-plain-list-decimal li ul li,article ol li ul li{list-style:disc}.wy-breadcrumbs{*zoom:1}.wy-breadcrumbs:after,.wy-breadcrumbs:before{display:table;content:""}.wy-breadcrumbs:after{clear:both}.wy-breadcrumbs li{display:inline-block}.wy-breadcrumbs li.wy-breadcrumbs-aside{float:right}.wy-breadcrumbs li a{display:inline-block;padding:5px}.wy-breadcrumbs li a:first-child{padding-left:0}.rst-content .wy-breadcrumbs li tt,.wy-breadcrumbs li .rst-content tt,.wy-breadcrumbs li code{padding:5px;border:none;background:none}.rst-content .wy-breadcrumbs li tt.literal,.wy-breadcrumbs li .rst-content tt.literal,.wy-breadcrumbs li code.literal{color:#404040}.wy-breadcrumbs-extra{margin-bottom:0;color:#b3b3b3;font-size:80%;display:inline-block}@media screen and (max-width:480px){.wy-breadcrumbs-extra,.wy-breadcrumbs li.wy-breadcrumbs-aside{display:none}}@media print{.wy-breadcrumbs li.wy-breadcrumbs-aside{display:none}}html{font-size:16px}.wy-affix{position:fixed;top:1.618em}.wy-menu a:hover{text-decoration:none}.wy-menu-horiz{*zoom:1}.wy-menu-horiz:after,.wy-menu-horiz:before{display:table;content:""}.wy-menu-horiz:after{clear:both}.wy-menu-horiz li,.wy-menu-horiz ul{display:inline-block}.wy-menu-horiz li:hover{background:hsla(0,0%,100%,.1)}.wy-menu-horiz li.divide-left{border-left:1px solid #404040}.wy-menu-horiz li.divide-right{border-right:1px solid #404040}.wy-menu-horiz a{height:32px;display:inline-block;line-height:32px;padding:0 16px}.wy-menu-vertical{width:300px}.wy-menu-vertical header,.wy-menu-vertical p.caption{color:#55a5d9;height:32px;line-height:32px;padding:0 1.618em;margin:12px 0 0;display:block;font-weight:700;text-transform:uppercase;font-size:85%;white-space:nowrap}.wy-menu-vertical ul{margin-bottom:0}.wy-menu-vertical li.divide-top{border-top:1px solid #404040}.wy-menu-vertical li.divide-bottom{border-bottom:1px solid #404040}.wy-menu-vertical li.current{background:#e3e3e3}.wy-menu-vertical li.current a{color:grey;border-right:1px solid #c9c9c9;padding:.4045em 2.427em}.wy-menu-vertical li.current a:hover{background:#d6d6d6}.rst-content .wy-menu-vertical li tt,.wy-menu-vertical li .rst-content tt,.wy-menu-vertical li code{border:none;background:inherit;color:inherit;padding-left:0;padding-right:0}.wy-menu-vertical li button.toctree-expand{display:block;float:left;margin-left:-1.2em;line-height:18px;color:#4d4d4d;border:none;background:none;padding:0}.wy-menu-vertical li.current>a,.wy-menu-vertical li.on a{color:#404040;font-weight:700;position:relative;background:#fcfcfc;border:none;padding:.4045em 1.618em}.wy-menu-vertical li.current>a:hover,.wy-menu-vertical li.on a:hover{background:#fcfcfc}.wy-menu-vertical li.current>a:hover button.toctree-expand,.wy-menu-vertical li.on a:hover button.toctree-expand{color:grey}.wy-menu-vertical li.current>a button.toctree-expand,.wy-menu-vertical li.on a button.toctree-expand{display:block;line-height:18px;color:#333}.wy-menu-vertical li.toctree-l1.current>a{border-bottom:1px solid #c9c9c9;border-top:1px solid #c9c9c9}.wy-menu-vertical .toctree-l1.current .toctree-l2>ul,.wy-menu-vertical .toctree-l2.current .toctree-l3>ul,.wy-menu-vertical .toctree-l3.current .toctree-l4>ul,.wy-menu-vertical .toctree-l4.current .toctree-l5>ul,.wy-menu-vertical .toctree-l5.current .toctree-l6>ul,.wy-menu-vertical .toctree-l6.current .toctree-l7>ul,.wy-menu-vertical .toctree-l7.current .toctree-l8>ul,.wy-menu-vertical .toctree-l8.current .toctree-l9>ul,.wy-menu-vertical .toctree-l9.current .toctree-l10>ul,.wy-menu-vertical .toctree-l10.current .toctree-l11>ul{display:none}.wy-menu-vertical .toctree-l1.current .current.toctree-l2>ul,.wy-menu-vertical .toctree-l2.current .current.toctree-l3>ul,.wy-menu-vertical .toctree-l3.current .current.toctree-l4>ul,.wy-menu-vertical .toctree-l4.current .current.toctree-l5>ul,.wy-menu-vertical .toctree-l5.current .current.toctree-l6>ul,.wy-menu-vertical .toctree-l6.current .current.toctree-l7>ul,.wy-menu-vertical .toctree-l7.current .current.toctree-l8>ul,.wy-menu-vertical .toctree-l8.current .current.toctree-l9>ul,.wy-menu-vertical .toctree-l9.current .current.toctree-l10>ul,.wy-menu-vertical .toctree-l10.current .current.toctree-l11>ul{display:block}.wy-menu-vertical li.toctree-l3,.wy-menu-vertical li.toctree-l4{font-size:.9em}.wy-menu-vertical li.toctree-l2 a,.wy-menu-vertical li.toctree-l3 a,.wy-menu-vertical li.toctree-l4 a,.wy-menu-vertical li.toctree-l5 a,.wy-menu-vertical li.toctree-l6 a,.wy-menu-vertical li.toctree-l7 a,.wy-menu-vertical li.toctree-l8 a,.wy-menu-vertical li.toctree-l9 a,.wy-menu-vertical li.toctree-l10 a{color:#404040}.wy-menu-vertical li.toctree-l2 a:hover button.toctree-expand,.wy-menu-vertical li.toctree-l3 a:hover button.toctree-expand,.wy-menu-vertical li.toctree-l4 a:hover button.toctree-expand,.wy-menu-vertical li.toctree-l5 a:hover button.toctree-expand,.wy-menu-vertical li.toctree-l6 a:hover button.toctree-expand,.wy-menu-vertical li.toctree-l7 a:hover button.toctree-expand,.wy-menu-vertical li.toctree-l8 a:hover button.toctree-expand,.wy-menu-vertical li.toctree-l9 a:hover button.toctree-expand,.wy-menu-vertical li.toctree-l10 a:hover button.toctree-expand{color:grey}.wy-menu-vertical li.toctree-l2.current li.toctree-l3>a,.wy-menu-vertical li.toctree-l3.current li.toctree-l4>a,.wy-menu-vertical li.toctree-l4.current li.toctree-l5>a,.wy-menu-vertical li.toctree-l5.current li.toctree-l6>a,.wy-menu-vertical li.toctree-l6.current li.toctree-l7>a,.wy-menu-vertical li.toctree-l7.current li.toctree-l8>a,.wy-menu-vertical li.toctree-l8.current li.toctree-l9>a,.wy-menu-vertical li.toctree-l9.current li.toctree-l10>a,.wy-menu-vertical li.toctree-l10.current li.toctree-l11>a{display:block}.wy-menu-vertical li.toctree-l2.current>a{padding:.4045em 2.427em}.wy-menu-vertical li.toctree-l2.current li.toctree-l3>a{padding:.4045em 1.618em .4045em 4.045em}.wy-menu-vertical li.toctree-l3.current>a{padding:.4045em 4.045em}.wy-menu-vertical li.toctree-l3.current li.toctree-l4>a{padding:.4045em 1.618em .4045em 5.663em}.wy-menu-vertical li.toctree-l4.current>a{padding:.4045em 5.663em}.wy-menu-vertical li.toctree-l4.current li.toctree-l5>a{padding:.4045em 1.618em .4045em 7.281em}.wy-menu-vertical li.toctree-l5.current>a{padding:.4045em 7.281em}.wy-menu-vertical li.toctree-l5.current li.toctree-l6>a{padding:.4045em 1.618em .4045em 8.899em}.wy-menu-vertical li.toctree-l6.current>a{padding:.4045em 8.899em}.wy-menu-vertical li.toctree-l6.current li.toctree-l7>a{padding:.4045em 1.618em .4045em 10.517em}.wy-menu-vertical li.toctree-l7.current>a{padding:.4045em 10.517em}.wy-menu-vertical li.toctree-l7.current li.toctree-l8>a{padding:.4045em 1.618em .4045em 12.135em}.wy-menu-vertical li.toctree-l8.current>a{padding:.4045em 12.135em}.wy-menu-vertical li.toctree-l8.current li.toctree-l9>a{padding:.4045em 1.618em .4045em 13.753em}.wy-menu-vertical li.toctree-l9.current>a{padding:.4045em 13.753em}.wy-menu-vertical li.toctree-l9.current li.toctree-l10>a{padding:.4045em 1.618em .4045em 15.371em}.wy-menu-vertical li.toctree-l10.current>a{padding:.4045em 15.371em}.wy-menu-vertical li.toctree-l10.current li.toctree-l11>a{padding:.4045em 1.618em .4045em 16.989em}.wy-menu-vertical li.toctree-l2.current>a,.wy-menu-vertical li.toctree-l2.current li.toctree-l3>a{background:#c9c9c9}.wy-menu-vertical li.toctree-l2 button.toctree-expand{color:#a3a3a3}.wy-menu-vertical li.toctree-l3.current>a,.wy-menu-vertical li.toctree-l3.current li.toctree-l4>a{background:#bdbdbd}.wy-menu-vertical li.toctree-l3 button.toctree-expand{color:#969696}.wy-menu-vertical li.current ul{display:block}.wy-menu-vertical li ul{margin-bottom:0;display:none}.wy-menu-vertical li ul li a{margin-bottom:0;color:#d9d9d9;font-weight:400}.wy-menu-vertical a{line-height:18px;padding:.4045em 1.618em;display:block;position:relative;font-size:90%;color:#d9d9d9}.wy-menu-vertical a:hover{background-color:#4e4a4a;cursor:pointer}.wy-menu-vertical a:hover button.toctree-expand{color:#d9d9d9}.wy-menu-vertical a:active{background-color:#2980b9;cursor:pointer;color:#fff}.wy-menu-vertical a:active button.toctree-expand{color:#fff}.wy-side-nav-search{display:block;width:300px;padding:.809em;margin-bottom:.809em;z-index:200;background-color:#2980b9;text-align:center;color:#fcfcfc}.wy-side-nav-search input[type=text]{width:100%;border-radius:50px;padding:6px 12px;border-color:#2472a4}.wy-side-nav-search img{display:block;margin:auto auto .809em;height:45px;width:45px;background-color:#2980b9;padding:5px;border-radius:100%}.wy-side-nav-search .wy-dropdown>a,.wy-side-nav-search>a{color:#fcfcfc;font-size:100%;font-weight:700;display:inline-block;padding:4px 6px;margin-bottom:.809em;max-width:100%}.wy-side-nav-search .wy-dropdown>a:hover,.wy-side-nav-search>a:hover{background:hsla(0,0%,100%,.1)}.wy-side-nav-search .wy-dropdown>a img.logo,.wy-side-nav-search>a img.logo{display:block;margin:0 auto;height:auto;width:auto;border-radius:0;max-width:100%;background:transparent}.wy-side-nav-search .wy-dropdown>a.icon img.logo,.wy-side-nav-search>a.icon img.logo{margin-top:.85em}.wy-side-nav-search>div.version{margin-top:-.4045em;margin-bottom:.809em;font-weight:400;color:hsla(0,0%,100%,.3)}.wy-nav .wy-menu-vertical header{color:#2980b9}.wy-nav .wy-menu-vertical a{color:#b3b3b3}.wy-nav .wy-menu-vertical a:hover{background-color:#2980b9;color:#fff}[data-menu-wrap]{-webkit-transition:all .2s ease-in;-moz-transition:all .2s ease-in;transition:all .2s ease-in;position:absolute;opacity:1;width:100%;opacity:0}[data-menu-wrap].move-center{left:0;right:auto;opacity:1}[data-menu-wrap].move-left{right:auto;left:-100%;opacity:0}[data-menu-wrap].move-right{right:-100%;left:auto;opacity:0}.wy-body-for-nav{background:#fcfcfc}.wy-grid-for-nav{position:absolute;width:100%;height:100%}.wy-nav-side{position:fixed;top:0;bottom:0;left:0;padding-bottom:2em;width:300px;overflow-x:hidden;overflow-y:hidden;min-height:100%;color:#9b9b9b;background:#343131;z-index:200}.wy-side-scroll{width:320px;position:relative;overflow-x:hidden;overflow-y:scroll;height:100%}.wy-nav-top{display:none;background:#2980b9;color:#fff;padding:.4045em .809em;position:relative;line-height:50px;text-align:center;font-size:100%;*zoom:1}.wy-nav-top:after,.wy-nav-top:before{display:table;content:""}.wy-nav-top:after{clear:both}.wy-nav-top a{color:#fff;font-weight:700}.wy-nav-top img{margin-right:12px;height:45px;width:45px;background-color:#2980b9;padding:5px;border-radius:100%}.wy-nav-top i{font-size:30px;float:left;cursor:pointer;padding-top:inherit}.wy-nav-content-wrap{margin-left:300px;background:#fcfcfc;min-height:100%}.wy-nav-content{padding:1.618em 3.236em;height:100%;max-width:800px;margin:auto}.wy-body-mask{position:fixed;width:100%;height:100%;background:rgba(0,0,0,.2);display:none;z-index:499}.wy-body-mask.on{display:block}footer{color:grey}footer p{margin-bottom:12px}.rst-content footer span.commit tt,footer span.commit .rst-content tt,footer span.commit code{padding:0;font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,Courier,monospace;font-size:1em;background:none;border:none;color:grey}.rst-footer-buttons{*zoom:1}.rst-footer-buttons:after,.rst-footer-buttons:before{width:100%;display:table;content:""}.rst-footer-buttons:after{clear:both}.rst-breadcrumbs-buttons{margin-top:12px;*zoom:1}.rst-breadcrumbs-buttons:after,.rst-breadcrumbs-buttons:before{display:table;content:""}.rst-breadcrumbs-buttons:after{clear:both}#search-results .search li{margin-bottom:24px;border-bottom:1px solid #e1e4e5;padding-bottom:24px}#search-results .search li:first-child{border-top:1px solid #e1e4e5;padding-top:24px}#search-results .search li a{font-size:120%;margin-bottom:12px;display:inline-block}#search-results .context{color:grey;font-size:90%}.genindextable li>ul{margin-left:24px}@media screen and (max-width:768px){.wy-body-for-nav{background:#fcfcfc}.wy-nav-top{display:block}.wy-nav-side{left:-300px}.wy-nav-side.shift{width:85%;left:0}.wy-menu.wy-menu-vertical,.wy-side-nav-search,.wy-side-scroll{width:auto}.wy-nav-content-wrap{margin-left:0}.wy-nav-content-wrap .wy-nav-content{padding:1.618em}.wy-nav-content-wrap.shift{position:fixed;min-width:100%;left:85%;top:0;height:100%;overflow:hidden}}@media screen and (min-width:1100px){.wy-nav-content-wrap{background:rgba(0,0,0,.05)}.wy-nav-content{margin:0;background:#fcfcfc}}@media print{.rst-versions,.wy-nav-side,footer{display:none}.wy-nav-content-wrap{margin-left:0}}.rst-versions{position:fixed;bottom:0;left:0;width:300px;color:#fcfcfc;background:#1f1d1d;font-family:Lato,proxima-nova,Helvetica Neue,Arial,sans-serif;z-index:400}.rst-versions a{color:#2980b9;text-decoration:none}.rst-versions .rst-badge-small{display:none}.rst-versions .rst-current-version{padding:12px;background-color:#272525;display:block;text-align:right;font-size:90%;cursor:pointer;color:#27ae60;*zoom:1}.rst-versions .rst-current-version:after,.rst-versions .rst-current-version:before{display:table;content:""}.rst-versions .rst-current-version:after{clear:both}.rst-content .code-block-caption .rst-versions .rst-current-version .headerlink,.rst-content .eqno .rst-versions .rst-current-version .headerlink,.rst-content .rst-versions .rst-current-version .admonition-title,.rst-content code.download .rst-versions .rst-current-version span:first-child,.rst-content dl dt .rst-versions .rst-current-version .headerlink,.rst-content h1 .rst-versions .rst-current-version .headerlink,.rst-content h2 .rst-versions .rst-current-version .headerlink,.rst-content h3 .rst-versions .rst-current-version .headerlink,.rst-content h4 .rst-versions .rst-current-version .headerlink,.rst-content h5 .rst-versions .rst-current-version .headerlink,.rst-content h6 .rst-versions .rst-current-version .headerlink,.rst-content p .rst-versions .rst-current-version .headerlink,.rst-content table>caption .rst-versions .rst-current-version .headerlink,.rst-content tt.download .rst-versions .rst-current-version span:first-child,.rst-versions .rst-current-version .fa,.rst-versions .rst-current-version .icon,.rst-versions .rst-current-version .rst-content .admonition-title,.rst-versions .rst-current-version .rst-content .code-block-caption .headerlink,.rst-versions .rst-current-version .rst-content .eqno .headerlink,.rst-versions .rst-current-version .rst-content code.download span:first-child,.rst-versions .rst-current-version .rst-content dl dt .headerlink,.rst-versions .rst-current-version .rst-content h1 .headerlink,.rst-versions .rst-current-version .rst-content h2 .headerlink,.rst-versions .rst-current-version .rst-content h3 .headerlink,.rst-versions .rst-current-version .rst-content h4 .headerlink,.rst-versions .rst-current-version .rst-content h5 .headerlink,.rst-versions .rst-current-version .rst-content h6 .headerlink,.rst-versions .rst-current-version .rst-content p .headerlink,.rst-versions .rst-current-version .rst-content table>caption .headerlink,.rst-versions .rst-current-version .rst-content tt.download span:first-child,.rst-versions .rst-current-version .wy-menu-vertical li button.toctree-expand,.wy-menu-vertical li .rst-versions .rst-current-version button.toctree-expand{color:#fcfcfc}.rst-versions .rst-current-version .fa-book,.rst-versions .rst-current-version .icon-book{float:left}.rst-versions .rst-current-version.rst-out-of-date{background-color:#e74c3c;color:#fff}.rst-versions .rst-current-version.rst-active-old-version{background-color:#f1c40f;color:#000}.rst-versions.shift-up{height:auto;max-height:100%;overflow-y:scroll}.rst-versions.shift-up .rst-other-versions{display:block}.rst-versions .rst-other-versions{font-size:90%;padding:12px;color:grey;display:none}.rst-versions .rst-other-versions hr{display:block;height:1px;border:0;margin:20px 0;padding:0;border-top:1px solid #413d3d}.rst-versions .rst-other-versions dd{display:inline-block;margin:0}.rst-versions .rst-other-versions dd a{display:inline-block;padding:6px;color:#fcfcfc}.rst-versions.rst-badge{width:auto;bottom:20px;right:20px;left:auto;border:none;max-width:300px;max-height:90%}.rst-versions.rst-badge .fa-book,.rst-versions.rst-badge .icon-book{float:none;line-height:30px}.rst-versions.rst-badge.shift-up .rst-current-version{text-align:right}.rst-versions.rst-badge.shift-up .rst-current-version .fa-book,.rst-versions.rst-badge.shift-up .rst-current-version .icon-book{float:left}.rst-versions.rst-badge>.rst-current-version{width:auto;height:30px;line-height:30px;padding:0 6px;display:block;text-align:center}@media screen and (max-width:768px){.rst-versions{width:85%;display:none}.rst-versions.shift{display:block}}.rst-content .toctree-wrapper>p.caption,.rst-content h1,.rst-content h2,.rst-content h3,.rst-content h4,.rst-content h5,.rst-content h6{margin-bottom:24px}.rst-content img{max-width:100%;height:auto}.rst-content div.figure,.rst-content figure{margin-bottom:24px}.rst-content div.figure .caption-text,.rst-content figure .caption-text{font-style:italic}.rst-content div.figure p:last-child.caption,.rst-content figure p:last-child.caption{margin-bottom:0}.rst-content div.figure.align-center,.rst-content figure.align-center{text-align:center}.rst-content .section>a>img,.rst-content .section>img,.rst-content section>a>img,.rst-content section>img{margin-bottom:24px}.rst-content abbr[title]{text-decoration:none}.rst-content.style-external-links a.reference.external:after{font-family:FontAwesome;content:"\f08e";color:#b3b3b3;vertical-align:super;font-size:60%;margin:0 .2em}.rst-content blockquote{margin-left:24px;line-height:24px;margin-bottom:24px}.rst-content pre.literal-block{white-space:pre;margin:0;padding:12px;font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,Courier,monospace;display:block;overflow:auto}.rst-content div[class^=highlight],.rst-content pre.literal-block{border:1px solid #e1e4e5;overflow-x:auto;margin:1px 0 24px}.rst-content div[class^=highlight] div[class^=highlight],.rst-content pre.literal-block div[class^=highlight]{padding:0;border:none;margin:0}.rst-content div[class^=highlight] td.code{width:100%}.rst-content .linenodiv pre{border-right:1px solid #e6e9ea;margin:0;padding:12px;font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,Courier,monospace;user-select:none;pointer-events:none}.rst-content div[class^=highlight] pre{white-space:pre;margin:0;padding:12px;display:block;overflow:auto}.rst-content div[class^=highlight] pre .hll{display:block;margin:0 -12px;padding:0 12px}.rst-content .linenodiv pre,.rst-content div[class^=highlight] pre,.rst-content pre.literal-block{font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,Courier,monospace;font-size:12px;line-height:1.4}.rst-content div.highlight .gp,.rst-content div.highlight span.linenos{user-select:none;pointer-events:none}.rst-content div.highlight span.linenos{display:inline-block;padding-left:0;padding-right:12px;margin-right:12px;border-right:1px solid #e6e9ea}.rst-content .code-block-caption{font-style:italic;font-size:85%;line-height:1;padding:1em 0;text-align:center}@media print{.rst-content .codeblock,.rst-content div[class^=highlight],.rst-content div[class^=highlight] pre{white-space:pre-wrap}}.rst-content .admonition,.rst-content .admonition-todo,.rst-content .attention,.rst-content .caution,.rst-content .danger,.rst-content .error,.rst-content .hint,.rst-content .important,.rst-content .note,.rst-content .seealso,.rst-content .tip,.rst-content .warning{clear:both}.rst-content .admonition-todo .last,.rst-content .admonition-todo>:last-child,.rst-content .admonition .last,.rst-content .admonition>:last-child,.rst-content .attention .last,.rst-content .attention>:last-child,.rst-content .caution .last,.rst-content .caution>:last-child,.rst-content .danger .last,.rst-content .danger>:last-child,.rst-content .error .last,.rst-content .error>:last-child,.rst-content .hint .last,.rst-content .hint>:last-child,.rst-content .important .last,.rst-content .important>:last-child,.rst-content .note .last,.rst-content .note>:last-child,.rst-content .seealso .last,.rst-content .seealso>:last-child,.rst-content .tip .last,.rst-content .tip>:last-child,.rst-content .warning .last,.rst-content .warning>:last-child{margin-bottom:0}.rst-content .admonition-title:before{margin-right:4px}.rst-content .admonition table{border-color:rgba(0,0,0,.1)}.rst-content .admonition table td,.rst-content .admonition table th{background:transparent!important;border-color:rgba(0,0,0,.1)!important}.rst-content .section ol.loweralpha,.rst-content .section ol.loweralpha>li,.rst-content .toctree-wrapper ol.loweralpha,.rst-content .toctree-wrapper ol.loweralpha>li,.rst-content section ol.loweralpha,.rst-content section ol.loweralpha>li{list-style:lower-alpha}.rst-content .section ol.upperalpha,.rst-content .section ol.upperalpha>li,.rst-content .toctree-wrapper ol.upperalpha,.rst-content .toctree-wrapper ol.upperalpha>li,.rst-content section ol.upperalpha,.rst-content section ol.upperalpha>li{list-style:upper-alpha}.rst-content .section ol li>*,.rst-content .section ul li>*,.rst-content .toctree-wrapper ol li>*,.rst-content .toctree-wrapper ul li>*,.rst-content section ol li>*,.rst-content section ul li>*{margin-top:12px;margin-bottom:12px}.rst-content .section ol li>:first-child,.rst-content .section ul li>:first-child,.rst-content .toctree-wrapper ol li>:first-child,.rst-content .toctree-wrapper ul li>:first-child,.rst-content section ol li>:first-child,.rst-content section ul li>:first-child{margin-top:0}.rst-content .section ol li>p,.rst-content .section ol li>p:last-child,.rst-content .section ul li>p,.rst-content .section ul li>p:last-child,.rst-content .toctree-wrapper ol li>p,.rst-content .toctree-wrapper ol li>p:last-child,.rst-content .toctree-wrapper ul li>p,.rst-content .toctree-wrapper ul li>p:last-child,.rst-content section ol li>p,.rst-content section ol li>p:last-child,.rst-content section ul li>p,.rst-content section ul li>p:last-child{margin-bottom:12px}.rst-content .section ol li>p:only-child,.rst-content .section ol li>p:only-child:last-child,.rst-content .section ul li>p:only-child,.rst-content .section ul li>p:only-child:last-child,.rst-content .toctree-wrapper ol li>p:only-child,.rst-content .toctree-wrapper ol li>p:only-child:last-child,.rst-content .toctree-wrapper ul li>p:only-child,.rst-content .toctree-wrapper ul li>p:only-child:last-child,.rst-content section ol li>p:only-child,.rst-content section ol li>p:only-child:last-child,.rst-content section ul li>p:only-child,.rst-content section ul li>p:only-child:last-child{margin-bottom:0}.rst-content .section ol li>ol,.rst-content .section ol li>ul,.rst-content .section ul li>ol,.rst-content .section ul li>ul,.rst-content .toctree-wrapper ol li>ol,.rst-content .toctree-wrapper ol li>ul,.rst-content .toctree-wrapper ul li>ol,.rst-content .toctree-wrapper ul li>ul,.rst-content section ol li>ol,.rst-content section ol li>ul,.rst-content section ul li>ol,.rst-content section ul li>ul{margin-bottom:12px}.rst-content .section ol.simple li>*,.rst-content .section ol.simple li ol,.rst-content .section ol.simple li ul,.rst-content .section ul.simple li>*,.rst-content .section ul.simple li ol,.rst-content .section ul.simple li ul,.rst-content .toctree-wrapper ol.simple li>*,.rst-content .toctree-wrapper ol.simple li ol,.rst-content .toctree-wrapper ol.simple li ul,.rst-content .toctree-wrapper ul.simple li>*,.rst-content .toctree-wrapper ul.simple li ol,.rst-content .toctree-wrapper ul.simple li ul,.rst-content section ol.simple li>*,.rst-content section ol.simple li ol,.rst-content section ol.simple li ul,.rst-content section ul.simple li>*,.rst-content section ul.simple li ol,.rst-content section ul.simple li ul{margin-top:0;margin-bottom:0}.rst-content .line-block{margin-left:0;margin-bottom:24px;line-height:24px}.rst-content .line-block .line-block{margin-left:24px;margin-bottom:0}.rst-content .topic-title{font-weight:700;margin-bottom:12px}.rst-content .toc-backref{color:#404040}.rst-content .align-right{float:right;margin:0 0 24px 24px}.rst-content .align-left{float:left;margin:0 24px 24px 0}.rst-content .align-center{margin:auto}.rst-content .align-center:not(table){display:block}.rst-content .code-block-caption .headerlink,.rst-content .eqno .headerlink,.rst-content .toctree-wrapper>p.caption .headerlink,.rst-content dl dt .headerlink,.rst-content h1 .headerlink,.rst-content h2 .headerlink,.rst-content h3 .headerlink,.rst-content h4 .headerlink,.rst-content h5 .headerlink,.rst-content h6 .headerlink,.rst-content p.caption .headerlink,.rst-content p .headerlink,.rst-content table>caption .headerlink{opacity:0;font-size:14px;font-family:FontAwesome;margin-left:.5em}.rst-content .code-block-caption .headerlink:focus,.rst-content .code-block-caption:hover .headerlink,.rst-content .eqno .headerlink:focus,.rst-content .eqno:hover .headerlink,.rst-content .toctree-wrapper>p.caption .headerlink:focus,.rst-content .toctree-wrapper>p.caption:hover .headerlink,.rst-content dl dt .headerlink:focus,.rst-content dl dt:hover .headerlink,.rst-content h1 .headerlink:focus,.rst-content h1:hover .headerlink,.rst-content h2 .headerlink:focus,.rst-content h2:hover .headerlink,.rst-content h3 .headerlink:focus,.rst-content h3:hover .headerlink,.rst-content h4 .headerlink:focus,.rst-content h4:hover .headerlink,.rst-content h5 .headerlink:focus,.rst-content h5:hover .headerlink,.rst-content h6 .headerlink:focus,.rst-content h6:hover .headerlink,.rst-content p.caption .headerlink:focus,.rst-content p.caption:hover .headerlink,.rst-content p .headerlink:focus,.rst-content p:hover .headerlink,.rst-content table>caption .headerlink:focus,.rst-content table>caption:hover .headerlink{opacity:1}.rst-content .btn:focus{outline:2px solid}.rst-content table>caption .headerlink:after{font-size:12px}.rst-content .centered{text-align:center}.rst-content .sidebar{float:right;width:40%;display:block;margin:0 0 24px 24px;padding:24px;background:#f3f6f6;border:1px solid #e1e4e5}.rst-content .sidebar dl,.rst-content .sidebar p,.rst-content .sidebar ul{font-size:90%}.rst-content .sidebar .last,.rst-content .sidebar>:last-child{margin-bottom:0}.rst-content .sidebar .sidebar-title{display:block;font-family:Roboto Slab,ff-tisa-web-pro,Georgia,Arial,sans-serif;font-weight:700;background:#e1e4e5;padding:6px 12px;margin:-24px -24px 24px;font-size:100%}.rst-content .highlighted{background:#f1c40f;box-shadow:0 0 0 2px #f1c40f;display:inline;font-weight:700}.rst-content .citation-reference,.rst-content .footnote-reference{vertical-align:baseline;position:relative;top:-.4em;line-height:0;font-size:90%}.rst-content .hlist{width:100%}.rst-content dl dt span.classifier:before{content:" : "}.rst-content dl dt span.classifier-delimiter{display:none!important}html.writer-html4 .rst-content table.docutils.citation,html.writer-html4 .rst-content table.docutils.footnote{background:none;border:none}html.writer-html4 .rst-content table.docutils.citation td,html.writer-html4 .rst-content table.docutils.citation tr,html.writer-html4 .rst-content table.docutils.footnote td,html.writer-html4 .rst-content table.docutils.footnote tr{border:none;background-color:transparent!important;white-space:normal}html.writer-html4 .rst-content table.docutils.citation td.label,html.writer-html4 .rst-content table.docutils.footnote td.label{padding-left:0;padding-right:0;vertical-align:top}html.writer-html5 .rst-content dl.field-list,html.writer-html5 .rst-content dl.footnote{display:grid;grid-template-columns:max-content auto}html.writer-html5 .rst-content dl.field-list>dt,html.writer-html5 .rst-content dl.footnote>dt{padding-left:1rem}html.writer-html5 .rst-content dl.field-list>dt:after,html.writer-html5 .rst-content dl.footnote>dt:after{content:":"}html.writer-html5 .rst-content dl.field-list>dd,html.writer-html5 .rst-content dl.field-list>dt,html.writer-html5 .rst-content dl.footnote>dd,html.writer-html5 .rst-content dl.footnote>dt{margin-bottom:0}html.writer-html5 .rst-content dl.footnote{font-size:.9rem}html.writer-html5 .rst-content dl.footnote>dt{margin:0 .5rem .5rem 0;line-height:1.2rem;word-break:break-all;font-weight:400}html.writer-html5 .rst-content dl.footnote>dt>span.brackets{margin-right:.5rem}html.writer-html5 .rst-content dl.footnote>dt>span.brackets:before{content:"["}html.writer-html5 .rst-content dl.footnote>dt>span.brackets:after{content:"]"}html.writer-html5 .rst-content dl.footnote>dt>span.fn-backref{font-style:italic}html.writer-html5 .rst-content dl.footnote>dd{margin:0 0 .5rem;line-height:1.2rem}html.writer-html5 .rst-content dl.footnote>dd p,html.writer-html5 .rst-content dl.option-list kbd{font-size:.9rem}.rst-content table.docutils.footnote,html.writer-html4 .rst-content table.docutils.citation,html.writer-html5 .rst-content dl.footnote{color:grey}.rst-content table.docutils.footnote code,.rst-content table.docutils.footnote tt,html.writer-html4 .rst-content table.docutils.citation code,html.writer-html4 .rst-content table.docutils.citation tt,html.writer-html5 .rst-content dl.footnote code,html.writer-html5 .rst-content dl.footnote tt{color:#555}.rst-content .wy-table-responsive.citation,.rst-content .wy-table-responsive.footnote{margin-bottom:0}.rst-content .wy-table-responsive.citation+:not(.citation),.rst-content .wy-table-responsive.footnote+:not(.footnote){margin-top:24px}.rst-content .wy-table-responsive.citation:last-child,.rst-content .wy-table-responsive.footnote:last-child{margin-bottom:24px}.rst-content table.docutils th{border-color:#e1e4e5}html.writer-html5 .rst-content table.docutils th{border:1px solid #e1e4e5}html.writer-html5 .rst-content table.docutils td>p,html.writer-html5 .rst-content table.docutils th>p{line-height:1rem;margin-bottom:0;font-size:.9rem}.rst-content table.docutils td .last,.rst-content table.docutils td .last>:last-child{margin-bottom:0}.rst-content table.field-list,.rst-content table.field-list td{border:none}.rst-content table.field-list td p{font-size:inherit;line-height:inherit}.rst-content table.field-list td>strong{display:inline-block}.rst-content table.field-list .field-name{padding-right:10px;text-align:left;white-space:nowrap}.rst-content table.field-list .field-body{text-align:left}.rst-content code,.rst-content tt{color:#000;font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,Courier,monospace;padding:2px 5px}.rst-content code big,.rst-content code em,.rst-content tt big,.rst-content tt em{font-size:100%!important;line-height:normal}.rst-content code.literal,.rst-content tt.literal{color:#e74c3c;white-space:normal}.rst-content code.xref,.rst-content tt.xref,a .rst-content code,a .rst-content tt{font-weight:700;color:#404040}.rst-content kbd,.rst-content pre,.rst-content samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,Courier,monospace}.rst-content a code,.rst-content a tt{color:#2980b9}.rst-content dl{margin-bottom:24px}.rst-content dl dt{font-weight:700;margin-bottom:12px}.rst-content dl ol,.rst-content dl p,.rst-content dl table,.rst-content dl ul{margin-bottom:12px}.rst-content dl dd{margin:0 0 12px 24px;line-height:24px}html.writer-html4 .rst-content dl:not(.docutils),html.writer-html5 .rst-content dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.glossary):not(.simple){margin-bottom:24px}html.writer-html4 .rst-content dl:not(.docutils)>dt,html.writer-html5 .rst-content dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.glossary):not(.simple)>dt{display:table;margin:6px 0;font-size:90%;line-height:normal;background:#e7f2fa;color:#2980b9;border-top:3px solid #6ab0de;padding:6px;position:relative}html.writer-html4 .rst-content dl:not(.docutils)>dt:before,html.writer-html5 .rst-content dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.glossary):not(.simple)>dt:before{color:#6ab0de}html.writer-html4 .rst-content dl:not(.docutils)>dt .headerlink,html.writer-html5 .rst-content dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.glossary):not(.simple)>dt .headerlink{color:#404040;font-size:100%!important}html.writer-html4 .rst-content dl:not(.docutils) dl:not(.field-list)>dt,html.writer-html5 .rst-content dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.glossary):not(.simple) dl:not(.field-list)>dt{margin-bottom:6px;border:none;border-left:3px solid #ccc;background:#f0f0f0;color:#555}html.writer-html4 .rst-content dl:not(.docutils) dl:not(.field-list)>dt .headerlink,html.writer-html5 .rst-content dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.glossary):not(.simple) dl:not(.field-list)>dt .headerlink{color:#404040;font-size:100%!important}html.writer-html4 .rst-content dl:not(.docutils)>dt:first-child,html.writer-html5 .rst-content dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.glossary):not(.simple)>dt:first-child{margin-top:0}html.writer-html4 .rst-content dl:not(.docutils) code.descclassname,html.writer-html4 .rst-content dl:not(.docutils) code.descname,html.writer-html4 .rst-content dl:not(.docutils) tt.descclassname,html.writer-html4 .rst-content dl:not(.docutils) tt.descname,html.writer-html5 .rst-content dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.glossary):not(.simple) code.descclassname,html.writer-html5 .rst-content dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.glossary):not(.simple) code.descname,html.writer-html5 .rst-content dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.glossary):not(.simple) tt.descclassname,html.writer-html5 .rst-content dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.glossary):not(.simple) tt.descname{background-color:transparent;border:none;padding:0;font-size:100%!important}html.writer-html4 .rst-content dl:not(.docutils) code.descname,html.writer-html4 .rst-content dl:not(.docutils) tt.descname,html.writer-html5 .rst-content dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.glossary):not(.simple) code.descname,html.writer-html5 .rst-content dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.glossary):not(.simple) tt.descname{font-weight:700}html.writer-html4 .rst-content dl:not(.docutils) .optional,html.writer-html5 .rst-content dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.glossary):not(.simple) .optional{display:inline-block;padding:0 4px;color:#000;font-weight:700}html.writer-html4 .rst-content dl:not(.docutils) .property,html.writer-html5 .rst-content dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.glossary):not(.simple) .property{display:inline-block;padding-right:8px;max-width:100%}html.writer-html4 .rst-content dl:not(.docutils) .k,html.writer-html5 .rst-content dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.glossary):not(.simple) .k{font-style:italic}html.writer-html4 .rst-content dl:not(.docutils) .descclassname,html.writer-html4 .rst-content dl:not(.docutils) .descname,html.writer-html4 .rst-content dl:not(.docutils) .sig-name,html.writer-html5 .rst-content dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.glossary):not(.simple) .descclassname,html.writer-html5 .rst-content dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.glossary):not(.simple) .descname,html.writer-html5 .rst-content dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.glossary):not(.simple) .sig-name{font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,Courier,monospace;color:#000}.rst-content .viewcode-back,.rst-content .viewcode-link{display:inline-block;color:#27ae60;font-size:80%;padding-left:24px}.rst-content .viewcode-back{display:block;float:right}.rst-content p.rubric{margin-bottom:12px;font-weight:700}.rst-content code.download,.rst-content tt.download{background:inherit;padding:inherit;font-weight:400;font-family:inherit;font-size:inherit;color:inherit;border:inherit;white-space:inherit}.rst-content code.download span:first-child,.rst-content tt.download span:first-child{-webkit-font-smoothing:subpixel-antialiased}.rst-content code.download span:first-child:before,.rst-content tt.download span:first-child:before{margin-right:4px}.rst-content .guilabel{border:1px solid #7fbbe3;background:#e7f2fa;font-size:80%;font-weight:700;border-radius:4px;padding:2.4px 6px;margin:auto 2px}.rst-content .versionmodified{font-style:italic}@media screen and (max-width:480px){.rst-content .sidebar{width:100%}}span[id*=MathJax-Span]{color:#404040}.math{text-align:center}@font-face{font-family:Lato;src:url(fonts/lato-normal.woff2?bd03a2cc277bbbc338d464e679fe9942) format("woff2"),url(fonts/lato-normal.woff?27bd77b9162d388cb8d4c4217c7c5e2a) format("woff");font-weight:400;font-style:normal;font-display:block}@font-face{font-family:Lato;src:url(fonts/lato-bold.woff2?cccb897485813c7c256901dbca54ecf2) format("woff2"),url(fonts/lato-bold.woff?d878b6c29b10beca227e9eef4246111b) format("woff");font-weight:700;font-style:normal;font-display:block}@font-face{font-family:Lato;src:url(fonts/lato-bold-italic.woff2?0b6bb6725576b072c5d0b02ecdd1900d) format("woff2"),url(fonts/lato-bold-italic.woff?9c7e4e9eb485b4a121c760e61bc3707c) format("woff");font-weight:700;font-style:italic;font-display:block}@font-face{font-family:Lato;src:url(fonts/lato-normal-italic.woff2?4eb103b4d12be57cb1d040ed5e162e9d) format("woff2"),url(fonts/lato-normal-italic.woff?f28f2d6482446544ef1ea1ccc6dd5892) format("woff");font-weight:400;font-style:italic;font-display:block}@font-face{font-family:Roboto Slab;font-style:normal;font-weight:400;src:url(fonts/Roboto-Slab-Regular.woff2?7abf5b8d04d26a2cafea937019bca958) format("woff2"),url(fonts/Roboto-Slab-Regular.woff?c1be9284088d487c5e3ff0a10a92e58c) format("woff");font-display:block}@font-face{font-family:Roboto Slab;font-style:normal;font-weight:700;src:url(fonts/Roboto-Slab-Bold.woff2?9984f4a9bda09be08e83f2506954adbe) format("woff2"),url(fonts/Roboto-Slab-Bold.woff?bed5564a116b05148e3b3bea6fb1162a) format("woff");font-display:block} \ No newline at end of file diff --git a/en/_static/js/badge_only.js b/en/_static/js/badge_only.js new file mode 100644 index 000000000..526d7234b --- /dev/null +++ b/en/_static/js/badge_only.js @@ -0,0 +1 @@ +!function(e){var t={};function r(n){if(t[n])return t[n].exports;var o=t[n]={i:n,l:!1,exports:{}};return e[n].call(o.exports,o,o.exports,r),o.l=!0,o.exports}r.m=e,r.c=t,r.d=function(e,t,n){r.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:n})},r.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},r.t=function(e,t){if(1&t&&(e=r(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var n=Object.create(null);if(r.r(n),Object.defineProperty(n,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var o in e)r.d(n,o,function(t){return e[t]}.bind(null,o));return n},r.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return r.d(t,"a",t),t},r.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},r.p="",r(r.s=4)}({4:function(e,t,r){}}); \ No newline at end of file diff --git a/en/_static/js/html5shiv-printshiv.min.js b/en/_static/js/html5shiv-printshiv.min.js new file mode 100644 index 000000000..2b43bd062 --- /dev/null +++ b/en/_static/js/html5shiv-printshiv.min.js @@ -0,0 +1,4 @@ +/** +* @preserve HTML5 Shiv 3.7.3-pre | @afarkas @jdalton @jon_neal @rem | MIT/GPL2 Licensed +*/ +!function(a,b){function c(a,b){var c=a.createElement("p"),d=a.getElementsByTagName("head")[0]||a.documentElement;return c.innerHTML="x",d.insertBefore(c.lastChild,d.firstChild)}function d(){var a=y.elements;return"string"==typeof a?a.split(" "):a}function e(a,b){var c=y.elements;"string"!=typeof c&&(c=c.join(" ")),"string"!=typeof a&&(a=a.join(" ")),y.elements=c+" "+a,j(b)}function f(a){var b=x[a[v]];return b||(b={},w++,a[v]=w,x[w]=b),b}function g(a,c,d){if(c||(c=b),q)return c.createElement(a);d||(d=f(c));var e;return e=d.cache[a]?d.cache[a].cloneNode():u.test(a)?(d.cache[a]=d.createElem(a)).cloneNode():d.createElem(a),!e.canHaveChildren||t.test(a)||e.tagUrn?e:d.frag.appendChild(e)}function h(a,c){if(a||(a=b),q)return a.createDocumentFragment();c=c||f(a);for(var e=c.frag.cloneNode(),g=0,h=d(),i=h.length;i>g;g++)e.createElement(h[g]);return e}function i(a,b){b.cache||(b.cache={},b.createElem=a.createElement,b.createFrag=a.createDocumentFragment,b.frag=b.createFrag()),a.createElement=function(c){return y.shivMethods?g(c,a,b):b.createElem(c)},a.createDocumentFragment=Function("h,f","return function(){var n=f.cloneNode(),c=n.createElement;h.shivMethods&&("+d().join().replace(/[\w\-:]+/g,function(a){return b.createElem(a),b.frag.createElement(a),'c("'+a+'")'})+");return n}")(y,b.frag)}function j(a){a||(a=b);var d=f(a);return!y.shivCSS||p||d.hasCSS||(d.hasCSS=!!c(a,"article,aside,dialog,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}mark{background:#FF0;color:#000}template{display:none}")),q||i(a,d),a}function k(a){for(var b,c=a.getElementsByTagName("*"),e=c.length,f=RegExp("^(?:"+d().join("|")+")$","i"),g=[];e--;)b=c[e],f.test(b.nodeName)&&g.push(b.applyElement(l(b)));return g}function l(a){for(var b,c=a.attributes,d=c.length,e=a.ownerDocument.createElement(A+":"+a.nodeName);d--;)b=c[d],b.specified&&e.setAttribute(b.nodeName,b.nodeValue);return e.style.cssText=a.style.cssText,e}function m(a){for(var b,c=a.split("{"),e=c.length,f=RegExp("(^|[\\s,>+~])("+d().join("|")+")(?=[[\\s,>+~#.:]|$)","gi"),g="$1"+A+"\\:$2";e--;)b=c[e]=c[e].split("}"),b[b.length-1]=b[b.length-1].replace(f,g),c[e]=b.join("}");return c.join("{")}function n(a){for(var b=a.length;b--;)a[b].removeNode()}function o(a){function b(){clearTimeout(g._removeSheetTimer),d&&d.removeNode(!0),d=null}var d,e,g=f(a),h=a.namespaces,i=a.parentWindow;return!B||a.printShived?a:("undefined"==typeof h[A]&&h.add(A),i.attachEvent("onbeforeprint",function(){b();for(var f,g,h,i=a.styleSheets,j=[],l=i.length,n=Array(l);l--;)n[l]=i[l];for(;h=n.pop();)if(!h.disabled&&z.test(h.media)){try{f=h.imports,g=f.length}catch(o){g=0}for(l=0;g>l;l++)n.push(f[l]);try{j.push(h.cssText)}catch(o){}}j=m(j.reverse().join("")),e=k(a),d=c(a,j)}),i.attachEvent("onafterprint",function(){n(e),clearTimeout(g._removeSheetTimer),g._removeSheetTimer=setTimeout(b,500)}),a.printShived=!0,a)}var p,q,r="3.7.3",s=a.html5||{},t=/^<|^(?:button|map|select|textarea|object|iframe|option|optgroup)$/i,u=/^(?:a|b|code|div|fieldset|h1|h2|h3|h4|h5|h6|i|label|li|ol|p|q|span|strong|style|table|tbody|td|th|tr|ul)$/i,v="_html5shiv",w=0,x={};!function(){try{var a=b.createElement("a");a.innerHTML="",p="hidden"in a,q=1==a.childNodes.length||function(){b.createElement("a");var a=b.createDocumentFragment();return"undefined"==typeof a.cloneNode||"undefined"==typeof a.createDocumentFragment||"undefined"==typeof a.createElement}()}catch(c){p=!0,q=!0}}();var y={elements:s.elements||"abbr article aside audio bdi canvas data datalist details dialog figcaption figure footer header hgroup main mark meter nav output picture progress section summary template time video",version:r,shivCSS:s.shivCSS!==!1,supportsUnknownElements:q,shivMethods:s.shivMethods!==!1,type:"default",shivDocument:j,createElement:g,createDocumentFragment:h,addElements:e};a.html5=y,j(b);var z=/^$|\b(?:all|print)\b/,A="html5shiv",B=!q&&function(){var c=b.documentElement;return!("undefined"==typeof b.namespaces||"undefined"==typeof b.parentWindow||"undefined"==typeof c.applyElement||"undefined"==typeof c.removeNode||"undefined"==typeof a.attachEvent)}();y.type+=" print",y.shivPrint=o,o(b),"object"==typeof module&&module.exports&&(module.exports=y)}("undefined"!=typeof window?window:this,document); \ No newline at end of file diff --git a/en/_static/js/html5shiv.min.js b/en/_static/js/html5shiv.min.js new file mode 100644 index 000000000..cd1c674f5 --- /dev/null +++ b/en/_static/js/html5shiv.min.js @@ -0,0 +1,4 @@ +/** +* @preserve HTML5 Shiv 3.7.3 | @afarkas @jdalton @jon_neal @rem | MIT/GPL2 Licensed +*/ +!function(a,b){function c(a,b){var c=a.createElement("p"),d=a.getElementsByTagName("head")[0]||a.documentElement;return c.innerHTML="x",d.insertBefore(c.lastChild,d.firstChild)}function d(){var a=t.elements;return"string"==typeof a?a.split(" "):a}function e(a,b){var c=t.elements;"string"!=typeof c&&(c=c.join(" ")),"string"!=typeof a&&(a=a.join(" ")),t.elements=c+" "+a,j(b)}function f(a){var b=s[a[q]];return b||(b={},r++,a[q]=r,s[r]=b),b}function g(a,c,d){if(c||(c=b),l)return c.createElement(a);d||(d=f(c));var e;return e=d.cache[a]?d.cache[a].cloneNode():p.test(a)?(d.cache[a]=d.createElem(a)).cloneNode():d.createElem(a),!e.canHaveChildren||o.test(a)||e.tagUrn?e:d.frag.appendChild(e)}function h(a,c){if(a||(a=b),l)return a.createDocumentFragment();c=c||f(a);for(var e=c.frag.cloneNode(),g=0,h=d(),i=h.length;i>g;g++)e.createElement(h[g]);return e}function i(a,b){b.cache||(b.cache={},b.createElem=a.createElement,b.createFrag=a.createDocumentFragment,b.frag=b.createFrag()),a.createElement=function(c){return t.shivMethods?g(c,a,b):b.createElem(c)},a.createDocumentFragment=Function("h,f","return function(){var n=f.cloneNode(),c=n.createElement;h.shivMethods&&("+d().join().replace(/[\w\-:]+/g,function(a){return b.createElem(a),b.frag.createElement(a),'c("'+a+'")'})+");return n}")(t,b.frag)}function j(a){a||(a=b);var d=f(a);return!t.shivCSS||k||d.hasCSS||(d.hasCSS=!!c(a,"article,aside,dialog,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}mark{background:#FF0;color:#000}template{display:none}")),l||i(a,d),a}var k,l,m="3.7.3-pre",n=a.html5||{},o=/^<|^(?:button|map|select|textarea|object|iframe|option|optgroup)$/i,p=/^(?:a|b|code|div|fieldset|h1|h2|h3|h4|h5|h6|i|label|li|ol|p|q|span|strong|style|table|tbody|td|th|tr|ul)$/i,q="_html5shiv",r=0,s={};!function(){try{var a=b.createElement("a");a.innerHTML="",k="hidden"in a,l=1==a.childNodes.length||function(){b.createElement("a");var a=b.createDocumentFragment();return"undefined"==typeof a.cloneNode||"undefined"==typeof a.createDocumentFragment||"undefined"==typeof a.createElement}()}catch(c){k=!0,l=!0}}();var t={elements:n.elements||"abbr article aside audio bdi canvas data datalist details dialog figcaption figure footer header hgroup main mark meter nav output picture progress section summary template time video",version:m,shivCSS:n.shivCSS!==!1,supportsUnknownElements:l,shivMethods:n.shivMethods!==!1,type:"default",shivDocument:j,createElement:g,createDocumentFragment:h,addElements:e};a.html5=t,j(b),"object"==typeof module&&module.exports&&(module.exports=t)}("undefined"!=typeof window?window:this,document); \ No newline at end of file diff --git a/en/_static/js/theme.js b/en/_static/js/theme.js new file mode 100644 index 000000000..1fddb6ee4 --- /dev/null +++ b/en/_static/js/theme.js @@ -0,0 +1 @@ +!function(n){var e={};function t(i){if(e[i])return e[i].exports;var o=e[i]={i:i,l:!1,exports:{}};return n[i].call(o.exports,o,o.exports,t),o.l=!0,o.exports}t.m=n,t.c=e,t.d=function(n,e,i){t.o(n,e)||Object.defineProperty(n,e,{enumerable:!0,get:i})},t.r=function(n){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(n,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(n,"__esModule",{value:!0})},t.t=function(n,e){if(1&e&&(n=t(n)),8&e)return n;if(4&e&&"object"==typeof n&&n&&n.__esModule)return n;var i=Object.create(null);if(t.r(i),Object.defineProperty(i,"default",{enumerable:!0,value:n}),2&e&&"string"!=typeof n)for(var o in n)t.d(i,o,function(e){return n[e]}.bind(null,o));return i},t.n=function(n){var e=n&&n.__esModule?function(){return n.default}:function(){return n};return t.d(e,"a",e),e},t.o=function(n,e){return Object.prototype.hasOwnProperty.call(n,e)},t.p="",t(t.s=0)}([function(n,e,t){t(1),n.exports=t(3)},function(n,e,t){(function(){var e="undefined"!=typeof window?window.jQuery:t(2);n.exports.ThemeNav={navBar:null,win:null,winScroll:!1,winResize:!1,linkScroll:!1,winPosition:0,winHeight:null,docHeight:null,isRunning:!1,enable:function(n){var t=this;void 0===n&&(n=!0),t.isRunning||(t.isRunning=!0,e((function(e){t.init(e),t.reset(),t.win.on("hashchange",t.reset),n&&t.win.on("scroll",(function(){t.linkScroll||t.winScroll||(t.winScroll=!0,requestAnimationFrame((function(){t.onScroll()})))})),t.win.on("resize",(function(){t.winResize||(t.winResize=!0,requestAnimationFrame((function(){t.onResize()})))})),t.onResize()})))},enableSticky:function(){this.enable(!0)},init:function(n){n(document);var e=this;this.navBar=n("div.wy-side-scroll:first"),this.win=n(window),n(document).on("click","[data-toggle='wy-nav-top']",(function(){n("[data-toggle='wy-nav-shift']").toggleClass("shift"),n("[data-toggle='rst-versions']").toggleClass("shift")})).on("click",".wy-menu-vertical .current ul li a",(function(){var t=n(this);n("[data-toggle='wy-nav-shift']").removeClass("shift"),n("[data-toggle='rst-versions']").toggleClass("shift"),e.toggleCurrent(t),e.hashChange()})).on("click","[data-toggle='rst-current-version']",(function(){n("[data-toggle='rst-versions']").toggleClass("shift-up")})),n("table.docutils:not(.field-list,.footnote,.citation)").wrap("
"),n("table.docutils.footnote").wrap("
"),n("table.docutils.citation").wrap("
"),n(".wy-menu-vertical ul").not(".simple").siblings("a").each((function(){var t=n(this);expand=n(''),expand.on("click",(function(n){return e.toggleCurrent(t),n.stopPropagation(),!1})),t.prepend(expand)}))},reset:function(){var n=encodeURI(window.location.hash)||"#";try{var e=$(".wy-menu-vertical"),t=e.find('[href="'+n+'"]');if(0===t.length){var i=$('.document [id="'+n.substring(1)+'"]').closest("div.section");0===(t=e.find('[href="#'+i.attr("id")+'"]')).length&&(t=e.find('[href="#"]'))}if(t.length>0){$(".wy-menu-vertical .current").removeClass("current").attr("aria-expanded","false"),t.addClass("current").attr("aria-expanded","true"),t.closest("li.toctree-l1").parent().addClass("current").attr("aria-expanded","true");for(let n=1;n<=10;n++)t.closest("li.toctree-l"+n).addClass("current").attr("aria-expanded","true");t[0].scrollIntoView()}}catch(n){console.log("Error expanding nav for anchor",n)}},onScroll:function(){this.winScroll=!1;var n=this.win.scrollTop(),e=n+this.winHeight,t=this.navBar.scrollTop()+(n-this.winPosition);n<0||e>this.docHeight||(this.navBar.scrollTop(t),this.winPosition=n)},onResize:function(){this.winResize=!1,this.winHeight=this.win.height(),this.docHeight=$(document).height()},hashChange:function(){this.linkScroll=!0,this.win.one("hashchange",(function(){this.linkScroll=!1}))},toggleCurrent:function(n){var e=n.closest("li");e.siblings("li.current").removeClass("current").attr("aria-expanded","false"),e.siblings().find("li.current").removeClass("current").attr("aria-expanded","false");var t=e.find("> ul li");t.length&&(t.removeClass("current").attr("aria-expanded","false"),e.toggleClass("current").attr("aria-expanded",(function(n,e){return"true"==e?"false":"true"})))}},"undefined"!=typeof window&&(window.SphinxRtdTheme={Navigation:n.exports.ThemeNav,StickyNav:n.exports.ThemeNav}),function(){for(var n=0,e=["ms","moz","webkit","o"],t=0;t + + + - - - - - - アプリケーションのビルド — UniVRM Programming Document documentation - - - - - - + + アプリケーションのビルド — UniVRM Programming Document documentation + + + + + + + + + - - - - + + + -
-
-
-
- + +
+ + +
+ +
+
+
+ +
+
+
+
+
-

アプリケーションのビルド

+

アプリケーションのビルド

+

UniVRMを使うアプリケーションのビルドに関する注意事項

-

ビルドに含めるシェーダー

+

ビルドに含めるシェーダー

Project Settings = Graphics - Always Included Shaders などに設定して、ビルドに含まれるようにしてください。

-

Unlit

+

Unlit

  • Assets\VRMShaders\GLTF\UniUnlit\Resources\UniGLTF\UniUnlit.shader

-

MToon

+

MToon

  • Assets\VRMShaders\VRM\MToon\MToon\Resources\Shaders\MToon.shader

-

ランタイム import/export 時のテクスチャー変換用のシェーダー

+

ランタイム import/export 時のテクスチャー変換用のシェーダー

  • Assets\VRMShaders\GLTF\IO\Resources\UniGLTF\NormalMapExporter.shader

  • Assets\VRMShaders\GLTF\IO\Resources\UniGLTF\StandardMapExporter.shader

  • @@ -69,76 +108,34 @@
-
+
+
-
+
+ - -

Table of Contents

- - -

Previous topic

-

Version

-

Next topic

-

Runtime のリソース管理について

-
-

This Page

- -
- - -
-
-
-
- - - + \ No newline at end of file diff --git a/en/genindex.html b/en/genindex.html index 2d9f93366..8886be19e 100644 --- a/en/genindex.html +++ b/en/genindex.html @@ -1,36 +1,72 @@ - - - - - - - Index — UniVRM Programming Document documentation - - - - - - + + + + + Index — UniVRM Programming Document documentation + + + + + + + + + - - + -
-
-
-
- + +
+ + +
+ +
+
+
+ +
+
+
+
+

Index

@@ -39,44 +75,31 @@
-
+
+
+ +
+ +
+

© Copyright 2021, VRM Consortium.

+
+ + Built with Sphinx using a + theme + provided by Read the Docs. + + +
- -
-
-
- - - + \ No newline at end of file diff --git a/en/gltf/0_36_update.html b/en/gltf/0_36_update.html index e5f3c3fb8..9f5212ace 100644 --- a/en/gltf/0_36_update.html +++ b/en/gltf/0_36_update.html @@ -1,49 +1,90 @@ - + + + - - - - - - GltfUpdate(0.36) — UniVRM Programming Document documentation - - - - - - + + GltfUpdate(0.36) — UniVRM Programming Document documentation + + + + + + + + + - - + -
-
-
-
- + +
+ + +
+ +
+
+
+ +
+
+
+
+
-

GltfUpdate(0.36)

+

GltfUpdate(0.36)

-

Changed Storage Position of Texture Name

+

Changed Storage Position of Texture Name

Conforming to the GLTF specification.

  • extras is not allowed in target

  • @@ -58,7 +99,7 @@
-

Fix blendshape name

+

Fix blendshape name

Conforming to the GLTF specification.

  • extras is not allowed in target

  • @@ -76,72 +117,34 @@
-
+
+
- -
-
-
- - - + \ No newline at end of file diff --git a/en/gltf/0_82_glb_import.html b/en/gltf/0_82_glb_import.html index 81f7d3aee..41e0f9d21 100644 --- a/en/gltf/0_82_glb_import.html +++ b/en/gltf/0_82_glb_import.html @@ -1,47 +1,101 @@ - + + + - - - - - - GlbImport(0.82) — UniVRM Programming Document documentation - - - - - - + + GlbImport(0.82) — UniVRM Programming Document documentation + + + + + + + + + - - - + + -
-
-
-
- + +
+ + +
+ +
+
+
+ +
+
+
+
+
-

GlbImport(0.82)

+

GlbImport(0.82)

If use 0.82.0, please upgrade.

GLB load is below steps.

    @@ -50,9 +104,9 @@
  1. Use the RuntimeGltfInstance, destroy the RuntimeGltfInstance.

-

1. パースする

+

1. パースする

-

Parse glb from file path

+

Parse glb from file path

  • Use this for vrm too.

@@ -64,7 +118,7 @@
-

Parse glb byte array

+

Parse glb byte array

  • Use this for vrm too.

@@ -76,7 +130,7 @@
-

Parse gltf from file path

+

Parse gltf from file path

GltfData Load(string path)
 {
     return new GltfFileWithResourceFilesParser(path).Parse();
@@ -85,7 +139,7 @@
 
-

Parse gltf in zip archive from file path

+

Parse gltf in zip archive from file path

Zip archive that contains gltf and related files could parsed(expelemental).

GltfData Load(string path)
 {
@@ -95,7 +149,7 @@
 
-

Parse by file extension

+

Parse by file extension

See SimpleViewer sample.

GltfData Load(string path)
 {
@@ -107,9 +161,9 @@
 
-

2. ロードする

+

2. ロードする

-

sync

+

sync

RuntimeGltfInstance Load(GltfData data)
 {
     // ImporterContext は使用後に Dispose を呼び出してください。
@@ -124,7 +178,7 @@
 
-

async

+

async

async RuntimeGltfInstance Load(GltfData data)
 {
     // ImporterContext は使用後に Dispose を呼び出してください。
@@ -139,7 +193,7 @@
 
-

Load URP material by materialGenerator argument

+

Load URP material by materialGenerator argument

You can load URP materials by setting the materialGenerator Argument (optional).

async RuntimeGltfInstance Load(GltfData data)
 {
@@ -155,7 +209,7 @@
 
-

3. インスタンスを使用する

+

3. インスタンスを使用する

// SkinnedMeshRenderer に対する指示
 instance.EnableUpdateWhenOffscreen();
 // 準備ができたら表示する(デフォルトでは非表示)
@@ -170,85 +224,34 @@
 
-
+
+
- -
-
-
- - - + \ No newline at end of file diff --git a/en/gltf/format.html b/en/gltf/format.html index 702f6a145..402a7e731 100644 --- a/en/gltf/format.html +++ b/en/gltf/format.html @@ -1,53 +1,96 @@ - + + + - - - - - - glbフォーマット概説 — UniVRM Programming Document documentation - - - - - - + + glbフォーマット概説 — UniVRM Programming Document documentation + + + + + + + + + - + - - + -
-
-
-
- + +
+ + +
+ +
+
+
+ +
+
+
+
+
-

glbフォーマット概説

+

glbフォーマット概説

JSON記述部と、画像や頂点配列を記録するバイナリ部の2つの部分からなります。

gltf形式では、URLやパスで参照する方法で外部のバイナリデータにアクセスします。 glb形式ではJSON部とバイナリ部をひとつのファイルにまとめていて、バイト列のオフセットでバイナリデータにアクセスします。 プログラムから扱うには外部ファイルへのアクセスが無いglb形式の方が簡単1です。

-

glb形式

+

glb形式

ヘッダ部 + チャンク部繰り返しという構造になっています。 実質的には、 ヘッダ部 + JSON CHUNk + BINARY CHUNKとなります。

@@ -106,7 +149,7 @@ glb形式ではJSON部とバイナリ部をひとつのファイルにまとめ
-

python3によるパース例

+

python3によるパース例

import struct
 import json
 
@@ -183,74 +226,34 @@ glb形式ではJSON部とバイナリ部をひとつのファイルにまとめ
 
-
+
+
-
+
+ - -

Table of Contents

- - -

Previous topic

-

GltfUpdate(0.36)

-

Next topic

-

RuntimeImport(0.82)

-
-

This Page

- -
- - -
-
-
-
- - - + \ No newline at end of file diff --git a/en/gltf/how_to_impl_extension.html b/en/gltf/how_to_impl_extension.html index a258e4192..e9b1f7107 100644 --- a/en/gltf/how_to_impl_extension.html +++ b/en/gltf/how_to_impl_extension.html @@ -1,50 +1,111 @@ - + + + - - - - - - The implementation of glTF extensions(0.63.2) — UniVRM Programming Document documentation - - - - - - + + The implementation of glTF extensions(0.63.2) — UniVRM Programming Document documentation + + + + + + + + + - - + -
-
-
-
- + +
+ + +
+ +
+
+
+ +
+
+
+
+
-

The implementation of glTF extensions(0.63.2)

+

The implementation of glTF extensions(0.63.2)

From UniVRM-0.63.2 , UniGLTF structure is changed, cause extensions / extras implementations is updated.

-

About GLTF Extensions

+

About GLTF Extensions

glTF has each extensions, extras points.

  • extensions (or extras)

  • @@ -64,7 +125,7 @@
-

The extensions of UniGLTF

+

The extensions of UniGLTF

Before v0.63.0, GLTF type ‘s extensions field is statically extended as GLTFExtensions Type, and had VRM type field.

class VRM
 {
@@ -102,7 +163,7 @@ UniGLTF は import/
 
-

UniGLTF の拡張の書き方

+

UniGLTF の拡張の書き方

拡張は、以下の部品要素から作れます。

  • 名前(JsonPath)。例: extensions.VRM, materials[*].extensions.KHR_materials_unlit

  • @@ -111,7 +172,7 @@ UniGLTF は import/
  • シリアライザーexport)。T型 => jsonバイト列

-

JSONPATH と 型を決める

+

JSONPATH と 型を決める

// 型
 class GoodMaterial
 {
@@ -124,7 +185,7 @@ UniGLTF は import/
 
-

import

+

import

GoodMaterial DeserializeGoodMaterial(ListTreeNode<JsonValue> json)
 {
     // デシリアライズ。手で書くかコード生成する(後述)
@@ -162,7 +223,7 @@ UniGLTF は import/
 
-

export

+

export

void SerializeGoodMaterial(UniJSON.JsonFormatter f, GoodMaterial value)
 {
     // シリアライズ。手で書くかコード生成する(後述)
@@ -194,9 +255,9 @@ UniGLTF は import/
 
-

実装例

+

実装例

-

GLTF: GLTF全体

+

GLTF: GLTF全体

C#の型からコード生成

  • Assets\UniGLTF\Runtime\UniGLTF\Format\GltfSerializer.g.cs

  • @@ -210,7 +271,7 @@ UniGLTF は import/

    生成コードの呼び出し

-

GLTF: meshes[*].extras.targetNames

+

GLTF: meshes[*].extras.targetNames

コード生成せずに手書き

  • Assets\UniGLTF\Runtime\UniGLTF\Format\ExtensionsAndExtras\gltf_mesh_extras_targetNames.cs

  • @@ -218,7 +279,7 @@ UniGLTF は import/

    生成コードの呼び出し

-

GLTF: materials[*].extensions.KHR_materials_unlit

+

GLTF: materials[*].extensions.KHR_materials_unlit

コード生成せずに手書き

  • Assets\UniGLTF\Runtime\UniGLTF\Format\ExtensionsAndExtras\KHR_materials_unlit.cs

  • @@ -226,7 +287,7 @@ UniGLTF は import/

    生成コードの呼び出し

-

GLTF: materials[*].extensions.KHR_texture_transform

+

GLTF: materials[*].extensions.KHR_texture_transform

コード生成せずに手書き

  • Assets\UniGLTF\Runtime\UniGLTF\Format\ExtensionsAndExtras\KHR_texture_transform.cs

  • @@ -238,7 +299,7 @@ UniGLTF は import/
-

VRM0: extensions.VRM

+

VRM0: extensions.VRM

C#の型からコード生成

  • Assets\VRM\Runtime\Format\VRMSerializer.g.cs

  • @@ -256,59 +317,59 @@ UniGLTF は import/
-

VRM1: extensions.VRMC_vrm など

+

VRM1: extensions.VRMC_vrm など

JsonSchemaからコード生成

5つの Extensions に分かれたので個別に作成。 ささる場所(JsonPath)が違うのに注意。

-

extensions.VRMC_vrm

+

extensions.VRMC_vrm

  • Assets\VRM10\Runtime\Format\VRM

-

materials[*].extensions.VRMC_materials_mtoon

+

materials[*].extensions.VRMC_materials_mtoon

  • Assets\VRM10\Runtime\Format\MaterialsMToon

-

nodes[*].extensions.VRMC_node_collider

+

nodes[*].extensions.VRMC_node_collider

  • Assets\VRM10\Runtime\Format\NodeCollider

-

extensions.VRMC_springBone

+

extensions.VRMC_springBone

  • Assets\VRM10\Runtime\Format\SpringBone

-

extensions.VRMC_vrm_constraints

+

extensions.VRMC_vrm_constraints

  • Assets\VRM10\Runtime\Format\Constraints

-

ジェネレーターの呼び出しコード

+

ジェネレーターの呼び出しコード

  • Assets\VRM10\Editor\GeneratorMenu.cs

-

生成コードの呼び出し

+

生成コードの呼び出し

-

コード生成

+

コード生成

JSON と C# の型との シリアライズ/デシリアライズは定型コードになるので、ジェネレーターがあります。 C# の型から生成するものと、JsonSchema から C# の型とともに生成するものがあります。

-

C# の型から生成

+

C# の型から生成

-

シリアライザー

+

シリアライザー

ジェネレーターを呼び出すコードを作成します。

  • 元になる型

  • @@ -383,7 +444,7 @@ C# の型から生成するものと、JsonSchema から C# の型とともに
-

デシリアライザー

+

デシリアライザー

ジェネレーターを呼び出すコードを作成します。

  • 元になる型

  • @@ -459,7 +520,7 @@ C# の型から生成するものと、JsonSchema から C# の型とともに
-

キー出力の抑制

+

キー出力の抑制

index に無効な値として -1 を入れる場合に、JSONではキーを出力しないとしたいことがあります。

TODO: int? にするべきだった

[JsonSchema(Minimum = 0)]
@@ -478,7 +539,7 @@ C# の型から生成するものと、JsonSchema から C# の型とともに
 
-

enum のエンコーディング

+

enum のエンコーディング

enumの値の名前を文字列で使う、enumの値の数値を使うの2種類がありえます。 enumの場合はデフォルト値が無いので必須です。

[JsonSchema(EnumSerializationType = EnumSerializationType.AsInt)]
@@ -491,7 +552,7 @@ enumの場合はデフォルト値が無いので必須です。

-

JsonSchemaから生成

+

JsonSchemaから生成

VRM-1.0 の実装

TODO:

@@ -499,107 +560,34 @@ enumの場合はデフォルト値が無いので必須です。

-
+
+
- - -
- - - - + \ No newline at end of file diff --git a/en/gltf/index.html b/en/gltf/index.html new file mode 100644 index 000000000..e96264eca --- /dev/null +++ b/en/gltf/index.html @@ -0,0 +1,146 @@ + + + + + + + glTF — UniVRM Programming Document documentation + + + + + + + + + + + + + + + + +
+ + +
+ +
+
+
+ +
+
+
+
+ +
+

glTF

+ + + + + + + + + + + + + + + + + + + + + + + +

version

v0.82.1

materialGenerator(URP対応) 引き数と VrmData

v0.79

GltfData

v0.77

RuntimeGltfInstance

v0.68

GltfParser

v0.63.2

gltf の extension の実装方法を変更

+ +
+ + +
+
+ +
+
+
+
+ + + + \ No newline at end of file diff --git a/en/history.html b/en/history.html deleted file mode 100644 index 4d3f80e66..000000000 --- a/en/history.html +++ /dev/null @@ -1,134 +0,0 @@ - - - - - - - - - Version — UniVRM Programming Document documentation - - - - - - - - - - - - - -
-
-
-
- -
-

Version

- - - - - - - - - - - - - - - - - - - - - - - - - - -

version

v0.82.1

materialGenerator(for URP) argument and VrmData

v0.79

GltfData

v0.77

RuntimeGltfInstance

v0.68

GltfParser

v0.63.2

Update gltf extensions implementation

v0.56

Update BlendShapeKey spec

-
- - -
-
-
-
- -
-
- - - - \ No newline at end of file diff --git a/en/implementation/coordinate.html b/en/implementation/coordinate.html index 91cacb7a5..edbb70ccc 100644 --- a/en/implementation/coordinate.html +++ b/en/implementation/coordinate.html @@ -1,49 +1,97 @@ - + + + - - - - - - 座標系の変換 — UniVRM Programming Document documentation - - - - - - - - + + 座標系の変換 — UniVRM Programming Document documentation + + + + + + + + + + + - - + -
-
-
-
- + +
+ + +
+ +
+
+
+ +
+
+
+
+
-

座標系の変換

+

座標系の変換

UniVRMは、インポート・エクスポート時に座標変換を実行しています。

@@ -92,16 +140,16 @@
-

UV

+

UV

以下のように変換します。

\[V^{\prime} = 1 - V\]
-

Unity <-> VRM0

+

Unity <-> VRM0

Z軸を反転します。

-

Vector3: Position, Normalなど

+

Vector3: Position, Normalなど

public static Vector3 ReverseZ(this Vector3 v)
 {
     return new Vector3(v.x, v.y, -v.z);
@@ -110,7 +158,7 @@
 
-

Quaternion: Rotation

+

Quaternion: Rotation

public static Quaternion ReverseZ(this Quaternion q)
 {
     float angle;
@@ -122,7 +170,7 @@
 
-

Matrix: BindMatrices

+

Matrix: BindMatrices

スケール値が入っているとうまくいきません

public static Matrix4x4 ReverseZ(this Matrix4x4 m)
 {
@@ -138,84 +186,40 @@
 
-

Unity <-> VRM1

+

Unity <-> VRM1

X軸を反転します。

-
+
+
-
+
+ - -

Table of Contents

- - -

Previous topic

-

Texture関連

-

Next topic

-

FastSpringBoneについて

-
-

This Page

- -
- - -
-
-
-
- - - + \ No newline at end of file diff --git a/en/implementation/fast_spring_bone.html b/en/implementation/fast_spring_bone.html index d51bf30fa..018df1022 100644 --- a/en/implementation/fast_spring_bone.html +++ b/en/implementation/fast_spring_bone.html @@ -1,65 +1,111 @@ - + + + - - - - - - FastSpringBoneについて — UniVRM Programming Document documentation - - - - - - + + FastSpringBoneについて — UniVRM Programming Document documentation + + + + + + + + + - - + -
-
-
-
- + +
+ + +
+ +
+
+
+ +
+
+
+
+
-

FastSpringBoneについて

+

FastSpringBoneについて

-

概要

+

概要

UniVRMでは、DOTSを利用した高速なSpringBone実装である「FastSpringBone」を用意しています。

揺れ物の各房を並列処理・最適化することで1フレームあたりの処理時間を大幅に抑えます。

VRM0.x と VRM1.0 で、それぞれFastSpringBoneの立ち位置・実装が異なります。

-

VRM 1.0 での FastSpringBone の概要

+

VRM 1.0 での FastSpringBone の概要

VRM1.0ではFastSpringBoneが揺れものの標準実装です。

VRMのライフサイクルに紐付いて自動的に生成・破棄されます。

-

VRM 0.x での FastSpringBone の概要

+

VRM 0.x での FastSpringBone の概要

VRM0.xでは後方互換性を保つため、デフォルトでは従来のDOTS実装でないSpringBoneで動作します。

VRM0.x向けのFastSpringBone実装は VRM/Runtime/FastSpringBone ディレクトリにあります。

-

VRM 0.x での FastSpringBone の導入方法

+

VRM 0.x での FastSpringBone の導入方法

差し替えを行いたいタイミングで FastSpringBoneReplacer.ReplaceAsync を呼び出してください

これを明示的に呼ばなければ、従来のSpringBoneのまま動作します。

using (var loader = new UniGLTF.ImporterContext(data))
@@ -75,12 +121,12 @@ instance.ShowMeshes();
 
-

Burstの導入について

+

Burstの導入について

UniVRM に加えて Burst を別途導入すると、 FastSpringBone が Burst によって高速化されます。

Burst の導入方法は こちら をご参照ください。

-

FastSpringBoneServiceについて

+

FastSpringBoneServiceについて

FastSpringBone が実行されると、FastSpringBone Service GameObject が DontDestroyOnLoad で生成されます。

これは全 VRM の FastSpringBone を集め、バッファの構築や、 FastSpringBone の実行タイミングの制御などを行う GameObject です。

明示的に破棄を行いたい場合は FastSpringBoneService.Free を呼んでください。

@@ -88,76 +134,34 @@ instance.ShowMeshes();
-
+
+
-
+
+ - -

Table of Contents

- - -

Previous topic

-

座標系の変換

-

Next topic

-

VRアプリケーションの FirstPerson 設定による Renderer の可視制御

-
-

This Page

- -
- - -
-
-
-
- - - + \ No newline at end of file diff --git a/en/implementation/first_person.html b/en/implementation/first_person.html index a2a97859d..e4de28f24 100644 --- a/en/implementation/first_person.html +++ b/en/implementation/first_person.html @@ -1,47 +1,85 @@ - + + + - - - - - - VRアプリケーションの FirstPerson 設定による Renderer の可視制御 — UniVRM Programming Document documentation - - - - - - + + VRアプリケーションの FirstPerson 設定による Renderer の可視制御 — UniVRM Programming Document documentation + + + + + + + + + - + - - + -
-
-
-
- + +
+ + +
+ +
+
+
+ +
+
+
+
+
-

VRアプリケーションの FirstPerson 設定による Renderer の可視制御

+

VRアプリケーションの FirstPerson 設定による Renderer の可視制御

  • isSelf==true 自分のアバター

  • isSelf==false 自分以外のアバター

  • @@ -111,63 +149,34 @@
-
+
+
-
+
+ - -

Previous topic

-

FastSpringBoneについて

-

Next topic

-

GlbImport(0.82)

-
-

This Page

- -
- - -
-
-
-
- - - + \ No newline at end of file diff --git a/en/implementation/index.html b/en/implementation/index.html new file mode 100644 index 000000000..d0a4511be --- /dev/null +++ b/en/implementation/index.html @@ -0,0 +1,124 @@ + + + + + + + 実装メモ — UniVRM Programming Document documentation + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/en/implementation/runtime_resource_management.html b/en/implementation/runtime_resource_management.html index 8dad56060..4888860f9 100644 --- a/en/implementation/runtime_resource_management.html +++ b/en/implementation/runtime_resource_management.html @@ -1,51 +1,96 @@ - + + + - - - - - - Runtime のリソース管理について — UniVRM Programming Document documentation - - - - - - + + Runtime のリソース管理について — UniVRM Programming Document documentation + + + + + + + + + - - - + + -
-
-
-
- + +
+ + +
+ +
+
+
+ +
+
+
+
+
-

Runtime のリソース管理について

+

Runtime のリソース管理について

Runtime Import で Texture, Material, Mesh などのリソースを Root の GameObject.OnDestroy と同時に UnityEngine.Object.Destroy したい。

-

RuntimeGltfInstance

+

RuntimeGltfInstance

RuntimeGltfInstance.OnDestroy で破棄を実行するようにした。

ImporterContext
     [Own]List<Mesh>
@@ -69,7 +114,7 @@ RuntimeGltfInstance
 
-

Vrm10Instance

+

Vrm10Instance

Vrm10Importer
     [Own]HumanoidAvatar
     [Own]Vrm10Object
@@ -84,7 +129,7 @@ RuntimeGltfInstance
 
-

FirstPerson

+

FirstPerson

👇  Vrm10Instance.FirstPerson.SetupAsync
 
 RuntimeGltfInstance
@@ -96,75 +141,34 @@ RuntimeGltfInstance
 
-
+
+
-
+
+ - -

Table of Contents

- - -

Previous topic

-

アプリケーションのビルド

-

Next topic

-

Texture関連

-
-

This Page

- -
- - -
-
-
-
- - - + \ No newline at end of file diff --git a/en/implementation/texture_manipulation.html b/en/implementation/texture_manipulation.html index bc2c4772b..aa383daf9 100644 --- a/en/implementation/texture_manipulation.html +++ b/en/implementation/texture_manipulation.html @@ -1,51 +1,101 @@ - + + + - - - - - - Texture関連 — UniVRM Programming Document documentation - - - - - - + + Texture関連 — UniVRM Programming Document documentation + + + + + + + + + - - + -
-
-
-
- + +
+ + +
+ +
+
+
+ +
+
+
+
+
-

Texture関連

+

Texture関連

-

Unity の linear の テクスチャーの挙動について

+

Unity の linear の テクスチャーの挙動について

-

Runtime

+

Runtime

new する場合は、

var texture = new Texture2D(width, height, format, mipChain, linear = true);
 
@@ -53,7 +103,7 @@

とする。

-

Editor(Asset)

+

Editor(Asset)

AssetFolder の png/jpg からloadする場合は、 事前に設定が必用。

var textureImporter = AssetImporter.GetAtPath(assetPath) as TextureImporter;
@@ -67,12 +117,12 @@
 
-

Unity の NormalMap の挙動について

+

Unity の NormalMap の挙動について

MToon の NormalMap も同じ

-

Runtime

+

Runtime

new する場合は、

var texture = new Texture2D(width, height, format, mipChain, linear = true);
 
@@ -89,7 +139,7 @@ y と w の2要素だけを使います。

-

Editor(Asset)

+

Editor(Asset)

AssetFolder の png/jpg からloadする場合は、 ロードする前に設定が必用。

var textureImporter = AssetImporter.GetAtPath(assetPath) as TextureImporter;
@@ -105,80 +155,34 @@ y と w の2要素だけを使います。

-
+
+
-
+
+ - -

Table of Contents

- - -

Previous topic

-

Runtime のリソース管理について

-

Next topic

-

座標系の変換

-
-

This Page

- -
- - -
-
-
-
- - - + \ No newline at end of file diff --git a/en/index.html b/en/index.html index e9a44312b..4e3bc35d7 100644 --- a/en/index.html +++ b/en/index.html @@ -1,154 +1,91 @@ - + + + - - - - - - UniVRM Programming Document — UniVRM Programming Document documentation - - - - - - + + UniVRM Programming Document — UniVRM Programming Document documentation + + + + + + + + + - - - + + -
-
-
-
- + +
+ + +
+ +
+
+
+ +
+
+
+
+
-

UniVRM Programming Document

+

UniVRM Programming Document

これは、UniVRM の開発ドキュメントです。 UnityでVRMをエクスポートする方法などについては manual を参照してください。

-
-

Overview

- -
-
-

build

-

UniVRMを使うアプリケーションのビルドに関する注意事項

- -
-
-

実装メモ

- -
-
-

glTF

- -
-
-

VRM

- -
-

Samples

-
    -
  • SimpleViewer

  • -
  • RuntimeExporerSample

  • -
  • FirstPersonSample

  • -
  • AnimationBridgeSample

  • -
-
-
-
-

VRM-1.0(β)

- -
-

Samples

-
    -
  • VRM10Viewer

  • -
-
-
-
-

Release

-
-

Indices and tables

+

Indices and tables

  • Index

  • Module Index

  • @@ -157,78 +94,33 @@ UnityでVRMをエクスポートする方法などについては
+
+
- -
-
-
- - - + \ No newline at end of file diff --git a/en/objects.inv b/en/objects.inv index be4ce1c63..49916635f 100644 Binary files a/en/objects.inv and b/en/objects.inv differ diff --git a/en/package.html b/en/package.html deleted file mode 100644 index ed6bf7d33..000000000 --- a/en/package.html +++ /dev/null @@ -1,165 +0,0 @@ - - - - - - - - - Package Structure — UniVRM Programming Document documentation - - - - - - - - - - - - - -
-
-
-
- -
-

Package Structure

-
-

Package

- - - - - - - - - - - - - - - - - - - - - -

unitypackage

folder

contents

VRMShaders_UniGLTF

Assets/VRMShaders, Assets/UniGLTF

VRMShaders and UniGLTF

UniVRM

Assets/VRM

VRM-0.X

VRM

Assets/VRM10

VRM-1.0(β)

-
+----------++----------+
-|UniVRM-0.X||UniVRM-1.0|
-+----------++----------+
-+----------------------+
-|       UniGLTF        |
-+----------------------+
-|      VRMShaders      |
-+----------------------+
-
-
-
-
-

UPM

-
// manifest.json 抜粋
-{
-  "dependencies": {
-    "com.vrmc.vrmshaders": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRMShaders#v0.82.1",
-    "com.vrmc.gltf": "https://github.com/vrm-c/UniVRM.git?path=/Assets/UniGLTF#v0.82.1", // rename unigltf to gltf
-    "com.vrmc.univrm": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM#v0.82.1",
-    "com.vrmc.vrm": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM10#v0.82.1", // rename univrm1 to vrm
-  }
-}
-
-
-
-
- - -
-
-
-
- -
-
- - - - \ No newline at end of file diff --git a/en/release/055/index.html b/en/release/055/index.html index ba59a5947..7e3754440 100644 --- a/en/release/055/index.html +++ b/en/release/055/index.html @@ -1,147 +1,166 @@ - + + + - - - - - - ~v0.55: Unity-5.6(.NET-3.5) — UniVRM Programming Document documentation - - - - - - + + ~v0.55: Unity-5.6(.NET-3.5) — UniVRM Programming Document documentation + + + + + + + + + - - - - + + + -
-
-
-
- + +
+ + +
+ +
+
+
+ +
+
+
+
+
-

~v0.55: Unity-5.6(.NET-3.5)

+

~v0.55: Unity-5.6(.NET-3.5)

-

UnityPackage

+

UnityPackage

  • UniVRM-0.XX.0_YYYY.unitypackage

-

Releases

+

Releases

-
+
+
-
+
+ - -

Table of Contents

- - -

Previous topic

-

v0.56~v0.67: Unity-2018.4

-

Next topic

-

v0.55.0

-
-

This Page

- -
- - -
-
-
-
- - - + \ No newline at end of file diff --git a/en/release/055/v0.40.html b/en/release/055/v0.40.html index 627465a54..4e3d17894 100644 --- a/en/release/055/v0.40.html +++ b/en/release/055/v0.40.html @@ -1,47 +1,109 @@ - + + + - - - - - - v0.40 — UniVRM Programming Document documentation - - - - - - + + v0.40 — UniVRM Programming Document documentation + + + + + + + + + - - - + + + -
-
-
-
- + +
+ + +
+ +
+
+
+ +
+
+
+
+
-

v0.40

+

v0.40

-

Major fixes:

+

Major fixes:

  • (Exporter) Capable of collecting VRMSpringBone other than secondary (since VRMSpringBone’s attached position is not recorded, all of VRMSpringBones will be attached to secondary during the import)

  • (Importer) Added the callback “OnError” to LoadVRMAsync

  • @@ -54,7 +116,7 @@
  • (UniGLTF) Fixed bugs that all textures became the same when putting vrm directly under Assets

-

We released v0.40 as the version of bugs corrections in v0.39

+

We released v0.40 as the version of bugs corrections in v0.39

  • Importing Texture fails if VRM file is put directly under the Assets folder. There is a bug in parsing path. v0.39 package was in the erroneous state described above before the following commit:

  • @@ -65,70 +127,34 @@ v0.39 package was in the erroneous state described above before the following co
-
+
+
-
+
+ - -

Table of Contents

- - -

Previous topic

-

v0.41

-
-

This Page

- -
- - -
-
-
-
- - - + \ No newline at end of file diff --git a/en/release/055/v0.41.html b/en/release/055/v0.41.html index 2c751f1ec..eea81f3d8 100644 --- a/en/release/055/v0.41.html +++ b/en/release/055/v0.41.html @@ -1,54 +1,112 @@ - + + + - - - - - - v0.41 — UniVRM Programming Document documentation - - - - - - + + v0.41 — UniVRM Programming Document documentation + + + + + + + + + - - - - + + + -
-
-
-
- + +
+ + +
+ +
+
+
+ +
+
+
+
+
-

v0.41

+

v0.41

-

※Important Information※

+

※Important Information※

-

Major Updates:

+

Major Updates:

  • [Exporter] Corrected exported normal map (for DXT5)

  • [Exporter] Fixed bugs that material parameters were gone when exporting VRM at runtime (for ShaderProperty that cannot be enumerated)

  • @@ -60,7 +118,7 @@
-

Editor Updates:

+

Editor Updates:

  • [Editor] Added version# in VRM menu

  • [Editor] Added git hash to unitypackage file name

  • @@ -68,7 +126,7 @@
-

API Updates:

+

API Updates:

  • [Importer] Added the argument: show. Now you can choose to undisplay VRM model when VrmImporter.LoadVrmAsync is ended

  • [Importer] Extended code that relies on unpacking textures in the same path as glb

  • @@ -89,7 +147,7 @@
+
-
+
+ - -

Table of Contents

- - -

Previous topic

-

v0.42

-

Next topic

-

v0.40

-
-

This Page

- -
- - -
-
-
-
- - - + \ No newline at end of file diff --git a/en/release/055/v0.42.html b/en/release/055/v0.42.html index 620faa5f1..4834b88cc 100644 --- a/en/release/055/v0.42.html +++ b/en/release/055/v0.42.html @@ -1,51 +1,109 @@ - + + + - - - - - - v0.42 — UniVRM Programming Document documentation - - - - - - + + v0.42 — UniVRM Programming Document documentation + + + + + + + + + - - - - + + + -
-
-
-
- + +
+ + +
+ +
+
+
+ +
+
+
+
+
-

v0.42

+

v0.42

-

※Important Information※

+

※Important Information※

The errors in VRM output from earlier versions (UniVRM 0.41 and before) have been fixed in v0.42. However, this fix comes along with the following impact:

  • The exported VRM data in v0.42 or later cannot be imported correctly in the earlier versions

  • @@ -54,7 +112,7 @@ If you are using UniVRM to import VRM data, please update UniVRM to the latest version as soon as you can.

-

UV Bugs Fix:

+

UV Bugs Fix:

In v0.41 and the earlier versions, converting UV between Unity and GLTF was incorrect.

Before

var converted_uv = new Vec2(uv.x, -uv.y); // value becomes negative
@@ -66,7 +124,7 @@ If you are using UniVRM to import VRM data, please update UniVRM to the latest v
 

This change influences both import and export.

-

Current status in v0.42:

+

Current status in v0.42:

  • The UV of imported VRM is correct.

  • V will become negative when loading the correct UV of VRM with the earlier versions.

  • @@ -101,13 +159,13 @@ If you are using UniVRM to import VRM data, please update UniVRM to the latest v
-

Tangents Bugs Fix:

+

Tangents Bugs Fix:

The method to call Mesh.RecalculateTangents was inappropriate and it was not able to generate Tangents. We have fixed this issue. It influences the use of normal map.

-

Tangents processing modification:

+

Tangents processing modification:

  • Tangents can be calculated and generated from Normal and UV

  • The differences of coordinate axes between GLTF and Unity can be absorbed

  • @@ -118,9 +176,9 @@ It influences the use of normal map.

-

GLTF Improvement:

+

GLTF Improvement:

-

/bufferViews/*/byteStridewill not output

+

/bufferViews/*/byteStridewill not output

It seems necessary for outputting OpenGL’s interleaved vbo format:

// Example of interleaved format
 struct Vertex
@@ -138,7 +196,7 @@ It influences the use of normal map.

Also, we found that ByteStride should not output to Index.

-

GLTF material support improvement:

+

GLTF material support improvement:

  • /materials/*/alphaMode

  • /materials/*/doubleSided

  • @@ -153,122 +211,65 @@ It influences the use of normal map.

-

VRM JsonShcema Release:

+

VRM JsonShcema Release:

  • https://github.com/dwango/UniVRM/tree/master/specification/0.0/schema

-

Directory Structure Changes:

+

Directory Structure Changes:

  • VRM/UniHumanoid => VRM/UniGLTF/UniHumanoid

  • VRM/Scripts/DepthFirstScheduler(Former UniTask) => VRM/UniGLTF/DepthFirstScheduler

-

BlendShape Asset:

+

BlendShape Asset:

The asset for BlendShape now is independent (previously it is a sub-asset of Prefab)

  • https://github.com/dwango/UniVRM/pull/26

-

BlendShape Reference:

+

BlendShape Reference:

The state of BlendShape before model normalization is now used as a reference. You can make BlendShape before normalization and Bake the state of BlendShape during normalization.

-

UniHumanoid BVH Judgement Fix:

+

UniHumanoid BVH Judgement Fix:

We fixed BVH skeleton estimation. Report errors here when it fails: https://github.com/ousttrue/UniHumanoid/issues

-
+
+
-
+
+ - -

Table of Contents

- - -

Previous topic

-

v0.43

-

Next topic

-

v0.41

-
-

This Page

- -
- - -
-
-
-
- - - + \ No newline at end of file diff --git a/en/release/055/v0.43.html b/en/release/055/v0.43.html index dce2dc433..4803779e7 100644 --- a/en/release/055/v0.43.html +++ b/en/release/055/v0.43.html @@ -1,51 +1,109 @@ - + + + - - - - - - v0.43 — UniVRM Programming Document documentation - - - - - - + + v0.43 — UniVRM Programming Document documentation + + + + + + + + + - - - - + + + -
-
-
-
- + +
+ + +
+ +
+
+
+ +
+
+
+
+
-

v0.43

+

v0.43

-

※Important Information※

+

※Important Information※

The errors in VRM output from earlier versions (UniVRM 0.41 and before) have been fixed since v0.42. However, this fix comes along with the following impact:

  • The exported VRM data in v0.42 or later cannot be imported correctly in the earlier versions

  • @@ -54,7 +112,7 @@ If you are using UniVRM to import VRM data, please update UniVRM to the latest version as soon as you can.

-

BlendShape Object Bug Fix:

+

BlendShape Object Bug Fix:

In v0.42, BlendShape.Clips will not be saved if you try to save clips in the following order:

  • Import VRM

  • @@ -69,7 +127,7 @@ If you are using UniVRM to import VRM data, please update UniVRM to the latest v

    This issue has been fixed in v0.43.

-

How to restore empty BlendShape resulted by v0.42:

+

How to restore empty BlendShape resulted by v0.42:

Either way described below can restore BlendShape clips once UniVRM is updated to v0.43.

  1. Right click VRM file and select Reimport.

  2. @@ -83,7 +141,7 @@ If you are using UniVRM to import VRM data, please update UniVRM to the latest v The BlendShape clips set before will be back (the BlendShape clips in the same folder).

-

Other Fixes:

+

Other Fixes:

  • Normal map conversion fix at runtime loading: https://github.com/ousttrue/UniGLTF/issues/21

  • Added the argument: VRMSpringBone.Setup(force)https://github.com/dwango/UniVRM/commit/b99e7cb9a47de77280eece57d6ed5e7718e848db

  • @@ -92,76 +150,34 @@ The BlendShape clips set before will be back (the BlendShape clips in the same f
-
+
+
-
+
+ - -

Table of Contents

- - -

Previous topic

-

v0.44: UniGLTF/UniUnlit 追加

-

Next topic

-

v0.42

-
-

This Page

- -
- - -
-
-
-
- - - + \ No newline at end of file diff --git a/en/release/055/v0.44.html b/en/release/055/v0.44.html index 9608894c6..4bf0e64a1 100644 --- a/en/release/055/v0.44.html +++ b/en/release/055/v0.44.html @@ -1,54 +1,112 @@ - + + + - - - - - - v0.44: UniGLTF/UniUnlit 追加 — UniVRM Programming Document documentation - - - - - - + + v0.44: UniGLTF/UniUnlit 追加 — UniVRM Programming Document documentation + + + + + + + + + - - - - + + + -
-
-
-
- + +
+ + +
+ +
+
+
+ +
+
+
+
+
-

v0.44: UniGLTF/UniUnlit 追加

+

v0.44: UniGLTF/UniUnlit 追加

67a6 https://github.com/dwango/UniVRM/releases/tag/v0.44

-

※大切なお知らせ※

+

※大切なお知らせ※

-

新シェーダーを0.43以前のバージョンでImportしたとき

+

新シェーダーを0.43以前のバージョンでImportしたとき

0.44で新シェーダーUniGLTF/Unlit を追加しました。

【UniGLTF/Unlit】 既存のUnlit系シェーダではできなかった、

@@ -64,7 +122,7 @@
-

法線マップの入出力について

+

法線マップの入出力について

0.44から正しくエクスポートし、正しくインポートできるようになりました。
そのため、法線モデルを含んだモデルは、0.44以降でエクスポートし、
0.44以降のアプリケーションでロードしなければ正しく表示されません。
@@ -72,7 +130,7 @@

-

[GLTF]UniUnlitの導入

+

[GLTF]UniUnlitの導入

新規に UniGLTF/Unlit を導入しました。
既存のUnlit系シェーダーでできなかった、

    @@ -84,14 +142,14 @@

    を設定できます。

-

[VRM] UnlitとStandardマテリアルに関しては、VRM部に重複した情報を保存しない仕様変更

+

[VRM] UnlitとStandardマテリアルに関しては、VRM部に重複した情報を保存しない仕様変更

0.43以前では、/materials/extensions/VRM/materialProperties に2重に情報を保存していました。 0.44から、~~GLTFで記述可能な~~GLTFとだいたい互換できる UnlitStandard/materials に一本化することにしました。

GLTFで表現できないマテリアル情報は、

VRM/MToonVRM/UnlitTransparentZWrite です。

-

[VRM]正規化する時にDisableのGameObjectがあると失敗する場合があるのを修正

+

[VRM]正規化する時にDisableのGameObjectがあると失敗する場合があるのを修正

HumanBoneに割り当てられていてDisableなど、一定の条件で失敗するのを修正しました。

  • https://github.com/dwango/UniVRM/issues/36

  • @@ -99,7 +157,7 @@
-

[GLTF]NormalMap等のマテリアル対応関連

+

[GLTF]NormalMap等のマテリアル対応関連

  • https://github.com/dwango/UniVRM/issues/17

  • https://github.com/dwango/UniVRM/issues/46

  • @@ -108,13 +166,13 @@
  • https://github.com/dwango/UniVRM/issues/36

-

NormalMap asset import

+

NormalMap asset import

textureImporter.textureType = TextureImporterType.NormalMap;
 
-

NormalMap runtime import

+

NormalMap runtime import

pack

fixed4 frag(v2f i) : SV_Target
 {
@@ -131,7 +189,7 @@
 
-

NormalMap export

+

NormalMap export

unpack

  • https://github.com/ousttrue/UniGLTF/issues/29

  • @@ -139,39 +197,39 @@
-

[GLTF]Animation関連

+

[GLTF]Animation関連

GLTFのアニメーション対応を更新しました。

-

import

+

import

Unityのlegacy AnimationClipとしてロードできます。 GameObjectに対する、 localPosition, localRotation, localScale とBlendShapeのキーフレームに対応しています。

-

editor export

+

editor export

エクスポート対象のルートにアタッチされた Animation または Animator のヒューマノイドではない AnimationClip(legacy or generic) の、localPosition, localRotation, localScale を出力できます。BlendShapeは未対応です。

-

[MToon]更新

+

[MToon]更新

  • https://github.com/Santarh/MToon/releases/tag/v1.5

-

[GLTF]Importerインタフェース整理

+

[GLTF]Importerインタフェース整理

  • https://github.com/dwango/UniVRM/wiki/Runtime-import

-

[VRM] Auto指定のMeshRendererが一人称視点で非表示になるのを修正

+

[VRM] Auto指定のMeshRendererが一人称視点で非表示になるのを修正

  • https://github.com/dwango/UniVRM/commit/b7ab741b16c9037b12defc6a34c885953635bd7c

-

[GLTF]GLBエクスポーター

+

[GLTF]GLBエクスポーター

GLBエクスポーターが動作するようになりました。

+
-
+
+ - -

Table of Contents

- - -

Previous topic

-

v0.45

-

Next topic

-

v0.43

-
-

This Page

- -
- - -
-
-
-
- - - + \ No newline at end of file diff --git a/en/release/055/v0.45.html b/en/release/055/v0.45.html index 0e3f34e4d..45bef9024 100644 --- a/en/release/055/v0.45.html +++ b/en/release/055/v0.45.html @@ -1,52 +1,110 @@ - + + + - - - - - - v0.45 — UniVRM Programming Document documentation - - - - - - + + v0.45 — UniVRM Programming Document documentation + + + + + + + + + - - - - + + + -
-
-
-
- + +
+ + +
+ +
+
+
+ +
+
+
+
+
-

v0.45

+

v0.45

0c49 https://github.com/dwango/UniVRM/releases/tag/v0.45

-

バグ修正

+

バグ修正

  • 法線マップ、MettalicRoughnessなどのテクスチャが無変換でエクスポートされる(最後のマテリアル以外変換・コピー前をエクスポートするバグ)

  • sRGBWriteの指定が不足している場合があるのを修正(sRGBをlinearとして出力していまい、テクスチャの色が濃く変わってしまう。プロジェクトのカラースペースがlinear設定になっているなどが条件と思われる)

  • @@ -54,13 +112,13 @@
-

APIの変更(追記)

+

APIの変更(追記)

  • ToDo: publicの変更を明記する

  • ToDo: 内部用の関数にそれと分かる名前を付ける

-

VRMBlendShapeProxy.Clearの削除

+

VRMBlendShapeProxy.Clearの削除

  • 名前通りの機能で無くApplyとほぼ同じ効果

  • 古いカスタムエディタで使っていた?

  • @@ -68,7 +126,7 @@
-

更新

+

更新

  • Mtoon-1.7

  • GlbアニメーションのBlendShapeキーフレームのエクスポート

  • @@ -102,78 +160,34 @@
-
+
+
-
+
+ - -

Table of Contents

- - -

Previous topic

-

v0.46

-

Next topic

-

v0.44: UniGLTF/UniUnlit 追加

-
-

This Page

- -
- - -
-
-
-
- - - + \ No newline at end of file diff --git a/en/release/055/v0.46.html b/en/release/055/v0.46.html index c4c89f90d..a1647e41b 100644 --- a/en/release/055/v0.46.html +++ b/en/release/055/v0.46.html @@ -1,90 +1,148 @@ - + + + - - - - - - v0.46 — UniVRM Programming Document documentation - - - - - - + + v0.46 — UniVRM Programming Document documentation + + + + + + + + + - - - - + + + -
-
-
-
- + +
+ + +
+ +
+
+
+ +
+
+
+
+
-

v0.46

+

v0.46

-

commit

+

commit

ce8c

-

バグ修正

+

バグ修正

-

ImporterContext.Destroyの修正

+

ImporterContext.Destroyの修正

Runtimeのリソース破棄に使えるように仕様変更しました。 詳細は、APIの変更 - ImporterContext.Destroy を参照。

-

BlendShapeProxyでマテリアルのクリア挙動を修正しました

+

BlendShapeProxyでマテリアルのクリア挙動を修正しました

毎フレームマテリアルの基準値にクリアしていたので、変化していないときにセットするのをやめると元に戻ってしまう。

  • https://github.com/dwango/UniVRM/issues/72

-

thumbnail設定の復旧

+

thumbnail設定の復旧

  • https://github.com/dwango/UniVRM/issues/62

-

Importer

+

Importer

-

float値にNan、Infがあったときにパース出来るようにした

+

float値にNan、Infがあったときにパース出来るようにした

  • ToDo: ExporterでNan Infを検知すべき

-

Unity2018.3対応

+

Unity2018.3対応

#if NET_4_6 || NET_STANDARD_2_0
 
-

Import時に既存のファイル(BlendShapeClip, BlendShapeAvatar, Material)を上書きしない

+

Import時に既存のファイル(BlendShapeClip, BlendShapeAvatar, Material)を上書きしない

  • https://github.com/dwango/UniVRM/issues/56

@@ -92,26 +150,26 @@
-

Exporter

+

Exporter

-

非アクティブオブジェクトのスキップ

+

非アクティブオブジェクトのスキップ

エクスポート時に非アクティブのノードのメッシュエクスポートをスキップするようにしました。

-

Component

+

Component

-

VRMFirstPerson.Setupの最適化

+

VRMFirstPerson.Setupの最適化

設定が auto のとき SubMesh の index 配列(mesh.getIndices)が長い(10万以上)モデルで異常に負荷がかかるのを修正しました。

-

APIの変更

+

APIの変更

-

BlendShapeProxy.SetValue(key, value, immediately)

+

BlendShapeProxy.SetValue(key, value, immediately)

3引数 SetValue の代わりに2引数の明示的な関数を用意しました。

-

AccumulateValue

+

AccumulateValue

値を貯めて、後で Apply したときに反映する。 SetValues の最後にも Apply されます。

void BlendShapeProxy.AccumulateValue(key, value)
@@ -121,7 +179,7 @@
 
-

ImmediatelySetValue

+

ImmediatelySetValue

即反映する。

void BlendShapeProxy.ImmediatelySetValue(key, value)
 
@@ -131,23 +189,23 @@
 
-

ImporterContext.Destroy

+

ImporterContext.Destroy

ImporterContext.Destroy(bool destroySubAssets)
 

が名前から期待される動作をしていないので Obsolete にして用途を明確にした関数を用意しました。

-

DestroyRootAndResources

+

DestroyRootAndResources

runtimeインポーター向けのリソース解放。 追加したDisposeはこれを呼びます。

-

EditorDestroyRoot

+

EditorDestroyRoot

editorインポート時のprefabの元になったGameObjectをシーンから削除。 旧Destroy(destroySubAssets=false)

-

EditorDestroyRootAndAssets

+

EditorDestroyRootAndAssets

editorインポート時にエラーが発生した場合などに作ったアセットを削除する。 旧Destroy(destroySubAssets=true)

@@ -156,107 +214,34 @@
-
+
+
-
+
+ - -

Table of Contents

- - -

Previous topic

-

v0.47

-

Next topic

-

v0.45

-
-

This Page

- -
- - -
-
-
-
- - - + \ No newline at end of file diff --git a/en/release/055/v0.47.html b/en/release/055/v0.47.html index 4c21d5447..feb544c83 100644 --- a/en/release/055/v0.47.html +++ b/en/release/055/v0.47.html @@ -1,49 +1,107 @@ - + + + - - - - - - v0.47 — UniVRM Programming Document documentation - - - - - - + + v0.47 — UniVRM Programming Document documentation + + + + + + + + + - - - - + + + -
-
-
-
- + +
+ + +
+ +
+
+
+ +
+
+
+
+
-

v0.47

+

v0.47

今回は、メンテナンスリリースです。
リポジトリの構成を変更しました。加えて、typo修正や特定の処理系でビルドできない問題の解消などが含まれています。

VRM作成に使う場合は、更新しなくても問題ありません。

@@ -73,65 +131,34 @@
-
+
+
-
+
+ - -

Previous topic

-

v0.48

-

Next topic

-

v0.46

-
-

This Page

- -
- - -
-
-
-
- - - + \ No newline at end of file diff --git a/en/release/055/v0.48.html b/en/release/055/v0.48.html index f85de590a..6b5aced41 100644 --- a/en/release/055/v0.48.html +++ b/en/release/055/v0.48.html @@ -1,55 +1,113 @@ - + + + - - - - - - v0.48 — UniVRM Programming Document documentation - - - - - - + + v0.48 — UniVRM Programming Document documentation + + + + + + + + + - - - - + + + -
-
-
-
- + +
+ + +
+ +
+
+
+ +
+
+
+
+
-

v0.48

+

v0.48

  • commit: 4840 https://github.com/dwango/UniVRM/releases/tag/v0.48

  • milestone: https://github.com/dwango/UniVRM/milestone/7?closed=1

-

バグ修正

+

バグ修正

  • 不正なglTF形式のファイルを出力してしまう問題の修正

      @@ -60,7 +118,7 @@
-

その他

+

その他

  • typo・テストの修正

      @@ -74,74 +132,34 @@
-
+
+
-
+
+ - -

Table of Contents

- - -

Previous topic

-

v0.49

-

Next topic

-

v0.47

-
-

This Page

- -
- - -
-
-
-
- - - + \ No newline at end of file diff --git a/en/release/055/v0.49.html b/en/release/055/v0.49.html index 46f7a11fb..87362b2e7 100644 --- a/en/release/055/v0.49.html +++ b/en/release/055/v0.49.html @@ -1,55 +1,113 @@ - + + + - - - - - - v0.49 — UniVRM Programming Document documentation - - - - - - + + v0.49 — UniVRM Programming Document documentation + + + + + + + + + - - - - + + + -
-
-
-
- + +
+ + +
+ +
+
+
+ +
+
+
+
+
-

v0.49

+

v0.49

  • commit: 43af https://github.com/dwango/UniVRM/releases/tag/v0.49

  • milestone: https://github.com/dwango/UniVRM/milestone/8?closed=1

-

バグ修正

+

バグ修正

  • [closed] Fix same mesh but different material #143

      @@ -85,7 +143,7 @@
-

改良

+

改良

  • [closed] Update MToon to v1.8 #149

      @@ -125,7 +183,7 @@
-

その他

+

その他

  • [closed] Added GenericCallUtility #148

      @@ -147,75 +205,34 @@
-
+
+
-
+
+ - -

Table of Contents

- - -

Previous topic

-

v0.50

-

Next topic

-

v0.48

-
-

This Page

- -
- - -
-
-
-
- - - + \ No newline at end of file diff --git a/en/release/055/v0.50.html b/en/release/055/v0.50.html index 7cfd5e2e8..de329daee 100644 --- a/en/release/055/v0.50.html +++ b/en/release/055/v0.50.html @@ -1,55 +1,113 @@ - + + + - - - - - - v0.50 — UniVRM Programming Document documentation - - - - - - + + v0.50 — UniVRM Programming Document documentation + + + + + + + + + - - - - + + + -
-
-
-
- + +
+ + +
+ +
+
+
+ +
+
+
+
+
-

v0.50

+

v0.50

  • commit: 9db7 https://github.com/dwango/UniVRM/releases/tag/v0.50

  • milestone: https://github.com/dwango/UniVRM/milestone/9?closed=1

-

新規

+

新規

  • [closed] Add specVersion field to VRM extensions #162

      @@ -64,7 +122,7 @@
-

バグ修正

+

バグ修正

  • [closed] Fix to restore Smoothness value when setting Metallic map #185

      @@ -84,7 +142,7 @@
-

改良

+

改良

  • [closed] Add README.url #180 (by @nkjzm)

  • [closed] Divide unity packages for asmdef files #178

  • @@ -97,7 +155,7 @@
-

その他

+

その他

  • [closed] Fix adf error #177

  • [closed] fix KeyValue #176

  • @@ -113,76 +171,34 @@
-
+
+
-
+
+ - -

Table of Contents

- - -

Previous topic

-

v0.51.0

-

Next topic

-

v0.49

-
-

This Page

- -
- - -
-
-
-
- - - + \ No newline at end of file diff --git a/en/release/055/v0.51.0.html b/en/release/055/v0.51.0.html index 8a28f38a2..c1ce75123 100644 --- a/en/release/055/v0.51.0.html +++ b/en/release/055/v0.51.0.html @@ -1,53 +1,111 @@ - + + + - - - - - - v0.51.0 — UniVRM Programming Document documentation - - - - - - + + v0.51.0 — UniVRM Programming Document documentation + + + + + + + + + - - - - + + + -
-
-
-
- + +
+ + +
+ +
+
+
+ +
+
+
+
+
-

v0.51.0

+

v0.51.0

commit: 1b36 https://github.com/dwango/UniVRM/releases/tag/v0.51.0
milestone: https://github.com/dwango/UniVRM/milestone/10?closed=1

-

バグ修正

+

バグ修正

  • [closed] Set a default values to meta fields #194

      @@ -57,7 +115,7 @@ milestone: https://github.com/dwango/UniVRM/milestone/10?closed=1

-

改良

+

改良

  • [closed] Bump version to 0.51.0. Support Semver #193

      @@ -69,74 +127,34 @@ milestone: https://github.com/dwango/UniVRM/milestone/10?closed=1

-
+
+
-
+
+ - -

Table of Contents

- - -

Previous topic

-

v0.52.0

-

Next topic

-

v0.50

-
-

This Page

- -
- - -
-
-
-
- - - + \ No newline at end of file diff --git a/en/release/055/v0.52.0.html b/en/release/055/v0.52.0.html index 042c4b2ad..56d96d89f 100644 --- a/en/release/055/v0.52.0.html +++ b/en/release/055/v0.52.0.html @@ -1,57 +1,115 @@ - + + + - - - - - - v0.52.0 — UniVRM Programming Document documentation - - - - - - + + v0.52.0 — UniVRM Programming Document documentation + + + + + + + + + - - - - + + + -
-
-
-
- + +
+ + +
+ +
+
+
+ +
+
+
+
+
-

v0.52.0

+

v0.52.0

  • commit: 1b36 https://github.com/dwango/UniVRM/releases/tag/v0.52.0

  • milestone: https://github.com/dwango/UniVRM/milestone/11?closed=1

-

v0.52.0 (04/06/2019)

+

v0.52.0 (04/06/2019)

-

更新内容

+

更新内容

  • [closed] Update MToon to v3.0 #255

  • [material] update MToon v2.0 #249

    @@ -109,7 +167,7 @@
-

その他のバグ修正

+

その他のバグ修正

  • [closed] Update version number #250

  • [bug] added DepthFirstScheduler reference to VRM.Sample #241

  • @@ -136,77 +194,34 @@
-
+
+
-
+
+ - -

Table of Contents

- - -

Previous topic

-

v0.53.0

-

Next topic

-

v0.51.0

-
-

This Page

- -
- - -
-
-
-
- - - + \ No newline at end of file diff --git a/en/release/055/v0.53.0.html b/en/release/055/v0.53.0.html index e6925df5f..c22c7d6ff 100644 --- a/en/release/055/v0.53.0.html +++ b/en/release/055/v0.53.0.html @@ -1,55 +1,113 @@ - + + + - - - - - - v0.53.0 — UniVRM Programming Document documentation - - - - - - + + v0.53.0 — UniVRM Programming Document documentation + + + + + + + + + - - - - + + + -
-
-
-
- + +
+ + +
+ +
+
+
+ +
+
+
+
+
-

v0.53.0

+

v0.53.0

  • commit: https://github.com/vrm-c/UniVRM/releases/tag/v0.53.0

  • milestone: https://github.com/vrm-c/UniVRM/milestone/12?closed=1

-

v0.53.0 (05/06/2019)

+

v0.53.0 (05/06/2019)

  • [closed] update MToon version v3.2 #264

  • [closed] update MToon v3.1 #263

  • @@ -74,73 +132,34 @@
-
+
+
-
+
+ - -

Table of Contents

- - -

Previous topic

-

v0.54.0

-

Next topic

-

v0.52.0

-
-

This Page

- -
- - -
-
-
-
- - - + \ No newline at end of file diff --git a/en/release/055/v0.54.0.html b/en/release/055/v0.54.0.html index 51fc2de46..26c8da756 100644 --- a/en/release/055/v0.54.0.html +++ b/en/release/055/v0.54.0.html @@ -1,55 +1,113 @@ - + + + - - - - - - v0.54.0 — UniVRM Programming Document documentation - - - - - - + + v0.54.0 — UniVRM Programming Document documentation + + + + + + + + + - - - - + + + -
-
-
-
- + +
+ + +
+ +
+
+
+ +
+
+
+
+
-

v0.54.0

+

v0.54.0

  • commit: https://github.com/vrm-c/UniVRM/releases/tag/v0.54.0

  • milestone: https://github.com/vrm-c/UniVRM/milestone/13?closed=1

-

v0.54.0 (17/12/2019)

+

v0.54.0 (17/12/2019)

  • [closed] Refer to vertex color when importing with UniUnlit #343

      @@ -130,7 +188,7 @@
-

その他修正

+

その他修正

  • [closed] fix Count() to Count #345

  • [closed] ReduceBlendshapeSize default false #342

  • @@ -158,74 +216,34 @@
-
+
+
-
+
+ - -

Table of Contents

- - -

Previous topic

-

v0.55.0

-

Next topic

-

v0.53.0

-
-

This Page

- -
- - -
-
-
-
- - - + \ No newline at end of file diff --git a/en/release/055/v0.55.0.html b/en/release/055/v0.55.0.html index bec7451b3..694ee8374 100644 --- a/en/release/055/v0.55.0.html +++ b/en/release/055/v0.55.0.html @@ -1,52 +1,109 @@ - + + + - - - - - - v0.55.0 — UniVRM Programming Document documentation - - - - - - + + v0.55.0 — UniVRM Programming Document documentation + + + + + + + + + - - - - + + -
-
-
-
- + + + - -

Table of Contents

- - -

Previous topic

-

~v0.55: Unity-5.6(.NET-3.5)

-

Next topic

-

v0.54.0

-
-

This Page

- -
- - -
-
-
-
- - - + \ No newline at end of file diff --git a/en/release/056/index.html b/en/release/056/index.html index f01fe0093..456b618ea 100644 --- a/en/release/056/index.html +++ b/en/release/056/index.html @@ -1,123 +1,310 @@ - + + + - - - - - - v0.56~v0.67: Unity-2018.4 — UniVRM Programming Document documentation - - - - - - + + v0.56~v0.67: Unity-2018.4 — UniVRM Programming Document documentation + + + + + + + + + - - - - + + + -
-
-
-
- -
-

v0.56~v0.67: Unity-2018.4

-
-

0.56以降

-

Unity-2018.4

-
+ +
+
-
- - -
-
-
-
- -
+ + +
+ +
+
+
+ +
+
+
+
+ +
+

v0.56~v0.67: Unity-2018.4

+
+

ReleaseNote

+ +
+
+

Download

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

date

version

安定性・バグ

更新内容・備考

2020

0.56.0

x

Unity-2018.4 に変更

0.56.1

x

0.56.2

x

0.56.3

0.57.0

ボーン名重複時にに自動でリネームするようになりました

0.57.1

0.58.0

1

エクスポートダイアログの作り直し

0.58.1

0.59.0

springBone の Missing を検知してメッセージ

0.60.0

null check 的なものが増えて、モデル改変してもエラーが出にくくなりました

0.61.0 milestone

2

UniUnlit の頂点カラー。AOT問題を修正

0.61.1

0.62.0 milestone

BlendShape bake の動作が正しくなった

2021 01/05

0.63.0 milestone

3 4 5

jpg問題あり。UniGLTF分離

01/07

0.63.1

3 4

jpg問題あり

01/08

0.63.2

01/15

0.64.0 milestone

6

メッシュの一部を削除したときのエクスポートエラーを回避。vrm-1.0 Experimental

01/26

0.65.0

7

01/28

0.65.1 milestone

7

トルコ語のExportを修正#696

01/28

0.65.2 milestone

0.65.3

UniGLTFのバージョン。UPM専用。パッケージリリース無し

02/03

0.66.0 milestone

安定✅

未正規化ヒエラルキーにスプリングボーンがあるときの警告メッセージ

0.67.0 milestone

UPM専用。パッケージリリース無し

0.67.1

UPM専用。パッケージリリース無し

+
+
+
1
+

VRMFirstPerson のエディターインポートのバグ /#515

+
+
2
+

スプリングボーンのコライダーの座標変換バグ。 #576

+
+
3(1,2)
+

エクスポートダイアログのスクリーンショットボタンの jpg バグ。#639

+
+
4(1,2)
+

シリアライザのバグ。エクスポートしたファイルの互換性。 #654

+
+
5
+

MeshUtility フォルダの移動と参照の問題。

+
+
6
+

他のパッケージと併用するときに install で問題が出る? #687

+
+
7(1,2)
+

build すると Exception( #if UNITY_EDITOR )。 #701

+
+
+
+
+ + +
+
+ +
+
+
+
+ + + \ No newline at end of file diff --git a/en/release/056/v0.56.0.html b/en/release/056/v0.56.0.html index 759fa1afc..35ff8af57 100644 --- a/en/release/056/v0.56.0.html +++ b/en/release/056/v0.56.0.html @@ -1,48 +1,112 @@ - + + + - - - - - - v0.56.0: 最低バージョンを Unity-2018.4 に更新 — UniVRM Programming Document documentation - - - - - - + + v0.56.0: 最低バージョンを Unity-2018.4 に更新 — UniVRM Programming Document documentation + + + + + + + + + - - - + + + + -
-
-
-
- + +
+ + +
+ +
+
+
+ +
+
+
+
+
-

v0.56.0: 最低バージョンを Unity-2018.4 に更新

+

v0.56.0: 最低バージョンを Unity-2018.4 に更新

  • commit: https://github.com/vrm-c/UniVRM/releases/tag/v0.56.0

  • milestone: https://github.com/vrm-c/UniVRM/milestone/15?closed=1

Full Changelog

-

主な変更

+

主な変更

-

Unity対応バージョンを更新

+

Unity対応バージョンを更新

  • サポートバージョンを Unity-2018.4LTS 以降 .Net4 のみに更新しました。

@@ -55,7 +119,7 @@
-

VRMShaders フォルダを独立

+

VRMShaders フォルダを独立

  • MToon

  • UniUnlit

  • @@ -78,7 +142,7 @@ UniVRM-0.55 以前からアップグレードする場合は、 -

    UniVRM の UPM 対応

    +

    UniVRM の UPM 対応

    Unity-2019.3 で導入された git url によるパッケージ指定に対応しました。 以下の2つを登録することで UniVRM を使用できます。 VRM が VRMShaders に依存しています。

    @@ -92,7 +156,7 @@ VRM が VRMShaders に依存しています。

-

BlendShapeKeyのインタフェースを厳格化、整理

+

BlendShapeKeyのインタフェースを厳格化、整理

BlendShapeKeyを作成する方法が不明瞭だったため、 より明示的な API に置き換えました。

    @@ -172,7 +236,7 @@ VRM が VRMShaders に依存しています。

-

MeshUtility の追加

+

MeshUtility の追加

  • https://github.com/vrm-c/UniVRM.git?path=/Assets/MeshUtilty

@@ -193,7 +257,7 @@ VRM が VRMShaders に依存しています。

-

Exporter の更新

+

Exporter の更新

  • [closed] Add blendshape options to export dialog #421

      @@ -239,7 +303,7 @@ VRM が VRMShaders に依存しています。

-

unitypackage

+

unitypackage

  • [closed] update export UnityPackage menu #441

      @@ -251,7 +315,7 @@ VRM が VRMShaders に依存しています。

-

その他のChangelog

+

その他のChangelog

  • [closed] Add texture transform extensions #229

      @@ -343,69 +407,34 @@ VRM が VRMShaders に依存しています。

-
+
+
-
+
+ - -

Table of Contents

- - -
-

This Page

- -
- - -
-
-
-
- - - + \ No newline at end of file diff --git a/en/release/056/v0.57.0.html b/en/release/056/v0.57.0.html index 5314b6585..850ed1381 100644 --- a/en/release/056/v0.57.0.html +++ b/en/release/056/v0.57.0.html @@ -1,48 +1,112 @@ - + + + - - - - - - v0.57.0: ボーン名重複の自動リネーム — UniVRM Programming Document documentation - - - - - - + + v0.57.0: ボーン名重複の自動リネーム — UniVRM Programming Document documentation + + + + + + + + + - - - + + + + -
-
-
-
- + +
+ + +
+ +
+
+
+ +
+
+
+
+
-

v0.57.0: ボーン名重複の自動リネーム

+

v0.57.0: ボーン名重複の自動リネーム

  • commit: https://github.com/vrm-c/UniVRM/releases/tag/v0.57.0

  • milestone: https://github.com/vrm-c/UniVRM/milestone/16?closed=1

Full Changelog

-

主な変更

+

主な変更

-

Exporter

+

Exporter

  • [closed] ボーン名重複と、RootのTRSを警告に下げてエクスポートできるようにした #478

      @@ -59,7 +123,7 @@
-

その他のChangelog

+

その他のChangelog

  • [closed] UnitTestが通らなくなったのを修正 #495

  • [closed] Fix warning #489

  • @@ -73,63 +137,34 @@
-
+
+
-
+
+ - -

Table of Contents

- - -
-

This Page

- -
- - -
-
-
-
- - - + \ No newline at end of file diff --git a/en/release/056/v0.58.0.html b/en/release/056/v0.58.0.html index 18af148b3..5415c4800 100644 --- a/en/release/056/v0.58.0.html +++ b/en/release/056/v0.58.0.html @@ -1,48 +1,112 @@ - + + + - - - - - - v0.58.0: テクスチャサイズの適正な考慮 — UniVRM Programming Document documentation - - - - - - + + v0.58.0: テクスチャサイズの適正な考慮 — UniVRM Programming Document documentation + + + + + + + + + - - - + + + + -
-
-
-
- + +
+ + +
+ +
+
+
+ +
+
+
+
+
-

v0.58.0: テクスチャサイズの適正な考慮

+

v0.58.0: テクスチャサイズの適正な考慮

  • commit: https://github.com/vrm-c/UniVRM/releases/tag/v0.58.0

  • milestone: https://github.com/vrm-c/UniVRM/milestone/17?closed=1

Full Changelog

-

主な変更

+

主な変更

-

テクスチャサイズの適正な考慮

+

テクスチャサイズの適正な考慮

UnityEditor で VRM ファイルを出力する際に、すべてのテクスチャがテクスチャのインポートサイズ設定を考慮するように修正しました。 この修正によって VRM ファイルのサイズ減少が大きく期待できます。

@@ -53,27 +117,27 @@
-

BlendShapeKey

+

BlendShapeKey

https://vrm.dev/dev/univrm-0.xx/programming/univrm_use_blendshape/

  • [closed] Refactor BlendShapeKey && BlendShapePreset.Unknown 以外のプリセットは独自の Name を持てない仕様に変更 #501

-

未対応のSpringBone設定

+

未対応のSpringBone設定

  • [closed] 新規のエクスポート警告 https://github.com/vrm-c/UniVRM/issues/474

  • [closed] * implement SpringBone validation #474 #510

-

prefab エクスポートの復活

+

prefab エクスポートの復活

  • [closed] NO_ACTIVE_MESH の判定方法を変更 #513

-

エクスポートダイアログの作り直し

+

エクスポートダイアログの作り直し

機能はほぼ同じですが、画面と操作が変わっています

https://vrm.dev/docs/univrm/export/univrm_export/

    @@ -83,7 +147,7 @@
-

その他のChangelog

+

その他のChangelog

  • [closed] BlendShape AccumulateValue will not be over 100 #497

@@ -91,67 +155,34 @@
-
+
+
-
+
+ - -

Table of Contents

- - -
-

This Page

- -
- - -
-
-
-
- - - + \ No newline at end of file diff --git a/en/release/056/v0.59.0.html b/en/release/056/v0.59.0.html index 39b7377f0..4be66aa83 100644 --- a/en/release/056/v0.59.0.html +++ b/en/release/056/v0.59.0.html @@ -1,48 +1,112 @@ - + + + - - - - - - v0.59.0 — UniVRM Programming Document documentation - - - - - - + + v0.59.0 — UniVRM Programming Document documentation + + + + + + + + + - - - + + + + -
-
-
-
- + +
+ + +
+ +
+
+
+ +
+
+
+
+
-

v0.59.0

+

v0.59.0

  • commit: https://github.com/vrm-c/UniVRM/releases/tag/v0.59.0

  • milestone: https://github.com/vrm-c/UniVRM/milestone/18?closed=1

Full Changelog

-

主な変更

+

主な変更

-

エクスポーター

+

エクスポーター

エラーの出やすかった SpringBone の Missing、 を検知してメッセージを出すようにしました。

  • [closed] エクスポートダイアログの修正 #537

  • @@ -54,13 +118,13 @@
-

MToon

+

MToon

  • [closed] MToon v3.4 #535

-

MeshUtility

+

MeshUtility

  • [closed] Squashed commit of the following: #521

  • [closed] MeshIntegrator と MeshNormalizer を MeshUtility に移動 #523

  • @@ -68,7 +132,7 @@
-

その他のChangelog

+

その他のChangelog

  • [closed] Make the mesh name unique #533

  • [closed] NullReferenceException #532

  • @@ -77,65 +141,34 @@
-
+
+
-
+
+ - -

Table of Contents

- - -
-

This Page

- -
- - -
-
-
-
- - - + \ No newline at end of file diff --git a/en/release/056/v0.60.0.html b/en/release/056/v0.60.0.html index 61b29dd96..84a2350fd 100644 --- a/en/release/056/v0.60.0.html +++ b/en/release/056/v0.60.0.html @@ -1,48 +1,112 @@ - + + + - - - - - - v0.60.0 — UniVRM Programming Document documentation - - - - - - + + v0.60.0 — UniVRM Programming Document documentation + + + + + + + + + - - - + + + + -
-
-
-
- + +
+ + +
+ +
+
+
+ +
+
+
+
+
-

v0.60.0

+

v0.60.0

  • commit: https://github.com/vrm-c/UniVRM/releases/tag/v0.60.0

  • milestone: https://github.com/vrm-c/UniVRM/milestone/19?closed=1

Full Changelog

-

主な変更

+

主な変更

-

Exporter

+

Exporter

null check 的なものが増えて、モデル改変してもエラーが出にくくなりました。

  • [closed] fix null in Renderer.sharedMaterials #557

  • @@ -52,14 +116,14 @@
-

Importer

+

Importer

  • [closed] set name if name is null #549

-

その他のChangelog

+

その他のChangelog

  • [closed] is null== null に修正 #547

  • [closed] 親をたどる時、非アクティブなTransformが取得できなくなっていたのを修正 #546 (faidra)

  • @@ -74,64 +138,34 @@
-
+
+
-
+
+ - -

Table of Contents

- - -
-

This Page

- -
- - -
-
-
-
- - - + \ No newline at end of file diff --git a/en/release/056/v0.61.0.html b/en/release/056/v0.61.0.html index b4054ae4e..cda608444 100644 --- a/en/release/056/v0.61.0.html +++ b/en/release/056/v0.61.0.html @@ -1,54 +1,118 @@ - + + + - - - - - - v0.61.0: シリアライザーを reflection からコード生成に変更 — UniVRM Programming Document documentation - - - - - - + + v0.61.0: シリアライザーを reflection からコード生成に変更 — UniVRM Programming Document documentation + + + + + + + + + - - - + + + + -
-
-
-
- + +
+ + +
+ +
+
+
+ +
+
+
+
+
-

v0.61.0: シリアライザーを reflection からコード生成に変更

+

v0.61.0: シリアライザーを reflection からコード生成に変更

  • commit: https://github.com/vrm-c/UniVRM/releases/tag/v0.61.0

  • milestone: https://github.com/vrm-c/UniVRM/milestone/20?closed=1

Full Changelog

-

主な変更

+

主な変更

-

Export

+

Export

  • BoneWeightの無いBlendShapeは正規化必用 #573

-

頂点カラーの扱い

+

頂点カラーの扱い

  • UniUnlitでMultiply設定の時以外に自動で頂点カラーを落とす変更 #569

@@ -58,12 +122,12 @@
-

Mesh Export サイズの概要表示

+

Mesh Export サイズの概要表示

-

シリアライザの更新

+

シリアライザの更新

  • 生成シリアライザをデフォルトにする #564

@@ -72,13 +136,13 @@
-

Runtime

+

Runtime

  • Scaleが含まれていてもSpringBoneがある程度動く #570

-

その他のChangelog

+

その他のChangelog

  • fix warning CS0649 #572

  • fix warnings #568

  • @@ -88,67 +152,34 @@
-
+
+
-
+
+ - -

Table of Contents

- - -
-

This Page

- -
- - -
-
-
-
- - - + \ No newline at end of file diff --git a/en/release/056/v0.62.0.html b/en/release/056/v0.62.0.html index b2f7aab4b..da4cd4cfe 100644 --- a/en/release/056/v0.62.0.html +++ b/en/release/056/v0.62.0.html @@ -1,48 +1,112 @@ - + + + - - - - - - v0.62.0: BlendShape bake — UniVRM Programming Document documentation - - - - - - + + v0.62.0: BlendShape bake — UniVRM Programming Document documentation + + + + + + + + + - - - + + + + -
-
-
-
- + +
+ + +
+ +
+
+
+ +
+
+
+
+
-

v0.62.0: BlendShape bake

+

v0.62.0: BlendShape bake

  • commit: https://github.com/vrm-c/UniVRM/releases/tag/v0.62.0

  • milestone: https://github.com/vrm-c/UniVRM/milestone/21?closed=1

Full Changelog

-

主な変更

+

主な変更

-

BlendShape bake 関連

+

BlendShape bake 関連

  • https://vrm.dev/docs/univrm/blendshape/univrm_bake_blendshape/

@@ -56,7 +120,7 @@
-

Importer

+

Importer

  • Fix/target names length #619

  • retry random name #614

  • @@ -70,7 +134,7 @@
-

Exporter

+

Exporter

  • スクリーンショットを作成するボタン #604

  • Export dialog のバリデーターを整理 #599

  • @@ -79,7 +143,7 @@
-

その他のChangelog

+

その他のChangelog

  • add null check #620

  • UnityのAnimationClipでVRMBlendShapeProxyを動かす例 #607

  • @@ -89,65 +153,34 @@
-
+
+
-
+
+ - -

Table of Contents

- - -
-

This Page

- -
- - -
-
-
-
- - - + \ No newline at end of file diff --git a/en/release/056/v0.63.0.html b/en/release/056/v0.63.0.html index 8513f38f0..99b41271d 100644 --- a/en/release/056/v0.63.0.html +++ b/en/release/056/v0.63.0.html @@ -1,42 +1,106 @@ - + + + - - - - - - v0.63.0: UniGLTF と UniVRM の分離 — UniVRM Programming Document documentation - - - - - - + + v0.63.0: UniGLTF と UniVRM の分離 — UniVRM Programming Document documentation + + + + + + + + + - - - + + + + -
-
-
-
- + +
+ + +
+ +
+
+
+ +
+
+
+
+
-

v0.63.0: UniGLTF と UniVRM の分離

+

v0.63.0: UniGLTF と UniVRM の分離

v0.63.1 修正しました。

-

v0.63.0 (2021-01-04)

+

v0.63.0 (2021-01-04)

  • commit: https://github.com/vrm-c/UniVRM/releases/tag/v0.63.0

  • milestone: https://github.com/vrm-c/UniVRM/milestone/25?closed=1

  • @@ -44,9 +108,9 @@

    Full Changelog

-

主な変更

+

主な変更

-

UniGLTF の分離

+

UniGLTF の分離

UniGLTFとUniVRMが一体化していたのを分離しました。 https://vrm.dev/docs/univrm/gltf/unigltf/

MeshUtility は UniGLTF の下に移動しました(v0.63.1)。

@@ -57,14 +121,14 @@ https://vrm.dev/docs/univrm/gltf/unigltf/

フォルダ Assets/UniGLTF が追加になり、 このフォルダが UPM com.vrmc.unigltf になります。

-

import

+

import

v0.63.1 でマージ。

-

export dialog

+

export dialog

v0.63.1 でさらに修正。 jpg やめる。

-

その他のChangelog

+

その他のChangelog

  • version 0.63.0 #647

  • fix version check #645

  • @@ -82,66 +146,34 @@ https://vrm.dev/docs/univrm/gltf/unigltf/

-
+
+
-
+
+ - -

Table of Contents

- - -
-

This Page

- -
- - -
-
-
-
- - - + \ No newline at end of file diff --git a/en/release/056/v0.64.0.html b/en/release/056/v0.64.0.html index 2f1d42036..383d6aae2 100644 --- a/en/release/056/v0.64.0.html +++ b/en/release/056/v0.64.0.html @@ -1,41 +1,105 @@ - + + + - - - - - - v0.64.0 — UniVRM Programming Document documentation - - - - - - + + v0.64.0 — UniVRM Programming Document documentation + + + + + + + + + - - - + + + + -
-
-
-
- + +
+ + +
+ +
+
+
+ +
+
+
+
+
-

v0.64.0

+

v0.64.0

-

v0.64.0 (2021-01-14)

+

v0.64.0 (2021-01-14)

  • commit: https://github.com/vrm-c/UniVRM/releases/tag/v0.64.0

  • milestone: https://github.com/vrm-c/UniVRM/milestone/23?closed=1

  • @@ -43,9 +107,9 @@

    Full Changelog

-

主な変更

+

主な変更

-

exporter

+

exporter

  • skip empty submesh #665 メッシュの一部を削除したときなどに発生する現象の回避

  • Feature/unique joints #668 メッシュを統合したときなどに発生する現象の回避

  • @@ -53,14 +117,14 @@
-

importer

+

importer

  • Fix/animation import #674 v0.63.2 のバグ修正

  • fix tiling import #660 v0.63.2 のバグ修正

-

VRM-1.0 準備

+

VRM-1.0 準備

  • fix semicolon #677

  • MeshUtilityファイルの移動、vrm10のpackage.json #676

  • @@ -69,7 +133,7 @@
-

その他のChangelog

+

その他のChangelog

  • update MToon-3.5 #671

  • update README.md #670

  • @@ -81,66 +145,34 @@
-
+
+
-
+
+ - -

Table of Contents

- - -
-

This Page

- -
- - -
-
-
-
- - - + \ No newline at end of file diff --git a/en/release/056/v0.65.0.html b/en/release/056/v0.65.0.html index 124da8958..4a0faac18 100644 --- a/en/release/056/v0.65.0.html +++ b/en/release/056/v0.65.0.html @@ -1,41 +1,105 @@ - + + + - - - - - - v0.65.0 — UniVRM Programming Document documentation - - - - - - + + v0.65.0 — UniVRM Programming Document documentation + + + + + + + + + - - - + + + + -
-
-
-
- + +
+ + +
+ +
+
+
+ +
+
+
+
+
-

v0.65.0

+

v0.65.0

-

v0.65.0 (2021-01-25)

+

v0.65.0 (2021-01-25)

  • commit: https://github.com/vrm-c/UniVRM/releases/tag/v0.65.0

  • milestone: https://github.com/vrm-c/UniVRM/milestone/24?closed=1

  • @@ -43,9 +107,9 @@

    Full Changelog

-

主な変更

+

主な変更

-

bug fix

+

bug fix

@@ -57,7 +121,7 @@
-

MeshUtility

+

MeshUtility

  • updated MeshUtility editor #693

  • MeshUtility editor #685

  • @@ -65,7 +129,7 @@
-

その他のChangelog

+

その他のChangelog

  • add Validation.Extended #691

  • add ITextureExporter #686

  • @@ -76,65 +140,34 @@
-
+
+
-
+
+ - -

Table of Contents

- - -
-

This Page

- -
- - -
-
-
-
- - - + \ No newline at end of file diff --git a/en/release/056/v0.66.0.html b/en/release/056/v0.66.0.html index c4617ea36..ff41825ea 100644 --- a/en/release/056/v0.66.0.html +++ b/en/release/056/v0.66.0.html @@ -1,41 +1,105 @@ - + + + - - - - - - v0.66.0 — UniVRM Programming Document documentation - - - - - - + + v0.66.0 — UniVRM Programming Document documentation + + + + + + + + + - - - + + + + -
-
-
-
- + +
+ + +
+ +
+
+
+ +
+
+
+
+
-

v0.66.0

+

v0.66.0

-

v0.66.0 (2021-02-03)

+

v0.66.0 (2021-02-03)

  • commit: https://github.com/vrm-c/UniVRM/releases/tag/v0.66.0

  • milestone: https://github.com/vrm-c/UniVRM/milestone/26?closed=1

  • @@ -43,29 +107,29 @@

    Full Changelog

-

主な変更

+

主な変更

-

Export

+

Export

正規化時にSpringBoneColliderがスケールに追従するようになりました。

  • Fix/springbone scaling #720

-

Import

+

Import

JSON文字列の \u8868 形式のUnicodeを読めるようになりました。

  • Fix/json unicode escape #719

-

MeshUtility

+

MeshUtility

  • moved BoneMeshEraser to MeshUtility editor #718

-

VRM-1.0 準備

+

VRM-1.0 準備

  • fix UNITY_EDITOR #725

  • use SetWeight #724

  • @@ -78,7 +142,7 @@
-

その他のChangelog

+

その他のChangelog

-
+
+
-
+
+ - -

Table of Contents

- - -
-

This Page

- -
- - -
-
-
-
- - - + \ No newline at end of file diff --git a/en/release/056/v0.67.0.html b/en/release/056/v0.67.0.html index 31b89eea0..5c1a6cb29 100644 --- a/en/release/056/v0.67.0.html +++ b/en/release/056/v0.67.0.html @@ -1,41 +1,105 @@ - + + + - - - - - - v0.67.0: UniJson 単純化 — UniVRM Programming Document documentation - - - - - - + + v0.67.0: UniJson 単純化 — UniVRM Programming Document documentation + + + + + + + + + - - - + + + + -
-
-
-
- + +
+ + +
+ +
+
+
+ +
+
+
+
+
-

v0.67.0: UniJson 単純化

+

v0.67.0: UniJson 単純化

-

v0.67.0 (2021-02-10)

+

v0.67.0 (2021-02-10)

  • commit: https://github.com/vrm-c/UniVRM/releases/tag/v0.67.0

  • milestone: https://github.com/vrm-c/UniVRM/milestone/27?closed=1

  • @@ -43,7 +107,7 @@

    Full Changelog

-

その他のChangelog

+

その他のChangelog

  • m_tmpParent #737

  • Fix/unintended null reference after exporting #736

  • @@ -54,60 +118,34 @@
-
+
+
-
+
+ - -

Table of Contents

- - -
-

This Page

- -
- - -
-
-
-
- - - + \ No newline at end of file diff --git a/en/release/068/index.html b/en/release/068/index.html index 5aa216f9b..1386da184 100644 --- a/en/release/068/index.html +++ b/en/release/068/index.html @@ -1,129 +1,261 @@ - + + + - - - - - - v0.68~v0.78: Unity-2018.4 (pre release) — UniVRM Programming Document documentation - - - - - - + + v0.68~v0.78: Unity-2018.4 (pre release) — UniVRM Programming Document documentation + + + + + + + + + - - - - + + + -
-
-
-
- + +
+ + +
+ +
+ -
-

Previous topic

-

v0.79.0: 1.0準備

-

Next topic

-

v0.78.0: ScriptdImporter の改修

-
-

This Page

- -
- +
- + +
+ +
+

© Copyright 2021, VRM Consortium.

+
+ + Built with Sphinx using a + theme + provided by Read the Docs. + + +
-
-
- - - + +
+ + + \ No newline at end of file diff --git a/en/release/068/v0.68.0.html b/en/release/068/v0.68.0.html index f96476f95..172bb0e8c 100644 --- a/en/release/068/v0.68.0.html +++ b/en/release/068/v0.68.0.html @@ -1,51 +1,104 @@ - + + + - - - - - - v0.68.0: ImporterContext, ScriptedImporter(glb/gltf), remove DepthFirstScheduler — UniVRM Programming Document documentation - - - - - - + + v0.68.0: ImporterContext, ScriptedImporter(glb/gltf), remove DepthFirstScheduler — UniVRM Programming Document documentation + + + + + + + + + - - - - + + + -
-
-
-
- + +
+ + +
+ +
+
+
+ +
+
+
+
+
-

v0.68.0: ImporterContext, ScriptedImporter(glb/gltf), remove DepthFirstScheduler

+

v0.68.0: ImporterContext, ScriptedImporter(glb/gltf), remove DepthFirstScheduler

-

v0.68.0 (2021-03-11)

+

v0.68.0 (2021-03-11)

  • commit: https://github.com/vrm-c/UniVRM/releases/tag/v0.68.0

  • milestone: https://github.com/vrm-c/UniVRM/milestone/30?closed=1

  • @@ -53,7 +106,7 @@

    Full Changelog

-

主な変更

+

主な変更

  • ImporterContext の整理。ロードを繰り返すアプリケーションでリソースリークが起きないように Asset 解放(Destroy) のサポートを強化

      @@ -69,7 +122,7 @@
-

import

+

import

glb/gltf の AssetImporter を作りなおしました。

  • https://vrm.dev/docs/univrm/gltf/glb_import/

  • @@ -82,7 +135,7 @@
-

export

+

export

glb/gltf の ExportDialog を作りました。

  • https://vrm.dev/docs/univrm/gltf/how_to_create_glb/

  • @@ -96,7 +149,7 @@
-

API

+

API

ImporterContext を整理しました。

  • https://vrm.dev/docs/univrm/programming/univrm_api_history/

  • @@ -106,14 +159,14 @@
-

VRM1

+

VRM1

  • VRM1 は、XYZ_RightUpForward_RH にする #727

  • Feature10/refactor materialimporter #739

-

その他のChangelog

+

その他のChangelog

  • UnitTest修正 #768

  • UniVRM-0.68.0 #767

  • @@ -127,79 +180,34 @@
-
+
+
-
+
+ - -

Table of Contents

- - -

Previous topic

-

v0.69.0: MetallicRoughnessOcclusionテクスチャー

-

Next topic

-

v0.56~v0.67: Unity-2018.4

-
-

This Page

- -
- - -
-
-
-
- - - + \ No newline at end of file diff --git a/en/release/068/v0.69.0.html b/en/release/068/v0.69.0.html index c06d4310d..0b13572cc 100644 --- a/en/release/068/v0.69.0.html +++ b/en/release/068/v0.69.0.html @@ -1,51 +1,104 @@ - + + + - - - - - - v0.69.0: MetallicRoughnessOcclusionテクスチャー — UniVRM Programming Document documentation - - - - - - + + v0.69.0: MetallicRoughnessOcclusionテクスチャー — UniVRM Programming Document documentation + + + + + + + + + - - - - + + + -
-
-
-
- + +
+ + +
+ +
+
+
+ +
+
+
+
+
-

v0.69.0: MetallicRoughnessOcclusionテクスチャー

+

v0.69.0: MetallicRoughnessOcclusionテクスチャー

-

v0.69.0 (2021-03-22)

+

v0.69.0 (2021-03-22)

  • commit: https://github.com/vrm-c/UniVRM/releases/tag/v0.69.0

  • milestone: https://github.com/vrm-c/UniVRM/milestone/31?closed=1

  • @@ -53,9 +106,9 @@

    Full Changelog

-

主な変更

+

主な変更

-

バグ修正

+

バグ修正

  • vrm0-import menu を修正。

      @@ -65,14 +118,14 @@
-

Unity-2020対応

+

Unity-2020対応

  • base.OnEnable が必用 #797

  • Fix/prefab unity2020 #796

-

Standard シェーダーの MetallicRoughnessOcclusionテクスチャー関連

+

Standard シェーダーの MetallicRoughnessOcclusionテクスチャー関連

  • Smoothness(glTFのRoughnessから変換) のバグ修正 #388

  • MetallicSmooth テクスチャーと Occlusion テクスチャーを1枚にまとめる https://vrm.dev/docs/univrm/shaders/texture_import/

    @@ -84,7 +137,7 @@
-

その他のChangelog

+

その他のChangelog

  • VRM texture export の修正 #811

  • Version/0 69 0 #809

  • @@ -99,80 +152,34 @@
-
+
+
-
+
+ - -

Table of Contents

- - -

Previous topic

-

v0.70.0: EncodeToPng に失敗するエラーを修正

-

Next topic

-

v0.68.0: ImporterContext, ScriptedImporter(glb/gltf), remove DepthFirstScheduler

-
-

This Page

- -
- - -
-
-
-
- - - + \ No newline at end of file diff --git a/en/release/068/v0.70.0.html b/en/release/068/v0.70.0.html index 9b008ec77..f1cff85f8 100644 --- a/en/release/068/v0.70.0.html +++ b/en/release/068/v0.70.0.html @@ -1,51 +1,104 @@ - + + + - - - - - - v0.70.0: EncodeToPng に失敗するエラーを修正 — UniVRM Programming Document documentation - - - - - - + + v0.70.0: EncodeToPng に失敗するエラーを修正 — UniVRM Programming Document documentation + + + + + + + + + - - - - + + + -
-
-
-
- + +
+ + +
+ +
+
+
+ +
+
+
+
+
-

v0.70.0: EncodeToPng に失敗するエラーを修正

+

v0.70.0: EncodeToPng に失敗するエラーを修正

-

v0.70.0 (2021-03-31)

+

v0.70.0 (2021-03-31)

  • commit: https://github.com/vrm-c/UniVRM/releases/tag/v0.70.0

  • milestone: https://github.com/vrm-c/UniVRM/milestone/32?closed=1

  • @@ -53,9 +106,9 @@

    Full Changelog

-

主な変更

+

主な変更

-

テクスチャーのエクスポートに失敗する

+

テクスチャーのエクスポートに失敗する

テクスチャーの EncodeToPng に失敗するエラーを修正しました。

https://github.com/vrm-c/UniVRM/pull/831

v0.69.0 で、エクスポートするテクスチャーをコピーする処理が抜けたのを修正しました。 @@ -66,14 +119,14 @@

-

WEIGHT_0 が byte4 もしくは ushort4 である場合に対応

+

WEIGHT_0 が byte4 もしくは ushort4 である場合に対応

  • Implement WEIGHTS_0 accessor for byte and ushort. #823 (ousttrue)

-

その他のChangelog

+

その他のChangelog

-
+
+
-
+
+ - -

Table of Contents

- - -

Previous topic

-

v0.71.0: fix Metallic または Occlusion テクスチャーエクスポートのバグ修正

-

Next topic

-

v0.69.0: MetallicRoughnessOcclusionテクスチャー

-
-

This Page

- -
- - -
-
-
-
- - - + \ No newline at end of file diff --git a/en/release/068/v0.71.0.html b/en/release/068/v0.71.0.html index 622d1a8bf..8b517e043 100644 --- a/en/release/068/v0.71.0.html +++ b/en/release/068/v0.71.0.html @@ -1,51 +1,104 @@ - + + + - - - - - - v0.71.0: fix Metallic または Occlusion テクスチャーエクスポートのバグ修正 — UniVRM Programming Document documentation - - - - - - + + v0.71.0: fix Metallic または Occlusion テクスチャーエクスポートのバグ修正 — UniVRM Programming Document documentation + + + + + + + + + - - - - + + + -
-
-
-
- + +
+ + +
+ +
+
+
+ +
+
+
+
+
-

v0.71.0: fix Metallic または Occlusion テクスチャーエクスポートのバグ修正

+

v0.71.0: fix Metallic または Occlusion テクスチャーエクスポートのバグ修正

-

v0.71.0 (2021-04-05)

+

v0.71.0 (2021-04-05)

  • commit: https://github.com/vrm-c/UniVRM/releases/tag/v0.71.0

  • milestone: https://github.com/vrm-c/UniVRM/milestone/33?closed=1

  • @@ -53,19 +106,19 @@

    Full Changelog

-

Metallic または Occlusion テクスチャーエクスポートのバグ修正

+

Metallic または Occlusion テクスチャーエクスポートのバグ修正

-

MToon update

+

MToon update

-

その他のChangelog

+

その他のChangelog

-
+
+
-
+
+ - -

Table of Contents

- - -

Previous topic

-

v0.72.0: Linearカラースペースの推奨, DividedVertexBuffer

-

Next topic

-

v0.70.0: EncodeToPng に失敗するエラーを修正

-
-

This Page

- -
- - -
-
-
-
- - - + \ No newline at end of file diff --git a/en/release/068/v0.72.0.html b/en/release/068/v0.72.0.html index 901d0d4e5..838fefbae 100644 --- a/en/release/068/v0.72.0.html +++ b/en/release/068/v0.72.0.html @@ -1,51 +1,104 @@ - + + + - - - - - - v0.72.0: Linearカラースペースの推奨, DividedVertexBuffer — UniVRM Programming Document documentation - - - - - - + + v0.72.0: Linearカラースペースの推奨, DividedVertexBuffer — UniVRM Programming Document documentation + + + + + + + + + - - - - + + + -
-
-
-
- + +
+ + +
+ +
+
+
+ +
+
+
+
+
-

v0.72.0: Linearカラースペースの推奨, DividedVertexBuffer

+

v0.72.0: Linearカラースペースの推奨, DividedVertexBuffer

-

v0.72.0 (2021-04-13)

+

v0.72.0 (2021-04-13)

  • commit: https://github.com/vrm-c/UniVRM/releases/tag/v0.72.0

  • milestone: https://github.com/vrm-c/UniVRM/milestone/34?closed=1

  • @@ -53,9 +106,9 @@

    Full Changelog

-

主な変更

+

主な変更

-

Linearカラースペースの推奨

+

Linearカラースペースの推奨

@@ -63,13 +116,13 @@

プロジェクトのカラースペース設定が linear でないときに出てきます。

-

bug修正

+

bug修正

  • Resources の修正。 https://github.com/vrm-c/UniVRM/issues/857

-

T-Pose にするボタン

+

T-Pose にするボタン

実験的に fbx の humanoid 設定の Enforce T-Pose ボタンぽい機能を呼び出すボタンを追加しました

@@ -78,7 +131,7 @@
-

頂点バッファを SubMesh で分割するを追加

+

頂点バッファを SubMesh で分割するを追加

Unity の頂点バッファをなるべく変えないで書き出すために、長いvertexバッファをindexバッファで部分参照する方式を使っていました。 これは Glft では合法だけどトリッキーな記述となっておりました。この方法を解釈できないローダーでは、ロードできるがメモリ量が増えるということが起きます。具体的には、共有するので1つでいい頂点バッファが、submesh 数重複してロードされます。ということで頂点の順番が変わることはあきらめて、submesh を独立した mesh のように分割するオプションを追加することにしました(VRM-1ではこれを標準にします)。

    @@ -98,7 +151,7 @@
-

その他のChangelog

+

その他のChangelog

  • vrm1 の Export インタフェースを整理 #866 (ousttrue)

  • fix lookAtType migration #865 (ousttrue)

  • @@ -120,81 +173,34 @@
-
+
+
-
+
+ - -

Table of Contents

- - -

Previous topic

-

v0.73.0: other permission url の修正

-

Next topic

-

v0.71.0: fix Metallic または Occlusion テクスチャーエクスポートのバグ修正

-
-

This Page

- -
- - -
-
-
-
- - - + \ No newline at end of file diff --git a/en/release/068/v0.73.0.html b/en/release/068/v0.73.0.html index 5fec5e5d6..f73b67320 100644 --- a/en/release/068/v0.73.0.html +++ b/en/release/068/v0.73.0.html @@ -1,51 +1,104 @@ - + + + - - - - - - v0.73.0: other permission url の修正 — UniVRM Programming Document documentation - - - - - - + + v0.73.0: other permission url の修正 — UniVRM Programming Document documentation + + + + + + + + + - - - - + + + -
-
-
-
- + +
+ + +
+ +
+
+
+ +
+
+
+
+
-

v0.73.0: other permission url の修正

+

v0.73.0: other permission url の修正

-

v0.73.0 (2021-04-21)

+

v0.73.0 (2021-04-21)

  • commit: https://github.com/vrm-c/UniVRM/releases/tag/v0.73.0

  • milestone: https://github.com/vrm-c/UniVRM/milestone/35?closed=1

  • @@ -53,16 +106,16 @@

    Full Changelog

-

主な変更

+

主な変更

-

Metaの編集画面から other permission url が隠れていたのを修正

+

Metaの編集画面から other permission url が隠れていたのを修正

from v0.59.0

-

Exporter

+

Exporter

  • Feature/tpose button #895 (ousttrue)

  • 正規化するときにBlendShapeを使うLookAtがExportされない #894 (ousttrue)

  • @@ -70,14 +123,14 @@
-

Preference

+

Preference

  • 言語設定の自動判定と保存( Edit - PreferenceUniGLTFVRM0 が設定です)

-

その他のChangelog

+

その他のChangelog

-
+
+
-
+
+ - -

Table of Contents

- - -

Previous topic

-

v0.74.0: runtime スプリングボーンのスケール

-

Next topic

-

v0.72.0: Linearカラースペースの推奨, DividedVertexBuffer

-
-

This Page

- -
- - -
-
-
-
- - - + \ No newline at end of file diff --git a/en/release/068/v0.74.0.html b/en/release/068/v0.74.0.html index 1bb3edf63..b0138eea6 100644 --- a/en/release/068/v0.74.0.html +++ b/en/release/068/v0.74.0.html @@ -1,51 +1,104 @@ - + + + - - - - - - v0.74.0: runtime スプリングボーンのスケール — UniVRM Programming Document documentation - - - - - - + + v0.74.0: runtime スプリングボーンのスケール — UniVRM Programming Document documentation + + + + + + + + + - - - - + + + -
-
-
-
- + +
+ + +
+ +
+
+
+ +
+
+
+
+
-

v0.74.0: runtime スプリングボーンのスケール

+

v0.74.0: runtime スプリングボーンのスケール

-

v0.74.0 (2021-05-11)

+

v0.74.0 (2021-05-11)

  • commit: https://github.com/vrm-c/UniVRM/releases/tag/v0.74.0

  • milestone: https://github.com/vrm-c/UniVRM/milestone/36?closed=1

  • @@ -53,7 +106,7 @@

    Full Changelog

-

主な変更

+

主な変更

  • UniVRM-0.74.0 #936 (ousttrue)

  • #922 ランタイムロード後にスケールを変更して運用する場合に影響があります。(import/export には影響しない)

    @@ -73,7 +126,7 @@
-

1.0

+

1.0

  • VRM1.0 で MToon の Import ができる #938 (Santarh)

  • vrm1 の Extract 先を vrm0 と別になるように修正。 #937 (ousttrue)

  • @@ -97,75 +150,34 @@
-
+
+
-
+
+ - -

Table of Contents

- - -

Previous topic

-

v0.75.0: mipmap

-

Next topic

-

v0.73.0: other permission url の修正

-
-

This Page

- -
- - -
-
-
-
- - - + \ No newline at end of file diff --git a/en/release/068/v0.75.0.html b/en/release/068/v0.75.0.html index 6830b59c2..1e9df328a 100644 --- a/en/release/068/v0.75.0.html +++ b/en/release/068/v0.75.0.html @@ -1,51 +1,104 @@ - + + + - - - - - - v0.75.0: mipmap — UniVRM Programming Document documentation - - - - - - + + v0.75.0: mipmap — UniVRM Programming Document documentation + + + + + + + + + - - - - + + + -
-
-
-
- + +
+ + +
+ +
+
+
+ +
+
+
+
+
-

v0.75.0: mipmap

+

v0.75.0: mipmap

-

v0.75.0 (2021-05-24)

+

v0.75.0 (2021-05-24)

  • commit: https://github.com/vrm-c/UniVRM/releases/tag/v0.75.0

  • milestone: https://github.com/vrm-c/UniVRM/milestone/37?closed=1

  • @@ -53,7 +106,7 @@

    Full Changelog

-

Bug修正

+

Bug修正

  • 正規化時にLookAtのパラメーターが落ちてしまうのを修正 #957 (ousttrue)

  • Fix incorrect value caching of M17N #939 (oocytanb)

  • @@ -61,7 +114,7 @@
-

Texture filter, wrap, mipmap の import/export の修正

+

Texture filter, wrap, mipmap の import/export の修正

  • There is no consideration for texture mipmaps on exporting glTF. #947

      @@ -74,14 +127,14 @@
-

1.0

+

1.0

  • [1.0] aim constraint の up vector の目標空間 model/local を実装 #953 (ousttrue)

  • [1.0] constraitn の実装 #952 (ousttrue)

-

その他のChangelog

+

その他のChangelog

  • Fix/unittest textureexport dds #972 (ousttrue)

  • Throw not supported texture types #970 (Santarh)

  • @@ -103,77 +156,34 @@
-
+
+
-
+
+ - -

Table of Contents

- - -

Previous topic

-

v0.76.0: Shader整理

-

Next topic

-

v0.74.0: runtime スプリングボーンのスケール

-
-

This Page

- -
- - -
-
-
-
- - - + \ No newline at end of file diff --git a/en/release/068/v0.76.0.html b/en/release/068/v0.76.0.html index a5b3c2034..8a2efc1aa 100644 --- a/en/release/068/v0.76.0.html +++ b/en/release/068/v0.76.0.html @@ -1,51 +1,104 @@ - + + + - - - - - - v0.76.0: Shader整理 — UniVRM Programming Document documentation - - - - - - + + v0.76.0: Shader整理 — UniVRM Programming Document documentation + + + + + + + + + - - - - + + + -
-
-
-
- + +
+ + +
+ +
+
+
+ +
+
+
+
+
-

v0.76.0: Shader整理

+

v0.76.0: Shader整理

-

v0.76.0 (2021-06-07)

+

v0.76.0 (2021-06-07)

  • commit: https://github.com/vrm-c/UniVRM/releases/tag/v0.76.0

  • milestone: https://github.com/vrm-c/UniVRM/milestone/38?closed=1

  • @@ -53,14 +106,14 @@

    Full Changelog

-

主な修正

+

主な修正

  • namespace MeshUtilityがUnityEditor.MeshUtility classと競合する #973

  • Feature/animation extract #998 (ousttrue)

-

Shaderの整理

+

Shaderの整理

https://vrm.dev/docs/univrm/shaders/univrm_vrmshaders/

-

その他のChangelog

+

その他のChangelog

-
+
+
-
+
+ - -

Table of Contents

- - -

Previous topic

-

v0.77.0: RuntimeGltfInstance

-

Next topic

-

v0.75.0: mipmap

-
-

This Page

- -
- - -
-
-
-
- - - + \ No newline at end of file diff --git a/en/release/068/v0.77.0.html b/en/release/068/v0.77.0.html index 3ffd0a3e3..14c943c71 100644 --- a/en/release/068/v0.77.0.html +++ b/en/release/068/v0.77.0.html @@ -1,51 +1,104 @@ - + + + - - - - - - v0.77.0: RuntimeGltfInstance — UniVRM Programming Document documentation - - - - - - + + v0.77.0: RuntimeGltfInstance — UniVRM Programming Document documentation + + + + + + + + + - - - - + + + -
-
-
-
- + +
+ + +
+ +
+
+
+ +
+
+
+
+
-

v0.77.0: RuntimeGltfInstance

+

v0.77.0: RuntimeGltfInstance

-

v0.77.0 (2021-06-16)

+

v0.77.0 (2021-06-16)

  • commit: https://github.com/vrm-c/UniVRM/releases/tag/v0.77.0

  • milestone: https://github.com/vrm-c/UniVRM/milestone/39?closed=1

  • @@ -53,7 +106,7 @@

    Full Changelog

-

API更新

+

API更新

  • https://vrm.dev/docs/univrm/programming/univrm_api_history/

  • https://vrm.dev/docs/univrm/programming/runtime_import/

  • @@ -62,13 +115,13 @@
-

MToon

+

MToon

  • MToon 1.0: Backfaces have flipped normals when double sided. #1022

-

主な修正

+

主な修正

Closed issues:

  • BaseColor of URP/Lit shader not exported to glb/gltf #988

  • @@ -79,7 +132,7 @@
-

その他のChangelog

+

その他のChangelog

  • 作業ミス。エディタで保存されてなかった #1045 (ousttrue)

  • 最近の UnitTest #1044 (ousttrue)

  • @@ -110,77 +163,34 @@
-
+
+
-
+
+ - -

Table of Contents

- - -

Previous topic

-

v0.78.0: ScriptdImporter の改修

-

Next topic

-

v0.76.0: Shader整理

-
-

This Page

- -
- - -
-
-
-
- - - + \ No newline at end of file diff --git a/en/release/068/v0.78.0.html b/en/release/068/v0.78.0.html index 78718a902..0985d6c92 100644 --- a/en/release/068/v0.78.0.html +++ b/en/release/068/v0.78.0.html @@ -1,52 +1,105 @@ - + + + - - - - - - v0.78.0: ScriptdImporter の改修 — UniVRM Programming Document documentation - - - - - - + + v0.78.0: ScriptdImporter の改修 — UniVRM Programming Document documentation + + + + + + + + + - - - - + + + -
-
-
-
- + +
+ + +
+ +
+
+
+ +
+
+
+
+
-

v0.78.0: ScriptdImporter の改修

+

v0.78.0: ScriptdImporter の改修

主に、1.0 向けと glb/gltf の ScriptdImporter の改修です。

-

v0.78.0 (2021-06-23)

+

v0.78.0 (2021-06-23)

  • commit: https://github.com/vrm-c/UniVRM/releases/tag/v0.78.0

  • milestone: https://github.com/vrm-c/UniVRM/milestone/40?closed=1

  • @@ -54,19 +107,19 @@

    Full Changelog

-

バグ修正

+

バグ修正

-

Exporter

+

Exporter

  • Export 時に default 値の TRS を出力しない #1061 (ousttrue)

-

ScriptedImporter(gltf/glb vrm-1)

+

ScriptedImporter(gltf/glb vrm-1)

  • ImporterContext.AnimationClips に External か否かの情報を追加 #1050 (ousttrue)

  • Feature10/remap editor #1053 (ousttrue)

  • @@ -74,7 +127,7 @@
-

1.0

+

1.0

-

その他のChangelog

+

その他のChangelog

-
+
+
-
+
+ - -

Table of Contents

- - -

Previous topic

-

v0.68~v0.78: Unity-2018.4 (pre release)

-

Next topic

-

v0.77.0: RuntimeGltfInstance

-
-

This Page

- -
- - -
-
-
-
- - - + \ No newline at end of file diff --git a/en/release/079/index.html b/en/release/079/index.html new file mode 100644 index 000000000..f65ea18c4 --- /dev/null +++ b/en/release/079/index.html @@ -0,0 +1,198 @@ + + + + + + + v0.79~: Unity-2019.4 — UniVRM Programming Document documentation + + + + + + + + + + + + + + + + +
+ + +
+ +
+
+
+ +
+
+
+
+ +
+

v0.79~: Unity-2019.4

+
+

ReleaseNote

+
    +
  • 0.80.0 からサポートする Unity の最低バージョンを 2019.4LTS に更新しました。

  • +
  • 0.80.0 から VRM-1.0β のパッケージ提供を開始しました。

  • +
+ +
+
+

パッケージ(v0.81~)

+ + + + + + + + + + + + + + + + + + + + + +

unitypackage

folder

contents

VRMShaders_UniGLTF

Assets/VRMShaders, Assets/UniGLTF

VRMShaders と UniGLTF

UniVRM

Assets/VRM

VRM-0.X

VRM

Assets/VRM10

VRM-1.0(β)

+
+----------++----------+
+|UniVRM-0.X||UniVRM-1.0|
++----------++----------+
++----------------------+
+|       UniGLTF        |
++----------------------+
+|      VRMShaders      |
++----------------------+
+
+
+
+
+

UPM(v0.81~)

+
// manifest.json 抜粋
+{
+  "dependencies": {
+    "com.vrmc.vrmshaders": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRMShaders#v0.82.1",
+    "com.vrmc.gltf": "https://github.com/vrm-c/UniVRM.git?path=/Assets/UniGLTF#v0.82.1", // rename unigltf to gltf
+    "com.vrmc.univrm": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM#v0.82.1",
+    "com.vrmc.vrm": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM10#v0.82.1", // rename univrm1 to vrm
+  }
+}
+
+
+
+
+ + +
+
+ +
+
+
+
+ + + + \ No newline at end of file diff --git a/en/release/079/v0.79.0.html b/en/release/079/v0.79.0.html index 28c82d482..b8bbf1592 100644 --- a/en/release/079/v0.79.0.html +++ b/en/release/079/v0.79.0.html @@ -1,66 +1,111 @@ - + + + - - - - - - v0.79.0: 1.0準備 — UniVRM Programming Document documentation - - - - - - + + v0.79.0: 1.0準備 — UniVRM Programming Document documentation + + + + + + + + + - - - - + + + -
-
-
-
- -
-

v0.79.0: 1.0準備

-
-

v0.79.0 (2021-07-19)

-
-
-
-
- - - + \ No newline at end of file diff --git a/en/release/079/v0.80.0.html b/en/release/079/v0.80.0.html index d5d9bfa35..4f8eb1abd 100644 --- a/en/release/079/v0.80.0.html +++ b/en/release/079/v0.80.0.html @@ -1,58 +1,111 @@ - + + + - - - - - - v0.80.0: 1.0準備, 最低バージョンを Unity-2019.4LTS に更新 — UniVRM Programming Document documentation - - - - - - + + v0.80.0: 1.0準備, 最低バージョンを Unity-2019.4LTS に更新 — UniVRM Programming Document documentation + + + + + + + + + - - - - + + + -
-
-
-
- -
-

v0.80.0: 1.0準備, 最低バージョンを Unity-2019.4LTS に更新

-
-

v0.80.0 (2021-08-11)

-
-
-
-
- - - + \ No newline at end of file diff --git a/en/release/079/v0.81.0.html b/en/release/079/v0.81.0.html index 02e939818..3e24ebaeb 100644 --- a/en/release/079/v0.81.0.html +++ b/en/release/079/v0.81.0.html @@ -1,49 +1,108 @@ - + + + - - - - - - v0.81.0: 1.0準備, unitypackage 構成変更 — UniVRM Programming Document documentation - - - - - - + + v0.81.0: 1.0準備, unitypackage 構成変更 — UniVRM Programming Document documentation + + + + + + + + + - - - - + + + -
-
-
-
- + +
+ + +
+ +
+
+
+ +
+
+
+
+
-

v0.81.0: 1.0準備, unitypackage 構成変更

+

v0.81.0: 1.0準備, unitypackage 構成変更

Stable 安定板

+
+

v0.81.0 (2021-08-20)

+

v0.81.0 から unitypackage が変わりました。

  • Install UniGLTF_VRMShaders and UniVRM

  • @@ -80,8 +139,9 @@ +
-

UnityPackage の構成を整理しました

+

UnityPackage の構成を整理しました

  • UniGLTF_VRMShaders

  • UniVRM(VRM-0.X)

  • @@ -99,16 +159,8 @@

UniGLTF_VRMShaders UniVRM の順に2つインストールしてください

-
-

v0.81.0 (2021-08-20)

-
    -
  • commit: https://github.com/vrm-c/UniVRM/releases/tag/v0.81.0

  • -
  • milestone: https://github.com/vrm-c/UniVRM/milestone/43?closed=1

  • -
-

Full Changelog

-
-

パッケージ整理など

+

パッケージ整理など

  • UniGLTF の UPM id を、com.vrmc.unigltf から com.vrmc.gltf に変えてバージョンを振り直し #1156

  • UnityPackage に Samples を含める #1159 (ousttrue)

  • @@ -119,7 +171,7 @@
-

VRM-1.0

+

VRM-1.0

  • [VRM1] VRM10/MToon10 のインスペクターの Emission が HDR でない #1148

  • Feature1/lookat editor tool #1154 (ousttrue)

  • @@ -127,7 +179,7 @@
-

その他のChangelog

+

その他のChangelog

  • Add properties to RuntimeGltfInstance #1096

  • [0.77]AsyncでランタイムロードしたモデルのScaleを1以上にするとSpringBoneの動作が怪しくなる #1115

  • @@ -139,77 +191,34 @@
-
+
+
-
+
+ - -

Table of Contents

- - -

Previous topic

-

v0.82.0: 1.0準備, URP 向け Material置き換え機能

-

Next topic

-

v0.80.0: 1.0準備, 最低バージョンを Unity-2019.4LTS に更新

-
-

This Page

- -
- - -
-
-
-
- - - + \ No newline at end of file diff --git a/en/release/079/v0.82.0.html b/en/release/079/v0.82.0.html index 4ecb98a7f..575f9c1ea 100644 --- a/en/release/079/v0.82.0.html +++ b/en/release/079/v0.82.0.html @@ -1,58 +1,111 @@ - + + + - - - - - - v0.82.0: 1.0準備, URP 向け Material置き換え機能 — UniVRM Programming Document documentation - - - - - - + + v0.82.0: 1.0準備, URP 向け Material置き換え機能 — UniVRM Programming Document documentation + + + + + + + + + - - - - + + + -
-
-
-
- + +
+ + +
+ +
+
+
+ +
+
+
+
+
-

v0.82.0: 1.0準備, URP 向け Material置き換え機能

+

v0.82.0: 1.0準備, URP 向け Material置き換え機能

-

v0.82.0 (2021-09-01)

+

v0.82.0 (2021-09-01)

-

URP(Universal Render Pipeline)

+

URP(Universal Render Pipeline)

URP 向けに Material Import をカスタマイズする機能をはじめました (Experimental)

TODO: アプリ開発者向けドキュメント

    @@ -60,7 +113,7 @@
-

[1.0]

+

[1.0]

  • [1.0]extract の一覧に matcap など一部のテクスチャーが一覧されない #1171

  • [1.0] MToon10でエクスポートするとStandardになってしまう #1164

  • @@ -70,7 +123,7 @@
-

その他のChangelog

+

その他のChangelog

-
+
+
-
+
+ - -

Table of Contents

- - -

Previous topic

-

v0.83.0: 1.0準備

-

Next topic

-

v0.81.0: 1.0準備, unitypackage 構成変更

-
-

This Page

- -
- - -
-
-
-
- - - + \ No newline at end of file diff --git a/en/release/079/v0.83.0.html b/en/release/079/v0.83.0.html index 753900592..8198f4877 100644 --- a/en/release/079/v0.83.0.html +++ b/en/release/079/v0.83.0.html @@ -1,54 +1,107 @@ - + + + - - - - - - v0.83.0: 1.0準備 — UniVRM Programming Document documentation - - - - - - + + v0.83.0: 1.0準備 — UniVRM Programming Document documentation + + + + + + + + + - - - - + + + -
-
-
-
- + +
+ + +
+ +
+
+
+ +
+
+
+
+
-

v0.83.0: 1.0準備

+

v0.83.0: 1.0準備

https://vrm.dev/

のプログラミング関連のドキュメントを

https://vrm-c.github.io/UniVRM/

に引越ししました。

-

v0.83.0 (2021-09-10)

+

v0.83.0 (2021-09-10)

+

| 09/03 | 0.82.1 milestone | | URP API |

  • commit: https://github.com/vrm-c/UniVRM/releases/tag/v0.83.0

  • milestone: https://github.com/vrm-c/UniVRM/milestone/45?closed=1 @@ -56,7 +109,7 @@

-

bug修正

+

bug修正

  • PBR テクスチャーの変換に使っている シェーダーが ビルドに含まれない #1187

  • Include all shaders in Resources directory. #1203 (Santarh)

  • @@ -64,7 +117,7 @@
-

1.0

+

1.0

  • [1.0] Renderer.enabled = false になってない #1197

  • [1.0] SetupAsync にして Auto で生成される Mesh の初期状態を非表示にした #1194

  • @@ -80,7 +133,7 @@
-

その他のChangelog

+

その他のChangelog

  • MMD4Mecanim+UniVRM #1184

  • Namespace “VRM” can’t be found by any other script. #1103

  • @@ -101,75 +154,34 @@
-
+
+
-
+
+ - -

Table of Contents

- - -

Previous topic

-

v0.84.0: 1.0準備, glTF import menu 復活

-

Next topic

-

v0.82.0: 1.0準備, URP 向け Material置き換え機能

-
-

This Page

- -
- - -
-
-
-
- - - + \ No newline at end of file diff --git a/en/release/079/v0.84.0.html b/en/release/079/v0.84.0.html index ac15b47fb..e2145c10b 100644 --- a/en/release/079/v0.84.0.html +++ b/en/release/079/v0.84.0.html @@ -1,50 +1,102 @@ - + + + - - - - - - v0.84.0: 1.0準備, glTF import menu 復活 — UniVRM Programming Document documentation - - - - - - + + v0.84.0: 1.0準備, glTF import menu 復活 — UniVRM Programming Document documentation + + + + + + + + + - - - - + + + -
-
-
-
- + +
+ + +
+ +
+
+
+ +
+
+
+
+
-

v0.84.0: 1.0準備, glTF import menu 復活

+

v0.84.0: 1.0準備, glTF import menu 復活

-

v0.84.0 (2021-09-22)

+

v0.84.0 (2021-09-22)

  • commit: https://github.com/vrm-c/UniVRM/releases/tag/v0.84.0

  • milestone: https://github.com/vrm-c/UniVRM/milestone/46?closed=1

  • @@ -55,7 +107,7 @@
-

glTF

+

glTF

-

1.0

+

1.0

  • CreateErasedMeshAsync #1221

  • Shader error in ‘VRM10/MToon10’: undeclared identifier ‘i’ #1211

  • @@ -77,7 +129,7 @@
-

その他のChangelog

+

その他のChangelog

-
+
+
-
+
+ - -

Table of Contents

- - -

Previous topic

-

v0.85.0: 1.0準備, [0.x]FastSpringBone

-

Next topic

-

v0.83.0: 1.0準備

-
-

This Page

- -
- - -
-
-
-
- - - + \ No newline at end of file diff --git a/en/release/079/v0.85.0.html b/en/release/079/v0.85.0.html index 55521d62c..12118c6c4 100644 --- a/en/release/079/v0.85.0.html +++ b/en/release/079/v0.85.0.html @@ -1,50 +1,102 @@ - + + + - - - - - - v0.85.0: 1.0準備, [0.x]FastSpringBone — UniVRM Programming Document documentation - - - - - - + + v0.85.0: 1.0準備, [0.x]FastSpringBone — UniVRM Programming Document documentation + + + + + + + + + - - - - + + + -
-
-
-
- + +
+ + +
+ +
+
+
+ +
+
+
+
+
-

v0.85.0: 1.0準備, [0.x]FastSpringBone

+

v0.85.0: 1.0準備, [0.x]FastSpringBone

-

v0.85.0 (2021-09-30)

+

v0.85.0 (2021-09-30)

  • commit: https://github.com/vrm-c/UniVRM/releases/tag/v0.85.0

  • milestone: https://github.com/vrm-c/UniVRM/milestone/47?closed=1

  • @@ -52,7 +104,7 @@

    Full Changelog

-

[1.0]

+

[1.0]

  • [1.0] VRM10ObjectFirstPerson.SetupAsync に isMine 引数 #1250

  • [1.0] MToon10 offset/scale の挙動 #1225

  • @@ -67,14 +119,14 @@
-

FastSpringBone

+

FastSpringBone

利用方法は、 Assets/VRM/Samples/SimpleViewer を参考にしてください。

-

その他のChangelog

+

その他のChangelog

  • it might not be a bug but i can’t import the package #1238

  • Failed UnlitTransparentZWrite fallback on importing VRM 0.x #1139

  • @@ -94,75 +146,34 @@
-
+
+
-
+
+ - -

Table of Contents

- - -

Previous topic

-

Road to 1.0, [1.0]FastSpringBone

-

Next topic

-

v0.84.0: 1.0準備, glTF import menu 復活

-
-

This Page

- -
- - -
-
-
-
- - - + \ No newline at end of file diff --git a/en/release/079/v0.86.0.html b/en/release/079/v0.86.0.html index ced4db65d..2f06f2d14 100644 --- a/en/release/079/v0.86.0.html +++ b/en/release/079/v0.86.0.html @@ -1,50 +1,102 @@ - + + + - - - - - - Road to 1.0, [1.0]FastSpringBone — UniVRM Programming Document documentation - - - - - - + + Road to 1.0, [1.0]FastSpringBone — UniVRM Programming Document documentation + + + + + + + + + - - - - + + + -
-
-
-
- + +
+ + +
+ +
+
+
+ +
+
+
+
+
-

Road to 1.0, [1.0]FastSpringBone

+

Road to 1.0, [1.0]FastSpringBone

-

1.0

+

1.0

  • [#1287] [1.0] !isSelf かつ firstPersonOnly のときに VisibleRenderers から除去する

  • Model migration where the hierarchy contains rotations and scales

  • @@ -55,7 +107,7 @@
-

Other Changes

+

Other Changes

  • [#1288] Fix/test filter

  • [#1285] Doc/add release note

  • @@ -74,73 +126,34 @@
-
+
+
-
+
+ - -

Table of Contents

- - -

Previous topic

-

Release

-

Next topic

-

v0.85.0: 1.0準備, [0.x]FastSpringBone

-
-

This Page

- -
- - -
-
-
-
- - - + \ No newline at end of file diff --git a/en/release/index.html b/en/release/index.html index f4de18a22..2abeae815 100644 --- a/en/release/index.html +++ b/en/release/index.html @@ -1,47 +1,83 @@ - + + + - - - - - - Release — UniVRM Programming Document documentation - - - - - - + + Release — UniVRM Programming Document documentation + + + + + + + + + - + - - + -
-
-
-
- + +
+ + +
+ +
+
+
+ +
+
+
+
+
-

Release

+

Release

@@ -51,126 +87,67 @@ - + - + - + - +

Version

v0.79~

v0.79~

Latest version

Unity-2019.4

特に問題が無ければこれ。

v0.68~v0.78

v0.68~v0.78

Unity-2018.4

開発版。最新版を使ってください。

v0.56~v0.67

v0.56~v0.67

v0.66

Unity-2018.4

~v0.55

~v0.55

v0.55

Unity-5.6(.NET3.5)

-
-

v0.79~

-
    -
  • from 0.80: Unity-2019.4

  • -
  • from 0.81: UniGLTF_VRMShaders and UniVRM 2 package configuration

  • -
- -
-
-

Older versions

-
-
+
+
-
+
+ - -

Table of Contents

- - -

Previous topic

-

FirstPerson

-

Next topic

-

Road to 1.0, [1.0]FastSpringBone

-
-

This Page

- -
- - -
-
-
-
- - - + \ No newline at end of file diff --git a/en/search.html b/en/search.html index aa155057c..5f883907a 100644 --- a/en/search.html +++ b/en/search.html @@ -1,101 +1,119 @@ - - - - - - - Search — UniVRM Programming Document documentation - - + + + + + Search — UniVRM Programming Document documentation + + - - - - + + + + + + + - - - + + - - + +
+ + +
+ +
+
+
+
    +
  • »
  • +
  • Search
  • +
  • +
  • +
+
+
+
+
+
+
+ +
+ +
+

© Copyright 2021, VRM Consortium.

+
+ + Built with Sphinx using a + theme + provided by Read the Docs. + + +
-
+
+ + + + + -
-
-
-
- - - + \ No newline at end of file diff --git a/en/searchindex.js b/en/searchindex.js index da525e262..92ab0d20d 100644 --- a/en/searchindex.js +++ b/en/searchindex.js @@ -1 +1 @@ -Search.setIndex({docnames:["README","build","gltf/0_36_update","gltf/0_82_glb_import","gltf/format","gltf/how_to_impl_extension","history","implementation/coordinate","implementation/fast_spring_bone","implementation/first_person","implementation/runtime_resource_management","implementation/texture_manipulation","index","package","release/055/index","release/055/v0.40","release/055/v0.41","release/055/v0.42","release/055/v0.43","release/055/v0.44","release/055/v0.45","release/055/v0.46","release/055/v0.47","release/055/v0.48","release/055/v0.49","release/055/v0.50","release/055/v0.51.0","release/055/v0.52.0","release/055/v0.53.0","release/055/v0.54.0","release/055/v0.55.0","release/056/index","release/056/v0.56.0","release/056/v0.57.0","release/056/v0.58.0","release/056/v0.59.0","release/056/v0.60.0","release/056/v0.61.0","release/056/v0.62.0","release/056/v0.63.0","release/056/v0.64.0","release/056/v0.65.0","release/056/v0.66.0","release/056/v0.67.0","release/068/index","release/068/v0.68.0","release/068/v0.69.0","release/068/v0.70.0","release/068/v0.71.0","release/068/v0.72.0","release/068/v0.73.0","release/068/v0.74.0","release/068/v0.75.0","release/068/v0.76.0","release/068/v0.77.0","release/068/v0.78.0","release/079/v0.79.0","release/079/v0.80.0","release/079/v0.81.0","release/079/v0.82.0","release/079/v0.83.0","release/079/v0.84.0","release/079/v0.85.0","release/079/v0.86.0","release/index","vrm0/0_44_runtime_import","vrm0/0_58_blendshape","vrm0/0_68_runtime_import","vrm0/0_77_runtime_import","vrm0/0_79_runtime_import","vrm0/0_82_runtime_import","vrm0/firstperson","vrm1/vrm1_expression","vrm1/vrm1_firstperson","vrm1/vrm1_get_humanoid","vrm1/vrm1_lookat","vrm1/vrm1_runtime_load"],envversion:{"sphinx.domains.c":2,"sphinx.domains.changeset":1,"sphinx.domains.citation":1,"sphinx.domains.cpp":4,"sphinx.domains.index":1,"sphinx.domains.javascript":2,"sphinx.domains.math":2,"sphinx.domains.python":3,"sphinx.domains.rst":2,"sphinx.domains.std":2,sphinx:56},filenames:["README.md","build.md","gltf/0_36_update.md","gltf/0_82_glb_import.md","gltf/format.md","gltf/how_to_impl_extension.md","history.md","implementation/coordinate.md","implementation/fast_spring_bone.md","implementation/first_person.md","implementation/runtime_resource_management.md","implementation/texture_manipulation.md","index.md","package.md","release/055/index.md","release/055/v0.40.md","release/055/v0.41.md","release/055/v0.42.md","release/055/v0.43.md","release/055/v0.44.md","release/055/v0.45.md","release/055/v0.46.md","release/055/v0.47.md","release/055/v0.48.md","release/055/v0.49.md","release/055/v0.50.md","release/055/v0.51.0.md","release/055/v0.52.0.md","release/055/v0.53.0.md","release/055/v0.54.0.md","release/055/v0.55.0.md","release/056/index.md","release/056/v0.56.0.md","release/056/v0.57.0.md","release/056/v0.58.0.md","release/056/v0.59.0.md","release/056/v0.60.0.md","release/056/v0.61.0.md","release/056/v0.62.0.md","release/056/v0.63.0.md","release/056/v0.64.0.md","release/056/v0.65.0.md","release/056/v0.66.0.md","release/056/v0.67.0.md","release/068/index.md","release/068/v0.68.0.md","release/068/v0.69.0.md","release/068/v0.70.0.md","release/068/v0.71.0.md","release/068/v0.72.0.md","release/068/v0.73.0.md","release/068/v0.74.0.md","release/068/v0.75.0.md","release/068/v0.76.0.md","release/068/v0.77.0.md","release/068/v0.78.0.md","release/079/v0.79.0.md","release/079/v0.80.0.md","release/079/v0.81.0.md","release/079/v0.82.0.md","release/079/v0.83.0.md","release/079/v0.84.0.md","release/079/v0.85.0.md","release/079/v0.86.0.md","release/index.md","vrm0/0_44_runtime_import.md","vrm0/0_58_blendshape.md","vrm0/0_68_runtime_import.md","vrm0/0_77_runtime_import.md","vrm0/0_79_runtime_import.md","vrm0/0_82_runtime_import.md","vrm0/firstperson.md","vrm1/vrm1_expression.md","vrm1/vrm1_firstperson.md","vrm1/vrm1_get_humanoid.md","vrm1/vrm1_lookat.md","vrm1/vrm1_runtime_load.md"],objects:{},objnames:{},objtypes:{},terms:{"0":[4,7,10,11,13,14,17,18,19,24,25,44,64,72,76],"0\u03b2":58,"0\u3067\u306ffastspringbone\u304c\u63fa\u308c\u3082\u306e\u306e\u6a19\u6e96\u5b9f\u88c5\u3067\u3059":8,"0\u306b\u4e0a\u66f8\u304d\u3055\u308c\u3066\u3057\u307e\u3046\u554f\u984c\u3092\u4fee\u6b63\u3057\u307e\u3057\u305f":25,"0\u65b9\u5f0f":7,"0\u6e96\u5099":64,"0_yyyi":14,"0beta":58,"0c49":20,"0f":[17,66],"1":[4,5,6,7,11,13,17,19,20,23,24,25,26,27,28,29,32,33,34,35,36,37,38,39,41,43,45,46,47,48,49,50,53,54,64,66,67,68,72,73,76],"10":[26,71,73],"100":[34,66],"1000":53,"1001":53,"1002":53,"1003":53,"1004":53,"1005":53,"1006":56,"1007":53,"1008":53,"1009":53,"1010":53,"1011":53,"1012":53,"1013":53,"1014":54,"1015":54,"1016":54,"1017":54,"1018":54,"1019":54,"102":23,"1020":54,"1021":54,"1022":54,"1023":54,"1024":54,"1027":54,"1028":54,"1029":54,"1030":54,"1031":54,"1032":54,"1033":54,"1034":54,"1035":57,"1036":[2,54],"1037":54,"1040":54,"1041":54,"1042":54,"1043":54,"1044":54,"1045":54,"1047":55,"1048":61,"1049":55,"1050":55,"1051":56,"1052":55,"1053":55,"1058":55,"1059":56,"1061":55,"1062":55,"1063":55,"1064":55,"1065":55,"1066":55,"1068":59,"1069":56,"1070":56,"1071":56,"1072":56,"1073":56,"1074":56,"1076":56,"1077":56,"1079":56,"1080":56,"1081":56,"1082":56,"1083":56,"1084":56,"1085":56,"1086":56,"1087":56,"1089":56,"1090":56,"1092":56,"1095":56,"1096":58,"1098":56,"1099":56,"10\u4e07\u4ee5\u4e0a":21,"11":27,"110":23,"1100":56,"1101":56,"1102":56,"1103":[56,60],"1104":57,"1105":56,"1106":56,"1107":56,"1108":[56,57],"1109":56,"1110":57,"1111":57,"1113":57,"1114":57,"1115":58,"1117":57,"1118":57,"1119":57,"1125":57,"1126":57,"1127":57,"1129":57,"1130":57,"1131":57,"1132":57,"1133":57,"1134":57,"1135":57,"1136":57,"1137":57,"1139":62,"1140":57,"1141":57,"1142":57,"1143":57,"1144":57,"1145":57,"1147":58,"1148":58,"1149":58,"1150":58,"1151":58,"1152":58,"1153":58,"1154":58,"1155":58,"1156":58,"1157":59,"1158":58,"1159":58,"1161":59,"1162":61,"1164":59,"1167":59,"1168":59,"1169":59,"117":23,"1171":59,"1172":[59,60],"1173":59,"1174":59,"1177":59,"1178":60,"1179":59,"118":23,"1180":59,"1184":60,"1186":60,"1187":60,"1188":60,"1189":60,"119":24,"1190":60,"1191":60,"1192":60,"1193":60,"1194":60,"1195":60,"1196":60,"1197":60,"1198":60,"1199":60,"12":[4,17,28,30],"1201":60,"1202":60,"1203":60,"1204":60,"1206":60,"1207":60,"1209":60,"1211":61,"1212":60,"1213":60,"1215":61,"1219":61,"1220":61,"1221":[61,62],"1222":61,"1223":61,"1224":61,"1225":62,"1226":61,"1227":61,"1228":61,"123":24,"1230":61,"1231":61,"1232":61,"1233":61,"1234":61,"1237":61,"1238":62,"124":24,"1242":62,"1243":62,"1244":62,"1246":62,"1248":62,"1249":62,"1250":62,"1251":62,"1252":62,"1253":62,"1254":62,"1255":62,"1258":62,"1259":62,"1260":62,"1261":62,"1262":62,"1263":62,"1265":62,"1269":63,"1271":63,"1272":63,"1273":63,"1276":63,"1277":63,"1278":63,"1279":63,"1281":63,"1282":63,"1283":63,"1285":63,"1287":63,"1288":63,"129":24,"13":29,"130":24,"131":24,"132":24,"134":24,"135":24,"139":24,"141":24,"143":24,"147":24,"148":24,"149":24,"15":32,"150":[24,25],"151":25,"154":25,"155":25,"158":25,"159":25,"16":[17,33],"160":25,"162":25,"163":25,"164":25,"165":25,"166":25,"17":[19,34],"171":25,"173":25,"176":25,"177":25,"178":25,"18":35,"180":25,"184":27,"185":25,"187":27,"189":27,"19":36,"193":26,"194":26,"195":27,"197":27,"199":27,"1\u3067\u306f\u3053\u308c\u3092\u6a19\u6e96\u306b\u3057\u307e\u3059":49,"1\u3067\u6b63\u5e38\u306b\u52d5\u4f5c\u3059\u308b\u3088\u3046\u306b\u4fee\u6b63":27,"1\u65b9\u5f0f\u3092\u9078\u3079\u307e\u3059":7,"1b36":[26,27],"1d41ff0":15,"1f":66,"2":[4,6,12,28,40,64,66,67,68,73],"20":37,"200":27,"201":27,"2018":64,"2018\u4ed5\u69d8\u306b\u4fee\u6b63":49,"2019":[30,32,58,64,67,68],"2019\u306b\u3042\u3052\u308b":57,"20210430":51,"203":27,"204":27,"205":27,"206":27,"21":[18,38],"210":27,"215":27,"217":27,"218":27,"219":27,"220":27,"221":27,"222":27,"224":27,"227":27,"228":27,"229":32,"23":[40,57],"239":27,"23f1":32,"24":41,"241":27,"243":27,"249":27,"25":39,"250":27,"252":27,"253":27,"254":27,"255":27,"259":28,"26":[17,30,42],"260":28,"261":28,"262":28,"263":28,"264":28,"268":29,"269":29,"27":43,"270":29,"271":29,"272":29,"273":29,"274":29,"275":29,"276":29,"278":29,"279":29,"28":17,"280":29,"281":29,"285":29,"286":29,"287":29,"29":19,"298":29,"3":[7,32,40,44,48,64,67,68,73],"30":45,"304":29,"305":29,"306":29,"31":[19,46],"310":29,"311":29,"314":29,"314078356":2,"317":29,"32":47,"320":29,"325":32,"33":48,"330":[29,32],"330\u4ee5\u524d\u306e\u52d5\u4f5c":32,"331":29,"332":29,"335":29,"338":29,"339":29,"34":49,"340":29,"341":29,"342":29,"343":29,"345":29,"346":29,"35":50,"352":30,"353":30,"356":30,"358":30,"359":30,"36":[12,19,51],"368":62,"37":52,"378":32,"379":32,"38":[19,53],"380":32,"381":32,"383":32,"386":32,"387":54,"388":46,"389":32,"39":[19,54],"393":32,"399":32,"3\u3067import\u3059\u308b\u3068assetpipelinev2\u3067\u30a8\u30e9\u30fc\u304c\u51fa\u3066\u3044\u305f\u305f\u3081\u4fee\u6b63":29,"3\u306b\u66f4\u65b0\u3057\u305f":32,"3\u5f15\u6570":21,"4":[4,35,64,67,68,73],"40":[14,55],"401":32,"403":32,"404":32,"405":32,"408":32,"409":32,"41":[14,17,18,56],"410":32,"412":32,"413":32,"416":32,"417":32,"419":32,"42":[14,57],"420":32,"421":32,"427":32,"428":32,"43":[14,58],"430":32,"432":32,"433":32,"434":32,"435":32,"436":32,"43\u4ee5\u524d\u3067\u306f":19,"43\u4ee5\u524d\u3067\u306f\u6b63\u3057\u304f\u8868\u793a\u3055\u308c\u307e\u305b\u3093":19,"43af":24,"44":[12,14,20,59],"441":32,"442":32,"445":32,"447":32,"449":32,"44\u304b\u3089":19,"44\u304b\u3089\u6b63\u3057\u304f\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u3057":19,"44\u3067\u65b0\u30b7\u30a7\u30fc\u30c0\u30fcunigltf":19,"44\u4ee5\u964d\u3067\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u3057":19,"44\u4ee5\u964d\u306b\u66f4\u65b0\u3055\u308c\u308b\u306e\u3092\u304a\u5f85\u3061\u304f\u3060\u3055\u3044":19,"44\u4ee5\u964d\u306b\u66f4\u65b0\u3055\u308c\u308b\u306e\u3092\u5f85\u3063\u3066\u304b\u3089":19,"44\u4ee5\u964d\u306e\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u3067\u30ed\u30fc\u30c9\u3057\u306a\u3051\u308c\u3070\u6b63\u3057\u304f\u8868\u793a\u3055\u308c\u307e\u305b\u3093":19,"45":[14,60],"451":32,"46":[14,19,61],"47":[14,62],"473":33,"474":34,"478":33,"48":14,"481":33,"482":33,"483":33,"4840":23,"486":33,"487":33,"488":33,"489":33,"49":14,"490":33,"491":33,"495":33,"496":54,"497":34,"4lt":[32,58,64],"5":[19,24,25,27,32,40,44,64,67,68],"50":14,"501":34,"503":34,"505":34,"51":[14,27,29],"510":34,"512":34,"5121":45,"513":34,"52":14,"521":35,"523":35,"525":35,"527":35,"529":35,"53":14,"530":35,"531":35,"532":35,"533":35,"535":35,"537":35,"54":14,"540":36,"541":36,"546":36,"547":36,"548":36,"549":36,"55":[32,64],"550":36,"556":36,"557":36,"56":[6,21,34,64],"561":37,"564":37,"568":37,"569":37,"57":34,"570":37,"572":37,"573":37,"58":12,"581":38,"582":38,"584":38,"586":38,"59":50,"591":40,"598":38,"599":38,"5\u3064\u306e":5,"6":[27,32,48,64,67,68],"600":38,"601":38,"604":38,"605":38,"607":38,"609":38,"611":38,"613":38,"614":38,"619":38,"62":21,"620":38,"625":39,"62\u3067\u30e2\u30ce\u306b\u3088\u3063\u3066\u306fglb\u30ed\u30fc\u30c9\u306b\u5931\u6557\u3059\u308b":39,"63":[6,12,40],"641":39,"644":39,"645":39,"646":39,"647":39,"648":39,"66":[56,64],"660":40,"662":40,"665":40,"667":40,"668":40,"669":40,"67":64,"670":40,"671":40,"672":40,"674":40,"676":40,"677":40,"679":41,"67a6":19,"68":[6,12,64,68],"681":41,"683":54,"685":41,"686":41,"687":41,"689":41,"69":[44,47],"690":41,"691":41,"693":41,"7":[20,23,67,68],"70":44,"709":42,"71":44,"710":42,"713":42,"714":42,"715":42,"716":42,"718":42,"719":42,"72":[21,44],"720":42,"722":42,"723":42,"724":42,"725":42,"727":45,"73":44,"734":43,"735":43,"736":43,"737":43,"739":45,"74":44,"740":54,"744":45,"748":45,"749":45,"75":44,"750":45,"752":45,"755":45,"759":45,"76":44,"760":45,"761":45,"762":45,"763":45,"764":45,"765":45,"767":45,"768":45,"77":[6,12,44,58],"771":45,"775":45,"78":64,"780":46,"79":[6,12],"791":46,"796":46,"797":46,"798":46,"799":46,"7f1":[27,32],"7f1\u306b\u5909\u66f4":27,"8":[24,67,68],"80":[58,64],"802":46,"804":46,"807":46,"809":46,"81":[59,64],"810":46,"811":46,"819":47,"8192\u306e\u9593\u3067\u8a2d\u5b9a\u3059\u308b\u3088\u3046\u306b\u4fee\u6b63":29,"82":[6,12,13,60,64],"822":47,"823":47,"826":47,"83":64,"830":47,"831":47,"834":47,"835":47,"837":48,"838":48,"839":48,"84":64,"840":48,"841":49,"842":48,"844":48,"845":48,"848":49,"849":49,"85":64,"850":49,"853":49,"854":49,"855":49,"856":49,"857":49,"858":49,"859":49,"86":63,"860":49,"861":49,"862":49,"863":49,"864":49,"865":49,"866":49,"867":49,"868":49,"870":50,"871":50,"872":50,"873":50,"874":50,"875":50,"876":50,"877":50,"878":50,"879":50,"880":50,"881":50,"882":50,"883":50,"884":50,"886":51,"887":50,"888":50,"889":50,"890":50,"891":50,"893":50,"894":50,"895":50,"896":50,"897":50,"898":50,"899":50,"8\u306b\u66f4\u65b0\u3057\u307e\u3057\u305f":24,"9":[25,67,71,73],"900":51,"903":51,"904":51,"905":51,"906":51,"909":51,"911":51,"912":51,"913":51,"916":51,"917":51,"918":51,"919":52,"922":51,"924":51,"925":51,"926":51,"927":51,"929":51,"931":51,"933":51,"934":51,"935":51,"936":51,"937":51,"938":51,"939":52,"941":52,"942":52,"944":52,"945":52,"946":52,"947":52,"949":52,"950":52,"952":52,"953":52,"954":52,"955":52,"956":57,"957":52,"958":52,"959":52,"960":52,"961":52,"963":52,"966":52,"967":52,"968":56,"969":52,"970":52,"972":52,"973":53,"974":53,"975":53,"976":53,"977":53,"978":53,"979":53,"980":53,"981":53,"982":53,"983":53,"984":53,"985":53,"986":53,"987":53,"988":54,"989":53,"990":53,"991":53,"993":60,"994":53,"995":53,"996":53,"997":53,"998":53,"999":53,"9db7":25,"\u03b2":13,"\u3007":17,"\u3044\u307e\u307e\u3067":24,"\u304a\u3088\u3073":57,"\u304a\u624b\u6570\u3067\u3059\u304c":19,"\u304b\u3089\u30d1\u30c3\u30b1\u30fc\u30b8\u3092\u5206\u5272\u3057\u3066":32,"\u304b\u3089\u8a2d\u8a08\u3092\u5909\u66f4\u3057\u3066":5,"\u304b\u3089\u9664\u53bb\u3059\u308b":63,"\u304b\u3089load\u3059\u308b\u5834\u5408\u306f":11,"\u304b\u3089unijson":51,"\u304b\u3092\u9078\u3079\u308b\u3088\u3046\u306b\u306a\u3063\u305f":32,"\u304b\u5426\u304b\u306e\u60c5\u5831\u3092\u8ffd\u52a0":55,"\u304c\u3042\u3063\u3066\u3082\u3088\u3044":36,"\u304c\u3042\u307e\u308a\u901f\u304f\u306a\u3044":32,"\u304c\u3059\u3054\u3044\u9045\u3044":52,"\u304c\u3067\u304d\u308b":51,"\u304c\u4fdd\u6301\u3059\u308b":[67,68],"\u304c\u5165\u3063\u3066\u3044\u308b\u3068\u304d\u304c\u3042\u308b":55,"\u304c\u51fa\u529b\u3055\u308c\u3066\u3044\u305f\u30d5\u30a3\u30fc\u30eb\u30c9\u3092\u51fa\u529b\u3057\u306a\u3044\u3088\u3046\u306b\u5909\u66f4\u3057\u307e\u3057\u305f":24,"\u304c\u540d\u524d\u304b\u3089\u671f\u5f85\u3055\u308c\u308b\u52d5\u4f5c\u3092\u3057\u3066\u3044\u306a\u3044\u306e\u3067":21,"\u304c\u542b\u307e\u308c\u3066\u3044\u308b\u30a8\u30e9\u30fc":33,"\u304c\u5909\u308f\u308a\u307e\u3057\u305f":58,"\u304c\u5b58\u5728\u3057\u306a\u3044\u5834\u5408\u3067\u3082":25,"\u304c\u5b9f\u884c\u3055\u308c\u308b\u3068":8,"\u304c\u5b9f\u969b\u306b\u4f7f\u7528\u3057\u3066\u3044\u308b":67,"\u304c\u5fc5\u7528":46,"\u304c\u6301\u3064":37,"\u304c\u7121\u3044":46,"\u304c\u7121\u304f\u306a\u3063\u3066":44,"\u304c\u72ec\u7acb":32,"\u304c\u767a\u751f\u3057\u3066\u3044\u305f\u554f\u984c\u3092\u4fee\u6b63":46,"\u304c\u7834\u68c4\u3055\u308c\u308b\u3068":[67,68],"\u304c\u7a7a\u306e\u5834\u5408\u306f\u51fa\u529b\u3057\u306a\u3044\u3088\u3046\u306b\u4fee\u6b63":30,"\u304c\u898b\u5207\u308c\u308b\u306e\u3092\u4fee\u6b63":50,"\u304c\u8a2d\u5b9a\u3067\u3059":50,"\u304c\u8ffd\u52a0\u3055\u308c\u307e\u3057\u305f":25,"\u304c\u8ffd\u52a0\u306b\u306a\u308a":39,"\u304c\u9055\u3046\u306e\u306b\u6ce8\u610f":5,"\u304c\u91cd\u8907\u3059\u308b\u3068\u4f8b\u5916":60,"\u304c\u9577\u3044":21,"\u3053\u3053\u3067\u306f\u7834\u68c4\u3055\u308c\u307e\u305b\u3093":[67,68],"\u3053\u3061\u3089":8,"\u3053\u306e\u3068\u304d\u4e21\u76ee\u3092\u9589\u3058\u305f\u3044\u30e2\u30c1\u30d9\u30fc\u30b7\u30e7\u30f3\u304b\u3089":66,"\u3053\u306e\u3068\u304d\u7834\u68c4\u3055\u308c\u308b\u30ea\u30bd\u30fc\u30b9\u306f":[67,68],"\u3053\u306e\u30b5\u30f3\u30d7\u30eb\u3067\u306f\u30ad\u30e3\u30f3\u30bb\u30eb\u51e6\u7406\u306a\u3069\u306f\u8003\u616e\u3057\u307e\u305b\u3093":67,"\u3053\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u304b\u3089":56,"\u3053\u306e\u30d5\u30a9\u30eb\u30c0\u304c":39,"\u3053\u306e\u4fee\u6b63\u306b\u3088\u3063\u3066":34,"\u3053\u306e\u65b9\u6cd5\u3092\u89e3\u91c8\u3067\u304d\u306a\u3044\u30ed\u30fc\u30c0\u30fc\u3067\u306f":49,"\u3053\u306e\u8a2d\u8a08\u3060\u3068":5,"\u3053\u306e\u95a2\u6570\u3067\u4f5c\u6210\u3057\u305f\u5834\u5408\u306f":32,"\u3053\u308c\u306f":[12,49],"\u3053\u308c\u306f\u5168":8,"\u3053\u308c\u306f\u5f8c\u304b\u3089":66,"\u3053\u308c\u3089\u306e\u30d1\u30e9\u30e1\u30fc\u30bf\u306fgltf\u6a19\u6e96\u306eunlit\u3068\u3057\u3066\u4fdd\u5b58\u3055\u308c\u307e\u3059\u306e\u3067":19,"\u3053\u308c\u3089\u306e\u30d1\u30e9\u30e1\u30fc\u30bf\u3092\u4f7f\u3046\u5834\u5408\u306f":19,"\u3053\u308c\u3089\u306e\u65b9\u6cd5\u306f\u3053\u306e\u7af6\u5408\u306e\u554f\u984c\u3092\u89e3\u6c7a\u3057\u3066\u8868\u60c5\u3092\u8a2d\u5b9a\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":66,"\u3053\u308c\u3092\u660e\u793a\u7684\u306b\u547c\u3070\u306a\u3051\u308c\u3070":8,"\u3053\u308c\u3092\u89e3\u6c7a\u3059\u308b\u305f\u3081\u306b":66,"\u3055\u3055\u308b\u5834\u6240":5,"\u3055\u308c\u307e\u3059":21,"\u3057\u305f\u3044":10,"\u3057\u305f\u304c\u3063\u3066":66,"\u3057\u305f\u3068\u304d\u306b":46,"\u3057\u305f\u3068\u304d\u306b\u53cd\u6620\u3059\u308b":21,"\u3057\u3066\u3082":76,"\u3057\u307e\u3059":[67,68,70],"\u3059\u3050\u306b\u9069\u7528\u305b\u305a\u306b\u305f\u304f\u308f\u3048\u308b":66,"\u3059\u3079\u3066\u306e":5,"\u3059\u3079\u3066\u306e\u30c6\u30af\u30b9\u30c1\u30e3\u304c\u30c6\u30af\u30b9\u30c1\u30e3\u306e\u30a4\u30f3\u30dd\u30fc\u30c8\u30b5\u30a4\u30ba\u8a2d\u5b9a\u3092\u8003\u616e\u3059\u308b\u3088\u3046\u306b\u4fee\u6b63\u3057\u307e\u3057\u305f":34,"\u3059\u3079\u3066\u306e\u62e1\u5f35\u306e\u578b\u3092\u30b3\u30f3\u30d1\u30a4\u30eb\u6642\u306b\u77e5\u3063\u3066\u3044\u308b\u5fc5\u8981\u304c\u3042\u308b":5,"\u3059\u308b\u3068":66,"\u3059\u308b\u3068\u304d\u306e\u6319\u52d5\u3092\u4fee\u6b63":45,"\u3059\u308b\u5834\u5408\u306f":11,"\u305d\u306e\u305f\u3081":19,"\u305d\u306e\u307e\u307e\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u3057\u305f\u5834\u5408":33,"\u305d\u306e\u307e\u307e\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u3057\u305f\u5834\u5408\u306b\u81ea\u52d5\u3067\u30ea\u30cd\u30fc\u30e0\u3059\u308b\u3088\u3046\u306b\u306a\u308a\u307e\u3057\u305f":33,"\u305d\u308c\u305e\u308cfastspringbone\u306e\u7acb\u3061\u4f4d\u7f6e":8,"\u305d\u308c\u306b\u4f34\u3063\u3066\u30c6\u30b9\u30c8\u3082\u4fee\u6b63\u3057\u305f":32,"\u305d\u308c\u3092\u4f7f\u3046":32,"\u305d\u308c\u4ee5\u5916":37,"\u305d\u308c\u4ee5\u5916\u306e":62,"\u305d\u308c\u4ee5\u5916\u306e\u3059\u3079\u3066\u306e\u30ab\u30e1\u30e9":9,"\u3064\u307e\u308a":67,"\u3067\u304d\u308b":[47,51],"\u3067\u3053\u3053\u304c\u5909\u308f\u308a\u307e\u3059":68,"\u3067\u3055\u3089\u306b\u4fee\u6b63":39,"\u3067\u3060\u3044\u305f\u3044\u540c\u3058\u3088\u3046\u306a\u52d5\u304d\u3092\u3059\u308b\u30b3\u30fc\u30c9":32,"\u3067\u306a\u3044":58,"\u3067\u306a\u3044\u3068\u304d\u306b\u51fa\u3066\u304d\u307e\u3059":49,"\u3067\u306a\u304b\u3063\u305f\u5834\u5408\u306femissionen":27,"\u3067\u306f\u306a\u304f\u3066":70,"\u3067\u306f\u5408\u6cd5\u3060\u3051\u3069\u30c8\u30ea\u30c3\u30ad\u30fc\u306a\u8a18\u8ff0\u3068\u306a\u3063\u3066\u304a\u308a\u307e\u3057\u305f":49,"\u3067\u30d3\u30eb\u30c9\u30a8\u30e9\u30fc\u3092\u4fee\u6b63":60,"\u3067\u30de\u30fc\u30b8":39,"\u3067\u30ed\u30fc\u30c9\u3055\u308c\u307e\u3059":11,"\u3067\u4ee5\u524d\u306b\u6bd4\u3079\u3066\u753b\u50cf\u30b5\u30a4\u30ba\u304c\u539f\u56e0\u3067\u30d5\u30a1\u30a4\u30eb\u30b5\u30a4\u30ba\u304c\u5927\u304d\u304f\u306a\u3063\u3066\u3057\u307e\u3046\u554f\u984c":34,"\u3067\u4f8b\u5916\u306b\u306a\u308b\u30c6\u30af\u30b9\u30c1\u30e3\u3092\u4e8b\u524d\u306b\u30a8\u30e9\u30fc\u30e1\u30c3\u30bb\u30fc\u30b8\u306b\u3059\u308b":56,"\u3067\u540c\u671f\u7684\u306b":45,"\u3067\u56f2\u3063\u3066\u3042\u3052\u307e\u3059":5,"\u3067\u56fa\u5b9a":45,"\u3067\u59cb\u307e\u308b\u3068\u30a4\u30f3\u30dd\u30fc\u30c8\u306b\u5931\u6557\u3059\u308b":38,"\u3067\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u3068\u3057\u307e\u3059":66,"\u3067\u5c0e\u5165\u3055\u308c\u305f":32,"\u3067\u5c0e\u5165\u3067\u304d\u307e\u3059":32,"\u3067\u6307\u5b9a":66,"\u3067\u65e7\u30d0\u30fc\u30b8\u30e7\u30f3\u306e":76,"\u3067\u751f\u6210\u3055\u308c\u307e\u3059":8,"\u3067\u751f\u6210\u3055\u308c\u308b":60,"\u3067\u7834\u68c4\u3092\u5b9f\u884c\u3059\u308b\u3088\u3046\u306b\u3057\u305f":10,"\u3067\u81ea\u52d5\u7684\u306b\u547c\u3073\u51fa\u3059\u3053\u3068\u304c\u3067\u304d\u307e\u3059":3,"\u3067\u8a18\u4e8b\u3092\u8a18\u8ff0\u3059\u308b":0,"\u3068\u3044\u3046\u3053\u3068\u3067\u9802\u70b9\u306e\u9806\u756a\u304c\u5909\u308f\u308b\u3053\u3068\u306f\u3042\u304d\u3089\u3081\u3066":49,"\u3068\u3044\u3046\u4ed5\u69d8\u3067\u683c\u7d0d\u3059\u308b\u5fc5\u8981\u304c\u3042\u308b\u306e\u3067\u5909\u63db\u3057\u307e\u3059":11,"\u3068\u3044\u3046\u610f\u5473\u3067\u306f\u306a\u3044\u307d\u3044":54,"\u3068\u3044\u3046\u69cb\u9020\u306b\u306a\u3063\u3066\u3044\u307e\u3059":4,"\u3068\u3057\u3066\u958b\u767a\u3059\u308b\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u3092\u8ffd\u52a0\u3057\u307e\u3057\u305f":24,"\u3068\u3059\u308b":11,"\u3068\u306a\u308a\u307e\u3059":4,"\u3068\u308a\u3042\u3048\u305a":54,"\u3068\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u306e\u8a55\u4fa1\u9806\u307d\u3044":63,"\u3068\u5225\u306b\u306a\u308b\u3088\u3046\u306b\u4fee\u6b63":51,"\u3068\u540c\u6642\u306b":10,"\u3068\u62e1\u5f35\u3092\u5225\u30e9\u30a4\u30d6\u30e9\u30ea\u3068\u3057\u3066\u5206\u96e2\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f":5,"\u3068\u7af6\u5408\u3057\u3066":66,"\u3068blendshape\u306e\u30ad\u30fc\u30d5\u30ec\u30fc\u30e0\u306b\u5bfe\u5fdc\u3057\u3066\u3044\u307e\u3059":19,"\u306a\u3069\u306b\u8a2d\u5b9a\u3057\u3066":1,"\u306a\u3069\u306e\u30ea\u30bd\u30fc\u30b9\u3092":10,"\u306a\u3069\u306e\u6539\u4fee":44,"\u306a\u3069\u3092\u4f7f\u308f\u306a\u304f\u306a\u3063\u305f":37,"\u306a\u3069\u3092\u79fb\u52d5":47,"\u306a\u3069\u4e00\u90e8\u306e\u30c6\u30af\u30b9\u30c1\u30e3\u30fc\u304c\u4e00\u89a7\u3055\u308c\u306a\u3044":59,"\u306a\u3093\u3089\u304b\u306e\u65b9\u6cd5\u3067byte\u5217\u3092\u5f97\u308b":65,"\u306b2\u91cd\u306b\u60c5\u5831\u3092\u4fdd\u5b58\u3057\u3066\u3044\u307e\u3057\u305f":19,"\u306b\u3057\u305f":50,"\u306b\u3057\u3066":60,"\u306b\u3057\u3066\u7528\u9014\u3092\u660e\u78ba\u306b\u3057\u305f\u95a2\u6570\u3092\u7528\u610f\u3057\u307e\u3057\u305f":21,"\u306b\u3059\u308b":[45,59],"\u306b\u3059\u308b\u3079\u304d\u3060\u3063\u305f":5,"\u306b\u3059\u308b\u30dc\u30bf\u30f32":49,"\u306b\u3064\u3044\u3066":60,"\u306b\u3066\u63d0\u4f9b\u3057\u3066\u3044\u307e\u3059":25,"\u306b\u306a\u3063\u3066\u306a\u3044":60,"\u306b\u306a\u308a\u307e\u3059":[32,39,72],"\u306b\u306f\u5272\u308a\u5f53\u3066\u3089\u308c\u3066\u3044\u306a\u3044\u30c6\u30af\u30b9\u30c1\u30e3\u306a\u3069\u3067\u3059":[67,68],"\u306b\u306f\u5f71\u97ff\u3057\u306a\u3044":51,"\u306b\u3088\u3063\u3066\u9ad8\u901f\u5316\u3055\u308c\u307e\u3059":8,"\u306b\u3088\u308b\u30d1\u30c3\u30b1\u30fc\u30b8\u6307\u5b9a\u306b\u5bfe\u5fdc\u3057\u307e\u3057\u305f":32,"\u306b\u30a8\u30e9\u30fc\u306a\u3063\u3066\u3044\u305f\u554f\u984c\u3092\u4fee\u6b63\u3057\u305f":32,"\u306b\u30c6\u30b9\u30c8\u79fb\u52d5":47,"\u306b\u30c7\u30d5\u30a9\u30eb\u30c8\u3067":24,"\u306b\u30d2\u30c3\u30c8\u3059\u308b\u4ef6":36,"\u306b\u30ea\u30bd\u30fc\u30b9\u3092\u59d4\u8b72\u3057\u3066\u3044\u308b":10,"\u306b\u4e00\u672c\u5316\u3059\u308b\u3053\u3068\u306b\u3057\u307e\u3057\u305f":19,"\u306b\u4f9d\u5b58\u3057\u3066\u3044\u307e\u3059":32,"\u306b\u4fee\u6b63":36,"\u306b\u5206\u304b\u308c\u305f\u306e\u3067\u500b\u5225\u306b\u4f5c\u6210":5,"\u306b\u5206\u5272\u3059\u308b":9,"\u306b\u5206\u89e3\u3057\u307e\u3059":32,"\u306b\u52a0\u3048\u3066":8,"\u306b\u540c\u3058\u578b\u306e\u5165\u308c\u7269\u3092\u4f7f\u3046\u3088\u3046\u306b\u5909\u66f4\u3057\u307e\u3057\u305f":5,"\u306b\u542b\u307e\u308c\u3066\u3044\u306a\u304b\u3063\u305f\u554f\u984c\u3092\u4fee\u6b63\u3057\u307e\u3057\u305f":24,"\u306b\u5909\u3048\u3066\u30d0\u30fc\u30b8\u30e7\u30f3\u3092\u632f\u308a\u76f4\u3057":58,"\u306b\u5909\u66f4":61,"\u306b\u5931\u6557\u3059\u308b\u30a8\u30e9\u30fc\u3092\u4fee\u6b63":44,"\u306b\u5931\u6557\u3059\u308b\u30a8\u30e9\u30fc\u3092\u4fee\u6b63\u3057\u307e\u3057\u305f":47,"\u306b\u5bfe\u3059\u308b\u4fee\u6b63":32,"\u306b\u5bfe\u3059\u308b\u6307\u793a":[3,70],"\u306b\u5f15\u8d8a\u3057\u3057\u307e\u3057\u305f":60,"\u306b\u6539\u540d\u3057\u3066\u30ea\u30bd\u30fc\u30b9\u7ba1\u7406\u3092\u59d4\u8b72\u3059\u308b":62,"\u306b\u65e5\u672c\u8a9e\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u3092\u51fa\u529b\u3059\u308b":0,"\u306b\u66f4\u65b0":64,"\u306b\u66f4\u65b0\u3057\u305f":32,"\u306b\u7121\u52b9\u306a\u5024\u3068\u3057\u3066":5,"\u306b\u79fb\u52d5":[35,47,49],"\u306b\u79fb\u52d5\u3057\u305f":32,"\u306b\u79fb\u52d5\u3057\u307e\u3057\u305f":68,"\u306b\u7d10\u4ed8\u3051\u305f\u30ea\u30bd\u30fc\u30b9\u306f":[67,68],"\u306b\u7d10\u4ed8\u3051\u307e\u3059":67,"\u306b\u7d71\u5408":53,"\u306b\u7f6e\u304d\u63db\u3048":44,"\u306b\u7f6e\u304d\u63db\u3048\u307e\u3057\u305f":[32,66],"\u306b\u8ffd\u52a0":60,"\u306e\u3053\u3068\u3067\u3059":[67,68],"\u306e\u3068\u304d":21,"\u306e\u3068\u304d\u306b":63,"\u306e\u3068\u304d\u306b\u30b3\u30d4\u30fc\u3057\u306a\u3044\u3068\u30a8\u30e9\u30fc\u306b\u306a\u308b\u30c6\u30b9\u30c8":47,"\u306e\u3068\u304d\u306f":37,"\u306e\u307f\u304c":37,"\u306e\u307f\u306b\u66f4\u65b0\u3057\u307e\u3057\u305f":32,"\u306e\u3088\u3046\u306a\u52d5\u4f5c\u3092\u3057\u3066\u3044\u307e\u3057\u305f":32,"\u306e\u3088\u3046\u306b\u3059\u308b\u3053\u3068\u3067":5,"\u306e\u3088\u3046\u306b\u5206\u5272\u3059\u308b\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u8ffd\u52a0\u3059\u308b\u3053\u3068\u306b\u3057\u307e\u3057\u305f":49,"\u306e\u30a4\u30f3\u30b9\u30bf\u30f3\u30b9\u3092\u5f15\u6570\u306b\u3057\u3066":[67,68],"\u306e\u30a4\u30f3\u30b9\u30da\u30af\u30bf\u30fc\u306e":58,"\u306e\u30ab\u30b9\u30bf\u30e0\u30a8\u30c7\u30a3\u30bf\u30fc\u306e\u4fee\u6b63":57,"\u306e\u30b5\u30dd\u30fc\u30c8\u3092\u5f37\u5316":45,"\u306e\u30c6\u30b9\u30c8\u3092\u8ffd\u52a0":53,"\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u3092\u30aa\u30d5\u306b\u5909\u66f4":33,"\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u3092\u30b9\u30ad\u30c3\u30d7":56,"\u306e\u30d0\u30b0\u4fee\u6b63":[40,46],"\u306e\u30d0\u30ea\u30c7\u30fc\u30bf\u30fc\u3092\u6574\u7406":38,"\u306e\u30d2\u30e5\u30fc\u30de\u30ce\u30a4\u30c9\u3067\u306f\u306a\u3044":19,"\u306e\u30d7\u30ed\u30b0\u30e9\u30df\u30f3\u30b0\u95a2\u9023\u306e\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u3092":60,"\u306e\u30e1\u30a4\u30f3\u30b9\u30ec\u30c3\u30c9\u4ee5\u5916\u3067\u5b9f\u884c\u3067\u304d\u307e\u3059":67,"\u306e\u30e6\u30cb\u30c6\u30a3\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u9055\u3044\u306f\u4f55\u3067\u3059\u304b":58,"\u306e\u30ea\u30bd\u30fc\u30b9\u7ba1\u7406\u306b\u3064\u3044\u3066":12,"\u306e\u30ed\u30fc\u30c9\u3092\u5b9f\u969b\u306b\u884c\u3046\u30af\u30e9\u30b9\u3067\u3059":[67,68],"\u306e\u4e00\u89a7\u306b":59,"\u306e\u4e0b\u306b\u79fb\u52d5\u3057\u307e\u3057\u305f":39,"\u306e\u4e21\u65b9\u304c\u6709\u52b9\u3067\u5185\u5bb9\u304c\u7570\u306a\u308b\u5834\u5408\u306f\u30de\u30a4\u30b0\u30ec\u30fc\u30b7\u30e7\u30f3\u3067\u304d\u306a\u3044":51,"\u306e\u4ed5\u69d8\u66f4\u65b0\u306b\u8ffd\u968f":56,"\u306e\u4ed5\u69d8\u6e96\u62e0":61,"\u306e\u4ee3\u308f\u308a\u306b\uff12\u5f15\u6570\u306e\u660e\u793a\u7684\u306a\u95a2\u6570\u3092\u7528\u610f\u3057\u307e\u3057\u305f":21,"\u306e\u4fee\u6b63":[44,46,49,57],"\u306e\u5024\u3092metallictexture\u306b\u30d9\u30a4\u30af\u3059\u308b\u3088\u3046\u306b\u5909\u66f4":27,"\u306e\u5165\u308c\u7269\u3068\u3057\u3066\u4f7f\u3046\u578b":5,"\u306e\u5177\u4f53\u7684\u306a\u5185\u5bb9\u3092\u77e5\u3089\u305a\u306b\u4e2d\u9593\u30c7\u30fc\u30bf\u306e\u5165\u308c\u7269\u3068\u3057\u3066\u6271\u3044\u307e\u3059":5,"\u306e\u51e6\u7406\u306b\u5272\u308a\u8fbc\u3093\u3067":5,"\u306e\u51e6\u7406\u5206\u5c90\u65b9\u6cd5\u3092\u5909\u66f4":62,"\u306e\u521d\u671f\u72b6\u614b\u3092\u975e\u8868\u793a\u306b\u3057\u305f":60,"\u306e\u5224\u5b9a\u65b9\u6cd5\u3092\u5909\u66f4":34,"\u306e\u52d5\u4f5c\u306e\u9055\u548c\u611f\u304c\u767a\u751f\u3059\u308b\u53ef\u80fd\u6027\u3092\u4e0b\u3052\u307e\u3059":24,"\u306e\u53c2\u7167\u5148\u3092":45,"\u306e\u53d6\u5f97\u65b9\u6cd5":12,"\u306e\u53ef\u8996\u5236\u5fa1":[12,71,73],"\u306e\u53ef\u8996\u5236\u5fa1\u3092\u884c\u3046\u3053\u3068\u304c\u3067\u304d\u307e\u3059":71,"\u306e\u540d\u524d\u304c\u7121\u3044\u6642\u306b":60,"\u306e\u578b\u304b\u3089\u30b3\u30fc\u30c9\u751f\u6210":5,"\u306e\u578b\u304b\u3089\u751f\u6210\u3059\u308b\u3082\u306e\u3068":5,"\u306e\u578b\u3068\u3068\u3082\u306b\u751f\u6210\u3059\u308b\u3082\u306e\u304c\u3042\u308a\u307e\u3059":5,"\u306e\u578b\u3068\u306e":5,"\u306e\u5834\u5408\u306bmesh\u3068material\u3092export\u3057\u306a\u3044\u3088\u3046\u306b\u4fee\u6b63":51,"\u306e\u5834\u5408\u306f":52,"\u306e\u5909\u66f4\u304c\u4fdd\u5b58\u3055\u308c\u3066\u3044\u306a\u3044\u30d0\u30b0\u306e\u4fee\u6b63":27,"\u306e\u5909\u66f4\u307e\u3068\u3081":56,"\u306e\u5b9f\u884c\u30bf\u30a4\u30df\u30f3\u30b0\u306e\u5236\u5fa1\u306a\u3069\u3092\u884c\u3046":8,"\u306e\u5b9f\u88c5":[5,50,52],"\u306e\u5c0e\u5165":[44,56],"\u306e\u5c0e\u5165\u65b9\u6cd5\u306f":8,"\u306e\u6319\u52d5":[56,60,62],"\u306e\u6319\u52d5\u306b\u5408\u308f\u305b\u308b":61,"\u306e\u6539\u4fee":44,"\u306e\u6539\u4fee\u3067\u3059":55,"\u306e\u6574\u7406":45,"\u306e\u6642\u3060\u3051":55,"\u306e\u66f4\u65b0":36,"\u306e\u6700\u5f8c\u306b\u3082":21,"\u306e\u76ee\u6a19\u7a7a\u9593":52,"\u306e\u7834\u68c4\u6642\u306b":67,"\u306e\u7bc4\u56f2\u3067":66,"\u306e\u8868\u60c5\u5236\u5fa1\u306b\u304a\u3044\u3066\u306f\u4e0b\u8a18\u306e":66,"\u306e\u8aac\u660e":56,"\u306e\u8aad\u307f\u66f8\u304d\u3067\u53cd\u8ee2\u8ef8\u3092\u6307\u5b9a\u3067\u304d\u308b\u3088\u3046\u306b\u3059\u308b":45,"\u306e\u91cd\u8907\u6642\u306e\u4f8b\u5916\u9632\u6b62":60,"\u306e\u958b\u767a\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u3067\u3059":12,"\u306e\u9802\u70b9\u30d0\u30c3\u30d5\u30a1\u3092\u306a\u308b\u3079\u304f\u5909\u3048\u306a\u3044\u3067\u66f8\u304d\u51fa\u3059\u305f\u3081\u306b":49,"\u306e\u9806\u306b\uff12\u3064\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3057\u3066\u304f\u3060\u3055\u3044":58,"\u306e\uff12\u3064\u3092\u6c7a\u3081\u307e\u3059":5,"\u306e\uff12\u8981\u7d20\u3060\u3051\u3092\u4f7f\u3044\u307e\u3059":11,"\u306f\u30d5\u30a1\u30a4\u30eb\u304b\u3089":[67,68],"\u306f\u4f7f\u7528\u5f8c\u306b":3,"\u306f\u540c\u3058":76,"\u306f\u7121\u304f\u306a\u308a\u307e\u3059":33,"\u307e\u305f\u306f":[19,32,44,52,66],"\u3082\u3057\u304f\u306f\u3053\u3061\u3089\u3067\u30d1\u30fc\u30b9\u3055\u308c\u305fgltf\u5168\u4f53\u306b\u30a2\u30af\u30bb\u30b9\u3067\u304d\u307e\u3059":65,"\u3082\u4f5c\u6210\u3059\u308b":57,"\u3082\u540c\u3058":11,"\u3082\u7834\u68c4\u3055\u308c\u307e\u3059":[67,68],"\u3084\u3081\u308b":39,"\u3088\u3046\u306a\u306e\u3067":32,"\u3088\u308a\u524d\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u306f":49,"\u3088\u308a\u660e\u793a\u7684\u306a":[32,66],"\u3092\u3054\u53c2\u7167\u304f\u3060\u3055\u3044":8,"\u3092\u3059\u3079\u3066":51,"\u3092\u307e\u3068\u3081\u3066\u7834\u68c4\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":67,"\u3092\u3084\u3081\u3066\u901a\u5e38\u30ea\u30ea\u30fc\u30b9\u306b\u623b\u308a\u307e\u3059":56,"\u3092\u3084\u3081\u308b":51,"\u3092\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3059\u308b\u5834\u5408\u306f\u4f55\u6545\u304b\u30a8\u30e9\u30fc\u306b\u306a\u3089\u306a\u3044\u3088\u3046\u3067\u3059":41,"\u3092\u30ab\u30b9\u30bf\u30de\u30a4\u30ba\u3059\u308b\u6a5f\u80fd\u3092\u306f\u3058\u3081\u307e\u3057\u305f":59,"\u3092\u30e2\u30c7\u30eb\u30ec\u30d9\u30eb\u306b\u79fb\u52d5\u306a\u3069":50,"\u3092\u30ed\u30fc\u30c9\u3067\u304d\u307e\u3059":76,"\u3092\u4e00\u5ea6\u524a\u9664\u3057\u3066\u304b\u3089\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3057\u306a\u304a\u3059\u3053\u3068\u3092\u304a\u3059\u3059\u3081\u3057\u307e\u3059":32,"\u3092\u4e0a\u66f8\u304d\u3057\u3066\u3057\u307e\u3046\u304b\u3089\u3067\u3059":66,"\u3092\u4f5c\u308a\u306a\u304a\u3057\u307e\u3057\u305f":45,"\u3092\u4f5c\u308a\u307e\u3057\u305f":45,"\u3092\u4f5c\u308b":57,"\u3092\u4f5c\u308b\u306e\u306b\u5931\u6557\u3059\u308b\u306e\u3092\u4fee\u6b63":60,"\u3092\u4f5c\u308b\u30b3\u30f3\u30dd\u30fc\u30cd\u30f3\u30c8":36,"\u3092\u4f5c\u6210\u3057\u307e\u3059":[67,68],"\u3092\u4f7f\u3046":5,"\u3092\u4f7f\u7528\u3057\u3066\u304f\u3060\u3055\u3044":[32,66],"\u3092\u4f7f\u7528\u3067\u304d\u307e\u3059":32,"\u3092\u4fee\u6b63":[46,62],"\u3092\u5165\u308c\u308b\u5834\u5408\u306b":5,"\u3092\u51fa\u529b\u3057\u306a\u3044":55,"\u3092\u51fa\u529b\u3067\u304d\u307e\u3059":19,"\u3092\u5225\u9014\u5c0e\u5165\u3059\u308b\u3068":8,"\u3092\u524a\u9664":33,"\u3092\u53c2\u7167":21,"\u3092\u53c2\u7167\u3057\u3066\u304f\u3060\u3055\u3044":12,"\u3092\u53c2\u8003\u306b\u3057\u3066\u304f\u3060\u3055\u3044":62,"\u3092\u540d\u524d\u306b\u542b\u3080":25,"\u3092\u542b\u3080\u5834\u5408\u3092validationerror\u306b\u3059\u308b":52,"\u3092\u542b\u3081\u308b":58,"\u3092\u547c\u3073\u51fa\u3057\u3066\u304f\u3060\u3055\u3044":[3,8],"\u3092\u547c\u3073\u51fa\u3057\u307e\u3059":[67,68],"\u3092\u547c\u3073\u51fa\u3059\u3053\u3068\u3067":71,"\u3092\u547c\u3093\u3067\u304f\u3060\u3055\u3044":8,"\u3092\u5b9f\u88c5":[52,60],"\u3092\u5b9f\u88c5\u3057\u305f":50,"\u3092\u5c0e\u5165\u3057\u307e\u3057\u305f":19,"\u3092\u5ec3\u6b62":[54,57],"\u3092\u5fa9\u65e7":49,"\u3092\u5fc5\u8981\u3068\u3057\u306a\u3044":45,"\u3092\u6301\u3066\u306a\u3044\u4ed5\u69d8\u306b\u5909\u66f4":34,"\u3092\u6307\u5b9a":66,"\u3092\u63a1\u7528":45,"\u3092\u6574\u7406\u3057\u3066":53,"\u3092\u6574\u7406\u3057\u307e\u3057\u305f":45,"\u3092\u6574\u7406\u3059\u308b":54,"\u3092\u66f4\u65b0":[45,54],"\u3092\u6709\u52b9\u306b\u3057\u307e\u3059":56,"\u3092\u6709\u52b9\u306b\u3067\u304d\u308b\u4fbf\u5229\u95a2\u6570\u3067\u3059":[67,68],"\u3092\u683c\u4e0a\u3052":53,"\u3092\u691c\u77e5\u3057\u3066\u30e1\u30c3\u30bb\u30fc\u30b8\u3092\u51fa\u3059\u3088\u3046\u306b\u3057\u307e\u3057\u305f":35,"\u3092\u6d88\u5316\u3059\u308b\u306e\u304c\u3067\u304d\u3066\u306a\u3044":45,"\u3092\u72ec\u7acb\u3057\u305f":49,"\u3092\u751f\u6210\u3057\u307e\u3059":[67,68],"\u3092\u7528\u610f\u3057\u3066\u3044\u307e\u3059":8,"\u3092\u7834\u68c4\u3057\u3066\u304f\u3060\u3055\u3044":70,"\u3092\u7834\u68c4\u3057\u307e\u3059":[67,68],"\u3092\u7834\u68c4\u3059\u308c\u3070":[67,68],"\u3092\u7c21\u7565\u5316":58,"\u3092\u8a2d\u5b9a\u3067\u304d\u307e\u3059":19,"\u3092\u8a2d\u5b9a\u3067\u304d\u308b\u3088\u3046\u306b\u306a\u308a\u307e\u3057\u305f":19,"\u3092\u8b66\u544a\u306b\u4e0b\u3052":33,"\u3092\u8ffd\u52a0":20,"\u3092\u8ffd\u52a0\u3057\u3066":32,"\u3092\u8ffd\u52a0\u3057\u307e\u3057\u305f":19,"\u3092\u9069\u7528\u3059\u308b\u3088\u3046\u306b\u3057\u307e\u3057\u305f":24,"\u3092\u96c6\u3081":8,"\u3092\u975e\u540c\u671f\u51e6\u7406\u30d5\u30a7\u30fc\u30ba\u306b\u79fb\u52d5":62,"\u3092\u984e\u306e\u524d\u306b\u4fee\u6b63":35,"\u3092meshimporter\u306b\u4ed5\u8fbc\u3093\u3060":61,"\u3092package\u306b\u540c\u68b1\u3059\u308b\u3088\u3046\u306b\u5909\u66f4":32,"\u3092uniti":49,"\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u304c0":19,"\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u306e\u30d3\u30eb\u30c9":12,"\u30a2\u30d7\u30ea\u958b\u767a\u8005\u5411\u3051\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8":59,"\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9\u3092\u6574\u7406":49,"\u30a4\u30f3\u30dd\u30fc\u30c8":7,"\u30a4\u30f3\u30dd\u30fc\u30c8\u6642\u306b\u5236\u5fa1\u6587\u5b57\u306e\u30a8\u30b9\u30b1\u30fc\u30d7\u3092\u8ffd\u52a0\u3057\u305f":32,"\u30a4\u30f3\u30dd\u30fc\u30c8\u6642\u306bemissioncolor\u304c":27,"\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u3057\u306a\u3044":32,"\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u3059\u308b\u30c6\u30af\u30b9\u30c1\u30e3\u30fc\u3092\u30b3\u30d4\u30fc\u3059\u308b\u51e6\u7406\u304c\u629c\u3051\u305f\u306e\u3092\u4fee\u6b63\u3057\u307e\u3057\u305f":47,"\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u30c0\u30a4\u30a2\u30ed\u30b0\u306e\u4fee\u6b63":35,"\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u30c0\u30a4\u30a2\u30ed\u30b0\u3092scriptablewizard\u304b\u3089editorwindow\u3067\u4f5c\u308a\u76f4\u3057":34,"\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u30dc\u30bf\u30f3\u3092\u62bc\u305b\u306a\u3044\u3088\u3046\u306b\u3059\u308b":52,"\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u5bfe\u8c61\u306e\u30eb\u30fc\u30c8\u306b\u30a2\u30bf\u30c3\u30c1\u3055\u308c\u305f":19,"\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u6642":32,"\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u6642\u306b\u5ea7\u6a19\u5909\u63db\u3092\u5b9f\u884c\u3057\u3066\u3044\u307e\u3059":7,"\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u6642\u306b\u975e\u30a2\u30af\u30c6\u30a3\u30d6\u306e\u30ce\u30fc\u30c9\u306e\u30e1\u30c3\u30b7\u30e5\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u3092\u30b9\u30ad\u30c3\u30d7\u3059\u308b\u3088\u3046\u306b\u3057\u307e\u3057\u305f":21,"\u30a8\u30c7\u30a3\u30bf\u3067\u4fdd\u5b58\u3055\u308c\u3066\u306a\u304b\u3063\u305f":54,"\u30a8\u30c7\u30a3\u30bf\u30fc\u306e\u30d7\u30ec\u30d3\u30e5\u30fc\u306e\u307f":32,"\u30a8\u30e9\u30fc\u306e\u51fa\u3084\u3059\u304b\u3063\u305f":35,"\u30aa\u30d7\u30b7\u30e7\u30f3\u3067vrm":7,"\u30aa\u30fc\u30d0\u30fc\u30ed\u30fc\u30c9\u3092\u3084\u3081\u3066\u660e\u793a\u7684\u306a\u95a2\u6570\u306b\u5909\u66f4":[32,66],"\u30ad\u30fc\u306e\u51fa\u529b\u3092\u6291\u5236\u3067\u304d\u307e\u3059":5,"\u30b3\u30d4\u30fc\u3059\u308b\u3068":47,"\u30b3\u30d4\u30fc\u524d\u3092\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u3059\u308b\u30d0\u30b0":20,"\u30b3\u30e1\u30f3\u30c8\u3068\u672a\u4f7f\u7528\u30b3\u30fc\u30c9\u524a\u9664":50,"\u30b3\u30f3\u30d1\u30a4\u30eb":52,"\u30b3\u30f3\u30dd\u30fc\u30cd\u30f3\u30c8\u304c\u4ed8\u4e0e\u3055\u308c\u3066\u3044\u308b":[67,68],"\u30b3\u30fc\u30c9\u6574\u7406":[48,50],"\u30b3\u30fc\u30c9\u751f\u6210\u305b\u305a\u306b\u624b\u66f8\u304d":5,"\u30b5\u30dd\u30fc\u30c8\u30b7\u30a7\u30fc\u30c0\u30fc\u306e\u6574\u7406":54,"\u30b5\u30dd\u30fc\u30c8\u30d0\u30fc\u30b8\u30e7\u30f3\u3092":32,"\u30b5\u30e0\u30cd\u30a4\u30eb\u304c\u7121\u540d\u306e\u3068\u304d\u306b\u30a8\u30e9\u30fc\u306b\u306a\u308b\u5834\u5408\u304c\u3042\u308b":60,"\u30b5\u30f3\u30d7\u30eb\u306e\u52d5\u4f5c\u3092\u78ba\u8a8d":54,"\u30b5\u30f3\u30d7\u30eb\u306e\u69cb\u6210\u5909\u66f4":58,"\u30b5\u30f3\u30d7\u30eb\u30e2\u30c7\u30eb\u3092\u66f4\u65b0":29,"\u30b7\u30a7\u30fc\u30c0\u306f":32,"\u30b7\u30a7\u30fc\u30c0\u30fc\u304c":60,"\u30b7\u30b9\u30c6\u30e0\u5b9a\u7fa9\u306e\u8868\u60c5\u306f":66,"\u30b7\u30ea\u30a2\u30e9\u30a4\u30b6\u30fcexport":5,"\u30b7\u30ea\u30a2\u30e9\u30a4\u30ba":5,"\u30b7\u30f3\u30d7\u30eb\u306areadm":60,"\u30b7\u30fc\u30f3\u306b\u9078\u629e\u3055\u308c\u305fblendshape\u3092\u9069\u7528\u3059\u308b\u30dc\u30bf\u30f3":38,"\u30b8\u30a7\u30cd\u30ec\u30fc\u30bf\u30fc\u304c\u3042\u308a\u307e\u3059":5,"\u30b8\u30a7\u30cd\u30ec\u30fc\u30bf\u30fc\u306e\u751f\u6210\u30b3\u30fc\u30c9":51,"\u30b8\u30a7\u30cd\u30ec\u30fc\u30bf\u30fc\u3092\u547c\u3073\u51fa\u3059\u30b3\u30fc\u30c9\u3092\u4f5c\u6210\u3057\u307e\u3059":5,"\u30b9\u30af\u30ea\u30fc\u30f3\u30b7\u30e7\u30c3\u30c8\u3092\u4f5c\u6210\u3059\u308b\u30dc\u30bf\u30f3":38,"\u30b9\u30af\u30ea\u30fc\u30f3\u30b7\u30e7\u30c3\u30c8\u4f5c\u6210\u30dc\u30bf\u30f3\u3067\u4f5c\u6210\u3055\u308c\u308b\u753b\u50cf\u304c\u4e2d\u8eab\u306fjpeg\u306a\u306e\u306bmime\u304cimag":39,"\u30b9\u30b1\u30fc\u30eb\u304c\u3042\u308b\u5834\u5408\u306b\u30e1\u30c3\u30bb\u30fc\u30b8\u3092\u51fa\u3059":32,"\u30b9\u30b1\u30fc\u30eb\u306b\u95a2\u3057\u3066\u306f\u610f\u56f3\u3057\u305f\u3068\u304a\u308a\u306b\u306a\u3089\u306a\u3044\u3053\u3068\u3082\u3042\u308a\u305d\u3046\u306a\u306e\u3067\u3054\u6ce8\u610f\u304f\u3060\u3055\u3044":33,"\u30b9\u30b1\u30fc\u30eb\u5024\u304c\u5165\u3063\u3066\u3044\u308b\u3068\u3046\u307e\u304f\u3044\u304d\u307e\u305b\u3093":7,"\u30b9\u30b3\u30fc\u30d7\u3092\u629c\u3051\u3066":[67,68],"\u30b9\u30d7\u30ea\u30f3\u30b0\u30dc\u30fc\u30f3\u306e\u30b9\u30b1\u30fc\u30eb":44,"\u30b9\u30d7\u30ea\u30f3\u30b0\u30dc\u30fc\u30f3\u306e\u30b9\u30b1\u30fc\u30eb\u306e\u52d5\u4f5c\u3092\u4fee\u6b63":51,"\u30bb\u30de\u30f3\u30c6\u30a3\u30c3\u30af\u30d0\u30fc\u30b8\u30e7\u30cb\u30f3\u30b0\u306e\u30d5\u30a9\u30fc\u30de\u30c3\u30c8\u306b\u5bfe\u5fdc\u3057\u307e\u3057\u305f":26,"\u30c1\u30e3\u30f3\u30af\u90e8":4,"\u30c1\u30e3\u30f3\u30af\u90e8\u7e70\u308a\u8fd4\u3057":4,"\u30c6\u30af\u30b9\u30c1\u30e3\u306e\u8272\u304c\u6fc3\u304f\u5909\u308f\u3063\u3066\u3057\u307e\u3046":20,"\u30c6\u30af\u30b9\u30c1\u30e3\u30b5\u30f3\u30d7\u30e9\u9069\u7528\u51e6\u7406\u3092":37,"\u30c6\u30af\u30b9\u30c1\u30e3\u30ed\u30fc\u30c0\u30fc\u3092\u62e1\u5f35\u3067\u304d\u308b\u3088\u3046\u306b\u5909\u66f4\u3057\u305f":32,"\u30c6\u30af\u30b9\u30c1\u30e3\u30fc\u3068":46,"\u30c6\u30af\u30b9\u30c1\u30e3\u30fc\u306e":47,"\u30c6\u30af\u30b9\u30c1\u30e3\u30fc\u306e\u53d6\u308a\u5efb\u3057\u3092\u4e2d\u5fc3\u306b\u6539\u4fee":46,"\u30c6\u30af\u30b9\u30c1\u30e3\u30fc\u306e\u5909\u63db\u306b\u4f7f\u3063\u3066\u3044\u308b":60,"\u30c6\u30af\u30b9\u30c1\u30e3\u30fc\u3092\uff11\u679a\u306b\u307e\u3068\u3081\u308b":46,"\u30c6\u30af\u30b9\u30c1\u30e3\u30fc\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u306e\u30d0\u30b0\u4fee\u6b63":44,"\u30c6\u30af\u30b9\u30c1\u30e3\u540d\u524d\u304c\u9577\u3059\u304e\u308b\u3068vrm\u30d5\u30a1\u30a4\u30eb\u304c\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u7981\u6b62":32,"\u30c6\u30b9\u30c8\u306e\u4fee\u6b63":23,"\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u306b\u3042\u308a\u307e\u3059":8,"\u30c7\u30b7\u30ea\u30a2\u30e9\u30a4\u30ba":5,"\u30c7\u30b7\u30ea\u30a2\u30e9\u30a4\u30ba\u306f\u5b9a\u578b\u30b3\u30fc\u30c9\u306b\u306a\u308b\u306e\u3067":5,"\u30c7\u30b7\u30ea\u30a2\u30e9\u30a4\u30ba\u6642\u306b\u8272\u7a7a\u9593\u3092\u30b3\u30fc\u30c9\u3067\u660e\u793a":51,"\u30c7\u30b9\u30c8\u30ed\u30a4\u6e08\u307f\u306e\u30a8\u30e9\u30fc\u306b\u306a\u308b\u5834\u5408\u304c\u3042\u308a\u307e\u3057\u305f":24,"\u30c7\u30d5\u30a9\u30eb\u30c8\u3067":59,"\u30c7\u30d5\u30a9\u30eb\u30c8\u3067\u306f\u5f93\u6765\u306edots\u5b9f\u88c5\u3067\u306a\u3044springbone\u3067\u52d5\u4f5c\u3057\u307e\u3059":8,"\u30c7\u30d5\u30a9\u30eb\u30c8\u3067\u306f\u975e\u8868\u793a":[3,70],"\u30c7\u30d5\u30a9\u30eb\u30c8\u3067\u63d0\u4f9b\u3059\u308b\u6319\u52d5\u3067\u52d5\u4f5c\u3059\u308b\u3088\u3046\u306b\u3057\u307e\u3057\u305f":25,"\u30c7\u30d5\u30a9\u30eb\u30c8\u3067\u65b0\u5b9f\u88c5\u3092\u7528\u3044\u308b\u3088\u3046\u306b\u3057\u307e\u3057\u305f":24,"\u30c7\u30d5\u30a9\u30eb\u30c8\u306e\u5b9f\u884c\u512a\u5148\u5ea6\u3092\u5909\u66f4\u3057\u307e\u3057\u305f":24,"\u30c7\u30d5\u30a9\u30eb\u30c8\u306fvrm":7,"\u30d0\u30a4\u30c8\u5217":4,"\u30d0\u30a4\u30c8\u5217\u306e\u30aa\u30d5\u30bb\u30c3\u30c8\u3067\u30d0\u30a4\u30ca\u30ea\u30c7\u30fc\u30bf\u306b\u30a2\u30af\u30bb\u30b9\u3057\u307e\u3059":4,"\u30d0\u30a6\u30f3\u30c7\u30a3\u30f3\u30b0\u30dc\u30c3\u30af\u30b9\u3068\u30ab\u30e1\u30e9\u306e\u4f4d\u7f6e\u95a2\u4fc2\u3067\u898b\u5207\u308c\u308b\u306e\u3092\u9632\u6b62\u3059\u308b":65,"\u30d0\u30b0\u306e\u65e9\u671f\u767a\u898b\u3092\u884c\u3048\u308b\u3088\u3046\u306b\u3057\u307e\u3059":24,"\u30d0\u30b0\u4fee\u6b63":38,"\u30d0\u30c3\u30d5\u30a1\u306e\u69cb\u7bc9\u3084":8,"\u30d0\u30fc\u30b8\u30e7\u30f3\u30c1\u30a7\u30c3\u30af\u306e\u30a8\u30e9\u30fc\u8868\u8a18\u3092\u4fee\u6b63":27,"\u30d0\u30fc\u30b8\u30e7\u30f3\u756a\u53f7\u66f4\u65b0":28,"\u30d1\u30c3\u30b1\u30fc\u30b8\u3068\u3057\u307e\u3057\u305f":32,"\u30d1\u30d5\u30a9\u30fc\u30de\u30f3\u30b9\u8981\u4ef6\u304c\u53b3\u3057\u3044\u5834\u5408\u306f\u30ad\u30e3\u30c3\u30b7\u30e5\u3059\u308b\u306a\u3069\u5de5\u592b\u3059\u308b\u3053\u3068\u3092\u304a\u3059\u3059\u3081\u3057\u307e\u3059":32,"\u30d3\u30eb\u30c9\u306b\u542b\u307e\u308c\u306a\u3044":60,"\u30d3\u30eb\u30c9\u306b\u542b\u307e\u308c\u308b\u3088\u3046\u306b\u3057\u3066\u304f\u3060\u3055\u3044":1,"\u30d3\u30eb\u30c9\u306b\u542b\u3081\u308b\u30b7\u30a7\u30fc\u30c0\u30fc":12,"\u30d4\u30ea\u30aa\u30c9\u3067\u306a\u3044\u30ed\u30b1\u30fc\u30eb":32,"\u30d5\u30a1\u30a4\u30eb\u306b\u306f\u542b\u307e\u308c\u3066\u3044\u308b\u304c":[67,68],"\u30d5\u30a1\u30a4\u30eb\u306e\u30b5\u30a4\u30ba\u6e1b\u5c11\u304c\u5927\u304d\u304f\u671f\u5f85\u3067\u304d\u307e\u3059":34,"\u30d5\u30a1\u30a4\u30eb\u3092":46,"\u30d5\u30a1\u30a4\u30eb\u3092\u51fa\u529b\u3059\u308b\u969b\u306b":34,"\u30d5\u30a1\u30a4\u30eb\u62e1\u5f35\u5b50\u3067\u81ea\u52d5\u5224\u5b9a\u3057\u307e\u3059":3,"\u30d5\u30a9\u30eb\u30c0":39,"\u30d5\u30a9\u30eb\u30c0\u306b\u79fb\u52d5\u3057\u3066":32,"\u30d5\u30e9\u30f3\u30b9\u8a9e\u306a\u3069":32,"\u30d7\u30ed\u30b0\u30e9\u30e0\u304b\u3089\u6271\u3046\u306b\u306f\u5916\u90e8\u30d5\u30a1\u30a4\u30eb\u3078\u306e\u30a2\u30af\u30bb\u30b9\u304c\u7121\u3044glb\u5f62\u5f0f\u306e\u65b9\u304c\u7c21\u5358":4,"\u30d7\u30ed\u30b0\u30e9\u30e0\u306b\u3088\u308b\u559c\u6012\u54c0\u697d":66,"\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u306e\u30ab\u30e9\u30fc\u30b9\u30da\u30fc\u30b9\u304clinear\u8a2d\u5b9a\u306b\u306a\u3063\u3066\u3044\u308b\u306a\u3069\u304c\u6761\u4ef6\u3068\u601d\u308f\u308c\u308b":20,"\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u306e\u30ab\u30e9\u30fc\u30b9\u30da\u30fc\u30b9\u8a2d\u5b9a\u304c":49,"\u30d8\u30c3\u30c0\u90e8":4,"\u30dc\u30bf\u30f3\u307d\u3044\u6a5f\u80fd\u3092\u547c\u3073\u51fa\u3059\u30dc\u30bf\u30f3\u3092\u8ffd\u52a0\u3057\u307e\u3057\u305f":49,"\u30dc\u30fc\u30f3\u540d\u91cd\u8907\u3068":33,"\u30dc\u30fc\u30f3\u540d\u91cd\u8907\u30a8\u30e9\u30fc":33,"\u30de\u30a4\u30b0\u30ec\u30fc\u30c8\u30ed\u30fc\u30c9\u3057\u305f\u3068\u304d\u306b\u53e4\u3044\u65b9\u306e\u30e1\u30bf\u306b\u30a2\u30af\u30bb\u30b9\u3067\u304d\u308b":60,"\u30de\u30c6\u30ea\u30a2\u30eb\u306e":44,"\u30de\u30c6\u30ea\u30a2\u30eb\u751f\u6210\u3092":47,"\u30e1\u30c3\u30b7\u30e5\u304c\u7121\u3044\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306b\u5bfe\u3059\u308b":53,"\u30e1\u30c3\u30b7\u30e5\u306e\u4e00\u90e8\u3092\u524a\u9664\u3057\u305f\u3068\u304d\u306a\u3069\u306b\u767a\u751f\u3059\u308b\u73fe\u8c61\u306e\u56de\u907f":40,"\u30e1\u30c3\u30b7\u30e5\u3092\u5206\u5272\u3059\u308butility\u3092\u8ffd\u52a0\u3057\u305f":32,"\u30e1\u30c3\u30b7\u30e5\u3092\u7d71\u5408\u3057\u305f\u3068\u304d\u306a\u3069\u306b\u767a\u751f\u3059\u308b\u73fe\u8c61\u306e\u56de\u907f":40,"\u30e1\u30c3\u30b7\u30e5\u5206\u5272\u306a\u3069\u7279\u5225\u306a\u51e6\u7406\u306f\u4e0d\u8981":9,"\u30e1\u30c3\u30b7\u30e5\u540d\u304c":38,"\u30e1\u30c3\u30bb\u30fc\u30b8\u3092\u8868\u793a\u3057\u3066":52,"\u30e1\u30f3\u30c6\u30ca\u30f3\u30b9\u30ea\u30ea\u30fc\u30b9\u3067\u3059":22,"\u30e2\u30c7\u30eb\u3067\u7570\u5e38\u306b\u8ca0\u8377\u304c\u304b\u304b\u308b\u306e\u3092\u4fee\u6b63\u3057\u307e\u3057\u305f":21,"\u30e2\u30c7\u30eb\u3092\u30ed\u30fc\u30c9":76,"\u30e2\u30c7\u30eb\u3092\u8868\u793a\u3057\u307e\u3059":[67,68],"\u30e2\u30c7\u30eb\u6539\u5909\u3057\u3066\u3082\u30a8\u30e9\u30fc\u304c\u51fa\u306b\u304f\u304f\u306a\u308a\u307e\u3057\u305f":36,"\u30e2\u30d0\u30a4\u30eb\u5411\u3051\u306eaot\u5bfe\u7b56\u3092\u3057\u305f\u30b7\u30ea\u30a2\u30e9\u30a4\u30b6\u3092\u8ffd\u52a0":29,"\u30e6\u30fc\u30b6\u5b9a\u7fa9\u306e\u8868\u60c5\u306f":66,"\u30e6\u30fc\u30c6\u30a3\u30ea\u30c6\u30a3\u95a2\u6570\u4f8b":5,"\u30e9\u30a4\u30f3\u30bf\u30a4\u30e0\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u6642\u306b\u6b63\u898f\u5316\u3092\u5b9f\u884c\u3059\u308b\u4f8b":57,"\u30e9\u30f3\u30bf\u30a4\u30e0":12,"\u30e9\u30f3\u30bf\u30a4\u30e0\u3067\u306f\u30de\u30c6\u30ea\u30a2\u30eb":24,"\u30e9\u30f3\u30bf\u30a4\u30e0\u30ed\u30fc\u30c9\u5f8c\u306b\u30b9\u30b1\u30fc\u30eb\u3092\u5909\u66f4\u3057\u3066\u904b\u7528\u3059\u308b\u5834\u5408\u306b\u5f71\u97ff\u304c\u3042\u308a\u307e\u3059":51,"\u30ea\u30b9\u30c8\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9\u3092\u8ffd\u52a0":20,"\u30ea\u30bd\u30fc\u30b9\u304c\u7834\u68c4\u3055\u308c\u307e\u3059":[67,68],"\u30ea\u30bd\u30fc\u30b9\u306e\u5bff\u547d\u3092":67,"\u30ea\u30dd\u30b8\u30c8\u30ea\u306e\u69cb\u6210\u3092\u5909\u66f4\u3057\u307e\u3057\u305f":22,"\u30ea\u30ea\u30fc\u30b9\u30da\u30fc\u30b8\u306e\u5b89\u5b9a\u7248\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u756a\u53f7\u30df\u30b9":58,"\u30ea\u30ea\u30fc\u30b9\u30da\u30fc\u30b8\u3088\u308a":25,"\u30eb\u30fc\u30c8\u306b":33,"\u30eb\u30fc\u30c8\u306b\u79fb\u52d5":32,"\u30eb\u30fc\u30c8\u306e":33,"\u30ec\u30a4\u30e4\u30fc\u306b\u3088\u308b\u53ef\u8996\u5236\u5fa1\u4f8b":9,"\u30ed\u30b1\u30fc\u30eb\u3092\u4f7f\u3063\u3066\u30b5\u30a4\u30c8\u30d3\u30eb\u30c9":0,"\u30ed\u30b1\u30fc\u30eb\u3092\u7121\u8996\u3057\u3066\u82f1\u8a9e\u3067\u51e6\u7406\u3057\u3066\u3057\u307e\u3046\u305f\u3081":32,"\u30ed\u30fc\u30c0\u30fc\u3067\u8aad\u3081\u308b\u3088\u3046\u306b\u4fee\u6b63":53,"\u30ed\u30fc\u30c9\u3059\u308b\u5074\u306e\u30e9\u30a4\u30d6\u30e9\u30ea\u304c0":19,"\u30ed\u30fc\u30c9\u3059\u308b\u524d\u306b\u8a2d\u5b9a\u304c\u5fc5\u7528":11,"\u30ed\u30fc\u30c9\u3067\u304d\u308b\u304c\u30e1\u30e2\u30ea\u91cf\u304c\u5897\u3048\u308b\u3068\u3044\u3046\u3053\u3068\u304c\u8d77\u304d\u307e\u3059":49,"\u30ed\u30fc\u30c9\u3092\u7e70\u308a\u8fd4\u3059\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u3067\u30ea\u30bd\u30fc\u30b9\u30ea\u30fc\u30af\u304c\u8d77\u304d\u306a\u3044\u3088\u3046\u306b":45,"\u30ed\u30fc\u30c9\u5f8c\u306b\u8868\u793a\u3059\u308b":65,"\u4e00\u304b\u6240\u3067\u4e2d\u592e\u96c6\u6a29\u7684\u306b\u5236\u5fa1\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059":66,"\u4e00\u5207\u30c6\u30af\u30b9\u30c1\u30e3\u304c\u5272\u308a\u5f53\u3066\u3089\u308c\u3066\u3044\u306a\u3044\u30e2\u30c7\u30eb\u3092\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u3059\u308b\u969b\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3059\u308b\u554f\u984c\u3092\u4fee\u6b63\u3057\u307e\u3057\u305f":25,"\u4e00\u5b9a\u306e\u6761\u4ef6\u3067\u5931\u6557\u3059\u308b\u306e\u3092\u4fee\u6b63\u3057\u307e\u3057\u305f":19,"\u4e00\u756a\u6700\u5f8c\u306e\u5024\u3067\u4e0a\u66f8\u304d":20,"\u4e00\u90e8\u306eblendshape\u304c\u58ca\u308c\u308b\u4e0d\u5177\u5408\u3092\u4fee\u6b63":29,"\u4e0a":7,"\u4e0a\u8a18\u306e\u3088\u3046\u306a\u8907\u6570\u306eblendshape\u304c\u5225\u3005\u306e\u30b3\u30f3\u30dd\u30fc\u30cd\u30f3\u30c8\u304b\u3089\u8a2d\u5b9a\u3055\u308c\u305f\u5834\u5408\u306b":66,"\u4e0a\u8a18\u306e\u30b3\u30fc\u30ca\u30fc\u30b1\u30fc\u30b9\u306b\u304a\u3051\u308b\u30d0\u30b0\u4fee\u6b63":24,"\u4e0b\u8a18\u306esetvalues\u3092\u63a8\u5968\u3057\u3066\u3044\u307e\u3059":66,"\u4e0d\u6b63\u306agltf\u5f62\u5f0f\u306e\u30d5\u30a1\u30a4\u30eb\u3092\u51fa\u529b\u3057\u3066\u3057\u307e\u3046\u554f\u984c\u306e\u4fee\u6b63":23,"\u4e21\u65b9\u3092\u6709\u52b9\u306b\u3059\u308b\u610f\u56f3\u3067\u4e0b\u8a18\u306e\u3088\u3046\u306b\u5b9f\u884c\u3057\u307e\u3059":66,"\u4e3b\u306b":55,"\u4e88\u671f\u3057\u306a\u3044\u30c7\u30fc\u30bf\u3092\u7121\u8996\u3057\u306a\u3044\u3053\u3068\u306b\u3088\u308a":24,"\u4e8b\u524d\u306b\u8a2d\u5b9a\u304c\u5fc5\u7528":11,"\u4eca\u307e\u30672\u7cfb\u7d71\u3042\u3063\u305fjson\u306e\u30b7\u30ea\u30a2\u30e9\u30a4\u30b6\u3092\u7d71\u4e00\u3059\u308b\u305f\u3081\u306e\u6e96\u5099\u3092\u884c\u3044":24,"\u4eca\u307e\u3067\u306f\u7121\u8996\u3055\u308c\u3066\u3044\u307e\u3057\u305f\u304c\u30a8\u30e9\u30fc\u3092\u51fa\u529b\u3059\u308b\u3088\u3046\u306b\u5909\u66f4\u3057\u307e\u3057\u305f":24,"\u4eca\u56de\u306f":22,"\u4ed6\u306e\u95a2\u6570\u306b\u5408\u308f\u305b\u3066":[32,66],"\u4ed6\u306egltf\u4e92\u63db\u30d3\u30e5\u30fc\u30a2\u306a\u3069\u3067\u3082\u6b63\u3057\u304f\u51e6\u7406\u3055\u308c\u307e\u3059\u304c":19,"\u4ee3\u308f\u308a\u306b":[32,66],"\u4ee5\u4e0b\u306b\u6ce8\u610f\u3057\u3066\u304f\u3060\u3055\u3044":49,"\u4ee5\u4e0b\u306e\u3088\u3046\u306b\u5909\u63db\u3057\u307e\u3059":7,"\u4ee5\u4e0b\u306e\u90e8\u54c1\u8981\u7d20\u304b\u3089\u4f5c\u308c\u307e\u3059":5,"\u4ee5\u4e0b\u306e\uff12\u3064\u3092\u767b\u9332\u3059\u308b\u3053\u3068\u3067":32,"\u4ee5\u524d\u304b\u3089\u30a2\u30c3\u30d7\u30b0\u30ec\u30fc\u30c9\u3059\u308b\u5834\u5408\u306f":32,"\u4ee5\u524d\u306f":32,"\u4ee5\u5916\u306e\u30d7\u30ea\u30bb\u30c3\u30c8\u306f\u72ec\u81ea\u306e":34,"\u4ee5\u964d":32,"\u4ee5\u964d\u306b\u3059\u308b":57,"\u4efb\u610f":[67,68],"\u4f55\u3082\u4ed8\u3051\u306a\u3044\u3068":5,"\u4f5c\u696d\u30df\u30b9":54,"\u4f7f\u7528\u5f8c\u306b":70,"\u4f7f\u7528\u6642\u306b":30,"\u4f8b":[5,66],"\u4f9d\u5b58\u3092\u5206\u96e2":47,"\u4fee\u6b63":62,"\u4fee\u6b63\u3057\u307e\u3057\u305f":39,"\u5024":[4,66],"\u5024\u306e":55,"\u5024\u3092\u56db\u6368\u4e94\u5165\u3059\u308b\u3053\u3068\u3067\u4e2d\u9593\u72b6\u614b\u306b\u306a\u3089\u306a\u3044":20,"\u5024\u3092\u8caf\u3081\u3066":21,"\u5099\u8003":[32,66],"\u5143\u306b\u306a\u308b\u578b":5,"\u5148\u3092":51,"\u5165\u529b\u9806\u756a\u306b\u3088\u3063\u3066undo\u3067\u623b\u3063\u3066\u3057\u307e\u3046\u5834\u5408\u304c\u3042\u3063\u305f\u554f\u984c\u306e\u4fee\u6b63":29,"\u5171\u6709\u3059\u308b\u306e\u3067\uff11\u3064\u3067\u3044\u3044\u9802\u70b9\u30d0\u30c3\u30d5\u30a1\u304c":49,"\u5177\u4f53\u7684\u306b\u306f":49,"\u5185\u306e\u3044\u304f\u3064\u304b\u306e\u30d5\u30a3\u30fc\u30eb\u30c9\u304c\u5fc5\u305a\u30d0\u30ea\u30c7\u30fc\u30c8\u3055\u308c\u51fa\u529b\u3055\u308c\u308b\u3088\u3046\u306b\u306a\u308a\u307e\u3057\u305f":25,"\u5185\u5bb9":4,"\u5185\u90e8":24,"\u5185\u90e8\u30d0\u30fc\u30b8\u30e7\u30f3\u306f\u7dad\u6301":58,"\u5185\u90e8\u7528\u306e\u95a2\u6570\u306b\u305d\u308c\u3068\u5206\u304b\u308b\u540d\u524d\u3092\u4ed8\u3051\u308b":20,"\u51e6\u7406\u306f\u6570\u30d5\u30ec\u30fc\u30e0\u306e\u6642\u9593\u3092\u8981\u3057\u307e\u3059":67,"\u51fa\u529b\u5148":5,"\u51fa\u529b\u5236\u5fa1\u7121\u3057":5,"\u5206\u5272\u65b9\u5f0f\u306bblendshape\u304c\u542b\u307e\u308c\u3066\u3044\u308b\u3068\u3046\u307e\u304f\u30ed\u30fc\u30c9\u3067\u304d\u307e\u305b\u3093":49,"\u5206\u5272\u7248\u306e\u65b9\u304c\u3046\u307e\u304f\u884c\u304f\u53ef\u80fd\u6027\u304c\u3042\u308b":49,"\u5217\u6319\u3092\u4fee\u6b63":59,"\u521d\u56deexport\u6642\u306emeta\u53d7\u3051\u6e21\u3057\u65b9\u6cd5\u3092\u4fee\u6b63":35,"\u521d\u671f\u5024\u3068\u306e\u5dee\u5206\u3092\u4f7f\u3046\u3088\u3046\u306b\u30ed\u30b8\u30c3\u30af\u3092\u5909\u66f4":60,"\u521d\u671f\u5316\u3092\u6574\u7406":60,"\u521d\u671f\u9078\u629e\u3082\u5b9f\u88c5":50,"\u5225\u7ba1\u7406\u306b\u306a\u3063\u305f":33,"\u5229\u7528\u5074\u304c\u51e6\u7406":5,"\u5229\u7528\u65b9\u6cd5\u306f":62,"\u524a\u9664\u3057\u307e\u3057\u305f":24,"\u524d":7,"\u52a0\u3048\u3066":22,"\u52d5\u4f5c\u3092\u4fee\u6b63":61,"\u52d5\u7684\u306b\u62e1\u5f35\u3067\u304d\u306a\u3044":5,"\u52d5\u7684\u8aad\u307f\u8fbc\u307f\u6642\u306e\u30d5\u30ec\u30fc\u30e0\u30ec\u30fc\u30c8\u4f4e\u4e0b\u3092\u9632\u3050\u305f\u3081buildmesh\u306e\u51e6\u7406\u3092\u30d5\u30ec\u30fc\u30e0\u5206\u6563\u3055\u305b\u308b\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u7528\u610f\u3057\u307e\u3057\u305f":32,"\u5358\u4f53\u306eunityproject\u3068\u3057\u3066\u4f7f\u3048\u308b\u3088\u3046\u306b\u306a\u308a\u307e\u3057\u305f":22,"\u5373\u53cd\u6620\u3059\u308b":21,"\u53c2\u8003\u30b3\u30fc\u30c9":32,"\u53d6\u5f97":60,"\u53e4\u3044\u30ab\u30b9\u30bf\u30e0\u30a8\u30c7\u30a3\u30bf\u3067\u4f7f\u3063\u3066\u3044\u305f":20,"\u53e4\u3044\u30b7\u30a7\u30fc\u30c0\u30fc\u540d\u3092\u30d5\u30a9\u30fc\u30eb\u30d0\u30c3\u30af":53,"\u53e4\u3044\u30d0\u30fc\u30b8\u30e7\u30f3\u306e\u5b9f\u88c5\u304c\u6b8b\u3063\u3066\u3044\u305f\u305f\u3081":24,"\u53e4\u3044vrm\u306etextureimport\u3092\u4fee\u6b63":53,"\u53ef\u80fd\u306b\u306a\u308b\u306e\u3067":47,"\u53f3":7,"\u53f3\u30af\u30ea\u30c3\u30af\u306e\u30e1\u30cb\u30e5\u30fc\u306a\u3069\u304b\u3089\u3067\u304d\u307e\u3059":21,"\u53f3\u624b":7,"\u5408\u6210\u3057\u305f\u308a\u6392\u4ed6\u5236\u5fa1\u3057\u305f":66,"\u540c\u3058blendshape\u3092\u9055\u3046\u30a6\u30a7\u30a4\u30c8\u3067\u53c2\u7167\u3059\u308bblendshapeclip\u304c\u8907\u6570\u3042\u3063\u305f\u3068\u304d\u306b\u5408\u6210\u3055\u308c\u305a\u306b\u6700\u5f8c\u306e\u5024\u3067\u4e0a\u66f8\u304d\u3055\u308c\u3066\u3057\u307e\u3046":20,"\u540c\u4e00\u306emesh\u3068material\u3092\u53c2\u7167\u3057\u3066\u3044\u308bnode\u3092export\u3059\u308b\u5834\u5408\u306b":50,"\u540c\u540d\u30e1\u30c3\u30b7\u30e5\u304c100\u4ee5\u4e0a\u3042\u308b\u3068\u304d\u306b\u3082\u5bfe\u5fdc":38,"\u540c\u671f\u7684\u306b\u5b9f\u884c\u3059\u308b":65,"\u540d\u524d":5,"\u540d\u524d\u3092\u5909\u66f4":[32,66],"\u540d\u524d\u540c\u3058\u306e\u30dc\u30fc\u30f3\u306f\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u7981\u6b62":32,"\u540d\u524d\u901a\u308a\u306e\u6a5f\u80fd\u3067\u7121\u304fapply\u3068\u307b\u307c\u540c\u3058\u52b9\u679c":20,"\u5411\u3051":64,"\u5411\u3051\u3068":55,"\u5411\u3051\u306b":59,"\u547c\u3093\u3058\u3083\u3060\u3081":35,"\u56de\u8ee2":[32,33],"\u56de\u907f":54,"\u578b":[4,5],"\u5909\u5316\u3057\u3066\u3044\u306a\u3044\u3068\u304d\u306b\u30bb\u30c3\u30c8\u3059\u308b\u306e\u3092\u3084\u3081\u308b\u3068\u5143\u306b\u623b\u3063\u3066\u3057\u307e\u3046":21,"\u5909\u63db":61,"\u5909\u63db\u3092\u8ffd\u52a0":60,"\u5909\u66f4\u524d\u306f":22,"\u591a\u8a00\u8a9e\u5316\u66f4\u65b0":35,"\u5b89\u5b9a\u677f":58,"\u5b8c\u4e86":5,"\u5b8c\u5168\u306b\u63cf\u753b\u3055\u308c\u306a\u3044":9,"\u5b9f\u884c\u6642\u306b":71,"\u5b9f\u884c\u6642\u306f":5,"\u5b9f\u88c5":56,"\u5b9f\u88c5\u304c\u7570\u306a\u308a\u307e\u3059":8,"\u5b9f\u8cea\u7684\u306b\u306f":4,"\u5b9f\u969b\u306b\u4f7f\u7528\u3057\u3066\u3044\u308b\u30ea\u30bd\u30fc\u30b9":67,"\u5b9f\u9a13\u7684\u306b":49,"\u5bfe\u8c61\u3092\u524a\u9664\u3057\u305f\u3068\u304d":55,"\u5bfe\u8c61\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306f\u30a2\u30af\u30c6\u30a3\u30d6\u306a\u30e1\u30c3\u30b7\u30e5\u304c\u306a\u3044\u5834\u5408":32,"\u5c0f\u6570\u70b9\u304c":32,"\u5de6\u4e0a":7,"\u5de6\u4e0b":7,"\u5de6\u624b":7,"\u5de6\u76ee\u3060\u3051\u304c\u958b\u3044\u3066\u3057\u307e\u3044\u307e\u3059":66,"\u5dee\u3057\u66ff\u3048\u3092\u884c\u3044\u305f\u3044\u30bf\u30a4\u30df\u30f3\u30b0\u3067":8,"\u5ea7\u6a19\u7cfb\u306e\u5909\u63db":12,"\u5ea7\u6a19\u8ef8\u306e\u5909\u63db\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u8ffd\u52a0":45,"\u5f15\u6570":62,"\u5f62\u5f0f\u306eunicode\u3092\u8aad\u3081\u308b\u3088\u3046\u306b\u306a\u308a\u307e\u3057\u305f":42,"\u5f8c\u3067":21,"\u5f8c\u3067\u8a2d\u5b9a\u3057\u305f\u5024\u3067\u4e0a\u66f8\u304d\u3055\u308c\u3066\u5e0c\u671b\u306eblendshape\u304c\u9069\u7528\u3055\u308c\u306a\u3044\u3068\u3044\u3046\u72b6\u614b\u306b\u306a\u308a\u307e\u3059":66,"\u5f8c\u8ff0":5,"\u5f93\u6765\u306espringbone\u306e\u307e\u307e\u52d5\u4f5c\u3057\u307e\u3059":8,"\u5fa9\u6d3b":[46,64],"\u5fdc\u6025\u51e6\u7f6e":45,"\u60c5\u5831\u3068\u30d0\u30a4\u30ca\u30ea\u30c7\u30fc\u30bf\u3092\u8aad\u307f\u51fa\u3057\u307e\u3059":[67,68],"\u610f\u56f3\u3057\u306a\u3044\u5024\u3092gltf\u3068\u3057\u3066\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u3057\u3088\u3046\u3068\u3057\u305f\u3068\u304d\u306b":24,"\u624b\u3067\u66f8\u304f\u304b\u30b3\u30fc\u30c9\u751f\u6210\u3059\u308b":5,"\u624b\u9806":[67,68],"\u629c\u7c8b":13,"\u62e1\u5927\u7e2e\u5c0f":36,"\u62e1\u5f35\u304c\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u306a\u304b\u3063\u305f\u554f\u984c\u306e\u4fee\u6b63":30,"\u62e1\u5f35\u306e\u578b":5,"\u62e1\u5f35\u306f":5,"\u638c\u6027":7,"\u63fa\u308c\u7269\u306e\u5404\u623f\u3092\u4e26\u5217\u51e6\u7406":8,"\u6539\u3081":54,"\u6539\u3081\u3066\u4f5c\u6210\u3055\u305b\u308b\u306b\u306f\u5bfe\u8c61\u306evrm\u304b\u3089\u4f5c\u6210\u3055\u308c\u305fmaterial\u3068blendshapeclip\u3068blendshapeavatar\u30a2\u30bb\u30c3\u30c8\u3092\u524a\u9664\u3057\u305f\u306e\u3061\u306b":21,"\u6539\u4fee":56,"\u6570\u91cd\u8907\u3057\u3066\u30ed\u30fc\u30c9\u3055\u308c\u307e\u3059":49,"\u65b0\u898f\u306b":19,"\u65b0\u898f\u306b\u8ffd\u52a0\u3055\u308c\u3066\u3044\u305f":24,"\u65b0\u898f\u306e\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u8b66\u544a":34,"\u65b0\u898f\u4f5c\u6210":5,"\u65e2\u5b58\u306e":53,"\u65e2\u5b58\u306eunlit\u7cfb\u30b7\u30a7\u30fc\u30c0\u3067\u306f\u3067\u304d\u306a\u304b\u3063\u305f":19,"\u65e2\u5b58\u306eunlit\u7cfb\u30b7\u30a7\u30fc\u30c0\u30fc\u3067\u3067\u304d\u306a\u304b\u3063\u305f":19,"\u65e7destroi":21,"\u660e\u793a\u7684\u306b\u5916\u90e8\u304b\u3089\u547c\u3073\u51fa\u3057\u3066\u304f\u3060\u3055\u3044":71,"\u660e\u793a\u7684\u306b\u7834\u68c4\u3092\u884c\u3044\u305f\u3044\u5834\u5408\u306f":8,"\u6642\u306b":55,"\u6642\u306e\u30c6\u30af\u30b9\u30c1\u30e3\u30fc\u5909\u63db\u7528\u306e\u30b7\u30a7\u30fc\u30c0\u30fc":12,"\u66f4\u65b0":62,"\u66f4\u65b0\u3057\u306a\u304f\u3066\u3082\u554f\u984c\u3042\u308a\u307e\u305b\u3093":22,"\u66f8\u304d\u9593\u9055\u3048":60,"\u6700\u4f4e\u30d0\u30fc\u30b8\u30e7\u30f3\u3092":64,"\u6700\u521d\u306e\u30de\u30c6\u30ea\u30a2\u30eb\u3092\u6301\u3064\u30e1\u30c3\u30b7\u30e5\u306e\u307f\u3092\u5e38\u306b\u53c2\u7167\u3059\u308b\u60c5\u5831\u3092\u51fa\u529b\u3057\u3066\u3044\u305f\u554f\u984c\u3092\u4fee\u6b63\u3057\u307e\u3057\u305f":24,"\u6700\u5f8c\u306e\u30de\u30c6\u30ea\u30a2\u30eb\u4ee5\u5916\u5909\u63db":20,"\u6700\u65b0\u7248\u3092\u4f7f\u3063\u3066\u304f\u3060\u3055\u3044":64,"\u6700\u8fd1\u306e":54,"\u6700\u9069\u5316\u3059\u308b\u3053\u3068\u30671\u30d5\u30ec\u30fc\u30e0\u3042\u305f\u308a\u306e\u51e6\u7406\u6642\u9593\u3092\u5927\u5e45\u306b\u6291\u3048\u307e\u3059":8,"\u672a\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u6642\u306b":61,"\u69cb\u6210\u5909\u66f4":64,"\u6a5f\u80fd\u306f\u307b\u307c\u540c\u3058\u3067\u3059\u304c":34,"\u6b21\u4ee5\u964d\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u3067\u5b9f\u88c5\u304c\u7d71\u4e00\u3055\u308c\u308b\u4e88\u5b9a\u3067\u3059":24,"\u6b63\u3057\u304f\u30a4\u30f3\u30dd\u30fc\u30c8\u3067\u304d\u308b\u3088\u3046\u306b\u306a\u308a\u307e\u3057\u305f":19,"\u6b63\u898f\u5316\u3059\u308b\u3068\u304d\u306bblendshape\u3092\u4f7f\u3046lookat\u304cexport\u3055\u308c\u306a\u3044":50,"\u6b63\u898f\u5316\u3059\u308b\u3068\u304d\u306f":36,"\u6b63\u898f\u5316\u6642\u306blookat\u306e\u30d1\u30e9\u30e1\u30fc\u30bf\u30fc\u304c\u843d\u3061\u3066\u3057\u307e\u3046\u306e\u3092\u4fee\u6b63":52,"\u6b63\u898f\u5316\u6642\u306bspringbonecollider\u304c\u30b9\u30b1\u30fc\u30eb\u306b\u8ffd\u5f93\u3059\u308b\u3088\u3046\u306b\u306a\u308a\u307e\u3057\u305f":42,"\u6bb5\u968e\u3067\u306f\u4e21\u65b9\u9078\u629e\u53ef\u80fd\u3067\u3059\u304c":24,"\u6bce\u30d5\u30ec\u30fc\u30e0\u30de\u30c6\u30ea\u30a2\u30eb\u306e\u57fa\u6e96\u5024\u306b\u30af\u30ea\u30a2\u3057\u3066\u3044\u305f\u306e\u3067":21,"\u6cd5\u7dda\u3092\u6b63\u898f\u5316\u3059\u308b\u3088\u3046\u306b\u4fee\u6b63":29,"\u6cd5\u7dda\u30de\u30c3\u30d7":20,"\u6cd5\u7dda\u30de\u30c3\u30d7\u3092\u542b\u3093\u3060\u30e2\u30c7\u30eb\u3092\u518d\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u3057\u3066\u304f\u3060\u3055\u3044":19,"\u6cd5\u7dda\u30e2\u30c7\u30eb\u3092\u542b\u3093\u3060\u30e2\u30c7\u30eb\u306f":19,"\u6e96\u5099\u304c\u3067\u304d\u305f\u3089\u8868\u793a\u3059\u308b":[3,70],"\u7121\u304b\u3063\u305f":5,"\u7279\u306b\u554f\u984c\u304c\u7121\u3051\u308c\u3070\u3053\u308c":64,"\u72ec\u7acb\u3057\u305f":[32,51],"\u72ec\u81ea\u306e\u51e6\u7406":5,"\u751f\u6210\u3055\u308c\u305f":[67,68],"\u751f\u6210\u30b3\u30fc\u30c9\u306e\u30ad\u30fc\u51fa\u529b\u4f8b":5,"\u751f\u6210\u30b7\u30ea\u30a2\u30e9\u30a4\u30b6\u3092\u30c7\u30d5\u30a9\u30eb\u30c8\u306b\u3059\u308b":37,"\u753b\u50cf\u3084\u9802\u70b9\u914d\u5217\u3092\u8a18\u9332\u3059\u308b\u30d0\u30a4\u30ca\u30ea\u90e8\u306e\uff12\u3064\u306e\u90e8\u5206\u304b\u3089\u306a\u308a\u307e\u3059":4,"\u753b\u9762\u3068\u64cd\u4f5c\u304c\u5909\u308f\u3063\u3066\u3044\u307e\u3059":34,"\u7570\u306a\u308b\u30de\u30c6\u30ea\u30a2\u30eb\u3092\u6301\u3064\u304c\u540c\u3058\u30e1\u30c3\u30b7\u30e5\u3092\u53c2\u7167\u3057\u3066\u3044\u308brenderer\u304c\u5b58\u5728\u3059\u308b\u3068\u304d\u306b":24,"\u7684\u306a\u3082\u306e\u304c\u5897\u3048\u3066":36,"\u7701\u7565":71,"\u77ac\u304d":66,"\u7834\u68c4\u3055\u308c\u307e\u3059":8,"\u79fb\u52d5\u306b\u95a2\u3057\u3066\u306f\u554f\u984c\u304c\u306a\u3044\u5834\u5408\u304c\u591a\u3044\u3068\u601d\u308f\u308c\u307e\u3059\u304c":33,"\u7a7a\u306e\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u306b":41,"\u7a7a\u306e\u30e2\u30fc\u30d5\u30bf\u30fc\u30b2\u30c3\u30c8\u304c\u51fa\u529b\u3055\u308cgltf\u9055\u53cd\u306b\u306a\u3063\u3066\u3057\u307e\u3046\u3053\u3068\u304c\u3042\u308b\u306e\u3092\u4fee\u6b63":33,"\u7c21\u4fbf\u306e\u305f\u3081":67,"\u7c21\u5358\u306a\u30c6\u30b9\u30c8\u30d7\u30ed\u30b0\u30e9\u30e0\u3067\u306e\u5229\u7528\u3092\u60f3\u5b9a\u3057\u3066\u3044\u307e\u3059":66,"\u7d10\u3065\u304f\u30ea\u30bd\u30fc\u30b9":[67,68],"\u7d71\u5408":22,"\u81ea\u5206\u306e\u30a2\u30d0\u30bf\u30fc":9,"\u81ea\u5206\u4ee5\u5916\u306e\u30a2\u30d0\u30bf\u30fc":9,"\u8272\u30d7\u30ed\u30d1\u30c6\u30a3\u306e\u30b7\u30ea\u30a2\u30e9\u30a4\u30ba":51,"\u84c4\u7a4d\u3057\u305f\u5024\u3092\u307e\u3068\u3081\u3066\u9069\u7528\u3059\u308b":66,"\u8868\u60c5\u5468\u308a\u306e\u64cd\u4f5c\u65b9\u6cd5":72,"\u8996\u7dda\u5236\u5fa1":66,"\u89aa\u3092\u305f\u3069\u308b\u6642":36,"\u89e3\u653e":45,"\u8a00\u8a9e\u8a2d\u5b9a\u306e\u81ea\u52d5\u5224\u5b9a\u3068\u4fdd\u5b58":50,"\u8a08\u7b97\u9806\u5e8f\u306e\u554f\u984c\u306b\u3088\u308b":24,"\u8a2d\u5b9a\u304c":21,"\u8a2d\u5b9a\u306b\u3088\u308b":12,"\u8a2d\u5b9a\u306e":49,"\u8a2d\u5b9a\u306e\u5834\u5408\u306b\u306e\u307f\u9802\u70b9\u30ab\u30e9\u30fc\u3092\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u3059\u308b\u3088\u3046\u306b\u5909\u66f4\u3057\u307e\u3057\u305f":37,"\u8a73\u7d30\u306f":21,"\u8b66\u544a\u304c\u51fa\u308b\u554f\u984c\u306e\u4fee\u6b63\u7b49":23,"\u8ffd\u52a0":[14,32,66],"\u8ffd\u52a0\u3057\u305fdispose\u306f\u3053\u308c\u3092\u547c\u3073\u307e\u3059":21,"\u901a\u308a\u306e\u3069\u3061\u3089\u304b\u306e\u65b9\u6cd5\u3067\u66f8\u304f\u3053\u3068\u304c\u6c42\u3081\u3089\u308c\u307e\u3059":66,"\u914d\u5217":21,"\u91cd\u307f\u4ed8\u304d\u52a0\u7b97":20,"\u91cd\u8907\u3092\u30c1\u30a7\u30c3\u30af\u3057\u3066\u540c\u3058meshindex\u3092\u53c2\u7167\u3059\u308b\u3088\u3046\u306b\u5909\u66f4":50,"\u9577\u3044vertex\u30d0\u30c3\u30d5\u30a1\u3092index\u30d0\u30c3\u30d5\u30a1\u3067\u90e8\u5206\u53c2\u7167\u3059\u308b\u65b9\u5f0f\u3092\u4f7f\u3063\u3066\u3044\u307e\u3057\u305f":49,"\u9577\u3055":4,"\u958b\u767a\u30d0\u30fc\u30b8\u30e7\u30f3\u3092uniti":57,"\u958b\u767a\u7248":64,"\u95a2\u6570\u306e\u4e2d\u3067\u4e0b\u8a18\u306e\u3088\u3046\u306b\u3057\u3066\u304f\u3060\u3055\u3044":68,"\u95a2\u6570\u3092\u547c\u3073\u51fa\u3057":[67,68],"\u95a2\u6570\u3092\u8ffd\u52a0":45,"\u95a2\u9023\u3059\u308b\u30ea\u30bd\u30fc\u30b9\u3092\u7834\u68c4\u3059\u308b":65,"\u95a2\u9023\u306e\u30b3\u30f3\u30dd\u30fc\u30cd\u30f3\u30c8\u304c\u5b9f\u884c\u3055\u308c\u308b\u3088\u3046\u306b":24,"\u9632\u5fa1":51,"\u975e\u30a2\u30af\u30c6\u30a3\u30d6\u306atransform\u304c\u53d6\u5f97\u3067\u304d\u306a\u304f\u306a\u3063\u3066\u3044\u305f\u306e\u3092\u4fee\u6b63":36,"\u975e\u540c\u671f\u306b\u5b9f\u884c\u3059\u308b":65,"\u975e\u540c\u671f\u7248":68,"\u9802\u70b9\u30ab\u30e9\u30fc\u304c":37,"\u9802\u70b9\u30ab\u30e9\u30fc\u306b\u5bfe\u5fdc\u3057\u3066\u3044\u307e\u3059":37,"\u9802\u70b9\u30ab\u30e9\u30fc\u3092\u524a\u9664\u3057\u307e\u3059":37,"\u9802\u70b9\u30ab\u30e9\u30fc\u60c5\u5831\u3092\u524a\u9664\u3059\u308b\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u8ffd\u52a0\u3057\u305f":32,"\u9802\u70b9\u30d0\u30c3\u30d5\u30a1\u3067\u3082\u52d5\u304f\u3088\u3046\u306b\u3057\u305f":53,"\u9802\u70b9\u6570\u304c\u591a\u3044\u30e2\u30c7\u30eb\u3092\u8aad\u307f\u8fbc\u3093\u3060\u6642\u306b":32,"abstract":5,"android\u3084ios\u4e0a\u3067\u6cd5\u7dda\u30de\u30c3\u30d7\u304c\u6b63\u3057\u304f\u8aad\u307f\u8fbc\u307e\u308c\u3066\u3044\u306a\u304b\u3063\u305f\u554f\u984c\u3092\u4fee\u6b63\u3057\u307e\u3057\u305f":24,"animationclip\u3068\u3057\u3066\u30ed\u30fc\u30c9\u3067\u304d\u307e\u3059":19,"aot\u3067\u5b9f\u884c\u6642\u306b\u30a8\u30e9\u30fc\u306b\u306a\u308b":37,"aot\u5bfe\u7b56\u306bexpress":24,"asmdef\u306e\u4e0d\u8981\u306a\u53c2\u7167\u3092\u4fee\u6b63\u3057\u307e\u3057\u305f":41,"assets\u306e\u4e2d\u306bclone\u3059\u308b\u5fc5\u8981\u304c\u3042\u3063\u305f":22,"async\u3067\u30e9\u30f3\u30bf\u30a4\u30e0\u30ed\u30fc\u30c9\u3057\u305f\u30e2\u30c7\u30eb\u306escale\u30921\u4ee5\u4e0a\u306b\u3059\u308b\u3068springbone\u306e\u52d5\u4f5c\u304c\u602a\u3057\u304f\u306a\u308b":58,"blednshape\u306e\u7121\u3044\u4e09\u89d2\u5f62\u3092\u542b\u3080\u30b3\u30d4\u30fc":32,"blender\u304b\u3089":32,"blendshap\u5927\u6587\u5b57\u306e\u305f\u3081\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3059\u308b\u30d0\u30b0\u3092\u4fee\u6b63\u3057\u305f":32,"blendshape\u3067\u5236\u5fa1\u3055\u308c\u308b\u76ee\u304c\u52d5\u304b\u306a\u3044\u306e\u554f\u984c\u3092\u4fee\u6b63\u3057\u305f":32,"blendshape\u3067\u8996\u7dda\u3092\u52d5\u304b\u3059\u30bf\u30a4\u30d7\u306e\u30e2\u30c7\u30eb":66,"blendshape\u306e\u3042\u308b\u4e09\u89d2\u5f62\u3092\u542b\u3080\u30b3\u30d4\u30fc":32,"blendshape\u306e\u5bb9\u91cf\u524a\u6e1b":33,"blendshape\u306e\u9023\u7d50\u30d0\u30b0\u306e\u4fee\u6b63":49,"blendshape\u306f\u672a\u5bfe\u5fdc\u3067\u3059":19,"blendshape\u3092\u64cd\u4f5c\u3057\u305f\u72b6\u614b\u3067pos":29,"blendshape\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u30c0\u30a4\u30a2\u30ed\u30b0\u306b\u8ffd\u52a0\u3057\u305f":32,"blendshape\u5408\u6210\u5668\u304c\u5fc5\u8981\u306b\u5fdc\u3058\u547c\u3073\u51fa\u3059\u3053\u3068\u3092\u60f3\u5b9a\u3057\u3066\u3044\u307e\u3059":66,"blendshape\u540c\u58eb\u304c\u7af6\u5408\u3059\u308b\u3053\u3068\u304c\u308f\u304b\u308a\u307e\u3057\u305f":66,"blendshape\u8a2d\u5b9a\u306epreview\u306e\u4e2d\u30c9\u30e9\u30c3\u30b0\u3067\u79fb\u52d5":20,"blendshapeavatar\u306e\u30a4\u30f3\u30b9\u30da\u30af\u30bf\u3092\u66f4\u65b0":20,"blendshapebinding\u306b\u3088\u3063\u3066\u53c2\u7167\u3055\u308c\u308b\u975e\u30a2\u30af\u30c6\u30a3\u30d6\u306a\u30e1\u30c3\u30b7\u30e5\u306f\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u3057\u306a\u3044":32,"blendshapeclip\u306b2\u5024\u30d5\u30e9\u30b0":20,"blendshapeclip\u306e\u30a4\u30f3\u30b9\u30da\u30af\u30bf\u3092\u66f4\u65b0":20,"blendshapeclip\u306e\u96c6\u5408\u306e\u30b9\u30ca\u30c3\u30d7\u30b7\u30e7\u30c3\u30c8\u3092\u307e\u3068\u3081\u3066\u9069\u7528\u3059\u308b\u3053\u3068\u3092\u60f3\u5b9a\u3057\u3066":66,"blendshapeclip\u306ematerial\u9069\u7528\u30ed\u30b8\u30c3\u30af\u3092\u4fee\u6b63":20,"blendshapekey\u3092\u4f5c\u6210\u3059\u308b\u65b9\u6cd5\u304c\u4e0d\u660e\u77ad\u3060\u3063\u305f\u305f\u3081":[32,66],"blendshapeproxy\u304b\u3089material\u3092\u64cd\u4f5c\u3057\u305f\u3068\u304d\u306bondestroy\u3067\u5143\u306b\u623b\u3059\u51e6\u7406\u3092":24,"blendshapeproxy\u306e\u7121\u3044\u30e2\u30c7\u30eb\u306e\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u6642":32,"boneweight\u306e\u7121\u3044blendshape\u306f\u6b63\u898f\u5316\u5fc5\u7528":37,"buildhierarchy\u307e\u308f\u308a\u306e\u30d5\u30ec\u30fc\u30e0\u3092\u5206\u6563":61,"bvh\u306efloat":32,"byte":[4,5,16,47,52],"byte\u5217\u3092\u5f97\u308b":65,"case":[52,54,76],"catch":65,"class":[4,5,16,29,67,68,71],"class\u3068\u7af6\u5408\u3059\u308b":53,"collider\u306e\u91cd\u8907\u3092\u8003\u616e\u3057\u3066\u3044\u306a\u304b\u3063\u305f":50,"color\u3067transpar":19,"compile\u3092\u56de\u907f\u3059\u308b\u6e96\u5099\u3092\u884c\u3044\u307e\u3057\u305f":24,"const":[5,71],"default":[5,9,17,26,27,29,55,57,65,70,71],"dev\u304b\u3089\u79fb\u52d5":63,"do":[27,49,60],"dots\u3092\u5229\u7528\u3057\u305f\u9ad8\u901f\u306aspringbone\u5b9f\u88c5\u3067\u3042\u308b":8,"editor\u3067gc\u304c\u767a\u751f\u3057\u3066\u3044\u305f\u90e8\u5206\u3092\u4fee\u6b63":29,"editor\u3067material\u30a2\u30bb\u30c3\u30c8\u304c\u898b\u3064\u304b\u3063\u305f\u6642\u3060\u3051\u306b\u3057\u307e\u3057\u305f":24,"editor\u306b\u3066first":27,"editor\u30a4\u30f3\u30dd\u30fc\u30c8\u6642\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u305f\u5834\u5408\u306a\u3069\u306b\u4f5c\u3063\u305f\u30a2\u30bb\u30c3\u30c8\u3092\u524a\u9664\u3059\u308b":21,"editor\u30a4\u30f3\u30dd\u30fc\u30c8\u6642\u306eprefab\u306e\u5143\u306b\u306a\u3063\u305fgameobject\u3092\u30b7\u30fc\u30f3\u304b\u3089\u524a\u9664":21,"editorexport\u6642\u306b\u30a2\u30bb\u30c3\u30c8\u304c\u898b\u3064\u304b\u3063\u305ftexture\u306f":32,"enum":[32,66],"enum\u306e\u5024\u306e\u540d\u524d\u3092\u6587\u5b57\u5217\u3067\u4f7f\u3046":5,"enum\u306e\u5024\u306e\u6570\u5024\u3092\u4f7f\u3046\u306e2\u7a2e\u985e\u304c\u3042\u308a\u3048\u307e\u3059":5,"enum\u306e\u5834\u5408\u306f\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u304c\u7121\u3044\u306e\u3067\u5fc5\u9808\u3067\u3059":5,"excludetriangles\u5185\u3067\u5927\u91cf\u306e\u30d2\u30fc\u30d7\u30a2\u30ed\u30b1\u30fc\u30c8\u304c\u767a\u751f\u3057\u3066\u3044\u305f\u306e\u554f\u984c\u3092\u5bfe\u5fdc\u3057\u305f":32,"export":[12,15,16,17,18,24,25,27,29,30,34,35,43,44,46,49,51,53,54,56,57,58,59,60],"export\u6642\u306b\u4f7f\u7528\u3057\u3066\u3044\u306a\u3044blendshape\u3092\u9664\u5916\u3059\u308b\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u8ffd\u52a0":29,"exportdialogbase\u306a\u3069":50,"exporter\u3067json\u306b\u7a7a\u306e\u914d\u5217\u304c\u542b\u307e\u308cgltf\u9055\u53cd\u306b\u306a\u3063\u3066\u3057\u307e\u3046\u3053\u3068\u304c\u3042\u308b\u306e\u3092\u4fee\u6b63":33,"exporter\u3067nan":21,"exporter\u306e\u30c6\u30b9\u30c8\u3092\u4fee\u6b63":30,"exporterwindow\u306b\u8b66\u544a\u30e1\u30c3\u30bb\u30fc\u30b8\u3092\u5b9f\u88c5":32,"exportroot\u306b\u56de\u8ee2":36,"exportsettings\u306e\u8a2d\u5b9a\u304c":29,"exportui\u306bmeta\u306e\u9805\u76ee\u3092\u8ffd\u52a0":29,"false\u306e\u72b6\u614b\u3067\u3082emissioncolor\u304c\u66f8\u304d\u8fbc\u307e\u308c\u3066\u3057\u307e\u3044":27,"fastspringbone\u306b\u3064\u3044\u3066":12,"files\u5bfe\u5fdc\u3092\u884c\u3044\u307e\u3057\u305f":25,"firstperson\u8a2d\u5b9a":9,"firstperson\u8a2d\u5b9a\u306b\u5fdc\u3058\u305f":71,"float":[7,16,66],"freeze\u306b\u30c1\u30a7\u30c3\u30af\u3092\u5165\u308c\u3066vrmexport\u3057\u305f\u969b\u306b":29,"freeze\u3092\u6307\u5b9a\u3057\u3066export\u3059\u308b\u3068firstpersonbone\u304c\u66f8\u304d\u8fbc\u307e\u308c\u3066\u3044\u306a\u304b\u3063\u305f\u554f\u984c\u306e\u4fee\u6b63":29,"function":[12,16,56,66,67,68],"gameobject\u306b\u5bfe\u3059\u308b":19,"gc\u51fa\u305f\u308a":32,"getvalues\u3092\u30ad\u30e3\u30c3\u30b7\u30e5\u3059\u308b":32,"glb\u3092\u66f8\u304d\u51fa\u3057\u305f\u969b\u306b\u30e2\u30fc\u30d5\u540d\u4ed8\u304d\u306e\u30e1\u30c3\u30b7\u30e5\u304c\u8aad\u307f\u8fbc\u307e\u308c\u306a\u3044\u554f\u984c\u306e\u4fee\u6b63\u3092\u884c\u3044\u307e\u3057\u305f":32,"glb\u30a2\u30cb\u30e1\u30fc\u30b7\u30e7\u30f3\u306eblendshape\u30ad\u30fc\u30d5\u30ec\u30fc\u30e0\u306e\u30a8\u30af\u30b9\u30dd\u30fc\u30c8":20,"glb\u30a8\u30af\u30b9\u30dd\u30fc\u30bf\u30fc\u304c\u52d5\u4f5c\u3059\u308b\u3088\u3046\u306b\u306a\u308a\u307e\u3057\u305f":19,"glb\u30d5\u30a1\u30a4\u30eb\u306e\u4f5c\u308a\u65b9":19,"glb\u30d5\u30a9\u30fc\u30de\u30c3\u30c8\u6982\u8aac":12,"glb\u5f62\u5f0f\u3067\u306fjson\u90e8\u3068\u30d0\u30a4\u30ca\u30ea\u90e8\u3092\u3072\u3068\u3064\u306e\u30d5\u30a1\u30a4\u30eb\u306b\u307e\u3068\u3081\u3066\u3044\u3066":4,"glb\u5f62\u5f0f\u3067json\u3092\u53d6\u5f97\u3057parse\u3057\u307e\u3059":65,"glb\u5f62\u5f0f\u3092parse\u3057\u3066\u30c1\u30e3\u30f3\u30af\u304b\u3089json\u3092\u53d6\u5f97\u3057parse\u3057\u307e\u3059":65,"gltf\u3067\u8868\u73fe\u3067\u304d\u306a\u3044\u30de\u30c6\u30ea\u30a2\u30eb\u60c5\u5831\u306f":19,"gltf\u3067\u8a18\u8ff0\u53ef\u80fd\u306a":19,"gltf\u3068\u3060\u3044\u305f\u3044\u4e92\u63db\u3067\u304d\u308b":19,"gltf\u306e\u30a2\u30cb\u30e1\u30fc\u30b7\u30e7\u30f3\u5bfe\u5fdc\u3092\u66f4\u65b0\u3057\u307e\u3057\u305f":19,"gltf\u306eanimationimporter\u3092\u30a4\u30f3\u30bf\u30fc\u30d5\u30a7\u30fc\u30b9\u5316":39,"gltf\u306eroughness\u304b\u3089\u5909\u63db":46,"gltf\u3084":32,"gltf\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u6642\u306bbasecolorfactor\u3092linear\u3067\u66f8\u304d\u8fbc\u3080\u3088\u3046\u306b\u5909\u66f4":29,"gltf\u30d0\u30fc\u30b8\u30e7\u30f3":4,"gltf\u5f62\u5f0f\u3067\u306f":4,"hmd\u3068\u9023\u52d5\u3059\u308b\u30ab\u30e1\u30e9":9,"hmd\u306e\u30ab\u30e1\u30e9":71,"hmd\u306e\u30ab\u30e1\u30e9\u306b\u30bb\u30c3\u30c8\u3059\u308b\u30de\u30b9\u30af":71,"humanbone\u306b\u5272\u308a\u5f53\u3066\u3089\u308c\u3066\u3044\u3066disable\u306a\u3069":19,"if\u6587\u306e\u9593\u9055\u3044\u3092\u4fee\u6b63":50,"ik\u64cd\u4f5c\u3092\u884c\u3046\u3088\u3046\u306a\u305d\u306e\u4ed6\u30b3\u30f3\u30dd\u30fc\u30cd\u30f3\u30c8\u306e\u8a08\u7b97\u5f8c\u306b":24,"import":[4,10,12,15,27,29,44,46,51,53,54,56,57,59,60,62,64,65,68,70],"import\u6642\u306b\u975e\u8868\u793a\u306b\u3059\u308b":60,"import\u6642\u306bunivrm\u304c\u6240\u6301\u3057\u3066\u3044\u308bmtoon\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u756a\u53f7\u306b\u5909\u63db\u3059\u308b\u51e6\u7406\u3092\u8ffd\u52a0":28,"import\u6642\u306fgammma\u306b\u5909\u63db":29,"importer\u304c\u5bfe\u5fdc\u3059\u308b\u307e\u3067\u306e\u7c21\u6613\u306a\u65b9\u6cd5":40,"importer\u306e\u9ad8\u901f\u5316":20,"importer\u3092\u4fee\u6b63":50,"importercontext\u306e\u3046\u3061":61,"importercontext\u3092materialimporter\u306b\u6301\u3061\u904b\u3070\u306a\u304f\u3066\u3082\u52d5\u304f\u3088\u3046\u306b\u5909\u66f4\u3057\u305f":32,"inf\u3092\u691c\u77e5\u3059\u3079\u304d":21,"int":[5,71],"jpg\u30d5\u30a9\u30de\u30c3\u30c8\u306e\u30c6\u30af\u30b9\u30c1\u30e3\u306f\u51fa\u529b\u3067\u304d\u308b\u3088\u3046\u306b\u306a\u3063\u305f":32,"json\u3067\u306f\u30ad\u30fc\u3092\u51fa\u529b\u3057\u306a\u3044\u3068\u3057\u305f\u3044\u3053\u3068\u304c\u3042\u308a\u307e\u3059":5,"json\u30d0\u30a4\u30c8\u5217":5,"json\u6587\u5b57\u5217\u306e":42,"json\u8a18\u8ff0\u90e8\u3068":4,"jsonschema\u304b\u3089\u30b3\u30fc\u30c9\u751f\u6210":5,"linear\u30ab\u30e9\u30fc\u30b9\u30da\u30fc\u30b9\u306e\u63a8\u5968":44,"linq\u69cb\u6587\u4f7f\u7528\u306b\u3088\u3063\u3066vrm\u30ed\u30fc\u30c9\u6642\u306b\u767a\u751f\u3057\u3066\u3044\u305fgc\u3092\u6291\u5236\u3092\u5bfe\u5fdc\u3057\u305f":32,"load\u5b8c\u4e86":65,"loadgeometryasync\u3092\u30ef\u30fc\u30ab\u30fc\u30b9\u30ec\u30c3\u30c9\u3067\u306e\u8aad\u307f\u8fbc\u307f\u306b\u5bfe\u5fdc":61,"loadmaterialsasync\u3078\u306eawaitcaller\u306e\u53d7\u3051\u6e21\u3057\u304c\u6f0f\u308c\u3066\u3044\u305f\u554f\u984c\u3092\u4fee\u6b63":61,"material\u7f6e\u304d\u63db\u3048\u6a5f\u80fd":64,"materials\u304csubmesh\u3088\u308a\u591a\u304f\u3066":52,"menu\u3092\u8ffd\u52a0":27,"meshimporter\u4fee\u6b63":38,"meshutility\u304cunityeditor":53,"meshutility\u30d5\u30a1\u30a4\u30eb\u306e\u79fb\u52d5":40,"meta\u304c\u5fc5\u8981\u306a\u5834\u5408":65,"meta\u3092\u53d6\u5f97":65,"metaeditor\u306e\u5fa9\u65e7":55,"metallicroughnessocclusion\u30c6\u30af\u30b9\u30c1\u30e3\u30fc":44,"mettalicroughness\u306a\u3069\u306e\u30c6\u30af\u30b9\u30c1\u30e3\u304c\u7121\u5909\u63db\u3067\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u3055\u308c\u308b":20,"mipmap\u30d1\u305f\u30e1\u30fc\u30bf\u30fc":44,"model\u3092\u69cb\u7bc9":65,"mtoon10\u3067\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u3059\u308b\u3068standard\u306b\u306a\u3063\u3066\u3057\u307e\u3046":59,"mtoon\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u3092v1":24,"mtoon\u306e\u30de\u30c6\u30ea\u30a2\u30eb\u304c\u4f5c\u6210\u3067\u304d\u307e\u305b\u3093":57,"mtoon\u306e\u66f4\u65b0":27,"mtoon\u306eshaderprop\u304c\u4e00\u90e8\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u51fa\u6765\u3066\u3044\u306a\u304b\u3063\u305f\u30d0\u30b0\u306e\u4fee\u6b63":28,"mtoon\u30d0\u30fc\u30b8\u30e7\u30f3\u306fv3":32,"mtoon\u4ee5\u5916\u306esubmodule\u3092univrm\u30ea\u30dd\u30b8\u30c8\u30ea\u306b\u7d71\u5408\u3057\u307e\u3057\u305f":22,"new":[3,5,7,8,11,16,17,28,32,42,53,54,65,66,67,68,69,70,73,76],"node\u306e\u884c\u5217\u5206\u89e3\u6642\u306e\u8ca0\u306e\u30b9\u30b1\u30fc\u30eb\u306e\u9650\u5b9a\u5bfe\u5fdc":56,"null":[5,27,36,38,43,46,48,50,51,52,54,55,56,57,71,76],"onloadmodel\u306e\u623b\u308a\u5024\u3092ienumerator\u306b\u5909\u66f4\u3057\u305f":32,"parse\u3057\u305fjson\u3092\u3082\u3068\u306b\u30b7\u30fc\u30f3\u3092\u69cb\u7bc9\u3057\u307e\u3059":65,"parse\u3057\u305fjson\u3092\u30b7\u30fc\u30f3\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306b\u5909\u63db\u3057\u3066\u3044\u304f":65,"parse\u306e\u30ed\u30b1\u30fc\u30eb\u554f\u984c\u3092\u4fee\u6b63":32,"pbrmetallicroughness\u306e\u9805\u76ee\u304c\u7121\u3044\u5834\u5408\u306bimport\u306b\u5931\u6557\u3059\u308b\u306e\u554f\u984c\u3092\u4fee\u6b63\u3057\u305f":32,"png\u306b\u306a\u3063\u3066\u3044\u308b":39,"po\u30d5\u30a1\u30a4\u30eb\u3092\u4f5c\u6210":0,"pose\u306e\u30e2\u30c7\u30eb\u3092\u8868\u793a\u3057\u305f\u304f\u306a\u3044\u5834\u5408":65,"pot\u30d5\u30a1\u30a4\u30eb\u4f5c\u6210":0,"prefab\u3092\u9078\u629e\u3057\u305f\u72b6\u614b\u3067exporthumanoid\u3059\u308b\u3068\u30a8\u30e9\u30fc\u304c\u51fa\u3066\u3044\u305f\u554f\u984c\u306e\u4fee\u6b63":30,"project\u306b\u3042\u308bfbx":30,"public":[5,7,16,17,29,32,38,55,56,66,67,68,71],"public\u306e\u5909\u66f4\u3092\u660e\u8a18\u3059\u308b":20,"radius\u306a\u3069\u4e00\u90e8\u306e\u30d7\u30ed\u30d1\u30c6\u30a3\u304c\u65e2\u5b9a\u5024\u306b\u306a\u308b\u554f\u984c\u3092\u4fee\u6b63":27,"renderer\u306e\u63cf\u753b\u3092\u6b62\u3081\u308b":9,"return":[3,4,5,7,19,32,65,67,68,70,73,76],"root\u306etrs\u3092\u8b66\u544a\u306b\u4e0b\u3052\u3066\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u3067\u304d\u308b\u3088\u3046\u306b\u3057\u305f":33,"runtime\u306e\u30ea\u30bd\u30fc\u30b9\u7834\u68c4\u306b\u4f7f\u3048\u308b\u3088\u3046\u306b\u4ed5\u69d8\u5909\u66f4\u3057\u307e\u3057\u305f":21,"runtime\u30a4\u30f3\u30dd\u30fc\u30bf\u30fc\u5411\u3051\u306e\u30ea\u30bd\u30fc\u30b9\u89e3\u653e":21,"sample\u306e\u69cb\u6210":59,"scale\u304c\u542b\u307e\u308c\u3066\u3044\u3066\u3082springbone\u304c\u3042\u308b\u7a0b\u5ea6\u52d5\u304f":37,"scriptableobject\u306e\u69cb\u6210\u3092\u898b\u76f4\u3057":54,"scriptedimporter\u306eextract\u6319\u52d5\u3092":61,"setup\u306b\u3088\u308a\u751f\u6210\u3055\u308c\u308b\u982d\u306a\u3057\u30e2\u30c7\u30eb":24,"setvalues\u306e\u4fee\u6b63":20,"shader\u6574\u7406":44,"shader\u7248\u306e":60,"showmeshes\u3059\u308b\u524d\u306b\u6e96\u5099\u3059\u308b":65,"smoothness\u306e\u5024\u304c\u5f37\u5236\u7684\u306b1":25,"sparse\u6a5f\u80fd":33,"srgb\u3092linear\u3068\u3057\u3066\u51fa\u529b\u3057\u3066\u3044\u307e\u3044":20,"srgbwrite\u306e\u6307\u5b9a\u304c\u4e0d\u8db3\u3057\u3066\u3044\u308b\u5834\u5408\u304c\u3042\u308b\u306e\u3092\u4fee\u6b63":20,"standalone\u3068unigltf":32,"standalone\u3092\u524a\u9664\u3057\u305f":32,"standerd\u30b7\u30a7\u30fc\u30c0\u3092\u4f7f\u7528\u3057\u3066\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u3057\u305f\u6642\u306b":27,"standerdshader\u3067\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u3059\u308b\u5834\u5408\u306b":27,"static":[5,7,32,65,76],"static\u95a2\u6570\u3092\u751f\u6210\u3059\u308b\u306e\u3067":5,"subasset\u3067\u3082\u4e2d\u3092\u898b\u308c\u308b\u3088\u3046\u306b":59,"t\u578b":5,"texture\u3068color\u306e\u4e57\u7b97":19,"texture\u306emaxsize\u30922048\u56fa\u5b9a\u304b\u3089texture\u30b5\u30a4\u30ba\u306b\u5fdc\u3058\u3066maxsize\u3092512":29,"texture\u751f\u6210\u306e\u8cac\u52d9\u3092vrmshaders\u306b\u79fb\u52d5\u3059\u308b\u6e96\u5099":47,"texture\u95a2\u9023":12,"textureinfo\u306e\u62e1\u5f35\u3067\u3042\u308bkhr_texture_transform\u306e\u5bfe\u5fdc":32,"texturewrapmode\u306a\u3069\u306e\u30c6\u30af\u30b9\u30c1\u30e3\u30d7\u30ed\u30d1\u30c6\u30a3\u5024\u304c\u5931\u308f\u308c\u308b\u30d0\u30b0\u306e\u4fee\u6b63":27,"throw":[52,62,65,73,76],"thumbnail\u30c6\u30af\u30b9\u30c1\u30e3\u3092\u4f5c\u6210\u3059\u308b":65,"true":[5,9,11,16,21,24,32,54,56,57,60,65,73,76],"true\u306b\u306a\u3063\u3066\u3057\u307e\u3046\u30d0\u30b0\u306e\u4fee\u6b63":27,"try":[18,65],"typeof":5,"typo\u4fee\u6b63\u3084\u7279\u5b9a\u306e\u51e6\u7406\u7cfb\u3067\u30d3\u30eb\u30c9\u3067\u304d\u306a\u3044\u554f\u984c\u306e\u89e3\u6d88\u306a\u3069\u304c\u542b\u307e\u308c\u3066\u3044\u307e\u3059":22,"unigltf\u3068univrm\u304c\u4e00\u4f53\u5316\u3057\u3066\u3044\u305f\u306e\u3092\u5206\u96e2\u3057\u307e\u3057\u305f":39,"unigltf\u306e\u30e1\u30cb\u30e5\u30fc\u306e\u4f4d\u7f6e\u3092vrm\u4ee5\u4e0b\u306b\u79fb\u52d5\u3057\u307e\u3057\u305f":24,"unigltf\u306f\u5177\u4f53\u7684\u306a\u578b\u3092\u77e5\u3089\u306a\u3044":5,"unigltf\u4f9d\u5b58\u3092\u9664\u53bb":51,"unittest\u304c\u901a\u3089\u306a\u304f\u306a\u3063\u305f\u306e\u3092\u4fee\u6b63":33,"unittest\u306e\u4fee\u6b63":56,"unittest\u4fee\u6b63":45,"unittest\u8ffd\u52a0":46,"unity2020\u5bfe\u5fdc\u306e\u30c7\u30b0\u30ec\u3092\u4fee\u6b63":57,"unity\u3067vrm\u3092\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u3059\u308b\u65b9\u6cd5\u306a\u3069\u306b\u3064\u3044\u3066\u306f":12,"unity\u306b\u4f9d\u5b58\u3057\u3066\u3044\u306a\u3044unijson\u3092\u901a\u5e38\u306ec":24,"unity\u306e\u30b5\u30dd\u30fc\u30c8\u30d0\u30fc\u30b8\u30e7\u30f3\u3092":57,"unity\u306e\u6700\u5c0f\u30b5\u30dd\u30fc\u30c8\u30d0\u30fc\u30b8\u30e7\u30f3\u30925":27,"unity\u306eanimationclip\u3067vrmblendshapeproxy\u3092\u52d5\u304b\u3059\u4f8b":38,"unity\u306elegaci":19,"unity\u306ewww\u5bfe\u5fdc":27,"unityeditorscripts\u306e\u5834\u6240\u3092\u79fb\u52d5":27,"unitypackage\u306f\u30d5\u30a1\u30a4\u30eb\u306e\u79fb\u52d5\u306b\u5bfe\u5fdc\u3057\u3066\u3044\u306a\u3044\u305f\u3081":32,"uniunlit\u3067multiply\u8a2d\u5b9a\u306e\u6642\u4ee5\u5916\u306b\u81ea\u52d5\u3067\u9802\u70b9\u30ab\u30e9\u30fc\u3092\u843d\u3068\u3059\u5909\u66f4":37,"uniunlit\u306e\u30d0\u30b0\u4fee\u6b63":27,"uniunlit\u30b7\u30a7\u30fc\u30c0\u304b\u3064\u9802\u70b9\u30ab\u30e9\u30fc\u304c\u66f8\u304d\u8fbc\u307e\u308c\u3066\u3044\u308b\u5834\u5408":29,"univrm\u3067\u306f":8,"univrm\u306e\u66f4\u65b0\u3092\u304a\u9858\u3044\u3044\u305f\u3057\u307e\u3059":19,"univrm\u306f":7,"univrm\u306f\u30d1\u30c3\u30b1\u30fc\u30b8\u3068\u3057\u3066\u4f7f\u3048\u308b\u3088\u3046\u306b\u306a\u3063\u305f":32,"univrm\u3092\u4f7f\u3046\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u306e\u30d3\u30eb\u30c9\u306b\u95a2\u3059\u308b\u6ce8\u610f\u4e8b\u9805":12,"univrm\u3092\u4f7f\u3063\u3066vrm\u30e2\u30c7\u30eb\u3092\u30e9\u30f3\u30bf\u30a4\u30e0\u30ed\u30fc\u30c9\u3059\u308b\u65b9\u6cd5":65,"univrm\u30a2\u30f3\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":58,"univrm\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":58,"univrm\u30d0\u30fc\u30b8\u30e7\u30f3":58,"univrm\u4ee5\u5916\u306e\u30ed\u30fc\u30c0\u30fc\u3067\u8aad\u307f\u8fbc\u3081\u306a\u3044\u30a8\u30e9\u30fc":33,"univrm\u4ee5\u5916\u306e\u5b9f\u88c5\u3067\u306f":49,"unknown\u306e\u3068\u304d\u306e\u6319\u52d5\u304c\u4e0d\u660e\u77ad\u3060\u3063\u305f":[32,66],"unlit\u304b\u3064multiply\u3067\u306a\u3044":37,"unvrm\u306eunity\u30d0\u30fc\u30b8\u30e7\u30f3\u306f":32,"url\u3084\u30d1\u30b9\u3067\u53c2\u7167\u3059\u308b\u65b9\u6cd5\u3067\u5916\u90e8\u306e\u30d0\u30a4\u30ca\u30ea\u30c7\u30fc\u30bf\u306b\u30a2\u30af\u30bb\u30b9\u3057\u307e\u3059":4,"urp\u3092\u9078\u629e\u3067\u304d\u306a\u3044\u3088\u3046\u306b\u4fee\u6b63":61,"urp\u30b5\u30f3\u30d7\u30eb\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u3078\u306e\u30a4\u30f3\u30dd\u30fc\u30c8\u6642\u306b\u30d3\u30eb\u30c9\u30a8\u30e9\u30fc\u304c\u51fa\u308b":57,"uv\u539f\u70b9":7,"var":[3,5,8,11,16,17,65,66,67,68,69,70,71,72,73,76],"vcolblendmode\u304c\u5909\u66f4\u3055\u308c\u308b\u3088\u3046\u306b\u4fee\u6b63":29,"vector3color\u304c\u8aad\u307f\u8fbc\u3081\u306a\u304b\u3063\u305f\u554f\u984c\u306e\u4fee\u6b63":29,"version\u756a\u53f7\u66f4\u65b0\u30c0\u30a4\u30a2\u30ed\u30b0":33,"vertexbuffer\u3092submesh\u3067\u5206\u5272\u3057\u3066\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u3059\u308b\u30aa\u30d7\u30b7\u30e7\u30f3":49,"void":[5,16,21,67,68,71,72],"vr\u3067\u81ea\u30ad\u30e3\u30e9\u306e\u4e00\u90e8\u304c\u51fa\u305f\u308a\u6d88\u3048\u305f\u308a\u3059\u308b\u554f\u984c\u306e\u5bfe\u7b56\u3067\u3059":24,"vr\u306e\u4e00\u4eba\u79f0\u7528":24,"vr\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u306e":12,"vrchat\u7528\u306b\u8a2d\u5b9a\u3057\u305fvroid\u30e2\u30c7\u30eb\u3092\u518d\u5ea6vrm\u306b\u5909\u63db\u3059\u308b\u6642\u306b\u30a8\u30e9\u30fc\u304c\u51fa\u3066\u5931\u6557\u3059\u308b":56,"vrm10\u306epackag":40,"vrm10controller\u306e\u5909\u6570\u7ba1\u7406\u3092\u4fee\u6b63":54,"vrm1\u306e\u30ed\u30fc\u30c0\u30fc\u66f4\u65b0":48,"vrm1\u306esubassetkey\u4f5c\u6210\u306e\u30d0\u30b0\u4fee\u6b63":50,"vrm\u3067\u306fglb\u3092\u63a1\u7528\u3057\u3066\u3044\u307e\u3059":4,"vrm\u306b\u3066":27,"vrm\u306b\u306a\u308b\u524d\u306e\u521d\u56de\u30a8\u30af\u30b9\u30dd\u30fc\u30c8":32,"vrm\u306b\u65b0\u898f\u30d7\u30ed\u30d1\u30c6\u30a3\u306e":25,"vrm\u306e\u30e9\u30a4\u30d5\u30b5\u30a4\u30af\u30eb\u306b\u7d10\u4ed8\u3044\u3066\u81ea\u52d5\u7684\u306b\u751f\u6210":8,"vrm\u30a8\u30af\u30b9\u30dd\u30fc\u30c8":58,"vrm\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u4e8c\u56de\u76ee\u304b\u3089\u30c0\u30a4\u30a2\u30ed\u30b0\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u306f\u524d\u56de\u306e\u51fa\u529b\u5148\u3092\u6307\u5b9a\u3059\u308b\u3088\u3046\u306b\u306a\u3063\u305f":32,"vrm\u30c7\u30fc\u30bf\u3092\u30a4\u30f3\u30dd\u30fc\u30c8\u3059\u308b\u305f\u3081\u306bunivrm\u3092\u3054\u5229\u7528\u3044\u305f\u3060\u3044\u3066\u3044\u308b\u304b\u305f\u306f":19,"vrm\u30d5\u30a1\u30a4\u30eb\u304c\u53c2\u7167\u3059\u308bvrm\u4ed5\u69d8\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u3092\u793a\u3057\u307e\u3059":25,"vrm\u30d5\u30a1\u30a4\u30eb\u3092reimport\u3057\u3066\u304f\u3060\u3055\u3044":21,"vrm\u30e2\u30c7\u30eb\u306e\u521d\u56deexport\u306b\u5931\u6557\u3059\u308b\u554f\u984c\u3092\u4fee\u6b63\u3057\u307e\u3057\u305f":26,"vrm\u4f5c\u6210\u306b\u4f7f\u3046\u5834\u5408\u306f":22,"vrmblendshapeproxy\u30b3\u30f3\u30dd\u30fc\u30cd\u30f3\u30c8\u304c\u7121\u3044\u5834\u5408\u306freduceblendshapesize\u30aa\u30d7\u30b7\u30e7\u30f3\u3067export\u51fa\u6765\u306a\u3044\u3088\u3046\u306b\u5909\u66f4":30,"vrmfirstperson\u306e\u521d\u671f\u5316":71,"vrmfirstperson\u3092\u4fee\u6b63":32,"vrmmaterialimporter\u306e\u30ea\u30cd\u30fc\u30e0\u3068":50,"vrmshaders\u3092\u8ffd\u52a0\u3057\u3066unijson":32,"vrmspringbone\u306eeditor":27,"vrmsprngbone\u306ehit":27,"while":[4,52,56],"windows\u3058\u3083\u306a\u3044\u306e\u30d7\u30e9\u30c3\u30c8\u30d5\u30a9\u30fc\u30e0\u306e\u30b5\u30dd\u30fc\u30c8\u306e\u8ffd\u52a0\u3057\u305f":32,"x\u3067\u306f\u5f8c\u65b9\u4e92\u63db\u6027\u3092\u4fdd\u3064\u305f\u3081":8,"x\u5411\u3051\u306efastspringbone\u5b9f\u88c5\u306f":8,"x\u8ef8\u3092\u53cd\u8ee2\u3057\u307e\u3059":7,"z\u8ef8\u3092\u53cd\u8ee2\u3057\u307e\u3059":7,A:[65,66],As:67,By:68,For:[17,58,66],If:[3,17,18,27,70],In:[17,18,34,67,68,73,76],It:[17,73],Not:[60,66],The:[12,17,18,65,67,68,71,73],There:[15,52],To:[16,17,68],_:[5,65],__init__:4,_build:0,_cutoff:27,_maintex:19,_pot:0,_vrmfilepath:[67,68],_vrmgameobject:[67,68],abl:[17,32],about:[16,52,55],abov:[15,17],absorb:17,access:[61,76],accessor:[17,47],accumulatevalu:34,activeinhierarchi:36,ad:[15,16,18,24,27,32,67,73],add:[5,10,18,24,25,27,28,29,32,33,34,36,38,40,41,42,46,47,48,49,50,51,52,54,55,56,57,58,59,62,63],addit:[55,68,73],adf:25,advanc:66,advancedmod:59,after:[2,3,17,22,32,43,54,66,68],again:63,aim:[52,54],akira:32,aliciasolid:[4,29],all:[15,16,54,60],alloc:32,allow:[2,15,55,76],along:[17,18],alpha:[27,53,54,56],alphacutoff:40,alphamod:[17,27],also:[17,24],alwai:[1,24],amamagi:47,an:[25,32,73,76],android:24,angl:7,angleaxi:7,ani:[17,56,60],anim:[10,16,19,29,40,45,53,57],animationbridgesampl:12,animationclip:[19,55,56,62],animationclipfactori:[10,56],animationcurv:45,animationproperti:29,aot:27,api:[32,42,60,66,68,76],appli:[16,21],applic:[5,16,65],applyer:32,applymodifiedproperti:56,applyrevertgui:57,ar:[15,17,18,24,25,53,65,66,68,71,76],archiv:56,argument:[6,16,18,32,63,65,66,73],arrai:17,arrayseg:5,ascii:4,asienumer:45,asint:5,aslowerstr:5,asmdef:[25,32,41,49,54,56,57],assembl:[25,60],asset:[1,3,5,13,15,22,29,32,39,45,46,53,56,58,62,70,76],assetdatabas:11,assetfold:11,assetimport:[11,45],assetpath:11,assetpostprocessor:[15,25],assign:73,associ:68,async:[65,67,68,70,73,76],attach:15,attachto:10,attribut:[17,27],auto:[9,21,56,57,60],autogltffilepars:[3,76],autorefer:60,autoreferenc:54,avail:67,avatar:[36,56,73],avoid:[24,49,54,63],await:[3,8,56,65,67,68,70,73,76],ax:[17,52],axi:7,b7ab741b16c9037b12defc6a34c885953635bd7c:19,b99e7cb9a47de77280eece57d6ed5e7718e848db:18,b:4,back:18,backfac:54,bake:[17,27],balanc:32,base64embed:29,base:[17,20,32,46],basecolor:54,basecolorfactor:29,basic:32,becam:15,becaus:56,becom:17,been:[17,18,67,68,70],befor:[5,15,17,18,22,32,66,67,76],begin:[5,61],behaviour:55,below:[3,18,65,67,70],between:[17,58],bin:4,binari:4,bindingflag:5,bindpos:25,blend:[29,32],blendshap:[16,27,29,32,34],blendshapeclip:[16,32,36,66],blendshapekei:[6,16,32],blendshapenam:16,blendshapepreset:[32,34,66],blendshapeproxi:[12,16,18,20,24,72],blendshpaekei:32,blink_l:66,blink_r:66,blob:5,bodi:4,bone:[12,15,29,32,53,61],bonemesheras:[32,42],bool:[5,21,32,65,76],both:[9,17],bottom:27,broken:24,buffer:[51,63],bug:[16,27,32,53,54,56,62],build:0,buildblendshap:61,buildmesh:32,built:[16,70],bump:26,burst:8,button:[38,50],bvhimportercontext:63,bytestrid:17,c:[13,24,28,29,30,32,33,34,35,36,37,38,39,40,41,42,43,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62],cach:[32,52],calcul:[17,25],call:[17,24,57,66,67,68,73],callback:15,camera:[9,12],can:[3,16,17,18,52,53,56,57,60,61,62,65,67,73,76],canexport:57,cannot:[16,17,18,29,30],capabl:15,cast:38,caus:[5,33,62],cd:0,ce8c:21,center:50,chang:[5,16,29,32],changelog:[32,33,34,35,36,37,38,39,40,41,42,43,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62],channel:[53,56],check:[5,16,17,18,24,32,36,38,39,45,48,51,54,56,57],checkbox:55,children:[27,30],choos:16,chunk:[4,55],chunk_data:4,chunk_siz:4,chunk_typ:4,clamp:17,clear:[24,56],clearscen:53,click:18,clip:[18,41,57],close:[18,23,24,25,26,27,28,29,30,32,33,34,35,36,37,38,39,40,41,42,43,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62],code:[15,16,24,53,55],col:[11,19],collect:[5,15,29,32,71],collid:51,collidergroup:29,color:[29,32,52,56,58],com:[2,5,13,17,18,19,20,21,23,24,25,26,27,28,29,30,32,33,34,35,36,37,38,39,40,41,42,43,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,67,68],combin:5,come:[17,18],comment:[27,29],commit:[15,18,19,23,24,25,26,27,28,29,32,33,34,35,36,37,38,39,40,41,42,43,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62],common:27,compat:56,compet:66,compil:[15,25],compon:33,compress:52,condit:52,conf:[0,63],configur:64,conflict:24,conform:2,consider:52,constant:[32,71],constraint:[5,42,51,52,54],constraitn:52,construct:63,constructor:66,contain:[3,5,15,52,54,63],content:13,context:[57,65,67,68],control:[72,73],conveni:16,convent:5,convers:[18,42],convert:[17,53,56],converted_uv:17,coordin:[17,56],copi:[27,47],coroutin:44,correct:[16,17],correctli:[17,18,27],could:[3,70],count:[29,56],creat:[5,17,54,65,66,73],createerasedmeshasync:[61,62],createfrom:[32,66],createfromclip:[32,66],createfrompreset:[32,66],createkeyold:32,createthumbnail:65,createunitypackagewithbuild:57,createunknown:[32,66],critic:56,cs0649:37,cs:[5,51,58,70,76],cull:27,cullingmask:71,current:57,custom:[59,70],custom_materials_good:5,d:0,data:[3,4,8,17,18,69,70,73,76],datapath:[5,65],dd:52,debug:[5,65],decid:17,decreas:17,def:4,defaultexecutionord:61,defin:[5,17,71],definit:25,delet:16,delta:65,depend:13,depthfirstschedul:[16,17,22,27,44],describ:[15,18,67],descript:29,deseri:[5,27],deserialize_:5,deserializegoodmateri:5,deserializergener:5,destroi:[3,10,45,65,67,68,70],destroysubasset:21,destroyvrm:[67,68],detail:[17,65],detect:17,dev:[34,36,38,39,45,46,53,54,60],develop:17,dialog:[32,34,36,38,51],dictionari:[27,66],differ:[17,24,52,58],directli:15,directori:[32,49,50,60],dirti:41,disabl:54,disabledscop:54,disappear:73,discard:[3,16,68],disk:18,displai:[17,73],dispos:[3,67,68,70],disposeongameobjectdestroi:[54,67,68],distort:17,divid:[25,51,53,67],divide_vertex_buff:52,dividedvertexbuff:44,doc:[0,34,36,38,39,40,45,46,53,54,63,67,68],docfx:[60,61],document:[33,63,67,68],doe:[54,57],domigr:76,don:[5,57],dontdestroyonload:8,dose:24,doubl:54,doublesid:[17,19],draw:73,due:[32,50],duplic:32,dure:[15,17],duti:67,dwango:[17,18,19,20,21,23,24,25,26,27],dxt5:16,dxt5nm:11,each:[5,17,66,73],earlier:[17,18],edit:[5,50],editor:[5,15,29,32,33,34,41,42,48,53,54,55,57,58],editorgui:54,editorreset:29,editortextureseri:56,eelstork:32,either:18,element:25,elif:4,els:[4,7,32,65,76],emiss:[27,58,62],emissionen:27,emit:37,empti:[27,30,40],en:0,enabl:[5,12,54,60],enableupdatewhenoffscreen:[3,8,16,65,67,68,70],encodetopng:44,end:[5,16,58,61,67],endif:[7,65],enforc:49,enhanc:16,enumer:16,enumseri:41,enumserializationtyp:5,equal:32,erron:15,error:[15,17,18,24,25,29,30,32,38,54,56,57,59,61,73],escap:42,estim:17,etc:[3,5,59,67,68,70],even:52,ex:65,exampl:[17,73],except:[4,46,54,56,65,73,76],exclud:[41,45],excludetriangl:32,execut:24,exist:[53,57],expelement:3,experiment:[33,56,59,61],explicitignorableitemlength:25,explicitli:67,exportdialog:45,exportgoodmateri:5,exportroot:45,exporttest:[45,53],express:[12,25,42,49,53,56,57,59,66],expressionavatar:[49,51],expressionnam:57,expressionpreset:42,extend:[5,16,32,41],extens:[0,6,12,16,19,25,27,29,32,53],extension_nam:5,extensionsandextra:5,extern:[45,46,55],external_object_map:55,extra:[2,16],extract:[46,49,50,51,53,54,56,59],extractposit:7,extractrot:7,eye_close_l:66,eye_close_r:66,f:[4,5],face_z_positive_direct:35,factor:62,faidra:36,fail:[15,17,47,54,56,62],fallback:[62,70],fals:[0,5,9,11,16,21,27,29,47,54,57,60],fantom1x:38,faster:53,fastspringbon:64,fastspringbonereplac:8,fastspringboneservic:8,fbx:[30,49],fbximport:61,featur:[24,29,38,40,43,45,49,50,51,52,53,60,62],feature10:[41,45,49,50,51,53,55,56],feature1:[57,58],feel:16,field:[5,17,24,25,26,29,38],field_flag:5,file:[4,5,15,16,17,18,25,27,32,50,52,54,56,60,67],filedialog:65,filedialogforwindow:65,filemod:5,filter:63,findobjectoftyp:71,findobjectsoftyp:71,first:[62,71,73],firstordefault:62,firstperson:[12,27,55,57,60,62,71],firstperson_only_lay:[71,73],firstpersononli:[9,63],firstpersononlylay:73,firstpersonsampl:12,fix10:[51,53,54,59],fix1:57,fix:[24,25,27,29,30,32,33,35,36,37,38,39,40,42,43,44,45,46,49,50,51,52,53,54,55,56,57,59,60,62,63],fix_animationimporter_blendshap:38,fixed4:19,fixedupd:32,fixnodenam:41,flag:62,flip:54,fog:61,folder:[13,15,18,25,53,58],follow:[15,17,18,35,65,66,71],forc:18,foreach:[5,71],format:[5,11,17,51,53],former:17,found:[4,16,17,56,60,65,66],fp:9,frag:19,frame:[32,66],free:[8,16],freez:[29,33,52,54],from:[5,16,17,18,45,46,49,50,58,64,69,70,73,76],fromfullpath:5,fromresult:62,front:73,full:[5,32,33,34,35,36,37,38,39,40,41,42,43,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62],func:[5,62],g:[5,51],gabag:29,gameobject:[3,8,10,16,54,65,67,68,70,71,72,73],garbag:32,gc:49,gear:18,gener:[5,17,19,29,51,67,70,71],generag:5,generatecod:30,generatedeseri:5,generatedseri:30,generateseri:5,generatormenu:5,genericcallutil:24,get:[3,5,70,73],getatpath:11,getbyteswithmim:49,getcolumn:7,getcompon:[66,72,73],getindic:21,getstorebyt:5,getstr:5,gettext_compact:0,getvrmmaterialdescriptorgener:76,git:[13,16,32],github:[2,5,13,17,18,19,20,21,23,24,25,26,27,28,29,30,32,33,34,35,36,37,38,39,40,41,42,43,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62],gl:52,glb:[16,17,44,53,54,56,62,70],glb_import:45,glbbinarypars:3,glbfilepars:[3,69,70,73],glbimport:12,glbuffertarget:5,glft:49,gltf:[1,2,4,6,7,13,16,24,25,27,29,38,39,44,46,47,52,54,56,58,64,65,67,68],gltf_mesh_extras_targetnam:5,gltf_vrm_materi:15,gltfdata:[3,6,69,76],gltfdeseri:5,gltfextens:5,gltfextensionexport:5,gltfextensionimport:5,gltfextensionsexport:5,gltfextensionsimport:5,gltffilewithresourcefilespars:3,gltfmateri:5,gltfparser:[6,46,56,67,68,69],gltfpbrmetallicrough:32,gltfserial:5,gltfsmaplemodel:46,gltfupdat:12,gltfurpmaterialdescriptorgener:3,go:65,gone:16,good:5,goodmateri:5,goodvalu:5,graphic:1,graphicsset:60,gui:[27,35,54],guid:57,ha:[2,5,17,18,33,67,68,70,73],had:5,hair:57,half4:[11,19],hand:29,handl:[17,29,53],hash:16,hasn:63,have:[17,18,24,54,68],hdr:58,hdrp:57,head:[38,57,73],headless:[10,73],heap:32,height:11,here:[16,17,65],hide:63,hierarchi:[3,33,63],hiroj:[50,51],horizont:16,how:[12,57],how_to_create_glb:45,howev:[17,18],hox:27,html:[67,68],http:[2,5,13,17,18,19,20,21,23,24,25,26,27,28,29,30,32,33,34,35,36,37,38,39,40,41,42,43,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,67,68],humanoid:[12,36,49,53],humanoidavatar:10,i:[2,4,19,57,61,62],ianimationimport:[53,54],ichi:57,icon:18,id:[32,58],identifi:61,ienumer:[16,32],iformatt:24,ignor:[52,63],ignorecas:32,imag:[2,32,34,71],imaterialdescriptorgener:76,img:71,immediatesetvalu:66,impact:[17,18],impl:[42,55],implement:[6,12,16,34,42,45,47,49,52,53,54,58,67,70],importasset:5,importercontext:[3,8,10,16,32,44,53,55,67,68],importmateri:5,improv:[24,63],inappropri:17,includ:[1,56,60],includeplatform:48,incompat:76,incorrect:[15,17,52,63],independ:17,index:[5,12,17,21],indexoutofrang:56,indic:24,influenc:[16,17,29],info:5,inherit:16,init:32,initi:12,inject:53,inspector:[27,54],instal:[0,58],instanc:[3,5,8,47,52,68,73,76],instead:[24,53,68],int32:4,integr:32,intens:27,interfac:[16,32],interleav:17,intl:0,introduc:68,invalid:[32,56],inversebindmatric:25,io:[1,5,24,60,67],ismin:62,isnullorempti:65,ison:76,isread:47,isself:[9,63],issu:[2,17,18,19,21,27,34,49,50,54,56],issue_templ:58,issuecom:2,item:[16,27],itexturedeseri:55,itextureexport:41,itextureload:37,izm:[24,32],j:2,ja:0,japanes:65,joi:66,joint:40,joints_0:45,jpg:[11,39],json:[2,4,5,13,24,27,29,40,42,45,67,68],json_str:4,jsonformatt:[5,24],jsonschema:[5,33,50,51,54,57],jsonvalu:5,judger:17,k:2,kei:[5,32,50,66],keyfram:45,keyvalu:25,keyvaluepair:16,keyword:27,khr_material_unlit:17,khr_materials_unlit:30,khronosgroup:[2,5],know:[17,57],kv:5,l193:5,l209:5,l296:5,l41:5,l:0,lambda:62,languag:[0,34],larg:[27,32],late:32,later:[17,18,70],latest:[17,18,57,64,65],lateupd:32,layer:12,layer_set:71,leak:[32,67],left:29,legaci:[19,24,53,55],length:[38,45,52],let:17,level:16,light:27,linear:[49,53,56],link:65,linq:32,lipsync:66,list:[10,16,42,55],listtreenod:[5,27],lit:54,load:[4,17,18,32,53,65,68,73,76],load_nam:3,loadassetatpath:11,loadasync:[3,8,10,67,68,70,73,76],loader:[3,8,17,32,45,70,73,76],loadfrombyt:65,loadfrompath:65,loadtexturesasync:61,loadvrm:[67,68],loadvrmasync:[15,16,65,67],loadvrmasyncsampl:67,loadvrmsampl:[67,68],loadvrmthumbnailasync:76,local:[0,5,29,52],locale_dir:0,localposit:19,localrot:19,localscal:19,log:5,logerror:65,logformat:[5,65],look:[32,57],lookat:[12,42,58],lookattyp:49,lwrp:62,m17n:52,m:[0,7],m_center:27,m_colliderlist:53,m_firstperson:71,m_firstpersoncamera:71,m_firstpersonmask:71,m_hitradiu:27,m_id:32,m_loadasync:65,m_model:16,m_othermask:71,m_tmpparent:43,m_useurpmateri:76,made:17,magfil:52,magic:4,mai:[16,33],main:67,mainten:63,maintex_st_:16,make:[17,18,35,56,57,61,73],mani:17,manifest:13,manipul:16,manual:[5,12],map:[16,17,18,24,25],markdown:0,mask:27,massiz:34,master:[5,17,32],matcap:59,match:60,materi:[10,16,19,24,27,28,29,32,47,52,53,56,59,67,68,70],materialcolorbind:60,materialexport:5,materialfactori:10,materialgener:[6,59,76],materialimport:[5,32,45],materialproperti:19,materialsmtoon:5,materialuvbind:[60,61],materialvaluebind:60,matex_st_t:16,matrix4x4:7,max:[29,49],md:[40,62,65],meant:16,member:[29,38,68],memori:32,menu:[5,16,18,24,27,32,40,46,64],menuitem:5,merg:[61,66],mesh:[2,3,10,15,16,17,21,24,25,32,35,45,49,50,51,53,54,57,58,60,61,66,67,68,70],meshexport:45,meshexportinfo:[53,57],meshexportvalid:53,meshfilt:63,meshintegr:35,meshnorm:35,meshutil:[39,53],meshutility_humanoid:36,meshutilti:32,meshwithrender:[51,53],messag:[29,32,59],meta:[25,26,27,49,50,54,60,61,65,76],metal:[25,44,53,60],metallicroughnessocclus:46,metallicsmooth:46,method:[16,17,29,32,56,65,67],might:62,migrat:[42,49,54,55,56,63,76],migratevector3:49,migrationvrmlookatandfirstperson:49,mileston:[23,24,25,26,27,28,29,30,32,33,34,35,36,37,38,39,40,41,42,43,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62],minim:58,minimum:[5,24,27],minor:56,mipchain:11,mipmap:44,mirror:17,miss:[16,35],missingreferenceexcept:56,mkc1370:32,mkdir:0,mmd4mecanim:60,mode:[25,27,59],model:[5,16,17,18,52,57,62,63,65,67,73],model_nam:18,modifi:68,modul:12,momoandbanana22:38,monobehaviour:[50,67,68,71],more:[16,17,65],morph:32,morphtarget:[38,53],mount:73,move:[16,27,42,53,59,68],mtoon10:[54,58,61,62],mtoon:[11,12,17,20,22,24,27,28,32,37,40,42,50,51,52,56,57,59,62],mtoonshad:70,multi:[32,38],multipl:66,multipli:37,must:17,mv:[50,63],my:57,myst_pars:0,name:[5,15,16,32,34,35,36,38,56,63,65,66,73],namespac:[5,53,56,60,67,68],necessari:[17,56],need:[56,60,70],neg:17,neon:[24,32],net3:64,net4:32,net:[44,64],net_4_6:[21,65],net_standard_2_0:21,newmeta:76,next:25,nkjzm:25,no_active_mesh:34,node:[16,30,46,54],nodecollid:5,nodeindex:51,non:[15,32,52],nonact:32,none:4,normal:[11,16,17,18,19,24,27,29,53,54],normalizeskinnedmesh:38,normalmapexport:1,notarg:[57,61,62],note:63,notimplementedexcept:60,now:[16,17,25,65,67],nowsprint:42,nullcheck:[16,32,35,54,62],nullreferenceexcept:35,numbder:28,number:[24,27],object:[10,67,68],objectitem:5,objectseri:5,obsolet:[21,27],occlus:[44,46,53,60],occur:17,offici:5,offset:[27,29,61,62],omit:70,onc:[18,66],ondestroi:[10,24,67,68],one:[7,16],onen:[35,46],onerror:15,oninspectorgui:57,onli:[48,56],onload:65,onloadmodel:32,onresetclick:57,oocytanb:[51,52,53,54],opaqu:27,open:[4,5],opengl:17,optim:[27,42,61],option:[3,18,29,32],order:[18,24],organ:16,origin:[34,76],originalmetabeforemigr:76,osx:15,other:[15,17,32,44,56,60,66,67,71,73],otherliceneseurl:51,otherpermissionurl:51,ousttru:[15,17,18,19,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62],out:[5,7,32,73,76],outlin:56,outpath:5,output:[18,27,29,30,52],over:34,overrid:42,overwrit:28,own:10,p:0,pack:[17,19],packag:[12,15,25,60,62,64],page:12,param:52,paramet:[16,17,27,29],parent:53,pars:[4,15,32,63,67,69,70,73,76],parse_glb:4,parseglb:[65,67],parsepath:[67,68,69],parser:[0,27,67,68,69],partial:16,pass:[17,27,47,65],path:[5,13,15,16,32,46,53,69,70,73,76],pbr:[52,60],perform:63,permiss:44,person:[27,71,73],perspect:73,pip:0,pipelin:[29,54,70],pitch:54,plai:[54,59],platform:[24,32],pleas:[3,17,18,70,73],png:[11,71],po:4,pochang007:49,point:[5,59],pose:29,posit:[15,17],possibl:17,pre:[56,64],prefab:[17,30,32,36,46,54],prepar:25,preset:[32,57,66],prevent:67,preview:[27,32,58,59,61],previou:67,previous:17,prime:7,primit:2,print:4,privat:[29,32,66,67,68],probeanchor:38,problem:[17,29,42],process:67,profil:61,program:[34,45,54],project:[1,24,73],projectiontyp:5,prop:28,propag:27,properti:[5,27,29,52,56,58,76],provid:[16,76],proxi:66,publish:5,pull:[17,23,32,47],pure:24,put:[15,16],py:[0,63],q:7,quickstart:0,rais:4,random:38,rare:54,raw:52,rb:4,read:[4,47,51,62],read_str:4,read_uint:4,readabl:52,readallbyt:[65,67],reader:4,readm:[25,40,49,59,62],readmeta:[46,65],reason:17,recalculatetang:17,recogn:29,recommend:[12,49,64,66],record:[15,17],reduc:[25,29],reduceblendshapes:[29,30],refactar:53,refactor:[34,42,45,49,52,53,54,56],refer:[27,29,33,43,46,49],referenc:[55,56,57],reflect:5,reimport:18,relat:[3,70],releas:[19,20,23,24,25,26,27,28,29,30,32,33,34,35,36,37,38,39,40,41,42,43,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63],reli:16,relref:65,remap:55,remov:[24,25,27,32,44,49,50,52,53,54],renam:[13,15,16,40,50,51,53],rename_vrm10controller_to_vrm10inst:62,render:[12,36,45,47,54,60,73],repeat:17,replaceasync:8,report:17,repres:73,request:62,requir:[25,52,57],reserv:73,reset:[29,50,71],resiz:34,resolut:60,resourc:[1,49,56,60,67,68],restor:[25,45,57,61],restrict:52,result:4,retri:38,reversez:7,revert:29,rework:67,right:18,road:64,root:[8,10,15,65,67,68,72],rootbon:[15,16],ropo:32,rotat:63,rough:[53,55],roughnessfactor:27,run:67,runtim:[5,8,12,16,18,44,57,65],runtime_import:[45,54,65],runtimeexporersampl:12,runtimegltfinst:[3,6,44,56,58,68,70,73,76],runtimeimport:12,runtimeload:[12,60],s:[5,15,16,17,27,40,56,57,61,62,67,68,73],same:[15,16,17,18,24,52,56],sampl:[3,27,29,42,58,62,65,68,70,73,76],sampler:[17,52],santarh:[19,49,50,51,52,53,54,55,56,57,60,61,62],satisfi:52,sator:32,saturday06:[23,33],save:[16,18,27,32],saveandreimport:11,savespringbonetojson:45,scale:[42,61,62,63],scene:[46,73],schedul:29,schema:[17,24,27,29,45],screen:56,script:[5,17,52,56,60],scriptableobject:51,scriptdimport:44,scriptedimport:[44,56],scriptrefer:[67,68],seal:[67,68],search:[12,32],second:65,secondari:15,see:[3,70,73,76],seem:17,select:18,selector:61,self:[4,33,62],semi:17,semicolon:40,semver:26,separ:[17,27,32,39,69],serial:[5,29,30,38,52],serializ:15,serialize_:5,serializeextens:5,serializefield:[67,68,71],serializegoodmateri:5,serializergener:5,servic:8,set:[1,3,12,15,17,18,25,26,27,29,34,36,38,41,49,57,60],setdefault:29,setexpress:72,setmodel:8,settingprovid:[53,56],settingsprovid:53,settr:7,setup:18,setupasync:[10,60,62,73],setupexampl:71,setvalu:16,setvisibl:40,setweight:42,sh:32,shader:[1,29,46,47,53,54,60,61],shadernam:32,shaderprop:28,shaderproperti:[16,27,32],shape:[29,32],share:32,sharedmateri:36,should:17,show:[16,56],showmesh:[3,8,65,67,68,70,73],side:54,simpl:[59,60],simpleview:[3,12,62,70],simplifi:43,sinc:[15,17,18],singl:47,size:[4,17,29,34],skeleton:[15,16,17],skin:[16,25],skinnedm:24,skinnedmesh:15,skinnedmeshrender:[3,16,24,25,32,38,65,67,68,70],skip:[25,40,52,57],smaller:34,smooth:[25,27,46,53],so:73,some:25,soon:[17,18],space:[29,52,56],spanlik:63,spars:[38,53,55],spec:[6,24,25,42,53],specif:[2,5,16,17,52,53,66],specifi:[12,66],specvers:[25,27],sphinx:[61,63],spring:[41,53],springbon:[5,29,32,34,35,42,50],springbonecollidergroup:16,springbonewindow:50,squash:[35,61],src:[32,71],srgbtextur:11,srgbwrite:52,stabl:58,stackoverflowexcept:29,standalon:32,standard:[19,37,44,60],standardmap:60,standardmapexport:1,standardmapimport:1,start:[18,67,68,71],state:[15,17],statu:18,step:[3,67,70],stereo:47,stop:[15,73],store:56,strategi:53,streamingasset:25,streamwrit:5,strictli:53,string:[3,5,16,17,32,41,42,53,65,66,67,68,70,73,76],stringextens:56,strip:4,struct:[4,17],structur:[5,12],sub:17,subassetkei:[50,53,60],submesh:[21,40],submodul:[22,45,49,50],suffix:56,summari:5,support:[25,26,27,29,32,34,47,52,54,56,57,62],suppos:73,suppress:[25,29,32],surpris:42,sv_target:19,symbol:[15,24,25],synthes:66,system:[5,67,71,73],t:[5,53,56,57,60,62,63,65],tag:[19,20,23,24,25,26,27,28,29,30,32,33,34,35,36,37,38,39,40,41,42,43,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,73],tail:53,target:[2,5,20,32,38],targeta:20,targetb:20,targetnam:2,targetpath:46,task:[16,44,45,62,65,67,73,76],test:[27,29,30,49,52,53,54,63],test_mot:59,tex2d:19,text:5,textuerload:45,textur:[3,10,11,15,16,17,27,29,32,34,46,50,51,53,55,56,59,62,65,67,68,70],texture2d:[11,15,65],texture_import:46,textureconvert:47,texturedeseri:56,textureexport:52,texturefactori:10,textureimport:[11,19],textureimportertyp:[11,19],textureitem:[32,45],texturetransformbind:61,texturetransformtest:32,texturetyp:[11,19,29],than:[15,34,67],them:24,therefor:76,thi:[3,5,7,16,17,18,32,73],thirdperson:9,thirdperson_only_lay:[71,73],thirdpersononli:9,thirdpersononlylay:73,thread:[61,67],through:17,thumbnail:[60,62,76],tightli:17,tile:40,time:[16,65,67],tini:54,titl:65,toangleaxi:7,todo:[5,20,21,59],toglbbyt:16,tojsonschema:29,too:3,tool:[17,58],top:18,tostr:32,toupper:32,tp:9,tpose:[38,50],tr:[33,55,56],transfer:67,transferownership:10,transform:32,transpar:17,tree:[5,17,32],tri:17,trygetextens:5,trypars:32,tryparseormigr:[73,76],two:[17,67],txt:59,type:[4,5,29,52,53],typo:[23,27,29,43,63],u8868:42,udpat:63,ui:57,unarchiv:56,undeclar:61,under:[15,29],undisplai:16,unicod:42,unigltf:[1,3,8,13,14,15,16,17,18,22,24,32,50,56,58,60,61,62,63,67,68],unigltf_vrmshad:[58,64],unigltfvers:[5,58],unihumanoid:[22,32],unijson:[5,22,24,27],uninstal:58,unintend:43,uniqu:[35,40,56],unitask:[16,17],uniti:[3,17,18,24,25,27,49,54,56,58,62,64,65,67],unittest:[16,52,54,63],unity2019:[27,29],unity2020:46,unity3d:[67,68],unity_2017_1_or_new:[7,16,65],unity_2018_1_or_new:16,unity_editor:[42,60],unity_standalone_win:65,unityeditor:[5,34,52],unityeditorscript:27,unityengin:[5,10,67,68,71],unityobjectdestoy:54,unitypackag:[13,16,25,33,39,57,64],unitypath:5,unityvers:58,uniunlit:[1,14,24,27,29,32,37,40,47,70],univers:54,univrm0:39,univrm0x:58,univrm10:58,univrm1:13,univrm:[5,8,13,14,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,33,34,35,36,37,38,40,41,42,43,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64],univrm_api_histori:[45,54],univrm_bake_blendshap:38,univrm_export:34,univrm_use_blendshap:34,univrm_vrmshad:53,unknown:[4,32,34],unlit:[12,19,30,37],unlittransparentwithzwrit:62,unlittransparentzwrit:[19,62],unlitxxx:53,unnecessari:17,unpack:[4,16,19],unsigned_byt:45,unus:[25,27,49],up:52,updat:[0,5,6,17,18,24,27,28,29,32,40,41,49,50,51,53,57,58,62],updatemeta:76,updatewhenoffscreen:[16,24,65,67,68],upgrad:[0,3,42],uploadmeshdata:46,upm:[33,39,49,50,58,60],uppercas:32,url:[25,32,44],urp:[6,54,57,61,62,64],us:[2,3,5,8,12,16,17,18,24,27,32,42,49,52,53,54,55,57,62,66,67,68,70,73,76],user:66,user_defined_faci:66,useurp:76,ushort:47,utf8encod:5,util:[27,32],uv:[16,19,38],v0:[5,6,13,68],v1:[19,24],v2:[27,29],v2f:19,v3:[27,28,35],v:[7,17],valid:[18,32,34,35,36,41,50,51,52],validationcontext:51,valu:[5,16,17,25,26,27,34,52],variabl:29,variad:49,vbo:17,vec2:17,vector3:[17,29],vector:52,vendor_nam:5,version:[4,12,16,17,18,25,26,27,28,32,39,46,57,58,62,67,68,70],vertex:[17,29,32,51,63],vertexcolor:19,vertexcolorst:53,vertic:[16,17,45,51],view:71,viewer:60,viewerui:70,visibl:73,visiblerender:63,vr:73,vrik:24,vrm0:[8,46,50,51,55],vrm10:[5,13,52,57,58,61,76],vrm10autoexpress:59,vrm10control:62,vrm10data:[73,76],vrm10express:[10,57],vrm10import:[10,73,76],vrm10instanc:[62,72,73],vrm10materialdescriptorgener:76,vrm10object:10,vrm10objectfirstperson:62,vrm10selectorwindow:51,vrm10springbon:50,vrm10springbonecollidergroup:[50,51],vrm10urpmaterialdescriptorgener:76,vrm10viewer:[12,42,59,76],vrm10viewerui:76,vrm1:[8,42,49,50,51,54,57,58,63],vrm:[1,3,4,7,10,13,15,16,18,22,24,25,27,28,29,30,32,33,34,35,36,37,38,39,41,43,45,46,47,48,49,50,51,52,53,54,56,59,60,61,62,63,66,67,68,70,71,72,73,76],vrm_stop_assetpostprocessor:15,vrm_test_model:46,vrmblendshap:66,vrmblendshapeproxi:[30,66],vrmc:[13,39,58],vrmc_materials_hdr_emissivemultipli:56,vrmc_materials_mtoon:[53,54],vrmdata:6,vrmdeseri:5,vrmdeserializergener:5,vrmexport:[5,16],vrmexpress:10,vrmextens:[70,76],vrmfilepath:[67,68],vrmfirstperson:[12,24,29,40,43],vrmfirstpersononli:[71,73],vrmgameobject:[67,68],vrmimport:[16,65],vrmimportercontext:[5,65,67,68,70],vrmlib:[42,62,63],vrmlookat:24,vrmmaterialtest:[45,53],vrmmeta:[67,68],vrmobject:10,vrmserial:5,vrmserializergener:5,vrmshader:[1,13,24,47,49,51,58,60],vrmshaders_unigltf:13,vrmspringbon:[15,18,24,27],vrmspringbonecollidergroup:27,vrmthirdpersononli:[71,73],vrmurpmaterialdescriptorgener:70,w:[5,11,19],wa:[15,16,17,27,53,56],wai:18,warn:[25,33,37,53,56,62],we:[16,17,66,73,76],weight:[15,20],weighta:20,weightb:20,weights_0:47,were:16,what:58,when:[15,16,17,18,25,27,29,32,41,54,56,57,60,66,67,70],where:[15,29,63],whether:17,which:[17,18,24,45],why:[57,66],width:11,wiki:19,window:[32,45,49],wip:66,without:[5,15,30,53],work:[54,57,61],write:[5,51],writeallbyt:16,written:65,x00:4,x:[7,10,11,13,17,19,58,64,72,76],xx:[14,34],xyz_rightupforward_rh:45,y:[7,11,17,19],yaw:54,yet:70,yoship1639:32,you:[3,16,17,18,73,76],your:73,yournamespac:67,z:[7,11,19],zero:56,zip:56,ziparchivedgltffilepars:3},titles:["Sphinx \u4f5c\u696d","\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u306e\u30d3\u30eb\u30c9","GltfUpdate(0.36)","GlbImport(0.82)","glb\u30d5\u30a9\u30fc\u30de\u30c3\u30c8\u6982\u8aac","The implementation of glTF extensions(0.63.2)","Version","\u5ea7\u6a19\u7cfb\u306e\u5909\u63db","FastSpringBone\u306b\u3064\u3044\u3066","VR\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u306e FirstPerson \u8a2d\u5b9a\u306b\u3088\u308b Renderer \u306e\u53ef\u8996\u5236\u5fa1","Runtime \u306e\u30ea\u30bd\u30fc\u30b9\u7ba1\u7406\u306b\u3064\u3044\u3066","Texture\u95a2\u9023","UniVRM Programming Document","Package Structure","\uff5ev0.55: Unity-5.6(.NET-3.5)","v0.40","v0.41","v0.42","v0.43","v0.44: UniGLTF/UniUnlit \u8ffd\u52a0","v0.45","v0.46","v0.47","v0.48","v0.49","v0.50","v0.51.0","v0.52.0","v0.53.0","v0.54.0","v0.55.0","v0.56\uff5ev0.67: Unity-2018.4","v0.56.0: \u6700\u4f4e\u30d0\u30fc\u30b8\u30e7\u30f3\u3092 Unity-2018.4 \u306b\u66f4\u65b0","v0.57.0: \u30dc\u30fc\u30f3\u540d\u91cd\u8907\u306e\u81ea\u52d5\u30ea\u30cd\u30fc\u30e0","v0.58.0: \u30c6\u30af\u30b9\u30c1\u30e3\u30b5\u30a4\u30ba\u306e\u9069\u6b63\u306a\u8003\u616e","v0.59.0","v0.60.0","v0.61.0: \u30b7\u30ea\u30a2\u30e9\u30a4\u30b6\u30fc\u3092 reflection \u304b\u3089\u30b3\u30fc\u30c9\u751f\u6210\u306b\u5909\u66f4","v0.62.0: BlendShape bake","v0.63.0: UniGLTF \u3068 UniVRM \u306e\u5206\u96e2","v0.64.0","v0.65.0","v0.66.0","v0.67.0: UniJson \u5358\u7d14\u5316","v0.68\uff5ev0.78: Unity-2018.4 (pre release)","v0.68.0: ImporterContext, ScriptedImporter(glb/gltf), remove DepthFirstScheduler","v0.69.0: MetallicRoughnessOcclusion\u30c6\u30af\u30b9\u30c1\u30e3\u30fc","v0.70.0: EncodeToPng \u306b\u5931\u6557\u3059\u308b\u30a8\u30e9\u30fc\u3092\u4fee\u6b63","v0.71.0: fix Metallic \u307e\u305f\u306f Occlusion \u30c6\u30af\u30b9\u30c1\u30e3\u30fc\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u306e\u30d0\u30b0\u4fee\u6b63","v0.72.0: Linear\u30ab\u30e9\u30fc\u30b9\u30da\u30fc\u30b9\u306e\u63a8\u5968, DividedVertexBuffer","v0.73.0: other permission url \u306e\u4fee\u6b63","v0.74.0: runtime \u30b9\u30d7\u30ea\u30f3\u30b0\u30dc\u30fc\u30f3\u306e\u30b9\u30b1\u30fc\u30eb","v0.75.0: mipmap","v0.76.0: Shader\u6574\u7406","v0.77.0: RuntimeGltfInstance","v0.78.0: ScriptdImporter \u306e\u6539\u4fee","v0.79.0: 1.0\u6e96\u5099","v0.80.0: 1.0\u6e96\u5099, \u6700\u4f4e\u30d0\u30fc\u30b8\u30e7\u30f3\u3092 Unity-2019.4LTS \u306b\u66f4\u65b0","v0.81.0: 1.0\u6e96\u5099, unitypackage \u69cb\u6210\u5909\u66f4","v0.82.0: 1.0\u6e96\u5099, URP \u5411\u3051 Material\u7f6e\u304d\u63db\u3048\u6a5f\u80fd","v0.83.0: 1.0\u6e96\u5099","v0.84.0: 1.0\u6e96\u5099, glTF import menu \u5fa9\u6d3b","v0.85.0: 1.0\u6e96\u5099, [0.x]FastSpringBone","Road to 1.0, [1.0]FastSpringBone","Release","RuntimeImport(0.44)","BlendShapeProxy(0.58)","RuntimeImport(0.68)","RuntimeImport(0.77)","RuntimeImport(0.79)","RuntimeImport(0.82)","How to use VRMFirstPerson","\ud83d\udea7Expression","FirstPerson","\ud83d\udea7Humanoid","\ud83d\udea7LookAt","RuntimeLoad"],titleterms:{"0":[2,3,5,8,12,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,65,66,67,68,69,70,74],"01":[39,40,41,59],"02":[42,43],"03":[42,45,46,47],"04":[27,39,48,49,50],"05":[28,48,51,52],"06":[27,28,53,54,55],"07":[53,56],"08":[57,58],"09":[59,60,61,62],"0\u5171\u901a":74,"0\u6e96\u5099":[56,57,58,59,60,61,62],"1":[3,8,12,40,42,51,52,55,56,57,58,59,60,61,62,63,70,74],"10":[43,60],"11":[45,51,57],"12":29,"13":49,"14":40,"16":54,"17":29,"19":56,"2":[3,5,70],"20":58,"2018":[31,32,44],"2019":[27,28,29,57],"2020\u5bfe\u5fdc":46,"2021":[39,40,41,42,43,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62],"21":50,"22":[46,61],"23":55,"24":52,"25":41,"3":[3,14,70],"30":62,"31":47,"36":2,"37":65,"39":15,"3\u5bfe\u5fdc":21,"4":[31,32,44,70],"40":15,"41":16,"42":[17,18],"43":18,"43\u4ee5\u524d\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u3067import\u3057\u305f\u3068\u304d":19,"44":[19,65],"45":20,"46":21,"47":22,"48":23,"49":24,"4lt":57,"5":14,"50":25,"51":26,"52":27,"53":28,"54":29,"55":[14,30],"56":[31,32],"56\u4ee5\u964d":31,"57":33,"58":[34,66],"59":35,"6":14,"60":36,"61":37,"62":38,"63":[5,39],"64":40,"65":41,"66":42,"67":[31,43],"68":[44,45,67],"69":46,"70":47,"71":48,"72":49,"73":50,"74":51,"75":52,"76":53,"77":[54,68],"78":[44,55],"79":[56,64,69],"80":57,"81":58,"82":[3,59,70],"83":60,"84":61,"85":62,"\u03b2":12,"\u304b\u3089\u30b3\u30fc\u30c9\u751f\u6210\u306b\u5909\u66f4":37,"\u304c\u96a0\u308c\u3066\u3044\u305f\u306e\u3092\u4fee\u6b63":50,"\u305d\u306e\u4ed6":[23,24,25],"\u305d\u306e\u4ed6\u306e\u30d0\u30b0\u4fee\u6b63":27,"\u305d\u306e\u4ed6\u306echangelog":[32,33,34,35,36,37,38,39,40,41,42,43,45,46,47,48,49,50,52,53,54,55,56,57,58,59,60,61,62],"\u305d\u306e\u4ed6\u4fee\u6b63":29,"\u3067\u3042\u308b\u5834\u5408\u306b\u5bfe\u5fdc":47,"\u3067\u5206\u5272\u3059\u308b\u3092\u8ffd\u52a0":49,"\u306b\u3059\u308b\u30dc\u30bf\u30f3":49,"\u306b\u5931\u6557\u3059\u308b\u30a8\u30e9\u30fc\u3092\u4fee\u6b63":47,"\u306b\u66f4\u65b0":[32,57],"\u306e\u30a8\u30f3\u30b3\u30fc\u30c7\u30a3\u30f3\u30b0":5,"\u306e\u30ea\u30bd\u30fc\u30b9\u7ba1\u7406\u306b\u3064\u3044\u3066":10,"\u306e\u4fee\u6b63":[50,52],"\u306e\u5206\u96e2":39,"\u306e\u53d6\u5f97\u65b9\u6cd5":74,"\u306e\u53ef\u8996\u5236\u5fa1":9,"\u306e\u578b\u304b\u3089\u751f\u6210":5,"\u306e\u5c0e\u5165\u65b9\u6cd5":8,"\u306e\u62e1\u5f35\u306e\u66f8\u304d\u65b9":5,"\u306e\u6319\u52d5\u306b\u3064\u3044\u3066":11,"\u306e\u6539\u4fee":55,"\u306e\u66f4\u65b0":32,"\u306e\u6982\u8981":8,"\u306e\u69cb\u6210\u3092\u6574\u7406\u3057\u307e\u3057\u305f":58,"\u306e\u8ffd\u52a0":32,"\u307e\u305f\u306f":48,"\u3082\u3057\u304f\u306f":47,"\u3092\u4e0a\u66f8\u304d\u3057\u306a\u3044":21,"\u3092\u5f97\u308b":70,"\u3092\u9069\u7528\u3059\u308b\u969b\u306e\u7af6\u5408\u306e\u554f\u984c\u306b\u3064\u3044\u3066":66,"\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u306e\u30d3\u30eb\u30c9":1,"\u30a4\u30f3\u30b9\u30bf\u30f3\u30b9\u3092\u4f7f\u7528\u3059\u308b":3,"\u30a8\u30af\u30b9\u30dd\u30fc\u30bf\u30fc":35,"\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u306e\u5fa9\u6d3b":34,"\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u30c0\u30a4\u30a2\u30ed\u30b0\u306e\u4f5c\u308a\u76f4\u3057":34,"\u30ad\u30fc\u51fa\u529b\u306e\u6291\u5236":5,"\u30b3\u30fc\u30c9\u751f\u6210":5,"\u30b5\u30a4\u30ba\u306e\u6982\u8981\u8868\u793a":37,"\u30b7\u30a7\u30fc\u30c0\u30fc\u306e":46,"\u30b7\u30ea\u30a2\u30e9\u30a4\u30b6\u306e\u66f4\u65b0":37,"\u30b7\u30ea\u30a2\u30e9\u30a4\u30b6\u30fc":5,"\u30b7\u30ea\u30a2\u30e9\u30a4\u30b6\u30fc\u3092":37,"\u30b8\u30a7\u30cd\u30ec\u30fc\u30bf\u30fc\u306e\u547c\u3073\u51fa\u3057\u30b3\u30fc\u30c9":5,"\u30b9\u30d7\u30ea\u30f3\u30b0\u30dc\u30fc\u30f3\u306e\u30b9\u30b1\u30fc\u30eb":51,"\u30c6\u30af\u30b9\u30c1\u30e3\u30b5\u30a4\u30ba\u306e\u9069\u6b63\u306a\u8003\u616e":34,"\u30c6\u30af\u30b9\u30c1\u30e3\u30fc\u306e\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u306b\u5931\u6557\u3059\u308b":47,"\u30c6\u30af\u30b9\u30c1\u30e3\u30fc\u306e\u6319\u52d5\u306b\u3064\u3044\u3066":11,"\u30c6\u30af\u30b9\u30c1\u30e3\u30fc\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u306e\u30d0\u30b0\u4fee\u6b63":48,"\u30c7\u30b7\u30ea\u30a2\u30e9\u30a4\u30b6\u30fc":5,"\u30d0\u30b0\u4fee\u6b63":[20,21,23,24,25,26,46,55],"\u30d1\u30c3\u30b1\u30fc\u30b8\u6574\u7406\u306a\u3069":58,"\u30d1\u30fc\u30b9\u3059\u308b":3,"\u30d3\u30eb\u30c9\u306b\u542b\u3081\u308b\u30b7\u30a7\u30fc\u30c0\u30fc":1,"\u30d5\u30a9\u30eb\u30c0\u3092\u72ec\u7acb":32,"\u30dc\u30fc\u30f3\u540d\u91cd\u8907\u306e\u81ea\u52d5\u30ea\u30cd\u30fc\u30e0":33,"\u30e9\u30f3\u30bf\u30a4\u30e0":1,"\u30ed\u30fc\u30c9\u3059\u308b":3,"\u4e3b\u306a\u4fee\u6b63":[53,54],"\u4e3b\u306a\u5909\u66f4":[32,33,34,35,36,37,38,39,40,41,42,45,46,47,49,50,51],"\u4f55\u6545":66,"\u4f5c\u696d":0,"\u521d\u671f\u5316":0,"\u5358\u7d14\u5316":43,"\u5411\u3051":59,"\u578b\u3092\u6c7a\u3081\u308b":5,"\u5927\u5207\u306a\u304a\u77e5\u3089\u305b":19,"\u5b9f\u88c5\u30e1\u30e2":12,"\u5b9f\u88c5\u4f8b":5,"\u5bfe\u5fdc":32,"\u5c0e\u5165":0,"\u5ea7\u6a19\u7cfb\u306e\u5909\u63db":7,"\u5fa9\u6d3b":61,"\u6539\u826f":[24,25,26],"\u6574\u7406":32,"\u65b0\u30b7\u30a7\u30fc\u30c0\u30fc\u30920":19,"\u65b0\u898f":25,"\u6642\u306e\u30c6\u30af\u30b9\u30c1\u30e3\u30fc\u5909\u63db\u7528\u306e\u30b7\u30a7\u30fc\u30c0\u30fc":1,"\u66f4\u65b0":[0,19,20],"\u66f4\u65b0\u5185\u5bb9":27,"\u6700\u4f4e\u30d0\u30fc\u30b8\u30e7\u30f3\u3092":[32,57],"\u672a\u5bfe\u5fdc\u306espringbone\u8a2d\u5b9a":34,"\u6982\u8981":8,"\u69cb\u6210\u5909\u66f4":58,"\u6b63\u898f\u5316\u3059\u308b\u6642\u306bdisable\u306egameobject\u304c\u3042\u308b\u3068\u5931\u6557\u3059\u308b\u5834\u5408\u304c\u3042\u308b\u306e\u3092\u4fee\u6b63":19,"\u6cd5\u7dda\u30de\u30c3\u30d7\u306e\u5165\u51fa\u529b\u306b\u3064\u3044\u3066":19,"\u6e96\u5099":[40,42],"\u751f\u6210\u30b3\u30fc\u30c9\u306e\u547c\u3073\u51fa\u3057":5,"\u8907\u6570\u306e":66,"\u8907\u6570\u306esetter\u304c\u3042\u308b\u306e\u304b":66,"\u8a2d\u5b9a\u306b\u3088\u308b":9,"\u8ffd\u52a0":19,"\u8ffd\u8a18":20,"\u95a2\u9023":38,"\u95a2\u9023\u60c5\u5831":58,"\u975e\u30a2\u30af\u30c6\u30a3\u30d6\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306e\u30b9\u30ad\u30c3\u30d7":21,"\u9802\u70b9\u30ab\u30e9\u30fc\u306e\u6271\u3044":37,"\u9802\u70b9\u30d0\u30c3\u30d5\u30a1\u3092":49,"animation\u95a2\u9023":19,"animator\u7d4c\u7531":74,"api\u306e\u5909\u66f4":[20,21],"api\u66f4\u65b0":54,"auto\u6307\u5b9a\u306emeshrenderer\u304c\u4e00\u4eba\u79f0\u8996\u70b9\u3067\u975e\u8868\u793a\u306b\u306a\u308b\u306e\u3092\u4fee\u6b63":19,"blendshapekey\u306e\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9\u3092\u53b3\u683c\u5316":32,"blendshapeproxy\u3067\u30de\u30c6\u30ea\u30a2\u30eb\u306e\u30af\u30ea\u30a2\u6319\u52d5\u3092\u4fee\u6b63\u3057\u307e\u3057\u305f":21,"bug\u4fee\u6b63":[49,52,60],"burst\u306e\u5c0e\u5165\u306b\u3064\u3044\u3066":8,"byte":[3,65],"clear\u306e\u524a\u9664":20,"destroy\u306e\u4fee\u6b63":21,"enum":5,"export":[1,5,19,21,32,33,36,37,38,39,40,42,45,50,52,55],"fastspringbone\u306b\u3064\u3044\u3066":8,"fastspringboneservice\u306b\u3064\u3044\u3066":8,"float\u5024\u306bnan":21,"function":[71,73],"glb\u30a8\u30af\u30b9\u30dd\u30fc\u30bf\u30fc":19,"glb\u30d5\u30a9\u30fc\u30de\u30c3\u30c8\u6982\u8aac":4,"glb\u5f62\u5f0f":4,"gltf\u5168\u4f53":5,"humanoid\u30b3\u30f3\u30dd\u30fc\u30cd\u30f3\u30c8":74,"import":[1,5,16,17,18,19,21,36,38,39,40,42,45,52,61],"import\u6642\u306b\u65e2\u5b58\u306e\u30d5\u30a1\u30a4\u30eb":21,"importer\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9\u6574\u7406":19,"inf\u304c\u3042\u3063\u305f\u3068\u304d\u306b\u30d1\u30fc\u30b9\u51fa\u6765\u308b\u3088\u3046\u306b\u3057\u305f":21,"jsonschema\u304b\u3089\u751f\u6210":5,"linear\u30ab\u30e9\u30fc\u30b9\u30da\u30fc\u30b9\u306e\u63a8\u5968":49,"material\u7f6e\u304d\u63db\u3048\u6a5f\u80fd":59,"meta\u306e\u7de8\u96c6\u753b\u9762\u304b\u3089":50,"metallicroughnessocclusion\u30c6\u30af\u30b9\u30c1\u30e3\u30fc":46,"metallicroughnessocclusion\u30c6\u30af\u30b9\u30c1\u30e3\u30fc\u95a2\u9023":46,"normal\u306a\u3069":7,"normalmap\u7b49\u306e\u30de\u30c6\u30ea\u30a2\u30eb\u5bfe\u5fdc\u95a2\u9023":19,"python3\u306b\u3088\u308b\u30d1\u30fc\u30b9\u4f8b":4,"setup\u306e\u6700\u9069\u5316":21,"shader\u306e\u6574\u7406":53,"shader\u6574\u7406":53,"texture\u95a2\u9023":11,"thumbnail\u8a2d\u5b9a\u306e\u5fa9\u65e7":21,"unity\u5bfe\u5fdc\u30d0\u30fc\u30b8\u30e7\u30f3\u3092\u66f4\u65b0":32,"uniunlit\u306e\u5c0e\u5165":19,"unlit\u3068standard\u30de\u30c6\u30ea\u30a2\u30eb\u306b\u95a2\u3057\u3066\u306f":19,"vr\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u306e":9,"vrm\u90e8\u306b\u91cd\u8907\u3057\u305f\u60c5\u5831\u3092\u4fdd\u5b58\u3057\u306a\u3044\u4ed5\u69d8\u5909\u66f4":19,"x\u3068vrm":74,The:5,about:5,accumulatevalu:[21,66],addit:71,api:[16,45,67],appli:66,applic:71,archiv:3,argument:[3,70],arrai:[3,65],articl:65,asset:[11,17,19],async:3,asynchron:[65,67],autorefer:56,bake:38,bindmatric:7,blendshap:[2,17,18,38,66],blendshapeavatar:21,blendshapeclip:21,blendshapekei:[34,66],blendshapeproxi:[21,66],bone:74,bufferview:17,bug:[15,17,18,41],build:12,bvh:17,byte4:47,bytestridewil:17,c:5,call:71,camera:[71,73],chang:[2,17,63,67],changelog:30,code:67,commit:21,compon:21,correct:15,current:17,depthfirstschedul:45,destroi:21,destroyrootandresourc:21,dialog:39,directori:17,dividedvertexbuff:49,document:12,editor:[11,16,19],editordestroyroot:21,editordestroyrootandasset:21,empti:18,enabl:73,encodetopng:47,exampl:65,experiment:70,express:72,extens:[3,5],extra:5,fastspringbon:[8,62,63],file:[3,65],filter:52,firstperson:[9,10,73],fix:[2,15,16,17,18,41,48],form:65,from:[3,65,66],get:65,gettext:0,glb:[3,45,55],glbimport:3,gltf:[3,5,12,17,19,45,55,61],gltfdata:70,gltfupdat:2,how:[18,71],humanoid:74,immedi:21,immediatelysetvalu:[21,66],implement:5,importercontext:[21,45],improv:17,indic:12,inform:[16,17,18,58,65],initi:73,instanc:70,interfac:66,json:16,jsonpath:5,jsonshcema:17,judgement:17,kei:21,khr_materials_unlit:5,khr_texture_transform:5,layer:[71,73],layermask:71,linear:11,load:[3,67,70],loadasync:65,loadasynctask:65,lookat:75,major:[15,16],materi:[3,5,17,21],materialgener:[3,70],matrix:7,menu:61,mesh:[5,37],meshutil:[32,35,41,42],metal:48,method:66,mipmap:52,modif:17,mtoon:[1,19,35,48,54],myst:0,name:2,net:14,node:5,normalmap:[11,19],object:18,occlus:48,older:64,open:65,other:[18,50,63],output:17,overview:12,packag:13,pars:3,path:[3,65],permiss:50,pipelin:59,pose:49,posit:[2,7],pre:44,prefab:34,prefer:50,process:17,program:12,quaternion:7,recommend:73,refer:17,reflect:37,relat:[16,58,65],releas:[12,14,15,17,44,64],remov:45,render:[9,59,71],restor:18,result:18,rework:66,road:63,rotat:7,runtim:[10,11,19,37,51,71,73],runtimegltfinst:[10,54],runtimeimport:[65,67,68,69,70],runtimeload:76,s:66,sampl:[12,67],script:66,scriptdimport:55,scriptedimport:[45,55],set:[70,71,73],setup:71,setvalu:[21,66],specifi:[71,73],sphinx:0,standard:46,statu:17,storag:2,structur:[13,17],submesh:49,support:17,sync:3,synchron:67,t:49,tabl:12,tangent:17,targetnam:5,textur:[2,52],thumbnail:65,todo:56,unigltf:[5,19,39],unihumanoid:17,unijson:43,uniti:[7,11,14,31,32,44,46,57],unity2018:21,unitypackag:[14,32,58],uniunlit:19,univers:59,univrm:[12,32,39],unlit:1,updat:[16,48],upm:[13,32],url:50,urp:[3,59,70],us:71,ushort4:47,uv:[7,17],v0:[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,64,65],valu:21,vector3:7,version:[6,15,64,65],vrm0:[5,7],vrm10instanc:10,vrm1:[5,7,45],vrm:[5,8,12,17,19,40,42,55,57,58,65,74],vrmblendshapeproxi:20,vrmc_materials_mtoon:5,vrmc_node_collid:5,vrmc_springbon:5,vrmc_vrm:5,vrmc_vrm_constraint:5,vrmdata:70,vrmfirstperson:[21,71],vrmshader:32,we:15,weight:66,weight_0:47,wrap:52,x:[8,62],zip:3}}) \ No newline at end of file +Search.setIndex({docnames:["README","build","gltf/0_36_update","gltf/0_82_glb_import","gltf/format","gltf/how_to_impl_extension","gltf/index","implementation/coordinate","implementation/fast_spring_bone","implementation/first_person","implementation/index","implementation/runtime_resource_management","implementation/texture_manipulation","index","release/055/index","release/055/v0.40","release/055/v0.41","release/055/v0.42","release/055/v0.43","release/055/v0.44","release/055/v0.45","release/055/v0.46","release/055/v0.47","release/055/v0.48","release/055/v0.49","release/055/v0.50","release/055/v0.51.0","release/055/v0.52.0","release/055/v0.53.0","release/055/v0.54.0","release/055/v0.55.0","release/056/index","release/056/v0.56.0","release/056/v0.57.0","release/056/v0.58.0","release/056/v0.59.0","release/056/v0.60.0","release/056/v0.61.0","release/056/v0.62.0","release/056/v0.63.0","release/056/v0.64.0","release/056/v0.65.0","release/056/v0.66.0","release/056/v0.67.0","release/068/index","release/068/v0.68.0","release/068/v0.69.0","release/068/v0.70.0","release/068/v0.71.0","release/068/v0.72.0","release/068/v0.73.0","release/068/v0.74.0","release/068/v0.75.0","release/068/v0.76.0","release/068/v0.77.0","release/068/v0.78.0","release/079/index","release/079/v0.79.0","release/079/v0.80.0","release/079/v0.81.0","release/079/v0.82.0","release/079/v0.83.0","release/079/v0.84.0","release/079/v0.85.0","release/079/v0.86.0","release/index","vrm0/0_44_runtime_import","vrm0/0_58_blendshape","vrm0/0_68_runtime_import","vrm0/0_77_runtime_import","vrm0/0_79_runtime_import","vrm0/0_82_runtime_import","vrm0/firstperson","vrm0/index","vrm1/index","vrm1/vrm1_expression","vrm1/vrm1_firstperson","vrm1/vrm1_get_humanoid","vrm1/vrm1_lookat","vrm1/vrm1_runtime_load"],envversion:{"sphinx.domains.c":2,"sphinx.domains.changeset":1,"sphinx.domains.citation":1,"sphinx.domains.cpp":4,"sphinx.domains.index":1,"sphinx.domains.javascript":2,"sphinx.domains.math":2,"sphinx.domains.python":3,"sphinx.domains.rst":2,"sphinx.domains.std":2,sphinx:56},filenames:["README.md","build.md","gltf/0_36_update.md","gltf/0_82_glb_import.md","gltf/format.md","gltf/how_to_impl_extension.md","gltf/index.md","implementation/coordinate.md","implementation/fast_spring_bone.md","implementation/first_person.md","implementation/index.md","implementation/runtime_resource_management.md","implementation/texture_manipulation.md","index.md","release/055/index.md","release/055/v0.40.md","release/055/v0.41.md","release/055/v0.42.md","release/055/v0.43.md","release/055/v0.44.md","release/055/v0.45.md","release/055/v0.46.md","release/055/v0.47.md","release/055/v0.48.md","release/055/v0.49.md","release/055/v0.50.md","release/055/v0.51.0.md","release/055/v0.52.0.md","release/055/v0.53.0.md","release/055/v0.54.0.md","release/055/v0.55.0.md","release/056/index.md","release/056/v0.56.0.md","release/056/v0.57.0.md","release/056/v0.58.0.md","release/056/v0.59.0.md","release/056/v0.60.0.md","release/056/v0.61.0.md","release/056/v0.62.0.md","release/056/v0.63.0.md","release/056/v0.64.0.md","release/056/v0.65.0.md","release/056/v0.66.0.md","release/056/v0.67.0.md","release/068/index.md","release/068/v0.68.0.md","release/068/v0.69.0.md","release/068/v0.70.0.md","release/068/v0.71.0.md","release/068/v0.72.0.md","release/068/v0.73.0.md","release/068/v0.74.0.md","release/068/v0.75.0.md","release/068/v0.76.0.md","release/068/v0.77.0.md","release/068/v0.78.0.md","release/079/index.md","release/079/v0.79.0.md","release/079/v0.80.0.md","release/079/v0.81.0.md","release/079/v0.82.0.md","release/079/v0.83.0.md","release/079/v0.84.0.md","release/079/v0.85.0.md","release/079/v0.86.0.md","release/index.md","vrm0/0_44_runtime_import.md","vrm0/0_58_blendshape.md","vrm0/0_68_runtime_import.md","vrm0/0_77_runtime_import.md","vrm0/0_79_runtime_import.md","vrm0/0_82_runtime_import.md","vrm0/firstperson.md","vrm0/index.md","vrm1/index.md","vrm1/vrm1_expression.md","vrm1/vrm1_firstperson.md","vrm1/vrm1_get_humanoid.md","vrm1/vrm1_lookat.md","vrm1/vrm1_runtime_load.md"],objects:{},objnames:{},objtypes:{},terms:{"0":[4,6,7,11,12,13,14,17,18,19,24,25,31,44,56,73,75,79],"01":31,"02":31,"03":[31,44,61],"04":44,"05":[31,44],"06":44,"07":31,"08":[31,44],"0\u03b2":[56,59],"0\u3067\u306ffastspringbone\u304c\u63fa\u308c\u3082\u306e\u306e\u6a19\u6e96\u5b9f\u88c5\u3067\u3059":8,"0\u306b\u4e0a\u66f8\u304d\u3055\u308c\u3066\u3057\u307e\u3046\u554f\u984c\u3092\u4fee\u6b63\u3057\u307e\u3057\u305f":25,"0\u65b9\u5f0f":7,"0\u6e96\u5099":56,"0_yyyi":14,"0beta":59,"0c49":20,"0f":[17,67],"1":[4,5,6,7,12,13,17,19,20,23,24,25,26,27,28,29,31,32,33,34,35,36,37,38,39,41,43,44,45,46,47,48,49,50,53,54,56,67,68,69,75,76,79],"10":[26,72,76],"100":[34,67],"1000":53,"1001":53,"1002":53,"1003":53,"1004":53,"1005":53,"1006":57,"1007":53,"1008":53,"1009":53,"1010":53,"1011":53,"1012":53,"1013":53,"1014":54,"1015":54,"1016":54,"1017":54,"1018":54,"1019":54,"102":23,"1020":54,"1021":54,"1022":[44,54],"1023":54,"1024":54,"1027":54,"1028":54,"1029":54,"1030":54,"1031":54,"1032":54,"1033":54,"1034":54,"1035":58,"1036":[2,54],"1037":54,"1040":54,"1041":54,"1042":54,"1043":54,"1044":54,"1045":54,"1047":55,"1048":62,"1049":[44,55],"1050":55,"1051":57,"1052":55,"1053":55,"1058":55,"1059":57,"1061":55,"1062":55,"1063":55,"1064":55,"1065":55,"1066":55,"1068":60,"1069":57,"1070":57,"1071":57,"1072":57,"1073":57,"1074":57,"1076":57,"1077":57,"1079":57,"1080":57,"1081":57,"1082":57,"1083":57,"1084":57,"1085":57,"1086":57,"1087":57,"1089":57,"1090":57,"1092":57,"1095":57,"1096":59,"1098":57,"1099":57,"10\u4e07\u4ee5\u4e0a":21,"11":27,"110":23,"1100":57,"1101":57,"1102":57,"1103":[57,61],"1104":58,"1105":57,"1106":57,"1107":57,"1108":[57,58],"1109":57,"1110":58,"1111":58,"1113":58,"1114":58,"1115":59,"1117":58,"1118":58,"1119":58,"1125":58,"1126":58,"1127":58,"1129":58,"1130":58,"1131":58,"1132":58,"1133":58,"1134":58,"1135":58,"1136":58,"1137":58,"1139":63,"1140":58,"1141":58,"1142":58,"1143":58,"1144":58,"1145":58,"1147":59,"1148":59,"1149":59,"1150":59,"1151":59,"1152":59,"1153":59,"1154":59,"1155":59,"1156":59,"1157":60,"1158":59,"1159":59,"1161":60,"1162":62,"1164":60,"1167":60,"1168":60,"1169":60,"117":23,"1171":60,"1172":[60,61],"1173":60,"1174":60,"1177":60,"1178":61,"1179":60,"118":23,"1180":60,"1184":61,"1186":61,"1187":61,"1188":61,"1189":61,"119":24,"1190":61,"1191":61,"1192":61,"1193":61,"1194":61,"1195":61,"1196":61,"1197":61,"1198":61,"1199":61,"12":[4,17,28,30,44],"1201":61,"1202":61,"1203":61,"1204":61,"1206":61,"1207":61,"1209":61,"1211":62,"1212":61,"1213":61,"1215":62,"1219":62,"1220":62,"1221":[62,63],"1222":62,"1223":62,"1224":62,"1225":63,"1226":62,"1227":62,"1228":62,"123":24,"1230":62,"1231":62,"1232":62,"1233":62,"1234":62,"1237":62,"1238":63,"124":24,"1242":63,"1243":63,"1244":63,"1246":63,"1248":63,"1249":63,"1250":63,"1251":63,"1252":63,"1253":63,"1254":63,"1255":63,"1258":63,"1259":63,"1260":63,"1261":63,"1262":63,"1263":63,"1265":63,"1269":64,"1271":64,"1272":64,"1273":64,"1276":64,"1277":64,"1278":64,"1279":64,"1281":64,"1282":64,"1283":64,"1285":64,"1287":64,"1288":64,"129":24,"13":[29,44],"130":24,"131":24,"132":24,"134":24,"135":24,"139":24,"141":24,"143":24,"147":24,"148":24,"149":24,"15":[31,32],"150":[24,25],"151":25,"154":25,"155":25,"158":25,"159":25,"16":[17,33,44],"160":25,"162":25,"163":25,"164":25,"165":25,"166":25,"17":[19,34,44],"171":25,"173":25,"176":25,"177":25,"178":25,"18":35,"180":25,"184":27,"185":25,"187":27,"189":27,"19":36,"193":26,"194":26,"195":27,"197":27,"199":27,"1\u3067\u306f\u3053\u308c\u3092\u6a19\u6e96\u306b\u3057\u307e\u3059":49,"1\u3067\u6b63\u5e38\u306b\u52d5\u4f5c\u3059\u308b\u3088\u3046\u306b\u4fee\u6b63":27,"1\u65b9\u5f0f\u3092\u9078\u3079\u307e\u3059":7,"1b36":[26,27],"1d41ff0":15,"1f":67,"2":[4,6,28,31,40,44,67,68,69,76],"20":37,"200":27,"201":27,"2018":65,"2018\u4ed5\u69d8\u306b\u4fee\u6b63":49,"2019":[30,32,59,65,68,69],"2019\u306b\u3042\u3052\u308b":58,"2020":31,"2021":31,"20210430":51,"203":27,"204":27,"205":27,"206":27,"21":[18,38],"210":27,"215":27,"217":27,"218":27,"219":27,"22":44,"220":27,"221":27,"222":27,"224":27,"227":27,"228":27,"229":32,"23":[40,44,58],"239":27,"23f1":32,"24":41,"241":27,"243":27,"249":27,"25":[39,44],"250":27,"252":27,"253":27,"254":27,"255":27,"259":28,"26":[17,30,31,42],"260":28,"261":28,"262":28,"263":28,"264":28,"268":29,"269":29,"27":43,"270":29,"271":29,"272":29,"273":29,"274":29,"275":29,"276":29,"278":29,"279":29,"28":[17,31],"280":29,"281":29,"285":29,"286":29,"287":29,"29":19,"298":29,"3":[7,31,32,40,44,48,65,68,69,76],"30":45,"304":29,"305":29,"306":29,"31":[19,44,46],"310":29,"311":29,"314":29,"314078356":2,"317":29,"32":47,"320":29,"325":32,"33":48,"330":[29,32],"330\u4ee5\u524d\u306e\u52d5\u4f5c":32,"331":29,"332":29,"335":29,"338":29,"339":29,"34":49,"340":29,"341":29,"342":29,"343":29,"345":29,"346":29,"35":50,"352":30,"353":30,"356":30,"358":30,"359":30,"36":[6,19,51],"368":63,"37":52,"378":32,"379":32,"38":[19,53],"380":32,"381":32,"383":32,"386":32,"387":54,"388":[44,46],"389":32,"39":[19,54],"393":32,"399":32,"3\u3067import\u3059\u308b\u3068assetpipelinev2\u3067\u30a8\u30e9\u30fc\u304c\u51fa\u3066\u3044\u305f\u305f\u3081\u4fee\u6b63":29,"3\u306b\u66f4\u65b0\u3057\u305f":32,"3\u5f15\u6570":21,"4":[4,35,65,68,69,76],"40":[14,55],"401":32,"403":32,"404":32,"405":32,"408":32,"409":32,"41":[14,17,18],"410":32,"412":32,"413":32,"416":32,"417":32,"419":32,"42":14,"420":32,"421":32,"427":32,"428":32,"43":14,"430":32,"432":32,"433":32,"434":32,"435":32,"436":32,"43\u4ee5\u524d\u3067\u306f":19,"43\u4ee5\u524d\u3067\u306f\u6b63\u3057\u304f\u8868\u793a\u3055\u308c\u307e\u305b\u3093":19,"43af":24,"44":[14,20,73],"441":32,"442":32,"445":32,"447":32,"449":32,"44\u304b\u3089":19,"44\u304b\u3089\u6b63\u3057\u304f\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u3057":19,"44\u3067\u65b0\u30b7\u30a7\u30fc\u30c0\u30fcunigltf":19,"44\u4ee5\u964d\u3067\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u3057":19,"44\u4ee5\u964d\u306b\u66f4\u65b0\u3055\u308c\u308b\u306e\u3092\u304a\u5f85\u3061\u304f\u3060\u3055\u3044":19,"44\u4ee5\u964d\u306b\u66f4\u65b0\u3055\u308c\u308b\u306e\u3092\u5f85\u3063\u3066\u304b\u3089":19,"44\u4ee5\u964d\u306e\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u3067\u30ed\u30fc\u30c9\u3057\u306a\u3051\u308c\u3070\u6b63\u3057\u304f\u8868\u793a\u3055\u308c\u307e\u305b\u3093":19,"45":[14,61],"451":32,"46":[14,19,62],"47":[14,63],"473":33,"474":34,"478":33,"48":14,"481":33,"482":33,"483":33,"4840":23,"486":33,"487":33,"488":33,"489":33,"49":14,"490":33,"491":33,"495":33,"496":[44,54],"497":34,"4lt":[32,56,59],"5":[19,24,25,27,31,32,40,44,65,68,69],"50":14,"501":34,"503":34,"505":34,"51":[14,27,29],"510":34,"512":34,"5121":45,"513":34,"515":31,"52":14,"521":35,"523":35,"525":35,"527":35,"529":35,"53":14,"530":35,"531":35,"532":35,"533":35,"535":35,"537":35,"54":14,"540":36,"541":36,"546":36,"547":36,"548":36,"549":36,"55":[32,65],"550":36,"556":36,"557":36,"56":[21,34,65,73],"561":37,"564":37,"568":37,"569":37,"57":[31,34],"570":37,"572":37,"573":37,"576":31,"58":[31,73],"581":38,"582":38,"584":38,"586":38,"59":[31,50],"591":40,"598":38,"599":38,"5\u3064\u306e":5,"6":[27,31,32,48,65,68,69],"60":31,"600":38,"601":38,"604":38,"605":38,"607":38,"609":38,"61":31,"611":38,"613":38,"614":38,"619":38,"62":[21,31],"620":38,"625":39,"62\u3067\u30e2\u30ce\u306b\u3088\u3063\u3066\u306fglb\u30ed\u30fc\u30c9\u306b\u5931\u6557\u3059\u308b":39,"63":[6,31,40],"639":31,"64":31,"641":39,"644":39,"645":39,"646":39,"647":39,"648":39,"65":31,"654":31,"66":[31,65],"660":40,"662":40,"665":40,"667":40,"668":40,"669":40,"67":65,"670":40,"671":40,"672":40,"674":40,"676":40,"677":40,"679":41,"67a6":19,"68":[6,65,69,73],"681":41,"683":54,"685":41,"686":41,"687":[31,41],"689":41,"69":[44,47],"690":41,"691":41,"693":41,"696":31,"7":[20,23,31,68,69],"70":44,"701":31,"709":42,"71":44,"710":42,"713":42,"714":42,"715":42,"716":42,"718":42,"719":42,"72":[21,44],"720":42,"722":42,"723":42,"724":42,"725":42,"727":45,"73":44,"734":43,"735":43,"736":43,"737":43,"739":45,"74":44,"740":54,"744":45,"748":45,"749":45,"75":44,"750":45,"752":45,"755":45,"759":45,"76":44,"760":45,"761":45,"762":45,"763":45,"764":45,"765":45,"767":45,"768":45,"77":[6,44,59,73],"771":45,"775":45,"78":65,"780":46,"786":44,"788":44,"79":[6,65,73],"790":44,"791":46,"794":44,"796":46,"797":46,"798":46,"799":46,"7f1":[27,32],"7f1\u306b\u5909\u66f4":27,"8":[24,68,69],"80":[56,59],"802":46,"804":46,"807":46,"809":46,"81":60,"810":46,"811":46,"812":44,"819":47,"8192\u306e\u9593\u3067\u8a2d\u5b9a\u3059\u308b\u3088\u3046\u306b\u4fee\u6b63":29,"82":[6,56,61,73],"822":47,"823":47,"826":47,"83":56,"830":47,"831":[44,47],"834":47,"835":47,"836":44,"837":48,"838":48,"839":48,"84":56,"840":48,"841":49,"842":48,"844":48,"845":48,"848":49,"849":49,"85":56,"850":49,"853":49,"854":49,"855":49,"856":49,"857":49,"858":49,"859":49,"86":64,"860":49,"861":49,"862":49,"863":49,"864":49,"865":49,"866":49,"867":49,"868":49,"870":50,"871":50,"872":50,"873":50,"874":50,"875":50,"876":50,"877":50,"878":50,"879":50,"880":50,"881":50,"882":50,"883":50,"884":50,"886":51,"887":50,"888":50,"889":50,"890":50,"891":50,"893":50,"894":50,"895":50,"896":50,"897":50,"898":50,"899":50,"8\u306b\u66f4\u65b0\u3057\u307e\u3057\u305f":24,"9":[25,68,72,76],"900":51,"903":51,"904":51,"905":51,"906":51,"909":51,"911":51,"912":51,"913":51,"916":51,"917":51,"918":51,"919":52,"922":51,"924":51,"925":51,"926":51,"927":51,"929":51,"931":51,"933":51,"934":51,"935":51,"936":51,"937":51,"938":51,"939":52,"941":52,"942":52,"944":52,"945":52,"946":52,"947":52,"949":52,"950":52,"952":52,"953":52,"954":52,"955":52,"956":58,"957":52,"958":52,"959":52,"960":52,"961":52,"963":52,"966":52,"967":52,"968":57,"969":52,"970":52,"972":52,"973":53,"974":53,"975":53,"976":53,"977":53,"978":53,"979":53,"980":53,"981":53,"982":53,"983":53,"984":53,"985":53,"986":53,"987":53,"988":54,"989":53,"990":53,"991":53,"993":61,"994":53,"995":53,"996":53,"997":53,"998":53,"999":53,"9db7":25,"\u03b2":[13,56],"\u3007":17,"\u3044\u307e\u307e\u3067":24,"\u304a\u3088\u3073":58,"\u304a\u624b\u6570\u3067\u3059\u304c":19,"\u304b\u3089\u30b3\u30fc\u30c9\u751f\u6210\u306b\u5909\u66f4":31,"\u304b\u3089\u30b5\u30dd\u30fc\u30c8\u3059\u308b":56,"\u304b\u3089\u30d1\u30c3\u30b1\u30fc\u30b8\u3092\u5206\u5272\u3057\u3066":32,"\u304b\u3089\u8a2d\u8a08\u3092\u5909\u66f4\u3057\u3066":5,"\u304b\u3089\u9664\u53bb\u3059\u308b":64,"\u304b\u3089load\u3059\u308b\u5834\u5408\u306f":12,"\u304b\u3089unijson":51,"\u304b\u3092\u9078\u3079\u308b\u3088\u3046\u306b\u306a\u3063\u305f":32,"\u304b\u5426\u304b\u306e\u60c5\u5831\u3092\u8ffd\u52a0":55,"\u304c\u3042\u3063\u3066\u3082\u3088\u3044":36,"\u304c\u3042\u307e\u308a\u901f\u304f\u306a\u3044":32,"\u304c\u3059\u3054\u3044\u9045\u3044":52,"\u304c\u3067\u304d\u308b":51,"\u304c\u4fdd\u6301\u3059\u308b":[68,69],"\u304c\u5165\u3063\u3066\u3044\u308b\u3068\u304d\u304c\u3042\u308b":55,"\u304c\u51fa\u529b\u3055\u308c\u3066\u3044\u305f\u30d5\u30a3\u30fc\u30eb\u30c9\u3092\u51fa\u529b\u3057\u306a\u3044\u3088\u3046\u306b\u5909\u66f4\u3057\u307e\u3057\u305f":24,"\u304c\u540d\u524d\u304b\u3089\u671f\u5f85\u3055\u308c\u308b\u52d5\u4f5c\u3092\u3057\u3066\u3044\u306a\u3044\u306e\u3067":21,"\u304c\u542b\u307e\u308c\u3066\u3044\u308b\u30a8\u30e9\u30fc":33,"\u304c\u5909\u308f\u308a\u307e\u3057\u305f":59,"\u304c\u5b58\u5728\u3057\u306a\u3044\u5834\u5408\u3067\u3082":25,"\u304c\u5b9f\u884c\u3055\u308c\u308b\u3068":8,"\u304c\u5b9f\u969b\u306b\u4f7f\u7528\u3057\u3066\u3044\u308b":68,"\u304c\u5fc5\u7528":46,"\u304c\u6301\u3064":37,"\u304c\u7121\u3044":46,"\u304c\u7121\u304f\u306a\u3063\u3066":44,"\u304c\u72ec\u7acb":32,"\u304c\u767a\u751f\u3057\u3066\u3044\u305f\u554f\u984c\u3092\u4fee\u6b63":46,"\u304c\u7834\u68c4\u3055\u308c\u308b\u3068":[68,69],"\u304c\u7a7a\u306e\u5834\u5408\u306f\u51fa\u529b\u3057\u306a\u3044\u3088\u3046\u306b\u4fee\u6b63":30,"\u304c\u898b\u5207\u308c\u308b\u306e\u3092\u4fee\u6b63":50,"\u304c\u8a2d\u5b9a\u3067\u3059":50,"\u304c\u8ffd\u52a0\u3055\u308c\u307e\u3057\u305f":25,"\u304c\u8ffd\u52a0\u306b\u306a\u308a":39,"\u304c\u9055\u3046\u306e\u306b\u6ce8\u610f":5,"\u304c\u91cd\u8907\u3059\u308b\u3068\u4f8b\u5916":61,"\u304c\u9577\u3044":21,"\u3053\u3053\u3067\u306f\u7834\u68c4\u3055\u308c\u307e\u305b\u3093":[68,69],"\u3053\u3061\u3089":8,"\u3053\u306e\u3068\u304d\u4e21\u76ee\u3092\u9589\u3058\u305f\u3044\u30e2\u30c1\u30d9\u30fc\u30b7\u30e7\u30f3\u304b\u3089":67,"\u3053\u306e\u3068\u304d\u7834\u68c4\u3055\u308c\u308b\u30ea\u30bd\u30fc\u30b9\u306f":[68,69],"\u3053\u306e\u30b5\u30f3\u30d7\u30eb\u3067\u306f\u30ad\u30e3\u30f3\u30bb\u30eb\u51e6\u7406\u306a\u3069\u306f\u8003\u616e\u3057\u307e\u305b\u3093":68,"\u3053\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u304b\u3089":57,"\u3053\u306e\u30d5\u30a9\u30eb\u30c0\u304c":39,"\u3053\u306e\u4fee\u6b63\u306b\u3088\u3063\u3066":34,"\u3053\u306e\u65b9\u6cd5\u3092\u89e3\u91c8\u3067\u304d\u306a\u3044\u30ed\u30fc\u30c0\u30fc\u3067\u306f":49,"\u3053\u306e\u8a2d\u8a08\u3060\u3068":5,"\u3053\u306e\u95a2\u6570\u3067\u4f5c\u6210\u3057\u305f\u5834\u5408\u306f":32,"\u3053\u308c\u306f":[13,49],"\u3053\u308c\u306f\u5168":8,"\u3053\u308c\u306f\u5f8c\u304b\u3089":67,"\u3053\u308c\u3089\u306e\u30d1\u30e9\u30e1\u30fc\u30bf\u306fgltf\u6a19\u6e96\u306eunlit\u3068\u3057\u3066\u4fdd\u5b58\u3055\u308c\u307e\u3059\u306e\u3067":19,"\u3053\u308c\u3089\u306e\u30d1\u30e9\u30e1\u30fc\u30bf\u3092\u4f7f\u3046\u5834\u5408\u306f":19,"\u3053\u308c\u3089\u306e\u65b9\u6cd5\u306f\u3053\u306e\u7af6\u5408\u306e\u554f\u984c\u3092\u89e3\u6c7a\u3057\u3066\u8868\u60c5\u3092\u8a2d\u5b9a\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":67,"\u3053\u308c\u3092\u660e\u793a\u7684\u306b\u547c\u3070\u306a\u3051\u308c\u3070":8,"\u3053\u308c\u3092\u89e3\u6c7a\u3059\u308b\u305f\u3081\u306b":67,"\u3055\u3055\u308b\u5834\u6240":5,"\u3055\u308c\u307e\u3059":21,"\u3057\u305f\u3044":11,"\u3057\u305f\u304c\u3063\u3066":67,"\u3057\u305f\u3068\u304d\u306b":46,"\u3057\u305f\u3068\u304d\u306b\u53cd\u6620\u3059\u308b":21,"\u3057\u3066\u3082":79,"\u3057\u307e\u3059":[68,69,71],"\u3059\u3050\u306b\u9069\u7528\u305b\u305a\u306b\u305f\u304f\u308f\u3048\u308b":67,"\u3059\u3079\u3066\u306e":5,"\u3059\u3079\u3066\u306e\u30c6\u30af\u30b9\u30c1\u30e3\u304c\u30c6\u30af\u30b9\u30c1\u30e3\u306e\u30a4\u30f3\u30dd\u30fc\u30c8\u30b5\u30a4\u30ba\u8a2d\u5b9a\u3092\u8003\u616e\u3059\u308b\u3088\u3046\u306b\u4fee\u6b63\u3057\u307e\u3057\u305f":34,"\u3059\u3079\u3066\u306e\u62e1\u5f35\u306e\u578b\u3092\u30b3\u30f3\u30d1\u30a4\u30eb\u6642\u306b\u77e5\u3063\u3066\u3044\u308b\u5fc5\u8981\u304c\u3042\u308b":5,"\u3059\u308b\u3068":[31,67],"\u3059\u308b\u3068\u304d\u306e\u6319\u52d5\u3092\u4fee\u6b63":45,"\u3059\u308b\u5834\u5408\u306f":12,"\u305d\u306e\u305f\u3081":19,"\u305d\u306e\u307e\u307e\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u3057\u305f\u5834\u5408":33,"\u305d\u306e\u307e\u307e\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u3057\u305f\u5834\u5408\u306b\u81ea\u52d5\u3067\u30ea\u30cd\u30fc\u30e0\u3059\u308b\u3088\u3046\u306b\u306a\u308a\u307e\u3057\u305f":33,"\u305d\u308c\u305e\u308cfastspringbone\u306e\u7acb\u3061\u4f4d\u7f6e":8,"\u305d\u308c\u306b\u4f34\u3063\u3066\u30c6\u30b9\u30c8\u3082\u4fee\u6b63\u3057\u305f":32,"\u305d\u308c\u3092\u4f7f\u3046":32,"\u305d\u308c\u4ee5\u5916":37,"\u305d\u308c\u4ee5\u5916\u306e":63,"\u305d\u308c\u4ee5\u5916\u306e\u3059\u3079\u3066\u306e\u30ab\u30e1\u30e9":9,"\u3064\u307e\u308a":68,"\u3067\u304d\u308b":[47,51],"\u3067\u3053\u3053\u304c\u5909\u308f\u308a\u307e\u3059":69,"\u3067\u3055\u3089\u306b\u4fee\u6b63":39,"\u3067\u3060\u3044\u305f\u3044\u540c\u3058\u3088\u3046\u306a\u52d5\u304d\u3092\u3059\u308b\u30b3\u30fc\u30c9":32,"\u3067\u306a\u3044":59,"\u3067\u306a\u3044\u3068\u304d\u306b\u51fa\u3066\u304d\u307e\u3059":49,"\u3067\u306a\u304b\u3063\u305f\u5834\u5408\u306femissionen":27,"\u3067\u306f\u306a\u304f\u3066":71,"\u3067\u306f\u5408\u6cd5\u3060\u3051\u3069\u30c8\u30ea\u30c3\u30ad\u30fc\u306a\u8a18\u8ff0\u3068\u306a\u3063\u3066\u304a\u308a\u307e\u3057\u305f":49,"\u3067\u30d3\u30eb\u30c9\u30a8\u30e9\u30fc\u3092\u4fee\u6b63":61,"\u3067\u30de\u30fc\u30b8":39,"\u3067\u30ed\u30fc\u30c9\u3055\u308c\u307e\u3059":12,"\u3067\u4ee5\u524d\u306b\u6bd4\u3079\u3066\u753b\u50cf\u30b5\u30a4\u30ba\u304c\u539f\u56e0\u3067\u30d5\u30a1\u30a4\u30eb\u30b5\u30a4\u30ba\u304c\u5927\u304d\u304f\u306a\u3063\u3066\u3057\u307e\u3046\u554f\u984c":34,"\u3067\u4f8b\u5916\u306b\u306a\u308b\u30c6\u30af\u30b9\u30c1\u30e3\u3092\u4e8b\u524d\u306b\u30a8\u30e9\u30fc\u30e1\u30c3\u30bb\u30fc\u30b8\u306b\u3059\u308b":57,"\u3067\u540c\u671f\u7684\u306b":45,"\u3067\u554f\u984c\u304c\u51fa\u308b":31,"\u3067\u56f2\u3063\u3066\u3042\u3052\u307e\u3059":5,"\u3067\u56fa\u5b9a":45,"\u3067\u59cb\u307e\u308b\u3068\u30a4\u30f3\u30dd\u30fc\u30c8\u306b\u5931\u6557\u3059\u308b":38,"\u3067\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u3068\u3057\u307e\u3059":67,"\u3067\u5c0e\u5165\u3055\u308c\u305f":32,"\u3067\u5c0e\u5165\u3067\u304d\u307e\u3059":32,"\u3067\u6307\u5b9a":67,"\u3067\u65e7\u30d0\u30fc\u30b8\u30e7\u30f3\u306e":79,"\u3067\u751f\u6210\u3055\u308c\u307e\u3059":8,"\u3067\u751f\u6210\u3055\u308c\u308b":61,"\u3067\u7834\u68c4\u3092\u5b9f\u884c\u3059\u308b\u3088\u3046\u306b\u3057\u305f":11,"\u3067\u81ea\u52d5\u7684\u306b\u547c\u3073\u51fa\u3059\u3053\u3068\u304c\u3067\u304d\u307e\u3059":3,"\u3067\u8a18\u4e8b\u3092\u8a18\u8ff0\u3059\u308b":0,"\u3068\u3044\u3046\u3053\u3068\u3067\u9802\u70b9\u306e\u9806\u756a\u304c\u5909\u308f\u308b\u3053\u3068\u306f\u3042\u304d\u3089\u3081\u3066":49,"\u3068\u3044\u3046\u4ed5\u69d8\u3067\u683c\u7d0d\u3059\u308b\u5fc5\u8981\u304c\u3042\u308b\u306e\u3067\u5909\u63db\u3057\u307e\u3059":12,"\u3068\u3044\u3046\u610f\u5473\u3067\u306f\u306a\u3044\u307d\u3044":54,"\u3068\u3044\u3046\u69cb\u9020\u306b\u306a\u3063\u3066\u3044\u307e\u3059":4,"\u3068\u3057\u3066\u958b\u767a\u3059\u308b\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u3092\u8ffd\u52a0\u3057\u307e\u3057\u305f":24,"\u3068\u3059\u308b":12,"\u3068\u306a\u308a\u307e\u3059":4,"\u3068\u308a\u3042\u3048\u305a":54,"\u3068\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u306e\u8a55\u4fa1\u9806\u307d\u3044":64,"\u3068\u5225\u306b\u306a\u308b\u3088\u3046\u306b\u4fee\u6b63":51,"\u3068\u540c\u6642\u306b":11,"\u3068\u62e1\u5f35\u3092\u5225\u30e9\u30a4\u30d6\u30e9\u30ea\u3068\u3057\u3066\u5206\u96e2\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f":5,"\u3068\u7af6\u5408\u3057\u3066":67,"\u3068blendshape\u306e\u30ad\u30fc\u30d5\u30ec\u30fc\u30e0\u306b\u5bfe\u5fdc\u3057\u3066\u3044\u307e\u3059":19,"\u306a\u3069\u306b\u8a2d\u5b9a\u3057\u3066":1,"\u306a\u3069\u306e\u30ea\u30bd\u30fc\u30b9\u3092":11,"\u306a\u3069\u306e\u6539\u4fee":44,"\u306a\u3069\u3092\u4f7f\u308f\u306a\u304f\u306a\u3063\u305f":37,"\u306a\u3069\u3092\u79fb\u52d5":47,"\u306a\u3069\u4e00\u90e8\u306e\u30c6\u30af\u30b9\u30c1\u30e3\u30fc\u304c\u4e00\u89a7\u3055\u308c\u306a\u3044":60,"\u306a\u3093\u3089\u304b\u306e\u65b9\u6cd5\u3067byte\u5217\u3092\u5f97\u308b":66,"\u306b2\u91cd\u306b\u60c5\u5831\u3092\u4fdd\u5b58\u3057\u3066\u3044\u307e\u3057\u305f":19,"\u306b\u3057\u305f":50,"\u306b\u3057\u3066":61,"\u306b\u3057\u3066\u7528\u9014\u3092\u660e\u78ba\u306b\u3057\u305f\u95a2\u6570\u3092\u7528\u610f\u3057\u307e\u3057\u305f":21,"\u306b\u3059\u308b":[45,60],"\u306b\u3059\u308b\u3079\u304d\u3060\u3063\u305f":5,"\u306b\u3059\u308b\u30dc\u30bf\u30f32":49,"\u306b\u3064\u3044\u3066":61,"\u306b\u3066\u63d0\u4f9b\u3057\u3066\u3044\u307e\u3059":25,"\u306b\u306a\u3063\u3066\u306a\u3044":61,"\u306b\u306a\u308a\u307e\u3059":[32,39,75],"\u306b\u306f\u5272\u308a\u5f53\u3066\u3089\u308c\u3066\u3044\u306a\u3044\u30c6\u30af\u30b9\u30c1\u30e3\u306a\u3069\u3067\u3059":[68,69],"\u306b\u306f\u5f71\u97ff\u3057\u306a\u3044":51,"\u306b\u3088\u3063\u3066\u9ad8\u901f\u5316\u3055\u308c\u307e\u3059":8,"\u306b\u3088\u308b\u30d1\u30c3\u30b1\u30fc\u30b8\u6307\u5b9a\u306b\u5bfe\u5fdc\u3057\u307e\u3057\u305f":32,"\u306b\u30a8\u30e9\u30fc\u306a\u3063\u3066\u3044\u305f\u554f\u984c\u3092\u4fee\u6b63\u3057\u305f":32,"\u306b\u30c6\u30b9\u30c8\u79fb\u52d5":47,"\u306b\u30c7\u30d5\u30a9\u30eb\u30c8\u3067":24,"\u306b\u30d2\u30c3\u30c8\u3059\u308b\u4ef6":36,"\u306b\u30ea\u30bd\u30fc\u30b9\u3092\u59d4\u8b72\u3057\u3066\u3044\u308b":11,"\u306b\u4e00\u672c\u5316\u3059\u308b\u3053\u3068\u306b\u3057\u307e\u3057\u305f":19,"\u306b\u4f9d\u5b58\u3057\u3066\u3044\u307e\u3059":32,"\u306b\u4fee\u6b63":36,"\u306b\u5206\u304b\u308c\u305f\u306e\u3067\u500b\u5225\u306b\u4f5c\u6210":5,"\u306b\u5206\u5272\u3059\u308b":9,"\u306b\u5206\u89e3\u3057\u307e\u3059":32,"\u306b\u52a0\u3048\u3066":8,"\u306b\u540c\u3058\u578b\u306e\u5165\u308c\u7269\u3092\u4f7f\u3046\u3088\u3046\u306b\u5909\u66f4\u3057\u307e\u3057\u305f":5,"\u306b\u542b\u307e\u308c\u3066\u3044\u306a\u304b\u3063\u305f\u554f\u984c\u3092\u4fee\u6b63\u3057\u307e\u3057\u305f":24,"\u306b\u5909\u3048\u3066\u30d0\u30fc\u30b8\u30e7\u30f3\u3092\u632f\u308a\u76f4\u3057":59,"\u306b\u5909\u66f4":[31,62],"\u306b\u5931\u6557\u3059\u308b\u30a8\u30e9\u30fc\u3092\u4fee\u6b63":44,"\u306b\u5931\u6557\u3059\u308b\u30a8\u30e9\u30fc\u3092\u4fee\u6b63\u3057\u307e\u3057\u305f":47,"\u306b\u5bfe\u3059\u308b\u4fee\u6b63":32,"\u306b\u5bfe\u3059\u308b\u6307\u793a":[3,71],"\u306b\u5f15\u8d8a\u3057\u3057\u307e\u3057\u305f":61,"\u306b\u6539\u540d\u3057\u3066\u30ea\u30bd\u30fc\u30b9\u7ba1\u7406\u3092\u59d4\u8b72\u3059\u308b":63,"\u306b\u65e5\u672c\u8a9e\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u3092\u51fa\u529b\u3059\u308b":0,"\u306b\u66f4\u65b0":[31,56],"\u306b\u66f4\u65b0\u3057\u305f":32,"\u306b\u66f4\u65b0\u3057\u307e\u3057\u305f":56,"\u306b\u7121\u52b9\u306a\u5024\u3068\u3057\u3066":5,"\u306b\u79fb\u52d5":[35,47,49],"\u306b\u79fb\u52d5\u3057\u305f":32,"\u306b\u79fb\u52d5\u3057\u307e\u3057\u305f":69,"\u306b\u7d10\u4ed8\u3051\u305f\u30ea\u30bd\u30fc\u30b9\u306f":[68,69],"\u306b\u7d10\u4ed8\u3051\u307e\u3059":68,"\u306b\u7d71\u5408":53,"\u306b\u7f6e\u304d\u63db\u3048":44,"\u306b\u7f6e\u304d\u63db\u3048\u307e\u3057\u305f":[32,67],"\u306b\u8ffd\u52a0":61,"\u306e\u3053\u3068\u3067\u3059":[68,69],"\u306e\u3068\u304d":21,"\u306e\u3068\u304d\u306b":64,"\u306e\u3068\u304d\u306b\u30b3\u30d4\u30fc\u3057\u306a\u3044\u3068\u30a8\u30e9\u30fc\u306b\u306a\u308b\u30c6\u30b9\u30c8":47,"\u306e\u3068\u304d\u306f":37,"\u306e\u307f\u304c":37,"\u306e\u307f\u306b\u66f4\u65b0\u3057\u307e\u3057\u305f":32,"\u306e\u3088\u3046\u306a\u52d5\u4f5c\u3092\u3057\u3066\u3044\u307e\u3057\u305f":32,"\u306e\u3088\u3046\u306b\u3059\u308b\u3053\u3068\u3067":5,"\u306e\u3088\u3046\u306b\u5206\u5272\u3059\u308b\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u8ffd\u52a0\u3059\u308b\u3053\u3068\u306b\u3057\u307e\u3057\u305f":49,"\u306e\u30a4\u30f3\u30b9\u30bf\u30f3\u30b9\u3092\u5f15\u6570\u306b\u3057\u3066":[68,69],"\u306e\u30a4\u30f3\u30b9\u30da\u30af\u30bf\u30fc\u306e":59,"\u306e\u30a8\u30c7\u30a3\u30bf\u30fc\u30a4\u30f3\u30dd\u30fc\u30c8\u306e\u30d0\u30b0":31,"\u306e\u30ab\u30b9\u30bf\u30e0\u30a8\u30c7\u30a3\u30bf\u30fc\u306e\u4fee\u6b63":58,"\u306e\u30b5\u30dd\u30fc\u30c8\u3092\u5f37\u5316":45,"\u306e\u30c6\u30b9\u30c8\u3092\u8ffd\u52a0":53,"\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u3092\u30aa\u30d5\u306b\u5909\u66f4":33,"\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u3092\u30b9\u30ad\u30c3\u30d7":57,"\u306e\u30d0\u30b0\u4fee\u6b63":[40,46],"\u306e\u30d0\u30ea\u30c7\u30fc\u30bf\u30fc\u3092\u6574\u7406":38,"\u306e\u30d1\u30c3\u30b1\u30fc\u30b8\u63d0\u4f9b\u3092\u958b\u59cb\u3057\u307e\u3057\u305f":56,"\u306e\u30d2\u30e5\u30fc\u30de\u30ce\u30a4\u30c9\u3067\u306f\u306a\u3044":19,"\u306e\u30d7\u30ed\u30b0\u30e9\u30df\u30f3\u30b0\u95a2\u9023\u306e\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u3092":61,"\u306e\u30e1\u30a4\u30f3\u30b9\u30ec\u30c3\u30c9\u4ee5\u5916\u3067\u5b9f\u884c\u3067\u304d\u307e\u3059":68,"\u306e\u30e6\u30cb\u30c6\u30a3\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u9055\u3044\u306f\u4f55\u3067\u3059\u304b":59,"\u306e\u30ea\u30bd\u30fc\u30b9\u7ba1\u7406\u306b\u3064\u3044\u3066":10,"\u306e\u30ed\u30fc\u30c9\u3092\u5b9f\u969b\u306b\u884c\u3046\u30af\u30e9\u30b9\u3067\u3059":[68,69],"\u306e\u4e00\u89a7\u306b":60,"\u306e\u4e0b\u306b\u79fb\u52d5\u3057\u307e\u3057\u305f":39,"\u306e\u4e21\u65b9\u304c\u6709\u52b9\u3067\u5185\u5bb9\u304c\u7570\u306a\u308b\u5834\u5408\u306f\u30de\u30a4\u30b0\u30ec\u30fc\u30b7\u30e7\u30f3\u3067\u304d\u306a\u3044":51,"\u306e\u4ed5\u69d8\u5909\u66f4":73,"\u306e\u4ed5\u69d8\u66f4\u65b0\u306b\u8ffd\u968f":57,"\u306e\u4ed5\u69d8\u6e96\u62e0":62,"\u306e\u4ee3\u308f\u308a\u306b\uff12\u5f15\u6570\u306e\u660e\u793a\u7684\u306a\u95a2\u6570\u3092\u7528\u610f\u3057\u307e\u3057\u305f":21,"\u306e\u4fee\u6b63":[44,46,49,58],"\u306e\u5024\u3092metallictexture\u306b\u30d9\u30a4\u30af\u3059\u308b\u3088\u3046\u306b\u5909\u66f4":27,"\u306e\u5165\u308c\u7269\u3068\u3057\u3066\u4f7f\u3046\u578b":5,"\u306e\u5177\u4f53\u7684\u306a\u5185\u5bb9\u3092\u77e5\u3089\u305a\u306b\u4e2d\u9593\u30c7\u30fc\u30bf\u306e\u5165\u308c\u7269\u3068\u3057\u3066\u6271\u3044\u307e\u3059":5,"\u306e\u51e6\u7406\u306b\u5272\u308a\u8fbc\u3093\u3067":5,"\u306e\u51e6\u7406\u5206\u5c90\u65b9\u6cd5\u3092\u5909\u66f4":63,"\u306e\u5206\u96e2":31,"\u306e\u521d\u671f\u72b6\u614b\u3092\u975e\u8868\u793a\u306b\u3057\u305f":61,"\u306e\u5224\u5b9a\u65b9\u6cd5\u3092\u5909\u66f4":34,"\u306e\u52d5\u4f5c\u304c\u6b63\u3057\u304f\u306a\u3063\u305f":31,"\u306e\u52d5\u4f5c\u306e\u9055\u548c\u611f\u304c\u767a\u751f\u3059\u308b\u53ef\u80fd\u6027\u3092\u4e0b\u3052\u307e\u3059":24,"\u306e\u53c2\u7167\u5148\u3092":45,"\u306e\u53d6\u5f97\u65b9\u6cd5":74,"\u306e\u53ef\u8996\u5236\u5fa1":[10,72,76],"\u306e\u53ef\u8996\u5236\u5fa1\u3092\u884c\u3046\u3053\u3068\u304c\u3067\u304d\u307e\u3059":72,"\u306e\u540d\u524d\u304c\u7121\u3044\u6642\u306b":61,"\u306e\u578b\u304b\u3089\u30b3\u30fc\u30c9\u751f\u6210":5,"\u306e\u578b\u304b\u3089\u751f\u6210\u3059\u308b\u3082\u306e\u3068":5,"\u306e\u578b\u3068\u3068\u3082\u306b\u751f\u6210\u3059\u308b\u3082\u306e\u304c\u3042\u308a\u307e\u3059":5,"\u306e\u578b\u3068\u306e":5,"\u306e\u5834\u5408\u306bmesh\u3068material\u3092export\u3057\u306a\u3044\u3088\u3046\u306b\u4fee\u6b63":51,"\u306e\u5834\u5408\u306f":52,"\u306e\u5909\u66f4\u304c\u4fdd\u5b58\u3055\u308c\u3066\u3044\u306a\u3044\u30d0\u30b0\u306e\u4fee\u6b63":27,"\u306e\u5b9f\u884c\u30bf\u30a4\u30df\u30f3\u30b0\u306e\u5236\u5fa1\u306a\u3069\u3092\u884c\u3046":8,"\u306e\u5b9f\u88c5":[5,50,52],"\u306e\u5b9f\u88c5\u65b9\u6cd5\u3092\u5909\u66f4":6,"\u306e\u5c0e\u5165":44,"\u306e\u5c0e\u5165\u65b9\u6cd5\u306f":8,"\u306e\u6319\u52d5":[57,61,63],"\u306e\u6319\u52d5\u306b\u5408\u308f\u305b\u308b":62,"\u306e\u6539\u4fee":44,"\u306e\u6539\u4fee\u3067\u3059":55,"\u306e\u6574\u7406":45,"\u306e\u6642\u3060\u3051":55,"\u306e\u66f4\u65b0":36,"\u306e\u6700\u4f4e\u30d0\u30fc\u30b8\u30e7\u30f3\u3092":56,"\u306e\u6700\u5f8c\u306b\u3082":21,"\u306e\u76ee\u6a19\u7a7a\u9593":52,"\u306e\u7834\u68c4\u6642\u306b":68,"\u306e\u7bc4\u56f2\u3067":67,"\u306e\u8868\u60c5\u5236\u5fa1\u306b\u304a\u3044\u3066\u306f\u4e0b\u8a18\u306e":67,"\u306e\u8aad\u307f\u66f8\u304d\u3067\u53cd\u8ee2\u8ef8\u3092\u6307\u5b9a\u3067\u304d\u308b\u3088\u3046\u306b\u3059\u308b":45,"\u306e\u91cd\u8907\u6642\u306e\u4f8b\u5916\u9632\u6b62":61,"\u306e\u958b\u767a\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u3067\u3059":13,"\u306e\u9802\u70b9\u30ab\u30e9\u30fc":31,"\u306e\u9802\u70b9\u30d0\u30c3\u30d5\u30a1\u3092\u306a\u308b\u3079\u304f\u5909\u3048\u306a\u3044\u3067\u66f8\u304d\u51fa\u3059\u305f\u3081\u306b":49,"\u306e\u9806\u306b\uff12\u3064\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3057\u3066\u304f\u3060\u3055\u3044":59,"\u306e\uff12\u3064\u3092\u6c7a\u3081\u307e\u3059":5,"\u306e\uff12\u8981\u7d20\u3060\u3051\u3092\u4f7f\u3044\u307e\u3059":12,"\u306f\u30d5\u30a1\u30a4\u30eb\u304b\u3089":[68,69],"\u306f\u4f7f\u7528\u5f8c\u306b":3,"\u306f\u540c\u3058":79,"\u306f\u7121\u304f\u306a\u308a\u307e\u3059":33,"\u307e\u305f\u306f":[19,32,44,52,67],"\u3082\u3057\u304f\u306f\u3053\u3061\u3089\u3067\u30d1\u30fc\u30b9\u3055\u308c\u305fgltf\u5168\u4f53\u306b\u30a2\u30af\u30bb\u30b9\u3067\u304d\u307e\u3059":66,"\u3082\u4f5c\u6210\u3059\u308b":58,"\u3082\u540c\u3058":12,"\u3082\u7834\u68c4\u3055\u308c\u307e\u3059":[68,69],"\u3084\u3081\u308b":39,"\u3088\u3046\u306a\u306e\u3067":32,"\u3088\u308a\u524d\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u306f":49,"\u3088\u308a\u660e\u793a\u7684\u306a":[32,67],"\u3092\u3054\u53c2\u7167\u304f\u3060\u3055\u3044":8,"\u3092\u3059\u3079\u3066":51,"\u3092\u307e\u3068\u3081\u3066\u7834\u68c4\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":68,"\u3092\u3084\u3081\u3066\u901a\u5e38\u30ea\u30ea\u30fc\u30b9\u306b\u623b\u308a\u307e\u3059":57,"\u3092\u3084\u3081\u308b":51,"\u3092\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3059\u308b\u5834\u5408\u306f\u4f55\u6545\u304b\u30a8\u30e9\u30fc\u306b\u306a\u3089\u306a\u3044\u3088\u3046\u3067\u3059":41,"\u3092\u30ab\u30b9\u30bf\u30de\u30a4\u30ba\u3059\u308b\u6a5f\u80fd\u3092\u306f\u3058\u3081\u307e\u3057\u305f":60,"\u3092\u30e2\u30c7\u30eb\u30ec\u30d9\u30eb\u306b\u79fb\u52d5\u306a\u3069":50,"\u3092\u30ed\u30fc\u30c9\u3067\u304d\u307e\u3059":79,"\u3092\u4e00\u5ea6\u524a\u9664\u3057\u3066\u304b\u3089\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3057\u306a\u304a\u3059\u3053\u3068\u3092\u304a\u3059\u3059\u3081\u3057\u307e\u3059":32,"\u3092\u4e0a\u66f8\u304d\u3057\u3066\u3057\u307e\u3046\u304b\u3089\u3067\u3059":67,"\u3092\u4f5c\u308a\u306a\u304a\u3057\u307e\u3057\u305f":45,"\u3092\u4f5c\u308a\u307e\u3057\u305f":45,"\u3092\u4f5c\u308b":58,"\u3092\u4f5c\u308b\u306e\u306b\u5931\u6557\u3059\u308b\u306e\u3092\u4fee\u6b63":61,"\u3092\u4f5c\u308b\u30b3\u30f3\u30dd\u30fc\u30cd\u30f3\u30c8":36,"\u3092\u4f5c\u6210\u3057\u307e\u3059":[68,69],"\u3092\u4f7f\u3046":5,"\u3092\u4f7f\u7528\u3057\u3066\u304f\u3060\u3055\u3044":[32,67],"\u3092\u4f7f\u7528\u3067\u304d\u307e\u3059":32,"\u3092\u4fee\u6b63":[46,63],"\u3092\u5165\u308c\u308b\u5834\u5408\u306b":5,"\u3092\u51fa\u529b\u3057\u306a\u3044":55,"\u3092\u51fa\u529b\u3067\u304d\u307e\u3059":19,"\u3092\u5225\u9014\u5c0e\u5165\u3059\u308b\u3068":8,"\u3092\u524a\u9664":33,"\u3092\u53c2\u7167":21,"\u3092\u53c2\u7167\u3057\u3066\u304f\u3060\u3055\u3044":13,"\u3092\u53c2\u8003\u306b\u3057\u3066\u304f\u3060\u3055\u3044":63,"\u3092\u540d\u524d\u306b\u542b\u3080":25,"\u3092\u542b\u3080\u5834\u5408\u3092validationerror\u306b\u3059\u308b":52,"\u3092\u542b\u3081\u308b":59,"\u3092\u547c\u3073\u51fa\u3057\u3066\u304f\u3060\u3055\u3044":[3,8],"\u3092\u547c\u3073\u51fa\u3057\u307e\u3059":[68,69],"\u3092\u547c\u3073\u51fa\u3059\u3053\u3068\u3067":72,"\u3092\u547c\u3093\u3067\u304f\u3060\u3055\u3044":8,"\u3092\u5b9f\u88c5":[52,61],"\u3092\u5b9f\u88c5\u3057\u305f":50,"\u3092\u5c0e\u5165\u3057\u307e\u3057\u305f":19,"\u3092\u5ec3\u6b62":[54,58],"\u3092\u5fa9\u65e7":49,"\u3092\u5fc5\u8981\u3068\u3057\u306a\u3044":45,"\u3092\u6301\u3066\u306a\u3044\u4ed5\u69d8\u306b\u5909\u66f4":34,"\u3092\u6307\u5b9a":67,"\u3092\u63a1\u7528":45,"\u3092\u6574\u7406\u3057\u3066":53,"\u3092\u6574\u7406\u3057\u307e\u3057\u305f":45,"\u3092\u6574\u7406\u3059\u308b":54,"\u3092\u66f4\u65b0":[45,54],"\u3092\u6709\u52b9\u306b\u3057\u307e\u3059":57,"\u3092\u6709\u52b9\u306b\u3067\u304d\u308b\u4fbf\u5229\u95a2\u6570\u3067\u3059":[68,69],"\u3092\u683c\u4e0a\u3052":53,"\u3092\u691c\u77e5\u3057\u3066\u30e1\u30c3\u30bb\u30fc\u30b8":31,"\u3092\u691c\u77e5\u3057\u3066\u30e1\u30c3\u30bb\u30fc\u30b8\u3092\u51fa\u3059\u3088\u3046\u306b\u3057\u307e\u3057\u305f":35,"\u3092\u6d88\u5316\u3059\u308b\u306e\u304c\u3067\u304d\u3066\u306a\u3044":45,"\u3092\u72ec\u7acb\u3057\u305f":49,"\u3092\u751f\u6210\u3057\u307e\u3059":[68,69],"\u3092\u7528\u610f\u3057\u3066\u3044\u307e\u3059":8,"\u3092\u7834\u68c4\u3057\u3066\u304f\u3060\u3055\u3044":71,"\u3092\u7834\u68c4\u3057\u307e\u3059":[68,69],"\u3092\u7834\u68c4\u3059\u308c\u3070":[68,69],"\u3092\u7c21\u7565\u5316":59,"\u3092\u8a2d\u5b9a\u3067\u304d\u307e\u3059":19,"\u3092\u8a2d\u5b9a\u3067\u304d\u308b\u3088\u3046\u306b\u306a\u308a\u307e\u3057\u305f":19,"\u3092\u8b66\u544a\u306b\u4e0b\u3052":33,"\u3092\u8ffd\u52a0":20,"\u3092\u8ffd\u52a0\u3057\u3066":32,"\u3092\u8ffd\u52a0\u3057\u307e\u3057\u305f":19,"\u3092\u9069\u7528\u3059\u308b\u3088\u3046\u306b\u3057\u307e\u3057\u305f":24,"\u3092\u96c6\u3081":8,"\u3092\u975e\u540c\u671f\u51e6\u7406\u30d5\u30a7\u30fc\u30ba\u306b\u79fb\u52d5":63,"\u3092\u984e\u306e\u524d\u306b\u4fee\u6b63":35,"\u3092meshimporter\u306b\u4ed5\u8fbc\u3093\u3060":62,"\u3092package\u306b\u540c\u68b1\u3059\u308b\u3088\u3046\u306b\u5909\u66f4":32,"\u3092uniti":49,"\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u304c0":19,"\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u306e\u30d3\u30eb\u30c9":13,"\u30a2\u30d7\u30ea\u958b\u767a\u8005\u5411\u3051\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8":60,"\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9\u3092\u6574\u7406":49,"\u30a4\u30f3\u30dd\u30fc\u30c8":7,"\u30a4\u30f3\u30dd\u30fc\u30c8\u6642\u306b\u5236\u5fa1\u6587\u5b57\u306e\u30a8\u30b9\u30b1\u30fc\u30d7\u3092\u8ffd\u52a0\u3057\u305f":32,"\u30a4\u30f3\u30dd\u30fc\u30c8\u6642\u306bemissioncolor\u304c":27,"\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u3057\u305f\u30d5\u30a1\u30a4\u30eb\u306e\u4e92\u63db\u6027":31,"\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u3057\u306a\u3044":32,"\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u3059\u308b\u30c6\u30af\u30b9\u30c1\u30e3\u30fc\u3092\u30b3\u30d4\u30fc\u3059\u308b\u51e6\u7406\u304c\u629c\u3051\u305f\u306e\u3092\u4fee\u6b63\u3057\u307e\u3057\u305f":47,"\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u30c0\u30a4\u30a2\u30ed\u30b0\u306e\u30b9\u30af\u30ea\u30fc\u30f3\u30b7\u30e7\u30c3\u30c8\u30dc\u30bf\u30f3\u306e":31,"\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u30c0\u30a4\u30a2\u30ed\u30b0\u306e\u4f5c\u308a\u76f4\u3057":31,"\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u30c0\u30a4\u30a2\u30ed\u30b0\u306e\u4fee\u6b63":35,"\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u30c0\u30a4\u30a2\u30ed\u30b0\u3092scriptablewizard\u304b\u3089editorwindow\u3067\u4f5c\u308a\u76f4\u3057":34,"\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u30dc\u30bf\u30f3\u3092\u62bc\u305b\u306a\u3044\u3088\u3046\u306b\u3059\u308b":52,"\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u5bfe\u8c61\u306e\u30eb\u30fc\u30c8\u306b\u30a2\u30bf\u30c3\u30c1\u3055\u308c\u305f":19,"\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u6642":32,"\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u6642\u306b\u5ea7\u6a19\u5909\u63db\u3092\u5b9f\u884c\u3057\u3066\u3044\u307e\u3059":7,"\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u6642\u306b\u975e\u30a2\u30af\u30c6\u30a3\u30d6\u306e\u30ce\u30fc\u30c9\u306e\u30e1\u30c3\u30b7\u30e5\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u3092\u30b9\u30ad\u30c3\u30d7\u3059\u308b\u3088\u3046\u306b\u3057\u307e\u3057\u305f":21,"\u30a8\u30c7\u30a3\u30bf\u3067\u4fdd\u5b58\u3055\u308c\u3066\u306a\u304b\u3063\u305f":54,"\u30a8\u30c7\u30a3\u30bf\u30fc\u306e\u30d7\u30ec\u30d3\u30e5\u30fc\u306e\u307f":32,"\u30a8\u30e9\u30fc\u306e\u51fa\u3084\u3059\u304b\u3063\u305f":35,"\u30aa\u30d7\u30b7\u30e7\u30f3\u3067vrm":7,"\u30aa\u30fc\u30d0\u30fc\u30ed\u30fc\u30c9\u3092\u3084\u3081\u3066\u660e\u793a\u7684\u306a\u95a2\u6570\u306b\u5909\u66f4":[32,67],"\u30ad\u30fc\u306e\u51fa\u529b\u3092\u6291\u5236\u3067\u304d\u307e\u3059":5,"\u30b3\u30d4\u30fc\u3059\u308b\u3068":47,"\u30b3\u30d4\u30fc\u524d\u3092\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u3059\u308b\u30d0\u30b0":20,"\u30b3\u30e1\u30f3\u30c8\u3068\u672a\u4f7f\u7528\u30b3\u30fc\u30c9\u524a\u9664":50,"\u30b3\u30f3\u30d1\u30a4\u30eb":52,"\u30b3\u30f3\u30dd\u30fc\u30cd\u30f3\u30c8\u304c\u4ed8\u4e0e\u3055\u308c\u3066\u3044\u308b":[68,69],"\u30b3\u30fc\u30c9\u6574\u7406":[48,50],"\u30b3\u30fc\u30c9\u751f\u6210\u305b\u305a\u306b\u624b\u66f8\u304d":5,"\u30b5\u30dd\u30fc\u30c8\u30b7\u30a7\u30fc\u30c0\u30fc\u306e\u6574\u7406":54,"\u30b5\u30dd\u30fc\u30c8\u30d0\u30fc\u30b8\u30e7\u30f3\u3092":32,"\u30b5\u30e0\u30cd\u30a4\u30eb\u304c\u7121\u540d\u306e\u3068\u304d\u306b\u30a8\u30e9\u30fc\u306b\u306a\u308b\u5834\u5408\u304c\u3042\u308b":61,"\u30b5\u30f3\u30d7\u30eb\u306e\u52d5\u4f5c\u3092\u78ba\u8a8d":54,"\u30b5\u30f3\u30d7\u30eb\u306e\u69cb\u6210\u5909\u66f4":59,"\u30b5\u30f3\u30d7\u30eb\u30e2\u30c7\u30eb\u3092\u66f4\u65b0":29,"\u30b7\u30a7\u30fc\u30c0\u306f":32,"\u30b7\u30a7\u30fc\u30c0\u30fc\u304c":61,"\u30b7\u30b9\u30c6\u30e0\u5b9a\u7fa9\u306e\u8868\u60c5\u306f":67,"\u30b7\u30ea\u30a2\u30e9\u30a4\u30b6\u306e\u30d0\u30b0":31,"\u30b7\u30ea\u30a2\u30e9\u30a4\u30b6\u30fc\u3092":31,"\u30b7\u30ea\u30a2\u30e9\u30a4\u30b6\u30fcexport":5,"\u30b7\u30ea\u30a2\u30e9\u30a4\u30ba":5,"\u30b7\u30f3\u30d7\u30eb\u306areadm":61,"\u30b7\u30fc\u30f3\u306b\u9078\u629e\u3055\u308c\u305fblendshape\u3092\u9069\u7528\u3059\u308b\u30dc\u30bf\u30f3":38,"\u30b8\u30a7\u30cd\u30ec\u30fc\u30bf\u30fc\u304c\u3042\u308a\u307e\u3059":5,"\u30b8\u30a7\u30cd\u30ec\u30fc\u30bf\u30fc\u306e\u751f\u6210\u30b3\u30fc\u30c9":51,"\u30b8\u30a7\u30cd\u30ec\u30fc\u30bf\u30fc\u3092\u547c\u3073\u51fa\u3059\u30b3\u30fc\u30c9\u3092\u4f5c\u6210\u3057\u307e\u3059":5,"\u30b9\u30af\u30ea\u30fc\u30f3\u30b7\u30e7\u30c3\u30c8\u3092\u4f5c\u6210\u3059\u308b\u30dc\u30bf\u30f3":38,"\u30b9\u30af\u30ea\u30fc\u30f3\u30b7\u30e7\u30c3\u30c8\u4f5c\u6210\u30dc\u30bf\u30f3\u3067\u4f5c\u6210\u3055\u308c\u308b\u753b\u50cf\u304c\u4e2d\u8eab\u306fjpeg\u306a\u306e\u306bmime\u304cimag":39,"\u30b9\u30b1\u30fc\u30ea\u30f3\u30b0\u6319\u52d5\u306e\u4fee\u6b63":44,"\u30b9\u30b1\u30fc\u30eb\u304c\u3042\u308b\u5834\u5408\u306b\u30e1\u30c3\u30bb\u30fc\u30b8\u3092\u51fa\u3059":32,"\u30b9\u30b1\u30fc\u30eb\u306b\u95a2\u3057\u3066\u306f\u610f\u56f3\u3057\u305f\u3068\u304a\u308a\u306b\u306a\u3089\u306a\u3044\u3053\u3068\u3082\u3042\u308a\u305d\u3046\u306a\u306e\u3067\u3054\u6ce8\u610f\u304f\u3060\u3055\u3044":33,"\u30b9\u30b1\u30fc\u30eb\u5024\u304c\u5165\u3063\u3066\u3044\u308b\u3068\u3046\u307e\u304f\u3044\u304d\u307e\u305b\u3093":7,"\u30b9\u30b3\u30fc\u30d7\u3092\u629c\u3051\u3066":[68,69],"\u30b9\u30d7\u30ea\u30f3\u30b0\u30dc\u30fc\u30f3\u306e\u30b3\u30e9\u30a4\u30c0\u30fc\u306e\u5ea7\u6a19\u5909\u63db\u30d0\u30b0":31,"\u30b9\u30d7\u30ea\u30f3\u30b0\u30dc\u30fc\u30f3\u306e\u30b9\u30b1\u30fc\u30eb":44,"\u30b9\u30d7\u30ea\u30f3\u30b0\u30dc\u30fc\u30f3\u306e\u30b9\u30b1\u30fc\u30eb\u306e\u52d5\u4f5c\u3092\u4fee\u6b63":51,"\u30bb\u30de\u30f3\u30c6\u30a3\u30c3\u30af\u30d0\u30fc\u30b8\u30e7\u30cb\u30f3\u30b0\u306e\u30d5\u30a9\u30fc\u30de\u30c3\u30c8\u306b\u5bfe\u5fdc\u3057\u307e\u3057\u305f":26,"\u30c1\u30e3\u30f3\u30af\u90e8":4,"\u30c1\u30e3\u30f3\u30af\u90e8\u7e70\u308a\u8fd4\u3057":4,"\u30c6\u30af\u30b9\u30c1\u30e3\u306e\u8272\u304c\u6fc3\u304f\u5909\u308f\u3063\u3066\u3057\u307e\u3046":20,"\u30c6\u30af\u30b9\u30c1\u30e3\u30b5\u30a4\u30ba\u306e\u9069\u6b63\u306a\u8003\u616e":31,"\u30c6\u30af\u30b9\u30c1\u30e3\u30b5\u30f3\u30d7\u30e9\u9069\u7528\u51e6\u7406\u3092":37,"\u30c6\u30af\u30b9\u30c1\u30e3\u30ed\u30fc\u30c0\u30fc\u3092\u62e1\u5f35\u3067\u304d\u308b\u3088\u3046\u306b\u5909\u66f4\u3057\u305f":32,"\u30c6\u30af\u30b9\u30c1\u30e3\u30fc\u3068":46,"\u30c6\u30af\u30b9\u30c1\u30e3\u30fc\u306e":47,"\u30c6\u30af\u30b9\u30c1\u30e3\u30fc\u306e\u53d6\u308a\u5efb\u3057\u3092\u4e2d\u5fc3\u306b\u6539\u4fee":46,"\u30c6\u30af\u30b9\u30c1\u30e3\u30fc\u306e\u5909\u63db\u306b\u4f7f\u3063\u3066\u3044\u308b":61,"\u30c6\u30af\u30b9\u30c1\u30e3\u30fc\u3092\uff11\u679a\u306b\u307e\u3068\u3081\u308b":46,"\u30c6\u30af\u30b9\u30c1\u30e3\u30fc\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u306e\u30d0\u30b0\u4fee\u6b63":44,"\u30c6\u30af\u30b9\u30c1\u30e3\u540d\u524d\u304c\u9577\u3059\u304e\u308b\u3068vrm\u30d5\u30a1\u30a4\u30eb\u304c\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u7981\u6b62":32,"\u30c6\u30b9\u30c8\u306e\u4fee\u6b63":23,"\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u306b\u3042\u308a\u307e\u3059":8,"\u30c7\u30b7\u30ea\u30a2\u30e9\u30a4\u30ba":5,"\u30c7\u30b7\u30ea\u30a2\u30e9\u30a4\u30ba\u306f\u5b9a\u578b\u30b3\u30fc\u30c9\u306b\u306a\u308b\u306e\u3067":5,"\u30c7\u30b7\u30ea\u30a2\u30e9\u30a4\u30ba\u6642\u306b\u8272\u7a7a\u9593\u3092\u30b3\u30fc\u30c9\u3067\u660e\u793a":51,"\u30c7\u30b9\u30c8\u30ed\u30a4\u6e08\u307f\u306e\u30a8\u30e9\u30fc\u306b\u306a\u308b\u5834\u5408\u304c\u3042\u308a\u307e\u3057\u305f":24,"\u30c7\u30d5\u30a9\u30eb\u30c8\u3067":60,"\u30c7\u30d5\u30a9\u30eb\u30c8\u3067\u306f\u5f93\u6765\u306edots\u5b9f\u88c5\u3067\u306a\u3044springbone\u3067\u52d5\u4f5c\u3057\u307e\u3059":8,"\u30c7\u30d5\u30a9\u30eb\u30c8\u3067\u306f\u975e\u8868\u793a":[3,71],"\u30c7\u30d5\u30a9\u30eb\u30c8\u3067\u63d0\u4f9b\u3059\u308b\u6319\u52d5\u3067\u52d5\u4f5c\u3059\u308b\u3088\u3046\u306b\u3057\u307e\u3057\u305f":25,"\u30c7\u30d5\u30a9\u30eb\u30c8\u3067\u65b0\u5b9f\u88c5\u3092\u7528\u3044\u308b\u3088\u3046\u306b\u3057\u307e\u3057\u305f":24,"\u30c7\u30d5\u30a9\u30eb\u30c8\u306e\u5b9f\u884c\u512a\u5148\u5ea6\u3092\u5909\u66f4\u3057\u307e\u3057\u305f":24,"\u30c7\u30d5\u30a9\u30eb\u30c8\u306fvrm":7,"\u30c8\u30eb\u30b3\u8a9e\u306eexport\u3092\u4fee\u6b63":31,"\u30d0\u30a4\u30c8\u5217":4,"\u30d0\u30a4\u30c8\u5217\u306e\u30aa\u30d5\u30bb\u30c3\u30c8\u3067\u30d0\u30a4\u30ca\u30ea\u30c7\u30fc\u30bf\u306b\u30a2\u30af\u30bb\u30b9\u3057\u307e\u3059":4,"\u30d0\u30a6\u30f3\u30c7\u30a3\u30f3\u30b0\u30dc\u30c3\u30af\u30b9\u3068\u30ab\u30e1\u30e9\u306e\u4f4d\u7f6e\u95a2\u4fc2\u3067\u898b\u5207\u308c\u308b\u306e\u3092\u9632\u6b62\u3059\u308b":66,"\u30d0\u30b0":[31,44],"\u30d0\u30b0\u306e\u65e9\u671f\u767a\u898b\u3092\u884c\u3048\u308b\u3088\u3046\u306b\u3057\u307e\u3059":24,"\u30d0\u30b0\u4fee\u6b63":38,"\u30d0\u30c3\u30d5\u30a1\u306e\u69cb\u7bc9\u3084":8,"\u30d0\u30fc\u30b8\u30e7\u30f3\u30c1\u30a7\u30c3\u30af\u306e\u30a8\u30e9\u30fc\u8868\u8a18\u3092\u4fee\u6b63":27,"\u30d0\u30fc\u30b8\u30e7\u30f3\u756a\u53f7\u66f4\u65b0":28,"\u30d1\u30c3\u30b1\u30fc\u30b8\u3068\u3057\u307e\u3057\u305f":32,"\u30d1\u30c3\u30b1\u30fc\u30b8\u30ea\u30ea\u30fc\u30b9\u7121\u3057":31,"\u30d1\u30d5\u30a9\u30fc\u30de\u30f3\u30b9\u8981\u4ef6\u304c\u53b3\u3057\u3044\u5834\u5408\u306f\u30ad\u30e3\u30c3\u30b7\u30e5\u3059\u308b\u306a\u3069\u5de5\u592b\u3059\u308b\u3053\u3068\u3092\u304a\u3059\u3059\u3081\u3057\u307e\u3059":32,"\u30d3\u30eb\u30c9\u306b\u542b\u307e\u308c\u306a\u3044":61,"\u30d3\u30eb\u30c9\u306b\u542b\u307e\u308c\u308b\u3088\u3046\u306b\u3057\u3066\u304f\u3060\u3055\u3044":1,"\u30d4\u30ea\u30aa\u30c9\u3067\u306a\u3044\u30ed\u30b1\u30fc\u30eb":32,"\u30d5\u30a1\u30a4\u30eb\u306b\u306f\u542b\u307e\u308c\u3066\u3044\u308b\u304c":[68,69],"\u30d5\u30a1\u30a4\u30eb\u306e\u30b5\u30a4\u30ba\u6e1b\u5c11\u304c\u5927\u304d\u304f\u671f\u5f85\u3067\u304d\u307e\u3059":34,"\u30d5\u30a1\u30a4\u30eb\u3092":46,"\u30d5\u30a1\u30a4\u30eb\u3092\u51fa\u529b\u3059\u308b\u969b\u306b":34,"\u30d5\u30a1\u30a4\u30eb\u62e1\u5f35\u5b50\u3067\u81ea\u52d5\u5224\u5b9a\u3057\u307e\u3059":3,"\u30d5\u30a9\u30eb\u30c0":39,"\u30d5\u30a9\u30eb\u30c0\u306b\u79fb\u52d5\u3057\u3066":32,"\u30d5\u30a9\u30eb\u30c0\u306e\u79fb\u52d5\u3068\u53c2\u7167\u306e\u554f\u984c":31,"\u30d5\u30e9\u30f3\u30b9\u8a9e\u306a\u3069":32,"\u30d7\u30ed\u30b0\u30e9\u30e0\u304b\u3089\u6271\u3046\u306b\u306f\u5916\u90e8\u30d5\u30a1\u30a4\u30eb\u3078\u306e\u30a2\u30af\u30bb\u30b9\u304c\u7121\u3044glb\u5f62\u5f0f\u306e\u65b9\u304c\u7c21\u5358":4,"\u30d7\u30ed\u30b0\u30e9\u30e0\u306b\u3088\u308b\u559c\u6012\u54c0\u697d":67,"\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u306e\u30ab\u30e9\u30fc\u30b9\u30da\u30fc\u30b9\u304clinear\u8a2d\u5b9a\u306b\u306a\u3063\u3066\u3044\u308b\u306a\u3069\u304c\u6761\u4ef6\u3068\u601d\u308f\u308c\u308b":20,"\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u306e\u30ab\u30e9\u30fc\u30b9\u30da\u30fc\u30b9\u8a2d\u5b9a\u304c":49,"\u30d8\u30c3\u30c0\u90e8":4,"\u30dc\u30bf\u30f3\u307d\u3044\u6a5f\u80fd\u3092\u547c\u3073\u51fa\u3059\u30dc\u30bf\u30f3\u3092\u8ffd\u52a0\u3057\u307e\u3057\u305f":49,"\u30dc\u30fc\u30f3\u540d\u91cd\u8907\u3068":33,"\u30dc\u30fc\u30f3\u540d\u91cd\u8907\u306e\u81ea\u52d5\u30ea\u30cd\u30fc\u30e0":31,"\u30dc\u30fc\u30f3\u540d\u91cd\u8907\u30a8\u30e9\u30fc":33,"\u30dc\u30fc\u30f3\u540d\u91cd\u8907\u6642\u306b\u306b\u81ea\u52d5\u3067\u30ea\u30cd\u30fc\u30e0\u3059\u308b\u3088\u3046\u306b\u306a\u308a\u307e\u3057\u305f":31,"\u30de\u30a4\u30b0\u30ec\u30fc\u30c8\u30ed\u30fc\u30c9\u3057\u305f\u3068\u304d\u306b\u53e4\u3044\u65b9\u306e\u30e1\u30bf\u306b\u30a2\u30af\u30bb\u30b9\u3067\u304d\u308b":61,"\u30de\u30c6\u30ea\u30a2\u30eb\u306e":44,"\u30de\u30c6\u30ea\u30a2\u30eb\u751f\u6210\u3092":47,"\u30e1\u30c3\u30b7\u30e5\u304c\u7121\u3044\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306b\u5bfe\u3059\u308b":53,"\u30e1\u30c3\u30b7\u30e5\u306e\u4e00\u90e8\u3092\u524a\u9664\u3057\u305f\u3068\u304d\u306a\u3069\u306b\u767a\u751f\u3059\u308b\u73fe\u8c61\u306e\u56de\u907f":40,"\u30e1\u30c3\u30b7\u30e5\u306e\u4e00\u90e8\u3092\u524a\u9664\u3057\u305f\u3068\u304d\u306e\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u30a8\u30e9\u30fc\u3092\u56de\u907f":31,"\u30e1\u30c3\u30b7\u30e5\u3092\u5206\u5272\u3059\u308butility\u3092\u8ffd\u52a0\u3057\u305f":32,"\u30e1\u30c3\u30b7\u30e5\u3092\u7d71\u5408\u3057\u305f\u3068\u304d\u306a\u3069\u306b\u767a\u751f\u3059\u308b\u73fe\u8c61\u306e\u56de\u907f":40,"\u30e1\u30c3\u30b7\u30e5\u5206\u5272\u306a\u3069\u7279\u5225\u306a\u51e6\u7406\u306f\u4e0d\u8981":9,"\u30e1\u30c3\u30b7\u30e5\u540d\u304c":38,"\u30e1\u30c3\u30bb\u30fc\u30b8\u3092\u8868\u793a\u3057\u3066":52,"\u30e1\u30f3\u30c6\u30ca\u30f3\u30b9\u30ea\u30ea\u30fc\u30b9\u3067\u3059":22,"\u30e2\u30c7\u30eb\u3067\u7570\u5e38\u306b\u8ca0\u8377\u304c\u304b\u304b\u308b\u306e\u3092\u4fee\u6b63\u3057\u307e\u3057\u305f":21,"\u30e2\u30c7\u30eb\u3092\u30ed\u30fc\u30c9":79,"\u30e2\u30c7\u30eb\u3092\u8868\u793a\u3057\u307e\u3059":[68,69],"\u30e2\u30c7\u30eb\u6539\u5909\u3057\u3066\u3082\u30a8\u30e9\u30fc\u304c\u51fa\u306b\u304f\u304f\u306a\u308a\u307e\u3057\u305f":[31,36],"\u30e2\u30d0\u30a4\u30eb\u5411\u3051\u306eaot\u5bfe\u7b56\u3092\u3057\u305f\u30b7\u30ea\u30a2\u30e9\u30a4\u30b6\u3092\u8ffd\u52a0":29,"\u30e6\u30fc\u30b6\u5b9a\u7fa9\u306e\u8868\u60c5\u306f":67,"\u30e6\u30fc\u30c6\u30a3\u30ea\u30c6\u30a3\u95a2\u6570\u4f8b":5,"\u30e9\u30a4\u30f3\u30bf\u30a4\u30e0\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u6642\u306b\u6b63\u898f\u5316\u3092\u5b9f\u884c\u3059\u308b\u4f8b":58,"\u30e9\u30f3\u30bf\u30a4\u30e0\u3067\u306f\u30de\u30c6\u30ea\u30a2\u30eb":24,"\u30e9\u30f3\u30bf\u30a4\u30e0\u30ed\u30fc\u30c9\u5f8c\u306b\u30b9\u30b1\u30fc\u30eb\u3092\u5909\u66f4\u3057\u3066\u904b\u7528\u3059\u308b\u5834\u5408\u306b\u5f71\u97ff\u304c\u3042\u308a\u307e\u3059":51,"\u30ea\u30b9\u30c8\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9\u3092\u8ffd\u52a0":20,"\u30ea\u30bd\u30fc\u30b9\u304c\u7834\u68c4\u3055\u308c\u307e\u3059":[68,69],"\u30ea\u30bd\u30fc\u30b9\u306e\u5bff\u547d\u3092":68,"\u30ea\u30dd\u30b8\u30c8\u30ea\u306e\u69cb\u6210\u3092\u5909\u66f4\u3057\u307e\u3057\u305f":22,"\u30ea\u30ea\u30fc\u30b9\u30da\u30fc\u30b8\u306e\u5b89\u5b9a\u7248\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u756a\u53f7\u30df\u30b9":59,"\u30ea\u30ea\u30fc\u30b9\u30da\u30fc\u30b8\u3088\u308a":25,"\u30eb\u30fc\u30c8\u306b":33,"\u30eb\u30fc\u30c8\u306b\u79fb\u52d5":32,"\u30eb\u30fc\u30c8\u306e":33,"\u30ec\u30a4\u30e4\u30fc\u306b\u3088\u308b\u53ef\u8996\u5236\u5fa1\u4f8b":9,"\u30ed\u30b1\u30fc\u30eb\u3092\u4f7f\u3063\u3066\u30b5\u30a4\u30c8\u30d3\u30eb\u30c9":0,"\u30ed\u30b1\u30fc\u30eb\u3092\u7121\u8996\u3057\u3066\u82f1\u8a9e\u3067\u51e6\u7406\u3057\u3066\u3057\u307e\u3046\u305f\u3081":32,"\u30ed\u30fc\u30c0\u30fc\u3067\u8aad\u3081\u308b\u3088\u3046\u306b\u4fee\u6b63":53,"\u30ed\u30fc\u30c9\u3059\u308b\u5074\u306e\u30e9\u30a4\u30d6\u30e9\u30ea\u304c0":19,"\u30ed\u30fc\u30c9\u3059\u308b\u524d\u306b\u8a2d\u5b9a\u304c\u5fc5\u7528":12,"\u30ed\u30fc\u30c9\u3067\u304d\u308b\u304c\u30e1\u30e2\u30ea\u91cf\u304c\u5897\u3048\u308b\u3068\u3044\u3046\u3053\u3068\u304c\u8d77\u304d\u307e\u3059":49,"\u30ed\u30fc\u30c9\u3092\u7e70\u308a\u8fd4\u3059\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u3067\u30ea\u30bd\u30fc\u30b9\u30ea\u30fc\u30af\u304c\u8d77\u304d\u306a\u3044\u3088\u3046\u306b":45,"\u30ed\u30fc\u30c9\u5f8c\u306b\u8868\u793a\u3059\u308b":66,"\u30ed\u30fc\u30c9\u5f8c\u306e":44,"\u4e00\u304b\u6240\u3067\u4e2d\u592e\u96c6\u6a29\u7684\u306b\u5236\u5fa1\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059":67,"\u4e00\u5207\u30c6\u30af\u30b9\u30c1\u30e3\u304c\u5272\u308a\u5f53\u3066\u3089\u308c\u3066\u3044\u306a\u3044\u30e2\u30c7\u30eb\u3092\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u3059\u308b\u969b\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3059\u308b\u554f\u984c\u3092\u4fee\u6b63\u3057\u307e\u3057\u305f":25,"\u4e00\u5b9a\u306e\u6761\u4ef6\u3067\u5931\u6557\u3059\u308b\u306e\u3092\u4fee\u6b63\u3057\u307e\u3057\u305f":19,"\u4e00\u756a\u6700\u5f8c\u306e\u5024\u3067\u4e0a\u66f8\u304d":20,"\u4e00\u90e8\u306eblendshape\u304c\u58ca\u308c\u308b\u4e0d\u5177\u5408\u3092\u4fee\u6b63":29,"\u4e0a":7,"\u4e0a\u8a18\u306e\u3088\u3046\u306a\u8907\u6570\u306eblendshape\u304c\u5225\u3005\u306e\u30b3\u30f3\u30dd\u30fc\u30cd\u30f3\u30c8\u304b\u3089\u8a2d\u5b9a\u3055\u308c\u305f\u5834\u5408\u306b":67,"\u4e0a\u8a18\u306e\u30b3\u30fc\u30ca\u30fc\u30b1\u30fc\u30b9\u306b\u304a\u3051\u308b\u30d0\u30b0\u4fee\u6b63":24,"\u4e0b\u8a18\u306esetvalues\u3092\u63a8\u5968\u3057\u3066\u3044\u307e\u3059":67,"\u4e0d\u6b63\u306agltf\u5f62\u5f0f\u306e\u30d5\u30a1\u30a4\u30eb\u3092\u51fa\u529b\u3057\u3066\u3057\u307e\u3046\u554f\u984c\u306e\u4fee\u6b63":23,"\u4e21\u65b9\u3092\u6709\u52b9\u306b\u3059\u308b\u610f\u56f3\u3067\u4e0b\u8a18\u306e\u3088\u3046\u306b\u5b9f\u884c\u3057\u307e\u3059":67,"\u4e3b\u306b":55,"\u4e88\u671f\u3057\u306a\u3044\u30c7\u30fc\u30bf\u3092\u7121\u8996\u3057\u306a\u3044\u3053\u3068\u306b\u3088\u308a":24,"\u4e8b\u524d\u306b\u8a2d\u5b9a\u304c\u5fc5\u7528":12,"\u4eca\u307e\u30672\u7cfb\u7d71\u3042\u3063\u305fjson\u306e\u30b7\u30ea\u30a2\u30e9\u30a4\u30b6\u3092\u7d71\u4e00\u3059\u308b\u305f\u3081\u306e\u6e96\u5099\u3092\u884c\u3044":24,"\u4eca\u307e\u3067\u306f\u7121\u8996\u3055\u308c\u3066\u3044\u307e\u3057\u305f\u304c\u30a8\u30e9\u30fc\u3092\u51fa\u529b\u3059\u308b\u3088\u3046\u306b\u5909\u66f4\u3057\u307e\u3057\u305f":24,"\u4eca\u56de\u306f":22,"\u4ed6\u306e\u30d1\u30c3\u30b1\u30fc\u30b8\u3068\u4f75\u7528\u3059\u308b\u3068\u304d\u306b":31,"\u4ed6\u306e\u95a2\u6570\u306b\u5408\u308f\u305b\u3066":[32,67],"\u4ed6\u306egltf\u4e92\u63db\u30d3\u30e5\u30fc\u30a2\u306a\u3069\u3067\u3082\u6b63\u3057\u304f\u51e6\u7406\u3055\u308c\u307e\u3059\u304c":19,"\u4ee3\u308f\u308a\u306b":[32,67],"\u4ee5\u4e0b\u306b\u6ce8\u610f\u3057\u3066\u304f\u3060\u3055\u3044":49,"\u4ee5\u4e0b\u306e\u3088\u3046\u306b\u5909\u63db\u3057\u307e\u3059":7,"\u4ee5\u4e0b\u306e\u90e8\u54c1\u8981\u7d20\u304b\u3089\u4f5c\u308c\u307e\u3059":5,"\u4ee5\u4e0b\u306e\uff12\u3064\u3092\u767b\u9332\u3059\u308b\u3053\u3068\u3067":32,"\u4ee5\u524d\u304b\u3089\u30a2\u30c3\u30d7\u30b0\u30ec\u30fc\u30c9\u3059\u308b\u5834\u5408\u306f":32,"\u4ee5\u524d\u306f":32,"\u4ee5\u5916\u306e\u30d7\u30ea\u30bb\u30c3\u30c8\u306f\u72ec\u81ea\u306e":34,"\u4ee5\u964d":32,"\u4ee5\u964d\u306b\u3059\u308b":58,"\u4efb\u610f":[68,69],"\u4f55\u3082\u4ed8\u3051\u306a\u3044\u3068":5,"\u4f5c\u696d\u30df\u30b9":54,"\u4f5c\u696d\u4e2d":44,"\u4f7f\u7528\u5f8c\u306b":71,"\u4f7f\u7528\u6642\u306b":30,"\u4f8b":[5,67],"\u4f9d\u5b58\u3092\u5206\u96e2":47,"\u4fee\u6b63":63,"\u4fee\u6b63\u3057\u307e\u3057\u305f":39,"\u5024":[4,67],"\u5024\u306e":55,"\u5024\u3092\u56db\u6368\u4e94\u5165\u3059\u308b\u3053\u3068\u3067\u4e2d\u9593\u72b6\u614b\u306b\u306a\u3089\u306a\u3044":20,"\u5024\u3092\u8caf\u3081\u3066":21,"\u5099\u8003":[31,32,44,67],"\u5143\u306b\u306a\u308b\u578b":5,"\u5148\u3092":51,"\u5165\u529b\u9806\u756a\u306b\u3088\u3063\u3066undo\u3067\u623b\u3063\u3066\u3057\u307e\u3046\u5834\u5408\u304c\u3042\u3063\u305f\u554f\u984c\u306e\u4fee\u6b63":29,"\u5171\u6709\u3059\u308b\u306e\u3067\uff11\u3064\u3067\u3044\u3044\u9802\u70b9\u30d0\u30c3\u30d5\u30a1\u304c":49,"\u5177\u4f53\u7684\u306b\u306f":49,"\u5185\u306e\u3044\u304f\u3064\u304b\u306e\u30d5\u30a3\u30fc\u30eb\u30c9\u304c\u5fc5\u305a\u30d0\u30ea\u30c7\u30fc\u30c8\u3055\u308c\u51fa\u529b\u3055\u308c\u308b\u3088\u3046\u306b\u306a\u308a\u307e\u3057\u305f":25,"\u5185\u5bb9":4,"\u5185\u90e8":24,"\u5185\u90e8\u30d0\u30fc\u30b8\u30e7\u30f3\u306f\u7dad\u6301":59,"\u5185\u90e8\u7528\u306e\u95a2\u6570\u306b\u305d\u308c\u3068\u5206\u304b\u308b\u540d\u524d\u3092\u4ed8\u3051\u308b":20,"\u51e6\u7406\u306f\u6570\u30d5\u30ec\u30fc\u30e0\u306e\u6642\u9593\u3092\u8981\u3057\u307e\u3059":68,"\u51fa\u529b\u5148":5,"\u51fa\u529b\u5236\u5fa1\u7121\u3057":5,"\u5206\u5272\u65b9\u5f0f\u306bblendshape\u304c\u542b\u307e\u308c\u3066\u3044\u308b\u3068\u3046\u307e\u304f\u30ed\u30fc\u30c9\u3067\u304d\u307e\u305b\u3093":49,"\u5206\u5272\u7248\u306e\u65b9\u304c\u3046\u307e\u304f\u884c\u304f\u53ef\u80fd\u6027\u304c\u3042\u308b":49,"\u5217\u6319\u3092\u4fee\u6b63":60,"\u521d\u56deexport\u6642\u306emeta\u53d7\u3051\u6e21\u3057\u65b9\u6cd5\u3092\u4fee\u6b63":35,"\u521d\u671f\u5024\u3068\u306e\u5dee\u5206\u3092\u4f7f\u3046\u3088\u3046\u306b\u30ed\u30b8\u30c3\u30af\u3092\u5909\u66f4":61,"\u521d\u671f\u5316\u3092\u6574\u7406":61,"\u521d\u671f\u9078\u629e\u3082\u5b9f\u88c5":50,"\u5225\u7ba1\u7406\u306b\u306a\u3063\u305f":33,"\u5229\u7528\u5074\u304c\u51e6\u7406":5,"\u5229\u7528\u65b9\u6cd5\u306f":63,"\u524a\u9664\u3057\u307e\u3057\u305f":24,"\u524d":7,"\u52a0\u3048\u3066":22,"\u52d5\u4f5c\u3092\u4fee\u6b63":62,"\u52d5\u7684\u306b\u62e1\u5f35\u3067\u304d\u306a\u3044":5,"\u52d5\u7684\u8aad\u307f\u8fbc\u307f\u6642\u306e\u30d5\u30ec\u30fc\u30e0\u30ec\u30fc\u30c8\u4f4e\u4e0b\u3092\u9632\u3050\u305f\u3081buildmesh\u306e\u51e6\u7406\u3092\u30d5\u30ec\u30fc\u30e0\u5206\u6563\u3055\u305b\u308b\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u7528\u610f\u3057\u307e\u3057\u305f":32,"\u5358\u4f53\u306eunityproject\u3068\u3057\u3066\u4f7f\u3048\u308b\u3088\u3046\u306b\u306a\u308a\u307e\u3057\u305f":22,"\u5358\u7d14\u5316":31,"\u5373\u53cd\u6620\u3059\u308b":21,"\u53c2\u8003\u30b3\u30fc\u30c9":32,"\u53d6\u5f97":61,"\u53e4\u3044\u30ab\u30b9\u30bf\u30e0\u30a8\u30c7\u30a3\u30bf\u3067\u4f7f\u3063\u3066\u3044\u305f":20,"\u53e4\u3044\u30b7\u30a7\u30fc\u30c0\u30fc\u540d\u3092\u30d5\u30a9\u30fc\u30eb\u30d0\u30c3\u30af":53,"\u53e4\u3044\u30d0\u30fc\u30b8\u30e7\u30f3\u306e\u5b9f\u88c5\u304c\u6b8b\u3063\u3066\u3044\u305f\u305f\u3081":24,"\u53e4\u3044vrm\u306etextureimport\u3092\u4fee\u6b63":53,"\u53ef\u80fd\u306b\u306a\u308b\u306e\u3067":47,"\u53f3":7,"\u53f3\u30af\u30ea\u30c3\u30af\u306e\u30e1\u30cb\u30e5\u30fc\u306a\u3069\u304b\u3089\u3067\u304d\u307e\u3059":21,"\u53f3\u624b":7,"\u5408\u6210\u3057\u305f\u308a\u6392\u4ed6\u5236\u5fa1\u3057\u305f":67,"\u540c\u3058blendshape\u3092\u9055\u3046\u30a6\u30a7\u30a4\u30c8\u3067\u53c2\u7167\u3059\u308bblendshapeclip\u304c\u8907\u6570\u3042\u3063\u305f\u3068\u304d\u306b\u5408\u6210\u3055\u308c\u305a\u306b\u6700\u5f8c\u306e\u5024\u3067\u4e0a\u66f8\u304d\u3055\u308c\u3066\u3057\u307e\u3046":20,"\u540c\u4e00\u306emesh\u3068material\u3092\u53c2\u7167\u3057\u3066\u3044\u308bnode\u3092export\u3059\u308b\u5834\u5408\u306b":50,"\u540c\u540d\u30e1\u30c3\u30b7\u30e5\u304c100\u4ee5\u4e0a\u3042\u308b\u3068\u304d\u306b\u3082\u5bfe\u5fdc":38,"\u540c\u671f\u7684\u306b\u5b9f\u884c\u3059\u308b":66,"\u540d\u524d":5,"\u540d\u524d\u3092\u5909\u66f4":[32,67],"\u540d\u524d\u540c\u3058\u306e\u30dc\u30fc\u30f3\u306f\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u7981\u6b62":32,"\u540d\u524d\u901a\u308a\u306e\u6a5f\u80fd\u3067\u7121\u304fapply\u3068\u307b\u307c\u540c\u3058\u52b9\u679c":20,"\u5411\u3051":56,"\u5411\u3051\u3068":55,"\u5411\u3051\u306b":60,"\u547c\u3093\u3058\u3083\u3060\u3081":35,"\u56de\u8ee2":[32,33],"\u56de\u907f":54,"\u578b":[4,5],"\u5909\u5316\u3057\u3066\u3044\u306a\u3044\u3068\u304d\u306b\u30bb\u30c3\u30c8\u3059\u308b\u306e\u3092\u3084\u3081\u308b\u3068\u5143\u306b\u623b\u3063\u3066\u3057\u307e\u3046":21,"\u5909\u63db":62,"\u5909\u63db\u306e\u4fee\u6b63":44,"\u5909\u63db\u3092\u8ffd\u52a0":61,"\u5909\u66f4\u524d\u306f":22,"\u591a\u8a00\u8a9e\u5316\u66f4\u65b0":35,"\u5b89\u5b9a":31,"\u5b89\u5b9a\u6027":[31,44],"\u5b89\u5b9a\u677f":59,"\u5b8c\u4e86":5,"\u5b8c\u5168\u306b\u63cf\u753b\u3055\u308c\u306a\u3044":9,"\u5b9f\u884c\u6642\u306b":72,"\u5b9f\u884c\u6642\u306f":5,"\u5b9f\u88c5":57,"\u5b9f\u88c5\u304c\u7570\u306a\u308a\u307e\u3059":8,"\u5b9f\u88c5\u30e1\u30e2":13,"\u5b9f\u8cea\u7684\u306b\u306f":4,"\u5b9f\u969b\u306b\u4f7f\u7528\u3057\u3066\u3044\u308b\u30ea\u30bd\u30fc\u30b9":68,"\u5b9f\u9a13\u7684\u306b":49,"\u5bfe\u8c61\u3092\u524a\u9664\u3057\u305f\u3068\u304d":55,"\u5bfe\u8c61\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306f\u30a2\u30af\u30c6\u30a3\u30d6\u306a\u30e1\u30c3\u30b7\u30e5\u304c\u306a\u3044\u5834\u5408":32,"\u5c0f\u6570\u70b9\u304c":32,"\u5de6\u4e0a":7,"\u5de6\u4e0b":7,"\u5de6\u624b":7,"\u5de6\u76ee\u3060\u3051\u304c\u958b\u3044\u3066\u3057\u307e\u3044\u307e\u3059":67,"\u5dee\u3057\u66ff\u3048\u3092\u884c\u3044\u305f\u3044\u30bf\u30a4\u30df\u30f3\u30b0\u3067":8,"\u5ea7\u6a19\u7cfb\u306e\u5909\u63db":10,"\u5ea7\u6a19\u8ef8\u306e\u5909\u63db\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u8ffd\u52a0":45,"\u5ea7\u6a19\u8ef8\u30aa\u30d7\u30b7\u30e7\u30f3":44,"\u5f15\u304d\u6570\u3068":6,"\u5f15\u6570":63,"\u5f62\u5f0f\u306eunicode\u3092\u8aad\u3081\u308b\u3088\u3046\u306b\u306a\u308a\u307e\u3057\u305f":42,"\u5f8c\u3067":21,"\u5f8c\u3067\u8a2d\u5b9a\u3057\u305f\u5024\u3067\u4e0a\u66f8\u304d\u3055\u308c\u3066\u5e0c\u671b\u306eblendshape\u304c\u9069\u7528\u3055\u308c\u306a\u3044\u3068\u3044\u3046\u72b6\u614b\u306b\u306a\u308a\u307e\u3059":67,"\u5f8c\u8ff0":5,"\u5f93\u6765\u306espringbone\u306e\u307e\u307e\u52d5\u4f5c\u3057\u307e\u3059":8,"\u5fa9\u6d3b":[46,56],"\u5fdc\u6025\u51e6\u7f6e":45,"\u60c5\u5831\u3068\u30d0\u30a4\u30ca\u30ea\u30c7\u30fc\u30bf\u3092\u8aad\u307f\u51fa\u3057\u307e\u3059":[68,69],"\u610f\u56f3\u3057\u306a\u3044\u5024\u3092gltf\u3068\u3057\u3066\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u3057\u3088\u3046\u3068\u3057\u305f\u3068\u304d\u306b":24,"\u624b\u3067\u66f8\u304f\u304b\u30b3\u30fc\u30c9\u751f\u6210\u3059\u308b":5,"\u624b\u9806":[68,69],"\u629c\u7c8b":56,"\u62e1\u5927\u7e2e\u5c0f":36,"\u62e1\u5f35\u304c\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u306a\u304b\u3063\u305f\u554f\u984c\u306e\u4fee\u6b63":30,"\u62e1\u5f35\u306e\u578b":5,"\u62e1\u5f35\u306f":5,"\u638c\u6027":7,"\u63fa\u308c\u7269\u306e\u5404\u623f\u3092\u4e26\u5217\u51e6\u7406":8,"\u6539\u3081":54,"\u6539\u3081\u3066\u4f5c\u6210\u3055\u305b\u308b\u306b\u306f\u5bfe\u8c61\u306evrm\u304b\u3089\u4f5c\u6210\u3055\u308c\u305fmaterial\u3068blendshapeclip\u3068blendshapeavatar\u30a2\u30bb\u30c3\u30c8\u3092\u524a\u9664\u3057\u305f\u306e\u3061\u306b":21,"\u6539\u4fee":57,"\u6570\u91cd\u8907\u3057\u3066\u30ed\u30fc\u30c9\u3055\u308c\u307e\u3059":49,"\u65b0\u898f\u306b":19,"\u65b0\u898f\u306b\u8ffd\u52a0\u3055\u308c\u3066\u3044\u305f":24,"\u65b0\u898f\u306e\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u8b66\u544a":34,"\u65b0\u898f\u4f5c\u6210":5,"\u65e2\u5b58\u306e":53,"\u65e2\u5b58\u306eunlit\u7cfb\u30b7\u30a7\u30fc\u30c0\u3067\u306f\u3067\u304d\u306a\u304b\u3063\u305f":19,"\u65e2\u5b58\u306eunlit\u7cfb\u30b7\u30a7\u30fc\u30c0\u30fc\u3067\u3067\u304d\u306a\u304b\u3063\u305f":19,"\u65e7destroi":21,"\u660e\u793a\u7684\u306b\u5916\u90e8\u304b\u3089\u547c\u3073\u51fa\u3057\u3066\u304f\u3060\u3055\u3044":72,"\u660e\u793a\u7684\u306b\u7834\u68c4\u3092\u884c\u3044\u305f\u3044\u5834\u5408\u306f":8,"\u6642\u306b":55,"\u66f4\u65b0":63,"\u66f4\u65b0\u3057\u306a\u304f\u3066\u3082\u554f\u984c\u3042\u308a\u307e\u305b\u3093":22,"\u66f4\u65b0\u5185\u5bb9":[31,44],"\u66f8\u304d\u9593\u9055\u3048":61,"\u6700\u4f4e\u30d0\u30fc\u30b8\u30e7\u30f3\u3092":[31,56],"\u6700\u521d\u306e\u30de\u30c6\u30ea\u30a2\u30eb\u3092\u6301\u3064\u30e1\u30c3\u30b7\u30e5\u306e\u307f\u3092\u5e38\u306b\u53c2\u7167\u3059\u308b\u60c5\u5831\u3092\u51fa\u529b\u3057\u3066\u3044\u305f\u554f\u984c\u3092\u4fee\u6b63\u3057\u307e\u3057\u305f":24,"\u6700\u5f8c\u306e\u30de\u30c6\u30ea\u30a2\u30eb\u4ee5\u5916\u5909\u63db":20,"\u6700\u65b0\u7248\u3092\u4f7f\u3063\u3066\u304f\u3060\u3055\u3044":65,"\u6700\u8fd1\u306e":54,"\u6700\u9069\u5316\u3059\u308b\u3053\u3068\u30671\u30d5\u30ec\u30fc\u30e0\u3042\u305f\u308a\u306e\u51e6\u7406\u6642\u9593\u3092\u5927\u5e45\u306b\u6291\u3048\u307e\u3059":8,"\u672a\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u6642\u306b":62,"\u672a\u6b63\u898f\u5316\u30d2\u30a8\u30e9\u30eb\u30ad\u30fc\u306b\u30b9\u30d7\u30ea\u30f3\u30b0\u30dc\u30fc\u30f3\u304c\u3042\u308b\u3068\u304d\u306e\u8b66\u544a\u30e1\u30c3\u30bb\u30fc\u30b8":31,"\u69cb\u6210\u5909\u66f4":56,"\u6a5f\u80fd\u306f\u307b\u307c\u540c\u3058\u3067\u3059\u304c":34,"\u6b21\u4ee5\u964d\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u3067\u5b9f\u88c5\u304c\u7d71\u4e00\u3055\u308c\u308b\u4e88\u5b9a\u3067\u3059":24,"\u6b63\u3057\u304f\u30a4\u30f3\u30dd\u30fc\u30c8\u3067\u304d\u308b\u3088\u3046\u306b\u306a\u308a\u307e\u3057\u305f":19,"\u6b63\u898f\u5316\u3059\u308b\u3068\u304d\u306bblendshape\u3092\u4f7f\u3046lookat\u304cexport\u3055\u308c\u306a\u3044":[44,50],"\u6b63\u898f\u5316\u3059\u308b\u3068\u304d\u306f":36,"\u6b63\u898f\u5316\u6642\u306blookat\u306e\u30d1\u30e9\u30e1\u30fc\u30bf\u30fc\u304c\u843d\u3061\u3066\u3057\u307e\u3046\u306e\u3092\u4fee\u6b63":[44,52],"\u6b63\u898f\u5316\u6642\u306bspringbonecollider\u304c\u30b9\u30b1\u30fc\u30eb\u306b\u8ffd\u5f93\u3059\u308b\u3088\u3046\u306b\u306a\u308a\u307e\u3057\u305f":42,"\u6bb5\u968e\u3067\u306f\u4e21\u65b9\u9078\u629e\u53ef\u80fd\u3067\u3059\u304c":24,"\u6bce\u30d5\u30ec\u30fc\u30e0\u30de\u30c6\u30ea\u30a2\u30eb\u306e\u57fa\u6e96\u5024\u306b\u30af\u30ea\u30a2\u3057\u3066\u3044\u305f\u306e\u3067":21,"\u6cd5\u7dda\u3092\u6b63\u898f\u5316\u3059\u308b\u3088\u3046\u306b\u4fee\u6b63":29,"\u6cd5\u7dda\u30de\u30c3\u30d7":20,"\u6cd5\u7dda\u30de\u30c3\u30d7\u3092\u542b\u3093\u3060\u30e2\u30c7\u30eb\u3092\u518d\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u3057\u3066\u304f\u3060\u3055\u3044":19,"\u6cd5\u7dda\u30e2\u30c7\u30eb\u3092\u542b\u3093\u3060\u30e2\u30c7\u30eb\u306f":19,"\u6e96\u5099\u304c\u3067\u304d\u305f\u3089\u8868\u793a\u3059\u308b":[3,71],"\u7121\u304b\u3063\u305f":5,"\u7279\u306b\u554f\u984c\u304c\u7121\u3051\u308c\u3070\u3053\u308c":65,"\u72ec\u7acb\u3057\u305f":[32,51],"\u72ec\u81ea\u306e\u51e6\u7406":5,"\u751f\u6210\u3055\u308c\u305f":[68,69],"\u751f\u6210\u30b3\u30fc\u30c9\u306e\u30ad\u30fc\u51fa\u529b\u4f8b":5,"\u751f\u6210\u30b7\u30ea\u30a2\u30e9\u30a4\u30b6\u3092\u30c7\u30d5\u30a9\u30eb\u30c8\u306b\u3059\u308b":37,"\u753b\u50cf\u3084\u9802\u70b9\u914d\u5217\u3092\u8a18\u9332\u3059\u308b\u30d0\u30a4\u30ca\u30ea\u90e8\u306e\uff12\u3064\u306e\u90e8\u5206\u304b\u3089\u306a\u308a\u307e\u3059":4,"\u753b\u9762\u3068\u64cd\u4f5c\u304c\u5909\u308f\u3063\u3066\u3044\u307e\u3059":34,"\u7570\u306a\u308b\u30de\u30c6\u30ea\u30a2\u30eb\u3092\u6301\u3064\u304c\u540c\u3058\u30e1\u30c3\u30b7\u30e5\u3092\u53c2\u7167\u3057\u3066\u3044\u308brenderer\u304c\u5b58\u5728\u3059\u308b\u3068\u304d\u306b":24,"\u7684\u306a\u3082\u306e\u304c\u5897\u3048\u3066":[31,36],"\u7701\u7565":72,"\u77ac\u304d":67,"\u7834\u68c4\u3055\u308c\u307e\u3059":8,"\u79fb\u52d5\u306b\u95a2\u3057\u3066\u306f\u554f\u984c\u304c\u306a\u3044\u5834\u5408\u304c\u591a\u3044\u3068\u601d\u308f\u308c\u307e\u3059\u304c":33,"\u7a7a\u306e\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u306b":41,"\u7a7a\u306e\u30e2\u30fc\u30d5\u30bf\u30fc\u30b2\u30c3\u30c8\u304c\u51fa\u529b\u3055\u308cgltf\u9055\u53cd\u306b\u306a\u3063\u3066\u3057\u307e\u3046\u3053\u3068\u304c\u3042\u308b\u306e\u3092\u4fee\u6b63":33,"\u7c21\u4fbf\u306e\u305f\u3081":68,"\u7c21\u5358\u306a\u30c6\u30b9\u30c8\u30d7\u30ed\u30b0\u30e9\u30e0\u3067\u306e\u5229\u7528\u3092\u60f3\u5b9a\u3057\u3066\u3044\u307e\u3059":67,"\u7d10\u3065\u304f\u30ea\u30bd\u30fc\u30b9":[68,69],"\u7d71\u5408":22,"\u81ea\u5206\u306e\u30a2\u30d0\u30bf\u30fc":9,"\u81ea\u5206\u4ee5\u5916\u306e\u30a2\u30d0\u30bf\u30fc":9,"\u8272\u30d7\u30ed\u30d1\u30c6\u30a3\u306e\u30b7\u30ea\u30a2\u30e9\u30a4\u30ba":51,"\u84c4\u7a4d\u3057\u305f\u5024\u3092\u307e\u3068\u3081\u3066\u9069\u7528\u3059\u308b":67,"\u8868\u60c5\u5468\u308a\u306e\u64cd\u4f5c\u65b9\u6cd5":75,"\u8996\u7dda\u5236\u5fa1":67,"\u89aa\u3092\u305f\u3069\u308b\u6642":36,"\u89e3\u653e":45,"\u8a00\u8a9e\u8a2d\u5b9a\u306e\u81ea\u52d5\u5224\u5b9a\u3068\u4fdd\u5b58":50,"\u8a08\u7b97\u9806\u5e8f\u306e\u554f\u984c\u306b\u3088\u308b":24,"\u8a2d\u5b9a\u304c":21,"\u8a2d\u5b9a\u306b\u3088\u308b":10,"\u8a2d\u5b9a\u306e":49,"\u8a2d\u5b9a\u306e\u5834\u5408\u306b\u306e\u307f\u9802\u70b9\u30ab\u30e9\u30fc\u3092\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u3059\u308b\u3088\u3046\u306b\u5909\u66f4\u3057\u307e\u3057\u305f":37,"\u8a73\u7d30\u306f":21,"\u8b66\u544a\u304c\u51fa\u308b\u554f\u984c\u306e\u4fee\u6b63\u7b49":23,"\u8ffd\u52a0":[14,32,67],"\u8ffd\u52a0\u3057\u305fdispose\u306f\u3053\u308c\u3092\u547c\u3073\u307e\u3059":21,"\u901a\u308a\u306e\u3069\u3061\u3089\u304b\u306e\u65b9\u6cd5\u3067\u66f8\u304f\u3053\u3068\u304c\u6c42\u3081\u3089\u308c\u307e\u3059":67,"\u914d\u5217":21,"\u91cd\u307f\u4ed8\u304d\u52a0\u7b97":20,"\u91cd\u8907\u3092\u30c1\u30a7\u30c3\u30af\u3057\u3066\u540c\u3058meshindex\u3092\u53c2\u7167\u3059\u308b\u3088\u3046\u306b\u5909\u66f4":50,"\u9577\u3044vertex\u30d0\u30c3\u30d5\u30a1\u3092index\u30d0\u30c3\u30d5\u30a1\u3067\u90e8\u5206\u53c2\u7167\u3059\u308b\u65b9\u5f0f\u3092\u4f7f\u3063\u3066\u3044\u307e\u3057\u305f":49,"\u9577\u3055":4,"\u958b\u767a\u30d0\u30fc\u30b8\u30e7\u30f3\u3092uniti":58,"\u958b\u767a\u7248":65,"\u95a2\u6570\u306e\u4e2d\u3067\u4e0b\u8a18\u306e\u3088\u3046\u306b\u3057\u3066\u304f\u3060\u3055\u3044":69,"\u95a2\u6570\u3092\u547c\u3073\u51fa\u3057":[68,69],"\u95a2\u6570\u3092\u8ffd\u52a0":45,"\u95a2\u9023\u3059\u308b\u30ea\u30bd\u30fc\u30b9\u3092\u7834\u68c4\u3059\u308b":66,"\u95a2\u9023\u306e\u30b3\u30f3\u30dd\u30fc\u30cd\u30f3\u30c8\u304c\u5b9f\u884c\u3055\u308c\u308b\u3088\u3046\u306b":24,"\u9632\u5fa1":51,"\u975e\u30a2\u30af\u30c6\u30a3\u30d6\u306atransform\u304c\u53d6\u5f97\u3067\u304d\u306a\u304f\u306a\u3063\u3066\u3044\u305f\u306e\u3092\u4fee\u6b63":36,"\u975e\u540c\u671f\u306b\u5b9f\u884c\u3059\u308b":66,"\u975e\u540c\u671f\u7248":69,"\u9802\u70b9\u30ab\u30e9\u30fc\u304c":37,"\u9802\u70b9\u30ab\u30e9\u30fc\u306b\u5bfe\u5fdc\u3057\u3066\u3044\u307e\u3059":37,"\u9802\u70b9\u30ab\u30e9\u30fc\u3092\u524a\u9664\u3057\u307e\u3059":37,"\u9802\u70b9\u30ab\u30e9\u30fc\u60c5\u5831\u3092\u524a\u9664\u3059\u308b\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u8ffd\u52a0\u3057\u305f":32,"\u9802\u70b9\u30d0\u30c3\u30d5\u30a1\u3067\u3082\u52d5\u304f\u3088\u3046\u306b\u3057\u305f":53,"\u9802\u70b9\u30d0\u30c3\u30d5\u30a1\u3092\u5206\u5272\u3059\u308b\u30aa\u30d7\u30b7\u30e7\u30f3":44,"\u9802\u70b9\u6570\u304c\u591a\u3044\u30e2\u30c7\u30eb\u3092\u8aad\u307f\u8fbc\u3093\u3060\u6642\u306b":32,"abstract":5,"android\u3084ios\u4e0a\u3067\u6cd5\u7dda\u30de\u30c3\u30d7\u304c\u6b63\u3057\u304f\u8aad\u307f\u8fbc\u307e\u308c\u3066\u3044\u306a\u304b\u3063\u305f\u554f\u984c\u3092\u4fee\u6b63\u3057\u307e\u3057\u305f":24,"animationclip\u3068\u3057\u3066\u30ed\u30fc\u30c9\u3067\u304d\u307e\u3059":19,"aot\u3067\u5b9f\u884c\u6642\u306b\u30a8\u30e9\u30fc\u306b\u306a\u308b":37,"aot\u554f\u984c\u3092\u4fee\u6b63":31,"aot\u5bfe\u7b56\u306bexpress":24,"api\u66f4\u65b0":44,"asmdef\u306e\u4e0d\u8981\u306a\u53c2\u7167\u3092\u4fee\u6b63\u3057\u307e\u3057\u305f":41,"assets\u306e\u4e2d\u306bclone\u3059\u308b\u5fc5\u8981\u304c\u3042\u3063\u305f":22,"async\u3067\u30e9\u30f3\u30bf\u30a4\u30e0\u30ed\u30fc\u30c9\u3057\u305f\u30e2\u30c7\u30eb\u306escale\u30921\u4ee5\u4e0a\u306b\u3059\u308b\u3068springbone\u306e\u52d5\u4f5c\u304c\u602a\u3057\u304f\u306a\u308b":59,"blednshape\u306e\u7121\u3044\u4e09\u89d2\u5f62\u3092\u542b\u3080\u30b3\u30d4\u30fc":32,"blender\u304b\u3089":32,"blendshap\u5927\u6587\u5b57\u306e\u305f\u3081\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3059\u308b\u30d0\u30b0\u3092\u4fee\u6b63\u3057\u305f":32,"blendshape\u3067\u5236\u5fa1\u3055\u308c\u308b\u76ee\u304c\u52d5\u304b\u306a\u3044\u306e\u554f\u984c\u3092\u4fee\u6b63\u3057\u305f":32,"blendshape\u3067\u8996\u7dda\u3092\u52d5\u304b\u3059\u30bf\u30a4\u30d7\u306e\u30e2\u30c7\u30eb":67,"blendshape\u306e\u3042\u308b\u4e09\u89d2\u5f62\u3092\u542b\u3080\u30b3\u30d4\u30fc":32,"blendshape\u306e\u5bb9\u91cf\u524a\u6e1b":33,"blendshape\u306e\u9023\u7d50\u30d0\u30b0\u306e\u4fee\u6b63":49,"blendshape\u306f\u672a\u5bfe\u5fdc\u3067\u3059":19,"blendshape\u3092\u64cd\u4f5c\u3057\u305f\u72b6\u614b\u3067pos":29,"blendshape\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u30c0\u30a4\u30a2\u30ed\u30b0\u306b\u8ffd\u52a0\u3057\u305f":32,"blendshape\u5408\u6210\u5668\u304c\u5fc5\u8981\u306b\u5fdc\u3058\u547c\u3073\u51fa\u3059\u3053\u3068\u3092\u60f3\u5b9a\u3057\u3066\u3044\u307e\u3059":67,"blendshape\u540c\u58eb\u304c\u7af6\u5408\u3059\u308b\u3053\u3068\u304c\u308f\u304b\u308a\u307e\u3057\u305f":67,"blendshape\u8a2d\u5b9a\u306epreview\u306e\u4e2d\u30c9\u30e9\u30c3\u30b0\u3067\u79fb\u52d5":20,"blendshapeavatar\u306e\u30a4\u30f3\u30b9\u30da\u30af\u30bf\u3092\u66f4\u65b0":20,"blendshapebinding\u306b\u3088\u3063\u3066\u53c2\u7167\u3055\u308c\u308b\u975e\u30a2\u30af\u30c6\u30a3\u30d6\u306a\u30e1\u30c3\u30b7\u30e5\u306f\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u3057\u306a\u3044":32,"blendshapeclip\u306b2\u5024\u30d5\u30e9\u30b0":20,"blendshapeclip\u306e\u30a4\u30f3\u30b9\u30da\u30af\u30bf\u3092\u66f4\u65b0":20,"blendshapeclip\u306e\u96c6\u5408\u306e\u30b9\u30ca\u30c3\u30d7\u30b7\u30e7\u30c3\u30c8\u3092\u307e\u3068\u3081\u3066\u9069\u7528\u3059\u308b\u3053\u3068\u3092\u60f3\u5b9a\u3057\u3066":67,"blendshapeclip\u306ematerial\u9069\u7528\u30ed\u30b8\u30c3\u30af\u3092\u4fee\u6b63":20,"blendshapekey\u3092\u4f5c\u6210\u3059\u308b\u65b9\u6cd5\u304c\u4e0d\u660e\u77ad\u3060\u3063\u305f\u305f\u3081":[32,67],"blendshapeproxy\u304b\u3089material\u3092\u64cd\u4f5c\u3057\u305f\u3068\u304d\u306bondestroy\u3067\u5143\u306b\u623b\u3059\u51e6\u7406\u3092":24,"blendshapeproxy\u306e\u7121\u3044\u30e2\u30c7\u30eb\u306e\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u6642":32,"boneweight\u306e\u7121\u3044blendshape\u306f\u6b63\u898f\u5316\u5fc5\u7528":37,"buildhierarchy\u307e\u308f\u308a\u306e\u30d5\u30ec\u30fc\u30e0\u3092\u5206\u6563":62,"bvh\u306efloat":32,"byte":[4,5,16,47,52],"byte\u5217\u3092\u5f97\u308b":66,"case":[52,54,79],"catch":66,"class":[4,5,16,29,68,69,72],"class\u3068\u7af6\u5408\u3059\u308b":53,"class\u3068\u7af6\u5408\u3059\u308b\u306e\u3092\u4fee\u6b63":44,"collider\u306e\u91cd\u8907\u3092\u8003\u616e\u3057\u3066\u3044\u306a\u304b\u3063\u305f":50,"color\u3067transpar":19,"compile\u3092\u56de\u907f\u3059\u308b\u6e96\u5099\u3092\u884c\u3044\u307e\u3057\u305f":24,"const":[5,72],"default":[5,9,17,26,27,29,55,58,66,71,72],"dev\u304b\u3089\u79fb\u52d5":64,"do":[27,49,61],"dots\u3092\u5229\u7528\u3057\u305f\u9ad8\u901f\u306aspringbone\u5b9f\u88c5\u3067\u3042\u308b":8,"editor\u3067gc\u304c\u767a\u751f\u3057\u3066\u3044\u305f\u90e8\u5206\u3092\u4fee\u6b63":29,"editor\u3067material\u30a2\u30bb\u30c3\u30c8\u304c\u898b\u3064\u304b\u3063\u305f\u6642\u3060\u3051\u306b\u3057\u307e\u3057\u305f":24,"editor\u306b\u3066first":27,"editor\u30a4\u30f3\u30dd\u30fc\u30c8\u6642\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u305f\u5834\u5408\u306a\u3069\u306b\u4f5c\u3063\u305f\u30a2\u30bb\u30c3\u30c8\u3092\u524a\u9664\u3059\u308b":21,"editor\u30a4\u30f3\u30dd\u30fc\u30c8\u6642\u306eprefab\u306e\u5143\u306b\u306a\u3063\u305fgameobject\u3092\u30b7\u30fc\u30f3\u304b\u3089\u524a\u9664":21,"editorexport\u6642\u306b\u30a2\u30bb\u30c3\u30c8\u304c\u898b\u3064\u304b\u3063\u305ftexture\u306f":32,"enum":[32,67],"enum\u306e\u5024\u306e\u540d\u524d\u3092\u6587\u5b57\u5217\u3067\u4f7f\u3046":5,"enum\u306e\u5024\u306e\u6570\u5024\u3092\u4f7f\u3046\u306e2\u7a2e\u985e\u304c\u3042\u308a\u3048\u307e\u3059":5,"enum\u306e\u5834\u5408\u306f\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u304c\u7121\u3044\u306e\u3067\u5fc5\u9808\u3067\u3059":5,"excludetriangles\u5185\u3067\u5927\u91cf\u306e\u30d2\u30fc\u30d7\u30a2\u30ed\u30b1\u30fc\u30c8\u304c\u767a\u751f\u3057\u3066\u3044\u305f\u306e\u554f\u984c\u3092\u5bfe\u5fdc\u3057\u305f":32,"export":[15,16,17,18,24,25,27,29,30,34,35,43,44,46,49,51,53,54,57,58,59,60,61],"export\u6642\u306b\u4f7f\u7528\u3057\u3066\u3044\u306a\u3044blendshape\u3092\u9664\u5916\u3059\u308b\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u8ffd\u52a0":29,"exportdialogbase\u306a\u3069":50,"exporter\u3067json\u306b\u7a7a\u306e\u914d\u5217\u304c\u542b\u307e\u308cgltf\u9055\u53cd\u306b\u306a\u3063\u3066\u3057\u307e\u3046\u3053\u3068\u304c\u3042\u308b\u306e\u3092\u4fee\u6b63":33,"exporter\u3067nan":21,"exporter\u306e\u30c6\u30b9\u30c8\u3092\u4fee\u6b63":30,"exporterwindow\u306b\u8b66\u544a\u30e1\u30c3\u30bb\u30fc\u30b8\u3092\u5b9f\u88c5":32,"exportroot\u306b\u56de\u8ee2":36,"exportsettings\u306e\u8a2d\u5b9a\u304c":29,"exportui\u306bmeta\u306e\u9805\u76ee\u3092\u8ffd\u52a0":29,"false\u306e\u72b6\u614b\u3067\u3082emissioncolor\u304c\u66f8\u304d\u8fbc\u307e\u308c\u3066\u3057\u307e\u3044":27,"fastspringbone\u306b\u3064\u3044\u3066":10,"files\u5bfe\u5fdc\u3092\u884c\u3044\u307e\u3057\u305f":25,"firstperson\u8a2d\u5b9a":9,"firstperson\u8a2d\u5b9a\u306b\u5fdc\u3058\u305f":72,"float":[7,16,67],"freeze\u306b\u30c1\u30a7\u30c3\u30af\u3092\u5165\u308c\u3066vrmexport\u3057\u305f\u969b\u306b":29,"freeze\u3092\u6307\u5b9a\u3057\u3066export\u3059\u308b\u3068firstpersonbone\u304c\u66f8\u304d\u8fbc\u307e\u308c\u3066\u3044\u306a\u304b\u3063\u305f\u554f\u984c\u306e\u4fee\u6b63":29,"function":[16,57,67,68,69,74],"gameobject\u306b\u5bfe\u3059\u308b":19,"gc\u51fa\u305f\u308a":32,"getvalues\u3092\u30ad\u30e3\u30c3\u30b7\u30e5\u3059\u308b":32,"glb\u3092\u66f8\u304d\u51fa\u3057\u305f\u969b\u306b\u30e2\u30fc\u30d5\u540d\u4ed8\u304d\u306e\u30e1\u30c3\u30b7\u30e5\u304c\u8aad\u307f\u8fbc\u307e\u308c\u306a\u3044\u554f\u984c\u306e\u4fee\u6b63\u3092\u884c\u3044\u307e\u3057\u305f":32,"glb\u30a2\u30cb\u30e1\u30fc\u30b7\u30e7\u30f3\u306eblendshape\u30ad\u30fc\u30d5\u30ec\u30fc\u30e0\u306e\u30a8\u30af\u30b9\u30dd\u30fc\u30c8":20,"glb\u30a8\u30af\u30b9\u30dd\u30fc\u30bf\u30fc\u304c\u52d5\u4f5c\u3059\u308b\u3088\u3046\u306b\u306a\u308a\u307e\u3057\u305f":19,"glb\u30d5\u30a1\u30a4\u30eb\u306e\u4f5c\u308a\u65b9":19,"glb\u30d5\u30a9\u30fc\u30de\u30c3\u30c8\u6982\u8aac":6,"glb\u5f62\u5f0f\u3067\u306fjson\u90e8\u3068\u30d0\u30a4\u30ca\u30ea\u90e8\u3092\u3072\u3068\u3064\u306e\u30d5\u30a1\u30a4\u30eb\u306b\u307e\u3068\u3081\u3066\u3044\u3066":4,"glb\u5f62\u5f0f\u3067json\u3092\u53d6\u5f97\u3057parse\u3057\u307e\u3059":66,"glb\u5f62\u5f0f\u3092parse\u3057\u3066\u30c1\u30e3\u30f3\u30af\u304b\u3089json\u3092\u53d6\u5f97\u3057parse\u3057\u307e\u3059":66,"gltf\u3067\u8868\u73fe\u3067\u304d\u306a\u3044\u30de\u30c6\u30ea\u30a2\u30eb\u60c5\u5831\u306f":19,"gltf\u3067\u8a18\u8ff0\u53ef\u80fd\u306a":19,"gltf\u3068\u3060\u3044\u305f\u3044\u4e92\u63db\u3067\u304d\u308b":19,"gltf\u306e\u30a2\u30cb\u30e1\u30fc\u30b7\u30e7\u30f3\u5bfe\u5fdc\u3092\u66f4\u65b0\u3057\u307e\u3057\u305f":19,"gltf\u306eanimationimporter\u3092\u30a4\u30f3\u30bf\u30fc\u30d5\u30a7\u30fc\u30b9\u5316":39,"gltf\u306eroughness\u304b\u3089\u5909\u63db":46,"gltf\u3084":32,"gltf\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u6642\u306bbasecolorfactor\u3092linear\u3067\u66f8\u304d\u8fbc\u3080\u3088\u3046\u306b\u5909\u66f4":29,"gltf\u30d0\u30fc\u30b8\u30e7\u30f3":4,"gltf\u5f62\u5f0f\u3067\u306f":4,"hmd\u3068\u9023\u52d5\u3059\u308b\u30ab\u30e1\u30e9":9,"hmd\u306e\u30ab\u30e1\u30e9":72,"hmd\u306e\u30ab\u30e1\u30e9\u306b\u30bb\u30c3\u30c8\u3059\u308b\u30de\u30b9\u30af":72,"humanbone\u306b\u5272\u308a\u5f53\u3066\u3089\u308c\u3066\u3044\u3066disable\u306a\u3069":19,"if\u6587\u306e\u9593\u9055\u3044\u3092\u4fee\u6b63":50,"ik\u64cd\u4f5c\u3092\u884c\u3046\u3088\u3046\u306a\u305d\u306e\u4ed6\u30b3\u30f3\u30dd\u30fc\u30cd\u30f3\u30c8\u306e\u8a08\u7b97\u5f8c\u306b":24,"import":[4,11,15,27,29,44,46,51,53,54,56,57,58,60,61,63,66,69,71],"import\u6642\u306b\u975e\u8868\u793a\u306b\u3059\u308b":61,"import\u6642\u306bunivrm\u304c\u6240\u6301\u3057\u3066\u3044\u308bmtoon\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u756a\u53f7\u306b\u5909\u63db\u3059\u308b\u51e6\u7406\u3092\u8ffd\u52a0":28,"import\u6642\u306fgammma\u306b\u5909\u63db":29,"importer\u304c\u5bfe\u5fdc\u3059\u308b\u307e\u3067\u306e\u7c21\u6613\u306a\u65b9\u6cd5":40,"importer\u306e\u9ad8\u901f\u5316":20,"importer\u3092\u4fee\u6b63":50,"importercontext\u306e\u3046\u3061":62,"importercontext\u3092materialimporter\u306b\u6301\u3061\u904b\u3070\u306a\u304f\u3066\u3082\u52d5\u304f\u3088\u3046\u306b\u5909\u66f4\u3057\u305f":32,"inf\u3092\u691c\u77e5\u3059\u3079\u304d":21,"int":[5,72],"jpg\u30d5\u30a9\u30de\u30c3\u30c8\u306e\u30c6\u30af\u30b9\u30c1\u30e3\u306f\u51fa\u529b\u3067\u304d\u308b\u3088\u3046\u306b\u306a\u3063\u305f":32,"jpg\u554f\u984c\u3042\u308a":31,"json\u3067\u306f\u30ad\u30fc\u3092\u51fa\u529b\u3057\u306a\u3044\u3068\u3057\u305f\u3044\u3053\u3068\u304c\u3042\u308a\u307e\u3059":5,"json\u30d0\u30a4\u30c8\u5217":5,"json\u6587\u5b57\u5217\u306e":42,"json\u8a18\u8ff0\u90e8\u3068":4,"jsonschema\u304b\u3089\u30b3\u30fc\u30c9\u751f\u6210":5,"linear\u30ab\u30e9\u30fc\u30b9\u30da\u30fc\u30b9\u306e\u63a8\u5968":44,"linq\u69cb\u6587\u4f7f\u7528\u306b\u3088\u3063\u3066vrm\u30ed\u30fc\u30c9\u6642\u306b\u767a\u751f\u3057\u3066\u3044\u305fgc\u3092\u6291\u5236\u3092\u5bfe\u5fdc\u3057\u305f":32,"load\u5b8c\u4e86":66,"loadgeometryasync\u3092\u30ef\u30fc\u30ab\u30fc\u30b9\u30ec\u30c3\u30c9\u3067\u306e\u8aad\u307f\u8fbc\u307f\u306b\u5bfe\u5fdc":62,"loadmaterialsasync\u3078\u306eawaitcaller\u306e\u53d7\u3051\u6e21\u3057\u304c\u6f0f\u308c\u3066\u3044\u305f\u554f\u984c\u3092\u4fee\u6b63":62,"material\u7f6e\u304d\u63db\u3048\u6a5f\u80fd":56,"materials\u304csubmesh\u3088\u308a\u591a\u304f\u3066":52,"menu\u3092\u8ffd\u52a0":27,"meshimporter\u4fee\u6b63":38,"meshutility\u304cunityeditor":[44,53],"meshutility\u30d5\u30a1\u30a4\u30eb\u306e\u79fb\u52d5":40,"meta\u304c\u5fc5\u8981\u306a\u5834\u5408":66,"meta\u3092\u53d6\u5f97":66,"metaeditor\u306e\u5fa9\u65e7":55,"metallicroughnessocclusion\u30c6\u30af\u30b9\u30c1\u30e3\u30fc":44,"mettalicroughness\u306a\u3069\u306e\u30c6\u30af\u30b9\u30c1\u30e3\u304c\u7121\u5909\u63db\u3067\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u3055\u308c\u308b":20,"mipmap\u30d1\u305f\u30e1\u30fc\u30bf\u30fc":44,"model\u3092\u69cb\u7bc9":66,"mtoon10\u3067\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u3059\u308b\u3068standard\u306b\u306a\u3063\u3066\u3057\u307e\u3046":60,"mtoon\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u3092v1":24,"mtoon\u306e\u30de\u30c6\u30ea\u30a2\u30eb\u304c\u4f5c\u6210\u3067\u304d\u307e\u305b\u3093":58,"mtoon\u306e\u66f4\u65b0":27,"mtoon\u306eshaderprop\u304c\u4e00\u90e8\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u51fa\u6765\u3066\u3044\u306a\u304b\u3063\u305f\u30d0\u30b0\u306e\u4fee\u6b63":28,"mtoon\u30d0\u30fc\u30b8\u30e7\u30f3\u306fv3":32,"mtoon\u4ee5\u5916\u306esubmodule\u3092univrm\u30ea\u30dd\u30b8\u30c8\u30ea\u306b\u7d71\u5408\u3057\u307e\u3057\u305f":22,"new":[3,5,7,8,12,16,17,28,32,42,53,54,66,67,68,69,70,71,76,79],"node\u306e\u884c\u5217\u5206\u89e3\u6642\u306e\u8ca0\u306e\u30b9\u30b1\u30fc\u30eb\u306e\u9650\u5b9a\u5bfe\u5fdc":57,"null":[5,27,31,36,38,43,46,48,50,51,52,54,55,57,58,72,79],"onloadmodel\u306e\u623b\u308a\u5024\u3092ienumerator\u306b\u5909\u66f4\u3057\u305f":32,"otherpermissionurl\u6b04\u306e\u4fee\u6b63":44,"parse\u3057\u305fjson\u3092\u3082\u3068\u306b\u30b7\u30fc\u30f3\u3092\u69cb\u7bc9\u3057\u307e\u3059":66,"parse\u3057\u305fjson\u3092\u30b7\u30fc\u30f3\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306b\u5909\u63db\u3057\u3066\u3044\u304f":66,"parse\u306e\u30ed\u30b1\u30fc\u30eb\u554f\u984c\u3092\u4fee\u6b63":32,"pbrmetallicroughness\u306e\u9805\u76ee\u304c\u7121\u3044\u5834\u5408\u306bimport\u306b\u5931\u6557\u3059\u308b\u306e\u554f\u984c\u3092\u4fee\u6b63\u3057\u305f":32,"png\u306b\u306a\u3063\u3066\u3044\u308b":39,"po\u30d5\u30a1\u30a4\u30eb\u3092\u4f5c\u6210":0,"pose\u306e\u30e2\u30c7\u30eb\u3092\u8868\u793a\u3057\u305f\u304f\u306a\u3044\u5834\u5408":66,"pot\u30d5\u30a1\u30a4\u30eb\u4f5c\u6210":0,"prefab\u3092\u9078\u629e\u3057\u305f\u72b6\u614b\u3067exporthumanoid\u3059\u308b\u3068\u30a8\u30e9\u30fc\u304c\u51fa\u3066\u3044\u305f\u554f\u984c\u306e\u4fee\u6b63":30,"project\u306b\u3042\u308bfbx":30,"public":[5,7,16,17,29,32,38,55,57,67,68,69,72],"public\u306e\u5909\u66f4\u3092\u660e\u8a18\u3059\u308b":20,"radius\u306a\u3069\u4e00\u90e8\u306e\u30d7\u30ed\u30d1\u30c6\u30a3\u304c\u65e2\u5b9a\u5024\u306b\u306a\u308b\u554f\u984c\u3092\u4fee\u6b63":27,"renderer\u306e\u63cf\u753b\u3092\u6b62\u3081\u308b":9,"return":[3,4,5,7,19,32,66,68,69,71,76,79],"root\u306etrs\u3092\u8b66\u544a\u306b\u4e0b\u3052\u3066\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u3067\u304d\u308b\u3088\u3046\u306b\u3057\u305f":33,"runtime\u306e\u30ea\u30bd\u30fc\u30b9\u7834\u68c4\u306b\u4f7f\u3048\u308b\u3088\u3046\u306b\u4ed5\u69d8\u5909\u66f4\u3057\u307e\u3057\u305f":21,"runtime\u30a4\u30f3\u30dd\u30fc\u30bf\u30fc\u5411\u3051\u306e\u30ea\u30bd\u30fc\u30b9\u89e3\u653e":21,"sample\u306e\u69cb\u6210":60,"scale\u304c\u542b\u307e\u308c\u3066\u3044\u3066\u3082springbone\u304c\u3042\u308b\u7a0b\u5ea6\u52d5\u304f":37,"scriptableobject\u306e\u69cb\u6210\u3092\u898b\u76f4\u3057":54,"scriptedimporter\u306eextract\u6319\u52d5\u3092":62,"setup\u306b\u3088\u308a\u751f\u6210\u3055\u308c\u308b\u982d\u306a\u3057\u30e2\u30c7\u30eb":24,"setvalues\u306e\u4fee\u6b63":20,"shader\u6574\u7406":44,"shader\u7248\u306e":61,"showmeshes\u3059\u308b\u524d\u306b\u6e96\u5099\u3059\u308b":66,"smoothness\u306e\u5024\u304c\u5f37\u5236\u7684\u306b1":25,"sparse\u6a5f\u80fd":33,"srgb\u3092linear\u3068\u3057\u3066\u51fa\u529b\u3057\u3066\u3044\u307e\u3044":20,"srgbwrite\u306e\u6307\u5b9a\u304c\u4e0d\u8db3\u3057\u3066\u3044\u308b\u5834\u5408\u304c\u3042\u308b\u306e\u3092\u4fee\u6b63":20,"standalone\u3068unigltf":32,"standalone\u3092\u524a\u9664\u3057\u305f":32,"standerd\u30b7\u30a7\u30fc\u30c0\u3092\u4f7f\u7528\u3057\u3066\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u3057\u305f\u6642\u306b":27,"standerdshader\u3067\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u3059\u308b\u5834\u5408\u306b":27,"static":[5,7,32,66,79],"static\u95a2\u6570\u3092\u751f\u6210\u3059\u308b\u306e\u3067":5,"subasset\u3067\u3082\u4e2d\u3092\u898b\u308c\u308b\u3088\u3046\u306b":60,"t\u578b":5,"texture\u3068color\u306e\u4e57\u7b97":19,"texture\u306emaxsize\u30922048\u56fa\u5b9a\u304b\u3089texture\u30b5\u30a4\u30ba\u306b\u5fdc\u3058\u3066maxsize\u3092512":29,"texture\u751f\u6210\u306e\u8cac\u52d9\u3092vrmshaders\u306b\u79fb\u52d5\u3059\u308b\u6e96\u5099":47,"texture\u95a2\u9023":10,"textureinfo\u306e\u62e1\u5f35\u3067\u3042\u308bkhr_texture_transform\u306e\u5bfe\u5fdc":32,"texturewrapmode\u306a\u3069\u306e\u30c6\u30af\u30b9\u30c1\u30e3\u30d7\u30ed\u30d1\u30c6\u30a3\u5024\u304c\u5931\u308f\u308c\u308b\u30d0\u30b0\u306e\u4fee\u6b63":27,"throw":[52,63,66,76,79],"thumbnail\u30c6\u30af\u30b9\u30c1\u30e3\u3092\u4f5c\u6210\u3059\u308b":66,"true":[5,9,12,16,21,24,32,54,57,58,61,66,76,79],"true\u306b\u306a\u3063\u3066\u3057\u307e\u3046\u30d0\u30b0\u306e\u4fee\u6b63":27,"try":[18,66],"typeof":5,"typo\u4fee\u6b63\u3084\u7279\u5b9a\u306e\u51e6\u7406\u7cfb\u3067\u30d3\u30eb\u30c9\u3067\u304d\u306a\u3044\u554f\u984c\u306e\u89e3\u6d88\u306a\u3069\u304c\u542b\u307e\u308c\u3066\u3044\u307e\u3059":22,"unigltf\u3068univrm\u304c\u4e00\u4f53\u5316\u3057\u3066\u3044\u305f\u306e\u3092\u5206\u96e2\u3057\u307e\u3057\u305f":39,"unigltf\u306e\u30d0\u30fc\u30b8\u30e7\u30f3":31,"unigltf\u306e\u30e1\u30cb\u30e5\u30fc\u306e\u4f4d\u7f6e\u3092vrm\u4ee5\u4e0b\u306b\u79fb\u52d5\u3057\u307e\u3057\u305f":24,"unigltf\u306f\u5177\u4f53\u7684\u306a\u578b\u3092\u77e5\u3089\u306a\u3044":5,"unigltf\u4f9d\u5b58\u3092\u9664\u53bb":51,"unigltf\u5206\u96e2":31,"unittest\u304c\u901a\u3089\u306a\u304f\u306a\u3063\u305f\u306e\u3092\u4fee\u6b63":33,"unittest\u306e\u4fee\u6b63":57,"unittest\u4fee\u6b63":45,"unittest\u8ffd\u52a0":46,"unity2020\u5bfe\u5fdc":44,"unity2020\u5bfe\u5fdc\u306e\u30c7\u30b0\u30ec\u3092\u4fee\u6b63":58,"unity\u3067vrm\u3092\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u3059\u308b\u65b9\u6cd5\u306a\u3069\u306b\u3064\u3044\u3066\u306f":13,"unity\u306b\u4f9d\u5b58\u3057\u3066\u3044\u306a\u3044unijson\u3092\u901a\u5e38\u306ec":24,"unity\u306e\u30b5\u30dd\u30fc\u30c8\u30d0\u30fc\u30b8\u30e7\u30f3\u3092":58,"unity\u306e\u6700\u5c0f\u30b5\u30dd\u30fc\u30c8\u30d0\u30fc\u30b8\u30e7\u30f3\u30925":27,"unity\u306eanimationclip\u3067vrmblendshapeproxy\u3092\u52d5\u304b\u3059\u4f8b":38,"unity\u306elegaci":19,"unity\u306ewww\u5bfe\u5fdc":27,"unityeditorscripts\u306e\u5834\u6240\u3092\u79fb\u52d5":27,"unitypackage\u306f\u30d5\u30a1\u30a4\u30eb\u306e\u79fb\u52d5\u306b\u5bfe\u5fdc\u3057\u3066\u3044\u306a\u3044\u305f\u3081":32,"uniunlit\u3067multiply\u8a2d\u5b9a\u306e\u6642\u4ee5\u5916\u306b\u81ea\u52d5\u3067\u9802\u70b9\u30ab\u30e9\u30fc\u3092\u843d\u3068\u3059\u5909\u66f4":37,"uniunlit\u306e\u30d0\u30b0\u4fee\u6b63":27,"uniunlit\u30b7\u30a7\u30fc\u30c0\u304b\u3064\u9802\u70b9\u30ab\u30e9\u30fc\u304c\u66f8\u304d\u8fbc\u307e\u308c\u3066\u3044\u308b\u5834\u5408":29,"univrm\u3067\u306f":8,"univrm\u306e\u66f4\u65b0\u3092\u304a\u9858\u3044\u3044\u305f\u3057\u307e\u3059":19,"univrm\u306f":7,"univrm\u306f\u30d1\u30c3\u30b1\u30fc\u30b8\u3068\u3057\u3066\u4f7f\u3048\u308b\u3088\u3046\u306b\u306a\u3063\u305f":32,"univrm\u3092\u4f7f\u3046\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u306e\u30d3\u30eb\u30c9\u306b\u95a2\u3059\u308b\u6ce8\u610f\u4e8b\u9805":1,"univrm\u3092\u4f7f\u3063\u3066vrm\u30e2\u30c7\u30eb\u3092\u30e9\u30f3\u30bf\u30a4\u30e0\u30ed\u30fc\u30c9\u3059\u308b\u65b9\u6cd5":66,"univrm\u30a2\u30f3\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":59,"univrm\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":59,"univrm\u30d0\u30fc\u30b8\u30e7\u30f3":59,"univrm\u4ee5\u5916\u306e\u30ed\u30fc\u30c0\u30fc\u3067\u8aad\u307f\u8fbc\u3081\u306a\u3044\u30a8\u30e9\u30fc":33,"univrm\u4ee5\u5916\u306e\u5b9f\u88c5\u3067\u306f":49,"unknown\u306e\u3068\u304d\u306e\u6319\u52d5\u304c\u4e0d\u660e\u77ad\u3060\u3063\u305f":[32,67],"unlit\u304b\u3064multiply\u3067\u306a\u3044":37,"unvrm\u306eunity\u30d0\u30fc\u30b8\u30e7\u30f3\u306f":32,"upm\u5c02\u7528":31,"url\u3084\u30d1\u30b9\u3067\u53c2\u7167\u3059\u308b\u65b9\u6cd5\u3067\u5916\u90e8\u306e\u30d0\u30a4\u30ca\u30ea\u30c7\u30fc\u30bf\u306b\u30a2\u30af\u30bb\u30b9\u3057\u307e\u3059":4,"urp\u3092\u9078\u629e\u3067\u304d\u306a\u3044\u3088\u3046\u306b\u4fee\u6b63":62,"urp\u30b5\u30f3\u30d7\u30eb\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u3078\u306e\u30a4\u30f3\u30dd\u30fc\u30c8\u6642\u306b\u30d3\u30eb\u30c9\u30a8\u30e9\u30fc\u304c\u51fa\u308b":58,"urp\u5bfe\u5fdc":6,"uv\u539f\u70b9":7,"var":[3,5,8,12,16,17,66,67,68,69,70,71,72,75,76,79],"vcolblendmode\u304c\u5909\u66f4\u3055\u308c\u308b\u3088\u3046\u306b\u4fee\u6b63":29,"vector3color\u304c\u8aad\u307f\u8fbc\u3081\u306a\u304b\u3063\u305f\u554f\u984c\u306e\u4fee\u6b63":29,"version\u756a\u53f7\u66f4\u65b0\u30c0\u30a4\u30a2\u30ed\u30b0":33,"vertexbuffer\u3092submesh\u3067\u5206\u5272\u3057\u3066\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u3059\u308b\u30aa\u30d7\u30b7\u30e7\u30f3":49,"void":[5,16,21,68,69,72,75],"vr\u3067\u81ea\u30ad\u30e3\u30e9\u306e\u4e00\u90e8\u304c\u51fa\u305f\u308a\u6d88\u3048\u305f\u308a\u3059\u308b\u554f\u984c\u306e\u5bfe\u7b56\u3067\u3059":24,"vr\u306e\u4e00\u4eba\u79f0\u7528":24,"vr\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u306e":10,"vrchat\u7528\u306b\u8a2d\u5b9a\u3057\u305fvroid\u30e2\u30c7\u30eb\u3092\u518d\u5ea6vrm\u306b\u5909\u63db\u3059\u308b\u6642\u306b\u30a8\u30e9\u30fc\u304c\u51fa\u3066\u5931\u6557\u3059\u308b":57,"vrm10\u306epackag":40,"vrm10controller\u306e\u5909\u6570\u7ba1\u7406\u3092\u4fee\u6b63":54,"vrm1\u306e\u30ed\u30fc\u30c0\u30fc\u66f4\u65b0":48,"vrm1\u306esubassetkey\u4f5c\u6210\u306e\u30d0\u30b0\u4fee\u6b63":50,"vrm\u3067\u306fglb\u3092\u63a1\u7528\u3057\u3066\u3044\u307e\u3059":4,"vrm\u306b\u3066":27,"vrm\u306b\u306a\u308b\u524d\u306e\u521d\u56de\u30a8\u30af\u30b9\u30dd\u30fc\u30c8":32,"vrm\u306b\u65b0\u898f\u30d7\u30ed\u30d1\u30c6\u30a3\u306e":25,"vrm\u306e\u30e9\u30a4\u30d5\u30b5\u30a4\u30af\u30eb\u306b\u7d10\u4ed8\u3044\u3066\u81ea\u52d5\u7684\u306b\u751f\u6210":8,"vrm\u30a8\u30af\u30b9\u30dd\u30fc\u30c8":59,"vrm\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u4e8c\u56de\u76ee\u304b\u3089\u30c0\u30a4\u30a2\u30ed\u30b0\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u306f\u524d\u56de\u306e\u51fa\u529b\u5148\u3092\u6307\u5b9a\u3059\u308b\u3088\u3046\u306b\u306a\u3063\u305f":32,"vrm\u30c7\u30fc\u30bf\u3092\u30a4\u30f3\u30dd\u30fc\u30c8\u3059\u308b\u305f\u3081\u306bunivrm\u3092\u3054\u5229\u7528\u3044\u305f\u3060\u3044\u3066\u3044\u308b\u304b\u305f\u306f":19,"vrm\u30d5\u30a1\u30a4\u30eb\u304c\u53c2\u7167\u3059\u308bvrm\u4ed5\u69d8\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u3092\u793a\u3057\u307e\u3059":25,"vrm\u30d5\u30a1\u30a4\u30eb\u3092reimport\u3057\u3066\u304f\u3060\u3055\u3044":21,"vrm\u30e2\u30c7\u30eb\u306e\u521d\u56deexport\u306b\u5931\u6557\u3059\u308b\u554f\u984c\u3092\u4fee\u6b63\u3057\u307e\u3057\u305f":26,"vrm\u4f5c\u6210\u306b\u4f7f\u3046\u5834\u5408\u306f":22,"vrmblendshapeproxy\u30b3\u30f3\u30dd\u30fc\u30cd\u30f3\u30c8\u304c\u7121\u3044\u5834\u5408\u306freduceblendshapesize\u30aa\u30d7\u30b7\u30e7\u30f3\u3067export\u51fa\u6765\u306a\u3044\u3088\u3046\u306b\u5909\u66f4":30,"vrmfirstperson\u306e\u521d\u671f\u5316":72,"vrmfirstperson\u3092\u4fee\u6b63":32,"vrmmaterialimporter\u306e\u30ea\u30cd\u30fc\u30e0\u3068":50,"vrmshaders\u3092\u8ffd\u52a0\u3057\u3066unijson":32,"vrmspringbone\u306eeditor":27,"vrmsprngbone\u306ehit":27,"while":[4,52,57],"windows\u3058\u3083\u306a\u3044\u306e\u30d7\u30e9\u30c3\u30c8\u30d5\u30a9\u30fc\u30e0\u306e\u30b5\u30dd\u30fc\u30c8\u306e\u8ffd\u52a0\u3057\u305f":32,"x\u3067\u306f\u5f8c\u65b9\u4e92\u63db\u6027\u3092\u4fdd\u3064\u305f\u3081":8,"x\u5411\u3051\u306efastspringbone\u5b9f\u88c5\u306f":8,"x\u8ef8\u3092\u53cd\u8ee2\u3057\u307e\u3059":7,"z\u8ef8\u3092\u53cd\u8ee2\u3057\u307e\u3059":7,A:[66,67],As:68,By:69,For:[17,59,67],If:[3,17,18,27,71],In:[17,18,34,68,69,76,79],It:[17,76],Not:[61,67],The:[6,17,18,66,68,69,72,76],There:[15,52],To:[16,17,69],_:[5,66],__init__:4,_build:0,_cutoff:27,_maintex:19,_pot:0,_vrmfilepath:[68,69],_vrmgameobject:[68,69],abl:[17,32],about:[16,52,55],abov:[15,17],absorb:17,access:[62,79],accessor:[17,47],accumulatevalu:34,activeinhierarchi:36,ad:[15,16,18,24,27,32,68,76],add:[5,11,18,24,25,27,28,29,32,33,34,36,38,40,41,42,46,47,48,49,50,51,52,54,55,57,58,59,60,63,64],addit:[55,69,76],adf:25,advanc:67,advancedmod:60,after:[2,3,17,22,32,43,54,67,69],again:64,aim:[52,54],akira:32,aliciasolid:[4,29],all:[15,16,54,61],alloc:32,allow:[2,15,55,79],along:[17,18],alpha:[27,53,54,57],alphacutoff:40,alphamod:[17,27],also:[17,24],alwai:[1,24],amamagi:47,an:[25,32,76,79],android:24,angl:7,angleaxi:7,ani:[17,57,61],anim:[11,16,19,29,40,45,53,58],animationbridgesampl:73,animationclip:[19,55,57,63],animationclipfactori:[11,57],animationcurv:45,animationproperti:29,aot:27,api:[32,42,44,60,61,67,69,79],appli:[16,21],applic:[5,16,66],applyer:32,applymodifiedproperti:57,applyrevertgui:58,ar:[15,17,18,24,25,53,66,67,69,72,79],archiv:57,argument:[16,18,32,64,66,67,76],arrai:17,arrayseg:5,ascii:4,asienumer:45,asint:5,aslowerstr:5,asmdef:[25,32,41,49,54,57,58],assembl:[25,61],asset:[1,3,5,15,22,29,32,39,45,46,53,56,57,59,63,71,79],assetdatabas:12,assetfold:12,assetimport:[12,45],assetpath:12,assetpostprocessor:[15,25],assign:76,associ:69,async:[66,68,69,71,76,79],attach:15,attachto:11,attribut:[17,27],auto:[9,21,57,58,61],autogltffilepars:[3,79],autorefer:61,autoreferenc:54,avail:68,avatar:[36,57,76],avoid:[24,49,54,64],await:[3,8,57,66,68,69,71,76,79],ax:[17,52],axi:7,b7ab741b16c9037b12defc6a34c885953635bd7c:19,b99e7cb9a47de77280eece57d6ed5e7718e848db:18,b:4,back:18,backfac:54,bake:[17,27,31],balanc:32,base64embed:29,base:[17,20,32,46],basecolor:54,basecolorfactor:29,basic:32,becam:15,becaus:57,becom:17,been:[17,18,68,69,71],befor:[5,15,17,18,22,32,67,68,79],begin:[5,62],behaviour:55,below:[3,18,66,68,71],between:[17,59],bin:4,binari:4,bindingflag:5,bindpos:25,blend:[29,32],blendshap:[16,27,29,31,32,34],blendshapeclip:[16,32,36,67],blendshapekei:[16,32,73],blendshapenam:16,blendshapepreset:[32,34,67],blendshapeproxi:[16,18,20,24,73,75],blendshpaekei:32,blink_l:67,blink_r:67,blob:5,bodi:4,bone:[15,29,32,53,62,74],bonemesheras:[32,42],bool:[5,21,32,66,79],both:[9,17],bottom:27,broken:24,buffer:[51,64],bug:[16,27,32,53,54,57,63],build:[0,31,44],buildblendshap:62,buildmesh:32,built:[16,71],bump:26,burst:8,button:[38,50],bvhimportercontext:64,bytestrid:17,c:[24,28,29,30,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,61,62,63],cach:[32,52],calcul:[17,25],call:[17,24,58,67,68,69,76],callback:15,camera:[9,74],can:[3,16,17,18,52,53,57,58,61,62,63,66,68,76,79],canexport:58,cannot:[16,17,18,29,30],capabl:15,cast:38,caus:[5,33,63],cd:0,ce8c:21,center:50,chang:[5,16,29,32],changelog:[32,33,34,35,36,37,38,39,40,41,42,43,45,46,47,48,49,50,51,52,53,54,55,57,58,59,60,61,62,63],channel:[53,57],check:[5,16,17,18,24,31,32,36,38,39,45,48,51,54,57,58],checkbox:55,children:[27,30],choos:16,chunk:[4,55],chunk_data:4,chunk_siz:4,chunk_typ:4,clamp:17,clear:[24,57],clearscen:53,click:18,clip:[18,41,58],close:[18,23,24,25,26,27,28,29,30,32,33,34,35,36,37,38,39,40,41,42,43,45,46,47,48,49,50,51,52,53,54,55,61,62,63],code:[15,16,24,53,55],col:[12,19],collect:[5,15,29,32,72],collid:51,collidergroup:29,color:[29,32,52,57,59],com:[2,5,17,18,19,20,21,23,24,25,26,27,28,29,30,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,59,61,62,63,68,69],combin:5,come:[17,18],comment:[27,29],commit:[15,18,19,23,24,25,26,27,28,29,32,33,34,35,36,37,38,39,40,41,42,43,45,46,47,48,49,50,51,52,53,54,55,61,62,63],common:27,compat:57,compet:67,compil:[15,25],compon:33,compress:52,condit:52,conf:[0,64],conflict:24,conform:2,consider:52,constant:[32,72],constraint:[5,42,51,52,54],constraitn:52,construct:64,constructor:67,contain:[3,5,15,52,54,64],content:56,context:[58,66,68,69],control:[75,76],conveni:16,convent:5,convers:[18,42],convert:[17,53,57],converted_uv:17,coordin:[17,57],copi:[27,47],coroutin:44,correct:[16,17],correctli:[17,18,27],could:[3,71],count:[29,57],creat:[5,17,54,66,67,76],createerasedmeshasync:[62,63],createfrom:[32,67],createfromclip:[32,67],createfrompreset:[32,67],createkeyold:32,createthumbnail:66,createunitypackagewithbuild:58,createunknown:[32,67],critic:57,cs0649:37,cs:[5,51,59,71,79],cull:27,cullingmask:72,current:58,custom:[60,71],custom_materials_good:5,d:0,data:[3,4,8,17,18,70,71,76,79],datapath:[5,66],date:[31,44],dd:52,debug:[5,66],decid:17,decreas:17,def:4,defaultexecutionord:62,defin:[5,17,72],definit:25,delet:16,delta:66,depend:56,depthfirstschedul:[16,17,22,27,44],describ:[15,18,68],descript:29,deseri:[5,27],deserialize_:5,deserializegoodmateri:5,deserializergener:5,destroi:[3,11,45,66,68,69,71],destroysubasset:21,destroyvrm:[68,69],detail:[17,66],detect:17,dev:[34,36,38,39,45,46,53,54,61],develop:17,dialog:[32,34,36,38,51],dictionari:[27,67],differ:[17,24,52,59],directli:15,directori:[32,49,50,61],dirti:41,disabl:54,disabledscop:54,disappear:76,discard:[3,16,69],disk:18,displai:[17,76],dispos:[3,68,69,71],disposeongameobjectdestroi:[54,68,69],distort:17,divid:[25,51,53,68],divide_vertex_buff:52,dividedvertexbuff:44,doc:[0,34,36,38,39,40,45,46,53,54,64,68,69],docfx:[61,62],document:[33,64,68,69],doe:[54,58],domigr:79,don:[5,58],dontdestroyonload:8,dose:24,doubl:54,doublesid:[17,19],draw:76,due:[32,50],duplic:32,dure:[15,17],duti:68,dwango:[17,18,19,20,21,23,24,25,26,27],dxt5:16,dxt5nm:12,each:[5,17,67,76],earlier:[17,18],edit:[5,50],editor:[5,15,29,32,33,34,41,42,48,53,54,55,58,59],editorgui:54,editorreset:29,editortextureseri:57,eelstork:32,either:18,element:25,elif:4,els:[4,7,32,66,79],emiss:[27,59,63],emissionen:27,emit:37,empti:[27,30,40],en:0,enabl:[5,54,61,74],enableupdatewhenoffscreen:[3,8,16,66,68,69,71],encodetopng:44,end:[5,16,59,62,68],endif:[7,66],enforc:49,enhanc:16,enumer:16,enumseri:41,enumserializationtyp:5,equal:32,erron:15,error:[15,17,18,24,25,29,30,32,38,54,57,58,60,62,76],escap:42,estim:17,etc:[3,5,60,68,69,71],even:52,ex:66,exampl:[17,76],except:[4,31,46,54,57,66,76,79],exclud:[41,45],excludetriangl:32,execut:24,exist:[53,58],expelement:3,experiment:[31,33,57,60,62],explicitignorableitemlength:25,explicitli:68,exportdialog:45,exportgoodmateri:5,exportroot:45,exporttest:[45,53],express:[25,42,49,53,57,58,60,67,74],expressionavatar:[49,51],expressionnam:58,expressionpreset:42,extend:[5,16,32,41],extens:[0,6,16,19,25,27,29,32,53],extension_nam:5,extensionsandextra:5,extern:[45,46,55],external_object_map:55,extra:[2,16],extract:[46,49,50,51,53,54,57,60],extractposit:7,extractrot:7,eye_close_l:67,eye_close_r:67,f:[4,5],face_z_positive_direct:35,factor:63,faidra:36,fail:[15,17,47,54,57,63],fallback:[63,71],fals:[0,5,9,12,16,21,27,29,47,54,58,61],fantom1x:38,faster:53,fastspringbon:56,fastspringbonereplac:8,fastspringboneservic:8,fbx:[30,49],fbximport:62,featur:[24,29,38,40,43,45,49,50,51,52,53,61,63],feature10:[41,45,49,50,51,53,55,57],feature1:[58,59],feel:16,field:[5,17,24,25,26,29,38],field_flag:5,file:[4,5,15,16,17,18,25,27,32,50,52,54,57,61,68],filedialog:66,filedialogforwindow:66,filemod:5,filter:64,findobjectoftyp:72,findobjectsoftyp:72,first:[63,72,76],firstordefault:63,firstperson:[10,27,55,58,61,63,72,74],firstperson_only_lay:[72,76],firstpersononli:[9,64],firstpersononlylay:76,firstpersonsampl:73,fix10:[51,53,54,60],fix1:58,fix:[24,25,27,29,30,32,33,35,36,37,38,39,40,42,43,44,45,46,49,50,51,52,53,54,55,57,58,60,61,63,64],fix_animationimporter_blendshap:38,fixed4:19,fixedupd:32,fixnodenam:41,flag:63,flip:54,float4:44,fog:62,folder:[15,18,25,53,56,59],follow:[15,17,18,35,66,67,72],forc:18,foreach:[5,72],format:[5,12,17,51,53],former:17,found:[4,16,17,57,61,66,67],fp:9,frag:19,frame:[32,67],free:[8,16],freez:[29,33,52,54],from:[5,16,17,18,45,46,49,50,59,70,71,76,79],fromfullpath:5,fromresult:63,front:76,full:[5,32,33,34,35,36,37,38,39,40,41,42,43,45,46,47,48,49,50,51,52,53,54,55,57,58,59,60,61,62,63],func:[5,63],g:[5,51],gabag:29,gameobject:[3,8,11,16,54,66,68,69,71,72,75,76],garbag:32,gc:49,gear:18,gener:[5,17,19,29,51,68,71,72],generag:5,generatecod:30,generatedeseri:5,generatedseri:30,generateseri:5,generatormenu:5,genericcallutil:24,get:[3,5,71,76],getatpath:12,getbyteswithmim:49,getcolumn:7,getcompon:[67,75,76],getindic:21,getstorebyt:5,getstr:5,gettext_compact:0,getvrmmaterialdescriptorgener:79,git:[16,32,56],github:[2,5,17,18,19,20,21,23,24,25,26,27,28,29,30,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,61,62,63],gl:52,glb:[16,17,44,53,54,60,63,71],glb_import:45,glbbinarypars:3,glbfilepars:[3,70,71,76],glbimport:6,glbuffertarget:5,glft:49,gltf:[1,2,4,7,13,16,24,25,27,29,38,39,44,46,47,52,54,56,57,59,66,68,69],gltf_mesh_extras_targetnam:5,gltf_vrm_materi:15,gltfdata:[3,6,70,79],gltfdeseri:5,gltfextens:5,gltfextensionexport:5,gltfextensionimport:5,gltfextensionsexport:5,gltfextensionsimport:5,gltffilewithresourcefilespars:3,gltfmateri:5,gltfparser:[6,46,57,68,69,70],gltfpbrmetallicrough:32,gltfserial:5,gltfsmaplemodel:46,gltfupdat:6,gltfurpmaterialdescriptorgener:3,go:66,gone:16,good:5,goodmateri:5,goodvalu:5,graphic:1,graphicsset:61,gui:[27,35,54],guid:58,ha:[2,5,17,18,33,68,69,71,76],had:5,hair:58,half4:[12,19],hand:29,handl:[17,29,53],hash:16,hasn:64,have:[17,18,24,54,69],hdr:59,hdrp:58,head:[38,58,76],headless:[11,76],heap:32,height:12,here:[16,17,66],hide:64,hierarchi:[3,33,64],hiroj:[50,51],horizont:16,how:[58,73],how_to_create_glb:45,howev:[17,18],hox:27,html:[68,69],http:[2,5,17,18,19,20,21,23,24,25,26,27,28,29,30,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,61,62,63,68,69],humanoid:[36,49,53,74],humanoidavatar:11,i:[2,4,19,58,62,63],ianimationimport:[53,54],ichi:58,icon:18,id:[32,59],identifi:62,ienumer:[16,32],iformatt:24,ignor:[52,64],ignorecas:32,imag:[2,32,34,72],imaterialdescriptorgener:79,img:72,immediatesetvalu:67,impact:[17,18],impl:[42,44,55],implement:[6,16,34,42,45,47,49,52,53,54,59,68,71],importasset:5,importercontext:[3,8,11,16,32,44,53,55,68,69],importmateri:5,improv:[24,64],inappropri:17,includ:[1,57,61],includeplatform:48,incompat:79,incorrect:[15,17,52,64],independ:17,index:[5,13,17,21],indexoutofrang:57,indic:24,influenc:[16,17,29],info:5,inherit:16,init:32,initi:74,inject:53,inspector:[27,54],instal:[0,31,59],instanc:[3,5,8,47,52,69,76,79],instead:[24,53,69],int32:4,integr:32,intens:27,interfac:[16,32],interleav:17,intl:0,introduc:69,invalid:[32,57],inversebindmatric:25,io:[1,5,24,44,61,68],ismin:63,isnullorempti:66,ison:79,isread:47,isself:[9,64],issu:[2,17,18,19,21,27,34,44,49,50,54,57],issue_templ:59,issuecom:2,item:[16,27],itexturedeseri:55,itextureexport:41,itextureload:37,izm:[24,32],j:2,ja:0,japanes:66,joi:67,joint:40,joints_0:45,jpg:[12,31,39],json:[2,4,5,24,27,29,40,42,45,56,68,69],json_str:4,jsonformatt:[5,24],jsonschema:[5,33,50,51,54,58],jsonvalu:5,judger:17,k:2,kei:[5,32,50,67],keyfram:45,keyvalu:25,keyvaluepair:16,keyword:27,khr_material_unlit:17,khr_materials_unlit:30,khronosgroup:[2,5],know:[17,58],kv:5,l193:5,l209:5,l296:5,l41:5,l:0,lambda:63,languag:[0,34],larg:[27,32],late:32,later:[17,18,71],latest:[17,18,58,65,66],lateupd:32,layer:74,layer_set:72,leak:[32,68],left:29,legaci:[19,24,53,55],length:[38,45,52],let:17,level:16,light:27,linear:[49,53,57],link:66,linq:32,lipsync:67,list:[11,16,42,55],listtreenod:[5,27],lit:54,load:[4,17,18,32,53,66,69,76,79],load_nam:3,loadassetatpath:12,loadasync:[3,8,11,68,69,71,76,79],loader:[3,8,17,32,45,71,76,79],loadfrombyt:66,loadfrompath:66,loadtexturesasync:62,loadvrm:[68,69],loadvrmasync:[15,16,66,68],loadvrmasyncsampl:68,loadvrmsampl:[68,69],loadvrmthumbnailasync:79,local:[0,5,29,52],locale_dir:0,localposit:19,localrot:19,localscal:19,log:5,logerror:66,logformat:[5,66],look:[32,58],lookat:[42,59,74],lookattyp:49,lwrp:63,m17n:52,m:[0,7],m_center:27,m_colliderlist:53,m_firstperson:72,m_firstpersoncamera:72,m_firstpersonmask:72,m_hitradiu:27,m_id:32,m_loadasync:66,m_model:16,m_othermask:72,m_tmpparent:43,m_useurpmateri:79,made:17,magfil:52,magic:4,mai:[16,33],main:68,mainten:64,maintex_st_:16,make:[17,18,35,57,58,62,76],mani:17,manifest:56,manipul:16,manual:[5,13],map:[16,17,18,24,25],markdown:0,mask:27,massiz:34,master:[5,17,32],matcap:60,match:61,materi:[11,16,19,24,27,28,29,32,47,52,53,57,60,68,69,71],materialcolorbind:61,materialexport:5,materialfactori:11,materialgener:[6,60,79],materialimport:[5,32,45],materialproperti:19,materialsmtoon:5,materialuvbind:[61,62],materialvaluebind:61,matex_st_t:16,matrix4x4:7,max:[29,49],md:[40,63,66],meant:16,member:[29,38,69],memori:32,menu:[5,16,18,24,27,32,40,46,56],menuitem:5,merg:[62,67],mesh:[2,3,11,15,16,17,21,24,25,32,35,45,49,50,51,53,54,58,59,61,62,67,68,69,71],meshexport:45,meshexportinfo:[53,58],meshexportvalid:53,meshfilt:64,meshintegr:35,meshnorm:35,meshutil:[31,39,44,53],meshutility_humanoid:36,meshutilti:32,meshwithrender:[51,53],messag:[29,32,60],meta:[25,26,27,49,50,54,61,62,66,79],metal:[25,44,53,61],metallicroughnessocclus:46,metallicsmooth:46,method:[16,17,29,32,57,66,68],might:63,migrat:[42,49,54,55,57,64,79],migratevector3:49,migrationvrmlookatandfirstperson:49,mileston:[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,57,58,59,60,61,62,63],minim:59,minimum:[5,24,27],minor:57,mipchain:12,mipmap:44,mirror:17,miss:[16,31,35],missingreferenceexcept:57,mkc1370:32,mkdir:0,mmd4mecanim:61,mode:[25,27,60],model:[5,16,17,18,52,58,63,64,66,68,76],model_nam:18,modifi:69,modul:13,momoandbanana22:38,monobehaviour:[50,68,69,72],more:[16,17,66],morph:32,morphtarget:[38,53],mount:76,move:[16,27,42,53,60,69],mtoon10:[54,59,62,63],mtoon:[12,17,20,22,24,27,28,32,37,40,42,50,51,52,57,58,60,63],mtoonshad:71,multi:[32,38],multipl:67,multipli:37,must:17,mv:[50,64],my:58,myst_pars:0,name:[5,15,16,32,34,35,36,38,57,64,66,67,76],namespac:[5,44,53,57,61,68,69],necessari:[17,57],need:[57,61,71],neg:17,neon:[24,32],net3:65,net4:32,net:[44,65],net_4_6:[21,66],net_standard_2_0:21,newmeta:79,next:25,nkjzm:25,no_active_mesh:34,node:[16,30,46,54],nodecollid:5,nodeindex:51,non:[15,32,52],nonact:32,none:4,normal:[12,16,17,18,19,24,27,29,53,54],normalizeskinnedmesh:38,normalmapexport:1,notarg:[58,62,63],note:64,notimplementedexcept:61,now:[16,17,25,66,68],nowsprint:42,nullcheck:[16,32,35,54,63],nullreferenceexcept:35,numbder:28,number:[24,27],object:[11,68,69],objectitem:5,objectseri:5,obsolet:[21,27],occlus:[44,46,53,61],occur:17,offici:5,offset:[27,29,62,63],omit:71,onc:[18,67],ondestroi:[11,24,68,69],one:[7,16],onen:[35,46],onerror:15,oninspectorgui:58,onli:[48,57],onload:66,onloadmodel:32,onresetclick:58,oocytanb:[51,52,53,54],opaqu:27,open:[4,5],opengl:17,optim:[27,42,62],option:[3,18,29,32],order:[18,24],organ:16,origin:[34,79],originalmetabeforemigr:79,osx:15,other:[15,17,32,44,57,61,67,68,72,76],otherliceneseurl:51,otherpermissionurl:51,ousttru:[15,17,18,19,47,48,49,50,51,52,53,54,55,57,58,59,60,61,62,63],out:[5,7,32,76,79],outlin:57,outpath:5,output:[18,27,29,30,52],over:34,overrid:42,overwrit:28,own:11,p:0,pack:[17,19],packag:[15,25,61,63],page:13,param:52,paramet:[16,17,27,29],parent:53,pars:[4,15,32,64,68,70,71,76,79],parse_glb:4,parseglb:[66,68],parsepath:[68,69,70],parser:[0,27,68,69,70],partial:16,pass:[17,27,47,66],path:[5,15,16,32,46,53,56,70,71,76,79],pbr:[52,61],perform:64,permiss:44,person:[27,72,76],perspect:76,pip:0,pipelin:[29,54,71],pitch:54,plai:[54,60],platform:[24,32],pleas:[3,17,18,71,76],png:[12,72],po:4,pochang007:49,point:[5,60],pose:[29,44],posit:[15,17],possibl:17,pre:[57,65],prefab:[17,30,32,36,46,54],prepar:25,preset:[32,58,67],prevent:68,preview:[27,32,59,60,62],previou:68,previous:17,prime:7,primit:2,print:4,privat:[29,32,67,68,69],probeanchor:38,problem:[17,29,42],process:68,profil:62,program:[34,45,54],project:[1,24,76],projectiontyp:5,prop:28,propag:27,properti:[5,27,29,52,57,59,79],provid:[16,79],proxi:67,publish:5,pull:[17,23,32,44,47],pure:24,put:[15,16],py:[0,64],q:7,quickstart:0,rais:4,random:38,rare:54,raw:52,rb:4,read:[4,47,51,63],read_str:4,read_uint:4,readabl:52,readallbyt:[66,68],reader:4,readm:[25,40,49,60,63],readmeta:[46,66],reason:17,recalculatetang:17,recogn:29,recommend:[49,65,67,74],record:[15,17],reduc:[25,29],reduceblendshapes:[29,30],refactar:53,refactor:[34,42,45,49,52,53,54,57],refer:[27,29,33,43,46,49],referenc:[55,57,58],reflect:[5,31],reimport:18,relat:[3,71],releas:[13,19,20,23,24,25,26,27,28,29,30,32,33,34,35,36,37,38,39,40,41,42,43,45,46,47,48,49,50,51,52,53,54,55,57,59,61,62,63,64],reli:16,relref:66,remap:55,remov:[24,25,27,32,44,49,50,52,53,54],renam:[15,16,40,50,51,53,56],rename_vrm10controller_to_vrm10inst:63,render:[10,36,45,47,54,61,76],repeat:17,replaceasync:8,report:17,repres:76,request:63,requir:[25,52,58],reserv:76,reset:[29,50,72],resiz:34,resolut:61,resourc:[1,49,57,61,68,69],restor:[25,45,58,62],restrict:52,result:4,retri:38,reversez:7,revert:29,rework:68,right:18,road:56,root:[8,11,15,66,68,69,75],rootbon:[15,16],ropo:32,rotat:64,rough:[53,55],roughnessfactor:27,run:68,runtim:[5,8,10,16,18,44,58,66,74],runtime_import:[45,54,66],runtimeexporersampl:73,runtimegltfinst:[3,6,44,57,59,69,71,76,79],runtimeimport:73,runtimeload:[61,74],s:[5,15,16,17,27,40,57,58,62,63,68,69,76],same:[15,16,17,18,24,52,57],sampl:[3,27,29,42,59,63,66,69,71,76,79],sampler:[17,52],santarh:[19,49,50,51,52,53,54,55,57,58,61,62,63],satisfi:52,sator:32,saturday06:[23,33],save:[16,18,27,32],saveandreimport:12,savespringbonetojson:45,scale:[42,62,63,64],scene:[46,76],schedul:29,schema:[17,24,27,29,45],screen:57,script:[5,17,52,57,61],scriptableobject:51,scriptdimport:44,scriptedimport:44,scriptrefer:[68,69],seal:[68,69],search:[13,32],second:66,secondari:15,see:[3,71,76,79],seem:17,select:18,selector:62,self:[4,33,63],semi:17,semicolon:40,semver:26,separ:[17,27,32,39,70],serial:[5,29,30,38,52],serializ:15,serialize_:5,serializeextens:5,serializefield:[68,69,72],serializegoodmateri:5,serializergener:5,servic:8,set:[1,3,15,17,18,25,26,27,29,34,36,38,41,49,58,61,74],setdefault:29,setexpress:75,setmodel:8,settingprovid:[53,57],settingsprovid:53,settr:7,setup:18,setupasync:[11,61,63,76],setupexampl:72,setvalu:16,setvisibl:40,setweight:42,sh:32,shader:[1,29,46,47,53,54,61,62],shadernam:32,shaderprop:28,shaderproperti:[16,27,32],shape:[29,32],share:32,sharedmateri:36,should:17,show:[16,57],showmesh:[3,8,66,68,69,71,76],side:54,simpl:[60,61],simpleview:[3,63,71,73],simplifi:43,sinc:[15,17,18],singl:47,size:[4,17,29,34],skeleton:[15,16,17],skin:[16,25],skinnedm:24,skinnedmesh:15,skinnedmeshrender:[3,16,24,25,32,38,66,68,69,71],skip:[25,40,52,58],smaller:34,smooth:[25,27,46,53],smoothtextur:44,so:76,some:25,soon:[17,18],space:[29,52,57],spanlik:64,spars:[38,53,55],spec:[24,25,42,53],specif:[2,5,16,17,52,53,67],specifi:[67,74],specvers:[25,27],sphinx:[62,64],spring:[41,53],springbon:[5,29,31,32,34,35,42,44,50],springbonecollidergroup:16,springbonewindow:50,squash:[35,62],src:[32,72],srgbtextur:12,srgbwrite:52,stabl:59,stackoverflowexcept:29,standalon:32,standard:[19,37,44,61],standardmap:61,standardmapexport:1,standardmapimport:1,start:[18,68,69,72],state:[15,17],statu:18,step:[3,68,71],stereo:47,stop:[15,76],store:57,strategi:53,streamingasset:25,streamwrit:5,strictli:53,string:[3,5,16,17,32,41,42,53,66,67,68,69,71,76,79],stringextens:57,strip:4,struct:[4,17],structur:5,sub:17,subassetkei:[50,53,61],submesh:[21,40],submodul:[22,45,49,50],suffix:57,summari:5,support:[25,26,27,29,32,34,47,52,54,57,58,63],suppos:76,suppress:[25,29,32],surpris:42,sv_target:19,symbol:[15,24,25],synthes:67,system:[5,68,72,76],t:[5,44,53,57,58,61,63,64,66],tag:[19,20,23,24,25,26,27,28,29,30,32,33,34,35,36,37,38,39,40,41,42,43,45,46,47,48,49,50,51,52,53,54,55,61,62,63,76],tail:53,target:[2,5,20,32,38],targeta:20,targetb:20,targetnam:2,targetpath:46,task:[16,44,45,63,66,68,76,79],test:[27,29,30,49,52,53,54,64],test_mot:60,tex2d:19,text:5,textuerload:45,textur:[3,11,12,15,16,17,27,29,32,34,46,50,51,53,55,57,60,63,66,68,69,71],texture2d:[12,15,66],texture_import:46,textureconvert:47,texturedeseri:57,textureexport:52,texturefactori:11,textureimport:[12,19],textureimportertyp:[12,19],textureitem:[32,45],texturetransformbind:62,texturetransformtest:32,texturetyp:[12,19,29],than:[15,34,68],them:24,therefor:79,thi:[3,5,7,16,17,18,32,76],thirdperson:9,thirdperson_only_lay:[72,76],thirdpersononli:9,thirdpersononlylay:76,thread:[62,68],through:17,thumbnail:[61,63,79],tightli:17,tile:40,time:[16,66,68],tini:54,titl:66,toangleaxi:7,todo:[5,20,21,60],toglbbyt:16,tojsonschema:29,too:3,tool:[17,59],top:18,tostr:32,toupper:32,tp:9,tpose:[38,50],tr:[33,55,57],transfer:68,transferownership:11,transform:32,transpar:17,tree:[5,17,32],tri:17,trygetextens:5,trypars:32,tryparseormigr:[76,79],two:[17,68],txt:60,type:[4,5,29,52,53],typo:[23,27,29,43,64],u8868:42,udpat:64,ui:58,unarchiv:57,undeclar:62,under:[15,29],undisplai:16,unicod:42,unigltf:[1,3,8,14,15,16,17,18,22,24,31,32,50,56,57,59,61,62,63,64,68,69],unigltf_vrmshad:59,unigltfvers:[5,59],unihumanoid:[22,32],unijson:[5,22,24,27,31],uninstal:59,unintend:43,uniqu:[35,40,57],unitask:[16,17],uniti:[3,17,18,24,25,27,49,54,57,59,63,65,66,68],unittest:[16,52,54,64],unity2019:[27,29],unity2020:46,unity3d:[68,69],unity_2017_1_or_new:[7,16,66],unity_2018_1_or_new:16,unity_editor:[31,42,61],unity_standalone_win:66,unityeditor:[5,34,52],unityeditorscript:27,unityengin:[5,11,68,69,72],unityobjectdestoy:54,unitypackag:[16,25,33,39,56,58],unitypath:5,unityvers:59,uniunlit:[1,14,24,27,29,31,32,37,40,47,71],univers:54,univrm0:39,univrm0x:59,univrm10:59,univrm1:56,univrm:[5,8,14,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,33,34,35,36,37,38,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],univrm_api_histori:[45,54],univrm_bake_blendshap:38,univrm_export:34,univrm_use_blendshap:34,univrm_vrmshad:53,unknown:[4,32,34],unlit:[19,30,37],unlittransparentwithzwrit:63,unlittransparentzwrit:[19,63],unlitxxx:53,unnecessari:17,unpack:[4,16,19],unsigned_byt:45,unus:[25,27,49],up:52,updat:[0,5,17,18,24,27,28,29,32,40,41,49,50,51,53,58,59,63],updatemeta:79,updatewhenoffscreen:[16,24,66,68,69],upgrad:[0,3,42],uploadmeshdata:46,upm:[33,39,49,50,59,61],uppercas:32,url:[25,32,44],urp:[54,56,58,61,62,63],us:[2,3,5,8,16,17,18,24,27,32,42,49,52,53,54,55,58,63,67,68,69,71,73,76,79],user:67,user_defined_faci:67,useurp:79,ushort:47,utf8encod:5,util:[27,32],uv:[16,19,38],v0:[5,6,65,69,73],v1:[19,24],v2:[27,29],v2f:19,v3:[27,28,35],v:[7,17],valid:[18,32,34,35,36,41,50,51,52],validationcontext:51,valu:[5,16,17,25,26,27,34,52],variabl:29,variad:49,vbo:17,vec2:17,vector3:[17,29],vector:52,vendor_nam:5,version:[4,6,16,17,18,25,26,27,28,31,32,39,44,46,58,59,63,65,68,69,71,73],vertex:[17,29,32,51,64],vertexcolor:19,vertexcolorst:53,vertic:[16,17,45,51],view:72,viewer:61,viewerui:71,visibl:76,visiblerender:64,vr:76,vrik:24,vrm0:[8,46,50,51,55],vrm10:[5,52,56,58,59,62,79],vrm10autoexpress:60,vrm10control:63,vrm10data:[76,79],vrm10express:[11,58],vrm10import:[11,76,79],vrm10instanc:[63,75,76],vrm10materialdescriptorgener:79,vrm10object:11,vrm10objectfirstperson:63,vrm10selectorwindow:51,vrm10springbon:50,vrm10springbonecollidergroup:[50,51],vrm10urpmaterialdescriptorgener:79,vrm10viewer:[42,60,74,79],vrm10viewerui:79,vrm1:[8,42,49,50,51,54,58,59,64],vrm:[1,3,4,7,11,13,15,16,18,22,24,25,27,28,29,30,31,32,33,34,35,36,37,38,39,41,43,44,45,46,47,48,49,50,51,52,53,54,56,57,60,61,62,63,64,67,68,69,71,72,75,76,79],vrm_stop_assetpostprocessor:15,vrm_test_model:46,vrmblendshap:67,vrmblendshapeproxi:[30,67],vrmc:[39,56,59],vrmc_materials_hdr_emissivemultipli:57,vrmc_materials_mtoon:[53,54],vrmdata:6,vrmdeseri:5,vrmdeserializergener:5,vrmexport:[5,16],vrmexpress:11,vrmextens:[71,79],vrmfilepath:[68,69],vrmfirstperson:[24,29,31,40,43,73],vrmfirstpersononli:[72,76],vrmgameobject:[68,69],vrmimport:[16,66],vrmimportercontext:[5,66,68,69,71],vrmlib:[42,63,64],vrmlookat:24,vrmmaterialtest:[45,53],vrmmeta:[68,69],vrmobject:11,vrmserial:5,vrmserializergener:5,vrmshader:[1,24,47,49,51,56,59,61],vrmshaders_unigltf:56,vrmspringbon:[15,18,24,27],vrmspringbonecollidergroup:27,vrmthirdpersononli:[72,76],vrmurpmaterialdescriptorgener:71,w:[5,12,19],wa:[15,16,17,27,53,57],wai:18,warn:[25,33,37,53,57,63],we:[16,17,67,76,79],weight:[15,20],weighta:20,weightb:20,weights_0:[44,47],were:16,what:59,when:[15,16,17,18,25,27,29,32,41,54,57,58,61,67,68,71],where:[15,29,64],whether:17,which:[17,18,24,45],why:[58,67],width:12,wiki:19,window:[32,45,49],wip:67,without:[5,15,30,53],work:[54,58,62],write:[5,51],writeallbyt:16,written:66,x00:4,x:[7,11,12,17,19,31,56,59,75,79],xx:[14,34],xyz_rightupforward_rh:45,y:[7,12,17,19],yaw:54,yet:71,yoship1639:32,you:[3,16,17,18,76,79],your:76,yournamespac:68,z:[7,12,19],zero:57,zip:57,ziparchivedgltffilepars:3},titles:["Sphinx \u4f5c\u696d","\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u306e\u30d3\u30eb\u30c9","GltfUpdate(0.36)","GlbImport(0.82)","glb\u30d5\u30a9\u30fc\u30de\u30c3\u30c8\u6982\u8aac","The implementation of glTF extensions(0.63.2)","glTF","\u5ea7\u6a19\u7cfb\u306e\u5909\u63db","FastSpringBone\u306b\u3064\u3044\u3066","VR\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u306e FirstPerson \u8a2d\u5b9a\u306b\u3088\u308b Renderer \u306e\u53ef\u8996\u5236\u5fa1","\u5b9f\u88c5\u30e1\u30e2","Runtime \u306e\u30ea\u30bd\u30fc\u30b9\u7ba1\u7406\u306b\u3064\u3044\u3066","Texture\u95a2\u9023","UniVRM Programming Document","\uff5ev0.55: Unity-5.6(.NET-3.5)","v0.40","v0.41","v0.42","v0.43","v0.44: UniGLTF/UniUnlit \u8ffd\u52a0","v0.45","v0.46","v0.47","v0.48","v0.49","v0.50","v0.51.0","v0.52.0","v0.53.0","v0.54.0","v0.55.0","v0.56\uff5ev0.67: Unity-2018.4","v0.56.0: \u6700\u4f4e\u30d0\u30fc\u30b8\u30e7\u30f3\u3092 Unity-2018.4 \u306b\u66f4\u65b0","v0.57.0: \u30dc\u30fc\u30f3\u540d\u91cd\u8907\u306e\u81ea\u52d5\u30ea\u30cd\u30fc\u30e0","v0.58.0: \u30c6\u30af\u30b9\u30c1\u30e3\u30b5\u30a4\u30ba\u306e\u9069\u6b63\u306a\u8003\u616e","v0.59.0","v0.60.0","v0.61.0: \u30b7\u30ea\u30a2\u30e9\u30a4\u30b6\u30fc\u3092 reflection \u304b\u3089\u30b3\u30fc\u30c9\u751f\u6210\u306b\u5909\u66f4","v0.62.0: BlendShape bake","v0.63.0: UniGLTF \u3068 UniVRM \u306e\u5206\u96e2","v0.64.0","v0.65.0","v0.66.0","v0.67.0: UniJson \u5358\u7d14\u5316","v0.68\uff5ev0.78: Unity-2018.4 (pre release)","v0.68.0: ImporterContext, ScriptedImporter(glb/gltf), remove DepthFirstScheduler","v0.69.0: MetallicRoughnessOcclusion\u30c6\u30af\u30b9\u30c1\u30e3\u30fc","v0.70.0: EncodeToPng \u306b\u5931\u6557\u3059\u308b\u30a8\u30e9\u30fc\u3092\u4fee\u6b63","v0.71.0: fix Metallic \u307e\u305f\u306f Occlusion \u30c6\u30af\u30b9\u30c1\u30e3\u30fc\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u306e\u30d0\u30b0\u4fee\u6b63","v0.72.0: Linear\u30ab\u30e9\u30fc\u30b9\u30da\u30fc\u30b9\u306e\u63a8\u5968, DividedVertexBuffer","v0.73.0: other permission url \u306e\u4fee\u6b63","v0.74.0: runtime \u30b9\u30d7\u30ea\u30f3\u30b0\u30dc\u30fc\u30f3\u306e\u30b9\u30b1\u30fc\u30eb","v0.75.0: mipmap","v0.76.0: Shader\u6574\u7406","v0.77.0: RuntimeGltfInstance","v0.78.0: ScriptdImporter \u306e\u6539\u4fee","v0.79\uff5e: Unity-2019.4","v0.79.0: 1.0\u6e96\u5099","v0.80.0: 1.0\u6e96\u5099, \u6700\u4f4e\u30d0\u30fc\u30b8\u30e7\u30f3\u3092 Unity-2019.4LTS \u306b\u66f4\u65b0","v0.81.0: 1.0\u6e96\u5099, unitypackage \u69cb\u6210\u5909\u66f4","v0.82.0: 1.0\u6e96\u5099, URP \u5411\u3051 Material\u7f6e\u304d\u63db\u3048\u6a5f\u80fd","v0.83.0: 1.0\u6e96\u5099","v0.84.0: 1.0\u6e96\u5099, glTF import menu \u5fa9\u6d3b","v0.85.0: 1.0\u6e96\u5099, [0.x]FastSpringBone","Road to 1.0, [1.0]FastSpringBone","Release","RuntimeImport(0.44)","BlendShapeProxy(0.58)","RuntimeImport(0.68)","RuntimeImport(0.77)","RuntimeImport(0.79)","RuntimeImport(0.82)","How to use VRMFirstPerson","VRM","VRM-1.0(\u03b2)","\ud83d\udea7Expression","FirstPerson","\ud83d\udea7Humanoid","\ud83d\udea7LookAt","RuntimeLoad"],titleterms:{"0":[2,3,5,8,26,27,28,29,30,32,33,34,35,36,37,38,39,40,41,42,43,45,46,47,48,49,50,51,52,53,54,55,57,58,59,60,61,62,63,64,66,67,68,69,70,71,74,77],"01":[39,40,41,60],"02":[42,43],"03":[42,45,46,47],"04":[27,39,48,49,50],"05":[28,48,51,52],"06":[27,28,53,54,55],"07":[53,57],"08":[58,59],"09":[60,61,62,63],"0\u5171\u901a":77,"0\u6e96\u5099":[57,58,59,60,61,62,63],"1":[3,8,40,42,51,52,55,57,58,59,60,61,62,63,64,71,74,77],"10":[43,61],"11":[45,51,58],"12":29,"13":49,"14":40,"16":54,"17":29,"19":57,"2":[3,5,71],"20":59,"2018":[31,32,44],"2019":[27,28,29,56,58],"2020\u5bfe\u5fdc":46,"2021":[39,40,41,42,43,45,46,47,48,49,50,51,52,53,54,55,57,58,59,60,61,62,63],"21":50,"22":[46,62],"23":55,"24":52,"25":41,"3":[3,14,71],"30":63,"31":47,"36":2,"37":66,"39":15,"3\u5bfe\u5fdc":21,"4":[31,32,44,56,71],"40":15,"41":16,"42":[17,18],"43":18,"43\u4ee5\u524d\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u3067import\u3057\u305f\u3068\u304d":19,"44":[19,66],"45":20,"46":21,"47":22,"48":23,"49":24,"4lt":58,"5":14,"50":25,"51":26,"52":27,"53":28,"54":29,"55":[14,30],"56":[31,32],"57":33,"58":[34,67],"59":35,"6":14,"60":36,"61":37,"62":38,"63":[5,39],"64":40,"65":41,"66":42,"67":[31,43],"68":[44,45,68],"69":46,"70":47,"71":48,"72":49,"73":50,"74":51,"75":52,"76":53,"77":[54,69],"78":[44,55],"79":[56,57,70],"80":58,"81":[56,59],"82":[3,60,71],"83":61,"84":62,"85":63,"\u03b2":74,"\u304b\u3089\u30b3\u30fc\u30c9\u751f\u6210\u306b\u5909\u66f4":37,"\u304c\u96a0\u308c\u3066\u3044\u305f\u306e\u3092\u4fee\u6b63":50,"\u305d\u306e\u4ed6":[23,24,25],"\u305d\u306e\u4ed6\u306e\u30d0\u30b0\u4fee\u6b63":27,"\u305d\u306e\u4ed6\u306echangelog":[32,33,34,35,36,37,38,39,40,41,42,43,45,46,47,48,49,50,52,53,54,55,57,58,59,60,61,62,63],"\u305d\u306e\u4ed6\u4fee\u6b63":29,"\u3067\u3042\u308b\u5834\u5408\u306b\u5bfe\u5fdc":47,"\u3067\u5206\u5272\u3059\u308b\u3092\u8ffd\u52a0":49,"\u306b\u3059\u308b\u30dc\u30bf\u30f3":49,"\u306b\u5931\u6557\u3059\u308b\u30a8\u30e9\u30fc\u3092\u4fee\u6b63":47,"\u306b\u66f4\u65b0":[32,58],"\u306e\u30a8\u30f3\u30b3\u30fc\u30c7\u30a3\u30f3\u30b0":5,"\u306e\u30ea\u30bd\u30fc\u30b9\u7ba1\u7406\u306b\u3064\u3044\u3066":11,"\u306e\u4fee\u6b63":[50,52],"\u306e\u5206\u96e2":39,"\u306e\u53d6\u5f97\u65b9\u6cd5":77,"\u306e\u53ef\u8996\u5236\u5fa1":9,"\u306e\u578b\u304b\u3089\u751f\u6210":5,"\u306e\u5c0e\u5165\u65b9\u6cd5":8,"\u306e\u62e1\u5f35\u306e\u66f8\u304d\u65b9":5,"\u306e\u6319\u52d5\u306b\u3064\u3044\u3066":12,"\u306e\u6539\u4fee":55,"\u306e\u66f4\u65b0":32,"\u306e\u6982\u8981":8,"\u306e\u69cb\u6210\u3092\u6574\u7406\u3057\u307e\u3057\u305f":59,"\u306e\u8ffd\u52a0":32,"\u307e\u305f\u306f":48,"\u3082\u3057\u304f\u306f":47,"\u3092\u4e0a\u66f8\u304d\u3057\u306a\u3044":21,"\u3092\u5f97\u308b":71,"\u3092\u9069\u7528\u3059\u308b\u969b\u306e\u7af6\u5408\u306e\u554f\u984c\u306b\u3064\u3044\u3066":67,"\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u306e\u30d3\u30eb\u30c9":1,"\u30a4\u30f3\u30b9\u30bf\u30f3\u30b9\u3092\u4f7f\u7528\u3059\u308b":3,"\u30a8\u30af\u30b9\u30dd\u30fc\u30bf\u30fc":35,"\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u306e\u5fa9\u6d3b":34,"\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u30c0\u30a4\u30a2\u30ed\u30b0\u306e\u4f5c\u308a\u76f4\u3057":34,"\u30ad\u30fc\u51fa\u529b\u306e\u6291\u5236":5,"\u30b3\u30fc\u30c9\u751f\u6210":5,"\u30b5\u30a4\u30ba\u306e\u6982\u8981\u8868\u793a":37,"\u30b7\u30a7\u30fc\u30c0\u30fc\u306e":46,"\u30b7\u30ea\u30a2\u30e9\u30a4\u30b6\u306e\u66f4\u65b0":37,"\u30b7\u30ea\u30a2\u30e9\u30a4\u30b6\u30fc":5,"\u30b7\u30ea\u30a2\u30e9\u30a4\u30b6\u30fc\u3092":37,"\u30b8\u30a7\u30cd\u30ec\u30fc\u30bf\u30fc\u306e\u547c\u3073\u51fa\u3057\u30b3\u30fc\u30c9":5,"\u30b9\u30d7\u30ea\u30f3\u30b0\u30dc\u30fc\u30f3\u306e\u30b9\u30b1\u30fc\u30eb":51,"\u30c6\u30af\u30b9\u30c1\u30e3\u30b5\u30a4\u30ba\u306e\u9069\u6b63\u306a\u8003\u616e":34,"\u30c6\u30af\u30b9\u30c1\u30e3\u30fc\u306e\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u306b\u5931\u6557\u3059\u308b":47,"\u30c6\u30af\u30b9\u30c1\u30e3\u30fc\u306e\u6319\u52d5\u306b\u3064\u3044\u3066":12,"\u30c6\u30af\u30b9\u30c1\u30e3\u30fc\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u306e\u30d0\u30b0\u4fee\u6b63":48,"\u30c7\u30b7\u30ea\u30a2\u30e9\u30a4\u30b6\u30fc":5,"\u30d0\u30b0\u4fee\u6b63":[20,21,23,24,25,26,46,55],"\u30d1\u30c3\u30b1\u30fc\u30b8":56,"\u30d1\u30c3\u30b1\u30fc\u30b8\u6574\u7406\u306a\u3069":59,"\u30d1\u30fc\u30b9\u3059\u308b":3,"\u30d3\u30eb\u30c9\u306b\u542b\u3081\u308b\u30b7\u30a7\u30fc\u30c0\u30fc":1,"\u30d5\u30a9\u30eb\u30c0\u3092\u72ec\u7acb":32,"\u30dc\u30fc\u30f3\u540d\u91cd\u8907\u306e\u81ea\u52d5\u30ea\u30cd\u30fc\u30e0":33,"\u30e9\u30f3\u30bf\u30a4\u30e0":1,"\u30ed\u30fc\u30c9\u3059\u308b":3,"\u4e3b\u306a\u4fee\u6b63":[53,54],"\u4e3b\u306a\u5909\u66f4":[32,33,34,35,36,37,38,39,40,41,42,45,46,47,49,50,51],"\u4f55\u6545":67,"\u4f5c\u696d":0,"\u521d\u671f\u5316":0,"\u5358\u7d14\u5316":43,"\u5411\u3051":60,"\u578b\u3092\u6c7a\u3081\u308b":5,"\u5927\u5207\u306a\u304a\u77e5\u3089\u305b":19,"\u5b9f\u88c5\u30e1\u30e2":10,"\u5b9f\u88c5\u4f8b":5,"\u5bfe\u5fdc":32,"\u5c0e\u5165":0,"\u5ea7\u6a19\u7cfb\u306e\u5909\u63db":7,"\u5fa9\u6d3b":62,"\u6539\u826f":[24,25,26],"\u6574\u7406":32,"\u65b0\u30b7\u30a7\u30fc\u30c0\u30fc\u30920":19,"\u65b0\u898f":25,"\u6642\u306e\u30c6\u30af\u30b9\u30c1\u30e3\u30fc\u5909\u63db\u7528\u306e\u30b7\u30a7\u30fc\u30c0\u30fc":1,"\u66f4\u65b0":[0,19,20],"\u66f4\u65b0\u5185\u5bb9":27,"\u6700\u4f4e\u30d0\u30fc\u30b8\u30e7\u30f3\u3092":[32,58],"\u672a\u5bfe\u5fdc\u306espringbone\u8a2d\u5b9a":34,"\u6982\u8981":8,"\u69cb\u6210\u5909\u66f4":59,"\u6b63\u898f\u5316\u3059\u308b\u6642\u306bdisable\u306egameobject\u304c\u3042\u308b\u3068\u5931\u6557\u3059\u308b\u5834\u5408\u304c\u3042\u308b\u306e\u3092\u4fee\u6b63":19,"\u6cd5\u7dda\u30de\u30c3\u30d7\u306e\u5165\u51fa\u529b\u306b\u3064\u3044\u3066":19,"\u6e96\u5099":[40,42],"\u751f\u6210\u30b3\u30fc\u30c9\u306e\u547c\u3073\u51fa\u3057":5,"\u8907\u6570\u306e":67,"\u8907\u6570\u306esetter\u304c\u3042\u308b\u306e\u304b":67,"\u8a2d\u5b9a\u306b\u3088\u308b":9,"\u8ffd\u52a0":19,"\u8ffd\u8a18":20,"\u95a2\u9023":38,"\u95a2\u9023\u60c5\u5831":59,"\u975e\u30a2\u30af\u30c6\u30a3\u30d6\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306e\u30b9\u30ad\u30c3\u30d7":21,"\u9802\u70b9\u30ab\u30e9\u30fc\u306e\u6271\u3044":37,"\u9802\u70b9\u30d0\u30c3\u30d5\u30a1\u3092":49,"animation\u95a2\u9023":19,"animator\u7d4c\u7531":77,"api\u306e\u5909\u66f4":[20,21],"api\u66f4\u65b0":54,"auto\u6307\u5b9a\u306emeshrenderer\u304c\u4e00\u4eba\u79f0\u8996\u70b9\u3067\u975e\u8868\u793a\u306b\u306a\u308b\u306e\u3092\u4fee\u6b63":19,"blendshapekey\u306e\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9\u3092\u53b3\u683c\u5316":32,"blendshapeproxy\u3067\u30de\u30c6\u30ea\u30a2\u30eb\u306e\u30af\u30ea\u30a2\u6319\u52d5\u3092\u4fee\u6b63\u3057\u307e\u3057\u305f":21,"bug\u4fee\u6b63":[49,52,61],"burst\u306e\u5c0e\u5165\u306b\u3064\u3044\u3066":8,"byte":[3,66],"clear\u306e\u524a\u9664":20,"destroy\u306e\u4fee\u6b63":21,"enum":5,"export":[1,5,19,21,32,33,36,37,38,39,40,42,45,50,52,55],"fastspringbone\u306b\u3064\u3044\u3066":8,"fastspringboneservice\u306b\u3064\u3044\u3066":8,"float\u5024\u306bnan":21,"function":[72,76],"glb\u30a8\u30af\u30b9\u30dd\u30fc\u30bf\u30fc":19,"glb\u30d5\u30a9\u30fc\u30de\u30c3\u30c8\u6982\u8aac":4,"glb\u5f62\u5f0f":4,"gltf\u5168\u4f53":5,"humanoid\u30b3\u30f3\u30dd\u30fc\u30cd\u30f3\u30c8":77,"import":[1,5,16,17,18,19,21,36,38,39,40,42,45,52,62],"import\u6642\u306b\u65e2\u5b58\u306e\u30d5\u30a1\u30a4\u30eb":21,"importer\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9\u6574\u7406":19,"inf\u304c\u3042\u3063\u305f\u3068\u304d\u306b\u30d1\u30fc\u30b9\u51fa\u6765\u308b\u3088\u3046\u306b\u3057\u305f":21,"jsonschema\u304b\u3089\u751f\u6210":5,"linear\u30ab\u30e9\u30fc\u30b9\u30da\u30fc\u30b9\u306e\u63a8\u5968":49,"material\u7f6e\u304d\u63db\u3048\u6a5f\u80fd":60,"meta\u306e\u7de8\u96c6\u753b\u9762\u304b\u3089":50,"metallicroughnessocclusion\u30c6\u30af\u30b9\u30c1\u30e3\u30fc":46,"metallicroughnessocclusion\u30c6\u30af\u30b9\u30c1\u30e3\u30fc\u95a2\u9023":46,"normal\u306a\u3069":7,"normalmap\u7b49\u306e\u30de\u30c6\u30ea\u30a2\u30eb\u5bfe\u5fdc\u95a2\u9023":19,"python3\u306b\u3088\u308b\u30d1\u30fc\u30b9\u4f8b":4,"setup\u306e\u6700\u9069\u5316":21,"shader\u306e\u6574\u7406":53,"shader\u6574\u7406":53,"texture\u95a2\u9023":12,"thumbnail\u8a2d\u5b9a\u306e\u5fa9\u65e7":21,"unity\u5bfe\u5fdc\u30d0\u30fc\u30b8\u30e7\u30f3\u3092\u66f4\u65b0":32,"uniunlit\u306e\u5c0e\u5165":19,"unlit\u3068standard\u30de\u30c6\u30ea\u30a2\u30eb\u306b\u95a2\u3057\u3066\u306f":19,"vr\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u306e":9,"vrm\u90e8\u306b\u91cd\u8907\u3057\u305f\u60c5\u5831\u3092\u4fdd\u5b58\u3057\u306a\u3044\u4ed5\u69d8\u5909\u66f4":19,"x\u3068vrm":77,The:5,about:5,accumulatevalu:[21,67],addit:72,api:[16,45,68],appli:67,applic:72,archiv:3,argument:[3,71],arrai:[3,66],articl:66,asset:[12,17,19],async:3,asynchron:[66,68],autorefer:57,bake:38,bindmatric:7,blendshap:[2,17,18,38,67],blendshapeavatar:21,blendshapeclip:21,blendshapekei:[34,67],blendshapeproxi:[21,67],bone:77,bufferview:17,bug:[15,17,18,41],bvh:17,byte4:47,bytestridewil:17,c:5,call:72,camera:[72,76],chang:[2,17,64,68],changelog:30,code:68,commit:21,compon:21,correct:15,current:17,depthfirstschedul:45,destroi:21,destroyrootandresourc:21,dialog:39,directori:17,dividedvertexbuff:49,document:13,download:[31,44],editor:[12,16,19],editordestroyroot:21,editordestroyrootandasset:21,empti:18,enabl:76,encodetopng:47,exampl:66,experiment:71,express:75,extens:[3,5],extra:5,fastspringbon:[8,63,64],file:[3,66],filter:52,firstperson:[9,11,76],fix:[2,15,16,17,18,41,48],form:66,from:[3,66,67],get:66,gettext:0,glb:[3,45,55],glbimport:3,gltf:[3,5,6,17,19,45,55,62],gltfdata:71,gltfupdat:2,how:[18,72],humanoid:77,immedi:21,immediatelysetvalu:[21,67],implement:5,importercontext:[21,45],improv:17,indic:13,inform:[16,17,18,59,66],initi:76,instanc:71,interfac:67,json:16,jsonpath:5,jsonshcema:17,judgement:17,kei:21,khr_materials_unlit:5,khr_texture_transform:5,layer:[72,76],layermask:72,linear:12,load:[3,68,71],loadasync:66,loadasynctask:66,lookat:78,major:[15,16],materi:[3,5,17,21],materialgener:[3,71],matrix:7,menu:62,mesh:[5,37],meshutil:[32,35,41,42],metal:48,method:67,mipmap:52,modif:17,mtoon:[1,19,35,48,54],myst:0,name:2,net:14,node:5,normalmap:[12,19],object:18,occlus:48,open:66,other:[18,50,64],output:17,pars:3,path:[3,66],permiss:50,pipelin:60,pose:49,posit:[2,7],pre:44,prefab:34,prefer:50,process:17,program:13,quaternion:7,recommend:76,refer:17,reflect:37,relat:[16,59,66],releas:[14,15,17,44,65],releasenot:[31,44,56],remov:45,render:[9,60,72],restor:18,result:18,rework:67,road:64,rotat:7,runtim:[11,12,19,37,51,72,76],runtimegltfinst:[11,54],runtimeimport:[66,68,69,70,71],runtimeload:79,s:67,sampl:[68,73,74],script:67,scriptdimport:55,scriptedimport:[45,55],set:[71,72,76],setup:72,setvalu:[21,67],specifi:[72,76],sphinx:0,standard:46,statu:17,storag:2,structur:17,submesh:49,support:17,sync:3,synchron:68,t:49,tabl:13,tangent:17,targetnam:5,textur:[2,52],thumbnail:66,unigltf:[5,19,39],unihumanoid:17,unijson:43,uniti:[7,12,14,31,32,44,46,56,58],unity2018:21,unitypackag:[14,32,59],uniunlit:19,univers:60,univrm:[13,32,39],unlit:1,updat:[16,48],upm:[32,56],url:50,urp:[3,60,71],us:72,ushort4:47,uv:[7,17],v0:[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,66],valu:21,vector3:7,version:[15,66],vrm0:[5,7],vrm10instanc:11,vrm1:[5,7,45],vrm:[5,8,17,19,40,42,55,58,59,66,73,74,77],vrmblendshapeproxi:20,vrmc_materials_mtoon:5,vrmc_node_collid:5,vrmc_springbon:5,vrmc_vrm:5,vrmc_vrm_constraint:5,vrmdata:71,vrmfirstperson:[21,72],vrmshader:32,we:15,weight:67,weight_0:47,wrap:52,x:[8,63],zip:3}}) \ No newline at end of file diff --git a/en/vrm0/0_44_runtime_import.html b/en/vrm0/0_44_runtime_import.html index 5eae981e3..c5733cf43 100644 --- a/en/vrm0/0_44_runtime_import.html +++ b/en/vrm0/0_44_runtime_import.html @@ -1,49 +1,101 @@ - + + + - - - - - - RuntimeImport(0.44) — UniVRM Programming Document documentation - - - - - - + + RuntimeImport(0.44) — UniVRM Programming Document documentation + + + + + + + + + - - + -
-
-
-
- + +
+ + +
+ +
+
+
+ +
+
+
+
+
-

RuntimeImport(0.44)

+

RuntimeImport(0.44)

-

Version 0.44~ LoadAsync Example

+

Version 0.44~ LoadAsync Example

var bytes = File.ReadAllBytes(path);
 // なんらかの方法でByte列を得る
 
@@ -68,7 +120,7 @@
 
-

LoadAsyncTask Example

+

LoadAsyncTask Example

#if (NET_4_6 && UNITY_2017_1_OR_NEWER)
 async static Task<GameObject> LoadAsync(Byte[] bytes)
 {
@@ -105,7 +157,7 @@
 
-

Related-Article

+

Related-Article

More details can be found in the link below (written in Japanese):

-

Open VRM from a file path

+

Open VRM from a file path

var path="sample.vrm";
 var go=VRM.VRMImporter.LoadFromPath(path);
 Debug.LogFormat("loaded {0}", go.name);
@@ -122,7 +174,7 @@
 
-

Open VRM asynchronously from a file path

+

Open VRM asynchronously from a file path

var path="sample.vrm";
 VRMImporter.LoadVrmAsync(path, go => {
     Debug.LogFormat("loaded {0}", go.name);
@@ -131,7 +183,7 @@
 
-

Open VRM from a byte array

+

Open VRM from a byte array

var path="sample.vrm";
 var bytes = File.ReadAllBytes(path);
 var go=VRMImporter.LoadFromBytes(bytes);
@@ -139,7 +191,7 @@
 
-

Open VRM asynchronously from a byte array

+

Open VRM asynchronously from a byte array

VRMImporter.LoadVrmAsync(bytes, go => {
     Debug.LogFormat("loaded {0}", go.name);
 });
@@ -147,7 +199,7 @@
 
-

Get the information form VRM

+

Get the information form VRM

#if UNITY_STANDALONE_WIN
             var path = FileDialogForWindows.FileDialog("open VRM", ".vrm");
 #else
@@ -194,7 +246,7 @@
 
-

Get the thumbnail (From v0.37)

+

Get the thumbnail (From v0.37)

A thumbnail texture can be created by passing arguments to ReadMeta.

    var meta = context.ReadMeta(true); // Thumbnailテクスチャを作成する
     Texture2D thumbnail=meta.Thumbnail;
@@ -204,79 +256,34 @@
 
-
+
+
-
+
+ - -

Table of Contents

- - -

Previous topic

-

RuntimeImport(0.68)

-

Next topic

-

BlendShapeProxy(0.58)

-
-

This Page

- -
- - -
-
-
-
- - - + \ No newline at end of file diff --git a/en/vrm0/0_58_blendshape.html b/en/vrm0/0_58_blendshape.html index c3df22329..f29242ab2 100644 --- a/en/vrm0/0_58_blendshape.html +++ b/en/vrm0/0_58_blendshape.html @@ -1,49 +1,100 @@ - + + + - - - - - - BlendShapeProxy(0.58) — UniVRM Programming Document documentation - - - - - - + + BlendShapeProxy(0.58) — UniVRM Programming Document documentation + + + + + + + + + - - + -
-
-
-
- + +
+ + +
+ +
+
+
+ +
+
+
+
+
-

BlendShapeProxy(0.58)

+

BlendShapeProxy(0.58)

-

Rework BlendShapeKey’s Interface

+

Rework BlendShapeKey’s Interface

BlendShapeKeyを作成する方法が不明瞭だったため、 より明示的な API に置き換えました。

    @@ -82,7 +133,7 @@
-

Methods

+

Methods

  • [Recommended] SetValues

  • [Not Recommended] ImmediatelySetValue

  • @@ -91,7 +142,7 @@
-

Apply BlendShape weight from script

+

Apply BlendShape weight from script

Call SetValues function once to create the specific expression (merged by multiple BlendShapes) in a frame

var proxy = GetComponent<VRMBlendShapeProxy>();
 
@@ -105,7 +156,7 @@
 
-

複数の BlendShape weight を適用する際の競合の問題について

+

複数の BlendShape weight を適用する際の競合の問題について

Why use SetValues for synthesizing multiple BlendShapes?

We found that multiple BlendShapes compete with each other when the following expressions are specified

VRMBlendShape Blink_L

@@ -144,7 +195,7 @@

WIP

-

何故、複数のSetterがあるのか

+

何故、複数のSetterがあるのか

  • LipSync

  • 瞬き

  • @@ -158,7 +209,7 @@ BlendShape同士が競合することがわかりました。

    合成したり排他制御した、BlendShapeClipの集合のスナップショットをまとめて適用することを想定して SetValues

-

ImmediatelySetValue

+

ImmediatelySetValue

簡単なテストプログラムでの利用を想定しています。

例:

var proxy = GetComponent<VRMBlendShapeProxy>();
@@ -168,7 +219,7 @@ BlendShape同士が競合することがわかりました。
 
-

AccumulateValue + Apply

+

AccumulateValue + Apply

例:

var proxy = GetComponent<VRMBlendShapeProxy>();
 
@@ -180,7 +231,7 @@ BlendShape同士が競合することがわかりました。
 

下記のSetValuesを推奨しています。

-

SetValues

+

SetValues

BlendShape合成器が必要に応じ呼び出すことを想定しています。

例:

var proxy = GetComponent<VRMBlendShapeProxy>();
@@ -196,78 +247,34 @@ BlendShape同士が競合することがわかりました。
 
-
+
+
-
+
+ - -

Table of Contents

- - -

Previous topic

-

RuntimeImport(0.44)

-

Next topic

-

How to use VRMFirstPerson

-
-

This Page

- -
- - -
-
-
-
- - - + \ No newline at end of file diff --git a/en/vrm0/0_68_runtime_import.html b/en/vrm0/0_68_runtime_import.html index 8e8d8f142..6bcde6c2c 100644 --- a/en/vrm0/0_68_runtime_import.html +++ b/en/vrm0/0_68_runtime_import.html @@ -1,49 +1,95 @@ - + + + - - - - - - RuntimeImport(0.68) — UniVRM Programming Document documentation - - - - - - + + RuntimeImport(0.68) — UniVRM Programming Document documentation + + + + + + + + + - - + -
-
-
-
- + +
+ + +
+ +
+
+
+ +
+
+
+
+
-

RuntimeImport(0.68)

+

RuntimeImport(0.68)

-

API Changes

+

API Changes

ImporterContext has been reworked.

  • Loading processing has been divided into two steps: Parse and Load.

    @@ -72,7 +118,7 @@
-

Sample Codes (Synchronous Loading)

+

Sample Codes (Synchronous Loading)

using UniGLTF;
 using UnityEngine;
 using VRM;
@@ -140,7 +186,7 @@
 
-

Sample Codes (Asynchronous Loading)

+

Sample Codes (Asynchronous Loading)

using System.IO;
 using System.Threading.Tasks;
 using UniGLTF;
@@ -219,73 +265,34 @@
 
-
+
+
-
+
+ - -

Table of Contents

- - -

Previous topic

-

RuntimeImport(0.77)

-

Next topic

-

RuntimeImport(0.44)

-
-

This Page

- -
- - -
-
-
-
- - - + \ No newline at end of file diff --git a/en/vrm0/0_77_runtime_import.html b/en/vrm0/0_77_runtime_import.html index 6fe325ad1..48f0d0963 100644 --- a/en/vrm0/0_77_runtime_import.html +++ b/en/vrm0/0_77_runtime_import.html @@ -1,47 +1,88 @@ - + + + - - - - - - RuntimeImport(0.77) — UniVRM Programming Document documentation - - - - - - + + RuntimeImport(0.77) — UniVRM Programming Document documentation + + + + + + + + + - - + -
-
-
-
- + +
+ + +
+ +
+
+
+ +
+
+
+
+
-

RuntimeImport(0.77)

+

RuntimeImport(0.77)

DisposeOnGameObjectDestroyed

ImporterContext API has been modified.

The function ImporterContext.DisposeOnGameObjectDestroyed introduced in Version 0.68 has been discarded. Instead, ImporterContext.Load and RuntimeGltfInstance are used in v0.77.

@@ -119,63 +160,34 @@
-
+
+
-
+
+ - -

Previous topic

-

RuntimeImport(0.79)

-

Next topic

-

RuntimeImport(0.68)

-
-

This Page

- -
- - -
-
-
-
- - - + \ No newline at end of file diff --git a/en/vrm0/0_79_runtime_import.html b/en/vrm0/0_79_runtime_import.html index 6e2e6948d..f2f8852e1 100644 --- a/en/vrm0/0_79_runtime_import.html +++ b/en/vrm0/0_79_runtime_import.html @@ -1,47 +1,88 @@ - + + + - - - - - - RuntimeImport(0.79) — UniVRM Programming Document documentation - - - - - - + + RuntimeImport(0.79) — UniVRM Programming Document documentation + + + + + + + + + - - + -
-
-
-
- + +
+ + +
+ +
+
+
+ +
+
+
+
+
-

RuntimeImport(0.79)

+

RuntimeImport(0.79)

Separate GltfData from GltfParser

var parser = new GltfParser();
 parser.ParsePath(path);
@@ -53,63 +94,34 @@
 
-
+
+
-
+
+ - -

Previous topic

-

RuntimeImport(0.82)

-

Next topic

-

RuntimeImport(0.77)

-
-

This Page

- -
- - -
-
-
-
- - - + \ No newline at end of file diff --git a/en/vrm0/0_82_runtime_import.html b/en/vrm0/0_82_runtime_import.html index d6e079766..c3a72a5bf 100644 --- a/en/vrm0/0_82_runtime_import.html +++ b/en/vrm0/0_82_runtime_import.html @@ -1,47 +1,97 @@ - + + + - - - - - - RuntimeImport(0.82) — UniVRM Programming Document documentation - - - - - - + + RuntimeImport(0.82) — UniVRM Programming Document documentation + + + + + + + + + - - - + + -
-
-
-
- + +
+ + +
+ +
+
+
+ +
+
+
+
+
-

RuntimeImport(0.82)

+

RuntimeImport(0.82)

  • Version 0.82.0: Please use 0.82.1 or later

  • Version 0.82.1~

  • @@ -55,7 +105,7 @@

    See Assets\VRM\Samples\SimpleViewer\ViewerUI.cs

    -

    1. GltfData を得る

    +

    1. GltfData を得る

    GltfData Load(string path)
     {
         return new GlbFileParser(path).Parse();
    @@ -65,13 +115,13 @@
     

    See GLB import.

    -

    2. VRMData を得る

    +

    2. VRMData を得る

    VRMData vrm = new VRMData(data);
     
    -

    3. Load する

    +

    3. Load する

    async RuntimeGltfInstance Load(VRMData vrm)
     {
         // 使用後に Dispose で VRMImporterContext を破棄してください。
    @@ -84,7 +134,7 @@
     
    -

    Set materialGenerator argument for URP(Experimental)

    +

    Set materialGenerator argument for URP(Experimental)

    Set materialGenerator Argument, material generation is could customized. If omitted, default materialGenerator for built-in pipeline is used.

    async RuntimeGltfInstance Load(VRMData vrm)
     {
    @@ -103,7 +153,7 @@
     
    -

    4. Instance

    +

    4. Instance

    // SkinnedMeshRenderer に対する指示
     instance.EnableUpdateWhenOffscreen();
     // 準備ができたら表示する(デフォルトでは非表示)
    @@ -121,77 +171,34 @@
     
    -
    +
+
-
+
+ - -

Table of Contents

- - -

Previous topic

-

glbフォーマット概説

-

Next topic

-

RuntimeImport(0.79)

-
-

This Page

- -
- - -
-
-
-
- - - + \ No newline at end of file diff --git a/en/vrm0/firstperson.html b/en/vrm0/firstperson.html index cb2907019..d046ba56a 100644 --- a/en/vrm0/firstperson.html +++ b/en/vrm0/firstperson.html @@ -1,52 +1,97 @@ - + + + - - - - - - How to use VRMFirstPerson — UniVRM Programming Document documentation - - - - - - + + How to use VRMFirstPerson — UniVRM Programming Document documentation + + + + + + + + + - + - - + -
-
-
-
- + +
+ + +
+ +
+
+
+ +
+
+
+
+
-

How to use VRMFirstPerson

+

How to use VRMFirstPerson

FirstPerson と Renderer の可視制御

実行時にVRMFirstPerson.Setupを呼び出すことで、FirstPerson設定に応じた Renderer の可視制御を行うことができます。 明示的に外部から呼び出してください。

-

Specify the additional render layers for the application

+

Specify the additional render layers for the application

The following layers are defined as constant:

public class VRMFirstPerson : MonoBehaviour
 {
@@ -69,7 +114,7 @@
 
 
-

Call Setup function at runtime and set LayerMask in Camera

+

Call Setup function at runtime and set LayerMask in Camera

  • Call VRMFirstPerson.Setup

  • Set LayerMask for first-person camera view and other camera views

  • @@ -121,72 +166,34 @@
-
+
+
-
+
+ - -

Table of Contents

- - -

Previous topic

-

BlendShapeProxy(0.58)

-

Next topic

-

RuntimeLoad

-
-

This Page

- -
- - -
-
-
-
- - - + \ No newline at end of file diff --git a/en/vrm0/index.html b/en/vrm0/index.html new file mode 100644 index 000000000..072f44ef9 --- /dev/null +++ b/en/vrm0/index.html @@ -0,0 +1,150 @@ + + + + + + + VRM — UniVRM Programming Document documentation + + + + + + + + + + + + + + + + +
+ + +
+ +
+
+
+ +
+
+
+
+ +
+

VRM

+ + + + + + + + + + + +

version

v0.56

BlendShapeKey の仕様変更

+ +
+

Samples

+
    +
  • SimpleViewer

  • +
  • RuntimeExporerSample

  • +
  • FirstPersonSample

  • +
  • AnimationBridgeSample

  • +
+
+
+ + +
+
+ +
+
+
+
+ + + + \ No newline at end of file diff --git a/en/vrm1/index.html b/en/vrm1/index.html new file mode 100644 index 000000000..8d22d1eec --- /dev/null +++ b/en/vrm1/index.html @@ -0,0 +1,139 @@ + + + + + + + VRM-1.0(β) — UniVRM Programming Document documentation + + + + + + + + + + + + + + + + +
+ + +
+ +
+
+
+ +
+
+ + +
+
+
+
+ + + + \ No newline at end of file diff --git a/en/vrm1/vrm1_expression.html b/en/vrm1/vrm1_expression.html index d57efcd41..925484c46 100644 --- a/en/vrm1/vrm1_expression.html +++ b/en/vrm1/vrm1_expression.html @@ -1,47 +1,86 @@ - + + + - - - - - - 🚧Expression — UniVRM Programming Document documentation - - - - - - + + 🚧Expression — UniVRM Programming Document documentation + + + + + + + + + - - + -
-
-
-
- + +
+ + +
+ +
+
+
+ +
+
+
+
+
-

🚧Expression

+

🚧Expression

表情周りの操作方法。

VRM-1.0 の BlendShapeProxy は、Vrm10Instance.Expression になります。

@@ -63,63 +102,34 @@
-
+
+
-
+
+ - -

Previous topic

-

🚧Humanoid

-

Next topic

-

🚧LookAt

-
-

This Page

- -
- - -
-
-
-
- - - + \ No newline at end of file diff --git a/en/vrm1/vrm1_firstperson.html b/en/vrm1/vrm1_firstperson.html index 78982b653..809597cb1 100644 --- a/en/vrm1/vrm1_firstperson.html +++ b/en/vrm1/vrm1_firstperson.html @@ -1,50 +1,94 @@ - + + + - - - - - - FirstPerson — UniVRM Programming Document documentation - - - - - - + + FirstPerson — UniVRM Programming Document documentation + + + + + + + + + - - + -
-
-
-
- + +
+ + +
+ +
+
+
+ +
+
+
+
+
-

FirstPerson

+

FirstPerson

FirstPerson と Renderer の可視制御

-

Enable FirstPerson function at runtime.

+

Enable FirstPerson function at runtime.

The VR First Person settings.

  1. Load

  2. @@ -80,7 +124,7 @@
-

Recommended camera layer settings

+

Recommended camera layer settings

Suppose your scene has a camera that represents a head-mounted display and other cameras.

  • FIRSTPERSON_ONLY_LAYER(The gameObject that specifies this layer disappears from other cameras)

  • @@ -92,7 +136,7 @@

    Please set VRMFirstPersonOnly and VRMThirdPersonOnly to Project Settings-Tags and Layers. In the sample, we assign 9 and 10 to each.

-

Specify layer at initialization

+

Specify layer at initialization

It can be specified with an additional argument.

var created = await controller.Vrm.FirstPerson.SetupAsync(controller.gameObject, firstPersonOnlyLayer: 9, thirdPersonOnlyLayer: 10);
 
@@ -101,73 +145,34 @@
-
+
+
- -
-
-
- - - + \ No newline at end of file diff --git a/en/vrm1/vrm1_get_humanoid.html b/en/vrm1/vrm1_get_humanoid.html index a4795bd5f..be50d6edf 100644 --- a/en/vrm1/vrm1_get_humanoid.html +++ b/en/vrm1/vrm1_get_humanoid.html @@ -1,128 +1,133 @@ - + + + - - - - - - 🚧Humanoid — UniVRM Programming Document documentation - - - - - - + + 🚧Humanoid — UniVRM Programming Document documentation + + + + + + + + + - - + -
-
-
-
- + +
+ + +
+ +
+
+
+ +
+
+
+
+
-

🚧Humanoid

+

🚧Humanoid

-

Humanoid Bone の取得方法

+

Humanoid Bone の取得方法

-

Humanoidコンポーネント(vrm-1.0)

+

Humanoidコンポーネント(vrm-1.0)

-

Animator経由(vrm-0.xとvrm-1.0共通)

+

Animator経由(vrm-0.xとvrm-1.0共通)

-
+
+
-
+
+ - -

Table of Contents

- - -

Previous topic

-

RuntimeLoad

-

Next topic

-

🚧Expression

-
-

This Page

- -
- - -
-
-
-
- - - + \ No newline at end of file diff --git a/en/vrm1/vrm1_lookat.html b/en/vrm1/vrm1_lookat.html index 22bca04a7..d9e3f797f 100644 --- a/en/vrm1/vrm1_lookat.html +++ b/en/vrm1/vrm1_lookat.html @@ -1,107 +1,117 @@ - + + + - - - - - - 🚧LookAt — UniVRM Programming Document documentation - - - - - - + + 🚧LookAt — UniVRM Programming Document documentation + + + + + + + + + - - + -
-
-
-
- + +
+ + +
+ +
+
+
+ +
+
+
+
+
-

🚧LookAt

+

🚧LookAt

-
+
+
-
+
+ - -

Previous topic

-

🚧Expression

-

Next topic

-

FirstPerson

-
-

This Page

- -
- - -
-
-
-
- - - + \ No newline at end of file diff --git a/en/vrm1/vrm1_runtime_load.html b/en/vrm1/vrm1_runtime_load.html index c7303a600..b8f48c2fb 100644 --- a/en/vrm1/vrm1_runtime_load.html +++ b/en/vrm1/vrm1_runtime_load.html @@ -1,47 +1,86 @@ - + + + - - - - - - RuntimeLoad — UniVRM Programming Document documentation - - - - - - + + RuntimeLoad — UniVRM Programming Document documentation + + + + + + + + + - - - + + -
-
-
-
- + +
+ + +
+ +
+
+
+ +
+
+
+
+
-

RuntimeLoad

+

RuntimeLoad

VRM-1.0 can load VRM-0.x. In that case, incompatible migrated meta properties are not allowed. Therefore, we provide an API that allows you to access the original meta before migration.

See Assets\VRM10\Samples\VRM10Viewer\VRM10ViewerUI.cs.

static IMaterialDescriptorGenerator GetVrmMaterialDescriptorGenerator(bool useUrp)
@@ -95,63 +134,34 @@
 
-
+
+
-
+
+ - -

Previous topic

-

How to use VRMFirstPerson

-

Next topic

-

🚧Humanoid

-
-

This Page

- -
- - -
-
-
-
- - - + \ No newline at end of file diff --git a/ja/.buildinfo b/ja/.buildinfo index ae5153448..66eee69a4 100644 --- a/ja/.buildinfo +++ b/ja/.buildinfo @@ -1,4 +1,4 @@ # Sphinx build info version 1 # This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. -config: d6114ac4971575002bd5fd606a7fc455 +config: f23671d82431d8a3b926f066f8630a68 tags: 645f666f9bcd5a90fca523b33c5a78b7 diff --git a/ja/.doctrees/build.doctree b/ja/.doctrees/build.doctree index 183fb19e6..b293c8fba 100644 Binary files a/ja/.doctrees/build.doctree and b/ja/.doctrees/build.doctree differ diff --git a/ja/.doctrees/environment.pickle b/ja/.doctrees/environment.pickle index d919acf12..12b1770e7 100644 Binary files a/ja/.doctrees/environment.pickle and b/ja/.doctrees/environment.pickle differ diff --git a/ja/.doctrees/history.doctree b/ja/.doctrees/gltf/index.doctree similarity index 78% rename from ja/.doctrees/history.doctree rename to ja/.doctrees/gltf/index.doctree index 44244e5af..ffffc1bc0 100644 Binary files a/ja/.doctrees/history.doctree and b/ja/.doctrees/gltf/index.doctree differ diff --git a/ja/.doctrees/implementation/index.doctree b/ja/.doctrees/implementation/index.doctree new file mode 100644 index 000000000..2c5ccb46a Binary files /dev/null and b/ja/.doctrees/implementation/index.doctree differ diff --git a/ja/.doctrees/index.doctree b/ja/.doctrees/index.doctree index 8c7604dab..e0dd86d15 100644 Binary files a/ja/.doctrees/index.doctree and b/ja/.doctrees/index.doctree differ diff --git a/ja/.doctrees/package.doctree b/ja/.doctrees/package.doctree deleted file mode 100644 index 53a04e173..000000000 Binary files a/ja/.doctrees/package.doctree and /dev/null differ diff --git a/ja/.doctrees/release/055/index.doctree b/ja/.doctrees/release/055/index.doctree index c5a1f9eb3..36770116b 100644 Binary files a/ja/.doctrees/release/055/index.doctree and b/ja/.doctrees/release/055/index.doctree differ diff --git a/ja/.doctrees/release/056/index.doctree b/ja/.doctrees/release/056/index.doctree index 50ac2306f..25442a492 100644 Binary files a/ja/.doctrees/release/056/index.doctree and b/ja/.doctrees/release/056/index.doctree differ diff --git a/ja/.doctrees/release/068/index.doctree b/ja/.doctrees/release/068/index.doctree index 576ac5bd0..2e928bcef 100644 Binary files a/ja/.doctrees/release/068/index.doctree and b/ja/.doctrees/release/068/index.doctree differ diff --git a/ja/.doctrees/release/079/index.doctree b/ja/.doctrees/release/079/index.doctree new file mode 100644 index 000000000..59f223097 Binary files /dev/null and b/ja/.doctrees/release/079/index.doctree differ diff --git a/ja/.doctrees/release/079/v0.79.0.doctree b/ja/.doctrees/release/079/v0.79.0.doctree index 3be4bc982..ab5e942fe 100644 Binary files a/ja/.doctrees/release/079/v0.79.0.doctree and b/ja/.doctrees/release/079/v0.79.0.doctree differ diff --git a/ja/.doctrees/release/079/v0.80.0.doctree b/ja/.doctrees/release/079/v0.80.0.doctree index 7470598c6..814709349 100644 Binary files a/ja/.doctrees/release/079/v0.80.0.doctree and b/ja/.doctrees/release/079/v0.80.0.doctree differ diff --git a/ja/.doctrees/release/079/v0.81.0.doctree b/ja/.doctrees/release/079/v0.81.0.doctree index 25212dc15..427f2e441 100644 Binary files a/ja/.doctrees/release/079/v0.81.0.doctree and b/ja/.doctrees/release/079/v0.81.0.doctree differ diff --git a/ja/.doctrees/release/079/v0.82.0.doctree b/ja/.doctrees/release/079/v0.82.0.doctree index 76d39208e..3eea6395f 100644 Binary files a/ja/.doctrees/release/079/v0.82.0.doctree and b/ja/.doctrees/release/079/v0.82.0.doctree differ diff --git a/ja/.doctrees/release/079/v0.83.0.doctree b/ja/.doctrees/release/079/v0.83.0.doctree index caf22bccf..f5832e772 100644 Binary files a/ja/.doctrees/release/079/v0.83.0.doctree and b/ja/.doctrees/release/079/v0.83.0.doctree differ diff --git a/ja/.doctrees/release/index.doctree b/ja/.doctrees/release/index.doctree index e56e419d8..33b4b6599 100644 Binary files a/ja/.doctrees/release/index.doctree and b/ja/.doctrees/release/index.doctree differ diff --git a/ja/.doctrees/vrm0/index.doctree b/ja/.doctrees/vrm0/index.doctree new file mode 100644 index 000000000..32b370ee1 Binary files /dev/null and b/ja/.doctrees/vrm0/index.doctree differ diff --git a/ja/.doctrees/vrm1/index.doctree b/ja/.doctrees/vrm1/index.doctree new file mode 100644 index 000000000..3e784db9a Binary files /dev/null and b/ja/.doctrees/vrm1/index.doctree differ diff --git a/ja/README.html b/ja/README.html index d19493b34..11204922a 100644 --- a/ja/README.html +++ b/ja/README.html @@ -1,42 +1,78 @@ - + + + - - - - - - Sphinx 作業 — UniVRM Programming Document ドキュメント - - - - - - - + + Sphinx 作業 — UniVRM Programming Document ドキュメント + + + + + + + + + + - - + -
-
-
-
- + +
+ + +
+ +
+
+
+ +
+
+
+
+
-

Sphinx 作業

+

Sphinx 作業

-

初期化

+

初期化

$ pip install sphinx
 $ mkdir docs
 $ cd docs
@@ -49,7 +85,7 @@ docs$ sphinx-quickstart
 
-

MySt 導入

+

MySt 導入

markdown で記事を記述する

$ pip install --upgrade myst-parser
 
@@ -60,7 +96,7 @@ docs$ sphinx-quickstart
-

gettext 導入

+

gettext 導入

$ pip install sphinx-intl
 
@@ -71,7 +107,7 @@ docs$ sphinx-quickstart
-

gettext 更新

+

gettext 更新

potファイル作成

doc$ sphinx-build -M gettext . _pot
 # => _pot/gettext
@@ -90,62 +126,31 @@ docs$ sphinx-quickstart
 
-
+
+
+ +
+ +
+

© Copyright 2021, VRM Consortium.

+
+ + Built with Sphinx using a + theme + provided by Read the Docs. + + +
- -
-
-
- - - + \ No newline at end of file diff --git a/ja/_sources/build.md.txt b/ja/_sources/build.md.txt index 944c24bd3..deef9d94f 100644 --- a/ja/_sources/build.md.txt +++ b/ja/_sources/build.md.txt @@ -1,5 +1,7 @@ # アプリケーションのビルド +UniVRMを使うアプリケーションのビルドに関する注意事項 + ## ビルドに含めるシェーダー `Project Settings = Graphics - Always Included Shaders` などに設定して、ビルドに含まれるようにしてください。 diff --git a/en/_sources/history.md.txt b/ja/_sources/gltf/index.md.txt similarity index 82% rename from en/_sources/history.md.txt rename to ja/_sources/gltf/index.md.txt index c310073ce..c1332b2ad 100644 --- a/en/_sources/history.md.txt +++ b/ja/_sources/gltf/index.md.txt @@ -1,4 +1,4 @@ -# Version +# glTF | version | | |---------|-------------------------------------------------| @@ -7,4 +7,12 @@ | v0.77 | `RuntimeGltfInstance` | | v0.68 | `GltfParser` | | v0.63.2 | gltf の extension の実装方法を変更 | -| v0.56 | BlendShapeKey の仕様変更 | + +```{toctree} +:maxdepth: 1 + +0_82_glb_import +how_to_impl_extension +0_36_update +format +``` diff --git a/ja/_sources/implementation/index.md.txt b/ja/_sources/implementation/index.md.txt new file mode 100644 index 000000000..19087e53f --- /dev/null +++ b/ja/_sources/implementation/index.md.txt @@ -0,0 +1,11 @@ +# 実装メモ + +```{toctree} +:maxdepth: 1 + +runtime_resource_management +texture_manipulation +coordinate +fast_spring_bone +first_person +``` diff --git a/ja/_sources/index.md.txt b/ja/_sources/index.md.txt index a09a88b3b..d3f52a83c 100644 --- a/ja/_sources/index.md.txt +++ b/ja/_sources/index.md.txt @@ -3,93 +3,17 @@ これは、[UniVRM](https://github.com/vrm-c/UniVRM) の開発ドキュメントです。 UnityでVRMをエクスポートする方法などについては [manual](https://vrm.dev/docs/univrm/) を参照してください。 -## 概要 - ```{toctree} :maxdepth: 1 -package -history -``` - -## build - -UniVRMを使うアプリケーションのビルドに関する注意事項 - -```{toctree} build -``` - -## 実装メモ - -```{toctree} -:maxdepth: 1 - -implementation/runtime_resource_management -implementation/texture_manipulation -implementation/coordinate -implementation/fast_spring_bone -implementation/first_person -``` - -## glTF - -```{toctree} -:maxdepth: 1 - -gltf/0_82_glb_import -gltf/how_to_impl_extension -gltf/0_36_update -gltf/format -``` - -## VRM - -```{toctree} -:maxdepth: 1 - -vrm0/0_82_runtime_import -vrm0/0_79_runtime_import -vrm0/0_77_runtime_import -vrm0/0_68_runtime_import -vrm0/0_44_runtime_import -vrm0/0_58_blendshape -vrm0/firstperson -``` - -### Samples - -- SimpleViewer -- RuntimeExporerSample -- FirstPersonSample -- AnimationBridgeSample - -## VRM-1.0(β) - -```{toctree} -:maxdepth: 2 - -vrm1/vrm1_runtime_load -vrm1/vrm1_get_humanoid -vrm1/vrm1_expression -vrm1/vrm1_lookat -vrm1/vrm1_firstperson -``` - -### Samples - -- VRM10Viewer - -## Release - -```{toctree} -:glob: -:maxdepth: 1 - +implementation/index +gltf/index +vrm0/index +vrm1/index release/index ``` - # Indices and tables * {ref}`genindex` diff --git a/ja/_sources/release/055/index.md.txt b/ja/_sources/release/055/index.md.txt index b89c2b7f2..9bf7aeaa3 100644 --- a/ja/_sources/release/055/index.md.txt +++ b/ja/_sources/release/055/index.md.txt @@ -9,7 +9,6 @@ ```{toctree} :glob: :maxdepth: 1 -:reversed: v* ``` diff --git a/ja/_sources/release/056/index.md.txt b/ja/_sources/release/056/index.md.txt index 2e81c3402..662d35704 100644 --- a/ja/_sources/release/056/index.md.txt +++ b/ja/_sources/release/056/index.md.txt @@ -1,13 +1,47 @@ # v0.56~v0.67: Unity-2018.4 -## 0.56以降 - -`Unity-2018.4` +## ReleaseNote ```{toctree} :glob: :maxdepth: 1 -:reversed: -056/* +v* ``` + +## Download + +| date | version | 安定性・バグ | 更新内容・備考 | +|------------|----------------------------------------------------------------------------------------------------------------------------------|------------------------|------------------------------------------------------------------------------| +| 2020 | [0.56.0](http://github.com/vrm-c/UniVRM/releases/tag/v0.56.0) | x | Unity-2018.4 に変更 | +| | [0.56.1](http://github.com/vrm-c/UniVRM/releases/tag/v0.56.1) | x | | +| | [0.56.2](http://github.com/vrm-c/UniVRM/releases/tag/v0.56.2) | x | | +| | [0.56.3](http://github.com/vrm-c/UniVRM/releases/tag/v0.56.3) | | | +| | [0.57.0](http://github.com/vrm-c/UniVRM/releases/tag/v0.57.0) | | ボーン名重複時にに自動でリネームするようになりました | +| | [0.57.1](http://github.com/vrm-c/UniVRM/releases/tag/v0.57.1) | | | +| | [0.58.0](http://github.com/vrm-c/UniVRM/releases/tag/v0.58.0) | [^firstperson_import] | エクスポートダイアログの作り直し | +| | [0.58.1](http://github.com/vrm-c/UniVRM/releases/tag/v0.58.1) | | | +| | [0.59.0](http://github.com/vrm-c/UniVRM/releases/tag/v0.59.0) | | springBone の Missing を検知してメッセージ | +| | [0.60.0](http://github.com/vrm-c/UniVRM/releases/tag/v0.60.0) | | null check 的なものが増えて、モデル改変してもエラーが出にくくなりました | +| | [0.61.0](http://github.com/vrm-c/UniVRM/releases/tag/v0.61.0) [milestone](https://github.com/vrm-c/UniVRM/milestone/20?closed=1) | [^springcollider] | UniUnlit の頂点カラー。AOT問題を修正 | +| | [0.61.1](http://github.com/vrm-c/UniVRM/releases/tag/v0.61.1) | | | +| | [0.62.0](http://github.com/vrm-c/UniVRM/releases/tag/v0.62.0) [milestone](https://github.com/vrm-c/UniVRM/milestone/21?closed=1) | | BlendShape bake の動作が正しくなった | +| 2021 01/05 | [0.63.0](http://github.com/vrm-c/UniVRM/releases/tag/v0.63.0) [milestone](https://github.com/vrm-c/UniVRM/milestone/25?closed=1) | [^jpg] [^kwmap] [^upm] | jpg問題あり。UniGLTF分離 | +| 01/07 | [0.63.1](http://github.com/vrm-c/UniVRM/releases/tag/v0.63.1) | [^jpg] [^kwmap] | jpg問題あり | +| 01/08 | [0.63.2](http://github.com/vrm-c/UniVRM/releases/tag/v0.63.2) | | | +| 01/15 | [0.64.0](http://github.com/vrm-c/UniVRM/releases/tag/v0.64.0) [milestone](https://github.com/vrm-c/UniVRM/milestone/23?closed=1) | [^asmdef] | メッシュの一部を削除したときのエクスポートエラーを回避。vrm-1.0 Experimental | +| 01/26 | [0.65.0](http://github.com/vrm-c/UniVRM/releases/tag/v0.65.0) | [^build] | | +| 01/28 | [0.65.1](http://github.com/vrm-c/UniVRM/releases/tag/v0.65.1) [milestone](https://github.com/vrm-c/UniVRM/milestone/28?closed=1) | [^build] | トルコ語のExportを修正[\#696](https://github.com/vrm-c/UniVRM/issues/696) | +| 01/28 | [0.65.2](http://github.com/vrm-c/UniVRM/releases/tag/v0.65.2) [milestone](https://github.com/vrm-c/UniVRM/milestone/29?closed=1) | | | +| | [0.65.3](http://github.com/vrm-c/UniVRM/releases/tag/v0.65.3) | | UniGLTFのバージョン。UPM専用。パッケージリリース無し | +| 02/03 | [0.66.0](http://github.com/vrm-c/UniVRM/releases/tag/v0.66.0) [milestone](https://github.com/vrm-c/UniVRM/milestone/26?closed=1) | 安定✅ | 未正規化ヒエラルキーにスプリングボーンがあるときの警告メッセージ | +| | [0.67.0](http://github.com/vrm-c/UniVRM/releases/tag/v0.67.0) [milestone](https://github.com/vrm-c/UniVRM/milestone/27?closed=1) | | UPM専用。パッケージリリース無し | +| | [0.67.1](http://github.com/vrm-c/UniVRM/releases/tag/v0.67.1) | | UPM専用。パッケージリリース無し | + +[^springcollider]: スプリングボーンのコライダーの座標変換バグ。 [\#576](https://github.com/vrm-c/UniVRM/issues/576) +[^jpg]: エクスポートダイアログのスクリーンショットボタンの jpg バグ。[\#639](https://github.com/vrm-c/UniVRM/issues/639) +[^kwmap]: シリアライザのバグ。エクスポートしたファイルの互換性。 [\#654](https://github.com/vrm-c/UniVRM/issues/654) +[^upm]: MeshUtility フォルダの移動と参照の問題。 +[^asmdef]: 他のパッケージと併用するときに install で問題が出る? [\#687](https://github.com/vrm-c/UniVRM/pull/687) +[^build]: build すると Exception( `#if UNITY_EDITOR` )。 [\#701](https://github.com/vrm-c/UniVRM/issues/701) +[^firstperson_import]: VRMFirstPerson のエディターインポートのバグ [/#515](https://github.com/vrm-c/UniVRM/issues/515) diff --git a/ja/_sources/release/068/index.md.txt b/ja/_sources/release/068/index.md.txt index 9051d62d9..2a96a1923 100644 --- a/ja/_sources/release/068/index.md.txt +++ b/ja/_sources/release/068/index.md.txt @@ -1,13 +1,43 @@ # v0.68~v0.78: Unity-2018.4 (pre release) +* VRM-1.0 作業中 * `.Net-3.5` が無くなって `coRoutine` を `Task` に置き換え * glb/gltf に `ScriptedImporter` の導入 * `Standard` マテリアルの import/export や mipmapパたメーター などの改修 +## ReleaseNote + ```{toctree} :glob: :maxdepth: 1 -:reversed: v* ``` + +## Download + + +* [API](https://vrm-c.github.io/UniVRM/ja/) + +| date | version | 安定性・バグ | 更新内容・備考 | +|-------|-----------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| +| | [0.68.0](http://github.com/vrm-c/UniVRM/releases/tag/v0.68.0) [milestone](https://github.com/vrm-c/UniVRM/milestone/30?closed=1) | [^material_import] [^import_bug] | glb/gltf 座標軸オプション。ImporterContext API | +| 03/16 | [0.68.1](http://github.com/vrm-c/UniVRM/releases/tag/v0.68.1) | [^import_bug] | | +| 03/17 | [0.68.2](http://github.com/vrm-c/UniVRM/releases/tag/v0.68.2) | | | +| 03/22 | [0.69.0](http://github.com/vrm-c/UniVRM/releases/tag/v0.69.0) [milestone](https://github.com/vrm-c/UniVRM/milestone/31?closed=1) | [^MetallicOcclusion][^EncodeToPng] [^NotUnique] | SmoothTexture 変換の修正[\#388](https://github.com/vrm-c/UniVRM/issues/388), Unity2020対応 | +| 03/23 | [0.69.1](http://github.com/vrm-c/UniVRM/releases/tag/v0.69.1) | [^MetallicOcclusion][^EncodeToPng] | | +| 03/31 | [0.70.0](http://github.com/vrm-c/UniVRM/releases/tag/v0.70.0) [milestone](https://github.com/vrm-c/UniVRM/milestone/32?closed=1) | [^MetallicOcclusion] | impl `WEIGHTS_0` not float4 | +| 04/05 | [0.71.0](http://github.com/vrm-c/UniVRM/releases/tag/v0.71.0) [milestone](https://github.com/vrm-c/UniVRM/milestone/33?closed=1) | IOS build | | +| 04/13 | [0.72.0](http://github.com/vrm-c/UniVRM/releases/tag/v0.72.0) [milestone](https://github.com/vrm-c/UniVRM/milestone/34?closed=1) | | 頂点バッファを分割するオプション。T-Pose | +| 04/22 | [0.73.0](https://github.com/vrm-c/UniVRM/releases/tag/v0.73.0) [milestone](https://github.com/vrm-c/UniVRM/milestone/35?closed=1) | | * [OtherPermissionUrl欄の修正](https://github.com/vrm-c/UniVRM/pull/897) * [正規化するときにBlendShapeを使うLookAtがExportされない](https://github.com/vrm-c/UniVRM/pull/894) | +| 05/12 | [0.74.0](https://github.com/vrm-c/UniVRM/releases/tag/v0.74.0) [milestone](https://github.com/vrm-c/UniVRM/milestone/36?closed=1) | | * [Runtime ロード後の SpringBone スケーリング挙動の修正](https://github.com/vrm-c/UniVRM/issues/922) | +| 05/25 | [0.75.0](https://github.com/vrm-c/UniVRM/releases/tag/v0.75.0) [milestone](https://github.com/vrm-c/UniVRM/milestone/37?closed=1) | | 正規化時にLookAtのパラメーターが落ちてしまうのを修正 | +| 06/08 | [0.76.0](https://github.com/vrm-c/UniVRM/releases/tag/v0.76.0) [milestone](https://github.com/vrm-c/UniVRM/milestone/38?closed=1) | | namespace MeshUtilityがUnityEditor.MeshUtility classと競合するのを修正 | +| 06/17 | [0.77.0](https://github.com/vrm-c/UniVRM/releases/tag/v0.77.0) [milestone](https://github.com/vrm-c/UniVRM/milestone/39?closed=1) | | [API更新](https://vrm-c.github.io/UniVRM/) https://github.com/vrm-c/UniVRM/issues/1022 https://github.com/vrm-c/UniVRM/issues/496 | +| 06/23 | [0.78.0](https://github.com/vrm-c/UniVRM/releases/tag/v0.78.0) [milestone](https://github.com/vrm-c/UniVRM/milestone/40?closed=1) | | https://github.com/vrm-c/UniVRM/pull/1049 | + +[^material_import]: [\#786](https://github.com/vrm-c/UniVRM/issues/786) [\#788](https://github.com/vrm-c/UniVRM/issues/788) +[^import_bug]: [\#790](https://github.com/vrm-c/UniVRM/issues/790) [\#794](https://github.com/vrm-c/UniVRM/issues/794) +[^NotUnique]: [\#812](https://github.com/vrm-c/UniVRM/pull/812) +[^EncodeToPng]: [\#831](https://github.com/vrm-c/UniVRM/pull/831) +[^MetallicOcclusion]: [\#836](https://github.com/vrm-c/UniVRM/issues/836) diff --git a/en/_sources/package.md.txt b/ja/_sources/release/079/index.md.txt similarity index 77% rename from en/_sources/package.md.txt rename to ja/_sources/release/079/index.md.txt index 601252e6a..624ea1b1c 100644 --- a/en/_sources/package.md.txt +++ b/ja/_sources/release/079/index.md.txt @@ -1,6 +1,18 @@ -# パッケージ構成 +# v0.79~: Unity-2019.4 -## パッケージ +## ReleaseNote + +* `0.80.0` からサポートする Unity の最低バージョンを `2019.4LTS` に更新しました。 +* `0.80.0` から `VRM-1.0β` のパッケージ提供を開始しました。 + +```{toctree} +:glob: +:maxdepth: 1 + +v* +``` + +## パッケージ(v0.81~) | unitypackage | folder | contents | |--------------------|-----------------------------------|-----------------------| @@ -19,7 +31,7 @@ +----------------------+ ``` -## UPM +## UPM(v0.81~) ```json // manifest.json 抜粋 diff --git a/ja/_sources/release/079/v0.79.0.md.txt b/ja/_sources/release/079/v0.79.0.md.txt index 238c8f072..0e09a949d 100644 --- a/ja/_sources/release/079/v0.79.0.md.txt +++ b/ja/_sources/release/079/v0.79.0.md.txt @@ -2,18 +2,12 @@ ## [v0.79.0](https://github.com/vrm-c/UniVRM/tree/v0.79.0) (2021-07-19) -* commit: https://github.com/vrm-c/UniVRM/releases/tag/v0.79.0 -* milestone: https://github.com/vrm-c/UniVRM/milestone/41?closed=1 - -[Full Changelog](https://github.com/vrm-c/UniVRM/compare/v0.78.0...v0.79.0) +* [0.79.0](http://github.com/vrm-c/UniVRM/releases/tag/v0.79.0) +* [milestone](https://github.com/vrm-c/UniVRM/milestone/41?closed=1) +* [Full Changelog](https://github.com/vrm-c/UniVRM/compare/v0.78.0...v0.79.0) このバージョンから `pre release` をやめて通常リリースに戻ります。 -## ToDo: - -* [ ] 0.66 ~ 0.79 の変更まとめ -* [ ] (GLB, GLTF) ScriptedImporter の導入 と Extract の説明 - ## AutoReference Autoreference を有効にします。 diff --git a/ja/_sources/release/079/v0.80.0.md.txt b/ja/_sources/release/079/v0.80.0.md.txt index cb186f9ef..0f8ab2e05 100644 --- a/ja/_sources/release/079/v0.80.0.md.txt +++ b/ja/_sources/release/079/v0.80.0.md.txt @@ -1,11 +1,10 @@ # v0.80.0: 1.0準備, 最低バージョンを Unity-2019.4LTS に更新 - ## [v0.80.0](https://github.com/vrm-c/UniVRM/tree/v0.80.0) (2021-08-11) -* commit: https://github.com/vrm-c/UniVRM/releases/tag/v0.80.0 -* milestone: https://github.com/vrm-c/UniVRM/milestone/42?closed=1 - -[Full Changelog](https://github.com/vrm-c/UniVRM/compare/v0.79.0...v0.80.0) +* [0.80.0](http://github.com/vrm-c/UniVRM/releases/tag/v0.80.0) +* [milestone](https://github.com/vrm-c/UniVRM/milestone/42?closed=1) +* [Full Changelog](https://github.com/vrm-c/UniVRM/compare/v0.79.0...v0.80.0) +* `Unity-2019.4LTS` ## 最低バージョンを Unity-2019.4LTS に更新 - Unityのサポートバージョンを 2019.4LTS 以降にする [\#1126](https://github.com/vrm-c/UniVRM/issues/1126) diff --git a/ja/_sources/release/079/v0.81.0.md.txt b/ja/_sources/release/079/v0.81.0.md.txt index 2f80b1550..910b6ee16 100644 --- a/ja/_sources/release/079/v0.81.0.md.txt +++ b/ja/_sources/release/079/v0.81.0.md.txt @@ -2,6 +2,12 @@ **Stable 安定板** +## [v0.81.0](https://github.com/vrm-c/UniVRM/tree/v0.81.0) (2021-08-20) + +* [0.81.0](http://github.com/vrm-c/UniVRM/releases/tag/v0.81.0) +* [milestone](https://github.com/vrm-c/UniVRM/milestone/43?closed=1) +* [Full Changelog](https://github.com/vrm-c/UniVRM/compare/v0.80.0...v0.81.0) + `v0.81.0` から `unitypackage` が変わりました。 * Install `UniGLTF_VRMShaders` and `UniVRM` @@ -34,13 +40,6 @@ `UniGLTF_VRMShaders` `UniVRM` の順に2つインストールしてください -## [v0.81.0](https://github.com/vrm-c/UniVRM/tree/v0.81.0) (2021-08-20) - -* commit: https://github.com/vrm-c/UniVRM/releases/tag/v0.81.0 -* milestone: https://github.com/vrm-c/UniVRM/milestone/43?closed=1 - -[Full Changelog](https://github.com/vrm-c/UniVRM/compare/v0.80.0...v0.81.0) - ## パッケージ整理など - UniGLTF の UPM id を、`com.vrmc.unigltf` から `com.vrmc.gltf` に変えてバージョンを振り直し [\#1156](https://github.com/vrm-c/UniVRM/issues/1156) - UnityPackage に Samples を含める [\#1159](https://github.com/vrm-c/UniVRM/pull/1159) ([ousttrue](https://github.com/ousttrue)) diff --git a/ja/_sources/release/079/v0.82.0.md.txt b/ja/_sources/release/079/v0.82.0.md.txt index d45984429..0e7793b32 100644 --- a/ja/_sources/release/079/v0.82.0.md.txt +++ b/ja/_sources/release/079/v0.82.0.md.txt @@ -1,10 +1,10 @@ # v0.82.0: 1.0準備, URP 向け Material置き換え機能 ## [v0.82.0](https://github.com/vrm-c/UniVRM/tree/v0.82.0) (2021-09-01) - -* commit: https://github.com/vrm-c/UniVRM/releases/tag/v0.82.0 -* milestone: https://github.com/vrm-c/UniVRM/milestone/44?closed=1 -[Full Changelog](https://github.com/vrm-c/UniVRM/compare/v0.81.0...v0.82.0) +* [0.82.0](http://github.com/vrm-c/UniVRM/releases/tag/v0.82.0) +* [milestone](https://github.com/vrm-c/UniVRM/milestone/44?closed=1) +* [Full Changelog](https://github.com/vrm-c/UniVRM/compare/v0.81.0...v0.82.0) +* glb の import, URP API ## URP(Universal Render Pipeline) URP 向けに Material Import をカスタマイズする機能をはじめました (Experimental) diff --git a/ja/_sources/release/079/v0.83.0.md.txt b/ja/_sources/release/079/v0.83.0.md.txt index 8f6bef79d..fd46ecf91 100644 --- a/ja/_sources/release/079/v0.83.0.md.txt +++ b/ja/_sources/release/079/v0.83.0.md.txt @@ -10,6 +10,8 @@ https://vrm-c.github.io/UniVRM/ ## [v0.83.0](https://github.com/vrm-c/UniVRM/tree/v0.83.0) (2021-09-10) +| 09/03 | [0.82.1](http://github.com/vrm-c/UniVRM/releases/tag/v0.82.1) [milestone](https://github.com/vrm-c/UniVRM/milestone/45?closed=1) | | URP API | + * commit: https://github.com/vrm-c/UniVRM/releases/tag/v0.83.0 * milestone: https://github.com/vrm-c/UniVRM/milestone/45?closed=1 [Full Changelog](https://github.com/vrm-c/UniVRM/compare/v0.82.1...v0.83.0) diff --git a/ja/_sources/release/index.md.txt b/ja/_sources/release/index.md.txt index 85587d853..3d75a5dfc 100644 --- a/ja/_sources/release/index.md.txt +++ b/ja/_sources/release/index.md.txt @@ -1,30 +1,16 @@ # Release -| バージョン | お勧め | Unity | | -|--------------|--------|--------------------|----------------------------------| -| v0.79~ | 最新版 | Unity-2019.4 | 特に問題が無ければこれ。 | -| v0.68~v0.78 | | Unity-2018.4 | 開発版。最新版を使ってください。 | -| v0.56~v0.67 | v0.66 | Unity-2018.4 | | -| ~v0.55 | v0.55 | Unity-5.6(.NET3.5) | | - -## v0.79~ - -* `from 0.80`: `Unity-2019.4` -* `from 0.81`: `UniGLTF_VRMShaders` and `UniVRM` 2パッケージ構成 - -```{toctree} -:glob: -:maxdepth: 1 -:reversed: - -079/* -``` - -## Older versions +| バージョン | お勧め | Unity | | +|---------------------------------|--------|--------------------|----------------------------------| +| {doc}`v0.79~ <079/index>` | 最新版 | Unity-2019.4 | 特に問題が無ければこれ。 | +| {doc}`v0.68~v0.78 <068/index>` | | Unity-2018.4 | 開発版。最新版を使ってください。 | +| {doc}`v0.56~v0.67 <056/index>` | v0.66 | Unity-2018.4 | | +| {doc}`~v0.55 <055/index>` | v0.55 | Unity-5.6(.NET3.5) | | ```{toctree} :maxdepth: 1 +079/index 068/index 056/index 055/index diff --git a/ja/_sources/vrm0/index.md.txt b/ja/_sources/vrm0/index.md.txt new file mode 100644 index 000000000..e31f771f2 --- /dev/null +++ b/ja/_sources/vrm0/index.md.txt @@ -0,0 +1,24 @@ +# VRM + +| version | | +|---------|-------------------------------------------------| +| v0.56 | BlendShapeKey の仕様変更 | + +```{toctree} +:maxdepth: 1 + +0_82_runtime_import +0_79_runtime_import +0_77_runtime_import +0_68_runtime_import +0_44_runtime_import +0_58_blendshape +firstperson +``` + +## Samples + +- SimpleViewer +- RuntimeExporerSample +- FirstPersonSample +- AnimationBridgeSample diff --git a/ja/_sources/vrm1/index.md.txt b/ja/_sources/vrm1/index.md.txt new file mode 100644 index 000000000..e4c42fd84 --- /dev/null +++ b/ja/_sources/vrm1/index.md.txt @@ -0,0 +1,15 @@ +# VRM-1.0(β) + +```{toctree} +:maxdepth: 2 + +vrm1_runtime_load +vrm1_get_humanoid +vrm1_expression +vrm1_lookat +vrm1_firstperson +``` + +## Samples + +- VRM10Viewer diff --git a/ja/_static/css/badge_only.css b/ja/_static/css/badge_only.css new file mode 100644 index 000000000..e380325bc --- /dev/null +++ b/ja/_static/css/badge_only.css @@ -0,0 +1 @@ +.fa:before{-webkit-font-smoothing:antialiased}.clearfix{*zoom:1}.clearfix:after,.clearfix:before{display:table;content:""}.clearfix:after{clear:both}@font-face{font-family:FontAwesome;font-style:normal;font-weight:400;src:url(fonts/fontawesome-webfont.eot?674f50d287a8c48dc19ba404d20fe713?#iefix) format("embedded-opentype"),url(fonts/fontawesome-webfont.woff2?af7ae505a9eed503f8b8e6982036873e) format("woff2"),url(fonts/fontawesome-webfont.woff?fee66e712a8a08eef5805a46892932ad) format("woff"),url(fonts/fontawesome-webfont.ttf?b06871f281fee6b241d60582ae9369b9) format("truetype"),url(fonts/fontawesome-webfont.svg?912ec66d7572ff821749319396470bde#FontAwesome) format("svg")}.fa:before{font-family:FontAwesome;font-style:normal;font-weight:400;line-height:1}.fa:before,a .fa{text-decoration:inherit}.fa:before,a .fa,li .fa{display:inline-block}li .fa-large:before{width:1.875em}ul.fas{list-style-type:none;margin-left:2em;text-indent:-.8em}ul.fas li .fa{width:.8em}ul.fas li .fa-large:before{vertical-align:baseline}.fa-book:before,.icon-book:before{content:"\f02d"}.fa-caret-down:before,.icon-caret-down:before{content:"\f0d7"}.fa-caret-up:before,.icon-caret-up:before{content:"\f0d8"}.fa-caret-left:before,.icon-caret-left:before{content:"\f0d9"}.fa-caret-right:before,.icon-caret-right:before{content:"\f0da"}.rst-versions{position:fixed;bottom:0;left:0;width:300px;color:#fcfcfc;background:#1f1d1d;font-family:Lato,proxima-nova,Helvetica Neue,Arial,sans-serif;z-index:400}.rst-versions a{color:#2980b9;text-decoration:none}.rst-versions .rst-badge-small{display:none}.rst-versions .rst-current-version{padding:12px;background-color:#272525;display:block;text-align:right;font-size:90%;cursor:pointer;color:#27ae60}.rst-versions .rst-current-version:after{clear:both;content:"";display:block}.rst-versions .rst-current-version .fa{color:#fcfcfc}.rst-versions .rst-current-version .fa-book,.rst-versions .rst-current-version .icon-book{float:left}.rst-versions .rst-current-version.rst-out-of-date{background-color:#e74c3c;color:#fff}.rst-versions .rst-current-version.rst-active-old-version{background-color:#f1c40f;color:#000}.rst-versions.shift-up{height:auto;max-height:100%;overflow-y:scroll}.rst-versions.shift-up .rst-other-versions{display:block}.rst-versions .rst-other-versions{font-size:90%;padding:12px;color:grey;display:none}.rst-versions .rst-other-versions hr{display:block;height:1px;border:0;margin:20px 0;padding:0;border-top:1px solid #413d3d}.rst-versions .rst-other-versions dd{display:inline-block;margin:0}.rst-versions .rst-other-versions dd a{display:inline-block;padding:6px;color:#fcfcfc}.rst-versions.rst-badge{width:auto;bottom:20px;right:20px;left:auto;border:none;max-width:300px;max-height:90%}.rst-versions.rst-badge .fa-book,.rst-versions.rst-badge .icon-book{float:none;line-height:30px}.rst-versions.rst-badge.shift-up .rst-current-version{text-align:right}.rst-versions.rst-badge.shift-up .rst-current-version .fa-book,.rst-versions.rst-badge.shift-up .rst-current-version .icon-book{float:left}.rst-versions.rst-badge>.rst-current-version{width:auto;height:30px;line-height:30px;padding:0 6px;display:block;text-align:center}@media screen and (max-width:768px){.rst-versions{width:85%;display:none}.rst-versions.shift{display:block}} \ No newline at end of file diff --git a/ja/_static/css/fonts/Roboto-Slab-Bold.woff b/ja/_static/css/fonts/Roboto-Slab-Bold.woff new file mode 100644 index 000000000..6cb600001 Binary files /dev/null and b/ja/_static/css/fonts/Roboto-Slab-Bold.woff differ diff --git a/ja/_static/css/fonts/Roboto-Slab-Bold.woff2 b/ja/_static/css/fonts/Roboto-Slab-Bold.woff2 new file mode 100644 index 000000000..7059e2314 Binary files /dev/null and b/ja/_static/css/fonts/Roboto-Slab-Bold.woff2 differ diff --git a/ja/_static/css/fonts/Roboto-Slab-Regular.woff b/ja/_static/css/fonts/Roboto-Slab-Regular.woff new file mode 100644 index 000000000..f815f63f9 Binary files /dev/null and b/ja/_static/css/fonts/Roboto-Slab-Regular.woff differ diff --git a/ja/_static/css/fonts/Roboto-Slab-Regular.woff2 b/ja/_static/css/fonts/Roboto-Slab-Regular.woff2 new file mode 100644 index 000000000..f2c76e5bd Binary files /dev/null and b/ja/_static/css/fonts/Roboto-Slab-Regular.woff2 differ diff --git a/ja/_static/css/fonts/fontawesome-webfont.eot b/ja/_static/css/fonts/fontawesome-webfont.eot new file mode 100644 index 000000000..e9f60ca95 Binary files /dev/null and b/ja/_static/css/fonts/fontawesome-webfont.eot differ diff --git a/ja/_static/css/fonts/fontawesome-webfont.svg b/ja/_static/css/fonts/fontawesome-webfont.svg new file mode 100644 index 000000000..855c845e5 --- /dev/null +++ b/ja/_static/css/fonts/fontawesome-webfont.svg @@ -0,0 +1,2671 @@ + + + + +Created by FontForge 20120731 at Mon Oct 24 17:37:40 2016 + By ,,, +Copyright Dave Gandy 2016. All rights reserved. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ja/_static/css/fonts/fontawesome-webfont.ttf b/ja/_static/css/fonts/fontawesome-webfont.ttf new file mode 100644 index 000000000..35acda2fa Binary files /dev/null and b/ja/_static/css/fonts/fontawesome-webfont.ttf differ diff --git a/ja/_static/css/fonts/fontawesome-webfont.woff b/ja/_static/css/fonts/fontawesome-webfont.woff new file mode 100644 index 000000000..400014a4b Binary files /dev/null and b/ja/_static/css/fonts/fontawesome-webfont.woff differ diff --git a/ja/_static/css/fonts/fontawesome-webfont.woff2 b/ja/_static/css/fonts/fontawesome-webfont.woff2 new file mode 100644 index 000000000..4d13fc604 Binary files /dev/null and b/ja/_static/css/fonts/fontawesome-webfont.woff2 differ diff --git a/ja/_static/css/fonts/lato-bold-italic.woff b/ja/_static/css/fonts/lato-bold-italic.woff new file mode 100644 index 000000000..88ad05b9f Binary files /dev/null and b/ja/_static/css/fonts/lato-bold-italic.woff differ diff --git a/ja/_static/css/fonts/lato-bold-italic.woff2 b/ja/_static/css/fonts/lato-bold-italic.woff2 new file mode 100644 index 000000000..c4e3d804b Binary files /dev/null and b/ja/_static/css/fonts/lato-bold-italic.woff2 differ diff --git a/ja/_static/css/fonts/lato-bold.woff b/ja/_static/css/fonts/lato-bold.woff new file mode 100644 index 000000000..c6dff51f0 Binary files /dev/null and b/ja/_static/css/fonts/lato-bold.woff differ diff --git a/ja/_static/css/fonts/lato-bold.woff2 b/ja/_static/css/fonts/lato-bold.woff2 new file mode 100644 index 000000000..bb195043c Binary files /dev/null and b/ja/_static/css/fonts/lato-bold.woff2 differ diff --git a/ja/_static/css/fonts/lato-normal-italic.woff b/ja/_static/css/fonts/lato-normal-italic.woff new file mode 100644 index 000000000..76114bc03 Binary files /dev/null and b/ja/_static/css/fonts/lato-normal-italic.woff differ diff --git a/ja/_static/css/fonts/lato-normal-italic.woff2 b/ja/_static/css/fonts/lato-normal-italic.woff2 new file mode 100644 index 000000000..3404f37e2 Binary files /dev/null and b/ja/_static/css/fonts/lato-normal-italic.woff2 differ diff --git a/ja/_static/css/fonts/lato-normal.woff b/ja/_static/css/fonts/lato-normal.woff new file mode 100644 index 000000000..ae1307ff5 Binary files /dev/null and b/ja/_static/css/fonts/lato-normal.woff differ diff --git a/ja/_static/css/fonts/lato-normal.woff2 b/ja/_static/css/fonts/lato-normal.woff2 new file mode 100644 index 000000000..3bf984332 Binary files /dev/null and b/ja/_static/css/fonts/lato-normal.woff2 differ diff --git a/ja/_static/css/theme.css b/ja/_static/css/theme.css new file mode 100644 index 000000000..0d9ae7e1a --- /dev/null +++ b/ja/_static/css/theme.css @@ -0,0 +1,4 @@ +html{box-sizing:border-box}*,:after,:before{box-sizing:inherit}article,aside,details,figcaption,figure,footer,header,hgroup,nav,section{display:block}audio,canvas,video{display:inline-block;*display:inline;*zoom:1}[hidden],audio:not([controls]){display:none}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}blockquote{margin:0}dfn{font-style:italic}ins{background:#ff9;text-decoration:none}ins,mark{color:#000}mark{background:#ff0;font-style:italic;font-weight:700}.rst-content code,.rst-content tt,code,kbd,pre,samp{font-family:monospace,serif;_font-family:courier new,monospace;font-size:1em}pre{white-space:pre}q{quotes:none}q:after,q:before{content:"";content:none}small{font-size:85%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}dl,ol,ul{margin:0;padding:0;list-style:none;list-style-image:none}li{list-style:none}dd{margin:0}img{border:0;-ms-interpolation-mode:bicubic;vertical-align:middle;max-width:100%}svg:not(:root){overflow:hidden}figure,form{margin:0}label{cursor:pointer}button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline;*vertical-align:middle}button,input{line-height:normal}button,input[type=button],input[type=reset],input[type=submit]{cursor:pointer;-webkit-appearance:button;*overflow:visible}button[disabled],input[disabled]{cursor:default}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}textarea{resize:vertical}table{border-collapse:collapse;border-spacing:0}td{vertical-align:top}.chromeframe{margin:.2em 0;background:#ccc;color:#000;padding:.2em 0}.ir{display:block;border:0;text-indent:-999em;overflow:hidden;background-color:transparent;background-repeat:no-repeat;text-align:left;direction:ltr;*line-height:0}.ir br{display:none}.hidden{display:none!important;visibility:hidden}.visuallyhidden{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.visuallyhidden.focusable:active,.visuallyhidden.focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}.invisible{visibility:hidden}.relative{position:relative}big,small{font-size:100%}@media print{body,html,section{background:none!important}*{box-shadow:none!important;text-shadow:none!important;filter:none!important;-ms-filter:none!important}a,a:visited{text-decoration:underline}.ir a:after,a[href^="#"]:after,a[href^="javascript:"]:after{content:""}blockquote,pre{page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}img{max-width:100%!important}@page{margin:.5cm}.rst-content .toctree-wrapper>p.caption,h2,h3,p{orphans:3;widows:3}.rst-content .toctree-wrapper>p.caption,h2,h3{page-break-after:avoid}}.btn,.fa:before,.icon:before,.rst-content .admonition,.rst-content .admonition-title:before,.rst-content .admonition-todo,.rst-content .attention,.rst-content .caution,.rst-content .code-block-caption .headerlink:before,.rst-content .danger,.rst-content .eqno .headerlink:before,.rst-content .error,.rst-content .hint,.rst-content .important,.rst-content .note,.rst-content .seealso,.rst-content .tip,.rst-content .warning,.rst-content code.download span:first-child:before,.rst-content dl dt .headerlink:before,.rst-content h1 .headerlink:before,.rst-content h2 .headerlink:before,.rst-content h3 .headerlink:before,.rst-content h4 .headerlink:before,.rst-content h5 .headerlink:before,.rst-content h6 .headerlink:before,.rst-content p.caption .headerlink:before,.rst-content p .headerlink:before,.rst-content table>caption .headerlink:before,.rst-content tt.download span:first-child:before,.wy-alert,.wy-dropdown .caret:before,.wy-inline-validate.wy-inline-validate-danger .wy-input-context:before,.wy-inline-validate.wy-inline-validate-info .wy-input-context:before,.wy-inline-validate.wy-inline-validate-success .wy-input-context:before,.wy-inline-validate.wy-inline-validate-warning .wy-input-context:before,.wy-menu-vertical li.current>a,.wy-menu-vertical li.current>a button.toctree-expand:before,.wy-menu-vertical li.on a,.wy-menu-vertical li.on a button.toctree-expand:before,.wy-menu-vertical li button.toctree-expand:before,.wy-nav-top a,.wy-side-nav-search .wy-dropdown>a,.wy-side-nav-search>a,input[type=color],input[type=date],input[type=datetime-local],input[type=datetime],input[type=email],input[type=month],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=time],input[type=url],input[type=week],select,textarea{-webkit-font-smoothing:antialiased}.clearfix{*zoom:1}.clearfix:after,.clearfix:before{display:table;content:""}.clearfix:after{clear:both}/*! + * Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome + * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) + */@font-face{font-family:FontAwesome;src:url(fonts/fontawesome-webfont.eot?674f50d287a8c48dc19ba404d20fe713);src:url(fonts/fontawesome-webfont.eot?674f50d287a8c48dc19ba404d20fe713?#iefix&v=4.7.0) format("embedded-opentype"),url(fonts/fontawesome-webfont.woff2?af7ae505a9eed503f8b8e6982036873e) format("woff2"),url(fonts/fontawesome-webfont.woff?fee66e712a8a08eef5805a46892932ad) format("woff"),url(fonts/fontawesome-webfont.ttf?b06871f281fee6b241d60582ae9369b9) format("truetype"),url(fonts/fontawesome-webfont.svg?912ec66d7572ff821749319396470bde#fontawesomeregular) format("svg");font-weight:400;font-style:normal}.fa,.icon,.rst-content .admonition-title,.rst-content .code-block-caption .headerlink,.rst-content .eqno .headerlink,.rst-content code.download span:first-child,.rst-content dl dt .headerlink,.rst-content h1 .headerlink,.rst-content h2 .headerlink,.rst-content h3 .headerlink,.rst-content h4 .headerlink,.rst-content h5 .headerlink,.rst-content h6 .headerlink,.rst-content p.caption .headerlink,.rst-content p .headerlink,.rst-content table>caption .headerlink,.rst-content tt.download span:first-child,.wy-menu-vertical li.current>a button.toctree-expand,.wy-menu-vertical li.on a button.toctree-expand,.wy-menu-vertical li button.toctree-expand{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14286em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14286em;width:2.14286em;top:.14286em;text-align:center}.fa-li.fa-lg{left:-1.85714em}.fa-border{padding:.2em .25em .15em;border:.08em solid #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa-pull-left.icon,.fa.fa-pull-left,.rst-content .code-block-caption .fa-pull-left.headerlink,.rst-content .eqno .fa-pull-left.headerlink,.rst-content .fa-pull-left.admonition-title,.rst-content code.download span.fa-pull-left:first-child,.rst-content dl dt .fa-pull-left.headerlink,.rst-content h1 .fa-pull-left.headerlink,.rst-content h2 .fa-pull-left.headerlink,.rst-content h3 .fa-pull-left.headerlink,.rst-content h4 .fa-pull-left.headerlink,.rst-content h5 .fa-pull-left.headerlink,.rst-content h6 .fa-pull-left.headerlink,.rst-content p .fa-pull-left.headerlink,.rst-content table>caption .fa-pull-left.headerlink,.rst-content tt.download span.fa-pull-left:first-child,.wy-menu-vertical li.current>a button.fa-pull-left.toctree-expand,.wy-menu-vertical li.on a button.fa-pull-left.toctree-expand,.wy-menu-vertical li button.fa-pull-left.toctree-expand{margin-right:.3em}.fa-pull-right.icon,.fa.fa-pull-right,.rst-content .code-block-caption .fa-pull-right.headerlink,.rst-content .eqno .fa-pull-right.headerlink,.rst-content .fa-pull-right.admonition-title,.rst-content code.download span.fa-pull-right:first-child,.rst-content dl dt .fa-pull-right.headerlink,.rst-content h1 .fa-pull-right.headerlink,.rst-content h2 .fa-pull-right.headerlink,.rst-content h3 .fa-pull-right.headerlink,.rst-content h4 .fa-pull-right.headerlink,.rst-content h5 .fa-pull-right.headerlink,.rst-content h6 .fa-pull-right.headerlink,.rst-content p .fa-pull-right.headerlink,.rst-content table>caption .fa-pull-right.headerlink,.rst-content tt.download span.fa-pull-right:first-child,.wy-menu-vertical li.current>a button.fa-pull-right.toctree-expand,.wy-menu-vertical li.on a button.fa-pull-right.toctree-expand,.wy-menu-vertical li button.fa-pull-right.toctree-expand{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left,.pull-left.icon,.rst-content .code-block-caption .pull-left.headerlink,.rst-content .eqno .pull-left.headerlink,.rst-content .pull-left.admonition-title,.rst-content code.download span.pull-left:first-child,.rst-content dl dt .pull-left.headerlink,.rst-content h1 .pull-left.headerlink,.rst-content h2 .pull-left.headerlink,.rst-content h3 .pull-left.headerlink,.rst-content h4 .pull-left.headerlink,.rst-content h5 .pull-left.headerlink,.rst-content h6 .pull-left.headerlink,.rst-content p .pull-left.headerlink,.rst-content table>caption .pull-left.headerlink,.rst-content tt.download span.pull-left:first-child,.wy-menu-vertical li.current>a button.pull-left.toctree-expand,.wy-menu-vertical li.on a button.pull-left.toctree-expand,.wy-menu-vertical li button.pull-left.toctree-expand{margin-right:.3em}.fa.pull-right,.pull-right.icon,.rst-content .code-block-caption .pull-right.headerlink,.rst-content .eqno .pull-right.headerlink,.rst-content .pull-right.admonition-title,.rst-content code.download span.pull-right:first-child,.rst-content dl dt .pull-right.headerlink,.rst-content h1 .pull-right.headerlink,.rst-content h2 .pull-right.headerlink,.rst-content h3 .pull-right.headerlink,.rst-content h4 .pull-right.headerlink,.rst-content h5 .pull-right.headerlink,.rst-content h6 .pull-right.headerlink,.rst-content p .pull-right.headerlink,.rst-content table>caption .pull-right.headerlink,.rst-content tt.download span.pull-right:first-child,.wy-menu-vertical li.current>a button.pull-right.toctree-expand,.wy-menu-vertical li.on a button.pull-right.toctree-expand,.wy-menu-vertical li button.pull-right.toctree-expand{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s linear infinite;animation:fa-spin 2s linear infinite}.fa-pulse{-webkit-animation:fa-spin 1s steps(8) infinite;animation:fa-spin 1s steps(8) infinite}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scaleX(-1);-ms-transform:scaleX(-1);transform:scaleX(-1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scaleY(-1);-ms-transform:scaleY(-1);transform:scaleY(-1)}:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:""}.fa-music:before{content:""}.fa-search:before,.icon-search:before{content:""}.fa-envelope-o:before{content:""}.fa-heart:before{content:""}.fa-star:before{content:""}.fa-star-o:before{content:""}.fa-user:before{content:""}.fa-film:before{content:""}.fa-th-large:before{content:""}.fa-th:before{content:""}.fa-th-list:before{content:""}.fa-check:before{content:""}.fa-close:before,.fa-remove:before,.fa-times:before{content:""}.fa-search-plus:before{content:""}.fa-search-minus:before{content:""}.fa-power-off:before{content:""}.fa-signal:before{content:""}.fa-cog:before,.fa-gear:before{content:""}.fa-trash-o:before{content:""}.fa-home:before,.icon-home:before{content:""}.fa-file-o:before{content:""}.fa-clock-o:before{content:""}.fa-road:before{content:""}.fa-download:before,.rst-content code.download span:first-child:before,.rst-content tt.download span:first-child:before{content:""}.fa-arrow-circle-o-down:before{content:""}.fa-arrow-circle-o-up:before{content:""}.fa-inbox:before{content:""}.fa-play-circle-o:before{content:""}.fa-repeat:before,.fa-rotate-right:before{content:""}.fa-refresh:before{content:""}.fa-list-alt:before{content:""}.fa-lock:before{content:""}.fa-flag:before{content:""}.fa-headphones:before{content:""}.fa-volume-off:before{content:""}.fa-volume-down:before{content:""}.fa-volume-up:before{content:""}.fa-qrcode:before{content:""}.fa-barcode:before{content:""}.fa-tag:before{content:""}.fa-tags:before{content:""}.fa-book:before,.icon-book:before{content:""}.fa-bookmark:before{content:""}.fa-print:before{content:""}.fa-camera:before{content:""}.fa-font:before{content:""}.fa-bold:before{content:""}.fa-italic:before{content:""}.fa-text-height:before{content:""}.fa-text-width:before{content:""}.fa-align-left:before{content:""}.fa-align-center:before{content:""}.fa-align-right:before{content:""}.fa-align-justify:before{content:""}.fa-list:before{content:""}.fa-dedent:before,.fa-outdent:before{content:""}.fa-indent:before{content:""}.fa-video-camera:before{content:""}.fa-image:before,.fa-photo:before,.fa-picture-o:before{content:""}.fa-pencil:before{content:""}.fa-map-marker:before{content:""}.fa-adjust:before{content:""}.fa-tint:before{content:""}.fa-edit:before,.fa-pencil-square-o:before{content:""}.fa-share-square-o:before{content:""}.fa-check-square-o:before{content:""}.fa-arrows:before{content:""}.fa-step-backward:before{content:""}.fa-fast-backward:before{content:""}.fa-backward:before{content:""}.fa-play:before{content:""}.fa-pause:before{content:""}.fa-stop:before{content:""}.fa-forward:before{content:""}.fa-fast-forward:before{content:""}.fa-step-forward:before{content:""}.fa-eject:before{content:""}.fa-chevron-left:before{content:""}.fa-chevron-right:before{content:""}.fa-plus-circle:before{content:""}.fa-minus-circle:before{content:""}.fa-times-circle:before,.wy-inline-validate.wy-inline-validate-danger .wy-input-context:before{content:""}.fa-check-circle:before,.wy-inline-validate.wy-inline-validate-success .wy-input-context:before{content:""}.fa-question-circle:before{content:""}.fa-info-circle:before{content:""}.fa-crosshairs:before{content:""}.fa-times-circle-o:before{content:""}.fa-check-circle-o:before{content:""}.fa-ban:before{content:""}.fa-arrow-left:before{content:""}.fa-arrow-right:before{content:""}.fa-arrow-up:before{content:""}.fa-arrow-down:before{content:""}.fa-mail-forward:before,.fa-share:before{content:""}.fa-expand:before{content:""}.fa-compress:before{content:""}.fa-plus:before{content:""}.fa-minus:before{content:""}.fa-asterisk:before{content:""}.fa-exclamation-circle:before,.rst-content .admonition-title:before,.wy-inline-validate.wy-inline-validate-info .wy-input-context:before,.wy-inline-validate.wy-inline-validate-warning .wy-input-context:before{content:""}.fa-gift:before{content:""}.fa-leaf:before{content:""}.fa-fire:before,.icon-fire:before{content:""}.fa-eye:before{content:""}.fa-eye-slash:before{content:""}.fa-exclamation-triangle:before,.fa-warning:before{content:""}.fa-plane:before{content:""}.fa-calendar:before{content:""}.fa-random:before{content:""}.fa-comment:before{content:""}.fa-magnet:before{content:""}.fa-chevron-up:before{content:""}.fa-chevron-down:before{content:""}.fa-retweet:before{content:""}.fa-shopping-cart:before{content:""}.fa-folder:before{content:""}.fa-folder-open:before{content:""}.fa-arrows-v:before{content:""}.fa-arrows-h:before{content:""}.fa-bar-chart-o:before,.fa-bar-chart:before{content:""}.fa-twitter-square:before{content:""}.fa-facebook-square:before{content:""}.fa-camera-retro:before{content:""}.fa-key:before{content:""}.fa-cogs:before,.fa-gears:before{content:""}.fa-comments:before{content:""}.fa-thumbs-o-up:before{content:""}.fa-thumbs-o-down:before{content:""}.fa-star-half:before{content:""}.fa-heart-o:before{content:""}.fa-sign-out:before{content:""}.fa-linkedin-square:before{content:""}.fa-thumb-tack:before{content:""}.fa-external-link:before{content:""}.fa-sign-in:before{content:""}.fa-trophy:before{content:""}.fa-github-square:before{content:""}.fa-upload:before{content:""}.fa-lemon-o:before{content:""}.fa-phone:before{content:""}.fa-square-o:before{content:""}.fa-bookmark-o:before{content:""}.fa-phone-square:before{content:""}.fa-twitter:before{content:""}.fa-facebook-f:before,.fa-facebook:before{content:""}.fa-github:before,.icon-github:before{content:""}.fa-unlock:before{content:""}.fa-credit-card:before{content:""}.fa-feed:before,.fa-rss:before{content:""}.fa-hdd-o:before{content:""}.fa-bullhorn:before{content:""}.fa-bell:before{content:""}.fa-certificate:before{content:""}.fa-hand-o-right:before{content:""}.fa-hand-o-left:before{content:""}.fa-hand-o-up:before{content:""}.fa-hand-o-down:before{content:""}.fa-arrow-circle-left:before,.icon-circle-arrow-left:before{content:""}.fa-arrow-circle-right:before,.icon-circle-arrow-right:before{content:""}.fa-arrow-circle-up:before{content:""}.fa-arrow-circle-down:before{content:""}.fa-globe:before{content:""}.fa-wrench:before{content:""}.fa-tasks:before{content:""}.fa-filter:before{content:""}.fa-briefcase:before{content:""}.fa-arrows-alt:before{content:""}.fa-group:before,.fa-users:before{content:""}.fa-chain:before,.fa-link:before,.icon-link:before{content:""}.fa-cloud:before{content:""}.fa-flask:before{content:""}.fa-cut:before,.fa-scissors:before{content:""}.fa-copy:before,.fa-files-o:before{content:""}.fa-paperclip:before{content:""}.fa-floppy-o:before,.fa-save:before{content:""}.fa-square:before{content:""}.fa-bars:before,.fa-navicon:before,.fa-reorder:before{content:""}.fa-list-ul:before{content:""}.fa-list-ol:before{content:""}.fa-strikethrough:before{content:""}.fa-underline:before{content:""}.fa-table:before{content:""}.fa-magic:before{content:""}.fa-truck:before{content:""}.fa-pinterest:before{content:""}.fa-pinterest-square:before{content:""}.fa-google-plus-square:before{content:""}.fa-google-plus:before{content:""}.fa-money:before{content:""}.fa-caret-down:before,.icon-caret-down:before,.wy-dropdown .caret:before{content:""}.fa-caret-up:before{content:""}.fa-caret-left:before{content:""}.fa-caret-right:before{content:""}.fa-columns:before{content:""}.fa-sort:before,.fa-unsorted:before{content:""}.fa-sort-desc:before,.fa-sort-down:before{content:""}.fa-sort-asc:before,.fa-sort-up:before{content:""}.fa-envelope:before{content:""}.fa-linkedin:before{content:""}.fa-rotate-left:before,.fa-undo:before{content:""}.fa-gavel:before,.fa-legal:before{content:""}.fa-dashboard:before,.fa-tachometer:before{content:""}.fa-comment-o:before{content:""}.fa-comments-o:before{content:""}.fa-bolt:before,.fa-flash:before{content:""}.fa-sitemap:before{content:""}.fa-umbrella:before{content:""}.fa-clipboard:before,.fa-paste:before{content:""}.fa-lightbulb-o:before{content:""}.fa-exchange:before{content:""}.fa-cloud-download:before{content:""}.fa-cloud-upload:before{content:""}.fa-user-md:before{content:""}.fa-stethoscope:before{content:""}.fa-suitcase:before{content:""}.fa-bell-o:before{content:""}.fa-coffee:before{content:""}.fa-cutlery:before{content:""}.fa-file-text-o:before{content:""}.fa-building-o:before{content:""}.fa-hospital-o:before{content:""}.fa-ambulance:before{content:""}.fa-medkit:before{content:""}.fa-fighter-jet:before{content:""}.fa-beer:before{content:""}.fa-h-square:before{content:""}.fa-plus-square:before{content:""}.fa-angle-double-left:before{content:""}.fa-angle-double-right:before{content:""}.fa-angle-double-up:before{content:""}.fa-angle-double-down:before{content:""}.fa-angle-left:before{content:""}.fa-angle-right:before{content:""}.fa-angle-up:before{content:""}.fa-angle-down:before{content:""}.fa-desktop:before{content:""}.fa-laptop:before{content:""}.fa-tablet:before{content:""}.fa-mobile-phone:before,.fa-mobile:before{content:""}.fa-circle-o:before{content:""}.fa-quote-left:before{content:""}.fa-quote-right:before{content:""}.fa-spinner:before{content:""}.fa-circle:before{content:""}.fa-mail-reply:before,.fa-reply:before{content:""}.fa-github-alt:before{content:""}.fa-folder-o:before{content:""}.fa-folder-open-o:before{content:""}.fa-smile-o:before{content:""}.fa-frown-o:before{content:""}.fa-meh-o:before{content:""}.fa-gamepad:before{content:""}.fa-keyboard-o:before{content:""}.fa-flag-o:before{content:""}.fa-flag-checkered:before{content:""}.fa-terminal:before{content:""}.fa-code:before{content:""}.fa-mail-reply-all:before,.fa-reply-all:before{content:""}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:""}.fa-location-arrow:before{content:""}.fa-crop:before{content:""}.fa-code-fork:before{content:""}.fa-chain-broken:before,.fa-unlink:before{content:""}.fa-question:before{content:""}.fa-info:before{content:""}.fa-exclamation:before{content:""}.fa-superscript:before{content:""}.fa-subscript:before{content:""}.fa-eraser:before{content:""}.fa-puzzle-piece:before{content:""}.fa-microphone:before{content:""}.fa-microphone-slash:before{content:""}.fa-shield:before{content:""}.fa-calendar-o:before{content:""}.fa-fire-extinguisher:before{content:""}.fa-rocket:before{content:""}.fa-maxcdn:before{content:""}.fa-chevron-circle-left:before{content:""}.fa-chevron-circle-right:before{content:""}.fa-chevron-circle-up:before{content:""}.fa-chevron-circle-down:before{content:""}.fa-html5:before{content:""}.fa-css3:before{content:""}.fa-anchor:before{content:""}.fa-unlock-alt:before{content:""}.fa-bullseye:before{content:""}.fa-ellipsis-h:before{content:""}.fa-ellipsis-v:before{content:""}.fa-rss-square:before{content:""}.fa-play-circle:before{content:""}.fa-ticket:before{content:""}.fa-minus-square:before{content:""}.fa-minus-square-o:before,.wy-menu-vertical li.current>a button.toctree-expand:before,.wy-menu-vertical li.on a button.toctree-expand:before{content:""}.fa-level-up:before{content:""}.fa-level-down:before{content:""}.fa-check-square:before{content:""}.fa-pencil-square:before{content:""}.fa-external-link-square:before{content:""}.fa-share-square:before{content:""}.fa-compass:before{content:""}.fa-caret-square-o-down:before,.fa-toggle-down:before{content:""}.fa-caret-square-o-up:before,.fa-toggle-up:before{content:""}.fa-caret-square-o-right:before,.fa-toggle-right:before{content:""}.fa-eur:before,.fa-euro:before{content:""}.fa-gbp:before{content:""}.fa-dollar:before,.fa-usd:before{content:""}.fa-inr:before,.fa-rupee:before{content:""}.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen:before{content:""}.fa-rouble:before,.fa-rub:before,.fa-ruble:before{content:""}.fa-krw:before,.fa-won:before{content:""}.fa-bitcoin:before,.fa-btc:before{content:""}.fa-file:before{content:""}.fa-file-text:before{content:""}.fa-sort-alpha-asc:before{content:""}.fa-sort-alpha-desc:before{content:""}.fa-sort-amount-asc:before{content:""}.fa-sort-amount-desc:before{content:""}.fa-sort-numeric-asc:before{content:""}.fa-sort-numeric-desc:before{content:""}.fa-thumbs-up:before{content:""}.fa-thumbs-down:before{content:""}.fa-youtube-square:before{content:""}.fa-youtube:before{content:""}.fa-xing:before{content:""}.fa-xing-square:before{content:""}.fa-youtube-play:before{content:""}.fa-dropbox:before{content:""}.fa-stack-overflow:before{content:""}.fa-instagram:before{content:""}.fa-flickr:before{content:""}.fa-adn:before{content:""}.fa-bitbucket:before,.icon-bitbucket:before{content:""}.fa-bitbucket-square:before{content:""}.fa-tumblr:before{content:""}.fa-tumblr-square:before{content:""}.fa-long-arrow-down:before{content:""}.fa-long-arrow-up:before{content:""}.fa-long-arrow-left:before{content:""}.fa-long-arrow-right:before{content:""}.fa-apple:before{content:""}.fa-windows:before{content:""}.fa-android:before{content:""}.fa-linux:before{content:""}.fa-dribbble:before{content:""}.fa-skype:before{content:""}.fa-foursquare:before{content:""}.fa-trello:before{content:""}.fa-female:before{content:""}.fa-male:before{content:""}.fa-gittip:before,.fa-gratipay:before{content:""}.fa-sun-o:before{content:""}.fa-moon-o:before{content:""}.fa-archive:before{content:""}.fa-bug:before{content:""}.fa-vk:before{content:""}.fa-weibo:before{content:""}.fa-renren:before{content:""}.fa-pagelines:before{content:""}.fa-stack-exchange:before{content:""}.fa-arrow-circle-o-right:before{content:""}.fa-arrow-circle-o-left:before{content:""}.fa-caret-square-o-left:before,.fa-toggle-left:before{content:""}.fa-dot-circle-o:before{content:""}.fa-wheelchair:before{content:""}.fa-vimeo-square:before{content:""}.fa-try:before,.fa-turkish-lira:before{content:""}.fa-plus-square-o:before,.wy-menu-vertical li button.toctree-expand:before{content:""}.fa-space-shuttle:before{content:""}.fa-slack:before{content:""}.fa-envelope-square:before{content:""}.fa-wordpress:before{content:""}.fa-openid:before{content:""}.fa-bank:before,.fa-institution:before,.fa-university:before{content:""}.fa-graduation-cap:before,.fa-mortar-board:before{content:""}.fa-yahoo:before{content:""}.fa-google:before{content:""}.fa-reddit:before{content:""}.fa-reddit-square:before{content:""}.fa-stumbleupon-circle:before{content:""}.fa-stumbleupon:before{content:""}.fa-delicious:before{content:""}.fa-digg:before{content:""}.fa-pied-piper-pp:before{content:""}.fa-pied-piper-alt:before{content:""}.fa-drupal:before{content:""}.fa-joomla:before{content:""}.fa-language:before{content:""}.fa-fax:before{content:""}.fa-building:before{content:""}.fa-child:before{content:""}.fa-paw:before{content:""}.fa-spoon:before{content:""}.fa-cube:before{content:""}.fa-cubes:before{content:""}.fa-behance:before{content:""}.fa-behance-square:before{content:""}.fa-steam:before{content:""}.fa-steam-square:before{content:""}.fa-recycle:before{content:""}.fa-automobile:before,.fa-car:before{content:""}.fa-cab:before,.fa-taxi:before{content:""}.fa-tree:before{content:""}.fa-spotify:before{content:""}.fa-deviantart:before{content:""}.fa-soundcloud:before{content:""}.fa-database:before{content:""}.fa-file-pdf-o:before{content:""}.fa-file-word-o:before{content:""}.fa-file-excel-o:before{content:""}.fa-file-powerpoint-o:before{content:""}.fa-file-image-o:before,.fa-file-photo-o:before,.fa-file-picture-o:before{content:""}.fa-file-archive-o:before,.fa-file-zip-o:before{content:""}.fa-file-audio-o:before,.fa-file-sound-o:before{content:""}.fa-file-movie-o:before,.fa-file-video-o:before{content:""}.fa-file-code-o:before{content:""}.fa-vine:before{content:""}.fa-codepen:before{content:""}.fa-jsfiddle:before{content:""}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-ring:before,.fa-life-saver:before,.fa-support:before{content:""}.fa-circle-o-notch:before{content:""}.fa-ra:before,.fa-rebel:before,.fa-resistance:before{content:""}.fa-empire:before,.fa-ge:before{content:""}.fa-git-square:before{content:""}.fa-git:before{content:""}.fa-hacker-news:before,.fa-y-combinator-square:before,.fa-yc-square:before{content:""}.fa-tencent-weibo:before{content:""}.fa-qq:before{content:""}.fa-wechat:before,.fa-weixin:before{content:""}.fa-paper-plane:before,.fa-send:before{content:""}.fa-paper-plane-o:before,.fa-send-o:before{content:""}.fa-history:before{content:""}.fa-circle-thin:before{content:""}.fa-header:before{content:""}.fa-paragraph:before{content:""}.fa-sliders:before{content:""}.fa-share-alt:before{content:""}.fa-share-alt-square:before{content:""}.fa-bomb:before{content:""}.fa-futbol-o:before,.fa-soccer-ball-o:before{content:""}.fa-tty:before{content:""}.fa-binoculars:before{content:""}.fa-plug:before{content:""}.fa-slideshare:before{content:""}.fa-twitch:before{content:""}.fa-yelp:before{content:""}.fa-newspaper-o:before{content:""}.fa-wifi:before{content:""}.fa-calculator:before{content:""}.fa-paypal:before{content:""}.fa-google-wallet:before{content:""}.fa-cc-visa:before{content:""}.fa-cc-mastercard:before{content:""}.fa-cc-discover:before{content:""}.fa-cc-amex:before{content:""}.fa-cc-paypal:before{content:""}.fa-cc-stripe:before{content:""}.fa-bell-slash:before{content:""}.fa-bell-slash-o:before{content:""}.fa-trash:before{content:""}.fa-copyright:before{content:""}.fa-at:before{content:""}.fa-eyedropper:before{content:""}.fa-paint-brush:before{content:""}.fa-birthday-cake:before{content:""}.fa-area-chart:before{content:""}.fa-pie-chart:before{content:""}.fa-line-chart:before{content:""}.fa-lastfm:before{content:""}.fa-lastfm-square:before{content:""}.fa-toggle-off:before{content:""}.fa-toggle-on:before{content:""}.fa-bicycle:before{content:""}.fa-bus:before{content:""}.fa-ioxhost:before{content:""}.fa-angellist:before{content:""}.fa-cc:before{content:""}.fa-ils:before,.fa-shekel:before,.fa-sheqel:before{content:""}.fa-meanpath:before{content:""}.fa-buysellads:before{content:""}.fa-connectdevelop:before{content:""}.fa-dashcube:before{content:""}.fa-forumbee:before{content:""}.fa-leanpub:before{content:""}.fa-sellsy:before{content:""}.fa-shirtsinbulk:before{content:""}.fa-simplybuilt:before{content:""}.fa-skyatlas:before{content:""}.fa-cart-plus:before{content:""}.fa-cart-arrow-down:before{content:""}.fa-diamond:before{content:""}.fa-ship:before{content:""}.fa-user-secret:before{content:""}.fa-motorcycle:before{content:""}.fa-street-view:before{content:""}.fa-heartbeat:before{content:""}.fa-venus:before{content:""}.fa-mars:before{content:""}.fa-mercury:before{content:""}.fa-intersex:before,.fa-transgender:before{content:""}.fa-transgender-alt:before{content:""}.fa-venus-double:before{content:""}.fa-mars-double:before{content:""}.fa-venus-mars:before{content:""}.fa-mars-stroke:before{content:""}.fa-mars-stroke-v:before{content:""}.fa-mars-stroke-h:before{content:""}.fa-neuter:before{content:""}.fa-genderless:before{content:""}.fa-facebook-official:before{content:""}.fa-pinterest-p:before{content:""}.fa-whatsapp:before{content:""}.fa-server:before{content:""}.fa-user-plus:before{content:""}.fa-user-times:before{content:""}.fa-bed:before,.fa-hotel:before{content:""}.fa-viacoin:before{content:""}.fa-train:before{content:""}.fa-subway:before{content:""}.fa-medium:before{content:""}.fa-y-combinator:before,.fa-yc:before{content:""}.fa-optin-monster:before{content:""}.fa-opencart:before{content:""}.fa-expeditedssl:before{content:""}.fa-battery-4:before,.fa-battery-full:before,.fa-battery:before{content:""}.fa-battery-3:before,.fa-battery-three-quarters:before{content:""}.fa-battery-2:before,.fa-battery-half:before{content:""}.fa-battery-1:before,.fa-battery-quarter:before{content:""}.fa-battery-0:before,.fa-battery-empty:before{content:""}.fa-mouse-pointer:before{content:""}.fa-i-cursor:before{content:""}.fa-object-group:before{content:""}.fa-object-ungroup:before{content:""}.fa-sticky-note:before{content:""}.fa-sticky-note-o:before{content:""}.fa-cc-jcb:before{content:""}.fa-cc-diners-club:before{content:""}.fa-clone:before{content:""}.fa-balance-scale:before{content:""}.fa-hourglass-o:before{content:""}.fa-hourglass-1:before,.fa-hourglass-start:before{content:""}.fa-hourglass-2:before,.fa-hourglass-half:before{content:""}.fa-hourglass-3:before,.fa-hourglass-end:before{content:""}.fa-hourglass:before{content:""}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:""}.fa-hand-paper-o:before,.fa-hand-stop-o:before{content:""}.fa-hand-scissors-o:before{content:""}.fa-hand-lizard-o:before{content:""}.fa-hand-spock-o:before{content:""}.fa-hand-pointer-o:before{content:""}.fa-hand-peace-o:before{content:""}.fa-trademark:before{content:""}.fa-registered:before{content:""}.fa-creative-commons:before{content:""}.fa-gg:before{content:""}.fa-gg-circle:before{content:""}.fa-tripadvisor:before{content:""}.fa-odnoklassniki:before{content:""}.fa-odnoklassniki-square:before{content:""}.fa-get-pocket:before{content:""}.fa-wikipedia-w:before{content:""}.fa-safari:before{content:""}.fa-chrome:before{content:""}.fa-firefox:before{content:""}.fa-opera:before{content:""}.fa-internet-explorer:before{content:""}.fa-television:before,.fa-tv:before{content:""}.fa-contao:before{content:""}.fa-500px:before{content:""}.fa-amazon:before{content:""}.fa-calendar-plus-o:before{content:""}.fa-calendar-minus-o:before{content:""}.fa-calendar-times-o:before{content:""}.fa-calendar-check-o:before{content:""}.fa-industry:before{content:""}.fa-map-pin:before{content:""}.fa-map-signs:before{content:""}.fa-map-o:before{content:""}.fa-map:before{content:""}.fa-commenting:before{content:""}.fa-commenting-o:before{content:""}.fa-houzz:before{content:""}.fa-vimeo:before{content:""}.fa-black-tie:before{content:""}.fa-fonticons:before{content:""}.fa-reddit-alien:before{content:""}.fa-edge:before{content:""}.fa-credit-card-alt:before{content:""}.fa-codiepie:before{content:""}.fa-modx:before{content:""}.fa-fort-awesome:before{content:""}.fa-usb:before{content:""}.fa-product-hunt:before{content:""}.fa-mixcloud:before{content:""}.fa-scribd:before{content:""}.fa-pause-circle:before{content:""}.fa-pause-circle-o:before{content:""}.fa-stop-circle:before{content:""}.fa-stop-circle-o:before{content:""}.fa-shopping-bag:before{content:""}.fa-shopping-basket:before{content:""}.fa-hashtag:before{content:""}.fa-bluetooth:before{content:""}.fa-bluetooth-b:before{content:""}.fa-percent:before{content:""}.fa-gitlab:before,.icon-gitlab:before{content:""}.fa-wpbeginner:before{content:""}.fa-wpforms:before{content:""}.fa-envira:before{content:""}.fa-universal-access:before{content:""}.fa-wheelchair-alt:before{content:""}.fa-question-circle-o:before{content:""}.fa-blind:before{content:""}.fa-audio-description:before{content:""}.fa-volume-control-phone:before{content:""}.fa-braille:before{content:""}.fa-assistive-listening-systems:before{content:""}.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before{content:""}.fa-deaf:before,.fa-deafness:before,.fa-hard-of-hearing:before{content:""}.fa-glide:before{content:""}.fa-glide-g:before{content:""}.fa-sign-language:before,.fa-signing:before{content:""}.fa-low-vision:before{content:""}.fa-viadeo:before{content:""}.fa-viadeo-square:before{content:""}.fa-snapchat:before{content:""}.fa-snapchat-ghost:before{content:""}.fa-snapchat-square:before{content:""}.fa-pied-piper:before{content:""}.fa-first-order:before{content:""}.fa-yoast:before{content:""}.fa-themeisle:before{content:""}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:""}.fa-fa:before,.fa-font-awesome:before{content:""}.fa-handshake-o:before{content:""}.fa-envelope-open:before{content:""}.fa-envelope-open-o:before{content:""}.fa-linode:before{content:""}.fa-address-book:before{content:""}.fa-address-book-o:before{content:""}.fa-address-card:before,.fa-vcard:before{content:""}.fa-address-card-o:before,.fa-vcard-o:before{content:""}.fa-user-circle:before{content:""}.fa-user-circle-o:before{content:""}.fa-user-o:before{content:""}.fa-id-badge:before{content:""}.fa-drivers-license:before,.fa-id-card:before{content:""}.fa-drivers-license-o:before,.fa-id-card-o:before{content:""}.fa-quora:before{content:""}.fa-free-code-camp:before{content:""}.fa-telegram:before{content:""}.fa-thermometer-4:before,.fa-thermometer-full:before,.fa-thermometer:before{content:""}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:""}.fa-thermometer-2:before,.fa-thermometer-half:before{content:""}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:""}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:""}.fa-shower:before{content:""}.fa-bath:before,.fa-bathtub:before,.fa-s15:before{content:""}.fa-podcast:before{content:""}.fa-window-maximize:before{content:""}.fa-window-minimize:before{content:""}.fa-window-restore:before{content:""}.fa-times-rectangle:before,.fa-window-close:before{content:""}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:""}.fa-bandcamp:before{content:""}.fa-grav:before{content:""}.fa-etsy:before{content:""}.fa-imdb:before{content:""}.fa-ravelry:before{content:""}.fa-eercast:before{content:""}.fa-microchip:before{content:""}.fa-snowflake-o:before{content:""}.fa-superpowers:before{content:""}.fa-wpexplorer:before{content:""}.fa-meetup:before{content:""}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}.fa,.icon,.rst-content .admonition-title,.rst-content .code-block-caption .headerlink,.rst-content .eqno .headerlink,.rst-content code.download span:first-child,.rst-content dl dt .headerlink,.rst-content h1 .headerlink,.rst-content h2 .headerlink,.rst-content h3 .headerlink,.rst-content h4 .headerlink,.rst-content h5 .headerlink,.rst-content h6 .headerlink,.rst-content p.caption .headerlink,.rst-content p .headerlink,.rst-content table>caption .headerlink,.rst-content tt.download span:first-child,.wy-dropdown .caret,.wy-inline-validate.wy-inline-validate-danger .wy-input-context,.wy-inline-validate.wy-inline-validate-info .wy-input-context,.wy-inline-validate.wy-inline-validate-success .wy-input-context,.wy-inline-validate.wy-inline-validate-warning .wy-input-context,.wy-menu-vertical li.current>a button.toctree-expand,.wy-menu-vertical li.on a button.toctree-expand,.wy-menu-vertical li button.toctree-expand{font-family:inherit}.fa:before,.icon:before,.rst-content .admonition-title:before,.rst-content .code-block-caption .headerlink:before,.rst-content .eqno .headerlink:before,.rst-content code.download span:first-child:before,.rst-content dl dt .headerlink:before,.rst-content h1 .headerlink:before,.rst-content h2 .headerlink:before,.rst-content h3 .headerlink:before,.rst-content h4 .headerlink:before,.rst-content h5 .headerlink:before,.rst-content h6 .headerlink:before,.rst-content p.caption .headerlink:before,.rst-content p .headerlink:before,.rst-content table>caption .headerlink:before,.rst-content tt.download span:first-child:before,.wy-dropdown .caret:before,.wy-inline-validate.wy-inline-validate-danger .wy-input-context:before,.wy-inline-validate.wy-inline-validate-info .wy-input-context:before,.wy-inline-validate.wy-inline-validate-success .wy-input-context:before,.wy-inline-validate.wy-inline-validate-warning .wy-input-context:before,.wy-menu-vertical li.current>a button.toctree-expand:before,.wy-menu-vertical li.on a button.toctree-expand:before,.wy-menu-vertical li button.toctree-expand:before{font-family:FontAwesome;display:inline-block;font-style:normal;font-weight:400;line-height:1;text-decoration:inherit}.rst-content .code-block-caption a .headerlink,.rst-content .eqno a .headerlink,.rst-content a .admonition-title,.rst-content code.download a span:first-child,.rst-content dl dt a .headerlink,.rst-content h1 a .headerlink,.rst-content h2 a .headerlink,.rst-content h3 a .headerlink,.rst-content h4 a .headerlink,.rst-content h5 a .headerlink,.rst-content h6 a .headerlink,.rst-content p.caption a .headerlink,.rst-content p a .headerlink,.rst-content table>caption a .headerlink,.rst-content tt.download a span:first-child,.wy-menu-vertical li.current>a button.toctree-expand,.wy-menu-vertical li.on a button.toctree-expand,.wy-menu-vertical li a button.toctree-expand,a .fa,a .icon,a .rst-content .admonition-title,a .rst-content .code-block-caption .headerlink,a .rst-content .eqno .headerlink,a .rst-content code.download span:first-child,a .rst-content dl dt .headerlink,a .rst-content h1 .headerlink,a .rst-content h2 .headerlink,a .rst-content h3 .headerlink,a .rst-content h4 .headerlink,a .rst-content h5 .headerlink,a .rst-content h6 .headerlink,a .rst-content p.caption .headerlink,a .rst-content p .headerlink,a .rst-content table>caption .headerlink,a .rst-content tt.download span:first-child,a .wy-menu-vertical li button.toctree-expand{display:inline-block;text-decoration:inherit}.btn .fa,.btn .icon,.btn .rst-content .admonition-title,.btn .rst-content .code-block-caption .headerlink,.btn .rst-content .eqno .headerlink,.btn .rst-content code.download span:first-child,.btn .rst-content dl dt .headerlink,.btn .rst-content h1 .headerlink,.btn .rst-content h2 .headerlink,.btn .rst-content h3 .headerlink,.btn .rst-content h4 .headerlink,.btn .rst-content h5 .headerlink,.btn .rst-content h6 .headerlink,.btn .rst-content p .headerlink,.btn .rst-content table>caption .headerlink,.btn .rst-content tt.download span:first-child,.btn .wy-menu-vertical li.current>a button.toctree-expand,.btn .wy-menu-vertical li.on a button.toctree-expand,.btn .wy-menu-vertical li button.toctree-expand,.nav .fa,.nav .icon,.nav .rst-content .admonition-title,.nav .rst-content .code-block-caption .headerlink,.nav .rst-content .eqno .headerlink,.nav .rst-content code.download span:first-child,.nav .rst-content dl dt .headerlink,.nav .rst-content h1 .headerlink,.nav .rst-content h2 .headerlink,.nav .rst-content h3 .headerlink,.nav .rst-content h4 .headerlink,.nav .rst-content h5 .headerlink,.nav .rst-content h6 .headerlink,.nav .rst-content p .headerlink,.nav .rst-content table>caption .headerlink,.nav .rst-content tt.download span:first-child,.nav .wy-menu-vertical li.current>a button.toctree-expand,.nav .wy-menu-vertical li.on a button.toctree-expand,.nav .wy-menu-vertical li button.toctree-expand,.rst-content .btn .admonition-title,.rst-content .code-block-caption .btn .headerlink,.rst-content .code-block-caption .nav .headerlink,.rst-content .eqno .btn .headerlink,.rst-content .eqno .nav .headerlink,.rst-content .nav .admonition-title,.rst-content code.download .btn span:first-child,.rst-content code.download .nav span:first-child,.rst-content dl dt .btn .headerlink,.rst-content dl dt .nav .headerlink,.rst-content h1 .btn .headerlink,.rst-content h1 .nav .headerlink,.rst-content h2 .btn .headerlink,.rst-content h2 .nav .headerlink,.rst-content h3 .btn .headerlink,.rst-content h3 .nav .headerlink,.rst-content h4 .btn .headerlink,.rst-content h4 .nav .headerlink,.rst-content h5 .btn .headerlink,.rst-content h5 .nav .headerlink,.rst-content h6 .btn .headerlink,.rst-content h6 .nav .headerlink,.rst-content p .btn .headerlink,.rst-content p .nav .headerlink,.rst-content table>caption .btn .headerlink,.rst-content table>caption .nav .headerlink,.rst-content tt.download .btn span:first-child,.rst-content tt.download .nav span:first-child,.wy-menu-vertical li .btn button.toctree-expand,.wy-menu-vertical li.current>a .btn button.toctree-expand,.wy-menu-vertical li.current>a .nav button.toctree-expand,.wy-menu-vertical li .nav button.toctree-expand,.wy-menu-vertical li.on a .btn button.toctree-expand,.wy-menu-vertical li.on a .nav button.toctree-expand{display:inline}.btn .fa-large.icon,.btn .fa.fa-large,.btn .rst-content .code-block-caption .fa-large.headerlink,.btn .rst-content .eqno .fa-large.headerlink,.btn .rst-content .fa-large.admonition-title,.btn .rst-content code.download span.fa-large:first-child,.btn .rst-content dl dt .fa-large.headerlink,.btn .rst-content h1 .fa-large.headerlink,.btn .rst-content h2 .fa-large.headerlink,.btn .rst-content h3 .fa-large.headerlink,.btn .rst-content h4 .fa-large.headerlink,.btn .rst-content h5 .fa-large.headerlink,.btn .rst-content h6 .fa-large.headerlink,.btn .rst-content p .fa-large.headerlink,.btn .rst-content table>caption .fa-large.headerlink,.btn .rst-content tt.download span.fa-large:first-child,.btn .wy-menu-vertical li button.fa-large.toctree-expand,.nav .fa-large.icon,.nav .fa.fa-large,.nav .rst-content .code-block-caption .fa-large.headerlink,.nav .rst-content .eqno .fa-large.headerlink,.nav .rst-content .fa-large.admonition-title,.nav .rst-content code.download span.fa-large:first-child,.nav .rst-content dl dt .fa-large.headerlink,.nav .rst-content h1 .fa-large.headerlink,.nav .rst-content h2 .fa-large.headerlink,.nav .rst-content h3 .fa-large.headerlink,.nav .rst-content h4 .fa-large.headerlink,.nav .rst-content h5 .fa-large.headerlink,.nav .rst-content h6 .fa-large.headerlink,.nav .rst-content p .fa-large.headerlink,.nav .rst-content table>caption .fa-large.headerlink,.nav .rst-content tt.download span.fa-large:first-child,.nav .wy-menu-vertical li button.fa-large.toctree-expand,.rst-content .btn .fa-large.admonition-title,.rst-content .code-block-caption .btn .fa-large.headerlink,.rst-content .code-block-caption .nav .fa-large.headerlink,.rst-content .eqno .btn .fa-large.headerlink,.rst-content .eqno .nav .fa-large.headerlink,.rst-content .nav .fa-large.admonition-title,.rst-content code.download .btn span.fa-large:first-child,.rst-content code.download .nav span.fa-large:first-child,.rst-content dl dt .btn .fa-large.headerlink,.rst-content dl dt .nav .fa-large.headerlink,.rst-content h1 .btn .fa-large.headerlink,.rst-content h1 .nav .fa-large.headerlink,.rst-content h2 .btn .fa-large.headerlink,.rst-content h2 .nav .fa-large.headerlink,.rst-content h3 .btn .fa-large.headerlink,.rst-content h3 .nav .fa-large.headerlink,.rst-content h4 .btn .fa-large.headerlink,.rst-content h4 .nav .fa-large.headerlink,.rst-content h5 .btn .fa-large.headerlink,.rst-content h5 .nav .fa-large.headerlink,.rst-content h6 .btn .fa-large.headerlink,.rst-content h6 .nav .fa-large.headerlink,.rst-content p .btn .fa-large.headerlink,.rst-content p .nav .fa-large.headerlink,.rst-content table>caption .btn .fa-large.headerlink,.rst-content table>caption .nav .fa-large.headerlink,.rst-content tt.download .btn span.fa-large:first-child,.rst-content tt.download .nav span.fa-large:first-child,.wy-menu-vertical li .btn button.fa-large.toctree-expand,.wy-menu-vertical li .nav button.fa-large.toctree-expand{line-height:.9em}.btn .fa-spin.icon,.btn .fa.fa-spin,.btn .rst-content .code-block-caption .fa-spin.headerlink,.btn .rst-content .eqno .fa-spin.headerlink,.btn .rst-content .fa-spin.admonition-title,.btn .rst-content code.download span.fa-spin:first-child,.btn .rst-content dl dt .fa-spin.headerlink,.btn .rst-content h1 .fa-spin.headerlink,.btn .rst-content h2 .fa-spin.headerlink,.btn .rst-content h3 .fa-spin.headerlink,.btn .rst-content h4 .fa-spin.headerlink,.btn .rst-content h5 .fa-spin.headerlink,.btn .rst-content h6 .fa-spin.headerlink,.btn .rst-content p .fa-spin.headerlink,.btn .rst-content table>caption .fa-spin.headerlink,.btn .rst-content tt.download span.fa-spin:first-child,.btn .wy-menu-vertical li button.fa-spin.toctree-expand,.nav .fa-spin.icon,.nav .fa.fa-spin,.nav .rst-content .code-block-caption .fa-spin.headerlink,.nav .rst-content .eqno .fa-spin.headerlink,.nav .rst-content .fa-spin.admonition-title,.nav .rst-content code.download span.fa-spin:first-child,.nav .rst-content dl dt .fa-spin.headerlink,.nav .rst-content h1 .fa-spin.headerlink,.nav .rst-content h2 .fa-spin.headerlink,.nav .rst-content h3 .fa-spin.headerlink,.nav .rst-content h4 .fa-spin.headerlink,.nav .rst-content h5 .fa-spin.headerlink,.nav .rst-content h6 .fa-spin.headerlink,.nav .rst-content p .fa-spin.headerlink,.nav .rst-content table>caption .fa-spin.headerlink,.nav .rst-content tt.download span.fa-spin:first-child,.nav .wy-menu-vertical li button.fa-spin.toctree-expand,.rst-content .btn .fa-spin.admonition-title,.rst-content .code-block-caption .btn .fa-spin.headerlink,.rst-content .code-block-caption .nav .fa-spin.headerlink,.rst-content .eqno .btn .fa-spin.headerlink,.rst-content .eqno .nav .fa-spin.headerlink,.rst-content .nav .fa-spin.admonition-title,.rst-content code.download .btn span.fa-spin:first-child,.rst-content code.download .nav span.fa-spin:first-child,.rst-content dl dt .btn .fa-spin.headerlink,.rst-content dl dt .nav .fa-spin.headerlink,.rst-content h1 .btn .fa-spin.headerlink,.rst-content h1 .nav .fa-spin.headerlink,.rst-content h2 .btn .fa-spin.headerlink,.rst-content h2 .nav .fa-spin.headerlink,.rst-content h3 .btn .fa-spin.headerlink,.rst-content h3 .nav .fa-spin.headerlink,.rst-content h4 .btn .fa-spin.headerlink,.rst-content h4 .nav .fa-spin.headerlink,.rst-content h5 .btn .fa-spin.headerlink,.rst-content h5 .nav .fa-spin.headerlink,.rst-content h6 .btn .fa-spin.headerlink,.rst-content h6 .nav .fa-spin.headerlink,.rst-content p .btn .fa-spin.headerlink,.rst-content p .nav .fa-spin.headerlink,.rst-content table>caption .btn .fa-spin.headerlink,.rst-content table>caption .nav .fa-spin.headerlink,.rst-content tt.download .btn span.fa-spin:first-child,.rst-content tt.download .nav span.fa-spin:first-child,.wy-menu-vertical li .btn button.fa-spin.toctree-expand,.wy-menu-vertical li .nav button.fa-spin.toctree-expand{display:inline-block}.btn.fa:before,.btn.icon:before,.rst-content .btn.admonition-title:before,.rst-content .code-block-caption .btn.headerlink:before,.rst-content .eqno .btn.headerlink:before,.rst-content code.download span.btn:first-child:before,.rst-content dl dt .btn.headerlink:before,.rst-content h1 .btn.headerlink:before,.rst-content h2 .btn.headerlink:before,.rst-content h3 .btn.headerlink:before,.rst-content h4 .btn.headerlink:before,.rst-content h5 .btn.headerlink:before,.rst-content h6 .btn.headerlink:before,.rst-content p .btn.headerlink:before,.rst-content table>caption .btn.headerlink:before,.rst-content tt.download span.btn:first-child:before,.wy-menu-vertical li button.btn.toctree-expand:before{opacity:.5;-webkit-transition:opacity .05s ease-in;-moz-transition:opacity .05s ease-in;transition:opacity .05s ease-in}.btn.fa:hover:before,.btn.icon:hover:before,.rst-content .btn.admonition-title:hover:before,.rst-content .code-block-caption .btn.headerlink:hover:before,.rst-content .eqno .btn.headerlink:hover:before,.rst-content code.download span.btn:first-child:hover:before,.rst-content dl dt .btn.headerlink:hover:before,.rst-content h1 .btn.headerlink:hover:before,.rst-content h2 .btn.headerlink:hover:before,.rst-content h3 .btn.headerlink:hover:before,.rst-content h4 .btn.headerlink:hover:before,.rst-content h5 .btn.headerlink:hover:before,.rst-content h6 .btn.headerlink:hover:before,.rst-content p .btn.headerlink:hover:before,.rst-content table>caption .btn.headerlink:hover:before,.rst-content tt.download span.btn:first-child:hover:before,.wy-menu-vertical li button.btn.toctree-expand:hover:before{opacity:1}.btn-mini .fa:before,.btn-mini .icon:before,.btn-mini .rst-content .admonition-title:before,.btn-mini .rst-content .code-block-caption .headerlink:before,.btn-mini .rst-content .eqno .headerlink:before,.btn-mini .rst-content code.download span:first-child:before,.btn-mini .rst-content dl dt .headerlink:before,.btn-mini .rst-content h1 .headerlink:before,.btn-mini .rst-content h2 .headerlink:before,.btn-mini .rst-content h3 .headerlink:before,.btn-mini .rst-content h4 .headerlink:before,.btn-mini .rst-content h5 .headerlink:before,.btn-mini .rst-content h6 .headerlink:before,.btn-mini .rst-content p .headerlink:before,.btn-mini .rst-content table>caption .headerlink:before,.btn-mini .rst-content tt.download span:first-child:before,.btn-mini .wy-menu-vertical li button.toctree-expand:before,.rst-content .btn-mini .admonition-title:before,.rst-content .code-block-caption .btn-mini .headerlink:before,.rst-content .eqno .btn-mini .headerlink:before,.rst-content code.download .btn-mini span:first-child:before,.rst-content dl dt .btn-mini .headerlink:before,.rst-content h1 .btn-mini .headerlink:before,.rst-content h2 .btn-mini .headerlink:before,.rst-content h3 .btn-mini .headerlink:before,.rst-content h4 .btn-mini .headerlink:before,.rst-content h5 .btn-mini .headerlink:before,.rst-content h6 .btn-mini .headerlink:before,.rst-content p .btn-mini .headerlink:before,.rst-content table>caption .btn-mini .headerlink:before,.rst-content tt.download .btn-mini span:first-child:before,.wy-menu-vertical li .btn-mini button.toctree-expand:before{font-size:14px;vertical-align:-15%}.rst-content .admonition,.rst-content .admonition-todo,.rst-content .attention,.rst-content .caution,.rst-content .danger,.rst-content .error,.rst-content .hint,.rst-content .important,.rst-content .note,.rst-content .seealso,.rst-content .tip,.rst-content .warning,.wy-alert{padding:12px;line-height:24px;margin-bottom:24px;background:#e7f2fa}.rst-content .admonition-title,.wy-alert-title{font-weight:700;display:block;color:#fff;background:#6ab0de;padding:6px 12px;margin:-12px -12px 12px}.rst-content .danger,.rst-content .error,.rst-content .wy-alert-danger.admonition,.rst-content .wy-alert-danger.admonition-todo,.rst-content .wy-alert-danger.attention,.rst-content .wy-alert-danger.caution,.rst-content .wy-alert-danger.hint,.rst-content .wy-alert-danger.important,.rst-content .wy-alert-danger.note,.rst-content .wy-alert-danger.seealso,.rst-content .wy-alert-danger.tip,.rst-content .wy-alert-danger.warning,.wy-alert.wy-alert-danger{background:#fdf3f2}.rst-content .danger .admonition-title,.rst-content .danger .wy-alert-title,.rst-content .error .admonition-title,.rst-content .error .wy-alert-title,.rst-content .wy-alert-danger.admonition-todo .admonition-title,.rst-content .wy-alert-danger.admonition-todo .wy-alert-title,.rst-content .wy-alert-danger.admonition .admonition-title,.rst-content .wy-alert-danger.admonition .wy-alert-title,.rst-content .wy-alert-danger.attention .admonition-title,.rst-content .wy-alert-danger.attention .wy-alert-title,.rst-content .wy-alert-danger.caution .admonition-title,.rst-content .wy-alert-danger.caution .wy-alert-title,.rst-content .wy-alert-danger.hint .admonition-title,.rst-content .wy-alert-danger.hint .wy-alert-title,.rst-content .wy-alert-danger.important .admonition-title,.rst-content .wy-alert-danger.important .wy-alert-title,.rst-content .wy-alert-danger.note .admonition-title,.rst-content .wy-alert-danger.note .wy-alert-title,.rst-content .wy-alert-danger.seealso .admonition-title,.rst-content .wy-alert-danger.seealso .wy-alert-title,.rst-content .wy-alert-danger.tip .admonition-title,.rst-content .wy-alert-danger.tip .wy-alert-title,.rst-content .wy-alert-danger.warning .admonition-title,.rst-content .wy-alert-danger.warning .wy-alert-title,.rst-content .wy-alert.wy-alert-danger .admonition-title,.wy-alert.wy-alert-danger .rst-content .admonition-title,.wy-alert.wy-alert-danger .wy-alert-title{background:#f29f97}.rst-content .admonition-todo,.rst-content .attention,.rst-content .caution,.rst-content .warning,.rst-content .wy-alert-warning.admonition,.rst-content .wy-alert-warning.danger,.rst-content .wy-alert-warning.error,.rst-content .wy-alert-warning.hint,.rst-content .wy-alert-warning.important,.rst-content .wy-alert-warning.note,.rst-content .wy-alert-warning.seealso,.rst-content .wy-alert-warning.tip,.wy-alert.wy-alert-warning{background:#ffedcc}.rst-content .admonition-todo .admonition-title,.rst-content .admonition-todo .wy-alert-title,.rst-content .attention .admonition-title,.rst-content .attention .wy-alert-title,.rst-content .caution .admonition-title,.rst-content .caution .wy-alert-title,.rst-content .warning .admonition-title,.rst-content .warning .wy-alert-title,.rst-content .wy-alert-warning.admonition .admonition-title,.rst-content .wy-alert-warning.admonition .wy-alert-title,.rst-content .wy-alert-warning.danger .admonition-title,.rst-content .wy-alert-warning.danger .wy-alert-title,.rst-content .wy-alert-warning.error .admonition-title,.rst-content .wy-alert-warning.error .wy-alert-title,.rst-content .wy-alert-warning.hint .admonition-title,.rst-content .wy-alert-warning.hint .wy-alert-title,.rst-content .wy-alert-warning.important .admonition-title,.rst-content .wy-alert-warning.important .wy-alert-title,.rst-content .wy-alert-warning.note .admonition-title,.rst-content .wy-alert-warning.note .wy-alert-title,.rst-content .wy-alert-warning.seealso .admonition-title,.rst-content .wy-alert-warning.seealso .wy-alert-title,.rst-content .wy-alert-warning.tip .admonition-title,.rst-content .wy-alert-warning.tip .wy-alert-title,.rst-content .wy-alert.wy-alert-warning .admonition-title,.wy-alert.wy-alert-warning .rst-content .admonition-title,.wy-alert.wy-alert-warning .wy-alert-title{background:#f0b37e}.rst-content .note,.rst-content .seealso,.rst-content .wy-alert-info.admonition,.rst-content .wy-alert-info.admonition-todo,.rst-content .wy-alert-info.attention,.rst-content .wy-alert-info.caution,.rst-content .wy-alert-info.danger,.rst-content .wy-alert-info.error,.rst-content .wy-alert-info.hint,.rst-content .wy-alert-info.important,.rst-content .wy-alert-info.tip,.rst-content .wy-alert-info.warning,.wy-alert.wy-alert-info{background:#e7f2fa}.rst-content .note .admonition-title,.rst-content .note .wy-alert-title,.rst-content .seealso .admonition-title,.rst-content .seealso .wy-alert-title,.rst-content .wy-alert-info.admonition-todo .admonition-title,.rst-content .wy-alert-info.admonition-todo .wy-alert-title,.rst-content .wy-alert-info.admonition .admonition-title,.rst-content .wy-alert-info.admonition .wy-alert-title,.rst-content .wy-alert-info.attention .admonition-title,.rst-content .wy-alert-info.attention .wy-alert-title,.rst-content .wy-alert-info.caution .admonition-title,.rst-content .wy-alert-info.caution .wy-alert-title,.rst-content .wy-alert-info.danger .admonition-title,.rst-content .wy-alert-info.danger .wy-alert-title,.rst-content .wy-alert-info.error .admonition-title,.rst-content .wy-alert-info.error .wy-alert-title,.rst-content .wy-alert-info.hint .admonition-title,.rst-content .wy-alert-info.hint .wy-alert-title,.rst-content .wy-alert-info.important .admonition-title,.rst-content .wy-alert-info.important .wy-alert-title,.rst-content .wy-alert-info.tip .admonition-title,.rst-content .wy-alert-info.tip .wy-alert-title,.rst-content .wy-alert-info.warning .admonition-title,.rst-content .wy-alert-info.warning .wy-alert-title,.rst-content .wy-alert.wy-alert-info .admonition-title,.wy-alert.wy-alert-info .rst-content .admonition-title,.wy-alert.wy-alert-info .wy-alert-title{background:#6ab0de}.rst-content .hint,.rst-content .important,.rst-content .tip,.rst-content .wy-alert-success.admonition,.rst-content .wy-alert-success.admonition-todo,.rst-content .wy-alert-success.attention,.rst-content .wy-alert-success.caution,.rst-content .wy-alert-success.danger,.rst-content .wy-alert-success.error,.rst-content .wy-alert-success.note,.rst-content .wy-alert-success.seealso,.rst-content .wy-alert-success.warning,.wy-alert.wy-alert-success{background:#dbfaf4}.rst-content .hint .admonition-title,.rst-content .hint .wy-alert-title,.rst-content .important .admonition-title,.rst-content .important .wy-alert-title,.rst-content .tip .admonition-title,.rst-content .tip .wy-alert-title,.rst-content .wy-alert-success.admonition-todo .admonition-title,.rst-content .wy-alert-success.admonition-todo .wy-alert-title,.rst-content .wy-alert-success.admonition .admonition-title,.rst-content .wy-alert-success.admonition .wy-alert-title,.rst-content .wy-alert-success.attention .admonition-title,.rst-content .wy-alert-success.attention .wy-alert-title,.rst-content .wy-alert-success.caution .admonition-title,.rst-content .wy-alert-success.caution .wy-alert-title,.rst-content .wy-alert-success.danger .admonition-title,.rst-content .wy-alert-success.danger .wy-alert-title,.rst-content .wy-alert-success.error .admonition-title,.rst-content .wy-alert-success.error .wy-alert-title,.rst-content .wy-alert-success.note .admonition-title,.rst-content .wy-alert-success.note .wy-alert-title,.rst-content .wy-alert-success.seealso .admonition-title,.rst-content .wy-alert-success.seealso .wy-alert-title,.rst-content .wy-alert-success.warning .admonition-title,.rst-content .wy-alert-success.warning .wy-alert-title,.rst-content .wy-alert.wy-alert-success .admonition-title,.wy-alert.wy-alert-success .rst-content .admonition-title,.wy-alert.wy-alert-success .wy-alert-title{background:#1abc9c}.rst-content .wy-alert-neutral.admonition,.rst-content .wy-alert-neutral.admonition-todo,.rst-content .wy-alert-neutral.attention,.rst-content .wy-alert-neutral.caution,.rst-content .wy-alert-neutral.danger,.rst-content .wy-alert-neutral.error,.rst-content .wy-alert-neutral.hint,.rst-content .wy-alert-neutral.important,.rst-content .wy-alert-neutral.note,.rst-content .wy-alert-neutral.seealso,.rst-content .wy-alert-neutral.tip,.rst-content .wy-alert-neutral.warning,.wy-alert.wy-alert-neutral{background:#f3f6f6}.rst-content .wy-alert-neutral.admonition-todo .admonition-title,.rst-content .wy-alert-neutral.admonition-todo .wy-alert-title,.rst-content .wy-alert-neutral.admonition .admonition-title,.rst-content .wy-alert-neutral.admonition .wy-alert-title,.rst-content .wy-alert-neutral.attention .admonition-title,.rst-content .wy-alert-neutral.attention .wy-alert-title,.rst-content .wy-alert-neutral.caution .admonition-title,.rst-content .wy-alert-neutral.caution .wy-alert-title,.rst-content .wy-alert-neutral.danger .admonition-title,.rst-content .wy-alert-neutral.danger .wy-alert-title,.rst-content .wy-alert-neutral.error .admonition-title,.rst-content .wy-alert-neutral.error .wy-alert-title,.rst-content .wy-alert-neutral.hint .admonition-title,.rst-content .wy-alert-neutral.hint .wy-alert-title,.rst-content .wy-alert-neutral.important .admonition-title,.rst-content .wy-alert-neutral.important .wy-alert-title,.rst-content .wy-alert-neutral.note .admonition-title,.rst-content .wy-alert-neutral.note .wy-alert-title,.rst-content .wy-alert-neutral.seealso .admonition-title,.rst-content .wy-alert-neutral.seealso .wy-alert-title,.rst-content .wy-alert-neutral.tip .admonition-title,.rst-content .wy-alert-neutral.tip .wy-alert-title,.rst-content .wy-alert-neutral.warning .admonition-title,.rst-content .wy-alert-neutral.warning .wy-alert-title,.rst-content .wy-alert.wy-alert-neutral .admonition-title,.wy-alert.wy-alert-neutral .rst-content .admonition-title,.wy-alert.wy-alert-neutral .wy-alert-title{color:#404040;background:#e1e4e5}.rst-content .wy-alert-neutral.admonition-todo a,.rst-content .wy-alert-neutral.admonition a,.rst-content .wy-alert-neutral.attention a,.rst-content .wy-alert-neutral.caution a,.rst-content .wy-alert-neutral.danger a,.rst-content .wy-alert-neutral.error a,.rst-content .wy-alert-neutral.hint a,.rst-content .wy-alert-neutral.important a,.rst-content .wy-alert-neutral.note a,.rst-content .wy-alert-neutral.seealso a,.rst-content .wy-alert-neutral.tip a,.rst-content .wy-alert-neutral.warning a,.wy-alert.wy-alert-neutral a{color:#2980b9}.rst-content .admonition-todo p:last-child,.rst-content .admonition p:last-child,.rst-content .attention p:last-child,.rst-content .caution p:last-child,.rst-content .danger p:last-child,.rst-content .error p:last-child,.rst-content .hint p:last-child,.rst-content .important p:last-child,.rst-content .note p:last-child,.rst-content .seealso p:last-child,.rst-content .tip p:last-child,.rst-content .warning p:last-child,.wy-alert p:last-child{margin-bottom:0}.wy-tray-container{position:fixed;bottom:0;left:0;z-index:600}.wy-tray-container li{display:block;width:300px;background:transparent;color:#fff;text-align:center;box-shadow:0 5px 5px 0 rgba(0,0,0,.1);padding:0 24px;min-width:20%;opacity:0;height:0;line-height:56px;overflow:hidden;-webkit-transition:all .3s ease-in;-moz-transition:all .3s ease-in;transition:all .3s ease-in}.wy-tray-container li.wy-tray-item-success{background:#27ae60}.wy-tray-container li.wy-tray-item-info{background:#2980b9}.wy-tray-container li.wy-tray-item-warning{background:#e67e22}.wy-tray-container li.wy-tray-item-danger{background:#e74c3c}.wy-tray-container li.on{opacity:1;height:56px}@media screen and (max-width:768px){.wy-tray-container{bottom:auto;top:0;width:100%}.wy-tray-container li{width:100%}}button{font-size:100%;margin:0;vertical-align:baseline;*vertical-align:middle;cursor:pointer;line-height:normal;-webkit-appearance:button;*overflow:visible}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}button[disabled]{cursor:default}.btn{display:inline-block;border-radius:2px;line-height:normal;white-space:nowrap;text-align:center;cursor:pointer;font-size:100%;padding:6px 12px 8px;color:#fff;border:1px solid rgba(0,0,0,.1);background-color:#27ae60;text-decoration:none;font-weight:400;font-family:Lato,proxima-nova,Helvetica Neue,Arial,sans-serif;box-shadow:inset 0 1px 2px -1px hsla(0,0%,100%,.5),inset 0 -2px 0 0 rgba(0,0,0,.1);outline-none:false;vertical-align:middle;*display:inline;zoom:1;-webkit-user-drag:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:all .1s linear;-moz-transition:all .1s linear;transition:all .1s linear}.btn-hover{background:#2e8ece;color:#fff}.btn:hover{background:#2cc36b;color:#fff}.btn:focus{background:#2cc36b;outline:0}.btn:active{box-shadow:inset 0 -1px 0 0 rgba(0,0,0,.05),inset 0 2px 0 0 rgba(0,0,0,.1);padding:8px 12px 6px}.btn:visited{color:#fff}.btn-disabled,.btn-disabled:active,.btn-disabled:focus,.btn-disabled:hover,.btn:disabled{background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);filter:alpha(opacity=40);opacity:.4;cursor:not-allowed;box-shadow:none}.btn::-moz-focus-inner{padding:0;border:0}.btn-small{font-size:80%}.btn-info{background-color:#2980b9!important}.btn-info:hover{background-color:#2e8ece!important}.btn-neutral{background-color:#f3f6f6!important;color:#404040!important}.btn-neutral:hover{background-color:#e5ebeb!important;color:#404040}.btn-neutral:visited{color:#404040!important}.btn-success{background-color:#27ae60!important}.btn-success:hover{background-color:#295!important}.btn-danger{background-color:#e74c3c!important}.btn-danger:hover{background-color:#ea6153!important}.btn-warning{background-color:#e67e22!important}.btn-warning:hover{background-color:#e98b39!important}.btn-invert{background-color:#222}.btn-invert:hover{background-color:#2f2f2f!important}.btn-link{background-color:transparent!important;color:#2980b9;box-shadow:none;border-color:transparent!important}.btn-link:active,.btn-link:hover{background-color:transparent!important;color:#409ad5!important;box-shadow:none}.btn-link:visited{color:#9b59b6}.wy-btn-group .btn,.wy-control .btn{vertical-align:middle}.wy-btn-group{margin-bottom:24px;*zoom:1}.wy-btn-group:after,.wy-btn-group:before{display:table;content:""}.wy-btn-group:after{clear:both}.wy-dropdown{position:relative;display:inline-block}.wy-dropdown-active .wy-dropdown-menu{display:block}.wy-dropdown-menu{position:absolute;left:0;display:none;float:left;top:100%;min-width:100%;background:#fcfcfc;z-index:100;border:1px solid #cfd7dd;box-shadow:0 2px 2px 0 rgba(0,0,0,.1);padding:12px}.wy-dropdown-menu>dd>a{display:block;clear:both;color:#404040;white-space:nowrap;font-size:90%;padding:0 12px;cursor:pointer}.wy-dropdown-menu>dd>a:hover{background:#2980b9;color:#fff}.wy-dropdown-menu>dd.divider{border-top:1px solid #cfd7dd;margin:6px 0}.wy-dropdown-menu>dd.search{padding-bottom:12px}.wy-dropdown-menu>dd.search input[type=search]{width:100%}.wy-dropdown-menu>dd.call-to-action{background:#e3e3e3;text-transform:uppercase;font-weight:500;font-size:80%}.wy-dropdown-menu>dd.call-to-action:hover{background:#e3e3e3}.wy-dropdown-menu>dd.call-to-action .btn{color:#fff}.wy-dropdown.wy-dropdown-up .wy-dropdown-menu{bottom:100%;top:auto;left:auto;right:0}.wy-dropdown.wy-dropdown-bubble .wy-dropdown-menu{background:#fcfcfc;margin-top:2px}.wy-dropdown.wy-dropdown-bubble .wy-dropdown-menu a{padding:6px 12px}.wy-dropdown.wy-dropdown-bubble .wy-dropdown-menu a:hover{background:#2980b9;color:#fff}.wy-dropdown.wy-dropdown-left .wy-dropdown-menu{right:0;left:auto;text-align:right}.wy-dropdown-arrow:before{content:" ";border-bottom:5px solid #f5f5f5;border-left:5px solid transparent;border-right:5px solid transparent;position:absolute;display:block;top:-4px;left:50%;margin-left:-3px}.wy-dropdown-arrow.wy-dropdown-arrow-left:before{left:11px}.wy-form-stacked select{display:block}.wy-form-aligned .wy-help-inline,.wy-form-aligned input,.wy-form-aligned label,.wy-form-aligned select,.wy-form-aligned textarea{display:inline-block;*display:inline;*zoom:1;vertical-align:middle}.wy-form-aligned .wy-control-group>label{display:inline-block;vertical-align:middle;width:10em;margin:6px 12px 0 0;float:left}.wy-form-aligned .wy-control{float:left}.wy-form-aligned .wy-control label{display:block}.wy-form-aligned .wy-control select{margin-top:6px}fieldset{margin:0}fieldset,legend{border:0;padding:0}legend{width:100%;white-space:normal;margin-bottom:24px;font-size:150%;*margin-left:-7px}label,legend{display:block}label{margin:0 0 .3125em;color:#333;font-size:90%}input,select,textarea{font-size:100%;margin:0;vertical-align:baseline;*vertical-align:middle}.wy-control-group{margin-bottom:24px;max-width:1200px;margin-left:auto;margin-right:auto;*zoom:1}.wy-control-group:after,.wy-control-group:before{display:table;content:""}.wy-control-group:after{clear:both}.wy-control-group.wy-control-group-required>label:after{content:" *";color:#e74c3c}.wy-control-group .wy-form-full,.wy-control-group .wy-form-halves,.wy-control-group .wy-form-thirds{padding-bottom:12px}.wy-control-group .wy-form-full input[type=color],.wy-control-group .wy-form-full input[type=date],.wy-control-group .wy-form-full input[type=datetime-local],.wy-control-group .wy-form-full input[type=datetime],.wy-control-group .wy-form-full input[type=email],.wy-control-group .wy-form-full input[type=month],.wy-control-group .wy-form-full input[type=number],.wy-control-group .wy-form-full input[type=password],.wy-control-group .wy-form-full input[type=search],.wy-control-group .wy-form-full input[type=tel],.wy-control-group .wy-form-full input[type=text],.wy-control-group .wy-form-full input[type=time],.wy-control-group .wy-form-full input[type=url],.wy-control-group .wy-form-full input[type=week],.wy-control-group .wy-form-full select,.wy-control-group .wy-form-halves input[type=color],.wy-control-group .wy-form-halves input[type=date],.wy-control-group .wy-form-halves input[type=datetime-local],.wy-control-group .wy-form-halves input[type=datetime],.wy-control-group .wy-form-halves input[type=email],.wy-control-group .wy-form-halves input[type=month],.wy-control-group .wy-form-halves input[type=number],.wy-control-group .wy-form-halves input[type=password],.wy-control-group .wy-form-halves input[type=search],.wy-control-group .wy-form-halves input[type=tel],.wy-control-group .wy-form-halves input[type=text],.wy-control-group .wy-form-halves input[type=time],.wy-control-group .wy-form-halves input[type=url],.wy-control-group .wy-form-halves input[type=week],.wy-control-group .wy-form-halves select,.wy-control-group .wy-form-thirds input[type=color],.wy-control-group .wy-form-thirds input[type=date],.wy-control-group .wy-form-thirds input[type=datetime-local],.wy-control-group .wy-form-thirds input[type=datetime],.wy-control-group .wy-form-thirds input[type=email],.wy-control-group .wy-form-thirds input[type=month],.wy-control-group .wy-form-thirds input[type=number],.wy-control-group .wy-form-thirds input[type=password],.wy-control-group .wy-form-thirds input[type=search],.wy-control-group .wy-form-thirds input[type=tel],.wy-control-group .wy-form-thirds input[type=text],.wy-control-group .wy-form-thirds input[type=time],.wy-control-group .wy-form-thirds input[type=url],.wy-control-group .wy-form-thirds input[type=week],.wy-control-group .wy-form-thirds select{width:100%}.wy-control-group .wy-form-full{float:left;display:block;width:100%;margin-right:0}.wy-control-group .wy-form-full:last-child{margin-right:0}.wy-control-group .wy-form-halves{float:left;display:block;margin-right:2.35765%;width:48.82117%}.wy-control-group .wy-form-halves:last-child,.wy-control-group .wy-form-halves:nth-of-type(2n){margin-right:0}.wy-control-group .wy-form-halves:nth-of-type(odd){clear:left}.wy-control-group .wy-form-thirds{float:left;display:block;margin-right:2.35765%;width:31.76157%}.wy-control-group .wy-form-thirds:last-child,.wy-control-group .wy-form-thirds:nth-of-type(3n){margin-right:0}.wy-control-group .wy-form-thirds:nth-of-type(3n+1){clear:left}.wy-control-group.wy-control-group-no-input .wy-control,.wy-control-no-input{margin:6px 0 0;font-size:90%}.wy-control-no-input{display:inline-block}.wy-control-group.fluid-input input[type=color],.wy-control-group.fluid-input input[type=date],.wy-control-group.fluid-input input[type=datetime-local],.wy-control-group.fluid-input input[type=datetime],.wy-control-group.fluid-input input[type=email],.wy-control-group.fluid-input input[type=month],.wy-control-group.fluid-input input[type=number],.wy-control-group.fluid-input input[type=password],.wy-control-group.fluid-input input[type=search],.wy-control-group.fluid-input input[type=tel],.wy-control-group.fluid-input input[type=text],.wy-control-group.fluid-input input[type=time],.wy-control-group.fluid-input input[type=url],.wy-control-group.fluid-input input[type=week]{width:100%}.wy-form-message-inline{padding-left:.3em;color:#666;font-size:90%}.wy-form-message{display:block;color:#999;font-size:70%;margin-top:.3125em;font-style:italic}.wy-form-message p{font-size:inherit;font-style:italic;margin-bottom:6px}.wy-form-message p:last-child{margin-bottom:0}input{line-height:normal}input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer;font-family:Lato,proxima-nova,Helvetica Neue,Arial,sans-serif;*overflow:visible}input[type=color],input[type=date],input[type=datetime-local],input[type=datetime],input[type=email],input[type=month],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=time],input[type=url],input[type=week]{-webkit-appearance:none;padding:6px;display:inline-block;border:1px solid #ccc;font-size:80%;font-family:Lato,proxima-nova,Helvetica Neue,Arial,sans-serif;box-shadow:inset 0 1px 3px #ddd;border-radius:0;-webkit-transition:border .3s linear;-moz-transition:border .3s linear;transition:border .3s linear}input[type=datetime-local]{padding:.34375em .625em}input[disabled]{cursor:default}input[type=checkbox],input[type=radio]{padding:0;margin-right:.3125em;*height:13px;*width:13px}input[type=checkbox],input[type=radio],input[type=search]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}input[type=color]:focus,input[type=date]:focus,input[type=datetime-local]:focus,input[type=datetime]:focus,input[type=email]:focus,input[type=month]:focus,input[type=number]:focus,input[type=password]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=text]:focus,input[type=time]:focus,input[type=url]:focus,input[type=week]:focus{outline:0;outline:thin dotted\9;border-color:#333}input.no-focus:focus{border-color:#ccc!important}input[type=checkbox]:focus,input[type=file]:focus,input[type=radio]:focus{outline:thin dotted #333;outline:1px auto #129fea}input[type=color][disabled],input[type=date][disabled],input[type=datetime-local][disabled],input[type=datetime][disabled],input[type=email][disabled],input[type=month][disabled],input[type=number][disabled],input[type=password][disabled],input[type=search][disabled],input[type=tel][disabled],input[type=text][disabled],input[type=time][disabled],input[type=url][disabled],input[type=week][disabled]{cursor:not-allowed;background-color:#fafafa}input:focus:invalid,select:focus:invalid,textarea:focus:invalid{color:#e74c3c;border:1px solid #e74c3c}input:focus:invalid:focus,select:focus:invalid:focus,textarea:focus:invalid:focus{border-color:#e74c3c}input[type=checkbox]:focus:invalid:focus,input[type=file]:focus:invalid:focus,input[type=radio]:focus:invalid:focus{outline-color:#e74c3c}input.wy-input-large{padding:12px;font-size:100%}textarea{overflow:auto;vertical-align:top;width:100%;font-family:Lato,proxima-nova,Helvetica Neue,Arial,sans-serif}select,textarea{padding:.5em .625em;display:inline-block;border:1px solid #ccc;font-size:80%;box-shadow:inset 0 1px 3px #ddd;-webkit-transition:border .3s linear;-moz-transition:border .3s linear;transition:border .3s linear}select{border:1px solid #ccc;background-color:#fff}select[multiple]{height:auto}select:focus,textarea:focus{outline:0}input[readonly],select[disabled],select[readonly],textarea[disabled],textarea[readonly]{cursor:not-allowed;background-color:#fafafa}input[type=checkbox][disabled],input[type=radio][disabled]{cursor:not-allowed}.wy-checkbox,.wy-radio{margin:6px 0;color:#404040;display:block}.wy-checkbox input,.wy-radio input{vertical-align:baseline}.wy-form-message-inline{display:inline-block;*display:inline;*zoom:1;vertical-align:middle}.wy-input-prefix,.wy-input-suffix{white-space:nowrap;padding:6px}.wy-input-prefix .wy-input-context,.wy-input-suffix .wy-input-context{line-height:27px;padding:0 8px;display:inline-block;font-size:80%;background-color:#f3f6f6;border:1px solid #ccc;color:#999}.wy-input-suffix .wy-input-context{border-left:0}.wy-input-prefix .wy-input-context{border-right:0}.wy-switch{position:relative;display:block;height:24px;margin-top:12px;cursor:pointer}.wy-switch:before{left:0;top:0;width:36px;height:12px;background:#ccc}.wy-switch:after,.wy-switch:before{position:absolute;content:"";display:block;border-radius:4px;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.wy-switch:after{width:18px;height:18px;background:#999;left:-3px;top:-3px}.wy-switch span{position:absolute;left:48px;display:block;font-size:12px;color:#ccc;line-height:1}.wy-switch.active:before{background:#1e8449}.wy-switch.active:after{left:24px;background:#27ae60}.wy-switch.disabled{cursor:not-allowed;opacity:.8}.wy-control-group.wy-control-group-error .wy-form-message,.wy-control-group.wy-control-group-error>label{color:#e74c3c}.wy-control-group.wy-control-group-error input[type=color],.wy-control-group.wy-control-group-error input[type=date],.wy-control-group.wy-control-group-error input[type=datetime-local],.wy-control-group.wy-control-group-error input[type=datetime],.wy-control-group.wy-control-group-error input[type=email],.wy-control-group.wy-control-group-error input[type=month],.wy-control-group.wy-control-group-error input[type=number],.wy-control-group.wy-control-group-error input[type=password],.wy-control-group.wy-control-group-error input[type=search],.wy-control-group.wy-control-group-error input[type=tel],.wy-control-group.wy-control-group-error input[type=text],.wy-control-group.wy-control-group-error input[type=time],.wy-control-group.wy-control-group-error input[type=url],.wy-control-group.wy-control-group-error input[type=week],.wy-control-group.wy-control-group-error textarea{border:1px solid #e74c3c}.wy-inline-validate{white-space:nowrap}.wy-inline-validate .wy-input-context{padding:.5em .625em;display:inline-block;font-size:80%}.wy-inline-validate.wy-inline-validate-success .wy-input-context{color:#27ae60}.wy-inline-validate.wy-inline-validate-danger .wy-input-context{color:#e74c3c}.wy-inline-validate.wy-inline-validate-warning .wy-input-context{color:#e67e22}.wy-inline-validate.wy-inline-validate-info .wy-input-context{color:#2980b9}.rotate-90{-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg)}.rotate-180{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}.rotate-270{-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg);-ms-transform:rotate(270deg);-o-transform:rotate(270deg);transform:rotate(270deg)}.mirror{-webkit-transform:scaleX(-1);-moz-transform:scaleX(-1);-ms-transform:scaleX(-1);-o-transform:scaleX(-1);transform:scaleX(-1)}.mirror.rotate-90{-webkit-transform:scaleX(-1) rotate(90deg);-moz-transform:scaleX(-1) rotate(90deg);-ms-transform:scaleX(-1) rotate(90deg);-o-transform:scaleX(-1) rotate(90deg);transform:scaleX(-1) rotate(90deg)}.mirror.rotate-180{-webkit-transform:scaleX(-1) rotate(180deg);-moz-transform:scaleX(-1) rotate(180deg);-ms-transform:scaleX(-1) rotate(180deg);-o-transform:scaleX(-1) rotate(180deg);transform:scaleX(-1) rotate(180deg)}.mirror.rotate-270{-webkit-transform:scaleX(-1) rotate(270deg);-moz-transform:scaleX(-1) rotate(270deg);-ms-transform:scaleX(-1) rotate(270deg);-o-transform:scaleX(-1) rotate(270deg);transform:scaleX(-1) rotate(270deg)}@media only screen and (max-width:480px){.wy-form button[type=submit]{margin:.7em 0 0}.wy-form input[type=color],.wy-form input[type=date],.wy-form input[type=datetime-local],.wy-form input[type=datetime],.wy-form input[type=email],.wy-form input[type=month],.wy-form input[type=number],.wy-form input[type=password],.wy-form input[type=search],.wy-form input[type=tel],.wy-form input[type=text],.wy-form input[type=time],.wy-form input[type=url],.wy-form input[type=week],.wy-form label{margin-bottom:.3em;display:block}.wy-form input[type=color],.wy-form input[type=date],.wy-form input[type=datetime-local],.wy-form input[type=datetime],.wy-form input[type=email],.wy-form input[type=month],.wy-form input[type=number],.wy-form input[type=password],.wy-form input[type=search],.wy-form input[type=tel],.wy-form input[type=time],.wy-form input[type=url],.wy-form input[type=week]{margin-bottom:0}.wy-form-aligned .wy-control-group label{margin-bottom:.3em;text-align:left;display:block;width:100%}.wy-form-aligned .wy-control{margin:1.5em 0 0}.wy-form-message,.wy-form-message-inline,.wy-form .wy-help-inline{display:block;font-size:80%;padding:6px 0}}@media screen and (max-width:768px){.tablet-hide{display:none}}@media screen and (max-width:480px){.mobile-hide{display:none}}.float-left{float:left}.float-right{float:right}.full-width{width:100%}.rst-content table.docutils,.rst-content table.field-list,.wy-table{border-collapse:collapse;border-spacing:0;empty-cells:show;margin-bottom:24px}.rst-content table.docutils caption,.rst-content table.field-list caption,.wy-table caption{color:#000;font:italic 85%/1 arial,sans-serif;padding:1em 0;text-align:center}.rst-content table.docutils td,.rst-content table.docutils th,.rst-content table.field-list td,.rst-content table.field-list th,.wy-table td,.wy-table th{font-size:90%;margin:0;overflow:visible;padding:8px 16px}.rst-content table.docutils td:first-child,.rst-content table.docutils th:first-child,.rst-content table.field-list td:first-child,.rst-content table.field-list th:first-child,.wy-table td:first-child,.wy-table th:first-child{border-left-width:0}.rst-content table.docutils thead,.rst-content table.field-list thead,.wy-table thead{color:#000;text-align:left;vertical-align:bottom;white-space:nowrap}.rst-content table.docutils thead th,.rst-content table.field-list thead th,.wy-table thead th{font-weight:700;border-bottom:2px solid #e1e4e5}.rst-content table.docutils td,.rst-content table.field-list td,.wy-table td{background-color:transparent;vertical-align:middle}.rst-content table.docutils td p,.rst-content table.field-list td p,.wy-table td p{line-height:18px}.rst-content table.docutils td p:last-child,.rst-content table.field-list td p:last-child,.wy-table td p:last-child{margin-bottom:0}.rst-content table.docutils .wy-table-cell-min,.rst-content table.field-list .wy-table-cell-min,.wy-table .wy-table-cell-min{width:1%;padding-right:0}.rst-content table.docutils .wy-table-cell-min input[type=checkbox],.rst-content table.field-list .wy-table-cell-min input[type=checkbox],.wy-table .wy-table-cell-min input[type=checkbox]{margin:0}.wy-table-secondary{color:grey;font-size:90%}.wy-table-tertiary{color:grey;font-size:80%}.rst-content table.docutils:not(.field-list) tr:nth-child(2n-1) td,.wy-table-backed,.wy-table-odd td,.wy-table-striped tr:nth-child(2n-1) td{background-color:#f3f6f6}.rst-content table.docutils,.wy-table-bordered-all{border:1px solid #e1e4e5}.rst-content table.docutils td,.wy-table-bordered-all td{border-bottom:1px solid #e1e4e5;border-left:1px solid #e1e4e5}.rst-content table.docutils tbody>tr:last-child td,.wy-table-bordered-all tbody>tr:last-child td{border-bottom-width:0}.wy-table-bordered{border:1px solid #e1e4e5}.wy-table-bordered-rows td{border-bottom:1px solid #e1e4e5}.wy-table-bordered-rows tbody>tr:last-child td{border-bottom-width:0}.wy-table-horizontal td,.wy-table-horizontal th{border-width:0 0 1px;border-bottom:1px solid #e1e4e5}.wy-table-horizontal tbody>tr:last-child td{border-bottom-width:0}.wy-table-responsive{margin-bottom:24px;max-width:100%;overflow:auto}.wy-table-responsive table{margin-bottom:0!important}.wy-table-responsive table td,.wy-table-responsive table th{white-space:nowrap}a{color:#2980b9;text-decoration:none;cursor:pointer}a:hover{color:#3091d1}a:visited{color:#9b59b6}html{height:100%}body,html{overflow-x:hidden}body{font-family:Lato,proxima-nova,Helvetica Neue,Arial,sans-serif;font-weight:400;color:#404040;min-height:100%;background:#edf0f2}.wy-text-left{text-align:left}.wy-text-center{text-align:center}.wy-text-right{text-align:right}.wy-text-large{font-size:120%}.wy-text-normal{font-size:100%}.wy-text-small,small{font-size:80%}.wy-text-strike{text-decoration:line-through}.wy-text-warning{color:#e67e22!important}a.wy-text-warning:hover{color:#eb9950!important}.wy-text-info{color:#2980b9!important}a.wy-text-info:hover{color:#409ad5!important}.wy-text-success{color:#27ae60!important}a.wy-text-success:hover{color:#36d278!important}.wy-text-danger{color:#e74c3c!important}a.wy-text-danger:hover{color:#ed7669!important}.wy-text-neutral{color:#404040!important}a.wy-text-neutral:hover{color:#595959!important}.rst-content .toctree-wrapper>p.caption,h1,h2,h3,h4,h5,h6,legend{margin-top:0;font-weight:700;font-family:Roboto Slab,ff-tisa-web-pro,Georgia,Arial,sans-serif}p{line-height:24px;font-size:16px;margin:0 0 24px}h1{font-size:175%}.rst-content .toctree-wrapper>p.caption,h2{font-size:150%}h3{font-size:125%}h4{font-size:115%}h5{font-size:110%}h6{font-size:100%}hr{display:block;height:1px;border:0;border-top:1px solid #e1e4e5;margin:24px 0;padding:0}.rst-content code,.rst-content tt,code{white-space:nowrap;max-width:100%;background:#fff;border:1px solid #e1e4e5;font-size:75%;padding:0 5px;font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,Courier,monospace;color:#e74c3c;overflow-x:auto}.rst-content tt.code-large,code.code-large{font-size:90%}.rst-content .section ul,.rst-content .toctree-wrapper ul,.rst-content section ul,.wy-plain-list-disc,article ul{list-style:disc;line-height:24px;margin-bottom:24px}.rst-content .section ul li,.rst-content .toctree-wrapper ul li,.rst-content section ul li,.wy-plain-list-disc li,article ul li{list-style:disc;margin-left:24px}.rst-content .section ul li p:last-child,.rst-content .section ul li ul,.rst-content .toctree-wrapper ul li p:last-child,.rst-content .toctree-wrapper ul li ul,.rst-content section ul li p:last-child,.rst-content section ul li ul,.wy-plain-list-disc li p:last-child,.wy-plain-list-disc li ul,article ul li p:last-child,article ul li ul{margin-bottom:0}.rst-content .section ul li li,.rst-content .toctree-wrapper ul li li,.rst-content section ul li li,.wy-plain-list-disc li li,article ul li li{list-style:circle}.rst-content .section ul li li li,.rst-content .toctree-wrapper ul li li li,.rst-content section ul li li li,.wy-plain-list-disc li li li,article ul li li li{list-style:square}.rst-content .section ul li ol li,.rst-content .toctree-wrapper ul li ol li,.rst-content section ul li ol li,.wy-plain-list-disc li ol li,article ul li ol li{list-style:decimal}.rst-content .section ol,.rst-content .section ol.arabic,.rst-content .toctree-wrapper ol,.rst-content .toctree-wrapper ol.arabic,.rst-content section ol,.rst-content section ol.arabic,.wy-plain-list-decimal,article ol{list-style:decimal;line-height:24px;margin-bottom:24px}.rst-content .section ol.arabic li,.rst-content .section ol li,.rst-content .toctree-wrapper ol.arabic li,.rst-content .toctree-wrapper ol li,.rst-content section ol.arabic li,.rst-content section ol li,.wy-plain-list-decimal li,article ol li{list-style:decimal;margin-left:24px}.rst-content .section ol.arabic li ul,.rst-content .section ol li p:last-child,.rst-content .section ol li ul,.rst-content .toctree-wrapper ol.arabic li ul,.rst-content .toctree-wrapper ol li p:last-child,.rst-content .toctree-wrapper ol li ul,.rst-content section ol.arabic li ul,.rst-content section ol li p:last-child,.rst-content section ol li ul,.wy-plain-list-decimal li p:last-child,.wy-plain-list-decimal li ul,article ol li p:last-child,article ol li ul{margin-bottom:0}.rst-content .section ol.arabic li ul li,.rst-content .section ol li ul li,.rst-content .toctree-wrapper ol.arabic li ul li,.rst-content .toctree-wrapper ol li ul li,.rst-content section ol.arabic li ul li,.rst-content section ol li ul li,.wy-plain-list-decimal li ul li,article ol li ul li{list-style:disc}.wy-breadcrumbs{*zoom:1}.wy-breadcrumbs:after,.wy-breadcrumbs:before{display:table;content:""}.wy-breadcrumbs:after{clear:both}.wy-breadcrumbs li{display:inline-block}.wy-breadcrumbs li.wy-breadcrumbs-aside{float:right}.wy-breadcrumbs li a{display:inline-block;padding:5px}.wy-breadcrumbs li a:first-child{padding-left:0}.rst-content .wy-breadcrumbs li tt,.wy-breadcrumbs li .rst-content tt,.wy-breadcrumbs li code{padding:5px;border:none;background:none}.rst-content .wy-breadcrumbs li tt.literal,.wy-breadcrumbs li .rst-content tt.literal,.wy-breadcrumbs li code.literal{color:#404040}.wy-breadcrumbs-extra{margin-bottom:0;color:#b3b3b3;font-size:80%;display:inline-block}@media screen and (max-width:480px){.wy-breadcrumbs-extra,.wy-breadcrumbs li.wy-breadcrumbs-aside{display:none}}@media print{.wy-breadcrumbs li.wy-breadcrumbs-aside{display:none}}html{font-size:16px}.wy-affix{position:fixed;top:1.618em}.wy-menu a:hover{text-decoration:none}.wy-menu-horiz{*zoom:1}.wy-menu-horiz:after,.wy-menu-horiz:before{display:table;content:""}.wy-menu-horiz:after{clear:both}.wy-menu-horiz li,.wy-menu-horiz ul{display:inline-block}.wy-menu-horiz li:hover{background:hsla(0,0%,100%,.1)}.wy-menu-horiz li.divide-left{border-left:1px solid #404040}.wy-menu-horiz li.divide-right{border-right:1px solid #404040}.wy-menu-horiz a{height:32px;display:inline-block;line-height:32px;padding:0 16px}.wy-menu-vertical{width:300px}.wy-menu-vertical header,.wy-menu-vertical p.caption{color:#55a5d9;height:32px;line-height:32px;padding:0 1.618em;margin:12px 0 0;display:block;font-weight:700;text-transform:uppercase;font-size:85%;white-space:nowrap}.wy-menu-vertical ul{margin-bottom:0}.wy-menu-vertical li.divide-top{border-top:1px solid #404040}.wy-menu-vertical li.divide-bottom{border-bottom:1px solid #404040}.wy-menu-vertical li.current{background:#e3e3e3}.wy-menu-vertical li.current a{color:grey;border-right:1px solid #c9c9c9;padding:.4045em 2.427em}.wy-menu-vertical li.current a:hover{background:#d6d6d6}.rst-content .wy-menu-vertical li tt,.wy-menu-vertical li .rst-content tt,.wy-menu-vertical li code{border:none;background:inherit;color:inherit;padding-left:0;padding-right:0}.wy-menu-vertical li button.toctree-expand{display:block;float:left;margin-left:-1.2em;line-height:18px;color:#4d4d4d;border:none;background:none;padding:0}.wy-menu-vertical li.current>a,.wy-menu-vertical li.on a{color:#404040;font-weight:700;position:relative;background:#fcfcfc;border:none;padding:.4045em 1.618em}.wy-menu-vertical li.current>a:hover,.wy-menu-vertical li.on a:hover{background:#fcfcfc}.wy-menu-vertical li.current>a:hover button.toctree-expand,.wy-menu-vertical li.on a:hover button.toctree-expand{color:grey}.wy-menu-vertical li.current>a button.toctree-expand,.wy-menu-vertical li.on a button.toctree-expand{display:block;line-height:18px;color:#333}.wy-menu-vertical li.toctree-l1.current>a{border-bottom:1px solid #c9c9c9;border-top:1px solid #c9c9c9}.wy-menu-vertical .toctree-l1.current .toctree-l2>ul,.wy-menu-vertical .toctree-l2.current .toctree-l3>ul,.wy-menu-vertical .toctree-l3.current .toctree-l4>ul,.wy-menu-vertical .toctree-l4.current .toctree-l5>ul,.wy-menu-vertical .toctree-l5.current .toctree-l6>ul,.wy-menu-vertical .toctree-l6.current .toctree-l7>ul,.wy-menu-vertical .toctree-l7.current .toctree-l8>ul,.wy-menu-vertical .toctree-l8.current .toctree-l9>ul,.wy-menu-vertical .toctree-l9.current .toctree-l10>ul,.wy-menu-vertical .toctree-l10.current .toctree-l11>ul{display:none}.wy-menu-vertical .toctree-l1.current .current.toctree-l2>ul,.wy-menu-vertical .toctree-l2.current .current.toctree-l3>ul,.wy-menu-vertical .toctree-l3.current .current.toctree-l4>ul,.wy-menu-vertical .toctree-l4.current .current.toctree-l5>ul,.wy-menu-vertical .toctree-l5.current .current.toctree-l6>ul,.wy-menu-vertical .toctree-l6.current .current.toctree-l7>ul,.wy-menu-vertical .toctree-l7.current .current.toctree-l8>ul,.wy-menu-vertical .toctree-l8.current .current.toctree-l9>ul,.wy-menu-vertical .toctree-l9.current .current.toctree-l10>ul,.wy-menu-vertical .toctree-l10.current .current.toctree-l11>ul{display:block}.wy-menu-vertical li.toctree-l3,.wy-menu-vertical li.toctree-l4{font-size:.9em}.wy-menu-vertical li.toctree-l2 a,.wy-menu-vertical li.toctree-l3 a,.wy-menu-vertical li.toctree-l4 a,.wy-menu-vertical li.toctree-l5 a,.wy-menu-vertical li.toctree-l6 a,.wy-menu-vertical li.toctree-l7 a,.wy-menu-vertical li.toctree-l8 a,.wy-menu-vertical li.toctree-l9 a,.wy-menu-vertical li.toctree-l10 a{color:#404040}.wy-menu-vertical li.toctree-l2 a:hover button.toctree-expand,.wy-menu-vertical li.toctree-l3 a:hover button.toctree-expand,.wy-menu-vertical li.toctree-l4 a:hover button.toctree-expand,.wy-menu-vertical li.toctree-l5 a:hover button.toctree-expand,.wy-menu-vertical li.toctree-l6 a:hover button.toctree-expand,.wy-menu-vertical li.toctree-l7 a:hover button.toctree-expand,.wy-menu-vertical li.toctree-l8 a:hover button.toctree-expand,.wy-menu-vertical li.toctree-l9 a:hover button.toctree-expand,.wy-menu-vertical li.toctree-l10 a:hover button.toctree-expand{color:grey}.wy-menu-vertical li.toctree-l2.current li.toctree-l3>a,.wy-menu-vertical li.toctree-l3.current li.toctree-l4>a,.wy-menu-vertical li.toctree-l4.current li.toctree-l5>a,.wy-menu-vertical li.toctree-l5.current li.toctree-l6>a,.wy-menu-vertical li.toctree-l6.current li.toctree-l7>a,.wy-menu-vertical li.toctree-l7.current li.toctree-l8>a,.wy-menu-vertical li.toctree-l8.current li.toctree-l9>a,.wy-menu-vertical li.toctree-l9.current li.toctree-l10>a,.wy-menu-vertical li.toctree-l10.current li.toctree-l11>a{display:block}.wy-menu-vertical li.toctree-l2.current>a{padding:.4045em 2.427em}.wy-menu-vertical li.toctree-l2.current li.toctree-l3>a{padding:.4045em 1.618em .4045em 4.045em}.wy-menu-vertical li.toctree-l3.current>a{padding:.4045em 4.045em}.wy-menu-vertical li.toctree-l3.current li.toctree-l4>a{padding:.4045em 1.618em .4045em 5.663em}.wy-menu-vertical li.toctree-l4.current>a{padding:.4045em 5.663em}.wy-menu-vertical li.toctree-l4.current li.toctree-l5>a{padding:.4045em 1.618em .4045em 7.281em}.wy-menu-vertical li.toctree-l5.current>a{padding:.4045em 7.281em}.wy-menu-vertical li.toctree-l5.current li.toctree-l6>a{padding:.4045em 1.618em .4045em 8.899em}.wy-menu-vertical li.toctree-l6.current>a{padding:.4045em 8.899em}.wy-menu-vertical li.toctree-l6.current li.toctree-l7>a{padding:.4045em 1.618em .4045em 10.517em}.wy-menu-vertical li.toctree-l7.current>a{padding:.4045em 10.517em}.wy-menu-vertical li.toctree-l7.current li.toctree-l8>a{padding:.4045em 1.618em .4045em 12.135em}.wy-menu-vertical li.toctree-l8.current>a{padding:.4045em 12.135em}.wy-menu-vertical li.toctree-l8.current li.toctree-l9>a{padding:.4045em 1.618em .4045em 13.753em}.wy-menu-vertical li.toctree-l9.current>a{padding:.4045em 13.753em}.wy-menu-vertical li.toctree-l9.current li.toctree-l10>a{padding:.4045em 1.618em .4045em 15.371em}.wy-menu-vertical li.toctree-l10.current>a{padding:.4045em 15.371em}.wy-menu-vertical li.toctree-l10.current li.toctree-l11>a{padding:.4045em 1.618em .4045em 16.989em}.wy-menu-vertical li.toctree-l2.current>a,.wy-menu-vertical li.toctree-l2.current li.toctree-l3>a{background:#c9c9c9}.wy-menu-vertical li.toctree-l2 button.toctree-expand{color:#a3a3a3}.wy-menu-vertical li.toctree-l3.current>a,.wy-menu-vertical li.toctree-l3.current li.toctree-l4>a{background:#bdbdbd}.wy-menu-vertical li.toctree-l3 button.toctree-expand{color:#969696}.wy-menu-vertical li.current ul{display:block}.wy-menu-vertical li ul{margin-bottom:0;display:none}.wy-menu-vertical li ul li a{margin-bottom:0;color:#d9d9d9;font-weight:400}.wy-menu-vertical a{line-height:18px;padding:.4045em 1.618em;display:block;position:relative;font-size:90%;color:#d9d9d9}.wy-menu-vertical a:hover{background-color:#4e4a4a;cursor:pointer}.wy-menu-vertical a:hover button.toctree-expand{color:#d9d9d9}.wy-menu-vertical a:active{background-color:#2980b9;cursor:pointer;color:#fff}.wy-menu-vertical a:active button.toctree-expand{color:#fff}.wy-side-nav-search{display:block;width:300px;padding:.809em;margin-bottom:.809em;z-index:200;background-color:#2980b9;text-align:center;color:#fcfcfc}.wy-side-nav-search input[type=text]{width:100%;border-radius:50px;padding:6px 12px;border-color:#2472a4}.wy-side-nav-search img{display:block;margin:auto auto .809em;height:45px;width:45px;background-color:#2980b9;padding:5px;border-radius:100%}.wy-side-nav-search .wy-dropdown>a,.wy-side-nav-search>a{color:#fcfcfc;font-size:100%;font-weight:700;display:inline-block;padding:4px 6px;margin-bottom:.809em;max-width:100%}.wy-side-nav-search .wy-dropdown>a:hover,.wy-side-nav-search>a:hover{background:hsla(0,0%,100%,.1)}.wy-side-nav-search .wy-dropdown>a img.logo,.wy-side-nav-search>a img.logo{display:block;margin:0 auto;height:auto;width:auto;border-radius:0;max-width:100%;background:transparent}.wy-side-nav-search .wy-dropdown>a.icon img.logo,.wy-side-nav-search>a.icon img.logo{margin-top:.85em}.wy-side-nav-search>div.version{margin-top:-.4045em;margin-bottom:.809em;font-weight:400;color:hsla(0,0%,100%,.3)}.wy-nav .wy-menu-vertical header{color:#2980b9}.wy-nav .wy-menu-vertical a{color:#b3b3b3}.wy-nav .wy-menu-vertical a:hover{background-color:#2980b9;color:#fff}[data-menu-wrap]{-webkit-transition:all .2s ease-in;-moz-transition:all .2s ease-in;transition:all .2s ease-in;position:absolute;opacity:1;width:100%;opacity:0}[data-menu-wrap].move-center{left:0;right:auto;opacity:1}[data-menu-wrap].move-left{right:auto;left:-100%;opacity:0}[data-menu-wrap].move-right{right:-100%;left:auto;opacity:0}.wy-body-for-nav{background:#fcfcfc}.wy-grid-for-nav{position:absolute;width:100%;height:100%}.wy-nav-side{position:fixed;top:0;bottom:0;left:0;padding-bottom:2em;width:300px;overflow-x:hidden;overflow-y:hidden;min-height:100%;color:#9b9b9b;background:#343131;z-index:200}.wy-side-scroll{width:320px;position:relative;overflow-x:hidden;overflow-y:scroll;height:100%}.wy-nav-top{display:none;background:#2980b9;color:#fff;padding:.4045em .809em;position:relative;line-height:50px;text-align:center;font-size:100%;*zoom:1}.wy-nav-top:after,.wy-nav-top:before{display:table;content:""}.wy-nav-top:after{clear:both}.wy-nav-top a{color:#fff;font-weight:700}.wy-nav-top img{margin-right:12px;height:45px;width:45px;background-color:#2980b9;padding:5px;border-radius:100%}.wy-nav-top i{font-size:30px;float:left;cursor:pointer;padding-top:inherit}.wy-nav-content-wrap{margin-left:300px;background:#fcfcfc;min-height:100%}.wy-nav-content{padding:1.618em 3.236em;height:100%;max-width:800px;margin:auto}.wy-body-mask{position:fixed;width:100%;height:100%;background:rgba(0,0,0,.2);display:none;z-index:499}.wy-body-mask.on{display:block}footer{color:grey}footer p{margin-bottom:12px}.rst-content footer span.commit tt,footer span.commit .rst-content tt,footer span.commit code{padding:0;font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,Courier,monospace;font-size:1em;background:none;border:none;color:grey}.rst-footer-buttons{*zoom:1}.rst-footer-buttons:after,.rst-footer-buttons:before{width:100%;display:table;content:""}.rst-footer-buttons:after{clear:both}.rst-breadcrumbs-buttons{margin-top:12px;*zoom:1}.rst-breadcrumbs-buttons:after,.rst-breadcrumbs-buttons:before{display:table;content:""}.rst-breadcrumbs-buttons:after{clear:both}#search-results .search li{margin-bottom:24px;border-bottom:1px solid #e1e4e5;padding-bottom:24px}#search-results .search li:first-child{border-top:1px solid #e1e4e5;padding-top:24px}#search-results .search li a{font-size:120%;margin-bottom:12px;display:inline-block}#search-results .context{color:grey;font-size:90%}.genindextable li>ul{margin-left:24px}@media screen and (max-width:768px){.wy-body-for-nav{background:#fcfcfc}.wy-nav-top{display:block}.wy-nav-side{left:-300px}.wy-nav-side.shift{width:85%;left:0}.wy-menu.wy-menu-vertical,.wy-side-nav-search,.wy-side-scroll{width:auto}.wy-nav-content-wrap{margin-left:0}.wy-nav-content-wrap .wy-nav-content{padding:1.618em}.wy-nav-content-wrap.shift{position:fixed;min-width:100%;left:85%;top:0;height:100%;overflow:hidden}}@media screen and (min-width:1100px){.wy-nav-content-wrap{background:rgba(0,0,0,.05)}.wy-nav-content{margin:0;background:#fcfcfc}}@media print{.rst-versions,.wy-nav-side,footer{display:none}.wy-nav-content-wrap{margin-left:0}}.rst-versions{position:fixed;bottom:0;left:0;width:300px;color:#fcfcfc;background:#1f1d1d;font-family:Lato,proxima-nova,Helvetica Neue,Arial,sans-serif;z-index:400}.rst-versions a{color:#2980b9;text-decoration:none}.rst-versions .rst-badge-small{display:none}.rst-versions .rst-current-version{padding:12px;background-color:#272525;display:block;text-align:right;font-size:90%;cursor:pointer;color:#27ae60;*zoom:1}.rst-versions .rst-current-version:after,.rst-versions .rst-current-version:before{display:table;content:""}.rst-versions .rst-current-version:after{clear:both}.rst-content .code-block-caption .rst-versions .rst-current-version .headerlink,.rst-content .eqno .rst-versions .rst-current-version .headerlink,.rst-content .rst-versions .rst-current-version .admonition-title,.rst-content code.download .rst-versions .rst-current-version span:first-child,.rst-content dl dt .rst-versions .rst-current-version .headerlink,.rst-content h1 .rst-versions .rst-current-version .headerlink,.rst-content h2 .rst-versions .rst-current-version .headerlink,.rst-content h3 .rst-versions .rst-current-version .headerlink,.rst-content h4 .rst-versions .rst-current-version .headerlink,.rst-content h5 .rst-versions .rst-current-version .headerlink,.rst-content h6 .rst-versions .rst-current-version .headerlink,.rst-content p .rst-versions .rst-current-version .headerlink,.rst-content table>caption .rst-versions .rst-current-version .headerlink,.rst-content tt.download .rst-versions .rst-current-version span:first-child,.rst-versions .rst-current-version .fa,.rst-versions .rst-current-version .icon,.rst-versions .rst-current-version .rst-content .admonition-title,.rst-versions .rst-current-version .rst-content .code-block-caption .headerlink,.rst-versions .rst-current-version .rst-content .eqno .headerlink,.rst-versions .rst-current-version .rst-content code.download span:first-child,.rst-versions .rst-current-version .rst-content dl dt .headerlink,.rst-versions .rst-current-version .rst-content h1 .headerlink,.rst-versions .rst-current-version .rst-content h2 .headerlink,.rst-versions .rst-current-version .rst-content h3 .headerlink,.rst-versions .rst-current-version .rst-content h4 .headerlink,.rst-versions .rst-current-version .rst-content h5 .headerlink,.rst-versions .rst-current-version .rst-content h6 .headerlink,.rst-versions .rst-current-version .rst-content p .headerlink,.rst-versions .rst-current-version .rst-content table>caption .headerlink,.rst-versions .rst-current-version .rst-content tt.download span:first-child,.rst-versions .rst-current-version .wy-menu-vertical li button.toctree-expand,.wy-menu-vertical li .rst-versions .rst-current-version button.toctree-expand{color:#fcfcfc}.rst-versions .rst-current-version .fa-book,.rst-versions .rst-current-version .icon-book{float:left}.rst-versions .rst-current-version.rst-out-of-date{background-color:#e74c3c;color:#fff}.rst-versions .rst-current-version.rst-active-old-version{background-color:#f1c40f;color:#000}.rst-versions.shift-up{height:auto;max-height:100%;overflow-y:scroll}.rst-versions.shift-up .rst-other-versions{display:block}.rst-versions .rst-other-versions{font-size:90%;padding:12px;color:grey;display:none}.rst-versions .rst-other-versions hr{display:block;height:1px;border:0;margin:20px 0;padding:0;border-top:1px solid #413d3d}.rst-versions .rst-other-versions dd{display:inline-block;margin:0}.rst-versions .rst-other-versions dd a{display:inline-block;padding:6px;color:#fcfcfc}.rst-versions.rst-badge{width:auto;bottom:20px;right:20px;left:auto;border:none;max-width:300px;max-height:90%}.rst-versions.rst-badge .fa-book,.rst-versions.rst-badge .icon-book{float:none;line-height:30px}.rst-versions.rst-badge.shift-up .rst-current-version{text-align:right}.rst-versions.rst-badge.shift-up .rst-current-version .fa-book,.rst-versions.rst-badge.shift-up .rst-current-version .icon-book{float:left}.rst-versions.rst-badge>.rst-current-version{width:auto;height:30px;line-height:30px;padding:0 6px;display:block;text-align:center}@media screen and (max-width:768px){.rst-versions{width:85%;display:none}.rst-versions.shift{display:block}}.rst-content .toctree-wrapper>p.caption,.rst-content h1,.rst-content h2,.rst-content h3,.rst-content h4,.rst-content h5,.rst-content h6{margin-bottom:24px}.rst-content img{max-width:100%;height:auto}.rst-content div.figure,.rst-content figure{margin-bottom:24px}.rst-content div.figure .caption-text,.rst-content figure .caption-text{font-style:italic}.rst-content div.figure p:last-child.caption,.rst-content figure p:last-child.caption{margin-bottom:0}.rst-content div.figure.align-center,.rst-content figure.align-center{text-align:center}.rst-content .section>a>img,.rst-content .section>img,.rst-content section>a>img,.rst-content section>img{margin-bottom:24px}.rst-content abbr[title]{text-decoration:none}.rst-content.style-external-links a.reference.external:after{font-family:FontAwesome;content:"\f08e";color:#b3b3b3;vertical-align:super;font-size:60%;margin:0 .2em}.rst-content blockquote{margin-left:24px;line-height:24px;margin-bottom:24px}.rst-content pre.literal-block{white-space:pre;margin:0;padding:12px;font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,Courier,monospace;display:block;overflow:auto}.rst-content div[class^=highlight],.rst-content pre.literal-block{border:1px solid #e1e4e5;overflow-x:auto;margin:1px 0 24px}.rst-content div[class^=highlight] div[class^=highlight],.rst-content pre.literal-block div[class^=highlight]{padding:0;border:none;margin:0}.rst-content div[class^=highlight] td.code{width:100%}.rst-content .linenodiv pre{border-right:1px solid #e6e9ea;margin:0;padding:12px;font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,Courier,monospace;user-select:none;pointer-events:none}.rst-content div[class^=highlight] pre{white-space:pre;margin:0;padding:12px;display:block;overflow:auto}.rst-content div[class^=highlight] pre .hll{display:block;margin:0 -12px;padding:0 12px}.rst-content .linenodiv pre,.rst-content div[class^=highlight] pre,.rst-content pre.literal-block{font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,Courier,monospace;font-size:12px;line-height:1.4}.rst-content div.highlight .gp,.rst-content div.highlight span.linenos{user-select:none;pointer-events:none}.rst-content div.highlight span.linenos{display:inline-block;padding-left:0;padding-right:12px;margin-right:12px;border-right:1px solid #e6e9ea}.rst-content .code-block-caption{font-style:italic;font-size:85%;line-height:1;padding:1em 0;text-align:center}@media print{.rst-content .codeblock,.rst-content div[class^=highlight],.rst-content div[class^=highlight] pre{white-space:pre-wrap}}.rst-content .admonition,.rst-content .admonition-todo,.rst-content .attention,.rst-content .caution,.rst-content .danger,.rst-content .error,.rst-content .hint,.rst-content .important,.rst-content .note,.rst-content .seealso,.rst-content .tip,.rst-content .warning{clear:both}.rst-content .admonition-todo .last,.rst-content .admonition-todo>:last-child,.rst-content .admonition .last,.rst-content .admonition>:last-child,.rst-content .attention .last,.rst-content .attention>:last-child,.rst-content .caution .last,.rst-content .caution>:last-child,.rst-content .danger .last,.rst-content .danger>:last-child,.rst-content .error .last,.rst-content .error>:last-child,.rst-content .hint .last,.rst-content .hint>:last-child,.rst-content .important .last,.rst-content .important>:last-child,.rst-content .note .last,.rst-content .note>:last-child,.rst-content .seealso .last,.rst-content .seealso>:last-child,.rst-content .tip .last,.rst-content .tip>:last-child,.rst-content .warning .last,.rst-content .warning>:last-child{margin-bottom:0}.rst-content .admonition-title:before{margin-right:4px}.rst-content .admonition table{border-color:rgba(0,0,0,.1)}.rst-content .admonition table td,.rst-content .admonition table th{background:transparent!important;border-color:rgba(0,0,0,.1)!important}.rst-content .section ol.loweralpha,.rst-content .section ol.loweralpha>li,.rst-content .toctree-wrapper ol.loweralpha,.rst-content .toctree-wrapper ol.loweralpha>li,.rst-content section ol.loweralpha,.rst-content section ol.loweralpha>li{list-style:lower-alpha}.rst-content .section ol.upperalpha,.rst-content .section ol.upperalpha>li,.rst-content .toctree-wrapper ol.upperalpha,.rst-content .toctree-wrapper ol.upperalpha>li,.rst-content section ol.upperalpha,.rst-content section ol.upperalpha>li{list-style:upper-alpha}.rst-content .section ol li>*,.rst-content .section ul li>*,.rst-content .toctree-wrapper ol li>*,.rst-content .toctree-wrapper ul li>*,.rst-content section ol li>*,.rst-content section ul li>*{margin-top:12px;margin-bottom:12px}.rst-content .section ol li>:first-child,.rst-content .section ul li>:first-child,.rst-content .toctree-wrapper ol li>:first-child,.rst-content .toctree-wrapper ul li>:first-child,.rst-content section ol li>:first-child,.rst-content section ul li>:first-child{margin-top:0}.rst-content .section ol li>p,.rst-content .section ol li>p:last-child,.rst-content .section ul li>p,.rst-content .section ul li>p:last-child,.rst-content .toctree-wrapper ol li>p,.rst-content .toctree-wrapper ol li>p:last-child,.rst-content .toctree-wrapper ul li>p,.rst-content .toctree-wrapper ul li>p:last-child,.rst-content section ol li>p,.rst-content section ol li>p:last-child,.rst-content section ul li>p,.rst-content section ul li>p:last-child{margin-bottom:12px}.rst-content .section ol li>p:only-child,.rst-content .section ol li>p:only-child:last-child,.rst-content .section ul li>p:only-child,.rst-content .section ul li>p:only-child:last-child,.rst-content .toctree-wrapper ol li>p:only-child,.rst-content .toctree-wrapper ol li>p:only-child:last-child,.rst-content .toctree-wrapper ul li>p:only-child,.rst-content .toctree-wrapper ul li>p:only-child:last-child,.rst-content section ol li>p:only-child,.rst-content section ol li>p:only-child:last-child,.rst-content section ul li>p:only-child,.rst-content section ul li>p:only-child:last-child{margin-bottom:0}.rst-content .section ol li>ol,.rst-content .section ol li>ul,.rst-content .section ul li>ol,.rst-content .section ul li>ul,.rst-content .toctree-wrapper ol li>ol,.rst-content .toctree-wrapper ol li>ul,.rst-content .toctree-wrapper ul li>ol,.rst-content .toctree-wrapper ul li>ul,.rst-content section ol li>ol,.rst-content section ol li>ul,.rst-content section ul li>ol,.rst-content section ul li>ul{margin-bottom:12px}.rst-content .section ol.simple li>*,.rst-content .section ol.simple li ol,.rst-content .section ol.simple li ul,.rst-content .section ul.simple li>*,.rst-content .section ul.simple li ol,.rst-content .section ul.simple li ul,.rst-content .toctree-wrapper ol.simple li>*,.rst-content .toctree-wrapper ol.simple li ol,.rst-content .toctree-wrapper ol.simple li ul,.rst-content .toctree-wrapper ul.simple li>*,.rst-content .toctree-wrapper ul.simple li ol,.rst-content .toctree-wrapper ul.simple li ul,.rst-content section ol.simple li>*,.rst-content section ol.simple li ol,.rst-content section ol.simple li ul,.rst-content section ul.simple li>*,.rst-content section ul.simple li ol,.rst-content section ul.simple li ul{margin-top:0;margin-bottom:0}.rst-content .line-block{margin-left:0;margin-bottom:24px;line-height:24px}.rst-content .line-block .line-block{margin-left:24px;margin-bottom:0}.rst-content .topic-title{font-weight:700;margin-bottom:12px}.rst-content .toc-backref{color:#404040}.rst-content .align-right{float:right;margin:0 0 24px 24px}.rst-content .align-left{float:left;margin:0 24px 24px 0}.rst-content .align-center{margin:auto}.rst-content .align-center:not(table){display:block}.rst-content .code-block-caption .headerlink,.rst-content .eqno .headerlink,.rst-content .toctree-wrapper>p.caption .headerlink,.rst-content dl dt .headerlink,.rst-content h1 .headerlink,.rst-content h2 .headerlink,.rst-content h3 .headerlink,.rst-content h4 .headerlink,.rst-content h5 .headerlink,.rst-content h6 .headerlink,.rst-content p.caption .headerlink,.rst-content p .headerlink,.rst-content table>caption .headerlink{opacity:0;font-size:14px;font-family:FontAwesome;margin-left:.5em}.rst-content .code-block-caption .headerlink:focus,.rst-content .code-block-caption:hover .headerlink,.rst-content .eqno .headerlink:focus,.rst-content .eqno:hover .headerlink,.rst-content .toctree-wrapper>p.caption .headerlink:focus,.rst-content .toctree-wrapper>p.caption:hover .headerlink,.rst-content dl dt .headerlink:focus,.rst-content dl dt:hover .headerlink,.rst-content h1 .headerlink:focus,.rst-content h1:hover .headerlink,.rst-content h2 .headerlink:focus,.rst-content h2:hover .headerlink,.rst-content h3 .headerlink:focus,.rst-content h3:hover .headerlink,.rst-content h4 .headerlink:focus,.rst-content h4:hover .headerlink,.rst-content h5 .headerlink:focus,.rst-content h5:hover .headerlink,.rst-content h6 .headerlink:focus,.rst-content h6:hover .headerlink,.rst-content p.caption .headerlink:focus,.rst-content p.caption:hover .headerlink,.rst-content p .headerlink:focus,.rst-content p:hover .headerlink,.rst-content table>caption .headerlink:focus,.rst-content table>caption:hover .headerlink{opacity:1}.rst-content .btn:focus{outline:2px solid}.rst-content table>caption .headerlink:after{font-size:12px}.rst-content .centered{text-align:center}.rst-content .sidebar{float:right;width:40%;display:block;margin:0 0 24px 24px;padding:24px;background:#f3f6f6;border:1px solid #e1e4e5}.rst-content .sidebar dl,.rst-content .sidebar p,.rst-content .sidebar ul{font-size:90%}.rst-content .sidebar .last,.rst-content .sidebar>:last-child{margin-bottom:0}.rst-content .sidebar .sidebar-title{display:block;font-family:Roboto Slab,ff-tisa-web-pro,Georgia,Arial,sans-serif;font-weight:700;background:#e1e4e5;padding:6px 12px;margin:-24px -24px 24px;font-size:100%}.rst-content .highlighted{background:#f1c40f;box-shadow:0 0 0 2px #f1c40f;display:inline;font-weight:700}.rst-content .citation-reference,.rst-content .footnote-reference{vertical-align:baseline;position:relative;top:-.4em;line-height:0;font-size:90%}.rst-content .hlist{width:100%}.rst-content dl dt span.classifier:before{content:" : "}.rst-content dl dt span.classifier-delimiter{display:none!important}html.writer-html4 .rst-content table.docutils.citation,html.writer-html4 .rst-content table.docutils.footnote{background:none;border:none}html.writer-html4 .rst-content table.docutils.citation td,html.writer-html4 .rst-content table.docutils.citation tr,html.writer-html4 .rst-content table.docutils.footnote td,html.writer-html4 .rst-content table.docutils.footnote tr{border:none;background-color:transparent!important;white-space:normal}html.writer-html4 .rst-content table.docutils.citation td.label,html.writer-html4 .rst-content table.docutils.footnote td.label{padding-left:0;padding-right:0;vertical-align:top}html.writer-html5 .rst-content dl.field-list,html.writer-html5 .rst-content dl.footnote{display:grid;grid-template-columns:max-content auto}html.writer-html5 .rst-content dl.field-list>dt,html.writer-html5 .rst-content dl.footnote>dt{padding-left:1rem}html.writer-html5 .rst-content dl.field-list>dt:after,html.writer-html5 .rst-content dl.footnote>dt:after{content:":"}html.writer-html5 .rst-content dl.field-list>dd,html.writer-html5 .rst-content dl.field-list>dt,html.writer-html5 .rst-content dl.footnote>dd,html.writer-html5 .rst-content dl.footnote>dt{margin-bottom:0}html.writer-html5 .rst-content dl.footnote{font-size:.9rem}html.writer-html5 .rst-content dl.footnote>dt{margin:0 .5rem .5rem 0;line-height:1.2rem;word-break:break-all;font-weight:400}html.writer-html5 .rst-content dl.footnote>dt>span.brackets{margin-right:.5rem}html.writer-html5 .rst-content dl.footnote>dt>span.brackets:before{content:"["}html.writer-html5 .rst-content dl.footnote>dt>span.brackets:after{content:"]"}html.writer-html5 .rst-content dl.footnote>dt>span.fn-backref{font-style:italic}html.writer-html5 .rst-content dl.footnote>dd{margin:0 0 .5rem;line-height:1.2rem}html.writer-html5 .rst-content dl.footnote>dd p,html.writer-html5 .rst-content dl.option-list kbd{font-size:.9rem}.rst-content table.docutils.footnote,html.writer-html4 .rst-content table.docutils.citation,html.writer-html5 .rst-content dl.footnote{color:grey}.rst-content table.docutils.footnote code,.rst-content table.docutils.footnote tt,html.writer-html4 .rst-content table.docutils.citation code,html.writer-html4 .rst-content table.docutils.citation tt,html.writer-html5 .rst-content dl.footnote code,html.writer-html5 .rst-content dl.footnote tt{color:#555}.rst-content .wy-table-responsive.citation,.rst-content .wy-table-responsive.footnote{margin-bottom:0}.rst-content .wy-table-responsive.citation+:not(.citation),.rst-content .wy-table-responsive.footnote+:not(.footnote){margin-top:24px}.rst-content .wy-table-responsive.citation:last-child,.rst-content .wy-table-responsive.footnote:last-child{margin-bottom:24px}.rst-content table.docutils th{border-color:#e1e4e5}html.writer-html5 .rst-content table.docutils th{border:1px solid #e1e4e5}html.writer-html5 .rst-content table.docutils td>p,html.writer-html5 .rst-content table.docutils th>p{line-height:1rem;margin-bottom:0;font-size:.9rem}.rst-content table.docutils td .last,.rst-content table.docutils td .last>:last-child{margin-bottom:0}.rst-content table.field-list,.rst-content table.field-list td{border:none}.rst-content table.field-list td p{font-size:inherit;line-height:inherit}.rst-content table.field-list td>strong{display:inline-block}.rst-content table.field-list .field-name{padding-right:10px;text-align:left;white-space:nowrap}.rst-content table.field-list .field-body{text-align:left}.rst-content code,.rst-content tt{color:#000;font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,Courier,monospace;padding:2px 5px}.rst-content code big,.rst-content code em,.rst-content tt big,.rst-content tt em{font-size:100%!important;line-height:normal}.rst-content code.literal,.rst-content tt.literal{color:#e74c3c;white-space:normal}.rst-content code.xref,.rst-content tt.xref,a .rst-content code,a .rst-content tt{font-weight:700;color:#404040}.rst-content kbd,.rst-content pre,.rst-content samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,Courier,monospace}.rst-content a code,.rst-content a tt{color:#2980b9}.rst-content dl{margin-bottom:24px}.rst-content dl dt{font-weight:700;margin-bottom:12px}.rst-content dl ol,.rst-content dl p,.rst-content dl table,.rst-content dl ul{margin-bottom:12px}.rst-content dl dd{margin:0 0 12px 24px;line-height:24px}html.writer-html4 .rst-content dl:not(.docutils),html.writer-html5 .rst-content dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.glossary):not(.simple){margin-bottom:24px}html.writer-html4 .rst-content dl:not(.docutils)>dt,html.writer-html5 .rst-content dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.glossary):not(.simple)>dt{display:table;margin:6px 0;font-size:90%;line-height:normal;background:#e7f2fa;color:#2980b9;border-top:3px solid #6ab0de;padding:6px;position:relative}html.writer-html4 .rst-content dl:not(.docutils)>dt:before,html.writer-html5 .rst-content dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.glossary):not(.simple)>dt:before{color:#6ab0de}html.writer-html4 .rst-content dl:not(.docutils)>dt .headerlink,html.writer-html5 .rst-content dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.glossary):not(.simple)>dt .headerlink{color:#404040;font-size:100%!important}html.writer-html4 .rst-content dl:not(.docutils) dl:not(.field-list)>dt,html.writer-html5 .rst-content dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.glossary):not(.simple) dl:not(.field-list)>dt{margin-bottom:6px;border:none;border-left:3px solid #ccc;background:#f0f0f0;color:#555}html.writer-html4 .rst-content dl:not(.docutils) dl:not(.field-list)>dt .headerlink,html.writer-html5 .rst-content dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.glossary):not(.simple) dl:not(.field-list)>dt .headerlink{color:#404040;font-size:100%!important}html.writer-html4 .rst-content dl:not(.docutils)>dt:first-child,html.writer-html5 .rst-content dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.glossary):not(.simple)>dt:first-child{margin-top:0}html.writer-html4 .rst-content dl:not(.docutils) code.descclassname,html.writer-html4 .rst-content dl:not(.docutils) code.descname,html.writer-html4 .rst-content dl:not(.docutils) tt.descclassname,html.writer-html4 .rst-content dl:not(.docutils) tt.descname,html.writer-html5 .rst-content dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.glossary):not(.simple) code.descclassname,html.writer-html5 .rst-content dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.glossary):not(.simple) code.descname,html.writer-html5 .rst-content dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.glossary):not(.simple) tt.descclassname,html.writer-html5 .rst-content dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.glossary):not(.simple) tt.descname{background-color:transparent;border:none;padding:0;font-size:100%!important}html.writer-html4 .rst-content dl:not(.docutils) code.descname,html.writer-html4 .rst-content dl:not(.docutils) tt.descname,html.writer-html5 .rst-content dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.glossary):not(.simple) code.descname,html.writer-html5 .rst-content dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.glossary):not(.simple) tt.descname{font-weight:700}html.writer-html4 .rst-content dl:not(.docutils) .optional,html.writer-html5 .rst-content dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.glossary):not(.simple) .optional{display:inline-block;padding:0 4px;color:#000;font-weight:700}html.writer-html4 .rst-content dl:not(.docutils) .property,html.writer-html5 .rst-content dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.glossary):not(.simple) .property{display:inline-block;padding-right:8px;max-width:100%}html.writer-html4 .rst-content dl:not(.docutils) .k,html.writer-html5 .rst-content dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.glossary):not(.simple) .k{font-style:italic}html.writer-html4 .rst-content dl:not(.docutils) .descclassname,html.writer-html4 .rst-content dl:not(.docutils) .descname,html.writer-html4 .rst-content dl:not(.docutils) .sig-name,html.writer-html5 .rst-content dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.glossary):not(.simple) .descclassname,html.writer-html5 .rst-content dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.glossary):not(.simple) .descname,html.writer-html5 .rst-content dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.glossary):not(.simple) .sig-name{font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,Courier,monospace;color:#000}.rst-content .viewcode-back,.rst-content .viewcode-link{display:inline-block;color:#27ae60;font-size:80%;padding-left:24px}.rst-content .viewcode-back{display:block;float:right}.rst-content p.rubric{margin-bottom:12px;font-weight:700}.rst-content code.download,.rst-content tt.download{background:inherit;padding:inherit;font-weight:400;font-family:inherit;font-size:inherit;color:inherit;border:inherit;white-space:inherit}.rst-content code.download span:first-child,.rst-content tt.download span:first-child{-webkit-font-smoothing:subpixel-antialiased}.rst-content code.download span:first-child:before,.rst-content tt.download span:first-child:before{margin-right:4px}.rst-content .guilabel{border:1px solid #7fbbe3;background:#e7f2fa;font-size:80%;font-weight:700;border-radius:4px;padding:2.4px 6px;margin:auto 2px}.rst-content .versionmodified{font-style:italic}@media screen and (max-width:480px){.rst-content .sidebar{width:100%}}span[id*=MathJax-Span]{color:#404040}.math{text-align:center}@font-face{font-family:Lato;src:url(fonts/lato-normal.woff2?bd03a2cc277bbbc338d464e679fe9942) format("woff2"),url(fonts/lato-normal.woff?27bd77b9162d388cb8d4c4217c7c5e2a) format("woff");font-weight:400;font-style:normal;font-display:block}@font-face{font-family:Lato;src:url(fonts/lato-bold.woff2?cccb897485813c7c256901dbca54ecf2) format("woff2"),url(fonts/lato-bold.woff?d878b6c29b10beca227e9eef4246111b) format("woff");font-weight:700;font-style:normal;font-display:block}@font-face{font-family:Lato;src:url(fonts/lato-bold-italic.woff2?0b6bb6725576b072c5d0b02ecdd1900d) format("woff2"),url(fonts/lato-bold-italic.woff?9c7e4e9eb485b4a121c760e61bc3707c) format("woff");font-weight:700;font-style:italic;font-display:block}@font-face{font-family:Lato;src:url(fonts/lato-normal-italic.woff2?4eb103b4d12be57cb1d040ed5e162e9d) format("woff2"),url(fonts/lato-normal-italic.woff?f28f2d6482446544ef1ea1ccc6dd5892) format("woff");font-weight:400;font-style:italic;font-display:block}@font-face{font-family:Roboto Slab;font-style:normal;font-weight:400;src:url(fonts/Roboto-Slab-Regular.woff2?7abf5b8d04d26a2cafea937019bca958) format("woff2"),url(fonts/Roboto-Slab-Regular.woff?c1be9284088d487c5e3ff0a10a92e58c) format("woff");font-display:block}@font-face{font-family:Roboto Slab;font-style:normal;font-weight:700;src:url(fonts/Roboto-Slab-Bold.woff2?9984f4a9bda09be08e83f2506954adbe) format("woff2"),url(fonts/Roboto-Slab-Bold.woff?bed5564a116b05148e3b3bea6fb1162a) format("woff");font-display:block} \ No newline at end of file diff --git a/ja/_static/js/badge_only.js b/ja/_static/js/badge_only.js new file mode 100644 index 000000000..526d7234b --- /dev/null +++ b/ja/_static/js/badge_only.js @@ -0,0 +1 @@ +!function(e){var t={};function r(n){if(t[n])return t[n].exports;var o=t[n]={i:n,l:!1,exports:{}};return e[n].call(o.exports,o,o.exports,r),o.l=!0,o.exports}r.m=e,r.c=t,r.d=function(e,t,n){r.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:n})},r.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},r.t=function(e,t){if(1&t&&(e=r(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var n=Object.create(null);if(r.r(n),Object.defineProperty(n,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var o in e)r.d(n,o,function(t){return e[t]}.bind(null,o));return n},r.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return r.d(t,"a",t),t},r.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},r.p="",r(r.s=4)}({4:function(e,t,r){}}); \ No newline at end of file diff --git a/ja/_static/js/html5shiv-printshiv.min.js b/ja/_static/js/html5shiv-printshiv.min.js new file mode 100644 index 000000000..2b43bd062 --- /dev/null +++ b/ja/_static/js/html5shiv-printshiv.min.js @@ -0,0 +1,4 @@ +/** +* @preserve HTML5 Shiv 3.7.3-pre | @afarkas @jdalton @jon_neal @rem | MIT/GPL2 Licensed +*/ +!function(a,b){function c(a,b){var c=a.createElement("p"),d=a.getElementsByTagName("head")[0]||a.documentElement;return c.innerHTML="x",d.insertBefore(c.lastChild,d.firstChild)}function d(){var a=y.elements;return"string"==typeof a?a.split(" "):a}function e(a,b){var c=y.elements;"string"!=typeof c&&(c=c.join(" ")),"string"!=typeof a&&(a=a.join(" ")),y.elements=c+" "+a,j(b)}function f(a){var b=x[a[v]];return b||(b={},w++,a[v]=w,x[w]=b),b}function g(a,c,d){if(c||(c=b),q)return c.createElement(a);d||(d=f(c));var e;return e=d.cache[a]?d.cache[a].cloneNode():u.test(a)?(d.cache[a]=d.createElem(a)).cloneNode():d.createElem(a),!e.canHaveChildren||t.test(a)||e.tagUrn?e:d.frag.appendChild(e)}function h(a,c){if(a||(a=b),q)return a.createDocumentFragment();c=c||f(a);for(var e=c.frag.cloneNode(),g=0,h=d(),i=h.length;i>g;g++)e.createElement(h[g]);return e}function i(a,b){b.cache||(b.cache={},b.createElem=a.createElement,b.createFrag=a.createDocumentFragment,b.frag=b.createFrag()),a.createElement=function(c){return y.shivMethods?g(c,a,b):b.createElem(c)},a.createDocumentFragment=Function("h,f","return function(){var n=f.cloneNode(),c=n.createElement;h.shivMethods&&("+d().join().replace(/[\w\-:]+/g,function(a){return b.createElem(a),b.frag.createElement(a),'c("'+a+'")'})+");return n}")(y,b.frag)}function j(a){a||(a=b);var d=f(a);return!y.shivCSS||p||d.hasCSS||(d.hasCSS=!!c(a,"article,aside,dialog,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}mark{background:#FF0;color:#000}template{display:none}")),q||i(a,d),a}function k(a){for(var b,c=a.getElementsByTagName("*"),e=c.length,f=RegExp("^(?:"+d().join("|")+")$","i"),g=[];e--;)b=c[e],f.test(b.nodeName)&&g.push(b.applyElement(l(b)));return g}function l(a){for(var b,c=a.attributes,d=c.length,e=a.ownerDocument.createElement(A+":"+a.nodeName);d--;)b=c[d],b.specified&&e.setAttribute(b.nodeName,b.nodeValue);return e.style.cssText=a.style.cssText,e}function m(a){for(var b,c=a.split("{"),e=c.length,f=RegExp("(^|[\\s,>+~])("+d().join("|")+")(?=[[\\s,>+~#.:]|$)","gi"),g="$1"+A+"\\:$2";e--;)b=c[e]=c[e].split("}"),b[b.length-1]=b[b.length-1].replace(f,g),c[e]=b.join("}");return c.join("{")}function n(a){for(var b=a.length;b--;)a[b].removeNode()}function o(a){function b(){clearTimeout(g._removeSheetTimer),d&&d.removeNode(!0),d=null}var d,e,g=f(a),h=a.namespaces,i=a.parentWindow;return!B||a.printShived?a:("undefined"==typeof h[A]&&h.add(A),i.attachEvent("onbeforeprint",function(){b();for(var f,g,h,i=a.styleSheets,j=[],l=i.length,n=Array(l);l--;)n[l]=i[l];for(;h=n.pop();)if(!h.disabled&&z.test(h.media)){try{f=h.imports,g=f.length}catch(o){g=0}for(l=0;g>l;l++)n.push(f[l]);try{j.push(h.cssText)}catch(o){}}j=m(j.reverse().join("")),e=k(a),d=c(a,j)}),i.attachEvent("onafterprint",function(){n(e),clearTimeout(g._removeSheetTimer),g._removeSheetTimer=setTimeout(b,500)}),a.printShived=!0,a)}var p,q,r="3.7.3",s=a.html5||{},t=/^<|^(?:button|map|select|textarea|object|iframe|option|optgroup)$/i,u=/^(?:a|b|code|div|fieldset|h1|h2|h3|h4|h5|h6|i|label|li|ol|p|q|span|strong|style|table|tbody|td|th|tr|ul)$/i,v="_html5shiv",w=0,x={};!function(){try{var a=b.createElement("a");a.innerHTML="",p="hidden"in a,q=1==a.childNodes.length||function(){b.createElement("a");var a=b.createDocumentFragment();return"undefined"==typeof a.cloneNode||"undefined"==typeof a.createDocumentFragment||"undefined"==typeof a.createElement}()}catch(c){p=!0,q=!0}}();var y={elements:s.elements||"abbr article aside audio bdi canvas data datalist details dialog figcaption figure footer header hgroup main mark meter nav output picture progress section summary template time video",version:r,shivCSS:s.shivCSS!==!1,supportsUnknownElements:q,shivMethods:s.shivMethods!==!1,type:"default",shivDocument:j,createElement:g,createDocumentFragment:h,addElements:e};a.html5=y,j(b);var z=/^$|\b(?:all|print)\b/,A="html5shiv",B=!q&&function(){var c=b.documentElement;return!("undefined"==typeof b.namespaces||"undefined"==typeof b.parentWindow||"undefined"==typeof c.applyElement||"undefined"==typeof c.removeNode||"undefined"==typeof a.attachEvent)}();y.type+=" print",y.shivPrint=o,o(b),"object"==typeof module&&module.exports&&(module.exports=y)}("undefined"!=typeof window?window:this,document); \ No newline at end of file diff --git a/ja/_static/js/html5shiv.min.js b/ja/_static/js/html5shiv.min.js new file mode 100644 index 000000000..cd1c674f5 --- /dev/null +++ b/ja/_static/js/html5shiv.min.js @@ -0,0 +1,4 @@ +/** +* @preserve HTML5 Shiv 3.7.3 | @afarkas @jdalton @jon_neal @rem | MIT/GPL2 Licensed +*/ +!function(a,b){function c(a,b){var c=a.createElement("p"),d=a.getElementsByTagName("head")[0]||a.documentElement;return c.innerHTML="x",d.insertBefore(c.lastChild,d.firstChild)}function d(){var a=t.elements;return"string"==typeof a?a.split(" "):a}function e(a,b){var c=t.elements;"string"!=typeof c&&(c=c.join(" ")),"string"!=typeof a&&(a=a.join(" ")),t.elements=c+" "+a,j(b)}function f(a){var b=s[a[q]];return b||(b={},r++,a[q]=r,s[r]=b),b}function g(a,c,d){if(c||(c=b),l)return c.createElement(a);d||(d=f(c));var e;return e=d.cache[a]?d.cache[a].cloneNode():p.test(a)?(d.cache[a]=d.createElem(a)).cloneNode():d.createElem(a),!e.canHaveChildren||o.test(a)||e.tagUrn?e:d.frag.appendChild(e)}function h(a,c){if(a||(a=b),l)return a.createDocumentFragment();c=c||f(a);for(var e=c.frag.cloneNode(),g=0,h=d(),i=h.length;i>g;g++)e.createElement(h[g]);return e}function i(a,b){b.cache||(b.cache={},b.createElem=a.createElement,b.createFrag=a.createDocumentFragment,b.frag=b.createFrag()),a.createElement=function(c){return t.shivMethods?g(c,a,b):b.createElem(c)},a.createDocumentFragment=Function("h,f","return function(){var n=f.cloneNode(),c=n.createElement;h.shivMethods&&("+d().join().replace(/[\w\-:]+/g,function(a){return b.createElem(a),b.frag.createElement(a),'c("'+a+'")'})+");return n}")(t,b.frag)}function j(a){a||(a=b);var d=f(a);return!t.shivCSS||k||d.hasCSS||(d.hasCSS=!!c(a,"article,aside,dialog,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}mark{background:#FF0;color:#000}template{display:none}")),l||i(a,d),a}var k,l,m="3.7.3-pre",n=a.html5||{},o=/^<|^(?:button|map|select|textarea|object|iframe|option|optgroup)$/i,p=/^(?:a|b|code|div|fieldset|h1|h2|h3|h4|h5|h6|i|label|li|ol|p|q|span|strong|style|table|tbody|td|th|tr|ul)$/i,q="_html5shiv",r=0,s={};!function(){try{var a=b.createElement("a");a.innerHTML="",k="hidden"in a,l=1==a.childNodes.length||function(){b.createElement("a");var a=b.createDocumentFragment();return"undefined"==typeof a.cloneNode||"undefined"==typeof a.createDocumentFragment||"undefined"==typeof a.createElement}()}catch(c){k=!0,l=!0}}();var t={elements:n.elements||"abbr article aside audio bdi canvas data datalist details dialog figcaption figure footer header hgroup main mark meter nav output picture progress section summary template time video",version:m,shivCSS:n.shivCSS!==!1,supportsUnknownElements:l,shivMethods:n.shivMethods!==!1,type:"default",shivDocument:j,createElement:g,createDocumentFragment:h,addElements:e};a.html5=t,j(b),"object"==typeof module&&module.exports&&(module.exports=t)}("undefined"!=typeof window?window:this,document); \ No newline at end of file diff --git a/ja/_static/js/theme.js b/ja/_static/js/theme.js new file mode 100644 index 000000000..1fddb6ee4 --- /dev/null +++ b/ja/_static/js/theme.js @@ -0,0 +1 @@ +!function(n){var e={};function t(i){if(e[i])return e[i].exports;var o=e[i]={i:i,l:!1,exports:{}};return n[i].call(o.exports,o,o.exports,t),o.l=!0,o.exports}t.m=n,t.c=e,t.d=function(n,e,i){t.o(n,e)||Object.defineProperty(n,e,{enumerable:!0,get:i})},t.r=function(n){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(n,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(n,"__esModule",{value:!0})},t.t=function(n,e){if(1&e&&(n=t(n)),8&e)return n;if(4&e&&"object"==typeof n&&n&&n.__esModule)return n;var i=Object.create(null);if(t.r(i),Object.defineProperty(i,"default",{enumerable:!0,value:n}),2&e&&"string"!=typeof n)for(var o in n)t.d(i,o,function(e){return n[e]}.bind(null,o));return i},t.n=function(n){var e=n&&n.__esModule?function(){return n.default}:function(){return n};return t.d(e,"a",e),e},t.o=function(n,e){return Object.prototype.hasOwnProperty.call(n,e)},t.p="",t(t.s=0)}([function(n,e,t){t(1),n.exports=t(3)},function(n,e,t){(function(){var e="undefined"!=typeof window?window.jQuery:t(2);n.exports.ThemeNav={navBar:null,win:null,winScroll:!1,winResize:!1,linkScroll:!1,winPosition:0,winHeight:null,docHeight:null,isRunning:!1,enable:function(n){var t=this;void 0===n&&(n=!0),t.isRunning||(t.isRunning=!0,e((function(e){t.init(e),t.reset(),t.win.on("hashchange",t.reset),n&&t.win.on("scroll",(function(){t.linkScroll||t.winScroll||(t.winScroll=!0,requestAnimationFrame((function(){t.onScroll()})))})),t.win.on("resize",(function(){t.winResize||(t.winResize=!0,requestAnimationFrame((function(){t.onResize()})))})),t.onResize()})))},enableSticky:function(){this.enable(!0)},init:function(n){n(document);var e=this;this.navBar=n("div.wy-side-scroll:first"),this.win=n(window),n(document).on("click","[data-toggle='wy-nav-top']",(function(){n("[data-toggle='wy-nav-shift']").toggleClass("shift"),n("[data-toggle='rst-versions']").toggleClass("shift")})).on("click",".wy-menu-vertical .current ul li a",(function(){var t=n(this);n("[data-toggle='wy-nav-shift']").removeClass("shift"),n("[data-toggle='rst-versions']").toggleClass("shift"),e.toggleCurrent(t),e.hashChange()})).on("click","[data-toggle='rst-current-version']",(function(){n("[data-toggle='rst-versions']").toggleClass("shift-up")})),n("table.docutils:not(.field-list,.footnote,.citation)").wrap("
"),n("table.docutils.footnote").wrap("
"),n("table.docutils.citation").wrap("
"),n(".wy-menu-vertical ul").not(".simple").siblings("a").each((function(){var t=n(this);expand=n(''),expand.on("click",(function(n){return e.toggleCurrent(t),n.stopPropagation(),!1})),t.prepend(expand)}))},reset:function(){var n=encodeURI(window.location.hash)||"#";try{var e=$(".wy-menu-vertical"),t=e.find('[href="'+n+'"]');if(0===t.length){var i=$('.document [id="'+n.substring(1)+'"]').closest("div.section");0===(t=e.find('[href="#'+i.attr("id")+'"]')).length&&(t=e.find('[href="#"]'))}if(t.length>0){$(".wy-menu-vertical .current").removeClass("current").attr("aria-expanded","false"),t.addClass("current").attr("aria-expanded","true"),t.closest("li.toctree-l1").parent().addClass("current").attr("aria-expanded","true");for(let n=1;n<=10;n++)t.closest("li.toctree-l"+n).addClass("current").attr("aria-expanded","true");t[0].scrollIntoView()}}catch(n){console.log("Error expanding nav for anchor",n)}},onScroll:function(){this.winScroll=!1;var n=this.win.scrollTop(),e=n+this.winHeight,t=this.navBar.scrollTop()+(n-this.winPosition);n<0||e>this.docHeight||(this.navBar.scrollTop(t),this.winPosition=n)},onResize:function(){this.winResize=!1,this.winHeight=this.win.height(),this.docHeight=$(document).height()},hashChange:function(){this.linkScroll=!0,this.win.one("hashchange",(function(){this.linkScroll=!1}))},toggleCurrent:function(n){var e=n.closest("li");e.siblings("li.current").removeClass("current").attr("aria-expanded","false"),e.siblings().find("li.current").removeClass("current").attr("aria-expanded","false");var t=e.find("> ul li");t.length&&(t.removeClass("current").attr("aria-expanded","false"),e.toggleClass("current").attr("aria-expanded",(function(n,e){return"true"==e?"false":"true"})))}},"undefined"!=typeof window&&(window.SphinxRtdTheme={Navigation:n.exports.ThemeNav,StickyNav:n.exports.ThemeNav}),function(){for(var n=0,e=["ms","moz","webkit","o"],t=0;t + + + - - - - - - アプリケーションのビルド — UniVRM Programming Document ドキュメント - - - - - - - + + アプリケーションのビルド — UniVRM Programming Document ドキュメント + + + + + + + + + + - - - - + + + -
-
-
-
- + +
+ + +
+ +
+
+
+ +
+
+
+
+
-

アプリケーションのビルド

+

アプリケーションのビルド

+

UniVRMを使うアプリケーションのビルドに関する注意事項

-

ビルドに含めるシェーダー

+

ビルドに含めるシェーダー

Project Settings = Graphics - Always Included Shaders などに設定して、ビルドに含まれるようにしてください。

-

Unlit

+

Unlit

  • Assets\VRMShaders\GLTF\UniUnlit\Resources\UniGLTF\UniUnlit.shader

-

MToon

+

MToon

  • Assets\VRMShaders\VRM\MToon\MToon\Resources\Shaders\MToon.shader

-

ランタイム import/export 時のテクスチャー変換用のシェーダー

+

ランタイム import/export 時のテクスチャー変換用のシェーダー

  • Assets\VRMShaders\GLTF\IO\Resources\UniGLTF\NormalMapExporter.shader

  • Assets\VRMShaders\GLTF\IO\Resources\UniGLTF\StandardMapExporter.shader

  • @@ -70,76 +109,34 @@
-
+
+
-
+
+ - -

目次

- - -

前のトピックへ

-

Version

-

次のトピックへ

-

Runtime のリソース管理について

-
-

このページ

- -
- - -
-
-
-
- - - + \ No newline at end of file diff --git a/ja/genindex.html b/ja/genindex.html index 44859354e..a0923fe5b 100644 --- a/ja/genindex.html +++ b/ja/genindex.html @@ -1,37 +1,73 @@ - - - - - - - 索引 — UniVRM Programming Document ドキュメント - - - - - - - + + + + + 索引 — UniVRM Programming Document ドキュメント + + + + + + + + + + - - + -
-
-
-
- + +
+ + +
+ +
+
+
+ +
+
+
+
+

索引

@@ -40,44 +76,31 @@
-
+
+
+ +
+ +
+

© Copyright 2021, VRM Consortium.

+
+ + Built with Sphinx using a + theme + provided by Read the Docs. + + +
- -
-
-
- - - + \ No newline at end of file diff --git a/ja/gltf/0_36_update.html b/ja/gltf/0_36_update.html index b3cd79ad3..33f228a3a 100644 --- a/ja/gltf/0_36_update.html +++ b/ja/gltf/0_36_update.html @@ -1,50 +1,91 @@ - + + + - - - - - - GltfUpdate(0.36) — UniVRM Programming Document ドキュメント - - - - - - - + + GltfUpdate(0.36) — UniVRM Programming Document ドキュメント + + + + + + + + + + - - + -
-
-
-
- + +
+ + +
+ +
+
+
+ +
+
+
+
+
-

GltfUpdate(0.36)

+

GltfUpdate(0.36)

-

テクスチャ名の格納位置の修正

+

テクスチャ名の格納位置の修正

GLTFの仕様に準拠しました。

  • extraはextrasの間違い

  • @@ -59,7 +100,7 @@
-

ブレンドシェイプ名の格納位置の修正

+

ブレンドシェイプ名の格納位置の修正

GLTFの仕様に準拠しました。

  • extraはextrasの間違い

  • @@ -77,72 +118,34 @@
-
+
+
- -
-
-
- - - + \ No newline at end of file diff --git a/ja/gltf/0_82_glb_import.html b/ja/gltf/0_82_glb_import.html index b3954ffae..f5420bc69 100644 --- a/ja/gltf/0_82_glb_import.html +++ b/ja/gltf/0_82_glb_import.html @@ -1,48 +1,102 @@ - + + + - - - - - - GlbImport(0.82) — UniVRM Programming Document ドキュメント - - - - - - - + + GlbImport(0.82) — UniVRM Programming Document ドキュメント + + + + + + + + + + - - - + + -
-
-
-
- + +
+ + +
+ +
+
+
+ +
+
+
+
+
-

GlbImport(0.82)

+

GlbImport(0.82)

0.82.1 の API です。 0.82.0 の場合は更新をお願いします。

以下のステップでロードします。

@@ -52,9 +106,9 @@
  • ロードした RuntimeGltfInstance 使う。RuntimeGltfInstance を破棄する。

  • -

    1. パースする

    +

    1. パースする

    -

    glb ファイルパスからパースする

    +

    glb ファイルパスからパースする

    • vrm もこの関数を使います。

    @@ -66,7 +120,7 @@
    -

    glb バイト列をパースする

    +

    glb バイト列をパースする

    • vrm もこの関数を使います。

    @@ -78,7 +132,7 @@
    -

    gltf ファイルパスからパースする

    +

    gltf ファイルパスからパースする

    GltfData Load(string path)
     {
         return new GltfFileWithResourceFilesParser(path).Parse();
    @@ -87,7 +141,7 @@
     
    -

    zip アーカイブからパースする

    +

    zip アーカイブからパースする

    gltf と関連するファイルを zip アーカイブしたファイルをパースできます(実験)。

    GltfData Load(string path)
     {
    @@ -97,7 +151,7 @@
     
    -

    ファイルパスの拡張子でパースする

    +

    ファイルパスの拡張子でパースする

    サンプルの SimpleViewer を参考にしてください。

    GltfData Load(string path)
     {
    @@ -109,9 +163,9 @@
     
    -

    2. ロードする

    +

    2. ロードする

    -

    sync

    +

    sync

    RuntimeGltfInstance Load(GltfData data)
     {
         // ImporterContext は使用後に Dispose を呼び出してください。
    @@ -126,7 +180,7 @@
     
    -

    async

    +

    async

    async RuntimeGltfInstance Load(GltfData data)
     {
         // ImporterContext は使用後に Dispose を呼び出してください。
    @@ -141,7 +195,7 @@
     
    -

    materialGenerator で URP 用のマテリアルをロードする

    +

    materialGenerator で URP 用のマテリアルをロードする

    materialGenerator 引き数(省略可能)を指定することで URP マテリアルを生成するようにカスタムできます。

    async RuntimeGltfInstance Load(GltfData data)
     {
    @@ -157,7 +211,7 @@
     
    -

    3. インスタンスを使用する

    +

    3. インスタンスを使用する

    // SkinnedMeshRenderer に対する指示
     instance.EnableUpdateWhenOffscreen();
     // 準備ができたら表示する(デフォルトでは非表示)
    @@ -172,85 +226,34 @@
     
    -
    +
    +
    - -
    -
    -
    - - - + \ No newline at end of file diff --git a/ja/gltf/format.html b/ja/gltf/format.html index dcffb015c..5f22307ff 100644 --- a/ja/gltf/format.html +++ b/ja/gltf/format.html @@ -1,54 +1,97 @@ - + + + - - - - - - glbフォーマット概説 — UniVRM Programming Document ドキュメント - - - - - - - + + glbフォーマット概説 — UniVRM Programming Document ドキュメント + + + + + + + + + + - + - - + -
    -
    -
    -
    - + +
    + + +
    + +
    +
    +
    + +
    +
    +
    +
    +
    -

    glbフォーマット概説

    +

    glbフォーマット概説

    JSON記述部と、画像や頂点配列を記録するバイナリ部の2つの部分からなります。

    gltf形式では、URLやパスで参照する方法で外部のバイナリデータにアクセスします。 glb形式ではJSON部とバイナリ部をひとつのファイルにまとめていて、バイト列のオフセットでバイナリデータにアクセスします。 プログラムから扱うには外部ファイルへのアクセスが無いglb形式の方が簡単1です。

    -

    glb形式

    +

    glb形式

    ヘッダ部 + チャンク部繰り返しという構造になっています。 実質的には、 ヘッダ部 + JSON CHUNk + BINARY CHUNKとなります。

    @@ -107,7 +150,7 @@ glb形式ではJSON部とバイナリ部をひとつのファイルにまとめ
    -

    python3によるパース例

    +

    python3によるパース例

    import struct
     import json
     
    @@ -184,74 +227,34 @@ glb形式ではJSON部とバイナリ部をひとつのファイルにまとめ
     
    -
    +
    +
    -
    +
    + - -

    目次

    - - -

    前のトピックへ

    -

    GltfUpdate(0.36)

    -

    次のトピックへ

    -

    RuntimeImport(0.82)

    -
    -

    このページ

    - -
    - - -
    -
    -
    -
    - - - + \ No newline at end of file diff --git a/ja/gltf/how_to_impl_extension.html b/ja/gltf/how_to_impl_extension.html index f665de862..ccd291a6b 100644 --- a/ja/gltf/how_to_impl_extension.html +++ b/ja/gltf/how_to_impl_extension.html @@ -1,51 +1,112 @@ - + + + - - - - - - glTF拡張の実装(0.63.2) — UniVRM Programming Document ドキュメント - - - - - - - + + glTF拡張の実装(0.63.2) — UniVRM Programming Document ドキュメント + + + + + + + + + + - - + -
    -
    -
    -
    - + +
    + + +
    + +
    +
    +
    + +
    +
    +
    +
    +
    -

    glTF拡張の実装(0.63.2)

    +

    glTF拡張の実装(0.63.2)

    UniVRM-0.63.2 から UniGLTF の構成が変わって、 extensions / extras の実装方法が変わりました。

    -

    GLTF 拡張とは

    +

    GLTF 拡張とは

    glTF は各所に extensions, extras が定義してありその中身を拡張できます。

    • extensions (またはextras)

    • @@ -66,7 +127,7 @@
    -

    UniGLTF の extensions

    +

    UniGLTF の extensions

    v0.63.0 以前は、GLTF extensions フィールドに、GLTFExtensions 型を定義して、VRM フィールドを定義するという方法をとっていました。

    class VRM
     {
    @@ -104,7 +165,7 @@ UniGLTF は import/
     
    -

    UniGLTF の拡張の書き方

    +

    UniGLTF の拡張の書き方

    拡張は、以下の部品要素から作れます。

    • 名前(JsonPath)。例: extensions.VRM, materials[*].extensions.KHR_materials_unlit

    • @@ -113,7 +174,7 @@ UniGLTF は import/
    • シリアライザーexport)。T型 => jsonバイト列

    -

    JSONPATH と 型を決める

    +

    JSONPATH と 型を決める

    // 型
     class GoodMaterial
     {
    @@ -126,7 +187,7 @@ UniGLTF は import/
     
    -

    import

    +

    import

    GoodMaterial DeserializeGoodMaterial(ListTreeNode<JsonValue> json)
     {
         // デシリアライズ。手で書くかコード生成する(後述)
    @@ -164,7 +225,7 @@ UniGLTF は import/
     
    -

    export

    +

    export

    void SerializeGoodMaterial(UniJSON.JsonFormatter f, GoodMaterial value)
     {
         // シリアライズ。手で書くかコード生成する(後述)
    @@ -196,9 +257,9 @@ UniGLTF は import/
     
    -

    実装例

    +

    実装例

    -

    GLTF: GLTF全体

    +

    GLTF: GLTF全体

    C#の型からコード生成

    • Assets\UniGLTF\Runtime\UniGLTF\Format\GltfSerializer.g.cs

    • @@ -212,7 +273,7 @@ UniGLTF は import/

      生成コードの呼び出し

    -

    GLTF: meshes[*].extras.targetNames

    +

    GLTF: meshes[*].extras.targetNames

    コード生成せずに手書き

    • Assets\UniGLTF\Runtime\UniGLTF\Format\ExtensionsAndExtras\gltf_mesh_extras_targetNames.cs

    • @@ -220,7 +281,7 @@ UniGLTF は import/

      生成コードの呼び出し

    -

    GLTF: materials[*].extensions.KHR_materials_unlit

    +

    GLTF: materials[*].extensions.KHR_materials_unlit

    コード生成せずに手書き

    • Assets\UniGLTF\Runtime\UniGLTF\Format\ExtensionsAndExtras\KHR_materials_unlit.cs

    • @@ -228,7 +289,7 @@ UniGLTF は import/

      生成コードの呼び出し

    -

    GLTF: materials[*].extensions.KHR_texture_transform

    +

    GLTF: materials[*].extensions.KHR_texture_transform

    コード生成せずに手書き

    • Assets\UniGLTF\Runtime\UniGLTF\Format\ExtensionsAndExtras\KHR_texture_transform.cs

    • @@ -240,7 +301,7 @@ UniGLTF は import/
    -

    VRM0: extensions.VRM

    +

    VRM0: extensions.VRM

    C#の型からコード生成

    • Assets\VRM\Runtime\Format\VRMSerializer.g.cs

    • @@ -258,59 +319,59 @@ UniGLTF は import/
    -

    VRM1: extensions.VRMC_vrm など

    +

    VRM1: extensions.VRMC_vrm など

    JsonSchemaからコード生成

    5つの Extensions に分かれたので個別に作成。 ささる場所(JsonPath)が違うのに注意。

    -

    extensions.VRMC_vrm

    +

    extensions.VRMC_vrm

    • Assets\VRM10\Runtime\Format\VRM

    -

    materials[*].extensions.VRMC_materials_mtoon

    +

    materials[*].extensions.VRMC_materials_mtoon

    • Assets\VRM10\Runtime\Format\MaterialsMToon

    -

    nodes[*].extensions.VRMC_node_collider

    +

    nodes[*].extensions.VRMC_node_collider

    • Assets\VRM10\Runtime\Format\NodeCollider

    -

    extensions.VRMC_springBone

    +

    extensions.VRMC_springBone

    • Assets\VRM10\Runtime\Format\SpringBone

    -

    extensions.VRMC_vrm_constraints

    +

    extensions.VRMC_vrm_constraints

    • Assets\VRM10\Runtime\Format\Constraints

    -

    ジェネレーターの呼び出しコード

    +

    ジェネレーターの呼び出しコード

    • Assets\VRM10\Editor\GeneratorMenu.cs

    -

    生成コードの呼び出し

    +

    生成コードの呼び出し

    -

    コード生成

    +

    コード生成

    JSON と C# の型との シリアライズ/デシリアライズは定型コードになるので、ジェネレーターがあります。 C# の型から生成するものと、JsonSchema から C# の型とともに生成するものがあります。

    -

    C# の型から生成

    +

    C# の型から生成

    -

    シリアライザー

    +

    シリアライザー

    ジェネレーターを呼び出すコードを作成します。

    • 元になる型

    • @@ -385,7 +446,7 @@ C# の型から生成するものと、JsonSchema から C# の型とともに
    -

    デシリアライザー

    +

    デシリアライザー

    ジェネレーターを呼び出すコードを作成します。

    • 元になる型

    • @@ -461,7 +522,7 @@ C# の型から生成するものと、JsonSchema から C# の型とともに
    -

    キー出力の抑制

    +

    キー出力の抑制

    index に無効な値として -1 を入れる場合に、JSONではキーを出力しないとしたいことがあります。

    TODO: int? にするべきだった

    [JsonSchema(Minimum = 0)]
    @@ -480,7 +541,7 @@ C# の型から生成するものと、JsonSchema から C# の型とともに
     
    -

    enum のエンコーディング

    +

    enum のエンコーディング

    enumの値の名前を文字列で使う、enumの値の数値を使うの2種類がありえます。 enumの場合はデフォルト値が無いので必須です。

    [JsonSchema(EnumSerializationType = EnumSerializationType.AsInt)]
    @@ -493,7 +554,7 @@ enumの場合はデフォルト値が無いので必須です。

    -

    JsonSchemaから生成

    +

    JsonSchemaから生成

    VRM-1.0 の実装

    TODO:

    @@ -501,107 +562,34 @@ enumの場合はデフォルト値が無いので必須です。

    -
    +
    +
    - -
    -
    -
    - - - + \ No newline at end of file diff --git a/ja/gltf/index.html b/ja/gltf/index.html new file mode 100644 index 000000000..a67396598 --- /dev/null +++ b/ja/gltf/index.html @@ -0,0 +1,147 @@ + + + + + + + glTF — UniVRM Programming Document ドキュメント + + + + + + + + + + + + + + + + + +
    + + +
    + +
    +
    +
    + +
    +
    +
    +
    + +
    +

    glTF

    + + + + + + + + + + + + + + + + + + + + + + + +

    version

    v0.82.1

    materialGenerator(URP対応) 引き数と VrmData

    v0.79

    GltfData

    v0.77

    RuntimeGltfInstance

    v0.68

    GltfParser

    v0.63.2

    gltf の extension の実装方法を変更

    + +
    + + +
    +
    + +
    +
    +
    +
    + + + + \ No newline at end of file diff --git a/ja/history.html b/ja/history.html deleted file mode 100644 index 2ab0ab3b9..000000000 --- a/ja/history.html +++ /dev/null @@ -1,135 +0,0 @@ - - - - - - - - - Version — UniVRM Programming Document ドキュメント - - - - - - - - - - - - - - -
    -
    -
    -
    - -
    -

    Version

    - - - - - - - - - - - - - - - - - - - - - - - - - - -

    version

    v0.82.1

    materialGenerator(URP対応) 引き数と VrmData

    v0.79

    GltfData

    v0.77

    RuntimeGltfInstance

    v0.68

    GltfParser

    v0.63.2

    gltf の extension の実装方法を変更

    v0.56

    BlendShapeKey の仕様変更

    -
    - - -
    -
    -
    -
    - -
    -
    - - - - \ No newline at end of file diff --git a/ja/implementation/coordinate.html b/ja/implementation/coordinate.html index 3bcf03758..6dde25fe1 100644 --- a/ja/implementation/coordinate.html +++ b/ja/implementation/coordinate.html @@ -1,50 +1,98 @@ - + + + - - - - - - 座標系の変換 — UniVRM Programming Document ドキュメント - - - - - - - - - + + 座標系の変換 — UniVRM Programming Document ドキュメント + + + + + + + + + + + + - - + -
    -
    -
    -
    - + +
    + + +
    + +
    +
    +
    + +
    +
    +
    +
    +
    -

    座標系の変換

    +

    座標系の変換

    UniVRMは、インポート・エクスポート時に座標変換を実行しています。

    @@ -93,16 +141,16 @@
    -

    UV

    +

    UV

    以下のように変換します。

    \[V^{\prime} = 1 - V\]
    -

    Unity <-> VRM0

    +

    Unity <-> VRM0

    Z軸を反転します。

    -

    Vector3: Position, Normalなど

    +

    Vector3: Position, Normalなど

    public static Vector3 ReverseZ(this Vector3 v)
     {
         return new Vector3(v.x, v.y, -v.z);
    @@ -111,7 +159,7 @@
     
    -

    Quaternion: Rotation

    +

    Quaternion: Rotation

    public static Quaternion ReverseZ(this Quaternion q)
     {
         float angle;
    @@ -123,7 +171,7 @@
     
    -

    Matrix: BindMatrices

    +

    Matrix: BindMatrices

    スケール値が入っているとうまくいきません

    public static Matrix4x4 ReverseZ(this Matrix4x4 m)
     {
    @@ -139,84 +187,40 @@
     
    -

    Unity <-> VRM1

    +

    Unity <-> VRM1

    X軸を反転します。

    -
    +
    +
    -
    +
    + - -

    目次

    - - -

    前のトピックへ

    -

    Texture関連

    -

    次のトピックへ

    -

    FastSpringBoneについて

    -
    -

    このページ

    - -
    - - -
    -
    -
    -
    - - - + \ No newline at end of file diff --git a/ja/implementation/fast_spring_bone.html b/ja/implementation/fast_spring_bone.html index d840f9e35..f32004c60 100644 --- a/ja/implementation/fast_spring_bone.html +++ b/ja/implementation/fast_spring_bone.html @@ -1,66 +1,112 @@ - + + + - - - - - - FastSpringBoneについて — UniVRM Programming Document ドキュメント - - - - - - - + + FastSpringBoneについて — UniVRM Programming Document ドキュメント + + + + + + + + + + - - + -
    -
    -
    -
    - + +
    + + +
    + +
    +
    +
    + +
    +
    +
    +
    +
    -

    FastSpringBoneについて

    +

    FastSpringBoneについて

    -

    概要

    +

    概要

    UniVRMでは、DOTSを利用した高速なSpringBone実装である「FastSpringBone」を用意しています。

    揺れ物の各房を並列処理・最適化することで1フレームあたりの処理時間を大幅に抑えます。

    VRM0.x と VRM1.0 で、それぞれFastSpringBoneの立ち位置・実装が異なります。

    -

    VRM 1.0 での FastSpringBone の概要

    +

    VRM 1.0 での FastSpringBone の概要

    VRM1.0ではFastSpringBoneが揺れものの標準実装です。

    VRMのライフサイクルに紐付いて自動的に生成・破棄されます。

    -

    VRM 0.x での FastSpringBone の概要

    +

    VRM 0.x での FastSpringBone の概要

    VRM0.xでは後方互換性を保つため、デフォルトでは従来のDOTS実装でないSpringBoneで動作します。

    VRM0.x向けのFastSpringBone実装は VRM/Runtime/FastSpringBone ディレクトリにあります。

    -

    VRM 0.x での FastSpringBone の導入方法

    +

    VRM 0.x での FastSpringBone の導入方法

    差し替えを行いたいタイミングで FastSpringBoneReplacer.ReplaceAsync を呼び出してください

    これを明示的に呼ばなければ、従来のSpringBoneのまま動作します。

    using (var loader = new UniGLTF.ImporterContext(data))
    @@ -76,12 +122,12 @@ instance.ShowMeshes();
     
    -

    Burstの導入について

    +

    Burstの導入について

    UniVRM に加えて Burst を別途導入すると、 FastSpringBone が Burst によって高速化されます。

    Burst の導入方法は こちら をご参照ください。

    -

    FastSpringBoneServiceについて

    +

    FastSpringBoneServiceについて

    FastSpringBone が実行されると、FastSpringBone Service GameObject が DontDestroyOnLoad で生成されます。

    これは全 VRM の FastSpringBone を集め、バッファの構築や、 FastSpringBone の実行タイミングの制御などを行う GameObject です。

    明示的に破棄を行いたい場合は FastSpringBoneService.Free を呼んでください。

    @@ -89,76 +135,34 @@ instance.ShowMeshes();
    -
    +
    +
    -
    +
    + - -

    目次

    - - -

    前のトピックへ

    -

    座標系の変換

    -

    次のトピックへ

    -

    VRアプリケーションの FirstPerson 設定による Renderer の可視制御

    -
    -

    このページ

    - -
    - - -
    -
    -
    -
    - - - + \ No newline at end of file diff --git a/ja/implementation/first_person.html b/ja/implementation/first_person.html index 9d60f097f..16b14c859 100644 --- a/ja/implementation/first_person.html +++ b/ja/implementation/first_person.html @@ -1,48 +1,86 @@ - + + + - - - - - - VRアプリケーションの FirstPerson 設定による Renderer の可視制御 — UniVRM Programming Document ドキュメント - - - - - - - + + VRアプリケーションの FirstPerson 設定による Renderer の可視制御 — UniVRM Programming Document ドキュメント + + + + + + + + + + - + - - + -
    -
    -
    -
    - + +
    + + +
    + +
    +
    +
    + +
    +
    +
    +
    +
    -

    VRアプリケーションの FirstPerson 設定による Renderer の可視制御

    +

    VRアプリケーションの FirstPerson 設定による Renderer の可視制御

    • isSelf==true 自分のアバター

    • isSelf==false 自分以外のアバター

    • @@ -112,63 +150,34 @@
    -
    +
    +
    -
    +
    + - -

    前のトピックへ

    -

    FastSpringBoneについて

    -

    次のトピックへ

    -

    GlbImport(0.82)

    -
    -

    このページ

    - -
    - - -
    -
    -
    -
    - - - + \ No newline at end of file diff --git a/ja/implementation/index.html b/ja/implementation/index.html new file mode 100644 index 000000000..471368ca4 --- /dev/null +++ b/ja/implementation/index.html @@ -0,0 +1,125 @@ + + + + + + + 実装メモ — UniVRM Programming Document ドキュメント + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/ja/implementation/runtime_resource_management.html b/ja/implementation/runtime_resource_management.html index 6c3e1ad8f..b560fc5cb 100644 --- a/ja/implementation/runtime_resource_management.html +++ b/ja/implementation/runtime_resource_management.html @@ -1,52 +1,97 @@ - + + + - - - - - - Runtime のリソース管理について — UniVRM Programming Document ドキュメント - - - - - - - + + Runtime のリソース管理について — UniVRM Programming Document ドキュメント + + + + + + + + + + - - - + + -
    -
    -
    -
    - + +
    + + +
    + +
    +
    +
    + +
    +
    +
    +
    +
    -

    Runtime のリソース管理について

    +

    Runtime のリソース管理について

    Runtime Import で Texture, Material, Mesh などのリソースを Root の GameObject.OnDestroy と同時に UnityEngine.Object.Destroy したい。

    -

    RuntimeGltfInstance

    +

    RuntimeGltfInstance

    RuntimeGltfInstance.OnDestroy で破棄を実行するようにした。

    ImporterContext
         [Own]List<Mesh>
    @@ -70,7 +115,7 @@ RuntimeGltfInstance
     
    -

    Vrm10Instance

    +

    Vrm10Instance

    Vrm10Importer
         [Own]HumanoidAvatar
         [Own]Vrm10Object
    @@ -85,7 +130,7 @@ RuntimeGltfInstance
     
    -

    FirstPerson

    +

    FirstPerson

    👇  Vrm10Instance.FirstPerson.SetupAsync
     
     RuntimeGltfInstance
    @@ -97,75 +142,34 @@ RuntimeGltfInstance
     
    -
    +
    +
    -
    +
    + - -

    目次

    - - -

    前のトピックへ

    -

    アプリケーションのビルド

    -

    次のトピックへ

    -

    Texture関連

    -
    -

    このページ

    - -
    - - -
    -
    -
    -
    - - - + \ No newline at end of file diff --git a/ja/implementation/texture_manipulation.html b/ja/implementation/texture_manipulation.html index 252e2fac0..11f648790 100644 --- a/ja/implementation/texture_manipulation.html +++ b/ja/implementation/texture_manipulation.html @@ -1,52 +1,102 @@ - + + + - - - - - - Texture関連 — UniVRM Programming Document ドキュメント - - - - - - - + + Texture関連 — UniVRM Programming Document ドキュメント + + + + + + + + + + - - + -
    -
    -
    -
    - + +
    + + +
    + +
    +
    +
    + +
    +
    +
    +
    +
    -

    Texture関連

    +

    Texture関連

    -

    Unity の linear の テクスチャーの挙動について

    +

    Unity の linear の テクスチャーの挙動について

    -

    Runtime

    +

    Runtime

    new する場合は、

    var texture = new Texture2D(width, height, format, mipChain, linear = true);
     
    @@ -54,7 +104,7 @@

    とする。

    -

    Editor(Asset)

    +

    Editor(Asset)

    AssetFolder の png/jpg からloadする場合は、 事前に設定が必用。

    var textureImporter = AssetImporter.GetAtPath(assetPath) as TextureImporter;
    @@ -68,12 +118,12 @@
     
    -

    Unity の NormalMap の挙動について

    +

    Unity の NormalMap の挙動について

    MToon の NormalMap も同じ

    -

    Runtime

    +

    Runtime

    new する場合は、

    var texture = new Texture2D(width, height, format, mipChain, linear = true);
     
    @@ -90,7 +140,7 @@ y と w の2要素だけを使います。

    -

    Editor(Asset)

    +

    Editor(Asset)

    AssetFolder の png/jpg からloadする場合は、 ロードする前に設定が必用。

    var textureImporter = AssetImporter.GetAtPath(assetPath) as TextureImporter;
    @@ -106,80 +156,34 @@ y と w の2要素だけを使います。

    -
    +
    +
    -
    +
    + - -

    目次

    - - -

    前のトピックへ

    -

    Runtime のリソース管理について

    -

    次のトピックへ

    -

    座標系の変換

    -
    -

    このページ

    - -
    - - -
    -
    -
    -
    - - - + \ No newline at end of file diff --git a/ja/index.html b/ja/index.html index eef86f8a0..baebb974d 100644 --- a/ja/index.html +++ b/ja/index.html @@ -1,155 +1,92 @@ - + + + - - - - - - UniVRM Programming Document — UniVRM Programming Document ドキュメント - - - - - - - + + UniVRM Programming Document — UniVRM Programming Document ドキュメント + + + + + + + + + + - - - + + -
    -
    -
    -
    - + +
    + + +
    + +
    +
    +
    + +
    +
    +
    +
    +
    -

    UniVRM Programming Document

    +

    UniVRM Programming Document

    これは、UniVRM の開発ドキュメントです。 UnityでVRMをエクスポートする方法などについては manual を参照してください。

    -
    -

    概要

    - -
    -
    -

    build

    -

    UniVRMを使うアプリケーションのビルドに関する注意事項

    - -
    -
    -

    実装メモ

    - -
    -
    -

    glTF

    - -
    -
    -

    VRM

    - -
    -

    Samples

    -
      -
    • SimpleViewer

    • -
    • RuntimeExporerSample

    • -
    • FirstPersonSample

    • -
    • AnimationBridgeSample

    • -
    -
    -
    -
    -

    VRM-1.0(β)

    - -
    -

    Samples

    -
      -
    • VRM10Viewer

    • -
    -
    -
    -
    -

    Release

    -
    -

    Indices and tables

    +

    Indices and tables

    +
    +
    - -
    -
    -
    - - - + \ No newline at end of file diff --git a/ja/objects.inv b/ja/objects.inv index 6befbd8fd..8b6cd74c4 100644 Binary files a/ja/objects.inv and b/ja/objects.inv differ diff --git a/ja/package.html b/ja/package.html deleted file mode 100644 index 05a3c6c73..000000000 --- a/ja/package.html +++ /dev/null @@ -1,166 +0,0 @@ - - - - - - - - - パッケージ構成 — UniVRM Programming Document ドキュメント - - - - - - - - - - - - - - -
    -
    -
    -
    - -
    -

    パッケージ構成

    -
    -

    パッケージ

    - - - - - - - - - - - - - - - - - - - - - -

    unitypackage

    folder

    contents

    VRMShaders_UniGLTF

    Assets/VRMShaders, Assets/UniGLTF

    VRMShaders と UniGLTF

    UniVRM

    Assets/VRM

    VRM-0.X

    VRM

    Assets/VRM10

    VRM-1.0(β)

    -
    +----------++----------+
    -|UniVRM-0.X||UniVRM-1.0|
    -+----------++----------+
    -+----------------------+
    -|       UniGLTF        |
    -+----------------------+
    -|      VRMShaders      |
    -+----------------------+
    -
    -
    -
    -
    -

    UPM

    -
    // manifest.json 抜粋
    -{
    -  "dependencies": {
    -    "com.vrmc.vrmshaders": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRMShaders#v0.82.1",
    -    "com.vrmc.gltf": "https://github.com/vrm-c/UniVRM.git?path=/Assets/UniGLTF#v0.82.1", // rename unigltf to gltf
    -    "com.vrmc.univrm": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM#v0.82.1",
    -    "com.vrmc.vrm": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM10#v0.82.1", // rename univrm1 to vrm
    -  }
    -}
    -
    -
    -
    -
    - - -
    -
    -
    -
    - -
    -
    - - - - \ No newline at end of file diff --git a/ja/release/055/index.html b/ja/release/055/index.html index ce6cf2592..306c8f4b3 100644 --- a/ja/release/055/index.html +++ b/ja/release/055/index.html @@ -1,148 +1,167 @@ - + + + - - - - - - ~v0.55: Unity-5.6(.NET-3.5) — UniVRM Programming Document ドキュメント - - - - - - - + + ~v0.55: Unity-5.6(.NET-3.5) — UniVRM Programming Document ドキュメント + + + + + + + + + + - - - - + + + -
    -
    -
    -
    - + +
    + + +
    + +
    +
    +
    + +
    +
    +
    +
    +
    -

    ~v0.55: Unity-5.6(.NET-3.5)

    +

    ~v0.55: Unity-5.6(.NET-3.5)

    -

    UnityPackage

    +

    UnityPackage

    • UniVRM-0.XX.0_YYYY.unitypackage

    -

    Releases

    +

    Releases

    -
    +
    +
    -
    +
    + - -

    目次

    - - -

    前のトピックへ

    -

    v0.56~v0.67: Unity-2018.4

    -

    次のトピックへ

    -

    v0.55.0

    -
    -

    このページ

    - -
    - - -
    -
    -
    -
    - - - + \ No newline at end of file diff --git a/ja/release/055/v0.40.html b/ja/release/055/v0.40.html index 27b96fa2c..c4f1870bc 100644 --- a/ja/release/055/v0.40.html +++ b/ja/release/055/v0.40.html @@ -1,48 +1,110 @@ - + + + - - - - - - v0.40 — UniVRM Programming Document ドキュメント - - - - - - - + + v0.40 — UniVRM Programming Document ドキュメント + + + + + + + + + + - - - + + + -
    -
    -
    -
    - + +
    + + +
    + +
    +
    +
    + +
    +
    +
    +
    +
    -

    v0.40

    +

    v0.40

    -

    Major fixes:

    +

    Major fixes:

    • (Exporter) Capable of collecting VRMSpringBone other than secondary (since VRMSpringBone's attached position is not recorded, all of VRMSpringBones will be attached to secondary during the import)

    • (Importer) Added the callback "OnError" to LoadVRMAsync

    • @@ -55,7 +117,7 @@
    • (UniGLTF) Fixed bugs that all textures became the same when putting vrm directly under Assets

    -

    We released v0.40 as the version of bugs corrections in v0.39

    +

    We released v0.40 as the version of bugs corrections in v0.39

    • Importing Texture fails if VRM file is put directly under the Assets folder. There is a bug in parsing path. v0.39 package was in the erroneous state described above before the following commit:

    • @@ -66,70 +128,34 @@ v0.39 package was in the erroneous state described above before the following co
    -
    +
    +
    -
    +
    + - -

    目次

    - - -

    前のトピックへ

    -

    v0.41

    -
    -

    このページ

    - -
    - - -
    -
    -
    -
    - - - + \ No newline at end of file diff --git a/ja/release/055/v0.41.html b/ja/release/055/v0.41.html index a99af66db..a262428f5 100644 --- a/ja/release/055/v0.41.html +++ b/ja/release/055/v0.41.html @@ -1,55 +1,113 @@ - + + + - - - - - - v0.41 — UniVRM Programming Document ドキュメント - - - - - - - + + v0.41 — UniVRM Programming Document ドキュメント + + + + + + + + + + - - - - + + + -
    -
    -
    -
    - + +
    + + +
    + +
    +
    +
    + +
    +
    +
    +
    +
    -

    v0.41

    +

    v0.41

    -

    ※Important Information※

    +

    ※Important Information※

    -

    Major Updates:

    +

    Major Updates:

    • [Exporter] Corrected exported normal map (for DXT5)

    • [Exporter] Fixed bugs that material parameters were gone when exporting VRM at runtime (for ShaderProperty that cannot be enumerated)

    • @@ -61,7 +119,7 @@
    -

    Editor Updates:

    +

    Editor Updates:

    • [Editor] Added version# in VRM menu

    • [Editor] Added git hash to unitypackage file name

    • @@ -69,7 +127,7 @@
    -

    API Updates:

    +

    API Updates:

    • [Importer] Added the argument: show. Now you can choose to undisplay VRM model when VrmImporter.LoadVrmAsync is ended

    • [Importer] Extended code that relies on unpacking textures in the same path as glb

    • @@ -90,7 +148,7 @@
    +
    -
    +
    + - -

    目次

    - - -

    前のトピックへ

    -

    v0.42

    -

    次のトピックへ

    -

    v0.40

    -
    -

    このページ

    - -
    - - -
    -
    -
    -
    - - - + \ No newline at end of file diff --git a/ja/release/055/v0.42.html b/ja/release/055/v0.42.html index e56c74dd3..59be80875 100644 --- a/ja/release/055/v0.42.html +++ b/ja/release/055/v0.42.html @@ -1,52 +1,110 @@ - + + + - - - - - - v0.42 — UniVRM Programming Document ドキュメント - - - - - - - + + v0.42 — UniVRM Programming Document ドキュメント + + + + + + + + + + - - - - + + + -
    -
    -
    -
    - + +
    + + +
    + +
    +
    +
    + +
    +
    +
    +
    +
    -

    v0.42

    +

    v0.42

    -

    ※Important Information※

    +

    ※Important Information※

    The errors in VRM output from earlier versions (UniVRM 0.41 and before) have been fixed in v0.42. However, this fix comes along with the following impact:

    • The exported VRM data in v0.42 or later cannot be imported correctly in the earlier versions

    • @@ -55,7 +113,7 @@ If you are using UniVRM to import VRM data, please update UniVRM to the latest version as soon as you can.

    -

    UV Bugs Fix:

    +

    UV Bugs Fix:

    In v0.41 and the earlier versions, converting UV between Unity and GLTF was incorrect.

    Before

    var converted_uv = new Vec2(uv.x, -uv.y); // value becomes negative
    @@ -67,7 +125,7 @@ If you are using UniVRM to import VRM data, please update UniVRM to the latest v
     

    This change influences both import and export.

    -

    Current status in v0.42:

    +

    Current status in v0.42:

    • The UV of imported VRM is correct.

    • V will become negative when loading the correct UV of VRM with the earlier versions.

    • @@ -102,13 +160,13 @@ If you are using UniVRM to import VRM data, please update UniVRM to the latest v
    -

    Tangents Bugs Fix:

    +

    Tangents Bugs Fix:

    The method to call Mesh.RecalculateTangents was inappropriate and it was not able to generate Tangents. We have fixed this issue. It influences the use of normal map.

    -

    Tangents processing modification:

    +

    Tangents processing modification:

    • Tangents can be calculated and generated from Normal and UV

    • The differences of coordinate axes between GLTF and Unity can be absorbed

    • @@ -119,9 +177,9 @@ It influences the use of normal map.

    -

    GLTF Improvement:

    +

    GLTF Improvement:

    -

    /bufferViews/*/byteStridewill not output

    +

    /bufferViews/*/byteStridewill not output

    It seems necessary for outputting OpenGL's interleaved vbo format:

    // Example of interleaved format
     struct Vertex
    @@ -139,7 +197,7 @@ It influences the use of normal map.

    Also, we found that ByteStride should not output to Index.

    -

    GLTF material support improvement:

    +

    GLTF material support improvement:

    • /materials/*/alphaMode

    • /materials/*/doubleSided

    • @@ -154,122 +212,65 @@ It influences the use of normal map.

    -

    VRM JsonShcema Release:

    +

    VRM JsonShcema Release:

    • https://github.com/dwango/UniVRM/tree/master/specification/0.0/schema

    -

    Directory Structure Changes:

    +

    Directory Structure Changes:

    • VRM/UniHumanoid => VRM/UniGLTF/UniHumanoid

    • VRM/Scripts/DepthFirstScheduler(Former UniTask) => VRM/UniGLTF/DepthFirstScheduler

    -

    BlendShape Asset:

    +

    BlendShape Asset:

    The asset for BlendShape now is independent (previously it is a sub-asset of Prefab)

    • https://github.com/dwango/UniVRM/pull/26

    -

    BlendShape Reference:

    +

    BlendShape Reference:

    The state of BlendShape before model normalization is now used as a reference. You can make BlendShape before normalization and Bake the state of BlendShape during normalization.

    -

    UniHumanoid BVH Judgement Fix:

    +

    UniHumanoid BVH Judgement Fix:

    We fixed BVH skeleton estimation. Report errors here when it fails: https://github.com/ousttrue/UniHumanoid/issues

    -
    +
    +
    -
    +
    + - -

    目次

    - - -

    前のトピックへ

    -

    v0.43

    -

    次のトピックへ

    -

    v0.41

    -
    -

    このページ

    - -
    - - -
    -
    -
    -
    - - - + \ No newline at end of file diff --git a/ja/release/055/v0.43.html b/ja/release/055/v0.43.html index 5acb84dd1..f0da6c0e2 100644 --- a/ja/release/055/v0.43.html +++ b/ja/release/055/v0.43.html @@ -1,52 +1,110 @@ - + + + - - - - - - v0.43 — UniVRM Programming Document ドキュメント - - - - - - - + + v0.43 — UniVRM Programming Document ドキュメント + + + + + + + + + + - - - - + + + -
    -
    -
    -
    - + +
    + + +
    + +
    +
    +
    + +
    +
    +
    +
    +
    -

    v0.43

    +

    v0.43

    -

    ※Important Information※

    +

    ※Important Information※

    The errors in VRM output from earlier versions (UniVRM 0.41 and before) have been fixed since v0.42. However, this fix comes along with the following impact:

    • The exported VRM data in v0.42 or later cannot be imported correctly in the earlier versions

    • @@ -55,7 +113,7 @@ If you are using UniVRM to import VRM data, please update UniVRM to the latest version as soon as you can.

    -

    BlendShape Object Bug Fix:

    +

    BlendShape Object Bug Fix:

    In v0.42, BlendShape.Clips will not be saved if you try to save clips in the following order:

    • Import VRM

    • @@ -70,7 +128,7 @@ If you are using UniVRM to import VRM data, please update UniVRM to the latest v

      This issue has been fixed in v0.43.

    -

    How to restore empty BlendShape resulted by v0.42:

    +

    How to restore empty BlendShape resulted by v0.42:

    Either way described below can restore BlendShape clips once UniVRM is updated to v0.43.

    1. Right click VRM file and select Reimport.

    2. @@ -84,7 +142,7 @@ If you are using UniVRM to import VRM data, please update UniVRM to the latest v The BlendShape clips set before will be back (the BlendShape clips in the same folder).

    -

    Other Fixes:

    +

    Other Fixes:

    • Normal map conversion fix at runtime loading: https://github.com/ousttrue/UniGLTF/issues/21

    • Added the argument: VRMSpringBone.Setup(force)https://github.com/dwango/UniVRM/commit/b99e7cb9a47de77280eece57d6ed5e7718e848db

    • @@ -93,76 +151,34 @@ The BlendShape clips set before will be back (the BlendShape clips in the same f
    -
    +
    +
    -
    +
    + - -

    目次

    - - -

    前のトピックへ

    -

    v0.44: UniGLTF/UniUnlit 追加

    -

    次のトピックへ

    -

    v0.42

    -
    -

    このページ

    - -
    - - -
    -
    -
    -
    - - - + \ No newline at end of file diff --git a/ja/release/055/v0.44.html b/ja/release/055/v0.44.html index f618d8ee7..1b1db41d0 100644 --- a/ja/release/055/v0.44.html +++ b/ja/release/055/v0.44.html @@ -1,55 +1,113 @@ - + + + - - - - - - v0.44: UniGLTF/UniUnlit 追加 — UniVRM Programming Document ドキュメント - - - - - - - + + v0.44: UniGLTF/UniUnlit 追加 — UniVRM Programming Document ドキュメント + + + + + + + + + + - - - - + + + -
    -
    -
    -
    - + +
    + + +
    + +
    +
    +
    + +
    +
    +
    +
    +
    -

    v0.44: UniGLTF/UniUnlit 追加

    +

    v0.44: UniGLTF/UniUnlit 追加

    67a6 https://github.com/dwango/UniVRM/releases/tag/v0.44

    -

    ※大切なお知らせ※

    +

    ※大切なお知らせ※

    -

    新シェーダーを0.43以前のバージョンでImportしたとき

    +

    新シェーダーを0.43以前のバージョンでImportしたとき

    0.44で新シェーダーUniGLTF/Unlit を追加しました。

    【UniGLTF/Unlit】 既存のUnlit系シェーダではできなかった、

    @@ -65,7 +123,7 @@
    -

    法線マップの入出力について

    +

    法線マップの入出力について

    0.44から正しくエクスポートし、正しくインポートできるようになりました。
    そのため、法線モデルを含んだモデルは、0.44以降でエクスポートし、
    0.44以降のアプリケーションでロードしなければ正しく表示されません。
    @@ -73,7 +131,7 @@

    -

    [GLTF]UniUnlitの導入

    +

    [GLTF]UniUnlitの導入

    新規に UniGLTF/Unlit を導入しました。
    既存のUnlit系シェーダーでできなかった、

      @@ -85,14 +143,14 @@

      を設定できます。

    -

    [VRM] UnlitとStandardマテリアルに関しては、VRM部に重複した情報を保存しない仕様変更

    +

    [VRM] UnlitとStandardマテリアルに関しては、VRM部に重複した情報を保存しない仕様変更

    0.43以前では、/materials/extensions/VRM/materialProperties に2重に情報を保存していました。 0.44から、~~GLTFで記述可能な~~GLTFとだいたい互換できる UnlitStandard/materials に一本化することにしました。

    GLTFで表現できないマテリアル情報は、

    VRM/MToonVRM/UnlitTransparentZWrite です。

    -

    [VRM]正規化する時にDisableのGameObjectがあると失敗する場合があるのを修正

    +

    [VRM]正規化する時にDisableのGameObjectがあると失敗する場合があるのを修正

    HumanBoneに割り当てられていてDisableなど、一定の条件で失敗するのを修正しました。

    • https://github.com/dwango/UniVRM/issues/36

    • @@ -100,7 +158,7 @@
    -

    [GLTF]NormalMap等のマテリアル対応関連

    +

    [GLTF]NormalMap等のマテリアル対応関連

    • https://github.com/dwango/UniVRM/issues/17

    • https://github.com/dwango/UniVRM/issues/46

    • @@ -109,13 +167,13 @@
    • https://github.com/dwango/UniVRM/issues/36

    -

    NormalMap asset import

    +

    NormalMap asset import

    textureImporter.textureType = TextureImporterType.NormalMap;
     
    -

    NormalMap runtime import

    +

    NormalMap runtime import

    pack

    fixed4 frag(v2f i) : SV_Target
     {
    @@ -132,7 +190,7 @@
     
    -

    NormalMap export

    +

    NormalMap export

    unpack

    • https://github.com/ousttrue/UniGLTF/issues/29

    • @@ -140,39 +198,39 @@
    -

    [GLTF]Animation関連

    +

    [GLTF]Animation関連

    GLTFのアニメーション対応を更新しました。

    -

    import

    +

    import

    Unityのlegacy AnimationClipとしてロードできます。 GameObjectに対する、 localPosition, localRotation, localScale とBlendShapeのキーフレームに対応しています。

    -

    editor export

    +

    editor export

    エクスポート対象のルートにアタッチされた Animation または Animator のヒューマノイドではない AnimationClip(legacy or generic) の、localPosition, localRotation, localScale を出力できます。BlendShapeは未対応です。

    -

    [MToon]更新

    +

    [MToon]更新

    • https://github.com/Santarh/MToon/releases/tag/v1.5

    -

    [GLTF]Importerインタフェース整理

    +

    [GLTF]Importerインタフェース整理

    • https://github.com/dwango/UniVRM/wiki/Runtime-import

    -

    [VRM] Auto指定のMeshRendererが一人称視点で非表示になるのを修正

    +

    [VRM] Auto指定のMeshRendererが一人称視点で非表示になるのを修正

    • https://github.com/dwango/UniVRM/commit/b7ab741b16c9037b12defc6a34c885953635bd7c

    -

    [GLTF]GLBエクスポーター

    +

    [GLTF]GLBエクスポーター

    GLBエクスポーターが動作するようになりました。

    +
    -
    +
    + - -

    目次

    - - -

    前のトピックへ

    -

    v0.45

    -

    次のトピックへ

    -

    v0.43

    -
    -

    このページ

    - -
    - - -
    -
    -
    -
    - - - + \ No newline at end of file diff --git a/ja/release/055/v0.45.html b/ja/release/055/v0.45.html index ed144e7b1..2baf80ca4 100644 --- a/ja/release/055/v0.45.html +++ b/ja/release/055/v0.45.html @@ -1,53 +1,111 @@ - + + + - - - - - - v0.45 — UniVRM Programming Document ドキュメント - - - - - - - + + v0.45 — UniVRM Programming Document ドキュメント + + + + + + + + + + - - - - + + + -
    -
    -
    -
    - + +
    + + +
    + +
    +
    +
    + +
    +
    +
    +
    +
    -

    v0.45

    +

    v0.45

    0c49 https://github.com/dwango/UniVRM/releases/tag/v0.45

    -

    バグ修正

    +

    バグ修正

    • 法線マップ、MettalicRoughnessなどのテクスチャが無変換でエクスポートされる(最後のマテリアル以外変換・コピー前をエクスポートするバグ)

    • sRGBWriteの指定が不足している場合があるのを修正(sRGBをlinearとして出力していまい、テクスチャの色が濃く変わってしまう。プロジェクトのカラースペースがlinear設定になっているなどが条件と思われる)

    • @@ -55,13 +113,13 @@
    -

    APIの変更(追記)

    +

    APIの変更(追記)

    • ToDo: publicの変更を明記する

    • ToDo: 内部用の関数にそれと分かる名前を付ける

    -

    VRMBlendShapeProxy.Clearの削除

    +

    VRMBlendShapeProxy.Clearの削除

    • 名前通りの機能で無くApplyとほぼ同じ効果

    • 古いカスタムエディタで使っていた?

    • @@ -69,7 +127,7 @@
    -

    更新

    +

    更新

    • Mtoon-1.7

    • GlbアニメーションのBlendShapeキーフレームのエクスポート

    • @@ -103,78 +161,34 @@
    -
    +
    +
    -
    +
    + - -

    目次

    - - -

    前のトピックへ

    -

    v0.46

    -

    次のトピックへ

    -

    v0.44: UniGLTF/UniUnlit 追加

    -
    -

    このページ

    - -
    - - -
    -
    -
    -
    - - - + \ No newline at end of file diff --git a/ja/release/055/v0.46.html b/ja/release/055/v0.46.html index c85e1fa15..c1aedb1e1 100644 --- a/ja/release/055/v0.46.html +++ b/ja/release/055/v0.46.html @@ -1,91 +1,149 @@ - + + + - - - - - - v0.46 — UniVRM Programming Document ドキュメント - - - - - - - + + v0.46 — UniVRM Programming Document ドキュメント + + + + + + + + + + - - - - + + + -
    -
    -
    -
    - + +
    + + +
    + +
    +
    +
    + +
    +
    +
    +
    +
    -

    v0.46

    +

    v0.46

    -

    commit

    +

    commit

    ce8c

    -

    バグ修正

    +

    バグ修正

    -

    ImporterContext.Destroyの修正

    +

    ImporterContext.Destroyの修正

    Runtimeのリソース破棄に使えるように仕様変更しました。 詳細は、APIの変更 - ImporterContext.Destroy を参照。

    -

    BlendShapeProxyでマテリアルのクリア挙動を修正しました

    +

    BlendShapeProxyでマテリアルのクリア挙動を修正しました

    毎フレームマテリアルの基準値にクリアしていたので、変化していないときにセットするのをやめると元に戻ってしまう。

    • https://github.com/dwango/UniVRM/issues/72

    -

    thumbnail設定の復旧

    +

    thumbnail設定の復旧

    • https://github.com/dwango/UniVRM/issues/62

    -

    Importer

    +

    Importer

    -

    float値にNan、Infがあったときにパース出来るようにした

    +

    float値にNan、Infがあったときにパース出来るようにした

    • ToDo: ExporterでNan Infを検知すべき

    -

    Unity2018.3対応

    +

    Unity2018.3対応

    #if NET_4_6 || NET_STANDARD_2_0
     
    -

    Import時に既存のファイル(BlendShapeClip, BlendShapeAvatar, Material)を上書きしない

    +

    Import時に既存のファイル(BlendShapeClip, BlendShapeAvatar, Material)を上書きしない

    • https://github.com/dwango/UniVRM/issues/56

    @@ -93,26 +151,26 @@
    -

    Exporter

    +

    Exporter

    -

    非アクティブオブジェクトのスキップ

    +

    非アクティブオブジェクトのスキップ

    エクスポート時に非アクティブのノードのメッシュエクスポートをスキップするようにしました。

    -

    Component

    +

    Component

    -

    VRMFirstPerson.Setupの最適化

    +

    VRMFirstPerson.Setupの最適化

    設定が auto のとき SubMesh の index 配列(mesh.getIndices)が長い(10万以上)モデルで異常に負荷がかかるのを修正しました。

    -

    APIの変更

    +

    APIの変更

    -

    BlendShapeProxy.SetValue(key, value, immediately)

    +

    BlendShapeProxy.SetValue(key, value, immediately)

    3引数 SetValue の代わりに2引数の明示的な関数を用意しました。

    -

    AccumulateValue

    +

    AccumulateValue

    値を貯めて、後で Apply したときに反映する。 SetValues の最後にも Apply されます。

    void BlendShapeProxy.AccumulateValue(key, value)
    @@ -122,7 +180,7 @@
     
    -

    ImmediatelySetValue

    +

    ImmediatelySetValue

    即反映する。

    void BlendShapeProxy.ImmediatelySetValue(key, value)
     
    @@ -132,23 +190,23 @@
     
    -

    ImporterContext.Destroy

    +

    ImporterContext.Destroy

    ImporterContext.Destroy(bool destroySubAssets)
     

    が名前から期待される動作をしていないので Obsolete にして用途を明確にした関数を用意しました。

    -

    DestroyRootAndResources

    +

    DestroyRootAndResources

    runtimeインポーター向けのリソース解放。 追加したDisposeはこれを呼びます。

    -

    EditorDestroyRoot

    +

    EditorDestroyRoot

    editorインポート時のprefabの元になったGameObjectをシーンから削除。 旧Destroy(destroySubAssets=false)

    -

    EditorDestroyRootAndAssets

    +

    EditorDestroyRootAndAssets

    editorインポート時にエラーが発生した場合などに作ったアセットを削除する。 旧Destroy(destroySubAssets=true)

    @@ -157,107 +215,34 @@
    -
    +
    +
    -
    +
    + - -

    目次

    - - -

    前のトピックへ

    -

    v0.47

    -

    次のトピックへ

    -

    v0.45

    -
    -

    このページ

    - -
    - - -
    -
    -
    -
    - - - + \ No newline at end of file diff --git a/ja/release/055/v0.47.html b/ja/release/055/v0.47.html index 9b164e9e5..7bc9da5b2 100644 --- a/ja/release/055/v0.47.html +++ b/ja/release/055/v0.47.html @@ -1,50 +1,108 @@ - + + + - - - - - - v0.47 — UniVRM Programming Document ドキュメント - - - - - - - + + v0.47 — UniVRM Programming Document ドキュメント + + + + + + + + + + - - - - + + + -
    -
    -
    -
    - + +
    + + +
    + +
    +
    +
    + +
    +
    +
    +
    +
    -

    v0.47

    +

    v0.47

    今回は、メンテナンスリリースです。
    リポジトリの構成を変更しました。加えて、typo修正や特定の処理系でビルドできない問題の解消などが含まれています。

    VRM作成に使う場合は、更新しなくても問題ありません。

    @@ -74,65 +132,34 @@
    -
    +
    +
    -
    +
    + - -

    前のトピックへ

    -

    v0.48

    -

    次のトピックへ

    -

    v0.46

    -
    -

    このページ

    - -
    - - -
    -
    -
    -
    - - - + \ No newline at end of file diff --git a/ja/release/055/v0.48.html b/ja/release/055/v0.48.html index aa07f2ba5..d60083673 100644 --- a/ja/release/055/v0.48.html +++ b/ja/release/055/v0.48.html @@ -1,56 +1,114 @@ - + + + - - - - - - v0.48 — UniVRM Programming Document ドキュメント - - - - - - - + + v0.48 — UniVRM Programming Document ドキュメント + + + + + + + + + + - - - - + + + -
    -
    -
    -
    - + +
    + + +
    + +
    +
    +
    + +
    +
    +
    +
    +
    -

    v0.48

    +

    v0.48

    • commit: 4840 https://github.com/dwango/UniVRM/releases/tag/v0.48

    • milestone: https://github.com/dwango/UniVRM/milestone/7?closed=1

    -

    バグ修正

    +

    バグ修正

    • 不正なglTF形式のファイルを出力してしまう問題の修正

        @@ -61,7 +119,7 @@
    -

    その他

    +

    その他

    • typo・テストの修正

        @@ -75,74 +133,34 @@
    -
    +
    +
    -
    +
    + - -

    目次

    - - -

    前のトピックへ

    -

    v0.49

    -

    次のトピックへ

    -

    v0.47

    -
    -

    このページ

    - -
    - - -
    -
    -
    -
    - - - + \ No newline at end of file diff --git a/ja/release/055/v0.49.html b/ja/release/055/v0.49.html index f096bc465..e91cb7178 100644 --- a/ja/release/055/v0.49.html +++ b/ja/release/055/v0.49.html @@ -1,56 +1,114 @@ - + + + - - - - - - v0.49 — UniVRM Programming Document ドキュメント - - - - - - - + + v0.49 — UniVRM Programming Document ドキュメント + + + + + + + + + + - - - - + + + -
    -
    -
    -
    - + +
    + + +
    + +
    +
    +
    + +
    +
    +
    +
    +
    -

    v0.49

    +

    v0.49

    • commit: 43af https://github.com/dwango/UniVRM/releases/tag/v0.49

    • milestone: https://github.com/dwango/UniVRM/milestone/8?closed=1

    -

    バグ修正

    +

    バグ修正

    • [closed] Fix same mesh but different material #143

        @@ -86,7 +144,7 @@
    -

    改良

    +

    改良

    • [closed] Update MToon to v1.8 #149

        @@ -126,7 +184,7 @@
    -

    その他

    +

    その他

    • [closed] Added GenericCallUtility #148

        @@ -148,75 +206,34 @@
    -
    +
    +
    -
    +
    + - -

    目次

    - - -

    前のトピックへ

    -

    v0.50

    -

    次のトピックへ

    -

    v0.48

    -
    -

    このページ

    - -
    - - -
    -
    -
    -
    - - - + \ No newline at end of file diff --git a/ja/release/055/v0.50.html b/ja/release/055/v0.50.html index b4eef3730..c44cafd9e 100644 --- a/ja/release/055/v0.50.html +++ b/ja/release/055/v0.50.html @@ -1,56 +1,114 @@ - + + + - - - - - - v0.50 — UniVRM Programming Document ドキュメント - - - - - - - + + v0.50 — UniVRM Programming Document ドキュメント + + + + + + + + + + - - - - + + + -
    -
    -
    -
    - + +
    + + +
    + +
    +
    +
    + +
    +
    +
    +
    +
    -

    v0.50

    +

    v0.50

    • commit: 9db7 https://github.com/dwango/UniVRM/releases/tag/v0.50

    • milestone: https://github.com/dwango/UniVRM/milestone/9?closed=1

    -

    新規

    +

    新規

    • [closed] Add specVersion field to VRM extensions #162

        @@ -65,7 +123,7 @@
    -

    バグ修正

    +

    バグ修正

    • [closed] Fix to restore Smoothness value when setting Metallic map #185

        @@ -85,7 +143,7 @@
    -

    改良

    +

    改良

    • [closed] Add README.url #180 (by @nkjzm)

    • [closed] Divide unity packages for asmdef files #178

    • @@ -98,7 +156,7 @@
    -

    その他

    +

    その他

    • [closed] Fix adf error #177

    • [closed] fix KeyValue #176

    • @@ -114,76 +172,34 @@
    -
    +
    +
    -
    +
    + - -

    目次

    - - -

    前のトピックへ

    -

    v0.51.0

    -

    次のトピックへ

    -

    v0.49

    -
    -

    このページ

    - -
    - - -
    -
    -
    -
    - - - + \ No newline at end of file diff --git a/ja/release/055/v0.51.0.html b/ja/release/055/v0.51.0.html index b722ddf59..9325390b9 100644 --- a/ja/release/055/v0.51.0.html +++ b/ja/release/055/v0.51.0.html @@ -1,54 +1,112 @@ - + + + - - - - - - v0.51.0 — UniVRM Programming Document ドキュメント - - - - - - - + + v0.51.0 — UniVRM Programming Document ドキュメント + + + + + + + + + + - - - - + + + -
    -
    -
    -
    - + +
    + + +
    + +
    +
    +
    + +
    +
    +
    +
    +
    -

    v0.51.0

    +

    v0.51.0

    commit: 1b36 https://github.com/dwango/UniVRM/releases/tag/v0.51.0
    milestone: https://github.com/dwango/UniVRM/milestone/10?closed=1

    -

    バグ修正

    +

    バグ修正

    • [closed] Set a default values to meta fields #194

        @@ -58,7 +116,7 @@ milestone: https://github.com/dwango/UniVRM/milestone/10?closed=1

    -

    改良

    +

    改良

    • [closed] Bump version to 0.51.0. Support Semver #193

        @@ -70,74 +128,34 @@ milestone: https://github.com/dwango/UniVRM/milestone/10?closed=1

    -
    +
    +
    -
    +
    + - -

    目次

    - - -

    前のトピックへ

    -

    v0.52.0

    -

    次のトピックへ

    -

    v0.50

    -
    -

    このページ

    - -
    - - -
    -
    -
    -
    - - - + \ No newline at end of file diff --git a/ja/release/055/v0.52.0.html b/ja/release/055/v0.52.0.html index 6efd7ba64..ceeac80dd 100644 --- a/ja/release/055/v0.52.0.html +++ b/ja/release/055/v0.52.0.html @@ -1,58 +1,116 @@ - + + + - - - - - - v0.52.0 — UniVRM Programming Document ドキュメント - - - - - - - + + v0.52.0 — UniVRM Programming Document ドキュメント + + + + + + + + + + - - - - + + + -
    -
    -
    -
    - + +
    + + +
    + +
    +
    +
    + +
    +
    +
    +
    +
    -

    v0.52.0

    +

    v0.52.0

    • commit: 1b36 https://github.com/dwango/UniVRM/releases/tag/v0.52.0

    • milestone: https://github.com/dwango/UniVRM/milestone/11?closed=1

    -

    v0.52.0 (04/06/2019)

    +

    v0.52.0 (04/06/2019)

    -

    更新内容

    +

    更新内容

    • [closed] Update MToon to v3.0 #255

    • [material] update MToon v2.0 #249

      @@ -110,7 +168,7 @@
    -

    その他のバグ修正

    +

    その他のバグ修正

    • [closed] Update version number #250

    • [bug] added DepthFirstScheduler reference to VRM.Sample #241

    • @@ -137,77 +195,34 @@
    -
    +
    +
    -
    +
    + - -

    目次

    - - -

    前のトピックへ

    -

    v0.53.0

    -

    次のトピックへ

    -

    v0.51.0

    -
    -

    このページ

    - -
    - - -
    -
    -
    -
    - - - + \ No newline at end of file diff --git a/ja/release/055/v0.53.0.html b/ja/release/055/v0.53.0.html index a9176d08d..09a58618b 100644 --- a/ja/release/055/v0.53.0.html +++ b/ja/release/055/v0.53.0.html @@ -1,56 +1,114 @@ - + + + - - - - - - v0.53.0 — UniVRM Programming Document ドキュメント - - - - - - - + + v0.53.0 — UniVRM Programming Document ドキュメント + + + + + + + + + + - - - - + + + -
    -
    -
    -
    - + +
    + + +
    + +
    +
    +
    + +
    +
    +
    +
    +
    -

    v0.53.0

    +

    v0.53.0

    • commit: https://github.com/vrm-c/UniVRM/releases/tag/v0.53.0

    • milestone: https://github.com/vrm-c/UniVRM/milestone/12?closed=1

    -

    v0.53.0 (05/06/2019)

    +

    v0.53.0 (05/06/2019)

    • [closed] update MToon version v3.2 #264

    • [closed] update MToon v3.1 #263

    • @@ -75,73 +133,34 @@
    -
    +
    +
    -
    +
    + - -

    目次

    - - -

    前のトピックへ

    -

    v0.54.0

    -

    次のトピックへ

    -

    v0.52.0

    -
    -

    このページ

    - -
    - - -
    -
    -
    -
    - - - + \ No newline at end of file diff --git a/ja/release/055/v0.54.0.html b/ja/release/055/v0.54.0.html index eb0736ce4..46847713d 100644 --- a/ja/release/055/v0.54.0.html +++ b/ja/release/055/v0.54.0.html @@ -1,56 +1,114 @@ - + + + - - - - - - v0.54.0 — UniVRM Programming Document ドキュメント - - - - - - - + + v0.54.0 — UniVRM Programming Document ドキュメント + + + + + + + + + + - - - - + + + -
    -
    -
    -
    - + +
    + + +
    + +
    +
    +
    + +
    +
    +
    +
    +
    -

    v0.54.0

    +

    v0.54.0

    • commit: https://github.com/vrm-c/UniVRM/releases/tag/v0.54.0

    • milestone: https://github.com/vrm-c/UniVRM/milestone/13?closed=1

    -

    v0.54.0 (17/12/2019)

    +

    v0.54.0 (17/12/2019)

    • [closed] Refer to vertex color when importing with UniUnlit #343

        @@ -131,7 +189,7 @@
    -

    その他修正

    +

    その他修正

    • [closed] fix Count() to Count #345

    • [closed] ReduceBlendshapeSize default false #342

    • @@ -159,74 +217,34 @@
    -
    +
    +
    -
    +
    + - -

    目次

    - - -

    前のトピックへ

    -

    v0.55.0

    -

    次のトピックへ

    -

    v0.53.0

    -
    -

    このページ

    - -
    - - -
    -
    -
    -
    - - - + \ No newline at end of file diff --git a/ja/release/055/v0.55.0.html b/ja/release/055/v0.55.0.html index 5b26ff6cf..51414f82c 100644 --- a/ja/release/055/v0.55.0.html +++ b/ja/release/055/v0.55.0.html @@ -1,53 +1,110 @@ - + + + - - - - - - v0.55.0 — UniVRM Programming Document ドキュメント - - - - - - - + + v0.55.0 — UniVRM Programming Document ドキュメント + + + + + + + + + + - - - - + + -
    -
    -
    -
    - + +
    + + +
    + +
    +
    +
    + +
    +
    +
    +
    +
    -

    v0.55.0

    +

    v0.55.0

    2019/12/26

    -

    ChangeLog

    +

    ChangeLog

    -
    +
    +
    -
    +
    + - -

    目次

    - - -

    前のトピックへ

    -

    ~v0.55: Unity-5.6(.NET-3.5)

    -

    次のトピックへ

    -

    v0.54.0

    -
    -

    このページ

    - -
    - - -
    -
    -
    -
    - - - + \ No newline at end of file diff --git a/ja/release/056/index.html b/ja/release/056/index.html index 0eced2ee6..beef28aa6 100644 --- a/ja/release/056/index.html +++ b/ja/release/056/index.html @@ -1,124 +1,311 @@ - + + + - - - - - - v0.56~v0.67: Unity-2018.4 — UniVRM Programming Document ドキュメント - - - - - - - + + v0.56~v0.67: Unity-2018.4 — UniVRM Programming Document ドキュメント + + + + + + + + + + - - - - + + + -
    -
    -
    -
    - -
    -

    v0.56~v0.67: Unity-2018.4

    -
    -

    0.56以降

    -

    Unity-2018.4

    -
    + +
    +
    -
    - - -
    -
    -
    -
    - -
    + + +
    + +
    +
    +
    + +
    +
    +
    +
    + +
    +

    v0.56~v0.67: Unity-2018.4

    +
    +

    ReleaseNote

    + +
    +
    +

    Download

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

    date

    version

    安定性・バグ

    更新内容・備考

    2020

    0.56.0

    x

    Unity-2018.4 に変更

    0.56.1

    x

    0.56.2

    x

    0.56.3

    0.57.0

    ボーン名重複時にに自動でリネームするようになりました

    0.57.1

    0.58.0

    1

    エクスポートダイアログの作り直し

    0.58.1

    0.59.0

    springBone の Missing を検知してメッセージ

    0.60.0

    null check 的なものが増えて、モデル改変してもエラーが出にくくなりました

    0.61.0 milestone

    2

    UniUnlit の頂点カラー。AOT問題を修正

    0.61.1

    0.62.0 milestone

    BlendShape bake の動作が正しくなった

    2021 01/05

    0.63.0 milestone

    3 4 5

    jpg問題あり。UniGLTF分離

    01/07

    0.63.1

    3 4

    jpg問題あり

    01/08

    0.63.2

    01/15

    0.64.0 milestone

    6

    メッシュの一部を削除したときのエクスポートエラーを回避。vrm-1.0 Experimental

    01/26

    0.65.0

    7

    01/28

    0.65.1 milestone

    7

    トルコ語のExportを修正#696

    01/28

    0.65.2 milestone

    0.65.3

    UniGLTFのバージョン。UPM専用。パッケージリリース無し

    02/03

    0.66.0 milestone

    安定✅

    未正規化ヒエラルキーにスプリングボーンがあるときの警告メッセージ

    0.67.0 milestone

    UPM専用。パッケージリリース無し

    0.67.1

    UPM専用。パッケージリリース無し

    +
    +
    +
    1
    +

    VRMFirstPerson のエディターインポートのバグ /#515

    +
    +
    2
    +

    スプリングボーンのコライダーの座標変換バグ。 #576

    +
    +
    3(1,2)
    +

    エクスポートダイアログのスクリーンショットボタンの jpg バグ。#639

    +
    +
    4(1,2)
    +

    シリアライザのバグ。エクスポートしたファイルの互換性。 #654

    +
    +
    5
    +

    MeshUtility フォルダの移動と参照の問題。

    +
    +
    6
    +

    他のパッケージと併用するときに install で問題が出る? #687

    +
    +
    7(1,2)
    +

    build すると Exception( #if UNITY_EDITOR )。 #701

    +
    +
    +
    +
    + + +
    +
    + +
    +
    +
    +
    + + + \ No newline at end of file diff --git a/ja/release/056/v0.56.0.html b/ja/release/056/v0.56.0.html index ea8e77313..ae8fef045 100644 --- a/ja/release/056/v0.56.0.html +++ b/ja/release/056/v0.56.0.html @@ -1,49 +1,113 @@ - + + + - - - - - - v0.56.0: 最低バージョンを Unity-2018.4 に更新 — UniVRM Programming Document ドキュメント - - - - - - - + + v0.56.0: 最低バージョンを Unity-2018.4 に更新 — UniVRM Programming Document ドキュメント + + + + + + + + + + - - - + + + + -
    -
    -
    -
    - + +
    + + +
    + +
    +
    +
    + +
    +
    +
    +
    +
    -

    v0.56.0: 最低バージョンを Unity-2018.4 に更新

    +

    v0.56.0: 最低バージョンを Unity-2018.4 に更新

    • commit: https://github.com/vrm-c/UniVRM/releases/tag/v0.56.0

    • milestone: https://github.com/vrm-c/UniVRM/milestone/15?closed=1

    Full Changelog

    -

    主な変更

    +

    主な変更

    -

    Unity対応バージョンを更新

    +

    Unity対応バージョンを更新

    • サポートバージョンを Unity-2018.4LTS 以降 .Net4 のみに更新しました。

    @@ -56,7 +120,7 @@
    -

    VRMShaders フォルダを独立

    +

    VRMShaders フォルダを独立

    • MToon

    • UniUnlit

    • @@ -79,7 +143,7 @@ UniVRM-0.55 以前からアップグレードする場合は、 -

      UniVRM の UPM 対応

      +

      UniVRM の UPM 対応

      Unity-2019.3 で導入された git url によるパッケージ指定に対応しました。 以下の2つを登録することで UniVRM を使用できます。 VRM が VRMShaders に依存しています。

      @@ -93,7 +157,7 @@ VRM が VRMShaders に依存しています。

    -

    BlendShapeKeyのインタフェースを厳格化、整理

    +

    BlendShapeKeyのインタフェースを厳格化、整理

    BlendShapeKeyを作成する方法が不明瞭だったため、 より明示的な API に置き換えました。

      @@ -173,7 +237,7 @@ VRM が VRMShaders に依存しています。

    -

    MeshUtility の追加

    +

    MeshUtility の追加

    • https://github.com/vrm-c/UniVRM.git?path=/Assets/MeshUtilty

    @@ -194,7 +258,7 @@ VRM が VRMShaders に依存しています。

    -

    Exporter の更新

    +

    Exporter の更新

    • [closed] Add blendshape options to export dialog #421

        @@ -240,7 +304,7 @@ VRM が VRMShaders に依存しています。

    -

    unitypackage

    +

    unitypackage

    • [closed] update export UnityPackage menu #441

        @@ -252,7 +316,7 @@ VRM が VRMShaders に依存しています。

    -

    その他のChangelog

    +

    その他のChangelog

    • [closed] Add texture transform extensions #229

        @@ -344,69 +408,34 @@ VRM が VRMShaders に依存しています。

    -
    +
    +
    -
    +
    + - -

    目次

    - - -
    -

    このページ

    - -
    - - -
    -
    -
    -
    - - - + \ No newline at end of file diff --git a/ja/release/056/v0.57.0.html b/ja/release/056/v0.57.0.html index e9a9d5188..216170689 100644 --- a/ja/release/056/v0.57.0.html +++ b/ja/release/056/v0.57.0.html @@ -1,49 +1,113 @@ - + + + - - - - - - v0.57.0: ボーン名重複の自動リネーム — UniVRM Programming Document ドキュメント - - - - - - - + + v0.57.0: ボーン名重複の自動リネーム — UniVRM Programming Document ドキュメント + + + + + + + + + + - - - + + + + -
    -
    -
    -
    - + +
    + + +
    + +
    +
    +
    + +
    +
    +
    +
    +
    -

    v0.57.0: ボーン名重複の自動リネーム

    +

    v0.57.0: ボーン名重複の自動リネーム

    • commit: https://github.com/vrm-c/UniVRM/releases/tag/v0.57.0

    • milestone: https://github.com/vrm-c/UniVRM/milestone/16?closed=1

    Full Changelog

    -

    主な変更

    +

    主な変更

    -

    Exporter

    +

    Exporter

    • [closed] ボーン名重複と、RootのTRSを警告に下げてエクスポートできるようにした #478

        @@ -60,7 +124,7 @@
    -

    その他のChangelog

    +

    その他のChangelog

    • [closed] UnitTestが通らなくなったのを修正 #495

    • [closed] Fix warning #489

    • @@ -74,63 +138,34 @@
    -
    +
    +
    -
    +
    + - -

    目次

    - - -
    -

    このページ

    - -
    - - -
    -
    -
    -
    - - - + \ No newline at end of file diff --git a/ja/release/056/v0.58.0.html b/ja/release/056/v0.58.0.html index 5dc9f94b6..244d39bd1 100644 --- a/ja/release/056/v0.58.0.html +++ b/ja/release/056/v0.58.0.html @@ -1,49 +1,113 @@ - + + + - - - - - - v0.58.0: テクスチャサイズの適正な考慮 — UniVRM Programming Document ドキュメント - - - - - - - + + v0.58.0: テクスチャサイズの適正な考慮 — UniVRM Programming Document ドキュメント + + + + + + + + + + - - - + + + + -
    -
    -
    -
    - + +
    + + +
    + +
    +
    +
    + +
    +
    +
    +
    +
    -

    v0.58.0: テクスチャサイズの適正な考慮

    +

    v0.58.0: テクスチャサイズの適正な考慮

    • commit: https://github.com/vrm-c/UniVRM/releases/tag/v0.58.0

    • milestone: https://github.com/vrm-c/UniVRM/milestone/17?closed=1

    Full Changelog

    -

    主な変更

    +

    主な変更

    -

    テクスチャサイズの適正な考慮

    +

    テクスチャサイズの適正な考慮

    UnityEditor で VRM ファイルを出力する際に、すべてのテクスチャがテクスチャのインポートサイズ設定を考慮するように修正しました。 この修正によって VRM ファイルのサイズ減少が大きく期待できます。

    @@ -54,27 +118,27 @@
    -

    BlendShapeKey

    +

    BlendShapeKey

    https://vrm.dev/dev/univrm-0.xx/programming/univrm_use_blendshape/

    • [closed] Refactor BlendShapeKey && BlendShapePreset.Unknown 以外のプリセットは独自の Name を持てない仕様に変更 #501

    -

    未対応のSpringBone設定

    +

    未対応のSpringBone設定

    • [closed] 新規のエクスポート警告 https://github.com/vrm-c/UniVRM/issues/474

    • [closed] * implement SpringBone validation #474 #510

    -

    prefab エクスポートの復活

    +

    prefab エクスポートの復活

    • [closed] NO_ACTIVE_MESH の判定方法を変更 #513

    -

    エクスポートダイアログの作り直し

    +

    エクスポートダイアログの作り直し

    機能はほぼ同じですが、画面と操作が変わっています

    https://vrm.dev/docs/univrm/export/univrm_export/

      @@ -84,7 +148,7 @@
    -

    その他のChangelog

    +

    その他のChangelog

    • [closed] BlendShape AccumulateValue will not be over 100 #497

    @@ -92,67 +156,34 @@
    -
    +
    +
    -
    +
    + - -

    目次

    - - -
    -

    このページ

    - -
    - - -
    -
    -
    -
    - - - + \ No newline at end of file diff --git a/ja/release/056/v0.59.0.html b/ja/release/056/v0.59.0.html index 8a6251b25..8a925564c 100644 --- a/ja/release/056/v0.59.0.html +++ b/ja/release/056/v0.59.0.html @@ -1,49 +1,113 @@ - + + + - - - - - - v0.59.0 — UniVRM Programming Document ドキュメント - - - - - - - + + v0.59.0 — UniVRM Programming Document ドキュメント + + + + + + + + + + - - - + + + + -
    -
    -
    -
    - + +
    + + +
    + +
    +
    +
    + +
    +
    +
    +
    +
    -

    v0.59.0

    +

    v0.59.0

    • commit: https://github.com/vrm-c/UniVRM/releases/tag/v0.59.0

    • milestone: https://github.com/vrm-c/UniVRM/milestone/18?closed=1

    Full Changelog

    -

    主な変更

    +

    主な変更

    -

    エクスポーター

    +

    エクスポーター

    エラーの出やすかった SpringBone の Missing、 を検知してメッセージを出すようにしました。

    • [closed] エクスポートダイアログの修正 #537

    • @@ -55,13 +119,13 @@
    -

    MToon

    +

    MToon

    • [closed] MToon v3.4 #535

    -

    MeshUtility

    +

    MeshUtility

    • [closed] Squashed commit of the following: #521

    • [closed] MeshIntegrator と MeshNormalizer を MeshUtility に移動 #523

    • @@ -69,7 +133,7 @@
    -

    その他のChangelog

    +

    その他のChangelog

    • [closed] Make the mesh name unique #533

    • [closed] NullReferenceException #532

    • @@ -78,65 +142,34 @@
    -
    +
    +
    -
    +
    + - -

    目次

    - - -
    -

    このページ

    - -
    - - -
    -
    -
    -
    - - - + \ No newline at end of file diff --git a/ja/release/056/v0.60.0.html b/ja/release/056/v0.60.0.html index 2dbf096a0..e14330c8a 100644 --- a/ja/release/056/v0.60.0.html +++ b/ja/release/056/v0.60.0.html @@ -1,49 +1,113 @@ - + + + - - - - - - v0.60.0 — UniVRM Programming Document ドキュメント - - - - - - - + + v0.60.0 — UniVRM Programming Document ドキュメント + + + + + + + + + + - - - + + + + -
    -
    -
    -
    - + +
    + + +
    + +
    +
    +
    + +
    +
    +
    +
    +
    -

    v0.60.0

    +

    v0.60.0

    • commit: https://github.com/vrm-c/UniVRM/releases/tag/v0.60.0

    • milestone: https://github.com/vrm-c/UniVRM/milestone/19?closed=1

    Full Changelog

    -

    主な変更

    +

    主な変更

    -

    Exporter

    +

    Exporter

    null check 的なものが増えて、モデル改変してもエラーが出にくくなりました。

    • [closed] fix null in Renderer.sharedMaterials #557

    • @@ -53,14 +117,14 @@
    -

    Importer

    +

    Importer

    • [closed] set name if name is null #549

    -

    その他のChangelog

    +

    その他のChangelog

    • [closed] is null== null に修正 #547

    • [closed] 親をたどる時、非アクティブなTransformが取得できなくなっていたのを修正 #546 (faidra)

    • @@ -75,64 +139,34 @@
    -
    +
    +
    -
    +
    + - -

    目次

    - - -
    -

    このページ

    - -
    - - -
    -
    -
    -
    - - - + \ No newline at end of file diff --git a/ja/release/056/v0.61.0.html b/ja/release/056/v0.61.0.html index 21e00e129..985dd4f74 100644 --- a/ja/release/056/v0.61.0.html +++ b/ja/release/056/v0.61.0.html @@ -1,55 +1,119 @@ - + + + - - - - - - v0.61.0: シリアライザーを reflection からコード生成に変更 — UniVRM Programming Document ドキュメント - - - - - - - + + v0.61.0: シリアライザーを reflection からコード生成に変更 — UniVRM Programming Document ドキュメント + + + + + + + + + + - - - + + + + -
    -
    -
    -
    - + +
    + + +
    + +
    +
    +
    + +
    +
    +
    +
    +
    -

    v0.61.0: シリアライザーを reflection からコード生成に変更

    +

    v0.61.0: シリアライザーを reflection からコード生成に変更

    • commit: https://github.com/vrm-c/UniVRM/releases/tag/v0.61.0

    • milestone: https://github.com/vrm-c/UniVRM/milestone/20?closed=1

    Full Changelog

    -

    主な変更

    +

    主な変更

    -

    Export

    +

    Export

    • BoneWeightの無いBlendShapeは正規化必用 #573

    -

    頂点カラーの扱い

    +

    頂点カラーの扱い

    • UniUnlitでMultiply設定の時以外に自動で頂点カラーを落とす変更 #569

    @@ -59,12 +123,12 @@
    -

    Mesh Export サイズの概要表示

    +

    Mesh Export サイズの概要表示

    -

    シリアライザの更新

    +

    シリアライザの更新

    • 生成シリアライザをデフォルトにする #564

    @@ -73,13 +137,13 @@
    -

    Runtime

    +

    Runtime

    • Scaleが含まれていてもSpringBoneがある程度動く #570

    -

    その他のChangelog

    +

    その他のChangelog

    • fix warning CS0649 #572

    • fix warnings #568

    • @@ -89,67 +153,34 @@
    -
    +
    +
    -
    +
    + - -

    目次

    - - -
    -

    このページ

    - -
    - - -
    -
    -
    -
    - - - + \ No newline at end of file diff --git a/ja/release/056/v0.62.0.html b/ja/release/056/v0.62.0.html index b7de2a0e3..156dc9539 100644 --- a/ja/release/056/v0.62.0.html +++ b/ja/release/056/v0.62.0.html @@ -1,49 +1,113 @@ - + + + - - - - - - v0.62.0: BlendShape bake — UniVRM Programming Document ドキュメント - - - - - - - + + v0.62.0: BlendShape bake — UniVRM Programming Document ドキュメント + + + + + + + + + + - - - + + + + -
    -
    -
    -
    - + +
    + + +
    + +
    +
    +
    + +
    +
    +
    +
    +
    -

    v0.62.0: BlendShape bake

    +

    v0.62.0: BlendShape bake

    • commit: https://github.com/vrm-c/UniVRM/releases/tag/v0.62.0

    • milestone: https://github.com/vrm-c/UniVRM/milestone/21?closed=1

    Full Changelog

    -

    主な変更

    +

    主な変更

    -

    BlendShape bake 関連

    +

    BlendShape bake 関連

    • https://vrm.dev/docs/univrm/blendshape/univrm_bake_blendshape/

    @@ -57,7 +121,7 @@
    -

    Importer

    +

    Importer

    • Fix/target names length #619

    • retry random name #614

    • @@ -71,7 +135,7 @@
    -

    Exporter

    +

    Exporter

    • スクリーンショットを作成するボタン #604

    • Export dialog のバリデーターを整理 #599

    • @@ -80,7 +144,7 @@
    -

    その他のChangelog

    +

    その他のChangelog

    • add null check #620

    • UnityのAnimationClipでVRMBlendShapeProxyを動かす例 #607

    • @@ -90,65 +154,34 @@
    -
    +
    +
    -
    +
    + - -

    目次

    - - -
    -

    このページ

    - -
    - - -
    -
    -
    -
    - - - + \ No newline at end of file diff --git a/ja/release/056/v0.63.0.html b/ja/release/056/v0.63.0.html index 15fbe0530..5994acae2 100644 --- a/ja/release/056/v0.63.0.html +++ b/ja/release/056/v0.63.0.html @@ -1,43 +1,107 @@ - + + + - - - - - - v0.63.0: UniGLTF と UniVRM の分離 — UniVRM Programming Document ドキュメント - - - - - - - + + v0.63.0: UniGLTF と UniVRM の分離 — UniVRM Programming Document ドキュメント + + + + + + + + + + - - - + + + + -
    -
    -
    -
    - + +
    + + +
    + +
    +
    +
    + +
    +
    +
    +
    +
    -

    v0.63.0: UniGLTF と UniVRM の分離

    +

    v0.63.0: UniGLTF と UniVRM の分離

    v0.63.1 修正しました。

    -

    v0.63.0 (2021-01-04)

    +

    v0.63.0 (2021-01-04)

    • commit: https://github.com/vrm-c/UniVRM/releases/tag/v0.63.0

    • milestone: https://github.com/vrm-c/UniVRM/milestone/25?closed=1

    • @@ -45,9 +109,9 @@

      Full Changelog

    -

    主な変更

    +

    主な変更

    -

    UniGLTF の分離

    +

    UniGLTF の分離

    UniGLTFとUniVRMが一体化していたのを分離しました。 https://vrm.dev/docs/univrm/gltf/unigltf/

    MeshUtility は UniGLTF の下に移動しました(v0.63.1)。

    @@ -58,14 +122,14 @@ https://vrm.dev/docs/univrm/gltf/unigltf/

    フォルダ Assets/UniGLTF が追加になり、 このフォルダが UPM com.vrmc.unigltf になります。

    -

    import

    +

    import

    v0.63.1 でマージ。

    -

    export dialog

    +

    export dialog

    v0.63.1 でさらに修正。 jpg やめる。

    -

    その他のChangelog

    +

    その他のChangelog

    • version 0.63.0 #647

    • fix version check #645

    • @@ -83,66 +147,34 @@ https://vrm.dev/docs/univrm/gltf/unigltf/

    -
    +
    +
    -
    +
    + - -

    目次

    - - -
    -

    このページ

    - -
    - - -
    -
    -
    -
    - - - + \ No newline at end of file diff --git a/ja/release/056/v0.64.0.html b/ja/release/056/v0.64.0.html index e6eb140a6..907c87878 100644 --- a/ja/release/056/v0.64.0.html +++ b/ja/release/056/v0.64.0.html @@ -1,42 +1,106 @@ - + + + - - - - - - v0.64.0 — UniVRM Programming Document ドキュメント - - - - - - - + + v0.64.0 — UniVRM Programming Document ドキュメント + + + + + + + + + + - - - + + + + -
    -
    -
    -
    - + +
    + + +
    + +
    +
    +
    + +
    +
    +
    +
    +
    -

    v0.64.0

    +

    v0.64.0

    -

    v0.64.0 (2021-01-14)

    +

    v0.64.0 (2021-01-14)

    • commit: https://github.com/vrm-c/UniVRM/releases/tag/v0.64.0

    • milestone: https://github.com/vrm-c/UniVRM/milestone/23?closed=1

    • @@ -44,9 +108,9 @@

      Full Changelog

    -

    主な変更

    +

    主な変更

    -

    exporter

    +

    exporter

    • skip empty submesh #665 メッシュの一部を削除したときなどに発生する現象の回避

    • Feature/unique joints #668 メッシュを統合したときなどに発生する現象の回避

    • @@ -54,14 +118,14 @@
    -

    importer

    +

    importer

    • Fix/animation import #674 v0.63.2 のバグ修正

    • fix tiling import #660 v0.63.2 のバグ修正

    -

    VRM-1.0 準備

    +

    VRM-1.0 準備

    • fix semicolon #677

    • MeshUtilityファイルの移動、vrm10のpackage.json #676

    • @@ -70,7 +134,7 @@
    -

    その他のChangelog

    +

    その他のChangelog

    • update MToon-3.5 #671

    • update README.md #670

    • @@ -82,66 +146,34 @@
    -
    +
    +
    -
    +
    + - -

    目次

    - - -
    -

    このページ

    - -
    - - -
    -
    -
    -
    - - - + \ No newline at end of file diff --git a/ja/release/056/v0.65.0.html b/ja/release/056/v0.65.0.html index 45eec714a..bef43f37b 100644 --- a/ja/release/056/v0.65.0.html +++ b/ja/release/056/v0.65.0.html @@ -1,42 +1,106 @@ - + + + - - - - - - v0.65.0 — UniVRM Programming Document ドキュメント - - - - - - - + + v0.65.0 — UniVRM Programming Document ドキュメント + + + + + + + + + + - - - + + + + -
    -
    -
    -
    - + +
    + + +
    + +
    +
    +
    + +
    +
    +
    +
    +
    -

    v0.65.0

    +

    v0.65.0

    -

    v0.65.0 (2021-01-25)

    +

    v0.65.0 (2021-01-25)

    • commit: https://github.com/vrm-c/UniVRM/releases/tag/v0.65.0

    • milestone: https://github.com/vrm-c/UniVRM/milestone/24?closed=1

    • @@ -44,9 +108,9 @@

      Full Changelog

    -

    主な変更

    +

    主な変更

    -

    bug fix

    +

    bug fix

    @@ -58,7 +122,7 @@
    -

    MeshUtility

    +

    MeshUtility

    • updated MeshUtility editor #693

    • MeshUtility editor #685

    • @@ -66,7 +130,7 @@
    -

    その他のChangelog

    +

    その他のChangelog

    • add Validation.Extended #691

    • add ITextureExporter #686

    • @@ -77,65 +141,34 @@
    -
    +
    +
    -
    +
    + - -

    目次

    - - -
    -

    このページ

    - -
    - - -
    -
    -
    -
    - - - + \ No newline at end of file diff --git a/ja/release/056/v0.66.0.html b/ja/release/056/v0.66.0.html index d63af72c2..aeaac0e60 100644 --- a/ja/release/056/v0.66.0.html +++ b/ja/release/056/v0.66.0.html @@ -1,42 +1,106 @@ - + + + - - - - - - v0.66.0 — UniVRM Programming Document ドキュメント - - - - - - - + + v0.66.0 — UniVRM Programming Document ドキュメント + + + + + + + + + + - - - + + + + -
    -
    -
    -
    - + +
    + + +
    + +
    +
    +
    + +
    +
    +
    +
    +
    -

    v0.66.0

    +

    v0.66.0

    -

    v0.66.0 (2021-02-03)

    +

    v0.66.0 (2021-02-03)

    • commit: https://github.com/vrm-c/UniVRM/releases/tag/v0.66.0

    • milestone: https://github.com/vrm-c/UniVRM/milestone/26?closed=1

    • @@ -44,29 +108,29 @@

      Full Changelog

    -

    主な変更

    +

    主な変更

    -

    Export

    +

    Export

    正規化時にSpringBoneColliderがスケールに追従するようになりました。

    • Fix/springbone scaling #720

    -

    Import

    +

    Import

    JSON文字列の \u8868 形式のUnicodeを読めるようになりました。

    • Fix/json unicode escape #719

    -

    MeshUtility

    +

    MeshUtility

    • moved BoneMeshEraser to MeshUtility editor #718

    -

    VRM-1.0 準備

    +

    VRM-1.0 準備

    • fix UNITY_EDITOR #725

    • use SetWeight #724

    • @@ -79,7 +143,7 @@
    -

    その他のChangelog

    +

    その他のChangelog

    -
    +
    +
    -
    +
    + - -

    目次

    - - -
    -

    このページ

    - -
    - - -
    -
    -
    -
    - - - + \ No newline at end of file diff --git a/ja/release/056/v0.67.0.html b/ja/release/056/v0.67.0.html index 2fc2a7b8a..2f625677d 100644 --- a/ja/release/056/v0.67.0.html +++ b/ja/release/056/v0.67.0.html @@ -1,42 +1,106 @@ - + + + - - - - - - v0.67.0: UniJson 単純化 — UniVRM Programming Document ドキュメント - - - - - - - + + v0.67.0: UniJson 単純化 — UniVRM Programming Document ドキュメント + + + + + + + + + + - - - + + + + -
    -
    -
    -
    - + +
    + + +
    + +
    +
    +
    + +
    +
    +
    +
    +
    -

    v0.67.0: UniJson 単純化

    +

    v0.67.0: UniJson 単純化

    -

    v0.67.0 (2021-02-10)

    +

    v0.67.0 (2021-02-10)

    • commit: https://github.com/vrm-c/UniVRM/releases/tag/v0.67.0

    • milestone: https://github.com/vrm-c/UniVRM/milestone/27?closed=1

    • @@ -44,7 +108,7 @@

      Full Changelog

    -

    その他のChangelog

    +

    その他のChangelog

    • m_tmpParent #737

    • Fix/unintended null reference after exporting #736

    • @@ -55,60 +119,34 @@
    -
    +
    +
    -
    +
    + - -

    目次

    - - -
    -

    このページ

    - -
    - - -
    -
    -
    -
    - - - + \ No newline at end of file diff --git a/ja/release/068/index.html b/ja/release/068/index.html index 7fa873fd2..f8862a9da 100644 --- a/ja/release/068/index.html +++ b/ja/release/068/index.html @@ -1,130 +1,262 @@ - + + + - - - - - - v0.68~v0.78: Unity-2018.4 (pre release) — UniVRM Programming Document ドキュメント - - - - - - - + + v0.68~v0.78: Unity-2018.4 (pre release) — UniVRM Programming Document ドキュメント + + + + + + + + + + - - - - + + + -
    -
    -
    -
    - + +
    + + +
    + +
    + -
    -

    前のトピックへ

    -

    v0.79.0: 1.0準備

    -

    次のトピックへ

    -

    v0.78.0: ScriptdImporter の改修

    -
    -

    このページ

    - -
    - +
    - + +
    + +
    +

    © Copyright 2021, VRM Consortium.

    +
    + + Built with Sphinx using a + theme + provided by Read the Docs. + + +
    -
    -
    - - - + +
    + + + \ No newline at end of file diff --git a/ja/release/068/v0.68.0.html b/ja/release/068/v0.68.0.html index b59083d38..e655ea2c8 100644 --- a/ja/release/068/v0.68.0.html +++ b/ja/release/068/v0.68.0.html @@ -1,52 +1,105 @@ - + + + - - - - - - v0.68.0: ImporterContext, ScriptedImporter(glb/gltf), remove DepthFirstScheduler — UniVRM Programming Document ドキュメント - - - - - - - + + v0.68.0: ImporterContext, ScriptedImporter(glb/gltf), remove DepthFirstScheduler — UniVRM Programming Document ドキュメント + + + + + + + + + + - - - - + + + -
    -
    -
    -
    - + +
    + + +
    + +
    +
    +
    + +
    +
    +
    +
    +
    -

    v0.68.0: ImporterContext, ScriptedImporter(glb/gltf), remove DepthFirstScheduler

    +

    v0.68.0: ImporterContext, ScriptedImporter(glb/gltf), remove DepthFirstScheduler

    -

    v0.68.0 (2021-03-11)

    +

    v0.68.0 (2021-03-11)

    • commit: https://github.com/vrm-c/UniVRM/releases/tag/v0.68.0

    • milestone: https://github.com/vrm-c/UniVRM/milestone/30?closed=1

    • @@ -54,7 +107,7 @@

      Full Changelog

    -

    主な変更

    +

    主な変更

    • ImporterContext の整理。ロードを繰り返すアプリケーションでリソースリークが起きないように Asset 解放(Destroy) のサポートを強化

        @@ -70,7 +123,7 @@
    -

    import

    +

    import

    glb/gltf の AssetImporter を作りなおしました。

    • https://vrm.dev/docs/univrm/gltf/glb_import/

    • @@ -83,7 +136,7 @@
    -

    export

    +

    export

    glb/gltf の ExportDialog を作りました。

    • https://vrm.dev/docs/univrm/gltf/how_to_create_glb/

    • @@ -97,7 +150,7 @@
    -

    API

    +

    API

    ImporterContext を整理しました。

    • https://vrm.dev/docs/univrm/programming/univrm_api_history/

    • @@ -107,14 +160,14 @@
    -

    VRM1

    +

    VRM1

    • VRM1 は、XYZ_RightUpForward_RH にする #727

    • Feature10/refactor materialimporter #739

    -

    その他のChangelog

    +

    その他のChangelog

    • UnitTest修正 #768

    • UniVRM-0.68.0 #767

    • @@ -128,79 +181,34 @@
    -
    +
    +
    -
    +
    + - -

    目次

    - - -

    前のトピックへ

    -

    v0.69.0: MetallicRoughnessOcclusionテクスチャー

    -

    次のトピックへ

    -

    v0.56~v0.67: Unity-2018.4

    -
    -

    このページ

    - -
    - - -
    -
    -
    -
    - - - + \ No newline at end of file diff --git a/ja/release/068/v0.69.0.html b/ja/release/068/v0.69.0.html index a9a2b2866..da9ced393 100644 --- a/ja/release/068/v0.69.0.html +++ b/ja/release/068/v0.69.0.html @@ -1,52 +1,105 @@ - + + + - - - - - - v0.69.0: MetallicRoughnessOcclusionテクスチャー — UniVRM Programming Document ドキュメント - - - - - - - + + v0.69.0: MetallicRoughnessOcclusionテクスチャー — UniVRM Programming Document ドキュメント + + + + + + + + + + - - - - + + + -
    -
    -
    -
    - + +
    + + +
    + +
    +
    +
    + +
    +
    +
    +
    +
    -

    v0.69.0: MetallicRoughnessOcclusionテクスチャー

    +

    v0.69.0: MetallicRoughnessOcclusionテクスチャー

    -

    v0.69.0 (2021-03-22)

    +

    v0.69.0 (2021-03-22)

    • commit: https://github.com/vrm-c/UniVRM/releases/tag/v0.69.0

    • milestone: https://github.com/vrm-c/UniVRM/milestone/31?closed=1

    • @@ -54,9 +107,9 @@

      Full Changelog

    -

    主な変更

    +

    主な変更

    -

    バグ修正

    +

    バグ修正

    • vrm0-import menu を修正。

        @@ -66,14 +119,14 @@
    -

    Unity-2020対応

    +

    Unity-2020対応

    • base.OnEnable が必用 #797

    • Fix/prefab unity2020 #796

    -

    Standard シェーダーの MetallicRoughnessOcclusionテクスチャー関連

    +

    Standard シェーダーの MetallicRoughnessOcclusionテクスチャー関連

    • Smoothness(glTFのRoughnessから変換) のバグ修正 #388

    • MetallicSmooth テクスチャーと Occlusion テクスチャーを1枚にまとめる https://vrm.dev/docs/univrm/shaders/texture_import/

      @@ -85,7 +138,7 @@
    -

    その他のChangelog

    +

    その他のChangelog

    • VRM texture export の修正 #811

    • Version/0 69 0 #809

    • @@ -100,80 +153,34 @@
    -
    +
    +
    -
    +
    + - -

    目次

    - - -

    前のトピックへ

    -

    v0.70.0: EncodeToPng に失敗するエラーを修正

    -

    次のトピックへ

    -

    v0.68.0: ImporterContext, ScriptedImporter(glb/gltf), remove DepthFirstScheduler

    -
    -

    このページ

    - -
    - - -
    -
    -
    -
    - - - + \ No newline at end of file diff --git a/ja/release/068/v0.70.0.html b/ja/release/068/v0.70.0.html index e6296f523..e07d26d2c 100644 --- a/ja/release/068/v0.70.0.html +++ b/ja/release/068/v0.70.0.html @@ -1,52 +1,105 @@ - + + + - - - - - - v0.70.0: EncodeToPng に失敗するエラーを修正 — UniVRM Programming Document ドキュメント - - - - - - - + + v0.70.0: EncodeToPng に失敗するエラーを修正 — UniVRM Programming Document ドキュメント + + + + + + + + + + - - - - + + + -
    -
    -
    -
    - + +
    + + +
    + +
    +
    +
    + +
    +
    +
    +
    +
    -

    v0.70.0: EncodeToPng に失敗するエラーを修正

    +

    v0.70.0: EncodeToPng に失敗するエラーを修正

    -

    v0.70.0 (2021-03-31)

    +

    v0.70.0 (2021-03-31)

    • commit: https://github.com/vrm-c/UniVRM/releases/tag/v0.70.0

    • milestone: https://github.com/vrm-c/UniVRM/milestone/32?closed=1

    • @@ -54,9 +107,9 @@

      Full Changelog

    -

    主な変更

    +

    主な変更

    -

    テクスチャーのエクスポートに失敗する

    +

    テクスチャーのエクスポートに失敗する

    テクスチャーの EncodeToPng に失敗するエラーを修正しました。

    https://github.com/vrm-c/UniVRM/pull/831

    v0.69.0 で、エクスポートするテクスチャーをコピーする処理が抜けたのを修正しました。 @@ -67,14 +120,14 @@

    -

    WEIGHT_0 が byte4 もしくは ushort4 である場合に対応

    +

    WEIGHT_0 が byte4 もしくは ushort4 である場合に対応

    • Implement WEIGHTS_0 accessor for byte and ushort. #823 (ousttrue)

    -

    その他のChangelog

    +

    その他のChangelog

    -
    +
    +
    -
    +
    + - -

    目次

    - - -

    前のトピックへ

    -

    v0.71.0: fix Metallic または Occlusion テクスチャーエクスポートのバグ修正

    -

    次のトピックへ

    -

    v0.69.0: MetallicRoughnessOcclusionテクスチャー

    -
    -

    このページ

    - -
    - - -
    -
    -
    -
    - - - + \ No newline at end of file diff --git a/ja/release/068/v0.71.0.html b/ja/release/068/v0.71.0.html index d70072dea..e56cd8c3d 100644 --- a/ja/release/068/v0.71.0.html +++ b/ja/release/068/v0.71.0.html @@ -1,52 +1,105 @@ - + + + - - - - - - v0.71.0: fix Metallic または Occlusion テクスチャーエクスポートのバグ修正 — UniVRM Programming Document ドキュメント - - - - - - - + + v0.71.0: fix Metallic または Occlusion テクスチャーエクスポートのバグ修正 — UniVRM Programming Document ドキュメント + + + + + + + + + + - - - - + + + -
    -
    -
    -
    - + +
    + + +
    + +
    +
    +
    + +
    +
    +
    +
    +
    -

    v0.71.0: fix Metallic または Occlusion テクスチャーエクスポートのバグ修正

    +

    v0.71.0: fix Metallic または Occlusion テクスチャーエクスポートのバグ修正

    -

    v0.71.0 (2021-04-05)

    +

    v0.71.0 (2021-04-05)

    • commit: https://github.com/vrm-c/UniVRM/releases/tag/v0.71.0

    • milestone: https://github.com/vrm-c/UniVRM/milestone/33?closed=1

    • @@ -54,19 +107,19 @@

      Full Changelog

    -

    Metallic または Occlusion テクスチャーエクスポートのバグ修正

    +

    Metallic または Occlusion テクスチャーエクスポートのバグ修正

    -

    MToon update

    +

    MToon update

    -

    その他のChangelog

    +

    その他のChangelog

    -
    +
    +
    -
    +
    + - -

    目次

    - - -

    前のトピックへ

    -

    v0.72.0: Linearカラースペースの推奨, DividedVertexBuffer

    -

    次のトピックへ

    -

    v0.70.0: EncodeToPng に失敗するエラーを修正

    -
    -

    このページ

    - -
    - - -
    -
    -
    -
    - - - + \ No newline at end of file diff --git a/ja/release/068/v0.72.0.html b/ja/release/068/v0.72.0.html index bf48039b3..7f165d60b 100644 --- a/ja/release/068/v0.72.0.html +++ b/ja/release/068/v0.72.0.html @@ -1,52 +1,105 @@ - + + + - - - - - - v0.72.0: Linearカラースペースの推奨, DividedVertexBuffer — UniVRM Programming Document ドキュメント - - - - - - - + + v0.72.0: Linearカラースペースの推奨, DividedVertexBuffer — UniVRM Programming Document ドキュメント + + + + + + + + + + - - - - + + + -
    -
    -
    -
    - + +
    + + +
    + +
    +
    +
    + +
    +
    +
    +
    +
    -

    v0.72.0: Linearカラースペースの推奨, DividedVertexBuffer

    +

    v0.72.0: Linearカラースペースの推奨, DividedVertexBuffer

    -

    v0.72.0 (2021-04-13)

    +

    v0.72.0 (2021-04-13)

    • commit: https://github.com/vrm-c/UniVRM/releases/tag/v0.72.0

    • milestone: https://github.com/vrm-c/UniVRM/milestone/34?closed=1

    • @@ -54,9 +107,9 @@

      Full Changelog

    -

    主な変更

    +

    主な変更

    -

    Linearカラースペースの推奨

    +

    Linearカラースペースの推奨

    @@ -64,13 +117,13 @@

    プロジェクトのカラースペース設定が linear でないときに出てきます。

    -

    bug修正

    +

    bug修正

    • Resources の修正。 https://github.com/vrm-c/UniVRM/issues/857

    -

    T-Pose にするボタン

    +

    T-Pose にするボタン

    実験的に fbx の humanoid 設定の Enforce T-Pose ボタンぽい機能を呼び出すボタンを追加しました

    @@ -79,7 +132,7 @@
    -

    頂点バッファを SubMesh で分割するを追加

    +

    頂点バッファを SubMesh で分割するを追加

    Unity の頂点バッファをなるべく変えないで書き出すために、長いvertexバッファをindexバッファで部分参照する方式を使っていました。 これは Glft では合法だけどトリッキーな記述となっておりました。この方法を解釈できないローダーでは、ロードできるがメモリ量が増えるということが起きます。具体的には、共有するので1つでいい頂点バッファが、submesh 数重複してロードされます。ということで頂点の順番が変わることはあきらめて、submesh を独立した mesh のように分割するオプションを追加することにしました(VRM-1ではこれを標準にします)。

      @@ -99,7 +152,7 @@
    -

    その他のChangelog

    +

    その他のChangelog

    • vrm1 の Export インタフェースを整理 #866 (ousttrue)

    • fix lookAtType migration #865 (ousttrue)

    • @@ -121,81 +174,34 @@
    -
    +
    +
    -
    +
    + - -

    目次

    - - -

    前のトピックへ

    -

    v0.73.0: other permission url の修正

    -

    次のトピックへ

    -

    v0.71.0: fix Metallic または Occlusion テクスチャーエクスポートのバグ修正

    -
    -

    このページ

    - -
    - - -
    -
    -
    -
    - - - + \ No newline at end of file diff --git a/ja/release/068/v0.73.0.html b/ja/release/068/v0.73.0.html index b4bf26175..5abd058fc 100644 --- a/ja/release/068/v0.73.0.html +++ b/ja/release/068/v0.73.0.html @@ -1,52 +1,105 @@ - + + + - - - - - - v0.73.0: other permission url の修正 — UniVRM Programming Document ドキュメント - - - - - - - + + v0.73.0: other permission url の修正 — UniVRM Programming Document ドキュメント + + + + + + + + + + - - - - + + + -
    -
    -
    -
    - + +
    + + +
    + +
    +
    +
    + +
    +
    +
    +
    +
    -

    v0.73.0: other permission url の修正

    +

    v0.73.0: other permission url の修正

    -

    v0.73.0 (2021-04-21)

    +

    v0.73.0 (2021-04-21)

    • commit: https://github.com/vrm-c/UniVRM/releases/tag/v0.73.0

    • milestone: https://github.com/vrm-c/UniVRM/milestone/35?closed=1

    • @@ -54,16 +107,16 @@

      Full Changelog

    -

    主な変更

    +

    主な変更

    -

    Metaの編集画面から other permission url が隠れていたのを修正

    +

    Metaの編集画面から other permission url が隠れていたのを修正

    from v0.59.0

    -

    Exporter

    +

    Exporter

    • Feature/tpose button #895 (ousttrue)

    • 正規化するときにBlendShapeを使うLookAtがExportされない #894 (ousttrue)

    • @@ -71,14 +124,14 @@
    -

    Preference

    +

    Preference

    • 言語設定の自動判定と保存( Edit - PreferenceUniGLTFVRM0 が設定です)

    -

    その他のChangelog

    +

    その他のChangelog

    -
    +
    +
    -
    +
    + - -

    目次

    - - -

    前のトピックへ

    -

    v0.74.0: runtime スプリングボーンのスケール

    -

    次のトピックへ

    -

    v0.72.0: Linearカラースペースの推奨, DividedVertexBuffer

    -
    -

    このページ

    - -
    - - -
    -
    -
    -
    - - - + \ No newline at end of file diff --git a/ja/release/068/v0.74.0.html b/ja/release/068/v0.74.0.html index 484f1b48a..f9870712e 100644 --- a/ja/release/068/v0.74.0.html +++ b/ja/release/068/v0.74.0.html @@ -1,52 +1,105 @@ - + + + - - - - - - v0.74.0: runtime スプリングボーンのスケール — UniVRM Programming Document ドキュメント - - - - - - - + + v0.74.0: runtime スプリングボーンのスケール — UniVRM Programming Document ドキュメント + + + + + + + + + + - - - - + + + -
    -
    -
    -
    - + +
    + + +
    + +
    +
    +
    + +
    +
    +
    +
    +
    -

    v0.74.0: runtime スプリングボーンのスケール

    +

    v0.74.0: runtime スプリングボーンのスケール

    -

    v0.74.0 (2021-05-11)

    +

    v0.74.0 (2021-05-11)

    • commit: https://github.com/vrm-c/UniVRM/releases/tag/v0.74.0

    • milestone: https://github.com/vrm-c/UniVRM/milestone/36?closed=1

    • @@ -54,7 +107,7 @@

      Full Changelog

    -

    主な変更

    +

    主な変更

    • UniVRM-0.74.0 #936 (ousttrue)

    • #922 ランタイムロード後にスケールを変更して運用する場合に影響があります。(import/export には影響しない)

      @@ -74,7 +127,7 @@
    -

    1.0

    +

    1.0

    • VRM1.0 で MToon の Import ができる #938 (Santarh)

    • vrm1 の Extract 先を vrm0 と別になるように修正。 #937 (ousttrue)

    • @@ -98,75 +151,34 @@
    -
    +
    +
    -
    +
    + - -

    目次

    - - -

    前のトピックへ

    -

    v0.75.0: mipmap

    -

    次のトピックへ

    -

    v0.73.0: other permission url の修正

    -
    -

    このページ

    - -
    - - -
    -
    -
    -
    - - - + \ No newline at end of file diff --git a/ja/release/068/v0.75.0.html b/ja/release/068/v0.75.0.html index d1595fb4e..fdeb7f3cb 100644 --- a/ja/release/068/v0.75.0.html +++ b/ja/release/068/v0.75.0.html @@ -1,52 +1,105 @@ - + + + - - - - - - v0.75.0: mipmap — UniVRM Programming Document ドキュメント - - - - - - - + + v0.75.0: mipmap — UniVRM Programming Document ドキュメント + + + + + + + + + + - - - - + + + -
    -
    -
    -
    - + +
    + + +
    + +
    +
    +
    + +
    +
    +
    +
    +
    -

    v0.75.0: mipmap

    +

    v0.75.0: mipmap

    -

    v0.75.0 (2021-05-24)

    +

    v0.75.0 (2021-05-24)

    • commit: https://github.com/vrm-c/UniVRM/releases/tag/v0.75.0

    • milestone: https://github.com/vrm-c/UniVRM/milestone/37?closed=1

    • @@ -54,7 +107,7 @@

      Full Changelog

    -

    Bug修正

    +

    Bug修正

    • 正規化時にLookAtのパラメーターが落ちてしまうのを修正 #957 (ousttrue)

    • Fix incorrect value caching of M17N #939 (oocytanb)

    • @@ -62,7 +115,7 @@
    -

    Texture filter, wrap, mipmap の import/export の修正

    +

    Texture filter, wrap, mipmap の import/export の修正

    • There is no consideration for texture mipmaps on exporting glTF. #947

        @@ -75,14 +128,14 @@
    -

    1.0

    +

    1.0

    • [1.0] aim constraint の up vector の目標空間 model/local を実装 #953 (ousttrue)

    • [1.0] constraitn の実装 #952 (ousttrue)

    -

    その他のChangelog

    +

    その他のChangelog

    • Fix/unittest textureexport dds #972 (ousttrue)

    • Throw not supported texture types #970 (Santarh)

    • @@ -104,77 +157,34 @@
    -
    +
    +
    -
    +
    + - -

    目次

    - - -

    前のトピックへ

    -

    v0.76.0: Shader整理

    -

    次のトピックへ

    -

    v0.74.0: runtime スプリングボーンのスケール

    -
    -

    このページ

    - -
    - - -
    -
    -
    -
    - - - + \ No newline at end of file diff --git a/ja/release/068/v0.76.0.html b/ja/release/068/v0.76.0.html index 9e413ea30..5a0fb4b97 100644 --- a/ja/release/068/v0.76.0.html +++ b/ja/release/068/v0.76.0.html @@ -1,52 +1,105 @@ - + + + - - - - - - v0.76.0: Shader整理 — UniVRM Programming Document ドキュメント - - - - - - - + + v0.76.0: Shader整理 — UniVRM Programming Document ドキュメント + + + + + + + + + + - - - - + + + -
    -
    -
    -
    - + +
    + + +
    + +
    +
    +
    + +
    +
    +
    +
    +
    -

    v0.76.0: Shader整理

    +

    v0.76.0: Shader整理

    -

    v0.76.0 (2021-06-07)

    +

    v0.76.0 (2021-06-07)

    • commit: https://github.com/vrm-c/UniVRM/releases/tag/v0.76.0

    • milestone: https://github.com/vrm-c/UniVRM/milestone/38?closed=1

    • @@ -54,14 +107,14 @@

      Full Changelog

    -

    主な修正

    +

    主な修正

    • namespace MeshUtilityがUnityEditor.MeshUtility classと競合する #973

    • Feature/animation extract #998 (ousttrue)

    -

    Shaderの整理

    +

    Shaderの整理

    https://vrm.dev/docs/univrm/shaders/univrm_vrmshaders/

    -

    その他のChangelog

    +

    その他のChangelog

    -
    +
    +
    -
    +
    + - -

    目次

    - - -

    前のトピックへ

    -

    v0.77.0: RuntimeGltfInstance

    -

    次のトピックへ

    -

    v0.75.0: mipmap

    -
    -

    このページ

    - -
    - - -
    -
    -
    -
    - - - + \ No newline at end of file diff --git a/ja/release/068/v0.77.0.html b/ja/release/068/v0.77.0.html index 9e1f5ae79..34d589007 100644 --- a/ja/release/068/v0.77.0.html +++ b/ja/release/068/v0.77.0.html @@ -1,52 +1,105 @@ - + + + - - - - - - v0.77.0: RuntimeGltfInstance — UniVRM Programming Document ドキュメント - - - - - - - + + v0.77.0: RuntimeGltfInstance — UniVRM Programming Document ドキュメント + + + + + + + + + + - - - - + + + -
    -
    -
    -
    - + +
    + + +
    + +
    +
    +
    + +
    +
    +
    +
    +
    -

    v0.77.0: RuntimeGltfInstance

    +

    v0.77.0: RuntimeGltfInstance

    -

    v0.77.0 (2021-06-16)

    +

    v0.77.0 (2021-06-16)

    • commit: https://github.com/vrm-c/UniVRM/releases/tag/v0.77.0

    • milestone: https://github.com/vrm-c/UniVRM/milestone/39?closed=1

    • @@ -54,7 +107,7 @@

      Full Changelog

    -

    API更新

    +

    API更新

    • https://vrm.dev/docs/univrm/programming/univrm_api_history/

    • https://vrm.dev/docs/univrm/programming/runtime_import/

    • @@ -63,13 +116,13 @@
    -

    MToon

    +

    MToon

    • MToon 1.0: Backfaces have flipped normals when double sided. #1022

    -

    主な修正

    +

    主な修正

    Closed issues:

    • BaseColor of URP/Lit shader not exported to glb/gltf #988

    • @@ -80,7 +133,7 @@
    -

    その他のChangelog

    +

    その他のChangelog

    • 作業ミス。エディタで保存されてなかった #1045 (ousttrue)

    • 最近の UnitTest #1044 (ousttrue)

    • @@ -111,77 +164,34 @@
    -
    +
    +
    -
    +
    + - -

    目次

    - - -

    前のトピックへ

    -

    v0.78.0: ScriptdImporter の改修

    -

    次のトピックへ

    -

    v0.76.0: Shader整理

    -
    -

    このページ

    - -
    - - -
    -
    -
    -
    - - - + \ No newline at end of file diff --git a/ja/release/068/v0.78.0.html b/ja/release/068/v0.78.0.html index a0f1d48a5..5723edd01 100644 --- a/ja/release/068/v0.78.0.html +++ b/ja/release/068/v0.78.0.html @@ -1,53 +1,106 @@ - + + + - - - - - - v0.78.0: ScriptdImporter の改修 — UniVRM Programming Document ドキュメント - - - - - - - + + v0.78.0: ScriptdImporter の改修 — UniVRM Programming Document ドキュメント + + + + + + + + + + - - - - + + + -
    -
    -
    -
    - + +
    + + +
    + +
    +
    +
    + +
    +
    +
    +
    +
    -

    v0.78.0: ScriptdImporter の改修

    +

    v0.78.0: ScriptdImporter の改修

    主に、1.0 向けと glb/gltf の ScriptdImporter の改修です。

    -

    v0.78.0 (2021-06-23)

    +

    v0.78.0 (2021-06-23)

    • commit: https://github.com/vrm-c/UniVRM/releases/tag/v0.78.0

    • milestone: https://github.com/vrm-c/UniVRM/milestone/40?closed=1

    • @@ -55,19 +108,19 @@

      Full Changelog

    -

    バグ修正

    +

    バグ修正

    -

    Exporter

    +

    Exporter

    • Export 時に default 値の TRS を出力しない #1061 (ousttrue)

    -

    ScriptedImporter(gltf/glb vrm-1)

    +

    ScriptedImporter(gltf/glb vrm-1)

    • ImporterContext.AnimationClips に External か否かの情報を追加 #1050 (ousttrue)

    • Feature10/remap editor #1053 (ousttrue)

    • @@ -75,7 +128,7 @@
    -

    1.0

    +

    1.0

    -

    その他のChangelog

    +

    その他のChangelog

    -
    +
    +
    -
    +
    + - -

    目次

    - - -

    前のトピックへ

    -

    v0.68~v0.78: Unity-2018.4 (pre release)

    -

    次のトピックへ

    -

    v0.77.0: RuntimeGltfInstance

    -
    -

    このページ

    - -
    - - -
    -
    -
    -
    - - - + \ No newline at end of file diff --git a/ja/release/079/index.html b/ja/release/079/index.html new file mode 100644 index 000000000..32d7fbb47 --- /dev/null +++ b/ja/release/079/index.html @@ -0,0 +1,199 @@ + + + + + + + v0.79~: Unity-2019.4 — UniVRM Programming Document ドキュメント + + + + + + + + + + + + + + + + + +
    + + +
    + +
    +
    +
    + +
    +
    +
    +
    + +
    +

    v0.79~: Unity-2019.4

    +
    +

    ReleaseNote

    +
      +
    • 0.80.0 からサポートする Unity の最低バージョンを 2019.4LTS に更新しました。

    • +
    • 0.80.0 から VRM-1.0β のパッケージ提供を開始しました。

    • +
    + +
    +
    +

    パッケージ(v0.81~)

    + + + + + + + + + + + + + + + + + + + + + +

    unitypackage

    folder

    contents

    VRMShaders_UniGLTF

    Assets/VRMShaders, Assets/UniGLTF

    VRMShaders と UniGLTF

    UniVRM

    Assets/VRM

    VRM-0.X

    VRM

    Assets/VRM10

    VRM-1.0(β)

    +
    +----------++----------+
    +|UniVRM-0.X||UniVRM-1.0|
    ++----------++----------+
    ++----------------------+
    +|       UniGLTF        |
    ++----------------------+
    +|      VRMShaders      |
    ++----------------------+
    +
    +
    +
    +
    +

    UPM(v0.81~)

    +
    // manifest.json 抜粋
    +{
    +  "dependencies": {
    +    "com.vrmc.vrmshaders": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRMShaders#v0.82.1",
    +    "com.vrmc.gltf": "https://github.com/vrm-c/UniVRM.git?path=/Assets/UniGLTF#v0.82.1", // rename unigltf to gltf
    +    "com.vrmc.univrm": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM#v0.82.1",
    +    "com.vrmc.vrm": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM10#v0.82.1", // rename univrm1 to vrm
    +  }
    +}
    +
    +
    +
    +
    + + +
    +
    + +
    +
    +
    +
    + + + + \ No newline at end of file diff --git a/ja/release/079/v0.79.0.html b/ja/release/079/v0.79.0.html index 484ce2c97..a5f79a4e2 100644 --- a/ja/release/079/v0.79.0.html +++ b/ja/release/079/v0.79.0.html @@ -1,67 +1,112 @@ - + + + - - - - - - v0.79.0: 1.0準備 — UniVRM Programming Document ドキュメント - - - - - - - + + v0.79.0: 1.0準備 — UniVRM Programming Document ドキュメント + + + + + + + + + + - - - - + + + -
    -
    -
    -
    - -
    -

    v0.79.0: 1.0準備

    -
    -

    v0.79.0 (2021-07-19)

    -
    -
    -
    -
    - - - + \ No newline at end of file diff --git a/ja/release/079/v0.80.0.html b/ja/release/079/v0.80.0.html index 632438f56..141c35dbe 100644 --- a/ja/release/079/v0.80.0.html +++ b/ja/release/079/v0.80.0.html @@ -1,59 +1,112 @@ - + + + - - - - - - v0.80.0: 1.0準備, 最低バージョンを Unity-2019.4LTS に更新 — UniVRM Programming Document ドキュメント - - - - - - - + + v0.80.0: 1.0準備, 最低バージョンを Unity-2019.4LTS に更新 — UniVRM Programming Document ドキュメント + + + + + + + + + + - - - - + + + -
    -
    -
    -
    - -
    -

    v0.80.0: 1.0準備, 最低バージョンを Unity-2019.4LTS に更新

    -
    -

    v0.80.0 (2021-08-11)

    -
    -
    -
    -
    - - - + \ No newline at end of file diff --git a/ja/release/079/v0.81.0.html b/ja/release/079/v0.81.0.html index e1e5ddf8a..91c992d18 100644 --- a/ja/release/079/v0.81.0.html +++ b/ja/release/079/v0.81.0.html @@ -1,50 +1,109 @@ - + + + - - - - - - v0.81.0: 1.0準備, unitypackage 構成変更 — UniVRM Programming Document ドキュメント - - - - - - - + + v0.81.0: 1.0準備, unitypackage 構成変更 — UniVRM Programming Document ドキュメント + + + + + + + + + + - - - - + + + -
    -
    -
    -
    - + +
    + + +
    + +
    +
    +
    + +
    +
    +
    +
    +
    -

    v0.81.0: 1.0準備, unitypackage 構成変更

    +

    v0.81.0: 1.0準備, unitypackage 構成変更

    Stable 安定板

    +
    +

    v0.81.0 (2021-08-20)

    +

    v0.81.0 から unitypackage が変わりました。

    • Install UniGLTF_VRMShaders and UniVRM

    • @@ -81,8 +140,9 @@ +
    -

    UnityPackage の構成を整理しました

    +

    UnityPackage の構成を整理しました

    • UniGLTF_VRMShaders

    • UniVRM(VRM-0.X)

    • @@ -100,16 +160,8 @@

    UniGLTF_VRMShaders UniVRM の順に2つインストールしてください

    -
    -

    v0.81.0 (2021-08-20)

    -
      -
    • commit: https://github.com/vrm-c/UniVRM/releases/tag/v0.81.0

    • -
    • milestone: https://github.com/vrm-c/UniVRM/milestone/43?closed=1

    • -
    -

    Full Changelog

    -
    -

    パッケージ整理など

    +

    パッケージ整理など

    • UniGLTF の UPM id を、com.vrmc.unigltf から com.vrmc.gltf に変えてバージョンを振り直し #1156

    • UnityPackage に Samples を含める #1159 (ousttrue)

    • @@ -120,7 +172,7 @@
    -

    VRM-1.0

    +

    VRM-1.0

    • [VRM1] VRM10/MToon10 のインスペクターの Emission が HDR でない #1148

    • Feature1/lookat editor tool #1154 (ousttrue)

    • @@ -128,7 +180,7 @@
    -

    その他のChangelog

    +

    その他のChangelog

    • Add properties to RuntimeGltfInstance #1096

    • [0.77]AsyncでランタイムロードしたモデルのScaleを1以上にするとSpringBoneの動作が怪しくなる #1115

    • @@ -140,77 +192,34 @@
    -
    +
    +
    -
    +
    + - -

    目次

    - - -

    前のトピックへ

    -

    v0.82.0: 1.0準備, URP 向け Material置き換え機能

    -

    次のトピックへ

    -

    v0.80.0: 1.0準備, 最低バージョンを Unity-2019.4LTS に更新

    -
    -

    このページ

    - -
    - - -
    -
    -
    -
    - - - + \ No newline at end of file diff --git a/ja/release/079/v0.82.0.html b/ja/release/079/v0.82.0.html index 804800ab6..0fcfcee5c 100644 --- a/ja/release/079/v0.82.0.html +++ b/ja/release/079/v0.82.0.html @@ -1,59 +1,112 @@ - + + + - - - - - - v0.82.0: 1.0準備, URP 向け Material置き換え機能 — UniVRM Programming Document ドキュメント - - - - - - - + + v0.82.0: 1.0準備, URP 向け Material置き換え機能 — UniVRM Programming Document ドキュメント + + + + + + + + + + - - - - + + + -
    -
    -
    -
    - + +
    + + +
    + +
    +
    +
    + +
    +
    +
    +
    +
    -

    v0.82.0: 1.0準備, URP 向け Material置き換え機能

    +

    v0.82.0: 1.0準備, URP 向け Material置き換え機能

    -

    v0.82.0 (2021-09-01)

    +

    v0.82.0 (2021-09-01)

    -

    URP(Universal Render Pipeline)

    +

    URP(Universal Render Pipeline)

    URP 向けに Material Import をカスタマイズする機能をはじめました (Experimental)

    TODO: アプリ開発者向けドキュメント

      @@ -61,7 +114,7 @@
    -

    [1.0]

    +

    [1.0]

    • [1.0]extract の一覧に matcap など一部のテクスチャーが一覧されない #1171

    • [1.0] MToon10でエクスポートするとStandardになってしまう #1164

    • @@ -71,7 +124,7 @@
    -

    その他のChangelog

    +

    その他のChangelog

    -
    +
    +
    -
    +
    + - -

    目次

    - - -

    前のトピックへ

    -

    v0.83.0: 1.0準備

    -

    次のトピックへ

    -

    v0.81.0: 1.0準備, unitypackage 構成変更

    -
    -

    このページ

    - -
    - - -
    -
    -
    -
    - - - + \ No newline at end of file diff --git a/ja/release/079/v0.83.0.html b/ja/release/079/v0.83.0.html index d17f06dfb..c66b53630 100644 --- a/ja/release/079/v0.83.0.html +++ b/ja/release/079/v0.83.0.html @@ -1,55 +1,108 @@ - + + + - - - - - - v0.83.0: 1.0準備 — UniVRM Programming Document ドキュメント - - - - - - - + + v0.83.0: 1.0準備 — UniVRM Programming Document ドキュメント + + + + + + + + + + - - - - + + + -
    -
    -
    -
    - + +
    + + +
    + +
    +
    +
    + +
    +
    +
    +
    +
    -

    v0.83.0: 1.0準備

    +

    v0.83.0: 1.0準備

    https://vrm.dev/

    のプログラミング関連のドキュメントを

    https://vrm-c.github.io/UniVRM/

    に引越ししました。

    -

    v0.83.0 (2021-09-10)

    +

    v0.83.0 (2021-09-10)

    +

    | 09/03 | 0.82.1 milestone | | URP API |

    • commit: https://github.com/vrm-c/UniVRM/releases/tag/v0.83.0

    • milestone: https://github.com/vrm-c/UniVRM/milestone/45?closed=1 @@ -57,7 +110,7 @@

    -

    bug修正

    +

    bug修正

    • PBR テクスチャーの変換に使っている シェーダーが ビルドに含まれない #1187

    • Include all shaders in Resources directory. #1203 (Santarh)

    • @@ -65,7 +118,7 @@
    -

    1.0

    +

    1.0

    • [1.0] Renderer.enabled = false になってない #1197

    • [1.0] SetupAsync にして Auto で生成される Mesh の初期状態を非表示にした #1194

    • @@ -81,7 +134,7 @@
    -

    その他のChangelog

    +

    その他のChangelog

    • MMD4Mecanim+UniVRM #1184

    • Namespace "VRM" can't be found by any other script. #1103

    • @@ -102,75 +155,34 @@
    -
    +
    +
    -
    +
    + - -

    目次

    - - -

    前のトピックへ

    -

    v0.84.0: 1.0準備, glTF import menu 復活

    -

    次のトピックへ

    -

    v0.82.0: 1.0準備, URP 向け Material置き換え機能

    -
    -

    このページ

    - -
    - - -
    -
    -
    -
    - - - + \ No newline at end of file diff --git a/ja/release/079/v0.84.0.html b/ja/release/079/v0.84.0.html index 0bbf383cf..69ff9fdf1 100644 --- a/ja/release/079/v0.84.0.html +++ b/ja/release/079/v0.84.0.html @@ -1,51 +1,103 @@ - + + + - - - - - - v0.84.0: 1.0準備, glTF import menu 復活 — UniVRM Programming Document ドキュメント - - - - - - - + + v0.84.0: 1.0準備, glTF import menu 復活 — UniVRM Programming Document ドキュメント + + + + + + + + + + - - - - + + + -
    -
    -
    -
    - + +
    + + +
    + +
    +
    +
    + +
    +
    +
    +
    +
    -

    v0.84.0: 1.0準備, glTF import menu 復活

    +

    v0.84.0: 1.0準備, glTF import menu 復活

    -

    v0.84.0 (2021-09-22)

    +

    v0.84.0 (2021-09-22)

    • commit: https://github.com/vrm-c/UniVRM/releases/tag/v0.84.0

    • milestone: https://github.com/vrm-c/UniVRM/milestone/46?closed=1

    • @@ -56,7 +108,7 @@
    -

    glTF

    +

    glTF

    -

    1.0

    +

    1.0

    • CreateErasedMeshAsync #1221

    • Shader error in 'VRM10/MToon10': undeclared identifier 'i' #1211

    • @@ -78,7 +130,7 @@
    -

    その他のChangelog

    +

    その他のChangelog

    -
    +
    +
    -
    +
    + - -

    目次

    - - -

    前のトピックへ

    -

    v0.85.0: 1.0準備, [0.x]FastSpringBone

    -

    次のトピックへ

    -

    v0.83.0: 1.0準備

    -
    -

    このページ

    - -
    - - -
    -
    -
    -
    - - - + \ No newline at end of file diff --git a/ja/release/079/v0.85.0.html b/ja/release/079/v0.85.0.html index 856829a26..bc43e683c 100644 --- a/ja/release/079/v0.85.0.html +++ b/ja/release/079/v0.85.0.html @@ -1,51 +1,103 @@ - + + + - - - - - - v0.85.0: 1.0準備, [0.x]FastSpringBone — UniVRM Programming Document ドキュメント - - - - - - - + + v0.85.0: 1.0準備, [0.x]FastSpringBone — UniVRM Programming Document ドキュメント + + + + + + + + + + - - - - + + + -
    -
    -
    -
    - + +
    + + +
    + +
    +
    +
    + +
    +
    +
    +
    +
    -

    v0.85.0: 1.0準備, [0.x]FastSpringBone

    +

    v0.85.0: 1.0準備, [0.x]FastSpringBone

    -

    v0.85.0 (2021-09-30)

    +

    v0.85.0 (2021-09-30)

    • commit: https://github.com/vrm-c/UniVRM/releases/tag/v0.85.0

    • milestone: https://github.com/vrm-c/UniVRM/milestone/47?closed=1

    • @@ -53,7 +105,7 @@

      Full Changelog

    -

    [1.0]

    +

    [1.0]

    • [1.0] VRM10ObjectFirstPerson.SetupAsync に isMine 引数 #1250

    • [1.0] MToon10 offset/scale の挙動 #1225

    • @@ -68,14 +120,14 @@
    -

    FastSpringBone

    +

    FastSpringBone

    利用方法は、 Assets/VRM/Samples/SimpleViewer を参考にしてください。

    -

    その他のChangelog

    +

    その他のChangelog

    • it might not be a bug but i can't import the package #1238

    • Failed UnlitTransparentZWrite fallback on importing VRM 0.x #1139

    • @@ -95,75 +147,34 @@
    -
    +
    +
    -
    +
    + - -

    目次

    - - -

    前のトピックへ

    -

    v0.86.0: 1.0準備, [1.0]FastSpringBone

    -

    次のトピックへ

    -

    v0.84.0: 1.0準備, glTF import menu 復活

    -
    -

    このページ

    - -
    - - -
    -
    -
    -
    - - - + \ No newline at end of file diff --git a/ja/release/079/v0.86.0.html b/ja/release/079/v0.86.0.html index 87177e88c..586be53a9 100644 --- a/ja/release/079/v0.86.0.html +++ b/ja/release/079/v0.86.0.html @@ -1,51 +1,103 @@ - + + + - - - - - - v0.86.0: 1.0準備, [1.0]FastSpringBone — UniVRM Programming Document ドキュメント - - - - - - - + + v0.86.0: 1.0準備, [1.0]FastSpringBone — UniVRM Programming Document ドキュメント + + + + + + + + + + - - - - + + + -
    -
    -
    -
    - + +
    + + +
    + +
    +
    +
    + +
    +
    +
    +
    +
    -

    v0.86.0: 1.0準備, [1.0]FastSpringBone

    +

    v0.86.0: 1.0準備, [1.0]FastSpringBone

    -

    1.0

    +

    1.0

    • [#1287] [1.0] !isSelf かつ firstPersonOnly のときに VisibleRenderers から除去する

    • [#1280] [1.0] ヒエラルキーに回転・スケールが含まれているモデルのマイグレーション

    • @@ -56,7 +108,7 @@
    -

    その他

    +

    その他

    • [#1288] Fix/test filter

    • [#1285] Doc/add release note

    • @@ -75,73 +127,34 @@
    -
    +
    +
    -
    +
    + - -

    目次

    - - -

    前のトピックへ

    -

    Release

    -

    次のトピックへ

    -

    v0.85.0: 1.0準備, [0.x]FastSpringBone

    -
    -

    このページ

    - -
    - - -
    -
    -
    -
    - - - + \ No newline at end of file diff --git a/ja/release/index.html b/ja/release/index.html index b42f472e5..e7ec15528 100644 --- a/ja/release/index.html +++ b/ja/release/index.html @@ -1,48 +1,84 @@ - + + + - - - - - - Release — UniVRM Programming Document ドキュメント - - - - - - - + + Release — UniVRM Programming Document ドキュメント + + + + + + + + + + - + - - + -
    -
    -
    -
    - + +
    + + +
    + +
    +
    +
    + +
    +
    +
    +
    +
    -

    Release

    +

    Release

    @@ -52,126 +88,67 @@ - + - + - + - +

    バージョン

    v0.79~

    v0.79~

    最新版

    Unity-2019.4

    特に問題が無ければこれ。

    v0.68~v0.78

    v0.68~v0.78

    Unity-2018.4

    開発版。最新版を使ってください。

    v0.56~v0.67

    v0.56~v0.67

    v0.66

    Unity-2018.4

    ~v0.55

    ~v0.55

    v0.55

    Unity-5.6(.NET3.5)

    -
    -

    v0.79~

    -
      -
    • from 0.80: Unity-2019.4

    • -
    • from 0.81: UniGLTF_VRMShaders and UniVRM 2パッケージ構成

    • -
    - -
    -
    -

    Older versions

    -
    -
    +
    +
    -
    +
    + - -

    目次

    - - -

    前のトピックへ

    -

    FirstPerson

    -

    次のトピックへ

    -

    v0.86.0: 1.0準備, [1.0]FastSpringBone

    -
    -

    このページ

    - -
    - - -
    -
    -
    -
    - - - + \ No newline at end of file diff --git a/ja/search.html b/ja/search.html index 067569277..ce64dece3 100644 --- a/ja/search.html +++ b/ja/search.html @@ -1,101 +1,120 @@ - - - - - - - 検索 — UniVRM Programming Document ドキュメント - - + + + + + 検索 — UniVRM Programming Document ドキュメント + + - - - - - + + + + + + + + - - - + + - - + +
    + + +
    + +
    +
    +
    +
      +
    • »
    • +
    • 検索
    • +
    • +
    • +
    +
    +
    +
    +
    +
    +
    + +
    + +
    +

    © Copyright 2021, VRM Consortium.

    +
    + + Built with Sphinx using a + theme + provided by Read the Docs. + + +
    -
    +
    + + + + + -
    -
    -
    -
    - - - + \ No newline at end of file diff --git a/ja/searchindex.js b/ja/searchindex.js index d0ed35a7a..a555c360e 100644 --- a/ja/searchindex.js +++ b/ja/searchindex.js @@ -1 +1 @@ -Search.setIndex({docnames:["README","build","gltf/0_36_update","gltf/0_82_glb_import","gltf/format","gltf/how_to_impl_extension","history","implementation/coordinate","implementation/fast_spring_bone","implementation/first_person","implementation/runtime_resource_management","implementation/texture_manipulation","index","package","release/055/index","release/055/v0.40","release/055/v0.41","release/055/v0.42","release/055/v0.43","release/055/v0.44","release/055/v0.45","release/055/v0.46","release/055/v0.47","release/055/v0.48","release/055/v0.49","release/055/v0.50","release/055/v0.51.0","release/055/v0.52.0","release/055/v0.53.0","release/055/v0.54.0","release/055/v0.55.0","release/056/index","release/056/v0.56.0","release/056/v0.57.0","release/056/v0.58.0","release/056/v0.59.0","release/056/v0.60.0","release/056/v0.61.0","release/056/v0.62.0","release/056/v0.63.0","release/056/v0.64.0","release/056/v0.65.0","release/056/v0.66.0","release/056/v0.67.0","release/068/index","release/068/v0.68.0","release/068/v0.69.0","release/068/v0.70.0","release/068/v0.71.0","release/068/v0.72.0","release/068/v0.73.0","release/068/v0.74.0","release/068/v0.75.0","release/068/v0.76.0","release/068/v0.77.0","release/068/v0.78.0","release/079/v0.79.0","release/079/v0.80.0","release/079/v0.81.0","release/079/v0.82.0","release/079/v0.83.0","release/079/v0.84.0","release/079/v0.85.0","release/079/v0.86.0","release/index","vrm0/0_44_runtime_import","vrm0/0_58_blendshape","vrm0/0_68_runtime_import","vrm0/0_77_runtime_import","vrm0/0_79_runtime_import","vrm0/0_82_runtime_import","vrm0/firstperson","vrm1/vrm1_expression","vrm1/vrm1_firstperson","vrm1/vrm1_get_humanoid","vrm1/vrm1_lookat","vrm1/vrm1_runtime_load"],envversion:{"sphinx.domains.c":2,"sphinx.domains.changeset":1,"sphinx.domains.citation":1,"sphinx.domains.cpp":4,"sphinx.domains.index":1,"sphinx.domains.javascript":2,"sphinx.domains.math":2,"sphinx.domains.python":3,"sphinx.domains.rst":2,"sphinx.domains.std":2,sphinx:56},filenames:["README.md","build.md","gltf/0_36_update.md","gltf/0_82_glb_import.md","gltf/format.md","gltf/how_to_impl_extension.md","history.md","implementation/coordinate.md","implementation/fast_spring_bone.md","implementation/first_person.md","implementation/runtime_resource_management.md","implementation/texture_manipulation.md","index.md","package.md","release/055/index.md","release/055/v0.40.md","release/055/v0.41.md","release/055/v0.42.md","release/055/v0.43.md","release/055/v0.44.md","release/055/v0.45.md","release/055/v0.46.md","release/055/v0.47.md","release/055/v0.48.md","release/055/v0.49.md","release/055/v0.50.md","release/055/v0.51.0.md","release/055/v0.52.0.md","release/055/v0.53.0.md","release/055/v0.54.0.md","release/055/v0.55.0.md","release/056/index.md","release/056/v0.56.0.md","release/056/v0.57.0.md","release/056/v0.58.0.md","release/056/v0.59.0.md","release/056/v0.60.0.md","release/056/v0.61.0.md","release/056/v0.62.0.md","release/056/v0.63.0.md","release/056/v0.64.0.md","release/056/v0.65.0.md","release/056/v0.66.0.md","release/056/v0.67.0.md","release/068/index.md","release/068/v0.68.0.md","release/068/v0.69.0.md","release/068/v0.70.0.md","release/068/v0.71.0.md","release/068/v0.72.0.md","release/068/v0.73.0.md","release/068/v0.74.0.md","release/068/v0.75.0.md","release/068/v0.76.0.md","release/068/v0.77.0.md","release/068/v0.78.0.md","release/079/v0.79.0.md","release/079/v0.80.0.md","release/079/v0.81.0.md","release/079/v0.82.0.md","release/079/v0.83.0.md","release/079/v0.84.0.md","release/079/v0.85.0.md","release/079/v0.86.0.md","release/index.md","vrm0/0_44_runtime_import.md","vrm0/0_58_blendshape.md","vrm0/0_68_runtime_import.md","vrm0/0_77_runtime_import.md","vrm0/0_79_runtime_import.md","vrm0/0_82_runtime_import.md","vrm0/firstperson.md","vrm1/vrm1_expression.md","vrm1/vrm1_firstperson.md","vrm1/vrm1_get_humanoid.md","vrm1/vrm1_lookat.md","vrm1/vrm1_runtime_load.md"],objects:{},objnames:{},objtypes:{},terms:{"!)":53,"#if":[21,60,65],"#l":5,"#v":13,"#{":4,"')":4,"',":4,"':":[4,61],"']":0,"'bin":4,"'gltf":4,"'json":4,"'magic":4,"'s":[15,16,17,27,40,56,57,62],"'t":[5,53,56,57,60,62,63],"'unknown":4,"'version":4,"(!":5,"('":4,"((":67,"()":[3,4,5,7,8,11,16,29,32,61,65,66,67,68,69,70,71,73,76],"(-":7,"(.":64,"([":33,"(\"":[5,65,66,73,76],"(\u03b2":13,"(\u307e\u305f":5,"(_":[19,65,67,68],"(and":24,"(assetpath":11,"(axis":7,"(begin":5,"(blednshape":32,"(blendshape":[32,33,66],"(blendshapekey":[32,66],"(blendshapepreset":[32,66],"(bool":[21,76],"(by":[24,25],"(byte":[3,65],"(bytes":[3,65],"(chunk":4,"(context":65,"(controller":73,"(createthumbnail":65,"(data":[3,4,8,70,73,76],"(destroy":45,"(destroysubassets":21,"(editor":15,"(end":5,"(enumserializationtype":5,"(ex":65,"(exception":65,"(experimental":61,"(exporter":15,"(f":[4,5],"(false":[5,54],"(file":67,"(force":18,"(former":17,"(gameobject":[67,68,72],"(gc":32,"(glb":44,"(gltf":[5,46],"(gltfdata":3,"(gltfsmaplemodels":46,"(go":65,"(good":5,"(goodmaterial":5,"(headless":10,"(ienumerable":16,"(if":17,"(ignorecase":32,"(importer":15,"(info":5,"(instance":[3,8,70],"(json":4,"(jsonpath":5,"(kv":5,"(legacy":19,"(listtreenode":5,"(m":[7,16,76],"(material":5,"(mesh":25,"(minimum":5,"(name":32,"(new":66,"(nodeindex":51,"(null":52,"(optimize":61,"(out":7,"(outpath":5,"(parser":[67,68],"(path":[3,16,65,69,70,73,76],"(preset":32,"(repeat":17,"(s":5,"(self":4,"(serialize":5,"(size":4,"(src":32,"(srgb":20,"(standard":37,"(string":[3,32,67,68,70,73,76],"(submodule":22,"(texture":[3,70],"(this":7,"(true":[5,65],"(trygetextension":5,"(typeof":5,"(unigltf":[5,15],"(unigltfversion":5,"(unijson":5,"(unityengine":5,"(unitypackage":32,"(urp":6,"(v":19,"(value":5,"(var":[3,5,70],"(vr":24,"(vrm":[32,49,58,70,73,76],"(vrmdata":70,"(vrmfilepath":[67,68],"(vrmgameobject":[67,68],"(w":5,"(width":11,"))":[5,7,8,32,65,67,68,70,71,73,76],"),":[4,5,44,66],")-":4,").":[3,5,7,18,69,70,73,76],"):":[4,18],");":[3,5,7,8,11,16,17,19,32,51,65,66,67,68,69,70,71,72,73,76],")\u3002":[3,5,21,32,49],")]":5,")https":18,"){":5,"*.":32,"+ (":20,"++":13,"+-":13,"+\n|":13,"+univrm":60,"+x":7,"+y":7,"+z":7,", m":7,", meta":65,", outpath":5,", vector":7,",\ndebug":65,"- `":68,"-+":13,"--":[13,62],"->":[30,32],"-akira":32,"-asset":17,"-build":0,"-c":[5,13,28,29,30,32,33,34,35,36,37,38,39,40,41,42,43,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62],"-imaging":32,"-import":19,"-in":70,"-intl":0,"-izm":[24,32],"-parser":0,"-pose":65,"-quickstart":0,"-readable":52,"-referenced":[56,57],"-request":62,"-roughness":53,"-smoothness":53,"-specific":5,"-standalone":32,"-string":32,"-texture":15,"-transparent":17,"-updatewhenoffscreen":[67,68],"-uv":17,"-windows":32,"-x":7,"-z":7,"...":20,".\u2026":25,".a":66,".accumulatevalue":[21,66],".add":[5,51],".angleaxis":7,".animationclips":55,".application":5,".apply":66,".asint":5,".aslowerstring":5,".asmdef":25,".attachto":10,".begin":61,".bindposes":25,".blendshapes":18,".blink":66,".canexport":57,".clear":24,".clips":18,".collections":[5,71],".colors":58,".com":[2,5,13,17,18,19,20,21,23,24,25,26,27,28,29,30,32,33,34,35,36,37,38,39,40,41,42,43,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,67,68],".combine":5,".compile":[24,25],".contains":52,".create":5,".createfrom":[32,66],".createfromclip":[32,66],".createfrompreset":[32,66],".createunknown":[32,66],".cs":[5,51,58,70,76],".cullingmask":71,".custom":5,".data":4,".datapath":[5,65],".destroy":[3,10,65,67,68,70],".dev":[34,36,38,39,45,46,53,54,60,63],".disabledscope":54,".dispose":[67,68],".disposeongameobjectdestroyed":[67,68],".emit":37,".enabled":[54,60],".enableupdatewhenoffscreen":[3,8,16,65,67,68,70],".exception":73,".excludetriangles":32,".export":16,".exporttest":[45,53],".expression":72,".expressionpreset":42,".extended":41,".extension":5,".extensions":[5,27],".extractposition":7,".extractrotation":7,".filedialog":65,".findobjectoftype":71,".findobjectsoftype":71,".firstperson":[10,73],".free":8,".fromfullpath":5,".fromresult":62,".g":[5,51],".gameobject":[70,73],".generatedeserializer":5,".generateserializer":5,".generic":[5,71],".getatpath":11,".getcolumn":7,".getcomponent":[72,73],".getindices":21,".getstorebytes":5,".getstring":5,".getvalues":32,".git":[13,32],".github":60,".gltf":[13,58,65],".gltfextension":5,".gltfextensionsexport":5,".gltfextensionsimport":5,".gltfmaterial":5,".html":[67,68],".id":32,".images":2,".immediatelysetvalue":[21,66],".importercontext":[3,8],".index":5,".instance":5,".io":[5,60,67],".isnullorempty":65,".ison":76,".joy":66,".json":[13,40],".jsonformatter":5,".key":[5,32,66],".length":52,".load":[3,67,68],".loadassetatpath":11,".loadasync":[3,8,10,65,67,68,70,73,76],".loadasynctask":65,".loadfrombytes":65,".loadfrompath":65,".loads":4,".loadvrmasync":[16,65],".loadvrmthumbnailasync":76,".log":5,".logerror":65,".logformat":[5,65],".md":[40,62,65],".menu":5,".meshes":2,".meshutility":53,".meta":76,".model":62,".name":[2,65],".net":[32,44],".nodes":46,".normalmap":[11,19],".object":[10,67,68],".objectitems":5,".ondestroy":[10,24],".onenable":46,".onloadmodel":32,".open":5,".originalmetabeforemigration":76,".parse":[32,63],".parseglb":[65,67],".parsepath":[67,68,69],".png":71,".pos":4,".preset":57,".probeanchor":38,".public":5,".py":[0,63],".read":4,".readallbytes":[65,67],".readmeta":65,".recalculatetangents":17,".reflection":5,".replaceasync":8,".reset":50,".reversez":7,".root":[8,65,67,68],".rootbone":16,".rotation":7,".run":67,".sample":27,".samples":[29,68],".saveandreimport":11,".settrs":7,".setup":[18,24,71],".setupasync":[10,62,73],".setvalues":[20,66],".setvisiblity":40,".shader":1,".shadername":32,".sharedmaterials":36,".showmeshes":[3,8,65,67,68,70,73],".spanlike":63,".specversion":27,".srgbtexture":11,".srgbwrite":52,".strip":4,".surprised":42,".targetnames":2,".targetpath":46,".tasks":67,".text":5,".texturetype":[11,19],".threading":67,".thumbnail":65,".time":65,".title":65,".toangleaxis":7,".toglbbytes":16,".tostring":32,".toupper":32,".transferownership":10,".tryparse":32,".tryparseormigrate":[73,76],".txt":59,".unigltf":[39,58],".unity":[67,68],".unitypackage":14,".uniunlit":32,".univrm":13,".unknown":[32,34,66],".unpack":4,".updatewhenoffscreen":[16,24,65],".url":25,".utils":32,".uv":19,".value":5,".vertices":51,".vrm":[4,13,27,65,73],".vrmc":[13,39,58],".vrmextension":[70,76],".vrmimporter":65,".vrmimportercontext":70,".vrmshaders":13,".w":[11,19],".write":5,".writeallbytes":16,".x":[7,11,17,19,64],".y":[7,11,17,19],".z":[7,11,19],"/ [":21,"/ `":5,"/ t":65,"/'":0,"/*":16,"//":[3,5,11,32,65,66,67,68,70,71,73,76],"/_":0,"/add":63,"/animation":[40,53],"/assets":[5,17,32],"/b":[18,19],"/blendshape":38,"/blob":5,"/clear":56,"/commit":[18,19],"/depthfirstscheduler":17,"/deserialize":5,"/destroy":45,"/dev":34,"/docfx":60,"/docs":[34,36,38,39,45,46,53,54],"/dwango":[17,18,19,20,21,23,24,25,26,27],"/en":0,"/export":[5,12,34,40,44,51,53],"/exporter":35,"/extensions":[5,19],"/extract":50,"/extras":5,"/fastspringbone":8,"/fix":[24,27],"/generator":17,"/gettext":0,"/glb":45,"/gltf":[2,5,39,44,54,55],"/gltfdeserializer":5,"/gltfserializer":5,"/how":45,"/humanoid":36,"/import":[59,61],"/improve":24,"/io":5,"/issues":[2,17,18,19,21,34,49],"/ja":0,"/jpg":11,"/json":42,"/khronosgroup":[2,5],"/layer":71,"/lit":54,"/local":52,"/master":[5,17,32],"/material":53,"/materialexporter":5,"/materialimporter":5,"/materialproperties":19,"/materials":[17,19],"/mesh":51,"/meshutility":[32,36,53],"/meshutilty":32,"/metallic":48,"/milestone":[23,24,25,26,27,28,29,32,33,34,35,36,37,38,39,40,41,42,43,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62],"/mtoon":19,"/multi":38,"/mv":50,"/nodes":16,"/offset":61,"/other":50,"/ousttrue":[17,18,19],"/png":39,"/prefab":46,"/programming":[34,45,54],"/pull":[17,23,32,47],"/readme":[59,62],"/refactor":45,"/releases":[19,20,23,24,25,26,27,28,29,30,32,33,34,35,36,37,38,39,40,41,42,43,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62],"/remove":45,"/rename":[40,53],"/rootbone":16,"/runtime":[5,8,19,45,54],"/sampler":52,"/samples":62,"/santarh":19,"/scale":62,"/scripted":52,"/scriptreference":[67,68],"/scripts":[5,17],"/shaders":[46,53],"/simple":60,"/simpleviewer":62,"/simplify":43,"/skinnedmeshrenderer":[67,68],"/specification":17,"/springbone":42,"/suppress":25,"/tag":[19,20,23,24,25,26,27,28,29,30,32,33,34,35,36,37,38,39,40,41,42,43,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62],"/target":38,"/test":63,"/textuerloader":45,"/texture":[46,50],"/tpose":[38,50],"/tree":[5,17,32],"/unigltf":[5,13,15,17,18,19,24,39,58],"/unigltfversion":58,"/unihumanoid":17,"/unintended":43,"/unique":40,"/unittest":52,"/unity":62,"/uniunlit":[14,24],"/univrm":[5,13,17,18,19,20,21,23,24,25,26,27,28,29,30,32,33,34,35,36,37,38,39,40,41,42,43,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62],"/unlit":19,"/unlittransparentzwrite":[19,62],"/unlitxxx":53,"/update":49,"/urp":57,"/v":[19,20,23,24,25,26,27,28,29,30,32,33,34,35,36,37,38,39,40,41,42,43,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62],"/vrm":[5,13,19,28,29,30,32,33,34,35,36,37,38,39,40,41,42,43,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,71],"/vrmexporter":5,"/vrmimportercontext":5,"/vrmshaders":[13,58],"/wiki":19,"0beta":58,"0c":20,"0f":[17,66],"0x":58,"1b":[26,27],"1d":15,"1f":66,"1x":38,"2\u5024":20,"2\u91cd":19,"2d":[11,15,19,65],"2f":19,"3color":29,"3d":[67,68],"4lts":[32,58,64],"4mecanim":60,"4x":7,"5\u3064":5,"5e":18,"5nm":11,"6a":19,"6ed":18,"7ab":19,"7c":19,"7cb":18,"7f":[27,32],"8c":21,"8encoding":5,"9a":18,"9db":25,":#":4,":/":[2,5,13,17,18,19,20,21,23,24,25,26,27,28,29,30,32,33,34,35,36,37,38,39,40,41,42,43,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,67,68],":self":4,":{":65,";\n#":65,"":[17,65,67],"=\"":[65,71],"=en":0,"=false":[21,47],"=meta":65,"=true":[16,21,24,32,65],"=vrm":65,"=vrmimporter":65,"> _":0,">(":[5,11,32,66,71,72,73],">,":5,">.":10,">=":5,">>":[5,16],">}":[65,71],"? m":71,"?path":[13,32],"['":0,"[]":[3,17,32,65],"[blendshape":16,"[editor":16,"[exporter":[16,60],"[i":2,"[importer":16,"[j":2,"[jsonschema":5,"[k":2,"[own":10,"[self":4,"[springbonecollidergroup":16,"[unigltf":16,"[vrm":57,"[vrm1":[50,54,58],"\")":[3,5,65,66,73,76],"\",":[5,13,65],"\"/":[5,65],"\":":13,"\";":[5,65],"\"gltf":4,"\"json":4,"\"recommended":49,"\\<":62,"\\>":62,"\\constraints":5,"\\deserializergenerator":5,"\\editor":5,"\\extensionsandextras":5,"\\format":5,"\\generatormenu":5,"\\gltf":[1,5],"\\gltfdeserializer":5,"\\gltfserializer":5,"\\io":1,"\\khr":5,"\\materialsmtoon":5,"\\mtoon":1,"\\nodecollider":5,"\\normalmapexporter":1,"\\resources":1,"\\runtime":5,"\\samples":70,"\\serialization":5,"\\serializergenerator":5,"\\shaders":1,"\\simpleviewer":70,"\\springbone":5,"\\standardmapexporter":1,"\\standardmapimporter":1,"\\u":42,"\\unigltf":[1,5],"\\uniunlit":1,"\\viewerui":70,"\\vrm":[1,5,70,76],"\\vrmdeserializer":5,"\\vrmdeserializergenerator":5,"\\vrmserializer":5,"\\vrmserializergenerator":5,"\\vrmshaders":1,"\\x":4,"\u03b2)":58,"\u3001~":19,"\u3002#":32,"\u3002(":51,"\u3002\u52d5\u7684":5,"\u3002blendshape":19,"\u3002gltf":47,"\u3002isreadable":47,"\u3002renderer":9,"\u3002scriptedimporter":45,"\u3002static":5,"\u3002univrm":33,"\u3002vr":24,"\u3002vrm":25,"\u300c.":38,"\u300cfastspringbone":8,"\u300cunivrm":58,"\u3010unigltf":19,"\u3042\u3048":54,"\u3042\u304d\u3089\u3081":49,"\u3042\u3052":5,"\u3042\u3052\u308b":57,"\u3042\u305f\u3089\u3057\u3044":76,"\u3042\u305f\u308a":8,"\u3042\u3063":[20,22,29],"\u3042\u307e\u308a":32,"\u3042\u308a":[5,8,22,24,33,51,66],"\u3042\u308a\u3048":5,"\u3042\u308b":[5,8,11,20,30,32,33,37,38,49,55,60],"\u3044\u3044":49,"\u3044\u304f":65,"\u3044\u304f\u3064\u304b":25,"\u3044\u307e\u3044":20,"\u3044\u308b":[5,7,10,19,20,24,28,29,33,39,49,50,55,60,63,66,67,68],"\u3046\u3061":61,"\u3046\u307e\u304f":49,"\u304a\u3044":66,"\u304a\u3051\u308b":24,"\u304a\u3059\u3059\u3081\u3057":32,"\u304a\u3088\u3073":57,"\u304a\u308a":49,"\u304a\u52e7\u3081":64,"\u304a\u5f85\u3061\u304f":19,"\u304a\u624b\u6570":19,"\u304a\u9858\u3044":[3,19],"\u304b\u304b\u308b":21,"\u304b\u305f":19,"\u304b\u3064":[29,37,63],"\u304b\u3089":[4,11,19,21,24,29,32,34,46,51,56,58,63,68,70,71,73],"\u304c\u3042\u3063":36,"\u304c\u3059\u3054\u3044":52,"\u304c\u3063":66,"\u304c\u308f\u304b\u308a":66,"\u304f\u3060":[1,3,12,19,21,32,49,58,66,68,70,73,76],"\u3053\u3053":[67,68],"\u3053\u3061\u3089":[8,65],"\u3053\u3068":[3,5,8,19,20,24,32,33,49,65,66,67,68,70,71],"\u3053\u306e":[5,32,34,39,49,56,66,67,68,73,76],"\u3053\u308c":[8,12,21,49,66,67,68,73],"\u3053\u308c\u3089":[19,66],"\u3055\u3044":[1,3,12,19,21,32,49,58,66,68,70,73,76],"\u3055\u3055\u308b":5,"\u3057\u3057":60,"\u3057\u305f":66,"\u3057\u3064\u3064":73,"\u3057\u3066":[3,62,66,67,68,76],"\u3057\u307e\u3044":[27,66],"\u3057\u307e\u3046":[20,21,23,25,27,29,32,33,34,52,59,66],"\u3057\u307e\u3057":32,"\u3057\u3088":24,"\u3058\u3083":[32,35],"\u3059\u304b\u3063":35,"\u3059\u3050\u306b":66,"\u3059\u3079":[9,66,76],"\u3059\u3079\u3066":[5,34],"\u3059\u308b":[0,4,5,8,9,10,11,12,20,21,22,24,25,26,27,28,29,30,32,33,34,36,37,38,39,40,41,42,44,45,50,51,52,53,54,56,57,58,59,60,62,63,67,68,76],"\u3059\u308c":[67,68],"\u305b\u308b":[21,32],"\u305d\u3046":33,"\u305d\u306e":[5,19,66,70,71,73,76],"\u305d\u306e\u307e\u307e":33,"\u305d\u308c":[9,20,32,37,62],"\u305d\u308c\u305e\u308c":[8,73],"\u305f\u3044":[5,8,10,19,32,66],"\u305f\u304f":65,"\u305f\u304f\u308f\u3048\u308b":66,"\u305f\u3057":19,"\u305f\u3060\u3044":19,"\u305f\u3069\u308b":36,"\u305f\u3081":[8,19,24,29,32,49,66,67,68,76],"\u305f\u3089":[3,70],"\u305f\u308a":[24,32,66],"\u3060\u3044":[19,32],"\u3060\u3051":[11,49,66],"\u3060\u3055\u3044":[3,8,19,33,62,64,65,67,70,71],"\u3060\u3063":[5,32,66],"\u3060\u3081":35,"\u3064\u306e":66,"\u3064\u307e\u308a":67,"\u3065\u3089\u304b\u3063":68,"\u3067\u304d":[3,5,19,21,22,32,34,36,45,49,51,57,61,65,66,67,70,71,73,76],"\u3067\u304d\u308b":[19,32,33,45,47,49,51,60,67,68],"\u3067\u304f":8,"\u3067\u3053\u3053":68,"\u3067\u3055\u3089\u306b":39,"\u3067\u3057":[5,67],"\u3067\u3059":[3,4,5,8,12,19,22,24,34,41,50,55,58,65,66,67,68,73],"\u3067\u3082":[19,53,59],"\u3068\u3044\u3046":[4,5,11,49,54,66,73],"\u3068\u3046":[7,49],"\u3068\u3048":66,"\u3068\u304a\u308a":33,"\u3068\u304d":[20,24,32,36,37,38,40,45,46,47,49,50,55,60,63,66,67,68],"\u3068\u3057":66,"\u3068\u3057\u3066":[5,19,20,22,24,32],"\u3068\u3063":5,"\u3068\u307b\u307c":20,"\u3068\u3082":5,"\u3068\u308a":54,"\u3069\u3061\u3089\u304b":66,"\u306a\u3044":[5,8,9,20,22,24,25,27,29,30,32,33,34,37,41,45,47,49,50,51,52,54,55,58,59,60,61,65,66,67,68,70],"\u306a\u304a\u3057":45,"\u306a\u304a\u3059":32,"\u306a\u304b\u3063":[19,24,27,28,29,30,50,54,67],"\u306a\u304f":[22,32,33,36,37,70],"\u306a\u3051\u308c":[8,19,66],"\u306a\u305c":66,"\u306a\u305d\u306e":24,"\u306a\u3063":[4,20,21,27,32,33,34,36,37,39,44,49,59,60],"\u306a\u3069":[1,3,8,9,10,12,19,20,21,22,27,32,37,40,44,47,50,59,67,68,70,71],"\u306a\u3082\u306e":36,"\u306a\u3089":[20,33,41,66],"\u306a\u308a":[4,19,22,25,32,33,36,39,42,66,67,72,76],"\u306a\u308b":[5,24,27,32,37,47,49,51,56,58,60],"\u306a\u3093\u3089\u304b":65,"\u306b\u304f\u304f":36,"\u306b\u3057":[21,60],"\u306b\u3059\u308b":5,"\u306b\u3064\u3044\u3066":[12,60],"\u306b\u3088\u3063":[8,29,32,34],"\u306b\u3088\u3063\u3066":39,"\u306b\u3088\u308a":[24,73],"\u306b\u3088\u308b":[12,24,32,66],"\u306b\u5bfe\u3057":[71,73],"\u306b\u5bfe\u3059\u308b":[3,19,32,53,70],"\u306b\u5bfe\u5fdc":61,"\u306b\u95a2\u3057":33,"\u306b\u95a2\u3059\u308b":12,"\u306e\u3061":21,"\u306e\u3067":[5,11,19,21,32,33,47,49],"\u306e\u306b":39,"\u306e\u307f":[24,32,37,66],"\u306e\u3088\u3046":32,"\u306f\u3058\u3081":59,"\u3070\u3053\u308c":64,"\u3072\u3068\u3064":4,"\u3079\u304d":[5,21,67],"\u3079\u304f":49,"\u307b\u307c":34,"\u307d\u3044":[49,54,63],"\u307e\u304f":49,"\u307e\u304f\u3044\u304d":7,"\u307e\u3057":[2,5,19,22,24,25,26,32,33,34,35,36,37,39,41,42,45,47,49,59,60,66,67,68],"\u307e\u3059":[3,4,5,7,8,11,19,21,22,24,25,32,33,34,37,39,49,51,56,65,66,67,68,70,71,72,73,76],"\u307e\u305b":[5,7,22,49,57,67],"\u307e\u305f":[11,19,32,44,52,66],"\u307e\u3060":70,"\u307e\u3067":[24,40,67],"\u307e\u3068\u3081":[4,56],"\u307e\u3068\u3081\u3066":66,"\u307e\u3068\u3081\u308b":46,"\u307e\u307e":8,"\u307e\u307e\u3067":24,"\u307e\u308f\u308a":61,"\u3082\u3046":63,"\u3082\u3053\u306e":3,"\u3082\u3057\u304f":65,"\u3082\u3068":65,"\u3082\u306e":[5,8],"\u3084\u3059\u3044":65,"\u3084\u3081":68,"\u3084\u3081\u3066":[32,56,66],"\u3084\u3081\u308b":[21,39,51],"\u3088\u3044":36,"\u3088\u3046":[1,3,5,7,10,19,22,24,25,27,29,30,32,33,34,35,37,41,42,45,49,50,51,52,53,59,60,61,66,67,68,70,73],"\u3088\u308a":[25,32,49,52,66],"\u3089\u308c":[19,25,66,67,68],"\u308c\u305a":20,"\u308c\u307e\u305b":[19,67,68],"\u308c\u308b":[1,8,19,20,21,24,25,27,29,32,39,60,67,68],"\u308f\u304b\u308a":65,"\u3092\u3054":8,"\u3092\u3054\u89a7\u304f":65,"\u3092\u3059\u3079":51,"\u3092\u307e\u3068\u3081\u3066":67,"\u30a2\u30af\u30bb\u30b9":[4,60,65,76],"\u30a2\u30af\u30c6\u30a3\u30d6":[21,32,36],"\u30a2\u30bb\u30c3\u30c8":[21,24,32],"\u30a2\u30bf\u30c3\u30c1":19,"\u30a2\u30c3\u30d7\u30b0\u30ec\u30fc\u30c9":32,"\u30a2\u30cb\u30e1\u30fc\u30b7\u30e7\u30f3":[19,20],"\u30a2\u30d0\u30bf\u30fc":[9,73],"\u30a2\u30d7\u30ea":59,"\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3":[5,12,19,45],"\u30a2\u30f3\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":58,"\u30a4\u30f3\u30b9\u30bf\u30f3\u30b9":[67,68],"\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":[32,41,58,61],"\u30a4\u30f3\u30b9\u30da\u30af\u30bf":20,"\u30a4\u30f3\u30b9\u30da\u30af\u30bf\u30fc":58,"\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9":49,"\u30a4\u30f3\u30bf\u30fc\u30d5\u30a7\u30fc\u30b9":39,"\u30a4\u30f3\u30dd\u30fc\u30bf\u30fc":21,"\u30a4\u30f3\u30dd\u30fc\u30c8":[7,19,21,27,32,38,57,65],"\u30a4\u30f3\u30dd\u30fc\u30c8\u30b5\u30a4\u30ba":34,"\u30a6\u30a7\u30a4\u30c8":20,"\u30a8\u30af\u30b9\u30dd\u30fc\u30c8":[7,12,19,20,21,24,25,27,28,29,30,32,33,37,49,58,59],"\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u30c0\u30a4\u30a2\u30ed\u30b0":[32,35],"\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u30dc\u30bf\u30f3":52,"\u30a8\u30b9\u30b1\u30fc\u30d7":32,"\u30a8\u30c7\u30a3\u30bf":54,"\u30a8\u30c7\u30a3\u30bf\u30fc":32,"\u30a8\u30e9\u30fc":[21,24,25,27,29,30,32,33,35,36,37,41,44,56,60],"\u30a8\u30e9\u30fc\u30e1\u30c3\u30bb\u30fc\u30b8":56,"\u30aa\u30d5":33,"\u30aa\u30d5\u30a3\u30b7\u30e3\u30eb":5,"\u30aa\u30d5\u30bb\u30c3\u30c8":4,"\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":[32,53],"\u30aa\u30d7\u30b7\u30e7\u30f3":[7,29,30,32,45,49],"\u30aa\u30fc\u30d0\u30fc\u30ed\u30fc\u30c9":[32,66],"\u30ab\u30b9\u30bf\u30de\u30a4\u30ba":59,"\u30ab\u30b9\u30bf\u30e0":[3,70],"\u30ab\u30b9\u30bf\u30e0\u30a8\u30c7\u30a3\u30bf":20,"\u30ab\u30b9\u30bf\u30e0\u30a8\u30c7\u30a3\u30bf\u30fc":57,"\u30ab\u30e1\u30e9":[9,12,65],"\u30ab\u30e9\u30fc":[29,32],"\u30ab\u30e9\u30fc\u30b9\u30da\u30fc\u30b9":[20,44],"\u30ad\u30e3\u30c3\u30b7\u30e5":32,"\u30ad\u30e3\u30f3\u30bb\u30eb":67,"\u30ad\u30fc\u30d5\u30ec\u30fc\u30e0":[19,20],"\u30af\u30e9\u30b9":[67,68],"\u30af\u30ea\u30c3\u30af":21,"\u30b3\u30d4\u30fc":[20,32,47],"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3":63,"\u30b3\u30e1\u30f3\u30c8":50,"\u30b3\u30f3\u30d1\u30a4\u30eb":[5,52],"\u30b3\u30f3\u30dd\u30fc\u30cd\u30f3\u30c8":[24,30,36,66,67,68],"\u30b3\u30fc\u30c9":[32,48,50,51],"\u30b3\u30fc\u30ca\u30fc\u30b1\u30fc\u30b9":24,"\u30b5\u30a4\u30ba":[29,34],"\u30b5\u30a4\u30c8\u30d3\u30eb\u30c9":0,"\u30b5\u30dd\u30fc\u30c8":[32,45],"\u30b5\u30dd\u30fc\u30c8\u30b7\u30a7\u30fc\u30c0\u30fc":54,"\u30b5\u30dd\u30fc\u30c8\u30d0\u30fc\u30b8\u30e7\u30f3":[27,32,57],"\u30b5\u30e0\u30cd\u30a4\u30eb":60,"\u30b5\u30f3\u30d7\u30eb":[3,54,58,67,70,73,76],"\u30b5\u30f3\u30d7\u30eb\u30d7\u30ed\u30b8\u30a7\u30af\u30c8":57,"\u30b5\u30f3\u30d7\u30eb\u30e2\u30c7\u30eb":29,"\u30b7\u30a7\u30fc\u30c0":[19,27,29,32],"\u30b7\u30a7\u30fc\u30c0\u30fc":[12,53,60],"\u30b7\u30a7\u30fc\u30c0\u30fcunigltf":19,"\u30b7\u30b9\u30c6\u30e0":66,"\u30b7\u30ea\u30a2\u30e9\u30a4\u30b6":[24,29],"\u30b7\u30ea\u30a2\u30e9\u30a4\u30b6\u30fcexport":5,"\u30b7\u30ea\u30a2\u30e9\u30a4\u30ba":[5,51],"\u30b7\u30f3\u30d7\u30eb":60,"\u30b7\u30fc\u30f3":[21,38,65],"\u30b7\u30fc\u30f3\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":65,"\u30b8\u30a7\u30cd\u30ec\u30fc\u30bf\u30fc":51,"\u30b9\u30ad\u30c3\u30d7":56,"\u30b9\u30af\u30ea\u30fc\u30f3\u30b7\u30e7\u30c3\u30c8":[38,39],"\u30b9\u30b1\u30fc\u30eb":[7,42,44,56],"\u30b9\u30b3\u30fc\u30d7":[67,68],"\u30b9\u30c6\u30c3\u30d7":[3,67],"\u30b9\u30ca\u30c3\u30d7\u30b7\u30e7\u30c3\u30c8":66,"\u30b9\u30d7\u30ea\u30f3\u30b0\u30dc\u30fc\u30f3":44,"\u30bb\u30c3\u30c8":[21,71],"\u30bb\u30de\u30f3\u30c6\u30a3\u30c3\u30af\u30d0\u30fc\u30b8\u30e7\u30cb\u30f3\u30b0":26,"\u30bf\u30a4\u30d7":66,"\u30bf\u30a4\u30df\u30f3\u30b0":[8,67,68],"\u30c0\u30a4\u30a2\u30ed\u30b0":[32,33],"\u30c1\u30a7\u30c3\u30af":[29,50],"\u30c1\u30e3\u30f3\u30af":[4,65],"\u30c6\u30af\u30b9\u30c1\u30e3":[20,25,32,34,56,65,67,68],"\u30c6\u30af\u30b9\u30c1\u30e3\u30b5\u30f3\u30d7\u30e9":37,"\u30c6\u30af\u30b9\u30c1\u30e3\u30d7\u30ed\u30d1\u30c6\u30a3":27,"\u30c6\u30af\u30b9\u30c1\u30e3\u30ed\u30fc\u30c0\u30fc":32,"\u30c6\u30af\u30b9\u30c1\u30e3\u30fc":[12,44,59,60],"\u30c6\u30af\u30b9\u30c1\u30e3\u30fc\u30a8\u30af\u30b9\u30dd\u30fc\u30c8":44,"\u30c6\u30b9\u30c8":[30,32,47,53],"\u30c6\u30b9\u30c8\u30d7\u30ed\u30b0\u30e9\u30e0":66,"\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":8,"\u30c7\u30b0\u30ec":57,"\u30c7\u30b7\u30ea\u30a2\u30e9\u30a4\u30ba":[5,51],"\u30c7\u30b9\u30c8\u30ed\u30a4":24,"\u30c7\u30d5\u30a9\u30eb\u30c8":[3,5,7,8,24,25,32,33,37,56,59,70],"\u30c7\u30fc\u30bf":[5,19,24],"\u30c8\u30ea\u30c3\u30ad\u30fc":49,"\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8":[0,12,59,60],"\u30c9\u30e9\u30c3\u30b0":20,"\u30ce\u30fc\u30c9":21,"\u30d0\u30a4\u30c8":[4,5],"\u30d0\u30a4\u30ca\u30ea":4,"\u30d0\u30a4\u30ca\u30ea\u30c7\u30fc\u30bf":[4,67,68],"\u30d0\u30a6\u30f3\u30c7\u30a3\u30f3\u30b0\u30dc\u30c3\u30af\u30b9":65,"\u30d0\u30b0":[28,32,38,40,44,49,50],"\u30d0\u30c3\u30d5\u30a1":[8,53],"\u30d0\u30ea\u30c7\u30fc\u30bf\u30fc":38,"\u30d0\u30ea\u30c7\u30fc\u30c8":25,"\u30d0\u30fc\u30b8\u30e7\u30f3":[4,24,25,28,49,56,58,64,65,76],"\u30d0\u30fc\u30b8\u30e7\u30f3\u30c1\u30a7\u30c3\u30af":27,"\u30d1\u30b9":4,"\u30d1\u30c3\u30b1\u30fc\u30b8":[12,32,64],"\u30d1\u30d5\u30a9\u30fc\u30de\u30f3\u30b9":32,"\u30d1\u30e9\u30e1\u30fc\u30bf":19,"\u30d1\u30e9\u30e1\u30fc\u30bf\u30fc":52,"\u30d1\u30fc\u30b9":[65,70],"\u30d2\u30a8\u30e9\u30eb\u30ad\u30fc":63,"\u30d2\u30c3\u30c8":36,"\u30d2\u30e5\u30fc\u30de\u30ce\u30a4\u30c9":19,"\u30d2\u30fc\u30d7\u30a2\u30ed\u30b1\u30fc\u30c8":32,"\u30d3\u30e5\u30fc\u30a2":19,"\u30d3\u30eb\u30c9":[12,22,60],"\u30d3\u30eb\u30c9\u30a8\u30e9\u30fc":[57,60],"\u30d4\u30ea\u30aa\u30c9":32,"\u30d5\u30a1\u30a4\u30eb":[0,3,4,19,23,25,32,34,40,46,67,68],"\u30d5\u30a1\u30a4\u30eb\u30b5\u30a4\u30ba":34,"\u30d5\u30a3\u30fc\u30eb\u30c9":[5,24,25],"\u30d5\u30a7\u30fc\u30ba":62,"\u30d5\u30a9\u30de\u30c3\u30c8":32,"\u30d5\u30a9\u30eb\u30c0":39,"\u30d5\u30a9\u30fc\u30de\u30c3\u30c8":[12,26],"\u30d5\u30a9\u30fc\u30eb\u30d0\u30c3\u30af":[53,70],"\u30d5\u30e9\u30b0":20,"\u30d5\u30e9\u30f3\u30b9":32,"\u30d5\u30ec\u30fc\u30e0":[8,32,61,66,67],"\u30d5\u30ec\u30fc\u30e0\u30de\u30c6\u30ea\u30a2\u30eb":21,"\u30d5\u30ec\u30fc\u30e0\u30ec\u30fc\u30c8":32,"\u30d7\u30e9\u30c3\u30c8\u30d5\u30a9\u30fc\u30e0":32,"\u30d7\u30ea\u30bb\u30c3\u30c8":34,"\u30d7\u30ec\u30d3\u30e5\u30fc":32,"\u30d7\u30ed\u30b0\u30e9\u30df\u30f3\u30b0":60,"\u30d7\u30ed\u30b0\u30e9\u30e0":[4,66],"\u30d7\u30ed\u30b8\u30a7\u30af\u30c8":[20,24,41,49],"\u30d7\u30ed\u30d1\u30c6\u30a3":[25,27,51],"\u30d8\u30c3\u30c0":4,"\u30d8\u30c3\u30c9\u30de\u30a6\u30f3\u30c8":73,"\u30d8\u30c3\u30c9\u30de\u30a6\u30f3\u30c8\u30c7\u30a3\u30b9\u30d7\u30ec\u30a4":73,"\u30d9\u30a4\u30af":27,"\u30d9\u30f3\u30c0\u30fc":5,"\u30da\u30fc\u30b8":12,"\u30dc\u30bf\u30f3":[38,39],"\u30dc\u30fc\u30f3":32,"\u30de\u30a4\u30b0\u30ec\u30fc\u30b7\u30e7\u30f3":[51,63],"\u30de\u30a4\u30b0\u30ec\u30fc\u30c8\u30ed\u30fc\u30c9":60,"\u30de\u30b9\u30af":71,"\u30de\u30c3\u30d7":[20,24],"\u30de\u30c6\u30ea\u30a2\u30eb":[20,24,44,47,57,70],"\u30de\u30fc\u30b8":39,"\u30df\u30b9":58,"\u30e1\u30a4\u30f3\u30b9\u30ec\u30c3\u30c9":67,"\u30e1\u30bf":60,"\u30e1\u30c3\u30b7\u30e5":[9,24,32,38,40,53],"\u30e1\u30c3\u30b7\u30e5\u30a8\u30af\u30b9\u30dd\u30fc\u30c8":21,"\u30e1\u30c3\u30bb\u30fc\u30b8":[32,35,52],"\u30e1\u30cb\u30e5\u30fc":[21,24],"\u30e1\u30e2\u30ea":49,"\u30e1\u30f3\u30c6\u30ca\u30f3\u30b9\u30ea\u30ea\u30fc\u30b9":22,"\u30e1\u30fc\u30bf\u30fc":44,"\u30e2\u30b8\u30e5\u30fc\u30eb":12,"\u30e2\u30c1\u30d9\u30fc\u30b7\u30e7\u30f3":66,"\u30e2\u30c7\u30eb":[19,21,24,25,26,32,36,56,58,63,65,66,67,68,76],"\u30e2\u30c7\u30eb\u30ec\u30d9\u30eb":50,"\u30e2\u30ce":39,"\u30e2\u30d0\u30a4\u30eb":29,"\u30e2\u30fc\u30d5":32,"\u30e2\u30fc\u30d5\u30bf\u30fc\u30b2\u30c3\u30c8":33,"\u30e6\u30cb\u30c6\u30a3\u30d1\u30c3\u30b1\u30fc\u30b8":58,"\u30e6\u30fc\u30b6":66,"\u30e6\u30fc\u30c6\u30a3\u30ea\u30c6\u30a3":5,"\u30e9\u30a4\u30bb\u30f3\u30b9":76,"\u30e9\u30a4\u30d5\u30b5\u30a4\u30af\u30eb":8,"\u30e9\u30a4\u30d6\u30e9\u30ea":[5,19],"\u30e9\u30a4\u30f3\u30bf\u30a4\u30e0\u30a8\u30af\u30b9\u30dd\u30fc\u30c8":57,"\u30e9\u30f3\u30bf\u30a4\u30e0":[12,24],"\u30e9\u30f3\u30bf\u30a4\u30e0\u30ed\u30fc\u30c9":[51,58,65],"\u30ea\u30b9\u30c8\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9":20,"\u30ea\u30bd\u30fc\u30b9":[12,21,62,65,67,68],"\u30ea\u30bd\u30fc\u30b9\u30ea\u30fc\u30af":45,"\u30ea\u30cd\u30fc\u30e0":50,"\u30ea\u30dd\u30b8\u30c8\u30ea":22,"\u30ea\u30ea\u30fc\u30b9":56,"\u30ea\u30ea\u30fc\u30b9\u30da\u30fc\u30b8":[25,58],"\u30ea\u30fc\u30af":67,"\u30eb\u30fc\u30c8":[19,32,33],"\u30ec\u30a4\u30e4\u30fc":[9,73],"\u30ed\u30b1\u30fc\u30eb":[0,32],"\u30ed\u30b8\u30c3\u30af":[20,60],"\u30ed\u30fc\u30c0\u30fc":[3,33,48,49,53],"\u30ed\u30fc\u30c9":[11,19,32,39,45,49,65,68,70,76],"\u30ef\u30fc\u30ab\u30fc\u30b9\u30ec\u30c3\u30c9":61,"\u30fb\u30b9\u30b1\u30fc\u30eb":[32,33,63],"\u30fb\u30c6\u30b9\u30c8":23,"\u30fb\u62e1\u5927":36,"\u30fbloadgeometryasync":61,"\u30fbloadmaterialsasync":61,"\u4e00\u304b\u6240":66,"\u4e00\u4eba":24,"\u4e00\u4eba\u79f0":71,"\u4e00\u4f53\u5316":39,"\u4e00\u5207":25,"\u4e00\u56de":63,"\u4e00\u5b9a":19,"\u4e00\u5ea6":32,"\u4e00\u672c\u5316":19,"\u4e00\u756a":20,"\u4e00\u89a7":59,"\u4e00\u90e8":[24,27,28,29,40,59],"\u4e09\u89d2\u5f62":32,"\u4e0a\u66f8\u304d":[20,25,66],"\u4e0a\u7d1a":66,"\u4e0a\u8a18":[24,66],"\u4e0b\u3052":[24,33],"\u4e0b\u8a18":[66,68],"\u4e0d\u5177\u5408":29,"\u4e0d\u660e\u77ad":[32,66],"\u4e0d\u6b63":23,"\u4e0d\u8981":[9,41],"\u4e0d\u8a31\u53ef":[2,76],"\u4e0d\u8db3":20,"\u4e21\u65b9":[24,51,66],"\u4e21\u76ee":66,"\u4e26\u5217":8,"\u4e2d\u592e":66,"\u4e2d\u5fc3":46,"\u4e2d\u8eab":[5,39],"\u4e2d\u9593":[5,20],"\u4e57\u7b97":19,"\u4e88\u5b9a":24,"\u4e88\u671f":24,"\u4e88\u7d04":73,"\u4e8b\u524d":[11,56],"\u4e8b\u9805":12,"\u4e92\u63db":[8,19,76],"\u4e94\u5165":20,"\u4eca\u56de":22,"\u4ed5\u69d8":[2,5,6,11,21,25,34,49,56,61,68],"\u4ed5\u7d44\u307f":5,"\u4ed5\u8fbc\u3093":61,"\u4ed6\u8005":73,"\u4ed8\u3051":5,"\u4ed8\u3051\u308b":20,"\u4ed8\u4e0e":[67,68],"\u4ee3\u308f\u308a":[21,32,66],"\u4ee5\u4e0a":[21,58],"\u4ee5\u4e0b":[3,5,7,24,32,49,70,71],"\u4ee5\u524d":[5,32,34,67],"\u4ee5\u5916":[9,20,22,33,34,37,49,62,67],"\u4ee5\u964d":[19,32,57,70],"\u4efb\u610f":[67,68],"\u4f34\u3063":32,"\u4f4d\u7f6e":[8,24,65],"\u4f4e\u4e0b":32,"\u4f55\u6545":41,"\u4f5c\u3063":21,"\u4f5c\u308a":45,"\u4f5c\u308a\u65b9":19,"\u4f5c\u308b":[36,57,60],"\u4f5c\u308c":5,"\u4f5c\u6210":[0,5,21,22,32,38,39,50,57,65,66,67,68,70],"\u4f5c\u696d\u30df\u30b9":54,"\u4f7f\u3044":[3,11],"\u4f7f\u3044\u65b9":12,"\u4f7f\u3046":[3,5,12,19,22,32,50,60,70],"\u4f7f\u3048\u308b":[21,22,32],"\u4f7f\u3063":[0,20,49,60,64,65,70],"\u4f7f\u308f":[37,66],"\u4f7f\u7528":[27,29,30,32,67,70],"\u4f7f\u7528\u5f8c":[3,70],"\u4f8b\u5916":[56,60],"\u4f9d\u5b58":[24,32,47,51],"\u4fbf\u5229":[67,68],"\u4fdd\u3064":8,"\u4fdd\u5b58":[27,50,54],"\u4fdd\u6301":[67,68],"\u4fee\u6b63":[22,28,29,30,32,33,34,35,36,38,39,40,41,44,45,51,56,57,59,61,62,63],"\u500b\u5225":5,"\u5099\u8003":[32,66],"\u512a\u5148":24,"\u5165\u3063":[7,55],"\u5165\u308c":[5,29],"\u5165\u308c\u308b":5,"\u5165\u529b":29,"\u5168\u4f53":65,"\u516c\u958b":5,"\u5171\u6709":49,"\u5177\u4f53":[5,49],"\u5185\u5bb9":[4,5,51],"\u5185\u90e8":[24,58],"\u5185\u90e8\u7528":20,"\u518d\u5ea6":56,"\u51e6\u7406":[5,8,9,19,22,24,28,32,37,47,62,67],"\u51e6\u7f6e":45,"\u51fa\u3059":[32,35],"\u51fa\u305f\u308a":24,"\u51fa\u3084":35,"\u51fa\u308b":[23,57],"\u51fa\u529b":[0,19,20,23,24,25,30,32,33,34,55],"\u51fa\u529b\u5148":5,"\u51fa\u6765":[28,30],"\u5206\u304b":[5,67],"\u5206\u304b\u308b":20,"\u5206\u5272":[9,32,69],"\u5206\u5c90":62,"\u5206\u6563":[32,61],"\u5206\u89e3":[32,56],"\u5206\u96e2":[5,47],"\u5217\u6319":59,"\u521d\u56de":32,"\u521d\u56deexport":[26,35],"\u521d\u671f":[12,50,60],"\u521d\u671f\u5316":[60,71],"\u5224\u5b9a":[3,34,50],"\u5225\u3005":66,"\u5225\u7ba1":33,"\u5225\u9014":8,"\u5229\u7528":[5,8,19,62,66],"\u5236\u5fa1":[5,8,12,32,66,71,73],"\u524a\u6e1b":33,"\u524a\u9664":[21,24,32,33,37,40,50,55],"\u524d\u540c":32,"\u524d\u56de":32,"\u524d\u901a\u308a":20,"\u5272\u308a":[19,25,67,68,73],"\u5272\u308a\u8fbc\u3093":5,"\u52a0\u3048":[8,22],"\u52a0\u7b97":20,"\u52b9\u679c":20,"\u52d5\u304b":32,"\u52d5\u304b\u3059":[38,66],"\u52d5\u304d":32,"\u52d5\u304f":[32,37,53],"\u52d5\u4f5c":[8,19,21,24,25,27,32,51,54,58,61],"\u5316\u5fc5":37,"\u5316\u624b":73,"\u5316\u6642":[12,42,52],"\u5358\u4f53":22,"\u5373\u53cd\u6620":21,"\u539f\u56e0":34,"\u539f\u70b9":7,"\u53b3\u3057\u3044":32,"\u53c2\u7167":[4,12,20,21,24,25,32,41,45,49,50,70,76],"\u53c2\u7167\u304f":8,"\u53c2\u8003":[3,32,62],"\u53cd\u6620":21,"\u53cd\u8ee2":[7,45],"\u53d6\u308a":68,"\u53d6\u308a\u5efb\u3057":46,"\u53d6\u5f97":[12,36,60,73],"\u53d7\u3051\u6e21\u3057":[35,61],"\u53e4\u3044":[20,24,53],"\u53e4\u3044\u65b9":60,"\u53ef\u80fd":[3,19,24,47,49,70],"\u53ef\u8996":[12,71,73],"\u53f3\u624b":7,"\u5404\u623f":8,"\u5404\u6240":5,"\u5408\u308f\u305b":[32,66],"\u5408\u308f\u305b\u308b":61,"\u5408\u6210":[20,66],"\u5408\u6cd5":49,"\u540c\u3058":[5,11,20,24,32,34,50,76],"\u540c\u3058\u578b":5,"\u540c\u540d":38,"\u540c\u58eb":66,"\u540c\u6642":10,"\u540c\u671f":[45,65],"\u540c\u68b1":32,"\u540d\u4ed8\u304d":32,"\u540d\u524d":[5,20,21,25,32,60,66,73],"\u5411\u3051":[8,12,21,29,55,64],"\u5426\u304b":55,"\u542b\u307e":[1,22,24,33,37,49,63,67,68],"\u542b\u307e\u308c":[33,60],"\u542b\u3080":[25,32,52],"\u542b\u3081\u308b":[12,58],"\u542b\u3093":19,"\u547c\u3070":8,"\u547c\u3073":21,"\u547c\u3073\u51fa\u3057":[3,8,67,68],"\u547c\u3073\u51fa\u3057\u5f8c":68,"\u547c\u3073\u51fa\u3059":[3,5,49,67,71,73],"\u547c\u3093":[8,35,66],"\u547d\u540d":5,"\u54c0\u697d":66,"\u554f\u984c":[22,23,24,25,26,27,29,30,32,33,34,46,61,64],"\u559c\u6012":66,"\u56db\u6368":20,"\u56de\u7b54":66,"\u56de\u8ee2":[32,33,36,63],"\u56de\u907f":[24,40,54],"\u56f2\u3063":5,"\u56fa\u5b9a":[29,45],"\u578b\u3068":5,"\u57fa\u6e96":21,"\u5834\u5408":[3,5,8,11,20,21,22,24,25,27,29,30,32,33,37,41,50,51,52,60,65,66,70,76],"\u5834\u6240":[5,27],"\u5897\u3048":36,"\u5897\u3048\u308b":49,"\u58ca\u308c\u308b":29,"\u5909\u3048":[49,58],"\u5909\u308f\u3063":[5,20,34],"\u5909\u308f\u308a":[5,58,68],"\u5909\u308f\u308b":49,"\u5909\u5316":21,"\u5909\u63db":[11,12,20,28,29,45,46,56,60,61,65,76],"\u5909\u6570":54,"\u5909\u66f4":[5,6,22,24,27,29,30,56,60,61,62,64,66,68],"\u5909\u66f4\u5f8c":2,"\u5916\u90e8":[4,71],"\u591a\u3044":[32,33],"\u591a\u304f":52,"\u591a\u8a00":35,"\u5927\u304d\u304f":34,"\u5927\u5e45":8,"\u5927\u6587\u5b57":32,"\u5927\u91cf":32,"\u5931\u308f":27,"\u5931\u6557":[26,32,38,39,44,56,60],"\u59cb\u307e\u308b":38,"\u59d4\u8b72":[10,62],"\u5b58\u5728":[24,25],"\u5b89\u5b9a":58,"\u5b8c\u4e86":[5,65],"\u5b8c\u5168":9,"\u5b9a\u578b":5,"\u5b9a\u6570":71,"\u5b9a\u7fa9":[5,66,71,73],"\u5b9f\u884c":[5,7,8,10,24,37,57,65,66,67],"\u5b9f\u88c5":[6,8,12,24,32,49,50,52,56,60,67],"\u5b9f\u8cea":4,"\u5b9f\u969b":[67,68],"\u5b9f\u9a13":[3,49],"\u5bb9\u91cf":33,"\u5bfe\u5fdc":[6,25,26,27,37,38,40,56,57],"\u5bfe\u7b56":[24,29],"\u5bfe\u8c61":[19,21,32,55],"\u5bff\u547d":67,"\u5c0e\u5165":[32,44,56,68],"\u5c0f\u6570":32,"\u5de5\u592b":32,"\u5de6\u4e0a":7,"\u5de6\u4e0b":7,"\u5de6\u624b":7,"\u5de6\u76ee":66,"\u5dee\u3057\u66ff\u3048":8,"\u5dee\u5206":60,"\u5e0c\u671b":66,"\u5ea7\u6a19":[7,45],"\u5ea7\u6a19\u7cfb":12,"\u5ec3\u6b62":[54,57],"\u5f15\u304d":[63,68],"\u5f15\u304d\u6570":[3,6,70],"\u5f15\u6570":[21,62,65,67,68,73],"\u5f15\u8d8a":60,"\u5f37\u5236":25,"\u5f37\u5316":45,"\u5f53\u3066":[19,25,67,68],"\u5f62\u5f0f":[23,42,65],"\u5f71\u97ff":51,"\u5f85\u3063":19,"\u5f8c\u65b9":8,"\u5f8c\u8ff0":[5,67],"\u5f93\u6765":8,"\u5f97\u308b":[3,65],"\u5fa9\u65e7":[49,55],"\u5fa9\u6d3b":[46,64],"\u5fc5\u305a":25,"\u5fc5\u7528":[11,46],"\u5fc5\u8981":[5,11,22,45,65,66,67],"\u5fc5\u9808":5,"\u5fdc\u3058":[29,71],"\u5fdc\u3058\u547c\u3073\u51fa\u3059":66,"\u5fdc\u6025":45,"\u601d\u308f":[20,33],"\u602a\u3057\u304f":58,"\u60c5\u5831":[24,32,55,67,68],"\u60f3\u5b9a":[66,73],"\u610f\u5473":54,"\u610f\u56f3":[24,33,66],"\u623b\u3059":24,"\u623b\u3063":[21,29],"\u623b\u308a":56,"\u623b\u308a\u5024":32,"\u6240\u6301":28,"\u624b\u66f8\u304d":5,"\u624b\u9806":[67,68,70],"\u6271\u3044":[5,68],"\u6271\u3046":4,"\u6291\u3048":8,"\u6291\u5236":32,"\u6291\u6b62":73,"\u629c\u3051":[47,67,68],"\u629c\u7c8b":13,"\u62bc\u305b":52,"\u62e1\u5f35":[12,30,32],"\u6301\u3061\u904b\u3070":32,"\u6301\u3063":2,"\u6301\u3064":[24,37],"\u6301\u3066":34,"\u6307\u5b9a":[3,20,29,32,45,66,73],"\u6307\u793a":[3,70],"\u6319\u52d5":[25,32,45,56,60,61,62,66],"\u632f\u308a\u76f4\u3057":58,"\u638c\u6027":7,"\u6392\u4ed6":66,"\u63a1\u7528":[4,45],"\u63a8\u5968":[12,44,66],"\u63cf\u753b":[9,73],"\u63d0\u4f9b":[25,76],"\u63db\u3048":[32,44,64,66],"\u63fa\u308c":8,"\u63fa\u308c\u7269":8,"\u64cd\u4f5c":[24,29,34,72],"\u6539\u3081":[21,54],"\u6539\u4fee":[44,46,56],"\u6539\u540d":62,"\u6539\u5909":36,"\u6570\u5024":5,"\u6570\u9593":63,"\u6574\u7406":[38,44,45,48,49,50,54,60],"\u6587\u5b57":32,"\u6587\u5b57\u5217":[5,42],"\u65b0\u5b9f\u88c5":24,"\u65b0\u898f":[5,19,24,34],"\u65b9\u5f0f":[7,49],"\u65b9\u6cd5":[4,5,6,12,32,34,35,40,49,62,65,66,72],"\u65e2\u5b58":[19,53],"\u65e2\u5b9a":27,"\u65e5\u672c\u8a9e":0,"\u65e9\u671f":24,"\u660e\u78ba":21,"\u660e\u793a":[8,12,21,32,51,66,67],"\u660e\u793a\u7684":[8,71],"\u660e\u8a18":20,"\u6642\u3060\u3051":[24,55],"\u6642\u4ee5\u5916":37,"\u6642\u9593":[8,67],"\u66f4\u65b0":[3,22,24,28,29,33,35,36,45,48,56,62,63,64],"\u66f8\u304d":[45,60],"\u66f8\u304d\u51fa\u3057":32,"\u66f8\u304d\u51fa\u3059":49,"\u66f8\u304d\u8fbc\u307e":[27,29],"\u66f8\u304d\u8fbc\u3080":29,"\u66f8\u304f":[5,66],"\u6700\u4f4e":64,"\u6700\u521d":24,"\u6700\u5c0f":27,"\u6700\u5f8c":[20,21],"\u6700\u65b0":[64,65],"\u6700\u65b0\u7248":64,"\u6700\u8fd1":54,"\u6700\u9069":8,"\u6709\u52b9":[12,51,56,66,67,68],"\u671f\u5024":60,"\u671f\u51e6":62,"\u671f\u5f85":[21,34],"\u671f\u7248":68,"\u672a\u4f7f":50,"\u672a\u5bfe":19,"\u6761\u4ef6":[19,20],"\u683c\u4e0a\u3052":53,"\u683c\u7d0d":11,"\u691c\u77e5":[21,35],"\u691c\u7d22":12,"\u6982\u8aac":12,"\u69cb\u6210":[5,12,22,54,59,64],"\u69cb\u6587":32,"\u69cb\u7bc9":[8,65],"\u69cb\u9020":4,"\u6a19\u6e96":[8,19,49],"\u6a5f\u80fd":[12,20,33,34,49,64],"\u6b21\u4ee5\u964d":24,"\u6b62\u3081\u308b":9,"\u6b63\u3057\u304f":[19,24],"\u6b63\u5e38":27,"\u6b63\u898f":[29,36,37,42,52,57],"\u6b8b\u3063":24,"\u6bb5\u968e":24,"\u6bd4\u3079":34,"\u6c42\u3081":66,"\u6c7a\u3081":5,"\u6cd5\u7dda":[20,24,29],"\u6ce8\u610f":[5,12,49],"\u6ce8\u610f\u304f":33,"\u6d88\u3048":[24,73],"\u6d88\u5316":45,"\u6e08\u307f":24,"\u6e1b\u5c11":34,"\u6e21\u3059":65,"\u6e96\u5099":[3,24,47,64,65,70],"\u6e96\u62e0":[2,61],"\u6f0f\u308c":61,"\u6fc3\u304f":20,"\u7121\u3044":[4,5,30,32,37,46,53,60,76],"\u7121\u304b\u3063":5,"\u7121\u304f":[20,33,44],"\u7121\u3051\u308c":64,"\u7121\u52b9":5,"\u7121\u540d":60,"\u7121\u5909":20,"\u7121\u8996":[24,32],"\u7279\u306b":64,"\u7279\u5225":9,"\u7279\u5b9a":22,"\u72b6\u614b":[20,27,29,30,60,66],"\u72ec\u7acb":[49,51],"\u72ec\u81ea":[5,34],"\u73fe\u8c61":40,"\u751f\u6210":[3,8,24,47,51,60,67,68,70],"\u7528\u3044":5,"\u7528\u3044\u308b":24,"\u7528\u610f":[8,21,32],"\u7528\u9014":21,"\u7533\u3057\u8fbc\u3093":5,"\u753b\u50cf":[4,34,39],"\u753b\u9762":34,"\u756a\u53f7":[28,33,58],"\u7570\u306a\u308a":8,"\u7570\u306a\u308b":[24,51],"\u7570\u5e38":21,"\u7591\u554f":66,"\u767a\u751f":[21,24,25,29,32,40,46,76],"\u767a\u898b":24,"\u767b\u9332":[5,32],"\u7684\u8aad":32,"\u76ee\u6a19":52,"\u7701\u7565":[3,70,71],"\u77ac\u304d":66,"\u77e5\u3063":5,"\u77e5\u3089":5,"\u7834\u68c4":[3,8,10,21,65,67,68,70],"\u78ba\u8a8d":54,"\u793a\u3057":25,"\u7981\u6b62":32,"\u79f0\u7528":24,"\u79fb\u52d5":[20,24,27,32,33,35,39,40,47,49,50,62,63,68],"\u79fb\u8b72":67,"\u7a0b\u5ea6":37,"\u7a2e\u985e":[5,73],"\u7a7a\u9593":52,"\u7acb\u3061":8,"\u7af6\u5408":53,"\u7b56\u5b9a":5,"\u7ba1\u7406":[12,54,62],"\u7bc4\u56f2":66,"\u7c21\u4fbf":67,"\u7c21\u5358":[4,66],"\u7c21\u6613":40,"\u7c21\u7565":58,"\u7d10\u3065\u304f":[67,68],"\u7d10\u4ed8\u3044":8,"\u7d10\u4ed8\u3051":[67,68],"\u7d22\u5f15":12,"\u7d42\u4e86":67,"\u7d71\u3042\u3063":24,"\u7d71\u4e00":24,"\u7d71\u5408":[22,40,53],"\u7d99\u304e":68,"\u7dad\u6301":58,"\u7e2e\u5c0f":36,"\u7e70\u308a\u8fd4\u3059":45,"\u7f6e\u304d":[32,44,64,66],"\u8003\u616e":[50,67],"\u8005\u5411\u3051":66,"\u81ea\u30ad\u30e3\u30e9":24,"\u81ea\u5206":9,"\u81ea\u52d5":[3,8,37,50],"\u8272\u7a7a\u9593":51,"\u82f1\u8a9e":32,"\u843d\u3061":52,"\u843d\u3068":37,"\u84c4\u7a4d":66,"\u884c\u3044":[8,24,25,32],"\u884c\u3046":[8,24,67,68,71],"\u884c\u3048\u308b":24,"\u884c\u304f":49,"\u884c\u5217":56,"\u8868\u3059":73,"\u8868\u60c5":66,"\u8868\u60c5\u5468\u308a":72,"\u8868\u73fe":19,"\u8868\u793a":[3,19,52,65,67,68,70],"\u8868\u8a18":27,"\u8907\u6570":20,"\u8981\u3057":67,"\u8981\u4ef6":32,"\u8981\u7d20":[5,11],"\u898b\u3048\u308b":73,"\u898b\u3064\u304b\u3063":[24,32],"\u898b\u308c\u308b":59,"\u898b\u5207\u308c\u308b":[50,65],"\u898b\u76f4\u3057":54,"\u898f\u5247":5,"\u898f\u5316":50,"\u8996\u70b9":73,"\u8996\u7dda":66,"\u89d2\u5f62":32,"\u89e3\u653e":[21,45],"\u89e3\u6c7a":66,"\u89e3\u6d88":22,"\u89e3\u91c8":49,"\u8a00\u8a9e":50,"\u8a08\u7b97":24,"\u8a18\u4e8b":0,"\u8a18\u8ff0":[0,4,19,49],"\u8a18\u9332":4,"\u8a2d\u5b9a":[1,11,12,19,20,29,37,49,50,56,66,73],"\u8a2d\u8a08":5,"\u8a55\u4fa1":63,"\u8a73\u7d30":21,"\u8a9e\u5316":35,"\u8aac\u660e":56,"\u8aad\u307f":45,"\u8aad\u307f\u51fa\u3057":[67,68],"\u8aad\u307f\u8fbc\u307e":[24,32],"\u8aad\u307f\u8fbc\u307f":61,"\u8aad\u307f\u8fbc\u3081":[29,33],"\u8aad\u307f\u8fbc\u3093":32,"\u8aad\u3081\u308b":[42,53],"\u8b66\u544a":[23,32,33,34],"\u8ca0\u8377":21,"\u8cac\u52d9":[47,67],"\u8caf\u3081":21,"\u8d77\u304d":[45,49],"\u8fbc\u307f":32,"\u8fd4\u3059":68,"\u8ffd\u52a0":[14,20,21,24,25,27,28,29,39,45,46,53,55,60,66,67,73],"\u8ffd\u5f93":42,"\u8ffd\u968f":56,"\u901a\u3089":33,"\u901a\u308a":66,"\u901a\u5e38":[24,56],"\u901f\u304f":32,"\u9023\u52d5":9,"\u9023\u7d50":49,"\u9045\u3044":52,"\u904b\u7528":51,"\u9055\u3044":[58,63],"\u9055\u3046":[5,20],"\u9055\u53cd":33,"\u9055\u548c":24,"\u9069\u7528":[20,24,37,38],"\u9078\u3079":7,"\u9078\u3079\u308b":32,"\u9078\u629e":[24,30,38,50,61],"\u90e8\u5206":[4,29,49,76],"\u90e8\u54c1":5,"\u90e8\u7e70\u308a\u8fd4\u3057":4,"\u914d\u5217":[4,21,33],"\u91cd\u307f\u4ed8\u304d":20,"\u91cd\u8907":[49,50,60],"\u9577\u3044":[21,49],"\u9577\u3055":4,"\u9577\u3059\u304e\u308b":32,"\u9589\u3058":66,"\u958b\u3044":66,"\u958b\u767a":[12,24,57,59],"\u958b\u767a\u7248":64,"\u9593\u9055":60,"\u9593\u9055\u3044":[2,50],"\u95a2\u4fc2":65,"\u95a2\u6570":[3,5,20,21,32,45,66,67,68],"\u95a2\u9023":[3,12,24,60,70],"\u9632\u3050":[32,67],"\u9632\u5fa1":51,"\u9632\u6b62":[60,65],"\u9650\u5b9a":56,"\u9664\u53bb":[51,63],"\u9664\u5916":29,"\u96c6\u3081":[8,66],"\u96c6\u5408":66,"\u96c6\u6a29":66,"\u975e\u540c":[62,68],"\u975e\u63a8\u5968":66,"\u975e\u8868":[3,60,70],"\u9802\u70b9":[4,29,32,53],"\u9802\u70b9\u6570":32,"\u9805\u76ee":[29,32],"\u9806\u5e8f":24,"\u9806\u756a":[29,49],"\u982d\u306a\u3057":24,"\u9ad8\u901f":[8,20],"\ud83d\udea7expression":12,"\ud83d\udea7humanoid":12,"\ud83d\udea7lookat":12,"\uff11\u3064":49,"\uff11\u679a":46,"\uff12\u3064":[4,5,32,58],"\uff5ev":64,"] (":56,"](":65,"])":4,"].":2,"]\u3044":24,"]fastspringbone":64,"]humanoidavatar":10,"]list":10,"]vrm":10,"]vrmobject":10,"^{":7,"_\"":5,"abstract":5,"byte":65,"case":54,"catch":65,"class":[4,5,16,29,53,67,68,71],"const":[5,71],"default":[5,9,17,26,27,29,55,57,65,71],"do":[27,49,60],"double":54,"else":[4,7,32,65,76],"enum":[32,66],"export":[17,25,27,29,30,32,34,36,38,46,49,50,51,52,53,55,56,57,58,59,60],"false":[0,5,9,11,16,21,27,29,57,60],"float":[7,16,32,66],"for":[16,17,18,24,25,27,32,42,47,52,54,58,59,60,63],"function":16,"if":[4,5,7,15,17,18,27,32,34,36,47,50,52,53,54,56,63,65,71,73,76],"implements":[42,52,53,54],"import":[4,10,12,15,17,18,28,29,32,40,44,46,51,53,56,57,59,60,62,64,70],"in":[5,16,18,24,25,27,32,34,36,42,49,51,52,54,56,57,60,61,63,71],"int":[4,5,71],"interface":[16,32],"mipmap\u30d1":44,"new":[3,5,7,8,11,16,17,28,32,42,53,54,65,67,68,69,70,73,76],"null":[5,27,36,38,43,46,48,50,51,52,54,55,56,57,71,76],"package":[15,32,40,60,62],"private":[29,32,66,67,68],"public":[5,7,16,17,20,29,32,38,55,56,66,67,68,71],"return":[3,4,5,7,19,32,65,67,68,70,73,76],"static":[5,7,32,65,76],"t\u578b":5,"this":[5,16,17,18,32],"throw":[52,62,65,73,76],"true":[5,9,11,21,24,27,32,54,56,57,60,65,73,76],"try":[18,65],"var":[3,5,8,11,16,17,65,66,67,68,69,70,71,72,73,76],"void":[5,16,21,67,68,71,72],"while":[4,52,56],"with":[4,15,16,17,18,24,29,45,53,54,56,57],"x\u8ef8":7,"z\u8ef8":7,"{<":71,"{\n#":7,"{{":65,"||":13,"}'":4,"})":65,"},":66,"}\"":[5,65],"}\n#":65,"}_":5,"~~":19,__:4,_active:34,_animationimporter:38,_api:[45,54],_assetpostprocessor:15,_bake:38,_blendshape:[34,38],_buffer:52,_byte:45,_center:27,_close:66,_colliderlist:53,_compact:0,_create:45,_data:4,_defined:66,_direction:35,_dirs:0,_editor:[42,60],_emissivemultiplier:56,_export:34,_extras:5,_facial:66,_firstperson:71,_firstpersoncamera:71,_firstpersonmask:71,_flags:5,_glb:[4,45],_good:5,_hdr:56,_history:[45,54],_hitradius:27,_humanoid:36,_id:32,_import:[45,46,54,65],_l:66,_layer:[71,73],_loadasync:65,_map:55,_material:[15,17],_materials:[30,53,54,56],_mesh:[5,34],_model:16,_models:46,_motion:59,_mtoon:[53,54],_name:[3,5,18],_newer:[7,16,65],_object:55,_only:[71,73],_othermask:71,_parser:0,_positive:35,_r:66,_rh:45,_rightupforward:45,_s:16,_setting:71,_size:4,_st:16,_standalone:65,_standard:21,_stop:15,_str:4,_t:16,_target:19,_targetnames:5,_template:58,_test:46,_texture:32,_tmpparent:43,_to:[45,62],_transform:32,_type:4,_uint:4,_unigltf:13,_unlit:[17,30],_use:34,_useurpmaterial:76,_uv:17,_vertex:52,_vrm:[15,62],_vrmshaders:[53,58,64],_win:65,_z:35,able:[17,32],about:[16,52,55],above:[15,17],absorbed:17,access:61,accessor:47,accessors:17,accumulatevalue:34,activeinhierarchy:36,add:[10,18,24,25,27,28,29,32,33,34,36,38,40,41,42,46,47,48,49,50,51,52,54,55,56,57,58,59,62,63],added:[15,16,18,24,27,73],adding:[16,32],additional:55,adf:25,advancedmode:59,af:24,after:[17,22,32,43,54,66],aim:[52,54],aliciasolid:[4,29],all:[15,16,54,60],allocation:32,allow:55,allows:15,along:[17,18],alpha:[27,53,54,56],alphacutoff:40,alphamode:[17,27],also:[17,24],always:[1,24],amamagi:47,an:[25,32],and:[15,17,18,24,27,29,32,38,47,58,60,64,73],android:24,angle:7,animate:45,animation:[16,19,29,45,57],animationbridgesample:12,animationclip:[19,38,56,62],animationclipfactory:[10,56],animationcurve:45,animationimporter:39,animationproperties:29,animator:19,any:[17,56,60],aot:[24,27,29,37],api:[3,32,60,66,76],apis:42,application:[5,16,65],apply:[16,20,21],applyer:32,applymodifiedproperties:56,applyrevertgui:57,archive:56,are:[15,17,18,24,25,53],argument:[16,18,32],arguments:66,arrays:17,arraysegment:5,as:[4,11,16,17,18,41,52],ascii:4,asienumerator:45,asmdef:[25,32,41,49,56,57],asmdefs:[49,54,57],assembly:[25,60],asset:[3,5,29,45,46,53,70],assetdatabase:11,assetfolder:11,assetimporter:[11,45],assetpath:11,assetpipelinev:29,assetpostprocessor:[15,25],assets:[1,5,13,15,22,32,39,56,58,62,70,76],async:[58,65,67,68,70,73,76],at:[16,18,32,57],attached:15,attribute:[17,27],auto:[9,21,56,57,60],autoexpression:59,autogltffileparser:[3,76],autoreference:60,autoreferenced:54,avatar:[36,56],avoid:[24,49,54,63],await:[3,8,56,65,67,68,70,73,76],awaitcaller:61,axes:[17,52],axis:7,back:18,backfaces:54,bake:[17,27],balancing:32,base:[20,29,46],basecolor:54,basecolorfactor:29,based:[17,32],basic:32,bd:19,be:[15,16,17,18,29,30,32,34,52,54,56,60,62],became:15,because:56,become:17,becomes:17,been:[17,18],before:[15,17,18,22,32,66],begin:5,behaviour:55,below:18,between:[17,58],bin:4,binary:4,bindingflags:5,blend:[29,32],blender:32,blendshap:32,blendshape:[19,20,27,29,32,34,37,49,50],blendshapeavatar:20,blendshapebinding:32,blendshapeclip:[16,20,32,36,66],blendshapekey:6,blendshapename:16,blendshapepreset:[32,34,66],blendshapeproxy:[12,16,18,20,24,32,72],blendshpaekey:32,blink:66,body:4,bone:[12,15,32,53,61],bonemesheraser:[32,42],bones:29,boneweight:37,bool:[5,32,65],both:[9,17],bottom:27,broken:24,buffer:[51,63],bufferview:17,bug:[15,27,32,53,54,56,62],bugs:[16,56],build:0,buildblendshape:61,buildhierarchy:61,buildmesh:32,built:[16,70],bump:26,but:[16,24,57,62],button:[38,50],bvh:32,bvhimportercontext:63,by:[16,17,23,52,56,60,62],bytes:[3,4,5,16,52,65],bytestride:17,cache:32,caching:52,calculate:25,calculated:17,call:[17,57],callback:15,called:24,camera:[9,71],can:[16,17,18,52,53,56,57,60,61,62],cannot:[16,17,18,29,30],capable:15,cases:52,cast:38,cause:[33,62],cd:0,ce:21,center:50,change:[16,17,29],changed:[16,17,32],changelog:51,changes:29,channel:[53,56],check:[5,16,17,18,32,36,38,39,45,48,51,54,56,57],checkbox:55,checks:24,children:[27,30],choose:16,chunk:4,chunks:55,clamp:17,clearscene:53,click:18,clip:[41,57],clips:18,clone:22,close:18,closed:[23,24,25,26,27,28,29,30,32,33,34,35,36,37,38,39,40,41,42,43,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62],code:[15,16,24,53,55],col:[11,19],collecting:15,collection:[29,32],collider:50,collidergroup:29,colliders:51,color:[19,29,32,52,56],com:[13,39,58],comes:[17,18],comments:[27,29],commit:[15,23,24,25,26,27,28,29,32,33,34,35,36,37,38,39,40,41,42,43,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62],common:27,compatibility:56,compilation:15,component:33,compressed:52,conditions:52,conf:[0,63],conflict:24,consideration:52,constant:32,constraint:[42,51,52,54],constraitn:52,construction:63,constructor:66,contain:5,contains:[15,54],contents:13,context:[57,65,67,68],controller:[54,62,72,73],convenient:16,conversion:[18,42],convert:[53,56],converted:17,converting:17,coordinate:17,coordinates:56,copy:[27,47],coroutine:44,correct:17,corrected:16,correctly:[17,18,27],count:[29,56],created:[17,54,73],createerasedmeshasync:[61,62],createfrompreset:[32,66],createkeyold:32,createthumbnail:65,createunitypackagewithbuild:57,createunknown:[32,66],creating:5,critical:56,cs:37,cull:27,current:57,custom:5,customization:59,cutoff:27,data:[3,4,17,18,69,73,76],db:18,dds:52,de:18,debug:[5,65],decided:17,decreased:17,def:4,defaultexecutionorder:61,defc:19,defined:17,definition:25,deleted:16,delta:65,dependencies:13,depthfirstscheduler:[16,22,27,44],described:[15,18],description:29,deserialize:5,deserializegoodmaterial:5,deserializer:[5,27],deserializergenerator:5,destory:68,destroy:[21,45,70],destroysubassets:21,destroyvrm:[67,68],details:17,detect:17,developers:17,dialog:[32,34,36,38,51],dictionary:[27,66],difference:58,differences:17,different:[24,52],directly:15,directory:[32,49,50,60],dirty:41,disable:54,discarded:16,disk:18,display:17,dispose:[3,21,70],disposeongameobjectdestroyed:[54,68],distorted:17,divide:[25,52],divided:[51,53],dividedvertexbuffer:44,doc:[0,63],docfx:[60,61],docs:[0,40,67,68],documentation:[33,67,68],documents:63,does:[54,57],domigrate:76,don:[5,57],dontdestroyonload:8,dose:24,dots:8,doublesided:[17,19],due:[32,50],duplicate:32,during:[15,17],dxt:[11,16],each:17,earlier:[17,18],edit:[5,50],editor:[5,21,24,27,29,32,33,34,41,42,48,53,54,55,57,58],editorexport:32,editorgui:54,editorreset:29,editortextureserializer:56,editorwindow:34,eece:18,eelstork:32,either:18,elements:25,elif:4,embedded:29,emission:[27,58],emissioncolor:27,emissionenable:27,emissive:62,empty:[27,30,40],en:0,enables:5,enableupdatewhenoffscreen:68,encodetopng:44,end:[5,58,61],ended:16,endif:[7,65],enforce:49,enhanced:16,enumerated:16,enumserialization:41,enumserializationtype:5,equals:32,erroneous:15,error:[24,25,29,30,32,38,54,56,57,59,61,73],errors:[15,17,18,56],escape:42,estimation:17,etc:[59,67,68],even:52,ex:65,example:17,exception:[4,46,54,56,76],exclude:[41,45],execution:24,exist:57,exists:53,experimental:[33,56,59],explicitignorableitemlength:25,exportdialog:45,exportdialogbase:50,exported:[15,16,17,18,30,54],exporter:[24,30,51,52,53,60],exporterwindow:32,exportgoodmaterial:5,exporthumanoid:30,exporting:[16,17,18,27,34,43,52,54,56],exportings:52,exportroot:[36,45],exportsettings:29,exportui:29,expression:[10,24,25,42,49,53,56,57,59],expressionavatar:[49,51],expressionname:57,expressionpreset:42,expressions:57,extend:32,extended:16,extension:[5,6,16,29,53],extensions:[0,25,27,32],external:[45,46,55],extra:2,extract:[46,49,50,51,53,56,59,61],extracting:54,extras:[2,16],eye:66,face:35,factor:62,faidra:36,fail:56,failed:[47,62],failing:54,fails:[15,17,56],fallback:62,fantom:38,faster:53,fastspringbone:[12,64],fastspringbonereplacer:8,fbx:[30,49],fbximporter:61,feature:[24,29,38,40,41,43,45,49,50,51,52,53,55,56,57,58,60,62],feel:16,ff:15,field:[5,17,25,38],fields:[24,25,26,29],file:[4,5,15,16,17,18,25,32,50,52,54,56,60,65,67],filedialogforwindows:65,filemode:5,files:[17,25,27],filter:63,first:[27,62],firstordefault:62,firstperson:[12,27,55,57,60,62,71],firstpersonbone:29,firstpersononly:[9,63],firstpersononlylayer:73,firstpersonsample:12,fix:[24,25,27,29,30,32,33,35,36,37,38,39,40,42,43,44,45,46,49,50,51,52,53,54,55,56,57,59,60,62,63],fixed:[15,16,17,18,19,24,30,32],fixedupdate:32,fixnodename:41,flag:62,flipped:54,fog:61,folder:[13,15,18,25,53,58],following:[15,17,18,35],foreach:[5,71],format:[11,17,51,53],found:[4,16,17,56,60],fp:9,frag:19,frame:32,free:16,freeze:[29,33,54],freezing:52,from:[5,16,17,18,45,46,49,50,58,64,76],full:[5,32,33,34,35,36,37,38,39,40,41,42,43,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62],func:[5,62],functions:56,gabage:29,gameobject:[3,8,10,16,21,54,67,68,70,71,73],gammma:29,garbage:32,gc:[29,32,49],gear:18,generaged:5,general:17,generate:[5,17,29,51],generatecode:30,generated:[17,29],generatedserializer:30,generateserializer:5,generic:19,genericcallutility:24,get:5,getbyteswithmime:49,getcomponent:66,getvrmmaterialdescriptorgenerator:76,git:[16,32],github:[2,5,13,17,18,19,20,21,23,24,25,26,27,28,29,30,32,33,34,35,36,37,38,39,40,41,42,43,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62],gl:52,glb:[12,16,17,19,20,32,39,44,45,53,54,55,56,62,65,70],glbbinaryparser:3,glbfileparser:[3,69,70,73],glbimport:12,glbuffertarget:5,glft:49,gltf:[2,4,6,7,13,15,16,19,23,24,25,27,29,32,33,38,39,45,46,52,56,58,64,65,67,68],gltfdata:[3,6,69,76],gltfdeserializer:5,gltfextension:5,gltfextensionexport:5,gltfextensionimport:5,gltfextensions:5,gltffilewithresourcefilesparser:3,gltfparser:[6,46,56,67,68,69],gltfpbrmetallicroughness:32,gltfserializer:5,gltfupdate:12,gltfurpmaterialdescriptorgenerator:3,go:65,gone:16,good:5,goodmaterial:5,goodvalue:5,graphics:1,graphicssettings:60,gui:[27,35,54],guid:57,hair:57,half:[11,19],handed:29,handle:53,handling:[17,29],has:[17,18,33],hash:16,hasn:63,have:[17,18,24,54],hdr:58,hdrp:57,head:[38,57],headless:73,heap:32,height:11,here:[16,17],hided:63,hierarchy:[3,33],hiroj:[50,51],hit:27,hmd:[9,71],horizontally:16,how:57,however:[17,18],hox:27,https:[2,5,13,17,18,19,20,21,23,24,25,26,27,28,29,30,32,33,34,35,36,37,38,39,40,41,42,43,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,67,68],humanbone:19,humanoid:[12,36,49,53],ianimationimporter:[53,54],ichi:57,icon:18,id:[32,58],identifier:61,ienumerator:32,iformatter:24,ignore:[52,63],ik:24,image:[2,34,39],images:71,imaterialdescriptorgenerator:76,img:71,immediatesetvalue:66,impact:[17,18],impl:[42,55],implement:[34,47,49,58],implementation:[16,53,54],implemented:[42,45],importasset:5,imported:[17,18],importer:[10,17,20,27,50,51,52,54,56,68,73,76],importercontext:[3,10,16,32,44,53,55,61,67,68],importing:[15,29,53,62],importmaterial:5,improve:63,inappropriate:17,include:[56,60],included:1,includeplatforms:48,incorrect:[15,17,52],independent:17,index:[5,17,21,49],indexoutofrange:56,indices:24,influence:29,influences:[16,17],info:5,inheritance:16,init:[4,32],inject:53,inspector:[27,54],install:[0,58],instance:[3,8,52,62,68,72,73,76],instanced:47,instead:[24,53],integration:32,intensity:27,interleaved:17,into:[16,27,62],invalid:[32,56],inversebindmatrices:25,ios:24,is:[4,5,15,16,17,18,24,27,34,36,45,47,48,52,57,58,73],ismine:62,isself:[9,63],issue:[17,18,27,49,50,58],issuecomment:2,issues:[54,56],it:[16,17,52,62,63],item:16,items:27,itexturedeserializer:55,itextureexporter:41,itextureloader:37,joints:[40,45],jpeg:39,jpg:[32,39],json:[2,4,5,24,27,29,33,42,45,65,67,68],jsonformatter:24,jsonschema:[33,50,51,54,57],judger:17,key:[5,50],keyframe:45,keyvalue:25,keyword:27,khr:[17,30,32],know:[17,57],kv:5,lambda:62,language:[0,34],large:[27,32],late:32,later:[17,18],latest:[17,18,57],lateupdate:32,layer:[12,71],layers:73,leak:32,left:29,legacy:[19,24,53,55],length:[38,45],let:17,level:16,light:27,linear:[20,29,44,53,56],linq:32,lipsync:66,list:[16,42,55],listtreenode:[5,27],load:[3,11,32,65,67,68,73,76],loadasync:[73,76],loaded:65,loader:[3,8,17,32,45,70,73,76],loading:[17,18,53],loadtexturesasync:61,loadvrm:[67,68],loadvrmasync:[15,65,67],loadvrmasyncsample:67,loadvrmsample:[67,68],local:29,locale:0,localposition:19,localrotation:19,localscale:19,look:[32,57],lookat:[42,50,52,58],lookattype:49,lwrp:62,made:17,magfiler:52,magic:4,maintenance:63,maintex:[16,19],make:[17,18,35,56,57,61],manifest:13,manipulation:16,manual:12,manually:5,many:17,map:[16,17,18,25],maps:24,markdown:0,mask:27,massize:34,matcap:59,match:60,material:[3,5,10,16,20,24,27,28,29,47,50,51,52,53,56,64,67,68,70],materialcolorbindings:60,materialdescriptorgenerator:76,materialfactory:10,materialgenerator:[6,59,76],materialimporter:[32,45],materials:[32,52],materialuvbindings:[60,61],materialvaluebind:60,matex:16,max:[29,49],maxsize:29,may:[16,33],meant:16,member:38,members:29,memory:32,menu:[16,18,24,27,32,40,46,64],menuitem:5,merge:61,mesh:[3,10,15,17,21,24,32,35,49,50,51,53,54,57,58,60,61,66,67,68,70],meshes:[15,16,45],meshexporter:45,meshexportinfo:[53,57],meshexportvalidator:53,meshfilter:63,meshimporter:[38,61],meshindex:50,meshintegrator:35,meshnormalizer:35,meshutility:[39,40,53],meshwithrenderer:[51,53],message:59,messages:[29,32],meta:[25,26,27,29,35,49,54,60,61,65,76],metaeditor:55,metallic:[25,44,53,60],metallicroughnessocclusion:44,metallicsmooth:46,metallictexture:27,method:[16,17,29,32,56],mettalicroughness:20,might:62,migrate:76,migrated:76,migratevector:49,migration:[42,49,54,55,56],migrationvrmlookatandfirstperson:49,milestone:[23,24,25,26,27,28,29,30,32,33,34,35,36,37,38,39,40,41,42,43,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62],mime:39,minimal:58,minimum:[24,27],minor:56,mipchain:11,mipmap:44,mipmaps:52,mirror:17,missing:[16,35],missingreferenceexception:56,mkc:32,mkdir:0,mmd:60,mode:[25,27,59],model:[16,17,18,52,57,65,73],models:5,momoandbanana:38,monobehaviour:[50,67,68,71],more:[16,17],morph:32,morphtarget:[38,53],move:[16,27,53,59],moved:42,mtoon:[11,12,17,20,22,24,27,28,32,37,40,42,50,51,52,56,57,58,59,61,62],mtoonshader:70,multi:32,multiply:37,must:17,mv:[50,63],my:57,name:[2,16,32,34,35,36,38,56,63,66],names:[15,32,38],namespace:[5,53,56,60,67,68],necessary:[17,56],needed:56,needs:60,negative:17,neon:[24,32],net:[21,64,65],newmeta:76,next:25,nkjzm:25,no:[34,45,52,61],node:[30,50,56],nodes:54,non:[15,32,52],nonactive:32,none:4,normal:[11,16,17,18,19,24,53],normalization:17,normalize:[27,29],normalizeskinnedmesh:38,normals:[29,54],not:[4,15,18,24,27,30,34,49,52,53,54,57,60,61,62,76],notargs:[57,61,62],note:63,notimplementedexception:60,now:[16,17,25,65],nowsprinting:42,nullcheck:[16,32,35,54,62],nullreferenceexception:35,numbder:28,number:[24,27],object:10,objectfirstperson:62,objectserialization:5,obsolete:[21,27],occlusion:[44,46,53,60],occurs:17,of:[16,17,24,27,28,29,35,45,52,53,54,56],offset:[27,29,62],on:[16,17,18,24,27,32,45,52,57,61,62],once:18,ondestroy:[24,67,68],one:[7,16],onenable:35,onerror:15,oninspectorgui:57,onloaded:65,onloadmodel:32,only:[48,56],onresetclicked:57,oocytanb:[51,52,53,54],opaque:27,open:[4,65],opengl:17,optimize:[27,42],option:[18,29,32],options:32,or:[4,7,16,17,18,19,48,52,53,63,65],order:[18,24],organized:16,original:34,originalmetabeforemigration:76,osx:15,other:[15,17,32,44,56,60],otherliceneseurl:51,otherpermissionurl:51,ousttrue:[15,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62],out:[5,7,32,73,76],outline:56,outpath:5,output:[18,27,29,30,52],outputs:17,outputting:17,over:34,overriding:42,overwrite:28,own:10,pack:19,packages:25,packed:17,param:52,parameter:29,parameters:[16,17,27],parent:53,parse:[3,4,65,67,69,70,73,76],parsed:4,parser:[27,67,68,69],parsing:15,partial:16,pass:[17,27,47],path:[3,5,15,16,46,53,65,70,73,76],pbr:[52,60],pbrmetallicroughness:32,performance:63,permission:44,person:27,pip:0,pipeline:[29,54],pitch:54,platforms:[24,32],play:59,playing:54,please:[17,18],png:11,po:0,pochang:49,point:59,pose:29,position:[15,17],positive:17,possible:17,pot:0,pre:[56,64],prefab:[17,21,30,32,36,54],prepare:25,preset:[32,66],preview:[20,27,32,58,59,61],previously:17,prime:7,primitives:2,print:4,problem:[17,29,42],profiler:61,project:[1,24,30,73],projectiontype:5,propagate:27,properties:[5,27,29,52,56,58],property:29,props:28,provide:16,proxy:66,pure:24,put:[15,16],putting:15,radius:27,raise:4,random:38,rarely:54,raw:52,rb:4,read:[4,47,51,62],reader:4,readme:[25,40,49,60,62],readmeta:[46,65],reasons:17,recognized:29,recorded:[15,17],reduce:[25,29],reduceblendshapesize:[29,30],refactaring:53,refactor:[34,45],refactoring:[42,49,52,53,54,56],refer:29,reference:[27,33,43,46],referenced:56,references:49,referencing:55,reflection:5,reimport:[18,21],release:[25,56,58,63],relies:16,relref:65,remap:55,remove:[24,25,27,32,44,49,50,52,53,54],removed:25,rename:[13,15,50,51,62],renamed:16,render:54,renderer:[12,24,36,45,60,71,73],rendering:47,repeat:17,report:17,require:57,required:[25,52],reset:[29,71],resized:34,resolutions:60,resource:56,resources:[49,60],restore:[25,45,57,61],restrict:52,result:4,retry:38,reversez:7,revert:29,right:18,root:[10,15,33,67,68,72],rootbone:15,ropo:32,roughness:[46,55],roughnessfactor:27,runtime:[5,12,16,18,21,44,57,65],runtimeexporersample:12,runtimegltfinstance:[3,6,44,56,58,68,70,76],runtimeimport:12,runtimeload:[12,60],same:[15,16,17,18,24,52,56],sample:[42,59,65],sampler:17,samples:[58,76],santarh:[49,50,51,52,53,54,55,56,57,60,61,62],satisfying:52,sator:32,saturday:[23,33],save:[16,18,27,32],saved:18,savespringbonetojson:45,scale:[37,58,61],scaling:42,scene:46,scheduler:29,schema:[17,24,27,29,45],schemas:24,screen:56,script:[56,60],scriptableobject:[51,54],scriptablewizard:34,scriptdimporter:44,scriptedimporter:[44,56,61],sealed:[67,68],search:32,secondary:15,seconds:65,seems:17,select:18,selector:61,selectorwindow:51,self:[4,33,62],semi:17,semicolon:40,semver:26,separate:[17,27,32,39],serializable:15,serialization:38,serialize:5,serializeextension:5,serializefield:[67,68,71],serializegoodmaterial:5,serializer:[5,29,30],serializergenerator:5,serializing:52,service:8,set:[15,17,18,25,26,27,36,38,41],setdefault:29,setexpression:72,setmodel:8,setting:[17,25,34,60],settingprovider:[53,56],settings:[1,29,49,57,73],settingsprovider:53,setupasync:60,setupexample:71,setvalue:21,setvalues:[16,21],setweight:42,sh:32,shader:[29,44,47,54,60,61],shaderprop:28,shaderproperty:[16,27,32],shaders:[1,53,60],shape:[29,32],sharing:32,should:17,show:[16,56],showmeshes:[65,68,73],sided:54,simple:[59,60],simpleviewer:[3,12],since:[15,17,18],single:47,size:[4,17,29,34],skeleton:[15,16,17],skinnedmes:24,skinnedmesh:15,skinnedmeshrenderer:[3,16,24,25,32,38,65,67,68,70],skins:[16,25],skip:[25,40,52,57],smaller:34,smoothness:[25,27,46],some:25,soon:[17,18],space:[29,52,56],sparse:[33,38,53,55],spec:[24,42,53],specific:53,specification:[16,52],specs:25,specversion:25,sphinx:[61,63],spring:[41,53],springbone:[8,29,32,35,37,50,58],springbonecollider:42,springbonecollidergroup:[50,51],springbonewindow:50,squash:61,squashed:35,src:[32,71],srgbwrite:20,stable:58,stackoverflowexception:29,standard:[44,59,60],standardmap:60,standerd:27,standerdshader:27,start:[18,67,68,71],state:[15,17],status:18,stereo:47,stop:15,stored:56,strategy:53,streamingassets:25,streamwriter:5,strictly:53,string:[5,16,17,41,42,53,65,66,67,68],stringextension:56,struct:[4,17],sub:17,subasset:59,subassetkey:[50,53,60],submesh:[21,40,52],submodule:[22,45,49,50],suffix:56,summary:5,support:[25,26,27,29,32,34,47,57,62],supported:[52,54],supports:56,suppress:[29,32],sv:19,symbol:[15,24,25],system:[5,67,71,73],tags:73,tail:53,target:[2,5,20,32],targeta:20,targetb:20,targets:2,task:[16,44,45,62,65,67,73,76],test:[27,30,49,52,53,54,59],tests:[27,29,52,54],tex:19,texture:[10,12,15,17,19,27,29,32,34,46,47,51,53,55,56,59,62,65,67,68],textureconverter:47,texturedeserializer:56,textureexport:52,texturefactory:10,textureimport:53,textureimporter:[11,19],textureimportertype:[11,19],textureinfo:32,textureitem:[32,45],textures:[15,16,27,52,53,56],texturetransformbind:61,texturetransformtest:32,texturetype:29,texturewrapmode:27,than:[15,34],that:[15,16,17,24,33,53,73],the:[16,17,18,27,28,29,32,35,45,49,52,53,54,56,57,62,73],them:24,then:15,there:[15,16,52],thirdperson:[9,71,73],thirdpersononly:9,thirdpersononlylayer:73,thread:61,through:17,thumbnail:[60,62,76],tightly:17,tiling:40,time:[16,65],tiny:54,title:65,to:[5,13,15,16,17,24,25,26,27,29,30,32,33,38,42,46,47,49,50,51,53,54,56,57,58,60,63,73],todo:[5,20,21,59],tojsonschema:29,tool:58,tools:17,top:18,toupper:32,tp:9,transform:[32,36],transparent:19,tried:17,trs:[33,55,56],trygetextension:5,two:17,type:[4,5,29,53],types:52,typo:[22,23,27,29,43,63],ui:57,unarchiving:56,undeclared:61,under:[15,29],undisplay:16,undo:29,unicode:42,unigltf:[3,8,13,14,17,22,24,32,50,51,56,58,60,61,62,63,64,67,68],unihumanoid:[22,32],unijson:[5,22,24,27,32,51],uninstall:58,unique:[35,56],unitask:[16,17],unittest:[16,33,45,46,54,56,63],unity:[3,12,16,17,18,19,24,25,27,29,38,42,49,54,56,58,60,64,65,67],unityeditor:[5,34,52,53],unityeditorscripts:27,unityengine:[5,10,67,68,71],unityobjectdestoyer:54,unitypackage:[13,16,25,33,39,57,64],unitypath:5,unityproject:22,unityversion:58,uniunlit:[27,29,32,37,40,47,70],universal:54,univrm:[5,7,8,13,14,16,17,18,19,22,24,28,37,41,45,47,48,49,50,51,53,54,56,57,58,59,60,61,63,64,65],unlit:[12,30,37],unlittransparentwithzwrite:62,unlittransparentzwrite:62,unnecessary:17,unpack:19,unpacking:16,unsigned:45,unused:[25,27,49],unvrm:32,up:52,update:[0,17,18,24,27,28,29,32,40,49,50,51,53,57,58,62],updated:[18,41],updatemeta:76,updatewhenoffscreen:[24,67,68],upgrade:[0,42],uploadmeshdata:46,upm:[33,39,49,50,58,60],uppercase:32,url:[4,32,44],urp:[54,57,61,62,64],urpmaterialdescriptorgenerator:76,us:17,use:[16,17,18,24,27,42,49,53,54,57,62,76],used:17,user:66,useurp:76,using:[3,5,8,16,17,18,24,32,52,54,55,67,68,70,71,73,76],utf:5,utility:[27,32],uv:[16,38],v0:68,v1:24,valid:18,validating:52,validation:[32,34,35,36,41,50],validationcontext:51,validationerror:52,validator:[50,51],value:[5,16,17,25,27,34,52],values:[16,26,27],variables:29,variadic:49,vbo:17,vcolblendmode:29,vec:17,vector:[17,29,52],version:[4,12,16,17,18,25,26,27,28,32,33,39,46,57,58,62,68,70],versions:[17,18],vertex:[17,29,32,49,51,63],vertexbuffer:49,vertexcolor:19,vertexcolorstate:53,vertically:16,vertices:[17,45],viewer:[12,42,59,60,76],viewerui:76,visiblerenderers:63,vr:12,vrchat:56,vrik:24,vrm:[3,4,13,15,16,18,21,22,24,25,26,27,29,32,34,36,38,39,46,48,49,50,51,52,53,54,56,59,60,61,62,63,66,67,68,70,71,72,76],vrmblendshape:66,vrmblendshapeproxy:[30,38],vrmc:[53,54,56],vrmdata:6,vrmexport:29,vrmexporter:16,vrmfilepath:[67,68],vrmfirstperson:[12,24,29,32,40,43],vrmfirstpersononly:[71,73],vrmgameobject:[67,68],vrmimporter:[16,65],vrmimportercontext:[65,67,68,70],vrmlib:[42,62,63],vrmlookat:24,vrmmaterialimporter:50,vrmmaterialtests:[45,53],vrmmeta:[67,68],vrmshader:60,vrmshaders:[13,24,47,49,51],vrmspringbone:[15,18,24,27],vrmspringbonecollidergroup:27,vrmspringbones:15,vrmsprngbone:27,vrmthirdpersononly:[71,73],vrmurpmaterialdescriptorgenerator:70,vroid:56,warn:53,warning:[33,37,56,62],warnings:[25,37],was:[15,16,17,27,53,56],way:18,we:[16,17],weight:[15,20],weighta:20,weightb:20,weights:47,were:16,what:58,when:[15,16,17,18,25,27,29,32,41,54,56,57,60],where:[15,29],whether:17,which:[17,18,24,45],why:57,will:[15,16,17,18,34,52,54],window:[45,49],windows:32,wip:66,without:[5,15,30,53],work:[54,57,61],write:[5,51],www:27,xx:[14,34],xyz:45,yaw:54,yoship:32,you:[16,17,18],yournamespace:67,yyyy:14,zero:56,zip:56,ziparchivedgltffileparser:3},titles:["Sphinx \u4f5c\u696d","\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u306e\u30d3\u30eb\u30c9","GltfUpdate(0.36)","GlbImport(0.82)","glb\u30d5\u30a9\u30fc\u30de\u30c3\u30c8\u6982\u8aac","glTF\u62e1\u5f35\u306e\u5b9f\u88c5(0.63.2)","Version","\u5ea7\u6a19\u7cfb\u306e\u5909\u63db","FastSpringBone\u306b\u3064\u3044\u3066","VR\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u306e FirstPerson \u8a2d\u5b9a\u306b\u3088\u308b Renderer \u306e\u53ef\u8996\u5236\u5fa1","Runtime \u306e\u30ea\u30bd\u30fc\u30b9\u7ba1\u7406\u306b\u3064\u3044\u3066","Texture\u95a2\u9023","UniVRM Programming Document","\u30d1\u30c3\u30b1\u30fc\u30b8\u69cb\u6210","\uff5ev0.55: Unity-5.6(.NET-3.5)","v0.40","v0.41","v0.42","v0.43","v0.44: UniGLTF/UniUnlit \u8ffd\u52a0","v0.45","v0.46","v0.47","v0.48","v0.49","v0.50","v0.51.0","v0.52.0","v0.53.0","v0.54.0","v0.55.0","v0.56\uff5ev0.67: Unity-2018.4","v0.56.0: \u6700\u4f4e\u30d0\u30fc\u30b8\u30e7\u30f3\u3092 Unity-2018.4 \u306b\u66f4\u65b0","v0.57.0: \u30dc\u30fc\u30f3\u540d\u91cd\u8907\u306e\u81ea\u52d5\u30ea\u30cd\u30fc\u30e0","v0.58.0: \u30c6\u30af\u30b9\u30c1\u30e3\u30b5\u30a4\u30ba\u306e\u9069\u6b63\u306a\u8003\u616e","v0.59.0","v0.60.0","v0.61.0: \u30b7\u30ea\u30a2\u30e9\u30a4\u30b6\u30fc\u3092 reflection \u304b\u3089\u30b3\u30fc\u30c9\u751f\u6210\u306b\u5909\u66f4","v0.62.0: BlendShape bake","v0.63.0: UniGLTF \u3068 UniVRM \u306e\u5206\u96e2","v0.64.0","v0.65.0","v0.66.0","v0.67.0: UniJson \u5358\u7d14\u5316","v0.68\uff5ev0.78: Unity-2018.4 (pre release)","v0.68.0: ImporterContext, ScriptedImporter(glb/gltf), remove DepthFirstScheduler","v0.69.0: MetallicRoughnessOcclusion\u30c6\u30af\u30b9\u30c1\u30e3\u30fc","v0.70.0: EncodeToPng \u306b\u5931\u6557\u3059\u308b\u30a8\u30e9\u30fc\u3092\u4fee\u6b63","v0.71.0: fix Metallic \u307e\u305f\u306f Occlusion \u30c6\u30af\u30b9\u30c1\u30e3\u30fc\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u306e\u30d0\u30b0\u4fee\u6b63","v0.72.0: Linear\u30ab\u30e9\u30fc\u30b9\u30da\u30fc\u30b9\u306e\u63a8\u5968, DividedVertexBuffer","v0.73.0: other permission url \u306e\u4fee\u6b63","v0.74.0: runtime \u30b9\u30d7\u30ea\u30f3\u30b0\u30dc\u30fc\u30f3\u306e\u30b9\u30b1\u30fc\u30eb","v0.75.0: mipmap","v0.76.0: Shader\u6574\u7406","v0.77.0: RuntimeGltfInstance","v0.78.0: ScriptdImporter \u306e\u6539\u4fee","v0.79.0: 1.0\u6e96\u5099","v0.80.0: 1.0\u6e96\u5099, \u6700\u4f4e\u30d0\u30fc\u30b8\u30e7\u30f3\u3092 Unity-2019.4LTS \u306b\u66f4\u65b0","v0.81.0: 1.0\u6e96\u5099, unitypackage \u69cb\u6210\u5909\u66f4","v0.82.0: 1.0\u6e96\u5099, URP \u5411\u3051 Material\u7f6e\u304d\u63db\u3048\u6a5f\u80fd","v0.83.0: 1.0\u6e96\u5099","v0.84.0: 1.0\u6e96\u5099, glTF import menu \u5fa9\u6d3b","v0.85.0: 1.0\u6e96\u5099, [0.x]FastSpringBone","v0.86.0: 1.0\u6e96\u5099, [1.0]FastSpringBone","Release","RuntimeImport(0.44)","BlendShapeProxy(0.58)","RuntimeImport(0.68)","RuntimeImport(0.77)","RuntimeImport(0.79)","RuntimeImport(0.82)","VRMFirstPerson\u306e\u4f7f\u3044\u65b9","\ud83d\udea7Expression","FirstPerson","\ud83d\udea7Humanoid","\ud83d\udea7LookAt","RuntimeLoad"],titleterms:{"(.":14,"(\u03b2":12,"(asset":11,"(glb":45,"(gltf":55,"(key":21,"(universal":59,"(v":65,"(vrm":74,"),":45,"->":7,"-pose":49,".clear":20,".destroy":21,".khr":5,".setup":21,".setvalue":21,".targetnames":5,".vrm":5,".vrmc":5,".x":62,"/*":17,"/bufferviews":17,"/export":[1,52],"/glb":55,"/gltf":45,"/uniunlit":19,"4lts":57,"[*":5,"[gltf":19,"[mtoon":19,"[vrm":19,"\u203bimportant":[16,17,18],"\u3042\u3063":21,"\u3042\u308b":[19,47,66],"\u304b\u3089":[3,5,37,50,65,66,67],"\u3059\u308b":[3,19,47,49,65,66,70,71,73],"\u305d\u306e":[23,24,25,27,29,32,33,34,35,36,37,38,39,40,41,42,43,45,46,47,48,49,50,52,53,54,55,56,57,58,59,60,61,62,63],"\u3068\u304d":[19,21],"\u306a\u3044":[19,21],"\u306a\u304a\u77e5\u3089":19,"\u306a\u3069":[5,7,58,65],"\u306a\u308b":19,"\u306b\u3064\u3044\u3066":[8,10,11,19,66],"\u306b\u3088\u308b":9,"\u306b\u95a2\u3057":19,"\u307e\u3057":[21,58],"\u307e\u305f":48,"\u3082\u3057\u304f":47,"\u3088\u3046":21,"\u3088\u308b":4,"\u30a2\u30af\u30c6\u30a3\u30d6\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":21,"\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3":[1,9,71],"\u30a2\u30fc\u30ab\u30a4\u30d6":3,"\u30a4\u30f3\u30b9\u30bf\u30f3\u30b9":3,"\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9":[19,32,66],"\u30a8\u30af\u30b9\u30dd\u30fc\u30bf\u30fc":[19,35],"\u30a8\u30af\u30b9\u30dd\u30fc\u30c8":[34,47],"\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u30c0\u30a4\u30a2\u30ed\u30b0":34,"\u30a8\u30e9\u30fc":47,"\u30a8\u30f3\u30b3\u30fc\u30c7\u30a3\u30f3\u30b0":5,"\u30ab\u30e1\u30e9":[71,73],"\u30ab\u30e9\u30fc":37,"\u30ab\u30e9\u30fc\u30b9\u30da\u30fc\u30b9":49,"\u30ad\u30fc":5,"\u30af\u30ea\u30a2":21,"\u30b3\u30f3\u30dd\u30fc\u30cd\u30f3\u30c8":74,"\u30b3\u30fc\u30c9":[5,37],"\u30b5\u30a4\u30ba":37,"\u30b5\u30f3\u30d7\u30eb\u30b3\u30fc\u30c9":67,"\u30b7\u30a7\u30fc\u30c0\u30fc":[1,19,46],"\u30b7\u30ea\u30a2\u30e9\u30a4\u30b6":37,"\u30b7\u30ea\u30a2\u30e9\u30a4\u30b6\u30fc":[5,37],"\u30b8\u30a7\u30cd\u30ec\u30fc\u30bf\u30fc":5,"\u30b9\u30ad\u30c3\u30d7":21,"\u30b9\u30af\u30ea\u30d7\u30c8":66,"\u30b9\u30b1\u30fc\u30eb":51,"\u30b9\u30d7\u30ea\u30f3\u30b0\u30dc\u30fc\u30f3":51,"\u30c6\u30af\u30b9\u30c1\u30e3":2,"\u30c6\u30af\u30b9\u30c1\u30e3\u30b5\u30a4\u30ba":34,"\u30c6\u30af\u30b9\u30c1\u30e3\u30fc":[1,11,46,47],"\u30c6\u30af\u30b9\u30c1\u30e3\u30fc\u30a8\u30af\u30b9\u30dd\u30fc\u30c8":48,"\u30c7\u30b7\u30ea\u30a2\u30e9\u30a4\u30b6\u30fc":5,"\u30d0\u30a4\u30c8":[3,65],"\u30d0\u30b0":[20,21,23,24,25,26,27,46,48,55],"\u30d0\u30c3\u30d5\u30a1":49,"\u30d0\u30fc\u30b8\u30e7\u30f3":[19,32,57,67],"\u30d1\u30c3\u30b1\u30fc\u30b8":[13,58],"\u30d1\u30fc\u30b9":[3,4,21],"\u30d3\u30eb\u30c9":1,"\u30d5\u30a1\u30a4\u30eb":21,"\u30d5\u30a1\u30a4\u30eb\u30d1\u30b9":[3,65],"\u30d5\u30a9\u30eb\u30c0":32,"\u30d5\u30a9\u30fc\u30de\u30c3\u30c8":4,"\u30d6\u30ec\u30f3\u30c9\u30b7\u30a7\u30a4\u30d7":2,"\u30dc\u30bf\u30f3":49,"\u30dc\u30fc\u30f3":33,"\u30de\u30c3\u30d7":19,"\u30de\u30c6\u30ea\u30a2\u30eb":[3,19,21],"\u30e1\u30bd\u30c3\u30c9":66,"\u30e9\u30f3\u30bf\u30a4\u30e0":1,"\u30ea\u30bd\u30fc\u30b9":10,"\u30ea\u30cd\u30fc\u30e0":33,"\u30ec\u30a4\u30e4\u30fc":71,"\u30ed\u30fc\u30c9":[3,67],"\u4e00\u4eba":19,"\u4e0a\u66f8\u304d":21,"\u4ed5\u69d8":[19,67],"\u4ed6\u4fee":29,"\u4ee5\u524d":19,"\u4ee5\u964d":31,"\u4f4d\u7f6e":2,"\u4f55\u6545":66,"\u4f5c\u308a\u76f4\u3057":34,"\u4f5c\u696d":0,"\u4f7f\u3044\u65b9":71,"\u4f7f\u3046":65,"\u4f7f\u7528":[3,66],"\u4fdd\u5b58":19,"\u4fee\u6b63":[2,19,20,21,23,24,25,26,27,46,47,48,49,50,52,53,54,55,60],"\u5165\u51fa":19,"\u5168\u4f53":5,"\u5171\u901a":74,"\u5185\u5bb9":27,"\u51fa\u529b":5,"\u51fa\u6765\u308b":21,"\u5206\u5272":49,"\u5206\u96e2":39,"\u521d\u671f":73,"\u5236\u5fa1":9,"\u524a\u9664":20,"\u5316\u6642":73,"\u5358\u7d14":43,"\u53b3\u683c":[32,66],"\u53d6\u308a\u51fa\u3059":65,"\u53d6\u5f97":[65,74],"\u53ef\u8996":9,"\u540c\u671f":67,"\u540d\u91cd":33,"\u5411\u3051":[59,70,73],"\u542b\u3081\u308b":1,"\u547c\u3073\u51fa\u3057":[5,71],"\u554f\u984c":66,"\u578b\u304b\u3089":5,"\u5834\u5408":[19,47],"\u5909\u63db":[1,7],"\u5909\u66f4":[19,20,21,32,33,34,35,36,37,38,39,40,41,42,45,46,47,49,50,51,58,67],"\u5927\u5207":19,"\u5931\u6557":[19,47],"\u5b9f\u884c":71,"\u5b9f\u88c5":5,"\u5b9f\u88c5\u30e1\u30e2":12,"\u5b9f\u88c5\u4f8b":5,"\u5b9f\u9a13":70,"\u5bfe\u5fdc":[19,21,32,46,47],"\u5c0e\u5165":[0,8,19],"\u5ea7\u6a19\u7cfb":7,"\u5f62\u5f0f":4,"\u5f97\u308b":70,"\u5fa9\u65e7":21,"\u5fa9\u6d3b":[34,61],"\u60c5\u5831":[19,58,65],"\u6271\u3044":37,"\u6291\u5236":5,"\u62e1\u5f35":5,"\u62e1\u5f35\u5b50":3,"\u6307\u5b9a":[19,70,71],"\u6319\u52d5":[11,21],"\u63a8\u5968":[49,73],"\u63cf\u753b":71,"\u63db\u3048":59,"\u6539\u4fee":55,"\u6539\u826f":[24,25,26],"\u6574\u7406":[19,32,53,58,66],"\u65b0\u898f":25,"\u65b9\u6cd5":[8,74],"\u65e2\u5b58":21,"\u660e\u793a":73,"\u66f4\u65b0":[0,19,20,27,32,37,54,57],"\u66f8\u304d\u65b9":5,"\u6700\u4f4e":[32,57],"\u6700\u9069":21,"\u6709\u52b9":73,"\u671f\u5316":0,"\u672a\u5bfe\u5fdc":34,"\u683c\u7d0d":2,"\u6982\u8981":[8,12,37],"\u6982\u8aac":4,"\u69cb\u6210":[13,58,73],"\u6a5f\u80fd":[59,73],"\u6b63\u898f":19,"\u6c7a\u3081\u308b":5,"\u6cd5\u7dda":19,"\u6e96\u5099":[40,42,56,57,58,59,60,61,62,63],"\u72ec\u7acb":32,"\u751f\u6210":[5,37],"\u753b\u9762":50,"\u79f0\u8996":19,"\u7af6\u5408":66,"\u7ba1\u7406":10,"\u7d4c\u7531":74,"\u7de8\u96c6":50,"\u7f6e\u304d":59,"\u8003\u616e":34,"\u81ea\u52d5":33,"\u8868\u793a":37,"\u8907\u6570":66,"\u8a18\u4e8b":65,"\u8a2d\u5b9a":[9,21,34,71],"\u8ffd\u52a0":[19,32,49,71],"\u8ffd\u8a18":20,"\u904e\u53bb":67,"\u9069\u6b63":34,"\u9069\u7528":66,"\u91cd\u8907":19,"\u958b\u304f":65,"\u95a2\u9023":[11,19,38,46,58,65],"\u96a0\u308c":50,"\u975e\u540c":[65,67],"\u975e\u8868":19,"\u9802\u70b9":[37,49],"\ud83d\udea7expression":72,"\ud83d\udea7humanoid":74,"\ud83d\udea7lookat":75,"\uff5ev":14,"].":5,"]animation":19,"]fastspringbone":62,"]glb":19,"]importer":19,"]normalmap":19,"]uniunlit":19,"byte":47,"enum":5,"export":[5,19,37,39,42,45],"float":21,"import":[1,5,19,21,39,42,45,52,61],"in":[15,17],_collider:5,_constraints:5,_materials:5,_mtoon:5,_node:5,_springbone:5,_texture:5,_transform:5,_unlit:5,_vrm:5,accumulatevalue:[21,66],and:12,animator:74,api:[16,20,21,45,54],apply:66,as:15,asset:[17,19],async:3,auto:19,autoreference:56,bake:38,bindmatrices:7,blendshape:[17,18,38,66],blendshapeavatar:21,blendshapeclip:21,blendshapekey:[32,34,66],blendshapeproxy:[21,66],bone:74,bug:[18,41,49,52,60],bugs:[15,17],build:12,burst:8,bvh:17,by:18,bytestridewill:17,changelog:[30,32,33,34,35,36,37,38,39,40,41,42,43,45,46,47,48,49,50,52,53,54,55,56,57,58,59,60,61,62],changes:17,commit:21,component:21,corrections:15,current:17,depthfirstscheduler:45,destroyrootandresources:21,dialog:39,directory:17,disable:19,dividedvertexbuffer:49,document:12,editor:[11,16,19],editordestroyroot:21,editordestroyrootandassets:21,empty:18,encodetopng:47,exporter:[21,32,33,36,38,40,50,55],extensions:5,extras:5,fastspringbone:[8,62,63],fastspringboneservice:8,filter:52,firstperson:[9,10,73],fix:[17,18,41,48],fixes:[15,16,18],gameobject:19,gettext:0,glb:[3,4],glbimport:3,gltf:[3,5,12,17,61],gltfdata:70,gltfupdate:2,how:18,humanoid:74,immediately:21,immediatelysetvalue:[21,66],importer:[21,36,38,40],importercontext:[21,45],improvement:17,indices:12,inf:21,information:[16,17,18,58],instance:[10,70],json:16,jsonpath:5,jsonschema:5,jsonshcema:17,judgement:17,layer:73,layermask:71,linear:[11,49],load:70,loadasync:65,loadasynctask:65,major:[15,16],material:[17,21,59],materialgenerator:[3,70],materials:5,matrix:7,menu:61,mesh:37,meshes:5,meshrenderer:19,meshutility:[32,35,41,42],meta:50,metallic:48,metallicroughnessocclusion:46,mipmap:52,modification:17,mtoon:[1,35,48,54],myst:0,nan:21,net:14,nodes:5,normal:7,normalmap:[11,19],not:17,object:18,occlusion:48,of:15,older:64,other:[18,50],output:17,permission:50,pipeline:59,position:7,pre:44,prefab:34,preference:50,processing:17,programming:12,python3:4,quaternion:7,reference:17,reflection:37,related:[16,58],release:[12,17,44,64],released:15,releases:14,remove:45,render:59,renderer:9,restore:18,resulted:18,rotation:7,runtime:[10,11,19,37,51,73],runtimegltfinstance:[10,54],runtimeimport:[65,67,68,69,70],runtimeload:76,samples:12,scriptdimporter:55,scriptedimporter:[45,55],setter:66,setup:71,setvalues:66,shader:53,sphinx:0,springbone:34,standard:[19,46],status:17,structure:17,submesh:49,support:17,sync:3,tables:12,tangents:17,texture:[11,52],the:15,thumbnail:[21,65],to:18,todo:56,unigltf:[5,19,39],unihumanoid:17,unijson:43,unity:[7,11,14,21,31,32,44,46,57],unitypackage:[14,32,58],univrm:[12,32,39],unlit:[1,19],update:48,updates:16,upm:[13,32],url:50,urp:[3,59,70],ushort:47,uv:[7,17],value:21,vector:7,version:[6,15,65],versions:64,vr:[9,73],vrm:[5,7,8,10,12,17,19,40,42,45,55,57,58,65,73,74],vrmblendshapeproxy:20,vrmdata:70,vrmfirstperson:[21,71],vrmshaders:32,we:15,weight:[47,66],wrap:52,zip:3}}) \ No newline at end of file +Search.setIndex({docnames:["README","build","gltf/0_36_update","gltf/0_82_glb_import","gltf/format","gltf/how_to_impl_extension","gltf/index","implementation/coordinate","implementation/fast_spring_bone","implementation/first_person","implementation/index","implementation/runtime_resource_management","implementation/texture_manipulation","index","release/055/index","release/055/v0.40","release/055/v0.41","release/055/v0.42","release/055/v0.43","release/055/v0.44","release/055/v0.45","release/055/v0.46","release/055/v0.47","release/055/v0.48","release/055/v0.49","release/055/v0.50","release/055/v0.51.0","release/055/v0.52.0","release/055/v0.53.0","release/055/v0.54.0","release/055/v0.55.0","release/056/index","release/056/v0.56.0","release/056/v0.57.0","release/056/v0.58.0","release/056/v0.59.0","release/056/v0.60.0","release/056/v0.61.0","release/056/v0.62.0","release/056/v0.63.0","release/056/v0.64.0","release/056/v0.65.0","release/056/v0.66.0","release/056/v0.67.0","release/068/index","release/068/v0.68.0","release/068/v0.69.0","release/068/v0.70.0","release/068/v0.71.0","release/068/v0.72.0","release/068/v0.73.0","release/068/v0.74.0","release/068/v0.75.0","release/068/v0.76.0","release/068/v0.77.0","release/068/v0.78.0","release/079/index","release/079/v0.79.0","release/079/v0.80.0","release/079/v0.81.0","release/079/v0.82.0","release/079/v0.83.0","release/079/v0.84.0","release/079/v0.85.0","release/079/v0.86.0","release/index","vrm0/0_44_runtime_import","vrm0/0_58_blendshape","vrm0/0_68_runtime_import","vrm0/0_77_runtime_import","vrm0/0_79_runtime_import","vrm0/0_82_runtime_import","vrm0/firstperson","vrm0/index","vrm1/index","vrm1/vrm1_expression","vrm1/vrm1_firstperson","vrm1/vrm1_get_humanoid","vrm1/vrm1_lookat","vrm1/vrm1_runtime_load"],envversion:{"sphinx.domains.c":2,"sphinx.domains.changeset":1,"sphinx.domains.citation":1,"sphinx.domains.cpp":4,"sphinx.domains.index":1,"sphinx.domains.javascript":2,"sphinx.domains.math":2,"sphinx.domains.python":3,"sphinx.domains.rst":2,"sphinx.domains.std":2,sphinx:56},filenames:["README.md","build.md","gltf/0_36_update.md","gltf/0_82_glb_import.md","gltf/format.md","gltf/how_to_impl_extension.md","gltf/index.md","implementation/coordinate.md","implementation/fast_spring_bone.md","implementation/first_person.md","implementation/index.md","implementation/runtime_resource_management.md","implementation/texture_manipulation.md","index.md","release/055/index.md","release/055/v0.40.md","release/055/v0.41.md","release/055/v0.42.md","release/055/v0.43.md","release/055/v0.44.md","release/055/v0.45.md","release/055/v0.46.md","release/055/v0.47.md","release/055/v0.48.md","release/055/v0.49.md","release/055/v0.50.md","release/055/v0.51.0.md","release/055/v0.52.0.md","release/055/v0.53.0.md","release/055/v0.54.0.md","release/055/v0.55.0.md","release/056/index.md","release/056/v0.56.0.md","release/056/v0.57.0.md","release/056/v0.58.0.md","release/056/v0.59.0.md","release/056/v0.60.0.md","release/056/v0.61.0.md","release/056/v0.62.0.md","release/056/v0.63.0.md","release/056/v0.64.0.md","release/056/v0.65.0.md","release/056/v0.66.0.md","release/056/v0.67.0.md","release/068/index.md","release/068/v0.68.0.md","release/068/v0.69.0.md","release/068/v0.70.0.md","release/068/v0.71.0.md","release/068/v0.72.0.md","release/068/v0.73.0.md","release/068/v0.74.0.md","release/068/v0.75.0.md","release/068/v0.76.0.md","release/068/v0.77.0.md","release/068/v0.78.0.md","release/079/index.md","release/079/v0.79.0.md","release/079/v0.80.0.md","release/079/v0.81.0.md","release/079/v0.82.0.md","release/079/v0.83.0.md","release/079/v0.84.0.md","release/079/v0.85.0.md","release/079/v0.86.0.md","release/index.md","vrm0/0_44_runtime_import.md","vrm0/0_58_blendshape.md","vrm0/0_68_runtime_import.md","vrm0/0_77_runtime_import.md","vrm0/0_79_runtime_import.md","vrm0/0_82_runtime_import.md","vrm0/firstperson.md","vrm0/index.md","vrm1/index.md","vrm1/vrm1_expression.md","vrm1/vrm1_firstperson.md","vrm1/vrm1_get_humanoid.md","vrm1/vrm1_lookat.md","vrm1/vrm1_runtime_load.md"],objects:{},objnames:{},objtypes:{},terms:{"!)":53,"#if":[21,31,61,66],"#l":5,"#v":56,"#{":4,"')":4,"',":4,"':":[4,62],"']":0,"'bin":4,"'gltf":4,"'json":4,"'magic":4,"'s":[15,16,17,27,40,57,58,63],"'t":[5,53,57,58,61,63,64],"'unknown":4,"'version":4,"(!":5,"('":4,"((":68,"()":[3,4,5,7,8,12,16,29,32,62,66,67,68,69,70,71,72,76,79],"(-":7,"(.":65,"([":33,"(\"":[5,66,67,76,79],"(\u03b2":[13,56],"(\u307e\u305f":5,"(_":[19,66,68,69],"(and":24,"(assetpath":12,"(axis":7,"(begin":5,"(blednshape":32,"(blendshape":[32,33,67],"(blendshapekey":[32,67],"(blendshapepreset":[32,67],"(bool":[21,79],"(by":[24,25],"(byte":[3,66],"(bytes":[3,66],"(chunk":4,"(context":66,"(controller":76,"(createthumbnail":66,"(data":[3,4,8,71,76,79],"(destroy":45,"(destroysubassets":21,"(editor":15,"(end":5,"(enumserializationtype":5,"(ex":66,"(exception":66,"(experimental":62,"(exporter":15,"(f":[4,5],"(false":[5,54],"(file":68,"(force":18,"(former":17,"(gameobject":[68,69,75],"(gc":32,"(glb":44,"(gltf":[5,46],"(gltfdata":3,"(gltfsmaplemodels":46,"(go":66,"(good":5,"(goodmaterial":5,"(headless":11,"(ienumerable":16,"(if":17,"(ignorecase":32,"(importer":15,"(info":5,"(instance":[3,8,71],"(json":4,"(jsonpath":5,"(kv":5,"(legacy":19,"(listtreenode":5,"(m":[7,16,79],"(material":5,"(mesh":25,"(minimum":5,"(name":32,"(new":67,"(nodeindex":51,"(null":52,"(optimize":62,"(out":7,"(outpath":5,"(parser":[68,69],"(path":[3,16,66,70,71,76,79],"(preset":32,"(repeat":17,"(s":5,"(self":4,"(serialize":5,"(size":4,"(src":32,"(srgb":20,"(standard":37,"(string":[3,32,68,69,71,76,79],"(submodule":22,"(texture":[3,71],"(this":7,"(true":[5,66],"(trygetextension":5,"(typeof":5,"(unigltf":[5,15],"(unigltfversion":5,"(unijson":5,"(unityengine":5,"(unitypackage":32,"(urp":6,"(v":19,"(value":5,"(var":[3,5,71],"(vr":24,"(vrm":[32,49,59,71,76,79],"(vrmdata":71,"(vrmfilepath":[68,69],"(vrmgameobject":[68,69],"(w":5,"(width":12,"))":[5,7,8,32,66,68,69,71,72,76,79],"),":[4,5,44,67],")-":4,").":[3,5,7,18,70,71,76,79],"):":[4,18],");":[3,5,7,8,12,16,17,19,32,51,66,67,68,69,70,71,72,75,76,79],")\u3002":[3,5,21,31,32,49],")]":5,")https":18,"){":5,"*.":32,"+ (":20,"++":56,"+-":56,"+\n|":56,"+univrm":61,"+x":7,"+y":7,"+z":7,", m":7,", meta":66,", outpath":5,", vector":7,",\ndebug":66,"- `":69,"-+":56,"--":[56,63],"->":[30,32],"-akira":32,"-asset":17,"-build":0,"-c":[5,28,29,30,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,61,62,63],"-imaging":32,"-import":19,"-in":71,"-intl":0,"-izm":[24,32],"-parser":0,"-pose":[44,66],"-quickstart":0,"-readable":52,"-referenced":[57,58],"-request":63,"-roughness":53,"-smoothness":53,"-specific":5,"-standalone":32,"-string":32,"-texture":15,"-transparent":17,"-updatewhenoffscreen":[68,69],"-uv":17,"-windows":32,"-x":7,"-z":7,"...":20,".\u2026":25,".a":67,".accumulatevalue":[21,67],".add":[5,51],".angleaxis":7,".animationclips":55,".application":5,".apply":67,".asint":5,".aslowerstring":5,".asmdef":25,".attachto":11,".begin":62,".bindposes":25,".blendshapes":18,".blink":67,".canexport":58,".clear":24,".clips":18,".collections":[5,72],".colors":59,".com":[2,5,17,18,19,20,21,23,24,25,26,27,28,29,30,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,61,62,63,68,69],".combine":5,".compile":[24,25],".contains":52,".create":5,".createfrom":[32,67],".createfromclip":[32,67],".createfrompreset":[32,67],".createunknown":[32,67],".cs":[5,51,59,71,79],".cullingmask":72,".custom":5,".data":4,".datapath":[5,66],".destroy":[3,11,66,68,69,71],".dev":[34,36,38,39,45,46,53,54,61,64],".disabledscope":54,".dispose":[68,69],".disposeongameobjectdestroyed":[68,69],".emit":37,".enabled":[54,61],".enableupdatewhenoffscreen":[3,8,16,66,68,69,71],".exception":76,".excludetriangles":32,".export":16,".exporttest":[45,53],".expression":75,".expressionpreset":42,".extended":41,".extension":5,".extensions":[5,27],".extractposition":7,".extractrotation":7,".filedialog":66,".findobjectoftype":72,".findobjectsoftype":72,".firstperson":[11,76],".free":8,".fromfullpath":5,".fromresult":63,".g":[5,51],".gameobject":[71,76],".generatedeserializer":5,".generateserializer":5,".generic":[5,72],".getatpath":12,".getcolumn":7,".getcomponent":[75,76],".getindices":21,".getstorebytes":5,".getstring":5,".getvalues":32,".git":[32,56],".github":61,".gltf":[56,59,66],".gltfextension":5,".gltfextensionsexport":5,".gltfextensionsimport":5,".gltfmaterial":5,".html":[68,69],".id":32,".images":2,".immediatelysetvalue":[21,67],".importercontext":[3,8],".index":5,".instance":5,".io":[5,61,68],".isnullorempty":66,".ison":79,".joy":67,".json":[40,56],".jsonformatter":5,".key":[5,32,67],".length":52,".load":[3,68,69],".loadassetatpath":12,".loadasync":[3,8,11,66,68,69,71,76,79],".loadasynctask":66,".loadfrombytes":66,".loadfrompath":66,".loads":4,".loadvrmasync":[16,66],".loadvrmthumbnailasync":79,".log":5,".logerror":66,".logformat":[5,66],".md":[40,63,66],".menu":5,".meshes":2,".meshutility":[44,53],".meta":79,".model":63,".name":[2,66],".net":[32,44],".nodes":46,".normalmap":[12,19],".object":[11,68,69],".objectitems":5,".ondestroy":[11,24],".onenable":46,".onloadmodel":32,".open":5,".originalmetabeforemigration":79,".parse":[32,64],".parseglb":[66,68],".parsepath":[68,69,70],".png":72,".pos":4,".preset":58,".probeanchor":38,".public":5,".py":[0,64],".read":4,".readallbytes":[66,68],".readmeta":66,".recalculatetangents":17,".reflection":5,".replaceasync":8,".reset":50,".reversez":7,".root":[8,66,68,69],".rootbone":16,".rotation":7,".run":68,".sample":27,".samples":[29,69],".saveandreimport":12,".settrs":7,".setup":[18,24,72],".setupasync":[11,63,76],".setvalues":[20,67],".setvisiblity":40,".shader":1,".shadername":32,".sharedmaterials":36,".showmeshes":[3,8,66,68,69,71,76],".spanlike":64,".specversion":27,".srgbtexture":12,".srgbwrite":52,".strip":4,".surprised":42,".targetnames":2,".targetpath":46,".tasks":68,".text":5,".texturetype":[12,19],".threading":68,".thumbnail":66,".time":66,".title":66,".toangleaxis":7,".toglbbytes":16,".tostring":32,".toupper":32,".transferownership":11,".tryparse":32,".tryparseormigrate":[76,79],".txt":60,".unigltf":[39,59],".unity":[68,69],".unitypackage":14,".uniunlit":32,".univrm":56,".unknown":[32,34,67],".unpack":4,".updatewhenoffscreen":[16,24,66],".url":25,".utils":32,".uv":19,".value":5,".vertices":51,".vrm":[4,27,56,66,76],".vrmc":[39,56,59],".vrmextension":[71,79],".vrmimporter":66,".vrmimportercontext":71,".vrmshaders":56,".w":[12,19],".write":5,".writeallbytes":16,".x":[7,12,17,19,56],".y":[7,12,17,19],".z":[7,12,19],"/ [":21,"/ `":5,"/ t":66,"/'":0,"/*":16,"//":[3,5,12,32,66,67,68,69,71,72,76,79],"/_":0,"/add":64,"/animation":[40,53],"/assets":[5,17,32],"/b":[18,19],"/blendshape":38,"/blob":5,"/clear":57,"/commit":[18,19],"/depthfirstscheduler":17,"/deserialize":5,"/destroy":45,"/dev":34,"/docfx":61,"/docs":[34,36,38,39,45,46,53,54],"/dwango":[17,18,19,20,21,23,24,25,26,27],"/en":0,"/export":[5,34,40,44,51,53],"/exporter":35,"/extensions":[5,19],"/extract":50,"/extras":5,"/fastspringbone":8,"/fix":[24,27],"/generator":17,"/gettext":0,"/glb":45,"/gltf":[2,5,39,44,54,55],"/gltfdeserializer":5,"/gltfserializer":5,"/how":45,"/humanoid":36,"/import":[60,62],"/improve":24,"/io":5,"/issues":[2,17,18,19,21,34,44,49],"/ja":0,"/jpg":12,"/json":42,"/khronosgroup":[2,5],"/layer":72,"/lit":54,"/local":52,"/master":[5,17,32],"/material":53,"/materialexporter":5,"/materialimporter":5,"/materialproperties":19,"/materials":[17,19],"/mesh":51,"/meshutility":[32,36,53],"/meshutilty":32,"/metallic":48,"/milestone":[23,24,25,26,27,28,29,32,33,34,35,36,37,38,39,40,41,42,43,45,46,47,48,49,50,51,52,53,54,55,61,62,63],"/mtoon":19,"/multi":38,"/mv":50,"/nodes":16,"/offset":62,"/other":50,"/ousttrue":[17,18,19],"/png":39,"/prefab":46,"/programming":[34,45,54],"/pull":[17,23,32,44,47],"/readme":[60,63],"/refactor":45,"/releases":[19,20,23,24,25,26,27,28,29,30,32,33,34,35,36,37,38,39,40,41,42,43,45,46,47,48,49,50,51,52,53,54,55,61,62,63],"/remove":45,"/rename":[40,53],"/rootbone":16,"/runtime":[5,8,19,45,54],"/sampler":52,"/samples":63,"/santarh":19,"/scale":63,"/scripted":52,"/scriptreference":[68,69],"/scripts":[5,17],"/shaders":[46,53],"/simple":61,"/simpleviewer":63,"/simplify":43,"/skinnedmeshrenderer":[68,69],"/specification":17,"/springbone":42,"/suppress":25,"/tag":[19,20,23,24,25,26,27,28,29,30,32,33,34,35,36,37,38,39,40,41,42,43,45,46,47,48,49,50,51,52,53,54,55,61,62,63],"/target":38,"/test":64,"/textuerloader":45,"/texture":[46,50],"/tpose":[38,50],"/tree":[5,17,32],"/unigltf":[5,15,17,18,19,24,39,56,59],"/unigltfversion":59,"/unihumanoid":17,"/unintended":43,"/unique":40,"/unittest":52,"/unity":63,"/uniunlit":[14,24],"/univrm":[5,17,18,19,20,21,23,24,25,26,27,28,29,30,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,61,62,63],"/unlit":19,"/unlittransparentzwrite":[19,63],"/unlitxxx":53,"/update":49,"/urp":58,"/v":[19,20,23,24,25,26,27,28,29,30,32,33,34,35,36,37,38,39,40,41,42,43,45,46,47,48,49,50,51,52,53,54,55,61,62,63],"/vrm":[5,19,28,29,30,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,59,61,62,63,72],"/vrmexporter":5,"/vrmimportercontext":5,"/vrmshaders":[56,59],"/wiki":19,"0beta":59,"0c":20,"0f":[17,67],"0x":59,"1b":[26,27],"1d":15,"1f":67,"1x":38,"2\u5024":20,"2\u91cd":19,"2d":[12,15,19,66],"2f":19,"3color":29,"3d":[68,69],"4lts":[32,56,59],"4mecanim":61,"4x":7,"5\u3064":5,"5e":18,"5nm":12,"6a":19,"6ed":18,"7ab":19,"7c":19,"7cb":18,"7f":[27,32],"8c":21,"8encoding":5,"9a":18,"9db":25,":#":4,":/":[2,5,17,18,19,20,21,23,24,25,26,27,28,29,30,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,61,62,63,68,69],":self":4,":{":66,";\n#":66,"":[17,66,68],"=\"":[66,72],"=en":0,"=false":[21,47],"=meta":66,"=true":[16,21,24,32,66],"=vrm":66,"=vrmimporter":66,"> _":0,">(":[5,12,32,67,72,75,76],">,":5,">.":11,">=":5,">>":[5,16],">}":[66,72],"? m":72,"?path":[32,56],"['":0,"[]":[3,17,32,66],"[blendshape":16,"[editor":16,"[exporter":[16,61],"[i":2,"[importer":16,"[j":2,"[jsonschema":5,"[k":2,"[own":11,"[self":4,"[springbonecollidergroup":16,"[unigltf":16,"[vrm":58,"[vrm1":[50,54,59],"\")":[3,5,66,67,76,79],"\",":[5,56,66],"\"/":[5,66],"\":":56,"\";":[5,66],"\"gltf":4,"\"json":4,"\"recommended":49,"\\<":63,"\\>":63,"\\constraints":5,"\\deserializergenerator":5,"\\editor":5,"\\extensionsandextras":5,"\\format":5,"\\generatormenu":5,"\\gltf":[1,5],"\\gltfdeserializer":5,"\\gltfserializer":5,"\\io":1,"\\khr":5,"\\materialsmtoon":5,"\\mtoon":1,"\\nodecollider":5,"\\normalmapexporter":1,"\\resources":1,"\\runtime":5,"\\samples":71,"\\serialization":5,"\\serializergenerator":5,"\\shaders":1,"\\simpleviewer":71,"\\springbone":5,"\\standardmapexporter":1,"\\standardmapimporter":1,"\\u":42,"\\unigltf":[1,5],"\\uniunlit":1,"\\viewerui":71,"\\vrm":[1,5,71,79],"\\vrmdeserializer":5,"\\vrmdeserializergenerator":5,"\\vrmserializer":5,"\\vrmserializergenerator":5,"\\vrmshaders":1,"\\x":4,"\u03b2)":59,"\u3001~":19,"\u3002#":32,"\u3002(":51,"\u3002\u52d5\u7684":5,"\u3002blendshape":19,"\u3002gltf":47,"\u3002isreadable":47,"\u3002renderer":9,"\u3002scriptedimporter":45,"\u3002static":5,"\u3002t":44,"\u3002unigltf":31,"\u3002univrm":33,"\u3002vr":24,"\u3002vrm":[25,31],"\u300c.":38,"\u300cfastspringbone":8,"\u300cunivrm":59,"\u3010unigltf":19,"\u3042\u3048":54,"\u3042\u304d\u3089\u3081":49,"\u3042\u3052":5,"\u3042\u3052\u308b":58,"\u3042\u305f\u3089\u3057\u3044":79,"\u3042\u305f\u308a":8,"\u3042\u3063":[20,22,29],"\u3042\u307e\u308a":32,"\u3042\u308a":[5,8,22,24,31,33,51,67],"\u3042\u308a\u3048":5,"\u3042\u308b":[5,8,12,20,30,31,32,33,37,38,49,55,61],"\u3044\u3044":49,"\u3044\u304f":66,"\u3044\u304f\u3064\u304b":25,"\u3044\u307e\u3044":20,"\u3044\u308b":[5,7,11,19,20,24,28,29,33,39,49,50,55,61,64,67,68,69],"\u3046\u3061":62,"\u3046\u307e\u304f":49,"\u304a\u3044":67,"\u304a\u3051\u308b":24,"\u304a\u3059\u3059\u3081\u3057":32,"\u304a\u3088\u3073":58,"\u304a\u308a":49,"\u304a\u52e7\u3081":65,"\u304a\u5f85\u3061\u304f":19,"\u304a\u624b\u6570":19,"\u304a\u9858\u3044":[3,19],"\u304b\u304b\u308b":21,"\u304b\u305f":19,"\u304b\u3064":[29,37,64],"\u304b\u3089":[4,12,19,21,24,29,31,32,34,46,51,56,57,59,64,69,71,72,76],"\u304c\u3042\u3063":36,"\u304c\u3059\u3054\u3044":52,"\u304c\u3063":67,"\u304c\u308f\u304b\u308a":67,"\u304f\u3060":[1,3,13,19,21,32,49,59,67,69,71,76,79],"\u3053\u3053":[68,69],"\u3053\u3061\u3089":[8,66],"\u3053\u3068":[3,5,8,19,20,24,32,33,49,66,67,68,69,71,72],"\u3053\u306e":[5,32,34,39,49,57,67,68,69,76,79],"\u3053\u308c":[8,13,21,49,67,68,69,76],"\u3053\u308c\u3089":[19,67],"\u3055\u3044":[1,3,13,19,21,32,49,59,67,69,71,76,79],"\u3055\u3055\u308b":5,"\u3057\u3057":61,"\u3057\u305f":67,"\u3057\u3064\u3064":76,"\u3057\u3066":[3,63,67,68,69,79],"\u3057\u307e\u3044":[27,67],"\u3057\u307e\u3046":[20,21,23,25,27,29,32,33,34,44,52,60,67],"\u3057\u307e\u3057":32,"\u3057\u3088":24,"\u3058\u3083":[32,35],"\u3059\u304b\u3063":35,"\u3059\u3050\u306b":67,"\u3059\u3079":[9,67,79],"\u3059\u3079\u3066":[5,34],"\u3059\u308b":[0,4,5,8,9,11,12,13,20,21,22,24,25,26,27,28,29,30,31,32,33,34,36,37,38,39,40,41,42,44,45,50,51,52,53,54,56,57,58,59,60,61,63,64,68,69,74,79],"\u3059\u308c":[68,69],"\u305b\u308b":[21,32],"\u305d\u3046":33,"\u305d\u306e":[5,19,67,71,72,76,79],"\u305d\u306e\u307e\u307e":33,"\u305d\u308c":[9,20,32,37,63],"\u305d\u308c\u305e\u308c":[8,76],"\u305f\u3044":[5,8,11,19,32,67],"\u305f\u304f":66,"\u305f\u304f\u308f\u3048\u308b":67,"\u305f\u3057":19,"\u305f\u3060\u3044":19,"\u305f\u3069\u308b":36,"\u305f\u3081":[8,19,24,29,32,49,67,68,69,79],"\u305f\u3089":[3,71],"\u305f\u308a":[24,32,67],"\u3060\u3044":[19,32],"\u3060\u3051":[12,49,67],"\u3060\u3055\u3044":[3,8,19,33,63,65,66,68,71,72],"\u3060\u3063":[5,32,67],"\u3060\u3081":35,"\u3064\u306e":67,"\u3064\u307e\u308a":68,"\u3065\u3089\u304b\u3063":69,"\u3067\u304d":[3,5,19,21,22,32,34,36,45,49,51,58,62,66,67,68,71,72,76,79],"\u3067\u304d\u308b":[19,32,33,45,47,49,51,61,68,69],"\u3067\u304f":8,"\u3067\u3053\u3053":69,"\u3067\u3055\u3089\u306b":39,"\u3067\u3057":[5,68],"\u3067\u3059":[3,4,5,8,13,19,22,24,34,41,50,55,59,66,67,68,69,76],"\u3067\u3082":[19,53,60],"\u3068\u3044\u3046":[4,5,12,49,54,67,76],"\u3068\u3046":[7,49],"\u3068\u3048":67,"\u3068\u304a\u308a":33,"\u3068\u304d":[20,24,31,32,36,37,38,40,44,45,46,47,49,50,55,61,64,67,68,69],"\u3068\u3057":67,"\u3068\u3057\u3066":[5,19,20,22,24,32],"\u3068\u3063":5,"\u3068\u307b\u307c":20,"\u3068\u3082":5,"\u3068\u308a":54,"\u3069\u3061\u3089\u304b":67,"\u306a\u3044":[5,8,9,20,22,24,25,27,29,30,32,33,34,37,41,44,45,47,49,50,51,52,54,55,59,60,61,62,66,67,68,69,71],"\u306a\u304a\u3057":45,"\u306a\u304a\u3059":32,"\u306a\u304b\u3063":[19,24,27,28,29,30,50,54,68],"\u306a\u304f":[22,32,33,36,37,71],"\u306a\u3051\u308c":[8,19,67],"\u306a\u305c":67,"\u306a\u305d\u306e":24,"\u306a\u3063":[4,20,21,27,31,32,33,34,36,37,39,44,49,60,61],"\u306a\u3069":[1,3,8,9,11,13,19,20,21,22,27,32,37,40,44,47,50,60,68,69,71,72],"\u306a\u3082\u306e":[31,36],"\u306a\u3089":[20,33,41,67],"\u306a\u308a":[4,19,22,25,31,32,33,36,39,42,67,68,75,79],"\u306a\u308b":[5,24,27,32,37,47,49,51,57,59,61],"\u306a\u3093\u3089\u304b":66,"\u306b\u304f\u304f":[31,36],"\u306b\u3057":[21,61],"\u306b\u3059\u308b":5,"\u306b\u3064\u3044\u3066":[10,13,61],"\u306b\u3088\u3063":[8,29,32,34],"\u306b\u3088\u3063\u3066":39,"\u306b\u3088\u308a":[24,76],"\u306b\u3088\u308b":[10,24,32,67],"\u306b\u5bfe\u3057":[72,76],"\u306b\u5bfe\u3059\u308b":[3,19,32,53,71],"\u306b\u5bfe\u5fdc":62,"\u306b\u95a2\u3057":33,"\u306b\u95a2\u3059\u308b":1,"\u306e\u3061":21,"\u306e\u3067":[5,12,19,21,32,33,47,49],"\u306e\u306b":39,"\u306e\u307f":[24,32,37,67],"\u306e\u3088\u3046":32,"\u306f\u3058\u3081":60,"\u3070\u3053\u308c":65,"\u3072\u3068\u3064":4,"\u3079\u304d":[5,21,68],"\u3079\u304f":49,"\u307b\u307c":34,"\u307d\u3044":[49,54,64],"\u307e\u304f":49,"\u307e\u304f\u3044\u304d":7,"\u307e\u3057":[2,5,19,22,24,25,26,31,32,33,34,35,36,37,39,41,42,45,47,49,56,60,61,67,68,69],"\u307e\u3059":[3,4,5,7,8,12,19,21,22,24,25,32,33,34,37,39,49,51,57,66,67,68,69,71,72,75,76,79],"\u307e\u305b":[5,7,22,49,58,68],"\u307e\u305f":[12,19,32,44,52,67],"\u307e\u3060":71,"\u307e\u3067":[24,40,68],"\u307e\u3068\u3081":4,"\u307e\u3068\u3081\u3066":67,"\u307e\u3068\u3081\u308b":46,"\u307e\u307e":8,"\u307e\u307e\u3067":24,"\u307e\u308f\u308a":62,"\u3082\u3046":64,"\u3082\u3053\u306e":3,"\u3082\u3057\u304f":66,"\u3082\u3068":66,"\u3082\u306e":[5,8],"\u3084\u3059\u3044":66,"\u3084\u3081":69,"\u3084\u3081\u3066":[32,57,67],"\u3084\u3081\u308b":[21,39,51],"\u3088\u3044":36,"\u3088\u3046":[1,3,5,7,11,19,22,24,25,27,29,30,31,32,33,34,35,37,41,42,45,49,50,51,52,53,60,61,62,67,68,69,71,76],"\u3088\u308a":[25,32,49,52,67],"\u3089\u308c":[19,25,67,68,69],"\u308c\u305a":20,"\u308c\u307e\u305b":[19,68,69],"\u308c\u308b":[1,8,19,20,21,24,25,27,29,32,39,61,68,69],"\u308f\u304b\u308a":66,"\u3092\u3054":8,"\u3092\u3054\u89a7\u304f":66,"\u3092\u3059\u3079":51,"\u3092\u307e\u3068\u3081\u3066":68,"\u30a2\u30af\u30bb\u30b9":[4,61,66,79],"\u30a2\u30af\u30c6\u30a3\u30d6":[21,32,36],"\u30a2\u30bb\u30c3\u30c8":[21,24,32],"\u30a2\u30bf\u30c3\u30c1":19,"\u30a2\u30c3\u30d7\u30b0\u30ec\u30fc\u30c9":32,"\u30a2\u30cb\u30e1\u30fc\u30b7\u30e7\u30f3":[19,20],"\u30a2\u30d0\u30bf\u30fc":[9,76],"\u30a2\u30d7\u30ea":60,"\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3":[5,10,13,19,45],"\u30a2\u30f3\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":59,"\u30a4\u30f3\u30b9\u30bf\u30f3\u30b9":[68,69],"\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":[32,41,59,62],"\u30a4\u30f3\u30b9\u30da\u30af\u30bf":20,"\u30a4\u30f3\u30b9\u30da\u30af\u30bf\u30fc":59,"\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9":49,"\u30a4\u30f3\u30bf\u30fc\u30d5\u30a7\u30fc\u30b9":39,"\u30a4\u30f3\u30dd\u30fc\u30bf\u30fc":21,"\u30a4\u30f3\u30dd\u30fc\u30c8":[7,19,21,27,32,38,58,66],"\u30a4\u30f3\u30dd\u30fc\u30c8\u30b5\u30a4\u30ba":34,"\u30a6\u30a7\u30a4\u30c8":20,"\u30a8\u30af\u30b9\u30dd\u30fc\u30c8":[7,13,19,20,21,24,25,27,28,29,30,31,32,33,37,49,59,60],"\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u30a8\u30e9\u30fc":31,"\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u30c0\u30a4\u30a2\u30ed\u30b0":[31,32,35],"\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u30dc\u30bf\u30f3":52,"\u30a8\u30b9\u30b1\u30fc\u30d7":32,"\u30a8\u30c7\u30a3\u30bf":54,"\u30a8\u30c7\u30a3\u30bf\u30fc":32,"\u30a8\u30c7\u30a3\u30bf\u30fc\u30a4\u30f3\u30dd\u30fc\u30c8":31,"\u30a8\u30e9\u30fc":[21,24,25,27,29,30,31,32,33,35,36,37,41,44,57,61],"\u30a8\u30e9\u30fc\u30e1\u30c3\u30bb\u30fc\u30b8":57,"\u30aa\u30d5":33,"\u30aa\u30d5\u30a3\u30b7\u30e3\u30eb":5,"\u30aa\u30d5\u30bb\u30c3\u30c8":4,"\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":[32,53],"\u30aa\u30d7\u30b7\u30e7\u30f3":[7,29,30,32,44,45,49],"\u30aa\u30fc\u30d0\u30fc\u30ed\u30fc\u30c9":[32,67],"\u30ab\u30b9\u30bf\u30de\u30a4\u30ba":60,"\u30ab\u30b9\u30bf\u30e0":[3,71],"\u30ab\u30b9\u30bf\u30e0\u30a8\u30c7\u30a3\u30bf":20,"\u30ab\u30b9\u30bf\u30e0\u30a8\u30c7\u30a3\u30bf\u30fc":58,"\u30ab\u30e1\u30e9":[9,66,74],"\u30ab\u30e9\u30fc":[29,31,32],"\u30ab\u30e9\u30fc\u30b9\u30da\u30fc\u30b9":[20,44],"\u30ad\u30e3\u30c3\u30b7\u30e5":32,"\u30ad\u30e3\u30f3\u30bb\u30eb":68,"\u30ad\u30fc\u30d5\u30ec\u30fc\u30e0":[19,20],"\u30af\u30e9\u30b9":[68,69],"\u30af\u30ea\u30c3\u30af":21,"\u30b3\u30d4\u30fc":[20,32,47],"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3":64,"\u30b3\u30e1\u30f3\u30c8":50,"\u30b3\u30e9\u30a4\u30c0\u30fc":31,"\u30b3\u30f3\u30d1\u30a4\u30eb":[5,52],"\u30b3\u30f3\u30dd\u30fc\u30cd\u30f3\u30c8":[24,30,36,67,68,69],"\u30b3\u30fc\u30c9":[31,32,48,50,51],"\u30b3\u30fc\u30ca\u30fc\u30b1\u30fc\u30b9":24,"\u30b5\u30a4\u30ba":[29,34],"\u30b5\u30a4\u30c8\u30d3\u30eb\u30c9":0,"\u30b5\u30dd\u30fc\u30c8":[32,45,56],"\u30b5\u30dd\u30fc\u30c8\u30b7\u30a7\u30fc\u30c0\u30fc":54,"\u30b5\u30dd\u30fc\u30c8\u30d0\u30fc\u30b8\u30e7\u30f3":[27,32,58],"\u30b5\u30e0\u30cd\u30a4\u30eb":61,"\u30b5\u30f3\u30d7\u30eb":[3,54,59,68,71,76,79],"\u30b5\u30f3\u30d7\u30eb\u30d7\u30ed\u30b8\u30a7\u30af\u30c8":58,"\u30b5\u30f3\u30d7\u30eb\u30e2\u30c7\u30eb":29,"\u30b7\u30a7\u30fc\u30c0":[19,27,29,32],"\u30b7\u30a7\u30fc\u30c0\u30fc":[53,61],"\u30b7\u30a7\u30fc\u30c0\u30fcunigltf":19,"\u30b7\u30b9\u30c6\u30e0":67,"\u30b7\u30ea\u30a2\u30e9\u30a4\u30b6":[24,29,31],"\u30b7\u30ea\u30a2\u30e9\u30a4\u30b6\u30fc":31,"\u30b7\u30ea\u30a2\u30e9\u30a4\u30b6\u30fcexport":5,"\u30b7\u30ea\u30a2\u30e9\u30a4\u30ba":[5,51],"\u30b7\u30f3\u30d7\u30eb":61,"\u30b7\u30fc\u30f3":[21,38,66],"\u30b7\u30fc\u30f3\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":66,"\u30b8\u30a7\u30cd\u30ec\u30fc\u30bf\u30fc":51,"\u30b9\u30ad\u30c3\u30d7":57,"\u30b9\u30af\u30ea\u30fc\u30f3\u30b7\u30e7\u30c3\u30c8":[38,39],"\u30b9\u30af\u30ea\u30fc\u30f3\u30b7\u30e7\u30c3\u30c8\u30dc\u30bf\u30f3":31,"\u30b9\u30b1\u30fc\u30ea\u30f3\u30b0":44,"\u30b9\u30b1\u30fc\u30eb":[7,42,44,57],"\u30b9\u30b3\u30fc\u30d7":[68,69],"\u30b9\u30c6\u30c3\u30d7":[3,68],"\u30b9\u30ca\u30c3\u30d7\u30b7\u30e7\u30c3\u30c8":67,"\u30b9\u30d7\u30ea\u30f3\u30b0\u30dc\u30fc\u30f3":[31,44],"\u30bb\u30c3\u30c8":[21,72],"\u30bb\u30de\u30f3\u30c6\u30a3\u30c3\u30af\u30d0\u30fc\u30b8\u30e7\u30cb\u30f3\u30b0":26,"\u30bf\u30a4\u30d7":67,"\u30bf\u30a4\u30df\u30f3\u30b0":[8,68,69],"\u30c0\u30a4\u30a2\u30ed\u30b0":[32,33],"\u30c1\u30a7\u30c3\u30af":[29,50],"\u30c1\u30e3\u30f3\u30af":[4,66],"\u30c6\u30af\u30b9\u30c1\u30e3":[20,25,32,34,57,66,68,69],"\u30c6\u30af\u30b9\u30c1\u30e3\u30b5\u30a4\u30ba":31,"\u30c6\u30af\u30b9\u30c1\u30e3\u30b5\u30f3\u30d7\u30e9":37,"\u30c6\u30af\u30b9\u30c1\u30e3\u30d7\u30ed\u30d1\u30c6\u30a3":27,"\u30c6\u30af\u30b9\u30c1\u30e3\u30ed\u30fc\u30c0\u30fc":32,"\u30c6\u30af\u30b9\u30c1\u30e3\u30fc":[44,60,61],"\u30c6\u30af\u30b9\u30c1\u30e3\u30fc\u30a8\u30af\u30b9\u30dd\u30fc\u30c8":44,"\u30c6\u30b9\u30c8":[30,32,47,53],"\u30c6\u30b9\u30c8\u30d7\u30ed\u30b0\u30e9\u30e0":67,"\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":8,"\u30c7\u30b0\u30ec":58,"\u30c7\u30b7\u30ea\u30a2\u30e9\u30a4\u30ba":[5,51],"\u30c7\u30b9\u30c8\u30ed\u30a4":24,"\u30c7\u30d5\u30a9\u30eb\u30c8":[3,5,7,8,24,25,32,33,37,57,60,71],"\u30c7\u30fc\u30bf":[5,19,24],"\u30c8\u30ea\u30c3\u30ad\u30fc":49,"\u30c8\u30eb\u30b3":31,"\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8":[0,13,60,61],"\u30c9\u30e9\u30c3\u30b0":20,"\u30ce\u30fc\u30c9":21,"\u30d0\u30a4\u30c8":[4,5],"\u30d0\u30a4\u30ca\u30ea":4,"\u30d0\u30a4\u30ca\u30ea\u30c7\u30fc\u30bf":[4,68,69],"\u30d0\u30a6\u30f3\u30c7\u30a3\u30f3\u30b0\u30dc\u30c3\u30af\u30b9":66,"\u30d0\u30b0":[28,31,32,38,40,44,49,50],"\u30d0\u30c3\u30d5\u30a1":[8,44,53],"\u30d0\u30ea\u30c7\u30fc\u30bf\u30fc":38,"\u30d0\u30ea\u30c7\u30fc\u30c8":25,"\u30d0\u30fc\u30b8\u30e7\u30f3":[4,24,25,28,31,49,56,57,59,65,66,79],"\u30d0\u30fc\u30b8\u30e7\u30f3\u30c1\u30a7\u30c3\u30af":27,"\u30d1\u30b9":4,"\u30d1\u30c3\u30b1\u30fc\u30b8":[31,32],"\u30d1\u30c3\u30b1\u30fc\u30b8\u30ea\u30ea\u30fc\u30b9":31,"\u30d1\u30d5\u30a9\u30fc\u30de\u30f3\u30b9":32,"\u30d1\u30e9\u30e1\u30fc\u30bf":19,"\u30d1\u30e9\u30e1\u30fc\u30bf\u30fc":[44,52],"\u30d1\u30fc\u30b9":[66,71],"\u30d2\u30a8\u30e9\u30eb\u30ad\u30fc":[31,64],"\u30d2\u30c3\u30c8":36,"\u30d2\u30e5\u30fc\u30de\u30ce\u30a4\u30c9":19,"\u30d2\u30fc\u30d7\u30a2\u30ed\u30b1\u30fc\u30c8":32,"\u30d3\u30e5\u30fc\u30a2":19,"\u30d3\u30eb\u30c9":[13,22,61],"\u30d3\u30eb\u30c9\u30a8\u30e9\u30fc":[58,61],"\u30d4\u30ea\u30aa\u30c9":32,"\u30d5\u30a1\u30a4\u30eb":[0,3,4,19,23,25,31,32,34,40,46,68,69],"\u30d5\u30a1\u30a4\u30eb\u30b5\u30a4\u30ba":34,"\u30d5\u30a3\u30fc\u30eb\u30c9":[5,24,25],"\u30d5\u30a7\u30fc\u30ba":63,"\u30d5\u30a9\u30de\u30c3\u30c8":32,"\u30d5\u30a9\u30eb\u30c0":[31,39],"\u30d5\u30a9\u30fc\u30de\u30c3\u30c8":[6,26],"\u30d5\u30a9\u30fc\u30eb\u30d0\u30c3\u30af":[53,71],"\u30d5\u30e9\u30b0":20,"\u30d5\u30e9\u30f3\u30b9":32,"\u30d5\u30ec\u30fc\u30e0":[8,32,62,67,68],"\u30d5\u30ec\u30fc\u30e0\u30de\u30c6\u30ea\u30a2\u30eb":21,"\u30d5\u30ec\u30fc\u30e0\u30ec\u30fc\u30c8":32,"\u30d7\u30e9\u30c3\u30c8\u30d5\u30a9\u30fc\u30e0":32,"\u30d7\u30ea\u30bb\u30c3\u30c8":34,"\u30d7\u30ec\u30d3\u30e5\u30fc":32,"\u30d7\u30ed\u30b0\u30e9\u30df\u30f3\u30b0":61,"\u30d7\u30ed\u30b0\u30e9\u30e0":[4,67],"\u30d7\u30ed\u30b8\u30a7\u30af\u30c8":[20,24,41,49],"\u30d7\u30ed\u30d1\u30c6\u30a3":[25,27,51],"\u30d8\u30c3\u30c0":4,"\u30d8\u30c3\u30c9\u30de\u30a6\u30f3\u30c8":76,"\u30d8\u30c3\u30c9\u30de\u30a6\u30f3\u30c8\u30c7\u30a3\u30b9\u30d7\u30ec\u30a4":76,"\u30d9\u30a4\u30af":27,"\u30d9\u30f3\u30c0\u30fc":5,"\u30da\u30fc\u30b8":13,"\u30dc\u30bf\u30f3":[38,39],"\u30dc\u30fc\u30f3":[31,32],"\u30de\u30a4\u30b0\u30ec\u30fc\u30b7\u30e7\u30f3":[51,64],"\u30de\u30a4\u30b0\u30ec\u30fc\u30c8\u30ed\u30fc\u30c9":61,"\u30de\u30b9\u30af":72,"\u30de\u30c3\u30d7":[20,24],"\u30de\u30c6\u30ea\u30a2\u30eb":[20,24,44,47,58,71],"\u30de\u30fc\u30b8":39,"\u30df\u30b9":59,"\u30e1\u30a4\u30f3\u30b9\u30ec\u30c3\u30c9":68,"\u30e1\u30bf":61,"\u30e1\u30c3\u30b7\u30e5":[9,24,31,32,38,40,53],"\u30e1\u30c3\u30b7\u30e5\u30a8\u30af\u30b9\u30dd\u30fc\u30c8":21,"\u30e1\u30c3\u30bb\u30fc\u30b8":[31,32,35,52],"\u30e1\u30cb\u30e5\u30fc":[21,24],"\u30e1\u30e2\u30ea":49,"\u30e1\u30f3\u30c6\u30ca\u30f3\u30b9\u30ea\u30ea\u30fc\u30b9":22,"\u30e1\u30fc\u30bf\u30fc":44,"\u30e2\u30b8\u30e5\u30fc\u30eb":13,"\u30e2\u30c1\u30d9\u30fc\u30b7\u30e7\u30f3":67,"\u30e2\u30c7\u30eb":[19,21,24,25,26,31,32,36,57,59,64,66,67,68,69,79],"\u30e2\u30c7\u30eb\u30ec\u30d9\u30eb":50,"\u30e2\u30ce":39,"\u30e2\u30d0\u30a4\u30eb":29,"\u30e2\u30fc\u30d5":32,"\u30e2\u30fc\u30d5\u30bf\u30fc\u30b2\u30c3\u30c8":33,"\u30e6\u30cb\u30c6\u30a3\u30d1\u30c3\u30b1\u30fc\u30b8":59,"\u30e6\u30fc\u30b6":67,"\u30e6\u30fc\u30c6\u30a3\u30ea\u30c6\u30a3":5,"\u30e9\u30a4\u30bb\u30f3\u30b9":79,"\u30e9\u30a4\u30d5\u30b5\u30a4\u30af\u30eb":8,"\u30e9\u30a4\u30d6\u30e9\u30ea":[5,19],"\u30e9\u30a4\u30f3\u30bf\u30a4\u30e0\u30a8\u30af\u30b9\u30dd\u30fc\u30c8":58,"\u30e9\u30f3\u30bf\u30a4\u30e0":24,"\u30e9\u30f3\u30bf\u30a4\u30e0\u30ed\u30fc\u30c9":[51,59,66],"\u30ea\u30b9\u30c8\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9":20,"\u30ea\u30bd\u30fc\u30b9":[10,21,63,66,68,69],"\u30ea\u30bd\u30fc\u30b9\u30ea\u30fc\u30af":45,"\u30ea\u30cd\u30fc\u30e0":[31,50],"\u30ea\u30dd\u30b8\u30c8\u30ea":22,"\u30ea\u30ea\u30fc\u30b9":57,"\u30ea\u30ea\u30fc\u30b9\u30da\u30fc\u30b8":[25,59],"\u30ea\u30fc\u30af":68,"\u30eb\u30fc\u30c8":[19,32,33],"\u30ec\u30a4\u30e4\u30fc":[9,76],"\u30ed\u30b1\u30fc\u30eb":[0,32],"\u30ed\u30b8\u30c3\u30af":[20,61],"\u30ed\u30fc\u30c0\u30fc":[3,33,48,49,53],"\u30ed\u30fc\u30c9":[12,19,32,39,44,45,49,66,69,71,79],"\u30ef\u30fc\u30ab\u30fc\u30b9\u30ec\u30c3\u30c9":62,"\u30fb\u30b9\u30b1\u30fc\u30eb":[32,33,64],"\u30fb\u30c6\u30b9\u30c8":23,"\u30fb\u30d0\u30b0":[31,44],"\u30fb\u62e1\u5927":36,"\u30fbloadgeometryasync":62,"\u30fbloadmaterialsasync":62,"\u4e00\u304b\u6240":67,"\u4e00\u4eba":24,"\u4e00\u4eba\u79f0":72,"\u4e00\u4f53\u5316":39,"\u4e00\u5207":25,"\u4e00\u56de":64,"\u4e00\u5b9a":19,"\u4e00\u5ea6":32,"\u4e00\u672c\u5316":19,"\u4e00\u756a":20,"\u4e00\u89a7":60,"\u4e00\u90e8":[24,27,28,29,31,40,60],"\u4e09\u89d2\u5f62":32,"\u4e0a\u66f8\u304d":[20,25,67],"\u4e0a\u7d1a":67,"\u4e0a\u8a18":[24,67],"\u4e0b\u3052":[24,33],"\u4e0b\u8a18":[67,69],"\u4e0d\u5177\u5408":29,"\u4e0d\u660e\u77ad":[32,67],"\u4e0d\u6b63":23,"\u4e0d\u8981":[9,41],"\u4e0d\u8a31\u53ef":[2,79],"\u4e0d\u8db3":20,"\u4e21\u65b9":[24,51,67],"\u4e21\u76ee":67,"\u4e26\u5217":8,"\u4e2d\u592e":67,"\u4e2d\u5fc3":46,"\u4e2d\u8eab":[5,39],"\u4e2d\u9593":[5,20],"\u4e57\u7b97":19,"\u4e88\u5b9a":24,"\u4e88\u671f":24,"\u4e88\u7d04":76,"\u4e8b\u524d":[12,57],"\u4e8b\u9805":1,"\u4e92\u63db":[8,19,31,79],"\u4e94\u5165":20,"\u4eca\u56de":22,"\u4ed5\u69d8":[2,5,12,21,25,34,49,57,62,69,73],"\u4ed5\u7d44\u307f":5,"\u4ed5\u8fbc\u3093":62,"\u4ed6\u8005":76,"\u4ed8\u3051":5,"\u4ed8\u3051\u308b":20,"\u4ed8\u4e0e":[68,69],"\u4ee3\u308f\u308a":[21,32,67],"\u4ee5\u4e0a":[21,59],"\u4ee5\u4e0b":[3,5,7,24,32,49,71,72],"\u4ee5\u524d":[5,32,34,68],"\u4ee5\u5916":[9,20,22,33,34,37,49,63,68],"\u4ee5\u964d":[19,32,58,71],"\u4efb\u610f":[68,69],"\u4f34\u3063":32,"\u4f4d\u7f6e":[8,24,66],"\u4f4e\u4e0b":32,"\u4f55\u6545":41,"\u4f5c\u3063":21,"\u4f5c\u308a":45,"\u4f5c\u308a\u65b9":19,"\u4f5c\u308a\u76f4\u3057":31,"\u4f5c\u308b":[36,58,61],"\u4f5c\u308c":5,"\u4f5c\u6210":[0,5,21,22,32,38,39,50,58,66,67,68,69,71],"\u4f5c\u696d":44,"\u4f5c\u696d\u30df\u30b9":54,"\u4f75\u7528":31,"\u4f7f\u3044":[3,12],"\u4f7f\u3044\u65b9":73,"\u4f7f\u3046":[1,3,5,19,22,32,44,50,61,71],"\u4f7f\u3048\u308b":[21,22,32],"\u4f7f\u3063":[0,20,49,61,65,66,71],"\u4f7f\u308f":[37,67],"\u4f7f\u7528":[27,29,30,32,68,71],"\u4f7f\u7528\u5f8c":[3,71],"\u4f8b\u5916":[57,61],"\u4f9d\u5b58":[24,32,47,51],"\u4fbf\u5229":[68,69],"\u4fdd\u3064":8,"\u4fdd\u5b58":[27,50,54],"\u4fdd\u6301":[68,69],"\u4fee\u6b63":[22,28,29,30,31,32,33,34,35,36,38,39,40,41,44,45,51,57,58,60,62,63,64],"\u500b\u5225":5,"\u5099\u8003":[31,32,44,67],"\u512a\u5148":24,"\u5165\u3063":[7,55],"\u5165\u308c":[5,29],"\u5165\u308c\u308b":5,"\u5165\u529b":29,"\u5168\u4f53":66,"\u516c\u958b":5,"\u5171\u6709":49,"\u5177\u4f53":[5,49],"\u5185\u5bb9":[4,5,31,44,51],"\u5185\u90e8":[24,59],"\u5185\u90e8\u7528":20,"\u518d\u5ea6":57,"\u51e6\u7406":[5,8,9,19,22,24,28,32,37,47,63,68],"\u51e6\u7f6e":45,"\u51fa\u3059":[32,35],"\u51fa\u305f\u308a":24,"\u51fa\u3084":35,"\u51fa\u308b":[23,31,58],"\u51fa\u529b":[0,19,20,23,24,25,30,32,33,34,55],"\u51fa\u529b\u5148":5,"\u51fa\u6765":[28,30],"\u5206\u304b":[5,68],"\u5206\u304b\u308b":20,"\u5206\u5272":[9,32,44,70],"\u5206\u5c90":63,"\u5206\u6563":[32,62],"\u5206\u89e3":[32,57],"\u5206\u96e2":[5,31,47],"\u5217\u6319":60,"\u521d\u56de":32,"\u521d\u56deexport":[26,35],"\u521d\u671f":[50,61,74],"\u521d\u671f\u5316":[61,72],"\u5224\u5b9a":[3,34,50],"\u5225\u3005":67,"\u5225\u7ba1":33,"\u5225\u9014":8,"\u5229\u7528":[5,8,19,63,67],"\u5236\u5fa1":[5,8,10,32,67,72,76],"\u524a\u6e1b":33,"\u524a\u9664":[21,24,31,32,33,37,40,50,55],"\u524d\u540c":32,"\u524d\u56de":32,"\u524d\u901a\u308a":20,"\u5272\u308a":[19,25,68,69,76],"\u5272\u308a\u8fbc\u3093":5,"\u52a0\u3048":[8,22],"\u52a0\u7b97":20,"\u52b9\u679c":20,"\u52d5\u304b":32,"\u52d5\u304b\u3059":[38,67],"\u52d5\u304d":32,"\u52d5\u304f":[32,37,53],"\u52d5\u4f5c":[8,19,21,24,25,27,31,32,51,54,59,62],"\u5316\u5fc5":37,"\u5316\u624b":76,"\u5316\u6642":[42,44,52,74],"\u5358\u4f53":22,"\u5358\u7d14":31,"\u5373\u53cd\u6620":21,"\u539f\u56e0":34,"\u539f\u70b9":7,"\u53b3\u3057\u3044":32,"\u53c2\u7167":[4,13,20,21,24,25,31,32,41,45,49,50,71,79],"\u53c2\u7167\u304f":8,"\u53c2\u8003":[3,32,63],"\u53cd\u6620":21,"\u53cd\u8ee2":[7,45],"\u53d6\u308a":69,"\u53d6\u308a\u5efb\u3057":46,"\u53d6\u5f97":[36,61,74,76],"\u53d7\u3051\u6e21\u3057":[35,62],"\u53e4\u3044":[20,24,53],"\u53e4\u3044\u65b9":61,"\u53ef\u80fd":[3,19,24,47,49,71],"\u53ef\u8996":[10,72,76],"\u53f3\u624b":7,"\u5404\u623f":8,"\u5404\u6240":5,"\u5408\u308f\u305b":[32,67],"\u5408\u308f\u305b\u308b":62,"\u5408\u6210":[20,67],"\u5408\u6cd5":49,"\u540c\u3058":[5,12,20,24,32,34,50,79],"\u540c\u3058\u578b":5,"\u540c\u540d":38,"\u540c\u58eb":67,"\u540c\u6642":11,"\u540c\u671f":[45,66],"\u540c\u68b1":32,"\u540d\u4ed8\u304d":32,"\u540d\u524d":[5,20,21,25,32,61,67,76],"\u540d\u91cd":31,"\u5411\u3051":[8,21,29,55,56,74],"\u5426\u304b":55,"\u542b\u307e":[1,22,24,33,37,49,64,68,69],"\u542b\u307e\u308c":[33,61],"\u542b\u3080":[25,32,52],"\u542b\u3081\u308b":59,"\u542b\u3093":19,"\u547c\u3070":8,"\u547c\u3073":21,"\u547c\u3073\u51fa\u3057":[3,8,68,69],"\u547c\u3073\u51fa\u3057\u5f8c":69,"\u547c\u3073\u51fa\u3059":[3,5,49,68,72,76],"\u547c\u3093":[8,35,67],"\u547d\u540d":5,"\u54c0\u697d":67,"\u554f\u984c":[22,23,24,25,26,27,29,30,31,32,33,34,46,62,65],"\u559c\u6012":67,"\u56db\u6368":20,"\u56de\u7b54":67,"\u56de\u8ee2":[32,33,36,64],"\u56de\u907f":[24,31,40,54],"\u56f2\u3063":5,"\u56fa\u5b9a":[29,45],"\u578b\u3068":5,"\u57fa\u6e96":21,"\u5834\u5408":[3,5,8,12,20,21,22,24,25,27,29,30,32,33,37,41,50,51,52,61,66,67,71,79],"\u5834\u6240":[5,27],"\u5897\u3048":[31,36],"\u5897\u3048\u308b":49,"\u58ca\u308c\u308b":29,"\u5909\u3048":[49,59],"\u5909\u308f\u3063":[5,20,34],"\u5909\u308f\u308a":[5,59,69],"\u5909\u308f\u308b":49,"\u5909\u5316":21,"\u5909\u63db":[10,12,20,28,29,31,44,45,46,57,61,62,66,79],"\u5909\u6570":54,"\u5909\u66f4":[5,6,22,24,27,29,30,31,56,61,62,63,67,69,73],"\u5909\u66f4\u5f8c":2,"\u5916\u90e8":[4,72],"\u591a\u3044":[32,33],"\u591a\u304f":52,"\u591a\u8a00":35,"\u5927\u304d\u304f":34,"\u5927\u5e45":8,"\u5927\u6587\u5b57":32,"\u5927\u91cf":32,"\u5931\u308f":27,"\u5931\u6557":[26,32,38,39,44,57,61],"\u59cb\u307e\u308b":38,"\u59d4\u8b72":[11,63],"\u5b58\u5728":[24,25],"\u5b89\u5b9a":[31,59],"\u5b89\u5b9a\u6027":[31,44],"\u5b8c\u4e86":[5,66],"\u5b8c\u5168":9,"\u5b9a\u578b":5,"\u5b9a\u6570":72,"\u5b9a\u7fa9":[5,67,72,76],"\u5b9f\u884c":[5,7,8,11,24,37,58,66,67,68],"\u5b9f\u88c5":[6,8,24,32,49,50,52,57,61,68],"\u5b9f\u88c5\u30e1\u30e2":13,"\u5b9f\u8cea":4,"\u5b9f\u969b":[68,69],"\u5b9f\u9a13":[3,49],"\u5bb9\u91cf":33,"\u5bfe\u5fdc":[6,25,26,27,37,38,40,44,57,58],"\u5bfe\u7b56":[24,29],"\u5bfe\u8c61":[19,21,32,55],"\u5bff\u547d":68,"\u5c02\u7528":31,"\u5c0e\u5165":[32,44,69],"\u5c0f\u6570":32,"\u5de5\u592b":32,"\u5de6\u4e0a":7,"\u5de6\u4e0b":7,"\u5de6\u624b":7,"\u5de6\u76ee":67,"\u5dee\u3057\u66ff\u3048":8,"\u5dee\u5206":61,"\u5e0c\u671b":67,"\u5ea7\u6a19":[7,31,44,45],"\u5ea7\u6a19\u7cfb":10,"\u5ec3\u6b62":[54,58],"\u5f15\u304d":[64,69],"\u5f15\u304d\u6570":[3,6,71],"\u5f15\u6570":[21,63,66,68,69,76],"\u5f15\u8d8a":61,"\u5f37\u5236":25,"\u5f37\u5316":45,"\u5f53\u3066":[19,25,68,69],"\u5f62\u5f0f":[23,42,66],"\u5f71\u97ff":51,"\u5f85\u3063":19,"\u5f8c\u65b9":8,"\u5f8c\u8ff0":[5,68],"\u5f93\u6765":8,"\u5f97\u308b":[3,66],"\u5fa9\u65e7":[49,55],"\u5fa9\u6d3b":[46,56],"\u5fc5\u305a":25,"\u5fc5\u7528":[12,46],"\u5fc5\u8981":[5,12,22,45,66,67,68],"\u5fc5\u9808":5,"\u5fdc\u3058":[29,72],"\u5fdc\u3058\u547c\u3073\u51fa\u3059":67,"\u5fdc\u6025":45,"\u601d\u308f":[20,33],"\u602a\u3057\u304f":59,"\u60c5\u5831":[24,32,55,68,69],"\u60f3\u5b9a":[67,76],"\u610f\u5473":54,"\u610f\u56f3":[24,33,67],"\u623b\u3059":24,"\u623b\u3063":[21,29],"\u623b\u308a":57,"\u623b\u308a\u5024":32,"\u6240\u6301":28,"\u624b\u66f8\u304d":5,"\u624b\u9806":[68,69,71],"\u6271\u3044":[5,69],"\u6271\u3046":4,"\u6291\u3048":8,"\u6291\u5236":32,"\u6291\u6b62":76,"\u629c\u3051":[47,68,69],"\u629c\u7c8b":56,"\u62bc\u305b":52,"\u62e1\u5f35":[6,30,32],"\u6301\u3061\u904b\u3070":32,"\u6301\u3063":2,"\u6301\u3064":[24,37],"\u6301\u3066":34,"\u6307\u5b9a":[3,20,29,32,45,67,76],"\u6307\u793a":[3,71],"\u6319\u52d5":[25,32,44,45,57,61,62,63,67],"\u632f\u308a\u76f4\u3057":59,"\u638c\u6027":7,"\u6392\u4ed6":67,"\u63a1\u7528":[4,45],"\u63a8\u5968":[44,67,74],"\u63cf\u753b":[9,76],"\u63d0\u4f9b":[25,56,79],"\u63db\u3048":[32,44,56,67],"\u63fa\u308c":8,"\u63fa\u308c\u7269":8,"\u64cd\u4f5c":[24,29,34,75],"\u6539\u3081":[21,54],"\u6539\u4fee":[44,46,57],"\u6539\u540d":63,"\u6539\u5909":[31,36],"\u6570\u5024":5,"\u6570\u9593":64,"\u6574\u7406":[38,44,45,48,49,50,54,61],"\u6587\u5b57":32,"\u6587\u5b57\u5217":[5,42],"\u65b0\u5b9f\u88c5":24,"\u65b0\u898f":[5,19,24,34],"\u65b9\u5f0f":[7,49],"\u65b9\u6cd5":[4,5,6,13,32,34,35,40,49,63,66,67,74,75],"\u65e2\u5b58":[19,53],"\u65e2\u5b9a":27,"\u65e5\u672c\u8a9e":0,"\u65e9\u671f":24,"\u660e\u78ba":21,"\u660e\u793a":[8,21,32,51,67,68,74],"\u660e\u793a\u7684":[8,72],"\u660e\u8a18":20,"\u6642\u3060\u3051":[24,55],"\u6642\u4ee5\u5916":37,"\u6642\u9593":[8,68],"\u66f4\u65b0":[3,22,24,28,29,31,33,35,36,44,45,48,56,57,63,64],"\u66f8\u304d":[45,61],"\u66f8\u304d\u51fa\u3057":32,"\u66f8\u304d\u51fa\u3059":49,"\u66f8\u304d\u8fbc\u307e":[27,29],"\u66f8\u304d\u8fbc\u3080":29,"\u66f8\u304f":[5,67],"\u6700\u4f4e":[31,56],"\u6700\u521d":24,"\u6700\u5c0f":27,"\u6700\u5f8c":[20,21],"\u6700\u65b0":[65,66],"\u6700\u65b0\u7248":65,"\u6700\u8fd1":54,"\u6700\u9069":8,"\u6709\u52b9":[51,57,67,68,69,74],"\u671f\u5024":61,"\u671f\u51e6":63,"\u671f\u5f85":[21,34],"\u671f\u7248":69,"\u672a\u4f7f":50,"\u672a\u5bfe":19,"\u672a\u6b63":31,"\u6761\u4ef6":[19,20],"\u683c\u4e0a\u3052":53,"\u683c\u7d0d":12,"\u691c\u77e5":[21,31,35],"\u691c\u7d22":13,"\u6982\u8aac":6,"\u69cb\u6210":[5,22,54,56,60,74],"\u69cb\u6587":32,"\u69cb\u7bc9":[8,66],"\u69cb\u9020":4,"\u6a19\u6e96":[8,19,49],"\u6a5f\u80fd":[20,33,34,49,56,74],"\u6b21\u4ee5\u964d":24,"\u6b62\u3081\u308b":9,"\u6b63\u3057\u304f":[19,24,31],"\u6b63\u5e38":27,"\u6b63\u898f":[29,36,37,42,44,52,58],"\u6b8b\u3063":24,"\u6bb5\u968e":24,"\u6bd4\u3079":34,"\u6c42\u3081":67,"\u6c7a\u3081":5,"\u6cd5\u7dda":[20,24,29],"\u6ce8\u610f":[1,5,49],"\u6ce8\u610f\u304f":33,"\u6d88\u3048":[24,76],"\u6d88\u5316":45,"\u6e08\u307f":24,"\u6e1b\u5c11":34,"\u6e21\u3059":66,"\u6e96\u5099":[3,24,47,56,66,71],"\u6e96\u62e0":[2,62],"\u6f0f\u308c":62,"\u6fc3\u304f":20,"\u7121\u3044":[4,5,30,32,37,46,53,61,79],"\u7121\u304b\u3063":5,"\u7121\u304f":[20,33,44],"\u7121\u3051\u308c":65,"\u7121\u52b9":5,"\u7121\u540d":61,"\u7121\u5909":20,"\u7121\u8996":[24,32],"\u7279\u306b":65,"\u7279\u5225":9,"\u7279\u5b9a":22,"\u72b6\u614b":[20,27,29,30,61,67],"\u72ec\u7acb":[49,51],"\u72ec\u81ea":[5,34],"\u73fe\u8c61":40,"\u751f\u6210":[3,8,24,31,47,51,61,68,69,71],"\u7528\u3044":5,"\u7528\u3044\u308b":24,"\u7528\u610f":[8,21,32],"\u7528\u9014":21,"\u7533\u3057\u8fbc\u3093":5,"\u753b\u50cf":[4,34,39],"\u753b\u9762":34,"\u756a\u53f7":[28,33,59],"\u7570\u306a\u308a":8,"\u7570\u306a\u308b":[24,51],"\u7570\u5e38":21,"\u7591\u554f":67,"\u767a\u751f":[21,24,25,29,32,40,46,79],"\u767a\u898b":24,"\u767b\u9332":[5,32],"\u7684\u8aad":32,"\u76ee\u6a19":52,"\u7701\u7565":[3,71,72],"\u77ac\u304d":67,"\u77e5\u3063":5,"\u77e5\u3089":5,"\u7834\u68c4":[3,8,11,21,66,68,69,71],"\u78ba\u8a8d":54,"\u793a\u3057":25,"\u7981\u6b62":32,"\u79f0\u7528":24,"\u79fb\u52d5":[20,24,27,31,32,33,35,39,40,47,49,50,63,64,69],"\u79fb\u8b72":68,"\u7a0b\u5ea6":37,"\u7a2e\u985e":[5,76],"\u7a7a\u9593":52,"\u7acb\u3061":8,"\u7af6\u5408":[44,53],"\u7b56\u5b9a":5,"\u7ba1\u7406":[10,54,63],"\u7bc4\u56f2":67,"\u7c21\u4fbf":68,"\u7c21\u5358":[4,67],"\u7c21\u6613":40,"\u7c21\u7565":59,"\u7d10\u3065\u304f":[68,69],"\u7d10\u4ed8\u3044":8,"\u7d10\u4ed8\u3051":[68,69],"\u7d22\u5f15":13,"\u7d42\u4e86":68,"\u7d71\u3042\u3063":24,"\u7d71\u4e00":24,"\u7d71\u5408":[22,40,53],"\u7d99\u304e":69,"\u7dad\u6301":59,"\u7e2e\u5c0f":36,"\u7e70\u308a\u8fd4\u3059":45,"\u7f6e\u304d":[32,44,56,67],"\u8003\u616e":[31,50,68],"\u8005\u5411\u3051":67,"\u81ea\u30ad\u30e3\u30e9":24,"\u81ea\u5206":9,"\u81ea\u52d5":[3,8,31,37,50],"\u8272\u7a7a\u9593":51,"\u82f1\u8a9e":32,"\u843d\u3061":[44,52],"\u843d\u3068":37,"\u84c4\u7a4d":67,"\u884c\u3044":[8,24,25,32],"\u884c\u3046":[8,24,68,69,72],"\u884c\u3048\u308b":24,"\u884c\u304f":49,"\u884c\u5217":57,"\u8868\u3059":76,"\u8868\u60c5":67,"\u8868\u60c5\u5468\u308a":75,"\u8868\u73fe":19,"\u8868\u793a":[3,19,52,66,68,69,71],"\u8868\u8a18":27,"\u8907\u6570":20,"\u8907\u6642":31,"\u8981\u3057":68,"\u8981\u4ef6":32,"\u8981\u7d20":[5,12],"\u898b\u3048\u308b":76,"\u898b\u3064\u304b\u3063":[24,32],"\u898b\u308c\u308b":60,"\u898b\u5207\u308c\u308b":[50,66],"\u898b\u76f4\u3057":54,"\u898f\u5247":5,"\u898f\u5316":[31,44,50],"\u8996\u70b9":76,"\u8996\u7dda":67,"\u89d2\u5f62":32,"\u89e3\u653e":[21,45],"\u89e3\u6c7a":67,"\u89e3\u6d88":22,"\u89e3\u91c8":49,"\u8a00\u8a9e":50,"\u8a08\u7b97":24,"\u8a18\u4e8b":0,"\u8a18\u8ff0":[0,4,19,49],"\u8a18\u9332":4,"\u8a2d\u5b9a":[1,10,12,19,20,29,37,49,50,57,67,76],"\u8a2d\u8a08":5,"\u8a55\u4fa1":64,"\u8a73\u7d30":21,"\u8a9e\u5316":35,"\u8aad\u307f":45,"\u8aad\u307f\u51fa\u3057":[68,69],"\u8aad\u307f\u8fbc\u307e":[24,32],"\u8aad\u307f\u8fbc\u307f":62,"\u8aad\u307f\u8fbc\u3081":[29,33],"\u8aad\u307f\u8fbc\u3093":32,"\u8aad\u3081\u308b":[42,53],"\u8b66\u544a":[23,31,32,33,34],"\u8ca0\u8377":21,"\u8cac\u52d9":[47,68],"\u8caf\u3081":21,"\u8d77\u304d":[45,49],"\u8fbc\u307f":32,"\u8fd4\u3059":69,"\u8ffd\u52a0":[14,20,21,24,25,27,28,29,39,45,46,53,55,61,67,68,76],"\u8ffd\u5f93":42,"\u8ffd\u968f":57,"\u901a\u3089":33,"\u901a\u308a":67,"\u901a\u5e38":[24,57],"\u901f\u304f":32,"\u9023\u52d5":9,"\u9023\u7d50":49,"\u9045\u3044":52,"\u904b\u7528":51,"\u9055\u3044":[59,64],"\u9055\u3046":[5,20],"\u9055\u53cd":33,"\u9055\u548c":24,"\u9069\u6b63":31,"\u9069\u7528":[20,24,37,38],"\u9078\u3079":7,"\u9078\u3079\u308b":32,"\u9078\u629e":[24,30,38,50,62],"\u90e8\u5206":[4,29,49,79],"\u90e8\u54c1":5,"\u90e8\u7e70\u308a\u8fd4\u3057":4,"\u914d\u5217":[4,21,33],"\u91cd\u307f\u4ed8\u304d":20,"\u91cd\u8907":[49,50,61],"\u9577\u3044":[21,49],"\u9577\u3055":4,"\u9577\u3059\u304e\u308b":32,"\u9589\u3058":67,"\u958b\u3044":67,"\u958b\u59cb":56,"\u958b\u767a":[13,24,58,60],"\u958b\u767a\u7248":65,"\u9593\u9055":61,"\u9593\u9055\u3044":[2,50],"\u95a2\u4fc2":66,"\u95a2\u6570":[3,5,20,21,32,45,67,68,69],"\u95a2\u9023":[3,10,24,61,71],"\u9632\u3050":[32,68],"\u9632\u5fa1":51,"\u9632\u6b62":[61,66],"\u9650\u5b9a":57,"\u9664\u53bb":[51,64],"\u9664\u5916":29,"\u96c6\u3081":[8,67],"\u96c6\u5408":67,"\u96c6\u6a29":67,"\u975e\u540c":[63,69],"\u975e\u63a8\u5968":67,"\u975e\u8868":[3,61,71],"\u9802\u70b9":[4,29,31,32,44,53],"\u9802\u70b9\u6570":32,"\u9805\u76ee":[29,32],"\u9806\u5e8f":24,"\u9806\u756a":[29,49],"\u982d\u306a\u3057":24,"\u9ad8\u901f":[8,20],"\ud83d\udea7expression":74,"\ud83d\udea7humanoid":74,"\ud83d\udea7lookat":74,"\uff11\u3064":49,"\uff11\u679a":46,"\uff12\u3064":[4,5,32,59],"\uff5e:":65,"\uff5ev":65,"](":66,"])":4,"].":2,"]\u3044":24,"]fastspringbone":56,"]humanoidavatar":11,"]list":11,"]vrm":11,"]vrmobject":11,"^{":7,"_\"":5,"abstract":5,"byte":66,"case":54,"catch":66,"class":[4,5,16,29,44,53,68,69,72],"const":[5,72],"default":[5,9,17,26,27,29,55,58,66,72],"do":[27,49,61],"double":54,"else":[4,7,32,66,79],"enum":[32,67],"export":[17,25,27,29,30,31,32,34,36,38,44,46,49,50,51,52,53,55,57,58,59,60,61],"false":[0,5,9,12,16,21,27,29,58,61],"float":[7,16,32,44,67],"for":[16,17,18,24,25,27,32,42,47,52,54,59,60,61,64],"function":16,"if":[4,5,7,15,17,18,27,32,34,36,47,50,52,53,54,57,64,66,72,76,79],"implements":[42,52,53,54],"import":[4,11,15,17,18,28,29,32,40,44,46,51,53,56,57,58,60,61,63,71],"in":[5,16,18,24,25,27,32,34,36,42,49,51,52,54,57,58,61,62,64,72],"int":[4,5,72],"interface":[16,32],"mipmap\u30d1":44,"new":[3,5,7,8,12,16,17,28,32,42,53,54,66,68,69,70,71,76,79],"null":[5,27,31,36,38,43,46,48,50,51,52,54,55,57,58,72,79],"package":[15,32,40,61,63],"private":[29,32,67,68,69],"public":[5,7,16,17,20,29,32,38,55,57,67,68,69,72],"return":[3,4,5,7,19,32,66,68,69,71,76,79],"static":[5,7,32,66,79],"t\u578b":5,"this":[5,16,17,18,32],"throw":[52,63,66,76,79],"true":[5,9,12,21,24,27,32,54,57,58,61,66,76,79],"try":[18,66],"var":[3,5,8,12,16,17,66,67,68,69,70,71,72,75,76,79],"void":[5,16,21,68,69,72,75],"while":[4,52,57],"with":[4,15,16,17,18,24,29,45,53,54,57,58],"x\u8ef8":7,"z\u8ef8":7,"{<":72,"{\n#":7,"{{":66,"||":56,"}'":4,"})":66,"},":67,"}\"":[5,66],"}\n#":66,"}_":5,"~~":19,__:4,_active:34,_animationimporter:38,_api:[45,54],_assetpostprocessor:15,_bake:38,_blendshape:[34,38],_buffer:52,_byte:45,_center:27,_close:67,_colliderlist:53,_compact:0,_create:45,_data:4,_defined:67,_direction:35,_dirs:0,_editor:[31,42,61],_emissivemultiplier:57,_export:34,_extras:5,_facial:67,_firstperson:72,_firstpersoncamera:72,_firstpersonmask:72,_flags:5,_glb:[4,45],_good:5,_hdr:57,_history:[45,54],_hitradius:27,_humanoid:36,_id:32,_import:[45,46,54,66],_l:67,_layer:[72,76],_loadasync:66,_map:55,_material:[15,17],_materials:[30,53,54,57],_mesh:[5,34],_model:16,_models:46,_motion:60,_mtoon:[53,54],_name:[3,5,18],_newer:[7,16,66],_object:55,_only:[72,76],_othermask:72,_parser:0,_positive:35,_r:67,_rh:45,_rightupforward:45,_s:16,_setting:72,_size:4,_st:16,_standalone:66,_standard:21,_stop:15,_str:4,_t:16,_target:19,_targetnames:5,_template:59,_test:46,_texture:32,_tmpparent:43,_to:[45,63],_transform:32,_type:4,_uint:4,_unigltf:56,_unlit:[17,30],_use:34,_useurpmaterial:79,_uv:17,_vertex:52,_vrm:[15,63],_vrmshaders:[53,59],_win:66,_z:35,able:[17,32],about:[16,52,55],above:[15,17],absorbed:17,access:62,accessor:47,accessors:17,accumulatevalue:34,activeinhierarchy:36,add:[11,18,24,25,27,28,29,32,33,34,36,38,40,41,42,46,47,48,49,50,51,52,54,55,57,58,59,60,63,64],added:[15,16,18,24,27,76],adding:[16,32],additional:55,adf:25,advancedmode:60,af:24,after:[17,22,32,43,54,67],aim:[52,54],aliciasolid:[4,29],all:[15,16,54,61],allocation:32,allow:55,allows:15,along:[17,18],alpha:[27,53,54,57],alphacutoff:40,alphamode:[17,27],also:[17,24],always:[1,24],amamagi:47,an:[25,32],and:[15,17,18,24,27,29,32,38,47,59,61,76],android:24,angle:7,animate:45,animation:[16,19,29,45,58],animationbridgesample:73,animationclip:[19,38,57,63],animationclipfactory:[11,57],animationcurve:45,animationimporter:39,animationproperties:29,animator:19,any:[17,57,61],aot:[24,27,29,31,37],api:[3,32,44,60,61,67,79],apis:42,application:[5,16,66],apply:[16,20,21],applyer:32,applymodifiedproperties:57,applyrevertgui:58,archive:57,are:[15,17,18,24,25,53],argument:[16,18,32],arguments:67,arrays:17,arraysegment:5,as:[4,12,16,17,18,41,52],ascii:4,asienumerator:45,asmdef:[25,32,41,49,57,58],asmdefs:[49,54,58],assembly:[25,61],asset:[3,5,29,45,46,53,71],assetdatabase:12,assetfolder:12,assetimporter:[12,45],assetpath:12,assetpipelinev:29,assetpostprocessor:[15,25],assets:[1,5,15,22,32,39,56,57,59,63,71,79],async:[59,66,68,69,71,76,79],at:[16,18,32,58],attached:15,attribute:[17,27],auto:[9,21,57,58,61],autoexpression:60,autogltffileparser:[3,79],autoreference:61,autoreferenced:54,avatar:[36,57],avoid:[24,49,54,64],await:[3,8,57,66,68,69,71,76,79],awaitcaller:62,axes:[17,52],axis:7,back:18,backfaces:54,bake:[17,27,31],balancing:32,base:[20,29,46],basecolor:54,basecolorfactor:29,based:[17,32],basic:32,bd:19,be:[15,16,17,18,29,30,32,34,52,54,57,61,63],became:15,because:57,become:17,becomes:17,been:[17,18],before:[15,17,18,22,32,67],begin:5,behaviour:55,below:18,between:[17,59],bin:4,binary:4,bindingflags:5,blend:[29,32],blender:32,blendshap:32,blendshape:[19,20,27,29,31,32,34,37,44,49,50],blendshapeavatar:20,blendshapebinding:32,blendshapeclip:[16,20,32,36,67],blendshapekey:73,blendshapename:16,blendshapepreset:[32,34,67],blendshapeproxy:[16,18,20,24,32,73,75],blendshpaekey:32,blink:67,body:4,bone:[15,32,53,62,74],bonemesheraser:[32,42],bones:29,boneweight:37,bool:[5,32,66],both:[9,17],bottom:27,broken:24,buffer:[51,64],bufferview:17,bug:[15,27,32,53,54,57,63],bugs:[16,57],build:[0,31,44],buildblendshape:62,buildhierarchy:62,buildmesh:32,built:[16,71],bump:26,but:[16,24,58,63],button:[38,50],bvh:32,bvhimportercontext:64,by:[16,17,23,52,57,61,63],bytes:[3,4,5,16,52,66],bytestride:17,cache:32,caching:52,calculate:25,calculated:17,call:[17,58],callback:15,called:24,camera:[9,72],can:[16,17,18,52,53,57,58,61,62,63],cannot:[16,17,18,29,30],capable:15,cases:52,cast:38,cause:[33,63],cd:0,ce:21,center:50,change:[16,17,29],changed:[16,17,32],changelog:51,changes:29,channel:[53,57],check:[5,16,17,18,31,32,36,38,39,45,48,51,54,57,58],checkbox:55,checks:24,children:[27,30],choose:16,chunk:4,chunks:55,clamp:17,clearscene:53,click:18,clip:[41,58],clips:18,clone:22,close:18,closed:[23,24,25,26,27,28,29,30,32,33,34,35,36,37,38,39,40,41,42,43,45,46,47,48,49,50,51,52,53,54,55,61,62,63],code:[15,16,24,53,55],col:[12,19],collecting:15,collection:[29,32],collider:50,collidergroup:29,colliders:51,color:[19,29,32,52,57],com:[39,56,59],comes:[17,18],comments:[27,29],commit:[15,23,24,25,26,27,28,29,32,33,34,35,36,37,38,39,40,41,42,43,45,46,47,48,49,50,51,52,53,54,55,61,62,63],common:27,compatibility:57,compilation:15,component:33,compressed:52,conditions:52,conf:[0,64],conflict:24,consideration:52,constant:32,constraint:[42,51,52,54],constraitn:52,construction:64,constructor:67,contain:5,contains:[15,54],contents:56,context:[58,66,68,69],controller:[54,63,75,76],convenient:16,conversion:[18,42],convert:[53,57],converted:17,converting:17,coordinate:17,coordinates:57,copy:[27,47],coroutine:44,correct:17,corrected:16,correctly:[17,18,27],count:[29,57],created:[17,54,76],createerasedmeshasync:[62,63],createfrompreset:[32,67],createkeyold:32,createthumbnail:66,createunitypackagewithbuild:58,createunknown:[32,67],creating:5,critical:57,cs:37,cull:27,current:58,custom:5,customization:60,cutoff:27,data:[3,4,17,18,70,76,79],date:[31,44],db:18,dds:52,de:18,debug:[5,66],decided:17,decreased:17,def:4,defaultexecutionorder:62,defc:19,defined:17,definition:25,deleted:16,delta:66,dependencies:56,depthfirstscheduler:[16,22,27,44],described:[15,18],description:29,deserialize:5,deserializegoodmaterial:5,deserializer:[5,27],deserializergenerator:5,destory:69,destroy:[21,45,71],destroysubassets:21,destroyvrm:[68,69],details:17,detect:17,developers:17,dialog:[32,34,36,38,51],dictionary:[27,67],difference:59,differences:17,different:[24,52],directly:15,directory:[32,49,50,61],dirty:41,disable:54,discarded:16,disk:18,display:17,dispose:[3,21,71],disposeongameobjectdestroyed:[54,69],distorted:17,divide:[25,52],divided:[51,53],dividedvertexbuffer:44,doc:[0,64],docfx:[61,62],docs:[0,40,68,69],documentation:[33,68,69],documents:64,does:[54,58],domigrate:79,don:[5,58],dontdestroyonload:8,dose:24,dots:8,doublesided:[17,19],due:[32,50],duplicate:32,during:[15,17],dxt:[12,16],each:17,earlier:[17,18],edit:[5,50],editor:[5,21,24,27,29,32,33,34,41,42,48,53,54,55,58,59],editorexport:32,editorgui:54,editorreset:29,editortextureserializer:57,editorwindow:34,eece:18,eelstork:32,either:18,elements:25,elif:4,embedded:29,emission:[27,59],emissioncolor:27,emissionenable:27,emissive:63,empty:[27,30,40],en:0,enables:5,enableupdatewhenoffscreen:69,encodetopng:44,end:[5,59,62],ended:16,endif:[7,66],enforce:49,enhanced:16,enumerated:16,enumserialization:41,enumserializationtype:5,equals:32,erroneous:15,error:[24,25,29,30,32,38,54,57,58,60,62,76],errors:[15,17,18,57],escape:42,estimation:17,etc:[60,68,69],even:52,ex:66,example:17,exception:[4,31,46,54,57,79],exclude:[41,45],execution:24,exist:58,exists:53,experimental:[31,33,57,60],explicitignorableitemlength:25,exportdialog:45,exportdialogbase:50,exported:[15,16,17,18,30,54],exporter:[24,30,51,52,53,61],exporterwindow:32,exportgoodmaterial:5,exporthumanoid:30,exporting:[16,17,18,27,34,43,52,54,57],exportings:52,exportroot:[36,45],exportsettings:29,exportui:29,expression:[11,24,25,42,49,53,57,58,60],expressionavatar:[49,51],expressionname:58,expressionpreset:42,expressions:58,extend:32,extended:16,extension:[5,6,16,29,53],extensions:[0,25,27,32],external:[45,46,55],extra:2,extract:[46,49,50,51,53,57,60,62],extracting:54,extras:[2,16],eye:67,face:35,factor:63,faidra:36,fail:57,failed:[47,63],failing:54,fails:[15,17,57],fallback:63,fantom:38,faster:53,fastspringbone:[10,56],fastspringbonereplacer:8,fbx:[30,49],fbximporter:62,feature:[24,29,38,40,41,43,45,49,50,51,52,53,55,57,58,59,61,63],feel:16,ff:15,field:[5,17,25,38],fields:[24,25,26,29],file:[4,5,15,16,17,18,25,32,50,52,54,57,61,66,68],filedialogforwindows:66,filemode:5,files:[17,25,27],filter:64,first:[27,63],firstordefault:63,firstperson:[10,27,55,58,61,63,72,74],firstpersonbone:29,firstpersononly:[9,64],firstpersononlylayer:76,firstpersonsample:73,fix:[24,25,27,29,30,32,33,35,36,37,38,39,40,42,43,44,45,46,49,50,51,52,53,54,55,57,58,60,61,63,64],fixed:[15,16,17,18,19,24,30,32],fixedupdate:32,fixnodename:41,flag:63,flipped:54,fog:62,folder:[15,18,25,53,56,59],following:[15,17,18,35],foreach:[5,72],format:[12,17,51,53],found:[4,16,17,57,61],fp:9,frag:19,frame:32,free:16,freeze:[29,33,54],freezing:52,from:[5,16,17,18,45,46,49,50,59,79],full:[5,32,33,34,35,36,37,38,39,40,41,42,43,45,46,47,48,49,50,51,52,53,54,55,57,58,59,60,61,62,63],func:[5,63],functions:57,gabage:29,gameobject:[3,8,11,16,21,54,68,69,71,72,76],gammma:29,garbage:32,gc:[29,32,49],gear:18,generaged:5,general:17,generate:[5,17,29,51],generatecode:30,generated:[17,29],generatedserializer:30,generateserializer:5,generic:19,genericcallutility:24,get:5,getbyteswithmime:49,getcomponent:67,getvrmmaterialdescriptorgenerator:79,git:[16,32],github:[2,5,17,18,19,20,21,23,24,25,26,27,28,29,30,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,61,62,63],gl:52,glb:[6,16,17,19,20,32,39,44,45,53,54,55,60,63,66,71],glbbinaryparser:3,glbfileparser:[3,70,71,76],glbimport:6,glbuffertarget:5,glft:49,gltf:[2,4,7,13,15,16,19,23,24,25,27,29,32,33,38,39,45,46,52,56,57,59,66,68,69],gltfdata:[3,6,70,79],gltfdeserializer:5,gltfextension:5,gltfextensionexport:5,gltfextensionimport:5,gltfextensions:5,gltffilewithresourcefilesparser:3,gltfparser:[6,46,57,68,69,70],gltfpbrmetallicroughness:32,gltfserializer:5,gltfupdate:6,gltfurpmaterialdescriptorgenerator:3,go:66,gone:16,good:5,goodmaterial:5,goodvalue:5,graphics:1,graphicssettings:61,gui:[27,35,54],guid:58,hair:58,half:[12,19],handed:29,handle:53,handling:[17,29],has:[17,18,33],hash:16,hasn:64,have:[17,18,24,54],hdr:59,hdrp:58,head:[38,58],headless:76,heap:32,height:12,here:[16,17],hided:64,hierarchy:[3,33],hiroj:[50,51],hit:27,hmd:[9,72],horizontally:16,how:58,however:[17,18],hox:27,https:[2,5,17,18,19,20,21,23,24,25,26,27,28,29,30,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,61,62,63,68,69],humanbone:19,humanoid:[36,49,53,74],ianimationimporter:[53,54],ichi:58,icon:18,id:[32,59],identifier:62,ienumerator:32,iformatter:24,ignore:[52,64],ik:24,image:[2,34,39],images:72,imaterialdescriptorgenerator:79,img:72,immediatesetvalue:67,impact:[17,18],impl:[42,44,55],implement:[34,47,49,59],implementation:[16,53,54],implemented:[42,45],importasset:5,imported:[17,18],importer:[11,17,20,27,50,51,52,54,57,69,76,79],importercontext:[3,11,16,32,44,53,55,62,68,69],importing:[15,29,53,63],importmaterial:5,improve:64,inappropriate:17,include:[57,61],included:1,includeplatforms:48,incorrect:[15,17,52],independent:17,index:[5,17,21,49],indexoutofrange:57,indices:24,influence:29,influences:[16,17],info:5,inheritance:16,init:[4,32],inject:53,inspector:[27,54],install:[0,31,59],instance:[3,8,52,63,69,75,76,79],instanced:47,instead:[24,53],integration:32,intensity:27,interleaved:17,into:[16,27,63],invalid:[32,57],inversebindmatrices:25,ios:[24,44],is:[4,5,15,16,17,18,24,27,34,36,45,47,48,52,58,59,76],ismine:63,isself:[9,64],issue:[17,18,27,49,50,59],issuecomment:2,issues:[54,57],it:[16,17,52,63,64],item:16,items:27,itexturedeserializer:55,itextureexporter:41,itextureloader:37,joints:[40,45],jpeg:39,jpg:[31,32,39],json:[2,4,5,24,27,29,33,42,45,66,68,69],jsonformatter:24,jsonschema:[33,50,51,54,58],judger:17,key:[5,50],keyframe:45,keyvalue:25,keyword:27,khr:[17,30,32],know:[17,58],kv:5,lambda:63,language:[0,34],large:[27,32],late:32,later:[17,18],latest:[17,18,58],lateupdate:32,layer:[72,74],layers:76,leak:32,left:29,legacy:[19,24,53,55],length:[38,45],let:17,level:16,light:27,linear:[20,29,44,53,57],linq:32,lipsync:67,list:[16,42,55],listtreenode:[5,27],load:[3,12,32,66,68,69,76,79],loadasync:[76,79],loaded:66,loader:[3,8,17,32,45,71,76,79],loading:[17,18,53],loadtexturesasync:62,loadvrm:[68,69],loadvrmasync:[15,66,68],loadvrmasyncsample:68,loadvrmsample:[68,69],local:29,locale:0,localposition:19,localrotation:19,localscale:19,look:[32,58],lookat:[42,44,50,52,59],lookattype:49,lwrp:63,made:17,magfiler:52,magic:4,maintenance:64,maintex:[16,19],make:[17,18,35,57,58,62],manifest:56,manipulation:16,manual:13,manually:5,many:17,map:[16,17,18,25],maps:24,markdown:0,mask:27,massize:34,matcap:60,match:61,material:[3,5,11,16,20,24,27,28,29,47,50,51,52,53,56,57,68,69,71],materialcolorbindings:61,materialdescriptorgenerator:79,materialfactory:11,materialgenerator:[6,60,79],materialimporter:[32,45],materials:[32,52],materialuvbindings:[61,62],materialvaluebind:61,matex:16,max:[29,49],maxsize:29,may:[16,33],meant:16,member:38,members:29,memory:32,menu:[16,18,24,27,32,40,46,56],menuitem:5,merge:62,mesh:[3,11,15,17,21,24,32,35,49,50,51,53,54,58,59,61,62,67,68,69,71],meshes:[15,16,45],meshexporter:45,meshexportinfo:[53,58],meshexportvalidator:53,meshfilter:64,meshimporter:[38,62],meshindex:50,meshintegrator:35,meshnormalizer:35,meshutility:[31,39,40,44,53],meshwithrenderer:[51,53],message:60,messages:[29,32],meta:[25,26,27,29,35,49,54,61,62,66,79],metaeditor:55,metallic:[25,44,53,61],metallicroughnessocclusion:44,metallicsmooth:46,metallictexture:27,method:[16,17,29,32,57],mettalicroughness:20,might:63,migrate:79,migrated:79,migratevector:49,migration:[42,49,54,55,57],migrationvrmlookatandfirstperson:49,milestone:[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,57,58,59,60,61,62,63],mime:39,minimal:59,minimum:[24,27],minor:57,mipchain:12,mipmap:44,mipmaps:52,mirror:17,missing:[16,31,35],missingreferenceexception:57,mkc:32,mkdir:0,mmd:61,mode:[25,27,60],model:[16,17,18,52,58,66,76],models:5,momoandbanana:38,monobehaviour:[50,68,69,72],more:[16,17],morph:32,morphtarget:[38,53],move:[16,27,53,60],moved:42,mtoon:[12,17,20,22,24,27,28,32,37,40,42,50,51,52,57,58,59,60,62,63],mtoonshader:71,multi:32,multiply:37,must:17,mv:[50,64],my:58,name:[2,16,32,34,35,36,38,57,64,67],names:[15,32,38],namespace:[5,44,53,57,61,68,69],necessary:[17,57],needed:57,needs:61,negative:17,neon:[24,32],net:[21,65,66],newmeta:79,next:25,nkjzm:25,no:[34,45,52,62],node:[30,50,57],nodes:54,non:[15,32,52],nonactive:32,none:4,normal:[12,16,17,18,19,24,53],normalization:17,normalize:[27,29],normalizeskinnedmesh:38,normals:[29,54],not:[4,15,18,24,27,30,34,44,49,52,53,54,58,61,62,63,79],notargs:[58,62,63],note:64,notimplementedexception:61,now:[16,17,25,66],nowsprinting:42,nullcheck:[16,32,35,54,63],nullreferenceexception:35,numbder:28,number:[24,27],object:11,objectfirstperson:63,objectserialization:5,obsolete:[21,27],occlusion:[44,46,53,61],occurs:17,of:[16,17,24,27,28,29,35,45,52,53,54,57],offset:[27,29,63],on:[16,17,18,24,27,32,45,52,58,62,63],once:18,ondestroy:[24,68,69],one:[7,16],onenable:35,onerror:15,oninspectorgui:58,onloaded:66,onloadmodel:32,only:[48,57],onresetclicked:58,oocytanb:[51,52,53,54],opaque:27,open:[4,66],opengl:17,optimize:[27,42],option:[18,29,32],options:32,or:[4,7,16,17,18,19,48,52,53,64,66],order:[18,24],organized:16,original:34,originalmetabeforemigration:79,osx:15,other:[15,17,32,44,57,61],otherliceneseurl:51,otherpermissionurl:[44,51],ousttrue:[15,47,48,49,50,51,52,53,54,55,57,58,59,60,61,62,63],out:[5,7,32,76,79],outline:57,outpath:5,output:[18,27,29,30,52],outputs:17,outputting:17,over:34,overriding:42,overwrite:28,own:11,pack:19,packages:25,packed:17,param:52,parameter:29,parameters:[16,17,27],parent:53,parse:[3,4,66,68,70,71,76,79],parsed:4,parser:[27,68,69,70],parsing:15,partial:16,pass:[17,27,47],path:[3,5,15,16,46,53,66,71,76,79],pbr:[52,61],pbrmetallicroughness:32,performance:64,permission:44,person:27,pip:0,pipeline:[29,54],pitch:54,platforms:[24,32],play:60,playing:54,please:[17,18],png:12,po:0,pochang:49,point:60,pose:29,position:[15,17],positive:17,possible:17,pot:0,pre:[57,65],prefab:[17,21,30,32,36,54],prepare:25,preset:[32,67],preview:[20,27,32,59,60,62],previously:17,prime:7,primitives:2,print:4,problem:[17,29,42],profiler:62,project:[1,24,30,76],projectiontype:5,propagate:27,properties:[5,27,29,52,57,59],property:29,props:28,provide:16,proxy:67,pure:24,put:[15,16],putting:15,radius:27,raise:4,random:38,rarely:54,raw:52,rb:4,read:[4,47,51,63],reader:4,readme:[25,40,49,61,63],readmeta:[46,66],reasons:17,recognized:29,recorded:[15,17],reduce:[25,29],reduceblendshapesize:[29,30],refactaring:53,refactor:[34,45],refactoring:[42,49,52,53,54,57],refer:29,reference:[27,33,43,46],referenced:57,references:49,referencing:55,reflection:[5,31],reimport:[18,21],release:[13,25,57,59,64],relies:16,relref:66,remap:55,remove:[24,25,27,32,44,49,50,52,53,54],removed:25,rename:[15,50,51,56,63],renamed:16,render:54,renderer:[10,24,36,45,61,72,76],rendering:47,repeat:17,report:17,require:58,required:[25,52],reset:[29,72],resized:34,resolutions:61,resource:57,resources:[49,61],restore:[25,45,58,62],restrict:52,result:4,retry:38,reversez:7,revert:29,right:18,root:[11,15,33,68,69,75],rootbone:15,ropo:32,roughness:[46,55],roughnessfactor:27,runtime:[5,10,16,18,21,44,58,66,74],runtimeexporersample:73,runtimegltfinstance:[3,6,44,57,59,69,71,79],runtimeimport:73,runtimeload:[61,74],same:[15,16,17,18,24,52,57],sample:[42,60,66],sampler:17,samples:[59,79],santarh:[49,50,51,52,53,54,55,57,58,61,62,63],satisfying:52,sator:32,saturday:[23,33],save:[16,18,27,32],saved:18,savespringbonetojson:45,scale:[37,59,62],scaling:42,scene:46,scheduler:29,schema:[17,24,27,29,45],schemas:24,screen:57,script:[57,61],scriptableobject:[51,54],scriptablewizard:34,scriptdimporter:44,scriptedimporter:[44,62],sealed:[68,69],search:32,secondary:15,seconds:66,seems:17,select:18,selector:62,selectorwindow:51,self:[4,33,63],semi:17,semicolon:40,semver:26,separate:[17,27,32,39],serializable:15,serialization:38,serialize:5,serializeextension:5,serializefield:[68,69,72],serializegoodmaterial:5,serializer:[5,29,30],serializergenerator:5,serializing:52,service:8,set:[15,17,18,25,26,27,36,38,41],setdefault:29,setexpression:75,setmodel:8,setting:[17,25,34,61],settingprovider:[53,57],settings:[1,29,49,58,76],settingsprovider:53,setupasync:61,setupexample:72,setvalue:21,setvalues:[16,21],setweight:42,sh:32,shader:[29,44,47,54,61,62],shaderprop:28,shaderproperty:[16,27,32],shaders:[1,53,61],shape:[29,32],sharing:32,should:17,show:[16,57],showmeshes:[66,69,76],sided:54,simple:[60,61],simpleviewer:[3,73],since:[15,17,18],single:47,size:[4,17,29,34],skeleton:[15,16,17],skinnedmes:24,skinnedmesh:15,skinnedmeshrenderer:[3,16,24,25,32,38,66,68,69,71],skins:[16,25],skip:[25,40,52,58],smaller:34,smoothness:[25,27,46],smoothtexture:44,some:25,soon:[17,18],space:[29,52,57],sparse:[33,38,53,55],spec:[24,42,53],specific:53,specification:[16,52],specs:25,specversion:25,sphinx:[62,64],spring:[41,53],springbone:[8,29,31,32,35,37,44,50,59],springbonecollider:42,springbonecollidergroup:[50,51],springbonewindow:50,squash:62,squashed:35,src:[32,72],srgbwrite:20,stable:59,stackoverflowexception:29,standard:[44,60,61],standardmap:61,standerd:27,standerdshader:27,start:[18,68,69,72],state:[15,17],status:18,stereo:47,stop:15,stored:57,strategy:53,streamingassets:25,streamwriter:5,strictly:53,string:[5,16,17,41,42,53,66,67,68,69],stringextension:57,struct:[4,17],sub:17,subasset:60,subassetkey:[50,53,61],submesh:[21,40,52],submodule:[22,45,49,50],suffix:57,summary:5,support:[25,26,27,29,32,34,47,58,63],supported:[52,54],supports:57,suppress:[29,32],sv:19,symbol:[15,24,25],system:[5,68,72,76],tags:76,tail:53,target:[2,5,20,32],targeta:20,targetb:20,targets:2,task:[16,44,45,63,66,68,76,79],test:[27,30,49,52,53,54,60],tests:[27,29,52,54],tex:19,texture:[10,11,15,17,19,27,29,32,34,46,47,51,53,55,57,60,63,66,68,69],textureconverter:47,texturedeserializer:57,textureexport:52,texturefactory:11,textureimport:53,textureimporter:[12,19],textureimportertype:[12,19],textureinfo:32,textureitem:[32,45],textures:[15,16,27,52,53,57],texturetransformbind:62,texturetransformtest:32,texturetype:29,texturewrapmode:27,than:[15,34],that:[15,16,17,24,33,53,76],the:[16,17,18,27,28,29,32,35,45,49,52,53,54,57,58,63,76],them:24,then:15,there:[15,16,52],thirdperson:[9,72,76],thirdpersononly:9,thirdpersononlylayer:76,thread:62,through:17,thumbnail:[61,63,79],tightly:17,tiling:40,time:[16,66],tiny:54,title:66,to:[5,15,16,17,24,25,26,27,29,30,32,33,38,42,46,47,49,50,51,53,54,56,57,58,59,61,64,76],todo:[5,20,21,60],tojsonschema:29,tool:59,tools:17,top:18,toupper:32,tp:9,transform:[32,36],transparent:19,tried:17,trs:[33,55,57],trygetextension:5,two:17,type:[4,5,29,53],types:52,typo:[22,23,27,29,43,64],ui:58,unarchiving:57,undeclared:62,under:[15,29],undisplay:16,undo:29,unicode:42,unigltf:[3,8,14,17,22,24,31,32,50,51,56,57,59,61,62,63,64,68,69],unihumanoid:[22,32],unijson:[5,22,24,27,31,32,51],uninstall:59,unique:[35,57],unitask:[16,17],unittest:[16,33,45,46,54,57,64],unity:[3,13,16,17,18,19,24,25,27,29,38,42,49,54,57,59,61,65,66,68],unityeditor:[5,34,44,52,53],unityeditorscripts:27,unityengine:[5,11,68,69,72],unityobjectdestoyer:54,unitypackage:[16,25,33,39,56,58],unitypath:5,unityproject:22,unityversion:59,uniunlit:[27,29,31,32,37,40,47,71],universal:54,univrm:[1,5,7,8,14,16,17,18,19,22,24,28,31,37,41,45,47,48,49,50,51,53,54,56,57,58,59,60,61,62,64,66],unlit:[30,37],unlittransparentwithzwrite:63,unlittransparentzwrite:63,unnecessary:17,unpack:19,unpacking:16,unsigned:45,unused:[25,27,49],unvrm:32,up:52,update:[0,17,18,24,27,28,29,32,40,49,50,51,53,58,59,63],updated:[18,41],updatemeta:79,updatewhenoffscreen:[24,68,69],upgrade:[0,42],uploadmeshdata:46,upm:[31,33,39,49,50,59,61],uppercase:32,url:[4,32,44],urp:[54,56,58,61,62,63],urpmaterialdescriptorgenerator:79,us:17,use:[16,17,18,24,27,42,49,53,54,58,63,79],used:17,user:67,useurp:79,using:[3,5,8,16,17,18,24,32,52,54,55,68,69,71,72,76,79],utf:5,utility:[27,32],uv:[16,38],v0:69,v1:24,valid:18,validating:52,validation:[32,34,35,36,41,50],validationcontext:51,validationerror:52,validator:[50,51],value:[5,16,17,25,27,34,52],values:[16,26,27],variables:29,variadic:49,vbo:17,vcolblendmode:29,vec:17,vector:[17,29,52],version:[4,6,16,17,18,25,26,27,28,31,32,33,39,44,46,58,59,63,69,71,73],versions:[17,18],vertex:[17,29,32,49,51,64],vertexbuffer:49,vertexcolor:19,vertexcolorstate:53,vertically:16,vertices:[17,45],viewer:[42,60,61,74,79],viewerui:79,visiblerenderers:64,vr:[10,74],vrchat:57,vrik:24,vrm:[3,4,13,15,16,18,21,22,24,25,26,27,29,32,34,36,38,39,44,46,48,49,50,51,52,53,54,56,57,60,61,62,63,64,67,68,69,71,72,75,79],vrmblendshape:67,vrmblendshapeproxy:[30,38],vrmc:[53,54,57],vrmdata:6,vrmexport:29,vrmexporter:16,vrmfilepath:[68,69],vrmfirstperson:[24,29,31,32,40,43,73],vrmfirstpersononly:[72,76],vrmgameobject:[68,69],vrmimporter:[16,66],vrmimportercontext:[66,68,69,71],vrmlib:[42,63,64],vrmlookat:24,vrmmaterialimporter:50,vrmmaterialtests:[45,53],vrmmeta:[68,69],vrmshader:61,vrmshaders:[24,47,49,51,56],vrmspringbone:[15,18,24,27],vrmspringbonecollidergroup:27,vrmspringbones:15,vrmsprngbone:27,vrmthirdpersononly:[72,76],vrmurpmaterialdescriptorgenerator:71,vroid:57,warn:53,warning:[33,37,57,63],warnings:[25,37],was:[15,16,17,27,53,57],way:18,we:[16,17],weight:[15,20],weighta:20,weightb:20,weights:[44,47],were:16,what:59,when:[15,16,17,18,25,27,29,32,41,54,57,58,61],where:[15,29],whether:17,which:[17,18,24,45],why:58,will:[15,16,17,18,34,52,54],window:[45,49],windows:32,wip:67,without:[5,15,30,53],work:[54,58,62],write:[5,51],www:27,xx:[14,34],xyz:45,yaw:54,yoship:32,you:[16,17,18],yournamespace:68,yyyy:14,zero:57,zip:57,ziparchivedgltffileparser:3},titles:["Sphinx \u4f5c\u696d","\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u306e\u30d3\u30eb\u30c9","GltfUpdate(0.36)","GlbImport(0.82)","glb\u30d5\u30a9\u30fc\u30de\u30c3\u30c8\u6982\u8aac","glTF\u62e1\u5f35\u306e\u5b9f\u88c5(0.63.2)","glTF","\u5ea7\u6a19\u7cfb\u306e\u5909\u63db","FastSpringBone\u306b\u3064\u3044\u3066","VR\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u306e FirstPerson \u8a2d\u5b9a\u306b\u3088\u308b Renderer \u306e\u53ef\u8996\u5236\u5fa1","\u5b9f\u88c5\u30e1\u30e2","Runtime \u306e\u30ea\u30bd\u30fc\u30b9\u7ba1\u7406\u306b\u3064\u3044\u3066","Texture\u95a2\u9023","UniVRM Programming Document","\uff5ev0.55: Unity-5.6(.NET-3.5)","v0.40","v0.41","v0.42","v0.43","v0.44: UniGLTF/UniUnlit \u8ffd\u52a0","v0.45","v0.46","v0.47","v0.48","v0.49","v0.50","v0.51.0","v0.52.0","v0.53.0","v0.54.0","v0.55.0","v0.56\uff5ev0.67: Unity-2018.4","v0.56.0: \u6700\u4f4e\u30d0\u30fc\u30b8\u30e7\u30f3\u3092 Unity-2018.4 \u306b\u66f4\u65b0","v0.57.0: \u30dc\u30fc\u30f3\u540d\u91cd\u8907\u306e\u81ea\u52d5\u30ea\u30cd\u30fc\u30e0","v0.58.0: \u30c6\u30af\u30b9\u30c1\u30e3\u30b5\u30a4\u30ba\u306e\u9069\u6b63\u306a\u8003\u616e","v0.59.0","v0.60.0","v0.61.0: \u30b7\u30ea\u30a2\u30e9\u30a4\u30b6\u30fc\u3092 reflection \u304b\u3089\u30b3\u30fc\u30c9\u751f\u6210\u306b\u5909\u66f4","v0.62.0: BlendShape bake","v0.63.0: UniGLTF \u3068 UniVRM \u306e\u5206\u96e2","v0.64.0","v0.65.0","v0.66.0","v0.67.0: UniJson \u5358\u7d14\u5316","v0.68\uff5ev0.78: Unity-2018.4 (pre release)","v0.68.0: ImporterContext, ScriptedImporter(glb/gltf), remove DepthFirstScheduler","v0.69.0: MetallicRoughnessOcclusion\u30c6\u30af\u30b9\u30c1\u30e3\u30fc","v0.70.0: EncodeToPng \u306b\u5931\u6557\u3059\u308b\u30a8\u30e9\u30fc\u3092\u4fee\u6b63","v0.71.0: fix Metallic \u307e\u305f\u306f Occlusion \u30c6\u30af\u30b9\u30c1\u30e3\u30fc\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u306e\u30d0\u30b0\u4fee\u6b63","v0.72.0: Linear\u30ab\u30e9\u30fc\u30b9\u30da\u30fc\u30b9\u306e\u63a8\u5968, DividedVertexBuffer","v0.73.0: other permission url \u306e\u4fee\u6b63","v0.74.0: runtime \u30b9\u30d7\u30ea\u30f3\u30b0\u30dc\u30fc\u30f3\u306e\u30b9\u30b1\u30fc\u30eb","v0.75.0: mipmap","v0.76.0: Shader\u6574\u7406","v0.77.0: RuntimeGltfInstance","v0.78.0: ScriptdImporter \u306e\u6539\u4fee","v0.79\uff5e: Unity-2019.4","v0.79.0: 1.0\u6e96\u5099","v0.80.0: 1.0\u6e96\u5099, \u6700\u4f4e\u30d0\u30fc\u30b8\u30e7\u30f3\u3092 Unity-2019.4LTS \u306b\u66f4\u65b0","v0.81.0: 1.0\u6e96\u5099, unitypackage \u69cb\u6210\u5909\u66f4","v0.82.0: 1.0\u6e96\u5099, URP \u5411\u3051 Material\u7f6e\u304d\u63db\u3048\u6a5f\u80fd","v0.83.0: 1.0\u6e96\u5099","v0.84.0: 1.0\u6e96\u5099, glTF import menu \u5fa9\u6d3b","v0.85.0: 1.0\u6e96\u5099, [0.x]FastSpringBone","v0.86.0: 1.0\u6e96\u5099, [1.0]FastSpringBone","Release","RuntimeImport(0.44)","BlendShapeProxy(0.58)","RuntimeImport(0.68)","RuntimeImport(0.77)","RuntimeImport(0.79)","RuntimeImport(0.82)","VRMFirstPerson\u306e\u4f7f\u3044\u65b9","VRM","VRM-1.0(\u03b2)","\ud83d\udea7Expression","FirstPerson","\ud83d\udea7Humanoid","\ud83d\udea7LookAt","RuntimeLoad"],titleterms:{"(.":14,"(\u03b2":74,"(asset":12,"(glb":45,"(gltf":55,"(key":21,"(universal":60,"(v":[56,66],"(vrm":77,"),":45,"->":7,"-pose":49,".clear":20,".destroy":21,".khr":5,".setup":21,".setvalue":21,".targetnames":5,".vrm":5,".vrmc":5,".x":63,"/*":17,"/bufferviews":17,"/export":[1,52],"/glb":55,"/gltf":45,"/uniunlit":19,"4lts":58,"[*":5,"[gltf":19,"[mtoon":19,"[vrm":19,"\u203bimportant":[16,17,18],"\u3042\u3063":21,"\u3042\u308b":[19,47,67],"\u304b\u3089":[3,5,37,50,66,67,68],"\u3059\u308b":[3,19,47,49,66,67,71,72,76],"\u305d\u306e":[23,24,25,27,29,32,33,34,35,36,37,38,39,40,41,42,43,45,46,47,48,49,50,52,53,54,55,57,58,59,60,61,62,63,64],"\u3068\u304d":[19,21],"\u306a\u3044":[19,21],"\u306a\u304a\u77e5\u3089":19,"\u306a\u3069":[5,7,59,66],"\u306a\u308b":19,"\u306b\u3064\u3044\u3066":[8,11,12,19,67],"\u306b\u3088\u308b":9,"\u306b\u95a2\u3057":19,"\u307e\u3057":[21,59],"\u307e\u305f":48,"\u3082\u3057\u304f":47,"\u3088\u3046":21,"\u3088\u308b":4,"\u30a2\u30af\u30c6\u30a3\u30d6\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":21,"\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3":[1,9,72],"\u30a2\u30fc\u30ab\u30a4\u30d6":3,"\u30a4\u30f3\u30b9\u30bf\u30f3\u30b9":3,"\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9":[19,32,67],"\u30a8\u30af\u30b9\u30dd\u30fc\u30bf\u30fc":[19,35],"\u30a8\u30af\u30b9\u30dd\u30fc\u30c8":[34,47],"\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u30c0\u30a4\u30a2\u30ed\u30b0":34,"\u30a8\u30e9\u30fc":47,"\u30a8\u30f3\u30b3\u30fc\u30c7\u30a3\u30f3\u30b0":5,"\u30ab\u30e1\u30e9":[72,76],"\u30ab\u30e9\u30fc":37,"\u30ab\u30e9\u30fc\u30b9\u30da\u30fc\u30b9":49,"\u30ad\u30fc":5,"\u30af\u30ea\u30a2":21,"\u30b3\u30f3\u30dd\u30fc\u30cd\u30f3\u30c8":77,"\u30b3\u30fc\u30c9":[5,37],"\u30b5\u30a4\u30ba":37,"\u30b5\u30f3\u30d7\u30eb\u30b3\u30fc\u30c9":68,"\u30b7\u30a7\u30fc\u30c0\u30fc":[1,19,46],"\u30b7\u30ea\u30a2\u30e9\u30a4\u30b6":37,"\u30b7\u30ea\u30a2\u30e9\u30a4\u30b6\u30fc":[5,37],"\u30b8\u30a7\u30cd\u30ec\u30fc\u30bf\u30fc":5,"\u30b9\u30ad\u30c3\u30d7":21,"\u30b9\u30af\u30ea\u30d7\u30c8":67,"\u30b9\u30b1\u30fc\u30eb":51,"\u30b9\u30d7\u30ea\u30f3\u30b0\u30dc\u30fc\u30f3":51,"\u30c6\u30af\u30b9\u30c1\u30e3":2,"\u30c6\u30af\u30b9\u30c1\u30e3\u30b5\u30a4\u30ba":34,"\u30c6\u30af\u30b9\u30c1\u30e3\u30fc":[1,12,46,47],"\u30c6\u30af\u30b9\u30c1\u30e3\u30fc\u30a8\u30af\u30b9\u30dd\u30fc\u30c8":48,"\u30c7\u30b7\u30ea\u30a2\u30e9\u30a4\u30b6\u30fc":5,"\u30d0\u30a4\u30c8":[3,66],"\u30d0\u30b0":[20,21,23,24,25,26,27,46,48,55],"\u30d0\u30c3\u30d5\u30a1":49,"\u30d0\u30fc\u30b8\u30e7\u30f3":[19,32,58,68],"\u30d1\u30c3\u30b1\u30fc\u30b8":[56,59],"\u30d1\u30fc\u30b9":[3,4,21],"\u30d3\u30eb\u30c9":1,"\u30d5\u30a1\u30a4\u30eb":21,"\u30d5\u30a1\u30a4\u30eb\u30d1\u30b9":[3,66],"\u30d5\u30a9\u30eb\u30c0":32,"\u30d5\u30a9\u30fc\u30de\u30c3\u30c8":4,"\u30d6\u30ec\u30f3\u30c9\u30b7\u30a7\u30a4\u30d7":2,"\u30dc\u30bf\u30f3":49,"\u30dc\u30fc\u30f3":33,"\u30de\u30c3\u30d7":19,"\u30de\u30c6\u30ea\u30a2\u30eb":[3,19,21],"\u30e1\u30bd\u30c3\u30c9":67,"\u30e9\u30f3\u30bf\u30a4\u30e0":1,"\u30ea\u30bd\u30fc\u30b9":11,"\u30ea\u30cd\u30fc\u30e0":33,"\u30ec\u30a4\u30e4\u30fc":72,"\u30ed\u30fc\u30c9":[3,68],"\u4e00\u4eba":19,"\u4e0a\u66f8\u304d":21,"\u4ed5\u69d8":[19,68],"\u4ed6\u4fee":29,"\u4ee5\u524d":19,"\u4f4d\u7f6e":2,"\u4f55\u6545":67,"\u4f5c\u308a\u76f4\u3057":34,"\u4f5c\u696d":0,"\u4f7f\u3044\u65b9":72,"\u4f7f\u3046":66,"\u4f7f\u7528":[3,67],"\u4fdd\u5b58":19,"\u4fee\u6b63":[2,19,20,21,23,24,25,26,27,46,47,48,49,50,52,53,54,55,61],"\u5165\u51fa":19,"\u5168\u4f53":5,"\u5171\u901a":77,"\u5185\u5bb9":27,"\u51fa\u529b":5,"\u51fa\u6765\u308b":21,"\u5206\u5272":49,"\u5206\u96e2":39,"\u521d\u671f":76,"\u5236\u5fa1":9,"\u524a\u9664":20,"\u5316\u6642":76,"\u5358\u7d14":43,"\u53b3\u683c":[32,67],"\u53d6\u308a\u51fa\u3059":66,"\u53d6\u5f97":[66,77],"\u53ef\u8996":9,"\u540c\u671f":68,"\u540d\u91cd":33,"\u5411\u3051":[60,71,76],"\u542b\u3081\u308b":1,"\u547c\u3073\u51fa\u3057":[5,72],"\u554f\u984c":67,"\u578b\u304b\u3089":5,"\u5834\u5408":[19,47],"\u5909\u63db":[1,7],"\u5909\u66f4":[19,20,21,32,33,34,35,36,37,38,39,40,41,42,45,46,47,49,50,51,59,68],"\u5927\u5207":19,"\u5931\u6557":[19,47],"\u5b9f\u884c":72,"\u5b9f\u88c5":5,"\u5b9f\u88c5\u30e1\u30e2":10,"\u5b9f\u88c5\u4f8b":5,"\u5b9f\u9a13":71,"\u5bfe\u5fdc":[19,21,32,46,47],"\u5c0e\u5165":[0,8,19],"\u5ea7\u6a19\u7cfb":7,"\u5f62\u5f0f":4,"\u5f97\u308b":71,"\u5fa9\u65e7":21,"\u5fa9\u6d3b":[34,62],"\u60c5\u5831":[19,59,66],"\u6271\u3044":37,"\u6291\u5236":5,"\u62e1\u5f35":5,"\u62e1\u5f35\u5b50":3,"\u6307\u5b9a":[19,71,72],"\u6319\u52d5":[12,21],"\u63a8\u5968":[49,76],"\u63cf\u753b":72,"\u63db\u3048":60,"\u6539\u4fee":55,"\u6539\u826f":[24,25,26],"\u6574\u7406":[19,32,53,59,67],"\u65b0\u898f":25,"\u65b9\u6cd5":[8,77],"\u65e2\u5b58":21,"\u660e\u793a":76,"\u66f4\u65b0":[0,19,20,27,32,37,54,58],"\u66f8\u304d\u65b9":5,"\u6700\u4f4e":[32,58],"\u6700\u9069":21,"\u6709\u52b9":76,"\u671f\u5316":0,"\u672a\u5bfe\u5fdc":34,"\u683c\u7d0d":2,"\u6982\u8981":[8,37],"\u6982\u8aac":4,"\u69cb\u6210":[59,76],"\u6a5f\u80fd":[60,76],"\u6b63\u898f":19,"\u6c7a\u3081\u308b":5,"\u6cd5\u7dda":19,"\u6e96\u5099":[40,42,57,58,59,60,61,62,63,64],"\u72ec\u7acb":32,"\u751f\u6210":[5,37],"\u753b\u9762":50,"\u79f0\u8996":19,"\u7af6\u5408":67,"\u7ba1\u7406":11,"\u7d4c\u7531":77,"\u7de8\u96c6":50,"\u7f6e\u304d":60,"\u8003\u616e":34,"\u81ea\u52d5":33,"\u8868\u793a":37,"\u8907\u6570":67,"\u8a18\u4e8b":66,"\u8a2d\u5b9a":[9,21,34,72],"\u8ffd\u52a0":[19,32,49,72],"\u8ffd\u8a18":20,"\u904e\u53bb":68,"\u9069\u6b63":34,"\u9069\u7528":67,"\u91cd\u8907":19,"\u958b\u304f":66,"\u95a2\u9023":[12,19,38,46,59,66],"\u96a0\u308c":50,"\u975e\u540c":[66,68],"\u975e\u8868":19,"\u9802\u70b9":[37,49],"\ud83d\udea7expression":75,"\ud83d\udea7humanoid":77,"\ud83d\udea7lookat":78,"\uff5e:":56,"\uff5ev":14,"].":5,"]animation":19,"]fastspringbone":63,"]glb":19,"]importer":19,"]normalmap":19,"]uniunlit":19,"byte":47,"enum":5,"export":[5,19,37,39,42,45],"float":21,"import":[1,5,19,21,39,42,45,52,62],"in":[15,17],"~)":56,_collider:5,_constraints:5,_materials:5,_mtoon:5,_node:5,_springbone:5,_texture:5,_transform:5,_unlit:5,_vrm:5,accumulatevalue:[21,67],and:13,animator:77,api:[16,20,21,45,54],apply:67,as:15,asset:[17,19],async:3,auto:19,autoreference:57,bake:38,bindmatrices:7,blendshape:[17,18,38,67],blendshapeavatar:21,blendshapeclip:21,blendshapekey:[32,34,67],blendshapeproxy:[21,67],bone:77,bug:[18,41,49,52,61],bugs:[15,17],burst:8,bvh:17,by:18,bytestridewill:17,changelog:[30,32,33,34,35,36,37,38,39,40,41,42,43,45,46,47,48,49,50,52,53,54,55,57,58,59,60,61,62,63],changes:17,commit:21,component:21,corrections:15,current:17,depthfirstscheduler:45,destroyrootandresources:21,dialog:39,directory:17,disable:19,dividedvertexbuffer:49,document:13,download:[31,44],editor:[12,16,19],editordestroyroot:21,editordestroyrootandassets:21,empty:18,encodetopng:47,exporter:[21,32,33,36,38,40,50,55],extensions:5,extras:5,fastspringbone:[8,63,64],fastspringboneservice:8,filter:52,firstperson:[9,11,76],fix:[17,18,41,48],fixes:[15,16,18],gameobject:19,gettext:0,glb:[3,4],glbimport:3,gltf:[3,5,6,17,62],gltfdata:71,gltfupdate:2,how:18,humanoid:77,immediately:21,immediatelysetvalue:[21,67],importer:[21,36,38,40],importercontext:[21,45],improvement:17,indices:13,inf:21,information:[16,17,18,59],instance:[11,71],json:16,jsonpath:5,jsonschema:5,jsonshcema:17,judgement:17,layer:76,layermask:72,linear:[12,49],load:71,loadasync:66,loadasynctask:66,major:[15,16],material:[17,21,60],materialgenerator:[3,71],materials:5,matrix:7,menu:62,mesh:37,meshes:5,meshrenderer:19,meshutility:[32,35,41,42],meta:50,metallic:48,metallicroughnessocclusion:46,mipmap:52,modification:17,mtoon:[1,35,48,54],myst:0,nan:21,net:14,nodes:5,normal:7,normalmap:[12,19],not:17,object:18,occlusion:48,of:15,other:[18,50],output:17,permission:50,pipeline:60,position:7,pre:44,prefab:34,preference:50,processing:17,programming:13,python3:4,quaternion:7,reference:17,reflection:37,related:[16,59],release:[17,44,65],released:15,releasenote:[31,44,56],releases:14,remove:45,render:60,renderer:9,restore:18,resulted:18,rotation:7,runtime:[11,12,19,37,51,76],runtimegltfinstance:[11,54],runtimeimport:[66,68,69,70,71],runtimeload:79,samples:[73,74],scriptdimporter:55,scriptedimporter:[45,55],setter:67,setup:72,setvalues:67,shader:53,sphinx:0,springbone:34,standard:[19,46],status:17,structure:17,submesh:49,support:17,sync:3,tables:13,tangents:17,texture:[12,52],the:15,thumbnail:[21,66],to:18,unigltf:[5,19,39],unihumanoid:17,unijson:43,unity:[7,12,14,21,31,32,44,46,56,58],unitypackage:[14,32,59],univrm:[13,32,39],unlit:[1,19],update:48,updates:16,upm:[32,56],url:50,urp:[3,60,71],ushort:47,uv:[7,17],value:21,vector:7,version:[15,66],vr:[9,76],vrm:[5,7,8,11,17,19,40,42,45,55,58,59,66,73,74,76,77],vrmblendshapeproxy:20,vrmdata:71,vrmfirstperson:[21,72],vrmshaders:32,we:15,weight:[47,67],wrap:52,zip:3}}) \ No newline at end of file diff --git a/ja/vrm0/0_44_runtime_import.html b/ja/vrm0/0_44_runtime_import.html index 60b0bda8a..8f0d5e426 100644 --- a/ja/vrm0/0_44_runtime_import.html +++ b/ja/vrm0/0_44_runtime_import.html @@ -1,50 +1,102 @@ - + + + - - - - - - RuntimeImport(0.44) — UniVRM Programming Document ドキュメント - - - - - - - + + RuntimeImport(0.44) — UniVRM Programming Document ドキュメント + + + + + + + + + + - - + -
    -
    -
    -
    - + +
    + + +
    + +
    +
    +
    + +
    +
    +
    +
    +
    -

    RuntimeImport(0.44)

    +

    RuntimeImport(0.44)

    -

    Version 0.44~ LoadAsyncの例

    +

    Version 0.44~ LoadAsyncの例

    var bytes = File.ReadAllBytes(path);
     // なんらかの方法でByte列を得る
     
    @@ -69,7 +121,7 @@
     
    -

    LoadAsyncTaskを使う例

    +

    LoadAsyncTaskを使う例

    #if (NET_4_6 && UNITY_2017_1_OR_NEWER)
     async static Task<GameObject> LoadAsync(Byte[] bytes)
     {
    @@ -106,7 +158,7 @@
     
    -

    関連する記事など

    +

    関連する記事など

    こちらの記事がわかりやすいです。

    -

    ファイルパスからVRMを開く

    +

    ファイルパスからVRMを開く

    var path="sample.vrm";
     var go=VRM.VRMImporter.LoadFromPath(path);
     Debug.LogFormat("loaded {0}", go.name);
    @@ -123,7 +175,7 @@
     
    -

    ファイルパスから非同期にVRMを開く

    +

    ファイルパスから非同期にVRMを開く

    var path="sample.vrm";
     VRMImporter.LoadVrmAsync(path, go => {
         Debug.LogFormat("loaded {0}", go.name);
    @@ -132,7 +184,7 @@
     
    -

    バイト列からVRM開く

    +

    バイト列からVRM開く

    var path="sample.vrm";
     var bytes = File.ReadAllBytes(path);
     var go=VRMImporter.LoadFromBytes(bytes);
    @@ -140,7 +192,7 @@
     
    -

    バイト列から非同期にVRMを開く

    +

    バイト列から非同期にVRMを開く

    VRMImporter.LoadVrmAsync(bytes, go => {
         Debug.LogFormat("loaded {0}", go.name);
     });
    @@ -148,7 +200,7 @@
     
    -

    VRMから情報を取り出す

    +

    VRMから情報を取り出す

    #if UNITY_STANDALONE_WIN
                 var path = FileDialogForWindows.FileDialog("open VRM", ".vrm");
     #else
    @@ -195,7 +247,7 @@
     
    -

    Thumbnailを取得する(v0.37から)

    +

    Thumbnailを取得する(v0.37から)

    ReadMetaに引数を渡すことでThumbnailテクスチャを作成できます。

        var meta = context.ReadMeta(true); // Thumbnailテクスチャを作成する
         Texture2D thumbnail=meta.Thumbnail;
    @@ -205,79 +257,34 @@
     
    -
    +
    +
    -
    +
    + - -

    目次

    - - -

    前のトピックへ

    -

    RuntimeImport(0.68)

    -

    次のトピックへ

    -

    BlendShapeProxy(0.58)

    -
    -

    このページ

    - -
    - - -
    -
    -
    -
    - - - + \ No newline at end of file diff --git a/ja/vrm0/0_58_blendshape.html b/ja/vrm0/0_58_blendshape.html index 27f99d717..e79f799d0 100644 --- a/ja/vrm0/0_58_blendshape.html +++ b/ja/vrm0/0_58_blendshape.html @@ -1,50 +1,101 @@ - + + + - - - - - - BlendShapeProxy(0.58) — UniVRM Programming Document ドキュメント - - - - - - - + + BlendShapeProxy(0.58) — UniVRM Programming Document ドキュメント + + + + + + + + + + - - + -
    -
    -
    -
    - + +
    + + +
    + +
    +
    +
    + +
    +
    +
    +
    +
    -

    BlendShapeProxy(0.58)

    +

    BlendShapeProxy(0.58)

    -

    BlendShapeKeyのインタフェースを厳格化、整理

    +

    BlendShapeKeyのインタフェースを厳格化、整理

    BlendShapeKeyを作成する方法が不明瞭だったため、 より明示的な API に置き換えました。

      @@ -83,7 +134,7 @@
    -

    使用するメソッド

    +

    使用するメソッド

    • [推奨] SetValues

    • [非推奨] ImmediatelySetValue

    • @@ -92,7 +143,7 @@
    -

    スクリプトから BlendShape weight を適用する

    +

    スクリプトから BlendShape weight を適用する

    SetValues 関数のみを使用します。 そのフレームで必要な表情の weight 値をすべて集めてから SetValues を 1 回だけ呼んで設定します。

    var proxy = GetComponent<VRMBlendShapeProxy>();
    @@ -107,7 +158,7 @@
     
    -

    複数の BlendShape weight を適用する際の競合の問題について

    +

    複数の BlendShape weight を適用する際の競合の問題について

    この節では、なぜ SetValues を使わなければならないのかという疑問に回答します。

    たとえば 2 つの VRMBlendShape Blink_LBlink_R

    VRMBlendShape Blink_L

    @@ -146,7 +197,7 @@

    WIP

    -

    何故、複数のSetterがあるのか

    +

    何故、複数のSetterがあるのか

    • LipSync

    • 瞬き

    • @@ -160,7 +211,7 @@ BlendShape同士が競合することがわかりました。

      合成したり排他制御した、BlendShapeClipの集合のスナップショットをまとめて適用することを想定して SetValues

    -

    ImmediatelySetValue

    +

    ImmediatelySetValue

    簡単なテストプログラムでの利用を想定しています。

    例:

    var proxy = GetComponent<VRMBlendShapeProxy>();
    @@ -170,7 +221,7 @@ BlendShape同士が競合することがわかりました。
     
    -

    AccumulateValue + Apply

    +

    AccumulateValue + Apply

    例:

    var proxy = GetComponent<VRMBlendShapeProxy>();
     
    @@ -182,7 +233,7 @@ BlendShape同士が競合することがわかりました。
     

    下記のSetValuesを推奨しています。

    -

    SetValues

    +

    SetValues

    BlendShape合成器が必要に応じ呼び出すことを想定しています。

    例:

    var proxy = GetComponent<VRMBlendShapeProxy>();
    @@ -198,78 +249,34 @@ BlendShape同士が競合することがわかりました。
     
    -
    +
    +
    -
    +
    + - -

    目次

    - - -

    前のトピックへ

    -

    RuntimeImport(0.44)

    -

    次のトピックへ

    -

    VRMFirstPersonの使い方

    -
    -

    このページ

    - -
    - - -
    -
    -
    -
    - - - + \ No newline at end of file diff --git a/ja/vrm0/0_68_runtime_import.html b/ja/vrm0/0_68_runtime_import.html index 67d466a1a..e0646d33d 100644 --- a/ja/vrm0/0_68_runtime_import.html +++ b/ja/vrm0/0_68_runtime_import.html @@ -1,50 +1,96 @@ - + + + - - - - - - RuntimeImport(0.68) — UniVRM Programming Document ドキュメント - - - - - - - + + RuntimeImport(0.68) — UniVRM Programming Document ドキュメント + + + + + + + + + + - - + -
    -
    -
    -
    - + +
    + + +
    + +
    +
    +
    + +
    +
    +
    +
    +
    -

    RuntimeImport(0.68)

    +

    RuntimeImport(0.68)

    -

    過去バージョンからの仕様変更

    +

    過去バージョンからの仕様変更

    ImporterContext の仕様を変更しました。

    • ロード処理が Parse と Load の 2 ステップに分かれました。

      @@ -73,7 +119,7 @@
    -

    サンプルコード(同期的ロード)

    +

    サンプルコード(同期的ロード)

    using UniGLTF;
     using UnityEngine;
     using VRM;
    @@ -141,7 +187,7 @@
     
    -

    サンプルコード(非同期ロード)

    +

    サンプルコード(非同期ロード)

    using System.IO;
     using System.Threading.Tasks;
     using UniGLTF;
    @@ -220,73 +266,34 @@
     
    -
    +
    +
    -
    +
    + - -

    目次

    - - -

    前のトピックへ

    -

    RuntimeImport(0.77)

    -

    次のトピックへ

    -

    RuntimeImport(0.44)

    -
    -

    このページ

    - -
    - - -
    -
    -
    -
    - - - + \ No newline at end of file diff --git a/ja/vrm0/0_77_runtime_import.html b/ja/vrm0/0_77_runtime_import.html index dc9e2af7b..c6c238982 100644 --- a/ja/vrm0/0_77_runtime_import.html +++ b/ja/vrm0/0_77_runtime_import.html @@ -1,48 +1,89 @@ - + + + - - - - - - RuntimeImport(0.77) — UniVRM Programming Document ドキュメント - - - - - - - + + RuntimeImport(0.77) — UniVRM Programming Document ドキュメント + + + + + + + + + + - - + -
    -
    -
    -
    - + +
    + + +
    + +
    +
    +
    + +
    +
    +
    +
    +
    -

    RuntimeImport(0.77)

    +

    RuntimeImport(0.77)

    DisposeOnGameObjectDestroyed

    ImporterContext の仕様を変更しました。

    Version 0.68 で導入した、 ImporterContext.DisposeOnGameObjectDestroyed が扱いづらかったためのでこれを取りやめ、 @@ -123,63 +164,34 @@ Load の呼び出し後の任意のタイミングで ImporterContext.Dispose

    -
    +
    +
    -
    +
    + - -

    前のトピックへ

    -

    RuntimeImport(0.79)

    -

    次のトピックへ

    -

    RuntimeImport(0.68)

    -
    -

    このページ

    - -
    - - -
    -
    -
    -
    - - - + \ No newline at end of file diff --git a/ja/vrm0/0_79_runtime_import.html b/ja/vrm0/0_79_runtime_import.html index 4be363214..97347e463 100644 --- a/ja/vrm0/0_79_runtime_import.html +++ b/ja/vrm0/0_79_runtime_import.html @@ -1,48 +1,89 @@ - + + + - - - - - - RuntimeImport(0.79) — UniVRM Programming Document ドキュメント - - - - - - - + + RuntimeImport(0.79) — UniVRM Programming Document ドキュメント + + + + + + + + + + - - + -
    -
    -
    -
    - + +
    + + +
    + +
    +
    +
    + +
    +
    +
    +
    +
    -

    RuntimeImport(0.79)

    +

    RuntimeImport(0.79)

    GltfParserGltfData の分割

    var parser = new GltfParser();
     parser.ParsePath(path);
    @@ -54,63 +95,34 @@
     
    -
    +
    +
    -
    +
    + - -

    前のトピックへ

    -

    RuntimeImport(0.82)

    -

    次のトピックへ

    -

    RuntimeImport(0.77)

    -
    -

    このページ

    - -
    - - -
    -
    -
    -
    - - - + \ No newline at end of file diff --git a/ja/vrm0/0_82_runtime_import.html b/ja/vrm0/0_82_runtime_import.html index f041800c9..b5995e026 100644 --- a/ja/vrm0/0_82_runtime_import.html +++ b/ja/vrm0/0_82_runtime_import.html @@ -1,48 +1,98 @@ - + + + - - - - - - RuntimeImport(0.82) — UniVRM Programming Document ドキュメント - - - - - - - + + RuntimeImport(0.82) — UniVRM Programming Document ドキュメント + + + + + + + + + + - - - + + -
    -
    -
    -
    - + +
    + + +
    + +
    +
    +
    + +
    +
    +
    +
    +
    -

    RuntimeImport(0.82)

    +

    RuntimeImport(0.82)

    • Version 0.82.00.82.1 以降を使ってください。

    • Version 0.82.1~

    • @@ -56,7 +106,7 @@

      サンプルの Assets\VRM\Samples\SimpleViewer\ViewerUI.cs も参照してください。

      -

      1. GltfData を得る

      +

      1. GltfData を得る

      GltfData Load(string path)
       {
           return new GlbFileParser(path).Parse();
      @@ -66,13 +116,13 @@
       

      GLB import も参照してください。

      -

      2. VRMData を得る

      +

      2. VRMData を得る

      VRMData vrm = new VRMData(data);
       
      -

      3. Load する

      +

      3. Load する

      async RuntimeGltfInstance Load(VRMData vrm)
       {
           // 使用後に Dispose で VRMImporterContext を破棄してください。
      @@ -85,7 +135,7 @@
       
      -

      URP 向けに materialGenerator を指定する(実験)

      +

      URP 向けに materialGenerator を指定する(実験)

      materialGenerator 引き数(省略可能)を指定することで URP マテリアルを生成するようにカスタムできます。 指定しない場合は built-in 向けのデフォルトが使用されます。

      async RuntimeGltfInstance Load(VRMData vrm)
      @@ -105,7 +155,7 @@
       
      -

      4. Instance

      +

      4. Instance

      // SkinnedMeshRenderer に対する指示
       instance.EnableUpdateWhenOffscreen();
       // 準備ができたら表示する(デフォルトでは非表示)
      @@ -123,77 +173,34 @@
       
      -
      +
    +
    -
    +
    + - -

    目次

    - - -

    前のトピックへ

    -

    glbフォーマット概説

    -

    次のトピックへ

    -

    RuntimeImport(0.79)

    -
    -

    このページ

    - -
    - - -
    -
    -
    -
    - - - + \ No newline at end of file diff --git a/ja/vrm0/firstperson.html b/ja/vrm0/firstperson.html index 81aacb0f0..90f6abf06 100644 --- a/ja/vrm0/firstperson.html +++ b/ja/vrm0/firstperson.html @@ -1,53 +1,98 @@ - + + + - - - - - - VRMFirstPersonの使い方 — UniVRM Programming Document ドキュメント - - - - - - - + + VRMFirstPersonの使い方 — UniVRM Programming Document ドキュメント + + + + + + + + + + - + - - + -
    -
    -
    -
    - + +
    + + +
    + +
    +
    +
    + +
    +
    +
    +
    +
    -

    VRMFirstPersonの使い方

    +

    VRMFirstPersonの使い方

    FirstPerson と Renderer の可視制御

    実行時にVRMFirstPerson.Setupを呼び出すことで、FirstPerson設定に応じた Renderer の可視制御を行うことができます。 明示的に外部から呼び出してください。

    -

    アプリケーションに追加の描画レイヤーを指定する

    +

    アプリケーションに追加の描画レイヤーを指定する

    定数で以下のレイヤーを定義しています。

    public class VRMFirstPerson : MonoBehaviour
     {
    @@ -70,7 +115,7 @@
     
     
    -

    実行時にSetupを呼び出して、カメラにLayerMaskを設定する

    +

    実行時にSetupを呼び出して、カメラにLayerMaskを設定する

    • VRMFirstPerson.Setupの呼び出し

    • 一人称カメラとその他のカメラに対してLayerMask

    • @@ -122,72 +167,34 @@
    -
    +
    +
    -
    +
    + - -

    目次

    - - -

    前のトピックへ

    -

    BlendShapeProxy(0.58)

    -

    次のトピックへ

    -

    RuntimeLoad

    -
    -

    このページ

    - -
    - - -
    -
    -
    -
    - - - + \ No newline at end of file diff --git a/ja/vrm0/index.html b/ja/vrm0/index.html new file mode 100644 index 000000000..3efd2240c --- /dev/null +++ b/ja/vrm0/index.html @@ -0,0 +1,151 @@ + + + + + + + VRM — UniVRM Programming Document ドキュメント + + + + + + + + + + + + + + + + + +
    + + +
    + +
    +
    +
    + +
    +
    +
    +
    + +
    +

    VRM

    + + + + + + + + + + + +

    version

    v0.56

    BlendShapeKey の仕様変更

    + +
    +

    Samples

    +
      +
    • SimpleViewer

    • +
    • RuntimeExporerSample

    • +
    • FirstPersonSample

    • +
    • AnimationBridgeSample

    • +
    +
    +
    + + +
    +
    + +
    +
    +
    +
    + + + + \ No newline at end of file diff --git a/ja/vrm1/index.html b/ja/vrm1/index.html new file mode 100644 index 000000000..9bfd6453f --- /dev/null +++ b/ja/vrm1/index.html @@ -0,0 +1,140 @@ + + + + + + + VRM-1.0(β) — UniVRM Programming Document ドキュメント + + + + + + + + + + + + + + + + + +
    + + +
    + +
    +
    +
    + +
    +
    + + +
    +
    +
    +
    + + + + \ No newline at end of file diff --git a/ja/vrm1/vrm1_expression.html b/ja/vrm1/vrm1_expression.html index dcb3dc18f..72a8d119c 100644 --- a/ja/vrm1/vrm1_expression.html +++ b/ja/vrm1/vrm1_expression.html @@ -1,48 +1,87 @@ - + + + - - - - - - 🚧Expression — UniVRM Programming Document ドキュメント - - - - - - - + + 🚧Expression — UniVRM Programming Document ドキュメント + + + + + + + + + + - - + -
    -
    -
    -
    - + +
    + + +
    + +
    +
    +
    + +
    +
    +
    +
    +
    -

    🚧Expression

    +

    🚧Expression

    表情周りの操作方法。

    VRM-1.0 の BlendShapeProxy は、Vrm10Instance.Expression になります。

    @@ -64,63 +103,34 @@
    -
    +
    +
    -
    +
    + - -

    前のトピックへ

    -

    🚧Humanoid

    -

    次のトピックへ

    -

    🚧LookAt

    -
    -

    このページ

    - -
    - - -
    -
    -
    -
    - - - + \ No newline at end of file diff --git a/ja/vrm1/vrm1_firstperson.html b/ja/vrm1/vrm1_firstperson.html index f60292d4f..6bf56cfd4 100644 --- a/ja/vrm1/vrm1_firstperson.html +++ b/ja/vrm1/vrm1_firstperson.html @@ -1,51 +1,95 @@ - + + + - - - - - - FirstPerson — UniVRM Programming Document ドキュメント - - - - - - - + + FirstPerson — UniVRM Programming Document ドキュメント + + + + + + + + + + - - + -
    -
    -
    -
    - + +
    + + +
    + +
    +
    +
    + +
    +
    +
    +
    +
    -

    FirstPerson

    +

    FirstPerson

    FirstPerson と Renderer の可視制御

    -

    Runtime に FirstPerson 機能を有効にする

    +

    Runtime に FirstPerson 機能を有効にする

    VR向け FirstPerson 設定の初期化手順です。

    1. Load する

    2. @@ -81,7 +125,7 @@
    -

    VRMの推奨する VR 向けのカメラ構成

    +

    VRMの推奨する VR 向けのカメラ構成

    ヘッドマウントディスプレイを表すカメラ と その他のカメラという2種類のカメラを想定ます。 それぞれに対して、

      @@ -97,7 +141,7 @@ サンプルでは、それぞれに 910 を割り当ています。

    -

    初期化時に layer を明示する

    +

    初期化時に layer を明示する

    追加の引数で指定できます。

    var created = await controller.Vrm.FirstPerson.SetupAsync(controller.gameObject, firstPersonOnlyLayer: 9, thirdPersonOnlyLayer: 10);
     
    @@ -106,73 +150,34 @@
    -
    +
    +
    - -
    -
    -
    - - - + \ No newline at end of file diff --git a/ja/vrm1/vrm1_get_humanoid.html b/ja/vrm1/vrm1_get_humanoid.html index ca3b96e32..6282cffc2 100644 --- a/ja/vrm1/vrm1_get_humanoid.html +++ b/ja/vrm1/vrm1_get_humanoid.html @@ -1,129 +1,134 @@ - + + + - - - - - - 🚧Humanoid — UniVRM Programming Document ドキュメント - - - - - - - + + 🚧Humanoid — UniVRM Programming Document ドキュメント + + + + + + + + + + - - + -
    -
    -
    -
    - + +
    + + +
    + +
    +
    +
    + +
    +
    +
    +
    +
    -

    🚧Humanoid

    +

    🚧Humanoid

    -

    Humanoid Bone の取得方法

    +

    Humanoid Bone の取得方法

    -

    Humanoidコンポーネント(vrm-1.0)

    +

    Humanoidコンポーネント(vrm-1.0)

    -

    Animator経由(vrm-0.xとvrm-1.0共通)

    +

    Animator経由(vrm-0.xとvrm-1.0共通)

    -
    +
    +
    -
    +
    + - -

    目次

    - - -

    前のトピックへ

    -

    RuntimeLoad

    -

    次のトピックへ

    -

    🚧Expression

    -
    -

    このページ

    - -
    - - -
    -
    -
    -
    - - - + \ No newline at end of file diff --git a/ja/vrm1/vrm1_lookat.html b/ja/vrm1/vrm1_lookat.html index 50c7c0d7b..1add4a721 100644 --- a/ja/vrm1/vrm1_lookat.html +++ b/ja/vrm1/vrm1_lookat.html @@ -1,108 +1,118 @@ - + + + - - - - - - 🚧LookAt — UniVRM Programming Document ドキュメント - - - - - - - + + 🚧LookAt — UniVRM Programming Document ドキュメント + + + + + + + + + + - - + -
    -
    -
    -
    - + +
    + + +
    + +
    +
    +
    + +
    +
    +
    +
    +
    -

    🚧LookAt

    +

    🚧LookAt

    -
    +
    +
    -
    +
    + - -

    前のトピックへ

    -

    🚧Expression

    -

    次のトピックへ

    -

    FirstPerson

    -
    -

    このページ

    - -
    - - -
    -
    -
    -
    - - - + \ No newline at end of file diff --git a/ja/vrm1/vrm1_runtime_load.html b/ja/vrm1/vrm1_runtime_load.html index 2d13a4b12..dfffe2b30 100644 --- a/ja/vrm1/vrm1_runtime_load.html +++ b/ja/vrm1/vrm1_runtime_load.html @@ -1,48 +1,87 @@ - + + + - - - - - - RuntimeLoad — UniVRM Programming Document ドキュメント - - - - - - - + + RuntimeLoad — UniVRM Programming Document ドキュメント + + + + + + + + + + - - - + + -
    -
    -
    -
    - + +
    + + +
    + +
    +
    +
    + +
    +
    +
    +
    +
    -

    RuntimeLoad

    +

    RuntimeLoad

    VRM-1.0 は、 VRM-0.x もロードできます。 その場合、あたらしい meta への変換が発生し互換性の無い部分はすべて 不許可 の値になります。 このため、変換前のライセンスにアクセスする API を提供します。

    @@ -98,63 +137,34 @@
    -
    +
    +
    -
    +
    + - -

    前のトピックへ

    -

    VRMFirstPersonの使い方

    -

    次のトピックへ

    -

    🚧Humanoid

    -
    -

    このページ

    - -
    - - -
    -
    -
    -
    - - - + \ No newline at end of file