@openglobus/og 0.24.2 → 0.25.0

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 (778) hide show
  1. package/lib/{js/Globe.d.ts → Globe.d.ts} +16 -18
  2. package/lib/{js/Object3d.d.ts → Object3d.d.ts} +1 -1
  3. package/lib/{@openglobus/js/camera → camera}/Camera.d.ts +16 -22
  4. package/lib/{@openglobus/js/camera → camera}/Frustum.d.ts +1 -1
  5. package/lib/control/CameraFrameComposer.d.ts +35 -0
  6. package/lib/control/KeyboardNavigation.d.ts +32 -0
  7. package/lib/control/MouseWheelZoomControl.d.ts +1 -0
  8. package/lib/{js/control → control/atmosphere}/Atmosphere.d.ts +9 -6
  9. package/lib/{@openglobus/js/control → control/atmosphere}/AtmosphereConfig.d.ts +6 -6
  10. package/lib/{js/control → control}/index.d.ts +3 -1
  11. package/lib/control/object3dManager/Object3dCollection.d.ts +21 -0
  12. package/lib/control/object3dManager/Object3dCollectionView.d.ts +15 -0
  13. package/lib/control/object3dManager/Object3dItemView.d.ts +10 -0
  14. package/lib/control/object3dManager/Object3dManager.d.ts +28 -0
  15. package/lib/control/object3dManager/Object3dManagerDialog.d.ts +23 -0
  16. package/lib/{js/control → control}/visibleExtent/Segment.d.ts +3 -3
  17. package/lib/entity/LabelWorker.worker.d.ts +1 -0
  18. package/lib/{@openglobus/js/index.d.ts → index.d.ts} +1 -0
  19. package/lib/og.css +1 -0
  20. package/lib/og.es.js +1 -0
  21. package/lib/{@openglobus/js/renderer → renderer}/Renderer.d.ts +28 -28
  22. package/lib/{@openglobus/js/scene → scene}/Planet.d.ts +3 -3
  23. package/lib/{@openglobus/js/segment → segment}/Segment.d.ts +1 -1
  24. package/lib/{js/segment → segment}/segmentHelper.d.ts +1 -1
  25. package/lib/{@openglobus/js/shaders → shaders/atmos}/atmos.d.ts +7 -5
  26. package/lib/{@openglobus/js/shaders → shaders/billboard}/billboard.d.ts +1 -1
  27. package/lib/shaders/drawnode/drawnode.d.ts +8 -0
  28. package/lib/{@openglobus/js/shaders/geoObject.d.ts → shaders/geo_object/geo_object.d.ts} +1 -1
  29. package/lib/{@openglobus/js/shaders → shaders/label}/label.d.ts +1 -1
  30. package/lib/{@openglobus/js/shaders → shaders/polyline}/polyline.d.ts +1 -1
  31. package/lib/shaders/ray/ray.d.ts +2 -0
  32. package/lib/{@openglobus/js/shaders → shaders/tone_mapping}/toneMapping.d.ts +1 -1
  33. package/lib/tsconfig.tsbuildinfo +1 -0
  34. package/lib/{@openglobus/js/ui → ui}/Dialog.d.ts +1 -1
  35. package/lib/{@openglobus/js/ui → ui}/View.d.ts +1 -0
  36. package/lib/{@openglobus/js/utils → utils}/BaseWorker.d.ts +2 -2
  37. package/lib/utils/PlainSegmentWorker.worker.d.ts +1 -0
  38. package/lib/utils/TerrainWorker.worker.d.ts +1 -0
  39. package/lib/{@openglobus/js/utils → utils}/objParser.d.ts +1 -1
  40. package/lib/{js/utils → utils}/shared.d.ts +16 -0
  41. package/lib/{js/webgl → webgl}/Framebuffer.d.ts +21 -5
  42. package/lib/{@openglobus/js/webgl → webgl}/Handler.d.ts +0 -1
  43. package/package.json +76 -68
  44. package/res/fonts/Ephesis-Regular.json +4648 -0
  45. package/res/fonts/Ephesis-Regular.ttf.cfg +1282 -0
  46. package/res/fonts/Ephesis-Regular.ttf.png +0 -0
  47. package/res/fonts/Karla-Bold.json +5252 -0
  48. package/res/fonts/Karla-Bold.ttf.cfg +920 -0
  49. package/res/fonts/Karla-Bold.ttf.png +0 -0
  50. package/res/fonts/Karla-Light.json +5252 -0
  51. package/res/fonts/Karla-Light.ttf.cfg +830 -0
  52. package/res/fonts/Karla-Light.ttf.png +0 -0
  53. package/res/fonts/Karla-Medium.json +5252 -0
  54. package/res/fonts/Karla-Medium.ttf.cfg +1196 -0
  55. package/res/fonts/Karla-Medium.ttf.png +0 -0
  56. package/res/fonts/NotoSansArabic-Regular.json +3332 -0
  57. package/res/fonts/NotoSansArabic-Regular.ttf.cfg +1370 -0
  58. package/res/fonts/NotoSansArabic-Regular.ttf.png +0 -0
  59. package/res/fonts/Roboto-Regular.json +37147 -0
  60. package/res/fonts/Roboto-Regular.ttf.cfg +1340 -0
  61. package/res/fonts/Roboto-Regular.ttf.png +0 -0
  62. package/res/fonts/arial.js +4325 -0
  63. package/res/fonts/arial.json +4321 -0
  64. package/res/fonts/arial.ttf.cfg +1570 -0
  65. package/res/fonts/arial.ttf.png +0 -0
  66. package/res/night-4326.png +0 -0
  67. package/res/night.png +0 -0
  68. package/res/spec.png +0 -0
  69. package/css/og.css +0 -1342
  70. package/lib/@openglobus/js/Globe.d.ts +0 -145
  71. package/lib/@openglobus/js/Object3d.d.ts +0 -81
  72. package/lib/@openglobus/js/control/Atmosphere.d.ts +0 -40
  73. package/lib/@openglobus/js/control/KeyboardNavigation.d.ts +0 -28
  74. package/lib/@openglobus/js/control/index.d.ts +0 -30
  75. package/lib/@openglobus/js/segment/segmentHelper.d.ts +0 -18
  76. package/lib/@openglobus/js/shaders/bloom.d.ts +0 -2
  77. package/lib/@openglobus/js/shaders/blur.d.ts +0 -3
  78. package/lib/@openglobus/js/shaders/drawnode.d.ts +0 -10
  79. package/lib/@openglobus/js/shaders/lumFilter.d.ts +0 -2
  80. package/lib/@openglobus/js/shaders/ray.d.ts +0 -2
  81. package/lib/@openglobus/js/shaders/utils.d.ts +0 -1
  82. package/lib/@openglobus/js/utils/shared.d.ts +0 -287
  83. package/lib/@openglobus/js/webgl/Framebuffer.d.ts +0 -97
  84. package/lib/@openglobus/og.css +0 -1
  85. package/lib/@openglobus/og.esm.js +0 -2
  86. package/lib/@openglobus/og.esm.js.map +0 -1
  87. package/lib/@openglobus/og.umd.js +0 -2
  88. package/lib/@openglobus/og.umd.js.map +0 -1
  89. package/lib/js/Clock.d.ts +0 -106
  90. package/lib/js/Clock.js +0 -141
  91. package/lib/js/Deferred.d.ts +0 -6
  92. package/lib/js/Deferred.js +0 -13
  93. package/lib/js/Events.d.ts +0 -90
  94. package/lib/js/Events.js +0 -145
  95. package/lib/js/Extent.d.ts +0 -145
  96. package/lib/js/Extent.js +0 -278
  97. package/lib/js/Globe.js +0 -289
  98. package/lib/js/ImageCanvas.d.ts +0 -128
  99. package/lib/js/ImageCanvas.js +0 -203
  100. package/lib/js/Lock.d.ts +0 -15
  101. package/lib/js/Lock.js +0 -27
  102. package/lib/js/LonLat.d.ts +0 -128
  103. package/lib/js/LonLat.js +0 -192
  104. package/lib/js/Object3d.js +0 -508
  105. package/lib/js/Popup.d.ts +0 -49
  106. package/lib/js/Popup.js +0 -160
  107. package/lib/js/QueueArray.d.ts +0 -16
  108. package/lib/js/QueueArray.js +0 -63
  109. package/lib/js/Rectangle.d.ts +0 -76
  110. package/lib/js/Rectangle.js +0 -77
  111. package/lib/js/Stack.d.ts +0 -20
  112. package/lib/js/Stack.js +0 -42
  113. package/lib/js/astro/astro.d.ts +0 -39
  114. package/lib/js/astro/astro.js +0 -43
  115. package/lib/js/astro/earth.d.ts +0 -8
  116. package/lib/js/astro/earth.js +0 -75
  117. package/lib/js/astro/jd.d.ts +0 -234
  118. package/lib/js/astro/jd.js +0 -416
  119. package/lib/js/astro/orbit.d.ts +0 -5
  120. package/lib/js/astro/orbit.js +0 -104
  121. package/lib/js/astro/rotation.d.ts +0 -2
  122. package/lib/js/astro/rotation.js +0 -25
  123. package/lib/js/bv/Box.d.ts +0 -32
  124. package/lib/js/bv/Box.js +0 -53
  125. package/lib/js/bv/Sphere.d.ts +0 -37
  126. package/lib/js/bv/Sphere.js +0 -31
  127. package/lib/js/bv/index.d.ts +0 -3
  128. package/lib/js/bv/index.js +0 -3
  129. package/lib/js/camera/Camera.d.ts +0 -361
  130. package/lib/js/camera/Camera.js +0 -541
  131. package/lib/js/camera/Frustum.d.ts +0 -142
  132. package/lib/js/camera/Frustum.js +0 -246
  133. package/lib/js/camera/PlanetCamera.d.ts +0 -247
  134. package/lib/js/camera/PlanetCamera.js +0 -513
  135. package/lib/js/camera/index.d.ts +0 -3
  136. package/lib/js/camera/index.js +0 -3
  137. package/lib/js/cons.d.ts +0 -40
  138. package/lib/js/cons.js +0 -92
  139. package/lib/js/control/Atmosphere.js +0 -401
  140. package/lib/js/control/AtmosphereConfig.d.ts +0 -59
  141. package/lib/js/control/AtmosphereConfig.js +0 -348
  142. package/lib/js/control/CameraLock.d.ts +0 -38
  143. package/lib/js/control/CameraLock.js +0 -216
  144. package/lib/js/control/CompassButton.d.ts +0 -16
  145. package/lib/js/control/CompassButton.js +0 -118
  146. package/lib/js/control/Control.d.ts +0 -100
  147. package/lib/js/control/Control.js +0 -137
  148. package/lib/js/control/DebugInfo.d.ts +0 -25
  149. package/lib/js/control/DebugInfo.js +0 -318
  150. package/lib/js/control/DrawingSwitcher.d.ts +0 -13
  151. package/lib/js/control/DrawingSwitcher.js +0 -94
  152. package/lib/js/control/EarthCoordinates.d.ts +0 -41
  153. package/lib/js/control/EarthCoordinates.js +0 -161
  154. package/lib/js/control/GeoImageDragControl.d.ts +0 -22
  155. package/lib/js/control/GeoImageDragControl.js +0 -102
  156. package/lib/js/control/KeyboardNavigation.d.ts +0 -28
  157. package/lib/js/control/KeyboardNavigation.js +0 -143
  158. package/lib/js/control/LayerAnimation.d.ts +0 -71
  159. package/lib/js/control/LayerAnimation.js +0 -283
  160. package/lib/js/control/LayerSwitcher.d.ts +0 -38
  161. package/lib/js/control/LayerSwitcher.js +0 -151
  162. package/lib/js/control/Lighting.d.ts +0 -54
  163. package/lib/js/control/Lighting.js +0 -459
  164. package/lib/js/control/MouseNavigation.d.ts +0 -76
  165. package/lib/js/control/MouseNavigation.js +0 -414
  166. package/lib/js/control/MouseWheelZoomControl.d.ts +0 -0
  167. package/lib/js/control/MouseWheelZoomControl.js +0 -270
  168. package/lib/js/control/OldMouseNavigation.d.ts +0 -65
  169. package/lib/js/control/OldMouseNavigation.js +0 -368
  170. package/lib/js/control/RulerSwitcher.d.ts +0 -18
  171. package/lib/js/control/RulerSwitcher.js +0 -57
  172. package/lib/js/control/ScaleControl.d.ts +0 -25
  173. package/lib/js/control/ScaleControl.js +0 -97
  174. package/lib/js/control/SegmentBoundVisualization.d.ts +0 -13
  175. package/lib/js/control/SegmentBoundVisualization.js +0 -37
  176. package/lib/js/control/ShowFps.d.ts +0 -10
  177. package/lib/js/control/ShowFps.js +0 -20
  178. package/lib/js/control/SimpleNavigation.d.ts +0 -43
  179. package/lib/js/control/SimpleNavigation.js +0 -196
  180. package/lib/js/control/SimpleSkyBackground.d.ts +0 -18
  181. package/lib/js/control/SimpleSkyBackground.js +0 -187
  182. package/lib/js/control/Sun.d.ts +0 -34
  183. package/lib/js/control/Sun.js +0 -117
  184. package/lib/js/control/ToggleWireframe.d.ts +0 -15
  185. package/lib/js/control/ToggleWireframe.js +0 -28
  186. package/lib/js/control/TouchNavigation.d.ts +0 -53
  187. package/lib/js/control/TouchNavigation.js +0 -266
  188. package/lib/js/control/ZoomControl.d.ts +0 -28
  189. package/lib/js/control/ZoomControl.js +0 -86
  190. package/lib/js/control/drawing/DrawingControl.d.ts +0 -12
  191. package/lib/js/control/drawing/DrawingControl.js +0 -35
  192. package/lib/js/control/drawing/LineStringDrawingScene.d.ts +0 -15
  193. package/lib/js/control/drawing/LineStringDrawingScene.js +0 -139
  194. package/lib/js/control/drawing/PolygonDrawingScene.d.ts +0 -98
  195. package/lib/js/control/drawing/PolygonDrawingScene.js +0 -533
  196. package/lib/js/control/elevationProfile/ElevationProfile.d.ts +0 -77
  197. package/lib/js/control/elevationProfile/ElevationProfile.js +0 -248
  198. package/lib/js/control/elevationProfile/ElevationProfileButtonsView.d.ts +0 -15
  199. package/lib/js/control/elevationProfile/ElevationProfileButtonsView.js +0 -61
  200. package/lib/js/control/elevationProfile/ElevationProfileControl.d.ts +0 -33
  201. package/lib/js/control/elevationProfile/ElevationProfileControl.js +0 -151
  202. package/lib/js/control/elevationProfile/ElevationProfileLegend.d.ts +0 -20
  203. package/lib/js/control/elevationProfile/ElevationProfileLegend.js +0 -82
  204. package/lib/js/control/elevationProfile/ElevationProfileScene.d.ts +0 -80
  205. package/lib/js/control/elevationProfile/ElevationProfileScene.js +0 -542
  206. package/lib/js/control/elevationProfile/ElevationProfileView.d.ts +0 -65
  207. package/lib/js/control/elevationProfile/ElevationProfileView.js +0 -504
  208. package/lib/js/control/elevationProfile/PointListDialog.d.ts +0 -12
  209. package/lib/js/control/elevationProfile/PointListDialog.js +0 -57
  210. package/lib/js/control/geoObjectEditor/ArrowEntity.d.ts +0 -15
  211. package/lib/js/control/geoObjectEditor/ArrowEntity.js +0 -59
  212. package/lib/js/control/geoObjectEditor/AxisTrackEntity.d.ts +0 -9
  213. package/lib/js/control/geoObjectEditor/AxisTrackEntity.js +0 -93
  214. package/lib/js/control/geoObjectEditor/GeoObjectEditor.d.ts +0 -13
  215. package/lib/js/control/geoObjectEditor/GeoObjectEditor.js +0 -30
  216. package/lib/js/control/geoObjectEditor/GeoObjectEditorDialog.d.ts +0 -69
  217. package/lib/js/control/geoObjectEditor/GeoObjectEditorDialog.js +0 -488
  218. package/lib/js/control/geoObjectEditor/GeoObjectEditorScene.d.ts +0 -127
  219. package/lib/js/control/geoObjectEditor/GeoObjectEditorScene.js +0 -549
  220. package/lib/js/control/geoObjectEditor/MoveAxisEntity.d.ts +0 -17
  221. package/lib/js/control/geoObjectEditor/MoveAxisEntity.js +0 -107
  222. package/lib/js/control/geoObjectEditor/MovePlaneEntity.d.ts +0 -7
  223. package/lib/js/control/geoObjectEditor/MovePlaneEntity.js +0 -31
  224. package/lib/js/control/geoObjectEditor/RotateEntity.d.ts +0 -9
  225. package/lib/js/control/geoObjectEditor/RotateEntity.js +0 -105
  226. package/lib/js/control/geoObjectEditor/colors.d.ts +0 -8
  227. package/lib/js/control/geoObjectEditor/colors.js +0 -8
  228. package/lib/js/control/heightRuler/HeightRuler.d.ts +0 -7
  229. package/lib/js/control/heightRuler/HeightRuler.js +0 -11
  230. package/lib/js/control/heightRuler/HeightRulerScene.d.ts +0 -35
  231. package/lib/js/control/heightRuler/HeightRulerScene.js +0 -181
  232. package/lib/js/control/heightRuler/HeightRulerSwitcher.d.ts +0 -6
  233. package/lib/js/control/heightRuler/HeightRulerSwitcher.js +0 -13
  234. package/lib/js/control/index.js +0 -30
  235. package/lib/js/control/ruler/Ruler.d.ts +0 -14
  236. package/lib/js/control/ruler/Ruler.js +0 -23
  237. package/lib/js/control/ruler/RulerScene.d.ts +0 -88
  238. package/lib/js/control/ruler/RulerScene.js +0 -324
  239. package/lib/js/control/selection/Selection.d.ts +0 -56
  240. package/lib/js/control/selection/Selection.js +0 -78
  241. package/lib/js/control/selection/SelectionScene.d.ts +0 -44
  242. package/lib/js/control/selection/SelectionScene.js +0 -272
  243. package/lib/js/control/timeline/TimelineControl.d.ts +0 -18
  244. package/lib/js/control/timeline/TimelineControl.js +0 -81
  245. package/lib/js/control/timeline/TimelineModel.d.ts +0 -41
  246. package/lib/js/control/timeline/TimelineModel.js +0 -104
  247. package/lib/js/control/timeline/TimelineView.d.ts +0 -86
  248. package/lib/js/control/timeline/TimelineView.js +0 -363
  249. package/lib/js/control/timeline/timelineUtils.d.ts +0 -12
  250. package/lib/js/control/timeline/timelineUtils.js +0 -112
  251. package/lib/js/control/visibleExtent/Segment.js +0 -1301
  252. package/lib/js/control/visibleExtent/VisibleExtent.js +0 -56
  253. package/lib/js/control/visibleExtent/drawnode.d.ts +0 -7
  254. package/lib/js/control/visibleExtent/drawnode.js +0 -718
  255. package/lib/js/ellipsoid/Ellipsoid.d.ts +0 -194
  256. package/lib/js/ellipsoid/Ellipsoid.js +0 -459
  257. package/lib/js/ellipsoid/index.d.ts +0 -4
  258. package/lib/js/ellipsoid/index.js +0 -4
  259. package/lib/js/ellipsoid/mars.d.ts +0 -6
  260. package/lib/js/ellipsoid/mars.js +0 -6
  261. package/lib/js/ellipsoid/moon.d.ts +0 -6
  262. package/lib/js/ellipsoid/moon.js +0 -6
  263. package/lib/js/ellipsoid/wgs84.d.ts +0 -6
  264. package/lib/js/ellipsoid/wgs84.js +0 -6
  265. package/lib/js/entity/BaseBillboard.d.ts +0 -225
  266. package/lib/js/entity/BaseBillboard.js +0 -284
  267. package/lib/js/entity/BaseBillboardHandler.d.ts +0 -81
  268. package/lib/js/entity/BaseBillboardHandler.js +0 -546
  269. package/lib/js/entity/Billboard.d.ts +0 -114
  270. package/lib/js/entity/Billboard.js +0 -127
  271. package/lib/js/entity/BillboardHandler.d.ts +0 -15
  272. package/lib/js/entity/BillboardHandler.js +0 -103
  273. package/lib/js/entity/Entity.d.ts +0 -630
  274. package/lib/js/entity/Entity.js +0 -957
  275. package/lib/js/entity/EntityCollection.d.ts +0 -368
  276. package/lib/js/entity/EntityCollection.js +0 -655
  277. package/lib/js/entity/GeoObject.d.ts +0 -257
  278. package/lib/js/entity/GeoObject.js +0 -318
  279. package/lib/js/entity/GeoObjectHandler.d.ts +0 -81
  280. package/lib/js/entity/GeoObjectHandler.js +0 -515
  281. package/lib/js/entity/Geometry.d.ts +0 -125
  282. package/lib/js/entity/Geometry.js +0 -291
  283. package/lib/js/entity/GeometryHandler.d.ts +0 -86
  284. package/lib/js/entity/GeometryHandler.js +0 -745
  285. package/lib/js/entity/InstanceData.d.ts +0 -76
  286. package/lib/js/entity/InstanceData.js +0 -347
  287. package/lib/js/entity/Label.d.ts +0 -230
  288. package/lib/js/entity/Label.js +0 -322
  289. package/lib/js/entity/LabelHandler.d.ts +0 -65
  290. package/lib/js/entity/LabelHandler.js +0 -696
  291. package/lib/js/entity/LabelWorker.d.ts +0 -15
  292. package/lib/js/entity/LabelWorker.js +0 -163
  293. package/lib/js/entity/PointCloud.d.ts +0 -179
  294. package/lib/js/entity/PointCloud.js +0 -327
  295. package/lib/js/entity/PointCloudHandler.d.ts +0 -42
  296. package/lib/js/entity/PointCloudHandler.js +0 -82
  297. package/lib/js/entity/Polyline.d.ts +0 -360
  298. package/lib/js/entity/Polyline.js +0 -1635
  299. package/lib/js/entity/PolylineHandler.d.ts +0 -29
  300. package/lib/js/entity/PolylineHandler.js +0 -103
  301. package/lib/js/entity/Ray.d.ts +0 -135
  302. package/lib/js/entity/Ray.js +0 -171
  303. package/lib/js/entity/RayHandler.d.ts +0 -70
  304. package/lib/js/entity/RayHandler.js +0 -496
  305. package/lib/js/entity/Strip.d.ts +0 -141
  306. package/lib/js/entity/Strip.js +0 -417
  307. package/lib/js/entity/StripHandler.d.ts +0 -42
  308. package/lib/js/entity/StripHandler.js +0 -110
  309. package/lib/js/entity/index.d.ts +0 -10
  310. package/lib/js/entity/index.js +0 -10
  311. package/lib/js/index.d.ts +0 -34
  312. package/lib/js/index.js +0 -34
  313. package/lib/js/input/KeyboardHandler.d.ts +0 -33
  314. package/lib/js/input/KeyboardHandler.js +0 -159
  315. package/lib/js/input/MouseHandler.d.ts +0 -17
  316. package/lib/js/input/MouseHandler.js +0 -92
  317. package/lib/js/input/TouchHandler.d.ts +0 -11
  318. package/lib/js/input/TouchHandler.js +0 -42
  319. package/lib/js/input/input.d.ts +0 -3
  320. package/lib/js/input/input.js +0 -47
  321. package/lib/js/layer/BaseGeoImage.d.ts +0 -146
  322. package/lib/js/layer/BaseGeoImage.js +0 -382
  323. package/lib/js/layer/Bing.d.ts +0 -5
  324. package/lib/js/layer/Bing.js +0 -41
  325. package/lib/js/layer/CanvasTiles.d.ts +0 -104
  326. package/lib/js/layer/CanvasTiles.js +0 -292
  327. package/lib/js/layer/GeoImage.d.ts +0 -62
  328. package/lib/js/layer/GeoImage.js +0 -133
  329. package/lib/js/layer/GeoTexture2d.d.ts +0 -18
  330. package/lib/js/layer/GeoTexture2d.js +0 -37
  331. package/lib/js/layer/GeoVideo.d.ts +0 -69
  332. package/lib/js/layer/GeoVideo.js +0 -157
  333. package/lib/js/layer/KML.d.ts +0 -74
  334. package/lib/js/layer/KML.js +0 -303
  335. package/lib/js/layer/Layer.d.ts +0 -416
  336. package/lib/js/layer/Layer.js +0 -734
  337. package/lib/js/layer/Material.d.ts +0 -34
  338. package/lib/js/layer/Material.js +0 -69
  339. package/lib/js/layer/OpenStreetMap.d.ts +0 -5
  340. package/lib/js/layer/OpenStreetMap.js +0 -19
  341. package/lib/js/layer/Vector.d.ts +0 -240
  342. package/lib/js/layer/Vector.js +0 -767
  343. package/lib/js/layer/WMS.d.ts +0 -76
  344. package/lib/js/layer/WMS.js +0 -112
  345. package/lib/js/layer/XYZ.d.ts +0 -149
  346. package/lib/js/layer/XYZ.js +0 -299
  347. package/lib/js/layer/index.d.ts +0 -12
  348. package/lib/js/layer/index.js +0 -12
  349. package/lib/js/light/LightSource.d.ts +0 -36
  350. package/lib/js/light/LightSource.js +0 -86
  351. package/lib/js/math/Line2.d.ts +0 -11
  352. package/lib/js/math/Line2.js +0 -21
  353. package/lib/js/math/Line3.d.ts +0 -28
  354. package/lib/js/math/Line3.js +0 -85
  355. package/lib/js/math/Mat3.d.ts +0 -77
  356. package/lib/js/math/Mat3.js +0 -139
  357. package/lib/js/math/Mat4.d.ts +0 -204
  358. package/lib/js/math/Mat4.js +0 -487
  359. package/lib/js/math/Plane.d.ts +0 -22
  360. package/lib/js/math/Plane.js +0 -118
  361. package/lib/js/math/Quat.d.ts +0 -393
  362. package/lib/js/math/Quat.js +0 -794
  363. package/lib/js/math/Ray.d.ts +0 -72
  364. package/lib/js/math/Ray.js +0 -211
  365. package/lib/js/math/Vec2.d.ts +0 -332
  366. package/lib/js/math/Vec2.js +0 -495
  367. package/lib/js/math/Vec3.d.ts +0 -488
  368. package/lib/js/math/Vec3.js +0 -828
  369. package/lib/js/math/Vec4.d.ts +0 -163
  370. package/lib/js/math/Vec4.js +0 -211
  371. package/lib/js/math/coder.d.ts +0 -53
  372. package/lib/js/math/coder.js +0 -101
  373. package/lib/js/math/index.d.ts +0 -14
  374. package/lib/js/math/index.js +0 -11
  375. package/lib/js/math.d.ts +0 -266
  376. package/lib/js/math.js +0 -379
  377. package/lib/js/mercator.d.ts +0 -92
  378. package/lib/js/mercator.js +0 -120
  379. package/lib/js/proj/EPSG3857.d.ts +0 -9
  380. package/lib/js/proj/EPSG3857.js +0 -9
  381. package/lib/js/proj/EPSG4326.d.ts +0 -9
  382. package/lib/js/proj/EPSG4326.js +0 -9
  383. package/lib/js/proj/Proj.d.ts +0 -43
  384. package/lib/js/proj/Proj.js +0 -38
  385. package/lib/js/proj/equi.d.ts +0 -9
  386. package/lib/js/proj/equi.js +0 -9
  387. package/lib/js/quadTree/EPSG4326/EPSG4326QuadTreeStrategy.d.ts +0 -6
  388. package/lib/js/quadTree/EPSG4326/EPSG4326QuadTreeStrategy.js +0 -16
  389. package/lib/js/quadTree/EntityCollectionNode.d.ts +0 -46
  390. package/lib/js/quadTree/EntityCollectionNode.js +0 -262
  391. package/lib/js/quadTree/EntityCollectionsTreeStrategy.d.ts +0 -25
  392. package/lib/js/quadTree/EntityCollectionsTreeStrategy.js +0 -49
  393. package/lib/js/quadTree/Node.d.ts +0 -80
  394. package/lib/js/quadTree/Node.js +0 -712
  395. package/lib/js/quadTree/QuadTreeStrategy.d.ts +0 -39
  396. package/lib/js/quadTree/QuadTreeStrategy.js +0 -98
  397. package/lib/js/quadTree/earth/EarthEntityCollectionNodeLonLat.d.ts +0 -19
  398. package/lib/js/quadTree/earth/EarthEntityCollectionNodeLonLat.js +0 -74
  399. package/lib/js/quadTree/earth/EarthEntityCollectionsTreeStrategy.d.ts +0 -19
  400. package/lib/js/quadTree/earth/EarthEntityCollectionsTreeStrategy.js +0 -103
  401. package/lib/js/quadTree/earth/EarthQuadTreeStrategy.d.ts +0 -27
  402. package/lib/js/quadTree/earth/EarthQuadTreeStrategy.js +0 -77
  403. package/lib/js/quadTree/equi/EquiEntityCollectionNodeLonLat.d.ts +0 -18
  404. package/lib/js/quadTree/equi/EquiEntityCollectionNodeLonLat.js +0 -70
  405. package/lib/js/quadTree/equi/EquiEntityCollectionsTreeStrategy.d.ts +0 -17
  406. package/lib/js/quadTree/equi/EquiEntityCollectionsTreeStrategy.js +0 -75
  407. package/lib/js/quadTree/equi/EquiQuadTreeStrategy.d.ts +0 -19
  408. package/lib/js/quadTree/equi/EquiQuadTreeStrategy.js +0 -62
  409. package/lib/js/quadTree/index.d.ts +0 -12
  410. package/lib/js/quadTree/index.js +0 -12
  411. package/lib/js/quadTree/quadTree.d.ts +0 -40
  412. package/lib/js/quadTree/quadTree.js +0 -66
  413. package/lib/js/quadTree/wgs84/Wgs84QuadTreeStrategy.d.ts +0 -6
  414. package/lib/js/quadTree/wgs84/Wgs84QuadTreeStrategy.js +0 -15
  415. package/lib/js/renderer/Renderer.d.ts +0 -343
  416. package/lib/js/renderer/Renderer.js +0 -969
  417. package/lib/js/renderer/RendererEvents.d.ts +0 -245
  418. package/lib/js/renderer/RendererEvents.js +0 -870
  419. package/lib/js/scene/Axes.d.ts +0 -12
  420. package/lib/js/scene/Axes.js +0 -59
  421. package/lib/js/scene/BaseNode.d.ts +0 -61
  422. package/lib/js/scene/BaseNode.js +0 -69
  423. package/lib/js/scene/Planet.d.ts +0 -641
  424. package/lib/js/scene/Planet.js +0 -1617
  425. package/lib/js/scene/RenderNode.d.ts +0 -135
  426. package/lib/js/scene/RenderNode.js +0 -313
  427. package/lib/js/scene/SkyBox.d.ts +0 -13
  428. package/lib/js/scene/SkyBox.js +0 -87
  429. package/lib/js/scene/index.d.ts +0 -5
  430. package/lib/js/scene/index.js +0 -5
  431. package/lib/js/segment/Segment.d.ts +0 -289
  432. package/lib/js/segment/Segment.js +0 -1212
  433. package/lib/js/segment/SegmentLonLat.d.ts +0 -40
  434. package/lib/js/segment/SegmentLonLat.js +0 -111
  435. package/lib/js/segment/SegmentLonLatEqui.d.ts +0 -13
  436. package/lib/js/segment/SegmentLonLatEqui.js +0 -46
  437. package/lib/js/segment/Slice.d.ts +0 -13
  438. package/lib/js/segment/Slice.js +0 -33
  439. package/lib/js/segment/segmentHelper.js +0 -180
  440. package/lib/js/shaders/atmos.d.ts +0 -20
  441. package/lib/js/shaders/atmos.js +0 -326
  442. package/lib/js/shaders/billboard.d.ts +0 -3
  443. package/lib/js/shaders/billboard.js +0 -214
  444. package/lib/js/shaders/bloom.d.ts +0 -2
  445. package/lib/js/shaders/bloom.js +0 -32
  446. package/lib/js/shaders/blur.d.ts +0 -3
  447. package/lib/js/shaders/blur.js +0 -68
  448. package/lib/js/shaders/depth.d.ts +0 -2
  449. package/lib/js/shaders/depth.js +0 -40
  450. package/lib/js/shaders/drawnode.d.ts +0 -10
  451. package/lib/js/shaders/drawnode.js +0 -1008
  452. package/lib/js/shaders/geoObject.d.ts +0 -4
  453. package/lib/js/shaders/geoObject.js +0 -294
  454. package/lib/js/shaders/label.d.ts +0 -4
  455. package/lib/js/shaders/label.js +0 -589
  456. package/lib/js/shaders/lumFilter.d.ts +0 -2
  457. package/lib/js/shaders/lumFilter.js +0 -36
  458. package/lib/js/shaders/pointCloud.d.ts +0 -2
  459. package/lib/js/shaders/pointCloud.js +0 -32
  460. package/lib/js/shaders/polyline.d.ts +0 -3
  461. package/lib/js/shaders/polyline.js +0 -364
  462. package/lib/js/shaders/ray.d.ts +0 -2
  463. package/lib/js/shaders/ray.js +0 -80
  464. package/lib/js/shaders/screenFrame.d.ts +0 -2
  465. package/lib/js/shaders/screenFrame.js +0 -26
  466. package/lib/js/shaders/skybox.d.ts +0 -2
  467. package/lib/js/shaders/skybox.js +0 -28
  468. package/lib/js/shaders/toneMapping.d.ts +0 -2
  469. package/lib/js/shaders/toneMapping.js +0 -85
  470. package/lib/js/shaders/utils.d.ts +0 -1
  471. package/lib/js/shaders/utils.js +0 -97
  472. package/lib/js/terrain/BilTerrain.d.ts +0 -19
  473. package/lib/js/terrain/BilTerrain.js +0 -153
  474. package/lib/js/terrain/EmptyTerrain.d.ts +0 -113
  475. package/lib/js/terrain/EmptyTerrain.js +0 -113
  476. package/lib/js/terrain/Geoid.d.ts +0 -33
  477. package/lib/js/terrain/Geoid.js +0 -191
  478. package/lib/js/terrain/GlobusRgbTerrain.d.ts +0 -7
  479. package/lib/js/terrain/GlobusRgbTerrain.js +0 -25
  480. package/lib/js/terrain/GlobusTerrain.d.ts +0 -140
  481. package/lib/js/terrain/GlobusTerrain.js +0 -351
  482. package/lib/js/terrain/RgbTerrain.d.ts +0 -43
  483. package/lib/js/terrain/RgbTerrain.js +0 -428
  484. package/lib/js/terrain/index.d.ts +0 -6
  485. package/lib/js/terrain/index.js +0 -6
  486. package/lib/js/ui/Button.d.ts +0 -33
  487. package/lib/js/ui/Button.js +0 -78
  488. package/lib/js/ui/ButtonGroup.d.ts +0 -16
  489. package/lib/js/ui/ButtonGroup.js +0 -41
  490. package/lib/js/ui/Checkbox.d.ts +0 -32
  491. package/lib/js/ui/Checkbox.js +0 -110
  492. package/lib/js/ui/Color.d.ts +0 -23
  493. package/lib/js/ui/Color.js +0 -59
  494. package/lib/js/ui/Dialog.d.ts +0 -59
  495. package/lib/js/ui/Dialog.js +0 -193
  496. package/lib/js/ui/Input.d.ts +0 -33
  497. package/lib/js/ui/Input.js +0 -107
  498. package/lib/js/ui/Slider.d.ts +0 -39
  499. package/lib/js/ui/Slider.js +0 -129
  500. package/lib/js/ui/ToggleButton.d.ts +0 -21
  501. package/lib/js/ui/ToggleButton.js +0 -42
  502. package/lib/js/ui/View.d.ts +0 -39
  503. package/lib/js/ui/View.js +0 -157
  504. package/lib/js/ui/icons.d.ts +0 -1
  505. package/lib/js/ui/icons.js +0 -3
  506. package/lib/js/utils/BaseWorker.d.ts +0 -14
  507. package/lib/js/utils/BaseWorker.js +0 -47
  508. package/lib/js/utils/FontAtlas.d.ts +0 -82
  509. package/lib/js/utils/FontAtlas.js +0 -220
  510. package/lib/js/utils/GeoImageCreator.d.ts +0 -34
  511. package/lib/js/utils/GeoImageCreator.js +0 -163
  512. package/lib/js/utils/ImagesCacheManager.d.ts +0 -22
  513. package/lib/js/utils/ImagesCacheManager.js +0 -63
  514. package/lib/js/utils/Loader.d.ts +0 -63
  515. package/lib/js/utils/Loader.js +0 -156
  516. package/lib/js/utils/NormalMapCreator.d.ts +0 -53
  517. package/lib/js/utils/NormalMapCreator.js +0 -310
  518. package/lib/js/utils/PlainSegmentWorker.d.ts +0 -24
  519. package/lib/js/utils/PlainSegmentWorker.js +0 -385
  520. package/lib/js/utils/TerrainWorker.d.ts +0 -28
  521. package/lib/js/utils/TerrainWorker.js +0 -551
  522. package/lib/js/utils/TextureAtlas.d.ts +0 -115
  523. package/lib/js/utils/TextureAtlas.js +0 -231
  524. package/lib/js/utils/VectorTileCreator.d.ts +0 -18
  525. package/lib/js/utils/VectorTileCreator.js +0 -320
  526. package/lib/js/utils/colorTable.d.ts +0 -3
  527. package/lib/js/utils/colorTable.js +0 -143
  528. package/lib/js/utils/earcut.d.ts +0 -7
  529. package/lib/js/utils/earcut.js +0 -536
  530. package/lib/js/utils/objParser.d.ts +0 -56
  531. package/lib/js/utils/objParser.js +0 -293
  532. package/lib/js/utils/shared.js +0 -961
  533. package/lib/js/utils/units.d.ts +0 -16
  534. package/lib/js/utils/units.js +0 -61
  535. package/lib/js/webgl/BaseFramebuffer.d.ts +0 -52
  536. package/lib/js/webgl/BaseFramebuffer.js +0 -88
  537. package/lib/js/webgl/Framebuffer.js +0 -256
  538. package/lib/js/webgl/Handler.d.ts +0 -491
  539. package/lib/js/webgl/Handler.js +0 -1035
  540. package/lib/js/webgl/Multisample.d.ts +0 -28
  541. package/lib/js/webgl/Multisample.js +0 -77
  542. package/lib/js/webgl/Program.d.ts +0 -159
  543. package/lib/js/webgl/Program.js +0 -306
  544. package/lib/js/webgl/ProgramController.d.ts +0 -87
  545. package/lib/js/webgl/ProgramController.js +0 -110
  546. package/lib/js/webgl/index.d.ts +0 -6
  547. package/lib/js/webgl/index.js +0 -6
  548. package/lib/js/webgl/types.d.ts +0 -9
  549. package/lib/js/webgl/types.js +0 -26
  550. package/lib/js/webgl/variableHandlers.d.ts +0 -22
  551. package/lib/js/webgl/variableHandlers.js +0 -78
  552. /package/lib/{@openglobus/js/Clock.d.ts → Clock.d.ts} +0 -0
  553. /package/lib/{@openglobus/js/Deferred.d.ts → Deferred.d.ts} +0 -0
  554. /package/lib/{@openglobus/js/Events.d.ts → Events.d.ts} +0 -0
  555. /package/lib/{@openglobus/js/Extent.d.ts → Extent.d.ts} +0 -0
  556. /package/lib/{@openglobus/js/ImageCanvas.d.ts → ImageCanvas.d.ts} +0 -0
  557. /package/lib/{@openglobus/js/Lock.d.ts → Lock.d.ts} +0 -0
  558. /package/lib/{@openglobus/js/LonLat.d.ts → LonLat.d.ts} +0 -0
  559. /package/lib/{@openglobus/js/Popup.d.ts → Popup.d.ts} +0 -0
  560. /package/lib/{@openglobus/js/QueueArray.d.ts → QueueArray.d.ts} +0 -0
  561. /package/lib/{@openglobus/js/Rectangle.d.ts → Rectangle.d.ts} +0 -0
  562. /package/lib/{@openglobus/js/Stack.d.ts → Stack.d.ts} +0 -0
  563. /package/lib/{@openglobus/js/astro → astro}/astro.d.ts +0 -0
  564. /package/lib/{@openglobus/js/astro → astro}/earth.d.ts +0 -0
  565. /package/lib/{@openglobus/js/astro → astro}/jd.d.ts +0 -0
  566. /package/lib/{@openglobus/js/astro → astro}/orbit.d.ts +0 -0
  567. /package/lib/{@openglobus/js/astro → astro}/rotation.d.ts +0 -0
  568. /package/lib/{@openglobus/js/bv → bv}/Box.d.ts +0 -0
  569. /package/lib/{@openglobus/js/bv → bv}/Sphere.d.ts +0 -0
  570. /package/lib/{@openglobus/js/bv → bv}/index.d.ts +0 -0
  571. /package/lib/{@openglobus/js/camera → camera}/PlanetCamera.d.ts +0 -0
  572. /package/lib/{@openglobus/js/camera → camera}/index.d.ts +0 -0
  573. /package/lib/{@openglobus/js/cons.d.ts → cons.d.ts} +0 -0
  574. /package/lib/{@openglobus/js/control → control}/CameraLock.d.ts +0 -0
  575. /package/lib/{@openglobus/js/control → control}/CompassButton.d.ts +0 -0
  576. /package/lib/{@openglobus/js/control → control}/Control.d.ts +0 -0
  577. /package/lib/{@openglobus/js/control → control}/DebugInfo.d.ts +0 -0
  578. /package/lib/{@openglobus/js/control → control}/DrawingSwitcher.d.ts +0 -0
  579. /package/lib/{@openglobus/js/control → control}/EarthCoordinates.d.ts +0 -0
  580. /package/lib/{@openglobus/js/control → control}/GeoImageDragControl.d.ts +0 -0
  581. /package/lib/{@openglobus/js/control → control}/LayerAnimation.d.ts +0 -0
  582. /package/lib/{@openglobus/js/control → control}/LayerSwitcher.d.ts +0 -0
  583. /package/lib/{@openglobus/js/control → control}/Lighting.d.ts +0 -0
  584. /package/lib/{@openglobus/js/control → control}/MouseNavigation.d.ts +0 -0
  585. /package/lib/{@openglobus/js/control → control}/OldMouseNavigation.d.ts +0 -0
  586. /package/lib/{@openglobus/js/control → control}/RulerSwitcher.d.ts +0 -0
  587. /package/lib/{@openglobus/js/control → control}/ScaleControl.d.ts +0 -0
  588. /package/lib/{@openglobus/js/control → control}/SegmentBoundVisualization.d.ts +0 -0
  589. /package/lib/{@openglobus/js/control → control}/ShowFps.d.ts +0 -0
  590. /package/lib/{@openglobus/js/control → control}/SimpleNavigation.d.ts +0 -0
  591. /package/lib/{@openglobus/js/control → control}/SimpleSkyBackground.d.ts +0 -0
  592. /package/lib/{@openglobus/js/control → control}/Sun.d.ts +0 -0
  593. /package/lib/{@openglobus/js/control → control}/ToggleWireframe.d.ts +0 -0
  594. /package/lib/{@openglobus/js/control → control}/TouchNavigation.d.ts +0 -0
  595. /package/lib/{@openglobus/js/control → control}/ZoomControl.d.ts +0 -0
  596. /package/lib/{@openglobus/js/control → control}/drawing/DrawingControl.d.ts +0 -0
  597. /package/lib/{@openglobus/js/control → control}/drawing/LineStringDrawingScene.d.ts +0 -0
  598. /package/lib/{@openglobus/js/control → control}/drawing/PolygonDrawingScene.d.ts +0 -0
  599. /package/lib/{@openglobus/js/control → control}/elevationProfile/ElevationProfile.d.ts +0 -0
  600. /package/lib/{@openglobus/js/control → control}/elevationProfile/ElevationProfileButtonsView.d.ts +0 -0
  601. /package/lib/{@openglobus/js/control → control}/elevationProfile/ElevationProfileControl.d.ts +0 -0
  602. /package/lib/{@openglobus/js/control → control}/elevationProfile/ElevationProfileLegend.d.ts +0 -0
  603. /package/lib/{@openglobus/js/control → control}/elevationProfile/ElevationProfileScene.d.ts +0 -0
  604. /package/lib/{@openglobus/js/control → control}/elevationProfile/ElevationProfileView.d.ts +0 -0
  605. /package/lib/{@openglobus/js/control → control}/elevationProfile/PointListDialog.d.ts +0 -0
  606. /package/lib/{@openglobus/js/control → control}/geoObjectEditor/ArrowEntity.d.ts +0 -0
  607. /package/lib/{@openglobus/js/control → control}/geoObjectEditor/AxisTrackEntity.d.ts +0 -0
  608. /package/lib/{@openglobus/js/control → control}/geoObjectEditor/GeoObjectEditor.d.ts +0 -0
  609. /package/lib/{@openglobus/js/control → control}/geoObjectEditor/GeoObjectEditorDialog.d.ts +0 -0
  610. /package/lib/{@openglobus/js/control → control}/geoObjectEditor/GeoObjectEditorScene.d.ts +0 -0
  611. /package/lib/{@openglobus/js/control → control}/geoObjectEditor/MoveAxisEntity.d.ts +0 -0
  612. /package/lib/{@openglobus/js/control → control}/geoObjectEditor/MovePlaneEntity.d.ts +0 -0
  613. /package/lib/{@openglobus/js/control → control}/geoObjectEditor/RotateEntity.d.ts +0 -0
  614. /package/lib/{@openglobus/js/control → control}/geoObjectEditor/colors.d.ts +0 -0
  615. /package/lib/{@openglobus/js/control → control}/heightRuler/HeightRuler.d.ts +0 -0
  616. /package/lib/{@openglobus/js/control → control}/heightRuler/HeightRulerScene.d.ts +0 -0
  617. /package/lib/{@openglobus/js/control → control}/heightRuler/HeightRulerSwitcher.d.ts +0 -0
  618. /package/lib/{@openglobus/js/control → control}/ruler/Ruler.d.ts +0 -0
  619. /package/lib/{@openglobus/js/control → control}/ruler/RulerScene.d.ts +0 -0
  620. /package/lib/{@openglobus/js/control → control}/selection/Selection.d.ts +0 -0
  621. /package/lib/{@openglobus/js/control → control}/selection/SelectionScene.d.ts +0 -0
  622. /package/lib/{@openglobus/js/control → control}/timeline/TimelineControl.d.ts +0 -0
  623. /package/lib/{@openglobus/js/control → control}/timeline/TimelineModel.d.ts +0 -0
  624. /package/lib/{@openglobus/js/control → control}/timeline/TimelineView.d.ts +0 -0
  625. /package/lib/{@openglobus/js/control → control}/timeline/timelineUtils.d.ts +0 -0
  626. /package/lib/{js/control → control}/visibleExtent/VisibleExtent.d.ts +0 -0
  627. /package/lib/{@openglobus/js/control → control}/visibleExtent/drawnode.d.ts +0 -0
  628. /package/lib/{@openglobus/js/ellipsoid → ellipsoid}/Ellipsoid.d.ts +0 -0
  629. /package/lib/{@openglobus/js/ellipsoid → ellipsoid}/index.d.ts +0 -0
  630. /package/lib/{@openglobus/js/ellipsoid → ellipsoid}/mars.d.ts +0 -0
  631. /package/lib/{@openglobus/js/ellipsoid → ellipsoid}/moon.d.ts +0 -0
  632. /package/lib/{@openglobus/js/ellipsoid → ellipsoid}/wgs84.d.ts +0 -0
  633. /package/lib/{@openglobus/js/entity → entity}/BaseBillboard.d.ts +0 -0
  634. /package/lib/{@openglobus/js/entity → entity}/BaseBillboardHandler.d.ts +0 -0
  635. /package/lib/{@openglobus/js/entity → entity}/Billboard.d.ts +0 -0
  636. /package/lib/{@openglobus/js/entity → entity}/BillboardHandler.d.ts +0 -0
  637. /package/lib/{@openglobus/js/entity → entity}/Entity.d.ts +0 -0
  638. /package/lib/{@openglobus/js/entity → entity}/EntityCollection.d.ts +0 -0
  639. /package/lib/{@openglobus/js/entity → entity}/GeoObject.d.ts +0 -0
  640. /package/lib/{@openglobus/js/entity → entity}/GeoObjectHandler.d.ts +0 -0
  641. /package/lib/{@openglobus/js/entity → entity}/Geometry.d.ts +0 -0
  642. /package/lib/{@openglobus/js/entity → entity}/GeometryHandler.d.ts +0 -0
  643. /package/lib/{@openglobus/js/entity → entity}/InstanceData.d.ts +0 -0
  644. /package/lib/{@openglobus/js/entity → entity}/Label.d.ts +0 -0
  645. /package/lib/{@openglobus/js/entity → entity}/LabelHandler.d.ts +0 -0
  646. /package/lib/{@openglobus/js/entity → entity}/LabelWorker.d.ts +0 -0
  647. /package/lib/{@openglobus/js/entity → entity}/PointCloud.d.ts +0 -0
  648. /package/lib/{@openglobus/js/entity → entity}/PointCloudHandler.d.ts +0 -0
  649. /package/lib/{@openglobus/js/entity → entity}/Polyline.d.ts +0 -0
  650. /package/lib/{@openglobus/js/entity → entity}/PolylineHandler.d.ts +0 -0
  651. /package/lib/{@openglobus/js/entity → entity}/Ray.d.ts +0 -0
  652. /package/lib/{@openglobus/js/entity → entity}/RayHandler.d.ts +0 -0
  653. /package/lib/{@openglobus/js/entity → entity}/Strip.d.ts +0 -0
  654. /package/lib/{@openglobus/js/entity → entity}/StripHandler.d.ts +0 -0
  655. /package/lib/{@openglobus/js/entity → entity}/index.d.ts +0 -0
  656. /package/lib/{@openglobus/js/input → input}/KeyboardHandler.d.ts +0 -0
  657. /package/lib/{@openglobus/js/input → input}/MouseHandler.d.ts +0 -0
  658. /package/lib/{@openglobus/js/input → input}/TouchHandler.d.ts +0 -0
  659. /package/lib/{@openglobus/js/input → input}/input.d.ts +0 -0
  660. /package/lib/{@openglobus/js/layer → layer}/BaseGeoImage.d.ts +0 -0
  661. /package/lib/{@openglobus/js/layer → layer}/Bing.d.ts +0 -0
  662. /package/lib/{@openglobus/js/layer → layer}/CanvasTiles.d.ts +0 -0
  663. /package/lib/{@openglobus/js/layer → layer}/GeoImage.d.ts +0 -0
  664. /package/lib/{@openglobus/js/layer → layer}/GeoTexture2d.d.ts +0 -0
  665. /package/lib/{@openglobus/js/layer → layer}/GeoVideo.d.ts +0 -0
  666. /package/lib/{@openglobus/js/layer → layer}/KML.d.ts +0 -0
  667. /package/lib/{@openglobus/js/layer → layer}/Layer.d.ts +0 -0
  668. /package/lib/{@openglobus/js/layer → layer}/Material.d.ts +0 -0
  669. /package/lib/{@openglobus/js/layer → layer}/OpenStreetMap.d.ts +0 -0
  670. /package/lib/{@openglobus/js/layer → layer}/Vector.d.ts +0 -0
  671. /package/lib/{@openglobus/js/layer → layer}/WMS.d.ts +0 -0
  672. /package/lib/{@openglobus/js/layer → layer}/XYZ.d.ts +0 -0
  673. /package/lib/{@openglobus/js/layer → layer}/index.d.ts +0 -0
  674. /package/lib/{@openglobus/js/light → light}/LightSource.d.ts +0 -0
  675. /package/lib/{@openglobus/js/math → math}/Line2.d.ts +0 -0
  676. /package/lib/{@openglobus/js/math → math}/Line3.d.ts +0 -0
  677. /package/lib/{@openglobus/js/math → math}/Mat3.d.ts +0 -0
  678. /package/lib/{@openglobus/js/math → math}/Mat4.d.ts +0 -0
  679. /package/lib/{@openglobus/js/math → math}/Plane.d.ts +0 -0
  680. /package/lib/{@openglobus/js/math → math}/Quat.d.ts +0 -0
  681. /package/lib/{@openglobus/js/math → math}/Ray.d.ts +0 -0
  682. /package/lib/{@openglobus/js/math → math}/Vec2.d.ts +0 -0
  683. /package/lib/{@openglobus/js/math → math}/Vec3.d.ts +0 -0
  684. /package/lib/{@openglobus/js/math → math}/Vec4.d.ts +0 -0
  685. /package/lib/{@openglobus/js/math → math}/coder.d.ts +0 -0
  686. /package/lib/{@openglobus/js/math → math}/index.d.ts +0 -0
  687. /package/lib/{@openglobus/js/math.d.ts → math.d.ts} +0 -0
  688. /package/lib/{@openglobus/js/mercator.d.ts → mercator.d.ts} +0 -0
  689. /package/lib/{@openglobus/js/proj → proj}/EPSG3857.d.ts +0 -0
  690. /package/lib/{@openglobus/js/proj → proj}/EPSG4326.d.ts +0 -0
  691. /package/lib/{@openglobus/js/proj → proj}/Proj.d.ts +0 -0
  692. /package/lib/{@openglobus/js/proj → proj}/equi.d.ts +0 -0
  693. /package/lib/{@openglobus/js/quadTree → quadTree}/EPSG4326/EPSG4326QuadTreeStrategy.d.ts +0 -0
  694. /package/lib/{@openglobus/js/quadTree → quadTree}/EntityCollectionNode.d.ts +0 -0
  695. /package/lib/{@openglobus/js/quadTree → quadTree}/EntityCollectionsTreeStrategy.d.ts +0 -0
  696. /package/lib/{@openglobus/js/quadTree → quadTree}/Node.d.ts +0 -0
  697. /package/lib/{@openglobus/js/quadTree → quadTree}/QuadTreeStrategy.d.ts +0 -0
  698. /package/lib/{@openglobus/js/quadTree → quadTree}/earth/EarthEntityCollectionNodeLonLat.d.ts +0 -0
  699. /package/lib/{@openglobus/js/quadTree → quadTree}/earth/EarthEntityCollectionsTreeStrategy.d.ts +0 -0
  700. /package/lib/{@openglobus/js/quadTree → quadTree}/earth/EarthQuadTreeStrategy.d.ts +0 -0
  701. /package/lib/{@openglobus/js/quadTree → quadTree}/equi/EquiEntityCollectionNodeLonLat.d.ts +0 -0
  702. /package/lib/{@openglobus/js/quadTree → quadTree}/equi/EquiEntityCollectionsTreeStrategy.d.ts +0 -0
  703. /package/lib/{@openglobus/js/quadTree → quadTree}/equi/EquiQuadTreeStrategy.d.ts +0 -0
  704. /package/lib/{@openglobus/js/quadTree → quadTree}/index.d.ts +0 -0
  705. /package/lib/{@openglobus/js/quadTree → quadTree}/quadTree.d.ts +0 -0
  706. /package/lib/{@openglobus/js/quadTree → quadTree}/wgs84/Wgs84QuadTreeStrategy.d.ts +0 -0
  707. /package/lib/{@openglobus/js/renderer → renderer}/RendererEvents.d.ts +0 -0
  708. /package/lib/{@openglobus/res → res}/fonts/Ephesis-Regular.json +0 -0
  709. /package/lib/{@openglobus/res → res}/fonts/Ephesis-Regular.ttf.cfg +0 -0
  710. /package/lib/{@openglobus/res → res}/fonts/Ephesis-Regular.ttf.png +0 -0
  711. /package/lib/{@openglobus/res → res}/fonts/Karla-Bold.json +0 -0
  712. /package/lib/{@openglobus/res → res}/fonts/Karla-Bold.ttf.cfg +0 -0
  713. /package/lib/{@openglobus/res → res}/fonts/Karla-Bold.ttf.png +0 -0
  714. /package/lib/{@openglobus/res → res}/fonts/Karla-Light.json +0 -0
  715. /package/lib/{@openglobus/res → res}/fonts/Karla-Light.ttf.cfg +0 -0
  716. /package/lib/{@openglobus/res → res}/fonts/Karla-Light.ttf.png +0 -0
  717. /package/lib/{@openglobus/res → res}/fonts/Karla-Medium.json +0 -0
  718. /package/lib/{@openglobus/res → res}/fonts/Karla-Medium.ttf.cfg +0 -0
  719. /package/lib/{@openglobus/res → res}/fonts/Karla-Medium.ttf.png +0 -0
  720. /package/lib/{@openglobus/res → res}/fonts/NotoSansArabic-Regular.json +0 -0
  721. /package/lib/{@openglobus/res → res}/fonts/NotoSansArabic-Regular.ttf.cfg +0 -0
  722. /package/lib/{@openglobus/res → res}/fonts/NotoSansArabic-Regular.ttf.png +0 -0
  723. /package/lib/{@openglobus/res → res}/fonts/Roboto-Regular.json +0 -0
  724. /package/lib/{@openglobus/res → res}/fonts/Roboto-Regular.ttf.cfg +0 -0
  725. /package/lib/{@openglobus/res → res}/fonts/Roboto-Regular.ttf.png +0 -0
  726. /package/lib/{@openglobus/res → res}/fonts/arial.js +0 -0
  727. /package/lib/{@openglobus/res → res}/fonts/arial.json +0 -0
  728. /package/lib/{@openglobus/res → res}/fonts/arial.ttf.cfg +0 -0
  729. /package/lib/{@openglobus/res → res}/fonts/arial.ttf.png +0 -0
  730. /package/lib/{@openglobus/res → res}/night-4326.png +0 -0
  731. /package/lib/{@openglobus/res → res}/night.png +0 -0
  732. /package/lib/{@openglobus/res → res}/spec.png +0 -0
  733. /package/lib/{@openglobus/js/scene → scene}/Axes.d.ts +0 -0
  734. /package/lib/{@openglobus/js/scene → scene}/BaseNode.d.ts +0 -0
  735. /package/lib/{@openglobus/js/scene → scene}/RenderNode.d.ts +0 -0
  736. /package/lib/{@openglobus/js/scene → scene}/SkyBox.d.ts +0 -0
  737. /package/lib/{@openglobus/js/scene → scene}/index.d.ts +0 -0
  738. /package/lib/{@openglobus/js/segment → segment}/SegmentLonLat.d.ts +0 -0
  739. /package/lib/{@openglobus/js/segment → segment}/SegmentLonLatEqui.d.ts +0 -0
  740. /package/lib/{@openglobus/js/segment → segment}/Slice.d.ts +0 -0
  741. /package/lib/{@openglobus/js/shaders → shaders}/depth.d.ts +0 -0
  742. /package/lib/{@openglobus/js/shaders → shaders}/pointCloud.d.ts +0 -0
  743. /package/lib/{@openglobus/js/shaders → shaders}/screenFrame.d.ts +0 -0
  744. /package/lib/{@openglobus/js/shaders → shaders}/skybox.d.ts +0 -0
  745. /package/lib/{@openglobus/js/terrain → terrain}/BilTerrain.d.ts +0 -0
  746. /package/lib/{@openglobus/js/terrain → terrain}/EmptyTerrain.d.ts +0 -0
  747. /package/lib/{@openglobus/js/terrain → terrain}/Geoid.d.ts +0 -0
  748. /package/lib/{@openglobus/js/terrain → terrain}/GlobusRgbTerrain.d.ts +0 -0
  749. /package/lib/{@openglobus/js/terrain → terrain}/GlobusTerrain.d.ts +0 -0
  750. /package/lib/{@openglobus/js/terrain → terrain}/RgbTerrain.d.ts +0 -0
  751. /package/lib/{@openglobus/js/terrain → terrain}/index.d.ts +0 -0
  752. /package/lib/{@openglobus/js/ui → ui}/Button.d.ts +0 -0
  753. /package/lib/{@openglobus/js/ui → ui}/ButtonGroup.d.ts +0 -0
  754. /package/lib/{@openglobus/js/ui → ui}/Checkbox.d.ts +0 -0
  755. /package/lib/{@openglobus/js/ui → ui}/Color.d.ts +0 -0
  756. /package/lib/{@openglobus/js/ui → ui}/Input.d.ts +0 -0
  757. /package/lib/{@openglobus/js/ui → ui}/Slider.d.ts +0 -0
  758. /package/lib/{@openglobus/js/ui → ui}/ToggleButton.d.ts +0 -0
  759. /package/lib/{@openglobus/js/ui → ui}/icons.d.ts +0 -0
  760. /package/lib/{@openglobus/js/utils → utils}/FontAtlas.d.ts +0 -0
  761. /package/lib/{@openglobus/js/utils → utils}/GeoImageCreator.d.ts +0 -0
  762. /package/lib/{@openglobus/js/utils → utils}/ImagesCacheManager.d.ts +0 -0
  763. /package/lib/{@openglobus/js/utils → utils}/Loader.d.ts +0 -0
  764. /package/lib/{@openglobus/js/utils → utils}/NormalMapCreator.d.ts +0 -0
  765. /package/lib/{@openglobus/js/utils → utils}/PlainSegmentWorker.d.ts +0 -0
  766. /package/lib/{@openglobus/js/utils → utils}/TerrainWorker.d.ts +0 -0
  767. /package/lib/{@openglobus/js/utils → utils}/TextureAtlas.d.ts +0 -0
  768. /package/lib/{@openglobus/js/utils → utils}/VectorTileCreator.d.ts +0 -0
  769. /package/lib/{@openglobus/js/utils → utils}/colorTable.d.ts +0 -0
  770. /package/lib/{@openglobus/js/utils → utils}/earcut.d.ts +0 -0
  771. /package/lib/{@openglobus/js/utils → utils}/units.d.ts +0 -0
  772. /package/lib/{@openglobus/js/webgl → webgl}/BaseFramebuffer.d.ts +0 -0
  773. /package/lib/{@openglobus/js/webgl → webgl}/Multisample.d.ts +0 -0
  774. /package/lib/{@openglobus/js/webgl → webgl}/Program.d.ts +0 -0
  775. /package/lib/{@openglobus/js/webgl → webgl}/ProgramController.d.ts +0 -0
  776. /package/lib/{@openglobus/js/webgl → webgl}/index.d.ts +0 -0
  777. /package/lib/{@openglobus/js/webgl → webgl}/types.d.ts +0 -0
  778. /package/lib/{@openglobus/js/webgl → webgl}/variableHandlers.d.ts +0 -0
