deeptwins-engine-3d 0.0.52 → 0.1.2

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 (208) hide show
  1. package/LICENSE +6 -21
  2. package/README.md +0 -35
  3. package/dist/{cameraControl → esm/cameraControl}/ModelRoamRealTime.d.ts +26 -9
  4. package/dist/{cameraControl → esm/cameraControl}/ModelRoamRealTime.js +197 -102
  5. package/dist/{constant.js → esm/constant.js} +2 -1
  6. package/dist/{graphicLayer → esm/graphicLayer}/BaseSource.d.ts +1 -1
  7. package/dist/{index.d.ts → esm/index.d.ts} +1 -2
  8. package/dist/{index.js → esm/index.js} +6 -3
  9. package/dist/{map → esm/map}/Event.js +1 -1
  10. package/dist/{map → esm/map}/Map.d.ts +1 -0
  11. package/dist/{map → esm/map}/Map.js +10 -4
  12. package/dist/{material → esm/material}/CircleWaveMaterialProperty.js +1 -1
  13. package/dist/{material → esm/material}/DynamicWallMaterialProperty.js +1 -1
  14. package/dist/{material → esm/material}/PolylineTrailLinkMaterialProperty.d.ts +6 -2
  15. package/dist/{material → esm/material}/PolylineTrailLinkMaterialProperty.js +46 -9
  16. package/dist/{material → esm/material}/shader/PolylineTrailLinkShader.glsl +1 -1
  17. package/dist/{tool → esm/tool}/utils.d.ts +16 -0
  18. package/dist/{tool → esm/tool}/utils.js +92 -3
  19. package/dist/esm/typings.d.ts +14 -0
  20. package/dist/umd/deeptwins-engine-3d.min.css +1 -0
  21. package/dist/umd/deeptwins-engine-3d.min.js +1 -0
  22. package/package.json +4 -4
  23. package/dist/typings.d.ts +0 -4
  24. /package/dist/{cameraControl → esm/cameraControl}/ModelRoamHistory.d.ts +0 -0
  25. /package/dist/{cameraControl → esm/cameraControl}/ModelRoamHistory.js +0 -0
  26. /package/dist/{cameraControl → esm/cameraControl}/ModelRoamUpDate.d.ts +0 -0
  27. /package/dist/{cameraControl → esm/cameraControl}/ModelRoamUpDate.js +0 -0
  28. /package/dist/{cameraControl → esm/cameraControl}/Roam.d.ts +0 -0
  29. /package/dist/{cameraControl → esm/cameraControl}/Roam.js +0 -0
  30. /package/dist/{cameraControl → esm/cameraControl}/Rotate.d.ts +0 -0
  31. /package/dist/{cameraControl → esm/cameraControl}/Rotate.js +0 -0
  32. /package/dist/{cameraControl → esm/cameraControl}/RotateInPlace.d.ts +0 -0
  33. /package/dist/{cameraControl → esm/cameraControl}/RotateInPlace.js +0 -0
  34. /package/dist/{constant.d.ts → esm/constant.d.ts} +0 -0
  35. /package/dist/{deepTwins → esm/deepTwins}/index.d.ts +0 -0
  36. /package/dist/{deepTwins → esm/deepTwins}/index.js +0 -0
  37. /package/dist/{drawer → esm/drawer}/base.d.ts +0 -0
  38. /package/dist/{drawer → esm/drawer}/base.js +0 -0
  39. /package/dist/{drawer → esm/drawer}/index.d.ts +0 -0
  40. /package/dist/{drawer → esm/drawer}/index.js +0 -0
  41. /package/dist/{drawer → esm/drawer}/painter.d.ts +0 -0
  42. /package/dist/{drawer → esm/drawer}/painter.js +0 -0
  43. /package/dist/{drawer → esm/drawer}/shape/Ellipse.d.ts +0 -0
  44. /package/dist/{drawer → esm/drawer}/shape/Ellipse.js +0 -0
  45. /package/dist/{drawer → esm/drawer}/shape/Point.d.ts +0 -0
  46. /package/dist/{drawer → esm/drawer}/shape/Point.js +0 -0
  47. /package/dist/{drawer → esm/drawer}/shape/Polygon.d.ts +0 -0
  48. /package/dist/{drawer → esm/drawer}/shape/Polygon.js +0 -0
  49. /package/dist/{drawer → esm/drawer}/shape/Polyline.d.ts +0 -0
  50. /package/dist/{drawer → esm/drawer}/shape/Polyline.js +0 -0
  51. /package/dist/{drawer → esm/drawer}/shape/Rectangle.d.ts +0 -0
  52. /package/dist/{drawer → esm/drawer}/shape/Rectangle.js +0 -0
  53. /package/dist/{drawer → esm/drawer}/typings.d.ts +0 -0
  54. /package/dist/{drawer → esm/drawer}/typings.js +0 -0
  55. /package/dist/{global.css → esm/global.css} +0 -0
  56. /package/dist/{graphicLayer → esm/graphicLayer}/BaseEntity.d.ts +0 -0
  57. /package/dist/{graphicLayer → esm/graphicLayer}/BaseEntity.js +0 -0
  58. /package/dist/{graphicLayer → esm/graphicLayer}/BaseLayer.d.ts +0 -0
  59. /package/dist/{graphicLayer → esm/graphicLayer}/BaseLayer.js +0 -0
  60. /package/dist/{graphicLayer → esm/graphicLayer}/BasePointPrimitive.d.ts +0 -0
  61. /package/dist/{graphicLayer → esm/graphicLayer}/BasePointPrimitive.js +0 -0
  62. /package/dist/{graphicLayer → esm/graphicLayer}/BasePrimitive.d.ts +0 -0
  63. /package/dist/{graphicLayer → esm/graphicLayer}/BasePrimitive.js +0 -0
  64. /package/dist/{graphicLayer → esm/graphicLayer}/BasePrimitiveInstance.d.ts +0 -0
  65. /package/dist/{graphicLayer → esm/graphicLayer}/BasePrimitiveInstance.js +0 -0
  66. /package/dist/{graphicLayer → esm/graphicLayer}/BaseSource.js +0 -0
  67. /package/dist/{graphicLayer → esm/graphicLayer}/BillboardEntity.d.ts +0 -0
  68. /package/dist/{graphicLayer → esm/graphicLayer}/BillboardEntity.js +0 -0
  69. /package/dist/{graphicLayer → esm/graphicLayer}/BillboardPrimitive.d.ts +0 -0
  70. /package/dist/{graphicLayer → esm/graphicLayer}/BillboardPrimitive.js +0 -0
  71. /package/dist/{graphicLayer → esm/graphicLayer}/BoxEntity.d.ts +0 -0
  72. /package/dist/{graphicLayer → esm/graphicLayer}/BoxEntity.js +0 -0
  73. /package/dist/{graphicLayer → esm/graphicLayer}/BoxPrimitive.d.ts +0 -0
  74. /package/dist/{graphicLayer → esm/graphicLayer}/BoxPrimitive.js +0 -0
  75. /package/dist/{graphicLayer → esm/graphicLayer}/BoxPrimitiveInstance.d.ts +0 -0
  76. /package/dist/{graphicLayer → esm/graphicLayer}/BoxPrimitiveInstance.js +0 -0
  77. /package/dist/{graphicLayer → esm/graphicLayer}/EllipseEntity.d.ts +0 -0
  78. /package/dist/{graphicLayer → esm/graphicLayer}/EllipseEntity.js +0 -0
  79. /package/dist/{graphicLayer → esm/graphicLayer}/EllipsePrimitive.d.ts +0 -0
  80. /package/dist/{graphicLayer → esm/graphicLayer}/EllipsePrimitive.js +0 -0
  81. /package/dist/{graphicLayer → esm/graphicLayer}/EllipsePrimitiveInstance.d.ts +0 -0
  82. /package/dist/{graphicLayer → esm/graphicLayer}/EllipsePrimitiveInstance.js +0 -0
  83. /package/dist/{graphicLayer → esm/graphicLayer}/EllipsoidEntity.d.ts +0 -0
  84. /package/dist/{graphicLayer → esm/graphicLayer}/EllipsoidEntity.js +0 -0
  85. /package/dist/{graphicLayer → esm/graphicLayer}/EllipsoidPrimitive.d.ts +0 -0
  86. /package/dist/{graphicLayer → esm/graphicLayer}/EllipsoidPrimitive.js +0 -0
  87. /package/dist/{graphicLayer → esm/graphicLayer}/EllipsoidPrimitiveInstance.d.ts +0 -0
  88. /package/dist/{graphicLayer → esm/graphicLayer}/EllipsoidPrimitiveInstance.js +0 -0
  89. /package/dist/{graphicLayer → esm/graphicLayer}/GraphicLayerCollection.d.ts +0 -0
  90. /package/dist/{graphicLayer → esm/graphicLayer}/GraphicLayerCollection.js +0 -0
  91. /package/dist/{graphicLayer → esm/graphicLayer}/HtmlEntity.d.ts +0 -0
  92. /package/dist/{graphicLayer → esm/graphicLayer}/HtmlEntity.js +0 -0
  93. /package/dist/{graphicLayer → esm/graphicLayer}/LabelEntity.d.ts +0 -0
  94. /package/dist/{graphicLayer → esm/graphicLayer}/LabelEntity.js +0 -0
  95. /package/dist/{graphicLayer → esm/graphicLayer}/LabelPrimitive.d.ts +0 -0
  96. /package/dist/{graphicLayer → esm/graphicLayer}/LabelPrimitive.js +0 -0
  97. /package/dist/{graphicLayer → esm/graphicLayer}/ModelEntity.d.ts +0 -0
  98. /package/dist/{graphicLayer → esm/graphicLayer}/ModelEntity.js +0 -0
  99. /package/dist/{graphicLayer → esm/graphicLayer}/ModelPrimitive.d.ts +0 -0
  100. /package/dist/{graphicLayer → esm/graphicLayer}/ModelPrimitive.js +0 -0
  101. /package/dist/{graphicLayer → esm/graphicLayer}/ModelPrimitiveInstance.d.ts +0 -0
  102. /package/dist/{graphicLayer → esm/graphicLayer}/ModelPrimitiveInstance.js +0 -0
  103. /package/dist/{graphicLayer → esm/graphicLayer}/PointEntity.d.ts +0 -0
  104. /package/dist/{graphicLayer → esm/graphicLayer}/PointEntity.js +0 -0
  105. /package/dist/{graphicLayer → esm/graphicLayer}/PointPrimitive.d.ts +0 -0
  106. /package/dist/{graphicLayer → esm/graphicLayer}/PointPrimitive.js +0 -0
  107. /package/dist/{graphicLayer → esm/graphicLayer}/PolygonEntity.d.ts +0 -0
  108. /package/dist/{graphicLayer → esm/graphicLayer}/PolygonEntity.js +0 -0
  109. /package/dist/{graphicLayer → esm/graphicLayer}/PolygonPrimitive.d.ts +0 -0
  110. /package/dist/{graphicLayer → esm/graphicLayer}/PolygonPrimitive.js +0 -0
  111. /package/dist/{graphicLayer → esm/graphicLayer}/PolygonPrimitiveInstance.d.ts +0 -0
  112. /package/dist/{graphicLayer → esm/graphicLayer}/PolygonPrimitiveInstance.js +0 -0
  113. /package/dist/{graphicLayer → esm/graphicLayer}/PolylineEntity.d.ts +0 -0
  114. /package/dist/{graphicLayer → esm/graphicLayer}/PolylineEntity.js +0 -0
  115. /package/dist/{graphicLayer → esm/graphicLayer}/PolylinePrimitive.d.ts +0 -0
  116. /package/dist/{graphicLayer → esm/graphicLayer}/PolylinePrimitive.js +0 -0
  117. /package/dist/{graphicLayer → esm/graphicLayer}/PolylinePrimitiveInstance.d.ts +0 -0
  118. /package/dist/{graphicLayer → esm/graphicLayer}/PolylinePrimitiveInstance.js +0 -0
  119. /package/dist/{graphicLayer → esm/graphicLayer}/PolylineVolumeEntity.d.ts +0 -0
  120. /package/dist/{graphicLayer → esm/graphicLayer}/PolylineVolumeEntity.js +0 -0
  121. /package/dist/{graphicLayer → esm/graphicLayer}/PolylineVolumePrimitive.d.ts +0 -0
  122. /package/dist/{graphicLayer → esm/graphicLayer}/PolylineVolumePrimitive.js +0 -0
  123. /package/dist/{graphicLayer → esm/graphicLayer}/PolylineVolumePrimitiveInstance.d.ts +0 -0
  124. /package/dist/{graphicLayer → esm/graphicLayer}/PolylineVolumePrimitiveInstance.js +0 -0
  125. /package/dist/{graphicLayer → esm/graphicLayer}/WallEntity.d.ts +0 -0
  126. /package/dist/{graphicLayer → esm/graphicLayer}/WallEntity.js +0 -0
  127. /package/dist/{graphicLayer → esm/graphicLayer}/WallPrimitive.d.ts +0 -0
  128. /package/dist/{graphicLayer → esm/graphicLayer}/WallPrimitive.js +0 -0
  129. /package/dist/{graphicLayer → esm/graphicLayer}/WallPrimitiveInstance.d.ts +0 -0
  130. /package/dist/{graphicLayer → esm/graphicLayer}/WallPrimitiveInstance.js +0 -0
  131. /package/dist/{map → esm/map}/Event.d.ts +0 -0
  132. /package/dist/{map → esm/map}/GroundSkyBox.d.ts +0 -0
  133. /package/dist/{map → esm/map}/GroundSkyBox.js +0 -0
  134. /package/dist/{map → esm/map}/Property.d.ts +0 -0
  135. /package/dist/{map → esm/map}/Property.js +0 -0
  136. /package/dist/{material → esm/material}/BaseMaterialProperty.d.ts +0 -0
  137. /package/dist/{material → esm/material}/BaseMaterialProperty.js +0 -0
  138. /package/dist/{material → esm/material}/CircleWaveMaterialProperty.d.ts +0 -0
  139. /package/dist/{material → esm/material}/DynamicWallMaterialProperty.d.ts +0 -0
  140. /package/dist/{material → esm/material}/ImageMaterialProperty.d.ts +0 -0
  141. /package/dist/{material → esm/material}/ImageMaterialProperty.js +0 -0
  142. /package/dist/{material → esm/material}/WeatherEffects.d.ts +0 -0
  143. /package/dist/{material → esm/material}/WeatherEffects.js +0 -0
  144. /package/dist/{material → esm/material}/shader/CircleWaveShader.glsl +0 -0
  145. /package/dist/{material → esm/material}/shader/DynamicWallShader.glsl +0 -0
  146. /package/dist/{material → esm/material}/shader/FogShader.glsl +0 -0
  147. /package/dist/{material → esm/material}/shader/RainShader.glsl +0 -0
  148. /package/dist/{material → esm/material}/shader/SnowShader.glsl +0 -0
  149. /package/dist/{measure → esm/measure}/AreaMeasure.d.ts +0 -0
  150. /package/dist/{measure → esm/measure}/AreaMeasure.js +0 -0
  151. /package/dist/{measure → esm/measure}/AreaSurfaceMeasure.d.ts +0 -0
  152. /package/dist/{measure → esm/measure}/AreaSurfaceMeasure.js +0 -0
  153. /package/dist/{measure → esm/measure}/DistanceMeasure.d.ts +0 -0
  154. /package/dist/{measure → esm/measure}/DistanceMeasure.js +0 -0
  155. /package/dist/{measure → esm/measure}/DistanceSurfaceMeasure.d.ts +0 -0
  156. /package/dist/{measure → esm/measure}/DistanceSurfaceMeasure.js +0 -0
  157. /package/dist/{measure → esm/measure}/Measure.d.ts +0 -0
  158. /package/dist/{measure → esm/measure}/Measure.js +0 -0
  159. /package/dist/{measure → esm/measure}/index.d.ts +0 -0
  160. /package/dist/{measure → esm/measure}/index.js +0 -0
  161. /package/dist/{measure → esm/measure}/utils.d.ts +0 -0
  162. /package/dist/{measure → esm/measure}/utils.js +0 -0
  163. /package/dist/{property → esm/property}/PositionProperty.d.ts +0 -0
  164. /package/dist/{property → esm/property}/PositionProperty.js +0 -0
  165. /package/dist/{tileLayer → esm/tileLayer}/ArcGisLayer.d.ts +0 -0
  166. /package/dist/{tileLayer → esm/tileLayer}/ArcGisLayer.js +0 -0
  167. /package/dist/{tileLayer → esm/tileLayer}/ImageryLayer.d.ts +0 -0
  168. /package/dist/{tileLayer → esm/tileLayer}/ImageryLayer.js +0 -0
  169. /package/dist/{tileLayer → esm/tileLayer}/RasterLayer.d.ts +0 -0
  170. /package/dist/{tileLayer → esm/tileLayer}/RasterLayer.js +0 -0
  171. /package/dist/{tileLayer → esm/tileLayer}/WmsLayer.d.ts +0 -0
  172. /package/dist/{tileLayer → esm/tileLayer}/WmsLayer.js +0 -0
  173. /package/dist/{tileLayer → esm/tileLayer}/WmtsLayer.d.ts +0 -0
  174. /package/dist/{tileLayer → esm/tileLayer}/WmtsLayer.js +0 -0
  175. /package/dist/{tool → esm/tool}/PrimitiveCluster.d.ts +0 -0
  176. /package/dist/{tool → esm/tool}/PrimitiveCluster.js +0 -0
  177. /package/dist/{tool → esm/tool}/TimerInterval.d.ts +0 -0
  178. /package/dist/{tool → esm/tool}/TimerInterval.js +0 -0
  179. /package/dist/{tool → esm/tool}/cesiumExtends/Subscriber/index.d.ts +0 -0
  180. /package/dist/{tool → esm/tool}/cesiumExtends/Subscriber/index.js +0 -0
  181. /package/dist/{tool → esm/tool}/common.d.ts +0 -0
  182. /package/dist/{tool → esm/tool}/common.js +0 -0
  183. /package/dist/{tool → esm/tool}/heatmap.js +0 -0
  184. /package/dist/{toolTip → esm/toolTip}/index.css +0 -0
  185. /package/dist/{toolTip → esm/toolTip}/index.d.ts +0 -0
  186. /package/dist/{toolTip → esm/toolTip}/index.js +0 -0
  187. /package/dist/{videoFusion → esm/videoFusion}/BaseVideo.d.ts +0 -0
  188. /package/dist/{videoFusion → esm/videoFusion}/BaseVideo.js +0 -0
  189. /package/dist/{videoFusion → esm/videoFusion}/VideoProject.d.ts +0 -0
  190. /package/dist/{videoFusion → esm/videoFusion}/VideoProject.js +0 -0
  191. /package/dist/{videoFusion → esm/videoFusion}/VideoTexture.d.ts +0 -0
  192. /package/dist/{videoFusion → esm/videoFusion}/VideoTexture.js +0 -0
  193. /package/dist/{visualization → esm/visualization}/Airspace.d.ts +0 -0
  194. /package/dist/{visualization → esm/visualization}/Airspace.js +0 -0
  195. /package/dist/{visualization → esm/visualization}/BaseFrustum.d.ts +0 -0
  196. /package/dist/{visualization → esm/visualization}/BaseFrustum.js +0 -0
  197. /package/dist/{visualization → esm/visualization}/BaseHeatmap.d.ts +0 -0
  198. /package/dist/{visualization → esm/visualization}/BaseHeatmap.js +0 -0
  199. /package/dist/{visualization → esm/visualization}/Frustum.d.ts +0 -0
  200. /package/dist/{visualization → esm/visualization}/Frustum.js +0 -0
  201. /package/dist/{visualization → esm/visualization}/FrustumWithCamera.d.ts +0 -0
  202. /package/dist/{visualization → esm/visualization}/FrustumWithCamera.js +0 -0
  203. /package/dist/{visualization → esm/visualization}/Heatmap2d.d.ts +0 -0
  204. /package/dist/{visualization → esm/visualization}/Heatmap2d.js +0 -0
  205. /package/dist/{visualization → esm/visualization}/Heatmap3d.d.ts +0 -0
  206. /package/dist/{visualization → esm/visualization}/Heatmap3d.js +0 -0
  207. /package/dist/{visualization → esm/visualization}/PointCluster.d.ts +0 -0
  208. /package/dist/{visualization → esm/visualization}/PointCluster.js +0 -0
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "deeptwins-engine-3d",
3
- "version": "0.0.52",
3
+ "version": "0.1.2",
4
4
  "description": "map for 3d",
5
- "module": "dist/index.js",
6
- "types": "dist/index.d.ts",
5
+ "module": "dist/esm/index.js",
6
+ "types": "dist/esm/index.d.ts",
7
7
  "scripts": {
8
8
  "start": "npm run dev",
9
9
  "dev": "dumi dev",
@@ -21,7 +21,7 @@
21
21
  "authors": [
22
22
  "sdzl"
23
23
  ],
24
- "license": "MIT",
24
+ "license": "SEE LICENSE IN LICENSE.md",
25
25
  "files": [
26
26
  "dist"
27
27
  ],
package/dist/typings.d.ts DELETED
@@ -1,4 +0,0 @@
1
- declare module '*.glsl' {
2
- const value: string;
3
- export default value;
4
- }
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes