w-threejs-vue 1.0.2 → 1.0.3
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.
- package/README.md +1 -1
- package/dist/w-threejs-vue.umd.js +1 -1
- package/docs/examples/app.html +1 -1
- package/docs/examples/app.umd.js +2 -2
- package/docs/examples/ex-AppBasicAutoRotateDeg.html +1 -1
- package/docs/examples/ex-AppBasicBackgroundColor.html +1 -1
- package/docs/examples/ex-AppBasicSize.html +1 -1
- package/docs/examples/ex-AppBasicUploadStl.html +1 -1
- package/docs/examples/ex-AppBasicUseAutoRotate.html +1 -1
- package/docs/examples/ex-AppCmCameraFar.html +1 -1
- package/docs/examples/ex-AppCmCameraFov.html +1 -1
- package/docs/examples/ex-AppCmCameraNear.html +1 -1
- package/docs/examples/ex-AppCmCameraOrthographicRatio.html +1 -1
- package/docs/examples/ex-AppCmCameraType.html +1 -1
- package/docs/examples/ex-AppCmGetCameraViewAngle.html +1 -1
- package/docs/examples/ex-AppCmSetCameraAzimuthAngle.html +1 -1
- package/docs/examples/ex-AppCmSetCameraPolarAngle.html +1 -1
- package/docs/examples/ex-AppCmSetCameraViewAngle.html +1 -1
- package/docs/examples/ex-AppHpHelperAxesLengthRatio.html +1 -1
- package/docs/examples/ex-AppHpHelperGridDensity.html +1 -1
- package/docs/examples/ex-AppHpHelperGridLengthRatio.html +1 -1
- package/docs/examples/ex-AppHpHelperGridPositionRatioZ.html +1 -1
- package/docs/examples/ex-AppHpUseHelperAxes.html +1 -1
- package/docs/examples/ex-AppHpUseHelperGrid.html +1 -1
- package/docs/examples/ex-AppLgLegnedBackgroundColor.html +1 -1
- package/docs/examples/ex-AppLgLegnedHeight.html +1 -1
- package/docs/examples/ex-AppLgLegnedHeightMax.html +1 -1
- package/docs/examples/ex-AppLtLightAmbientColor.html +1 -1
- package/docs/examples/ex-AppLtLightDirectionColor.html +1 -1
- package/docs/examples/ex-AppLtLightDirectionIntensity.html +1 -1
- package/docs/examples/ex-AppLtLightDirectionPos.html +1 -1
- package/docs/examples/ex-AppLtLightPointColor.html +1 -1
- package/docs/examples/ex-AppLtLightPointDecay.html +1 -1
- package/docs/examples/ex-AppLtLightPointDistance.html +1 -1
- package/docs/examples/ex-AppLtLightPointIntensity.html +1 -1
- package/docs/examples/ex-AppLtLightPointPoss.html +1 -1
- package/docs/examples/ex-AppLtUseLightAmbient.html +1 -1
- package/docs/examples/ex-AppLtUseLightDirection.html +1 -1
- package/docs/examples/ex-AppLtUseLightPoint.html +1 -1
- package/docs/examples/ex-AppMhGetMeshsInfor.html +1 -1
- package/docs/examples/ex-AppMhSetMeshColor.html +1 -1
- package/docs/examples/ex-AppMhSetMeshLabelText.html +1 -1
- package/docs/examples/ex-AppMhSetMeshLabelTextColor.html +1 -1
- package/docs/examples/ex-AppMhSetMeshLabelTextFontFamily.html +1 -1
- package/docs/examples/ex-AppMhSetMeshLabelTextFontSize.html +1 -1
- package/docs/examples/ex-AppMhSetMeshLabelVisible.html +1 -1
- package/docs/examples/ex-AppMhSetMeshVisible.html +1 -1
- package/docs/examples/ex-AppMuMenuIcons.html +1 -1
- package/docs/examples/ex-AppMuMenuTooltips.html +1 -1
- package/docs/index.html +1 -1
- package/docs/module-WThreejsVue.html +1 -1
- package/package.json +1 -1
- package/src/App.vue +1 -1
package/README.md
CHANGED
|
@@ -35,5 +35,5 @@ npm i w-threejs-vue
|
|
|
35
35
|
```
|
|
36
36
|
[Necessary] Add script for w-threejs-vue.
|
|
37
37
|
```alias
|
|
38
|
-
<script src="https://cdn.jsdelivr.net/npm/w-threejs-vue@1.0.
|
|
38
|
+
<script src="https://cdn.jsdelivr.net/npm/w-threejs-vue@1.0.3/dist/w-threejs-vue.umd.js"></script>
|
|
39
39
|
```
|
package/docs/examples/app.html
CHANGED