@@ -10,7 +10,7 @@ import { Renderer } from "./renderer/Renderer";
10
10
  import type { HTMLDivElementExt } from "./renderer/Renderer";
11
11
  import { RenderNode } from "./scene/RenderNode";
12
12
  import { Extent } from "./Extent";
13
- import type { IAtmosphereParams } from "./control/Atmosphere";
13
+ import type { IAtmosphereParams } from "./control/atmosphere/Atmosphere";
14
14
  export interface IGlobeParams {
15
15
  attributionContainer?: HTMLElement;
16
16
  target?: string | HTMLElement;
@@ -58,30 +58,28 @@ export interface IGlobeParams {
58
58
  *
59
59
  * @example <caption>Basic initialization</caption>
60
60
  * globus = new Globe({
61
- * 'atmosphere': false,
62
- * 'target': 'globus',
63
- * 'name': 'Earth',
64
- * 'controls': [
65
- * new control.MouseNavigation({ autoActivate: true }),
66
- * new control.KeyboardNavigation({ autoActivate: true }),
67
- * new control.EarthCoordinates({ autoActivate: true, center: false }),
68
- * new control.LayerSwitcher({ autoActivate: true }),
69
- * new control.ZoomControl({ autoActivate: true }),
70
- * new control.TouchNavigation({ autoActivate: true }),
71
- * new control.Sun({ autoActivate: true })
61
+ * atmosphere: false,
62
+ * target: 'globus',
63
+ * name: 'Earth',
64
+ * controls: [
65
+ * new control.MouseNavigation(),
66
+ * new control.KeyboardNavigation(),
67
+ * new control.EarthCoordinates(),
68
+ * new control.LayerSwitcher({),
69
+ * new control.ZoomControl(),
70
+ * new control.TouchNavigation(),
71
+ * new control.Sun()
72
72
  * ],
73
- * 'terrain': new GlobusTerrain(),
74
- * 'layers': [
75
- * new XYZ("OpenStreetMap", { isBaseLayer: true, url: "http://b.tile.openstreetmap.org/{z}/{x}/{y}.png", visibility: true, attribution: 'Data @ <a href="http://www.openstreetmap.org/">OpenStreetMap</a> contributors, <a href="http://www.openstreetmap.org/copyright">ODbL</a>' })
76
- * ],
77
- * 'autoActivate': true
73
+ * terrain: new GlobusRGBTerrain(),
74
+ * layers: [new OpenStreetMap(), new Bing()],
75
+ * atmosphereEnabled: true
78
76
  * });
79
77
  *
80
78
  * @param {IGlobeParams} options - Options:
81
79
  * @param {string|HTMLElement} options.target - HTML element id where planet canvas have to be created.
82
80
  * @param {string} [options.name] - Planet name. Default is uniq identifier.
83
81
  * @param {EmptyTerrain} [options.terrain] - Terrain provider. Default no terrain - og.terrain.EmptyTerrain.
84
- * @param {Array.<Control>} [options.controls] - Renderer controls array.
82
+ * @param {Array.<Control>} [options.controls] - Controls.
85
83
  * @param {Array.<Layer>} [options.layers] - Planet layers.
86
84
  * @param {Extent | ExtentBoundingBox} [options.viewExtent] [options.viewExtent] - Viewable starting extent.
87
85
  * @param {boolean} [options.autoActivate=true] - Globe rendering auto activation flag. True is default.
@@ -73,7 +73,7 @@ declare class Object3d {
73
73
  static createCube(length?: number, height?: number, depth?: number, xOffset?: number, yOffset?: number, zOffset?: number): Object3d;
74
74
  static createPlane(width?: number, height?: number, xOffset?: number, yOffset?: number, zOffset?: number): Object3d;
75
75
  static createArrow(back?: number, height?: number, front?: number): Object3d;
76
- static readFileObj(objFile: File, mtlFile?: File): Promise<Object3d[]>;
76
+ static readFileObj(objFile: File, mtlFile?: File | null, baseUrl?: string): Promise<Object3d[]>;
77
77
  static loadObj(src: string): Promise<Object3d[]>;
78
78
  merge(other: Object3d): Object3d;
79
79
  static merge(objects: Object3d[], maxSize?: number): Object3d;
@@ -13,16 +13,17 @@ import { Quat } from "../math/Quat";
13
13
  type CameraEvents = ["viewchange", "moveend"];
14
14
  export interface ICameraParams {
15
15
  eye?: Vec3;
16
- aspect?: number;
17
16
  viewAngle?: number;
18
17
  look?: Vec3;
19
18
  up?: Vec3;
20
19
  frustums?: NumberArray2[];
20
+ width?: number;
21
+ height?: number;
21
22
  }
22
23
  /**
23
24
  * Camera class.
24
25
  * @class
25
- * @param {Renderer} [renderer] - Renderer uses the camera instance.
26
+ * //@param {Renderer} [renderer] - Renderer uses the camera instance.
26
27
  * @param {Object} [options] - Camera options:
27
28
  * @param {Object} [options.name] - Camera name.
28
29
  * @param {number} [options.viewAngle=47] - Camera angle of view. Default is 47.0
@@ -36,12 +37,6 @@ export interface ICameraParams {
36
37
  * @fires EventsHandler<CameraEvents>#moveend
37
38
  */
38
39
  declare class Camera {
39
- /**
40
- * Assigned renderer
41
- * @public
42
- * @type {Renderer}
43
- */
44
- renderer: Renderer | null;
45
40
  /**
46
41
  * Camera events handler
47
42
  * @public
@@ -66,18 +61,13 @@ declare class Camera {
66
61
  * @type {Float32Array}
67
62
  */
68
63
  eyeLow: Float32Array;
69
- /**
70
- * Aspect ratio.
71
- * @protected
72
- * @type {Number}
73
- */
74
- protected _aspect: number;
75
64
  /**
76
65
  * Camera view angle in degrees
77
66
  * @protected
78
67
  * @type {Number}
79
68
  */
80
69
  protected _viewAngle: number;
70
+ protected _horizontalViewAngle: number;
81
71
  /**
82
72
  * Camera view matrix.
83
73
  * @protected
@@ -129,9 +119,11 @@ declare class Camera {
129
119
  currentFrustumIndex: number;
130
120
  frustumColorIndex: number;
131
121
  isFirstPass: boolean;
132
- constructor(renderer: Renderer | null, options?: ICameraParams);
122
+ _width: number;
123
+ _height: number;
124
+ constructor(options?: ICameraParams);
133
125
  checkMoveEnd(): void;
134
- bindRenderer(renderer: Renderer): void;
126
+ bindFrustumsPickingColors(renderer: Renderer): void;
135
127
  /**
136
128
  * Camera initialization.
137
129
  * @public
@@ -161,12 +153,9 @@ declare class Camera {
161
153
  * @public
162
154
  */
163
155
  refresh(): void;
164
- /**
165
- * Sets aspect ratio
166
- * @public
167
- * @param {Number} aspect - Camera aspect ratio
168
- */
169
- setAspectRatio(aspect: number): void;
156
+ get width(): number;
157
+ get height(): number;
158
+ setViewportSize(width: number, height: number): void;
170
159
  /**
171
160
  * Returns aspect ratio
172
161
  * @public
@@ -180,6 +169,7 @@ declare class Camera {
180
169
  * @param {number} aspect - Screen aspect ratio
181
170
  */
182
171
  protected _setProj(angle: number, aspect: number): void;
172
+ protected _updateViewportParameters(): void;
183
173
  /**
184
174
  * Sets camera view angle in degrees
185
175
  * @public
@@ -193,6 +183,8 @@ declare class Camera {
193
183
  */
194
184
  getViewAngle(): number;
195
185
  get viewAngle(): number;
186
+ get verticalViewAngle(): number;
187
+ get horizontalViewAngle(): number;
196
188
  /**
197
189
  * Sets camera to eye position
198
190
  * @public
@@ -357,5 +349,7 @@ declare class Camera {
357
349
  */
358
350
  getInverseProjectionMatrix(): NumberArray16;
359
351
  viewDistance(cartesian: Vec3, distance?: number): void;
352
+ copy(cam: Camera): void;
353
+ getAltitude(): number;
360
354
  }
361
355
  export { Camera };
@@ -88,7 +88,7 @@ declare class Frustum {
88
88
  /**
89
89
  * Sets up camera projection matrix.
90
90
  * @public
91
- * @param {number} angle - Camera's view angle.
91
+ * @param {number} angle - Camera's vertical fov view angle.
92
92
  * @param {number} aspect - Screen aspect ratio.
93
93
  * @param {number} near - Near camera distance.
94
94
  * @param {number} far - Far camera distance.
@@ -0,0 +1,35 @@
1
+ import { Control, IControlParams } from "./Control";
2
+ import { Camera } from "../camera/Camera";
3
+ import { Framebuffer } from "../webgl/Framebuffer";
4
+ import { WebGLContextExt } from "../webgl/Handler";
5
+ type HandlerFunc = (camera?: Camera, framebuffer?: Framebuffer, gl?: WebGLContextExt | null) => void;
6
+ export interface ICameraFrameHadler {
7
+ camera: Camera;
8
+ frameBuffer: Framebuffer;
9
+ handler: HandlerFunc;
10
+ }
11
+ export declare class CameraFrameHandler {
12
+ camera: Camera;
13
+ frameBuffer: Framebuffer;
14
+ handler: HandlerFunc | null;
15
+ protected _composer: CameraFrameComposer | null;
16
+ protected _composerIndex: number;
17
+ constructor(params: ICameraFrameHadler);
18
+ addTo(composer: CameraFrameComposer): void;
19
+ remove(): void;
20
+ frame(): void;
21
+ }
22
+ export interface ICameraFrameComposerParams extends IControlParams {
23
+ handlers: CameraFrameHandler[];
24
+ }
25
+ export declare class CameraFrameComposer extends Control {
26
+ protected _handlers: CameraFrameHandler[];
27
+ constructor(params: ICameraFrameComposerParams);
28
+ get handlers(): CameraFrameHandler[];
29
+ add(handler: CameraFrameHandler): void;
30
+ oninit(): void;
31
+ activate(): void;
32
+ deactivate(): void;
33
+ protected _onPostdraw: () => void;
34
+ }
35
+ export {};
@@ -0,0 +1,32 @@
1
+ import { Control, type IControlParams } from "./Control";
2
+ import { Vec3 } from "../math/Vec3";
3
+ import { Camera } from "../camera/Camera";
4
+ import { PlanetCamera } from "../camera/PlanetCamera";
5
+ interface IKeyboardNavigationParams extends IControlParams {
6
+ speed?: number;
7
+ camera?: Camera | PlanetCamera;
8
+ }
9
+ /**
10
+ * Planet camera keyboard navigation. Use W,S,A,D and left shift key for fly around a planet.
11
+ */
12
+ export declare class KeyboardNavigation extends Control {
13
+ speed: number;
14
+ force: Vec3;
15
+ vel: Vec3;
16
+ mass: number;
17
+ protected _camera: Camera | PlanetCamera | null;
18
+ constructor(options?: IKeyboardNavigationParams);
19
+ bindCamera(camera: Camera): void;
20
+ onactivate(): void;
21
+ ondeactivate(): void;
22
+ oninit(): void;
23
+ protected get dt(): number;
24
+ protected onCameraPitchUp: () => void;
25
+ protected onCameraPitchDown: () => void;
26
+ protected onCameraYawLeft: () => void;
27
+ protected onCameraYawRight: () => void;
28
+ protected onCameraMoveForward: () => void;
29
+ protected onCameraMoveBackward: () => void;
30
+ protected onDraw(): void;
31
+ }
32
+ export {};
@@ -0,0 +1 @@
1
+ export {};
@@ -1,17 +1,20 @@
1
- import { type AtmosphereParameters } from "../shaders/atmos";
2
- import { Framebuffer } from "../webgl/Framebuffer";
3
- import { Control, type IControlParams } from "./Control";
4
- import type { NumberArray3 } from '../math/Vec3';
1
+ import { type AtmosphereParameters } from "../../shaders/atmos/atmos";
2
+ import { Framebuffer } from "../../webgl/Framebuffer";
3
+ import { Control, type IControlParams } from "../Control";
5
4
  export interface IAtmosphereParams extends IControlParams {
6
5
  height?: number;
7
6
  rayleighScale?: number;
8
7
  mieScale?: number;
9
8
  groundAlbedo?: number;
10
9
  bottomRadius?: number;
11
- rayleighScatteringCoefficient?: NumberArray3;
10
+ rayleighScatteringCoefficient_0?: number;
11
+ rayleighScatteringCoefficient_1?: number;
12
+ rayleighScatteringCoefficient_2?: number;
12
13
  mieScatteringCoefficient?: number;
13
14
  mieExtinctionCoefficient?: number;
14
- ozoneAbsorptionCoefficient?: NumberArray3;
15
+ ozoneAbsorptionCoefficient_0?: number;
16
+ ozoneAbsorptionCoefficient_1?: number;
17
+ ozoneAbsorptionCoefficient_2?: number;
15
18
  sunAngularRadius?: number;
16
19
  sunIntensity?: number;
17
20
  ozoneDensityHeight?: number;
@@ -1,9 +1,9 @@
1
- import { Control, type IControlParams } from "./Control";
2
- import { Dialog } from '../ui/Dialog';
3
- import { Slider } from "../ui/Slider";
4
- import { ToggleButton } from "../ui/ToggleButton";
5
- import { View } from '../ui/View';
6
- import type { AtmosphereParameters } from "../shaders/atmos";
1
+ import { Control, type IControlParams } from "../Control";
2
+ import { Dialog } from '../../ui/Dialog';
3
+ import { Slider } from "../../ui/Slider";
4
+ import { ToggleButton } from "../../ui/ToggleButton";
5
+ import { View } from '../../ui/View';
6
+ import type { AtmosphereParameters } from "../../shaders/atmos/atmos";
7
7
  interface IAtmosphereConfigParams extends IControlParams {
8
8
  }
9
9
  /**
@@ -25,6 +25,8 @@ export * from "./ruler/Ruler";
25
25
  export * from "./selection/Selection";
26
26
  export * from "./timeline/TimelineControl";
27
27
  export * from "./elevationProfile/ElevationProfileControl";
28
- export * from "./AtmosphereConfig";
28
+ export * from "./atmosphere/AtmosphereConfig";
29
29
  export * from "./geoObjectEditor/GeoObjectEditor";
30
30
  export * from "./CameraLock";
31
+ export * from "./object3dManager/Object3dManager";
32
+ export * from "./CameraFrameComposer";
@@ -0,0 +1,21 @@
1
+ import { Object3d } from "../../Object3d";
2
+ import { type EventsHandler } from "../../Events";
3
+ type Object3dCollectionEvents = ["add", "remove"];
4
+ export interface IObject3dItem {
5
+ name: string;
6
+ objects: Object3d[];
7
+ scale?: number;
8
+ }
9
+ interface Object3dCollectionParams {
10
+ collection?: IObject3dItem[];
11
+ }
12
+ export declare class Object3dCollection {
13
+ protected _items: Map<string, IObject3dItem>;
14
+ events: EventsHandler<Object3dCollectionEvents>;
15
+ constructor(params?: Object3dCollectionParams);
16
+ static createItemsMap(items: IObject3dItem[]): Map<string, IObject3dItem>;
17
+ getItem(name: string): IObject3dItem | undefined;
18
+ addItem(item: IObject3dItem, force?: boolean): void;
19
+ getItems(): IObject3dItem[];
20
+ }
21
+ export {};
@@ -0,0 +1,15 @@
1
+ import { IViewParams, View, type ViewEventsList } from "../../ui/View";
2
+ import { IObject3dItem, Object3dCollection } from "./Object3dCollection";
3
+ import { Object3dItemView } from "./Object3dItemView";
4
+ import { type EventsHandler } from "../../Events";
5
+ type Object3dCollectionViewEvents = ["select"];
6
+ export declare class Object3dCollectionView extends View<Object3dCollection> {
7
+ events: EventsHandler<Object3dCollectionViewEvents> & EventsHandler<ViewEventsList>;
8
+ protected _activeView: Object3dItemView | null;
9
+ constructor(params: IViewParams);
10
+ protected _addItem(item: IObject3dItem): void;
11
+ render(params: IViewParams): this;
12
+ protected _initEvents(): void;
13
+ protected _onAdd: (item: IObject3dItem) => void;
14
+ }
15
+ export {};
@@ -0,0 +1,10 @@
1
+ import { IViewParams, View, type ViewEventsList } from "../../ui/View";
2
+ import { IObject3dItem } from "./Object3dCollection";
3
+ import { EventsHandler } from "../../Events";
4
+ type Object3dItemViewEvents = ["click"];
5
+ export declare class Object3dItemView extends View<IObject3dItem> {
6
+ events: EventsHandler<Object3dItemViewEvents> & EventsHandler<ViewEventsList>;
7
+ constructor(params: IViewParams);
8
+ render(params?: any): this;
9
+ }
10
+ export {};
@@ -0,0 +1,28 @@
1
+ import { Control, type IControlParams } from "../Control";
2
+ import { Object3dManagerDialog } from "./Object3dManagerDialog";
3
+ import { Object3dCollection } from "./Object3dCollection";
4
+ import { IObject3dItem } from "./Object3dCollection";
5
+ import { Vector } from "../../layer/Vector";
6
+ import { IMouseState } from "../../renderer/RendererEvents";
7
+ import { LonLat } from "../../LonLat";
8
+ import { Entity } from "../../entity/Entity";
9
+ export interface IObject3dManagerParams extends IControlParams {
10
+ collection?: IObject3dItem[];
11
+ layer?: Vector;
12
+ }
13
+ export declare class Object3dManager extends Control {
14
+ protected _dialog: Object3dManagerDialog;
15
+ protected _collection: Object3dCollection;
16
+ protected _layer: Vector | null;
17
+ protected _currentItem: IObject3dItem | null;
18
+ constructor(options?: IObject3dManagerParams);
19
+ oninit(): void;
20
+ onactivate(): void;
21
+ ondeactivate(): void;
22
+ protected _onSelect: (item: IObject3dItem) => void;
23
+ bindLayer(layer: Vector): void;
24
+ protected _initEvents(): void;
25
+ protected _clearEvents(): void;
26
+ protected _onClick: (e: IMouseState) => void;
27
+ protected _createEntity(item: IObject3dItem, lonLat: LonLat): Entity;
28
+ }
@@ -0,0 +1,23 @@
1
+ import { Dialog, type IDialogParams, type DialogEventsList } from "../../ui/Dialog";
2
+ import { Object3dCollection } from "./Object3dCollection";
3
+ import { Object3dCollectionView } from "./Object3dCollectionView";
4
+ import { type EventsHandler } from "../../Events";
5
+ import { type ViewEventsList } from "../../ui/View";
6
+ import { Object3d } from "../../Object3d";
7
+ type Object3dManagerDialogEvents = ["select"];
8
+ interface IObject3dManagerDialogParams extends IDialogParams {
9
+ model: Object3dCollection;
10
+ }
11
+ type Object3dManagerDialogEventsExt = EventsHandler<Object3dManagerDialogEvents> & EventsHandler<DialogEventsList> & EventsHandler<ViewEventsList>;
12
+ export declare class Object3dManagerDialog extends Dialog<null> {
13
+ events: Object3dManagerDialogEventsExt;
14
+ protected _object3dCollectionView: Object3dCollectionView;
15
+ constructor(params: IObject3dManagerDialogParams);
16
+ render(params: any): this;
17
+ protected _onLoadClick: () => void;
18
+ protected _addObject: (item: {
19
+ name: string;
20
+ objects: Object3d[];
21
+ }) => void;
22
+ }
23
+ export {};
@@ -132,7 +132,7 @@ export class Segment {
132
132
  tempVerticesHigh: any;
133
133
  tempVerticesLow: any;
134
134
  normalMapTexture: any;
135
- normalMapTextureBias: Float32Array;
135
+ normalMapTextureBias: Float32Array<ArrayBuffer>;
136
136
  normalMapVertices: any;
137
137
  normalMapVerticesHigh: any;
138
138
  normalMapVerticesLow: any;
@@ -142,7 +142,7 @@ export class Segment {
142
142
  vertexPositionBufferHigh: any;
143
143
  vertexPositionBufferLow: any;
144
144
  vertexTextureCoordBuffer: any;
145
- _globalTextureCoordinates: Float32Array;
145
+ _globalTextureCoordinates: Float32Array<ArrayBuffer>;
146
146
  _inTheQueue: boolean;
147
147
  _appliedNeighborsZoom: number[];
148
148
  _renderingSlices: any[];
@@ -175,7 +175,7 @@ export class Segment {
175
175
  * @param {Vec3} [normal] - Terrain point normal.
176
176
  * @returns {number} -
177
177
  */
178
- public getTerrainPoint(xyz: Vec3, insideSegmentPosition: LonLat, res?: Vec3 | undefined): number;
178
+ public getTerrainPoint(xyz: Vec3, insideSegmentPosition: LonLat, res?: Vec3): number;
179
179
  /**
180
180
  * Project wgs86 to segment native projection.
181
181
  * @public
@@ -0,0 +1 @@
1
+ export {};
@@ -1,3 +1,4 @@
1
+ import '../css/og.css';
1
2
  import * as jd from './astro/jd';
2
3
  import * as math from './math';
3
4
  import * as mercator from './mercator';
package/lib/og.css ADDED
@@ -0,0 +1 @@
1
+ :root{--grey0: rgb(45 45 45);--grey1: #434244;--grey2: #3F3F46;--grey3: #BBBBBB;--grey4: #5e5e5e;--grey5: rgb(64, 59, 59);--grey6: #bfbfbf;--grey7: #707070;--grey8: #e2e2e2;--grey9: #9f9f9f;--blue0: #1700a9ee}.og-map-button{height:40px;width:40px;position:absolute;outline:none;cursor:pointer;z-index:1;background-color:var(--grey5)}.ogCenterIcon{height:12px;width:12px;margin-bottom:-3.5px;margin-right:-7.5px;bottom:50%;right:50%;position:absolute}.ogHandPoiner{cursor:pointer}.defaultText{position:absolute;top:0;left:0;color:#fff}#ogShowFpsControl{color:red}.ogGrabbingPoiner{cursor:grabbing!important}.og-inner{width:100%;height:100%;float:left;position:relative;background-color:#000;-webkit-user-select:none;-moz-user-select:none;-khtml-user-select:none;-ms-user-select:none;overflow:hidden}.og-attribution{background:#cecece;text-align:right;bottom:0;right:0;position:absolute;font-size:.7rem;padding:1px 0;line-height:1.375em;font-family:Segoe UI,Frutiger,Frutiger Linotype,Dejavu Sans,Helvetica Neue,Arial,sans-serif;display:flex;flex-direction:row}.og-attribution .og-attribution__layer{margin-left:5px;margin-right:5px;align-items:center;display:inline;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.og-attribution img{max-height:1.3em}.og-zoomin-button{bottom:102px;right:12px;border-bottom-left-radius:0!important;border-bottom-right-radius:0!important}.og-zoomout-button{bottom:58px;right:12px;border-top-left-radius:0!important;border-top-right-radius:0!important}input{accent-color:var(--blue0);cursor:pointer}.og-menu-bar-vertical{position:absolute;right:12px;top:12px;width:40px;height:40px;background-color:#403b3bd9;border-radius:2px;box-shadow:0 1px 4px #0f0f0f2b;z-index:0}.og-hide{display:none!important}.og-not-visible{visibility:hidden!important}.og-options-container{position:relative;padding:12px;height:calc(100% - 30px);color:#b6b6b6}.og-option{width:100%;position:relative;display:inline-block;flex-direction:row;padding-bottom:7px;text-overflow:ellipsis;align-items:center;justify-content:left}.og-option .og-slider{width:100%}.og-option .og-slider .og-slider-label,.og-option .og-color-label{width:100px;font-size:12px}.og-ddialog{position:absolute;display:flex;flex-direction:column;box-shadow:3px 3px 4px #0f0f0f2b;background-color:var(--grey0);border:1px solid;border-color:var(--grey1);border-radius:4px;overflow:auto}.og-ddialog .og-ddialog-header{width:100%;height:27px;position:relative;padding:0;z-index:1;background-color:var(--grey2);color:#fff;display:flex;flex-direction:row;align-items:center;justify-content:space-between}.og-ddialog .og-ddialog-header .og-ddialog-header__title{color:var(--grey3);padding-left:5px;pointer-events:none;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-size:14px;font-weight:400}.og-ddialog .og-ddialog-header .og-ddialog-header__buttons{display:flex;flex-direction:row;justify-content:flex-end}.og-ddialog .og-ddialog-header .og-ddialog-header__buttons .og-button{border-radius:0}.og-ddialog .og-ddialog-container{overflow:auto;position:relative;width:100%;height:100%;font-family:Segoe UI,Frutiger,Frutiger Linotype,Dejavu Sans,Helvetica Neue,Arial,sans-serif;font-size:14px}.og-ddialog.dragging{-webkit-user-select:none;user-select:none}.og-button{display:flex;align-items:center;align-content:center;padding:2px;flex-direction:row;cursor:default;justify-content:center;color:var(--grey6);border-radius:4px}.og-button svg,.og-button svg path{width:24px;height:24px;fill:var(--grey6)}.og-button__active.og-button svg,.og-button__active.og-button svg path{fill:#fff}.og-button .og-button-text{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-size:14px;font-weight:400}.og-button:hover{background-color:var(--grey4)}.og-button-size__20{height:20px;width:20px}.og-button__active{background-color:var(--grey2)}.og-layerSwitcher_button{top:12px;right:12px}.og-layerSwitcher{position:relative;color:#b6b6b6;width:100%;height:100%;overflow-x:hidden;overflow-y:auto}.og-layerSwitcher__title{position:relative;color:#b6b6b6;font-size:14px;width:100%;padding:5px}.og-layerSwitcher__list{position:relative;width:100%;display:inline-block;flex-direction:column;padding:2px}.og-layerSwitcher__layerButton{width:75px;height:75px;position:relative;background-color:#7a7a7a;cursor:pointer;border-radius:5px;margin:3px;border:2px solid rgba(0,0,0,0);padding:0}.og-layerSwitcher__layerButton.og-layerSwitcher__visible{border:2px solid #00ff14}.og-layerSwitcher__layerButton.og-layerSwitcher__visible img{opacity:1}.og-layerSwitcher__layerButton img{width:100%;height:100%;border-radius:5px;position:absolute;left:0;top:0;opacity:1}.og-layerSwitcher__layerButton img:hover{opacity:1}.og-layerSwitcher__name{color:var(--grey8);font-size:12px;overflow:hidden;text-overflow:ellipsis;padding:3px;background-color:#00000080;position:absolute;bottom:0;width:calc(100% - 6px);border-bottom-left-radius:5px;border-bottom-right-radius:5px;max-height:25px}.displayNone{display:none}.displayBlock{display:block}.og-drawing-default_button{top:12px;right:166px}.og-drawing-default_button .og-button-icon{transform:scale(.73)}.og-drawing-polygon_button{top:12px;right:115px}.og-drawing-linestring_button{top:12px;right:66px}.og-ruler_button{top:65px;right:12px}.ogConsole{position:absolute;top:0;left:0;width:100%;max-height:70%;overflow:auto;font-size:14px;font-family:Arial;background-color:#8282827d;color:#fff;z-index:100000000;pointer-events:none}.ogConsole-text{padding:7px;overflow:hidden}.ogConsole-error{color:red}.ogConsole-warning{color:#ff0}.ogViewExtentBtn{margin-left:12px;height:24px;width:24px;scale:70%;cursor:pointer;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYEAQAAAAa7ikwAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAACXBIWXMAAABgAAAAYADwa0LPAAAAB3RJTUUH5ggMBTM4rM25AwAAAAJiS0dEAACqjSMyAAABsUlEQVRIx81WWYrCQBAVg4Iwbp8ud5DoYRRBxPMoouiPegQVPYp6Azdc/ly++01XKkmPksQ4ZmAKAr3V0u9VVScU8ikQkQhwuRifHIeCFiAWgy2xWHCGRSIBVKtAt6scdDrGmtz7IOJUyjAk7ne4Ce2JdhsimXzTeKkE7PfK0vEIjMdqTuPTSc23W6BY9G/cjvpwgKjVmOBHDnitXmfnJLcboOs+YNntWGGxADIZtRcOQ4xGEMMhjdV6Ngssl6yz2XjywuSZkf8w/vrW5MS8iWi13LPFgkbC8n5SEFwmVOLry+EApaJJ6C8KCSIaVcRXKk8FlE4D/T5vzmY81zT/0Wsa68znbKPX47ksSC5/JxkM/EdPxDvJ5RKMA3nWw8EfQxQsyecz2yiXvdNUptz7adposO716pim7EQ2Lrv3ZLP+o8/n7RQVzabHwWSSGxcJlb9y4t4qcjlgtWKd9RoiHn9x1WKRG5d1E1mhBr7PzY7WCBaruAiaQsEnnrpuNC5biLzJRL0D06ki1Ircp/FH0lstdRsnoaibzZeweDuKx6m3qE5rPZnlsmu2/KtH/9Pflm+sYR/yIsaCAQAAACV0RVh0ZGF0ZTpjcmVhdGUAMjAyMi0wOC0xMlQwNTo1MTo1NiswMDowMIPhE+YAAAAldEVYdGRhdGU6bW9kaWZ5ADIwMjItMDgtMTJUMDU6NTE6NTYrMDA6MDDyvKtaAAAAKHRFWHRkYXRlOnRpbWVzdGFtcAAyMDIyLTA4LTEyVDA1OjUxOjU2KzAwOjAwpamKhQAAAABJRU5ErkJggg==) center center no-repeat}.ogViewExtentBtn:hover{border-radius:10px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYEAQAAAAa7ikwAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAACXBIWXMAAABgAAAAYADwa0LPAAAAB3RJTUUH5ggMBTM4rM25AwAAAAJiS0dEAACqjSMyAAABsUlEQVRIx81WWYrCQBAVg4Iwbp8ud5DoYRRBxPMoouiPegQVPYp6Azdc/ly++01XKkmPksQ4ZmAKAr3V0u9VVScU8ikQkQhwuRifHIeCFiAWgy2xWHCGRSIBVKtAt6scdDrGmtz7IOJUyjAk7ne4Ce2JdhsimXzTeKkE7PfK0vEIjMdqTuPTSc23W6BY9G/cjvpwgKjVmOBHDnitXmfnJLcboOs+YNntWGGxADIZtRcOQ4xGEMMhjdV6Ngssl6yz2XjywuSZkf8w/vrW5MS8iWi13LPFgkbC8n5SEFwmVOLry+EApaJJ6C8KCSIaVcRXKk8FlE4D/T5vzmY81zT/0Wsa68znbKPX47ksSC5/JxkM/EdPxDvJ5RKMA3nWw8EfQxQsyecz2yiXvdNUptz7adposO716pim7EQ2Lrv3ZLP+o8/n7RQVzabHwWSSGxcJlb9y4t4qcjlgtWKd9RoiHn9x1WKRG5d1E1mhBr7PzY7WCBaruAiaQsEnnrpuNC5biLzJRL0D06ki1Ircp/FH0lstdRsnoaibzZeweDuKx6m3qE5rPZnlsmu2/KtH/9Pflm+sYR/yIsaCAQAAACV0RVh0ZGF0ZTpjcmVhdGUAMjAyMi0wOC0xMlQwNTo1MTo1NiswMDowMIPhE+YAAAAldEVYdGRhdGU6bW9kaWZ5ADIwMjItMDgtMTJUMDU6NTE6NTYrMDA6MDDyvKtaAAAAKHRFWHRkYXRlOnRpbWVzdGFtcAAyMDIyLTA4LTEyVDA1OjUxOjU2KzAwOjAwpamKhQAAAABJRU5ErkJggg==) center center no-repeat,var(--blue0)}.og-debuginfo_button{position:absolute;left:10px;top:120px}.og-debuginfo_controls{padding-bottom:8px;display:flex}.og-debuginfo_controls-button{width:25px;height:25px;float:left;margin:3px}.og-debug-info{color:#fff;font-size:12px;padding:10px}.og-debug-info .og-watch-line{width:100%;padding-bottom:5px;display:flex;flex-direction:row}.og-watch-line .og-watch-label{color:#cecece;width:200px}.og-watch-line .og-watch-value{margin-left:15px}.og-popup{position:absolute;text-align:center;bottom:-2px}.og-popup-content-wrapper,.og-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.og-popup-content-wrapper{background:#fff;color:#333;box-shadow:0 3px 14px #0006;padding:1px;text-align:left;border-radius:8px;min-width:30px;min-height:17px}.og-popup-content{margin:20px 5px 5px;line-height:1.4}.og-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-left:-20px;overflow:hidden;pointer-events:none;bottom:-19px}.og-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.og-popup-toolbar{position:absolute;top:3px;right:2px;display:inline-block}.og-popup-btn{width:15px;height:15px;cursor:pointer;float:right}.og-popup-btn:hover{color:#2e9be7}.og-popup-title{position:absolute;left:5px;top:3px;font-size:14px}.og-scale-container{position:absolute;right:320px;bottom:30px}.og-scale-label{position:relative;color:#fff;font-family:Segoe UI,Frutiger,Frutiger Linotype,Dejavu Sans,Helvetica Neue,Arial,sans-serif;font-size:12px;text-align:center}.og-scale-ruler{position:relative;height:7px;border-bottom:2px solid white;border-left:1px solid white;border-right:1px solid white}.og-compass-button{bottom:153px;right:12px}.og-compass-button svg{width:40px!important;height:40px!important}.og-suncontrol-button{width:25px;height:25px;float:left;margin:3px}.og-lighting_button{position:absolute;left:10px;top:65px}.og-lighing{position:relative;padding:12px;height:calc(100% - 30px);color:#b6b6b6}.og-lighing .og-layers{display:flex;flex-direction:row;align-items:center}.og-lighing .og-caption{position:relative}.og-emptyline,.og-lighing .og-lighting-emptyline{width:100%;padding:3px}.og-emptyline-2{width:100%;padding:5px}.og-lighing .og-slider{width:100%}.og-lighing .og-slider .og-slider-label,.og-lighing .og-color-label{width:100px;font-size:12px}.og-lighing .og-color{padding-right:10px}.og-lighing #layers{font-family:monospace;padding:2px;margin-left:21px;width:200px}.og-coordinates{position:absolute;bottom:25px;right:12px;text-align:right;overflow:hidden;font-family:monospace;font-size:1em;cursor:pointer;float:left;background-color:var(--grey5);color:var(--grey8);padding:5px;border-radius:4px}.og-coordinates div{float:left}.og-lat-side,.og-lon-side{width:10px;padding-right:3px}.og-lat-val,.og-lon-val{width:90px;padding-right:3px;text-align:left;text-overflow:unset;overflow:hidden}.og-height{width:50px;text-align:right;text-overflow:ellipsis;padding-left:3px;overflow:hidden}.og-units-height{width:15px;text-align:left;padding-left:3px}.og-center-icon{height:12px;width:12px;margin-bottom:-3.5px;margin-right:-7.5px;bottom:50%;right:50%;position:absolute;pointer-events:none}.og-atmosphere_button{position:absolute;left:10px;top:230px}.og-atmosphere.og-options-container .og-slider-label{width:300px;overflow:hidden;height:20px}.og-atmosphere.og-options-container .og-slider input{width:87px}.og-timeline_button{position:absolute;top:10px;left:10px}.og-timeline-control_button{width:25px;height:20px;margin-left:3px;margin-right:3px;background:var(--grey7);border-radius:1px}.og-button svg,.og-button svg path{width:24px;height:24px}.og-timeline-control_button.og-button__active{background:var(--grey3)}.og-timeline{width:100%;height:100%;background:#2d2d2d;position:relative;left:0;bottom:0;overflow:hidden}.og-timeline-frame{position:relative;width:calc(100% - 20px);margin:0 0 0 10px;height:30px}.og-timeline-scale{overflow:hidden;width:100%;height:100%}.og-timeline-current{position:absolute;left:0;width:11px;height:100%;margin-left:-5px;cursor:pointer;margin-top:-7px}.og-timeline-current-spin{margin:0 auto;width:1px;height:100%;background-color:#ff3434;pointer-events:none}.og-timeline-current-arrow{width:0;height:0;border-left:7px solid transparent;border-right:7px solid transparent;border-top:7px solid #ff3434;margin-left:-6px}.og-timeline-bottom{width:100%;display:flex;position:relative;justify-content:center;margin-top:3px}.og-timeline-controls{position:relative;border-radius:10px;display:flex;flex-direction:row;justify-content:center;align-items:center;padding:8px}.og-timeline-unselectable{-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.og-timeline-top{width:100%;display:block;height:15px}.og-slider{display:flex;flex-direction:row;width:200px;gap:5px}.og-slider .og-slider-label{width:100%;height:100%;color:var(--grey6);font-family:Segoe UI,Frutiger,Frutiger Linotype,Dejavu Sans,Helvetica Neue,Arial,sans-serif;font-size:14px;display:flex;align-items:center;text-align:left;margin-right:5px}.og-slider .og-slider-panel{position:relative;width:100%;height:20px;background-color:var(--grey1);z-index:1;border-radius:5px}.og-slider .og-slider-panel .og-slider-progress{position:absolute;height:100%;background-color:var(--grey7);pointer-events:none;border-top-left-radius:5px;border-bottom-left-radius:5px}.og-slider .og-slider-panel .og-slider-pointer{position:absolute;left:0;top:0;height:100%;width:3px;background-color:var(--grey3);pointer-events:none}.og-slider input{position:relative;height:100%;width:100%;background:var(--grey5);border:1px solid var(--grey1);z-index:0;color:var(--grey3);padding-left:5px;width:60px;border-radius:5px}.og-slider input:focus-visible{outline:none}.og-slider input::-webkit-outer-spin-button,.og-slider input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.og-slider input[type=number]{-moz-appearance:textfield}.og-checkbox,.og-input{display:flex;flex-direction:row;margin:5px}.og-checkbox .og-input-label,.og-input .og-input-label{width:100%;height:100%;color:var(--grey6);font-family:Segoe UI,Frutiger,Frutiger Linotype,Dejavu Sans,Helvetica Neue,Arial,sans-serif;font-size:14px;align-items:center;text-align:left;margin-right:5px}.og-checkbox input,.og-input input{position:relative;height:100%;width:100%;background:var(--grey5);border:1px solid var(--grey1);z-index:0;color:var(--grey3);padding-left:5px;border-radius:5px}.og-checkbox input:focus-visible,.og-input input:focus-visible{outline:none}.og-checkbox input[type=checkbox]{width:14px;height:14px;-moz-appearance:none;appearance:none;-webkit-appearance:none;display:flex;align-content:center;justify-content:center;border:1px solid var(--grey1);border-radius:3px;background:var(--grey8);cursor:pointer;position:relative;padding:0}.og-checkbox input[type=checkbox]:before{content:"";position:absolute;width:3px;height:6px;border:solid black;border-width:0 2px 2px 0;transform:rotate(45deg);top:2px;left:3.5px;opacity:0;transition:opacity .2s ease-in-out}.og-checkbox input[type=checkbox]:checked:before{opacity:1}.og-checkbox input[type=checkbox]:hover{border-color:var(--grey2)}.og-checkbox .og-input-label{margin-right:0}.og-checkbox-input{width:100%}.og-input-disabled{pointer-events:none;opacity:.7}.og-input-disabled input[type=checkbox]{background:var(--grey9)}.og-input input[type=number]{-moz-appearance:textfield}.og-selection_button{top:117px;right:12px}.og-geoimagegrag_button{top:169px;right:12px}.og-elevationprofile{width:100%;height:100%;position:absolute;overflow:hidden}.og-elevationprofile__container{position:relative;width:100%;height:100%;display:flex;flex-direction:column;align-content:center;align-items:center}.og-elevationprofile__menu{position:relative;width:100%;height:43px}.og-elevationprofile__graph{position:relative;width:100%;height:100%}.og-elevationprofile_button{top:175px;left:10px}.og-elevationprofile-legend{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-size:12px;color:var(--grey8);position:absolute;top:0;right:0;margin:5px;display:flex;z-index:1}.og-elevationprofile-legend__row{position:relative;padding:5px;width:70px}.og-elevationprofile-square{position:relative;float:left;width:6px;height:6px;margin:5px}.og-elevationprofile-legend__track .og-elevationprofile-square{background-color:#00ff32}.og-elevationprofile-legend__ground .og-elevationprofile-square{background-color:#c6c6c6}.og-elevationprofile-legend__warning .og-elevationprofile-square{background-color:#ff0}.og-elevationprofile-legend__collision .og-elevationprofile-square{background-color:red}.og-elevationprofile-units{display:inline-block;position:relative;float:left;padding-left:5px}.og-elevationprofile-value{width:30px;display:inline-block;position:relative;float:left;text-align:right;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.og-elevationprofile-buttons{display:inline-block;position:absolute;top:0;left:0}.og-elevationprofile-button{width:25px;height:25px;float:left;margin:3px}.og-elevationprofile-list{position:relative;width:100%;height:100%;display:flex;flex-direction:column}.og-elevationprofile-list textarea{position:relative;width:100%;height:100%;resize:none;background:var(--grey8);padding:5px}.og-elevationprofile-list-buttons{position:relative;height:60px;display:flex;flex-direction:row;align-items:center;justify-content:right}.og-elevationprofile-list-apply{padding:4px 10px 7px;float:right;background-color:var(--grey2);margin-right:15px}.og-elevationprofile_pointer{position:absolute;left:0;top:0;height:100%}.og-elevationprofile-line{position:absolute;background-color:#fff;width:3px;height:30px;margin-left:-1.5px}.og-elevationprofile-label{position:absolute;top:0;left:0;color:#fff}.og-elevationprofile-button__location svg{width:17px;height:17px}.og-elevationprofile-loading{opacity:.3;background-color:#000;position:absolute;width:100%;height:100%;z-index:2;display:flex;flex-direction:row;justify-content:center;align-items:center}.og-simpleskybackground{display:flex}.og-color-label{color:var(--grey6);font-family:Segoe UI,Frutiger,Frutiger Linotype,Dejavu Sans,Helvetica Neue,Arial,sans-serif;font-size:14px}@keyframes ldio-p0v5a1f6oz{0%{opacity:1}50%{opacity:.5}to{opacity:1}}.ldio-p0v5a1f6oz div{position:absolute;width:11px;height:40px;top:30px;animation:ldio-p0v5a1f6oz .9345794392523364s cubic-bezier(.5,0,.5,1) infinite}.ldio-p0v5a1f6oz div:nth-child(1){transform:translate(14.5px);background:#353535;animation-delay:-.5607476635514018s}.ldio-p0v5a1f6oz div:nth-child(2){transform:translate(34.5px);background:#666;animation-delay:-.37383177570093457s}.ldio-p0v5a1f6oz div:nth-child(3){transform:translate(54.5px);background:#9b9b9b;animation-delay:-.18691588785046728s}.ldio-p0v5a1f6oz div:nth-child(4){transform:translate(74.5px);background:#d4d4d4;animation-delay:-.9345794392523364s}.loadingio-spinner-bars-r354qqyl5v{width:88px;height:88px;display:inline-block;overflow:hidden;background:none}.ldio-p0v5a1f6oz{width:100%;height:100%;position:relative;transform:translateZ(0) scale(.88);backface-visibility:hidden;transform-origin:0 0}.ldio-p0v5a1f6oz div{box-sizing:content-box}.og-editor-ground_button{width:fit-content;background:var(--grey1);padding:4px 6px 8px;margin-left:5px;margin-top:15px}.og-editor_toolbar{padding-bottom:8px;display:flex}.og-editor_toolbar-button{width:25px;height:25px;float:left;margin:3px}.og-object3d-manager .og-ddialog-container{display:flex;flex-direction:column}.og-object3d-collection{width:100%;height:100%}.og-object3d-collection__item{width:75px;height:75px;position:relative;background-color:#7a7a7a;cursor:pointer;border-radius:5px;margin:3px;border:2px solid rgba(0,0,0,0)}.og-object3d-collection__item.active{border:solid #00e0be 2px}.og-object3d-collection__item_name{width:100%;height:20px;position:absolute;left:0;bottom:0;background:#3d3d3da3;color:#fff;padding-top:3px;border-bottom-left-radius:5px;border-bottom-right-radius:5px}