diff --git a/en/.doctrees/environment.pickle b/en/.doctrees/environment.pickle index b63685770..8c818907c 100644 Binary files a/en/.doctrees/environment.pickle and b/en/.doctrees/environment.pickle differ diff --git a/en/.doctrees/release/079/index.doctree b/en/.doctrees/release/079/index.doctree index adcb7b804..5a5968780 100644 Binary files a/en/.doctrees/release/079/index.doctree and b/en/.doctrees/release/079/index.doctree differ diff --git a/en/.doctrees/release/079/v0.99.0.doctree b/en/.doctrees/release/079/v0.99.0.doctree new file mode 100644 index 000000000..0d51a4563 Binary files /dev/null and b/en/.doctrees/release/079/v0.99.0.doctree differ diff --git a/en/_sources/release/079/v0.99.0.md.txt b/en/_sources/release/079/v0.99.0.md.txt new file mode 100644 index 000000000..cda64e84a --- /dev/null +++ b/en/_sources/release/079/v0.99.0.md.txt @@ -0,0 +1,47 @@ +# v0.98.0..v0.99.0: KHR_mesh_quantization, KHR_materials_emissive_strength + +## glTF +* [[\#1659](https://github.com/vrm-c/UniVRM/pull/1659)] KHR_materials_emissive_strength を実装 +* [[\#1653](https://github.com/vrm-c/UniVRM/pull/1653)] UNSIGNED_SHORT の index buffer に対応。エラーメッセージを追加。 +* [[\#1644](https://github.com/vrm-c/UniVRM/pull/1644)] [1.0] gltf のバリエーション実装 +* [[\#1636](https://github.com/vrm-c/UniVRM/pull/1636)] Initial support for KHR_mesh_quantization + +## [1.0] +* [[\#1664](https://github.com/vrm-c/UniVRM/pull/1664)] [1.0] SpringBone.center 復活 +* [[\#1649](https://github.com/vrm-c/UniVRM/pull/1649)] Ignore duplicated UV expression in migration. +* [[\#1652](https://github.com/vrm-c/UniVRM/pull/1652)] impl unknown + surprised migration. +* [[\#1639](https://github.com/vrm-c/UniVRM/pull/1639)] ReverseX +* [[\#1645](https://github.com/vrm-c/UniVRM/pull/1645)] update vrm-specification +* [[\#1622](https://github.com/vrm-c/UniVRM/pull/1622)] change (1.0, constraint): Change max range of weights to 1.0 + +### FastSpringBone +* Merge remote-tracking branch 'upstream/master' into fix/fsb-collider-and-rotation +* [[\#1661](https://github.com/vrm-c/UniVRM/pull/1661)] FastSpringBoneBuffer.ReconstructBuffers()実行後にboneのTransformが意図しない動作をしていた問題を修正 +* [[\#1663](https://github.com/vrm-c/UniVRM/pull/1663)] refactor fast spring bone +* [[\#1662](https://github.com/vrm-c/UniVRM/pull/1662)] FastSpringBoneが初期化時のrotationとリアルタイムのColliderのScaleを反映するように +* [[\#1628](https://github.com/vrm-c/UniVRM/pull/1628)] ReconstructBuffers時に、揺れものの状態がリセットされる問題を修正しました + +## MeshUtil / Sample +* [[\#1650](https://github.com/vrm-c/UniVRM/pull/1650)] Update sample. How to add CustomBlendShape +* [[\#1655](https://github.com/vrm-c/UniVRM/pull/1655)] BlendShape を作って登録するサンプル +* [[\#1656](https://github.com/vrm-c/UniVRM/pull/1656)] Fix/assgin all blend shapes in a folder +* [[\#1647](https://github.com/vrm-c/UniVRM/pull/1647)] MeshIntegrator整理終わり +* [[\#1642](https://github.com/vrm-c/UniVRM/pull/1642)] MeshIntegrator と VrmMeshIntegrator で BlendShape 分割しないモードを追加する +* [[\#1638](https://github.com/vrm-c/UniVRM/pull/1638)] Fix/mesh integrator update + +## Other +* [[\#1666](https://github.com/vrm-c/UniVRM/pull/1666)] ビルドエラー(runtime への UnityEditor 漏れ出し)を修正 +* [[\#1667](https://github.com/vrm-c/UniVRM/pull/1667)] 99番に追いついてしまった。 +* [[\#1668](https://github.com/vrm-c/UniVRM/pull/1668)] Deserialize で glTFExtensionImport を作ろうとしている。作成済み。 +* [[\#1660](https://github.com/vrm-c/UniVRM/pull/1660)] AnimatedMorphCube quantize for blendshape is not implemented. +* [[\#1658](https://github.com/vrm-c/UniVRM/pull/1658)] UniVRM-0.99 +* [[\#1651](https://github.com/vrm-c/UniVRM/pull/1651)] Add disposed check +* [[\#1643](https://github.com/vrm-c/UniVRM/pull/1643)] null だと後続で例外 +* [[\#1640](https://github.com/vrm-c/UniVRM/pull/1640)] error message +* [[\#1641](https://github.com/vrm-c/UniVRM/pull/1641)] 警告対策にリネームしようと思ったが、未使用なので削除。 +* [[\#1635](https://github.com/vrm-c/UniVRM/pull/1635)] Fixed dispose on vrm import call from VRMImporterMenu +* [[\#1626](https://github.com/vrm-c/UniVRM/pull/1626)] Disable WebGl color space check +* [[\#1629](https://github.com/vrm-c/UniVRM/pull/1629)] OnDrawGizmosではなくOnDrawGizmosSelectedを利用する +* [[\#1625](https://github.com/vrm-c/UniVRM/pull/1625)] UniVRM-0.98.1 +* [[\#1624](https://github.com/vrm-c/UniVRM/pull/1624)] constraint の nullable 項目のインポート対応。 +* [[\#1619](https://github.com/vrm-c/UniVRM/pull/1619)] UniVRM-0.98.0 release document diff --git a/en/api/0_36_update.html b/en/api/0_36_update.html index 64876f795..c33c2149d 100644 --- a/en/api/0_36_update.html +++ b/en/api/0_36_update.html @@ -276,6 +276,7 @@
  • v0.96.2: ⚠️ fix BlendShape Import bug
  • v0.96.0..v0.97.0: Bug fix & update MeshUtil
  • v0.97.0..v0.98.0: Update constraint of 1.0
  • +
  • v0.98.0..v0.99.0: KHR_mesh_quantization, KHR_materials_emissive_strength
  • リリース作業手順
  • diff --git a/en/api/0_44_runtime_import.html b/en/api/0_44_runtime_import.html index 7350cb6b4..0b83cce17 100644 --- a/en/api/0_44_runtime_import.html +++ b/en/api/0_44_runtime_import.html @@ -276,6 +276,7 @@
  • v0.96.2: ⚠️ fix BlendShape Import bug
  • v0.96.0..v0.97.0: Bug fix & update MeshUtil
  • v0.97.0..v0.98.0: Update constraint of 1.0
  • +
  • v0.98.0..v0.99.0: KHR_mesh_quantization, KHR_materials_emissive_strength
  • リリース作業手順
  • diff --git a/en/api/0_58_blendshape.html b/en/api/0_58_blendshape.html index 4450f20c6..2df7a48dc 100644 --- a/en/api/0_58_blendshape.html +++ b/en/api/0_58_blendshape.html @@ -276,6 +276,7 @@
  • v0.96.2: ⚠️ fix BlendShape Import bug
  • v0.96.0..v0.97.0: Bug fix & update MeshUtil
  • v0.97.0..v0.98.0: Update constraint of 1.0
  • +
  • v0.98.0..v0.99.0: KHR_mesh_quantization, KHR_materials_emissive_strength
  • リリース作業手順
  • diff --git a/en/api/0_68_runtime_import.html b/en/api/0_68_runtime_import.html index e3355ed09..e4c5399a6 100644 --- a/en/api/0_68_runtime_import.html +++ b/en/api/0_68_runtime_import.html @@ -276,6 +276,7 @@
  • v0.96.2: ⚠️ fix BlendShape Import bug
  • v0.96.0..v0.97.0: Bug fix & update MeshUtil
  • v0.97.0..v0.98.0: Update constraint of 1.0
  • +
  • v0.98.0..v0.99.0: KHR_mesh_quantization, KHR_materials_emissive_strength
  • リリース作業手順
  • diff --git a/en/api/0_77_runtime_import.html b/en/api/0_77_runtime_import.html index 8452c3ec7..22feae8ee 100644 --- a/en/api/0_77_runtime_import.html +++ b/en/api/0_77_runtime_import.html @@ -276,6 +276,7 @@
  • v0.96.2: ⚠️ fix BlendShape Import bug
  • v0.96.0..v0.97.0: Bug fix & update MeshUtil
  • v0.97.0..v0.98.0: Update constraint of 1.0
  • +
  • v0.98.0..v0.99.0: KHR_mesh_quantization, KHR_materials_emissive_strength
  • リリース作業手順
  • diff --git a/en/api/0_79_runtime_import.html b/en/api/0_79_runtime_import.html index 776da4a17..3bf8b72dc 100644 --- a/en/api/0_79_runtime_import.html +++ b/en/api/0_79_runtime_import.html @@ -276,6 +276,7 @@
  • v0.96.2: ⚠️ fix BlendShape Import bug
  • v0.96.0..v0.97.0: Bug fix & update MeshUtil
  • v0.97.0..v0.98.0: Update constraint of 1.0
  • +
  • v0.98.0..v0.99.0: KHR_mesh_quantization, KHR_materials_emissive_strength
  • リリース作業手順
  • diff --git a/en/api/0_82_glb_import.html b/en/api/0_82_glb_import.html index b3b345440..c92871f85 100644 --- a/en/api/0_82_glb_import.html +++ b/en/api/0_82_glb_import.html @@ -276,6 +276,7 @@
  • v0.96.2: ⚠️ fix BlendShape Import bug
  • v0.96.0..v0.97.0: Bug fix & update MeshUtil
  • v0.97.0..v0.98.0: Update constraint of 1.0
  • +
  • v0.98.0..v0.99.0: KHR_mesh_quantization, KHR_materials_emissive_strength
  • リリース作業手順
  • diff --git a/en/api/0_82_runtime_import.html b/en/api/0_82_runtime_import.html index 921795186..14b098b5a 100644 --- a/en/api/0_82_runtime_import.html +++ b/en/api/0_82_runtime_import.html @@ -276,6 +276,7 @@
  • v0.96.2: ⚠️ fix BlendShape Import bug
  • v0.96.0..v0.97.0: Bug fix & update MeshUtil
  • v0.97.0..v0.98.0: Update constraint of 1.0
  • +
  • v0.98.0..v0.99.0: KHR_mesh_quantization, KHR_materials_emissive_strength
  • リリース作業手順
  • diff --git a/en/api/0_87_runtime_import.html b/en/api/0_87_runtime_import.html index 1651febb5..38641e185 100644 --- a/en/api/0_87_runtime_import.html +++ b/en/api/0_87_runtime_import.html @@ -276,6 +276,7 @@
  • v0.96.2: ⚠️ fix BlendShape Import bug
  • v0.96.0..v0.97.0: Bug fix & update MeshUtil
  • v0.97.0..v0.98.0: Update constraint of 1.0
  • +
  • v0.98.0..v0.99.0: KHR_mesh_quantization, KHR_materials_emissive_strength
  • リリース作業手順
  • diff --git a/en/api/0_95_dispose.html b/en/api/0_95_dispose.html index 3ca94a0d7..a2fcf2d7b 100644 --- a/en/api/0_95_dispose.html +++ b/en/api/0_95_dispose.html @@ -276,6 +276,7 @@
  • v0.96.2: ⚠️ fix BlendShape Import bug
  • v0.96.0..v0.97.0: Bug fix & update MeshUtil
  • v0.97.0..v0.98.0: Update constraint of 1.0
  • +
  • v0.98.0..v0.99.0: KHR_mesh_quantization, KHR_materials_emissive_strength
  • リリース作業手順
  • diff --git a/en/api/0_95_highlevel.html b/en/api/0_95_highlevel.html index d1cb88adf..9f11f951a 100644 --- a/en/api/0_95_highlevel.html +++ b/en/api/0_95_highlevel.html @@ -276,6 +276,7 @@
  • v0.96.2: ⚠️ fix BlendShape Import bug
  • v0.96.0..v0.97.0: Bug fix & update MeshUtil
  • v0.97.0..v0.98.0: Update constraint of 1.0
  • +
  • v0.98.0..v0.99.0: KHR_mesh_quantization, KHR_materials_emissive_strength
  • リリース作業手順
  • diff --git a/en/api/0_96_1_use_gamma_colorspace.html b/en/api/0_96_1_use_gamma_colorspace.html index 82802d66c..a3a66b3c5 100644 --- a/en/api/0_96_1_use_gamma_colorspace.html +++ b/en/api/0_96_1_use_gamma_colorspace.html @@ -276,6 +276,7 @@
  • v0.96.2: ⚠️ fix BlendShape Import bug
  • v0.96.0..v0.97.0: Bug fix & update MeshUtil
  • v0.97.0..v0.98.0: Update constraint of 1.0
  • +
  • v0.98.0..v0.99.0: KHR_mesh_quantization, KHR_materials_emissive_strength
  • リリース作業手順
  • diff --git a/en/api/fast_spring_bone.html b/en/api/fast_spring_bone.html index 9cf52e105..32f712a41 100644 --- a/en/api/fast_spring_bone.html +++ b/en/api/fast_spring_bone.html @@ -276,6 +276,7 @@
  • v0.96.2: ⚠️ fix BlendShape Import bug
  • v0.96.0..v0.97.0: Bug fix & update MeshUtil
  • v0.97.0..v0.98.0: Update constraint of 1.0
  • +
  • v0.98.0..v0.99.0: KHR_mesh_quantization, KHR_materials_emissive_strength
  • リリース作業手順
  • diff --git a/en/api/firstperson.html b/en/api/firstperson.html index e26647b6d..807b700fb 100644 --- a/en/api/firstperson.html +++ b/en/api/firstperson.html @@ -276,6 +276,7 @@
  • v0.96.2: ⚠️ fix BlendShape Import bug
  • v0.96.0..v0.97.0: Bug fix & update MeshUtil
  • v0.97.0..v0.98.0: Update constraint of 1.0
  • +
  • v0.98.0..v0.99.0: KHR_mesh_quantization, KHR_materials_emissive_strength
  • リリース作業手順
  • diff --git a/en/api/how_to_customize_material_import.html b/en/api/how_to_customize_material_import.html index c16cf31ed..01b053fbb 100644 --- a/en/api/how_to_customize_material_import.html +++ b/en/api/how_to_customize_material_import.html @@ -276,6 +276,7 @@
  • v0.96.2: ⚠️ fix BlendShape Import bug
  • v0.96.0..v0.97.0: Bug fix & update MeshUtil
  • v0.97.0..v0.98.0: Update constraint of 1.0
  • +
  • v0.98.0..v0.99.0: KHR_mesh_quantization, KHR_materials_emissive_strength
  • リリース作業手順
  • diff --git a/en/api/how_to_impl_extension.html b/en/api/how_to_impl_extension.html index 43ca69964..add807b89 100644 --- a/en/api/how_to_impl_extension.html +++ b/en/api/how_to_impl_extension.html @@ -276,6 +276,7 @@
  • v0.96.2: ⚠️ fix BlendShape Import bug
  • v0.96.0..v0.97.0: Bug fix & update MeshUtil
  • v0.97.0..v0.98.0: Update constraint of 1.0
  • +
  • v0.98.0..v0.99.0: KHR_mesh_quantization, KHR_materials_emissive_strength
  • リリース作業手順
  • diff --git a/en/api/index.html b/en/api/index.html index 8b7ed9c27..018bb48a9 100644 --- a/en/api/index.html +++ b/en/api/index.html @@ -276,6 +276,7 @@
  • v0.96.2: ⚠️ fix BlendShape Import bug
  • v0.96.0..v0.97.0: Bug fix & update MeshUtil
  • v0.97.0..v0.98.0: Update constraint of 1.0
  • +
  • v0.98.0..v0.99.0: KHR_mesh_quantization, KHR_materials_emissive_strength
  • リリース作業手順
  • diff --git a/en/api/sample/AnimationBridgeSample.html b/en/api/sample/AnimationBridgeSample.html index 8483aeafb..b0582f53d 100644 --- a/en/api/sample/AnimationBridgeSample.html +++ b/en/api/sample/AnimationBridgeSample.html @@ -276,6 +276,7 @@
  • v0.96.2: ⚠️ fix BlendShape Import bug
  • v0.96.0..v0.97.0: Bug fix & update MeshUtil
  • v0.97.0..v0.98.0: Update constraint of 1.0
  • +
  • v0.98.0..v0.99.0: KHR_mesh_quantization, KHR_materials_emissive_strength
  • リリース作業手順
  • diff --git a/en/api/sample/FirstPersonSample.html b/en/api/sample/FirstPersonSample.html index f7ea4828e..2dee840f5 100644 --- a/en/api/sample/FirstPersonSample.html +++ b/en/api/sample/FirstPersonSample.html @@ -276,6 +276,7 @@
  • v0.96.2: ⚠️ fix BlendShape Import bug
  • v0.96.0..v0.97.0: Bug fix & update MeshUtil
  • v0.97.0..v0.98.0: Update constraint of 1.0
  • +
  • v0.98.0..v0.99.0: KHR_mesh_quantization, KHR_materials_emissive_strength
  • リリース作業手順
  • diff --git a/en/api/sample/RuntimeExporterSample.html b/en/api/sample/RuntimeExporterSample.html index 1dd8cf3a4..a0c08e532 100644 --- a/en/api/sample/RuntimeExporterSample.html +++ b/en/api/sample/RuntimeExporterSample.html @@ -276,6 +276,7 @@
  • v0.96.2: ⚠️ fix BlendShape Import bug
  • v0.96.0..v0.97.0: Bug fix & update MeshUtil
  • v0.97.0..v0.98.0: Update constraint of 1.0
  • +
  • v0.98.0..v0.99.0: KHR_mesh_quantization, KHR_materials_emissive_strength
  • リリース作業手順
  • diff --git a/en/api/sample/SimpleViewer.html b/en/api/sample/SimpleViewer.html index 2a92d754c..f29086801 100644 --- a/en/api/sample/SimpleViewer.html +++ b/en/api/sample/SimpleViewer.html @@ -276,6 +276,7 @@
  • v0.96.2: ⚠️ fix BlendShape Import bug
  • v0.96.0..v0.97.0: Bug fix & update MeshUtil
  • v0.97.0..v0.98.0: Update constraint of 1.0
  • +
  • v0.98.0..v0.99.0: KHR_mesh_quantization, KHR_materials_emissive_strength
  • リリース作業手順
  • diff --git a/en/api/sample/index.html b/en/api/sample/index.html index 6684ae075..45550e857 100644 --- a/en/api/sample/index.html +++ b/en/api/sample/index.html @@ -276,6 +276,7 @@
  • v0.96.2: ⚠️ fix BlendShape Import bug
  • v0.96.0..v0.97.0: Bug fix & update MeshUtil
  • v0.97.0..v0.98.0: Update constraint of 1.0
  • +
  • v0.98.0..v0.99.0: KHR_mesh_quantization, KHR_materials_emissive_strength
  • リリース作業手順
  • diff --git a/en/api/vrm1_expression.html b/en/api/vrm1_expression.html index 3f4febca0..e3d394da5 100644 --- a/en/api/vrm1_expression.html +++ b/en/api/vrm1_expression.html @@ -276,6 +276,7 @@
  • v0.96.2: ⚠️ fix BlendShape Import bug
  • v0.96.0..v0.97.0: Bug fix & update MeshUtil
  • v0.97.0..v0.98.0: Update constraint of 1.0
  • +
  • v0.98.0..v0.99.0: KHR_mesh_quantization, KHR_materials_emissive_strength
  • リリース作業手順
  • diff --git a/en/api/vrm1_firstperson.html b/en/api/vrm1_firstperson.html index 8e166498e..4b2717374 100644 --- a/en/api/vrm1_firstperson.html +++ b/en/api/vrm1_firstperson.html @@ -276,6 +276,7 @@
  • v0.96.2: ⚠️ fix BlendShape Import bug
  • v0.96.0..v0.97.0: Bug fix & update MeshUtil
  • v0.97.0..v0.98.0: Update constraint of 1.0
  • +
  • v0.98.0..v0.99.0: KHR_mesh_quantization, KHR_materials_emissive_strength
  • リリース作業手順
  • diff --git a/en/api/vrm1_get_humanoid.html b/en/api/vrm1_get_humanoid.html index 814720302..c7c2ef96b 100644 --- a/en/api/vrm1_get_humanoid.html +++ b/en/api/vrm1_get_humanoid.html @@ -276,6 +276,7 @@
  • v0.96.2: ⚠️ fix BlendShape Import bug
  • v0.96.0..v0.97.0: Bug fix & update MeshUtil
  • v0.97.0..v0.98.0: Update constraint of 1.0
  • +
  • v0.98.0..v0.99.0: KHR_mesh_quantization, KHR_materials_emissive_strength
  • リリース作業手順
  • diff --git a/en/api/vrm1_lookat.html b/en/api/vrm1_lookat.html index fe21dcc07..b10aced20 100644 --- a/en/api/vrm1_lookat.html +++ b/en/api/vrm1_lookat.html @@ -276,6 +276,7 @@
  • v0.96.2: ⚠️ fix BlendShape Import bug
  • v0.96.0..v0.97.0: Bug fix & update MeshUtil
  • v0.97.0..v0.98.0: Update constraint of 1.0
  • +
  • v0.98.0..v0.99.0: KHR_mesh_quantization, KHR_materials_emissive_strength
  • リリース作業手順
  • diff --git a/en/api/vrm1_runtime_load.html b/en/api/vrm1_runtime_load.html index 65b9a613f..781b95ab2 100644 --- a/en/api/vrm1_runtime_load.html +++ b/en/api/vrm1_runtime_load.html @@ -276,6 +276,7 @@
  • v0.96.2: ⚠️ fix BlendShape Import bug
  • v0.96.0..v0.97.0: Bug fix & update MeshUtil
  • v0.97.0..v0.98.0: Update constraint of 1.0
  • +
  • v0.98.0..v0.99.0: KHR_mesh_quantization, KHR_materials_emissive_strength
  • リリース作業手順
  • diff --git a/en/build.html b/en/build.html index 252a74b2d..eca68e636 100644 --- a/en/build.html +++ b/en/build.html @@ -276,6 +276,7 @@
  • v0.96.2: ⚠️ fix BlendShape Import bug
  • v0.96.0..v0.97.0: Bug fix & update MeshUtil
  • v0.97.0..v0.98.0: Update constraint of 1.0
  • +
  • v0.98.0..v0.99.0: KHR_mesh_quantization, KHR_materials_emissive_strength
  • リリース作業手順
  • diff --git a/en/genindex.html b/en/genindex.html index 107539c8c..ec65f9ecf 100644 --- a/en/genindex.html +++ b/en/genindex.html @@ -274,6 +274,7 @@
  • v0.96.2: ⚠️ fix BlendShape Import bug
  • v0.96.0..v0.97.0: Bug fix & update MeshUtil
  • v0.97.0..v0.98.0: Update constraint of 1.0
  • +
  • v0.98.0..v0.99.0: KHR_mesh_quantization, KHR_materials_emissive_strength
  • リリース作業手順
  • diff --git a/en/implementation/coordinate.html b/en/implementation/coordinate.html index b54dd8e46..f1f83b229 100644 --- a/en/implementation/coordinate.html +++ b/en/implementation/coordinate.html @@ -276,6 +276,7 @@
  • v0.96.2: ⚠️ fix BlendShape Import bug
  • v0.96.0..v0.97.0: Bug fix & update MeshUtil
  • v0.97.0..v0.98.0: Update constraint of 1.0
  • +
  • v0.98.0..v0.99.0: KHR_mesh_quantization, KHR_materials_emissive_strength
  • リリース作業手順
  • diff --git a/en/implementation/first_person.html b/en/implementation/first_person.html index 4085f351a..8e35acbd2 100644 --- a/en/implementation/first_person.html +++ b/en/implementation/first_person.html @@ -276,6 +276,7 @@
  • v0.96.2: ⚠️ fix BlendShape Import bug
  • v0.96.0..v0.97.0: Bug fix & update MeshUtil
  • v0.97.0..v0.98.0: Update constraint of 1.0
  • +
  • v0.98.0..v0.99.0: KHR_mesh_quantization, KHR_materials_emissive_strength
  • リリース作業手順
  • diff --git a/en/implementation/format.html b/en/implementation/format.html index 891c16265..1d6754ca8 100644 --- a/en/implementation/format.html +++ b/en/implementation/format.html @@ -276,6 +276,7 @@
  • v0.96.2: ⚠️ fix BlendShape Import bug
  • v0.96.0..v0.97.0: Bug fix & update MeshUtil
  • v0.97.0..v0.98.0: Update constraint of 1.0
  • +
  • v0.98.0..v0.99.0: KHR_mesh_quantization, KHR_materials_emissive_strength
  • リリース作業手順
  • diff --git a/en/implementation/index.html b/en/implementation/index.html index ec502341a..114386a6c 100644 --- a/en/implementation/index.html +++ b/en/implementation/index.html @@ -276,6 +276,7 @@
  • v0.96.2: ⚠️ fix BlendShape Import bug
  • v0.96.0..v0.97.0: Bug fix & update MeshUtil
  • v0.97.0..v0.98.0: Update constraint of 1.0
  • +
  • v0.98.0..v0.99.0: KHR_mesh_quantization, KHR_materials_emissive_strength
  • リリース作業手順
  • diff --git a/en/implementation/runtime_resource_management.html b/en/implementation/runtime_resource_management.html index 9675a53f7..d470b3f44 100644 --- a/en/implementation/runtime_resource_management.html +++ b/en/implementation/runtime_resource_management.html @@ -276,6 +276,7 @@
  • v0.96.2: ⚠️ fix BlendShape Import bug
  • v0.96.0..v0.97.0: Bug fix & update MeshUtil
  • v0.97.0..v0.98.0: Update constraint of 1.0
  • +
  • v0.98.0..v0.99.0: KHR_mesh_quantization, KHR_materials_emissive_strength
  • リリース作業手順
  • diff --git a/en/implementation/scripted_importer.html b/en/implementation/scripted_importer.html index 7bb62166f..31ec22221 100644 --- a/en/implementation/scripted_importer.html +++ b/en/implementation/scripted_importer.html @@ -276,6 +276,7 @@
  • v0.96.2: ⚠️ fix BlendShape Import bug
  • v0.96.0..v0.97.0: Bug fix & update MeshUtil
  • v0.97.0..v0.98.0: Update constraint of 1.0
  • +
  • v0.98.0..v0.99.0: KHR_mesh_quantization, KHR_materials_emissive_strength
  • リリース作業手順
  • diff --git a/en/implementation/texture_manipulation.html b/en/implementation/texture_manipulation.html index e0beebf8d..a8a21ba4b 100644 --- a/en/implementation/texture_manipulation.html +++ b/en/implementation/texture_manipulation.html @@ -276,6 +276,7 @@
  • v0.96.2: ⚠️ fix BlendShape Import bug
  • v0.96.0..v0.97.0: Bug fix & update MeshUtil
  • v0.97.0..v0.98.0: Update constraint of 1.0
  • +
  • v0.98.0..v0.99.0: KHR_mesh_quantization, KHR_materials_emissive_strength
  • リリース作業手順
  • diff --git a/en/implementation/transparent_zwrite.html b/en/implementation/transparent_zwrite.html index dcaa2373d..aff0a2aca 100644 --- a/en/implementation/transparent_zwrite.html +++ b/en/implementation/transparent_zwrite.html @@ -276,6 +276,7 @@
  • v0.96.2: ⚠️ fix BlendShape Import bug
  • v0.96.0..v0.97.0: Bug fix & update MeshUtil
  • v0.97.0..v0.98.0: Update constraint of 1.0
  • +
  • v0.98.0..v0.99.0: KHR_mesh_quantization, KHR_materials_emissive_strength
  • リリース作業手順
  • diff --git a/en/index.html b/en/index.html index 193482080..e1a6cd718 100644 --- a/en/index.html +++ b/en/index.html @@ -276,6 +276,7 @@
  • v0.96.2: ⚠️ fix BlendShape Import bug
  • v0.96.0..v0.97.0: Bug fix & update MeshUtil
  • v0.97.0..v0.98.0: Update constraint of 1.0
  • +
  • v0.98.0..v0.99.0: KHR_mesh_quantization, KHR_materials_emissive_strength
  • リリース作業手順
  • diff --git a/en/objects.inv b/en/objects.inv index 8156457e6..e1bdc6c3f 100644 Binary files a/en/objects.inv and b/en/objects.inv differ diff --git a/en/release/055/index.html b/en/release/055/index.html index a653a803e..41617507e 100644 --- a/en/release/055/index.html +++ b/en/release/055/index.html @@ -276,6 +276,7 @@
  • v0.96.2: ⚠️ fix BlendShape Import bug
  • v0.96.0..v0.97.0: Bug fix & update MeshUtil
  • v0.97.0..v0.98.0: Update constraint of 1.0
  • +
  • v0.98.0..v0.99.0: KHR_mesh_quantization, KHR_materials_emissive_strength
  • リリース作業手順
  • diff --git a/en/release/055/v0.40.html b/en/release/055/v0.40.html index 0d35ffbcf..793cd72b5 100644 --- a/en/release/055/v0.40.html +++ b/en/release/055/v0.40.html @@ -276,6 +276,7 @@
  • v0.96.2: ⚠️ fix BlendShape Import bug
  • v0.96.0..v0.97.0: Bug fix & update MeshUtil
  • v0.97.0..v0.98.0: Update constraint of 1.0
  • +
  • v0.98.0..v0.99.0: KHR_mesh_quantization, KHR_materials_emissive_strength
  • リリース作業手順
  • diff --git a/en/release/055/v0.41.html b/en/release/055/v0.41.html index 6e2c765cc..91b3c8c48 100644 --- a/en/release/055/v0.41.html +++ b/en/release/055/v0.41.html @@ -276,6 +276,7 @@
  • v0.96.2: ⚠️ fix BlendShape Import bug
  • v0.96.0..v0.97.0: Bug fix & update MeshUtil
  • v0.97.0..v0.98.0: Update constraint of 1.0
  • +
  • v0.98.0..v0.99.0: KHR_mesh_quantization, KHR_materials_emissive_strength
  • リリース作業手順
  • diff --git a/en/release/055/v0.42.html b/en/release/055/v0.42.html index b3a936541..b245b46dd 100644 --- a/en/release/055/v0.42.html +++ b/en/release/055/v0.42.html @@ -276,6 +276,7 @@
  • v0.96.2: ⚠️ fix BlendShape Import bug
  • v0.96.0..v0.97.0: Bug fix & update MeshUtil
  • v0.97.0..v0.98.0: Update constraint of 1.0
  • +
  • v0.98.0..v0.99.0: KHR_mesh_quantization, KHR_materials_emissive_strength
  • リリース作業手順
  • diff --git a/en/release/055/v0.43.html b/en/release/055/v0.43.html index 5922b576c..4b0e481eb 100644 --- a/en/release/055/v0.43.html +++ b/en/release/055/v0.43.html @@ -276,6 +276,7 @@
  • v0.96.2: ⚠️ fix BlendShape Import bug
  • v0.96.0..v0.97.0: Bug fix & update MeshUtil
  • v0.97.0..v0.98.0: Update constraint of 1.0
  • +
  • v0.98.0..v0.99.0: KHR_mesh_quantization, KHR_materials_emissive_strength
  • リリース作業手順
  • diff --git a/en/release/055/v0.44.html b/en/release/055/v0.44.html index 35e0e252e..c0aa7b5c5 100644 --- a/en/release/055/v0.44.html +++ b/en/release/055/v0.44.html @@ -276,6 +276,7 @@
  • v0.96.2: ⚠️ fix BlendShape Import bug
  • v0.96.0..v0.97.0: Bug fix & update MeshUtil
  • v0.97.0..v0.98.0: Update constraint of 1.0
  • +
  • v0.98.0..v0.99.0: KHR_mesh_quantization, KHR_materials_emissive_strength
  • リリース作業手順
  • diff --git a/en/release/055/v0.45.html b/en/release/055/v0.45.html index e3c0d06fc..f68b922b7 100644 --- a/en/release/055/v0.45.html +++ b/en/release/055/v0.45.html @@ -276,6 +276,7 @@
  • v0.96.2: ⚠️ fix BlendShape Import bug
  • v0.96.0..v0.97.0: Bug fix & update MeshUtil
  • v0.97.0..v0.98.0: Update constraint of 1.0
  • +
  • v0.98.0..v0.99.0: KHR_mesh_quantization, KHR_materials_emissive_strength
  • リリース作業手順
  • diff --git a/en/release/055/v0.46.html b/en/release/055/v0.46.html index d584e6799..d388610dd 100644 --- a/en/release/055/v0.46.html +++ b/en/release/055/v0.46.html @@ -276,6 +276,7 @@
  • v0.96.2: ⚠️ fix BlendShape Import bug
  • v0.96.0..v0.97.0: Bug fix & update MeshUtil
  • v0.97.0..v0.98.0: Update constraint of 1.0
  • +
  • v0.98.0..v0.99.0: KHR_mesh_quantization, KHR_materials_emissive_strength
  • リリース作業手順
  • diff --git a/en/release/055/v0.47.html b/en/release/055/v0.47.html index 61ac99c25..0e16191d7 100644 --- a/en/release/055/v0.47.html +++ b/en/release/055/v0.47.html @@ -276,6 +276,7 @@
  • v0.96.2: ⚠️ fix BlendShape Import bug
  • v0.96.0..v0.97.0: Bug fix & update MeshUtil
  • v0.97.0..v0.98.0: Update constraint of 1.0
  • +
  • v0.98.0..v0.99.0: KHR_mesh_quantization, KHR_materials_emissive_strength
  • リリース作業手順
  • diff --git a/en/release/055/v0.48.html b/en/release/055/v0.48.html index 6d7652c4a..8ddf60405 100644 --- a/en/release/055/v0.48.html +++ b/en/release/055/v0.48.html @@ -276,6 +276,7 @@
  • v0.96.2: ⚠️ fix BlendShape Import bug
  • v0.96.0..v0.97.0: Bug fix & update MeshUtil
  • v0.97.0..v0.98.0: Update constraint of 1.0
  • +
  • v0.98.0..v0.99.0: KHR_mesh_quantization, KHR_materials_emissive_strength
  • リリース作業手順
  • diff --git a/en/release/055/v0.49.html b/en/release/055/v0.49.html index 639066cf2..12ed4b3d8 100644 --- a/en/release/055/v0.49.html +++ b/en/release/055/v0.49.html @@ -276,6 +276,7 @@
  • v0.96.2: ⚠️ fix BlendShape Import bug
  • v0.96.0..v0.97.0: Bug fix & update MeshUtil
  • v0.97.0..v0.98.0: Update constraint of 1.0
  • +
  • v0.98.0..v0.99.0: KHR_mesh_quantization, KHR_materials_emissive_strength
  • リリース作業手順
  • diff --git a/en/release/055/v0.50.html b/en/release/055/v0.50.html index f94d71454..ab2ebfc6d 100644 --- a/en/release/055/v0.50.html +++ b/en/release/055/v0.50.html @@ -276,6 +276,7 @@
  • v0.96.2: ⚠️ fix BlendShape Import bug
  • v0.96.0..v0.97.0: Bug fix & update MeshUtil
  • v0.97.0..v0.98.0: Update constraint of 1.0
  • +
  • v0.98.0..v0.99.0: KHR_mesh_quantization, KHR_materials_emissive_strength
  • リリース作業手順
  • diff --git a/en/release/055/v0.51.0.html b/en/release/055/v0.51.0.html index 90fbeb8e2..733aae695 100644 --- a/en/release/055/v0.51.0.html +++ b/en/release/055/v0.51.0.html @@ -276,6 +276,7 @@
  • v0.96.2: ⚠️ fix BlendShape Import bug
  • v0.96.0..v0.97.0: Bug fix & update MeshUtil
  • v0.97.0..v0.98.0: Update constraint of 1.0
  • +
  • v0.98.0..v0.99.0: KHR_mesh_quantization, KHR_materials_emissive_strength
  • リリース作業手順
  • diff --git a/en/release/055/v0.52.0.html b/en/release/055/v0.52.0.html index 229d08515..c432c2890 100644 --- a/en/release/055/v0.52.0.html +++ b/en/release/055/v0.52.0.html @@ -276,6 +276,7 @@
  • v0.96.2: ⚠️ fix BlendShape Import bug
  • v0.96.0..v0.97.0: Bug fix & update MeshUtil
  • v0.97.0..v0.98.0: Update constraint of 1.0
  • +
  • v0.98.0..v0.99.0: KHR_mesh_quantization, KHR_materials_emissive_strength
  • リリース作業手順
  • diff --git a/en/release/055/v0.53.0.html b/en/release/055/v0.53.0.html index bcff36e73..e7aca448e 100644 --- a/en/release/055/v0.53.0.html +++ b/en/release/055/v0.53.0.html @@ -276,6 +276,7 @@
  • v0.96.2: ⚠️ fix BlendShape Import bug
  • v0.96.0..v0.97.0: Bug fix & update MeshUtil
  • v0.97.0..v0.98.0: Update constraint of 1.0
  • +
  • v0.98.0..v0.99.0: KHR_mesh_quantization, KHR_materials_emissive_strength
  • リリース作業手順
  • diff --git a/en/release/055/v0.54.0.html b/en/release/055/v0.54.0.html index e7ce740a3..39ec62149 100644 --- a/en/release/055/v0.54.0.html +++ b/en/release/055/v0.54.0.html @@ -276,6 +276,7 @@
  • v0.96.2: ⚠️ fix BlendShape Import bug
  • v0.96.0..v0.97.0: Bug fix & update MeshUtil
  • v0.97.0..v0.98.0: Update constraint of 1.0
  • +
  • v0.98.0..v0.99.0: KHR_mesh_quantization, KHR_materials_emissive_strength
  • リリース作業手順
  • diff --git a/en/release/055/v0.55.0.html b/en/release/055/v0.55.0.html index efd517745..728c498a3 100644 --- a/en/release/055/v0.55.0.html +++ b/en/release/055/v0.55.0.html @@ -276,6 +276,7 @@
  • v0.96.2: ⚠️ fix BlendShape Import bug
  • v0.96.0..v0.97.0: Bug fix & update MeshUtil
  • v0.97.0..v0.98.0: Update constraint of 1.0
  • +
  • v0.98.0..v0.99.0: KHR_mesh_quantization, KHR_materials_emissive_strength
  • リリース作業手順
  • diff --git a/en/release/056/index.html b/en/release/056/index.html index 8f209d4e7..c4c13b0d1 100644 --- a/en/release/056/index.html +++ b/en/release/056/index.html @@ -276,6 +276,7 @@
  • v0.96.2: ⚠️ fix BlendShape Import bug
  • v0.96.0..v0.97.0: Bug fix & update MeshUtil
  • v0.97.0..v0.98.0: Update constraint of 1.0
  • +
  • v0.98.0..v0.99.0: KHR_mesh_quantization, KHR_materials_emissive_strength
  • リリース作業手順
  • diff --git a/en/release/056/v0.56.0.html b/en/release/056/v0.56.0.html index ace7837a1..bdce121d9 100644 --- a/en/release/056/v0.56.0.html +++ b/en/release/056/v0.56.0.html @@ -276,6 +276,7 @@
  • v0.96.2: ⚠️ fix BlendShape Import bug
  • v0.96.0..v0.97.0: Bug fix & update MeshUtil
  • v0.97.0..v0.98.0: Update constraint of 1.0
  • +
  • v0.98.0..v0.99.0: KHR_mesh_quantization, KHR_materials_emissive_strength
  • リリース作業手順
  • diff --git a/en/release/056/v0.57.0.html b/en/release/056/v0.57.0.html index 5dc6ee2c5..f365589a8 100644 --- a/en/release/056/v0.57.0.html +++ b/en/release/056/v0.57.0.html @@ -276,6 +276,7 @@
  • v0.96.2: ⚠️ fix BlendShape Import bug
  • v0.96.0..v0.97.0: Bug fix & update MeshUtil
  • v0.97.0..v0.98.0: Update constraint of 1.0
  • +
  • v0.98.0..v0.99.0: KHR_mesh_quantization, KHR_materials_emissive_strength
  • リリース作業手順
  • diff --git a/en/release/056/v0.58.0.html b/en/release/056/v0.58.0.html index 41b77fbb0..7db6e598b 100644 --- a/en/release/056/v0.58.0.html +++ b/en/release/056/v0.58.0.html @@ -276,6 +276,7 @@
  • v0.96.2: ⚠️ fix BlendShape Import bug
  • v0.96.0..v0.97.0: Bug fix & update MeshUtil
  • v0.97.0..v0.98.0: Update constraint of 1.0
  • +
  • v0.98.0..v0.99.0: KHR_mesh_quantization, KHR_materials_emissive_strength
  • リリース作業手順
  • diff --git a/en/release/056/v0.59.0.html b/en/release/056/v0.59.0.html index ebde8f4dc..c55e023c0 100644 --- a/en/release/056/v0.59.0.html +++ b/en/release/056/v0.59.0.html @@ -276,6 +276,7 @@
  • v0.96.2: ⚠️ fix BlendShape Import bug
  • v0.96.0..v0.97.0: Bug fix & update MeshUtil
  • v0.97.0..v0.98.0: Update constraint of 1.0
  • +
  • v0.98.0..v0.99.0: KHR_mesh_quantization, KHR_materials_emissive_strength
  • リリース作業手順
  • diff --git a/en/release/056/v0.60.0.html b/en/release/056/v0.60.0.html index 00fcea526..6566c227f 100644 --- a/en/release/056/v0.60.0.html +++ b/en/release/056/v0.60.0.html @@ -276,6 +276,7 @@
  • v0.96.2: ⚠️ fix BlendShape Import bug
  • v0.96.0..v0.97.0: Bug fix & update MeshUtil
  • v0.97.0..v0.98.0: Update constraint of 1.0
  • +
  • v0.98.0..v0.99.0: KHR_mesh_quantization, KHR_materials_emissive_strength
  • リリース作業手順
  • diff --git a/en/release/056/v0.61.0.html b/en/release/056/v0.61.0.html index 52b978977..4012b7a1c 100644 --- a/en/release/056/v0.61.0.html +++ b/en/release/056/v0.61.0.html @@ -276,6 +276,7 @@
  • v0.96.2: ⚠️ fix BlendShape Import bug
  • v0.96.0..v0.97.0: Bug fix & update MeshUtil
  • v0.97.0..v0.98.0: Update constraint of 1.0
  • +
  • v0.98.0..v0.99.0: KHR_mesh_quantization, KHR_materials_emissive_strength
  • リリース作業手順
  • diff --git a/en/release/056/v0.62.0.html b/en/release/056/v0.62.0.html index a39fae205..cb6ce5579 100644 --- a/en/release/056/v0.62.0.html +++ b/en/release/056/v0.62.0.html @@ -276,6 +276,7 @@
  • v0.96.2: ⚠️ fix BlendShape Import bug
  • v0.96.0..v0.97.0: Bug fix & update MeshUtil
  • v0.97.0..v0.98.0: Update constraint of 1.0
  • +
  • v0.98.0..v0.99.0: KHR_mesh_quantization, KHR_materials_emissive_strength
  • リリース作業手順
  • diff --git a/en/release/056/v0.63.0.html b/en/release/056/v0.63.0.html index 10fa1e2c1..5c1e59096 100644 --- a/en/release/056/v0.63.0.html +++ b/en/release/056/v0.63.0.html @@ -276,6 +276,7 @@
  • v0.96.2: ⚠️ fix BlendShape Import bug
  • v0.96.0..v0.97.0: Bug fix & update MeshUtil
  • v0.97.0..v0.98.0: Update constraint of 1.0
  • +
  • v0.98.0..v0.99.0: KHR_mesh_quantization, KHR_materials_emissive_strength
  • リリース作業手順
  • diff --git a/en/release/056/v0.64.0.html b/en/release/056/v0.64.0.html index 326bcaa3c..3513fa37c 100644 --- a/en/release/056/v0.64.0.html +++ b/en/release/056/v0.64.0.html @@ -276,6 +276,7 @@
  • v0.96.2: ⚠️ fix BlendShape Import bug
  • v0.96.0..v0.97.0: Bug fix & update MeshUtil
  • v0.97.0..v0.98.0: Update constraint of 1.0
  • +
  • v0.98.0..v0.99.0: KHR_mesh_quantization, KHR_materials_emissive_strength
  • リリース作業手順
  • diff --git a/en/release/056/v0.65.0.html b/en/release/056/v0.65.0.html index fce39ca47..0ab155374 100644 --- a/en/release/056/v0.65.0.html +++ b/en/release/056/v0.65.0.html @@ -276,6 +276,7 @@
  • v0.96.2: ⚠️ fix BlendShape Import bug
  • v0.96.0..v0.97.0: Bug fix & update MeshUtil
  • v0.97.0..v0.98.0: Update constraint of 1.0
  • +
  • v0.98.0..v0.99.0: KHR_mesh_quantization, KHR_materials_emissive_strength
  • リリース作業手順
  • diff --git a/en/release/056/v0.66.0.html b/en/release/056/v0.66.0.html index 14a76a858..1fa001ea6 100644 --- a/en/release/056/v0.66.0.html +++ b/en/release/056/v0.66.0.html @@ -276,6 +276,7 @@
  • v0.96.2: ⚠️ fix BlendShape Import bug
  • v0.96.0..v0.97.0: Bug fix & update MeshUtil
  • v0.97.0..v0.98.0: Update constraint of 1.0
  • +
  • v0.98.0..v0.99.0: KHR_mesh_quantization, KHR_materials_emissive_strength
  • リリース作業手順
  • diff --git a/en/release/056/v0.67.0.html b/en/release/056/v0.67.0.html index a4588e42c..66b0adda3 100644 --- a/en/release/056/v0.67.0.html +++ b/en/release/056/v0.67.0.html @@ -276,6 +276,7 @@
  • v0.96.2: ⚠️ fix BlendShape Import bug
  • v0.96.0..v0.97.0: Bug fix & update MeshUtil
  • v0.97.0..v0.98.0: Update constraint of 1.0
  • +
  • v0.98.0..v0.99.0: KHR_mesh_quantization, KHR_materials_emissive_strength
  • リリース作業手順
  • diff --git a/en/release/068/index.html b/en/release/068/index.html index 6f3e6003a..0ba973ade 100644 --- a/en/release/068/index.html +++ b/en/release/068/index.html @@ -276,6 +276,7 @@
  • v0.96.2: ⚠️ fix BlendShape Import bug
  • v0.96.0..v0.97.0: Bug fix & update MeshUtil
  • v0.97.0..v0.98.0: Update constraint of 1.0
  • +
  • v0.98.0..v0.99.0: KHR_mesh_quantization, KHR_materials_emissive_strength
  • リリース作業手順
  • diff --git a/en/release/068/v0.68.0.html b/en/release/068/v0.68.0.html index ebb532a91..0cf90fd13 100644 --- a/en/release/068/v0.68.0.html +++ b/en/release/068/v0.68.0.html @@ -276,6 +276,7 @@
  • v0.96.2: ⚠️ fix BlendShape Import bug
  • v0.96.0..v0.97.0: Bug fix & update MeshUtil
  • v0.97.0..v0.98.0: Update constraint of 1.0
  • +
  • v0.98.0..v0.99.0: KHR_mesh_quantization, KHR_materials_emissive_strength
  • リリース作業手順
  • diff --git a/en/release/068/v0.69.0.html b/en/release/068/v0.69.0.html index e4a4c8b42..40778d4bf 100644 --- a/en/release/068/v0.69.0.html +++ b/en/release/068/v0.69.0.html @@ -276,6 +276,7 @@
  • v0.96.2: ⚠️ fix BlendShape Import bug
  • v0.96.0..v0.97.0: Bug fix & update MeshUtil
  • v0.97.0..v0.98.0: Update constraint of 1.0
  • +
  • v0.98.0..v0.99.0: KHR_mesh_quantization, KHR_materials_emissive_strength
  • リリース作業手順
  • diff --git a/en/release/068/v0.70.0.html b/en/release/068/v0.70.0.html index d9c3a0d87..55f4043c3 100644 --- a/en/release/068/v0.70.0.html +++ b/en/release/068/v0.70.0.html @@ -276,6 +276,7 @@
  • v0.96.2: ⚠️ fix BlendShape Import bug
  • v0.96.0..v0.97.0: Bug fix & update MeshUtil
  • v0.97.0..v0.98.0: Update constraint of 1.0
  • +
  • v0.98.0..v0.99.0: KHR_mesh_quantization, KHR_materials_emissive_strength
  • リリース作業手順
  • diff --git a/en/release/068/v0.71.0.html b/en/release/068/v0.71.0.html index 79d9d6c9c..547c5b64a 100644 --- a/en/release/068/v0.71.0.html +++ b/en/release/068/v0.71.0.html @@ -276,6 +276,7 @@
  • v0.96.2: ⚠️ fix BlendShape Import bug
  • v0.96.0..v0.97.0: Bug fix & update MeshUtil
  • v0.97.0..v0.98.0: Update constraint of 1.0
  • +
  • v0.98.0..v0.99.0: KHR_mesh_quantization, KHR_materials_emissive_strength
  • リリース作業手順
  • diff --git a/en/release/068/v0.72.0.html b/en/release/068/v0.72.0.html index c636c11f8..6cba0e89b 100644 --- a/en/release/068/v0.72.0.html +++ b/en/release/068/v0.72.0.html @@ -276,6 +276,7 @@
  • v0.96.2: ⚠️ fix BlendShape Import bug
  • v0.96.0..v0.97.0: Bug fix & update MeshUtil
  • v0.97.0..v0.98.0: Update constraint of 1.0
  • +
  • v0.98.0..v0.99.0: KHR_mesh_quantization, KHR_materials_emissive_strength
  • リリース作業手順
  • diff --git a/en/release/068/v0.73.0.html b/en/release/068/v0.73.0.html index d9c107a28..525a7c6dc 100644 --- a/en/release/068/v0.73.0.html +++ b/en/release/068/v0.73.0.html @@ -276,6 +276,7 @@
  • v0.96.2: ⚠️ fix BlendShape Import bug
  • v0.96.0..v0.97.0: Bug fix & update MeshUtil
  • v0.97.0..v0.98.0: Update constraint of 1.0
  • +
  • v0.98.0..v0.99.0: KHR_mesh_quantization, KHR_materials_emissive_strength
  • リリース作業手順
  • diff --git a/en/release/068/v0.74.0.html b/en/release/068/v0.74.0.html index 3687b1005..08ebd7a26 100644 --- a/en/release/068/v0.74.0.html +++ b/en/release/068/v0.74.0.html @@ -276,6 +276,7 @@
  • v0.96.2: ⚠️ fix BlendShape Import bug
  • v0.96.0..v0.97.0: Bug fix & update MeshUtil
  • v0.97.0..v0.98.0: Update constraint of 1.0
  • +
  • v0.98.0..v0.99.0: KHR_mesh_quantization, KHR_materials_emissive_strength
  • リリース作業手順
  • diff --git a/en/release/068/v0.75.0.html b/en/release/068/v0.75.0.html index dbfe822c8..8c674cea1 100644 --- a/en/release/068/v0.75.0.html +++ b/en/release/068/v0.75.0.html @@ -276,6 +276,7 @@
  • v0.96.2: ⚠️ fix BlendShape Import bug
  • v0.96.0..v0.97.0: Bug fix & update MeshUtil
  • v0.97.0..v0.98.0: Update constraint of 1.0
  • +
  • v0.98.0..v0.99.0: KHR_mesh_quantization, KHR_materials_emissive_strength
  • リリース作業手順
  • diff --git a/en/release/068/v0.76.0.html b/en/release/068/v0.76.0.html index 21fbccf1b..f5c304fe5 100644 --- a/en/release/068/v0.76.0.html +++ b/en/release/068/v0.76.0.html @@ -276,6 +276,7 @@
  • v0.96.2: ⚠️ fix BlendShape Import bug
  • v0.96.0..v0.97.0: Bug fix & update MeshUtil
  • v0.97.0..v0.98.0: Update constraint of 1.0
  • +
  • v0.98.0..v0.99.0: KHR_mesh_quantization, KHR_materials_emissive_strength
  • リリース作業手順
  • diff --git a/en/release/068/v0.77.0.html b/en/release/068/v0.77.0.html index d03665e5e..ae6dd7fb8 100644 --- a/en/release/068/v0.77.0.html +++ b/en/release/068/v0.77.0.html @@ -276,6 +276,7 @@
  • v0.96.2: ⚠️ fix BlendShape Import bug
  • v0.96.0..v0.97.0: Bug fix & update MeshUtil
  • v0.97.0..v0.98.0: Update constraint of 1.0
  • +
  • v0.98.0..v0.99.0: KHR_mesh_quantization, KHR_materials_emissive_strength
  • リリース作業手順
  • diff --git a/en/release/068/v0.78.0.html b/en/release/068/v0.78.0.html index 3e6a8e012..923511dd4 100644 --- a/en/release/068/v0.78.0.html +++ b/en/release/068/v0.78.0.html @@ -276,6 +276,7 @@
  • v0.96.2: ⚠️ fix BlendShape Import bug
  • v0.96.0..v0.97.0: Bug fix & update MeshUtil
  • v0.97.0..v0.98.0: Update constraint of 1.0
  • +
  • v0.98.0..v0.99.0: KHR_mesh_quantization, KHR_materials_emissive_strength
  • リリース作業手順
  • diff --git a/en/release/079/index.html b/en/release/079/index.html index 9650ba55a..fecc5efa3 100644 --- a/en/release/079/index.html +++ b/en/release/079/index.html @@ -276,6 +276,7 @@
  • v0.96.2: ⚠️ fix BlendShape Import bug
  • v0.96.0..v0.97.0: Bug fix & update MeshUtil
  • v0.97.0..v0.98.0: Update constraint of 1.0
  • +
  • v0.98.0..v0.99.0: KHR_mesh_quantization, KHR_materials_emissive_strength
  • リリース作業手順
  • @@ -345,6 +346,7 @@
  • v0.96.2: ⚠️ fix BlendShape Import bug
  • v0.96.0..v0.97.0: Bug fix & update MeshUtil
  • v0.97.0..v0.98.0: Update constraint of 1.0
  • +
  • v0.98.0..v0.99.0: KHR_mesh_quantization, KHR_materials_emissive_strength
  • diff --git a/en/release/079/v0.79.0.html b/en/release/079/v0.79.0.html index 9cb3e8edf..0c923d440 100644 --- a/en/release/079/v0.79.0.html +++ b/en/release/079/v0.79.0.html @@ -276,6 +276,7 @@
  • v0.96.2: ⚠️ fix BlendShape Import bug
  • v0.96.0..v0.97.0: Bug fix & update MeshUtil
  • v0.97.0..v0.98.0: Update constraint of 1.0
  • +
  • v0.98.0..v0.99.0: KHR_mesh_quantization, KHR_materials_emissive_strength
  • リリース作業手順
  • diff --git a/en/release/079/v0.80.0.html b/en/release/079/v0.80.0.html index 3dfd158de..95eabf07f 100644 --- a/en/release/079/v0.80.0.html +++ b/en/release/079/v0.80.0.html @@ -276,6 +276,7 @@
  • v0.96.2: ⚠️ fix BlendShape Import bug
  • v0.96.0..v0.97.0: Bug fix & update MeshUtil
  • v0.97.0..v0.98.0: Update constraint of 1.0
  • +
  • v0.98.0..v0.99.0: KHR_mesh_quantization, KHR_materials_emissive_strength
  • リリース作業手順
  • diff --git a/en/release/079/v0.81.0.html b/en/release/079/v0.81.0.html index 301e5741d..4171b4dba 100644 --- a/en/release/079/v0.81.0.html +++ b/en/release/079/v0.81.0.html @@ -276,6 +276,7 @@
  • v0.96.2: ⚠️ fix BlendShape Import bug
  • v0.96.0..v0.97.0: Bug fix & update MeshUtil
  • v0.97.0..v0.98.0: Update constraint of 1.0
  • +
  • v0.98.0..v0.99.0: KHR_mesh_quantization, KHR_materials_emissive_strength
  • リリース作業手順
  • diff --git a/en/release/079/v0.82.0.html b/en/release/079/v0.82.0.html index e386d5674..b4cd200e6 100644 --- a/en/release/079/v0.82.0.html +++ b/en/release/079/v0.82.0.html @@ -276,6 +276,7 @@
  • v0.96.2: ⚠️ fix BlendShape Import bug
  • v0.96.0..v0.97.0: Bug fix & update MeshUtil
  • v0.97.0..v0.98.0: Update constraint of 1.0
  • +
  • v0.98.0..v0.99.0: KHR_mesh_quantization, KHR_materials_emissive_strength
  • リリース作業手順
  • diff --git a/en/release/079/v0.83.0.html b/en/release/079/v0.83.0.html index 6400050dd..c8ab99ed5 100644 --- a/en/release/079/v0.83.0.html +++ b/en/release/079/v0.83.0.html @@ -276,6 +276,7 @@
  • v0.96.2: ⚠️ fix BlendShape Import bug
  • v0.96.0..v0.97.0: Bug fix & update MeshUtil
  • v0.97.0..v0.98.0: Update constraint of 1.0
  • +
  • v0.98.0..v0.99.0: KHR_mesh_quantization, KHR_materials_emissive_strength
  • リリース作業手順
  • diff --git a/en/release/079/v0.84.0.html b/en/release/079/v0.84.0.html index 43615ad09..eb1ddf104 100644 --- a/en/release/079/v0.84.0.html +++ b/en/release/079/v0.84.0.html @@ -276,6 +276,7 @@
  • v0.96.2: ⚠️ fix BlendShape Import bug
  • v0.96.0..v0.97.0: Bug fix & update MeshUtil
  • v0.97.0..v0.98.0: Update constraint of 1.0
  • +
  • v0.98.0..v0.99.0: KHR_mesh_quantization, KHR_materials_emissive_strength
  • リリース作業手順
  • diff --git a/en/release/079/v0.85.0.html b/en/release/079/v0.85.0.html index 2b02a5b2f..9ae3022d3 100644 --- a/en/release/079/v0.85.0.html +++ b/en/release/079/v0.85.0.html @@ -276,6 +276,7 @@
  • v0.96.2: ⚠️ fix BlendShape Import bug
  • v0.96.0..v0.97.0: Bug fix & update MeshUtil
  • v0.97.0..v0.98.0: Update constraint of 1.0
  • +
  • v0.98.0..v0.99.0: KHR_mesh_quantization, KHR_materials_emissive_strength
  • リリース作業手順
  • diff --git a/en/release/079/v0.86.0.html b/en/release/079/v0.86.0.html index 1032d76d3..85b434e15 100644 --- a/en/release/079/v0.86.0.html +++ b/en/release/079/v0.86.0.html @@ -276,6 +276,7 @@
  • v0.96.2: ⚠️ fix BlendShape Import bug
  • v0.96.0..v0.97.0: Bug fix & update MeshUtil
  • v0.97.0..v0.98.0: Update constraint of 1.0
  • +
  • v0.98.0..v0.99.0: KHR_mesh_quantization, KHR_materials_emissive_strength
  • リリース作業手順
  • diff --git a/en/release/079/v0.87.0.html b/en/release/079/v0.87.0.html index f87dad3c8..fa6046191 100644 --- a/en/release/079/v0.87.0.html +++ b/en/release/079/v0.87.0.html @@ -276,6 +276,7 @@
  • v0.96.2: ⚠️ fix BlendShape Import bug
  • v0.96.0..v0.97.0: Bug fix & update MeshUtil
  • v0.97.0..v0.98.0: Update constraint of 1.0
  • +
  • v0.98.0..v0.99.0: KHR_mesh_quantization, KHR_materials_emissive_strength
  • リリース作業手順
  • diff --git a/en/release/079/v0.88.0.html b/en/release/079/v0.88.0.html index b0fc70c74..7f4d47cba 100644 --- a/en/release/079/v0.88.0.html +++ b/en/release/079/v0.88.0.html @@ -276,6 +276,7 @@
  • v0.96.2: ⚠️ fix BlendShape Import bug
  • v0.96.0..v0.97.0: Bug fix & update MeshUtil
  • v0.97.0..v0.98.0: Update constraint of 1.0
  • +
  • v0.98.0..v0.99.0: KHR_mesh_quantization, KHR_materials_emissive_strength
  • リリース作業手順
  • diff --git a/en/release/079/v0.89.0.html b/en/release/079/v0.89.0.html index f9730a86d..4ed597b17 100644 --- a/en/release/079/v0.89.0.html +++ b/en/release/079/v0.89.0.html @@ -276,6 +276,7 @@
  • v0.96.2: ⚠️ fix BlendShape Import bug
  • v0.96.0..v0.97.0: Bug fix & update MeshUtil
  • v0.97.0..v0.98.0: Update constraint of 1.0
  • +
  • v0.98.0..v0.99.0: KHR_mesh_quantization, KHR_materials_emissive_strength
  • リリース作業手順
  • diff --git a/en/release/079/v0.90.0.html b/en/release/079/v0.90.0.html index f5a4727cd..73eae5655 100644 --- a/en/release/079/v0.90.0.html +++ b/en/release/079/v0.90.0.html @@ -276,6 +276,7 @@
  • v0.96.2: ⚠️ fix BlendShape Import bug
  • v0.96.0..v0.97.0: Bug fix & update MeshUtil
  • v0.97.0..v0.98.0: Update constraint of 1.0
  • +
  • v0.98.0..v0.99.0: KHR_mesh_quantization, KHR_materials_emissive_strength
  • リリース作業手順
  • diff --git a/en/release/079/v0.91.0.html b/en/release/079/v0.91.0.html index 9023d1510..a81a50624 100644 --- a/en/release/079/v0.91.0.html +++ b/en/release/079/v0.91.0.html @@ -276,6 +276,7 @@
  • v0.96.2: ⚠️ fix BlendShape Import bug
  • v0.96.0..v0.97.0: Bug fix & update MeshUtil
  • v0.97.0..v0.98.0: Update constraint of 1.0
  • +
  • v0.98.0..v0.99.0: KHR_mesh_quantization, KHR_materials_emissive_strength
  • リリース作業手順
  • diff --git a/en/release/079/v0.92.0.html b/en/release/079/v0.92.0.html index bca8fbc7d..2b1357e05 100644 --- a/en/release/079/v0.92.0.html +++ b/en/release/079/v0.92.0.html @@ -276,6 +276,7 @@
  • v0.96.2: ⚠️ fix BlendShape Import bug
  • v0.96.0..v0.97.0: Bug fix & update MeshUtil
  • v0.97.0..v0.98.0: Update constraint of 1.0
  • +
  • v0.98.0..v0.99.0: KHR_mesh_quantization, KHR_materials_emissive_strength
  • リリース作業手順
  • diff --git a/en/release/079/v0.93.0.html b/en/release/079/v0.93.0.html index aaaad6111..93095ecab 100644 --- a/en/release/079/v0.93.0.html +++ b/en/release/079/v0.93.0.html @@ -276,6 +276,7 @@
  • v0.96.2: ⚠️ fix BlendShape Import bug
  • v0.96.0..v0.97.0: Bug fix & update MeshUtil
  • v0.97.0..v0.98.0: Update constraint of 1.0
  • +
  • v0.98.0..v0.99.0: KHR_mesh_quantization, KHR_materials_emissive_strength
  • リリース作業手順
  • diff --git a/en/release/079/v0.94.0.html b/en/release/079/v0.94.0.html index 3569d1b54..f9099e32c 100644 --- a/en/release/079/v0.94.0.html +++ b/en/release/079/v0.94.0.html @@ -276,6 +276,7 @@
  • v0.96.2: ⚠️ fix BlendShape Import bug
  • v0.96.0..v0.97.0: Bug fix & update MeshUtil
  • v0.97.0..v0.98.0: Update constraint of 1.0
  • +
  • v0.98.0..v0.99.0: KHR_mesh_quantization, KHR_materials_emissive_strength
  • リリース作業手順
  • diff --git a/en/release/079/v0.95.1.html b/en/release/079/v0.95.1.html index caf39ef81..09e68478a 100644 --- a/en/release/079/v0.95.1.html +++ b/en/release/079/v0.95.1.html @@ -276,6 +276,7 @@
  • v0.96.2: ⚠️ fix BlendShape Import bug
  • v0.96.0..v0.97.0: Bug fix & update MeshUtil
  • v0.97.0..v0.98.0: Update constraint of 1.0
  • +
  • v0.98.0..v0.99.0: KHR_mesh_quantization, KHR_materials_emissive_strength
  • リリース作業手順
  • diff --git a/en/release/079/v0.96.0.html b/en/release/079/v0.96.0.html index 5f58cb0a9..3a56741e4 100644 --- a/en/release/079/v0.96.0.html +++ b/en/release/079/v0.96.0.html @@ -276,6 +276,7 @@
  • v0.96.2: ⚠️ fix BlendShape Import bug
  • v0.96.0..v0.97.0: Bug fix & update MeshUtil
  • v0.97.0..v0.98.0: Update constraint of 1.0
  • +
  • v0.98.0..v0.99.0: KHR_mesh_quantization, KHR_materials_emissive_strength
  • リリース作業手順
  • diff --git a/en/release/079/v0.96.1.html b/en/release/079/v0.96.1.html index 4f47bc68d..1994a1074 100644 --- a/en/release/079/v0.96.1.html +++ b/en/release/079/v0.96.1.html @@ -276,6 +276,7 @@
  • v0.96.2: ⚠️ fix BlendShape Import bug
  • v0.96.0..v0.97.0: Bug fix & update MeshUtil
  • v0.97.0..v0.98.0: Update constraint of 1.0
  • +
  • v0.98.0..v0.99.0: KHR_mesh_quantization, KHR_materials_emissive_strength
  • リリース作業手順
  • diff --git a/en/release/079/v0.96.2.html b/en/release/079/v0.96.2.html index f97011f00..b7e094f65 100644 --- a/en/release/079/v0.96.2.html +++ b/en/release/079/v0.96.2.html @@ -276,6 +276,7 @@
  • v0.96.2: ⚠️ fix BlendShape Import bug
  • v0.96.0..v0.97.0: Bug fix & update MeshUtil
  • v0.97.0..v0.98.0: Update constraint of 1.0
  • +
  • v0.98.0..v0.99.0: KHR_mesh_quantization, KHR_materials_emissive_strength
  • リリース作業手順
  • diff --git a/en/release/079/v0.97.0.html b/en/release/079/v0.97.0.html index c36e802bd..ccbf04b11 100644 --- a/en/release/079/v0.97.0.html +++ b/en/release/079/v0.97.0.html @@ -276,6 +276,7 @@
  • v0.96.2: ⚠️ fix BlendShape Import bug
  • v0.96.0..v0.97.0: Bug fix & update MeshUtil
  • v0.97.0..v0.98.0: Update constraint of 1.0
  • +
  • v0.98.0..v0.99.0: KHR_mesh_quantization, KHR_materials_emissive_strength
  • リリース作業手順
  • diff --git a/en/release/079/v0.98.0.html b/en/release/079/v0.98.0.html index f546927c5..843d00f6a 100644 --- a/en/release/079/v0.98.0.html +++ b/en/release/079/v0.98.0.html @@ -3,7 +3,7 @@ - + v0.97.0..v0.98.0: Update constraint of 1.0 - UniVRM Programming documentation @@ -276,6 +276,7 @@
  • v0.96.2: ⚠️ fix BlendShape Import bug
  • v0.96.0..v0.97.0: Bug fix & update MeshUtil
  • v0.97.0..v0.98.0: Update constraint of 1.0
  • +
  • v0.98.0..v0.99.0: KHR_mesh_quantization, KHR_materials_emissive_strength
  • リリース作業手順
  • @@ -360,12 +361,12 @@