mars3d-wind 3.6.5 → 3.6.6

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.6.5
5
- * 编译日期:2023-09-11 20:50:12
4
+ * 版本信息:v3.6.6
5
+ * 编译日期:2023-09-19 21:39:38
6
6
  * 版权所有:Copyright by 火星科技 http://mars3d.cn
7
7
  * 使用单位:免费公开版 ,2023-03-17
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';function _0x2296(){const _0xd436d4=['nextParticlesSpeed','getUVByPoint','unbindEvent','particleHeight','particlesComputing','mouseUp','235236LAVvqC','Compute','autoClear','_speedRate','Cesium','FLOAT','tlat','destroyParticlesTextures','wheel','mouseDown','reverse','commandType','grid','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','_calc_speedRate','fadeOpacity','Math','fragmentShaderSource','PixelFormat','xmax','arrayBufferView','_bilinearInterpolation','lineWidth','all','Pass','array','latRange','maxParticles','textures','particlesTextureSize','framebuffer','ellipsoid','87494UVtAnM','clearFramebuffers','EventType','_maxAge','tlng','data','worker','Draw','refreshParticles','options','windField','ymax','off','maxAge','windTextures','destination-in','redraw','17444oKqRBr','randomizeParticles','RenderState','levmin','geometry','log','init','getExtent','clientWidth','setData','viewerParameters','west','mouseHidden','DepthFunction','particles','removeAll','TWO_PI','drawingBufferWidth','forEach','shaderProgram','getColor','rows','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','frameRate','ShaderSource','blending','690942sqJaTZ','uniformMap','show','ComponentDatatype','position','TextureMagnificationFilter','_canrefresh','1389640GwsVtO','mode','DISABLE_GL_POSITION_LOG_DEPTH','28196kdeshD','cancelAnimationFrame','udata','fromCache','dimensions','mod','BaseLayer','min','_colorRamp','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','_removedHook','now','context','0px','globe','_onMouseMoveEvent','EllipsoidalOccluder','_onMap_preRenderEvent','height','width','particlesRendering','canvas','ALWAYS','globalCompositeOperation','createRenderingTextures','attributeLocations','preExecute','createSegmentsGeometry','currentParticlesPosition','clear','pointerEvents','initWorker','defined','createFramebuffer','TextureMinificationFilter','lon','//\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','age','container','lev','segmentsDepth','fromGeometry','depthTexture','updatePosition','getFullscreenQuad','atan2','commandToExecute','wind','viewRectangleToLonLatRange','layer','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','reverseY','clampToLatitudeRange','vdata','random','Sampler','DISABLE_LOG_DEPTH_FRAGMENT_WRITE','globeBoundingSphere','hidden','_addedHook','72GaMGch','VertexArray','createComputingPrimitives','mouse_move','_randomParticle','left','_onMouseDownEvent','commandList','wgs84ToWindowCoordinates','_data','cols','destroy','mouse_down','clearCommand','destroyObject','getUVByXY','postMessage','createTexture','NEAREST','length','#ffffff','south','animateFrame','SceneMode','xmin','framebuffers','_mountedHook','WindLayer','PrimitiveType','getOptions','currentTrails','max','none','lat','sin','particleSystem','particlesTextures','scene','isInExtent','particlesNumber','_onMouseUpEvent','stroke','update','windData','add','setOptions','speedRate','toDegrees','removeChild','push','zIndex','postProcessingPosition','GeometryAttribute','722090VNNtZO','LayerUtil','removeEventListener','vertexArray','primitives','pow','canvasContext','_setOptionsHook','cos','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','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','toGridXY','outputTexture','STATIC_DRAW','_map','createRawRenderState','resize','keys','ymin','rawRenderState','BufferUsage','refreshTimer','colors','GeometryAttributes','lng','default','OPAQUE','style'];_0x2296=function(){return _0xd436d4;};return _0x2296();}const _0xa5bffa=_0x1f2e;(function(_0x398913,_0x4e9920){const _0x25a683=_0x1f2e,_0x2321c3=_0x398913();while(!![]){try{const _0x45e71a=parseInt(_0x25a683(0x158))/0x1+parseInt(_0x25a683(0x138))/0x2+parseInt(_0x25a683(0xe1))/0x3*(parseInt(_0x25a683(0x169))/0x4)+-parseInt(_0x25a683(0x116))/0x5+parseInt(_0x25a683(0x9b))/0x6+-parseInt(_0x25a683(0xa5))/0x7+-parseInt(_0x25a683(0xa2))/0x8;if(_0x45e71a===_0x4e9920)break;else _0x2321c3['push'](_0x2321c3['shift']());}catch(_0x2fc861){_0x2321c3['push'](_0x2321c3['shift']());}}}(_0x2296,0x1917e));function _interopNamespace(_0x3e1a52){const _0x18eb83=_0x1f2e;if(_0x3e1a52&&_0x3e1a52['__esModule'])return _0x3e1a52;var _0x4e7f53=Object['create'](null);return _0x3e1a52&&Object[_0x18eb83(0x127)](_0x3e1a52)['forEach'](function(_0x2fead0){if(_0x2fead0!=='default'){var _0x239ebd=Object['getOwnPropertyDescriptor'](_0x3e1a52,_0x2fead0);Object['defineProperty'](_0x4e7f53,_0x2fead0,_0x239ebd['get']?_0x239ebd:{'enumerable':!![],'get':function(){return _0x3e1a52[_0x2fead0];}});}}),_0x4e7f53[_0x18eb83(0x12f)]=_0x3e1a52,_0x4e7f53;}var mars3d__namespace=_interopNamespace(mars3d);const Cesium$7=mars3d__namespace['Cesium'];function getU(_0x300a54,_0x24f488){const _0xd8bf28=_0x1f2e,_0x3b877f=_0x300a54*Math[_0xd8bf28(0x11e)](Cesium$7['Math']['toRadians'](_0x24f488));return _0x3b877f;}function getV(_0x45f866,_0x19eeb5){const _0x3ef515=_0x1f2e,_0x3be4cb=_0x45f866*Math[_0x3ef515(0x103)](Cesium$7['Math']['toRadians'](_0x19eeb5));return _0x3be4cb;}function getSpeed(_0x25c85d,_0x3413f1){const _0x5a98fb=_0x1f2e,_0x500058=Math['sqrt'](Math['pow'](_0x25c85d,0x2)+Math[_0x5a98fb(0x11b)](_0x3413f1,0x2));return _0x500058;}function getDirection(_0x2d47d1,_0x218cbc){const _0x4c7e69=_0x1f2e;let _0x22d5da=Cesium$7['Math']['toDegrees'](Math[_0x4c7e69(0xd2)](_0x218cbc,_0x2d47d1));return _0x22d5da+=_0x22d5da<0x0?0x168:0x0,_0x22d5da;}var WindUtil={'__proto__':null,'getU':getU,'getV':getV,'getSpeed':getSpeed,'getDirection':getDirection};const Cesium$6=mars3d__namespace[_0xa5bffa(0x13c)];class CustomPrimitive{constructor(_0x98c3cd){const _0x1b4551=_0xa5bffa;this['commandType']=_0x98c3cd[_0x1b4551(0x143)],this['geometry']=_0x98c3cd['geometry'],this[_0x1b4551(0xbe)]=_0x98c3cd['attributeLocations'],this['primitiveType']=_0x98c3cd['primitiveType'],this['uniformMap']=_0x98c3cd[_0x1b4551(0x9c)],this['vertexShaderSource']=_0x98c3cd['vertexShaderSource'],this['fragmentShaderSource']=_0x98c3cd['fragmentShaderSource'],this['rawRenderState']=_0x98c3cd[_0x1b4551(0x129)],this['framebuffer']=_0x98c3cd['framebuffer'],this[_0x1b4551(0x122)]=_0x98c3cd['outputTexture'],this[_0x1b4551(0x13a)]=_0x98c3cd['autoClear']??![],this['preExecute']=_0x98c3cd[_0x1b4551(0xbf)],this['show']=!![],this['commandToExecute']=undefined,this[_0x1b4551(0xee)]=undefined,this['autoClear']&&(this['clearCommand']=new Cesium$6['ClearCommand']({'color':new Cesium$6['Color'](0x0,0x0,0x0,0x0),'depth':0x1,'framebuffer':this['framebuffer'],'pass':Cesium$6['Pass'][_0x1b4551(0x130)]}));}['createCommand'](_0x347713){const _0x57b2cf=_0xa5bffa;switch(this[_0x57b2cf(0x143)]){case _0x57b2cf(0x15f):{const _0x1dc61d=Cesium$6[_0x57b2cf(0xe2)][_0x57b2cf(0xce)]({'context':_0x347713,'geometry':this[_0x57b2cf(0x16d)],'attributeLocations':this[_0x57b2cf(0xbe)],'bufferUsage':Cesium$6['BufferUsage'][_0x57b2cf(0x123)]}),_0x167705=Cesium$6['ShaderProgram']['fromCache']({'context':_0x347713,'attributeLocations':this['attributeLocations'],'vertexShaderSource':this['vertexShaderSource'],'fragmentShaderSource':this['fragmentShaderSource']}),_0x3afaeb=Cesium$6[_0x57b2cf(0x16b)][_0x57b2cf(0xa8)](this[_0x57b2cf(0x129)]);return new Cesium$6['DrawCommand']({'primitiveType':this['primitiveType'],'shaderProgram':_0x167705,'vertexArray':_0x1dc61d,'modelMatrix':Cesium$6['Matrix4']['IDENTITY'],'renderState':_0x3afaeb,'uniformMap':this['uniformMap'],'castShadows':![],'receiveShadows':![],'framebuffer':this[_0x57b2cf(0x156)],'pass':Cesium$6['Pass']['OPAQUE'],'pickOnly':!![],'owner':this});}case'Compute':{return new Cesium$6['ComputeCommand']({'owner':this,'fragmentShaderSource':this[_0x57b2cf(0x149)],'uniformMap':this['uniformMap'],'outputTexture':this['outputTexture'],'persists':!![]});}}}['setGeometry'](_0x35aca1,_0x311a34){const _0x5a9e33=_0xa5bffa;this['geometry']=_0x311a34;const _0x76631e=Cesium$6['VertexArray']['fromGeometry']({'context':_0x35aca1,'geometry':this['geometry'],'attributeLocations':this[_0x5a9e33(0xbe)],'bufferUsage':Cesium$6[_0x5a9e33(0x12a)]['STATIC_DRAW']});this['commandToExecute'][_0x5a9e33(0x119)]=_0x76631e;}[_0xa5bffa(0x10b)](_0x369c95){const _0x616427=_0xa5bffa;if(!this['show'])return;if(_0x369c95['mode']!==Cesium$6[_0x616427(0xf8)]['SCENE3D'])return;!Cesium$6[_0x616427(0xc5)](this['commandToExecute'])&&(this[_0x616427(0xd3)]=this['createCommand'](_0x369c95['context'])),Cesium$6['defined'](this[_0x616427(0xbf)])&&this['preExecute'](),Cesium$6['defined'](this['clearCommand'])&&_0x369c95[_0x616427(0xe8)]['push'](this['clearCommand']),_0x369c95['commandList']['push'](this['commandToExecute']);}['isDestroyed'](){return![];}['destroy'](){const _0x186a70=_0xa5bffa;if(this['clearCommand']){var _0x28eb88,_0x2820e8;(_0x28eb88=this['clearCommand'])!==null&&_0x28eb88!==void 0x0&&_0x28eb88[_0x186a70(0x119)]&&this['clearCommand'][_0x186a70(0x119)]['destroy'](),(_0x2820e8=this['clearCommand'])!==null&&_0x2820e8!==void 0x0&&_0x2820e8[_0x186a70(0x94)]&&this[_0x186a70(0xee)][_0x186a70(0x94)][_0x186a70(0xec)](),delete this['clearCommand'];}return this['commandToExecute']&&(this[_0x186a70(0xd3)][_0x186a70(0x119)]&&this[_0x186a70(0xd3)]['vertexArray']['destroy'](),this['commandToExecute']['shaderProgram']&&this['commandToExecute']['shaderProgram'][_0x186a70(0xec)](),delete this['commandToExecute']),Cesium$6[_0x186a70(0xef)](this);}}const Cesium$5=mars3d__namespace[_0xa5bffa(0x13c)],Util=(function(){const _0x44edef=function(){const _0x2e0d4f=_0x1f2e,_0x591767=new Cesium$5['Geometry']({'attributes':new Cesium$5['GeometryAttributes']({'position':new Cesium$5['GeometryAttribute']({'componentDatatype':Cesium$5['ComponentDatatype'][_0x2e0d4f(0x13d)],'componentsPerAttribute':0x3,'values':new Float32Array([-0x1,-0x1,0x0,0x1,-0x1,0x0,0x1,0x1,0x0,-0x1,0x1,0x0])}),'st':new Cesium$5['GeometryAttribute']({'componentDatatype':Cesium$5[_0x2e0d4f(0x9e)][_0x2e0d4f(0x13d)],'componentsPerAttribute':0x2,'values':new Float32Array([0x0,0x0,0x1,0x0,0x1,0x1,0x0,0x1])})}),'indices':new Uint32Array([0x3,0x2,0x0,0x0,0x2,0x1])});return _0x591767;},_0x25aa9b=function(_0x14b239,_0x51cadd){const _0x2b1713=_0x1f2e;if(Cesium$5['defined'](_0x51cadd)){const _0x3023df={};_0x3023df[_0x2b1713(0x14c)]=_0x51cadd,_0x14b239['source']=_0x3023df;}const _0x4a082f=new Cesium$5['Texture'](_0x14b239);return _0x4a082f;},_0x50bbc7=function(_0x42dd94,_0x267369,_0x40beef){const _0x478346=new Cesium$5['Framebuffer']({'context':_0x42dd94,'colorTextures':[_0x267369],'depthTexture':_0x40beef});return _0x478346;},_0x9f00a2=function(_0xb0292e){const _0xeefc24=_0x1f2e,_0x384c34=!![],_0x600d99=![],_0x25abd5={'viewport':_0xb0292e['viewport'],'depthTest':_0xb0292e['depthTest'],'depthMask':_0xb0292e['depthMask'],'blending':_0xb0292e[_0xeefc24(0x9a)]},_0x5dc59a=Cesium$5['Appearance']['getDefaultRenderState'](_0x384c34,_0x600d99,_0x25abd5);return _0x5dc59a;},_0x5b6e2f=function(_0x205643){const _0x1bf253=_0x1f2e,_0x486faf={},_0x4f48e5=Cesium$5['Math'][_0x1bf253(0xaa)](_0x205643[_0x1bf253(0x174)],Cesium$5['Math'][_0x1bf253(0x91)]),_0x17d15b=Cesium$5['Math'][_0x1bf253(0xaa)](_0x205643['east'],Cesium$5['Math']['TWO_PI']),_0x43885e=_0x205643['width'];let _0x56f1d7,_0x1c236e;_0x43885e>Cesium$5[_0x1bf253(0x148)]['THREE_PI_OVER_TWO']?(_0x56f1d7=0x0,_0x1c236e=Cesium$5[_0x1bf253(0x148)]['TWO_PI']):_0x17d15b-_0x4f48e5<_0x43885e?(_0x56f1d7=_0x4f48e5,_0x1c236e=_0x4f48e5+_0x43885e):(_0x56f1d7=_0x4f48e5,_0x1c236e=_0x17d15b);_0x486faf['lon']={'min':Cesium$5['Math']['toDegrees'](_0x56f1d7),'max':Cesium$5['Math'][_0x1bf253(0x110)](_0x1c236e)};const _0x506b37=_0x205643[_0x1bf253(0xf6)],_0x2f1849=_0x205643['north'],_0x10b815=_0x205643[_0x1bf253(0xb7)],_0x497532=_0x10b815>Cesium$5['Math']['PI']/0xc?_0x10b815/0x2:0x0;let _0x1296f8=Cesium$5['Math']['clampToLatitudeRange'](_0x506b37-_0x497532),_0x527ae9=Cesium$5[_0x1bf253(0x148)][_0x1bf253(0xd9)](_0x2f1849+_0x497532);return _0x1296f8<-Cesium$5[_0x1bf253(0x148)]['PI_OVER_THREE']&&(_0x1296f8=-Cesium$5['Math']['PI_OVER_TWO']),_0x527ae9>Cesium$5['Math']['PI_OVER_THREE']&&(_0x527ae9=Cesium$5['Math']['PI_OVER_TWO']),_0x486faf['lat']={'min':Cesium$5['Math']['toDegrees'](_0x1296f8),'max':Cesium$5[_0x1bf253(0x148)]['toDegrees'](_0x527ae9)},_0x486faf;};return{'getFullscreenQuad':_0x44edef,'createTexture':_0x25aa9b,'createFramebuffer':_0x50bbc7,'createRawRenderState':_0x9f00a2,'viewRectangleToLonLatRange':_0x5b6e2f};}());var segmentDraw_vert=_0xa5bffa(0xae),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=_0xa5bffa(0x145),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=_0xa5bffa(0xd7);const Cesium$4=mars3d__namespace['Cesium'];class ParticlesRendering{constructor(_0x456aea,_0x4fffdf,_0x2efa42,_0x58de5a,_0x1e2748){const _0x620a4e=_0xa5bffa;this[_0x620a4e(0xbd)](_0x456aea,_0x4fffdf,_0x2efa42[_0x620a4e(0x12c)]),this['createRenderingFramebuffers'](_0x456aea),this['createRenderingPrimitives'](_0x456aea,_0x2efa42,_0x58de5a,_0x1e2748);}['createRenderingTextures'](_0x3fee03,_0x1e9097,_0x1e3b90){const _0x42d41b=_0xa5bffa,_0x435c25={'context':_0x3fee03,'width':_0x3fee03['drawingBufferWidth'],'height':_0x3fee03['drawingBufferHeight'],'pixelFormat':Cesium$4['PixelFormat']['RGBA'],'pixelDatatype':Cesium$4['PixelDatatype']['UNSIGNED_BYTE']},_0x31ffe6={'context':_0x3fee03,'width':_0x3fee03['drawingBufferWidth'],'height':_0x3fee03['drawingBufferHeight'],'pixelFormat':Cesium$4[_0x42d41b(0x14a)]['DEPTH_COMPONENT'],'pixelDatatype':Cesium$4['PixelDatatype']['UNSIGNED_INT']},_0x4fdc10=_0x1e3b90['length'],_0x2ca4e8=new Float32Array(_0x4fdc10*0x3);for(let _0x4751c6=0x0;_0x4751c6<_0x4fdc10;_0x4751c6++){const _0x287179=Cesium$4['Color']['fromCssColorString'](_0x1e3b90[_0x4751c6]);_0x2ca4e8[0x3*_0x4751c6]=_0x287179['red'],_0x2ca4e8[0x3*_0x4751c6+0x1]=_0x287179['green'],_0x2ca4e8[0x3*_0x4751c6+0x2]=_0x287179['blue'];}const _0x502d7d={'context':_0x3fee03,'width':_0x4fdc10,'height':0x1,'pixelFormat':Cesium$4['PixelFormat']['RGB'],'pixelDatatype':Cesium$4['PixelDatatype']['FLOAT'],'sampler':new Cesium$4[(_0x42d41b(0xdc))]({'minificationFilter':Cesium$4['TextureMinificationFilter']['LINEAR'],'magnificationFilter':Cesium$4[_0x42d41b(0xa0)]['LINEAR']})};this['textures']={'segmentsColor':Util[_0x42d41b(0xf2)](_0x435c25),'segmentsDepth':Util['createTexture'](_0x31ffe6),'currentTrailsColor':Util['createTexture'](_0x435c25),'currentTrailsDepth':Util[_0x42d41b(0xf2)](_0x31ffe6),'nextTrailsColor':Util['createTexture'](_0x435c25),'nextTrailsDepth':Util['createTexture'](_0x31ffe6),'colorTable':Util[_0x42d41b(0xf2)](_0x502d7d,_0x2ca4e8)};}['createRenderingFramebuffers'](_0x1f89d8){const _0x263e05=_0xa5bffa;this[_0x263e05(0xfa)]={'segments':Util['createFramebuffer'](_0x1f89d8,this[_0x263e05(0x154)]['segmentsColor'],this['textures']['segmentsDepth']),'currentTrails':Util['createFramebuffer'](_0x1f89d8,this[_0x263e05(0x154)]['currentTrailsColor'],this['textures']['currentTrailsDepth']),'nextTrails':Util[_0x263e05(0xc6)](_0x1f89d8,this[_0x263e05(0x154)]['nextTrailsColor'],this[_0x263e05(0x154)]['nextTrailsDepth'])};}['createSegmentsGeometry'](_0x1dbab4){const _0x1945fc=_0xa5bffa,_0x553653=0x4;let _0x3f6204=[];for(let _0x41dbb3=0x0;_0x41dbb3<_0x1dbab4[_0x1945fc(0x155)];_0x41dbb3++){for(let _0x3741ae=0x0;_0x3741ae<_0x1dbab4['particlesTextureSize'];_0x3741ae++){for(let _0x266dd7=0x0;_0x266dd7<_0x553653;_0x266dd7++){_0x3f6204['push'](_0x41dbb3/_0x1dbab4['particlesTextureSize']),_0x3f6204['push'](_0x3741ae/_0x1dbab4['particlesTextureSize']);}}}_0x3f6204=new Float32Array(_0x3f6204);let _0x32f46c=[];const _0xceb2b4=[-0x1,0x1],_0x42e6e2=[-0x1,0x1];for(let _0x91b88b=0x0;_0x91b88b<_0x1dbab4['maxParticles'];_0x91b88b++){for(let _0x4b906d=0x0;_0x4b906d<_0x553653/0x2;_0x4b906d++){for(let _0x2ea28e=0x0;_0x2ea28e<_0x553653/0x2;_0x2ea28e++){_0x32f46c['push'](_0xceb2b4[_0x4b906d]),_0x32f46c[_0x1945fc(0x112)](_0x42e6e2[_0x2ea28e]),_0x32f46c[_0x1945fc(0x112)](0x0);}}}_0x32f46c=new Float32Array(_0x32f46c);const _0x33d4b4=0x6*_0x1dbab4['maxParticles'],_0xde79d6=new Uint32Array(_0x33d4b4);for(let _0x42d79f=0x0,_0x37beee=0x0,_0x32909f=0x0;_0x42d79f<_0x1dbab4['maxParticles'];_0x42d79f++){_0xde79d6[_0x37beee++]=_0x32909f+0x0,_0xde79d6[_0x37beee++]=_0x32909f+0x1,_0xde79d6[_0x37beee++]=_0x32909f+0x2,_0xde79d6[_0x37beee++]=_0x32909f+0x2,_0xde79d6[_0x37beee++]=_0x32909f+0x1,_0xde79d6[_0x37beee++]=_0x32909f+0x3,_0x32909f+=0x4;}const _0x472a5d=new Cesium$4['Geometry']({'attributes':new Cesium$4[(_0x1945fc(0x12d))]({'st':new Cesium$4[(_0x1945fc(0x115))]({'componentDatatype':Cesium$4['ComponentDatatype']['FLOAT'],'componentsPerAttribute':0x2,'values':_0x3f6204}),'normal':new Cesium$4['GeometryAttribute']({'componentDatatype':Cesium$4['ComponentDatatype']['FLOAT'],'componentsPerAttribute':0x3,'values':_0x32f46c})}),'indices':_0xde79d6});return _0x472a5d;}['createRenderingPrimitives'](_0x43858a,_0x251c93,_0x4730c9,_0x7f9573){const _0x33db96=_0xa5bffa,_0x46712c=this;this[_0x33db96(0x11a)]={'segments':new CustomPrimitive({'commandType':'Draw','attributeLocations':{'st':0x0,'normal':0x1},'geometry':this[_0x33db96(0xc0)](_0x251c93),'primitiveType':Cesium$4[_0x33db96(0xfd)]['TRIANGLES'],'uniformMap':{'currentParticlesPosition':function(){return _0x7f9573['particlesTextures']['currentParticlesPosition'];},'postProcessingPosition':function(){return _0x7f9573['particlesTextures']['postProcessingPosition'];},'postProcessingSpeed':function(){return _0x7f9573['particlesTextures']['postProcessingSpeed'];},'colorTable':function(){return _0x46712c['textures']['colorTable'];},'aspect':function(){const _0x36cf39=_0x33db96;return _0x43858a[_0x36cf39(0x92)]/_0x43858a['drawingBufferHeight'];},'pixelSize':function(){return _0x4730c9['pixelSize'];},'lineWidth':function(){return _0x251c93['lineWidth'];},'particleHeight':function(){const _0x376720=_0x33db96;return _0x251c93[_0x376720(0x135)];}},'vertexShaderSource':new Cesium$4[(_0x33db96(0x99))]({'sources':[segmentDraw_vert]}),'fragmentShaderSource':new Cesium$4['ShaderSource']({'sources':[segmentDraw_frag]}),'rawRenderState':Util['createRawRenderState']({'viewport':undefined,'depthTest':{'enabled':!![]},'depthMask':!![]}),'framebuffer':this['framebuffers']['segments'],'autoClear':!![]}),'trails':new CustomPrimitive({'commandType':'Draw','attributeLocations':{'position':0x0,'st':0x1},'geometry':Util[_0x33db96(0xd1)](),'primitiveType':Cesium$4['PrimitiveType']['TRIANGLES'],'uniformMap':{'segmentsColorTexture':function(){return _0x46712c['textures']['segmentsColor'];},'segmentsDepthTexture':function(){const _0x5500de=_0x33db96;return _0x46712c['textures'][_0x5500de(0xcd)];},'currentTrailsColor':function(){return _0x46712c['framebuffers']['currentTrails']['getColorTexture'](0x0);},'trailsDepthTexture':function(){const _0x2abe0c=_0x33db96;return _0x46712c['framebuffers'][_0x2abe0c(0xff)][_0x2abe0c(0xcf)];},'fadeOpacity':function(){const _0x4cdb07=_0x33db96;return _0x251c93[_0x4cdb07(0x147)];}},'vertexShaderSource':new Cesium$4[(_0x33db96(0x99))]({'defines':['DISABLE_GL_POSITION_LOG_DEPTH'],'sources':[fullscreen_vert]}),'fragmentShaderSource':new Cesium$4['ShaderSource']({'defines':['DISABLE_LOG_DEPTH_FRAGMENT_WRITE'],'sources':[trailDraw_frag]}),'rawRenderState':Util['createRawRenderState']({'viewport':undefined,'depthTest':{'enabled':!![],'func':Cesium$4[_0x33db96(0x8e)][_0x33db96(0xbb)]},'depthMask':!![]}),'framebuffer':this['framebuffers']['nextTrails'],'autoClear':!![],'preExecute':function(){const _0x214c8a=_0x33db96,_0x457bf9=_0x46712c[_0x214c8a(0xfa)]['currentTrails'];_0x46712c[_0x214c8a(0xfa)]['currentTrails']=_0x46712c[_0x214c8a(0xfa)]['nextTrails'],_0x46712c['framebuffers']['nextTrails']=_0x457bf9,_0x46712c['primitives']['trails']['commandToExecute']['framebuffer']=_0x46712c[_0x214c8a(0xfa)]['nextTrails'],_0x46712c['primitives']['trails'][_0x214c8a(0xee)][_0x214c8a(0x156)]=_0x46712c[_0x214c8a(0xfa)]['nextTrails'];}}),'screen':new CustomPrimitive({'commandType':_0x33db96(0x15f),'attributeLocations':{'position':0x0,'st':0x1},'geometry':Util['getFullscreenQuad'](),'primitiveType':Cesium$4['PrimitiveType']['TRIANGLES'],'uniformMap':{'trailsColorTexture':function(){const _0xcf49db=_0x33db96;return _0x46712c[_0xcf49db(0xfa)]['nextTrails']['getColorTexture'](0x0);},'trailsDepthTexture':function(){const _0x121284=_0x33db96;return _0x46712c[_0x121284(0xfa)]['nextTrails'][_0x121284(0xcf)];}},'vertexShaderSource':new Cesium$4['ShaderSource']({'defines':[_0x33db96(0xa4)],'sources':[fullscreen_vert]}),'fragmentShaderSource':new Cesium$4['ShaderSource']({'defines':[_0x33db96(0xdd)],'sources':[screenDraw_frag]}),'rawRenderState':Util[_0x33db96(0x125)]({'viewport':undefined,'depthTest':{'enabled':![]},'depthMask':!![],'blending':{'enabled':!![]}}),'framebuffer':undefined})};}}var getWind_frag=_0xa5bffa(0xc9),updateSpeed_frag=_0xa5bffa(0x97),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=_0xa5bffa(0x120),postProcessingSpeed_frag=_0xa5bffa(0x11f);const Cesium$3=mars3d__namespace[_0xa5bffa(0x13c)];class ParticlesComputing{constructor(_0x23e6c2,_0x18d0a6,_0x38bbbd,_0x4c0e7c){this['data']=_0x18d0a6,this['createWindTextures'](_0x23e6c2,_0x18d0a6),this['createParticlesTextures'](_0x23e6c2,_0x38bbbd,_0x4c0e7c),this['createComputingPrimitives'](_0x18d0a6,_0x38bbbd,_0x4c0e7c);}['createWindTextures'](_0xd09e20,_0x4e7a43){const _0x526b9b=_0xa5bffa,_0x13cade={'context':_0xd09e20,'width':_0x4e7a43['dimensions'][_0x526b9b(0xc8)],'height':_0x4e7a43[_0x526b9b(0xa9)]['lat']*(_0x4e7a43['dimensions']['lev']||0x1),'pixelFormat':Cesium$3['PixelFormat']['LUMINANCE'],'pixelDatatype':Cesium$3['PixelDatatype']['FLOAT'],'flipY':![],'sampler':new Cesium$3['Sampler']({'minificationFilter':Cesium$3['TextureMinificationFilter'][_0x526b9b(0xf3)],'magnificationFilter':Cesium$3[_0x526b9b(0xa0)]['NEAREST']})};this[_0x526b9b(0x166)]={'U':Util[_0x526b9b(0xf2)](_0x13cade,_0x4e7a43['U'][_0x526b9b(0x151)]),'V':Util[_0x526b9b(0xf2)](_0x13cade,_0x4e7a43['V']['array'])};}['createParticlesTextures'](_0x3000eb,_0xcc56a0,_0x5002ee){const _0x11ee40=_0xa5bffa,_0x401a7a={'context':_0x3000eb,'width':_0xcc56a0[_0x11ee40(0x155)],'height':_0xcc56a0['particlesTextureSize'],'pixelFormat':Cesium$3[_0x11ee40(0x14a)]['RGBA'],'pixelDatatype':Cesium$3['PixelDatatype']['FLOAT'],'flipY':![],'sampler':new Cesium$3['Sampler']({'minificationFilter':Cesium$3[_0x11ee40(0xc7)]['NEAREST'],'magnificationFilter':Cesium$3['TextureMagnificationFilter'][_0x11ee40(0xf3)]})},_0x4836ad=this['randomizeParticles'](_0xcc56a0['maxParticles'],_0x5002ee),_0xd23f54=new Float32Array(0x4*_0xcc56a0['maxParticles'])['fill'](0x0);this[_0x11ee40(0x105)]={'particlesWind':Util['createTexture'](_0x401a7a),'currentParticlesPosition':Util['createTexture'](_0x401a7a,_0x4836ad),'nextParticlesPosition':Util[_0x11ee40(0xf2)](_0x401a7a,_0x4836ad),'currentParticlesSpeed':Util['createTexture'](_0x401a7a,_0xd23f54),'nextParticlesSpeed':Util['createTexture'](_0x401a7a,_0xd23f54),'postProcessingPosition':Util['createTexture'](_0x401a7a,_0x4836ad),'postProcessingSpeed':Util['createTexture'](_0x401a7a,_0xd23f54)};}[_0xa5bffa(0x16a)](_0x4fe712,_0x4f49a3){const _0x2015fa=_0xa5bffa,_0x550744=new Float32Array(0x4*_0x4fe712);for(let _0x2698f0=0x0;_0x2698f0<_0x4fe712;_0x2698f0++){_0x550744[0x4*_0x2698f0]=Cesium$3[_0x2015fa(0x148)]['randomBetween'](_0x4f49a3['lonRange']['x'],_0x4f49a3['lonRange']['y']),_0x550744[0x4*_0x2698f0+0x1]=Cesium$3['Math']['randomBetween'](_0x4f49a3[_0x2015fa(0x152)]['x'],_0x4f49a3['latRange']['y']),_0x550744[0x4*_0x2698f0+0x2]=Cesium$3['Math']['randomBetween'](this['data']['lev']['min'],this[_0x2015fa(0x15d)][_0x2015fa(0xcc)]['max']),_0x550744[0x4*_0x2698f0+0x3]=0x0;}return _0x550744;}[_0xa5bffa(0x13f)](){Object['keys'](this['particlesTextures'])['forEach'](_0x249c3a=>{const _0x58b5d9=_0x1f2e;this['particlesTextures'][_0x249c3a][_0x58b5d9(0xec)]();});}[_0xa5bffa(0xe3)](_0x542201,_0x2272a4,_0x2ba507){const _0x561c79=_0xa5bffa,_0x345f99=new Cesium$3['Cartesian3'](_0x542201['dimensions'][_0x561c79(0xc8)],_0x542201['dimensions'][_0x561c79(0x102)],_0x542201['dimensions']['lev']),_0x566e57=new Cesium$3['Cartesian3'](_0x542201['lon'][_0x561c79(0xac)],_0x542201[_0x561c79(0x102)]['min'],_0x542201[_0x561c79(0xcc)]['min']),_0x4a98e9=new Cesium$3['Cartesian3'](_0x542201['lon'][_0x561c79(0x100)],_0x542201['lat']['max'],_0x542201['lev']['max']),_0x309060=new Cesium$3['Cartesian3']((_0x4a98e9['x']-_0x566e57['x'])/(_0x345f99['x']-0x1),(_0x4a98e9['y']-_0x566e57['y'])/(_0x345f99['y']-0x1),_0x345f99['z']>0x1?(_0x4a98e9['z']-_0x566e57['z'])/(_0x345f99['z']-0x1):0x1),_0x27114d=new Cesium$3['Cartesian2'](_0x542201['U']['min'],_0x542201['U']['max']),_0x3ce8c1=new Cesium$3['Cartesian2'](_0x542201['V']['min'],_0x542201['V']['max']),_0x73dbef=this;this['primitives']={'getWind':new CustomPrimitive({'commandType':'Compute','uniformMap':{'U':function(){return _0x73dbef['windTextures']['U'];},'V':function(){return _0x73dbef['windTextures']['V'];},'currentParticlesPosition':function(){return _0x73dbef['particlesTextures']['currentParticlesPosition'];},'dimension':function(){return _0x345f99;},'minimum':function(){return _0x566e57;},'maximum':function(){return _0x4a98e9;},'interval':function(){return _0x309060;}},'fragmentShaderSource':new Cesium$3['ShaderSource']({'sources':[getWind_frag]}),'outputTexture':this['particlesTextures']['particlesWind'],'preExecute':function(){_0x73dbef['primitives']['getWind']['commandToExecute']['outputTexture']=_0x73dbef['particlesTextures']['particlesWind'];}}),'updateSpeed':new CustomPrimitive({'commandType':'Compute','uniformMap':{'currentParticlesSpeed':function(){return _0x73dbef['particlesTextures']['currentParticlesSpeed'];},'particlesWind':function(){return _0x73dbef['particlesTextures']['particlesWind'];},'uSpeedRange':function(){return _0x27114d;},'vSpeedRange':function(){return _0x3ce8c1;},'pixelSize':function(){return _0x2ba507['pixelSize'];},'speedFactor':function(){return _0x2272a4['speedFactor'];}},'fragmentShaderSource':new Cesium$3['ShaderSource']({'sources':[updateSpeed_frag]}),'outputTexture':this['particlesTextures']['nextParticlesSpeed'],'preExecute':function(){const _0x2a221e=_0x561c79,_0x3ca718=_0x73dbef[_0x2a221e(0x105)]['currentParticlesSpeed'];_0x73dbef['particlesTextures']['currentParticlesSpeed']=_0x73dbef[_0x2a221e(0x105)]['postProcessingSpeed'],_0x73dbef[_0x2a221e(0x105)]['postProcessingSpeed']=_0x3ca718,_0x73dbef[_0x2a221e(0x11a)]['updateSpeed']['commandToExecute'][_0x2a221e(0x122)]=_0x73dbef[_0x2a221e(0x105)]['nextParticlesSpeed'];}}),'updatePosition':new CustomPrimitive({'commandType':_0x561c79(0x139),'uniformMap':{'currentParticlesPosition':function(){const _0xd9c125=_0x561c79;return _0x73dbef['particlesTextures'][_0xd9c125(0xc1)];},'currentParticlesSpeed':function(){const _0x1d5962=_0x561c79;return _0x73dbef[_0x1d5962(0x105)]['currentParticlesSpeed'];}},'fragmentShaderSource':new Cesium$3['ShaderSource']({'sources':[updatePosition_frag]}),'outputTexture':this['particlesTextures']['nextParticlesPosition'],'preExecute':function(){const _0xb14ec7=_0x561c79,_0x349f6e=_0x73dbef[_0xb14ec7(0x105)]['currentParticlesPosition'];_0x73dbef['particlesTextures']['currentParticlesPosition']=_0x73dbef['particlesTextures']['postProcessingPosition'],_0x73dbef['particlesTextures']['postProcessingPosition']=_0x349f6e,_0x73dbef['primitives']['updatePosition']['commandToExecute']['outputTexture']=_0x73dbef['particlesTextures']['nextParticlesPosition'];}}),'postProcessingPosition':new CustomPrimitive({'commandType':'Compute','uniformMap':{'nextParticlesPosition':function(){return _0x73dbef['particlesTextures']['nextParticlesPosition'];},'nextParticlesSpeed':function(){const _0x4f4c09=_0x561c79;return _0x73dbef[_0x4f4c09(0x105)]['nextParticlesSpeed'];},'lonRange':function(){return _0x2ba507['lonRange'];},'latRange':function(){const _0x203d2b=_0x561c79;return _0x2ba507[_0x203d2b(0x152)];},'randomCoefficient':function(){const _0x354be9=_0x561c79,_0x22f7d3=Math[_0x354be9(0xdb)]();return _0x22f7d3;},'dropRate':function(){return _0x2272a4['dropRate'];},'dropRateBump':function(){return _0x2272a4['dropRateBump'];}},'fragmentShaderSource':new Cesium$3['ShaderSource']({'sources':[postProcessingPosition_frag]}),'outputTexture':this[_0x561c79(0x105)][_0x561c79(0x114)],'preExecute':function(){const _0x327a61=_0x561c79;_0x73dbef[_0x327a61(0x11a)][_0x327a61(0x114)][_0x327a61(0xd3)]['outputTexture']=_0x73dbef['particlesTextures']['postProcessingPosition'];}}),'postProcessingSpeed':new CustomPrimitive({'commandType':'Compute','uniformMap':{'postProcessingPosition':function(){return _0x73dbef['particlesTextures']['postProcessingPosition'];},'nextParticlesSpeed':function(){const _0x4cc3e9=_0x561c79;return _0x73dbef['particlesTextures'][_0x4cc3e9(0x132)];}},'fragmentShaderSource':new Cesium$3[(_0x561c79(0x99))]({'sources':[postProcessingSpeed_frag]}),'outputTexture':this['particlesTextures']['postProcessingSpeed'],'preExecute':function(){const _0x127fc0=_0x561c79;_0x73dbef['primitives']['postProcessingSpeed'][_0x127fc0(0xd3)]['outputTexture']=_0x73dbef['particlesTextures']['postProcessingSpeed'];}})};}}const Cesium$2=mars3d__namespace['Cesium'];class ParticleSystem{constructor(_0x495695,_0x30676d,_0xa975bf,_0x2a1090){const _0x9bb7a=_0xa5bffa;this[_0x9bb7a(0xb1)]=_0x495695,_0x30676d={..._0x30676d},_0x30676d[_0x9bb7a(0xa7)]&&_0x30676d[_0x9bb7a(0xda)]&&(_0x30676d['dimensions']={},_0x30676d[_0x9bb7a(0xa9)][_0x9bb7a(0xc8)]=_0x30676d['cols'],_0x30676d[_0x9bb7a(0xa9)]['lat']=_0x30676d['rows'],_0x30676d['dimensions']['lev']=_0x30676d['lev']||0x1,_0x30676d['lon']={},_0x30676d['lon'][_0x9bb7a(0xac)]=_0x30676d['xmin'],_0x30676d['lon']['max']=_0x30676d[_0x9bb7a(0x14b)],_0x30676d['lat']={},_0x30676d['lat']['min']=_0x30676d[_0x9bb7a(0x128)],_0x30676d['lat']['max']=_0x30676d['ymax'],_0x30676d['lev']={},_0x30676d['lev']['min']=_0x30676d[_0x9bb7a(0x16c)]??0x1,_0x30676d['lev'][_0x9bb7a(0x100)]=_0x30676d['levmax']??0x1,_0x30676d['U']={},_0x30676d['U']['array']=new Float32Array(_0x30676d[_0x9bb7a(0xa7)]),_0x30676d['U']['min']=_0x30676d['umin']??Math[_0x9bb7a(0xac)](..._0x30676d['udata']),_0x30676d['U']['max']=_0x30676d['umax']??Math['max'](..._0x30676d['udata']),_0x30676d['V']={},_0x30676d['V']['array']=new Float32Array(_0x30676d[_0x9bb7a(0xda)]),_0x30676d['V']['min']=_0x30676d['vmin']??Math['min'](..._0x30676d['vdata']),_0x30676d['V']['max']=_0x30676d['vmax']??Math['max'](..._0x30676d['vdata'])),this['data']=_0x30676d,this['options']=_0xa975bf,this['viewerParameters']=_0x2a1090,this['particlesComputing']=new ParticlesComputing(this[_0x9bb7a(0xb1)],this['data'],this['options'],this[_0x9bb7a(0x173)]),this[_0x9bb7a(0xb9)]=new ParticlesRendering(this['context'],this['data'],this[_0x9bb7a(0x161)],this['viewerParameters'],this[_0x9bb7a(0x136)]);}['canvasResize'](_0x22e920){const _0x2d7d1e=_0xa5bffa;this[_0x2d7d1e(0x136)][_0x2d7d1e(0x13f)](),Object['keys'](this[_0x2d7d1e(0x136)]['windTextures'])['forEach'](_0x5d1577=>{const _0x463980=_0x2d7d1e;this['particlesComputing'][_0x463980(0x166)][_0x5d1577]['destroy']();}),this['particlesRendering']['textures']['colorTable']['destroy'](),Object[_0x2d7d1e(0x127)](this['particlesRendering']['framebuffers'])['forEach'](_0x397fe8=>{const _0x4e4b64=_0x2d7d1e;this[_0x4e4b64(0xb9)]['framebuffers'][_0x397fe8][_0x4e4b64(0xec)]();}),this['context']=_0x22e920,this['particlesComputing']=new ParticlesComputing(this['context'],this['data'],this['options'],this['viewerParameters']),this[_0x2d7d1e(0xb9)]=new ParticlesRendering(this['context'],this[_0x2d7d1e(0x15d)],this['options'],this['viewerParameters'],this[_0x2d7d1e(0x136)]);}[_0xa5bffa(0x159)](){const _0x284622=_0xa5bffa,_0x4cd511=new Cesium$2['ClearCommand']({'color':new Cesium$2['Color'](0x0,0x0,0x0,0x0),'depth':0x1,'framebuffer':undefined,'pass':Cesium$2[_0x284622(0x150)]['OPAQUE']});Object['keys'](this['particlesRendering'][_0x284622(0xfa)])['forEach'](_0x3c36c2=>{const _0x2b2082=_0x284622;_0x4cd511['framebuffer']=this['particlesRendering'][_0x2b2082(0xfa)][_0x3c36c2],_0x4cd511['execute'](this[_0x2b2082(0xb1)]);});}['refreshParticles'](_0x17beb1){const _0x5888ab=_0xa5bffa;this[_0x5888ab(0x159)](),this['particlesComputing']['destroyParticlesTextures'](),this[_0x5888ab(0x136)]['createParticlesTextures'](this['context'],this['options'],this[_0x5888ab(0x173)]);if(_0x17beb1){var _0x17fd0c,_0x29d23b;const _0x14311d=this['particlesRendering']['createSegmentsGeometry'](this['options']);this[_0x5888ab(0xb9)]['primitives']['segments'][_0x5888ab(0x16d)]=_0x14311d;const _0x266b19=Cesium$2[_0x5888ab(0xe2)]['fromGeometry']({'context':this['context'],'geometry':_0x14311d,'attributeLocations':this['particlesRendering']['primitives']['segments'][_0x5888ab(0xbe)],'bufferUsage':Cesium$2[_0x5888ab(0x12a)]['STATIC_DRAW']});(_0x17fd0c=this['particlesRendering']['primitives'])!==null&&_0x17fd0c!==void 0x0&&(_0x29d23b=_0x17fd0c['segments'])!==null&&_0x29d23b!==void 0x0&&_0x29d23b['commandToExecute']&&(this[_0x5888ab(0xb9)][_0x5888ab(0x11a)]['segments'][_0x5888ab(0xd3)][_0x5888ab(0x119)]=_0x266b19);}}['setOptions'](_0x260684){const _0x3947ec=_0xa5bffa;let _0x5236a4=![];this['options'][_0x3947ec(0x153)]!==_0x260684['maxParticles']&&(_0x5236a4=!![]),Object['keys'](_0x260684)['forEach'](_0x28caf7=>{this['options'][_0x28caf7]=_0x260684[_0x28caf7];}),this['refreshParticles'](_0x5236a4);}['applyViewerParameters'](_0x23c1b3){const _0x46e217=_0xa5bffa;Object['keys'](_0x23c1b3)['forEach'](_0x1eb8c8=>{this['viewerParameters'][_0x1eb8c8]=_0x23c1b3[_0x1eb8c8];}),this[_0x46e217(0x160)](![]);}[_0xa5bffa(0xec)](){const _0x1d6951=_0xa5bffa;clearTimeout(this['canrefresh']),this['particlesComputing'][_0x1d6951(0x13f)](),Object['keys'](this['particlesComputing']['windTextures'])[_0x1d6951(0x93)](_0x12bedc=>{const _0x21cc49=_0x1d6951;this['particlesComputing']['windTextures'][_0x12bedc][_0x21cc49(0xec)]();}),this['particlesRendering']['textures']['colorTable']['destroy'](),Object['keys'](this['particlesRendering']['framebuffers'])['forEach'](_0x38cd7e=>{const _0x30c746=_0x1d6951;this['particlesRendering'][_0x30c746(0xfa)][_0x38cd7e]['destroy']();});for(const _0x49a89f in this){delete this[_0x49a89f];}}}const Cesium$1=mars3d__namespace['Cesium'],BaseLayer$1=mars3d__namespace['layer'][_0xa5bffa(0xab)],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)']};class WindLayer extends BaseLayer$1{constructor(_0x168a31={}){_0x168a31={...DEF_OPTIONS,..._0x168a31},super(_0x168a31),this['_setOptionsHook'](_0x168a31);}get['layer'](){return this['primitives'];}get['data'](){return this['_data'];}set['data'](_0x33cdc){this['setData'](_0x33cdc);}get[_0xa5bffa(0x12c)](){const _0x4daba2=_0xa5bffa;return this[_0x4daba2(0x161)]['colors'];}set[_0xa5bffa(0x12c)](_0x1877a){const _0x5b0492=_0xa5bffa;this[_0x5b0492(0x161)]['colors']=_0x1877a,this[_0x5b0492(0x104)]&&this['particleSystem']['setOptions']({'colors':_0x1877a}),this['resize']();}[_0xa5bffa(0xfb)](){}[_0xa5bffa(0xe0)](){const _0x4931ad=_0xa5bffa;this[_0x4931ad(0x106)]=this['_map'][_0x4931ad(0x106)],this['camera']=this[_0x4931ad(0x124)]['camera'],this[_0x4931ad(0x11a)]=new Cesium$1['PrimitiveCollection'](),this['_map']['scene']['primitives']['add'](this['primitives']),this['viewerParameters']={'lonRange':new Cesium$1['Cartesian2'](),'latRange':new Cesium$1['Cartesian2'](),'pixelSize':0x0},this[_0x4931ad(0xde)]=new Cesium$1['BoundingSphere'](Cesium$1['Cartesian3']['ZERO'],0.99*0x615299),this['updateViewerParameters'](),window['addEventListener']('resize',this['resize']['bind'](this),![]),this['mouse_down']=![],this['mouse_move']=![],this['_map']['on'](mars3d__namespace['EventType'][_0x4931ad(0x140)],this['_onMapWhellEvent'],this),this[_0x4931ad(0x124)]['on'](mars3d__namespace['EventType']['mouseDown'],this[_0x4931ad(0xe7)],this),this['_map']['on'](mars3d__namespace[_0x4931ad(0x15a)]['mouseUp'],this['_onMouseUpEvent'],this),this['_map']['on'](mars3d__namespace['EventType']['mouseMove'],this['_onMouseMoveEvent'],this),this['_data']&&this[_0x4931ad(0x172)](this[_0x4931ad(0xea)]);}[_0xa5bffa(0xaf)](){const _0x58b771=_0xa5bffa;window[_0x58b771(0x118)]('resize',this['resize']),this['_map']['off'](mars3d__namespace[_0x58b771(0x15a)]['preRender'],this['_onMap_preRenderEvent'],this),this['_map']['off'](mars3d__namespace['EventType']['wheel'],this['_onMapWhellEvent'],this),this[_0x58b771(0x124)]['off'](mars3d__namespace['EventType']['mouseDown'],this['_onMouseDownEvent'],this),this['_map'][_0x58b771(0x164)](mars3d__namespace[_0x58b771(0x15a)][_0x58b771(0x137)],this['_onMouseUpEvent'],this),this[_0x58b771(0x124)][_0x58b771(0x164)](mars3d__namespace['EventType']['mouseMove'],this['_onMouseMoveEvent'],this),this['primitives'][_0x58b771(0x90)](),this['_map']['scene'][_0x58b771(0x11a)]['remove'](this['primitives']);}['resize'](){const _0xbe3c29=_0xa5bffa;if(!this['show']||!this['particleSystem'])return;this[_0xbe3c29(0x11a)]['show']=![],this['primitives']['removeAll'](),this['_map']['once'](mars3d__namespace['EventType']['preRender'],this[_0xbe3c29(0xb6)],this);}['_onMap_preRenderEvent'](_0x5a4fa2){this['particleSystem']['canvasResize'](this['scene']['context']),this['addPrimitives'](),this['primitives']['show']=!![];}['_onMapWhellEvent'](_0x129c92){const _0x443d94=_0xa5bffa;clearTimeout(this['refreshTimer']);if(!this['show']||!this['particleSystem'])return;this['primitives']['show']=![],this[_0x443d94(0x12b)]=setTimeout(()=>{if(!this['show'])return;this['redraw']();},0xc8);}['_onMouseDownEvent'](_0x349fca){this['mouse_down']=!![];}['_onMouseMoveEvent'](_0x26ec38){const _0x41d9be=_0xa5bffa;if(!this['show']||!this[_0x41d9be(0x104)])return;this[_0x41d9be(0xed)]&&(this['primitives']['show']=![],this['mouse_move']=!![]);}['_onMouseUpEvent'](_0x245947){const _0x4acae0=_0xa5bffa;if(!this['show']||!this['particleSystem'])return;this['mouse_down']&&this[_0x4acae0(0xe4)]&&this['redraw'](),this['primitives']['show']=!![],this['mouse_down']=![],this['mouse_move']=![];}['redraw'](){const _0x1fcda9=_0xa5bffa;if(!this[_0x1fcda9(0x124)]||!this['show'])return;this['updateViewerParameters'](),this['particleSystem']['applyViewerParameters'](this['viewerParameters']),this['primitives'][_0x1fcda9(0x9d)]=!![];}['setData'](_0x4a1d02){const _0x17829c=_0xa5bffa;this[_0x17829c(0xea)]=_0x4a1d02,this['particleSystem']&&this['particleSystem']['destroy'](),this['particleSystem']=new ParticleSystem(this['scene']['context'],_0x4a1d02,this[_0x17829c(0xfe)](),this['viewerParameters']),this['addPrimitives']();}['_setOptionsHook'](_0x2d27ec,_0x2d3eaa){const _0x4bb649=_0xa5bffa;if(_0x2d27ec)for(const _0x4d7697 in _0x2d27ec){this[_0x4d7697]=_0x2d27ec[_0x4d7697];}this['particleSystem']&&this['particleSystem'][_0x4bb649(0x10e)](this['getOptions']());}['getOptions'](){const _0x3f3dc8=_0xa5bffa,_0x51a96a=Math['ceil'](Math['sqrt'](this[_0x3f3dc8(0x108)]));return this['particlesNumber']=_0x51a96a*_0x51a96a,{'particlesTextureSize':_0x51a96a,'maxParticles':this['particlesNumber'],'particleHeight':this['fixedHeight'],'fadeOpacity':this['fadeOpacity'],'dropRate':this['dropRate'],'dropRateBump':this['dropRateBump'],'speedFactor':this['speedFactor'],'lineWidth':this[_0x3f3dc8(0x14e)],'colors':this[_0x3f3dc8(0x12c)]};}['addPrimitives'](){const _0x49bbc3=_0xa5bffa;this[_0x49bbc3(0x11a)][_0x49bbc3(0x10d)](this[_0x49bbc3(0x104)]['particlesComputing']['primitives']['getWind']),this['primitives']['add'](this['particleSystem']['particlesComputing']['primitives']['updateSpeed']),this[_0x49bbc3(0x11a)]['add'](this['particleSystem']['particlesComputing']['primitives'][_0x49bbc3(0xd0)]),this[_0x49bbc3(0x11a)]['add'](this['particleSystem']['particlesComputing']['primitives']['postProcessingPosition']),this['primitives'][_0x49bbc3(0x10d)](this[_0x49bbc3(0x104)][_0x49bbc3(0x136)]['primitives']['postProcessingSpeed']),this['primitives'][_0x49bbc3(0x10d)](this[_0x49bbc3(0x104)]['particlesRendering'][_0x49bbc3(0x11a)]['segments']),this['primitives']['add'](this['particleSystem'][_0x49bbc3(0xb9)]['primitives']['trails']),this['primitives']['add'](this['particleSystem'][_0x49bbc3(0xb9)][_0x49bbc3(0x11a)]['screen']);}['updateViewerParameters'](){const _0x5f0a38=_0xa5bffa;let _0xb23acc=this['camera']['computeViewRectangle'](this['scene']['globe'][_0x5f0a38(0x157)]);if(!_0xb23acc){const _0x24fe7d=this[_0x5f0a38(0x124)][_0x5f0a38(0x170)]();_0xb23acc=Cesium$1['Rectangle']['fromDegrees'](_0x24fe7d[_0x5f0a38(0xf9)],_0x24fe7d[_0x5f0a38(0x128)],_0x24fe7d[_0x5f0a38(0x14b)],_0x24fe7d['ymax']);}const _0x36feef=Util[_0x5f0a38(0xd5)](_0xb23acc);this[_0x5f0a38(0x173)]['lonRange']['x']=_0x36feef[_0x5f0a38(0xc8)]['min'],this[_0x5f0a38(0x173)]['lonRange']['y']=_0x36feef['lon'][_0x5f0a38(0x100)],this['viewerParameters']['latRange']['x']=_0x36feef['lat']['min'],this['viewerParameters']['latRange']['y']=_0x36feef['lat']['max'];const _0x44e87d=this['camera']['getPixelSize'](this['globeBoundingSphere'],this[_0x5f0a38(0x106)][_0x5f0a38(0x92)],this[_0x5f0a38(0x106)]['drawingBufferHeight']);_0x44e87d>0x0&&(this[_0x5f0a38(0x173)]['pixelSize']=_0x44e87d);}}mars3d__namespace['LayerUtil']['register'](_0xa5bffa(0xd4),WindLayer),mars3d__namespace['layer']['WindLayer']=WindLayer;function _0x1f2e(_0x366431,_0x5a1986){const _0x229648=_0x2296();return _0x1f2e=function(_0x1f2e70,_0x4a3c42){_0x1f2e70=_0x1f2e70-0x8e;let _0x2d7572=_0x229648[_0x1f2e70];return _0x2d7572;},_0x1f2e(_0x366431,_0x5a1986);}class CanvasParticle{constructor(){const _0x49c57f=_0xa5bffa;this['lng']=null,this['lat']=null,this['tlng']=null,this['tlat']=null,this[_0x49c57f(0xca)]=null,this['speed']=null;}['destroy'](){for(const _0x1a2c71 in this){delete this[_0x1a2c71];}}}class CanvasWindField{constructor(_0x450f89){this['setOptions'](_0x450f89);}get[_0xa5bffa(0x10f)](){return this['_speedRate'];}set[_0xa5bffa(0x10f)](_0x1a534e){const _0x5755dd=_0xa5bffa;this[_0x5755dd(0x13b)]=(0x64-(_0x1a534e>0x63?0x63:_0x1a534e))*0x64,this['_calc_speedRate']=[(this[_0x5755dd(0x14b)]-this['xmin'])/this['_speedRate'],(this[_0x5755dd(0x163)]-this['ymin'])/this['_speedRate']];}get[_0xa5bffa(0x165)](){const _0x815906=_0xa5bffa;return this[_0x815906(0x15b)];}set['maxAge'](_0x544817){this['_maxAge']=_0x544817;}[_0xa5bffa(0x10e)](_0x527d75){const _0xe9bbeb=_0xa5bffa;this['options']=_0x527d75,this[_0xe9bbeb(0x165)]=_0x527d75[_0xe9bbeb(0x165)]||0x78,this[_0xe9bbeb(0x10f)]=_0x527d75['speedRate']||0x32,this['particles']=[];const _0x5d217c=_0x527d75['particlesNumber']||0x1000;for(let _0x4a5744=0x0;_0x4a5744<_0x5d217c;_0x4a5744++){const _0x1d22d8=this['_randomParticle'](new CanvasParticle());this['particles']['push'](_0x1d22d8);}}['setDate'](_0x18c453){const _0x590f16=_0xa5bffa;this['rows']=_0x18c453['rows'],this['cols']=_0x18c453['cols'],this['xmin']=_0x18c453['xmin'],this['xmax']=_0x18c453['xmax'],this['ymin']=_0x18c453[_0x590f16(0x128)],this['ymax']=_0x18c453['ymax'],this['grid']=[];const _0x19c3fe=_0x18c453[_0x590f16(0xa7)],_0x117b36=_0x18c453[_0x590f16(0xda)];let _0x13c0b8=![];_0x19c3fe[_0x590f16(0xf4)]===this[_0x590f16(0x96)]&&_0x19c3fe[0x0][_0x590f16(0xf4)]===this[_0x590f16(0xeb)]&&(_0x13c0b8=!![]);let _0xa3d325=0x0,_0x54e36c=null,_0x114359=null;for(let _0x48b7bd=0x0;_0x48b7bd<this['rows'];_0x48b7bd++){_0x54e36c=[];for(let _0x3c2376=0x0;_0x3c2376<this[_0x590f16(0xeb)];_0x3c2376++,_0xa3d325++){_0x13c0b8?_0x114359=this['_calcUV'](_0x19c3fe[_0x48b7bd][_0x3c2376],_0x117b36[_0x48b7bd][_0x3c2376]):_0x114359=this['_calcUV'](_0x19c3fe[_0xa3d325],_0x117b36[_0xa3d325]),_0x54e36c['push'](_0x114359);}this['grid'][_0x590f16(0x112)](_0x54e36c);}this[_0x590f16(0x161)]['reverseY']&&this[_0x590f16(0x144)][_0x590f16(0x142)]();}['clear'](){const _0x45b440=_0xa5bffa;delete this[_0x45b440(0x96)],delete this[_0x45b440(0xeb)],delete this['xmin'],delete this['xmax'],delete this[_0x45b440(0x128)],delete this['ymax'],delete this['grid'],delete this['particles'];}[_0xa5bffa(0x121)](_0x1993e2,_0x126b0b){const _0x4d42e4=_0xa5bffa,_0x403b6e=(_0x1993e2-this['xmin'])/(this['xmax']-this['xmin'])*(this[_0x4d42e4(0xeb)]-0x1),_0x5a3aad=(this['ymax']-_0x126b0b)/(this['ymax']-this['ymin'])*(this['rows']-0x1);return[_0x403b6e,_0x5a3aad];}['getUVByXY'](_0x49f266,_0xef424d){const _0x106de3=_0xa5bffa;if(_0x49f266<0x0||_0x49f266>=this[_0x106de3(0xeb)]||_0xef424d>=this[_0x106de3(0x96)])return[0x0,0x0,0x0];const _0x42cc44=Math['floor'](_0x49f266),_0x11d252=Math['floor'](_0xef424d);if(_0x42cc44===_0x49f266&&_0x11d252===_0xef424d)return this['grid'][_0xef424d][_0x49f266];const _0x416b73=_0x42cc44+0x1,_0x4d5d2c=_0x11d252+0x1,_0x240e6e=this[_0x106de3(0xf0)](_0x42cc44,_0x11d252),_0x20afe5=this['getUVByXY'](_0x416b73,_0x11d252),_0x43919e=this[_0x106de3(0xf0)](_0x42cc44,_0x4d5d2c),_0x126a95=this[_0x106de3(0xf0)](_0x416b73,_0x4d5d2c);let _0x5a9a60=null;try{_0x5a9a60=this['_bilinearInterpolation'](_0x49f266-_0x42cc44,_0xef424d-_0x11d252,_0x240e6e,_0x20afe5,_0x43919e,_0x126a95);}catch(_0x354d99){console[_0x106de3(0x16e)](_0x49f266,_0xef424d);}return _0x5a9a60;}[_0xa5bffa(0x14d)](_0x526a52,_0x586b11,_0x485a19,_0x3b0c53,_0x582de7,_0x21ef65){const _0x3ad590=0x1-_0x526a52,_0x370c75=0x1-_0x586b11,_0x2d6e47=_0x3ad590*_0x370c75,_0x31e7c0=_0x526a52*_0x370c75,_0x96ba40=_0x3ad590*_0x586b11,_0x21e228=_0x526a52*_0x586b11,_0x51e965=_0x485a19[0x0]*_0x2d6e47+_0x3b0c53[0x0]*_0x31e7c0+_0x582de7[0x0]*_0x96ba40+_0x21ef65[0x0]*_0x21e228,_0x5f266c=_0x485a19[0x1]*_0x2d6e47+_0x3b0c53[0x1]*_0x31e7c0+_0x582de7[0x1]*_0x96ba40+_0x21ef65[0x1]*_0x21e228;return this['_calcUV'](_0x51e965,_0x5f266c);}['_calcUV'](_0x32c9fd,_0x15ff9a){return[+_0x32c9fd,+_0x15ff9a,Math['sqrt'](_0x32c9fd*_0x32c9fd+_0x15ff9a*_0x15ff9a)];}['getUVByPoint'](_0x30c2d8,_0x27a365){const _0x2caeda=_0xa5bffa;if(!this['isInExtent'](_0x30c2d8,_0x27a365))return null;const _0x141094=this['toGridXY'](_0x30c2d8,_0x27a365),_0x18df78=this[_0x2caeda(0xf0)](_0x141094[0x0],_0x141094[0x1]);return _0x18df78;}[_0xa5bffa(0x107)](_0xd89a7c,_0x136875){const _0x3223d1=_0xa5bffa;return _0xd89a7c>=this['xmin']&&_0xd89a7c<=this['xmax']&&_0x136875>=this['ymin']&&_0x136875<=this[_0x3223d1(0x163)]?!![]:![];}['getRandomLatLng'](){const _0x1bf9a5=_0xa5bffa,_0x1dab56=fRandomByfloat(this['xmin'],this['xmax']),_0x40ddb8=fRandomByfloat(this[_0x1bf9a5(0x128)],this['ymax']);return{'lat':_0x40ddb8,'lng':_0x1dab56};}['getParticles'](){const _0x13f6ee=_0xa5bffa;let _0x16a2f3,_0x556f98,_0x210d68;for(let _0x56f055=0x0,_0x15bdc8=this[_0x13f6ee(0x8f)][_0x13f6ee(0xf4)];_0x56f055<_0x15bdc8;_0x56f055++){let _0x2f1d46=this['particles'][_0x56f055];_0x2f1d46['age']<=0x0&&(_0x2f1d46=this[_0x13f6ee(0xe5)](_0x2f1d46));if(_0x2f1d46['age']>0x0){const _0x5de192=_0x2f1d46['tlng'],_0x507c23=_0x2f1d46['tlat'];_0x210d68=this[_0x13f6ee(0x133)](_0x5de192,_0x507c23),_0x210d68?(_0x16a2f3=_0x5de192+this[_0x13f6ee(0x146)][0x0]*_0x210d68[0x0],_0x556f98=_0x507c23+this['_calc_speedRate'][0x1]*_0x210d68[0x1],_0x2f1d46['lng']=_0x5de192,_0x2f1d46['lat']=_0x507c23,_0x2f1d46[_0x13f6ee(0x15c)]=_0x16a2f3,_0x2f1d46['tlat']=_0x556f98,_0x2f1d46['speed']=_0x210d68[0x2],_0x2f1d46['age']--):_0x2f1d46['age']=0x0;}}return this['particles'];}['_randomParticle'](_0x5a1ed1){const _0x16fbe7=_0xa5bffa;let _0x4a368f,_0x4d3269;for(let _0xf0258b=0x0;_0xf0258b<0x1e;_0xf0258b++){_0x4a368f=this['getRandomLatLng'](),_0x4d3269=this['getUVByPoint'](_0x4a368f[_0x16fbe7(0x12e)],_0x4a368f[_0x16fbe7(0x102)]);if(_0x4d3269&&_0x4d3269[0x2]>0x0)break;}if(!_0x4d3269)return _0x5a1ed1;const _0x5102dd=_0x4a368f[_0x16fbe7(0x12e)]+this['_calc_speedRate'][0x0]*_0x4d3269[0x0],_0x34927c=_0x4a368f[_0x16fbe7(0x102)]+this['_calc_speedRate'][0x1]*_0x4d3269[0x1];return _0x5a1ed1[_0x16fbe7(0x12e)]=_0x4a368f[_0x16fbe7(0x12e)],_0x5a1ed1['lat']=_0x4a368f[_0x16fbe7(0x102)],_0x5a1ed1['tlng']=_0x5102dd,_0x5a1ed1[_0x16fbe7(0x13e)]=_0x34927c,_0x5a1ed1['age']=Math['round'](Math['random']()*this['maxAge']),_0x5a1ed1['speed']=_0x4d3269[0x2],_0x5a1ed1;}['destroy'](){for(const _0x4f5b0b in this){delete this[_0x4f5b0b];}}}function fRandomByfloat(_0x36f0ec,_0x5b4ef3){return _0x36f0ec+Math['random']()*(_0x5b4ef3-_0x36f0ec);}const Cesium=mars3d__namespace['Cesium'],BaseLayer=mars3d__namespace[_0xa5bffa(0xd6)]['BaseLayer'];class CanvasWindLayer extends BaseLayer{constructor(_0x1cd908={}){super(_0x1cd908),this['_setOptionsHook'](_0x1cd908),this['canvas']=null,_0x1cd908['colors']&&_0x1cd908['steps']&&(this['_colorRamp']=new mars3d__namespace['ColorRamp'](_0x1cd908));}[_0xa5bffa(0x11d)](_0x1e8ed,_0xbbb56e){const _0x280776=_0xa5bffa;this['frameTime']=0x3e8/(_0x1e8ed[_0x280776(0x98)]||0xa),this['_pointerEvents']=this['options']['pointerEvents']??![],this['color']=_0x1e8ed['color']||_0x280776(0xf5),this['lineWidth']=_0x1e8ed[_0x280776(0x14e)]||0x1,this['fixedHeight']=_0x1e8ed['fixedHeight']??0x0,this['reverseY']=_0x1e8ed[_0x280776(0xd8)]??![],this['windField']&&this[_0x280776(0x162)]['setOptions'](_0x1e8ed);}get['layer'](){return this['canvas'];}get['canvasWidth'](){const _0x2b67bf=_0xa5bffa;return this[_0x2b67bf(0x124)]['scene']['canvas']['clientWidth'];}get['canvasHeight'](){const _0x17a238=_0xa5bffa;return this[_0x17a238(0x124)][_0x17a238(0x106)][_0x17a238(0xba)]['clientHeight'];}get[_0xa5bffa(0xc3)](){return this['_pointerEvents'];}set['pointerEvents'](_0x5e11b7){const _0x3999b3=_0xa5bffa;this['_pointerEvents']=_0x5e11b7;if(!this[_0x3999b3(0xba)])return;_0x5e11b7?this[_0x3999b3(0xba)][_0x3999b3(0x131)]['pointer-events']=_0x3999b3(0x14f):this['canvas']['style']['pointer-events']='none';}get[_0xa5bffa(0x108)](){return this['options']['particlesNumber'];}set['particlesNumber'](_0x1fec00){const _0xfb7f53=_0xa5bffa;this['options'][_0xfb7f53(0x108)]=_0x1fec00,clearTimeout(this['_canrefresh']),this[_0xfb7f53(0xa1)]=setTimeout(()=>{const _0x267f86=_0xfb7f53;this[_0x267f86(0x168)]();},0x1f4);}get['speedRate'](){const _0x46c67e=_0xa5bffa;return this['options'][_0x46c67e(0x10f)];}set['speedRate'](_0x374ee7){const _0x20526a=_0xa5bffa;this[_0x20526a(0x161)][_0x20526a(0x10f)]=_0x374ee7,this[_0x20526a(0x162)]&&(this['windField'][_0x20526a(0x10f)]=_0x374ee7);}get['maxAge'](){return this['options']['maxAge'];}set['maxAge'](_0x4eb16e){const _0x2ebe65=_0xa5bffa;this['options'][_0x2ebe65(0x165)]=_0x4eb16e,this[_0x2ebe65(0x162)]&&(this['windField']['maxAge']=_0x4eb16e);}get['data'](){return this['windData'];}set['data'](_0x3bcb1f){this['setData'](_0x3bcb1f);}['_showHook'](_0x2a2b2f){const _0x90a75b=_0xa5bffa;_0x2a2b2f?this[_0x90a75b(0xe0)]():(this[_0x90a75b(0x10c)]&&(this['options'][_0x90a75b(0x15d)]=this[_0x90a75b(0x10c)]),this[_0x90a75b(0xaf)]());}[_0xa5bffa(0xfb)](){const _0x228364=_0xa5bffa;this[_0x228364(0x161)]['worker']?this[_0x228364(0xc4)]():this[_0x228364(0x162)]=new CanvasWindField(this['options']);}['_addedHook'](){const _0x21584a=_0xa5bffa;this['canvas']=this['_createCanvas'](),this['canvasContext']=this['canvas']['getContext']('2d',{'willReadFrequently':!![]}),this['bindEvent'](),this[_0x21584a(0x161)][_0x21584a(0x15d)]&&this['setData'](this[_0x21584a(0x161)]['data']);}['_removedHook'](){const _0x283f43=_0xa5bffa;this[_0x283f43(0xc2)](),this[_0x283f43(0x134)](),this['canvas']&&(this[_0x283f43(0x124)][_0x283f43(0xcb)][_0x283f43(0x111)](this['canvas']),delete this['canvas']);}['_createCanvas'](){const _0x55092e=_0xa5bffa,_0x5ee994=mars3d__namespace['DomUtil']['create'](_0x55092e(0xba),'mars3d-canvasWind',this['_map']['container']);return _0x5ee994['style'][_0x55092e(0x9f)]='absolute',_0x5ee994['style']['top']='0px',_0x5ee994['style'][_0x55092e(0xe6)]=_0x55092e(0xb2),_0x5ee994['style'][_0x55092e(0xb8)]=this['_map']['scene'][_0x55092e(0xba)][_0x55092e(0x171)]+'px',_0x5ee994['style']['height']=this['_map']['scene']['canvas']['clientHeight']+'px',_0x5ee994[_0x55092e(0x131)]['pointerEvents']=this['_pointerEvents']?'auto':_0x55092e(0x101),_0x5ee994['style']['zIndex']=this[_0x55092e(0x161)][_0x55092e(0x113)]??0x9,_0x5ee994['width']=this[_0x55092e(0x124)][_0x55092e(0x106)]['canvas']['clientWidth'],_0x5ee994[_0x55092e(0xb7)]=this['_map']['scene'][_0x55092e(0xba)]['clientHeight'],_0x5ee994;}[_0xa5bffa(0x126)](){const _0x189a0a=_0xa5bffa;this['canvas']&&(this['canvas']['style']['width']=this['_map']['scene'][_0x189a0a(0xba)]['clientWidth']+'px',this['canvas']['style'][_0x189a0a(0xb7)]=this['_map']['scene']['canvas']['clientHeight']+'px',this['canvas']['width']=this[_0x189a0a(0x124)]['scene']['canvas'][_0x189a0a(0x171)],this['canvas']['height']=this[_0x189a0a(0x124)][_0x189a0a(0x106)][_0x189a0a(0xba)]['clientHeight']);}['bindEvent'](){const _0x518fa3=_0xa5bffa,_0x2c3ff1=this;let _0x438561=Date['now']();(function _0x253879(){const _0x50f78c=_0x1f2e;_0x2c3ff1['animateFrame']=window['requestAnimationFrame'](_0x253879);if(_0x2c3ff1['show']&&_0x2c3ff1['windField']){const _0x13ed3d=Date[_0x50f78c(0xb0)](),_0x45c87c=_0x13ed3d-_0x438561;_0x45c87c>_0x2c3ff1['frameTime']&&(_0x438561=_0x13ed3d-_0x45c87c%_0x2c3ff1['frameTime'],_0x2c3ff1['update']());}}(),window['addEventListener'](_0x518fa3(0x126),this[_0x518fa3(0x126)]['bind'](this),![]),this['mouse_down']=![],this['mouse_move']=![],this['options'][_0x518fa3(0x175)]&&(this['_map']['on'](mars3d__namespace['EventType']['wheel'],this['_onMapWhellEvent'],this),this['_map']['on'](mars3d__namespace['EventType']['mouseDown'],this[_0x518fa3(0xe7)],this),this['_map']['on'](mars3d__namespace[_0x518fa3(0x15a)]['mouseUp'],this[_0x518fa3(0x109)],this)));}[_0xa5bffa(0x134)](){const _0x239283=_0xa5bffa;window[_0x239283(0xa6)](this['animateFrame']),delete this[_0x239283(0xf7)],window['removeEventListener']('resize',this[_0x239283(0x126)]),this['options']['mouseHidden']&&(this['_map']['off'](mars3d__namespace['EventType']['wheel'],this['_onMapWhellEvent'],this),this['_map']['off'](mars3d__namespace['EventType'][_0x239283(0x141)],this['_onMouseDownEvent'],this),this[_0x239283(0x124)][_0x239283(0x164)](mars3d__namespace[_0x239283(0x15a)]['mouseUp'],this[_0x239283(0x109)],this),this[_0x239283(0x124)]['off'](mars3d__namespace[_0x239283(0x15a)]['mouseMove'],this['_onMouseMoveEvent'],this));}['_onMapWhellEvent'](_0x4ae697){const _0x170691=_0xa5bffa;clearTimeout(this['refreshTimer']);if(!this[_0x170691(0x9d)]||!this['canvas'])return;this['canvas']['style']['visibility']='hidden',this[_0x170691(0x12b)]=setTimeout(()=>{const _0x5a71ec=_0x170691;if(!this['show'])return;this[_0x5a71ec(0x168)](),this['canvas']['style']['visibility']='visible';},0xc8);}['_onMouseDownEvent'](_0x27f2a7){const _0x5d4e9e=_0xa5bffa;this['mouse_down']=!![],this['_map']['off'](mars3d__namespace['EventType']['mouseMove'],this['_onMouseMoveEvent'],this),this[_0x5d4e9e(0x124)]['on'](mars3d__namespace['EventType']['mouseMove'],this[_0x5d4e9e(0xb4)],this);}['_onMouseMoveEvent'](_0x16db7d){const _0x9c3838=_0xa5bffa;if(!this[_0x9c3838(0x9d)]||!this['canvas'])return;this['mouse_down']&&(this[_0x9c3838(0xba)]['style']['visibility']=_0x9c3838(0xdf),this[_0x9c3838(0xe4)]=!![]);}['_onMouseUpEvent'](_0x5057d2){const _0x3d5f7d=_0xa5bffa;if(!this[_0x3d5f7d(0x9d)]||!this['canvas'])return;this['_map']['off'](mars3d__namespace['EventType']['mouseMove'],this['_onMouseMoveEvent'],this),this['mouse_down']&&this['mouse_move']&&this['redraw'](),this['canvas']['style']['visibility']='visible',this['mouse_down']=![],this['mouse_move']=![];}['setData'](_0x3003c4){const _0x30dae2=_0xa5bffa;this['clear'](),this['windData']=_0x3003c4,this[_0x30dae2(0x162)]['setDate'](_0x3003c4),this['redraw']();}[_0xa5bffa(0x168)](){const _0x3e784c=_0xa5bffa;if(!this['show'])return;this[_0x3e784c(0x162)]['setOptions'](this['options']),this['update']();}['update'](){const _0x1accf9=_0xa5bffa;if(this['_updateIng'])return;this['_updateIng']=!![];if(this['worker'])this[_0x1accf9(0x162)]['update']();else{const _0x4d76ae=this['windField']['getParticles']();this['_drawLines'](_0x4d76ae);}this['_updateIng']=![];}['_drawLines'](_0x181ff7){const _0x1935d8=_0xa5bffa;this['canvasContext'][_0x1935d8(0xbc)]=_0x1935d8(0x167),this['canvasContext']['fillRect'](0x0,0x0,this['canvasWidth'],this['canvasHeight']),this['canvasContext']['globalCompositeOperation']='lighter',this['canvasContext']['globalAlpha']=0.9;const _0x532592=this['_map'][_0x1935d8(0x106)][_0x1935d8(0xa3)]!==Cesium[_0x1935d8(0xf8)]['SCENE3D'],_0x31b9aa=this['canvasWidth']*0.25;if(this[_0x1935d8(0xad)])for(let _0x3a4910=0x0,_0x379bf6=_0x181ff7['length'];_0x3a4910<_0x379bf6;_0x3a4910++){const _0x2762ce=_0x181ff7[_0x3a4910],_0x272ae8=this['_tomap'](_0x2762ce['lng'],_0x2762ce[_0x1935d8(0x102)],_0x2762ce),_0x47c49d=this['_tomap'](_0x2762ce['tlng'],_0x2762ce['tlat'],_0x2762ce);if(!_0x272ae8||!_0x47c49d)continue;if(_0x532592&&Math['abs'](_0x272ae8[0x0]-_0x47c49d[0x0])>=_0x31b9aa)continue;this['canvasContext']['beginPath'](),this[_0x1935d8(0x11c)]['lineWidth']=this['lineWidth'],this['canvasContext']['strokeStyle']=this['_colorRamp'][_0x1935d8(0x95)](_0x2762ce['speed']),this['canvasContext']['moveTo'](_0x272ae8[0x0],_0x272ae8[0x1]),this['canvasContext']['lineTo'](_0x47c49d[0x0],_0x47c49d[0x1]),this['canvasContext'][_0x1935d8(0x10a)]();}else{this['canvasContext']['beginPath'](),this['canvasContext'][_0x1935d8(0x14e)]=this['lineWidth'],this['canvasContext']['strokeStyle']=this['color'];for(let _0x50fa99=0x0,_0x3e6a7c=_0x181ff7[_0x1935d8(0xf4)];_0x50fa99<_0x3e6a7c;_0x50fa99++){const _0x165773=_0x181ff7[_0x50fa99],_0x153517=this['_tomap'](_0x165773['lng'],_0x165773['lat'],_0x165773),_0x27e32b=this['_tomap'](_0x165773[_0x1935d8(0x15c)],_0x165773['tlat'],_0x165773);if(!_0x153517||!_0x27e32b)continue;if(_0x532592&&Math['abs'](_0x153517[0x0]-_0x27e32b[0x0])>=_0x31b9aa)continue;this['canvasContext']['moveTo'](_0x153517[0x0],_0x153517[0x1]),this['canvasContext']['lineTo'](_0x27e32b[0x0],_0x27e32b[0x1]);}this['canvasContext']['stroke']();}}['_tomap'](_0x17e8ef,_0x7d1b34,_0x171504){const _0x2c08c4=_0xa5bffa,_0x251ee9=Cesium['Cartesian3']['fromDegrees'](_0x17e8ef,_0x7d1b34,this['fixedHeight']),_0x538e22=this['_map']['scene'];if(_0x538e22['mode']===Cesium[_0x2c08c4(0xf8)]['SCENE3D']){const _0x20c5d2=new Cesium[(_0x2c08c4(0xb5))](_0x538e22[_0x2c08c4(0xb3)][_0x2c08c4(0x157)],_0x538e22['camera']['positionWC']),_0x173733=_0x20c5d2['isPointVisible'](_0x251ee9);if(!_0x173733)return _0x171504['age']=0x0,null;}const _0x4905ff=Cesium['SceneTransforms'][_0x2c08c4(0xe9)](this[_0x2c08c4(0x124)]['scene'],_0x251ee9);return _0x4905ff?[_0x4905ff['x'],_0x4905ff['y']]:null;}['clear'](){const _0x5c316d=_0xa5bffa;this[_0x5c316d(0x162)]['clear'](),delete this['windData'];}['initWorker'](){const _0x5eb258=_0xa5bffa;this['worker']=new Worker(this['options']['worker']),this['worker']['onmessage']=_0x4a7c6e=>{const _0x544716=_0x1f2e;this['_drawLines'](_0x4a7c6e[_0x544716(0x15d)]['particles']),this['_updateIng2']=![];},this['windField']={'init':_0x11310c=>{const _0x4b3c95=_0x1f2e;this['worker'][_0x4b3c95(0xf1)]({'type':'init','options':_0x11310c});},'setOptions':_0x2301bf=>{this['worker']['postMessage']({'type':'setOptions','options':_0x2301bf});},'setDate':_0x8b0545=>{const _0x4bd9a0=_0x1f2e;this[_0x4bd9a0(0x15e)][_0x4bd9a0(0xf1)]({'type':'setDate','data':_0x8b0545});},'update':()=>{if(this['_updateIng2'])return;this['_updateIng2']=!![],this['worker']['postMessage']({'type':'update'});},'clear':()=>{const _0x3bf7e8=_0x1f2e;this[_0x3bf7e8(0x15e)]['postMessage']({'type':_0x3bf7e8(0xc2)});}},this[_0x5eb258(0x162)][_0x5eb258(0x16f)](this['options']);}}mars3d__namespace[_0xa5bffa(0x117)]['register']('canvasWind',CanvasWindLayer),mars3d__namespace['layer']['CanvasWindLayer']=CanvasWindLayer,mars3d__namespace['CanvasWindField']=CanvasWindField,mars3d__namespace['WindUtil']=WindUtil,exports['CanvasWindField']=CanvasWindField,exports['CanvasWindLayer']=CanvasWindLayer,exports[_0xa5bffa(0xfc)]=WindLayer,exports['WindUtil']=WindUtil,Object['defineProperty'](exports,'__esModule',{'value':!![]});
14
+ 'use strict';const _0x5c5c3c=_0x2757;(function(_0x5c2efe,_0xd42187){const _0xc82c31=_0x2757,_0x388f70=_0x5c2efe();while(!![]){try{const _0x400efc=parseInt(_0xc82c31(0x213))/0x1+parseInt(_0xc82c31(0x237))/0x2*(parseInt(_0xc82c31(0x1a2))/0x3)+-parseInt(_0xc82c31(0x1ff))/0x4*(parseInt(_0xc82c31(0x225))/0x5)+-parseInt(_0xc82c31(0x208))/0x6*(parseInt(_0xc82c31(0x1cb))/0x7)+parseInt(_0xc82c31(0x1ed))/0x8+parseInt(_0xc82c31(0x1d9))/0x9*(-parseInt(_0xc82c31(0x1b6))/0xa)+parseInt(_0xc82c31(0x185))/0xb;if(_0x400efc===_0xd42187)break;else _0x388f70['push'](_0x388f70['shift']());}catch(_0xa69907){_0x388f70['push'](_0x388f70['shift']());}}}(_0x41ec,0xdc945));function _interopNamespace(_0x603be8){const _0x3b2015=_0x2757;if(_0x603be8&&_0x603be8['__esModule'])return _0x603be8;var _0x1c0bbb=Object['create'](null);return _0x603be8&&Object['keys'](_0x603be8)[_0x3b2015(0x204)](function(_0x45ff9e){const _0xe461e2=_0x3b2015;if(_0x45ff9e!=='default'){var _0x3a7091=Object['getOwnPropertyDescriptor'](_0x603be8,_0x45ff9e);Object[_0xe461e2(0x22f)](_0x1c0bbb,_0x45ff9e,_0x3a7091['get']?_0x3a7091:{'enumerable':!![],'get':function(){return _0x603be8[_0x45ff9e];}});}}),_0x1c0bbb['default']=_0x603be8,_0x1c0bbb;}var mars3d__namespace=_interopNamespace(mars3d);const Cesium$7=mars3d__namespace[_0x5c5c3c(0x21f)];function getU(_0x231166,_0x2baeaf){const _0x236fa7=_0x5c5c3c,_0x270dd3=_0x231166*Math[_0x236fa7(0x1e9)](Cesium$7[_0x236fa7(0x1cc)]['toRadians'](_0x2baeaf));return _0x270dd3;}function getV(_0x4365af,_0x3d6205){const _0x1cc000=_0x5c5c3c,_0x4d440d=_0x4365af*Math['sin'](Cesium$7[_0x1cc000(0x1cc)]['toRadians'](_0x3d6205));return _0x4d440d;}function getSpeed(_0x2944d3,_0x5d4c02){const _0x20669f=_0x5c5c3c,_0x3fea3d=Math[_0x20669f(0x1c1)](Math[_0x20669f(0x1fe)](_0x2944d3,0x2)+Math[_0x20669f(0x1fe)](_0x5d4c02,0x2));return _0x3fea3d;}function getDirection(_0x9d5aa9,_0x34c3af){const _0x24c955=_0x5c5c3c;let _0x43359b=Cesium$7[_0x24c955(0x1cc)][_0x24c955(0x236)](Math[_0x24c955(0x1d8)](_0x34c3af,_0x9d5aa9));return _0x43359b+=_0x43359b<0x0?0x168:0x0,_0x43359b;}var WindUtil={'__proto__':null,'getU':getU,'getV':getV,'getSpeed':getSpeed,'getDirection':getDirection};const Cesium$6=mars3d__namespace['Cesium'];class CustomPrimitive{constructor(_0x3b1e8f){const _0x9bc3b7=_0x5c5c3c;this[_0x9bc3b7(0x18a)]=_0x3b1e8f['commandType'],this['geometry']=_0x3b1e8f['geometry'],this['attributeLocations']=_0x3b1e8f['attributeLocations'],this[_0x9bc3b7(0x1f1)]=_0x3b1e8f['primitiveType'],this['uniformMap']=_0x3b1e8f[_0x9bc3b7(0x23f)],this['vertexShaderSource']=_0x3b1e8f['vertexShaderSource'],this['fragmentShaderSource']=_0x3b1e8f['fragmentShaderSource'],this['rawRenderState']=_0x3b1e8f['rawRenderState'],this['framebuffer']=_0x3b1e8f[_0x9bc3b7(0x1a9)],this['outputTexture']=_0x3b1e8f['outputTexture'],this['autoClear']=_0x3b1e8f['autoClear']??![],this[_0x9bc3b7(0x1b4)]=_0x3b1e8f[_0x9bc3b7(0x1b4)],this[_0x9bc3b7(0x270)]=!![],this['commandToExecute']=undefined,this['clearCommand']=undefined,this['autoClear']&&(this['clearCommand']=new Cesium$6['ClearCommand']({'color':new Cesium$6['Color'](0x0,0x0,0x0,0x0),'depth':0x1,'framebuffer':this['framebuffer'],'pass':Cesium$6['Pass']['OPAQUE']}));}['createCommand'](_0x498ff5){const _0x292f7b=_0x5c5c3c;switch(this[_0x292f7b(0x18a)]){case _0x292f7b(0x25e):{const _0x347871=Cesium$6['VertexArray']['fromGeometry']({'context':_0x498ff5,'geometry':this['geometry'],'attributeLocations':this[_0x292f7b(0x1cf)],'bufferUsage':Cesium$6['BufferUsage']['STATIC_DRAW']}),_0x18c0a2=Cesium$6['ShaderProgram']['fromCache']({'context':_0x498ff5,'attributeLocations':this['attributeLocations'],'vertexShaderSource':this['vertexShaderSource'],'fragmentShaderSource':this[_0x292f7b(0x187)]}),_0x260ae2=Cesium$6['RenderState'][_0x292f7b(0x273)](this[_0x292f7b(0x1d2)]);return new Cesium$6['DrawCommand']({'primitiveType':this['primitiveType'],'shaderProgram':_0x18c0a2,'vertexArray':_0x347871,'modelMatrix':Cesium$6[_0x292f7b(0x210)][_0x292f7b(0x1b2)],'renderState':_0x260ae2,'uniformMap':this[_0x292f7b(0x23f)],'castShadows':![],'receiveShadows':![],'framebuffer':this['framebuffer'],'pass':Cesium$6['Pass']['OPAQUE'],'pickOnly':!![],'owner':this});}case _0x292f7b(0x1c5):{return new Cesium$6[(_0x292f7b(0x1ce))]({'owner':this,'fragmentShaderSource':this[_0x292f7b(0x187)],'uniformMap':this['uniformMap'],'outputTexture':this['outputTexture'],'persists':!![]});}}}[_0x5c5c3c(0x23e)](_0xd2377a,_0x24d072){const _0x16e5de=_0x5c5c3c;this['geometry']=_0x24d072;const _0x5bb922=Cesium$6['VertexArray']['fromGeometry']({'context':_0xd2377a,'geometry':this['geometry'],'attributeLocations':this['attributeLocations'],'bufferUsage':Cesium$6['BufferUsage']['STATIC_DRAW']});this[_0x16e5de(0x1c3)]['vertexArray']=_0x5bb922;}['update'](_0xdbeb65){const _0x52c94e=_0x5c5c3c;if(!this['show'])return;if(_0xdbeb65['mode']!==Cesium$6['SceneMode']['SCENE3D'])return;!Cesium$6[_0x52c94e(0x200)](this['commandToExecute'])&&(this['commandToExecute']=this[_0x52c94e(0x1e4)](_0xdbeb65['context'])),Cesium$6['defined'](this['preExecute'])&&this['preExecute'](),Cesium$6['defined'](this['clearCommand'])&&_0xdbeb65['commandList']['push'](this[_0x52c94e(0x224)]),_0xdbeb65['commandList']['push'](this['commandToExecute']);}['isDestroyed'](){return![];}[_0x5c5c3c(0x230)](){const _0x319796=_0x5c5c3c;if(this['clearCommand']){var _0x1c0780,_0xe360c4;(_0x1c0780=this[_0x319796(0x224)])!==null&&_0x1c0780!==void 0x0&&_0x1c0780['vertexArray']&&this['clearCommand']['vertexArray']['destroy'](),(_0xe360c4=this['clearCommand'])!==null&&_0xe360c4!==void 0x0&&_0xe360c4[_0x319796(0x219)]&&this[_0x319796(0x224)][_0x319796(0x219)]['destroy'](),delete this['clearCommand'];}return this['commandToExecute']&&(this[_0x319796(0x1c3)]['vertexArray']&&this[_0x319796(0x1c3)]['vertexArray']['destroy'](),this['commandToExecute']['shaderProgram']&&this['commandToExecute']['shaderProgram'][_0x319796(0x230)](),delete this['commandToExecute']),Cesium$6['destroyObject'](this);}}const Cesium$5=mars3d__namespace['Cesium'],Util=(function(){const _0x455706=function(){const _0x72aff4=new Cesium$5['Geometry']({'attributes':new Cesium$5['GeometryAttributes']({'position':new Cesium$5['GeometryAttribute']({'componentDatatype':Cesium$5['ComponentDatatype']['FLOAT'],'componentsPerAttribute':0x3,'values':new Float32Array([-0x1,-0x1,0x0,0x1,-0x1,0x0,0x1,0x1,0x0,-0x1,0x1,0x0])}),'st':new Cesium$5['GeometryAttribute']({'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 _0x72aff4;},_0x152dbb=function(_0x29e285,_0x58975a){const _0x1c61ad=_0x2757;if(Cesium$5[_0x1c61ad(0x200)](_0x58975a)){const _0x15886f={};_0x15886f['arrayBufferView']=_0x58975a,_0x29e285['source']=_0x15886f;}const _0x32e77f=new Cesium$5['Texture'](_0x29e285);return _0x32e77f;},_0x513d77=function(_0x130142,_0x623eec,_0x3504e3){const _0xb666bc=new Cesium$5['Framebuffer']({'context':_0x130142,'colorTextures':[_0x623eec],'depthTexture':_0x3504e3});return _0xb666bc;},_0x31fb6a=function(_0x48a660){const _0x3abfe5=_0x2757,_0x23af38=!![],_0x1ec935=![],_0x572e8b={'viewport':_0x48a660['viewport'],'depthTest':_0x48a660['depthTest'],'depthMask':_0x48a660[_0x3abfe5(0x1b0)],'blending':_0x48a660['blending']},_0x3c81c7=Cesium$5['Appearance']['getDefaultRenderState'](_0x23af38,_0x1ec935,_0x572e8b);return _0x3c81c7;},_0x27f552=function(_0x1afd8d){const _0x45fae3=_0x2757,_0xfec4fd={},_0x15b82f=Cesium$5['Math']['mod'](_0x1afd8d['west'],Cesium$5['Math']['TWO_PI']),_0x337402=Cesium$5[_0x45fae3(0x1cc)][_0x45fae3(0x263)](_0x1afd8d['east'],Cesium$5[_0x45fae3(0x1cc)]['TWO_PI']),_0x5afe45=_0x1afd8d['width'];let _0x5b75d4,_0x416f6c;_0x5afe45>Cesium$5['Math']['THREE_PI_OVER_TWO']?(_0x5b75d4=0x0,_0x416f6c=Cesium$5[_0x45fae3(0x1cc)][_0x45fae3(0x242)]):_0x337402-_0x15b82f<_0x5afe45?(_0x5b75d4=_0x15b82f,_0x416f6c=_0x15b82f+_0x5afe45):(_0x5b75d4=_0x15b82f,_0x416f6c=_0x337402);_0xfec4fd['lon']={'min':Cesium$5[_0x45fae3(0x1cc)]['toDegrees'](_0x5b75d4),'max':Cesium$5['Math']['toDegrees'](_0x416f6c)};const _0x153834=_0x1afd8d['south'],_0x17f375=_0x1afd8d[_0x45fae3(0x232)],_0x1fabe1=_0x1afd8d[_0x45fae3(0x20a)],_0x5a8e12=_0x1fabe1>Cesium$5['Math']['PI']/0xc?_0x1fabe1/0x2:0x0;let _0x29aa9d=Cesium$5[_0x45fae3(0x1cc)]['clampToLatitudeRange'](_0x153834-_0x5a8e12),_0x2bd93f=Cesium$5['Math'][_0x45fae3(0x250)](_0x17f375+_0x5a8e12);return _0x29aa9d<-Cesium$5['Math'][_0x45fae3(0x1a0)]&&(_0x29aa9d=-Cesium$5['Math']['PI_OVER_TWO']),_0x2bd93f>Cesium$5['Math']['PI_OVER_THREE']&&(_0x2bd93f=Cesium$5[_0x45fae3(0x1cc)]['PI_OVER_TWO']),_0xfec4fd[_0x45fae3(0x223)]={'min':Cesium$5['Math']['toDegrees'](_0x29aa9d),'max':Cesium$5['Math']['toDegrees'](_0x2bd93f)},_0xfec4fd;};return{'getFullscreenQuad':_0x455706,'createTexture':_0x152dbb,'createFramebuffer':_0x513d77,'createRawRenderState':_0x31fb6a,'viewRectangleToLonLatRange':_0x27f552};}());var segmentDraw_vert=_0x5c5c3c(0x24c),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=_0x5c5c3c(0x266);const Cesium$4=mars3d__namespace['Cesium'];function _0x41ec(){const _0x1461c8=['ymax','FLOAT','_calcUV','removeAll','depthMask','viewerParameters','IDENTITY','particlesRendering','preExecute','update','26450YBuTEn','updateSpeed','currentParticlesSpeed','_updateIng','canvas','grid','levmax','windData','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','outputTexture','mouseUp','sqrt','wgs84ToWindowCoordinates','commandToExecute','ShaderSource','Compute','vmax','_onMouseUpEvent','min','wheel','canvasWidth','12456577DLgaUG','Math','ClearCommand','ComputeCommand','attributeLocations','particleSystem','tlng','rawRenderState','getParticles','xmax','none','depthTexture','nextParticlesSpeed','atan2','5499lvDzeU','Rectangle','randomBetween','Cartesian2','_onMouseDownEvent','redraw','EventType','_createCanvas','particlesComputing','screen','TextureMinificationFilter','createCommand','windTextures','framebuffers','add','camera','cos','mouseDown','windField','_showHook','2382720EOcbBk','getFullscreenQuad','_map','_addedHook','primitiveType','trails','PixelDatatype','_mountedHook','udata','lon','createWindTextures','OPAQUE','isInExtent','ymin','nextTrailsColor','pixelSize','particlesNumber','pow','4868wKErxR','defined','currentParticlesPosition','clear','_updateIng2','forEach','currentTrailsDepth','scene','canvasHeight','6iUakDg','WindUtil','height','latRange','globeBoundingSphere','options','segments','TRIANGLES','Matrix4','age','colors','1646046gfezFA','xmin','BaseLayer','fromCssColorString','colorTable','createRawRenderState','shaderProgram','keys','once','createSegmentsGeometry','currentTrails','getUVByPoint','Cesium','_data','particlesTextureSize','NEAREST','lat','clearCommand','7125ijoPqO','Color','ALWAYS','createTexture','postProcessingPosition','PrimitiveType','data','isPointVisible','fadeOpacity','DISABLE_GL_POSITION_LOG_DEPTH','defineProperty','destroy','canrefresh','north','_drawLines','globalCompositeOperation','segmentsColor','toDegrees','828CaDaUp','preRender','bind','primitives','particlesTextures','_setOptionsHook','_colorRamp','setGeometry','uniformMap','unbindEvent','style','TWO_PI','steps','max','BufferUsage','umax','currentTrailsColor','dropRateBump','mouseHidden','animateFrame','setData','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','strokeStyle','CanvasWindLayer','zIndex','clampToLatitudeRange','mouse_move','resize','layer','_speedRate','removeEventListener','_onMouseMoveEvent','lev','drawingBufferWidth','frameTime','_onMapWhellEvent','maxParticles','container','mouseMove','Draw','pointer-events','speed','_bilinearInterpolation','context','mod','dimensions','particlesWind','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','stroke','applyViewerParameters','getUVByXY','lonRange','STATIC_DRAW','onmessage','push','RGB','width','show','rows','bindEvent','fromCache','createRenderingPrimitives','WindLayer','RGBA','vdata','speedFactor','globe','25510914bQGdFY','clientHeight','fragmentShaderSource','execute','TextureMagnificationFilter','commandType','postProcessingSpeed','cols','left','now','mouse_down','fromDegrees','//\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','pointerEvents','off','lng','nextTrails','_tomap','tlat','setOptions','canvasContext','Sampler','fixedHeight','postMessage','random','drawingBufferHeight','particles','PI_OVER_THREE','umin','12828hSzTHT','worker','length','textures','create','init','color','framebuffer','segmentsDepth','getRandomLatLng'];_0x41ec=function(){return _0x1461c8;};return _0x41ec();}class ParticlesRendering{constructor(_0x4c8f45,_0x45a358,_0x447a13,_0x2e1283,_0x4233c4){const _0x5b6d77=_0x5c5c3c;this['createRenderingTextures'](_0x4c8f45,_0x45a358,_0x447a13['colors']),this['createRenderingFramebuffers'](_0x4c8f45),this[_0x5b6d77(0x17f)](_0x4c8f45,_0x447a13,_0x2e1283,_0x4233c4);}['createRenderingTextures'](_0x275857,_0x4b679a,_0x35808f){const _0x586216=_0x5c5c3c,_0x19bf4d={'context':_0x275857,'width':_0x275857['drawingBufferWidth'],'height':_0x275857[_0x586216(0x19e)],'pixelFormat':Cesium$4['PixelFormat'][_0x586216(0x181)],'pixelDatatype':Cesium$4['PixelDatatype']['UNSIGNED_BYTE']},_0x113d69={'context':_0x275857,'width':_0x275857[_0x586216(0x258)],'height':_0x275857['drawingBufferHeight'],'pixelFormat':Cesium$4['PixelFormat']['DEPTH_COMPONENT'],'pixelDatatype':Cesium$4['PixelDatatype']['UNSIGNED_INT']},_0x1d7ca6=_0x35808f['length'],_0x28a2b4=new Float32Array(_0x1d7ca6*0x3);for(let _0x58b92b=0x0;_0x58b92b<_0x1d7ca6;_0x58b92b++){const _0x558273=Cesium$4['Color'][_0x586216(0x216)](_0x35808f[_0x58b92b]);_0x28a2b4[0x3*_0x58b92b]=_0x558273['red'],_0x28a2b4[0x3*_0x58b92b+0x1]=_0x558273['green'],_0x28a2b4[0x3*_0x58b92b+0x2]=_0x558273['blue'];}const _0x5d2974={'context':_0x275857,'width':_0x1d7ca6,'height':0x1,'pixelFormat':Cesium$4['PixelFormat'][_0x586216(0x26e)],'pixelDatatype':Cesium$4['PixelDatatype']['FLOAT'],'sampler':new Cesium$4[(_0x586216(0x19a))]({'minificationFilter':Cesium$4['TextureMinificationFilter']['LINEAR'],'magnificationFilter':Cesium$4['TextureMagnificationFilter']['LINEAR']})};this[_0x586216(0x1a5)]={'segmentsColor':Util['createTexture'](_0x19bf4d),'segmentsDepth':Util['createTexture'](_0x113d69),'currentTrailsColor':Util[_0x586216(0x228)](_0x19bf4d),'currentTrailsDepth':Util[_0x586216(0x228)](_0x113d69),'nextTrailsColor':Util['createTexture'](_0x19bf4d),'nextTrailsDepth':Util['createTexture'](_0x113d69),'colorTable':Util['createTexture'](_0x5d2974,_0x28a2b4)};}['createRenderingFramebuffers'](_0x306ad3){const _0x5f05a7=_0x5c5c3c;this['framebuffers']={'segments':Util['createFramebuffer'](_0x306ad3,this['textures'][_0x5f05a7(0x235)],this['textures'][_0x5f05a7(0x1aa)]),'currentTrails':Util['createFramebuffer'](_0x306ad3,this['textures'][_0x5f05a7(0x247)],this['textures'][_0x5f05a7(0x205)]),'nextTrails':Util['createFramebuffer'](_0x306ad3,this[_0x5f05a7(0x1a5)][_0x5f05a7(0x1fb)],this[_0x5f05a7(0x1a5)]['nextTrailsDepth'])};}['createSegmentsGeometry'](_0x1148be){const _0x24baa5=_0x5c5c3c,_0x480bd8=0x4;let _0x4d96d0=[];for(let _0x521787=0x0;_0x521787<_0x1148be['particlesTextureSize'];_0x521787++){for(let _0x4c309e=0x0;_0x4c309e<_0x1148be[_0x24baa5(0x221)];_0x4c309e++){for(let _0x5b7b94=0x0;_0x5b7b94<_0x480bd8;_0x5b7b94++){_0x4d96d0[_0x24baa5(0x26d)](_0x521787/_0x1148be['particlesTextureSize']),_0x4d96d0[_0x24baa5(0x26d)](_0x4c309e/_0x1148be[_0x24baa5(0x221)]);}}}_0x4d96d0=new Float32Array(_0x4d96d0);let _0x411432=[];const _0x2f0738=[-0x1,0x1],_0x501331=[-0x1,0x1];for(let _0x11971=0x0;_0x11971<_0x1148be[_0x24baa5(0x25b)];_0x11971++){for(let _0x14fe7b=0x0;_0x14fe7b<_0x480bd8/0x2;_0x14fe7b++){for(let _0x13ec4a=0x0;_0x13ec4a<_0x480bd8/0x2;_0x13ec4a++){_0x411432['push'](_0x2f0738[_0x14fe7b]),_0x411432['push'](_0x501331[_0x13ec4a]),_0x411432['push'](0x0);}}}_0x411432=new Float32Array(_0x411432);const _0x186938=0x6*_0x1148be[_0x24baa5(0x25b)],_0x177d28=new Uint32Array(_0x186938);for(let _0x49f622=0x0,_0x58d44f=0x0,_0x5264d6=0x0;_0x49f622<_0x1148be['maxParticles'];_0x49f622++){_0x177d28[_0x58d44f++]=_0x5264d6+0x0,_0x177d28[_0x58d44f++]=_0x5264d6+0x1,_0x177d28[_0x58d44f++]=_0x5264d6+0x2,_0x177d28[_0x58d44f++]=_0x5264d6+0x2,_0x177d28[_0x58d44f++]=_0x5264d6+0x1,_0x177d28[_0x58d44f++]=_0x5264d6+0x3,_0x5264d6+=0x4;}const _0x2eb405=new Cesium$4['Geometry']({'attributes':new Cesium$4['GeometryAttributes']({'st':new Cesium$4['GeometryAttribute']({'componentDatatype':Cesium$4['ComponentDatatype']['FLOAT'],'componentsPerAttribute':0x2,'values':_0x4d96d0}),'normal':new Cesium$4['GeometryAttribute']({'componentDatatype':Cesium$4['ComponentDatatype']['FLOAT'],'componentsPerAttribute':0x3,'values':_0x411432})}),'indices':_0x177d28});return _0x2eb405;}['createRenderingPrimitives'](_0x5d9e38,_0x2aa39a,_0x3c0248,_0x5ceaa2){const _0x462f9a=_0x5c5c3c,_0x455eec=this;this[_0x462f9a(0x23a)]={'segments':new CustomPrimitive({'commandType':_0x462f9a(0x25e),'attributeLocations':{'st':0x0,'normal':0x1},'geometry':this['createSegmentsGeometry'](_0x2aa39a),'primitiveType':Cesium$4[_0x462f9a(0x22a)][_0x462f9a(0x20f)],'uniformMap':{'currentParticlesPosition':function(){const _0x2539e6=_0x462f9a;return _0x5ceaa2['particlesTextures'][_0x2539e6(0x201)];},'postProcessingPosition':function(){return _0x5ceaa2['particlesTextures']['postProcessingPosition'];},'postProcessingSpeed':function(){const _0x4aff47=_0x462f9a;return _0x5ceaa2[_0x4aff47(0x23b)]['postProcessingSpeed'];},'colorTable':function(){const _0x62e0b7=_0x462f9a;return _0x455eec['textures'][_0x62e0b7(0x217)];},'aspect':function(){const _0x1c998b=_0x462f9a;return _0x5d9e38['drawingBufferWidth']/_0x5d9e38[_0x1c998b(0x19e)];},'pixelSize':function(){return _0x3c0248['pixelSize'];},'lineWidth':function(){return _0x2aa39a['lineWidth'];},'particleHeight':function(){return _0x2aa39a['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['framebuffers'][_0x462f9a(0x20e)],'autoClear':!![]}),'trails':new CustomPrimitive({'commandType':_0x462f9a(0x25e),'attributeLocations':{'position':0x0,'st':0x1},'geometry':Util[_0x462f9a(0x1ee)](),'primitiveType':Cesium$4['PrimitiveType']['TRIANGLES'],'uniformMap':{'segmentsColorTexture':function(){return _0x455eec['textures']['segmentsColor'];},'segmentsDepthTexture':function(){return _0x455eec['textures']['segmentsDepth'];},'currentTrailsColor':function(){const _0x3ffa1f=_0x462f9a;return _0x455eec[_0x3ffa1f(0x1e6)][_0x3ffa1f(0x21d)]['getColorTexture'](0x0);},'trailsDepthTexture':function(){const _0x13aaef=_0x462f9a;return _0x455eec[_0x13aaef(0x1e6)]['currentTrails']['depthTexture'];},'fadeOpacity':function(){return _0x2aa39a['fadeOpacity'];}},'vertexShaderSource':new Cesium$4['ShaderSource']({'defines':[_0x462f9a(0x22e)],'sources':[fullscreen_vert]}),'fragmentShaderSource':new Cesium$4['ShaderSource']({'defines':['DISABLE_LOG_DEPTH_FRAGMENT_WRITE'],'sources':[trailDraw_frag]}),'rawRenderState':Util['createRawRenderState']({'viewport':undefined,'depthTest':{'enabled':!![],'func':Cesium$4['DepthFunction'][_0x462f9a(0x227)]},'depthMask':!![]}),'framebuffer':this[_0x462f9a(0x1e6)]['nextTrails'],'autoClear':!![],'preExecute':function(){const _0x4143ce=_0x462f9a,_0x4bc2b2=_0x455eec['framebuffers'][_0x4143ce(0x21d)];_0x455eec[_0x4143ce(0x1e6)][_0x4143ce(0x21d)]=_0x455eec['framebuffers']['nextTrails'],_0x455eec['framebuffers']['nextTrails']=_0x4bc2b2,_0x455eec['primitives']['trails']['commandToExecute'][_0x4143ce(0x1a9)]=_0x455eec['framebuffers']['nextTrails'],_0x455eec['primitives'][_0x4143ce(0x1f2)]['clearCommand'][_0x4143ce(0x1a9)]=_0x455eec['framebuffers']['nextTrails'];}}),'screen':new CustomPrimitive({'commandType':_0x462f9a(0x25e),'attributeLocations':{'position':0x0,'st':0x1},'geometry':Util['getFullscreenQuad'](),'primitiveType':Cesium$4['PrimitiveType'][_0x462f9a(0x20f)],'uniformMap':{'trailsColorTexture':function(){const _0x43a746=_0x462f9a;return _0x455eec['framebuffers'][_0x43a746(0x195)]['getColorTexture'](0x0);},'trailsDepthTexture':function(){const _0x4ccc4b=_0x462f9a;return _0x455eec['framebuffers']['nextTrails'][_0x4ccc4b(0x1d6)];}},'vertexShaderSource':new Cesium$4[(_0x462f9a(0x1c4))]({'defines':[_0x462f9a(0x22e)],'sources':[fullscreen_vert]}),'fragmentShaderSource':new Cesium$4[(_0x462f9a(0x1c4))]({'defines':['DISABLE_LOG_DEPTH_FRAGMENT_WRITE'],'sources':[screenDraw_frag]}),'rawRenderState':Util[_0x462f9a(0x218)]({'viewport':undefined,'depthTest':{'enabled':![]},'depthMask':!![],'blending':{'enabled':!![]}}),'framebuffer':undefined})};}}var getWind_frag=_0x5c5c3c(0x191),updateSpeed_frag=_0x5c5c3c(0x1be),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='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',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[_0x5c5c3c(0x21f)];class ParticlesComputing{constructor(_0x33d0e3,_0x7ec0fb,_0x43586a,_0x283c19){const _0x1c871e=_0x5c5c3c;this['data']=_0x7ec0fb,this[_0x1c871e(0x1f7)](_0x33d0e3,_0x7ec0fb),this['createParticlesTextures'](_0x33d0e3,_0x43586a,_0x283c19),this['createComputingPrimitives'](_0x7ec0fb,_0x43586a,_0x283c19);}[_0x5c5c3c(0x1f7)](_0xc665ed,_0x88283e){const _0xc0a6b9=_0x5c5c3c,_0x53e498={'context':_0xc665ed,'width':_0x88283e['dimensions']['lon'],'height':_0x88283e['dimensions']['lat']*(_0x88283e['dimensions'][_0xc0a6b9(0x257)]||0x1),'pixelFormat':Cesium$3['PixelFormat']['LUMINANCE'],'pixelDatatype':Cesium$3[_0xc0a6b9(0x1f3)]['FLOAT'],'flipY':![],'sampler':new Cesium$3['Sampler']({'minificationFilter':Cesium$3['TextureMinificationFilter']['NEAREST'],'magnificationFilter':Cesium$3[_0xc0a6b9(0x189)]['NEAREST']})};this['windTextures']={'U':Util['createTexture'](_0x53e498,_0x88283e['U']['array']),'V':Util['createTexture'](_0x53e498,_0x88283e['V']['array'])};}['createParticlesTextures'](_0x420830,_0x17831e,_0x4f6437){const _0x1bc432=_0x5c5c3c,_0x403d7a={'context':_0x420830,'width':_0x17831e['particlesTextureSize'],'height':_0x17831e['particlesTextureSize'],'pixelFormat':Cesium$3['PixelFormat']['RGBA'],'pixelDatatype':Cesium$3['PixelDatatype'][_0x1bc432(0x1ad)],'flipY':![],'sampler':new Cesium$3[(_0x1bc432(0x19a))]({'minificationFilter':Cesium$3[_0x1bc432(0x1e3)]['NEAREST'],'magnificationFilter':Cesium$3[_0x1bc432(0x189)][_0x1bc432(0x222)]})},_0x188188=this['randomizeParticles'](_0x17831e['maxParticles'],_0x4f6437),_0x101dbb=new Float32Array(0x4*_0x17831e['maxParticles'])['fill'](0x0);this['particlesTextures']={'particlesWind':Util['createTexture'](_0x403d7a),'currentParticlesPosition':Util['createTexture'](_0x403d7a,_0x188188),'nextParticlesPosition':Util['createTexture'](_0x403d7a,_0x188188),'currentParticlesSpeed':Util['createTexture'](_0x403d7a,_0x101dbb),'nextParticlesSpeed':Util['createTexture'](_0x403d7a,_0x101dbb),'postProcessingPosition':Util['createTexture'](_0x403d7a,_0x188188),'postProcessingSpeed':Util['createTexture'](_0x403d7a,_0x101dbb)};}['randomizeParticles'](_0x517d04,_0x10662a){const _0x166f5b=_0x5c5c3c,_0x380be7=new Float32Array(0x4*_0x517d04);for(let _0x10fe25=0x0;_0x10fe25<_0x517d04;_0x10fe25++){_0x380be7[0x4*_0x10fe25]=Cesium$3['Math']['randomBetween'](_0x10662a['lonRange']['x'],_0x10662a['lonRange']['y']),_0x380be7[0x4*_0x10fe25+0x1]=Cesium$3['Math'][_0x166f5b(0x1db)](_0x10662a['latRange']['x'],_0x10662a[_0x166f5b(0x20b)]['y']),_0x380be7[0x4*_0x10fe25+0x2]=Cesium$3['Math']['randomBetween'](this['data']['lev']['min'],this['data']['lev']['max']),_0x380be7[0x4*_0x10fe25+0x3]=0x0;}return _0x380be7;}['destroyParticlesTextures'](){const _0xcfce63=_0x5c5c3c;Object['keys'](this['particlesTextures'])[_0xcfce63(0x204)](_0x3b1472=>{const _0x3f5161=_0xcfce63;this[_0x3f5161(0x23b)][_0x3b1472]['destroy']();});}['createComputingPrimitives'](_0x4a3837,_0x41f432,_0x5a010d){const _0x1863d3=_0x5c5c3c,_0x2439ff=new Cesium$3['Cartesian3'](_0x4a3837['dimensions']['lon'],_0x4a3837[_0x1863d3(0x264)]['lat'],_0x4a3837['dimensions'][_0x1863d3(0x257)]),_0x139614=new Cesium$3['Cartesian3'](_0x4a3837['lon'][_0x1863d3(0x1c8)],_0x4a3837[_0x1863d3(0x223)]['min'],_0x4a3837['lev']['min']),_0x22f0a1=new Cesium$3['Cartesian3'](_0x4a3837[_0x1863d3(0x1f6)]['max'],_0x4a3837[_0x1863d3(0x223)]['max'],_0x4a3837['lev']['max']),_0x3590d5=new Cesium$3['Cartesian3']((_0x22f0a1['x']-_0x139614['x'])/(_0x2439ff['x']-0x1),(_0x22f0a1['y']-_0x139614['y'])/(_0x2439ff['y']-0x1),_0x2439ff['z']>0x1?(_0x22f0a1['z']-_0x139614['z'])/(_0x2439ff['z']-0x1):0x1),_0x360a1f=new Cesium$3[(_0x1863d3(0x1dc))](_0x4a3837['U']['min'],_0x4a3837['U'][_0x1863d3(0x244)]),_0x2372f3=new Cesium$3[(_0x1863d3(0x1dc))](_0x4a3837['V'][_0x1863d3(0x1c8)],_0x4a3837['V']['max']),_0x23cfd5=this;this[_0x1863d3(0x23a)]={'getWind':new CustomPrimitive({'commandType':'Compute','uniformMap':{'U':function(){return _0x23cfd5['windTextures']['U'];},'V':function(){const _0x5470fe=_0x1863d3;return _0x23cfd5[_0x5470fe(0x1e5)]['V'];},'currentParticlesPosition':function(){return _0x23cfd5['particlesTextures']['currentParticlesPosition'];},'dimension':function(){return _0x2439ff;},'minimum':function(){return _0x139614;},'maximum':function(){return _0x22f0a1;},'interval':function(){return _0x3590d5;}},'fragmentShaderSource':new Cesium$3['ShaderSource']({'sources':[getWind_frag]}),'outputTexture':this['particlesTextures']['particlesWind'],'preExecute':function(){const _0x22c0c3=_0x1863d3;_0x23cfd5['primitives']['getWind'][_0x22c0c3(0x1c3)]['outputTexture']=_0x23cfd5['particlesTextures'][_0x22c0c3(0x265)];}}),'updateSpeed':new CustomPrimitive({'commandType':'Compute','uniformMap':{'currentParticlesSpeed':function(){return _0x23cfd5['particlesTextures']['currentParticlesSpeed'];},'particlesWind':function(){const _0x2c40b5=_0x1863d3;return _0x23cfd5[_0x2c40b5(0x23b)][_0x2c40b5(0x265)];},'uSpeedRange':function(){return _0x360a1f;},'vSpeedRange':function(){return _0x2372f3;},'pixelSize':function(){return _0x5a010d['pixelSize'];},'speedFactor':function(){return _0x41f432['speedFactor'];}},'fragmentShaderSource':new Cesium$3['ShaderSource']({'sources':[updateSpeed_frag]}),'outputTexture':this['particlesTextures'][_0x1863d3(0x1d7)],'preExecute':function(){const _0xdcf9bb=_0x1863d3,_0x337be7=_0x23cfd5['particlesTextures'][_0xdcf9bb(0x1b8)];_0x23cfd5[_0xdcf9bb(0x23b)]['currentParticlesSpeed']=_0x23cfd5['particlesTextures']['postProcessingSpeed'],_0x23cfd5['particlesTextures']['postProcessingSpeed']=_0x337be7,_0x23cfd5[_0xdcf9bb(0x23a)][_0xdcf9bb(0x1b7)]['commandToExecute']['outputTexture']=_0x23cfd5['particlesTextures']['nextParticlesSpeed'];}}),'updatePosition':new CustomPrimitive({'commandType':_0x1863d3(0x1c5),'uniformMap':{'currentParticlesPosition':function(){const _0x1ccb3d=_0x1863d3;return _0x23cfd5['particlesTextures'][_0x1ccb3d(0x201)];},'currentParticlesSpeed':function(){const _0x45faf8=_0x1863d3;return _0x23cfd5['particlesTextures'][_0x45faf8(0x1b8)];}},'fragmentShaderSource':new Cesium$3['ShaderSource']({'sources':[updatePosition_frag]}),'outputTexture':this['particlesTextures']['nextParticlesPosition'],'preExecute':function(){const _0x17003b=_0x1863d3,_0x3060e5=_0x23cfd5['particlesTextures'][_0x17003b(0x201)];_0x23cfd5['particlesTextures']['currentParticlesPosition']=_0x23cfd5[_0x17003b(0x23b)]['postProcessingPosition'],_0x23cfd5['particlesTextures']['postProcessingPosition']=_0x3060e5,_0x23cfd5['primitives']['updatePosition']['commandToExecute'][_0x17003b(0x1bf)]=_0x23cfd5['particlesTextures']['nextParticlesPosition'];}}),'postProcessingPosition':new CustomPrimitive({'commandType':'Compute','uniformMap':{'nextParticlesPosition':function(){return _0x23cfd5['particlesTextures']['nextParticlesPosition'];},'nextParticlesSpeed':function(){return _0x23cfd5['particlesTextures']['nextParticlesSpeed'];},'lonRange':function(){return _0x5a010d['lonRange'];},'latRange':function(){const _0x5d64c9=_0x1863d3;return _0x5a010d[_0x5d64c9(0x20b)];},'randomCoefficient':function(){const _0x219e64=Math['random']();return _0x219e64;},'dropRate':function(){return _0x41f432['dropRate'];},'dropRateBump':function(){return _0x41f432['dropRateBump'];}},'fragmentShaderSource':new Cesium$3['ShaderSource']({'sources':[postProcessingPosition_frag]}),'outputTexture':this['particlesTextures'][_0x1863d3(0x229)],'preExecute':function(){const _0x15f4db=_0x1863d3;_0x23cfd5['primitives'][_0x15f4db(0x229)]['commandToExecute']['outputTexture']=_0x23cfd5['particlesTextures']['postProcessingPosition'];}}),'postProcessingSpeed':new CustomPrimitive({'commandType':_0x1863d3(0x1c5),'uniformMap':{'postProcessingPosition':function(){const _0x29a8e9=_0x1863d3;return _0x23cfd5[_0x29a8e9(0x23b)][_0x29a8e9(0x229)];},'nextParticlesSpeed':function(){return _0x23cfd5['particlesTextures']['nextParticlesSpeed'];}},'fragmentShaderSource':new Cesium$3[(_0x1863d3(0x1c4))]({'sources':[postProcessingSpeed_frag]}),'outputTexture':this['particlesTextures']['postProcessingSpeed'],'preExecute':function(){const _0x5c0132=_0x1863d3;_0x23cfd5['primitives']['postProcessingSpeed']['commandToExecute'][_0x5c0132(0x1bf)]=_0x23cfd5['particlesTextures'][_0x5c0132(0x18b)];}})};}}const Cesium$2=mars3d__namespace['Cesium'];class ParticleSystem{constructor(_0x40b3a6,_0x30d58f,_0x3602f6,_0x334232){const _0x5d1513=_0x5c5c3c;this['context']=_0x40b3a6,_0x30d58f={..._0x30d58f},_0x30d58f[_0x5d1513(0x1f5)]&&_0x30d58f['vdata']&&(_0x30d58f['dimensions']={},_0x30d58f[_0x5d1513(0x264)]['lon']=_0x30d58f['cols'],_0x30d58f['dimensions']['lat']=_0x30d58f['rows'],_0x30d58f[_0x5d1513(0x264)]['lev']=_0x30d58f['lev']||0x1,_0x30d58f['lon']={},_0x30d58f['lon']['min']=_0x30d58f[_0x5d1513(0x214)],_0x30d58f[_0x5d1513(0x1f6)]['max']=_0x30d58f['xmax'],_0x30d58f[_0x5d1513(0x223)]={},_0x30d58f['lat'][_0x5d1513(0x1c8)]=_0x30d58f['ymin'],_0x30d58f[_0x5d1513(0x223)]['max']=_0x30d58f['ymax'],_0x30d58f['lev']={},_0x30d58f['lev']['min']=_0x30d58f['levmin']??0x1,_0x30d58f['lev'][_0x5d1513(0x244)]=_0x30d58f[_0x5d1513(0x1bc)]??0x1,_0x30d58f['U']={},_0x30d58f['U']['array']=new Float32Array(_0x30d58f['udata']),_0x30d58f['U']['min']=_0x30d58f[_0x5d1513(0x1a1)]??Math['min'](..._0x30d58f[_0x5d1513(0x1f5)]),_0x30d58f['U']['max']=_0x30d58f[_0x5d1513(0x246)]??Math['max'](..._0x30d58f['udata']),_0x30d58f['V']={},_0x30d58f['V']['array']=new Float32Array(_0x30d58f[_0x5d1513(0x182)]),_0x30d58f['V'][_0x5d1513(0x1c8)]=_0x30d58f['vmin']??Math[_0x5d1513(0x1c8)](..._0x30d58f[_0x5d1513(0x182)]),_0x30d58f['V']['max']=_0x30d58f[_0x5d1513(0x1c6)]??Math['max'](..._0x30d58f[_0x5d1513(0x182)])),this['data']=_0x30d58f,this[_0x5d1513(0x20d)]=_0x3602f6,this['viewerParameters']=_0x334232,this['particlesComputing']=new ParticlesComputing(this['context'],this[_0x5d1513(0x22b)],this['options'],this['viewerParameters']),this[_0x5d1513(0x1b3)]=new ParticlesRendering(this['context'],this['data'],this['options'],this['viewerParameters'],this[_0x5d1513(0x1e1)]);}['canvasResize'](_0x1daa13){const _0x252dc3=_0x5c5c3c;this['particlesComputing']['destroyParticlesTextures'](),Object['keys'](this['particlesComputing'][_0x252dc3(0x1e5)])[_0x252dc3(0x204)](_0x19b497=>{const _0x42122e=_0x252dc3;this[_0x42122e(0x1e1)][_0x42122e(0x1e5)][_0x19b497]['destroy']();}),this['particlesRendering'][_0x252dc3(0x1a5)]['colorTable']['destroy'](),Object['keys'](this['particlesRendering']['framebuffers'])['forEach'](_0x5f0d53=>{this['particlesRendering']['framebuffers'][_0x5f0d53]['destroy']();}),this['context']=_0x1daa13,this['particlesComputing']=new ParticlesComputing(this['context'],this['data'],this['options'],this[_0x252dc3(0x1b1)]),this['particlesRendering']=new ParticlesRendering(this['context'],this[_0x252dc3(0x22b)],this[_0x252dc3(0x20d)],this[_0x252dc3(0x1b1)],this['particlesComputing']);}['clearFramebuffers'](){const _0x339e64=_0x5c5c3c,_0x1c45df=new Cesium$2[(_0x339e64(0x1cd))]({'color':new Cesium$2[(_0x339e64(0x226))](0x0,0x0,0x0,0x0),'depth':0x1,'framebuffer':undefined,'pass':Cesium$2['Pass'][_0x339e64(0x1f8)]});Object['keys'](this['particlesRendering']['framebuffers'])['forEach'](_0x581b52=>{const _0x3f98ed=_0x339e64;_0x1c45df['framebuffer']=this['particlesRendering']['framebuffers'][_0x581b52],_0x1c45df[_0x3f98ed(0x188)](this['context']);});}['refreshParticles'](_0x5fe477){const _0x3051e1=_0x5c5c3c;this['clearFramebuffers'](),this['particlesComputing']['destroyParticlesTextures'](),this['particlesComputing']['createParticlesTextures'](this['context'],this['options'],this['viewerParameters']);if(_0x5fe477){var _0x2f90d7,_0x38cec7;const _0x2f7c56=this['particlesRendering'][_0x3051e1(0x21c)](this[_0x3051e1(0x20d)]);this['particlesRendering']['primitives'][_0x3051e1(0x20e)]['geometry']=_0x2f7c56;const _0x440bd3=Cesium$2['VertexArray']['fromGeometry']({'context':this['context'],'geometry':_0x2f7c56,'attributeLocations':this['particlesRendering']['primitives']['segments']['attributeLocations'],'bufferUsage':Cesium$2[_0x3051e1(0x245)][_0x3051e1(0x26b)]});(_0x2f90d7=this['particlesRendering']['primitives'])!==null&&_0x2f90d7!==void 0x0&&(_0x38cec7=_0x2f90d7['segments'])!==null&&_0x38cec7!==void 0x0&&_0x38cec7['commandToExecute']&&(this[_0x3051e1(0x1b3)][_0x3051e1(0x23a)]['segments'][_0x3051e1(0x1c3)]['vertexArray']=_0x440bd3);}}[_0x5c5c3c(0x198)](_0x15b124){const _0x24e48d=_0x5c5c3c;let _0x138891=![];this['options']['maxParticles']!==_0x15b124['maxParticles']&&(_0x138891=!![]),Object['keys'](_0x15b124)[_0x24e48d(0x204)](_0x24748d=>{const _0x6c0706=_0x24e48d;this[_0x6c0706(0x20d)][_0x24748d]=_0x15b124[_0x24748d];}),this['refreshParticles'](_0x138891);}[_0x5c5c3c(0x268)](_0x10ba5d){const _0x626416=_0x5c5c3c;Object['keys'](_0x10ba5d)[_0x626416(0x204)](_0x94b054=>{this['viewerParameters'][_0x94b054]=_0x10ba5d[_0x94b054];}),this['refreshParticles'](![]);}['destroy'](){const _0x319d3d=_0x5c5c3c;clearTimeout(this[_0x319d3d(0x231)]),this['particlesComputing']['destroyParticlesTextures'](),Object['keys'](this['particlesComputing']['windTextures'])['forEach'](_0x3e2c85=>{const _0x23d0c7=_0x319d3d;this['particlesComputing']['windTextures'][_0x3e2c85][_0x23d0c7(0x230)]();}),this[_0x319d3d(0x1b3)]['textures'][_0x319d3d(0x217)]['destroy'](),Object[_0x319d3d(0x21a)](this['particlesRendering']['framebuffers'])['forEach'](_0x512800=>{const _0x5ad3ae=_0x319d3d;this['particlesRendering']['framebuffers'][_0x512800][_0x5ad3ae(0x230)]();});for(const _0x4c7cfa in this){delete this[_0x4c7cfa];}}}const Cesium$1=mars3d__namespace[_0x5c5c3c(0x21f)],BaseLayer$1=mars3d__namespace['layer'][_0x5c5c3c(0x215)],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)']};class WindLayer extends BaseLayer$1{constructor(_0x81b661={}){const _0x5025be=_0x5c5c3c;_0x81b661={...DEF_OPTIONS,..._0x81b661},super(_0x81b661),this[_0x5025be(0x23c)](_0x81b661);}get[_0x5c5c3c(0x253)](){const _0x42003b=_0x5c5c3c;return this[_0x42003b(0x23a)];}get['data'](){return this['_data'];}set[_0x5c5c3c(0x22b)](_0x32b49c){this['setData'](_0x32b49c);}get['colors'](){return this['options']['colors'];}set['colors'](_0x3ba08a){const _0x4e8b24=_0x5c5c3c;this['options']['colors']=_0x3ba08a,this[_0x4e8b24(0x1d0)]&&this[_0x4e8b24(0x1d0)][_0x4e8b24(0x198)]({'colors':_0x3ba08a}),this[_0x4e8b24(0x252)]();}['_mountedHook'](){}[_0x5c5c3c(0x1f0)](){const _0x164486=_0x5c5c3c;this['scene']=this['_map']['scene'],this['camera']=this['_map']['camera'],this['primitives']=new Cesium$1['PrimitiveCollection'](),this[_0x164486(0x1ef)]['scene']['primitives']['add'](this['primitives']),this[_0x164486(0x1b1)]={'lonRange':new Cesium$1[(_0x164486(0x1dc))](),'latRange':new Cesium$1['Cartesian2'](),'pixelSize':0x0},this[_0x164486(0x20c)]=new Cesium$1['BoundingSphere'](Cesium$1['Cartesian3']['ZERO'],0.99*0x615299),this['updateViewerParameters'](),window['addEventListener'](_0x164486(0x252),this['resize']['bind'](this),![]),this[_0x164486(0x18f)]=![],this[_0x164486(0x251)]=![],this['_map']['on'](mars3d__namespace['EventType']['wheel'],this['_onMapWhellEvent'],this),this['_map']['on'](mars3d__namespace[_0x164486(0x1df)][_0x164486(0x1ea)],this['_onMouseDownEvent'],this),this[_0x164486(0x1ef)]['on'](mars3d__namespace[_0x164486(0x1df)]['mouseUp'],this['_onMouseUpEvent'],this),this['_map']['on'](mars3d__namespace[_0x164486(0x1df)][_0x164486(0x25d)],this[_0x164486(0x256)],this),this[_0x164486(0x220)]&&this[_0x164486(0x24b)](this['_data']);}['_removedHook'](){const _0x31ad27=_0x5c5c3c;window['removeEventListener']('resize',this['resize']),this[_0x31ad27(0x1ef)][_0x31ad27(0x193)](mars3d__namespace['EventType']['preRender'],this['_onMap_preRenderEvent'],this),this['_map']['off'](mars3d__namespace[_0x31ad27(0x1df)]['wheel'],this['_onMapWhellEvent'],this),this[_0x31ad27(0x1ef)][_0x31ad27(0x193)](mars3d__namespace['EventType']['mouseDown'],this[_0x31ad27(0x1dd)],this),this[_0x31ad27(0x1ef)][_0x31ad27(0x193)](mars3d__namespace['EventType']['mouseUp'],this['_onMouseUpEvent'],this),this['_map']['off'](mars3d__namespace['EventType']['mouseMove'],this['_onMouseMoveEvent'],this),this['primitives'][_0x31ad27(0x1af)](),this['_map'][_0x31ad27(0x206)]['primitives']['remove'](this['primitives']);}['resize'](){const _0x14285b=_0x5c5c3c;if(!this['show']||!this['particleSystem'])return;this['primitives']['show']=![],this[_0x14285b(0x23a)][_0x14285b(0x1af)](),this['_map'][_0x14285b(0x21b)](mars3d__namespace['EventType'][_0x14285b(0x238)],this['_onMap_preRenderEvent'],this);}['_onMap_preRenderEvent'](_0x41e314){const _0x168b04=_0x5c5c3c;this['particleSystem']['canvasResize'](this['scene'][_0x168b04(0x262)]),this['addPrimitives'](),this[_0x168b04(0x23a)]['show']=!![];}[_0x5c5c3c(0x25a)](_0x544a42){clearTimeout(this['refreshTimer']);if(!this['show']||!this['particleSystem'])return;this['primitives']['show']=![],this['refreshTimer']=setTimeout(()=>{const _0x1b749e=_0x2757;if(!this[_0x1b749e(0x270)])return;this['redraw']();},0xc8);}['_onMouseDownEvent'](_0x4a9e00){const _0x487e63=_0x5c5c3c;this[_0x487e63(0x18f)]=!![];}[_0x5c5c3c(0x256)](_0x2048ed){const _0x5e1226=_0x5c5c3c;if(!this['show']||!this[_0x5e1226(0x1d0)])return;this['mouse_down']&&(this['primitives']['show']=![],this['mouse_move']=!![]);}['_onMouseUpEvent'](_0x15450a){const _0x22d1af=_0x5c5c3c;if(!this['show']||!this[_0x22d1af(0x1d0)])return;this[_0x22d1af(0x18f)]&&this['mouse_move']&&this['redraw'](),this[_0x22d1af(0x23a)]['show']=!![],this[_0x22d1af(0x18f)]=![],this['mouse_move']=![];}['redraw'](){if(!this['_map']||!this['show'])return;this['updateViewerParameters'](),this['particleSystem']['applyViewerParameters'](this['viewerParameters']),this['primitives']['show']=!![];}['setData'](_0xdc9e86){const _0x55ec3e=_0x5c5c3c;this['_data']=_0xdc9e86,this[_0x55ec3e(0x1d0)]&&this['particleSystem']['destroy'](),this['particleSystem']=new ParticleSystem(this['scene']['context'],_0xdc9e86,this['getOptions'](),this['viewerParameters']),this['addPrimitives']();}[_0x5c5c3c(0x23c)](_0x5de3bf,_0x27cb9b){const _0x5c0ac4=_0x5c5c3c;if(_0x5de3bf)for(const _0x1b50d6 in _0x5de3bf){this[_0x1b50d6]=_0x5de3bf[_0x1b50d6];}this['particleSystem']&&this[_0x5c0ac4(0x1d0)]['setOptions'](this['getOptions']());}['getOptions'](){const _0x61a1d3=_0x5c5c3c,_0x2162b7=Math['ceil'](Math[_0x61a1d3(0x1c1)](this['particlesNumber']));return this['particlesNumber']=_0x2162b7*_0x2162b7,{'particlesTextureSize':_0x2162b7,'maxParticles':this[_0x61a1d3(0x1fd)],'particleHeight':this['fixedHeight'],'fadeOpacity':this[_0x61a1d3(0x22d)],'dropRate':this['dropRate'],'dropRateBump':this[_0x61a1d3(0x248)],'speedFactor':this[_0x61a1d3(0x183)],'lineWidth':this['lineWidth'],'colors':this['colors']};}['addPrimitives'](){const _0x5a00c1=_0x5c5c3c;this['primitives']['add'](this['particleSystem']['particlesComputing']['primitives']['getWind']),this[_0x5a00c1(0x23a)]['add'](this['particleSystem']['particlesComputing']['primitives']['updateSpeed']),this['primitives']['add'](this['particleSystem'][_0x5a00c1(0x1e1)]['primitives']['updatePosition']),this['primitives']['add'](this[_0x5a00c1(0x1d0)][_0x5a00c1(0x1e1)]['primitives'][_0x5a00c1(0x229)]),this['primitives']['add'](this['particleSystem']['particlesComputing']['primitives']['postProcessingSpeed']),this[_0x5a00c1(0x23a)][_0x5a00c1(0x1e7)](this['particleSystem']['particlesRendering']['primitives'][_0x5a00c1(0x20e)]),this['primitives']['add'](this['particleSystem']['particlesRendering']['primitives']['trails']),this['primitives']['add'](this[_0x5a00c1(0x1d0)][_0x5a00c1(0x1b3)][_0x5a00c1(0x23a)][_0x5a00c1(0x1e2)]);}['updateViewerParameters'](){const _0x8d3957=_0x5c5c3c;let _0x30c586=this[_0x8d3957(0x1e8)]['computeViewRectangle'](this['scene']['globe']['ellipsoid']);if(!_0x30c586){const _0x2d744f=this[_0x8d3957(0x1ef)]['getExtent']();_0x30c586=Cesium$1[_0x8d3957(0x1da)]['fromDegrees'](_0x2d744f[_0x8d3957(0x214)],_0x2d744f['ymin'],_0x2d744f['xmax'],_0x2d744f[_0x8d3957(0x1ac)]);}const _0x30d749=Util['viewRectangleToLonLatRange'](_0x30c586);this[_0x8d3957(0x1b1)][_0x8d3957(0x26a)]['x']=_0x30d749['lon']['min'],this['viewerParameters']['lonRange']['y']=_0x30d749['lon']['max'],this['viewerParameters']['latRange']['x']=_0x30d749['lat']['min'],this[_0x8d3957(0x1b1)][_0x8d3957(0x20b)]['y']=_0x30d749['lat']['max'];const _0x4c52a0=this[_0x8d3957(0x1e8)]['getPixelSize'](this['globeBoundingSphere'],this['scene']['drawingBufferWidth'],this['scene']['drawingBufferHeight']);_0x4c52a0>0x0&&(this['viewerParameters'][_0x8d3957(0x1fc)]=_0x4c52a0);}}mars3d__namespace['LayerUtil']['register']('wind',WindLayer),mars3d__namespace['layer']['WindLayer']=WindLayer;class CanvasParticle{constructor(){this['lng']=null,this['lat']=null,this['tlng']=null,this['tlat']=null,this['age']=null,this['speed']=null;}[_0x5c5c3c(0x230)](){for(const _0x49e5ec in this){delete this[_0x49e5ec];}}}class CanvasWindField{constructor(_0x3a5950){const _0x12d3a1=_0x5c5c3c;this[_0x12d3a1(0x198)](_0x3a5950);}get['speedRate'](){const _0x563168=_0x5c5c3c;return this[_0x563168(0x254)];}set['speedRate'](_0x29f91f){const _0xfe785f=_0x5c5c3c;this[_0xfe785f(0x254)]=(0x64-(_0x29f91f>0x63?0x63:_0x29f91f))*0x64,this['_calc_speedRate']=[(this[_0xfe785f(0x1d4)]-this[_0xfe785f(0x214)])/this['_speedRate'],(this['ymax']-this['ymin'])/this[_0xfe785f(0x254)]];}get['maxAge'](){return this['_maxAge'];}set['maxAge'](_0x58c4e7){this['_maxAge']=_0x58c4e7;}['setOptions'](_0x4375b3){const _0x5a6012=_0x5c5c3c;this[_0x5a6012(0x20d)]=_0x4375b3,this['maxAge']=_0x4375b3['maxAge']||0x78,this['speedRate']=_0x4375b3['speedRate']||0x32,this[_0x5a6012(0x19f)]=[];const _0x30f1fc=_0x4375b3['particlesNumber']||0x1000;for(let _0x15c83d=0x0;_0x15c83d<_0x30f1fc;_0x15c83d++){const _0x36fdbd=this['_randomParticle'](new CanvasParticle());this['particles']['push'](_0x36fdbd);}}['setDate'](_0x8027c3){const _0x3384d9=_0x5c5c3c;this['rows']=_0x8027c3['rows'],this[_0x3384d9(0x18c)]=_0x8027c3[_0x3384d9(0x18c)],this['xmin']=_0x8027c3['xmin'],this['xmax']=_0x8027c3['xmax'],this['ymin']=_0x8027c3['ymin'],this['ymax']=_0x8027c3['ymax'],this['grid']=[];const _0x69d903=_0x8027c3['udata'],_0xbd22e3=_0x8027c3['vdata'];let _0x45da45=![];_0x69d903['length']===this[_0x3384d9(0x271)]&&_0x69d903[0x0]['length']===this[_0x3384d9(0x18c)]&&(_0x45da45=!![]);let _0x18561d=0x0,_0x81dbe5=null,_0x1a264b=null;for(let _0x30de44=0x0;_0x30de44<this[_0x3384d9(0x271)];_0x30de44++){_0x81dbe5=[];for(let _0x4f82ba=0x0;_0x4f82ba<this[_0x3384d9(0x18c)];_0x4f82ba++,_0x18561d++){_0x45da45?_0x1a264b=this[_0x3384d9(0x1ae)](_0x69d903[_0x30de44][_0x4f82ba],_0xbd22e3[_0x30de44][_0x4f82ba]):_0x1a264b=this['_calcUV'](_0x69d903[_0x18561d],_0xbd22e3[_0x18561d]),_0x81dbe5['push'](_0x1a264b);}this[_0x3384d9(0x1bb)]['push'](_0x81dbe5);}this['options']['reverseY']&&this['grid']['reverse']();}[_0x5c5c3c(0x202)](){const _0x3663d7=_0x5c5c3c;delete this[_0x3663d7(0x271)],delete this[_0x3663d7(0x18c)],delete this['xmin'],delete this[_0x3663d7(0x1d4)],delete this['ymin'],delete this[_0x3663d7(0x1ac)],delete this['grid'],delete this[_0x3663d7(0x19f)];}['toGridXY'](_0xb1fd76,_0x410170){const _0x1e776d=_0x5c5c3c,_0x25448a=(_0xb1fd76-this[_0x1e776d(0x214)])/(this['xmax']-this['xmin'])*(this['cols']-0x1),_0x15ffbd=(this['ymax']-_0x410170)/(this['ymax']-this['ymin'])*(this['rows']-0x1);return[_0x25448a,_0x15ffbd];}['getUVByXY'](_0x4c77cd,_0x50b5a9){const _0x39fe7d=_0x5c5c3c;if(_0x4c77cd<0x0||_0x4c77cd>=this['cols']||_0x50b5a9>=this['rows'])return[0x0,0x0,0x0];const _0x241ada=Math['floor'](_0x4c77cd),_0x3fec3c=Math['floor'](_0x50b5a9);if(_0x241ada===_0x4c77cd&&_0x3fec3c===_0x50b5a9)return this[_0x39fe7d(0x1bb)][_0x50b5a9][_0x4c77cd];const _0x205284=_0x241ada+0x1,_0x4e4136=_0x3fec3c+0x1,_0x59debe=this['getUVByXY'](_0x241ada,_0x3fec3c),_0x3ad0a9=this['getUVByXY'](_0x205284,_0x3fec3c),_0x5c9c2f=this['getUVByXY'](_0x241ada,_0x4e4136),_0x5793f1=this[_0x39fe7d(0x269)](_0x205284,_0x4e4136);let _0x38051a=null;try{_0x38051a=this['_bilinearInterpolation'](_0x4c77cd-_0x241ada,_0x50b5a9-_0x3fec3c,_0x59debe,_0x3ad0a9,_0x5c9c2f,_0x5793f1);}catch(_0x325cd3){console['log'](_0x4c77cd,_0x50b5a9);}return _0x38051a;}[_0x5c5c3c(0x261)](_0x255d66,_0x4c9853,_0x1905b5,_0x446811,_0x2efc75,_0x38a2e7){const _0x44a34d=0x1-_0x255d66,_0x470d45=0x1-_0x4c9853,_0x33f52b=_0x44a34d*_0x470d45,_0x2f920d=_0x255d66*_0x470d45,_0x263988=_0x44a34d*_0x4c9853,_0x277ca7=_0x255d66*_0x4c9853,_0x1859e2=_0x1905b5[0x0]*_0x33f52b+_0x446811[0x0]*_0x2f920d+_0x2efc75[0x0]*_0x263988+_0x38a2e7[0x0]*_0x277ca7,_0x47de72=_0x1905b5[0x1]*_0x33f52b+_0x446811[0x1]*_0x2f920d+_0x2efc75[0x1]*_0x263988+_0x38a2e7[0x1]*_0x277ca7;return this['_calcUV'](_0x1859e2,_0x47de72);}[_0x5c5c3c(0x1ae)](_0x80862c,_0xed4117){const _0x513336=_0x5c5c3c;return[+_0x80862c,+_0xed4117,Math[_0x513336(0x1c1)](_0x80862c*_0x80862c+_0xed4117*_0xed4117)];}['getUVByPoint'](_0x40099d,_0x14bacd){const _0x37cb78=_0x5c5c3c;if(!this[_0x37cb78(0x1f9)](_0x40099d,_0x14bacd))return null;const _0x3f8b77=this['toGridXY'](_0x40099d,_0x14bacd),_0x34f7c3=this['getUVByXY'](_0x3f8b77[0x0],_0x3f8b77[0x1]);return _0x34f7c3;}[_0x5c5c3c(0x1f9)](_0x3ce49d,_0x38fc5e){const _0x50d149=_0x5c5c3c;return _0x3ce49d>=this['xmin']&&_0x3ce49d<=this['xmax']&&_0x38fc5e>=this[_0x50d149(0x1fa)]&&_0x38fc5e<=this[_0x50d149(0x1ac)]?!![]:![];}[_0x5c5c3c(0x1ab)](){const _0xefbc2b=fRandomByfloat(this['xmin'],this['xmax']),_0x475023=fRandomByfloat(this['ymin'],this['ymax']);return{'lat':_0x475023,'lng':_0xefbc2b};}[_0x5c5c3c(0x1d3)](){const _0xf3cda4=_0x5c5c3c;let _0xfccb3a,_0x30b324,_0x17d79e;for(let _0x2bd114=0x0,_0x6c6756=this['particles'][_0xf3cda4(0x1a4)];_0x2bd114<_0x6c6756;_0x2bd114++){let _0x40ed75=this[_0xf3cda4(0x19f)][_0x2bd114];_0x40ed75['age']<=0x0&&(_0x40ed75=this['_randomParticle'](_0x40ed75));if(_0x40ed75['age']>0x0){const _0x5de8f4=_0x40ed75['tlng'],_0x237a7c=_0x40ed75['tlat'];_0x17d79e=this['getUVByPoint'](_0x5de8f4,_0x237a7c),_0x17d79e?(_0xfccb3a=_0x5de8f4+this['_calc_speedRate'][0x0]*_0x17d79e[0x0],_0x30b324=_0x237a7c+this['_calc_speedRate'][0x1]*_0x17d79e[0x1],_0x40ed75['lng']=_0x5de8f4,_0x40ed75[_0xf3cda4(0x223)]=_0x237a7c,_0x40ed75['tlng']=_0xfccb3a,_0x40ed75['tlat']=_0x30b324,_0x40ed75[_0xf3cda4(0x260)]=_0x17d79e[0x2],_0x40ed75['age']--):_0x40ed75['age']=0x0;}}return this['particles'];}['_randomParticle'](_0x3b0478){const _0x356bce=_0x5c5c3c;let _0x10c76e,_0x592d6b;for(let _0x8e1096=0x0;_0x8e1096<0x1e;_0x8e1096++){_0x10c76e=this[_0x356bce(0x1ab)](),_0x592d6b=this[_0x356bce(0x21e)](_0x10c76e['lng'],_0x10c76e['lat']);if(_0x592d6b&&_0x592d6b[0x2]>0x0)break;}if(!_0x592d6b)return _0x3b0478;const _0x3847ce=_0x10c76e['lng']+this['_calc_speedRate'][0x0]*_0x592d6b[0x0],_0x30fadf=_0x10c76e['lat']+this['_calc_speedRate'][0x1]*_0x592d6b[0x1];return _0x3b0478[_0x356bce(0x194)]=_0x10c76e[_0x356bce(0x194)],_0x3b0478[_0x356bce(0x223)]=_0x10c76e[_0x356bce(0x223)],_0x3b0478['tlng']=_0x3847ce,_0x3b0478[_0x356bce(0x197)]=_0x30fadf,_0x3b0478['age']=Math['round'](Math['random']()*this['maxAge']),_0x3b0478['speed']=_0x592d6b[0x2],_0x3b0478;}['destroy'](){for(const _0xd873e5 in this){delete this[_0xd873e5];}}}function fRandomByfloat(_0x45a3a2,_0x265e0b){const _0x51b520=_0x5c5c3c;return _0x45a3a2+Math[_0x51b520(0x19d)]()*(_0x265e0b-_0x45a3a2);}const Cesium=mars3d__namespace['Cesium'],BaseLayer=mars3d__namespace[_0x5c5c3c(0x253)][_0x5c5c3c(0x215)];function _0x2757(_0x2d8e4e,_0x420956){const _0x41ec10=_0x41ec();return _0x2757=function(_0x2757ed,_0x4a6476){_0x2757ed=_0x2757ed-0x17f;let _0x2ab0d1=_0x41ec10[_0x2757ed];return _0x2ab0d1;},_0x2757(_0x2d8e4e,_0x420956);}class CanvasWindLayer extends BaseLayer{constructor(_0x509360={}){const _0xf83ba1=_0x5c5c3c;super(_0x509360),this['_setOptionsHook'](_0x509360),this[_0xf83ba1(0x1ba)]=null,_0x509360[_0xf83ba1(0x212)]&&_0x509360[_0xf83ba1(0x243)]&&(this['_colorRamp']=new mars3d__namespace['ColorRamp'](_0x509360));}['_setOptionsHook'](_0x6b7cd4,_0x17b672){const _0x1a0ba0=_0x5c5c3c;this['frameTime']=0x3e8/(_0x6b7cd4['frameRate']||0xa),this['_pointerEvents']=this['options']['pointerEvents']??![],this['color']=_0x6b7cd4['color']||'#ffffff',this['lineWidth']=_0x6b7cd4['lineWidth']||0x1,this[_0x1a0ba0(0x19b)]=_0x6b7cd4['fixedHeight']??0x0,this['reverseY']=_0x6b7cd4['reverseY']??![],this['windField']&&this[_0x1a0ba0(0x1eb)][_0x1a0ba0(0x198)](_0x6b7cd4);}get[_0x5c5c3c(0x253)](){return this['canvas'];}get['canvasWidth'](){const _0x39264c=_0x5c5c3c;return this[_0x39264c(0x1ef)][_0x39264c(0x206)]['canvas']['clientWidth'];}get['canvasHeight'](){const _0x1ec8a4=_0x5c5c3c;return this['_map']['scene'][_0x1ec8a4(0x1ba)]['clientHeight'];}get[_0x5c5c3c(0x192)](){return this['_pointerEvents'];}set['pointerEvents'](_0x58f95e){const _0x1e20d7=_0x5c5c3c;this['_pointerEvents']=_0x58f95e;if(!this['canvas'])return;_0x58f95e?this['canvas'][_0x1e20d7(0x241)]['pointer-events']='all':this['canvas']['style'][_0x1e20d7(0x25f)]=_0x1e20d7(0x1d5);}get['particlesNumber'](){const _0x43fb79=_0x5c5c3c;return this[_0x43fb79(0x20d)][_0x43fb79(0x1fd)];}set['particlesNumber'](_0x3b3fee){this['options']['particlesNumber']=_0x3b3fee,clearTimeout(this['_canrefresh']),this['_canrefresh']=setTimeout(()=>{const _0x42ec64=_0x2757;this[_0x42ec64(0x1de)]();},0x1f4);}get['speedRate'](){return this['options']['speedRate'];}set['speedRate'](_0x2f5924){this['options']['speedRate']=_0x2f5924,this['windField']&&(this['windField']['speedRate']=_0x2f5924);}get['maxAge'](){return this['options']['maxAge'];}set['maxAge'](_0x116bba){this['options']['maxAge']=_0x116bba,this['windField']&&(this['windField']['maxAge']=_0x116bba);}get[_0x5c5c3c(0x22b)](){return this['windData'];}set[_0x5c5c3c(0x22b)](_0x2b51bd){this['setData'](_0x2b51bd);}[_0x5c5c3c(0x1ec)](_0x6ea03f){const _0x14f7e3=_0x5c5c3c;_0x6ea03f?this[_0x14f7e3(0x1f0)]():(this['windData']&&(this[_0x14f7e3(0x20d)]['data']=this['windData']),this['_removedHook']());}[_0x5c5c3c(0x1f4)](){const _0x3f7624=_0x5c5c3c;this['options']['worker']?this['initWorker']():this['windField']=new CanvasWindField(this[_0x3f7624(0x20d)]);}['_addedHook'](){const _0x57d81b=_0x5c5c3c;this['canvas']=this[_0x57d81b(0x1e0)](),this[_0x57d81b(0x199)]=this['canvas']['getContext']('2d',{'willReadFrequently':!![]}),this[_0x57d81b(0x272)](),this['options']['data']&&this['setData'](this['options']['data']);}['_removedHook'](){const _0x5340b1=_0x5c5c3c;this[_0x5340b1(0x202)](),this['unbindEvent'](),this[_0x5340b1(0x1ba)]&&(this['_map'][_0x5340b1(0x25c)]['removeChild'](this['canvas']),delete this['canvas']);}['_createCanvas'](){const _0x5f21ec=_0x5c5c3c,_0x181866=mars3d__namespace['DomUtil'][_0x5f21ec(0x1a6)]('canvas','mars3d-canvasWind',this['_map']['container']);return _0x181866['style']['position']='absolute',_0x181866['style']['top']='0px',_0x181866['style'][_0x5f21ec(0x18d)]='0px',_0x181866['style'][_0x5f21ec(0x26f)]=this['_map']['scene']['canvas']['clientWidth']+'px',_0x181866['style']['height']=this[_0x5f21ec(0x1ef)]['scene']['canvas']['clientHeight']+'px',_0x181866['style']['pointerEvents']=this['_pointerEvents']?'auto':'none',_0x181866[_0x5f21ec(0x241)]['zIndex']=this['options'][_0x5f21ec(0x24f)]??0x9,_0x181866['width']=this['_map']['scene']['canvas']['clientWidth'],_0x181866['height']=this['_map'][_0x5f21ec(0x206)]['canvas'][_0x5f21ec(0x186)],_0x181866;}[_0x5c5c3c(0x252)](){const _0xd69604=_0x5c5c3c;this['canvas']&&(this['canvas'][_0xd69604(0x241)][_0xd69604(0x26f)]=this['_map'][_0xd69604(0x206)]['canvas']['clientWidth']+'px',this['canvas']['style'][_0xd69604(0x20a)]=this['_map']['scene']['canvas']['clientHeight']+'px',this['canvas']['width']=this['_map']['scene']['canvas']['clientWidth'],this['canvas']['height']=this['_map'][_0xd69604(0x206)]['canvas']['clientHeight']);}[_0x5c5c3c(0x272)](){const _0x538d42=_0x5c5c3c,_0x454691=this;let _0x460820=Date[_0x538d42(0x18e)]();(function _0x281c48(){const _0x3df3fe=_0x538d42;_0x454691['animateFrame']=window['requestAnimationFrame'](_0x281c48);if(_0x454691['show']&&_0x454691['windField']){const _0x19a08e=Date['now'](),_0x46e9fd=_0x19a08e-_0x460820;_0x46e9fd>_0x454691['frameTime']&&(_0x460820=_0x19a08e-_0x46e9fd%_0x454691[_0x3df3fe(0x259)],_0x454691[_0x3df3fe(0x1b5)]());}}(),window['addEventListener']('resize',this['resize'][_0x538d42(0x239)](this),![]),this['mouse_down']=![],this['mouse_move']=![],this['options']['mouseHidden']&&(this[_0x538d42(0x1ef)]['on'](mars3d__namespace['EventType'][_0x538d42(0x1c9)],this[_0x538d42(0x25a)],this),this['_map']['on'](mars3d__namespace['EventType'][_0x538d42(0x1ea)],this['_onMouseDownEvent'],this),this['_map']['on'](mars3d__namespace[_0x538d42(0x1df)]['mouseUp'],this['_onMouseUpEvent'],this)));}[_0x5c5c3c(0x240)](){const _0x42e5f3=_0x5c5c3c;window['cancelAnimationFrame'](this[_0x42e5f3(0x24a)]),delete this['animateFrame'],window[_0x42e5f3(0x255)](_0x42e5f3(0x252),this[_0x42e5f3(0x252)]),this[_0x42e5f3(0x20d)][_0x42e5f3(0x249)]&&(this['_map']['off'](mars3d__namespace['EventType'][_0x42e5f3(0x1c9)],this[_0x42e5f3(0x25a)],this),this[_0x42e5f3(0x1ef)]['off'](mars3d__namespace['EventType'][_0x42e5f3(0x1ea)],this['_onMouseDownEvent'],this),this[_0x42e5f3(0x1ef)]['off'](mars3d__namespace['EventType'][_0x42e5f3(0x1c0)],this[_0x42e5f3(0x1c7)],this),this[_0x42e5f3(0x1ef)]['off'](mars3d__namespace[_0x42e5f3(0x1df)]['mouseMove'],this['_onMouseMoveEvent'],this));}['_onMapWhellEvent'](_0x844598){const _0x46837b=_0x5c5c3c;clearTimeout(this['refreshTimer']);if(!this['show']||!this['canvas'])return;this[_0x46837b(0x1ba)]['style']['visibility']='hidden',this['refreshTimer']=setTimeout(()=>{const _0x2bf62d=_0x46837b;if(!this['show'])return;this['redraw'](),this['canvas'][_0x2bf62d(0x241)]['visibility']='visible';},0xc8);}['_onMouseDownEvent'](_0x593aa4){const _0x20f36f=_0x5c5c3c;this[_0x20f36f(0x18f)]=!![],this[_0x20f36f(0x1ef)]['off'](mars3d__namespace[_0x20f36f(0x1df)]['mouseMove'],this[_0x20f36f(0x256)],this),this[_0x20f36f(0x1ef)]['on'](mars3d__namespace['EventType']['mouseMove'],this[_0x20f36f(0x256)],this);}['_onMouseMoveEvent'](_0xac99ab){const _0x8de1d9=_0x5c5c3c;if(!this[_0x8de1d9(0x270)]||!this['canvas'])return;this['mouse_down']&&(this[_0x8de1d9(0x1ba)]['style']['visibility']='hidden',this['mouse_move']=!![]);}['_onMouseUpEvent'](_0x337c16){const _0x646d30=_0x5c5c3c;if(!this['show']||!this[_0x646d30(0x1ba)])return;this['_map']['off'](mars3d__namespace['EventType']['mouseMove'],this[_0x646d30(0x256)],this),this[_0x646d30(0x18f)]&&this['mouse_move']&&this[_0x646d30(0x1de)](),this[_0x646d30(0x1ba)]['style']['visibility']='visible',this[_0x646d30(0x18f)]=![],this['mouse_move']=![];}[_0x5c5c3c(0x24b)](_0x243a0a){const _0x462aa8=_0x5c5c3c;this[_0x462aa8(0x202)](),this[_0x462aa8(0x1bd)]=_0x243a0a,this['windField']['setDate'](_0x243a0a),this['redraw']();}['redraw'](){const _0x29d624=_0x5c5c3c;if(!this[_0x29d624(0x270)])return;this[_0x29d624(0x1eb)]['setOptions'](this[_0x29d624(0x20d)]),this['update']();}['update'](){const _0x40943d=_0x5c5c3c;if(this['_updateIng'])return;this['_updateIng']=!![];if(this['worker'])this['windField']['update']();else{const _0x3636f4=this['windField']['getParticles']();this['_drawLines'](_0x3636f4);}this[_0x40943d(0x1b9)]=![];}['_drawLines'](_0x3c27a6){const _0x41729a=_0x5c5c3c;this[_0x41729a(0x199)][_0x41729a(0x234)]='destination-in',this['canvasContext']['fillRect'](0x0,0x0,this['canvasWidth'],this[_0x41729a(0x207)]),this['canvasContext']['globalCompositeOperation']='lighter',this['canvasContext']['globalAlpha']=0.9;const _0x1f60e3=this['_map']['scene']['mode']!==Cesium['SceneMode']['SCENE3D'],_0x16a2f4=this[_0x41729a(0x1ca)]*0.25;if(this[_0x41729a(0x23d)])for(let _0x37bd39=0x0,_0xaf5a7b=_0x3c27a6[_0x41729a(0x1a4)];_0x37bd39<_0xaf5a7b;_0x37bd39++){const _0x39e014=_0x3c27a6[_0x37bd39],_0x5d2d4b=this[_0x41729a(0x196)](_0x39e014[_0x41729a(0x194)],_0x39e014['lat'],_0x39e014),_0x52faee=this[_0x41729a(0x196)](_0x39e014['tlng'],_0x39e014['tlat'],_0x39e014);if(!_0x5d2d4b||!_0x52faee)continue;if(_0x1f60e3&&Math['abs'](_0x5d2d4b[0x0]-_0x52faee[0x0])>=_0x16a2f4)continue;this['canvasContext']['beginPath'](),this['canvasContext']['lineWidth']=this['lineWidth'],this['canvasContext'][_0x41729a(0x24d)]=this['_colorRamp']['getColor'](_0x39e014['speed']),this[_0x41729a(0x199)]['moveTo'](_0x5d2d4b[0x0],_0x5d2d4b[0x1]),this['canvasContext']['lineTo'](_0x52faee[0x0],_0x52faee[0x1]),this[_0x41729a(0x199)][_0x41729a(0x267)]();}else{this[_0x41729a(0x199)]['beginPath'](),this['canvasContext']['lineWidth']=this['lineWidth'],this['canvasContext']['strokeStyle']=this[_0x41729a(0x1a8)];for(let _0x277bf5=0x0,_0x196a74=_0x3c27a6['length'];_0x277bf5<_0x196a74;_0x277bf5++){const _0xe2ac09=_0x3c27a6[_0x277bf5],_0x3316fe=this['_tomap'](_0xe2ac09[_0x41729a(0x194)],_0xe2ac09['lat'],_0xe2ac09),_0x5a4d8f=this['_tomap'](_0xe2ac09[_0x41729a(0x1d1)],_0xe2ac09['tlat'],_0xe2ac09);if(!_0x3316fe||!_0x5a4d8f)continue;if(_0x1f60e3&&Math['abs'](_0x3316fe[0x0]-_0x5a4d8f[0x0])>=_0x16a2f4)continue;this['canvasContext']['moveTo'](_0x3316fe[0x0],_0x3316fe[0x1]),this[_0x41729a(0x199)]['lineTo'](_0x5a4d8f[0x0],_0x5a4d8f[0x1]);}this[_0x41729a(0x199)][_0x41729a(0x267)]();}}['_tomap'](_0x27804c,_0x27918d,_0x5757de){const _0x3939fd=_0x5c5c3c,_0x82a960=Cesium['Cartesian3'][_0x3939fd(0x190)](_0x27804c,_0x27918d,this['fixedHeight']),_0x5a364e=this['_map']['scene'];if(_0x5a364e['mode']===Cesium['SceneMode']['SCENE3D']){const _0x3b6781=new Cesium['EllipsoidalOccluder'](_0x5a364e[_0x3939fd(0x184)]['ellipsoid'],_0x5a364e['camera']['positionWC']),_0x28be87=_0x3b6781[_0x3939fd(0x22c)](_0x82a960);if(!_0x28be87)return _0x5757de[_0x3939fd(0x211)]=0x0,null;}const _0x39bb20=Cesium['SceneTransforms'][_0x3939fd(0x1c2)](this['_map'][_0x3939fd(0x206)],_0x82a960);return _0x39bb20?[_0x39bb20['x'],_0x39bb20['y']]:null;}['clear'](){const _0x109585=_0x5c5c3c;this[_0x109585(0x1eb)][_0x109585(0x202)](),delete this['windData'];}['initWorker'](){const _0x166783=_0x5c5c3c;this[_0x166783(0x1a3)]=new Worker(this['options']['worker']),this['worker'][_0x166783(0x26c)]=_0x28baf1=>{const _0x575215=_0x166783;this[_0x575215(0x233)](_0x28baf1['data']['particles']),this[_0x575215(0x203)]=![];},this['windField']={'init':_0x10b194=>{const _0x5aa1c4=_0x166783;this['worker'][_0x5aa1c4(0x19c)]({'type':_0x5aa1c4(0x1a7),'options':_0x10b194});},'setOptions':_0xd96877=>{const _0x33a287=_0x166783;this[_0x33a287(0x1a3)]['postMessage']({'type':'setOptions','options':_0xd96877});},'setDate':_0x302543=>{const _0x2639ae=_0x166783;this['worker'][_0x2639ae(0x19c)]({'type':'setDate','data':_0x302543});},'update':()=>{if(this['_updateIng2'])return;this['_updateIng2']=!![],this['worker']['postMessage']({'type':'update'});},'clear':()=>{const _0xb1f33f=_0x166783;this[_0xb1f33f(0x1a3)][_0xb1f33f(0x19c)]({'type':'clear'});}},this['windField']['init'](this['options']);}}mars3d__namespace['LayerUtil']['register']('canvasWind',CanvasWindLayer),mars3d__namespace['layer'][_0x5c5c3c(0x24e)]=CanvasWindLayer,mars3d__namespace['CanvasWindField']=CanvasWindField,mars3d__namespace['WindUtil']=WindUtil,exports['CanvasWindField']=CanvasWindField,exports['CanvasWindLayer']=CanvasWindLayer,exports[_0x5c5c3c(0x180)]=WindLayer,exports[_0x5c5c3c(0x209)]=WindUtil,Object[_0x5c5c3c(0x22f)](exports,'__esModule',{'value':!![]});
15
15
  }));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mars3d-wind",
3
- "version": "3.6.5",
3
+ "version": "3.6.6",
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.6.5"
11
+ "mars3d": "~3.6.6"
12
12
  },
13
13
  "scripts": {
14
14
  "lint": "eslint ./src/**/*.{js,ts} --fix"