@pixiv/three-vrm-core 1.0.0-beta.1 → 1.0.0-beta.10

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 (64) hide show
  1. package/README.md +6 -0
  2. package/lib/three-vrm-core.js +753 -378
  3. package/lib/three-vrm-core.min.js +3 -3
  4. package/lib/three-vrm-core.module.js +750 -378
  5. package/lib/three-vrm-core.module.min.js +3 -3
  6. package/package.json +12 -12
  7. package/ts3.4/types/VRMCore.d.ts +58 -0
  8. package/ts3.4/types/VRMCoreLoaderPlugin.d.ts +18 -0
  9. package/ts3.4/types/VRMCoreLoaderPluginOptions.d.ts +18 -0
  10. package/ts3.4/types/VRMCoreParameters.d.ts +16 -0
  11. package/ts3.4/types/expressions/VRMExpression.d.ts +3 -18
  12. package/ts3.4/types/expressions/VRMExpressionBind.d.ts +11 -0
  13. package/ts3.4/types/expressions/VRMExpressionLoaderPlugin.d.ts +3 -3
  14. package/ts3.4/types/expressions/VRMExpressionManager.d.ts +17 -5
  15. package/ts3.4/types/expressions/VRMExpressionMaterialColorBind.d.ts +27 -4
  16. package/ts3.4/types/expressions/VRMExpressionMorphTargetBind.d.ts +22 -5
  17. package/{types/expressions/VRMExpressionPreset.d.ts → ts3.4/types/expressions/VRMExpressionPresetName.d.ts} +2 -2
  18. package/ts3.4/types/expressions/VRMExpressionTextureTransformBind.d.ts +26 -4
  19. package/ts3.4/types/expressions/index.d.ts +2 -3
  20. package/ts3.4/types/firstPerson/VRMFirstPersonLoaderPlugin.d.ts +1 -10
  21. package/ts3.4/types/humanoid/VRMHumanoidLoaderPlugin.d.ts +1 -1
  22. package/ts3.4/types/index.d.ts +4 -0
  23. package/ts3.4/types/lookAt/VRMLookAt.d.ts +12 -1
  24. package/ts3.4/types/lookAt/VRMLookAtLoaderPlugin.d.ts +10 -20
  25. package/ts3.4/types/lookAt/VRMLookAtLoaderPluginOptions.d.ts +8 -0
  26. package/ts3.4/types/lookAt/helpers/VRMLookAtHelper.d.ts +11 -0
  27. package/ts3.4/types/lookAt/helpers/index.d.ts +1 -0
  28. package/ts3.4/types/lookAt/helpers/utils/FanBufferGeometry.d.ts +13 -0
  29. package/ts3.4/types/lookAt/helpers/utils/LineAndSphereBufferGeometry.d.ts +13 -0
  30. package/ts3.4/types/lookAt/index.d.ts +1 -0
  31. package/ts3.4/types/meta/VRMMetaLoaderPlugin.d.ts +1 -1
  32. package/ts3.4/types/utils/gltfExtractPrimitivesFromNode.d.ts +1 -1
  33. package/ts3.4/types/utils/gltfGetAssociatedMaterialIndex.d.ts +10 -0
  34. package/types/VRMCore.d.ts +58 -0
  35. package/types/VRMCoreLoaderPlugin.d.ts +18 -0
  36. package/types/VRMCoreLoaderPluginOptions.d.ts +18 -0
  37. package/types/VRMCoreParameters.d.ts +16 -0
  38. package/types/expressions/VRMExpression.d.ts +3 -18
  39. package/types/expressions/VRMExpressionBind.d.ts +11 -0
  40. package/types/expressions/VRMExpressionLoaderPlugin.d.ts +3 -3
  41. package/types/expressions/VRMExpressionManager.d.ts +17 -5
  42. package/types/expressions/VRMExpressionMaterialColorBind.d.ts +28 -5
  43. package/types/expressions/VRMExpressionMorphTargetBind.d.ts +22 -5
  44. package/{ts3.4/types/expressions/VRMExpressionPreset.d.ts → types/expressions/VRMExpressionPresetName.d.ts} +2 -2
  45. package/types/expressions/VRMExpressionTextureTransformBind.d.ts +27 -5
  46. package/types/expressions/index.d.ts +2 -3
  47. package/types/firstPerson/VRMFirstPersonLoaderPlugin.d.ts +1 -10
  48. package/types/humanoid/VRMHumanoidLoaderPlugin.d.ts +1 -1
  49. package/types/index.d.ts +4 -0
  50. package/types/lookAt/VRMLookAt.d.ts +12 -1
  51. package/types/lookAt/VRMLookAtLoaderPlugin.d.ts +10 -20
  52. package/types/lookAt/VRMLookAtLoaderPluginOptions.d.ts +8 -0
  53. package/types/lookAt/helpers/VRMLookAtHelper.d.ts +11 -0
  54. package/types/lookAt/helpers/index.d.ts +1 -0
  55. package/types/lookAt/helpers/utils/FanBufferGeometry.d.ts +13 -0
  56. package/types/lookAt/helpers/utils/LineAndSphereBufferGeometry.d.ts +13 -0
  57. package/types/lookAt/index.d.ts +1 -0
  58. package/types/meta/VRMMetaLoaderPlugin.d.ts +1 -1
  59. package/types/utils/gltfExtractPrimitivesFromNode.d.ts +1 -1
  60. package/types/utils/gltfGetAssociatedMaterialIndex.d.ts +10 -0
  61. package/ts3.4/types/expressions/VRMExpressionMaterialColorBindState.d.ts +0 -9
  62. package/ts3.4/types/expressions/VRMExpressionTextureTransformBindState.d.ts +0 -16
  63. package/types/expressions/VRMExpressionMaterialColorBindState.d.ts +0 -9
  64. package/types/expressions/VRMExpressionTextureTransformBindState.d.ts +0 -16
package/README.md CHANGED
@@ -1,3 +1,9 @@
1
1
  # @pixiv/three-vrm-core
2
2
 
3
3
  The implementation of core features of VRM, for @pixiv/three-vrm
4
+
5
+ [GitHub Repository](https://github.com/pixiv/three-vrm/tree/dev/packages/three-vrm-core)
6
+
7
+ [Examples](https://pixiv.github.io/three-vrm/packages/three-vrm-core/examples)
8
+
9
+ [Documentation](https://pixiv.github.io/three-vrm/packages/three-vrm-core/docs)