w-threejs-vue 1.0.2 → 1.0.4

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 (58) hide show
  1. package/README.md +2 -1
  2. package/dist/w-threejs-vue.umd.js +1 -1
  3. package/dist/w-threejs-vue.umd.js.map +1 -1
  4. package/docs/examples/app.html +1 -1
  5. package/docs/examples/app.umd.js +2 -2
  6. package/docs/examples/app.umd.js.map +1 -1
  7. package/docs/examples/ex-AppBasicAutoRotateDeg.html +1 -1
  8. package/docs/examples/ex-AppBasicBackgroundColor.html +1 -1
  9. package/docs/examples/ex-AppBasicSize.html +1 -1
  10. package/docs/examples/ex-AppBasicUploadStl.html +11 -3
  11. package/docs/examples/ex-AppBasicUseAutoRotate.html +1 -1
  12. package/docs/examples/ex-AppCmCameraFar.html +1 -1
  13. package/docs/examples/ex-AppCmCameraFov.html +1 -1
  14. package/docs/examples/ex-AppCmCameraNear.html +1 -1
  15. package/docs/examples/ex-AppCmCameraOrthographicRatio.html +1 -1
  16. package/docs/examples/ex-AppCmCameraType.html +1 -1
  17. package/docs/examples/ex-AppCmGetCameraViewAngle.html +1 -1
  18. package/docs/examples/ex-AppCmSetCameraAzimuthAngle.html +1 -1
  19. package/docs/examples/ex-AppCmSetCameraPolarAngle.html +1 -1
  20. package/docs/examples/ex-AppCmSetCameraViewAngle.html +1 -1
  21. package/docs/examples/ex-AppHpHelperAxesLengthRatio.html +1 -1
  22. package/docs/examples/ex-AppHpHelperGridDensity.html +1 -1
  23. package/docs/examples/ex-AppHpHelperGridLengthRatio.html +1 -1
  24. package/docs/examples/ex-AppHpHelperGridPositionRatioZ.html +1 -1
  25. package/docs/examples/ex-AppHpUseHelperAxes.html +1 -1
  26. package/docs/examples/ex-AppHpUseHelperGrid.html +1 -1
  27. package/docs/examples/ex-AppLgLegnedBackgroundColor.html +1 -1
  28. package/docs/examples/ex-AppLgLegnedHeight.html +1 -1
  29. package/docs/examples/ex-AppLgLegnedHeightMax.html +1 -1
  30. package/docs/examples/ex-AppLtLightAmbientColor.html +1 -1
  31. package/docs/examples/ex-AppLtLightDirectionColor.html +1 -1
  32. package/docs/examples/ex-AppLtLightDirectionIntensity.html +1 -1
  33. package/docs/examples/ex-AppLtLightDirectionPos.html +1 -1
  34. package/docs/examples/ex-AppLtLightPointColor.html +1 -1
  35. package/docs/examples/ex-AppLtLightPointDecay.html +1 -1
  36. package/docs/examples/ex-AppLtLightPointDistance.html +1 -1
  37. package/docs/examples/ex-AppLtLightPointIntensity.html +1 -1
  38. package/docs/examples/ex-AppLtLightPointPoss.html +1 -1
  39. package/docs/examples/ex-AppLtUseLightAmbient.html +1 -1
  40. package/docs/examples/ex-AppLtUseLightDirection.html +1 -1
  41. package/docs/examples/ex-AppLtUseLightPoint.html +1 -1
  42. package/docs/examples/ex-AppMhGetMeshsInfor.html +4 -2
  43. package/docs/examples/ex-AppMhSetMeshColor.html +1 -1
  44. package/docs/examples/ex-AppMhSetMeshLabelText.html +1 -1
  45. package/docs/examples/ex-AppMhSetMeshLabelTextColor.html +1 -1
  46. package/docs/examples/ex-AppMhSetMeshLabelTextFontFamily.html +1 -1
  47. package/docs/examples/ex-AppMhSetMeshLabelTextFontSize.html +1 -1
  48. package/docs/examples/ex-AppMhSetMeshLabelVisible.html +1 -1
  49. package/docs/examples/ex-AppMhSetMeshVisible.html +1 -1
  50. package/docs/examples/ex-AppMuMenuIcons.html +1 -1
  51. package/docs/examples/ex-AppMuMenuTooltips.html +1 -1
  52. package/docs/index.html +1 -1
  53. package/docs/module-WThreejsVue.html +1 -1
  54. package/package.json +1 -1
  55. package/src/App.vue +1 -1
  56. package/src/AppBasicUploadStl.vue +11 -2
  57. package/src/AppMhGetMeshsInfor.vue +1 -1
  58. package/src/js/addStl.mjs +23 -0
package/README.md CHANGED
@@ -7,6 +7,7 @@ A vue component for three.js.
7
7
  [![license](https://img.shields.io/npm/l/w-threejs-vue.svg?style=flat)](https://npmjs.org/package/w-threejs-vue)
8
8
  [![gzip file size](http://img.badgesize.io/yuda-lyu/w-threejs-vue/master/dist/w-threejs-vue.umd.js.svg?compression=gzip)](https://github.com/yuda-lyu/w-threejs-vue)
9
9
  [![npm download](https://img.shields.io/npm/dt/w-threejs-vue.svg)](https://npmjs.org/package/w-threejs-vue)
10
+ [![npm download](https://img.shields.io/npm/dm/w-threejs-vue.svg)](https://npmjs.org/package/w-threejs-vue)
10
11
  [![jsdelivr download](https://img.shields.io/jsdelivr/npm/hm/w-threejs-vue.svg)](https://www.jsdelivr.com/package/npm/w-threejs-vue)
11
12
 
12
13
  ## Documentation
@@ -35,5 +36,5 @@ npm i w-threejs-vue
35
36
  ```
36
37
  [Necessary] Add script for w-threejs-vue.
37
38
  ```alias
38
- <script src="https://cdn.jsdelivr.net/npm/w-threejs-vue@1.0.2/dist/w-threejs-vue.umd.js"></script>
39
+ <script src="https://cdn.jsdelivr.net/npm/w-threejs-vue@1.0.4/dist/w-threejs-vue.umd.js"></script>
39
40
  ```
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * w-threejs-vue v1.0.2
2
+ * w-threejs-vue v1.0.4
3
3
  * (c) 2018-2021 yuda-lyu(semisphere)
4
4
  * Released under the MIT License.
5
5
  */