@pixiv/three-vrm 0.6.4 → 0.6.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (73) hide show
  1. package/README.md +2 -2
  2. package/lib/three-vrm.js +3664 -3472
  3. package/lib/three-vrm.min.js +2 -2
  4. package/lib/three-vrm.module.js +3644 -3483
  5. package/lib/three-vrm.module.min.js +2 -2
  6. package/package.json +6 -9
  7. package/ts3.4/types/VRMUtils/index.d.ts +2 -0
  8. package/ts3.4/types/VRMUtils/removeUnnecessaryVertices.d.ts +12 -0
  9. package/ts3.4/types/material/getTexelDecodingFunction.d.ts +6 -0
  10. package/types/VRM.d.ts +110 -110
  11. package/types/VRMImporter.d.ts +42 -42
  12. package/types/VRMUtils/extractThumbnailBlob.d.ts +10 -10
  13. package/types/VRMUtils/index.d.ts +9 -7
  14. package/types/VRMUtils/removeUnnecessaryJoints.d.ts +9 -9
  15. package/types/VRMUtils/removeUnnecessaryVertices.d.ts +12 -0
  16. package/types/blendshape/VRMBlendShapeGroup.d.ts +50 -50
  17. package/types/blendshape/VRMBlendShapeImporter.d.ts +13 -13
  18. package/types/blendshape/VRMBlendShapeProxy.d.ts +91 -91
  19. package/types/blendshape/index.d.ts +3 -3
  20. package/types/debug/VRMDebug.d.ts +28 -28
  21. package/types/debug/VRMDebugOptions.d.ts +10 -10
  22. package/types/debug/VRMImporterDebug.d.ts +11 -11
  23. package/types/debug/VRMLookAtHeadDebug.d.ts +8 -8
  24. package/types/debug/VRMLookAtImporterDebug.d.ts +9 -9
  25. package/types/debug/VRMSpringBoneDebug.d.ts +14 -14
  26. package/types/debug/VRMSpringBoneImporterDebug.d.ts +10 -10
  27. package/types/debug/VRMSpringBoneManagerDebug.d.ts +11 -11
  28. package/types/debug/index.d.ts +4 -4
  29. package/types/firstperson/VRMFirstPerson.d.ts +116 -116
  30. package/types/firstperson/VRMFirstPersonImporter.d.ts +15 -15
  31. package/types/firstperson/index.d.ts +2 -2
  32. package/types/humanoid/VRMHumanBone.d.ts +22 -22
  33. package/types/humanoid/VRMHumanBoneArray.d.ts +9 -9
  34. package/types/humanoid/VRMHumanBones.d.ts +8 -8
  35. package/types/humanoid/VRMHumanDescription.d.ts +14 -14
  36. package/types/humanoid/VRMHumanLimit.d.ts +12 -12
  37. package/types/humanoid/VRMHumanoid.d.ts +87 -87
  38. package/types/humanoid/VRMHumanoidImporter.d.ts +13 -13
  39. package/types/humanoid/index.d.ts +6 -6
  40. package/types/index.d.ts +12 -12
  41. package/types/lookat/VRMCurveMapper.d.ts +36 -36
  42. package/types/lookat/VRMLookAtApplyer.d.ts +18 -18
  43. package/types/lookat/VRMLookAtBlendShapeApplyer.d.ts +26 -26
  44. package/types/lookat/VRMLookAtBoneApplyer.d.ts +28 -28
  45. package/types/lookat/VRMLookAtHead.d.ts +57 -57
  46. package/types/lookat/VRMLookAtImporter.d.ts +23 -23
  47. package/types/lookat/index.d.ts +6 -6
  48. package/types/material/MToonMaterial.d.ts +206 -206
  49. package/types/material/VRMMaterialImporter.d.ts +50 -50
  50. package/types/material/VRMUnlitMaterial.d.ts +46 -46
  51. package/types/material/getTexelDecodingFunction.d.ts +9 -3
  52. package/types/material/index.d.ts +3 -3
  53. package/types/meta/VRMMeta.d.ts +59 -59
  54. package/types/meta/VRMMetaImporter.d.ts +14 -14
  55. package/types/meta/VRMMetaImporterOptions.d.ts +9 -9
  56. package/types/meta/index.d.ts +3 -3
  57. package/types/springbone/VRMSpringBone.d.ts +130 -130
  58. package/types/springbone/VRMSpringBoneColliderGroup.d.ts +15 -15
  59. package/types/springbone/VRMSpringBoneImporter.d.ts +34 -34
  60. package/types/springbone/VRMSpringBoneManager.d.ts +35 -35
  61. package/types/springbone/VRMSpringBoneParameters.d.ts +9 -9
  62. package/types/springbone/index.d.ts +5 -5
  63. package/types/types/GLTFSchema.d.ts +887 -887
  64. package/types/types/VRMSchema.d.ts +440 -440
  65. package/types/types/index.d.ts +3 -3
  66. package/types/types/types.d.ts +64 -64
  67. package/types/utils/Matrix4InverseCache.d.ts +28 -28
  68. package/types/utils/disposer.d.ts +2 -2
  69. package/types/utils/gltfExtractPrimitivesFromNode.d.ts +22 -22
  70. package/types/utils/mat4InvertCompat.d.ts +8 -8
  71. package/types/utils/math.d.ts +40 -40
  72. package/types/utils/quatInvertCompat.d.ts +8 -8
  73. package/types/utils/renameMaterialProperty.d.ts +1 -1
package/README.md CHANGED
@@ -6,9 +6,9 @@ Use [VRM](https://vrm.dev/) on [three.js](https://threejs.org/)
6
6
 
7
7
  [GitHub Repository](https://github.com/pixiv/three-vrm/)
8
8
 
9
- [Examples](https://pixiv.github.io/three-vrm/examples)
9
+ [Examples](https://pixiv.github.io/three-vrm/packages/three-vrm/examples)
10
10
 
11
- [Documentation](https://pixiv.github.io/three-vrm/docs)
11
+ [Documentation](https://pixiv.github.io/three-vrm/packages/three-vrm/docs)
12
12
 
13
13
  ## Usage
14
14