w-threejs-vue 1.0.10 → 1.0.11
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 +12 -5
- package/dist/w-threejs-vue.umd.js.map +1 -1
- package/docs/examples/app.html +3 -3
- package/docs/examples/app.umd.js +13 -7
- package/docs/examples/app.umd.js.map +1 -1
- package/docs/examples/ex-AppAxAxisXGridLineColor.html +16 -20
- package/docs/examples/ex-AppAxAxisXGridLineWidth.html +16 -20
- package/docs/examples/ex-AppAxAxisXLineColor.html +16 -20
- package/docs/examples/ex-AppAxAxisXLineWidth.html +16 -20
- package/docs/examples/ex-AppAxAxisXTickLabelColor.html +16 -20
- package/docs/examples/ex-AppAxAxisXTickLabelDig.html +16 -20
- package/docs/examples/ex-AppAxAxisXTickLabelDistance.html +16 -20
- package/docs/examples/ex-AppAxAxisXTickLabelFontFamily.html +16 -20
- package/docs/examples/ex-AppAxAxisXTickLabelFontSize.html +16 -20
- package/docs/examples/ex-AppAxAxisXTickLineColor.html +16 -20
- package/docs/examples/ex-AppAxAxisXTickLineLength.html +16 -20
- package/docs/examples/ex-AppAxAxisXTickLineWidth.html +16 -20
- package/docs/examples/ex-AppAxAxisXTickNum.html +16 -20
- package/docs/examples/ex-AppAxAxisXTitle.html +16 -20
- package/docs/examples/ex-AppAxAxisXTitleColor.html +16 -20
- package/docs/examples/ex-AppAxAxisXTitleDistance.html +16 -20
- package/docs/examples/ex-AppAxAxisXTitleFontFamily.html +16 -20
- package/docs/examples/ex-AppAxAxisXTitleFontSize.html +16 -20
- package/docs/examples/ex-AppAxAxisYGridLineColor.html +16 -20
- package/docs/examples/ex-AppAxAxisYGridLineWidth.html +16 -20
- package/docs/examples/ex-AppAxAxisYLineColor.html +16 -20
- package/docs/examples/ex-AppAxAxisYLineWidth.html +16 -20
- package/docs/examples/ex-AppAxAxisYTickLabelColor.html +16 -20
- package/docs/examples/ex-AppAxAxisYTickLabelDig.html +16 -20
- package/docs/examples/ex-AppAxAxisYTickLabelDistance.html +16 -20
- package/docs/examples/ex-AppAxAxisYTickLabelFontFamily.html +16 -20
- package/docs/examples/ex-AppAxAxisYTickLabelFontSize.html +16 -20
- package/docs/examples/ex-AppAxAxisYTickLineColor.html +16 -20
- package/docs/examples/ex-AppAxAxisYTickLineLength.html +16 -20
- package/docs/examples/ex-AppAxAxisYTickLineWidth.html +16 -20
- package/docs/examples/ex-AppAxAxisYTickNum.html +16 -20
- package/docs/examples/ex-AppAxAxisYTitle.html +16 -20
- package/docs/examples/ex-AppAxAxisYTitleColor.html +16 -20
- package/docs/examples/ex-AppAxAxisYTitleDistance.html +16 -20
- package/docs/examples/ex-AppAxAxisYTitleFontFamily.html +16 -20
- package/docs/examples/ex-AppAxAxisYTitleFontSize.html +16 -20
- package/docs/examples/ex-AppAxAxisZGridLineColor.html +16 -20
- package/docs/examples/ex-AppAxAxisZGridLineWidth.html +16 -20
- package/docs/examples/ex-AppAxAxisZLineColor.html +16 -20
- package/docs/examples/ex-AppAxAxisZLineWidth.html +16 -20
- package/docs/examples/ex-AppAxAxisZTickLabelColor.html +16 -20
- package/docs/examples/ex-AppAxAxisZTickLabelDig.html +16 -20
- package/docs/examples/ex-AppAxAxisZTickLabelDistance.html +16 -20
- package/docs/examples/ex-AppAxAxisZTickLabelFontFamily.html +16 -20
- package/docs/examples/ex-AppAxAxisZTickLabelFontSize.html +16 -20
- package/docs/examples/ex-AppAxAxisZTickLineColor.html +16 -20
- package/docs/examples/ex-AppAxAxisZTickLineLength.html +16 -20
- package/docs/examples/ex-AppAxAxisZTickLineWidth.html +16 -20
- package/docs/examples/ex-AppAxAxisZTickNum.html +16 -20
- package/docs/examples/ex-AppAxAxisZTitle.html +16 -20
- package/docs/examples/ex-AppAxAxisZTitleColor.html +16 -20
- package/docs/examples/ex-AppAxAxisZTitleDistance.html +16 -20
- package/docs/examples/ex-AppAxAxisZTitleFontFamily.html +16 -20
- package/docs/examples/ex-AppAxAxisZTitleFontSize.html +16 -20
- package/docs/examples/ex-AppBasicAutoRotateDeg.html +16 -20
- package/docs/examples/ex-AppBasicBackgroundColor.html +16 -20
- package/docs/examples/ex-AppBasicSize.html +24 -28
- package/docs/examples/{ex-AppBasicUploadStl.html → ex-AppBasicUpload.html} +31 -27
- package/docs/examples/ex-AppBasicUseAutoRotate.html +16 -20
- package/docs/examples/ex-AppCmCameraFar.html +16 -20
- package/docs/examples/ex-AppCmCameraFov.html +17 -21
- package/docs/examples/ex-AppCmCameraNear.html +16 -20
- package/docs/examples/ex-AppCmCameraOrthographicRatio.html +16 -20
- package/docs/examples/ex-AppCmCameraType.html +16 -20
- package/docs/examples/ex-AppCmGetCameraViewAngle.html +5 -7
- package/docs/examples/ex-AppCmSetCameraAzimuthAngle.html +16 -20
- package/docs/examples/ex-AppCmSetCameraPolarAngle.html +16 -20
- package/docs/examples/ex-AppCmSetCameraViewAngle.html +20 -24
- package/docs/examples/ex-AppHpHelperAxesLengthRatio.html +16 -20
- package/docs/examples/ex-AppHpHelperGridDensity.html +16 -20
- package/docs/examples/ex-AppHpHelperGridLengthRatio.html +16 -20
- package/docs/examples/ex-AppHpHelperGridPositionRatioZ.html +16 -20
- package/docs/examples/ex-AppHpUseHelperAxes.html +16 -20
- package/docs/examples/ex-AppHpUseHelperGrid.html +16 -20
- package/docs/examples/ex-AppLgLegnedBackgroundColor.html +16 -20
- package/docs/examples/ex-AppLgLegnedHeight.html +16 -20
- package/docs/examples/ex-AppLgLegnedHeightMax.html +16 -20
- package/docs/examples/ex-AppLtLightAmbientColor.html +16 -20
- package/docs/examples/ex-AppLtLightDirectionColor.html +18 -22
- package/docs/examples/ex-AppLtLightDirectionIntensity.html +18 -22
- package/docs/examples/ex-AppLtLightDirectionPos.html +18 -22
- package/docs/examples/ex-AppLtLightPointColor.html +19 -23
- package/docs/examples/ex-AppLtLightPointDecay.html +19 -23
- package/docs/examples/ex-AppLtLightPointDistance.html +19 -23
- package/docs/examples/ex-AppLtLightPointIntensity.html +19 -23
- package/docs/examples/ex-AppLtLightPointPoss.html +19 -23
- package/docs/examples/ex-AppLtUseLightAmbient.html +18 -22
- package/docs/examples/ex-AppLtUseLightDirection.html +18 -22
- package/docs/examples/ex-AppLtUseLightPoint.html +19 -23
- package/docs/examples/ex-AppMhGetMeshsInfor.html +30 -23
- package/docs/examples/ex-AppMhSetMeshColor.html +16 -20
- package/docs/examples/ex-AppMhSetMeshLabelText.html +16 -20
- package/docs/examples/ex-AppMhSetMeshLabelTextColor.html +16 -20
- package/docs/examples/ex-AppMhSetMeshLabelTextFontFamily.html +16 -20
- package/docs/examples/ex-AppMhSetMeshLabelTextFontSize.html +16 -20
- package/docs/examples/ex-AppMhSetMeshLabelVisible.html +24 -28
- package/docs/examples/ex-AppMhSetMeshVisible.html +24 -28
- package/docs/examples/ex-AppMhUseAxis.html +16 -20
- package/docs/examples/ex-AppMuMenuIcons.html +17 -21
- package/docs/examples/ex-AppMuMenuTooltips.html +16 -20
- package/docs/index.html +1 -1
- package/docs/module-WThreejsVue.html +1 -1
- package/package.json +3 -2
- package/public/index.html +2 -2
- package/src/App.vue +4 -4
- package/src/AppAxAxisXGridLineColor.vue +7 -6
- package/src/AppAxAxisXGridLineWidth.vue +7 -6
- package/src/AppAxAxisXLineColor.vue +7 -6
- package/src/AppAxAxisXLineWidth.vue +7 -6
- package/src/AppAxAxisXTickLabelColor.vue +7 -6
- package/src/AppAxAxisXTickLabelDig.vue +7 -6
- package/src/AppAxAxisXTickLabelDistance.vue +7 -6
- package/src/AppAxAxisXTickLabelFontFamily.vue +7 -6
- package/src/AppAxAxisXTickLabelFontSize.vue +7 -6
- package/src/AppAxAxisXTickLineColor.vue +7 -6
- package/src/AppAxAxisXTickLineLength.vue +7 -6
- package/src/AppAxAxisXTickLineWidth.vue +7 -6
- package/src/AppAxAxisXTickNum.vue +7 -6
- package/src/AppAxAxisXTitle.vue +7 -6
- package/src/AppAxAxisXTitleColor.vue +7 -6
- package/src/AppAxAxisXTitleDistance.vue +7 -6
- package/src/AppAxAxisXTitleFontFamily.vue +7 -6
- package/src/AppAxAxisXTitleFontSize.vue +8 -6
- package/src/AppAxAxisYGridLineColor.vue +7 -6
- package/src/AppAxAxisYGridLineWidth.vue +7 -6
- package/src/AppAxAxisYLineColor.vue +7 -6
- package/src/AppAxAxisYLineWidth.vue +7 -6
- package/src/AppAxAxisYTickLabelColor.vue +7 -6
- package/src/AppAxAxisYTickLabelDig.vue +7 -6
- package/src/AppAxAxisYTickLabelDistance.vue +7 -6
- package/src/AppAxAxisYTickLabelFontFamily.vue +7 -6
- package/src/AppAxAxisYTickLabelFontSize.vue +7 -6
- package/src/AppAxAxisYTickLineColor.vue +7 -6
- package/src/AppAxAxisYTickLineLength.vue +7 -6
- package/src/AppAxAxisYTickLineWidth.vue +8 -6
- package/src/AppAxAxisYTickNum.vue +8 -6
- package/src/AppAxAxisYTitle.vue +8 -6
- package/src/AppAxAxisYTitleColor.vue +8 -6
- package/src/AppAxAxisYTitleDistance.vue +8 -6
- package/src/AppAxAxisYTitleFontFamily.vue +8 -6
- package/src/AppAxAxisYTitleFontSize.vue +8 -6
- package/src/AppAxAxisZGridLineColor.vue +8 -6
- package/src/AppAxAxisZGridLineWidth.vue +8 -6
- package/src/AppAxAxisZLineColor.vue +8 -6
- package/src/AppAxAxisZLineWidth.vue +8 -6
- package/src/AppAxAxisZTickLabelColor.vue +8 -6
- package/src/AppAxAxisZTickLabelDig.vue +8 -6
- package/src/AppAxAxisZTickLabelDistance.vue +8 -6
- package/src/AppAxAxisZTickLabelFontFamily.vue +8 -6
- package/src/AppAxAxisZTickLabelFontSize.vue +8 -6
- package/src/AppAxAxisZTickLineColor.vue +8 -6
- package/src/AppAxAxisZTickLineLength.vue +8 -6
- package/src/AppAxAxisZTickLineWidth.vue +8 -6
- package/src/AppAxAxisZTickNum.vue +8 -6
- package/src/AppAxAxisZTitle.vue +8 -6
- package/src/AppAxAxisZTitleColor.vue +8 -6
- package/src/AppAxAxisZTitleDistance.vue +8 -6
- package/src/AppAxAxisZTitleFontFamily.vue +8 -6
- package/src/AppAxAxisZTitleFontSize.vue +8 -6
- package/src/AppBasicAutoRotateDeg.vue +8 -6
- package/src/AppBasicBackgroundColor.vue +8 -6
- package/src/AppBasicSize.vue +10 -8
- package/src/{AppBasicUploadStl.vue → AppBasicUpload.vue} +25 -12
- package/src/AppBasicUseAutoRotate.vue +8 -6
- package/src/AppCmCameraFar.vue +8 -6
- package/src/AppCmCameraFov.vue +9 -7
- package/src/AppCmCameraNear.vue +8 -6
- package/src/AppCmCameraOrthographicRatio.vue +8 -6
- package/src/AppCmCameraType.vue +8 -6
- package/src/AppCmGetCameraViewAngle.vue +2 -2
- package/src/AppCmSetCameraAzimuthAngle.vue +8 -6
- package/src/AppCmSetCameraPolarAngle.vue +8 -6
- package/src/AppCmSetCameraViewAngle.vue +9 -7
- package/src/AppHpHelperAxesLengthRatio.vue +8 -6
- package/src/AppHpHelperGridDensity.vue +8 -6
- package/src/AppHpHelperGridLengthRatio.vue +8 -6
- package/src/AppHpHelperGridPositionRatioZ.vue +8 -6
- package/src/AppHpUseHelperAxes.vue +8 -6
- package/src/AppHpUseHelperGrid.vue +8 -6
- package/src/AppLgLegnedBackgroundColor.vue +8 -6
- package/src/AppLgLegnedHeight.vue +8 -6
- package/src/AppLgLegnedHeightMax.vue +8 -6
- package/src/AppLtLightAmbientColor.vue +8 -6
- package/src/AppLtLightDirectionColor.vue +10 -8
- package/src/AppLtLightDirectionIntensity.vue +10 -8
- package/src/AppLtLightDirectionPos.vue +10 -8
- package/src/AppLtLightPointColor.vue +11 -9
- package/src/AppLtLightPointDecay.vue +11 -9
- package/src/AppLtLightPointDistance.vue +11 -9
- package/src/AppLtLightPointIntensity.vue +11 -9
- package/src/AppLtLightPointPoss.vue +11 -9
- package/src/AppLtUseLightAmbient.vue +10 -8
- package/src/AppLtUseLightDirection.vue +10 -8
- package/src/AppLtUseLightPoint.vue +11 -9
- package/src/AppMhGetMeshsInfor.vue +22 -15
- package/src/AppMhSetMeshColor.vue +8 -6
- package/src/AppMhSetMeshLabelText.vue +8 -6
- package/src/AppMhSetMeshLabelTextColor.vue +8 -6
- package/src/AppMhSetMeshLabelTextFontFamily.vue +8 -6
- package/src/AppMhSetMeshLabelTextFontSize.vue +8 -6
- package/src/AppMhSetMeshLabelVisible.vue +10 -8
- package/src/AppMhSetMeshVisible.vue +10 -8
- package/src/AppMhUseAxis.vue +8 -6
- package/src/AppMuMenuIcons.vue +9 -7
- package/src/AppMuMenuTooltips.vue +8 -6
- package/src/components/WThreejsVue.vue +52 -21
- package/src/js/addStl.mjs +16 -12
- package/src/js/addVtp.mjs +53 -0
- package/src/js/getCsrdFromMeshs.mjs +34 -14
- package/src/js/plot3d.mjs +2664 -2609
- package/src/js/vtkPolyDataToBufferGeometry.mjs +192 -0
- package/test/vtkPolyDataToBufferGeometry.test.mjs +48 -0
- package/test/vtp/access_ramp.vtp +20 -0
- package/test/vtp/bottom_plate.vtp +20 -0
- package/test/vtp/buffer.vtp +20 -0
- package/test/vtp/canister.vtp +20 -0
- package/test/vtp/central_area.vtp +20 -0
- package/test/vtp/deposition_hole.vtp +20 -0
- package/test/vtp/deposition_tunnel.vtp +20 -0
- package/test/vtp/end_plug.vtp +20 -0
- package/test/vtp/fuel_assembly.vtp +20 -0
- package/test/vtp/generate_data.mjs +338 -0
- package/test/vtp/host_rock.vtp +20 -0
- package/test/vtp/index.html +566 -0
- package/test/vtp/main_tunnel.vtp +20 -0
- package/test/vtp/run_demo.md +39 -0
- package/test/vtp/shafts.vtp +20 -0
- package/test/vtp/summary.md +43 -0
- package/test/vtp/surface_facilities.vtp +20 -0
- package/test/vtp//346/267/261/345/234/260/350/263/252/350/231/225/347/275/256/350/250/255/346/226/275/350/246/226/350/246/272/345/214/226/347/265/204/344/273/266/350/210/207/351/205/215/347/275/256/346/214/207/345/215/227.md +68 -0
- package/toolg/gDistApp.mjs +2 -2
- package/toolg/gExtractHtml.mjs +2 -2
- package/vue.config.js +0 -12
- package/.claude/settings.local.json +0 -30
package/README.md
CHANGED
|
@@ -33,5 +33,5 @@ Add script for vue.
|
|
|
33
33
|
|
|
34
34
|
Add script for w-threejs-vue.
|
|
35
35
|
```alias
|
|
36
|
-
<script src="https://cdn.jsdelivr.net/npm/w-threejs-vue@1.0.
|
|
36
|
+
<script src="https://cdn.jsdelivr.net/npm/w-threejs-vue@1.0.11/dist/w-threejs-vue.umd.js"></script>
|
|
37
37
|
```
|