@pixiv/three-vrm 0.6.8 → 0.6.9

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 (84) hide show
  1. package/lib/three-vrm.js +3654 -3640
  2. package/lib/three-vrm.min.js +1 -1
  3. package/lib/three-vrm.module.js +3654 -3640
  4. package/lib/three-vrm.module.min.js +1 -1
  5. package/package.json +6 -6
  6. package/ts3.4/types/VRM.d.ts +1 -1
  7. package/ts3.4/types/VRMImporter.d.ts +1 -1
  8. package/ts3.4/types/blendshape/VRMBlendShapeImporter.d.ts +1 -1
  9. package/ts3.4/types/debug/VRMDebug.d.ts +1 -1
  10. package/ts3.4/types/debug/VRMImporterDebug.d.ts +1 -1
  11. package/ts3.4/types/debug/VRMLookAtImporterDebug.d.ts +1 -1
  12. package/ts3.4/types/debug/VRMSpringBoneImporterDebug.d.ts +1 -1
  13. package/ts3.4/types/firstperson/VRMFirstPersonImporter.d.ts +1 -1
  14. package/ts3.4/types/humanoid/VRMHumanoidImporter.d.ts +1 -1
  15. package/ts3.4/types/lookat/VRMLookAtImporter.d.ts +1 -1
  16. package/ts3.4/types/material/VRMMaterialImporter.d.ts +1 -1
  17. package/ts3.4/types/material/getTexelDecodingFunction.d.ts +4 -0
  18. package/ts3.4/types/meta/VRMMetaImporter.d.ts +1 -1
  19. package/ts3.4/types/springbone/VRMSpringBoneImporter.d.ts +1 -1
  20. package/ts3.4/types/utils/gltfExtractPrimitivesFromNode.d.ts +1 -1
  21. package/types/VRM.d.ts +110 -110
  22. package/types/VRMImporter.d.ts +42 -42
  23. package/types/VRMUtils/extractThumbnailBlob.d.ts +10 -10
  24. package/types/VRMUtils/index.d.ts +9 -9
  25. package/types/VRMUtils/removeUnnecessaryJoints.d.ts +9 -9
  26. package/types/VRMUtils/removeUnnecessaryVertices.d.ts +12 -12
  27. package/types/blendshape/VRMBlendShapeGroup.d.ts +50 -50
  28. package/types/blendshape/VRMBlendShapeImporter.d.ts +13 -13
  29. package/types/blendshape/VRMBlendShapeProxy.d.ts +91 -91
  30. package/types/blendshape/index.d.ts +3 -3
  31. package/types/debug/VRMDebug.d.ts +28 -28
  32. package/types/debug/VRMDebugOptions.d.ts +10 -10
  33. package/types/debug/VRMImporterDebug.d.ts +11 -11
  34. package/types/debug/VRMLookAtHeadDebug.d.ts +8 -8
  35. package/types/debug/VRMLookAtImporterDebug.d.ts +9 -9
  36. package/types/debug/VRMSpringBoneDebug.d.ts +14 -14
  37. package/types/debug/VRMSpringBoneImporterDebug.d.ts +10 -10
  38. package/types/debug/VRMSpringBoneManagerDebug.d.ts +11 -11
  39. package/types/debug/index.d.ts +4 -4
  40. package/types/firstperson/VRMFirstPerson.d.ts +116 -116
  41. package/types/firstperson/VRMFirstPersonImporter.d.ts +15 -15
  42. package/types/firstperson/index.d.ts +2 -2
  43. package/types/humanoid/VRMHumanBone.d.ts +22 -22
  44. package/types/humanoid/VRMHumanBoneArray.d.ts +9 -9
  45. package/types/humanoid/VRMHumanBones.d.ts +8 -8
  46. package/types/humanoid/VRMHumanDescription.d.ts +14 -14
  47. package/types/humanoid/VRMHumanLimit.d.ts +12 -12
  48. package/types/humanoid/VRMHumanoid.d.ts +87 -87
  49. package/types/humanoid/VRMHumanoidImporter.d.ts +13 -13
  50. package/types/humanoid/index.d.ts +6 -6
  51. package/types/index.d.ts +12 -12
  52. package/types/lookat/VRMCurveMapper.d.ts +36 -36
  53. package/types/lookat/VRMLookAtApplyer.d.ts +18 -18
  54. package/types/lookat/VRMLookAtBlendShapeApplyer.d.ts +26 -26
  55. package/types/lookat/VRMLookAtBoneApplyer.d.ts +28 -28
  56. package/types/lookat/VRMLookAtHead.d.ts +57 -57
  57. package/types/lookat/VRMLookAtImporter.d.ts +23 -23
  58. package/types/lookat/index.d.ts +6 -6
  59. package/types/material/MToonMaterial.d.ts +206 -206
  60. package/types/material/VRMMaterialImporter.d.ts +50 -50
  61. package/types/material/VRMUnlitMaterial.d.ts +46 -46
  62. package/types/material/getTexelDecodingFunction.d.ts +13 -9
  63. package/types/material/index.d.ts +3 -3
  64. package/types/meta/VRMMeta.d.ts +59 -59
  65. package/types/meta/VRMMetaImporter.d.ts +14 -14
  66. package/types/meta/VRMMetaImporterOptions.d.ts +9 -9
  67. package/types/meta/index.d.ts +3 -3
  68. package/types/springbone/VRMSpringBone.d.ts +130 -130
  69. package/types/springbone/VRMSpringBoneColliderGroup.d.ts +15 -15
  70. package/types/springbone/VRMSpringBoneImporter.d.ts +34 -34
  71. package/types/springbone/VRMSpringBoneManager.d.ts +35 -35
  72. package/types/springbone/VRMSpringBoneParameters.d.ts +9 -9
  73. package/types/springbone/index.d.ts +5 -5
  74. package/types/types/GLTFSchema.d.ts +887 -887
  75. package/types/types/VRMSchema.d.ts +440 -440
  76. package/types/types/index.d.ts +3 -3
  77. package/types/types/types.d.ts +64 -64
  78. package/types/utils/Matrix4InverseCache.d.ts +28 -28
  79. package/types/utils/disposer.d.ts +2 -2
  80. package/types/utils/gltfExtractPrimitivesFromNode.d.ts +22 -22
  81. package/types/utils/mat4InvertCompat.d.ts +8 -8
  82. package/types/utils/math.d.ts +40 -40
  83. package/types/utils/quatInvertCompat.d.ts +8 -8
  84. package/types/utils/renameMaterialProperty.d.ts +1 -1

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.