mars3d-wind 3.7.1 → 3.7.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.
@@ -1,8 +1,8 @@
1
1
  /**
2
2
  * Mars3D平台插件,支持气象 风向图 功能插件 mars3d-wind
3
3
  *
4
- * 版本信息:v3.7.1
5
- * 编译日期:2024-01-23 21:36:51
4
+ * 版本信息:v3.7.2
5
+ * 编译日期:2024-01-29 17:17:13
6
6
  * 版权所有:Copyright by 火星科技 http://mars3d.cn
7
7
  * 使用单位:免费公开版 ,2024-01-15
8
8
  */
@@ -11,5 +11,5 @@
11
11
  typeof define === 'function' && define.amd ? define(['exports', 'mars3d'], factory) :
12
12
  (global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global["mars3d-wind"] = {}, global.mars3d));
13
13
  })(this, (function (exports, mars3d) {
14
- 'use strict';const _0xb5d152=_0x2934;(function(_0x4e5f9c,_0x1331e9){const _0xbfcf76=_0x2934,_0x1251fe=_0x4e5f9c();while(!![]){try{const _0x374be4=-parseInt(_0xbfcf76(0xe0))/0x1+parseInt(_0xbfcf76(0x151))/0x2+parseInt(_0xbfcf76(0xd8))/0x3+parseInt(_0xbfcf76(0xdb))/0x4+-parseInt(_0xbfcf76(0xde))/0x5*(-parseInt(_0xbfcf76(0xf4))/0x6)+-parseInt(_0xbfcf76(0xcb))/0x7+-parseInt(_0xbfcf76(0x13e))/0x8;if(_0x374be4===_0x1331e9)break;else _0x1251fe['push'](_0x1251fe['shift']());}catch(_0x23ade9){_0x1251fe['push'](_0x1251fe['shift']());}}}(_0x2b61,0x58553));function _interopNamespace(_0x1aa286){const _0x182d9f=_0x2934;if(_0x1aa286&&_0x1aa286[_0x182d9f(0x189)])return _0x1aa286;var _0xf3d76a=Object['create'](null);return _0x1aa286&&Object['keys'](_0x1aa286)[_0x182d9f(0x146)](function(_0x176f4a){const _0x4eb704=_0x182d9f;if(_0x176f4a!=='default'){var _0x5899d4=Object[_0x4eb704(0xf0)](_0x1aa286,_0x176f4a);Object['defineProperty'](_0xf3d76a,_0x176f4a,_0x5899d4['get']?_0x5899d4:{'enumerable':!![],'get':function(){return _0x1aa286[_0x176f4a];}});}}),_0xf3d76a[_0x182d9f(0x17e)]=_0x1aa286,_0xf3d76a;}var mars3d__namespace=_interopNamespace(mars3d);const Cesium$7=mars3d__namespace['Cesium'];function _0x2b61(){const _0x1e8a91=['Cesium','destroyParticlesTextures','lineTo','forEach','depthMask','maxAge','update','TextureMagnificationFilter','trails','_addedHook','Math','lng','_showHook','_canrefresh','272774JCDlXt','mouseMove','levmax','dimensions','_drawLines','unbindEvent','_updateIng','createParticlesTextures','scene','max','ShaderSource','setOptions','dropRateBump','nextTrailsColor','beginPath','particleHeight','height','min','NEAREST','ymin','array','push','data','_onMapWhellEvent','setGeometry','clientHeight','ShaderProgram','primitiveType','show','reverseY','BufferUsage','xmax','lev','nextParticlesSpeed','resize','commandList','addPrimitives','isInExtent','pixelSize','now','_onMouseDownEvent','_calc_speedRate','framebuffer','_colorRamp','latRange','default','toGridXY','vertexArray','clearFramebuffers','rows','speedFactor','floor','_tomap','maxParticles','0px','currentTrails','__esModule','toRadians','ClearCommand','DISABLE_LOG_DEPTH_FRAGMENT_WRITE','clear','shaderProgram','updateSpeed','TRIANGLES','particlesRendering','createRenderingTextures','canvas','textures','uniform\x20sampler2D\x20currentParticlesPosition;\x20//\x20(lon,\x20lat,\x20lev)\x0auniform\x20sampler2D\x20currentParticlesSpeed;\x20//\x20(u,\x20v,\x20w,\x20normalization)\x0a\x0ain\x20vec2\x20v_textureCoordinates;\x0a\x0avec2\x20lengthOfLonLat(vec3\x20lonLatLev)\x20{\x0a\x20\x20\x20\x20//\x20unit\x20conversion:\x20meters\x20->\x20longitude\x20latitude\x20degrees\x0a\x20\x20\x20\x20//\x20see\x20https://en.wikipedia.org/wiki/Geographic_coordinate_system#Length_of_a_degree\x20for\x20detail\x0a\x0a\x20\x20\x20\x20//\x20Calculate\x20the\x20length\x20of\x20a\x20degree\x20of\x20latitude\x20and\x20longitude\x20in\x20meters\x0a\x20\x20\x20\x20float\x20latitude\x20=\x20radians(lonLatLev.y);\x0a\x0a\x20\x20\x20\x20float\x20term1\x20=\x20111132.92;\x0a\x20\x20\x20\x20float\x20term2\x20=\x20559.82\x20*\x20cos(2.0\x20*\x20latitude);\x0a\x20\x20\x20\x20float\x20term3\x20=\x201.175\x20*\x20cos(4.0\x20*\x20latitude);\x0a\x20\x20\x20\x20float\x20term4\x20=\x200.0023\x20*\x20cos(6.0\x20*\x20latitude);\x0a\x20\x20\x20\x20float\x20latLength\x20=\x20term1\x20-\x20term2\x20+\x20term3\x20-\x20term4;\x0a\x0a\x20\x20\x20\x20float\x20term5\x20=\x20111412.84\x20*\x20cos(latitude);\x0a\x20\x20\x20\x20float\x20term6\x20=\x2093.5\x20*\x20cos(3.0\x20*\x20latitude);\x0a\x20\x20\x20\x20float\x20term7\x20=\x200.118\x20*\x20cos(5.0\x20*\x20latitude);\x0a\x20\x20\x20\x20float\x20longLength\x20=\x20term5\x20-\x20term6\x20+\x20term7;\x0a\x0a\x20\x20\x20\x20return\x20vec2(longLength,\x20latLength);\x0a}\x0a\x0avoid\x20updatePosition(vec3\x20lonLatLev,\x20vec3\x20speed)\x20{\x0a\x20\x20\x20\x20vec2\x20lonLatLength\x20=\x20lengthOfLonLat(lonLatLev);\x0a\x20\x20\x20\x20float\x20u\x20=\x20speed.x\x20/\x20lonLatLength.x;\x0a\x20\x20\x20\x20float\x20v\x20=\x20speed.y\x20/\x20lonLatLength.y;\x0a\x20\x20\x20\x20float\x20w\x20=\x200.0;\x0a\x20\x20\x20\x20vec3\x20windVectorInLonLatLev\x20=\x20vec3(u,\x20v,\x20w);\x0a\x0a\x20\x20\x20\x20vec3\x20nextParticle\x20=\x20lonLatLev\x20+\x20windVectorInLonLatLev;\x0a\x0a\x20\x20\x20\x20out_FragColor\x20=\x20vec4(nextParticle,\x200.0);\x0a}\x0a\x0avoid\x20main()\x20{\x0a\x20\x20\x20\x20//\x20texture\x20coordinate\x20must\x20be\x20normalized\x0a\x20\x20\x20\x20vec3\x20lonLatLev\x20=\x20texture(currentParticlesPosition,\x20v_textureCoordinates).rgb;\x0a\x20\x20\x20\x20vec3\x20speed\x20=\x20texture(currentParticlesSpeed,\x20v_textureCoordinates).rgb;\x0a\x0a\x20\x20\x20\x20updatePosition(lonLatLev,\x20speed);\x0a}\x0a','SceneMode','pointerEvents','destroy','currentParticlesSpeed','canvasContext','segments','particlesTextureSize','wheel','drawingBufferWidth','sqrt','particlesTextures','createRawRenderState','LayerUtil','keys','onmessage','particlesComputing','3479343SSVrgn','GeometryAttribute','globe','bindEvent','PixelFormat','commandToExecute','clientWidth','outputTexture','uniformMap','tlng','particles','TWO_PI','EventType','1821066fflMGk','OPAQUE','drawingBufferHeight','1279540waBbtt','ymax','removeAll','5yIojEn','age','4058USKOev','frameTime','canrefresh','options','segmentsColor','FLOAT','viewerParameters','xmin','stroke','lat','colors','updateViewerParameters','style','_pointerEvents','dropRate','_setOptionsHook','getOwnPropertyDescriptor','reverse','mod','globeBoundingSphere','1324482Zfkkzz','Cartesian3','ComponentDatatype','segmentsDepth','canvasWidth','_map','Geometry','vmin','clearCommand','green','fixedHeight','Draw','container','add','in\x20vec2\x20st;\x0a//\x20it\x20is\x20not\x20normal\x20itself,\x20but\x20used\x20to\x20control\x20normal\x0ain\x20vec3\x20normal;\x20//\x20(point\x20to\x20use,\x20offset\x20sign,\x20not\x20used\x20component)\x0a\x0auniform\x20sampler2D\x20currentParticlesPosition;\x0auniform\x20sampler2D\x20postProcessingPosition;\x0auniform\x20sampler2D\x20postProcessingSpeed;\x0a\x0auniform\x20float\x20particleHeight;\x0a\x0auniform\x20float\x20aspect;\x0auniform\x20float\x20pixelSize;\x0auniform\x20float\x20lineWidth;\x0a\x0aout\x20float\x20speedNormalization;\x0a\x0avec3\x20convertCoordinate(vec3\x20lonLatLev)\x20{\x0a\x20\x20\x20\x20//\x20WGS84\x20(lon,\x20lat,\x20lev)\x20->\x20ECEF\x20(x,\x20y,\x20z)\x0a\x20\x20\x20\x20//\x20see\x20https://en.wikipedia.org/wiki/Geographic_coordinate_conversion#From_geodetic_to_ECEF_coordinates\x20for\x20detail\x0a\x0a\x20\x20\x20\x20//\x20WGS\x2084\x20geometric\x20constants\x0a\x20\x20\x20\x20float\x20a\x20=\x206378137.0;\x20//\x20Semi-major\x20axis\x0a\x20\x20\x20\x20float\x20b\x20=\x206356752.3142;\x20//\x20Semi-minor\x20axis\x0a\x20\x20\x20\x20float\x20e2\x20=\x206.69437999014e-3;\x20//\x20First\x20eccentricity\x20squared\x0a\x0a\x20\x20\x20\x20float\x20latitude\x20=\x20radians(lonLatLev.y);\x0a\x20\x20\x20\x20float\x20longitude\x20=\x20radians(lonLatLev.x);\x0a\x0a\x20\x20\x20\x20float\x20cosLat\x20=\x20cos(latitude);\x0a\x20\x20\x20\x20float\x20sinLat\x20=\x20sin(latitude);\x0a\x20\x20\x20\x20float\x20cosLon\x20=\x20cos(longitude);\x0a\x20\x20\x20\x20float\x20sinLon\x20=\x20sin(longitude);\x0a\x0a\x20\x20\x20\x20float\x20N_Phi\x20=\x20a\x20/\x20sqrt(1.0\x20-\x20e2\x20*\x20sinLat\x20*\x20sinLat);\x0a\x20\x20\x20\x20float\x20h\x20=\x20particleHeight;\x20//\x20it\x20should\x20be\x20high\x20enough\x20otherwise\x20the\x20particle\x20may\x20not\x20pass\x20the\x20terrain\x20depth\x20test\x0a\x0a\x20\x20\x20\x20vec3\x20cartesian\x20=\x20vec3(0.0);\x0a\x20\x20\x20\x20cartesian.x\x20=\x20(N_Phi\x20+\x20h)\x20*\x20cosLat\x20*\x20cosLon;\x0a\x20\x20\x20\x20cartesian.y\x20=\x20(N_Phi\x20+\x20h)\x20*\x20cosLat\x20*\x20sinLon;\x0a\x20\x20\x20\x20cartesian.z\x20=\x20((b\x20*\x20b)\x20/\x20(a\x20*\x20a)\x20*\x20N_Phi\x20+\x20h)\x20*\x20sinLat;\x0a\x20\x20\x20\x20return\x20cartesian;\x0a}\x0a\x0avec4\x20calcProjectedCoordinate(vec3\x20lonLatLev)\x20{\x0a\x20\x20\x20\x20//\x20the\x20range\x20of\x20longitude\x20in\x20Cesium\x20is\x20[-180,\x20180]\x20but\x20the\x20range\x20of\x20longitude\x20in\x20the\x20NetCDF\x20file\x20is\x20[0,\x20360]\x0a\x20\x20\x20\x20//\x20[0,\x20180]\x20is\x20corresponding\x20to\x20[0,\x20180]\x20and\x20[180,\x20360]\x20is\x20corresponding\x20to\x20[-180,\x200]\x0a\x20\x20\x20\x20lonLatLev.x\x20=\x20mod(lonLatLev.x\x20+\x20180.0,\x20360.0)\x20-\x20180.0;\x0a\x20\x20\x20\x20vec3\x20particlePosition\x20=\x20convertCoordinate(lonLatLev);\x0a\x20\x20\x20\x20vec4\x20projectedCoordinate\x20=\x20czm_modelViewProjection\x20*\x20vec4(particlePosition,\x201.0);\x0a\x20\x20\x20\x20return\x20projectedCoordinate;\x0a}\x0a\x0avec4\x20calcOffset(vec4\x20currentProjectedCoordinate,\x20vec4\x20nextProjectedCoordinate,\x20float\x20offsetSign)\x20{\x0a\x20\x20\x20\x20vec2\x20aspectVec2\x20=\x20vec2(aspect,\x201.0);\x0a\x20\x20\x20\x20vec2\x20currentXY\x20=\x20(currentProjectedCoordinate.xy\x20/\x20currentProjectedCoordinate.w)\x20*\x20aspectVec2;\x0a\x20\x20\x20\x20vec2\x20nextXY\x20=\x20(nextProjectedCoordinate.xy\x20/\x20nextProjectedCoordinate.w)\x20*\x20aspectVec2;\x0a\x0a\x20\x20\x20\x20float\x20offsetLength\x20=\x20lineWidth\x20/\x202.0;\x0a\x20\x20\x20\x20vec2\x20direction\x20=\x20normalize(nextXY\x20-\x20currentXY);\x0a\x20\x20\x20\x20vec2\x20normalVector\x20=\x20vec2(-direction.y,\x20direction.x);\x0a\x20\x20\x20\x20normalVector.x\x20=\x20normalVector.x\x20/\x20aspect;\x0a\x20\x20\x20\x20normalVector\x20=\x20offsetLength\x20*\x20normalVector;\x0a\x0a\x20\x20\x20\x20vec4\x20offset\x20=\x20vec4(offsetSign\x20*\x20normalVector,\x200.0,\x200.0);\x0a\x20\x20\x20\x20return\x20offset;\x0a}\x0a\x0avoid\x20main()\x20{\x0a\x20\x20\x20\x20vec2\x20particleIndex\x20=\x20st;\x0a\x0a\x20\x20\x20\x20vec3\x20currentPosition\x20=\x20texture(currentParticlesPosition,\x20particleIndex).rgb;\x0a\x20\x20\x20\x20vec4\x20nextPosition\x20=\x20texture(postProcessingPosition,\x20particleIndex);\x0a\x0a\x20\x20\x20\x20vec4\x20currentProjectedCoordinate\x20=\x20vec4(0.0);\x0a\x20\x20\x20\x20vec4\x20nextProjectedCoordinate\x20=\x20vec4(0.0);\x0a\x20\x20\x20\x20if\x20(nextPosition.w\x20>\x200.0)\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20currentProjectedCoordinate\x20=\x20calcProjectedCoordinate(currentPosition);\x0a\x20\x20\x20\x20\x20\x20\x20\x20nextProjectedCoordinate\x20=\x20calcProjectedCoordinate(currentPosition);\x0a\x20\x20\x20\x20}\x20else\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20currentProjectedCoordinate\x20=\x20calcProjectedCoordinate(currentPosition);\x0a\x20\x20\x20\x20\x20\x20\x20\x20nextProjectedCoordinate\x20=\x20calcProjectedCoordinate(nextPosition.xyz);\x0a\x20\x20\x20\x20}\x0a\x0a\x20\x20\x20\x20float\x20pointToUse\x20=\x20normal.x;\x20//\x20-1\x20is\x20currentProjectedCoordinate\x20and\x20+1\x20is\x20nextProjectedCoordinate\x0a\x20\x20\x20\x20float\x20offsetSign\x20=\x20normal.y;\x0a\x0a\x20\x20\x20\x20vec4\x20offset\x20=\x20pixelSize\x20*\x20calcOffset(currentProjectedCoordinate,\x20nextProjectedCoordinate,\x20offsetSign);\x0a\x20\x20\x20\x20if\x20(pointToUse\x20<\x200.0)\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20gl_Position\x20=\x20currentProjectedCoordinate\x20+\x20offset;\x0a\x20\x20\x20\x20}\x20else\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20gl_Position\x20=\x20nextProjectedCoordinate\x20+\x20offset;\x0a\x20\x20\x20\x20}\x0a\x0a\x20\x20\x20\x20speedNormalization\x20=\x20texture(postProcessingSpeed,\x20particleIndex).a;\x0a}\x0a','uniform\x20sampler2D\x20nextParticlesPosition;\x0auniform\x20sampler2D\x20nextParticlesSpeed;\x20//\x20(u,\x20v,\x20w,\x20normalization)\x0a\x0a//\x20range\x20(min,\x20max)\x0auniform\x20vec2\x20lonRange;\x0auniform\x20vec2\x20latRange;\x0a\x0auniform\x20float\x20randomCoefficient;\x20//\x20use\x20to\x20improve\x20the\x20pseudo-random\x20generator\x0auniform\x20float\x20dropRate;\x20//\x20drop\x20rate\x20is\x20a\x20chance\x20a\x20particle\x20will\x20restart\x20at\x20random\x20position\x20to\x20avoid\x20degeneration\x0auniform\x20float\x20dropRateBump;\x0a\x0ain\x20vec2\x20v_textureCoordinates;\x0a\x0a//\x20pseudo-random\x20generator\x0aconst\x20vec3\x20randomConstants\x20=\x20vec3(12.9898,\x2078.233,\x204375.85453);\x0aconst\x20vec2\x20normalRange\x20=\x20vec2(0.0,\x201.0);\x0afloat\x20rand(vec2\x20seed,\x20vec2\x20range)\x20{\x0a\x20\x20\x20\x20vec2\x20randomSeed\x20=\x20randomCoefficient\x20*\x20seed;\x0a\x20\x20\x20\x20float\x20temp\x20=\x20dot(randomConstants.xy,\x20randomSeed);\x0a\x20\x20\x20\x20temp\x20=\x20fract(sin(temp)\x20*\x20(randomConstants.z\x20+\x20temp));\x0a\x20\x20\x20\x20return\x20temp\x20*\x20(range.y\x20-\x20range.x)\x20+\x20range.x;\x0a}\x0a\x0avec3\x20generateRandomParticle(vec2\x20seed,\x20float\x20lev)\x20{\x0a\x20\x20\x20\x20//\x20ensure\x20the\x20longitude\x20is\x20in\x20[0,\x20360]\x0a\x20\x20\x20\x20float\x20randomLon\x20=\x20mod(rand(seed,\x20lonRange),\x20360.0);\x0a\x20\x20\x20\x20float\x20randomLat\x20=\x20rand(-seed,\x20latRange);\x0a\x0a\x20\x20\x20\x20return\x20vec3(randomLon,\x20randomLat,\x20lev);\x0a}\x0a\x0abool\x20particleOutbound(vec3\x20particle)\x20{\x0a\x20\x20\x20\x20return\x20particle.y\x20<\x20-90.0\x20||\x20particle.y\x20>\x2090.0;\x0a}\x0a\x0avoid\x20main()\x20{\x0a\x20\x20\x20\x20vec3\x20nextParticle\x20=\x20texture(nextParticlesPosition,\x20v_textureCoordinates).rgb;\x0a\x20\x20\x20\x20vec4\x20nextSpeed\x20=\x20texture(nextParticlesSpeed,\x20v_textureCoordinates);\x0a\x20\x20\x20\x20float\x20particleDropRate\x20=\x20dropRate\x20+\x20dropRateBump\x20*\x20nextSpeed.a;\x0a\x0a\x20\x20\x20\x20vec2\x20seed1\x20=\x20nextParticle.xy\x20+\x20v_textureCoordinates;\x0a\x20\x20\x20\x20vec2\x20seed2\x20=\x20nextSpeed.xy\x20+\x20v_textureCoordinates;\x0a\x20\x20\x20\x20vec3\x20randomParticle\x20=\x20generateRandomParticle(seed1,\x20nextParticle.z);\x0a\x20\x20\x20\x20float\x20randomNumber\x20=\x20rand(seed2,\x20normalRange);\x0a\x0a\x20\x20\x20\x20if\x20(randomNumber\x20<\x20particleDropRate\x20||\x20particleOutbound(nextParticle))\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20out_FragColor\x20=\x20vec4(randomParticle,\x201.0);\x20//\x201.0\x20means\x20this\x20is\x20a\x20random\x20particle\x0a\x20\x20\x20\x20}\x20else\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20out_FragColor\x20=\x20vec4(nextParticle,\x200.0);\x0a\x20\x20\x20\x20}\x0a}\x0a','WindLayer','vdata','Matrix4','context','cols','createSegmentsGeometry','particleSystem','rawRenderState','grid','createTexture','mouseDown','BoundingSphere','getUVByPoint','cancelAnimationFrame','requestAnimationFrame','north','_speedRate','mouseUp','mouse_move','primitives','postProcessingSpeed','DISABLE_GL_POSITION_LOG_DEPTH','lonRange','STATIC_DRAW','framebuffers','ColorRamp','strokeStyle','computeViewRectangle','createRenderingFramebuffers','mouse_down','windField','getUVByXY','getParticles','animateFrame','lineWidth','PI_OVER_THREE','defined','speed','particlesNumber','Cartesian2','fromDegrees','autoClear','Compute','off','uniform\x20sampler2D\x20trailsColorTexture;\x0auniform\x20sampler2D\x20trailsDepthTexture;\x0a\x0ain\x20vec2\x20textureCoordinate;\x0a\x0avoid\x20main()\x20{\x0a\x20\x20\x20\x20vec4\x20trailsColor\x20=\x20texture(trailsColorTexture,\x20textureCoordinate);\x0a\x20\x20\x20\x20float\x20trailsDepth\x20=\x20texture(trailsDepthTexture,\x20textureCoordinate).r;\x0a\x20\x20\x20\x20float\x20globeDepth\x20=\x20czm_unpackDepth(texture(czm_globeDepthTexture,\x20textureCoordinate));\x0a\x0a\x20\x20\x20\x20if\x20(trailsDepth\x20<\x20globeDepth)\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20out_FragColor\x20=\x20trailsColor;\x0a\x20\x20\x20\x20}\x20else\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20out_FragColor\x20=\x20vec4(0.0);\x0a\x20\x20\x20\x20}\x0a}\x0a','source','speedRate','_onMouseUpEvent','lon','_onMouseMoveEvent','fromCssColorString','zIndex','remove','PixelDatatype','Sampler','register','length','random','3368984FKSnJt','windTextures','_onMap_preRenderEvent','camera','commandType'];_0x2b61=function(){return _0x1e8a91;};return _0x2b61();}function getU(_0x2c57ac,_0x4c4cb8){const _0x52fff1=_0x2934,_0x3b5afa=_0x2c57ac*Math['cos'](Cesium$7['Math'][_0x52fff1(0x18a)](_0x4c4cb8));return _0x3b5afa;}function getV(_0x1c5e0f,_0x3cc54e){const _0x2a9b0f=_0x1c5e0f*Math['sin'](Cesium$7['Math']['toRadians'](_0x3cc54e));return _0x2a9b0f;}function getSpeed(_0xa22491,_0x4d16ce){const _0x11a615=_0x2934,_0x196af2=Math[_0x11a615(0x19f)](Math['pow'](_0xa22491,0x2)+Math['pow'](_0x4d16ce,0x2));return _0x196af2;}function getDirection(_0x16f156,_0x5ed057){let _0x1efb1a=Cesium$7['Math']['toDegrees'](Math['atan2'](_0x5ed057,_0x16f156));return _0x1efb1a+=_0x1efb1a<0x0?0x168:0x0,_0x1efb1a;}var WindUtil={'__proto__':null,'getU':getU,'getV':getV,'getSpeed':getSpeed,'getDirection':getDirection};const Cesium$6=mars3d__namespace['Cesium'];class CustomPrimitive{constructor(_0x598fce){const _0x1e3e65=_0x2934;this['commandType']=_0x598fce[_0x1e3e65(0x142)],this['geometry']=_0x598fce['geometry'],this['attributeLocations']=_0x598fce['attributeLocations'],this[_0x1e3e65(0x16c)]=_0x598fce[_0x1e3e65(0x16c)],this['uniformMap']=_0x598fce['uniformMap'],this['vertexShaderSource']=_0x598fce['vertexShaderSource'],this['fragmentShaderSource']=_0x598fce['fragmentShaderSource'],this['rawRenderState']=_0x598fce['rawRenderState'],this['framebuffer']=_0x598fce[_0x1e3e65(0x17b)],this['outputTexture']=_0x598fce['outputTexture'],this['autoClear']=_0x598fce[_0x1e3e65(0x12d)]??![],this['preExecute']=_0x598fce['preExecute'],this['show']=!![],this['commandToExecute']=undefined,this['clearCommand']=undefined,this['autoClear']&&(this['clearCommand']=new Cesium$6[(_0x1e3e65(0x18b))]({'color':new Cesium$6['Color'](0x0,0x0,0x0,0x0),'depth':0x1,'framebuffer':this['framebuffer'],'pass':Cesium$6['Pass']['OPAQUE']}));}['createCommand'](_0x3f2e2d){const _0x18c503=_0x2934;switch(this['commandType']){case _0x18c503(0xff):{const _0x5be5f6=Cesium$6['VertexArray']['fromGeometry']({'context':_0x3f2e2d,'geometry':this['geometry'],'attributeLocations':this['attributeLocations'],'bufferUsage':Cesium$6[_0x18c503(0x16f)]['STATIC_DRAW']}),_0x2404fc=Cesium$6[_0x18c503(0x16b)]['fromCache']({'context':_0x3f2e2d,'attributeLocations':this['attributeLocations'],'vertexShaderSource':this['vertexShaderSource'],'fragmentShaderSource':this['fragmentShaderSource']}),_0x34d4d0=Cesium$6['RenderState']['fromCache'](this[_0x18c503(0x10b)]);return new Cesium$6['DrawCommand']({'primitiveType':this['primitiveType'],'shaderProgram':_0x2404fc,'vertexArray':_0x5be5f6,'modelMatrix':Cesium$6[_0x18c503(0x106)]['IDENTITY'],'renderState':_0x34d4d0,'uniformMap':this['uniformMap'],'castShadows':![],'receiveShadows':![],'framebuffer':this['framebuffer'],'pass':Cesium$6['Pass']['OPAQUE'],'pickOnly':!![],'owner':this});}case'Compute':{return new Cesium$6['ComputeCommand']({'owner':this,'fragmentShaderSource':this['fragmentShaderSource'],'uniformMap':this[_0x18c503(0xd3)],'outputTexture':this[_0x18c503(0xd2)],'persists':!![]});}}}[_0xb5d152(0x169)](_0xc320fb,_0x57dc21){const _0x1348e9=_0xb5d152;this['geometry']=_0x57dc21;const _0x365f90=Cesium$6['VertexArray']['fromGeometry']({'context':_0xc320fb,'geometry':this['geometry'],'attributeLocations':this['attributeLocations'],'bufferUsage':Cesium$6[_0x1348e9(0x16f)]['STATIC_DRAW']});this['commandToExecute'][_0x1348e9(0x180)]=_0x365f90;}['update'](_0x35d2e3){const _0x12829b=_0xb5d152;if(!this['show'])return;if(_0x35d2e3['mode']!==Cesium$6['SceneMode']['SCENE3D'])return;!Cesium$6['defined'](this[_0x12829b(0xd0)])&&(this['commandToExecute']=this['createCommand'](_0x35d2e3['context'])),Cesium$6['defined'](this['preExecute'])&&this['preExecute'](),Cesium$6[_0x12829b(0x128)](this['clearCommand'])&&_0x35d2e3['commandList']['push'](this[_0x12829b(0xfc)]),_0x35d2e3[_0x12829b(0x174)]['push'](this[_0x12829b(0xd0)]);}['isDestroyed'](){return![];}[_0xb5d152(0x198)](){const _0x1fc5c0=_0xb5d152;if(this[_0x1fc5c0(0xfc)]){var _0xc6b33,_0x5cfe9f;(_0xc6b33=this['clearCommand'])!==null&&_0xc6b33!==void 0x0&&_0xc6b33['vertexArray']&&this['clearCommand']['vertexArray']['destroy'](),(_0x5cfe9f=this[_0x1fc5c0(0xfc)])!==null&&_0x5cfe9f!==void 0x0&&_0x5cfe9f[_0x1fc5c0(0x18e)]&&this['clearCommand']['shaderProgram']['destroy'](),delete this['clearCommand'];}return this['commandToExecute']&&(this['commandToExecute']['vertexArray']&&this['commandToExecute']['vertexArray'][_0x1fc5c0(0x198)](),this['commandToExecute'][_0x1fc5c0(0x18e)]&&this[_0x1fc5c0(0xd0)]['shaderProgram'][_0x1fc5c0(0x198)](),delete this['commandToExecute']),Cesium$6['destroyObject'](this);}}const Cesium$5=mars3d__namespace['Cesium'],Util=(function(){const _0x187521=function(){const _0x336f28=_0x2934,_0x49c865=new Cesium$5[(_0x336f28(0xfa))]({'attributes':new Cesium$5['GeometryAttributes']({'position':new Cesium$5['GeometryAttribute']({'componentDatatype':Cesium$5[_0x336f28(0xf6)]['FLOAT'],'componentsPerAttribute':0x3,'values':new Float32Array([-0x1,-0x1,0x0,0x1,-0x1,0x0,0x1,0x1,0x0,-0x1,0x1,0x0])}),'st':new Cesium$5[(_0x336f28(0xcc))]({'componentDatatype':Cesium$5[_0x336f28(0xf6)][_0x336f28(0xe5)],'componentsPerAttribute':0x2,'values':new Float32Array([0x0,0x0,0x1,0x0,0x1,0x1,0x0,0x1])})}),'indices':new Uint32Array([0x3,0x2,0x0,0x0,0x2,0x1])});return _0x49c865;},_0x19e6d2=function(_0x2bc24b,_0x2a46e2){const _0x39feb7=_0x2934;if(Cesium$5['defined'](_0x2a46e2)){const _0xa0ea8b={};_0xa0ea8b['arrayBufferView']=_0x2a46e2,_0x2bc24b[_0x39feb7(0x131)]=_0xa0ea8b;}const _0x46b781=new Cesium$5['Texture'](_0x2bc24b);return _0x46b781;},_0x5aec0f=function(_0x47c125,_0x579d6e,_0x175fff){const _0x153ba7=new Cesium$5['Framebuffer']({'context':_0x47c125,'colorTextures':[_0x579d6e],'depthTexture':_0x175fff});return _0x153ba7;},_0x35288c=function(_0xd555ff){const _0x95ec0=_0x2934,_0xe835ba=!![],_0x5d0a63=![],_0x449b9b={'viewport':_0xd555ff['viewport'],'depthTest':_0xd555ff['depthTest'],'depthMask':_0xd555ff[_0x95ec0(0x147)],'blending':_0xd555ff['blending']},_0x1775c1=Cesium$5['Appearance']['getDefaultRenderState'](_0xe835ba,_0x5d0a63,_0x449b9b);return _0x1775c1;},_0x2cd66c=function(_0x3f4ada){const _0x2fda82=_0x2934,_0x1bfbff={},_0x4d65f1=Cesium$5['Math'][_0x2fda82(0xf2)](_0x3f4ada['west'],Cesium$5['Math'][_0x2fda82(0xd6)]),_0x4b353e=Cesium$5['Math']['mod'](_0x3f4ada['east'],Cesium$5['Math']['TWO_PI']),_0x52bebd=_0x3f4ada['width'];let _0x50d5a5,_0x424701;_0x52bebd>Cesium$5['Math']['THREE_PI_OVER_TWO']?(_0x50d5a5=0x0,_0x424701=Cesium$5['Math']['TWO_PI']):_0x4b353e-_0x4d65f1<_0x52bebd?(_0x50d5a5=_0x4d65f1,_0x424701=_0x4d65f1+_0x52bebd):(_0x50d5a5=_0x4d65f1,_0x424701=_0x4b353e);_0x1bfbff['lon']={'min':Cesium$5['Math']['toDegrees'](_0x50d5a5),'max':Cesium$5['Math']['toDegrees'](_0x424701)};const _0x5883e3=_0x3f4ada['south'],_0x10590d=_0x3f4ada[_0x2fda82(0x113)],_0x48f20f=_0x3f4ada['height'],_0x3c1950=_0x48f20f>Cesium$5['Math']['PI']/0xc?_0x48f20f/0x2:0x0;let _0x5067ce=Cesium$5['Math']['clampToLatitudeRange'](_0x5883e3-_0x3c1950),_0x1f11bb=Cesium$5['Math']['clampToLatitudeRange'](_0x10590d+_0x3c1950);return _0x5067ce<-Cesium$5['Math'][_0x2fda82(0x127)]&&(_0x5067ce=-Cesium$5['Math']['PI_OVER_TWO']),_0x1f11bb>Cesium$5['Math'][_0x2fda82(0x127)]&&(_0x1f11bb=Cesium$5[_0x2fda82(0x14d)]['PI_OVER_TWO']),_0x1bfbff[_0x2fda82(0xe9)]={'min':Cesium$5['Math']['toDegrees'](_0x5067ce),'max':Cesium$5['Math']['toDegrees'](_0x1f11bb)},_0x1bfbff;};return{'getFullscreenQuad':_0x187521,'createTexture':_0x19e6d2,'createFramebuffer':_0x5aec0f,'createRawRenderState':_0x35288c,'viewRectangleToLonLatRange':_0x2cd66c};}());var segmentDraw_vert=_0xb5d152(0x102),segmentDraw_frag='uniform\x20sampler2D\x20colorTable;\x0a\x0ain\x20float\x20speedNormalization;\x0a\x0avoid\x20main()\x20{\x0a\x20\x20\x20\x20out_FragColor\x20=\x20texture(colorTable,\x20vec2(speedNormalization,\x200.0));\x0a}\x0a',fullscreen_vert='in\x20vec3\x20position;\x0ain\x20vec2\x20st;\x0a\x0aout\x20vec2\x20textureCoordinate;\x0a\x0avoid\x20main()\x20{\x0a\x20\x20\x20\x20textureCoordinate\x20=\x20st;\x0a\x20\x20\x20\x20gl_Position\x20=\x20vec4(position,\x201.0);\x0a}\x0a',trailDraw_frag='uniform\x20sampler2D\x20segmentsColorTexture;\x0auniform\x20sampler2D\x20segmentsDepthTexture;\x0a\x0auniform\x20sampler2D\x20currentTrailsColor;\x0auniform\x20sampler2D\x20trailsDepthTexture;\x0a\x0auniform\x20float\x20fadeOpacity;\x0a\x0ain\x20vec2\x20textureCoordinate;\x0a\x0avoid\x20main()\x20{\x0a\x20\x20\x20\x20vec4\x20pointsColor\x20=\x20texture(segmentsColorTexture,\x20textureCoordinate);\x0a\x20\x20\x20\x20vec4\x20trailsColor\x20=\x20texture(currentTrailsColor,\x20textureCoordinate);\x0a\x0a\x20\x20\x20\x20trailsColor\x20=\x20floor(fadeOpacity\x20*\x20255.0\x20*\x20trailsColor)\x20/\x20255.0;\x20//\x20make\x20sure\x20the\x20trailsColor\x20will\x20be\x20strictly\x20decreased\x0a\x0a\x20\x20\x20\x20float\x20pointsDepth\x20=\x20texture(segmentsDepthTexture,\x20textureCoordinate).r;\x0a\x20\x20\x20\x20float\x20trailsDepth\x20=\x20texture(trailsDepthTexture,\x20textureCoordinate).r;\x0a\x20\x20\x20\x20float\x20globeDepth\x20=\x20czm_unpackDepth(texture(czm_globeDepthTexture,\x20textureCoordinate));\x0a\x0a\x20\x20\x20\x20out_FragColor\x20=\x20vec4(0.0);\x0a\x20\x20\x20\x20if\x20(pointsDepth\x20<\x20globeDepth)\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20out_FragColor\x20=\x20out_FragColor\x20+\x20pointsColor;\x0a\x20\x20\x20\x20}\x0a\x20\x20\x20\x20if\x20(trailsDepth\x20<\x20globeDepth)\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20out_FragColor\x20=\x20out_FragColor\x20+\x20trailsColor;\x0a\x20\x20\x20\x20}\x0a\x20\x20\x20\x20gl_FragDepth\x20=\x20min(pointsDepth,\x20trailsDepth);\x0a}\x0a',screenDraw_frag=_0xb5d152(0x130);const Cesium$4=mars3d__namespace['Cesium'];class ParticlesRendering{constructor(_0x420b8b,_0xd68660,_0x3e40cf,_0x1ab9fe,_0x138980){const _0x3ca4ac=_0xb5d152;this['createRenderingTextures'](_0x420b8b,_0xd68660,_0x3e40cf[_0x3ca4ac(0xea)]),this[_0x3ca4ac(0x120)](_0x420b8b),this['createRenderingPrimitives'](_0x420b8b,_0x3e40cf,_0x1ab9fe,_0x138980);}[_0xb5d152(0x192)](_0x385b06,_0x324521,_0x5d5e68){const _0x3fe1fa=_0xb5d152,_0x3c5958={'context':_0x385b06,'width':_0x385b06[_0x3fe1fa(0x19e)],'height':_0x385b06['drawingBufferHeight'],'pixelFormat':Cesium$4['PixelFormat']['RGBA'],'pixelDatatype':Cesium$4['PixelDatatype']['UNSIGNED_BYTE']},_0x51a07c={'context':_0x385b06,'width':_0x385b06[_0x3fe1fa(0x19e)],'height':_0x385b06['drawingBufferHeight'],'pixelFormat':Cesium$4['PixelFormat']['DEPTH_COMPONENT'],'pixelDatatype':Cesium$4['PixelDatatype']['UNSIGNED_INT']},_0x2960a8=_0x5d5e68['length'],_0x35be4e=new Float32Array(_0x2960a8*0x3);for(let _0xfc94b=0x0;_0xfc94b<_0x2960a8;_0xfc94b++){const _0x4da807=Cesium$4['Color'][_0x3fe1fa(0x136)](_0x5d5e68[_0xfc94b]);_0x35be4e[0x3*_0xfc94b]=_0x4da807['red'],_0x35be4e[0x3*_0xfc94b+0x1]=_0x4da807[_0x3fe1fa(0xfd)],_0x35be4e[0x3*_0xfc94b+0x2]=_0x4da807['blue'];}const _0x47977b={'context':_0x385b06,'width':_0x2960a8,'height':0x1,'pixelFormat':Cesium$4['PixelFormat']['RGB'],'pixelDatatype':Cesium$4['PixelDatatype']['FLOAT'],'sampler':new Cesium$4[(_0x3fe1fa(0x13a))]({'minificationFilter':Cesium$4['TextureMinificationFilter']['LINEAR'],'magnificationFilter':Cesium$4['TextureMagnificationFilter']['LINEAR']})};this[_0x3fe1fa(0x194)]={'segmentsColor':Util[_0x3fe1fa(0x10d)](_0x3c5958),'segmentsDepth':Util['createTexture'](_0x51a07c),'currentTrailsColor':Util['createTexture'](_0x3c5958),'currentTrailsDepth':Util['createTexture'](_0x51a07c),'nextTrailsColor':Util[_0x3fe1fa(0x10d)](_0x3c5958),'nextTrailsDepth':Util[_0x3fe1fa(0x10d)](_0x51a07c),'colorTable':Util[_0x3fe1fa(0x10d)](_0x47977b,_0x35be4e)};}['createRenderingFramebuffers'](_0x162c09){const _0x5d93b8=_0xb5d152;this[_0x5d93b8(0x11c)]={'segments':Util['createFramebuffer'](_0x162c09,this['textures'][_0x5d93b8(0xe4)],this['textures'][_0x5d93b8(0xf7)]),'currentTrails':Util['createFramebuffer'](_0x162c09,this['textures']['currentTrailsColor'],this[_0x5d93b8(0x194)]['currentTrailsDepth']),'nextTrails':Util['createFramebuffer'](_0x162c09,this['textures'][_0x5d93b8(0x15e)],this['textures']['nextTrailsDepth'])};}[_0xb5d152(0x109)](_0x308de0){const _0x14087d=_0xb5d152,_0xf2b95f=0x4;let _0x59b8df=[];for(let _0x48db48=0x0;_0x48db48<_0x308de0[_0x14087d(0x19c)];_0x48db48++){for(let _0x4f632c=0x0;_0x4f632c<_0x308de0['particlesTextureSize'];_0x4f632c++){for(let _0x161b59=0x0;_0x161b59<_0xf2b95f;_0x161b59++){_0x59b8df[_0x14087d(0x166)](_0x48db48/_0x308de0['particlesTextureSize']),_0x59b8df[_0x14087d(0x166)](_0x4f632c/_0x308de0['particlesTextureSize']);}}}_0x59b8df=new Float32Array(_0x59b8df);let _0x3b53cb=[];const _0x336091=[-0x1,0x1],_0x328fc4=[-0x1,0x1];for(let _0x53a589=0x0;_0x53a589<_0x308de0['maxParticles'];_0x53a589++){for(let _0x259188=0x0;_0x259188<_0xf2b95f/0x2;_0x259188++){for(let _0x4e9f15=0x0;_0x4e9f15<_0xf2b95f/0x2;_0x4e9f15++){_0x3b53cb[_0x14087d(0x166)](_0x336091[_0x259188]),_0x3b53cb['push'](_0x328fc4[_0x4e9f15]),_0x3b53cb[_0x14087d(0x166)](0x0);}}}_0x3b53cb=new Float32Array(_0x3b53cb);const _0x3be7c8=0x6*_0x308de0['maxParticles'],_0x25acea=new Uint32Array(_0x3be7c8);for(let _0x3b479d=0x0,_0x4b1ff7=0x0,_0x477459=0x0;_0x3b479d<_0x308de0['maxParticles'];_0x3b479d++){_0x25acea[_0x4b1ff7++]=_0x477459+0x0,_0x25acea[_0x4b1ff7++]=_0x477459+0x1,_0x25acea[_0x4b1ff7++]=_0x477459+0x2,_0x25acea[_0x4b1ff7++]=_0x477459+0x2,_0x25acea[_0x4b1ff7++]=_0x477459+0x1,_0x25acea[_0x4b1ff7++]=_0x477459+0x3,_0x477459+=0x4;}const _0x305a75=new Cesium$4['Geometry']({'attributes':new Cesium$4['GeometryAttributes']({'st':new Cesium$4['GeometryAttribute']({'componentDatatype':Cesium$4['ComponentDatatype'][_0x14087d(0xe5)],'componentsPerAttribute':0x2,'values':_0x59b8df}),'normal':new Cesium$4['GeometryAttribute']({'componentDatatype':Cesium$4[_0x14087d(0xf6)]['FLOAT'],'componentsPerAttribute':0x3,'values':_0x3b53cb})}),'indices':_0x25acea});return _0x305a75;}['createRenderingPrimitives'](_0x136023,_0x9885a4,_0x4c2a77,_0x24e4e2){const _0x59e7f7=_0xb5d152,_0x5ba014=this;this['primitives']={'segments':new CustomPrimitive({'commandType':_0x59e7f7(0xff),'attributeLocations':{'st':0x0,'normal':0x1},'geometry':this['createSegmentsGeometry'](_0x9885a4),'primitiveType':Cesium$4['PrimitiveType']['TRIANGLES'],'uniformMap':{'currentParticlesPosition':function(){return _0x24e4e2['particlesTextures']['currentParticlesPosition'];},'postProcessingPosition':function(){return _0x24e4e2['particlesTextures']['postProcessingPosition'];},'postProcessingSpeed':function(){return _0x24e4e2['particlesTextures']['postProcessingSpeed'];},'colorTable':function(){return _0x5ba014['textures']['colorTable'];},'aspect':function(){const _0x11466a=_0x59e7f7;return _0x136023[_0x11466a(0x19e)]/_0x136023['drawingBufferHeight'];},'pixelSize':function(){return _0x4c2a77['pixelSize'];},'lineWidth':function(){const _0xcb76b2=_0x59e7f7;return _0x9885a4[_0xcb76b2(0x126)];},'particleHeight':function(){const _0x154a86=_0x59e7f7;return _0x9885a4[_0x154a86(0x160)];}},'vertexShaderSource':new Cesium$4['ShaderSource']({'sources':[segmentDraw_vert]}),'fragmentShaderSource':new Cesium$4[(_0x59e7f7(0x15b))]({'sources':[segmentDraw_frag]}),'rawRenderState':Util['createRawRenderState']({'viewport':undefined,'depthTest':{'enabled':!![]},'depthMask':!![]}),'framebuffer':this['framebuffers']['segments'],'autoClear':!![]}),'trails':new CustomPrimitive({'commandType':_0x59e7f7(0xff),'attributeLocations':{'position':0x0,'st':0x1},'geometry':Util['getFullscreenQuad'](),'primitiveType':Cesium$4['PrimitiveType']['TRIANGLES'],'uniformMap':{'segmentsColorTexture':function(){const _0x4179c2=_0x59e7f7;return _0x5ba014['textures'][_0x4179c2(0xe4)];},'segmentsDepthTexture':function(){return _0x5ba014['textures']['segmentsDepth'];},'currentTrailsColor':function(){return _0x5ba014['framebuffers']['currentTrails']['getColorTexture'](0x0);},'trailsDepthTexture':function(){return _0x5ba014['framebuffers']['currentTrails']['depthTexture'];},'fadeOpacity':function(){return _0x9885a4['fadeOpacity'];}},'vertexShaderSource':new Cesium$4['ShaderSource']({'defines':[_0x59e7f7(0x119)],'sources':[fullscreen_vert]}),'fragmentShaderSource':new Cesium$4[(_0x59e7f7(0x15b))]({'defines':[_0x59e7f7(0x18c)],'sources':[trailDraw_frag]}),'rawRenderState':Util[_0x59e7f7(0x1a1)]({'viewport':undefined,'depthTest':{'enabled':!![],'func':Cesium$4['DepthFunction']['ALWAYS']},'depthMask':!![]}),'framebuffer':this['framebuffers']['nextTrails'],'autoClear':!![],'preExecute':function(){const _0x19f9a4=_0x59e7f7,_0x4f0cd8=_0x5ba014['framebuffers']['currentTrails'];_0x5ba014['framebuffers'][_0x19f9a4(0x188)]=_0x5ba014['framebuffers']['nextTrails'],_0x5ba014['framebuffers']['nextTrails']=_0x4f0cd8,_0x5ba014[_0x19f9a4(0x117)][_0x19f9a4(0x14b)][_0x19f9a4(0xd0)][_0x19f9a4(0x17b)]=_0x5ba014[_0x19f9a4(0x11c)]['nextTrails'],_0x5ba014[_0x19f9a4(0x117)]['trails']['clearCommand'][_0x19f9a4(0x17b)]=_0x5ba014[_0x19f9a4(0x11c)]['nextTrails'];}}),'screen':new CustomPrimitive({'commandType':_0x59e7f7(0xff),'attributeLocations':{'position':0x0,'st':0x1},'geometry':Util['getFullscreenQuad'](),'primitiveType':Cesium$4['PrimitiveType'][_0x59e7f7(0x190)],'uniformMap':{'trailsColorTexture':function(){return _0x5ba014['framebuffers']['nextTrails']['getColorTexture'](0x0);},'trailsDepthTexture':function(){const _0x148cf1=_0x59e7f7;return _0x5ba014[_0x148cf1(0x11c)]['nextTrails']['depthTexture'];}},'vertexShaderSource':new Cesium$4['ShaderSource']({'defines':['DISABLE_GL_POSITION_LOG_DEPTH'],'sources':[fullscreen_vert]}),'fragmentShaderSource':new Cesium$4['ShaderSource']({'defines':['DISABLE_LOG_DEPTH_FRAGMENT_WRITE'],'sources':[screenDraw_frag]}),'rawRenderState':Util['createRawRenderState']({'viewport':undefined,'depthTest':{'enabled':![]},'depthMask':!![],'blending':{'enabled':!![]}}),'framebuffer':undefined})};}}var getWind_frag='//\x20the\x20size\x20of\x20UV\x20textures:\x20width\x20=\x20lon,\x20height\x20=\x20lat*lev\x0auniform\x20sampler2D\x20U;\x20//\x20eastward\x20wind\x0auniform\x20sampler2D\x20V;\x20//\x20northward\x20wind\x0a\x0auniform\x20sampler2D\x20currentParticlesPosition;\x20//\x20(lon,\x20lat,\x20lev)\x0a\x0auniform\x20vec3\x20dimension;\x20//\x20(lon,\x20lat,\x20lev)\x0auniform\x20vec3\x20minimum;\x20//\x20minimum\x20of\x20each\x20dimension\x0auniform\x20vec3\x20maximum;\x20//\x20maximum\x20of\x20each\x20dimension\x0auniform\x20vec3\x20interval;\x20//\x20interval\x20of\x20each\x20dimension\x0a\x0ain\x20vec2\x20v_textureCoordinates;\x0a\x0avec2\x20mapPositionToNormalizedIndex2D(vec3\x20lonLatLev)\x20{\x0a\x20\x20\x20\x20//\x20ensure\x20the\x20range\x20of\x20longitude\x20and\x20latitude\x0a\x20\x20\x20\x20lonLatLev.x\x20=\x20mod(lonLatLev.x,\x20360.0);\x0a\x20\x20\x20\x20lonLatLev.y\x20=\x20clamp(lonLatLev.y,\x20-90.0,\x2090.0);\x0a\x0a\x20\x20\x20\x20vec3\x20index3D\x20=\x20vec3(0.0);\x0a\x20\x20\x20\x20index3D.x\x20=\x20(lonLatLev.x\x20-\x20minimum.x)\x20/\x20interval.x;\x0a\x20\x20\x20\x20index3D.y\x20=\x20(lonLatLev.y\x20-\x20minimum.y)\x20/\x20interval.y;\x0a\x20\x20\x20\x20index3D.z\x20=\x20(lonLatLev.z\x20-\x20minimum.z)\x20/\x20interval.z;\x0a\x0a\x20\x20\x20\x20//\x20the\x20st\x20texture\x20coordinate\x20corresponding\x20to\x20(col,\x20row)\x20index\x0a\x20\x20\x20\x20//\x20example\x0a\x20\x20\x20\x20//\x20data\x20array\x20is\x20[0,\x201,\x202,\x203,\x204,\x205],\x20width\x20=\x203,\x20height\x20=\x202\x0a\x20\x20\x20\x20//\x20the\x20content\x20of\x20texture\x20will\x20be\x0a\x20\x20\x20\x20//\x20t\x201.0\x0a\x20\x20\x20\x20//\x20\x20\x20\x20|\x20\x203\x204\x205\x0a\x20\x20\x20\x20//\x20\x20\x20\x20|\x0a\x20\x20\x20\x20//\x20\x20\x20\x20|\x20\x200\x201\x202\x0a\x20\x20\x20\x20//\x20\x20\x200.0------1.0\x20s\x0a\x0a\x20\x20\x20\x20vec2\x20index2D\x20=\x20vec2(index3D.x,\x20index3D.z\x20*\x20dimension.y\x20+\x20index3D.y);\x0a\x20\x20\x20\x20vec2\x20normalizedIndex2D\x20=\x20vec2(index2D.x\x20/\x20dimension.x,\x20index2D.y\x20/\x20(dimension.y\x20*\x20dimension.z));\x0a\x20\x20\x20\x20return\x20normalizedIndex2D;\x0a}\x0a\x0afloat\x20getWind(sampler2D\x20windTexture,\x20vec3\x20lonLatLev)\x20{\x0a\x20\x20\x20\x20vec2\x20normalizedIndex2D\x20=\x20mapPositionToNormalizedIndex2D(lonLatLev);\x0a\x20\x20\x20\x20float\x20result\x20=\x20texture(windTexture,\x20normalizedIndex2D).r;\x0a\x20\x20\x20\x20return\x20result;\x0a}\x0a\x0aconst\x20mat4\x20kernelMatrix\x20=\x20mat4(\x0a\x20\x20\x20\x200.0,\x20-1.0,\x202.0,\x20-1.0,\x20//\x20first\x20column\x0a\x20\x20\x20\x202.0,\x200.0,\x20-5.0,\x203.0,\x20//\x20second\x20column\x0a\x20\x20\x20\x200.0,\x201.0,\x204.0,\x20-3.0,\x20//\x20third\x20column\x0a\x20\x20\x20\x200.0,\x200.0,\x20-1.0,\x201.0\x20//\x20fourth\x20column\x0a);\x0afloat\x20oneDimensionInterpolation(float\x20t,\x20float\x20p0,\x20float\x20p1,\x20float\x20p2,\x20float\x20p3)\x20{\x0a\x20\x20\x20\x20vec4\x20tVec4\x20=\x20vec4(1.0,\x20t,\x20t\x20*\x20t,\x20t\x20*\x20t\x20*\x20t);\x0a\x20\x20\x20\x20tVec4\x20=\x20tVec4\x20/\x202.0;\x0a\x20\x20\x20\x20vec4\x20pVec4\x20=\x20vec4(p0,\x20p1,\x20p2,\x20p3);\x0a\x20\x20\x20\x20return\x20dot((tVec4\x20*\x20kernelMatrix),\x20pVec4);\x0a}\x0a\x0afloat\x20calculateB(sampler2D\x20windTexture,\x20float\x20t,\x20float\x20lon,\x20float\x20lat,\x20float\x20lev)\x20{\x0a\x20\x20\x20\x20float\x20lon0\x20=\x20floor(lon)\x20-\x201.0\x20*\x20interval.x;\x0a\x20\x20\x20\x20float\x20lon1\x20=\x20floor(lon);\x0a\x20\x20\x20\x20float\x20lon2\x20=\x20floor(lon)\x20+\x201.0\x20*\x20interval.x;\x0a\x20\x20\x20\x20float\x20lon3\x20=\x20floor(lon)\x20+\x202.0\x20*\x20interval.x;\x0a\x0a\x20\x20\x20\x20float\x20p0\x20=\x20getWind(windTexture,\x20vec3(lon0,\x20lat,\x20lev));\x0a\x20\x20\x20\x20float\x20p1\x20=\x20getWind(windTexture,\x20vec3(lon1,\x20lat,\x20lev));\x0a\x20\x20\x20\x20float\x20p2\x20=\x20getWind(windTexture,\x20vec3(lon2,\x20lat,\x20lev));\x0a\x20\x20\x20\x20float\x20p3\x20=\x20getWind(windTexture,\x20vec3(lon3,\x20lat,\x20lev));\x0a\x0a\x20\x20\x20\x20return\x20oneDimensionInterpolation(t,\x20p0,\x20p1,\x20p2,\x20p3);\x0a}\x0a\x0afloat\x20interpolateOneTexture(sampler2D\x20windTexture,\x20vec3\x20lonLatLev)\x20{\x0a\x20\x20\x20\x20float\x20lon\x20=\x20lonLatLev.x;\x0a\x20\x20\x20\x20float\x20lat\x20=\x20lonLatLev.y;\x0a\x20\x20\x20\x20float\x20lev\x20=\x20lonLatLev.z;\x0a\x0a\x20\x20\x20\x20float\x20lat0\x20=\x20floor(lat)\x20-\x201.0\x20*\x20interval.y;\x0a\x20\x20\x20\x20float\x20lat1\x20=\x20floor(lat);\x0a\x20\x20\x20\x20float\x20lat2\x20=\x20floor(lat)\x20+\x201.0\x20*\x20interval.y;\x0a\x20\x20\x20\x20float\x20lat3\x20=\x20floor(lat)\x20+\x202.0\x20*\x20interval.y;\x0a\x0a\x20\x20\x20\x20vec2\x20coefficient\x20=\x20lonLatLev.xy\x20-\x20floor(lonLatLev.xy);\x0a\x20\x20\x20\x20float\x20b0\x20=\x20calculateB(windTexture,\x20coefficient.x,\x20lon,\x20lat0,\x20lev);\x0a\x20\x20\x20\x20float\x20b1\x20=\x20calculateB(windTexture,\x20coefficient.x,\x20lon,\x20lat1,\x20lev);\x0a\x20\x20\x20\x20float\x20b2\x20=\x20calculateB(windTexture,\x20coefficient.x,\x20lon,\x20lat2,\x20lev);\x0a\x20\x20\x20\x20float\x20b3\x20=\x20calculateB(windTexture,\x20coefficient.x,\x20lon,\x20lat3,\x20lev);\x0a\x0a\x20\x20\x20\x20return\x20oneDimensionInterpolation(coefficient.y,\x20b0,\x20b1,\x20b2,\x20b3);\x0a}\x0a\x0avec3\x20bicubic(vec3\x20lonLatLev)\x20{\x0a\x20\x20\x20\x20//\x20https://en.wikipedia.org/wiki/Bicubic_interpolation#Bicubic_convolution_algorithm\x0a\x20\x20\x20\x20float\x20u\x20=\x20interpolateOneTexture(U,\x20lonLatLev);\x0a\x20\x20\x20\x20float\x20v\x20=\x20interpolateOneTexture(V,\x20lonLatLev);\x0a\x20\x20\x20\x20float\x20w\x20=\x200.0;\x0a\x20\x20\x20\x20return\x20vec3(u,\x20v,\x20w);\x0a}\x0a\x0avoid\x20main()\x20{\x0a\x20\x20\x20\x20//\x20texture\x20coordinate\x20must\x20be\x20normalized\x0a\x20\x20\x20\x20vec3\x20lonLatLev\x20=\x20texture(currentParticlesPosition,\x20v_textureCoordinates).rgb;\x0a\x20\x20\x20\x20vec3\x20windVector\x20=\x20bicubic(lonLatLev);\x0a\x20\x20\x20\x20out_FragColor\x20=\x20vec4(windVector,\x200.0);\x0a}\x0a',updateSpeed_frag='uniform\x20sampler2D\x20currentParticlesSpeed;\x20//\x20(u,\x20v,\x20w,\x20normalization)\x0auniform\x20sampler2D\x20particlesWind;\x0a\x0a//\x20used\x20to\x20calculate\x20the\x20wind\x20norm\x0auniform\x20vec2\x20uSpeedRange;\x20//\x20(min,\x20max);\x0auniform\x20vec2\x20vSpeedRange;\x0auniform\x20float\x20pixelSize;\x0auniform\x20float\x20speedFactor;\x0a\x0ain\x20vec2\x20v_textureCoordinates;\x0a\x0afloat\x20calculateWindNorm(vec3\x20speed)\x20{\x0a\x20\x20\x20\x20vec3\x20percent\x20=\x20vec3(0.0);\x0a\x20\x20\x20\x20percent.x\x20=\x20(speed.x\x20-\x20uSpeedRange.x)\x20/\x20(uSpeedRange.y\x20-\x20uSpeedRange.x);\x0a\x20\x20\x20\x20percent.y\x20=\x20(speed.y\x20-\x20vSpeedRange.x)\x20/\x20(vSpeedRange.y\x20-\x20vSpeedRange.x);\x0a\x20\x20\x20\x20float\x20normalization\x20=\x20length(percent);\x0a\x0a\x20\x20\x20\x20return\x20normalization;\x0a}\x0a\x0avoid\x20main()\x20{\x0a\x20\x20\x20\x20//\x20texture\x20coordinate\x20must\x20be\x20normalized\x0a\x20\x20\x20\x20//\x20vec3\x20currentSpeed\x20=\x20texture(currentParticlesSpeed,\x20v_textureCoordinates).rgb;\x0a\x20\x20\x20\x20vec3\x20windVector\x20=\x20texture(particlesWind,\x20v_textureCoordinates).rgb;\x0a\x0a\x20\x20\x20\x20vec4\x20nextSpeed\x20=\x20vec4(speedFactor\x20*\x20pixelSize\x20*\x20windVector,\x20calculateWindNorm(windVector));\x0a\x20\x20\x20\x20out_FragColor\x20=\x20nextSpeed;\x0a}\x0a',updatePosition_frag=_0xb5d152(0x195),postProcessingPosition_frag=_0xb5d152(0x103),postProcessingSpeed_frag='uniform\x20sampler2D\x20postProcessingPosition;\x0auniform\x20sampler2D\x20nextParticlesSpeed;\x0a\x0ain\x20vec2\x20v_textureCoordinates;\x0a\x0avoid\x20main()\x20{\x0a\x20\x20\x20\x20vec4\x20randomParticle\x20=\x20texture(postProcessingPosition,\x20v_textureCoordinates);\x0a\x20\x20\x20\x20vec4\x20particleSpeed\x20=\x20texture(nextParticlesSpeed,\x20v_textureCoordinates);\x0a\x0a\x20\x20\x20\x20if\x20(randomParticle.a\x20>\x200.0)\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20out_FragColor\x20=\x20vec4(0.0);\x0a\x20\x20\x20\x20}\x20else\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20out_FragColor\x20=\x20particleSpeed;\x0a\x20\x20\x20\x20}\x0a}\x0a';const Cesium$3=mars3d__namespace[_0xb5d152(0x143)];class ParticlesComputing{constructor(_0x413402,_0x5ce4ae,_0x3ca51c,_0x2cb3d5){this['data']=_0x5ce4ae,this['createWindTextures'](_0x413402,_0x5ce4ae),this['createParticlesTextures'](_0x413402,_0x3ca51c,_0x2cb3d5),this['createComputingPrimitives'](_0x5ce4ae,_0x3ca51c,_0x2cb3d5);}['createWindTextures'](_0x3b23eb,_0x38fc0c){const _0x156cbc=_0xb5d152,_0x1aee88={'context':_0x3b23eb,'width':_0x38fc0c['dimensions']['lon'],'height':_0x38fc0c['dimensions']['lat']*(_0x38fc0c['dimensions']['lev']||0x1),'pixelFormat':Cesium$3[_0x156cbc(0xcf)]['LUMINANCE'],'pixelDatatype':Cesium$3['PixelDatatype']['FLOAT'],'flipY':![],'sampler':new Cesium$3['Sampler']({'minificationFilter':Cesium$3['TextureMinificationFilter'][_0x156cbc(0x163)],'magnificationFilter':Cesium$3[_0x156cbc(0x14a)]['NEAREST']})};this['windTextures']={'U':Util['createTexture'](_0x1aee88,_0x38fc0c['U'][_0x156cbc(0x165)]),'V':Util['createTexture'](_0x1aee88,_0x38fc0c['V']['array'])};}[_0xb5d152(0x158)](_0x4a9bf9,_0x428680,_0x5cd23d){const _0x1f818e=_0xb5d152,_0x404758={'context':_0x4a9bf9,'width':_0x428680['particlesTextureSize'],'height':_0x428680['particlesTextureSize'],'pixelFormat':Cesium$3['PixelFormat']['RGBA'],'pixelDatatype':Cesium$3[_0x1f818e(0x139)]['FLOAT'],'flipY':![],'sampler':new Cesium$3['Sampler']({'minificationFilter':Cesium$3['TextureMinificationFilter']['NEAREST'],'magnificationFilter':Cesium$3['TextureMagnificationFilter'][_0x1f818e(0x163)]})},_0x3c51ed=this['randomizeParticles'](_0x428680[_0x1f818e(0x186)],_0x5cd23d),_0x3489ed=new Float32Array(0x4*_0x428680['maxParticles'])['fill'](0x0);this['particlesTextures']={'particlesWind':Util['createTexture'](_0x404758),'currentParticlesPosition':Util[_0x1f818e(0x10d)](_0x404758,_0x3c51ed),'nextParticlesPosition':Util['createTexture'](_0x404758,_0x3c51ed),'currentParticlesSpeed':Util[_0x1f818e(0x10d)](_0x404758,_0x3489ed),'nextParticlesSpeed':Util['createTexture'](_0x404758,_0x3489ed),'postProcessingPosition':Util['createTexture'](_0x404758,_0x3c51ed),'postProcessingSpeed':Util[_0x1f818e(0x10d)](_0x404758,_0x3489ed)};}['randomizeParticles'](_0x147829,_0x123c1d){const _0x5b8f4b=_0xb5d152,_0x35dbde=new Float32Array(0x4*_0x147829);for(let _0xe89fc6=0x0;_0xe89fc6<_0x147829;_0xe89fc6++){_0x35dbde[0x4*_0xe89fc6]=Cesium$3['Math']['randomBetween'](_0x123c1d['lonRange']['x'],_0x123c1d[_0x5b8f4b(0x11a)]['y']),_0x35dbde[0x4*_0xe89fc6+0x1]=Cesium$3['Math']['randomBetween'](_0x123c1d[_0x5b8f4b(0x17d)]['x'],_0x123c1d['latRange']['y']),_0x35dbde[0x4*_0xe89fc6+0x2]=Cesium$3['Math']['randomBetween'](this['data']['lev']['min'],this[_0x5b8f4b(0x167)]['lev']['max']),_0x35dbde[0x4*_0xe89fc6+0x3]=0x0;}return _0x35dbde;}['destroyParticlesTextures'](){const _0x56e54a=_0xb5d152;Object['keys'](this['particlesTextures'])[_0x56e54a(0x146)](_0x131c49=>{const _0x5dc435=_0x56e54a;this[_0x5dc435(0x1a0)][_0x131c49][_0x5dc435(0x198)]();});}['createComputingPrimitives'](_0x29c6e2,_0x41a3a0,_0x3c5144){const _0x1a499a=_0xb5d152,_0x3dee8a=new Cesium$3[(_0x1a499a(0xf5))](_0x29c6e2[_0x1a499a(0x154)]['lon'],_0x29c6e2['dimensions']['lat'],_0x29c6e2[_0x1a499a(0x154)]['lev']),_0xc41a65=new Cesium$3['Cartesian3'](_0x29c6e2['lon']['min'],_0x29c6e2['lat'][_0x1a499a(0x162)],_0x29c6e2['lev'][_0x1a499a(0x162)]),_0xa084d5=new Cesium$3[(_0x1a499a(0xf5))](_0x29c6e2[_0x1a499a(0x134)]['max'],_0x29c6e2[_0x1a499a(0xe9)][_0x1a499a(0x15a)],_0x29c6e2['lev']['max']),_0x24f803=new Cesium$3['Cartesian3']((_0xa084d5['x']-_0xc41a65['x'])/(_0x3dee8a['x']-0x1),(_0xa084d5['y']-_0xc41a65['y'])/(_0x3dee8a['y']-0x1),_0x3dee8a['z']>0x1?(_0xa084d5['z']-_0xc41a65['z'])/(_0x3dee8a['z']-0x1):0x1),_0x2d1b18=new Cesium$3[(_0x1a499a(0x12b))](_0x29c6e2['U']['min'],_0x29c6e2['U']['max']),_0x439d31=new Cesium$3['Cartesian2'](_0x29c6e2['V']['min'],_0x29c6e2['V'][_0x1a499a(0x15a)]),_0x191e10=this;this[_0x1a499a(0x117)]={'getWind':new CustomPrimitive({'commandType':'Compute','uniformMap':{'U':function(){const _0x338a25=_0x1a499a;return _0x191e10[_0x338a25(0x13f)]['U'];},'V':function(){const _0x48fde8=_0x1a499a;return _0x191e10[_0x48fde8(0x13f)]['V'];},'currentParticlesPosition':function(){const _0x38f635=_0x1a499a;return _0x191e10[_0x38f635(0x1a0)]['currentParticlesPosition'];},'dimension':function(){return _0x3dee8a;},'minimum':function(){return _0xc41a65;},'maximum':function(){return _0xa084d5;},'interval':function(){return _0x24f803;}},'fragmentShaderSource':new Cesium$3['ShaderSource']({'sources':[getWind_frag]}),'outputTexture':this['particlesTextures']['particlesWind'],'preExecute':function(){const _0x1cee38=_0x1a499a;_0x191e10['primitives']['getWind']['commandToExecute'][_0x1cee38(0xd2)]=_0x191e10['particlesTextures']['particlesWind'];}}),'updateSpeed':new CustomPrimitive({'commandType':_0x1a499a(0x12e),'uniformMap':{'currentParticlesSpeed':function(){const _0x266772=_0x1a499a;return _0x191e10[_0x266772(0x1a0)][_0x266772(0x199)];},'particlesWind':function(){const _0x3e8e90=_0x1a499a;return _0x191e10[_0x3e8e90(0x1a0)]['particlesWind'];},'uSpeedRange':function(){return _0x2d1b18;},'vSpeedRange':function(){return _0x439d31;},'pixelSize':function(){const _0x2c2e31=_0x1a499a;return _0x3c5144[_0x2c2e31(0x177)];},'speedFactor':function(){return _0x41a3a0['speedFactor'];}},'fragmentShaderSource':new Cesium$3['ShaderSource']({'sources':[updateSpeed_frag]}),'outputTexture':this[_0x1a499a(0x1a0)]['nextParticlesSpeed'],'preExecute':function(){const _0x1dc8a2=_0x1a499a,_0x5943ed=_0x191e10['particlesTextures']['currentParticlesSpeed'];_0x191e10[_0x1dc8a2(0x1a0)][_0x1dc8a2(0x199)]=_0x191e10['particlesTextures']['postProcessingSpeed'],_0x191e10['particlesTextures'][_0x1dc8a2(0x118)]=_0x5943ed,_0x191e10['primitives'][_0x1dc8a2(0x18f)]['commandToExecute'][_0x1dc8a2(0xd2)]=_0x191e10['particlesTextures'][_0x1dc8a2(0x172)];}}),'updatePosition':new CustomPrimitive({'commandType':'Compute','uniformMap':{'currentParticlesPosition':function(){return _0x191e10['particlesTextures']['currentParticlesPosition'];},'currentParticlesSpeed':function(){return _0x191e10['particlesTextures']['currentParticlesSpeed'];}},'fragmentShaderSource':new Cesium$3['ShaderSource']({'sources':[updatePosition_frag]}),'outputTexture':this[_0x1a499a(0x1a0)]['nextParticlesPosition'],'preExecute':function(){const _0x146671=_0x1a499a,_0x1dffd1=_0x191e10['particlesTextures']['currentParticlesPosition'];_0x191e10[_0x146671(0x1a0)]['currentParticlesPosition']=_0x191e10['particlesTextures']['postProcessingPosition'],_0x191e10['particlesTextures']['postProcessingPosition']=_0x1dffd1,_0x191e10['primitives']['updatePosition']['commandToExecute']['outputTexture']=_0x191e10['particlesTextures']['nextParticlesPosition'];}}),'postProcessingPosition':new CustomPrimitive({'commandType':_0x1a499a(0x12e),'uniformMap':{'nextParticlesPosition':function(){return _0x191e10['particlesTextures']['nextParticlesPosition'];},'nextParticlesSpeed':function(){return _0x191e10['particlesTextures']['nextParticlesSpeed'];},'lonRange':function(){return _0x3c5144['lonRange'];},'latRange':function(){return _0x3c5144['latRange'];},'randomCoefficient':function(){const _0x46b0e2=Math['random']();return _0x46b0e2;},'dropRate':function(){return _0x41a3a0['dropRate'];},'dropRateBump':function(){return _0x41a3a0['dropRateBump'];}},'fragmentShaderSource':new Cesium$3['ShaderSource']({'sources':[postProcessingPosition_frag]}),'outputTexture':this['particlesTextures']['postProcessingPosition'],'preExecute':function(){const _0x3748d7=_0x1a499a;_0x191e10['primitives']['postProcessingPosition'][_0x3748d7(0xd0)]['outputTexture']=_0x191e10['particlesTextures']['postProcessingPosition'];}}),'postProcessingSpeed':new CustomPrimitive({'commandType':'Compute','uniformMap':{'postProcessingPosition':function(){return _0x191e10['particlesTextures']['postProcessingPosition'];},'nextParticlesSpeed':function(){return _0x191e10['particlesTextures']['nextParticlesSpeed'];}},'fragmentShaderSource':new Cesium$3[(_0x1a499a(0x15b))]({'sources':[postProcessingSpeed_frag]}),'outputTexture':this['particlesTextures']['postProcessingSpeed'],'preExecute':function(){const _0x4f91ba=_0x1a499a;_0x191e10['primitives']['postProcessingSpeed'][_0x4f91ba(0xd0)]['outputTexture']=_0x191e10[_0x4f91ba(0x1a0)][_0x4f91ba(0x118)];}})};}}const Cesium$2=mars3d__namespace['Cesium'];class ParticleSystem{constructor(_0xa81deb,_0x25dd8d,_0x190027,_0x1f8567){const _0x3386a6=_0xb5d152;this['context']=_0xa81deb,_0x25dd8d={..._0x25dd8d},_0x25dd8d['udata']&&_0x25dd8d['vdata']&&(_0x25dd8d['dimensions']={},_0x25dd8d['dimensions']['lon']=_0x25dd8d['cols'],_0x25dd8d['dimensions'][_0x3386a6(0xe9)]=_0x25dd8d['rows'],_0x25dd8d[_0x3386a6(0x154)]['lev']=_0x25dd8d[_0x3386a6(0x171)]||0x1,_0x25dd8d['lon']={},_0x25dd8d['lon']['min']=_0x25dd8d['xmin'],_0x25dd8d['lon']['max']=_0x25dd8d[_0x3386a6(0x170)],_0x25dd8d['lat']={},_0x25dd8d[_0x3386a6(0xe9)][_0x3386a6(0x162)]=_0x25dd8d[_0x3386a6(0x164)],_0x25dd8d['lat']['max']=_0x25dd8d['ymax'],_0x25dd8d['lev']={},_0x25dd8d['lev'][_0x3386a6(0x162)]=_0x25dd8d['levmin']??0x1,_0x25dd8d['lev']['max']=_0x25dd8d[_0x3386a6(0x153)]??0x1,_0x25dd8d['U']={},_0x25dd8d['U']['array']=new Float32Array(_0x25dd8d['udata']),_0x25dd8d['U'][_0x3386a6(0x162)]=_0x25dd8d['umin']??Math[_0x3386a6(0x162)](..._0x25dd8d['udata']),_0x25dd8d['U'][_0x3386a6(0x15a)]=_0x25dd8d['umax']??Math['max'](..._0x25dd8d['udata']),_0x25dd8d['V']={},_0x25dd8d['V']['array']=new Float32Array(_0x25dd8d['vdata']),_0x25dd8d['V']['min']=_0x25dd8d[_0x3386a6(0xfb)]??Math['min'](..._0x25dd8d['vdata']),_0x25dd8d['V']['max']=_0x25dd8d['vmax']??Math[_0x3386a6(0x15a)](..._0x25dd8d[_0x3386a6(0x105)])),this['data']=_0x25dd8d,this['options']=_0x190027,this['viewerParameters']=_0x1f8567,this[_0x3386a6(0xca)]=new ParticlesComputing(this[_0x3386a6(0x107)],this['data'],this[_0x3386a6(0xe3)],this[_0x3386a6(0xe6)]),this['particlesRendering']=new ParticlesRendering(this[_0x3386a6(0x107)],this[_0x3386a6(0x167)],this[_0x3386a6(0xe3)],this[_0x3386a6(0xe6)],this['particlesComputing']);}['canvasResize'](_0x51f4fd){const _0x2edc8e=_0xb5d152;this['particlesComputing']['destroyParticlesTextures'](),Object['keys'](this['particlesComputing']['windTextures'])['forEach'](_0x3882c0=>{const _0x2b82d7=_0x2934;this[_0x2b82d7(0xca)]['windTextures'][_0x3882c0]['destroy']();}),this['particlesRendering']['textures']['colorTable'][_0x2edc8e(0x198)](),Object['keys'](this['particlesRendering']['framebuffers'])['forEach'](_0x473cdf=>{this['particlesRendering']['framebuffers'][_0x473cdf]['destroy']();}),this[_0x2edc8e(0x107)]=_0x51f4fd,this['particlesComputing']=new ParticlesComputing(this['context'],this['data'],this[_0x2edc8e(0xe3)],this['viewerParameters']),this[_0x2edc8e(0x191)]=new ParticlesRendering(this[_0x2edc8e(0x107)],this['data'],this['options'],this['viewerParameters'],this['particlesComputing']);}[_0xb5d152(0x181)](){const _0xa9f138=_0xb5d152,_0xe32a82=new Cesium$2['ClearCommand']({'color':new Cesium$2['Color'](0x0,0x0,0x0,0x0),'depth':0x1,'framebuffer':undefined,'pass':Cesium$2['Pass'][_0xa9f138(0xd9)]});Object['keys'](this['particlesRendering']['framebuffers'])[_0xa9f138(0x146)](_0x57b4ac=>{const _0x138d70=_0xa9f138;_0xe32a82['framebuffer']=this[_0x138d70(0x191)]['framebuffers'][_0x57b4ac],_0xe32a82['execute'](this['context']);});}['refreshParticles'](_0x46c6bf){const _0x137e86=_0xb5d152;this[_0x137e86(0x181)](),this['particlesComputing'][_0x137e86(0x144)](),this['particlesComputing']['createParticlesTextures'](this['context'],this[_0x137e86(0xe3)],this[_0x137e86(0xe6)]);if(_0x46c6bf){var _0x11c31b;const _0x2b85a1=this[_0x137e86(0x191)][_0x137e86(0x109)](this['options']);this['particlesRendering'][_0x137e86(0x117)][_0x137e86(0x19b)]['geometry']=_0x2b85a1;const _0x3becdc=Cesium$2['VertexArray']['fromGeometry']({'context':this['context'],'geometry':_0x2b85a1,'attributeLocations':this['particlesRendering']['primitives'][_0x137e86(0x19b)]['attributeLocations'],'bufferUsage':Cesium$2['BufferUsage'][_0x137e86(0x11b)]});(_0x11c31b=this['particlesRendering'][_0x137e86(0x117)])!==null&&_0x11c31b!==void 0x0&&(_0x11c31b=_0x11c31b['segments'])!==null&&_0x11c31b!==void 0x0&&_0x11c31b[_0x137e86(0xd0)]&&(this['particlesRendering'][_0x137e86(0x117)][_0x137e86(0x19b)]['commandToExecute'][_0x137e86(0x180)]=_0x3becdc);}}['setOptions'](_0x4f1944){const _0x3da18e=_0xb5d152;let _0x195b20=![];this['options'][_0x3da18e(0x186)]!==_0x4f1944[_0x3da18e(0x186)]&&(_0x195b20=!![]),Object['keys'](_0x4f1944)['forEach'](_0x3e98db=>{this['options'][_0x3e98db]=_0x4f1944[_0x3e98db];}),this['refreshParticles'](_0x195b20);}['applyViewerParameters'](_0x1dabe3){const _0x4a9379=_0xb5d152;Object['keys'](_0x1dabe3)[_0x4a9379(0x146)](_0x3ebfe7=>{this['viewerParameters'][_0x3ebfe7]=_0x1dabe3[_0x3ebfe7];}),this['refreshParticles'](![]);}['destroy'](){const _0x5e8039=_0xb5d152;clearTimeout(this[_0x5e8039(0xe2)]),this['particlesComputing'][_0x5e8039(0x144)](),Object['keys'](this['particlesComputing']['windTextures'])[_0x5e8039(0x146)](_0xe1f494=>{this['particlesComputing']['windTextures'][_0xe1f494]['destroy']();}),this['particlesRendering'][_0x5e8039(0x194)]['colorTable']['destroy'](),Object[_0x5e8039(0xc8)](this['particlesRendering']['framebuffers'])['forEach'](_0x2b3f80=>{const _0x45774e=_0x5e8039;this['particlesRendering'][_0x45774e(0x11c)][_0x2b3f80]['destroy']();});for(const _0x302efa in this){delete this[_0x302efa];}}}const Cesium$1=mars3d__namespace['Cesium'],BaseLayer$1=mars3d__namespace['layer']['BaseLayer'],DEF_OPTIONS={'particlesNumber':0x1000,'fixedHeight':0x0,'fadeOpacity':0.996,'dropRate':0.003,'dropRateBump':0.01,'speedFactor':0.5,'lineWidth':0x2,'colors':['rgb(206,255,255)']};function _0x2934(_0x1cb69b,_0x2fe2c5){const _0x2b61de=_0x2b61();return _0x2934=function(_0x293426,_0x4857c9){_0x293426=_0x293426-0xc8;let _0x5947da=_0x2b61de[_0x293426];return _0x5947da;},_0x2934(_0x1cb69b,_0x2fe2c5);}class WindLayer extends BaseLayer$1{constructor(_0x860b7c={}){_0x860b7c={...DEF_OPTIONS,..._0x860b7c},super(_0x860b7c),this['_setOptionsHook'](_0x860b7c);}get['layer'](){return this['primitives'];}get[_0xb5d152(0x167)](){return this['_data'];}set['data'](_0x33b136){this['setData'](_0x33b136);}get['colors'](){return this['options']['colors'];}set[_0xb5d152(0xea)](_0x25dde0){const _0x549e88=_0xb5d152;this['options'][_0x549e88(0xea)]=_0x25dde0,this[_0x549e88(0x10a)]&&this[_0x549e88(0x10a)]['setOptions']({'colors':_0x25dde0}),this['resize']();}['_mountedHook'](){}['_addedHook'](){const _0x30f23b=_0xb5d152;this['scene']=this[_0x30f23b(0xf9)][_0x30f23b(0x159)],this['camera']=this['_map'][_0x30f23b(0x141)],this['primitives']=new Cesium$1['PrimitiveCollection'](),this['_map'][_0x30f23b(0x159)]['primitives'][_0x30f23b(0x101)](this[_0x30f23b(0x117)]),this['viewerParameters']={'lonRange':new Cesium$1['Cartesian2'](),'latRange':new Cesium$1['Cartesian2'](),'pixelSize':0x0},this[_0x30f23b(0xf3)]=new Cesium$1[(_0x30f23b(0x10f))](Cesium$1['Cartesian3']['ZERO'],0.99*0x615299),this[_0x30f23b(0xeb)](),window['addEventListener']('resize',this['resize']['bind'](this),![]),this['mouse_down']=![],this[_0x30f23b(0x116)]=![],this['_map']['on'](mars3d__namespace[_0x30f23b(0xd7)][_0x30f23b(0x19d)],this['_onMapWhellEvent'],this),this['_map']['on'](mars3d__namespace['EventType']['mouseDown'],this['_onMouseDownEvent'],this),this['_map']['on'](mars3d__namespace[_0x30f23b(0xd7)]['mouseUp'],this['_onMouseUpEvent'],this),this['_map']['on'](mars3d__namespace['EventType'][_0x30f23b(0x152)],this['_onMouseMoveEvent'],this),this['_data']&&this['setData'](this['_data']);}['_removedHook'](){const _0x928ea6=_0xb5d152;window['removeEventListener']('resize',this[_0x928ea6(0x173)]),this['_map']['off'](mars3d__namespace[_0x928ea6(0xd7)]['preRender'],this['_onMap_preRenderEvent'],this),this[_0x928ea6(0xf9)]['off'](mars3d__namespace[_0x928ea6(0xd7)]['wheel'],this['_onMapWhellEvent'],this),this['_map']['off'](mars3d__namespace[_0x928ea6(0xd7)]['mouseDown'],this['_onMouseDownEvent'],this),this['_map']['off'](mars3d__namespace['EventType'][_0x928ea6(0x115)],this['_onMouseUpEvent'],this),this['_map'][_0x928ea6(0x12f)](mars3d__namespace['EventType'][_0x928ea6(0x152)],this['_onMouseMoveEvent'],this),this['primitives'][_0x928ea6(0xdd)](),this[_0x928ea6(0xf9)]['scene'][_0x928ea6(0x117)][_0x928ea6(0x138)](this['primitives']);}[_0xb5d152(0x173)](){const _0x47ffc8=_0xb5d152;if(!this['show']||!this['particleSystem'])return;this[_0x47ffc8(0x117)]['show']=![],this['primitives']['removeAll'](),this['_map']['once'](mars3d__namespace['EventType']['preRender'],this[_0x47ffc8(0x140)],this);}['_onMap_preRenderEvent'](_0x44109b){const _0x143d73=_0xb5d152;this['particleSystem']['canvasResize'](this[_0x143d73(0x159)][_0x143d73(0x107)]),this['addPrimitives'](),this['primitives']['show']=!![];}[_0xb5d152(0x168)](_0x5be623){const _0x4b9516=_0xb5d152;clearTimeout(this['refreshTimer']);if(!this['show']||!this[_0x4b9516(0x10a)])return;this['primitives']['show']=![],this['refreshTimer']=setTimeout(()=>{if(!this['show'])return;this['redraw']();},0xc8);}['_onMouseDownEvent'](_0x37d57d){this['mouse_down']=!![];}['_onMouseMoveEvent'](_0x5d12b8){const _0x189dc3=_0xb5d152;if(!this['show']||!this['particleSystem'])return;this[_0x189dc3(0x121)]&&(this['primitives']['show']=![],this[_0x189dc3(0x116)]=!![]);}[_0xb5d152(0x133)](_0x390613){const _0x4819bf=_0xb5d152;if(!this[_0x4819bf(0x16d)]||!this[_0x4819bf(0x10a)])return;this['mouse_down']&&this['mouse_move']&&this['redraw'](),this['primitives']['show']=!![],this['mouse_down']=![],this['mouse_move']=![];}['redraw'](){const _0x2cebd6=_0xb5d152;if(!this['_map']||!this['show'])return;this['updateViewerParameters'](),this['particleSystem']['applyViewerParameters'](this['viewerParameters']),this[_0x2cebd6(0x117)][_0x2cebd6(0x16d)]=!![];}['setData'](_0xb8007b){const _0x2a45f7=_0xb5d152;this['_data']=_0xb8007b,this['particleSystem']&&this['particleSystem']['destroy'](),this[_0x2a45f7(0x10a)]=new ParticleSystem(this['scene'][_0x2a45f7(0x107)],_0xb8007b,this['getOptions'](),this['viewerParameters']),this['addPrimitives']();}[_0xb5d152(0xef)](_0x2c4655,_0x1133c9){const _0x566991=_0xb5d152;if(_0x2c4655)for(const _0x3fbf68 in _0x2c4655){this[_0x3fbf68]=_0x2c4655[_0x3fbf68];}this[_0x566991(0x10a)]&&this['particleSystem']['setOptions'](this['getOptions']());}['getOptions'](){const _0x3e2156=_0xb5d152,_0x51b016=Math['ceil'](Math['sqrt'](this[_0x3e2156(0x12a)]));return this['particlesNumber']=_0x51b016*_0x51b016,{'particlesTextureSize':_0x51b016,'maxParticles':this['particlesNumber'],'particleHeight':this['fixedHeight'],'fadeOpacity':this['fadeOpacity'],'dropRate':this[_0x3e2156(0xee)],'dropRateBump':this[_0x3e2156(0x15d)],'speedFactor':this[_0x3e2156(0x183)],'lineWidth':this['lineWidth'],'colors':this['colors']};}[_0xb5d152(0x175)](){const _0x3cf88c=_0xb5d152;this['primitives']['add'](this['particleSystem']['particlesComputing']['primitives']['getWind']),this['primitives']['add'](this['particleSystem'][_0x3cf88c(0xca)]['primitives']['updateSpeed']),this['primitives']['add'](this['particleSystem']['particlesComputing']['primitives']['updatePosition']),this['primitives']['add'](this['particleSystem']['particlesComputing'][_0x3cf88c(0x117)]['postProcessingPosition']),this['primitives'][_0x3cf88c(0x101)](this[_0x3cf88c(0x10a)]['particlesComputing']['primitives'][_0x3cf88c(0x118)]),this[_0x3cf88c(0x117)]['add'](this['particleSystem']['particlesRendering'][_0x3cf88c(0x117)][_0x3cf88c(0x19b)]),this['primitives']['add'](this['particleSystem']['particlesRendering']['primitives']['trails']),this[_0x3cf88c(0x117)]['add'](this['particleSystem'][_0x3cf88c(0x191)]['primitives']['screen']);}['updateViewerParameters'](){const _0x5e4d9f=_0xb5d152;let _0x3e9466=this['camera'][_0x5e4d9f(0x11f)](this['scene'][_0x5e4d9f(0xcd)]['ellipsoid']);if(!_0x3e9466){const _0x3d8aa8=this[_0x5e4d9f(0xf9)]['getExtent']();_0x3e9466=Cesium$1['Rectangle'][_0x5e4d9f(0x12c)](_0x3d8aa8['xmin'],_0x3d8aa8['ymin'],_0x3d8aa8['xmax'],_0x3d8aa8[_0x5e4d9f(0xdc)]);}const _0x4dd7fc=Util['viewRectangleToLonLatRange'](_0x3e9466);this['viewerParameters']['lonRange']['x']=_0x4dd7fc['lon']['min'],this[_0x5e4d9f(0xe6)]['lonRange']['y']=_0x4dd7fc[_0x5e4d9f(0x134)][_0x5e4d9f(0x15a)],this['viewerParameters'][_0x5e4d9f(0x17d)]['x']=_0x4dd7fc[_0x5e4d9f(0xe9)]['min'],this['viewerParameters'][_0x5e4d9f(0x17d)]['y']=_0x4dd7fc[_0x5e4d9f(0xe9)]['max'];const _0x3443af=this['camera']['getPixelSize'](this['globeBoundingSphere'],this['scene']['drawingBufferWidth'],this['scene'][_0x5e4d9f(0xda)]);_0x3443af>0x0&&(this['viewerParameters']['pixelSize']=_0x3443af);}}mars3d__namespace[_0xb5d152(0x1a2)][_0xb5d152(0x13b)]('wind',WindLayer),mars3d__namespace['layer'][_0xb5d152(0x104)]=WindLayer;class CanvasParticle{constructor(){this['lng']=null,this['lat']=null,this['tlng']=null,this['tlat']=null,this['age']=null,this['speed']=null;}['destroy'](){for(const _0x362ba4 in this){delete this[_0x362ba4];}}}class CanvasWindField{constructor(_0x1deadd){this['setOptions'](_0x1deadd);}get['speedRate'](){return this['_speedRate'];}set['speedRate'](_0x25eb2d){const _0x2ab34f=_0xb5d152;this['_speedRate']=(0x64-(_0x25eb2d>0x63?0x63:_0x25eb2d))*0x64,this['_calc_speedRate']=[(this[_0x2ab34f(0x170)]-this['xmin'])/this['_speedRate'],(this['ymax']-this['ymin'])/this[_0x2ab34f(0x114)]];}get['maxAge'](){return this['_maxAge'];}set['maxAge'](_0x18d635){this['_maxAge']=_0x18d635;}['setOptions'](_0x5c85b9){const _0x460054=_0xb5d152;this['options']=_0x5c85b9,this[_0x460054(0x148)]=_0x5c85b9['maxAge']||0x78,this['speedRate']=_0x5c85b9['speedRate']||0x32,this[_0x460054(0xd5)]=[];const _0x4d1635=_0x5c85b9['particlesNumber']||0x1000;for(let _0x251a12=0x0;_0x251a12<_0x4d1635;_0x251a12++){const _0x30b3fd=this['_randomParticle'](new CanvasParticle());this[_0x460054(0xd5)]['push'](_0x30b3fd);}}['setDate'](_0x5a034c){const _0x420aa5=_0xb5d152;this['rows']=_0x5a034c[_0x420aa5(0x182)],this['cols']=_0x5a034c[_0x420aa5(0x108)],this['xmin']=_0x5a034c['xmin'],this['xmax']=_0x5a034c['xmax'],this[_0x420aa5(0x164)]=_0x5a034c['ymin'],this['ymax']=_0x5a034c[_0x420aa5(0xdc)],this[_0x420aa5(0x10c)]=[];const _0x56a38e=_0x5a034c['udata'],_0x3bbfac=_0x5a034c['vdata'];let _0x15c72f=![];_0x56a38e['length']===this['rows']&&_0x56a38e[0x0][_0x420aa5(0x13c)]===this['cols']&&(_0x15c72f=!![]);let _0x58c857=0x0,_0x5d375d=null,_0x22b240=null;for(let _0x381e81=0x0;_0x381e81<this[_0x420aa5(0x182)];_0x381e81++){_0x5d375d=[];for(let _0x11fd87=0x0;_0x11fd87<this['cols'];_0x11fd87++,_0x58c857++){_0x15c72f?_0x22b240=this['_calcUV'](_0x56a38e[_0x381e81][_0x11fd87],_0x3bbfac[_0x381e81][_0x11fd87]):_0x22b240=this['_calcUV'](_0x56a38e[_0x58c857],_0x3bbfac[_0x58c857]),_0x5d375d['push'](_0x22b240);}this['grid'][_0x420aa5(0x166)](_0x5d375d);}this['options'][_0x420aa5(0x16e)]&&this['grid'][_0x420aa5(0xf1)]();}['clear'](){const _0x2d10bd=_0xb5d152;delete this[_0x2d10bd(0x182)],delete this[_0x2d10bd(0x108)],delete this['xmin'],delete this['xmax'],delete this[_0x2d10bd(0x164)],delete this[_0x2d10bd(0xdc)],delete this[_0x2d10bd(0x10c)],delete this['particles'];}['toGridXY'](_0x4bc11e,_0x469307){const _0x466832=_0xb5d152,_0x2f9c56=(_0x4bc11e-this['xmin'])/(this[_0x466832(0x170)]-this['xmin'])*(this['cols']-0x1),_0x34163e=(this['ymax']-_0x469307)/(this['ymax']-this['ymin'])*(this['rows']-0x1);return[_0x2f9c56,_0x34163e];}['getUVByXY'](_0x27dc8b,_0x13e375){const _0x37a733=_0xb5d152;if(_0x27dc8b<0x0||_0x27dc8b>=this[_0x37a733(0x108)]||_0x13e375>=this['rows'])return[0x0,0x0,0x0];const _0x12491a=Math['floor'](_0x27dc8b),_0x47c41c=Math[_0x37a733(0x184)](_0x13e375);if(_0x12491a===_0x27dc8b&&_0x47c41c===_0x13e375)return this['grid'][_0x13e375][_0x27dc8b];const _0x1dd135=_0x12491a+0x1,_0x2738e6=_0x47c41c+0x1,_0x5c8851=this['getUVByXY'](_0x12491a,_0x47c41c),_0x552eaa=this['getUVByXY'](_0x1dd135,_0x47c41c),_0x353b4e=this['getUVByXY'](_0x12491a,_0x2738e6),_0x1c79bd=this[_0x37a733(0x123)](_0x1dd135,_0x2738e6);let _0x5d0cf3=null;try{_0x5d0cf3=this['_bilinearInterpolation'](_0x27dc8b-_0x12491a,_0x13e375-_0x47c41c,_0x5c8851,_0x552eaa,_0x353b4e,_0x1c79bd);}catch(_0x4e268b){console['log'](_0x27dc8b,_0x13e375);}return _0x5d0cf3;}['_bilinearInterpolation'](_0x59db84,_0xd27dc6,_0x32ca57,_0x55abf8,_0xb52a09,_0x5229b0){const _0x2146b9=0x1-_0x59db84,_0x5949ee=0x1-_0xd27dc6,_0x2c96fd=_0x2146b9*_0x5949ee,_0x5d9062=_0x59db84*_0x5949ee,_0x343a08=_0x2146b9*_0xd27dc6,_0x5d52ac=_0x59db84*_0xd27dc6,_0x394492=_0x32ca57[0x0]*_0x2c96fd+_0x55abf8[0x0]*_0x5d9062+_0xb52a09[0x0]*_0x343a08+_0x5229b0[0x0]*_0x5d52ac,_0x2d40cd=_0x32ca57[0x1]*_0x2c96fd+_0x55abf8[0x1]*_0x5d9062+_0xb52a09[0x1]*_0x343a08+_0x5229b0[0x1]*_0x5d52ac;return this['_calcUV'](_0x394492,_0x2d40cd);}['_calcUV'](_0x1e0c08,_0x1add61){return[+_0x1e0c08,+_0x1add61,Math['sqrt'](_0x1e0c08*_0x1e0c08+_0x1add61*_0x1add61)];}['getUVByPoint'](_0x4432be,_0x33fdfa){const _0x2492a4=_0xb5d152;if(!this[_0x2492a4(0x176)](_0x4432be,_0x33fdfa))return null;const _0x3d7e4f=this[_0x2492a4(0x17f)](_0x4432be,_0x33fdfa),_0x3c9d70=this[_0x2492a4(0x123)](_0x3d7e4f[0x0],_0x3d7e4f[0x1]);return _0x3c9d70;}[_0xb5d152(0x176)](_0x149b32,_0x1513aa){const _0x6e4f45=_0xb5d152;return _0x149b32>=this['xmin']&&_0x149b32<=this['xmax']&&_0x1513aa>=this['ymin']&&_0x1513aa<=this[_0x6e4f45(0xdc)]?!![]:![];}['getRandomLatLng'](){const _0x589e6a=_0xb5d152,_0x34e883=fRandomByfloat(this[_0x589e6a(0xe7)],this[_0x589e6a(0x170)]),_0x1c570e=fRandomByfloat(this['ymin'],this['ymax']);return{'lat':_0x1c570e,'lng':_0x34e883};}[_0xb5d152(0x124)](){const _0x69306=_0xb5d152;let _0x4ffd75,_0x32a122,_0x3ea14d;for(let _0x199d28=0x0,_0x2c7b97=this['particles']['length'];_0x199d28<_0x2c7b97;_0x199d28++){let _0x2ec106=this['particles'][_0x199d28];_0x2ec106['age']<=0x0&&(_0x2ec106=this['_randomParticle'](_0x2ec106));if(_0x2ec106[_0x69306(0xdf)]>0x0){const _0x2af2f6=_0x2ec106['tlng'],_0x5a6aca=_0x2ec106['tlat'];_0x3ea14d=this['getUVByPoint'](_0x2af2f6,_0x5a6aca),_0x3ea14d?(_0x4ffd75=_0x2af2f6+this[_0x69306(0x17a)][0x0]*_0x3ea14d[0x0],_0x32a122=_0x5a6aca+this[_0x69306(0x17a)][0x1]*_0x3ea14d[0x1],_0x2ec106[_0x69306(0x14e)]=_0x2af2f6,_0x2ec106['lat']=_0x5a6aca,_0x2ec106[_0x69306(0xd4)]=_0x4ffd75,_0x2ec106['tlat']=_0x32a122,_0x2ec106['speed']=_0x3ea14d[0x2],_0x2ec106['age']--):_0x2ec106['age']=0x0;}}return this['particles'];}['_randomParticle'](_0x27c7a4){const _0x50eda3=_0xb5d152;let _0x4f6b51,_0x4bc974;for(let _0x3fd4a6=0x0;_0x3fd4a6<0x1e;_0x3fd4a6++){_0x4f6b51=this['getRandomLatLng'](),_0x4bc974=this[_0x50eda3(0x110)](_0x4f6b51['lng'],_0x4f6b51[_0x50eda3(0xe9)]);if(_0x4bc974&&_0x4bc974[0x2]>0x0)break;}if(!_0x4bc974)return _0x27c7a4;const _0x33a2ae=_0x4f6b51['lng']+this['_calc_speedRate'][0x0]*_0x4bc974[0x0],_0x2e62a2=_0x4f6b51[_0x50eda3(0xe9)]+this[_0x50eda3(0x17a)][0x1]*_0x4bc974[0x1];return _0x27c7a4['lng']=_0x4f6b51['lng'],_0x27c7a4[_0x50eda3(0xe9)]=_0x4f6b51[_0x50eda3(0xe9)],_0x27c7a4['tlng']=_0x33a2ae,_0x27c7a4['tlat']=_0x2e62a2,_0x27c7a4[_0x50eda3(0xdf)]=Math['round'](Math[_0x50eda3(0x13d)]()*this['maxAge']),_0x27c7a4[_0x50eda3(0x129)]=_0x4bc974[0x2],_0x27c7a4;}['destroy'](){for(const _0x91ea03 in this){delete this[_0x91ea03];}}}function fRandomByfloat(_0x35bd43,_0x54209e){return _0x35bd43+Math['random']()*(_0x54209e-_0x35bd43);}const Cesium=mars3d__namespace[_0xb5d152(0x143)],BaseLayer=mars3d__namespace['layer']['BaseLayer'];class CanvasWindLayer extends BaseLayer{constructor(_0x5c8a41={}){const _0x3397f2=_0xb5d152;super(_0x5c8a41),this['_setOptionsHook'](_0x5c8a41),this[_0x3397f2(0x193)]=null,_0x5c8a41['colors']&&_0x5c8a41['steps']&&(this[_0x3397f2(0x17c)]=new mars3d__namespace[(_0x3397f2(0x11d))](_0x5c8a41));}['_setOptionsHook'](_0x38d574,_0x23c579){const _0x23b923=_0xb5d152;this[_0x23b923(0xe1)]=0x3e8/(_0x38d574['frameRate']||0xa),this[_0x23b923(0xed)]=this['options']['pointerEvents']??![],this['color']=_0x38d574['color']||'#ffffff',this['lineWidth']=_0x38d574[_0x23b923(0x126)]||0x1,this[_0x23b923(0xfe)]=_0x38d574['fixedHeight']??0x0,this[_0x23b923(0x16e)]=_0x38d574['reverseY']??![],this['windField']&&this['windField'][_0x23b923(0x15c)](_0x38d574);}get['layer'](){return this['canvas'];}get[_0xb5d152(0xf8)](){return this['_map']['scene']['canvas']['clientWidth'];}get['canvasHeight'](){const _0x11120a=_0xb5d152;return this['_map'][_0x11120a(0x159)][_0x11120a(0x193)]['clientHeight'];}get['pointerEvents'](){return this['_pointerEvents'];}set['pointerEvents'](_0x3d512f){this['_pointerEvents']=_0x3d512f;if(!this['canvas'])return;_0x3d512f?this['canvas']['style']['pointer-events']='all':this['canvas']['style']['pointer-events']='none';}get['particlesNumber'](){const _0x53b36a=_0xb5d152;return this[_0x53b36a(0xe3)][_0x53b36a(0x12a)];}set[_0xb5d152(0x12a)](_0x135af4){const _0x1efe70=_0xb5d152;this['options']['particlesNumber']=_0x135af4,clearTimeout(this[_0x1efe70(0x150)]),this['_canrefresh']=setTimeout(()=>{this['redraw']();},0x1f4);}get['speedRate'](){const _0x4dca8e=_0xb5d152;return this['options'][_0x4dca8e(0x132)];}set['speedRate'](_0x18105b){const _0x4d5b10=_0xb5d152;this[_0x4d5b10(0xe3)][_0x4d5b10(0x132)]=_0x18105b,this['windField']&&(this[_0x4d5b10(0x122)]['speedRate']=_0x18105b);}get['maxAge'](){const _0x389b04=_0xb5d152;return this[_0x389b04(0xe3)][_0x389b04(0x148)];}set[_0xb5d152(0x148)](_0x2c4ff2){const _0x29d3a6=_0xb5d152;this['options']['maxAge']=_0x2c4ff2,this[_0x29d3a6(0x122)]&&(this['windField']['maxAge']=_0x2c4ff2);}get['data'](){return this['windData'];}set['data'](_0x2eb144){this['setData'](_0x2eb144);}[_0xb5d152(0x14f)](_0x5079cb){const _0x1f0ff2=_0xb5d152;_0x5079cb?this[_0x1f0ff2(0x14c)]():(this['windData']&&(this['options']['data']=this['windData']),this['_removedHook']());}['_mountedHook'](){const _0xf18588=_0xb5d152;this[_0xf18588(0xe3)]['worker']?this['initWorker']():this[_0xf18588(0x122)]=new CanvasWindField(this['options']);}[_0xb5d152(0x14c)](){const _0x35a221=_0xb5d152;this['canvas']=this['_createCanvas'](),this[_0x35a221(0x19a)]=this['canvas']['getContext']('2d',{'willReadFrequently':!![]}),this['bindEvent'](),this['options'][_0x35a221(0x167)]&&this['setData'](this['options'][_0x35a221(0x167)]);}['_removedHook'](){const _0x640ab0=_0xb5d152;this['clear'](),this[_0x640ab0(0x156)](),this['canvas']&&(this['_map'][_0x640ab0(0x100)]['removeChild'](this['canvas']),delete this['canvas']);}['_createCanvas'](){const _0x2aaa69=_0xb5d152,_0x3e7ca8=mars3d__namespace['DomUtil']['create'](_0x2aaa69(0x193),'mars3d-canvasWind',this['_map'][_0x2aaa69(0x100)]);return _0x3e7ca8[_0x2aaa69(0xec)]['position']='absolute',_0x3e7ca8['style']['top']=_0x2aaa69(0x187),_0x3e7ca8[_0x2aaa69(0xec)]['left']='0px',_0x3e7ca8['style']['width']=this['_map']['scene'][_0x2aaa69(0x193)]['clientWidth']+'px',_0x3e7ca8[_0x2aaa69(0xec)][_0x2aaa69(0x161)]=this['_map']['scene'][_0x2aaa69(0x193)][_0x2aaa69(0x16a)]+'px',_0x3e7ca8['style'][_0x2aaa69(0x197)]=this['_pointerEvents']?'auto':'none',_0x3e7ca8[_0x2aaa69(0xec)][_0x2aaa69(0x137)]=this['options']['zIndex']??0x9,_0x3e7ca8['width']=this[_0x2aaa69(0xf9)][_0x2aaa69(0x159)]['canvas']['clientWidth'],_0x3e7ca8['height']=this[_0x2aaa69(0xf9)][_0x2aaa69(0x159)]['canvas'][_0x2aaa69(0x16a)],_0x3e7ca8;}['resize'](){const _0x17840d=_0xb5d152;this['canvas']&&(this['canvas']['style']['width']=this[_0x17840d(0xf9)]['scene'][_0x17840d(0x193)]['clientWidth']+'px',this['canvas'][_0x17840d(0xec)][_0x17840d(0x161)]=this['_map']['scene']['canvas']['clientHeight']+'px',this[_0x17840d(0x193)]['width']=this['_map']['scene']['canvas'][_0x17840d(0xd1)],this['canvas']['height']=this[_0x17840d(0xf9)]['scene']['canvas']['clientHeight']);}[_0xb5d152(0xce)](){const _0x39f6ff=_0xb5d152,_0x5a27f0=this;let _0x4e3208=Date[_0x39f6ff(0x178)]();(function _0x425b57(){const _0x3e51eb=_0x39f6ff;_0x5a27f0['animateFrame']=window[_0x3e51eb(0x112)](_0x425b57);if(_0x5a27f0['show']&&_0x5a27f0['windField']){const _0x3eaac9=Date[_0x3e51eb(0x178)](),_0x435dd7=_0x3eaac9-_0x4e3208;_0x435dd7>_0x5a27f0['frameTime']&&(_0x4e3208=_0x3eaac9-_0x435dd7%_0x5a27f0['frameTime'],_0x5a27f0[_0x3e51eb(0x149)]());}}(),window['addEventListener']('resize',this['resize']['bind'](this),![]),this['mouse_down']=![],this['mouse_move']=![],this['options']['mouseHidden']&&(this['_map']['on'](mars3d__namespace['EventType']['wheel'],this['_onMapWhellEvent'],this),this[_0x39f6ff(0xf9)]['on'](mars3d__namespace['EventType'][_0x39f6ff(0x10e)],this[_0x39f6ff(0x179)],this),this['_map']['on'](mars3d__namespace[_0x39f6ff(0xd7)][_0x39f6ff(0x115)],this['_onMouseUpEvent'],this)));}[_0xb5d152(0x156)](){const _0x53acd9=_0xb5d152;window[_0x53acd9(0x111)](this[_0x53acd9(0x125)]),delete this[_0x53acd9(0x125)],window['removeEventListener'](_0x53acd9(0x173),this['resize']),this['options']['mouseHidden']&&(this['_map']['off'](mars3d__namespace['EventType']['wheel'],this['_onMapWhellEvent'],this),this['_map']['off'](mars3d__namespace['EventType']['mouseDown'],this[_0x53acd9(0x179)],this),this[_0x53acd9(0xf9)]['off'](mars3d__namespace[_0x53acd9(0xd7)][_0x53acd9(0x115)],this['_onMouseUpEvent'],this),this['_map']['off'](mars3d__namespace[_0x53acd9(0xd7)][_0x53acd9(0x152)],this['_onMouseMoveEvent'],this));}['_onMapWhellEvent'](_0x44756f){clearTimeout(this['refreshTimer']);if(!this['show']||!this['canvas'])return;this['canvas']['style']['visibility']='hidden',this['refreshTimer']=setTimeout(()=>{if(!this['show'])return;this['redraw'](),this['canvas']['style']['visibility']='visible';},0xc8);}[_0xb5d152(0x179)](_0x5119bf){this['mouse_down']=!![],this['_map']['off'](mars3d__namespace['EventType']['mouseMove'],this['_onMouseMoveEvent'],this),this['_map']['on'](mars3d__namespace['EventType']['mouseMove'],this['_onMouseMoveEvent'],this);}[_0xb5d152(0x135)](_0x4d804c){const _0x2eee01=_0xb5d152;if(!this[_0x2eee01(0x16d)]||!this[_0x2eee01(0x193)])return;this['mouse_down']&&(this['canvas']['style']['visibility']='hidden',this[_0x2eee01(0x116)]=!![]);}[_0xb5d152(0x133)](_0x4b3be3){const _0x570936=_0xb5d152;if(!this['show']||!this['canvas'])return;this[_0x570936(0xf9)]['off'](mars3d__namespace[_0x570936(0xd7)][_0x570936(0x152)],this['_onMouseMoveEvent'],this),this[_0x570936(0x121)]&&this['mouse_move']&&this['redraw'](),this['canvas']['style']['visibility']='visible',this['mouse_down']=![],this[_0x570936(0x116)]=![];}['setData'](_0x3ec34a){const _0x35f578=_0xb5d152;this[_0x35f578(0x18d)](),this['windData']=_0x3ec34a,this['windField']['setDate'](_0x3ec34a),this['redraw']();}['redraw'](){const _0xc67b96=_0xb5d152;if(!this['show'])return;this[_0xc67b96(0x122)][_0xc67b96(0x15c)](this['options']),this[_0xc67b96(0x149)]();}[_0xb5d152(0x149)](){const _0x49086f=_0xb5d152;if(this[_0x49086f(0x157)])return;this['_updateIng']=!![];if(this['worker'])this['windField']['update']();else{const _0x28210c=this[_0x49086f(0x122)]['getParticles']();this['_drawLines'](_0x28210c);}this[_0x49086f(0x157)]=![];}[_0xb5d152(0x155)](_0x34ac1d){const _0x1e5266=_0xb5d152;this['canvasContext']['globalCompositeOperation']='destination-in',this['canvasContext']['fillRect'](0x0,0x0,this['canvasWidth'],this['canvasHeight']),this['canvasContext']['globalCompositeOperation']='lighter',this['canvasContext']['globalAlpha']=0.9;const _0x56e5c7=this['_map']['scene']['mode']!==Cesium['SceneMode']['SCENE3D'],_0x219c34=this['canvasWidth']*0.25;if(this['_colorRamp'])for(let _0x42e5c3=0x0,_0x4e8270=_0x34ac1d['length'];_0x42e5c3<_0x4e8270;_0x42e5c3++){const _0x3951df=_0x34ac1d[_0x42e5c3],_0x24496e=this[_0x1e5266(0x185)](_0x3951df['lng'],_0x3951df[_0x1e5266(0xe9)],_0x3951df),_0x17ec9d=this['_tomap'](_0x3951df['tlng'],_0x3951df['tlat'],_0x3951df);if(!_0x24496e||!_0x17ec9d)continue;if(_0x56e5c7&&Math['abs'](_0x24496e[0x0]-_0x17ec9d[0x0])>=_0x219c34)continue;this[_0x1e5266(0x19a)][_0x1e5266(0x15f)](),this['canvasContext']['lineWidth']=this['lineWidth'],this['canvasContext'][_0x1e5266(0x11e)]=this['_colorRamp']['getColor'](_0x3951df['speed']),this['canvasContext']['moveTo'](_0x24496e[0x0],_0x24496e[0x1]),this['canvasContext'][_0x1e5266(0x145)](_0x17ec9d[0x0],_0x17ec9d[0x1]),this['canvasContext'][_0x1e5266(0xe8)]();}else{this[_0x1e5266(0x19a)][_0x1e5266(0x15f)](),this['canvasContext']['lineWidth']=this['lineWidth'],this['canvasContext'][_0x1e5266(0x11e)]=this['color'];for(let _0x3486cd=0x0,_0x10e5cc=_0x34ac1d['length'];_0x3486cd<_0x10e5cc;_0x3486cd++){const _0x3b8a3e=_0x34ac1d[_0x3486cd],_0x493a33=this[_0x1e5266(0x185)](_0x3b8a3e['lng'],_0x3b8a3e['lat'],_0x3b8a3e),_0x523272=this['_tomap'](_0x3b8a3e[_0x1e5266(0xd4)],_0x3b8a3e['tlat'],_0x3b8a3e);if(!_0x493a33||!_0x523272)continue;if(_0x56e5c7&&Math['abs'](_0x493a33[0x0]-_0x523272[0x0])>=_0x219c34)continue;this[_0x1e5266(0x19a)]['moveTo'](_0x493a33[0x0],_0x493a33[0x1]),this['canvasContext'][_0x1e5266(0x145)](_0x523272[0x0],_0x523272[0x1]);}this['canvasContext']['stroke']();}}['_tomap'](_0x373b3d,_0x193004,_0x3dfb26){const _0x6890fa=_0xb5d152,_0x53184e=Cesium['Cartesian3']['fromDegrees'](_0x373b3d,_0x193004,this['fixedHeight']),_0xe387bc=this[_0x6890fa(0xf9)]['scene'];if(_0xe387bc['mode']===Cesium[_0x6890fa(0x196)]['SCENE3D']){const _0x2cf341=new Cesium['EllipsoidalOccluder'](_0xe387bc['globe']['ellipsoid'],_0xe387bc['camera']['positionWC']),_0x4d0b47=_0x2cf341['isPointVisible'](_0x53184e);if(!_0x4d0b47)return _0x3dfb26['age']=0x0,null;}const _0x478900=Cesium['SceneTransforms']['wgs84ToWindowCoordinates'](this['_map']['scene'],_0x53184e);return _0x478900?[_0x478900['x'],_0x478900['y']]:null;}[_0xb5d152(0x18d)](){this['windField']['clear'](),delete this['windData'];}['initWorker'](){const _0x45f5ef=_0xb5d152;this['worker']=new Worker(this['options']['worker']),this['worker'][_0x45f5ef(0xc9)]=_0x26bdee=>{const _0x3b4128=_0x45f5ef;this['_drawLines'](_0x26bdee[_0x3b4128(0x167)][_0x3b4128(0xd5)]),this['_updateIng2']=![];},this[_0x45f5ef(0x122)]={'init':_0x450155=>{this['worker']['postMessage']({'type':'init','options':_0x450155});},'setOptions':_0x1ff8bd=>{this['worker']['postMessage']({'type':'setOptions','options':_0x1ff8bd});},'setDate':_0x32b778=>{this['worker']['postMessage']({'type':'setDate','data':_0x32b778});},'update':()=>{if(this['_updateIng2'])return;this['_updateIng2']=!![],this['worker']['postMessage']({'type':'update'});},'clear':()=>{const _0x5590ea=_0x45f5ef;this['worker']['postMessage']({'type':_0x5590ea(0x18d)});}},this['windField']['init'](this['options']);}}mars3d__namespace['LayerUtil'][_0xb5d152(0x13b)]('canvasWind',CanvasWindLayer),mars3d__namespace['layer']['CanvasWindLayer']=CanvasWindLayer,mars3d__namespace['CanvasWindField']=CanvasWindField,mars3d__namespace['WindUtil']=WindUtil,exports['CanvasWindField']=CanvasWindField,exports['CanvasWindLayer']=CanvasWindLayer,exports[_0xb5d152(0x104)]=WindLayer,exports['WindUtil']=WindUtil,Object['defineProperty'](exports,'__esModule',{'value':!![]});
14
+ 'use strict';const _0x1c87b7=_0x1cfd;(function(_0x4a6bb5,_0xb24105){const _0x563c13=_0x1cfd,_0xc2f834=_0x4a6bb5();while(!![]){try{const _0x22750e=parseInt(_0x563c13(0x183))/0x1*(parseInt(_0x563c13(0x158))/0x2)+parseInt(_0x563c13(0x177))/0x3+parseInt(_0x563c13(0xd3))/0x4+-parseInt(_0x563c13(0x17b))/0x5*(-parseInt(_0x563c13(0x1ac))/0x6)+-parseInt(_0x563c13(0xbf))/0x7+-parseInt(_0x563c13(0xe7))/0x8+-parseInt(_0x563c13(0x10c))/0x9;if(_0x22750e===_0xb24105)break;else _0xc2f834['push'](_0xc2f834['shift']());}catch(_0x25258e){_0xc2f834['push'](_0xc2f834['shift']());}}}(_0x2a8c,0x67721));function _interopNamespace(_0x4ef233){if(_0x4ef233&&_0x4ef233['__esModule'])return _0x4ef233;var _0x339714=Object['create'](null);return _0x4ef233&&Object['keys'](_0x4ef233)['forEach'](function(_0x5ab1db){const _0x3352b6=_0x1cfd;if(_0x5ab1db!==_0x3352b6(0x195)){var _0x1c635f=Object[_0x3352b6(0x133)](_0x4ef233,_0x5ab1db);Object['defineProperty'](_0x339714,_0x5ab1db,_0x1c635f[_0x3352b6(0xdb)]?_0x1c635f:{'enumerable':!![],'get':function(){return _0x4ef233[_0x5ab1db];}});}}),_0x339714['default']=_0x4ef233,_0x339714;}var mars3d__namespace=_interopNamespace(mars3d);function _0x2a8c(){const _0x19df8d=['randomBetween','visible','keys','destination-in','tlng','cols','canvasContext','createFramebuffer','canvasResize','fadeOpacity','blue','_addedHook','Math','scene','setDate','show','particlesRendering','depthTest','nextTrails','floor','FLOAT','ellipsoid','getOwnPropertyDescriptor','clampToLatitudeRange','particlesTextures','LayerUtil','framebuffer','fromDegrees','wheel','particleSystem','age','particlesTextureSize','mouseHidden','currentParticlesPosition','createParticlesTextures','udata','getColorTexture','segmentsDepth','ShaderSource','randomizeParticles','mouseMove','particlesNumber','_onMap_preRenderEvent','Compute','vdata','getUVByXY','_onMapWhellEvent','data','updatePosition','windField','particles','segments','_map','toRadians','PI_OVER_THREE','mouseDown','createTexture','TextureMagnificationFilter','fill','24926MgvkyK','EventType','min','_calc_speedRate','fromCssColorString','xmin','getColor','speedRate','SCENE3D','reverseY','PixelFormat','forEach','Draw','clientHeight','speed','lat','style','getUVByPoint','attributeLocations','colorTable','preExecute','mouse_move','frameTime','speedFactor','applyViewerParameters','refreshTimer','commandToExecute','postMessage','framebuffers','_colorRamp','commandType','1379703HyzwwC','red','GeometryAttribute','cos','60LdoUHe','createCommand','LINEAR','worker','rows','maxParticles','removeEventListener','max','27htCicA','remove','colors','destroyParticlesTextures','position','init','_updateIng','west','dropRate','Cesium','fromGeometry','refreshParticles','getDefaultRenderState','latRange','BufferUsage','container','currentTrails','moveTo','default','Cartesian3','mouse_down','getParticles','getExtent','_setOptionsHook','stroke','unbindEvent','particlesWind','xmax','_data','absolute','_calcUV','SceneMode','viewerParameters','_speedRate','DomUtil','DrawCommand','getFullscreenQuad','_onMouseMoveEvent','addEventListener','pixelSize','globalAlpha','66684OpRLAW','lng','rgb(206,255,255)','sqrt','textures','rawRenderState','setData','canvas','depthMask','initWorker','vertexArray','1165283AqiBFa','uniform\x20sampler2D\x20nextParticlesPosition;\x0auniform\x20sampler2D\x20nextParticlesSpeed;\x20//\x20(u,\x20v,\x20w,\x20normalization)\x0a\x0a//\x20range\x20(min,\x20max)\x0auniform\x20vec2\x20lonRange;\x0auniform\x20vec2\x20latRange;\x0a\x0auniform\x20float\x20randomCoefficient;\x20//\x20use\x20to\x20improve\x20the\x20pseudo-random\x20generator\x0auniform\x20float\x20dropRate;\x20//\x20drop\x20rate\x20is\x20a\x20chance\x20a\x20particle\x20will\x20restart\x20at\x20random\x20position\x20to\x20avoid\x20degeneration\x0auniform\x20float\x20dropRateBump;\x0a\x0ain\x20vec2\x20v_textureCoordinates;\x0a\x0a//\x20pseudo-random\x20generator\x0aconst\x20vec3\x20randomConstants\x20=\x20vec3(12.9898,\x2078.233,\x204375.85453);\x0aconst\x20vec2\x20normalRange\x20=\x20vec2(0.0,\x201.0);\x0afloat\x20rand(vec2\x20seed,\x20vec2\x20range)\x20{\x0a\x20\x20\x20\x20vec2\x20randomSeed\x20=\x20randomCoefficient\x20*\x20seed;\x0a\x20\x20\x20\x20float\x20temp\x20=\x20dot(randomConstants.xy,\x20randomSeed);\x0a\x20\x20\x20\x20temp\x20=\x20fract(sin(temp)\x20*\x20(randomConstants.z\x20+\x20temp));\x0a\x20\x20\x20\x20return\x20temp\x20*\x20(range.y\x20-\x20range.x)\x20+\x20range.x;\x0a}\x0a\x0avec3\x20generateRandomParticle(vec2\x20seed,\x20float\x20lev)\x20{\x0a\x20\x20\x20\x20//\x20ensure\x20the\x20longitude\x20is\x20in\x20[0,\x20360]\x0a\x20\x20\x20\x20float\x20randomLon\x20=\x20mod(rand(seed,\x20lonRange),\x20360.0);\x0a\x20\x20\x20\x20float\x20randomLat\x20=\x20rand(-seed,\x20latRange);\x0a\x0a\x20\x20\x20\x20return\x20vec3(randomLon,\x20randomLat,\x20lev);\x0a}\x0a\x0abool\x20particleOutbound(vec3\x20particle)\x20{\x0a\x20\x20\x20\x20return\x20particle.y\x20<\x20-90.0\x20||\x20particle.y\x20>\x2090.0;\x0a}\x0a\x0avoid\x20main()\x20{\x0a\x20\x20\x20\x20vec3\x20nextParticle\x20=\x20texture(nextParticlesPosition,\x20v_textureCoordinates).rgb;\x0a\x20\x20\x20\x20vec4\x20nextSpeed\x20=\x20texture(nextParticlesSpeed,\x20v_textureCoordinates);\x0a\x20\x20\x20\x20float\x20particleDropRate\x20=\x20dropRate\x20+\x20dropRateBump\x20*\x20nextSpeed.a;\x0a\x0a\x20\x20\x20\x20vec2\x20seed1\x20=\x20nextParticle.xy\x20+\x20v_textureCoordinates;\x0a\x20\x20\x20\x20vec2\x20seed2\x20=\x20nextSpeed.xy\x20+\x20v_textureCoordinates;\x0a\x20\x20\x20\x20vec3\x20randomParticle\x20=\x20generateRandomParticle(seed1,\x20nextParticle.z);\x0a\x20\x20\x20\x20float\x20randomNumber\x20=\x20rand(seed2,\x20normalRange);\x0a\x0a\x20\x20\x20\x20if\x20(randomNumber\x20<\x20particleDropRate\x20||\x20particleOutbound(nextParticle))\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20out_FragColor\x20=\x20vec4(randomParticle,\x201.0);\x20//\x201.0\x20means\x20this\x20is\x20a\x20random\x20particle\x0a\x20\x20\x20\x20}\x20else\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20out_FragColor\x20=\x20vec4(nextParticle,\x200.0);\x0a\x20\x20\x20\x20}\x0a}\x0a','Sampler','nextTrailsColor','createRenderingFramebuffers','requestAnimationFrame','postProcessingSpeed','_removedHook','green','tlat','push','resize','_pointerEvents','CanvasWindField','updateViewerParameters','nextParticlesPosition','array','visibility','createRenderingTextures','umax','1921656NRCtWb','uniformMap','destroy','Color','length','BoundingSphere','globalCompositeOperation','lineWidth','get','vertexShaderSource','setOptions','source','Geometry','particlesComputing','getOptions','add','postProcessingPosition','outputTexture','maxAge','VertexArray','2607200yqTzeq','canvasWidth','lonRange','0px','fragmentShaderSource','_onMouseUpEvent','width','createWindTextures','PixelDatatype','lon','fixedHeight','WindLayer','TRIANGLES','top','context','primitives','ceil','depthTexture','createSegmentsGeometry','drawingBufferHeight','_bilinearInterpolation','nextParticlesSpeed','lev','clientWidth','currentParticlesSpeed','drawingBufferWidth','mouseUp','_onMouseDownEvent','options','_randomParticle','_tomap','_createCanvas','dimensions','update','mars3d-canvasWind','windData','TextureMinificationFilter','4446918MMdRsR','grid','toDegrees','redraw','color','ymin','_drawLines','layer','GeometryAttributes','clearCommand','_showHook','off','TWO_PI','pow','ymax','in\x20vec3\x20position;\x0ain\x20vec2\x20st;\x0a\x0aout\x20vec2\x20textureCoordinate;\x0a\x0avoid\x20main()\x20{\x0a\x20\x20\x20\x20textureCoordinate\x20=\x20st;\x0a\x20\x20\x20\x20gl_Position\x20=\x20vec4(position,\x201.0);\x0a}\x0a','globe'];_0x2a8c=function(){return _0x19df8d;};return _0x2a8c();}const Cesium$7=mars3d__namespace['Cesium'];function getU(_0x4a7726,_0x795688){const _0x58bf54=_0x1cfd,_0x1c8c05=_0x4a7726*Math[_0x58bf54(0x17a)](Cesium$7['Math']['toRadians'](_0x795688));return _0x1c8c05;}function getV(_0x2c9a85,_0x57950b){const _0x3e9336=_0x1cfd,_0x4dab58=_0x2c9a85*Math['sin'](Cesium$7['Math'][_0x3e9336(0x152)](_0x57950b));return _0x4dab58;}function getSpeed(_0x20c020,_0x106e0a){const _0x172893=_0x1cfd,_0x2f05b9=Math['sqrt'](Math['pow'](_0x20c020,0x2)+Math[_0x172893(0x119)](_0x106e0a,0x2));return _0x2f05b9;}function getDirection(_0x376523,_0x3092b7){let _0x1a8138=Cesium$7['Math']['toDegrees'](Math['atan2'](_0x3092b7,_0x376523));return _0x1a8138+=_0x1a8138<0x0?0x168:0x0,_0x1a8138;}var WindUtil={'__proto__':null,'getU':getU,'getV':getV,'getSpeed':getSpeed,'getDirection':getDirection};const Cesium$6=mars3d__namespace['Cesium'];class CustomPrimitive{constructor(_0x3d4820){const _0x4c50bf=_0x1cfd;this[_0x4c50bf(0x176)]=_0x3d4820['commandType'],this['geometry']=_0x3d4820['geometry'],this['attributeLocations']=_0x3d4820['attributeLocations'],this['primitiveType']=_0x3d4820['primitiveType'],this['uniformMap']=_0x3d4820['uniformMap'],this[_0x4c50bf(0xdc)]=_0x3d4820['vertexShaderSource'],this[_0x4c50bf(0xeb)]=_0x3d4820['fragmentShaderSource'],this[_0x4c50bf(0x1b1)]=_0x3d4820['rawRenderState'],this['framebuffer']=_0x3d4820['framebuffer'],this[_0x4c50bf(0xe4)]=_0x3d4820[_0x4c50bf(0xe4)],this['autoClear']=_0x3d4820['autoClear']??![],this[_0x4c50bf(0x16c)]=_0x3d4820['preExecute'],this['show']=!![],this['commandToExecute']=undefined,this['clearCommand']=undefined,this['autoClear']&&(this[_0x4c50bf(0x115)]=new Cesium$6['ClearCommand']({'color':new Cesium$6['Color'](0x0,0x0,0x0,0x0),'depth':0x1,'framebuffer':this['framebuffer'],'pass':Cesium$6['Pass']['OPAQUE']}));}[_0x1c87b7(0x17c)](_0x3c689e){const _0x420cb4=_0x1c87b7;switch(this['commandType']){case'Draw':{const _0x2097c9=Cesium$6['VertexArray']['fromGeometry']({'context':_0x3c689e,'geometry':this['geometry'],'attributeLocations':this['attributeLocations'],'bufferUsage':Cesium$6['BufferUsage']['STATIC_DRAW']}),_0x3a05b9=Cesium$6['ShaderProgram']['fromCache']({'context':_0x3c689e,'attributeLocations':this[_0x420cb4(0x16a)],'vertexShaderSource':this['vertexShaderSource'],'fragmentShaderSource':this['fragmentShaderSource']}),_0x20518d=Cesium$6['RenderState']['fromCache'](this['rawRenderState']);return new Cesium$6[(_0x420cb4(0x1a6))]({'primitiveType':this['primitiveType'],'shaderProgram':_0x3a05b9,'vertexArray':_0x2097c9,'modelMatrix':Cesium$6['Matrix4']['IDENTITY'],'renderState':_0x20518d,'uniformMap':this['uniformMap'],'castShadows':![],'receiveShadows':![],'framebuffer':this['framebuffer'],'pass':Cesium$6['Pass']['OPAQUE'],'pickOnly':!![],'owner':this});}case'Compute':{return new Cesium$6['ComputeCommand']({'owner':this,'fragmentShaderSource':this['fragmentShaderSource'],'uniformMap':this[_0x420cb4(0xd4)],'outputTexture':this['outputTexture'],'persists':!![]});}}}['setGeometry'](_0x2e39db,_0x594849){const _0x538f8d=_0x1c87b7;this['geometry']=_0x594849;const _0xff4f06=Cesium$6[_0x538f8d(0xe6)]['fromGeometry']({'context':_0x2e39db,'geometry':this['geometry'],'attributeLocations':this[_0x538f8d(0x16a)],'bufferUsage':Cesium$6['BufferUsage']['STATIC_DRAW']});this['commandToExecute']['vertexArray']=_0xff4f06;}[_0x1c87b7(0x108)](_0x50bd04){const _0x220135=_0x1c87b7;if(!this['show'])return;if(_0x50bd04['mode']!==Cesium$6[_0x220135(0x1a2)]['SCENE3D'])return;!Cesium$6['defined'](this['commandToExecute'])&&(this['commandToExecute']=this[_0x220135(0x17c)](_0x50bd04['context'])),Cesium$6['defined'](this['preExecute'])&&this[_0x220135(0x16c)](),Cesium$6['defined'](this[_0x220135(0x115)])&&_0x50bd04['commandList'][_0x220135(0xc9)](this['clearCommand']),_0x50bd04['commandList']['push'](this['commandToExecute']);}['isDestroyed'](){return![];}['destroy'](){const _0x50eac0=_0x1c87b7;if(this['clearCommand']){var _0x2f74c9,_0x49f73b;(_0x2f74c9=this[_0x50eac0(0x115)])!==null&&_0x2f74c9!==void 0x0&&_0x2f74c9[_0x50eac0(0xbe)]&&this['clearCommand']['vertexArray']['destroy'](),(_0x49f73b=this['clearCommand'])!==null&&_0x49f73b!==void 0x0&&_0x49f73b['shaderProgram']&&this['clearCommand']['shaderProgram']['destroy'](),delete this['clearCommand'];}return this['commandToExecute']&&(this['commandToExecute']['vertexArray']&&this[_0x50eac0(0x172)]['vertexArray'][_0x50eac0(0xd5)](),this['commandToExecute']['shaderProgram']&&this[_0x50eac0(0x172)]['shaderProgram'][_0x50eac0(0xd5)](),delete this[_0x50eac0(0x172)]),Cesium$6['destroyObject'](this);}}const Cesium$5=mars3d__namespace['Cesium'],Util=(function(){const _0x1f3ff0=function(){const _0x43d3f8=_0x1cfd,_0x49da0f=new Cesium$5['Geometry']({'attributes':new Cesium$5['GeometryAttributes']({'position':new Cesium$5['GeometryAttribute']({'componentDatatype':Cesium$5['ComponentDatatype'][_0x43d3f8(0x131)],'componentsPerAttribute':0x3,'values':new Float32Array([-0x1,-0x1,0x0,0x1,-0x1,0x0,0x1,0x1,0x0,-0x1,0x1,0x0])}),'st':new Cesium$5[(_0x43d3f8(0x179))]({'componentDatatype':Cesium$5['ComponentDatatype']['FLOAT'],'componentsPerAttribute':0x2,'values':new Float32Array([0x0,0x0,0x1,0x0,0x1,0x1,0x0,0x1])})}),'indices':new Uint32Array([0x3,0x2,0x0,0x0,0x2,0x1])});return _0x49da0f;},_0x3741f3=function(_0x108c19,_0x4ceff4){const _0x546691=_0x1cfd;if(Cesium$5['defined'](_0x4ceff4)){const _0xa2d587={};_0xa2d587['arrayBufferView']=_0x4ceff4,_0x108c19[_0x546691(0xde)]=_0xa2d587;}const _0x3b9f6a=new Cesium$5['Texture'](_0x108c19);return _0x3b9f6a;},_0x312839=function(_0x1f02dd,_0x13b66c,_0x3efa69){const _0x3ec57c=new Cesium$5['Framebuffer']({'context':_0x1f02dd,'colorTextures':[_0x13b66c],'depthTexture':_0x3efa69});return _0x3ec57c;},_0xca9ad=function(_0x2e21ad){const _0x5f030e=_0x1cfd,_0x347042=!![],_0x182c18=![],_0x5f513b={'viewport':_0x2e21ad['viewport'],'depthTest':_0x2e21ad[_0x5f030e(0x12e)],'depthMask':_0x2e21ad[_0x5f030e(0xbc)],'blending':_0x2e21ad['blending']},_0x6a4ebe=Cesium$5['Appearance'][_0x5f030e(0x18f)](_0x347042,_0x182c18,_0x5f513b);return _0x6a4ebe;},_0x514567=function(_0x5d5381){const _0x54b450=_0x1cfd,_0x106303={},_0x285eb8=Cesium$5['Math']['mod'](_0x5d5381[_0x54b450(0x18a)],Cesium$5[_0x54b450(0x129)]['TWO_PI']),_0x28e505=Cesium$5[_0x54b450(0x129)]['mod'](_0x5d5381['east'],Cesium$5[_0x54b450(0x129)][_0x54b450(0x118)]),_0x128f03=_0x5d5381['width'];let _0x346dc3,_0x1ddc26;_0x128f03>Cesium$5[_0x54b450(0x129)]['THREE_PI_OVER_TWO']?(_0x346dc3=0x0,_0x1ddc26=Cesium$5['Math']['TWO_PI']):_0x28e505-_0x285eb8<_0x128f03?(_0x346dc3=_0x285eb8,_0x1ddc26=_0x285eb8+_0x128f03):(_0x346dc3=_0x285eb8,_0x1ddc26=_0x28e505);_0x106303['lon']={'min':Cesium$5['Math'][_0x54b450(0x10e)](_0x346dc3),'max':Cesium$5[_0x54b450(0x129)][_0x54b450(0x10e)](_0x1ddc26)};const _0x443c36=_0x5d5381['south'],_0x5317de=_0x5d5381['north'],_0xef1479=_0x5d5381['height'],_0x382d50=_0xef1479>Cesium$5['Math']['PI']/0xc?_0xef1479/0x2:0x0;let _0x410fbb=Cesium$5['Math'][_0x54b450(0x134)](_0x443c36-_0x382d50),_0x9c7f54=Cesium$5['Math']['clampToLatitudeRange'](_0x5317de+_0x382d50);return _0x410fbb<-Cesium$5['Math']['PI_OVER_THREE']&&(_0x410fbb=-Cesium$5['Math']['PI_OVER_TWO']),_0x9c7f54>Cesium$5[_0x54b450(0x129)][_0x54b450(0x153)]&&(_0x9c7f54=Cesium$5[_0x54b450(0x129)]['PI_OVER_TWO']),_0x106303['lat']={'min':Cesium$5['Math']['toDegrees'](_0x410fbb),'max':Cesium$5[_0x54b450(0x129)]['toDegrees'](_0x9c7f54)},_0x106303;};return{'getFullscreenQuad':_0x1f3ff0,'createTexture':_0x3741f3,'createFramebuffer':_0x312839,'createRawRenderState':_0xca9ad,'viewRectangleToLonLatRange':_0x514567};}());var segmentDraw_vert='in\x20vec2\x20st;\x0a//\x20it\x20is\x20not\x20normal\x20itself,\x20but\x20used\x20to\x20control\x20normal\x0ain\x20vec3\x20normal;\x20//\x20(point\x20to\x20use,\x20offset\x20sign,\x20not\x20used\x20component)\x0a\x0auniform\x20sampler2D\x20currentParticlesPosition;\x0auniform\x20sampler2D\x20postProcessingPosition;\x0auniform\x20sampler2D\x20postProcessingSpeed;\x0a\x0auniform\x20float\x20particleHeight;\x0a\x0auniform\x20float\x20aspect;\x0auniform\x20float\x20pixelSize;\x0auniform\x20float\x20lineWidth;\x0a\x0aout\x20float\x20speedNormalization;\x0a\x0avec3\x20convertCoordinate(vec3\x20lonLatLev)\x20{\x0a\x20\x20\x20\x20//\x20WGS84\x20(lon,\x20lat,\x20lev)\x20->\x20ECEF\x20(x,\x20y,\x20z)\x0a\x20\x20\x20\x20//\x20see\x20https://en.wikipedia.org/wiki/Geographic_coordinate_conversion#From_geodetic_to_ECEF_coordinates\x20for\x20detail\x0a\x0a\x20\x20\x20\x20//\x20WGS\x2084\x20geometric\x20constants\x0a\x20\x20\x20\x20float\x20a\x20=\x206378137.0;\x20//\x20Semi-major\x20axis\x0a\x20\x20\x20\x20float\x20b\x20=\x206356752.3142;\x20//\x20Semi-minor\x20axis\x0a\x20\x20\x20\x20float\x20e2\x20=\x206.69437999014e-3;\x20//\x20First\x20eccentricity\x20squared\x0a\x0a\x20\x20\x20\x20float\x20latitude\x20=\x20radians(lonLatLev.y);\x0a\x20\x20\x20\x20float\x20longitude\x20=\x20radians(lonLatLev.x);\x0a\x0a\x20\x20\x20\x20float\x20cosLat\x20=\x20cos(latitude);\x0a\x20\x20\x20\x20float\x20sinLat\x20=\x20sin(latitude);\x0a\x20\x20\x20\x20float\x20cosLon\x20=\x20cos(longitude);\x0a\x20\x20\x20\x20float\x20sinLon\x20=\x20sin(longitude);\x0a\x0a\x20\x20\x20\x20float\x20N_Phi\x20=\x20a\x20/\x20sqrt(1.0\x20-\x20e2\x20*\x20sinLat\x20*\x20sinLat);\x0a\x20\x20\x20\x20float\x20h\x20=\x20particleHeight;\x20//\x20it\x20should\x20be\x20high\x20enough\x20otherwise\x20the\x20particle\x20may\x20not\x20pass\x20the\x20terrain\x20depth\x20test\x0a\x0a\x20\x20\x20\x20vec3\x20cartesian\x20=\x20vec3(0.0);\x0a\x20\x20\x20\x20cartesian.x\x20=\x20(N_Phi\x20+\x20h)\x20*\x20cosLat\x20*\x20cosLon;\x0a\x20\x20\x20\x20cartesian.y\x20=\x20(N_Phi\x20+\x20h)\x20*\x20cosLat\x20*\x20sinLon;\x0a\x20\x20\x20\x20cartesian.z\x20=\x20((b\x20*\x20b)\x20/\x20(a\x20*\x20a)\x20*\x20N_Phi\x20+\x20h)\x20*\x20sinLat;\x0a\x20\x20\x20\x20return\x20cartesian;\x0a}\x0a\x0avec4\x20calcProjectedCoordinate(vec3\x20lonLatLev)\x20{\x0a\x20\x20\x20\x20//\x20the\x20range\x20of\x20longitude\x20in\x20Cesium\x20is\x20[-180,\x20180]\x20but\x20the\x20range\x20of\x20longitude\x20in\x20the\x20NetCDF\x20file\x20is\x20[0,\x20360]\x0a\x20\x20\x20\x20//\x20[0,\x20180]\x20is\x20corresponding\x20to\x20[0,\x20180]\x20and\x20[180,\x20360]\x20is\x20corresponding\x20to\x20[-180,\x200]\x0a\x20\x20\x20\x20lonLatLev.x\x20=\x20mod(lonLatLev.x\x20+\x20180.0,\x20360.0)\x20-\x20180.0;\x0a\x20\x20\x20\x20vec3\x20particlePosition\x20=\x20convertCoordinate(lonLatLev);\x0a\x20\x20\x20\x20vec4\x20projectedCoordinate\x20=\x20czm_modelViewProjection\x20*\x20vec4(particlePosition,\x201.0);\x0a\x20\x20\x20\x20return\x20projectedCoordinate;\x0a}\x0a\x0avec4\x20calcOffset(vec4\x20currentProjectedCoordinate,\x20vec4\x20nextProjectedCoordinate,\x20float\x20offsetSign)\x20{\x0a\x20\x20\x20\x20vec2\x20aspectVec2\x20=\x20vec2(aspect,\x201.0);\x0a\x20\x20\x20\x20vec2\x20currentXY\x20=\x20(currentProjectedCoordinate.xy\x20/\x20currentProjectedCoordinate.w)\x20*\x20aspectVec2;\x0a\x20\x20\x20\x20vec2\x20nextXY\x20=\x20(nextProjectedCoordinate.xy\x20/\x20nextProjectedCoordinate.w)\x20*\x20aspectVec2;\x0a\x0a\x20\x20\x20\x20float\x20offsetLength\x20=\x20lineWidth\x20/\x202.0;\x0a\x20\x20\x20\x20vec2\x20direction\x20=\x20normalize(nextXY\x20-\x20currentXY);\x0a\x20\x20\x20\x20vec2\x20normalVector\x20=\x20vec2(-direction.y,\x20direction.x);\x0a\x20\x20\x20\x20normalVector.x\x20=\x20normalVector.x\x20/\x20aspect;\x0a\x20\x20\x20\x20normalVector\x20=\x20offsetLength\x20*\x20normalVector;\x0a\x0a\x20\x20\x20\x20vec4\x20offset\x20=\x20vec4(offsetSign\x20*\x20normalVector,\x200.0,\x200.0);\x0a\x20\x20\x20\x20return\x20offset;\x0a}\x0a\x0avoid\x20main()\x20{\x0a\x20\x20\x20\x20vec2\x20particleIndex\x20=\x20st;\x0a\x0a\x20\x20\x20\x20vec3\x20currentPosition\x20=\x20texture(currentParticlesPosition,\x20particleIndex).rgb;\x0a\x20\x20\x20\x20vec4\x20nextPosition\x20=\x20texture(postProcessingPosition,\x20particleIndex);\x0a\x0a\x20\x20\x20\x20vec4\x20currentProjectedCoordinate\x20=\x20vec4(0.0);\x0a\x20\x20\x20\x20vec4\x20nextProjectedCoordinate\x20=\x20vec4(0.0);\x0a\x20\x20\x20\x20if\x20(nextPosition.w\x20>\x200.0)\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20currentProjectedCoordinate\x20=\x20calcProjectedCoordinate(currentPosition);\x0a\x20\x20\x20\x20\x20\x20\x20\x20nextProjectedCoordinate\x20=\x20calcProjectedCoordinate(currentPosition);\x0a\x20\x20\x20\x20}\x20else\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20currentProjectedCoordinate\x20=\x20calcProjectedCoordinate(currentPosition);\x0a\x20\x20\x20\x20\x20\x20\x20\x20nextProjectedCoordinate\x20=\x20calcProjectedCoordinate(nextPosition.xyz);\x0a\x20\x20\x20\x20}\x0a\x0a\x20\x20\x20\x20float\x20pointToUse\x20=\x20normal.x;\x20//\x20-1\x20is\x20currentProjectedCoordinate\x20and\x20+1\x20is\x20nextProjectedCoordinate\x0a\x20\x20\x20\x20float\x20offsetSign\x20=\x20normal.y;\x0a\x0a\x20\x20\x20\x20vec4\x20offset\x20=\x20pixelSize\x20*\x20calcOffset(currentProjectedCoordinate,\x20nextProjectedCoordinate,\x20offsetSign);\x0a\x20\x20\x20\x20if\x20(pointToUse\x20<\x200.0)\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20gl_Position\x20=\x20currentProjectedCoordinate\x20+\x20offset;\x0a\x20\x20\x20\x20}\x20else\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20gl_Position\x20=\x20nextProjectedCoordinate\x20+\x20offset;\x0a\x20\x20\x20\x20}\x0a\x0a\x20\x20\x20\x20speedNormalization\x20=\x20texture(postProcessingSpeed,\x20particleIndex).a;\x0a}\x0a',segmentDraw_frag='uniform\x20sampler2D\x20colorTable;\x0a\x0ain\x20float\x20speedNormalization;\x0a\x0avoid\x20main()\x20{\x0a\x20\x20\x20\x20out_FragColor\x20=\x20texture(colorTable,\x20vec2(speedNormalization,\x200.0));\x0a}\x0a',fullscreen_vert=_0x1c87b7(0x11b),trailDraw_frag='uniform\x20sampler2D\x20segmentsColorTexture;\x0auniform\x20sampler2D\x20segmentsDepthTexture;\x0a\x0auniform\x20sampler2D\x20currentTrailsColor;\x0auniform\x20sampler2D\x20trailsDepthTexture;\x0a\x0auniform\x20float\x20fadeOpacity;\x0a\x0ain\x20vec2\x20textureCoordinate;\x0a\x0avoid\x20main()\x20{\x0a\x20\x20\x20\x20vec4\x20pointsColor\x20=\x20texture(segmentsColorTexture,\x20textureCoordinate);\x0a\x20\x20\x20\x20vec4\x20trailsColor\x20=\x20texture(currentTrailsColor,\x20textureCoordinate);\x0a\x0a\x20\x20\x20\x20trailsColor\x20=\x20floor(fadeOpacity\x20*\x20255.0\x20*\x20trailsColor)\x20/\x20255.0;\x20//\x20make\x20sure\x20the\x20trailsColor\x20will\x20be\x20strictly\x20decreased\x0a\x0a\x20\x20\x20\x20float\x20pointsDepth\x20=\x20texture(segmentsDepthTexture,\x20textureCoordinate).r;\x0a\x20\x20\x20\x20float\x20trailsDepth\x20=\x20texture(trailsDepthTexture,\x20textureCoordinate).r;\x0a\x20\x20\x20\x20float\x20globeDepth\x20=\x20czm_unpackDepth(texture(czm_globeDepthTexture,\x20textureCoordinate));\x0a\x0a\x20\x20\x20\x20out_FragColor\x20=\x20vec4(0.0);\x0a\x20\x20\x20\x20if\x20(pointsDepth\x20<\x20globeDepth)\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20out_FragColor\x20=\x20out_FragColor\x20+\x20pointsColor;\x0a\x20\x20\x20\x20}\x0a\x20\x20\x20\x20if\x20(trailsDepth\x20<\x20globeDepth)\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20out_FragColor\x20=\x20out_FragColor\x20+\x20trailsColor;\x0a\x20\x20\x20\x20}\x0a\x20\x20\x20\x20gl_FragDepth\x20=\x20min(pointsDepth,\x20trailsDepth);\x0a}\x0a',screenDraw_frag='uniform\x20sampler2D\x20trailsColorTexture;\x0auniform\x20sampler2D\x20trailsDepthTexture;\x0a\x0ain\x20vec2\x20textureCoordinate;\x0a\x0avoid\x20main()\x20{\x0a\x20\x20\x20\x20vec4\x20trailsColor\x20=\x20texture(trailsColorTexture,\x20textureCoordinate);\x0a\x20\x20\x20\x20float\x20trailsDepth\x20=\x20texture(trailsDepthTexture,\x20textureCoordinate).r;\x0a\x20\x20\x20\x20float\x20globeDepth\x20=\x20czm_unpackDepth(texture(czm_globeDepthTexture,\x20textureCoordinate));\x0a\x0a\x20\x20\x20\x20if\x20(trailsDepth\x20<\x20globeDepth)\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20out_FragColor\x20=\x20trailsColor;\x0a\x20\x20\x20\x20}\x20else\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20out_FragColor\x20=\x20vec4(0.0);\x0a\x20\x20\x20\x20}\x0a}\x0a';const Cesium$4=mars3d__namespace[_0x1c87b7(0x18c)];class ParticlesRendering{constructor(_0x3d6ee7,_0x3f384c,_0xefe5e6,_0xc3bfe1,_0x56557f){const _0x39004e=_0x1c87b7;this[_0x39004e(0xd1)](_0x3d6ee7,_0x3f384c,_0xefe5e6['colors']),this['createRenderingFramebuffers'](_0x3d6ee7),this['createRenderingPrimitives'](_0x3d6ee7,_0xefe5e6,_0xc3bfe1,_0x56557f);}[_0x1c87b7(0xd1)](_0x23c801,_0x586d07,_0x3c9c20){const _0x56125a=_0x1c87b7,_0x454599={'context':_0x23c801,'width':_0x23c801[_0x56125a(0x100)],'height':_0x23c801['drawingBufferHeight'],'pixelFormat':Cesium$4[_0x56125a(0x162)]['RGBA'],'pixelDatatype':Cesium$4[_0x56125a(0xef)]['UNSIGNED_BYTE']},_0x3aa6d6={'context':_0x23c801,'width':_0x23c801['drawingBufferWidth'],'height':_0x23c801[_0x56125a(0xfa)],'pixelFormat':Cesium$4['PixelFormat']['DEPTH_COMPONENT'],'pixelDatatype':Cesium$4[_0x56125a(0xef)]['UNSIGNED_INT']},_0x2719e4=_0x3c9c20['length'],_0x3acadf=new Float32Array(_0x2719e4*0x3);for(let _0x5607cb=0x0;_0x5607cb<_0x2719e4;_0x5607cb++){const _0x1c60a2=Cesium$4['Color'][_0x56125a(0x15c)](_0x3c9c20[_0x5607cb]);_0x3acadf[0x3*_0x5607cb]=_0x1c60a2[_0x56125a(0x178)],_0x3acadf[0x3*_0x5607cb+0x1]=_0x1c60a2[_0x56125a(0xc7)],_0x3acadf[0x3*_0x5607cb+0x2]=_0x1c60a2[_0x56125a(0x127)];}const _0x21ff6a={'context':_0x23c801,'width':_0x2719e4,'height':0x1,'pixelFormat':Cesium$4[_0x56125a(0x162)]['RGB'],'pixelDatatype':Cesium$4[_0x56125a(0xef)]['FLOAT'],'sampler':new Cesium$4[(_0x56125a(0xc1))]({'minificationFilter':Cesium$4['TextureMinificationFilter'][_0x56125a(0x17d)],'magnificationFilter':Cesium$4[_0x56125a(0x156)]['LINEAR']})};this['textures']={'segmentsColor':Util[_0x56125a(0x155)](_0x454599),'segmentsDepth':Util['createTexture'](_0x3aa6d6),'currentTrailsColor':Util[_0x56125a(0x155)](_0x454599),'currentTrailsDepth':Util['createTexture'](_0x3aa6d6),'nextTrailsColor':Util[_0x56125a(0x155)](_0x454599),'nextTrailsDepth':Util['createTexture'](_0x3aa6d6),'colorTable':Util['createTexture'](_0x21ff6a,_0x3acadf)};}[_0x1c87b7(0xc3)](_0x40c776){const _0x3dddb0=_0x1c87b7;this['framebuffers']={'segments':Util[_0x3dddb0(0x124)](_0x40c776,this[_0x3dddb0(0x1b0)]['segmentsColor'],this[_0x3dddb0(0x1b0)][_0x3dddb0(0x142)]),'currentTrails':Util['createFramebuffer'](_0x40c776,this['textures']['currentTrailsColor'],this[_0x3dddb0(0x1b0)]['currentTrailsDepth']),'nextTrails':Util[_0x3dddb0(0x124)](_0x40c776,this['textures'][_0x3dddb0(0xc2)],this['textures']['nextTrailsDepth'])};}['createSegmentsGeometry'](_0x11ddd8){const _0xe122e6=_0x1c87b7,_0x2d9627=0x4;let _0x1f226e=[];for(let _0xa29845=0x0;_0xa29845<_0x11ddd8[_0xe122e6(0x13c)];_0xa29845++){for(let _0x28dab4=0x0;_0x28dab4<_0x11ddd8[_0xe122e6(0x13c)];_0x28dab4++){for(let _0x26160c=0x0;_0x26160c<_0x2d9627;_0x26160c++){_0x1f226e['push'](_0xa29845/_0x11ddd8['particlesTextureSize']),_0x1f226e['push'](_0x28dab4/_0x11ddd8['particlesTextureSize']);}}}_0x1f226e=new Float32Array(_0x1f226e);let _0x556a98=[];const _0x1ab12b=[-0x1,0x1],_0x1aecbe=[-0x1,0x1];for(let _0x1a6440=0x0;_0x1a6440<_0x11ddd8['maxParticles'];_0x1a6440++){for(let _0xfe1c2a=0x0;_0xfe1c2a<_0x2d9627/0x2;_0xfe1c2a++){for(let _0x3be5c8=0x0;_0x3be5c8<_0x2d9627/0x2;_0x3be5c8++){_0x556a98[_0xe122e6(0xc9)](_0x1ab12b[_0xfe1c2a]),_0x556a98[_0xe122e6(0xc9)](_0x1aecbe[_0x3be5c8]),_0x556a98[_0xe122e6(0xc9)](0x0);}}}_0x556a98=new Float32Array(_0x556a98);const _0xcfbadf=0x6*_0x11ddd8[_0xe122e6(0x180)],_0x48a82c=new Uint32Array(_0xcfbadf);for(let _0x2f04e0=0x0,_0x5b2628=0x0,_0x3c0d4b=0x0;_0x2f04e0<_0x11ddd8['maxParticles'];_0x2f04e0++){_0x48a82c[_0x5b2628++]=_0x3c0d4b+0x0,_0x48a82c[_0x5b2628++]=_0x3c0d4b+0x1,_0x48a82c[_0x5b2628++]=_0x3c0d4b+0x2,_0x48a82c[_0x5b2628++]=_0x3c0d4b+0x2,_0x48a82c[_0x5b2628++]=_0x3c0d4b+0x1,_0x48a82c[_0x5b2628++]=_0x3c0d4b+0x3,_0x3c0d4b+=0x4;}const _0x3da12e=new Cesium$4[(_0xe122e6(0xdf))]({'attributes':new Cesium$4[(_0xe122e6(0x114))]({'st':new Cesium$4['GeometryAttribute']({'componentDatatype':Cesium$4['ComponentDatatype']['FLOAT'],'componentsPerAttribute':0x2,'values':_0x1f226e}),'normal':new Cesium$4[(_0xe122e6(0x179))]({'componentDatatype':Cesium$4['ComponentDatatype']['FLOAT'],'componentsPerAttribute':0x3,'values':_0x556a98})}),'indices':_0x48a82c});return _0x3da12e;}['createRenderingPrimitives'](_0x5eb6ae,_0x4c4159,_0x5b1e27,_0x5f0c0b){const _0x6a3f95=_0x1c87b7,_0x4a7d7=this;this['primitives']={'segments':new CustomPrimitive({'commandType':'Draw','attributeLocations':{'st':0x0,'normal':0x1},'geometry':this['createSegmentsGeometry'](_0x4c4159),'primitiveType':Cesium$4['PrimitiveType']['TRIANGLES'],'uniformMap':{'currentParticlesPosition':function(){return _0x5f0c0b['particlesTextures']['currentParticlesPosition'];},'postProcessingPosition':function(){return _0x5f0c0b['particlesTextures']['postProcessingPosition'];},'postProcessingSpeed':function(){return _0x5f0c0b['particlesTextures']['postProcessingSpeed'];},'colorTable':function(){const _0x554a49=_0x1cfd;return _0x4a7d7[_0x554a49(0x1b0)][_0x554a49(0x16b)];},'aspect':function(){const _0x2c7bac=_0x1cfd;return _0x5eb6ae['drawingBufferWidth']/_0x5eb6ae[_0x2c7bac(0xfa)];},'pixelSize':function(){return _0x5b1e27['pixelSize'];},'lineWidth':function(){return _0x4c4159['lineWidth'];},'particleHeight':function(){return _0x4c4159['particleHeight'];}},'vertexShaderSource':new Cesium$4['ShaderSource']({'sources':[segmentDraw_vert]}),'fragmentShaderSource':new Cesium$4['ShaderSource']({'sources':[segmentDraw_frag]}),'rawRenderState':Util['createRawRenderState']({'viewport':undefined,'depthTest':{'enabled':!![]},'depthMask':!![]}),'framebuffer':this[_0x6a3f95(0x174)]['segments'],'autoClear':!![]}),'trails':new CustomPrimitive({'commandType':_0x6a3f95(0x164),'attributeLocations':{'position':0x0,'st':0x1},'geometry':Util[_0x6a3f95(0x1a7)](),'primitiveType':Cesium$4['PrimitiveType']['TRIANGLES'],'uniformMap':{'segmentsColorTexture':function(){return _0x4a7d7['textures']['segmentsColor'];},'segmentsDepthTexture':function(){return _0x4a7d7['textures']['segmentsDepth'];},'currentTrailsColor':function(){const _0x52e7ec=_0x6a3f95;return _0x4a7d7['framebuffers']['currentTrails'][_0x52e7ec(0x141)](0x0);},'trailsDepthTexture':function(){const _0xdff40c=_0x6a3f95;return _0x4a7d7['framebuffers'][_0xdff40c(0x193)]['depthTexture'];},'fadeOpacity':function(){return _0x4c4159['fadeOpacity'];}},'vertexShaderSource':new Cesium$4['ShaderSource']({'defines':['DISABLE_GL_POSITION_LOG_DEPTH'],'sources':[fullscreen_vert]}),'fragmentShaderSource':new Cesium$4[(_0x6a3f95(0x143))]({'defines':['DISABLE_LOG_DEPTH_FRAGMENT_WRITE'],'sources':[trailDraw_frag]}),'rawRenderState':Util['createRawRenderState']({'viewport':undefined,'depthTest':{'enabled':!![],'func':Cesium$4['DepthFunction']['ALWAYS']},'depthMask':!![]}),'framebuffer':this[_0x6a3f95(0x174)][_0x6a3f95(0x12f)],'autoClear':!![],'preExecute':function(){const _0x4c8a0a=_0x6a3f95,_0x670fd6=_0x4a7d7[_0x4c8a0a(0x174)][_0x4c8a0a(0x193)];_0x4a7d7['framebuffers']['currentTrails']=_0x4a7d7['framebuffers']['nextTrails'],_0x4a7d7['framebuffers']['nextTrails']=_0x670fd6,_0x4a7d7[_0x4c8a0a(0xf6)]['trails'][_0x4c8a0a(0x172)]['framebuffer']=_0x4a7d7[_0x4c8a0a(0x174)]['nextTrails'],_0x4a7d7[_0x4c8a0a(0xf6)]['trails']['clearCommand']['framebuffer']=_0x4a7d7[_0x4c8a0a(0x174)]['nextTrails'];}}),'screen':new CustomPrimitive({'commandType':_0x6a3f95(0x164),'attributeLocations':{'position':0x0,'st':0x1},'geometry':Util[_0x6a3f95(0x1a7)](),'primitiveType':Cesium$4['PrimitiveType'][_0x6a3f95(0xf3)],'uniformMap':{'trailsColorTexture':function(){const _0x303a2e=_0x6a3f95;return _0x4a7d7[_0x303a2e(0x174)]['nextTrails'][_0x303a2e(0x141)](0x0);},'trailsDepthTexture':function(){const _0x18264e=_0x6a3f95;return _0x4a7d7['framebuffers']['nextTrails'][_0x18264e(0xf8)];}},'vertexShaderSource':new Cesium$4[(_0x6a3f95(0x143))]({'defines':['DISABLE_GL_POSITION_LOG_DEPTH'],'sources':[fullscreen_vert]}),'fragmentShaderSource':new Cesium$4['ShaderSource']({'defines':['DISABLE_LOG_DEPTH_FRAGMENT_WRITE'],'sources':[screenDraw_frag]}),'rawRenderState':Util['createRawRenderState']({'viewport':undefined,'depthTest':{'enabled':![]},'depthMask':!![],'blending':{'enabled':!![]}}),'framebuffer':undefined})};}}var getWind_frag='//\x20the\x20size\x20of\x20UV\x20textures:\x20width\x20=\x20lon,\x20height\x20=\x20lat*lev\x0auniform\x20sampler2D\x20U;\x20//\x20eastward\x20wind\x0auniform\x20sampler2D\x20V;\x20//\x20northward\x20wind\x0a\x0auniform\x20sampler2D\x20currentParticlesPosition;\x20//\x20(lon,\x20lat,\x20lev)\x0a\x0auniform\x20vec3\x20dimension;\x20//\x20(lon,\x20lat,\x20lev)\x0auniform\x20vec3\x20minimum;\x20//\x20minimum\x20of\x20each\x20dimension\x0auniform\x20vec3\x20maximum;\x20//\x20maximum\x20of\x20each\x20dimension\x0auniform\x20vec3\x20interval;\x20//\x20interval\x20of\x20each\x20dimension\x0a\x0ain\x20vec2\x20v_textureCoordinates;\x0a\x0avec2\x20mapPositionToNormalizedIndex2D(vec3\x20lonLatLev)\x20{\x0a\x20\x20\x20\x20//\x20ensure\x20the\x20range\x20of\x20longitude\x20and\x20latitude\x0a\x20\x20\x20\x20lonLatLev.x\x20=\x20mod(lonLatLev.x,\x20360.0);\x0a\x20\x20\x20\x20lonLatLev.y\x20=\x20clamp(lonLatLev.y,\x20-90.0,\x2090.0);\x0a\x0a\x20\x20\x20\x20vec3\x20index3D\x20=\x20vec3(0.0);\x0a\x20\x20\x20\x20index3D.x\x20=\x20(lonLatLev.x\x20-\x20minimum.x)\x20/\x20interval.x;\x0a\x20\x20\x20\x20index3D.y\x20=\x20(lonLatLev.y\x20-\x20minimum.y)\x20/\x20interval.y;\x0a\x20\x20\x20\x20index3D.z\x20=\x20(lonLatLev.z\x20-\x20minimum.z)\x20/\x20interval.z;\x0a\x0a\x20\x20\x20\x20//\x20the\x20st\x20texture\x20coordinate\x20corresponding\x20to\x20(col,\x20row)\x20index\x0a\x20\x20\x20\x20//\x20example\x0a\x20\x20\x20\x20//\x20data\x20array\x20is\x20[0,\x201,\x202,\x203,\x204,\x205],\x20width\x20=\x203,\x20height\x20=\x202\x0a\x20\x20\x20\x20//\x20the\x20content\x20of\x20texture\x20will\x20be\x0a\x20\x20\x20\x20//\x20t\x201.0\x0a\x20\x20\x20\x20//\x20\x20\x20\x20|\x20\x203\x204\x205\x0a\x20\x20\x20\x20//\x20\x20\x20\x20|\x0a\x20\x20\x20\x20//\x20\x20\x20\x20|\x20\x200\x201\x202\x0a\x20\x20\x20\x20//\x20\x20\x200.0------1.0\x20s\x0a\x0a\x20\x20\x20\x20vec2\x20index2D\x20=\x20vec2(index3D.x,\x20index3D.z\x20*\x20dimension.y\x20+\x20index3D.y);\x0a\x20\x20\x20\x20vec2\x20normalizedIndex2D\x20=\x20vec2(index2D.x\x20/\x20dimension.x,\x20index2D.y\x20/\x20(dimension.y\x20*\x20dimension.z));\x0a\x20\x20\x20\x20return\x20normalizedIndex2D;\x0a}\x0a\x0afloat\x20getWind(sampler2D\x20windTexture,\x20vec3\x20lonLatLev)\x20{\x0a\x20\x20\x20\x20vec2\x20normalizedIndex2D\x20=\x20mapPositionToNormalizedIndex2D(lonLatLev);\x0a\x20\x20\x20\x20float\x20result\x20=\x20texture(windTexture,\x20normalizedIndex2D).r;\x0a\x20\x20\x20\x20return\x20result;\x0a}\x0a\x0aconst\x20mat4\x20kernelMatrix\x20=\x20mat4(\x0a\x20\x20\x20\x200.0,\x20-1.0,\x202.0,\x20-1.0,\x20//\x20first\x20column\x0a\x20\x20\x20\x202.0,\x200.0,\x20-5.0,\x203.0,\x20//\x20second\x20column\x0a\x20\x20\x20\x200.0,\x201.0,\x204.0,\x20-3.0,\x20//\x20third\x20column\x0a\x20\x20\x20\x200.0,\x200.0,\x20-1.0,\x201.0\x20//\x20fourth\x20column\x0a);\x0afloat\x20oneDimensionInterpolation(float\x20t,\x20float\x20p0,\x20float\x20p1,\x20float\x20p2,\x20float\x20p3)\x20{\x0a\x20\x20\x20\x20vec4\x20tVec4\x20=\x20vec4(1.0,\x20t,\x20t\x20*\x20t,\x20t\x20*\x20t\x20*\x20t);\x0a\x20\x20\x20\x20tVec4\x20=\x20tVec4\x20/\x202.0;\x0a\x20\x20\x20\x20vec4\x20pVec4\x20=\x20vec4(p0,\x20p1,\x20p2,\x20p3);\x0a\x20\x20\x20\x20return\x20dot((tVec4\x20*\x20kernelMatrix),\x20pVec4);\x0a}\x0a\x0afloat\x20calculateB(sampler2D\x20windTexture,\x20float\x20t,\x20float\x20lon,\x20float\x20lat,\x20float\x20lev)\x20{\x0a\x20\x20\x20\x20float\x20lon0\x20=\x20floor(lon)\x20-\x201.0\x20*\x20interval.x;\x0a\x20\x20\x20\x20float\x20lon1\x20=\x20floor(lon);\x0a\x20\x20\x20\x20float\x20lon2\x20=\x20floor(lon)\x20+\x201.0\x20*\x20interval.x;\x0a\x20\x20\x20\x20float\x20lon3\x20=\x20floor(lon)\x20+\x202.0\x20*\x20interval.x;\x0a\x0a\x20\x20\x20\x20float\x20p0\x20=\x20getWind(windTexture,\x20vec3(lon0,\x20lat,\x20lev));\x0a\x20\x20\x20\x20float\x20p1\x20=\x20getWind(windTexture,\x20vec3(lon1,\x20lat,\x20lev));\x0a\x20\x20\x20\x20float\x20p2\x20=\x20getWind(windTexture,\x20vec3(lon2,\x20lat,\x20lev));\x0a\x20\x20\x20\x20float\x20p3\x20=\x20getWind(windTexture,\x20vec3(lon3,\x20lat,\x20lev));\x0a\x0a\x20\x20\x20\x20return\x20oneDimensionInterpolation(t,\x20p0,\x20p1,\x20p2,\x20p3);\x0a}\x0a\x0afloat\x20interpolateOneTexture(sampler2D\x20windTexture,\x20vec3\x20lonLatLev)\x20{\x0a\x20\x20\x20\x20float\x20lon\x20=\x20lonLatLev.x;\x0a\x20\x20\x20\x20float\x20lat\x20=\x20lonLatLev.y;\x0a\x20\x20\x20\x20float\x20lev\x20=\x20lonLatLev.z;\x0a\x0a\x20\x20\x20\x20float\x20lat0\x20=\x20floor(lat)\x20-\x201.0\x20*\x20interval.y;\x0a\x20\x20\x20\x20float\x20lat1\x20=\x20floor(lat);\x0a\x20\x20\x20\x20float\x20lat2\x20=\x20floor(lat)\x20+\x201.0\x20*\x20interval.y;\x0a\x20\x20\x20\x20float\x20lat3\x20=\x20floor(lat)\x20+\x202.0\x20*\x20interval.y;\x0a\x0a\x20\x20\x20\x20vec2\x20coefficient\x20=\x20lonLatLev.xy\x20-\x20floor(lonLatLev.xy);\x0a\x20\x20\x20\x20float\x20b0\x20=\x20calculateB(windTexture,\x20coefficient.x,\x20lon,\x20lat0,\x20lev);\x0a\x20\x20\x20\x20float\x20b1\x20=\x20calculateB(windTexture,\x20coefficient.x,\x20lon,\x20lat1,\x20lev);\x0a\x20\x20\x20\x20float\x20b2\x20=\x20calculateB(windTexture,\x20coefficient.x,\x20lon,\x20lat2,\x20lev);\x0a\x20\x20\x20\x20float\x20b3\x20=\x20calculateB(windTexture,\x20coefficient.x,\x20lon,\x20lat3,\x20lev);\x0a\x0a\x20\x20\x20\x20return\x20oneDimensionInterpolation(coefficient.y,\x20b0,\x20b1,\x20b2,\x20b3);\x0a}\x0a\x0avec3\x20bicubic(vec3\x20lonLatLev)\x20{\x0a\x20\x20\x20\x20//\x20https://en.wikipedia.org/wiki/Bicubic_interpolation#Bicubic_convolution_algorithm\x0a\x20\x20\x20\x20float\x20u\x20=\x20interpolateOneTexture(U,\x20lonLatLev);\x0a\x20\x20\x20\x20float\x20v\x20=\x20interpolateOneTexture(V,\x20lonLatLev);\x0a\x20\x20\x20\x20float\x20w\x20=\x200.0;\x0a\x20\x20\x20\x20return\x20vec3(u,\x20v,\x20w);\x0a}\x0a\x0avoid\x20main()\x20{\x0a\x20\x20\x20\x20//\x20texture\x20coordinate\x20must\x20be\x20normalized\x0a\x20\x20\x20\x20vec3\x20lonLatLev\x20=\x20texture(currentParticlesPosition,\x20v_textureCoordinates).rgb;\x0a\x20\x20\x20\x20vec3\x20windVector\x20=\x20bicubic(lonLatLev);\x0a\x20\x20\x20\x20out_FragColor\x20=\x20vec4(windVector,\x200.0);\x0a}\x0a',updateSpeed_frag='uniform\x20sampler2D\x20currentParticlesSpeed;\x20//\x20(u,\x20v,\x20w,\x20normalization)\x0auniform\x20sampler2D\x20particlesWind;\x0a\x0a//\x20used\x20to\x20calculate\x20the\x20wind\x20norm\x0auniform\x20vec2\x20uSpeedRange;\x20//\x20(min,\x20max);\x0auniform\x20vec2\x20vSpeedRange;\x0auniform\x20float\x20pixelSize;\x0auniform\x20float\x20speedFactor;\x0a\x0ain\x20vec2\x20v_textureCoordinates;\x0a\x0afloat\x20calculateWindNorm(vec3\x20speed)\x20{\x0a\x20\x20\x20\x20vec3\x20percent\x20=\x20vec3(0.0);\x0a\x20\x20\x20\x20percent.x\x20=\x20(speed.x\x20-\x20uSpeedRange.x)\x20/\x20(uSpeedRange.y\x20-\x20uSpeedRange.x);\x0a\x20\x20\x20\x20percent.y\x20=\x20(speed.y\x20-\x20vSpeedRange.x)\x20/\x20(vSpeedRange.y\x20-\x20vSpeedRange.x);\x0a\x20\x20\x20\x20float\x20normalization\x20=\x20length(percent);\x0a\x0a\x20\x20\x20\x20return\x20normalization;\x0a}\x0a\x0avoid\x20main()\x20{\x0a\x20\x20\x20\x20//\x20texture\x20coordinate\x20must\x20be\x20normalized\x0a\x20\x20\x20\x20//\x20vec3\x20currentSpeed\x20=\x20texture(currentParticlesSpeed,\x20v_textureCoordinates).rgb;\x0a\x20\x20\x20\x20vec3\x20windVector\x20=\x20texture(particlesWind,\x20v_textureCoordinates).rgb;\x0a\x0a\x20\x20\x20\x20vec4\x20nextSpeed\x20=\x20vec4(speedFactor\x20*\x20pixelSize\x20*\x20windVector,\x20calculateWindNorm(windVector));\x0a\x20\x20\x20\x20out_FragColor\x20=\x20nextSpeed;\x0a}\x0a',updatePosition_frag='uniform\x20sampler2D\x20currentParticlesPosition;\x20//\x20(lon,\x20lat,\x20lev)\x0auniform\x20sampler2D\x20currentParticlesSpeed;\x20//\x20(u,\x20v,\x20w,\x20normalization)\x0a\x0ain\x20vec2\x20v_textureCoordinates;\x0a\x0avec2\x20lengthOfLonLat(vec3\x20lonLatLev)\x20{\x0a\x20\x20\x20\x20//\x20unit\x20conversion:\x20meters\x20->\x20longitude\x20latitude\x20degrees\x0a\x20\x20\x20\x20//\x20see\x20https://en.wikipedia.org/wiki/Geographic_coordinate_system#Length_of_a_degree\x20for\x20detail\x0a\x0a\x20\x20\x20\x20//\x20Calculate\x20the\x20length\x20of\x20a\x20degree\x20of\x20latitude\x20and\x20longitude\x20in\x20meters\x0a\x20\x20\x20\x20float\x20latitude\x20=\x20radians(lonLatLev.y);\x0a\x0a\x20\x20\x20\x20float\x20term1\x20=\x20111132.92;\x0a\x20\x20\x20\x20float\x20term2\x20=\x20559.82\x20*\x20cos(2.0\x20*\x20latitude);\x0a\x20\x20\x20\x20float\x20term3\x20=\x201.175\x20*\x20cos(4.0\x20*\x20latitude);\x0a\x20\x20\x20\x20float\x20term4\x20=\x200.0023\x20*\x20cos(6.0\x20*\x20latitude);\x0a\x20\x20\x20\x20float\x20latLength\x20=\x20term1\x20-\x20term2\x20+\x20term3\x20-\x20term4;\x0a\x0a\x20\x20\x20\x20float\x20term5\x20=\x20111412.84\x20*\x20cos(latitude);\x0a\x20\x20\x20\x20float\x20term6\x20=\x2093.5\x20*\x20cos(3.0\x20*\x20latitude);\x0a\x20\x20\x20\x20float\x20term7\x20=\x200.118\x20*\x20cos(5.0\x20*\x20latitude);\x0a\x20\x20\x20\x20float\x20longLength\x20=\x20term5\x20-\x20term6\x20+\x20term7;\x0a\x0a\x20\x20\x20\x20return\x20vec2(longLength,\x20latLength);\x0a}\x0a\x0avoid\x20updatePosition(vec3\x20lonLatLev,\x20vec3\x20speed)\x20{\x0a\x20\x20\x20\x20vec2\x20lonLatLength\x20=\x20lengthOfLonLat(lonLatLev);\x0a\x20\x20\x20\x20float\x20u\x20=\x20speed.x\x20/\x20lonLatLength.x;\x0a\x20\x20\x20\x20float\x20v\x20=\x20speed.y\x20/\x20lonLatLength.y;\x0a\x20\x20\x20\x20float\x20w\x20=\x200.0;\x0a\x20\x20\x20\x20vec3\x20windVectorInLonLatLev\x20=\x20vec3(u,\x20v,\x20w);\x0a\x0a\x20\x20\x20\x20vec3\x20nextParticle\x20=\x20lonLatLev\x20+\x20windVectorInLonLatLev;\x0a\x0a\x20\x20\x20\x20out_FragColor\x20=\x20vec4(nextParticle,\x200.0);\x0a}\x0a\x0avoid\x20main()\x20{\x0a\x20\x20\x20\x20//\x20texture\x20coordinate\x20must\x20be\x20normalized\x0a\x20\x20\x20\x20vec3\x20lonLatLev\x20=\x20texture(currentParticlesPosition,\x20v_textureCoordinates).rgb;\x0a\x20\x20\x20\x20vec3\x20speed\x20=\x20texture(currentParticlesSpeed,\x20v_textureCoordinates).rgb;\x0a\x0a\x20\x20\x20\x20updatePosition(lonLatLev,\x20speed);\x0a}\x0a',postProcessingPosition_frag=_0x1c87b7(0xc0),postProcessingSpeed_frag='uniform\x20sampler2D\x20postProcessingPosition;\x0auniform\x20sampler2D\x20nextParticlesSpeed;\x0a\x0ain\x20vec2\x20v_textureCoordinates;\x0a\x0avoid\x20main()\x20{\x0a\x20\x20\x20\x20vec4\x20randomParticle\x20=\x20texture(postProcessingPosition,\x20v_textureCoordinates);\x0a\x20\x20\x20\x20vec4\x20particleSpeed\x20=\x20texture(nextParticlesSpeed,\x20v_textureCoordinates);\x0a\x0a\x20\x20\x20\x20if\x20(randomParticle.a\x20>\x200.0)\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20out_FragColor\x20=\x20vec4(0.0);\x0a\x20\x20\x20\x20}\x20else\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20out_FragColor\x20=\x20particleSpeed;\x0a\x20\x20\x20\x20}\x0a}\x0a';const Cesium$3=mars3d__namespace[_0x1c87b7(0x18c)];class ParticlesComputing{constructor(_0x19dccb,_0x3c20b4,_0x16b753,_0x50b3a7){const _0x3d18a2=_0x1c87b7;this[_0x3d18a2(0x14c)]=_0x3c20b4,this[_0x3d18a2(0xee)](_0x19dccb,_0x3c20b4),this[_0x3d18a2(0x13f)](_0x19dccb,_0x16b753,_0x50b3a7),this['createComputingPrimitives'](_0x3c20b4,_0x16b753,_0x50b3a7);}['createWindTextures'](_0x16f0d1,_0x3ff46b){const _0x17df04=_0x1c87b7,_0x18f2fe={'context':_0x16f0d1,'width':_0x3ff46b['dimensions'][_0x17df04(0xf0)],'height':_0x3ff46b[_0x17df04(0x107)]['lat']*(_0x3ff46b['dimensions'][_0x17df04(0xfd)]||0x1),'pixelFormat':Cesium$3[_0x17df04(0x162)]['LUMINANCE'],'pixelDatatype':Cesium$3[_0x17df04(0xef)]['FLOAT'],'flipY':![],'sampler':new Cesium$3[(_0x17df04(0xc1))]({'minificationFilter':Cesium$3[_0x17df04(0x10b)]['NEAREST'],'magnificationFilter':Cesium$3['TextureMagnificationFilter']['NEAREST']})};this['windTextures']={'U':Util['createTexture'](_0x18f2fe,_0x3ff46b['U'][_0x17df04(0xcf)]),'V':Util[_0x17df04(0x155)](_0x18f2fe,_0x3ff46b['V']['array'])};}[_0x1c87b7(0x13f)](_0x385c0d,_0x285efb,_0x103454){const _0x4c3cfc=_0x1c87b7,_0x4390a0={'context':_0x385c0d,'width':_0x285efb['particlesTextureSize'],'height':_0x285efb[_0x4c3cfc(0x13c)],'pixelFormat':Cesium$3['PixelFormat']['RGBA'],'pixelDatatype':Cesium$3[_0x4c3cfc(0xef)]['FLOAT'],'flipY':![],'sampler':new Cesium$3['Sampler']({'minificationFilter':Cesium$3['TextureMinificationFilter']['NEAREST'],'magnificationFilter':Cesium$3['TextureMagnificationFilter']['NEAREST']})},_0x4017cd=this[_0x4c3cfc(0x144)](_0x285efb['maxParticles'],_0x103454),_0xe7b215=new Float32Array(0x4*_0x285efb['maxParticles'])[_0x4c3cfc(0x157)](0x0);this['particlesTextures']={'particlesWind':Util[_0x4c3cfc(0x155)](_0x4390a0),'currentParticlesPosition':Util[_0x4c3cfc(0x155)](_0x4390a0,_0x4017cd),'nextParticlesPosition':Util[_0x4c3cfc(0x155)](_0x4390a0,_0x4017cd),'currentParticlesSpeed':Util['createTexture'](_0x4390a0,_0xe7b215),'nextParticlesSpeed':Util[_0x4c3cfc(0x155)](_0x4390a0,_0xe7b215),'postProcessingPosition':Util['createTexture'](_0x4390a0,_0x4017cd),'postProcessingSpeed':Util[_0x4c3cfc(0x155)](_0x4390a0,_0xe7b215)};}['randomizeParticles'](_0x2fac58,_0x35f6e1){const _0xc98c25=_0x1c87b7,_0x3126c3=new Float32Array(0x4*_0x2fac58);for(let _0x1bed57=0x0;_0x1bed57<_0x2fac58;_0x1bed57++){_0x3126c3[0x4*_0x1bed57]=Cesium$3['Math']['randomBetween'](_0x35f6e1[_0xc98c25(0xe9)]['x'],_0x35f6e1[_0xc98c25(0xe9)]['y']),_0x3126c3[0x4*_0x1bed57+0x1]=Cesium$3['Math'][_0xc98c25(0x11d)](_0x35f6e1['latRange']['x'],_0x35f6e1[_0xc98c25(0x190)]['y']),_0x3126c3[0x4*_0x1bed57+0x2]=Cesium$3['Math'][_0xc98c25(0x11d)](this['data']['lev'][_0xc98c25(0x15a)],this['data']['lev']['max']),_0x3126c3[0x4*_0x1bed57+0x3]=0x0;}return _0x3126c3;}['destroyParticlesTextures'](){const _0x15b059=_0x1c87b7;Object['keys'](this[_0x15b059(0x135)])['forEach'](_0x2332db=>{const _0x50a837=_0x15b059;this[_0x50a837(0x135)][_0x2332db]['destroy']();});}['createComputingPrimitives'](_0x378af0,_0xb94017,_0x48d72f){const _0x5a48a6=_0x1c87b7,_0x59b78e=new Cesium$3[(_0x5a48a6(0x196))](_0x378af0['dimensions']['lon'],_0x378af0['dimensions'][_0x5a48a6(0x167)],_0x378af0['dimensions']['lev']),_0x56aa94=new Cesium$3['Cartesian3'](_0x378af0['lon'][_0x5a48a6(0x15a)],_0x378af0[_0x5a48a6(0x167)]['min'],_0x378af0['lev'][_0x5a48a6(0x15a)]),_0x1ccbdf=new Cesium$3[(_0x5a48a6(0x196))](_0x378af0['lon'][_0x5a48a6(0x182)],_0x378af0[_0x5a48a6(0x167)][_0x5a48a6(0x182)],_0x378af0['lev']['max']),_0x383dc1=new Cesium$3[(_0x5a48a6(0x196))]((_0x1ccbdf['x']-_0x56aa94['x'])/(_0x59b78e['x']-0x1),(_0x1ccbdf['y']-_0x56aa94['y'])/(_0x59b78e['y']-0x1),_0x59b78e['z']>0x1?(_0x1ccbdf['z']-_0x56aa94['z'])/(_0x59b78e['z']-0x1):0x1),_0x3680c7=new Cesium$3['Cartesian2'](_0x378af0['U']['min'],_0x378af0['U']['max']),_0x4ec023=new Cesium$3['Cartesian2'](_0x378af0['V']['min'],_0x378af0['V']['max']),_0x4383dd=this;this[_0x5a48a6(0xf6)]={'getWind':new CustomPrimitive({'commandType':_0x5a48a6(0x148),'uniformMap':{'U':function(){return _0x4383dd['windTextures']['U'];},'V':function(){return _0x4383dd['windTextures']['V'];},'currentParticlesPosition':function(){const _0x3a54dd=_0x5a48a6;return _0x4383dd['particlesTextures'][_0x3a54dd(0x13e)];},'dimension':function(){return _0x59b78e;},'minimum':function(){return _0x56aa94;},'maximum':function(){return _0x1ccbdf;},'interval':function(){return _0x383dc1;}},'fragmentShaderSource':new Cesium$3['ShaderSource']({'sources':[getWind_frag]}),'outputTexture':this['particlesTextures']['particlesWind'],'preExecute':function(){const _0x568599=_0x5a48a6;_0x4383dd[_0x568599(0xf6)]['getWind'][_0x568599(0x172)]['outputTexture']=_0x4383dd[_0x568599(0x135)]['particlesWind'];}}),'updateSpeed':new CustomPrimitive({'commandType':_0x5a48a6(0x148),'uniformMap':{'currentParticlesSpeed':function(){return _0x4383dd['particlesTextures']['currentParticlesSpeed'];},'particlesWind':function(){const _0x25d4b1=_0x5a48a6;return _0x4383dd['particlesTextures'][_0x25d4b1(0x19d)];},'uSpeedRange':function(){return _0x3680c7;},'vSpeedRange':function(){return _0x4ec023;},'pixelSize':function(){return _0x48d72f['pixelSize'];},'speedFactor':function(){return _0xb94017['speedFactor'];}},'fragmentShaderSource':new Cesium$3['ShaderSource']({'sources':[updateSpeed_frag]}),'outputTexture':this['particlesTextures'][_0x5a48a6(0xfc)],'preExecute':function(){const _0x38287e=_0x5a48a6,_0x2104a0=_0x4383dd['particlesTextures']['currentParticlesSpeed'];_0x4383dd['particlesTextures']['currentParticlesSpeed']=_0x4383dd['particlesTextures'][_0x38287e(0xc5)],_0x4383dd[_0x38287e(0x135)]['postProcessingSpeed']=_0x2104a0,_0x4383dd[_0x38287e(0xf6)]['updateSpeed']['commandToExecute'][_0x38287e(0xe4)]=_0x4383dd['particlesTextures']['nextParticlesSpeed'];}}),'updatePosition':new CustomPrimitive({'commandType':'Compute','uniformMap':{'currentParticlesPosition':function(){return _0x4383dd['particlesTextures']['currentParticlesPosition'];},'currentParticlesSpeed':function(){const _0x1c4448=_0x5a48a6;return _0x4383dd[_0x1c4448(0x135)][_0x1c4448(0xff)];}},'fragmentShaderSource':new Cesium$3[(_0x5a48a6(0x143))]({'sources':[updatePosition_frag]}),'outputTexture':this[_0x5a48a6(0x135)]['nextParticlesPosition'],'preExecute':function(){const _0x29ddd4=_0x5a48a6,_0x1d8b6b=_0x4383dd['particlesTextures']['currentParticlesPosition'];_0x4383dd['particlesTextures']['currentParticlesPosition']=_0x4383dd['particlesTextures'][_0x29ddd4(0xe3)],_0x4383dd['particlesTextures'][_0x29ddd4(0xe3)]=_0x1d8b6b,_0x4383dd['primitives']['updatePosition']['commandToExecute']['outputTexture']=_0x4383dd[_0x29ddd4(0x135)][_0x29ddd4(0xce)];}}),'postProcessingPosition':new CustomPrimitive({'commandType':_0x5a48a6(0x148),'uniformMap':{'nextParticlesPosition':function(){const _0x21414c=_0x5a48a6;return _0x4383dd['particlesTextures'][_0x21414c(0xce)];},'nextParticlesSpeed':function(){const _0x4dc64e=_0x5a48a6;return _0x4383dd[_0x4dc64e(0x135)]['nextParticlesSpeed'];},'lonRange':function(){return _0x48d72f['lonRange'];},'latRange':function(){return _0x48d72f['latRange'];},'randomCoefficient':function(){const _0x31396e=Math['random']();return _0x31396e;},'dropRate':function(){const _0x50311f=_0x5a48a6;return _0xb94017[_0x50311f(0x18b)];},'dropRateBump':function(){return _0xb94017['dropRateBump'];}},'fragmentShaderSource':new Cesium$3['ShaderSource']({'sources':[postProcessingPosition_frag]}),'outputTexture':this['particlesTextures']['postProcessingPosition'],'preExecute':function(){const _0x3d31b1=_0x5a48a6;_0x4383dd['primitives'][_0x3d31b1(0xe3)]['commandToExecute']['outputTexture']=_0x4383dd['particlesTextures']['postProcessingPosition'];}}),'postProcessingSpeed':new CustomPrimitive({'commandType':'Compute','uniformMap':{'postProcessingPosition':function(){const _0x468840=_0x5a48a6;return _0x4383dd[_0x468840(0x135)]['postProcessingPosition'];},'nextParticlesSpeed':function(){const _0x53c043=_0x5a48a6;return _0x4383dd['particlesTextures'][_0x53c043(0xfc)];}},'fragmentShaderSource':new Cesium$3['ShaderSource']({'sources':[postProcessingSpeed_frag]}),'outputTexture':this[_0x5a48a6(0x135)][_0x5a48a6(0xc5)],'preExecute':function(){const _0x2e510d=_0x5a48a6;_0x4383dd['primitives']['postProcessingSpeed'][_0x2e510d(0x172)][_0x2e510d(0xe4)]=_0x4383dd['particlesTextures']['postProcessingSpeed'];}})};}}const Cesium$2=mars3d__namespace['Cesium'];class ParticleSystem{constructor(_0x21c0e5,_0x516b7b,_0xf2f2b3,_0x518f21){const _0x13959e=_0x1c87b7;this['context']=_0x21c0e5,_0x516b7b={..._0x516b7b},_0x516b7b['udata']&&_0x516b7b[_0x13959e(0x149)]&&(_0x516b7b['dimensions']={},_0x516b7b['dimensions']['lon']=_0x516b7b[_0x13959e(0x122)],_0x516b7b['dimensions'][_0x13959e(0x167)]=_0x516b7b[_0x13959e(0x17f)],_0x516b7b['dimensions']['lev']=_0x516b7b['lev']||0x1,_0x516b7b['lon']={},_0x516b7b['lon'][_0x13959e(0x15a)]=_0x516b7b['xmin'],_0x516b7b[_0x13959e(0xf0)]['max']=_0x516b7b['xmax'],_0x516b7b['lat']={},_0x516b7b['lat']['min']=_0x516b7b['ymin'],_0x516b7b['lat']['max']=_0x516b7b['ymax'],_0x516b7b['lev']={},_0x516b7b['lev']['min']=_0x516b7b['levmin']??0x1,_0x516b7b[_0x13959e(0xfd)]['max']=_0x516b7b['levmax']??0x1,_0x516b7b['U']={},_0x516b7b['U']['array']=new Float32Array(_0x516b7b['udata']),_0x516b7b['U'][_0x13959e(0x15a)]=_0x516b7b['umin']??Math[_0x13959e(0x15a)](..._0x516b7b[_0x13959e(0x140)]),_0x516b7b['U']['max']=_0x516b7b[_0x13959e(0xd2)]??Math['max'](..._0x516b7b[_0x13959e(0x140)]),_0x516b7b['V']={},_0x516b7b['V']['array']=new Float32Array(_0x516b7b[_0x13959e(0x149)]),_0x516b7b['V']['min']=_0x516b7b['vmin']??Math[_0x13959e(0x15a)](..._0x516b7b[_0x13959e(0x149)]),_0x516b7b['V']['max']=_0x516b7b['vmax']??Math[_0x13959e(0x182)](..._0x516b7b[_0x13959e(0x149)])),this[_0x13959e(0x14c)]=_0x516b7b,this['options']=_0xf2f2b3,this['viewerParameters']=_0x518f21,this[_0x13959e(0xe0)]=new ParticlesComputing(this['context'],this['data'],this['options'],this[_0x13959e(0x1a3)]),this['particlesRendering']=new ParticlesRendering(this['context'],this[_0x13959e(0x14c)],this['options'],this['viewerParameters'],this['particlesComputing']);}[_0x1c87b7(0x125)](_0x39ab61){const _0x4d66ba=_0x1c87b7;this['particlesComputing']['destroyParticlesTextures'](),Object['keys'](this['particlesComputing']['windTextures'])['forEach'](_0x266704=>{const _0x4e912f=_0x1cfd;this['particlesComputing']['windTextures'][_0x266704][_0x4e912f(0xd5)]();}),this['particlesRendering']['textures']['colorTable']['destroy'](),Object['keys'](this['particlesRendering']['framebuffers'])[_0x4d66ba(0x163)](_0x2cd374=>{this['particlesRendering']['framebuffers'][_0x2cd374]['destroy']();}),this[_0x4d66ba(0xf5)]=_0x39ab61,this[_0x4d66ba(0xe0)]=new ParticlesComputing(this['context'],this['data'],this[_0x4d66ba(0x103)],this['viewerParameters']),this['particlesRendering']=new ParticlesRendering(this[_0x4d66ba(0xf5)],this['data'],this[_0x4d66ba(0x103)],this['viewerParameters'],this['particlesComputing']);}['clearFramebuffers'](){const _0x5fe76b=_0x1c87b7,_0x5e1ebf=new Cesium$2['ClearCommand']({'color':new Cesium$2[(_0x5fe76b(0xd6))](0x0,0x0,0x0,0x0),'depth':0x1,'framebuffer':undefined,'pass':Cesium$2['Pass']['OPAQUE']});Object['keys'](this['particlesRendering']['framebuffers'])['forEach'](_0xbb17ce=>{const _0x55a43f=_0x5fe76b;_0x5e1ebf[_0x55a43f(0x137)]=this['particlesRendering']['framebuffers'][_0xbb17ce],_0x5e1ebf['execute'](this[_0x55a43f(0xf5)]);});}[_0x1c87b7(0x18e)](_0x12a3b0){const _0x58889c=_0x1c87b7;this['clearFramebuffers'](),this['particlesComputing']['destroyParticlesTextures'](),this['particlesComputing'][_0x58889c(0x13f)](this['context'],this['options'],this['viewerParameters']);if(_0x12a3b0){var _0x227676;const _0x41420a=this['particlesRendering'][_0x58889c(0xf9)](this['options']);this[_0x58889c(0x12d)]['primitives']['segments']['geometry']=_0x41420a;const _0x4ee6fc=Cesium$2['VertexArray'][_0x58889c(0x18d)]({'context':this['context'],'geometry':_0x41420a,'attributeLocations':this['particlesRendering']['primitives'][_0x58889c(0x150)]['attributeLocations'],'bufferUsage':Cesium$2[_0x58889c(0x191)]['STATIC_DRAW']});(_0x227676=this[_0x58889c(0x12d)]['primitives'])!==null&&_0x227676!==void 0x0&&(_0x227676=_0x227676['segments'])!==null&&_0x227676!==void 0x0&&_0x227676['commandToExecute']&&(this['particlesRendering']['primitives'][_0x58889c(0x150)]['commandToExecute'][_0x58889c(0xbe)]=_0x4ee6fc);}}['setOptions'](_0x8f37c1){const _0x6b15b7=_0x1c87b7;let _0x3e7c32=![];this[_0x6b15b7(0x103)][_0x6b15b7(0x180)]!==_0x8f37c1[_0x6b15b7(0x180)]&&(_0x3e7c32=!![]),Object[_0x6b15b7(0x11f)](_0x8f37c1)['forEach'](_0x569d5a=>{this['options'][_0x569d5a]=_0x8f37c1[_0x569d5a];}),this[_0x6b15b7(0x18e)](_0x3e7c32);}['applyViewerParameters'](_0x3d1351){const _0x108216=_0x1c87b7;Object[_0x108216(0x11f)](_0x3d1351)['forEach'](_0x46895f=>{this['viewerParameters'][_0x46895f]=_0x3d1351[_0x46895f];}),this['refreshParticles'](![]);}['destroy'](){const _0x1318d7=_0x1c87b7;clearTimeout(this['canrefresh']),this['particlesComputing'][_0x1318d7(0x186)](),Object['keys'](this[_0x1318d7(0xe0)]['windTextures'])['forEach'](_0x394221=>{this['particlesComputing']['windTextures'][_0x394221]['destroy']();}),this[_0x1318d7(0x12d)]['textures'][_0x1318d7(0x16b)][_0x1318d7(0xd5)](),Object['keys'](this['particlesRendering']['framebuffers'])[_0x1318d7(0x163)](_0x14c1e7=>{const _0x46cdea=_0x1318d7;this[_0x46cdea(0x12d)][_0x46cdea(0x174)][_0x14c1e7]['destroy']();});for(const _0x470a96 in this){delete this[_0x470a96];}}}const Cesium$1=mars3d__namespace['Cesium'],BaseLayer$1=mars3d__namespace['layer']['BaseLayer'],DEF_OPTIONS={'particlesNumber':0x1000,'fixedHeight':0x0,'fadeOpacity':0.996,'dropRate':0.003,'dropRateBump':0.01,'speedFactor':0.5,'lineWidth':0x2,'colors':[_0x1c87b7(0x1ae)]};class WindLayer extends BaseLayer$1{constructor(_0x3d9feb={}){const _0x36a773=_0x1c87b7;_0x3d9feb={...DEF_OPTIONS,..._0x3d9feb},super(_0x3d9feb),this[_0x36a773(0x19a)](_0x3d9feb);}get[_0x1c87b7(0x113)](){return this['primitives'];}get[_0x1c87b7(0x14c)](){const _0x14b371=_0x1c87b7;return this[_0x14b371(0x19f)];}set['data'](_0x1e997e){this['setData'](_0x1e997e);}get['colors'](){return this['options']['colors'];}set['colors'](_0x463e31){this['options']['colors']=_0x463e31,this['particleSystem']&&this['particleSystem']['setOptions']({'colors':_0x463e31}),this['resize']();}['_mountedHook'](){}[_0x1c87b7(0x128)](){const _0x2ba6ab=_0x1c87b7;this[_0x2ba6ab(0x12a)]=this[_0x2ba6ab(0x151)][_0x2ba6ab(0x12a)],this['camera']=this['_map']['camera'],this['primitives']=new Cesium$1['PrimitiveCollection'](),this['_map']['scene']['primitives'][_0x2ba6ab(0xe2)](this['primitives']),this['viewerParameters']={'lonRange':new Cesium$1['Cartesian2'](),'latRange':new Cesium$1['Cartesian2'](),'pixelSize':0x0},this['globeBoundingSphere']=new Cesium$1[(_0x2ba6ab(0xd8))](Cesium$1['Cartesian3']['ZERO'],0.99*0x615299),this['updateViewerParameters'](),window['addEventListener'](_0x2ba6ab(0xca),this[_0x2ba6ab(0xca)]['bind'](this),![]),this['mouse_down']=![],this[_0x2ba6ab(0x16d)]=![],this[_0x2ba6ab(0x151)]['on'](mars3d__namespace['EventType']['wheel'],this[_0x2ba6ab(0x14b)],this),this['_map']['on'](mars3d__namespace['EventType']['mouseDown'],this[_0x2ba6ab(0x102)],this),this['_map']['on'](mars3d__namespace['EventType'][_0x2ba6ab(0x101)],this['_onMouseUpEvent'],this),this['_map']['on'](mars3d__namespace[_0x2ba6ab(0x159)][_0x2ba6ab(0x145)],this['_onMouseMoveEvent'],this),this['_data']&&this['setData'](this[_0x2ba6ab(0x19f)]);}[_0x1c87b7(0xc6)](){const _0x27b7f4=_0x1c87b7;window[_0x27b7f4(0x181)]('resize',this['resize']),this['_map']['off'](mars3d__namespace['EventType']['preRender'],this['_onMap_preRenderEvent'],this),this[_0x27b7f4(0x151)]['off'](mars3d__namespace['EventType'][_0x27b7f4(0x139)],this['_onMapWhellEvent'],this),this['_map'][_0x27b7f4(0x117)](mars3d__namespace['EventType'][_0x27b7f4(0x154)],this[_0x27b7f4(0x102)],this),this['_map']['off'](mars3d__namespace['EventType']['mouseUp'],this['_onMouseUpEvent'],this),this['_map']['off'](mars3d__namespace['EventType'][_0x27b7f4(0x145)],this['_onMouseMoveEvent'],this),this[_0x27b7f4(0xf6)]['removeAll'](),this['_map']['scene']['primitives'][_0x27b7f4(0x184)](this[_0x27b7f4(0xf6)]);}['resize'](){const _0x2a7e50=_0x1c87b7;if(!this['show']||!this['particleSystem'])return;this[_0x2a7e50(0xf6)]['show']=![],this['primitives']['removeAll'](),this[_0x2a7e50(0x151)]['once'](mars3d__namespace['EventType']['preRender'],this[_0x2a7e50(0x147)],this);}['_onMap_preRenderEvent'](_0x34dcc0){const _0x4413e6=_0x1c87b7;this['particleSystem'][_0x4413e6(0x125)](this['scene']['context']),this['addPrimitives'](),this[_0x4413e6(0xf6)][_0x4413e6(0x12c)]=!![];}[_0x1c87b7(0x14b)](_0x2a5abc){const _0x77f0ab=_0x1c87b7;clearTimeout(this['refreshTimer']);if(!this[_0x77f0ab(0x12c)]||!this['particleSystem'])return;this[_0x77f0ab(0xf6)][_0x77f0ab(0x12c)]=![],this['refreshTimer']=setTimeout(()=>{const _0x369e47=_0x77f0ab;if(!this['show'])return;this[_0x369e47(0x10f)]();},0xc8);}[_0x1c87b7(0x102)](_0x4c1574){const _0x1dc98b=_0x1c87b7;this[_0x1dc98b(0x197)]=!![];}['_onMouseMoveEvent'](_0x21cbe5){const _0x30ab66=_0x1c87b7;if(!this['show']||!this['particleSystem'])return;this[_0x30ab66(0x197)]&&(this[_0x30ab66(0xf6)]['show']=![],this[_0x30ab66(0x16d)]=!![]);}[_0x1c87b7(0xec)](_0x56ac55){const _0x409116=_0x1c87b7;if(!this[_0x409116(0x12c)]||!this[_0x409116(0x13a)])return;this['mouse_down']&&this['mouse_move']&&this['redraw'](),this[_0x409116(0xf6)]['show']=!![],this['mouse_down']=![],this[_0x409116(0x16d)]=![];}[_0x1c87b7(0x10f)](){const _0x31e53a=_0x1c87b7;if(!this['_map']||!this['show'])return;this['updateViewerParameters'](),this[_0x31e53a(0x13a)][_0x31e53a(0x170)](this['viewerParameters']),this[_0x31e53a(0xf6)]['show']=!![];}['setData'](_0x300025){const _0x2a2cf3=_0x1c87b7;this['_data']=_0x300025,this[_0x2a2cf3(0x13a)]&&this['particleSystem']['destroy'](),this[_0x2a2cf3(0x13a)]=new ParticleSystem(this['scene']['context'],_0x300025,this[_0x2a2cf3(0xe1)](),this['viewerParameters']),this['addPrimitives']();}['_setOptionsHook'](_0x162ed4,_0xa9b1d8){if(_0x162ed4)for(const _0x41476b in _0x162ed4){this[_0x41476b]=_0x162ed4[_0x41476b];}this['particleSystem']&&this['particleSystem']['setOptions'](this['getOptions']());}['getOptions'](){const _0x213ec5=_0x1c87b7,_0x46030f=Math[_0x213ec5(0xf7)](Math[_0x213ec5(0x1af)](this[_0x213ec5(0x146)]));return this['particlesNumber']=_0x46030f*_0x46030f,{'particlesTextureSize':_0x46030f,'maxParticles':this['particlesNumber'],'particleHeight':this['fixedHeight'],'fadeOpacity':this[_0x213ec5(0x126)],'dropRate':this['dropRate'],'dropRateBump':this['dropRateBump'],'speedFactor':this[_0x213ec5(0x16f)],'lineWidth':this['lineWidth'],'colors':this[_0x213ec5(0x185)]};}['addPrimitives'](){const _0x5e5469=_0x1c87b7;this['primitives'][_0x5e5469(0xe2)](this['particleSystem'][_0x5e5469(0xe0)]['primitives']['getWind']),this['primitives']['add'](this['particleSystem']['particlesComputing']['primitives']['updateSpeed']),this[_0x5e5469(0xf6)]['add'](this['particleSystem']['particlesComputing']['primitives'][_0x5e5469(0x14d)]),this['primitives']['add'](this['particleSystem']['particlesComputing']['primitives']['postProcessingPosition']),this['primitives']['add'](this[_0x5e5469(0x13a)][_0x5e5469(0xe0)]['primitives'][_0x5e5469(0xc5)]),this['primitives']['add'](this['particleSystem'][_0x5e5469(0x12d)][_0x5e5469(0xf6)][_0x5e5469(0x150)]),this['primitives']['add'](this[_0x5e5469(0x13a)]['particlesRendering']['primitives']['trails']),this['primitives']['add'](this['particleSystem'][_0x5e5469(0x12d)]['primitives']['screen']);}[_0x1c87b7(0xcd)](){const _0x4bc424=_0x1c87b7;let _0x1cf920=this['camera']['computeViewRectangle'](this['scene'][_0x4bc424(0x11c)]['ellipsoid']);if(!_0x1cf920){const _0x38d426=this['_map'][_0x4bc424(0x199)]();_0x1cf920=Cesium$1['Rectangle']['fromDegrees'](_0x38d426['xmin'],_0x38d426['ymin'],_0x38d426[_0x4bc424(0x19e)],_0x38d426['ymax']);}const _0x5c5d41=Util['viewRectangleToLonLatRange'](_0x1cf920);this['viewerParameters']['lonRange']['x']=_0x5c5d41['lon'][_0x4bc424(0x15a)],this['viewerParameters'][_0x4bc424(0xe9)]['y']=_0x5c5d41['lon'][_0x4bc424(0x182)],this['viewerParameters']['latRange']['x']=_0x5c5d41['lat']['min'],this['viewerParameters']['latRange']['y']=_0x5c5d41[_0x4bc424(0x167)]['max'];const _0x52c962=this['camera']['getPixelSize'](this['globeBoundingSphere'],this['scene'][_0x4bc424(0x100)],this['scene']['drawingBufferHeight']);_0x52c962>0x0&&(this['viewerParameters'][_0x4bc424(0x1aa)]=_0x52c962);}}mars3d__namespace[_0x1c87b7(0x136)]['register']('wind',WindLayer),mars3d__namespace[_0x1c87b7(0x113)][_0x1c87b7(0xf2)]=WindLayer;class CanvasParticle{constructor(){const _0x4c1cdf=_0x1c87b7;this[_0x4c1cdf(0x1ad)]=null,this['lat']=null,this['tlng']=null,this[_0x4c1cdf(0xc8)]=null,this['age']=null,this['speed']=null;}['destroy'](){for(const _0xdea592 in this){delete this[_0xdea592];}}}class CanvasWindField{constructor(_0x4363ae){this['setOptions'](_0x4363ae);}get['speedRate'](){return this['_speedRate'];}set['speedRate'](_0x4005cf){const _0x4a7113=_0x1c87b7;this[_0x4a7113(0x1a4)]=(0x64-(_0x4005cf>0x63?0x63:_0x4005cf))*0x64,this['_calc_speedRate']=[(this[_0x4a7113(0x19e)]-this['xmin'])/this['_speedRate'],(this['ymax']-this[_0x4a7113(0x111)])/this[_0x4a7113(0x1a4)]];}get[_0x1c87b7(0xe5)](){return this['_maxAge'];}set['maxAge'](_0x1363bf){this['_maxAge']=_0x1363bf;}[_0x1c87b7(0xdd)](_0x30e62a){const _0x26835e=_0x1c87b7;this['options']=_0x30e62a,this['maxAge']=_0x30e62a['maxAge']||0x78,this['speedRate']=_0x30e62a[_0x26835e(0x15f)]||0x32,this[_0x26835e(0x14f)]=[];const _0x2a6e91=_0x30e62a['particlesNumber']||0x1000;for(let _0x4c3bb8=0x0;_0x4c3bb8<_0x2a6e91;_0x4c3bb8++){const _0x21bb54=this['_randomParticle'](new CanvasParticle());this['particles'][_0x26835e(0xc9)](_0x21bb54);}}[_0x1c87b7(0x12b)](_0x8715dd){const _0x23c82b=_0x1c87b7;this['rows']=_0x8715dd[_0x23c82b(0x17f)],this['cols']=_0x8715dd['cols'],this['xmin']=_0x8715dd['xmin'],this['xmax']=_0x8715dd[_0x23c82b(0x19e)],this['ymin']=_0x8715dd['ymin'],this['ymax']=_0x8715dd['ymax'],this['grid']=[];const _0x1e5f28=_0x8715dd['udata'],_0x228b66=_0x8715dd['vdata'];let _0xc5be43=![];_0x1e5f28['length']===this[_0x23c82b(0x17f)]&&_0x1e5f28[0x0]['length']===this[_0x23c82b(0x122)]&&(_0xc5be43=!![]);let _0x1de7e7=0x0,_0x581b17=null,_0x9de1a=null;for(let _0x55418e=0x0;_0x55418e<this[_0x23c82b(0x17f)];_0x55418e++){_0x581b17=[];for(let _0x3d5333=0x0;_0x3d5333<this['cols'];_0x3d5333++,_0x1de7e7++){_0xc5be43?_0x9de1a=this['_calcUV'](_0x1e5f28[_0x55418e][_0x3d5333],_0x228b66[_0x55418e][_0x3d5333]):_0x9de1a=this[_0x23c82b(0x1a1)](_0x1e5f28[_0x1de7e7],_0x228b66[_0x1de7e7]),_0x581b17[_0x23c82b(0xc9)](_0x9de1a);}this['grid']['push'](_0x581b17);}this['options']['reverseY']&&this['grid']['reverse']();}['clear'](){const _0x1c6abd=_0x1c87b7;delete this['rows'],delete this[_0x1c6abd(0x122)],delete this['xmin'],delete this['xmax'],delete this['ymin'],delete this[_0x1c6abd(0x11a)],delete this[_0x1c6abd(0x10d)],delete this[_0x1c6abd(0x14f)];}['toGridXY'](_0x109939,_0x569c1c){const _0x1e470c=_0x1c87b7,_0x3898c2=(_0x109939-this['xmin'])/(this['xmax']-this[_0x1e470c(0x15d)])*(this['cols']-0x1),_0x2b068c=(this['ymax']-_0x569c1c)/(this['ymax']-this['ymin'])*(this['rows']-0x1);return[_0x3898c2,_0x2b068c];}['getUVByXY'](_0x56c4d4,_0x379b33){const _0x57823d=_0x1c87b7;if(_0x56c4d4<0x0||_0x56c4d4>=this['cols']||_0x379b33>=this[_0x57823d(0x17f)])return[0x0,0x0,0x0];const _0xeda4ad=Math['floor'](_0x56c4d4),_0x14911d=Math[_0x57823d(0x130)](_0x379b33);if(_0xeda4ad===_0x56c4d4&&_0x14911d===_0x379b33)return this['grid'][_0x379b33][_0x56c4d4];const _0x4ffe03=_0xeda4ad+0x1,_0x5e535e=_0x14911d+0x1,_0x585b78=this[_0x57823d(0x14a)](_0xeda4ad,_0x14911d),_0x9dbb90=this[_0x57823d(0x14a)](_0x4ffe03,_0x14911d),_0x474c3f=this['getUVByXY'](_0xeda4ad,_0x5e535e),_0x5f2e41=this['getUVByXY'](_0x4ffe03,_0x5e535e);let _0x1cca0e=null;try{_0x1cca0e=this['_bilinearInterpolation'](_0x56c4d4-_0xeda4ad,_0x379b33-_0x14911d,_0x585b78,_0x9dbb90,_0x474c3f,_0x5f2e41);}catch(_0xe0f588){console['log'](_0x56c4d4,_0x379b33);}return _0x1cca0e;}[_0x1c87b7(0xfb)](_0x266146,_0x1d5f6d,_0x3f2b35,_0x44614f,_0x3af3bf,_0x5d9ac1){const _0x2f02b6=0x1-_0x266146,_0x3a5c48=0x1-_0x1d5f6d,_0x481378=_0x2f02b6*_0x3a5c48,_0x4c4cf7=_0x266146*_0x3a5c48,_0x3fdf4a=_0x2f02b6*_0x1d5f6d,_0x174e38=_0x266146*_0x1d5f6d,_0x127556=_0x3f2b35[0x0]*_0x481378+_0x44614f[0x0]*_0x4c4cf7+_0x3af3bf[0x0]*_0x3fdf4a+_0x5d9ac1[0x0]*_0x174e38,_0x2cba3a=_0x3f2b35[0x1]*_0x481378+_0x44614f[0x1]*_0x4c4cf7+_0x3af3bf[0x1]*_0x3fdf4a+_0x5d9ac1[0x1]*_0x174e38;return this['_calcUV'](_0x127556,_0x2cba3a);}['_calcUV'](_0x14b5b7,_0xc15e9b){return[+_0x14b5b7,+_0xc15e9b,Math['sqrt'](_0x14b5b7*_0x14b5b7+_0xc15e9b*_0xc15e9b)];}[_0x1c87b7(0x169)](_0x47f0c8,_0x373a49){if(!this['isInExtent'](_0x47f0c8,_0x373a49))return null;const _0x2149d7=this['toGridXY'](_0x47f0c8,_0x373a49),_0x5d8615=this['getUVByXY'](_0x2149d7[0x0],_0x2149d7[0x1]);return _0x5d8615;}['isInExtent'](_0x522e5a,_0x53c293){const _0x3a5489=_0x1c87b7;return _0x522e5a>=this['xmin']&&_0x522e5a<=this[_0x3a5489(0x19e)]&&_0x53c293>=this['ymin']&&_0x53c293<=this[_0x3a5489(0x11a)]?!![]:![];}['getRandomLatLng'](){const _0x32fd8f=_0x1c87b7,_0x2cb30f=fRandomByfloat(this[_0x32fd8f(0x15d)],this['xmax']),_0xd942aa=fRandomByfloat(this['ymin'],this['ymax']);return{'lat':_0xd942aa,'lng':_0x2cb30f};}[_0x1c87b7(0x198)](){const _0x5209e0=_0x1c87b7;let _0x3be269,_0x22b46e,_0x36598c;for(let _0x3f2479=0x0,_0x2565ff=this[_0x5209e0(0x14f)][_0x5209e0(0xd7)];_0x3f2479<_0x2565ff;_0x3f2479++){let _0x1d079c=this[_0x5209e0(0x14f)][_0x3f2479];_0x1d079c[_0x5209e0(0x13b)]<=0x0&&(_0x1d079c=this[_0x5209e0(0x104)](_0x1d079c));if(_0x1d079c['age']>0x0){const _0x314a0c=_0x1d079c[_0x5209e0(0x121)],_0x13b532=_0x1d079c['tlat'];_0x36598c=this['getUVByPoint'](_0x314a0c,_0x13b532),_0x36598c?(_0x3be269=_0x314a0c+this['_calc_speedRate'][0x0]*_0x36598c[0x0],_0x22b46e=_0x13b532+this[_0x5209e0(0x15b)][0x1]*_0x36598c[0x1],_0x1d079c[_0x5209e0(0x1ad)]=_0x314a0c,_0x1d079c['lat']=_0x13b532,_0x1d079c['tlng']=_0x3be269,_0x1d079c[_0x5209e0(0xc8)]=_0x22b46e,_0x1d079c[_0x5209e0(0x166)]=_0x36598c[0x2],_0x1d079c['age']--):_0x1d079c[_0x5209e0(0x13b)]=0x0;}}return this[_0x5209e0(0x14f)];}['_randomParticle'](_0x3fd469){const _0x165681=_0x1c87b7;let _0x200d47,_0x2f8a89;for(let _0x179b3f=0x0;_0x179b3f<0x1e;_0x179b3f++){_0x200d47=this['getRandomLatLng'](),_0x2f8a89=this['getUVByPoint'](_0x200d47['lng'],_0x200d47['lat']);if(_0x2f8a89&&_0x2f8a89[0x2]>0x0)break;}if(!_0x2f8a89)return _0x3fd469;const _0x1f37b6=_0x200d47['lng']+this[_0x165681(0x15b)][0x0]*_0x2f8a89[0x0],_0x3e5e7b=_0x200d47[_0x165681(0x167)]+this['_calc_speedRate'][0x1]*_0x2f8a89[0x1];return _0x3fd469['lng']=_0x200d47[_0x165681(0x1ad)],_0x3fd469['lat']=_0x200d47[_0x165681(0x167)],_0x3fd469[_0x165681(0x121)]=_0x1f37b6,_0x3fd469['tlat']=_0x3e5e7b,_0x3fd469['age']=Math['round'](Math['random']()*this['maxAge']),_0x3fd469[_0x165681(0x166)]=_0x2f8a89[0x2],_0x3fd469;}[_0x1c87b7(0xd5)](){for(const _0x4b8173 in this){delete this[_0x4b8173];}}}function fRandomByfloat(_0x5cf1ae,_0x447564){return _0x5cf1ae+Math['random']()*(_0x447564-_0x5cf1ae);}const Cesium=mars3d__namespace['Cesium'],BaseLayer=mars3d__namespace[_0x1c87b7(0x113)]['BaseLayer'];function _0x1cfd(_0x98eeb,_0x59a659){const _0x2a8cc6=_0x2a8c();return _0x1cfd=function(_0x1cfde8,_0x5f09a8){_0x1cfde8=_0x1cfde8-0xba;let _0x34bee2=_0x2a8cc6[_0x1cfde8];return _0x34bee2;},_0x1cfd(_0x98eeb,_0x59a659);}class CanvasWindLayer extends BaseLayer{constructor(_0x2ac53c={}){const _0x15b729=_0x1c87b7;super(_0x2ac53c),this['_setOptionsHook'](_0x2ac53c),this['canvas']=null,_0x2ac53c['colors']&&_0x2ac53c['steps']&&(this[_0x15b729(0x175)]=new mars3d__namespace['ColorRamp'](_0x2ac53c));}[_0x1c87b7(0x19a)](_0x14abde,_0x36744e){const _0x125d03=_0x1c87b7;this['frameTime']=0x3e8/(_0x14abde['frameRate']||0xa),this['_pointerEvents']=this['options']['pointerEvents']??![],this[_0x125d03(0x110)]=_0x14abde['color']||'#ffffff',this['lineWidth']=_0x14abde['lineWidth']||0x1,this['fixedHeight']=_0x14abde['fixedHeight']??0x0,this['reverseY']=_0x14abde[_0x125d03(0x161)]??![],this['windField']&&this[_0x125d03(0x14e)][_0x125d03(0xdd)](_0x14abde);}get['layer'](){const _0x599292=_0x1c87b7;return this[_0x599292(0xbb)];}get['canvasWidth'](){return this['_map']['scene']['canvas']['clientWidth'];}get['canvasHeight'](){return this['_map']['scene']['canvas']['clientHeight'];}get['pointerEvents'](){return this['_pointerEvents'];}set['pointerEvents'](_0xf6599f){const _0x131db3=_0x1c87b7;this[_0x131db3(0xcb)]=_0xf6599f;if(!this[_0x131db3(0xbb)])return;_0xf6599f?this['canvas'][_0x131db3(0x168)]['pointer-events']='all':this['canvas']['style']['pointer-events']='none';}get['particlesNumber'](){const _0x4f0eb9=_0x1c87b7;return this['options'][_0x4f0eb9(0x146)];}set[_0x1c87b7(0x146)](_0xd4ec5c){const _0x1bbe9d=_0x1c87b7;this['options'][_0x1bbe9d(0x146)]=_0xd4ec5c,clearTimeout(this['_canrefresh']),this['_canrefresh']=setTimeout(()=>{this['redraw']();},0x1f4);}get['speedRate'](){return this['options']['speedRate'];}set['speedRate'](_0x372b64){const _0x44208f=_0x1c87b7;this['options'][_0x44208f(0x15f)]=_0x372b64,this['windField']&&(this['windField']['speedRate']=_0x372b64);}get['maxAge'](){const _0x96a601=_0x1c87b7;return this['options'][_0x96a601(0xe5)];}set['maxAge'](_0x5ae692){const _0x88f9cb=_0x1c87b7;this['options'][_0x88f9cb(0xe5)]=_0x5ae692,this['windField']&&(this['windField'][_0x88f9cb(0xe5)]=_0x5ae692);}get['data'](){return this['windData'];}set['data'](_0x42faf5){const _0x1568a5=_0x1c87b7;this[_0x1568a5(0xba)](_0x42faf5);}[_0x1c87b7(0x116)](_0x576493){const _0x3e35bc=_0x1c87b7;_0x576493?this[_0x3e35bc(0x128)]():(this[_0x3e35bc(0x10a)]&&(this['options']['data']=this['windData']),this['_removedHook']());}['_mountedHook'](){const _0x552f5f=_0x1c87b7;this[_0x552f5f(0x103)]['worker']?this[_0x552f5f(0xbd)]():this['windField']=new CanvasWindField(this['options']);}['_addedHook'](){const _0x5cd6e6=_0x1c87b7;this['canvas']=this['_createCanvas'](),this['canvasContext']=this[_0x5cd6e6(0xbb)]['getContext']('2d',{'willReadFrequently':!![]}),this['bindEvent'](),this[_0x5cd6e6(0x103)]['data']&&this['setData'](this[_0x5cd6e6(0x103)][_0x5cd6e6(0x14c)]);}['_removedHook'](){const _0x57871d=_0x1c87b7;this['clear'](),this['unbindEvent'](),this[_0x57871d(0xbb)]&&(this[_0x57871d(0x151)][_0x57871d(0x192)]['removeChild'](this['canvas']),delete this[_0x57871d(0xbb)]);}[_0x1c87b7(0x106)](){const _0x3e12e9=_0x1c87b7,_0x5636b6=mars3d__namespace[_0x3e12e9(0x1a5)]['create']('canvas',_0x3e12e9(0x109),this['_map']['container']);return _0x5636b6['style'][_0x3e12e9(0x187)]=_0x3e12e9(0x1a0),_0x5636b6[_0x3e12e9(0x168)][_0x3e12e9(0xf4)]=_0x3e12e9(0xea),_0x5636b6['style']['left']='0px',_0x5636b6['style']['width']=this['_map'][_0x3e12e9(0x12a)][_0x3e12e9(0xbb)]['clientWidth']+'px',_0x5636b6[_0x3e12e9(0x168)]['height']=this['_map']['scene'][_0x3e12e9(0xbb)]['clientHeight']+'px',_0x5636b6[_0x3e12e9(0x168)]['pointerEvents']=this[_0x3e12e9(0xcb)]?'auto':'none',_0x5636b6['style']['zIndex']=this['options']['zIndex']??0x9,_0x5636b6[_0x3e12e9(0xed)]=this['_map']['scene'][_0x3e12e9(0xbb)][_0x3e12e9(0xfe)],_0x5636b6['height']=this['_map'][_0x3e12e9(0x12a)]['canvas']['clientHeight'],_0x5636b6;}['resize'](){const _0x4d70af=_0x1c87b7;this['canvas']&&(this['canvas']['style']['width']=this['_map']['scene']['canvas'][_0x4d70af(0xfe)]+'px',this[_0x4d70af(0xbb)]['style']['height']=this['_map'][_0x4d70af(0x12a)]['canvas']['clientHeight']+'px',this['canvas']['width']=this['_map']['scene']['canvas']['clientWidth'],this[_0x4d70af(0xbb)]['height']=this['_map']['scene']['canvas'][_0x4d70af(0x165)]);}['bindEvent'](){const _0xc71cbc=_0x1c87b7,_0x3f6b06=this;let _0x3f25c0=Date['now']();(function _0x289bdd(){const _0x1e85c9=_0x1cfd;_0x3f6b06['animateFrame']=window[_0x1e85c9(0xc4)](_0x289bdd);if(_0x3f6b06['show']&&_0x3f6b06['windField']){const _0x1f5b75=Date['now'](),_0x3e8cfa=_0x1f5b75-_0x3f25c0;_0x3e8cfa>_0x3f6b06['frameTime']&&(_0x3f25c0=_0x1f5b75-_0x3e8cfa%_0x3f6b06[_0x1e85c9(0x16e)],_0x3f6b06[_0x1e85c9(0x108)]());}}(),window[_0xc71cbc(0x1a9)]('resize',this['resize']['bind'](this),![]),this['mouse_down']=![],this[_0xc71cbc(0x16d)]=![],this[_0xc71cbc(0x103)][_0xc71cbc(0x13d)]&&(this['_map']['on'](mars3d__namespace['EventType']['wheel'],this['_onMapWhellEvent'],this),this['_map']['on'](mars3d__namespace[_0xc71cbc(0x159)]['mouseDown'],this['_onMouseDownEvent'],this),this['_map']['on'](mars3d__namespace['EventType']['mouseUp'],this[_0xc71cbc(0xec)],this)));}[_0x1c87b7(0x19c)](){const _0x107a5d=_0x1c87b7;window['cancelAnimationFrame'](this['animateFrame']),delete this['animateFrame'],window['removeEventListener']('resize',this['resize']),this['options']['mouseHidden']&&(this['_map'][_0x107a5d(0x117)](mars3d__namespace['EventType']['wheel'],this['_onMapWhellEvent'],this),this['_map']['off'](mars3d__namespace[_0x107a5d(0x159)]['mouseDown'],this['_onMouseDownEvent'],this),this['_map']['off'](mars3d__namespace['EventType']['mouseUp'],this['_onMouseUpEvent'],this),this['_map']['off'](mars3d__namespace['EventType'][_0x107a5d(0x145)],this['_onMouseMoveEvent'],this));}['_onMapWhellEvent'](_0x2433ca){const _0x4fb772=_0x1c87b7;clearTimeout(this[_0x4fb772(0x171)]);if(!this['show']||!this[_0x4fb772(0xbb)])return;this['canvas'][_0x4fb772(0x168)][_0x4fb772(0xd0)]='hidden',this['refreshTimer']=setTimeout(()=>{const _0x11de58=_0x4fb772;if(!this[_0x11de58(0x12c)])return;this['redraw'](),this['canvas']['style']['visibility']='visible';},0xc8);}['_onMouseDownEvent'](_0xd2a812){const _0x28a8d3=_0x1c87b7;this[_0x28a8d3(0x197)]=!![],this[_0x28a8d3(0x151)]['off'](mars3d__namespace['EventType'][_0x28a8d3(0x145)],this['_onMouseMoveEvent'],this),this['_map']['on'](mars3d__namespace['EventType'][_0x28a8d3(0x145)],this[_0x28a8d3(0x1a8)],this);}[_0x1c87b7(0x1a8)](_0x2a68ad){const _0x5b4ca1=_0x1c87b7;if(!this['show']||!this['canvas'])return;this[_0x5b4ca1(0x197)]&&(this['canvas']['style']['visibility']='hidden',this['mouse_move']=!![]);}['_onMouseUpEvent'](_0x1e5e8a){const _0x947572=_0x1c87b7;if(!this[_0x947572(0x12c)]||!this['canvas'])return;this['_map'][_0x947572(0x117)](mars3d__namespace['EventType']['mouseMove'],this[_0x947572(0x1a8)],this),this['mouse_down']&&this[_0x947572(0x16d)]&&this['redraw'](),this['canvas']['style']['visibility']=_0x947572(0x11e),this['mouse_down']=![],this[_0x947572(0x16d)]=![];}['setData'](_0xc9e5ae){const _0x1e0445=_0x1c87b7;this['clear'](),this['windData']=_0xc9e5ae,this['windField'][_0x1e0445(0x12b)](_0xc9e5ae),this['redraw']();}['redraw'](){if(!this['show'])return;this['windField']['setOptions'](this['options']),this['update']();}['update'](){const _0x1dc70a=_0x1c87b7;if(this[_0x1dc70a(0x189)])return;this['_updateIng']=!![];if(this[_0x1dc70a(0x17e)])this['windField'][_0x1dc70a(0x108)]();else{const _0x567aee=this[_0x1dc70a(0x14e)][_0x1dc70a(0x198)]();this['_drawLines'](_0x567aee);}this[_0x1dc70a(0x189)]=![];}['_drawLines'](_0xddc281){const _0x5c2848=_0x1c87b7;this['canvasContext'][_0x5c2848(0xd9)]=_0x5c2848(0x120),this['canvasContext']['fillRect'](0x0,0x0,this[_0x5c2848(0xe8)],this['canvasHeight']),this[_0x5c2848(0x123)]['globalCompositeOperation']='lighter',this['canvasContext'][_0x5c2848(0x1ab)]=0.9;const _0x23cd16=this['_map']['scene']['mode']!==Cesium['SceneMode']['SCENE3D'],_0x3c1a2f=this['canvasWidth']*0.25;if(this[_0x5c2848(0x175)])for(let _0x27abeb=0x0,_0xefeb3e=_0xddc281['length'];_0x27abeb<_0xefeb3e;_0x27abeb++){const _0x30d8d6=_0xddc281[_0x27abeb],_0x21a765=this[_0x5c2848(0x105)](_0x30d8d6[_0x5c2848(0x1ad)],_0x30d8d6['lat'],_0x30d8d6),_0xffcf51=this['_tomap'](_0x30d8d6['tlng'],_0x30d8d6['tlat'],_0x30d8d6);if(!_0x21a765||!_0xffcf51)continue;if(_0x23cd16&&Math['abs'](_0x21a765[0x0]-_0xffcf51[0x0])>=_0x3c1a2f)continue;this['canvasContext']['beginPath'](),this[_0x5c2848(0x123)]['lineWidth']=this[_0x5c2848(0xda)],this[_0x5c2848(0x123)]['strokeStyle']=this['_colorRamp'][_0x5c2848(0x15e)](_0x30d8d6['speed']),this['canvasContext'][_0x5c2848(0x194)](_0x21a765[0x0],_0x21a765[0x1]),this['canvasContext']['lineTo'](_0xffcf51[0x0],_0xffcf51[0x1]),this['canvasContext']['stroke']();}else{this['canvasContext']['beginPath'](),this['canvasContext'][_0x5c2848(0xda)]=this['lineWidth'],this['canvasContext']['strokeStyle']=this['color'];for(let _0x359ede=0x0,_0x1097fb=_0xddc281['length'];_0x359ede<_0x1097fb;_0x359ede++){const _0x2e7e76=_0xddc281[_0x359ede],_0x50ae33=this['_tomap'](_0x2e7e76[_0x5c2848(0x1ad)],_0x2e7e76['lat'],_0x2e7e76),_0x56e41e=this['_tomap'](_0x2e7e76[_0x5c2848(0x121)],_0x2e7e76['tlat'],_0x2e7e76);if(!_0x50ae33||!_0x56e41e)continue;if(_0x23cd16&&Math['abs'](_0x50ae33[0x0]-_0x56e41e[0x0])>=_0x3c1a2f)continue;this['canvasContext']['moveTo'](_0x50ae33[0x0],_0x50ae33[0x1]),this[_0x5c2848(0x123)]['lineTo'](_0x56e41e[0x0],_0x56e41e[0x1]);}this['canvasContext'][_0x5c2848(0x19b)]();}}['_tomap'](_0x8c32fb,_0x47cbdd,_0x45de3e){const _0x20bfb3=_0x1c87b7,_0x2fddc2=Cesium[_0x20bfb3(0x196)][_0x20bfb3(0x138)](_0x8c32fb,_0x47cbdd,this[_0x20bfb3(0xf1)]),_0x52cd28=this['_map'][_0x20bfb3(0x12a)];if(_0x52cd28['mode']===Cesium['SceneMode'][_0x20bfb3(0x160)]){const _0x38e982=new Cesium['EllipsoidalOccluder'](_0x52cd28['globe'][_0x20bfb3(0x132)],_0x52cd28['camera']['positionWC']),_0x422a7a=_0x38e982['isPointVisible'](_0x2fddc2);if(!_0x422a7a)return _0x45de3e['age']=0x0,null;}const _0x4bb128=Cesium['SceneTransforms']['wgs84ToWindowCoordinates'](this['_map']['scene'],_0x2fddc2);return _0x4bb128?[_0x4bb128['x'],_0x4bb128['y']]:null;}['clear'](){const _0x578da1=_0x1c87b7;this[_0x578da1(0x14e)]['clear'](),delete this['windData'];}[_0x1c87b7(0xbd)](){const _0x525bcc=_0x1c87b7;this['worker']=new Worker(this[_0x525bcc(0x103)][_0x525bcc(0x17e)]),this[_0x525bcc(0x17e)]['onmessage']=_0x4b9104=>{const _0x201440=_0x525bcc;this[_0x201440(0x112)](_0x4b9104['data']['particles']),this['_updateIng2']=![];},this[_0x525bcc(0x14e)]={'init':_0x4e1747=>{const _0xb6bc83=_0x525bcc;this[_0xb6bc83(0x17e)]['postMessage']({'type':_0xb6bc83(0x188),'options':_0x4e1747});},'setOptions':_0x42a7c4=>{this['worker']['postMessage']({'type':'setOptions','options':_0x42a7c4});},'setDate':_0x13171d=>{const _0x2a800b=_0x525bcc;this[_0x2a800b(0x17e)]['postMessage']({'type':'setDate','data':_0x13171d});},'update':()=>{const _0x4e0163=_0x525bcc;if(this['_updateIng2'])return;this['_updateIng2']=!![],this['worker'][_0x4e0163(0x173)]({'type':'update'});},'clear':()=>{this['worker']['postMessage']({'type':'clear'});}},this[_0x525bcc(0x14e)][_0x525bcc(0x188)](this['options']);}}mars3d__namespace['LayerUtil']['register']('canvasWind',CanvasWindLayer),mars3d__namespace['layer']['CanvasWindLayer']=CanvasWindLayer,mars3d__namespace['CanvasWindField']=CanvasWindField,mars3d__namespace['WindUtil']=WindUtil,exports[_0x1c87b7(0xcc)]=CanvasWindField,exports['CanvasWindLayer']=CanvasWindLayer,exports['WindLayer']=WindLayer,exports['WindUtil']=WindUtil,Object['defineProperty'](exports,'__esModule',{'value':!![]});
15
15
  }));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mars3d-wind",
3
- "version": "3.7.1",
3
+ "version": "3.7.2",
4
4
  "description": "Mars3D平台插件,支持气象 风向图 功能插件",
5
5
  "main": "dist/mars3d-wind.js",
6
6
  "files": [
@@ -8,7 +8,7 @@
8
8
  ],
9
9
  "peerDependencies": {},
10
10
  "devDependencies": {
11
- "mars3d": "~3.7.1"
11
+ "mars3d": "~3.7.2"
12
12
  },
13
13
  "scripts": {
14
14
  "lint": "eslint ./src/**/*.{js,ts} --fix"
@@ -37,8 +37,6 @@
37
37
  "build": {
38
38
  "plugin": true,
39
39
  "globals": {
40
- "@turf/turf": "turf",
41
- "mars3d-cesium": "Cesium",
42
40
  "mars3d": "mars3d"
43
41
  },
44
42
  "minify": "obfuscator",