mars3d-wind 3.7.2 → 3.7.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,8 +1,8 @@
1
1
  /**
2
2
  * Mars3D平台插件,支持气象 风向图 功能插件 mars3d-wind
3
3
  *
4
- * 版本信息:v3.7.2
5
- * 编译日期:2024-01-29 17:17:13
4
+ * 版本信息:v3.7.4
5
+ * 编译日期:2024-02-23 17:33:51
6
6
  * 版权所有:Copyright by 火星科技 http://mars3d.cn
7
7
  * 使用单位:免费公开版 ,2024-01-15
8
8
  */
@@ -11,5 +11,5 @@
11
11
  typeof define === 'function' && define.amd ? define(['exports', 'mars3d'], factory) :
12
12
  (global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global["mars3d-wind"] = {}, global.mars3d));
13
13
  })(this, (function (exports, mars3d) {
14
- 'use strict';const _0x1c87b7=_0x1cfd;(function(_0x4a6bb5,_0xb24105){const _0x563c13=_0x1cfd,_0xc2f834=_0x4a6bb5();while(!![]){try{const _0x22750e=parseInt(_0x563c13(0x183))/0x1*(parseInt(_0x563c13(0x158))/0x2)+parseInt(_0x563c13(0x177))/0x3+parseInt(_0x563c13(0xd3))/0x4+-parseInt(_0x563c13(0x17b))/0x5*(-parseInt(_0x563c13(0x1ac))/0x6)+-parseInt(_0x563c13(0xbf))/0x7+-parseInt(_0x563c13(0xe7))/0x8+-parseInt(_0x563c13(0x10c))/0x9;if(_0x22750e===_0xb24105)break;else _0xc2f834['push'](_0xc2f834['shift']());}catch(_0x25258e){_0xc2f834['push'](_0xc2f834['shift']());}}}(_0x2a8c,0x67721));function _interopNamespace(_0x4ef233){if(_0x4ef233&&_0x4ef233['__esModule'])return _0x4ef233;var _0x339714=Object['create'](null);return _0x4ef233&&Object['keys'](_0x4ef233)['forEach'](function(_0x5ab1db){const _0x3352b6=_0x1cfd;if(_0x5ab1db!==_0x3352b6(0x195)){var _0x1c635f=Object[_0x3352b6(0x133)](_0x4ef233,_0x5ab1db);Object['defineProperty'](_0x339714,_0x5ab1db,_0x1c635f[_0x3352b6(0xdb)]?_0x1c635f:{'enumerable':!![],'get':function(){return _0x4ef233[_0x5ab1db];}});}}),_0x339714['default']=_0x4ef233,_0x339714;}var mars3d__namespace=_interopNamespace(mars3d);function _0x2a8c(){const _0x19df8d=['randomBetween','visible','keys','destination-in','tlng','cols','canvasContext','createFramebuffer','canvasResize','fadeOpacity','blue','_addedHook','Math','scene','setDate','show','particlesRendering','depthTest','nextTrails','floor','FLOAT','ellipsoid','getOwnPropertyDescriptor','clampToLatitudeRange','particlesTextures','LayerUtil','framebuffer','fromDegrees','wheel','particleSystem','age','particlesTextureSize','mouseHidden','currentParticlesPosition','createParticlesTextures','udata','getColorTexture','segmentsDepth','ShaderSource','randomizeParticles','mouseMove','particlesNumber','_onMap_preRenderEvent','Compute','vdata','getUVByXY','_onMapWhellEvent','data','updatePosition','windField','particles','segments','_map','toRadians','PI_OVER_THREE','mouseDown','createTexture','TextureMagnificationFilter','fill','24926MgvkyK','EventType','min','_calc_speedRate','fromCssColorString','xmin','getColor','speedRate','SCENE3D','reverseY','PixelFormat','forEach','Draw','clientHeight','speed','lat','style','getUVByPoint','attributeLocations','colorTable','preExecute','mouse_move','frameTime','speedFactor','applyViewerParameters','refreshTimer','commandToExecute','postMessage','framebuffers','_colorRamp','commandType','1379703HyzwwC','red','GeometryAttribute','cos','60LdoUHe','createCommand','LINEAR','worker','rows','maxParticles','removeEventListener','max','27htCicA','remove','colors','destroyParticlesTextures','position','init','_updateIng','west','dropRate','Cesium','fromGeometry','refreshParticles','getDefaultRenderState','latRange','BufferUsage','container','currentTrails','moveTo','default','Cartesian3','mouse_down','getParticles','getExtent','_setOptionsHook','stroke','unbindEvent','particlesWind','xmax','_data','absolute','_calcUV','SceneMode','viewerParameters','_speedRate','DomUtil','DrawCommand','getFullscreenQuad','_onMouseMoveEvent','addEventListener','pixelSize','globalAlpha','66684OpRLAW','lng','rgb(206,255,255)','sqrt','textures','rawRenderState','setData','canvas','depthMask','initWorker','vertexArray','1165283AqiBFa','uniform\x20sampler2D\x20nextParticlesPosition;\x0auniform\x20sampler2D\x20nextParticlesSpeed;\x20//\x20(u,\x20v,\x20w,\x20normalization)\x0a\x0a//\x20range\x20(min,\x20max)\x0auniform\x20vec2\x20lonRange;\x0auniform\x20vec2\x20latRange;\x0a\x0auniform\x20float\x20randomCoefficient;\x20//\x20use\x20to\x20improve\x20the\x20pseudo-random\x20generator\x0auniform\x20float\x20dropRate;\x20//\x20drop\x20rate\x20is\x20a\x20chance\x20a\x20particle\x20will\x20restart\x20at\x20random\x20position\x20to\x20avoid\x20degeneration\x0auniform\x20float\x20dropRateBump;\x0a\x0ain\x20vec2\x20v_textureCoordinates;\x0a\x0a//\x20pseudo-random\x20generator\x0aconst\x20vec3\x20randomConstants\x20=\x20vec3(12.9898,\x2078.233,\x204375.85453);\x0aconst\x20vec2\x20normalRange\x20=\x20vec2(0.0,\x201.0);\x0afloat\x20rand(vec2\x20seed,\x20vec2\x20range)\x20{\x0a\x20\x20\x20\x20vec2\x20randomSeed\x20=\x20randomCoefficient\x20*\x20seed;\x0a\x20\x20\x20\x20float\x20temp\x20=\x20dot(randomConstants.xy,\x20randomSeed);\x0a\x20\x20\x20\x20temp\x20=\x20fract(sin(temp)\x20*\x20(randomConstants.z\x20+\x20temp));\x0a\x20\x20\x20\x20return\x20temp\x20*\x20(range.y\x20-\x20range.x)\x20+\x20range.x;\x0a}\x0a\x0avec3\x20generateRandomParticle(vec2\x20seed,\x20float\x20lev)\x20{\x0a\x20\x20\x20\x20//\x20ensure\x20the\x20longitude\x20is\x20in\x20[0,\x20360]\x0a\x20\x20\x20\x20float\x20randomLon\x20=\x20mod(rand(seed,\x20lonRange),\x20360.0);\x0a\x20\x20\x20\x20float\x20randomLat\x20=\x20rand(-seed,\x20latRange);\x0a\x0a\x20\x20\x20\x20return\x20vec3(randomLon,\x20randomLat,\x20lev);\x0a}\x0a\x0abool\x20particleOutbound(vec3\x20particle)\x20{\x0a\x20\x20\x20\x20return\x20particle.y\x20<\x20-90.0\x20||\x20particle.y\x20>\x2090.0;\x0a}\x0a\x0avoid\x20main()\x20{\x0a\x20\x20\x20\x20vec3\x20nextParticle\x20=\x20texture(nextParticlesPosition,\x20v_textureCoordinates).rgb;\x0a\x20\x20\x20\x20vec4\x20nextSpeed\x20=\x20texture(nextParticlesSpeed,\x20v_textureCoordinates);\x0a\x20\x20\x20\x20float\x20particleDropRate\x20=\x20dropRate\x20+\x20dropRateBump\x20*\x20nextSpeed.a;\x0a\x0a\x20\x20\x20\x20vec2\x20seed1\x20=\x20nextParticle.xy\x20+\x20v_textureCoordinates;\x0a\x20\x20\x20\x20vec2\x20seed2\x20=\x20nextSpeed.xy\x20+\x20v_textureCoordinates;\x0a\x20\x20\x20\x20vec3\x20randomParticle\x20=\x20generateRandomParticle(seed1,\x20nextParticle.z);\x0a\x20\x20\x20\x20float\x20randomNumber\x20=\x20rand(seed2,\x20normalRange);\x0a\x0a\x20\x20\x20\x20if\x20(randomNumber\x20<\x20particleDropRate\x20||\x20particleOutbound(nextParticle))\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20out_FragColor\x20=\x20vec4(randomParticle,\x201.0);\x20//\x201.0\x20means\x20this\x20is\x20a\x20random\x20particle\x0a\x20\x20\x20\x20}\x20else\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20out_FragColor\x20=\x20vec4(nextParticle,\x200.0);\x0a\x20\x20\x20\x20}\x0a}\x0a','Sampler','nextTrailsColor','createRenderingFramebuffers','requestAnimationFrame','postProcessingSpeed','_removedHook','green','tlat','push','resize','_pointerEvents','CanvasWindField','updateViewerParameters','nextParticlesPosition','array','visibility','createRenderingTextures','umax','1921656NRCtWb','uniformMap','destroy','Color','length','BoundingSphere','globalCompositeOperation','lineWidth','get','vertexShaderSource','setOptions','source','Geometry','particlesComputing','getOptions','add','postProcessingPosition','outputTexture','maxAge','VertexArray','2607200yqTzeq','canvasWidth','lonRange','0px','fragmentShaderSource','_onMouseUpEvent','width','createWindTextures','PixelDatatype','lon','fixedHeight','WindLayer','TRIANGLES','top','context','primitives','ceil','depthTexture','createSegmentsGeometry','drawingBufferHeight','_bilinearInterpolation','nextParticlesSpeed','lev','clientWidth','currentParticlesSpeed','drawingBufferWidth','mouseUp','_onMouseDownEvent','options','_randomParticle','_tomap','_createCanvas','dimensions','update','mars3d-canvasWind','windData','TextureMinificationFilter','4446918MMdRsR','grid','toDegrees','redraw','color','ymin','_drawLines','layer','GeometryAttributes','clearCommand','_showHook','off','TWO_PI','pow','ymax','in\x20vec3\x20position;\x0ain\x20vec2\x20st;\x0a\x0aout\x20vec2\x20textureCoordinate;\x0a\x0avoid\x20main()\x20{\x0a\x20\x20\x20\x20textureCoordinate\x20=\x20st;\x0a\x20\x20\x20\x20gl_Position\x20=\x20vec4(position,\x201.0);\x0a}\x0a','globe'];_0x2a8c=function(){return _0x19df8d;};return _0x2a8c();}const Cesium$7=mars3d__namespace['Cesium'];function getU(_0x4a7726,_0x795688){const _0x58bf54=_0x1cfd,_0x1c8c05=_0x4a7726*Math[_0x58bf54(0x17a)](Cesium$7['Math']['toRadians'](_0x795688));return _0x1c8c05;}function getV(_0x2c9a85,_0x57950b){const _0x3e9336=_0x1cfd,_0x4dab58=_0x2c9a85*Math['sin'](Cesium$7['Math'][_0x3e9336(0x152)](_0x57950b));return _0x4dab58;}function getSpeed(_0x20c020,_0x106e0a){const _0x172893=_0x1cfd,_0x2f05b9=Math['sqrt'](Math['pow'](_0x20c020,0x2)+Math[_0x172893(0x119)](_0x106e0a,0x2));return _0x2f05b9;}function getDirection(_0x376523,_0x3092b7){let _0x1a8138=Cesium$7['Math']['toDegrees'](Math['atan2'](_0x3092b7,_0x376523));return _0x1a8138+=_0x1a8138<0x0?0x168:0x0,_0x1a8138;}var WindUtil={'__proto__':null,'getU':getU,'getV':getV,'getSpeed':getSpeed,'getDirection':getDirection};const Cesium$6=mars3d__namespace['Cesium'];class CustomPrimitive{constructor(_0x3d4820){const _0x4c50bf=_0x1cfd;this[_0x4c50bf(0x176)]=_0x3d4820['commandType'],this['geometry']=_0x3d4820['geometry'],this['attributeLocations']=_0x3d4820['attributeLocations'],this['primitiveType']=_0x3d4820['primitiveType'],this['uniformMap']=_0x3d4820['uniformMap'],this[_0x4c50bf(0xdc)]=_0x3d4820['vertexShaderSource'],this[_0x4c50bf(0xeb)]=_0x3d4820['fragmentShaderSource'],this[_0x4c50bf(0x1b1)]=_0x3d4820['rawRenderState'],this['framebuffer']=_0x3d4820['framebuffer'],this[_0x4c50bf(0xe4)]=_0x3d4820[_0x4c50bf(0xe4)],this['autoClear']=_0x3d4820['autoClear']??![],this[_0x4c50bf(0x16c)]=_0x3d4820['preExecute'],this['show']=!![],this['commandToExecute']=undefined,this['clearCommand']=undefined,this['autoClear']&&(this[_0x4c50bf(0x115)]=new Cesium$6['ClearCommand']({'color':new Cesium$6['Color'](0x0,0x0,0x0,0x0),'depth':0x1,'framebuffer':this['framebuffer'],'pass':Cesium$6['Pass']['OPAQUE']}));}[_0x1c87b7(0x17c)](_0x3c689e){const _0x420cb4=_0x1c87b7;switch(this['commandType']){case'Draw':{const _0x2097c9=Cesium$6['VertexArray']['fromGeometry']({'context':_0x3c689e,'geometry':this['geometry'],'attributeLocations':this['attributeLocations'],'bufferUsage':Cesium$6['BufferUsage']['STATIC_DRAW']}),_0x3a05b9=Cesium$6['ShaderProgram']['fromCache']({'context':_0x3c689e,'attributeLocations':this[_0x420cb4(0x16a)],'vertexShaderSource':this['vertexShaderSource'],'fragmentShaderSource':this['fragmentShaderSource']}),_0x20518d=Cesium$6['RenderState']['fromCache'](this['rawRenderState']);return new Cesium$6[(_0x420cb4(0x1a6))]({'primitiveType':this['primitiveType'],'shaderProgram':_0x3a05b9,'vertexArray':_0x2097c9,'modelMatrix':Cesium$6['Matrix4']['IDENTITY'],'renderState':_0x20518d,'uniformMap':this['uniformMap'],'castShadows':![],'receiveShadows':![],'framebuffer':this['framebuffer'],'pass':Cesium$6['Pass']['OPAQUE'],'pickOnly':!![],'owner':this});}case'Compute':{return new Cesium$6['ComputeCommand']({'owner':this,'fragmentShaderSource':this['fragmentShaderSource'],'uniformMap':this[_0x420cb4(0xd4)],'outputTexture':this['outputTexture'],'persists':!![]});}}}['setGeometry'](_0x2e39db,_0x594849){const _0x538f8d=_0x1c87b7;this['geometry']=_0x594849;const _0xff4f06=Cesium$6[_0x538f8d(0xe6)]['fromGeometry']({'context':_0x2e39db,'geometry':this['geometry'],'attributeLocations':this[_0x538f8d(0x16a)],'bufferUsage':Cesium$6['BufferUsage']['STATIC_DRAW']});this['commandToExecute']['vertexArray']=_0xff4f06;}[_0x1c87b7(0x108)](_0x50bd04){const _0x220135=_0x1c87b7;if(!this['show'])return;if(_0x50bd04['mode']!==Cesium$6[_0x220135(0x1a2)]['SCENE3D'])return;!Cesium$6['defined'](this['commandToExecute'])&&(this['commandToExecute']=this[_0x220135(0x17c)](_0x50bd04['context'])),Cesium$6['defined'](this['preExecute'])&&this[_0x220135(0x16c)](),Cesium$6['defined'](this[_0x220135(0x115)])&&_0x50bd04['commandList'][_0x220135(0xc9)](this['clearCommand']),_0x50bd04['commandList']['push'](this['commandToExecute']);}['isDestroyed'](){return![];}['destroy'](){const _0x50eac0=_0x1c87b7;if(this['clearCommand']){var _0x2f74c9,_0x49f73b;(_0x2f74c9=this[_0x50eac0(0x115)])!==null&&_0x2f74c9!==void 0x0&&_0x2f74c9[_0x50eac0(0xbe)]&&this['clearCommand']['vertexArray']['destroy'](),(_0x49f73b=this['clearCommand'])!==null&&_0x49f73b!==void 0x0&&_0x49f73b['shaderProgram']&&this['clearCommand']['shaderProgram']['destroy'](),delete this['clearCommand'];}return this['commandToExecute']&&(this['commandToExecute']['vertexArray']&&this[_0x50eac0(0x172)]['vertexArray'][_0x50eac0(0xd5)](),this['commandToExecute']['shaderProgram']&&this[_0x50eac0(0x172)]['shaderProgram'][_0x50eac0(0xd5)](),delete this[_0x50eac0(0x172)]),Cesium$6['destroyObject'](this);}}const Cesium$5=mars3d__namespace['Cesium'],Util=(function(){const _0x1f3ff0=function(){const _0x43d3f8=_0x1cfd,_0x49da0f=new Cesium$5['Geometry']({'attributes':new Cesium$5['GeometryAttributes']({'position':new Cesium$5['GeometryAttribute']({'componentDatatype':Cesium$5['ComponentDatatype'][_0x43d3f8(0x131)],'componentsPerAttribute':0x3,'values':new Float32Array([-0x1,-0x1,0x0,0x1,-0x1,0x0,0x1,0x1,0x0,-0x1,0x1,0x0])}),'st':new Cesium$5[(_0x43d3f8(0x179))]({'componentDatatype':Cesium$5['ComponentDatatype']['FLOAT'],'componentsPerAttribute':0x2,'values':new Float32Array([0x0,0x0,0x1,0x0,0x1,0x1,0x0,0x1])})}),'indices':new Uint32Array([0x3,0x2,0x0,0x0,0x2,0x1])});return _0x49da0f;},_0x3741f3=function(_0x108c19,_0x4ceff4){const _0x546691=_0x1cfd;if(Cesium$5['defined'](_0x4ceff4)){const _0xa2d587={};_0xa2d587['arrayBufferView']=_0x4ceff4,_0x108c19[_0x546691(0xde)]=_0xa2d587;}const _0x3b9f6a=new Cesium$5['Texture'](_0x108c19);return _0x3b9f6a;},_0x312839=function(_0x1f02dd,_0x13b66c,_0x3efa69){const _0x3ec57c=new Cesium$5['Framebuffer']({'context':_0x1f02dd,'colorTextures':[_0x13b66c],'depthTexture':_0x3efa69});return _0x3ec57c;},_0xca9ad=function(_0x2e21ad){const _0x5f030e=_0x1cfd,_0x347042=!![],_0x182c18=![],_0x5f513b={'viewport':_0x2e21ad['viewport'],'depthTest':_0x2e21ad[_0x5f030e(0x12e)],'depthMask':_0x2e21ad[_0x5f030e(0xbc)],'blending':_0x2e21ad['blending']},_0x6a4ebe=Cesium$5['Appearance'][_0x5f030e(0x18f)](_0x347042,_0x182c18,_0x5f513b);return _0x6a4ebe;},_0x514567=function(_0x5d5381){const _0x54b450=_0x1cfd,_0x106303={},_0x285eb8=Cesium$5['Math']['mod'](_0x5d5381[_0x54b450(0x18a)],Cesium$5[_0x54b450(0x129)]['TWO_PI']),_0x28e505=Cesium$5[_0x54b450(0x129)]['mod'](_0x5d5381['east'],Cesium$5[_0x54b450(0x129)][_0x54b450(0x118)]),_0x128f03=_0x5d5381['width'];let _0x346dc3,_0x1ddc26;_0x128f03>Cesium$5[_0x54b450(0x129)]['THREE_PI_OVER_TWO']?(_0x346dc3=0x0,_0x1ddc26=Cesium$5['Math']['TWO_PI']):_0x28e505-_0x285eb8<_0x128f03?(_0x346dc3=_0x285eb8,_0x1ddc26=_0x285eb8+_0x128f03):(_0x346dc3=_0x285eb8,_0x1ddc26=_0x28e505);_0x106303['lon']={'min':Cesium$5['Math'][_0x54b450(0x10e)](_0x346dc3),'max':Cesium$5[_0x54b450(0x129)][_0x54b450(0x10e)](_0x1ddc26)};const _0x443c36=_0x5d5381['south'],_0x5317de=_0x5d5381['north'],_0xef1479=_0x5d5381['height'],_0x382d50=_0xef1479>Cesium$5['Math']['PI']/0xc?_0xef1479/0x2:0x0;let _0x410fbb=Cesium$5['Math'][_0x54b450(0x134)](_0x443c36-_0x382d50),_0x9c7f54=Cesium$5['Math']['clampToLatitudeRange'](_0x5317de+_0x382d50);return _0x410fbb<-Cesium$5['Math']['PI_OVER_THREE']&&(_0x410fbb=-Cesium$5['Math']['PI_OVER_TWO']),_0x9c7f54>Cesium$5[_0x54b450(0x129)][_0x54b450(0x153)]&&(_0x9c7f54=Cesium$5[_0x54b450(0x129)]['PI_OVER_TWO']),_0x106303['lat']={'min':Cesium$5['Math']['toDegrees'](_0x410fbb),'max':Cesium$5[_0x54b450(0x129)]['toDegrees'](_0x9c7f54)},_0x106303;};return{'getFullscreenQuad':_0x1f3ff0,'createTexture':_0x3741f3,'createFramebuffer':_0x312839,'createRawRenderState':_0xca9ad,'viewRectangleToLonLatRange':_0x514567};}());var segmentDraw_vert='in\x20vec2\x20st;\x0a//\x20it\x20is\x20not\x20normal\x20itself,\x20but\x20used\x20to\x20control\x20normal\x0ain\x20vec3\x20normal;\x20//\x20(point\x20to\x20use,\x20offset\x20sign,\x20not\x20used\x20component)\x0a\x0auniform\x20sampler2D\x20currentParticlesPosition;\x0auniform\x20sampler2D\x20postProcessingPosition;\x0auniform\x20sampler2D\x20postProcessingSpeed;\x0a\x0auniform\x20float\x20particleHeight;\x0a\x0auniform\x20float\x20aspect;\x0auniform\x20float\x20pixelSize;\x0auniform\x20float\x20lineWidth;\x0a\x0aout\x20float\x20speedNormalization;\x0a\x0avec3\x20convertCoordinate(vec3\x20lonLatLev)\x20{\x0a\x20\x20\x20\x20//\x20WGS84\x20(lon,\x20lat,\x20lev)\x20->\x20ECEF\x20(x,\x20y,\x20z)\x0a\x20\x20\x20\x20//\x20see\x20https://en.wikipedia.org/wiki/Geographic_coordinate_conversion#From_geodetic_to_ECEF_coordinates\x20for\x20detail\x0a\x0a\x20\x20\x20\x20//\x20WGS\x2084\x20geometric\x20constants\x0a\x20\x20\x20\x20float\x20a\x20=\x206378137.0;\x20//\x20Semi-major\x20axis\x0a\x20\x20\x20\x20float\x20b\x20=\x206356752.3142;\x20//\x20Semi-minor\x20axis\x0a\x20\x20\x20\x20float\x20e2\x20=\x206.69437999014e-3;\x20//\x20First\x20eccentricity\x20squared\x0a\x0a\x20\x20\x20\x20float\x20latitude\x20=\x20radians(lonLatLev.y);\x0a\x20\x20\x20\x20float\x20longitude\x20=\x20radians(lonLatLev.x);\x0a\x0a\x20\x20\x20\x20float\x20cosLat\x20=\x20cos(latitude);\x0a\x20\x20\x20\x20float\x20sinLat\x20=\x20sin(latitude);\x0a\x20\x20\x20\x20float\x20cosLon\x20=\x20cos(longitude);\x0a\x20\x20\x20\x20float\x20sinLon\x20=\x20sin(longitude);\x0a\x0a\x20\x20\x20\x20float\x20N_Phi\x20=\x20a\x20/\x20sqrt(1.0\x20-\x20e2\x20*\x20sinLat\x20*\x20sinLat);\x0a\x20\x20\x20\x20float\x20h\x20=\x20particleHeight;\x20//\x20it\x20should\x20be\x20high\x20enough\x20otherwise\x20the\x20particle\x20may\x20not\x20pass\x20the\x20terrain\x20depth\x20test\x0a\x0a\x20\x20\x20\x20vec3\x20cartesian\x20=\x20vec3(0.0);\x0a\x20\x20\x20\x20cartesian.x\x20=\x20(N_Phi\x20+\x20h)\x20*\x20cosLat\x20*\x20cosLon;\x0a\x20\x20\x20\x20cartesian.y\x20=\x20(N_Phi\x20+\x20h)\x20*\x20cosLat\x20*\x20sinLon;\x0a\x20\x20\x20\x20cartesian.z\x20=\x20((b\x20*\x20b)\x20/\x20(a\x20*\x20a)\x20*\x20N_Phi\x20+\x20h)\x20*\x20sinLat;\x0a\x20\x20\x20\x20return\x20cartesian;\x0a}\x0a\x0avec4\x20calcProjectedCoordinate(vec3\x20lonLatLev)\x20{\x0a\x20\x20\x20\x20//\x20the\x20range\x20of\x20longitude\x20in\x20Cesium\x20is\x20[-180,\x20180]\x20but\x20the\x20range\x20of\x20longitude\x20in\x20the\x20NetCDF\x20file\x20is\x20[0,\x20360]\x0a\x20\x20\x20\x20//\x20[0,\x20180]\x20is\x20corresponding\x20to\x20[0,\x20180]\x20and\x20[180,\x20360]\x20is\x20corresponding\x20to\x20[-180,\x200]\x0a\x20\x20\x20\x20lonLatLev.x\x20=\x20mod(lonLatLev.x\x20+\x20180.0,\x20360.0)\x20-\x20180.0;\x0a\x20\x20\x20\x20vec3\x20particlePosition\x20=\x20convertCoordinate(lonLatLev);\x0a\x20\x20\x20\x20vec4\x20projectedCoordinate\x20=\x20czm_modelViewProjection\x20*\x20vec4(particlePosition,\x201.0);\x0a\x20\x20\x20\x20return\x20projectedCoordinate;\x0a}\x0a\x0avec4\x20calcOffset(vec4\x20currentProjectedCoordinate,\x20vec4\x20nextProjectedCoordinate,\x20float\x20offsetSign)\x20{\x0a\x20\x20\x20\x20vec2\x20aspectVec2\x20=\x20vec2(aspect,\x201.0);\x0a\x20\x20\x20\x20vec2\x20currentXY\x20=\x20(currentProjectedCoordinate.xy\x20/\x20currentProjectedCoordinate.w)\x20*\x20aspectVec2;\x0a\x20\x20\x20\x20vec2\x20nextXY\x20=\x20(nextProjectedCoordinate.xy\x20/\x20nextProjectedCoordinate.w)\x20*\x20aspectVec2;\x0a\x0a\x20\x20\x20\x20float\x20offsetLength\x20=\x20lineWidth\x20/\x202.0;\x0a\x20\x20\x20\x20vec2\x20direction\x20=\x20normalize(nextXY\x20-\x20currentXY);\x0a\x20\x20\x20\x20vec2\x20normalVector\x20=\x20vec2(-direction.y,\x20direction.x);\x0a\x20\x20\x20\x20normalVector.x\x20=\x20normalVector.x\x20/\x20aspect;\x0a\x20\x20\x20\x20normalVector\x20=\x20offsetLength\x20*\x20normalVector;\x0a\x0a\x20\x20\x20\x20vec4\x20offset\x20=\x20vec4(offsetSign\x20*\x20normalVector,\x200.0,\x200.0);\x0a\x20\x20\x20\x20return\x20offset;\x0a}\x0a\x0avoid\x20main()\x20{\x0a\x20\x20\x20\x20vec2\x20particleIndex\x20=\x20st;\x0a\x0a\x20\x20\x20\x20vec3\x20currentPosition\x20=\x20texture(currentParticlesPosition,\x20particleIndex).rgb;\x0a\x20\x20\x20\x20vec4\x20nextPosition\x20=\x20texture(postProcessingPosition,\x20particleIndex);\x0a\x0a\x20\x20\x20\x20vec4\x20currentProjectedCoordinate\x20=\x20vec4(0.0);\x0a\x20\x20\x20\x20vec4\x20nextProjectedCoordinate\x20=\x20vec4(0.0);\x0a\x20\x20\x20\x20if\x20(nextPosition.w\x20>\x200.0)\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20currentProjectedCoordinate\x20=\x20calcProjectedCoordinate(currentPosition);\x0a\x20\x20\x20\x20\x20\x20\x20\x20nextProjectedCoordinate\x20=\x20calcProjectedCoordinate(currentPosition);\x0a\x20\x20\x20\x20}\x20else\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20currentProjectedCoordinate\x20=\x20calcProjectedCoordinate(currentPosition);\x0a\x20\x20\x20\x20\x20\x20\x20\x20nextProjectedCoordinate\x20=\x20calcProjectedCoordinate(nextPosition.xyz);\x0a\x20\x20\x20\x20}\x0a\x0a\x20\x20\x20\x20float\x20pointToUse\x20=\x20normal.x;\x20//\x20-1\x20is\x20currentProjectedCoordinate\x20and\x20+1\x20is\x20nextProjectedCoordinate\x0a\x20\x20\x20\x20float\x20offsetSign\x20=\x20normal.y;\x0a\x0a\x20\x20\x20\x20vec4\x20offset\x20=\x20pixelSize\x20*\x20calcOffset(currentProjectedCoordinate,\x20nextProjectedCoordinate,\x20offsetSign);\x0a\x20\x20\x20\x20if\x20(pointToUse\x20<\x200.0)\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20gl_Position\x20=\x20currentProjectedCoordinate\x20+\x20offset;\x0a\x20\x20\x20\x20}\x20else\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20gl_Position\x20=\x20nextProjectedCoordinate\x20+\x20offset;\x0a\x20\x20\x20\x20}\x0a\x0a\x20\x20\x20\x20speedNormalization\x20=\x20texture(postProcessingSpeed,\x20particleIndex).a;\x0a}\x0a',segmentDraw_frag='uniform\x20sampler2D\x20colorTable;\x0a\x0ain\x20float\x20speedNormalization;\x0a\x0avoid\x20main()\x20{\x0a\x20\x20\x20\x20out_FragColor\x20=\x20texture(colorTable,\x20vec2(speedNormalization,\x200.0));\x0a}\x0a',fullscreen_vert=_0x1c87b7(0x11b),trailDraw_frag='uniform\x20sampler2D\x20segmentsColorTexture;\x0auniform\x20sampler2D\x20segmentsDepthTexture;\x0a\x0auniform\x20sampler2D\x20currentTrailsColor;\x0auniform\x20sampler2D\x20trailsDepthTexture;\x0a\x0auniform\x20float\x20fadeOpacity;\x0a\x0ain\x20vec2\x20textureCoordinate;\x0a\x0avoid\x20main()\x20{\x0a\x20\x20\x20\x20vec4\x20pointsColor\x20=\x20texture(segmentsColorTexture,\x20textureCoordinate);\x0a\x20\x20\x20\x20vec4\x20trailsColor\x20=\x20texture(currentTrailsColor,\x20textureCoordinate);\x0a\x0a\x20\x20\x20\x20trailsColor\x20=\x20floor(fadeOpacity\x20*\x20255.0\x20*\x20trailsColor)\x20/\x20255.0;\x20//\x20make\x20sure\x20the\x20trailsColor\x20will\x20be\x20strictly\x20decreased\x0a\x0a\x20\x20\x20\x20float\x20pointsDepth\x20=\x20texture(segmentsDepthTexture,\x20textureCoordinate).r;\x0a\x20\x20\x20\x20float\x20trailsDepth\x20=\x20texture(trailsDepthTexture,\x20textureCoordinate).r;\x0a\x20\x20\x20\x20float\x20globeDepth\x20=\x20czm_unpackDepth(texture(czm_globeDepthTexture,\x20textureCoordinate));\x0a\x0a\x20\x20\x20\x20out_FragColor\x20=\x20vec4(0.0);\x0a\x20\x20\x20\x20if\x20(pointsDepth\x20<\x20globeDepth)\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20out_FragColor\x20=\x20out_FragColor\x20+\x20pointsColor;\x0a\x20\x20\x20\x20}\x0a\x20\x20\x20\x20if\x20(trailsDepth\x20<\x20globeDepth)\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20out_FragColor\x20=\x20out_FragColor\x20+\x20trailsColor;\x0a\x20\x20\x20\x20}\x0a\x20\x20\x20\x20gl_FragDepth\x20=\x20min(pointsDepth,\x20trailsDepth);\x0a}\x0a',screenDraw_frag='uniform\x20sampler2D\x20trailsColorTexture;\x0auniform\x20sampler2D\x20trailsDepthTexture;\x0a\x0ain\x20vec2\x20textureCoordinate;\x0a\x0avoid\x20main()\x20{\x0a\x20\x20\x20\x20vec4\x20trailsColor\x20=\x20texture(trailsColorTexture,\x20textureCoordinate);\x0a\x20\x20\x20\x20float\x20trailsDepth\x20=\x20texture(trailsDepthTexture,\x20textureCoordinate).r;\x0a\x20\x20\x20\x20float\x20globeDepth\x20=\x20czm_unpackDepth(texture(czm_globeDepthTexture,\x20textureCoordinate));\x0a\x0a\x20\x20\x20\x20if\x20(trailsDepth\x20<\x20globeDepth)\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20out_FragColor\x20=\x20trailsColor;\x0a\x20\x20\x20\x20}\x20else\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20out_FragColor\x20=\x20vec4(0.0);\x0a\x20\x20\x20\x20}\x0a}\x0a';const Cesium$4=mars3d__namespace[_0x1c87b7(0x18c)];class ParticlesRendering{constructor(_0x3d6ee7,_0x3f384c,_0xefe5e6,_0xc3bfe1,_0x56557f){const _0x39004e=_0x1c87b7;this[_0x39004e(0xd1)](_0x3d6ee7,_0x3f384c,_0xefe5e6['colors']),this['createRenderingFramebuffers'](_0x3d6ee7),this['createRenderingPrimitives'](_0x3d6ee7,_0xefe5e6,_0xc3bfe1,_0x56557f);}[_0x1c87b7(0xd1)](_0x23c801,_0x586d07,_0x3c9c20){const _0x56125a=_0x1c87b7,_0x454599={'context':_0x23c801,'width':_0x23c801[_0x56125a(0x100)],'height':_0x23c801['drawingBufferHeight'],'pixelFormat':Cesium$4[_0x56125a(0x162)]['RGBA'],'pixelDatatype':Cesium$4[_0x56125a(0xef)]['UNSIGNED_BYTE']},_0x3aa6d6={'context':_0x23c801,'width':_0x23c801['drawingBufferWidth'],'height':_0x23c801[_0x56125a(0xfa)],'pixelFormat':Cesium$4['PixelFormat']['DEPTH_COMPONENT'],'pixelDatatype':Cesium$4[_0x56125a(0xef)]['UNSIGNED_INT']},_0x2719e4=_0x3c9c20['length'],_0x3acadf=new Float32Array(_0x2719e4*0x3);for(let _0x5607cb=0x0;_0x5607cb<_0x2719e4;_0x5607cb++){const _0x1c60a2=Cesium$4['Color'][_0x56125a(0x15c)](_0x3c9c20[_0x5607cb]);_0x3acadf[0x3*_0x5607cb]=_0x1c60a2[_0x56125a(0x178)],_0x3acadf[0x3*_0x5607cb+0x1]=_0x1c60a2[_0x56125a(0xc7)],_0x3acadf[0x3*_0x5607cb+0x2]=_0x1c60a2[_0x56125a(0x127)];}const _0x21ff6a={'context':_0x23c801,'width':_0x2719e4,'height':0x1,'pixelFormat':Cesium$4[_0x56125a(0x162)]['RGB'],'pixelDatatype':Cesium$4[_0x56125a(0xef)]['FLOAT'],'sampler':new Cesium$4[(_0x56125a(0xc1))]({'minificationFilter':Cesium$4['TextureMinificationFilter'][_0x56125a(0x17d)],'magnificationFilter':Cesium$4[_0x56125a(0x156)]['LINEAR']})};this['textures']={'segmentsColor':Util[_0x56125a(0x155)](_0x454599),'segmentsDepth':Util['createTexture'](_0x3aa6d6),'currentTrailsColor':Util[_0x56125a(0x155)](_0x454599),'currentTrailsDepth':Util['createTexture'](_0x3aa6d6),'nextTrailsColor':Util[_0x56125a(0x155)](_0x454599),'nextTrailsDepth':Util['createTexture'](_0x3aa6d6),'colorTable':Util['createTexture'](_0x21ff6a,_0x3acadf)};}[_0x1c87b7(0xc3)](_0x40c776){const _0x3dddb0=_0x1c87b7;this['framebuffers']={'segments':Util[_0x3dddb0(0x124)](_0x40c776,this[_0x3dddb0(0x1b0)]['segmentsColor'],this[_0x3dddb0(0x1b0)][_0x3dddb0(0x142)]),'currentTrails':Util['createFramebuffer'](_0x40c776,this['textures']['currentTrailsColor'],this[_0x3dddb0(0x1b0)]['currentTrailsDepth']),'nextTrails':Util[_0x3dddb0(0x124)](_0x40c776,this['textures'][_0x3dddb0(0xc2)],this['textures']['nextTrailsDepth'])};}['createSegmentsGeometry'](_0x11ddd8){const _0xe122e6=_0x1c87b7,_0x2d9627=0x4;let _0x1f226e=[];for(let _0xa29845=0x0;_0xa29845<_0x11ddd8[_0xe122e6(0x13c)];_0xa29845++){for(let _0x28dab4=0x0;_0x28dab4<_0x11ddd8[_0xe122e6(0x13c)];_0x28dab4++){for(let _0x26160c=0x0;_0x26160c<_0x2d9627;_0x26160c++){_0x1f226e['push'](_0xa29845/_0x11ddd8['particlesTextureSize']),_0x1f226e['push'](_0x28dab4/_0x11ddd8['particlesTextureSize']);}}}_0x1f226e=new Float32Array(_0x1f226e);let _0x556a98=[];const _0x1ab12b=[-0x1,0x1],_0x1aecbe=[-0x1,0x1];for(let _0x1a6440=0x0;_0x1a6440<_0x11ddd8['maxParticles'];_0x1a6440++){for(let _0xfe1c2a=0x0;_0xfe1c2a<_0x2d9627/0x2;_0xfe1c2a++){for(let _0x3be5c8=0x0;_0x3be5c8<_0x2d9627/0x2;_0x3be5c8++){_0x556a98[_0xe122e6(0xc9)](_0x1ab12b[_0xfe1c2a]),_0x556a98[_0xe122e6(0xc9)](_0x1aecbe[_0x3be5c8]),_0x556a98[_0xe122e6(0xc9)](0x0);}}}_0x556a98=new Float32Array(_0x556a98);const _0xcfbadf=0x6*_0x11ddd8[_0xe122e6(0x180)],_0x48a82c=new Uint32Array(_0xcfbadf);for(let _0x2f04e0=0x0,_0x5b2628=0x0,_0x3c0d4b=0x0;_0x2f04e0<_0x11ddd8['maxParticles'];_0x2f04e0++){_0x48a82c[_0x5b2628++]=_0x3c0d4b+0x0,_0x48a82c[_0x5b2628++]=_0x3c0d4b+0x1,_0x48a82c[_0x5b2628++]=_0x3c0d4b+0x2,_0x48a82c[_0x5b2628++]=_0x3c0d4b+0x2,_0x48a82c[_0x5b2628++]=_0x3c0d4b+0x1,_0x48a82c[_0x5b2628++]=_0x3c0d4b+0x3,_0x3c0d4b+=0x4;}const _0x3da12e=new Cesium$4[(_0xe122e6(0xdf))]({'attributes':new Cesium$4[(_0xe122e6(0x114))]({'st':new Cesium$4['GeometryAttribute']({'componentDatatype':Cesium$4['ComponentDatatype']['FLOAT'],'componentsPerAttribute':0x2,'values':_0x1f226e}),'normal':new Cesium$4[(_0xe122e6(0x179))]({'componentDatatype':Cesium$4['ComponentDatatype']['FLOAT'],'componentsPerAttribute':0x3,'values':_0x556a98})}),'indices':_0x48a82c});return _0x3da12e;}['createRenderingPrimitives'](_0x5eb6ae,_0x4c4159,_0x5b1e27,_0x5f0c0b){const _0x6a3f95=_0x1c87b7,_0x4a7d7=this;this['primitives']={'segments':new CustomPrimitive({'commandType':'Draw','attributeLocations':{'st':0x0,'normal':0x1},'geometry':this['createSegmentsGeometry'](_0x4c4159),'primitiveType':Cesium$4['PrimitiveType']['TRIANGLES'],'uniformMap':{'currentParticlesPosition':function(){return _0x5f0c0b['particlesTextures']['currentParticlesPosition'];},'postProcessingPosition':function(){return _0x5f0c0b['particlesTextures']['postProcessingPosition'];},'postProcessingSpeed':function(){return _0x5f0c0b['particlesTextures']['postProcessingSpeed'];},'colorTable':function(){const _0x554a49=_0x1cfd;return _0x4a7d7[_0x554a49(0x1b0)][_0x554a49(0x16b)];},'aspect':function(){const _0x2c7bac=_0x1cfd;return _0x5eb6ae['drawingBufferWidth']/_0x5eb6ae[_0x2c7bac(0xfa)];},'pixelSize':function(){return _0x5b1e27['pixelSize'];},'lineWidth':function(){return _0x4c4159['lineWidth'];},'particleHeight':function(){return _0x4c4159['particleHeight'];}},'vertexShaderSource':new Cesium$4['ShaderSource']({'sources':[segmentDraw_vert]}),'fragmentShaderSource':new Cesium$4['ShaderSource']({'sources':[segmentDraw_frag]}),'rawRenderState':Util['createRawRenderState']({'viewport':undefined,'depthTest':{'enabled':!![]},'depthMask':!![]}),'framebuffer':this[_0x6a3f95(0x174)]['segments'],'autoClear':!![]}),'trails':new CustomPrimitive({'commandType':_0x6a3f95(0x164),'attributeLocations':{'position':0x0,'st':0x1},'geometry':Util[_0x6a3f95(0x1a7)](),'primitiveType':Cesium$4['PrimitiveType']['TRIANGLES'],'uniformMap':{'segmentsColorTexture':function(){return _0x4a7d7['textures']['segmentsColor'];},'segmentsDepthTexture':function(){return _0x4a7d7['textures']['segmentsDepth'];},'currentTrailsColor':function(){const _0x52e7ec=_0x6a3f95;return _0x4a7d7['framebuffers']['currentTrails'][_0x52e7ec(0x141)](0x0);},'trailsDepthTexture':function(){const _0xdff40c=_0x6a3f95;return _0x4a7d7['framebuffers'][_0xdff40c(0x193)]['depthTexture'];},'fadeOpacity':function(){return _0x4c4159['fadeOpacity'];}},'vertexShaderSource':new Cesium$4['ShaderSource']({'defines':['DISABLE_GL_POSITION_LOG_DEPTH'],'sources':[fullscreen_vert]}),'fragmentShaderSource':new Cesium$4[(_0x6a3f95(0x143))]({'defines':['DISABLE_LOG_DEPTH_FRAGMENT_WRITE'],'sources':[trailDraw_frag]}),'rawRenderState':Util['createRawRenderState']({'viewport':undefined,'depthTest':{'enabled':!![],'func':Cesium$4['DepthFunction']['ALWAYS']},'depthMask':!![]}),'framebuffer':this[_0x6a3f95(0x174)][_0x6a3f95(0x12f)],'autoClear':!![],'preExecute':function(){const _0x4c8a0a=_0x6a3f95,_0x670fd6=_0x4a7d7[_0x4c8a0a(0x174)][_0x4c8a0a(0x193)];_0x4a7d7['framebuffers']['currentTrails']=_0x4a7d7['framebuffers']['nextTrails'],_0x4a7d7['framebuffers']['nextTrails']=_0x670fd6,_0x4a7d7[_0x4c8a0a(0xf6)]['trails'][_0x4c8a0a(0x172)]['framebuffer']=_0x4a7d7[_0x4c8a0a(0x174)]['nextTrails'],_0x4a7d7[_0x4c8a0a(0xf6)]['trails']['clearCommand']['framebuffer']=_0x4a7d7[_0x4c8a0a(0x174)]['nextTrails'];}}),'screen':new CustomPrimitive({'commandType':_0x6a3f95(0x164),'attributeLocations':{'position':0x0,'st':0x1},'geometry':Util[_0x6a3f95(0x1a7)](),'primitiveType':Cesium$4['PrimitiveType'][_0x6a3f95(0xf3)],'uniformMap':{'trailsColorTexture':function(){const _0x303a2e=_0x6a3f95;return _0x4a7d7[_0x303a2e(0x174)]['nextTrails'][_0x303a2e(0x141)](0x0);},'trailsDepthTexture':function(){const _0x18264e=_0x6a3f95;return _0x4a7d7['framebuffers']['nextTrails'][_0x18264e(0xf8)];}},'vertexShaderSource':new Cesium$4[(_0x6a3f95(0x143))]({'defines':['DISABLE_GL_POSITION_LOG_DEPTH'],'sources':[fullscreen_vert]}),'fragmentShaderSource':new Cesium$4['ShaderSource']({'defines':['DISABLE_LOG_DEPTH_FRAGMENT_WRITE'],'sources':[screenDraw_frag]}),'rawRenderState':Util['createRawRenderState']({'viewport':undefined,'depthTest':{'enabled':![]},'depthMask':!![],'blending':{'enabled':!![]}}),'framebuffer':undefined})};}}var getWind_frag='//\x20the\x20size\x20of\x20UV\x20textures:\x20width\x20=\x20lon,\x20height\x20=\x20lat*lev\x0auniform\x20sampler2D\x20U;\x20//\x20eastward\x20wind\x0auniform\x20sampler2D\x20V;\x20//\x20northward\x20wind\x0a\x0auniform\x20sampler2D\x20currentParticlesPosition;\x20//\x20(lon,\x20lat,\x20lev)\x0a\x0auniform\x20vec3\x20dimension;\x20//\x20(lon,\x20lat,\x20lev)\x0auniform\x20vec3\x20minimum;\x20//\x20minimum\x20of\x20each\x20dimension\x0auniform\x20vec3\x20maximum;\x20//\x20maximum\x20of\x20each\x20dimension\x0auniform\x20vec3\x20interval;\x20//\x20interval\x20of\x20each\x20dimension\x0a\x0ain\x20vec2\x20v_textureCoordinates;\x0a\x0avec2\x20mapPositionToNormalizedIndex2D(vec3\x20lonLatLev)\x20{\x0a\x20\x20\x20\x20//\x20ensure\x20the\x20range\x20of\x20longitude\x20and\x20latitude\x0a\x20\x20\x20\x20lonLatLev.x\x20=\x20mod(lonLatLev.x,\x20360.0);\x0a\x20\x20\x20\x20lonLatLev.y\x20=\x20clamp(lonLatLev.y,\x20-90.0,\x2090.0);\x0a\x0a\x20\x20\x20\x20vec3\x20index3D\x20=\x20vec3(0.0);\x0a\x20\x20\x20\x20index3D.x\x20=\x20(lonLatLev.x\x20-\x20minimum.x)\x20/\x20interval.x;\x0a\x20\x20\x20\x20index3D.y\x20=\x20(lonLatLev.y\x20-\x20minimum.y)\x20/\x20interval.y;\x0a\x20\x20\x20\x20index3D.z\x20=\x20(lonLatLev.z\x20-\x20minimum.z)\x20/\x20interval.z;\x0a\x0a\x20\x20\x20\x20//\x20the\x20st\x20texture\x20coordinate\x20corresponding\x20to\x20(col,\x20row)\x20index\x0a\x20\x20\x20\x20//\x20example\x0a\x20\x20\x20\x20//\x20data\x20array\x20is\x20[0,\x201,\x202,\x203,\x204,\x205],\x20width\x20=\x203,\x20height\x20=\x202\x0a\x20\x20\x20\x20//\x20the\x20content\x20of\x20texture\x20will\x20be\x0a\x20\x20\x20\x20//\x20t\x201.0\x0a\x20\x20\x20\x20//\x20\x20\x20\x20|\x20\x203\x204\x205\x0a\x20\x20\x20\x20//\x20\x20\x20\x20|\x0a\x20\x20\x20\x20//\x20\x20\x20\x20|\x20\x200\x201\x202\x0a\x20\x20\x20\x20//\x20\x20\x200.0------1.0\x20s\x0a\x0a\x20\x20\x20\x20vec2\x20index2D\x20=\x20vec2(index3D.x,\x20index3D.z\x20*\x20dimension.y\x20+\x20index3D.y);\x0a\x20\x20\x20\x20vec2\x20normalizedIndex2D\x20=\x20vec2(index2D.x\x20/\x20dimension.x,\x20index2D.y\x20/\x20(dimension.y\x20*\x20dimension.z));\x0a\x20\x20\x20\x20return\x20normalizedIndex2D;\x0a}\x0a\x0afloat\x20getWind(sampler2D\x20windTexture,\x20vec3\x20lonLatLev)\x20{\x0a\x20\x20\x20\x20vec2\x20normalizedIndex2D\x20=\x20mapPositionToNormalizedIndex2D(lonLatLev);\x0a\x20\x20\x20\x20float\x20result\x20=\x20texture(windTexture,\x20normalizedIndex2D).r;\x0a\x20\x20\x20\x20return\x20result;\x0a}\x0a\x0aconst\x20mat4\x20kernelMatrix\x20=\x20mat4(\x0a\x20\x20\x20\x200.0,\x20-1.0,\x202.0,\x20-1.0,\x20//\x20first\x20column\x0a\x20\x20\x20\x202.0,\x200.0,\x20-5.0,\x203.0,\x20//\x20second\x20column\x0a\x20\x20\x20\x200.0,\x201.0,\x204.0,\x20-3.0,\x20//\x20third\x20column\x0a\x20\x20\x20\x200.0,\x200.0,\x20-1.0,\x201.0\x20//\x20fourth\x20column\x0a);\x0afloat\x20oneDimensionInterpolation(float\x20t,\x20float\x20p0,\x20float\x20p1,\x20float\x20p2,\x20float\x20p3)\x20{\x0a\x20\x20\x20\x20vec4\x20tVec4\x20=\x20vec4(1.0,\x20t,\x20t\x20*\x20t,\x20t\x20*\x20t\x20*\x20t);\x0a\x20\x20\x20\x20tVec4\x20=\x20tVec4\x20/\x202.0;\x0a\x20\x20\x20\x20vec4\x20pVec4\x20=\x20vec4(p0,\x20p1,\x20p2,\x20p3);\x0a\x20\x20\x20\x20return\x20dot((tVec4\x20*\x20kernelMatrix),\x20pVec4);\x0a}\x0a\x0afloat\x20calculateB(sampler2D\x20windTexture,\x20float\x20t,\x20float\x20lon,\x20float\x20lat,\x20float\x20lev)\x20{\x0a\x20\x20\x20\x20float\x20lon0\x20=\x20floor(lon)\x20-\x201.0\x20*\x20interval.x;\x0a\x20\x20\x20\x20float\x20lon1\x20=\x20floor(lon);\x0a\x20\x20\x20\x20float\x20lon2\x20=\x20floor(lon)\x20+\x201.0\x20*\x20interval.x;\x0a\x20\x20\x20\x20float\x20lon3\x20=\x20floor(lon)\x20+\x202.0\x20*\x20interval.x;\x0a\x0a\x20\x20\x20\x20float\x20p0\x20=\x20getWind(windTexture,\x20vec3(lon0,\x20lat,\x20lev));\x0a\x20\x20\x20\x20float\x20p1\x20=\x20getWind(windTexture,\x20vec3(lon1,\x20lat,\x20lev));\x0a\x20\x20\x20\x20float\x20p2\x20=\x20getWind(windTexture,\x20vec3(lon2,\x20lat,\x20lev));\x0a\x20\x20\x20\x20float\x20p3\x20=\x20getWind(windTexture,\x20vec3(lon3,\x20lat,\x20lev));\x0a\x0a\x20\x20\x20\x20return\x20oneDimensionInterpolation(t,\x20p0,\x20p1,\x20p2,\x20p3);\x0a}\x0a\x0afloat\x20interpolateOneTexture(sampler2D\x20windTexture,\x20vec3\x20lonLatLev)\x20{\x0a\x20\x20\x20\x20float\x20lon\x20=\x20lonLatLev.x;\x0a\x20\x20\x20\x20float\x20lat\x20=\x20lonLatLev.y;\x0a\x20\x20\x20\x20float\x20lev\x20=\x20lonLatLev.z;\x0a\x0a\x20\x20\x20\x20float\x20lat0\x20=\x20floor(lat)\x20-\x201.0\x20*\x20interval.y;\x0a\x20\x20\x20\x20float\x20lat1\x20=\x20floor(lat);\x0a\x20\x20\x20\x20float\x20lat2\x20=\x20floor(lat)\x20+\x201.0\x20*\x20interval.y;\x0a\x20\x20\x20\x20float\x20lat3\x20=\x20floor(lat)\x20+\x202.0\x20*\x20interval.y;\x0a\x0a\x20\x20\x20\x20vec2\x20coefficient\x20=\x20lonLatLev.xy\x20-\x20floor(lonLatLev.xy);\x0a\x20\x20\x20\x20float\x20b0\x20=\x20calculateB(windTexture,\x20coefficient.x,\x20lon,\x20lat0,\x20lev);\x0a\x20\x20\x20\x20float\x20b1\x20=\x20calculateB(windTexture,\x20coefficient.x,\x20lon,\x20lat1,\x20lev);\x0a\x20\x20\x20\x20float\x20b2\x20=\x20calculateB(windTexture,\x20coefficient.x,\x20lon,\x20lat2,\x20lev);\x0a\x20\x20\x20\x20float\x20b3\x20=\x20calculateB(windTexture,\x20coefficient.x,\x20lon,\x20lat3,\x20lev);\x0a\x0a\x20\x20\x20\x20return\x20oneDimensionInterpolation(coefficient.y,\x20b0,\x20b1,\x20b2,\x20b3);\x0a}\x0a\x0avec3\x20bicubic(vec3\x20lonLatLev)\x20{\x0a\x20\x20\x20\x20//\x20https://en.wikipedia.org/wiki/Bicubic_interpolation#Bicubic_convolution_algorithm\x0a\x20\x20\x20\x20float\x20u\x20=\x20interpolateOneTexture(U,\x20lonLatLev);\x0a\x20\x20\x20\x20float\x20v\x20=\x20interpolateOneTexture(V,\x20lonLatLev);\x0a\x20\x20\x20\x20float\x20w\x20=\x200.0;\x0a\x20\x20\x20\x20return\x20vec3(u,\x20v,\x20w);\x0a}\x0a\x0avoid\x20main()\x20{\x0a\x20\x20\x20\x20//\x20texture\x20coordinate\x20must\x20be\x20normalized\x0a\x20\x20\x20\x20vec3\x20lonLatLev\x20=\x20texture(currentParticlesPosition,\x20v_textureCoordinates).rgb;\x0a\x20\x20\x20\x20vec3\x20windVector\x20=\x20bicubic(lonLatLev);\x0a\x20\x20\x20\x20out_FragColor\x20=\x20vec4(windVector,\x200.0);\x0a}\x0a',updateSpeed_frag='uniform\x20sampler2D\x20currentParticlesSpeed;\x20//\x20(u,\x20v,\x20w,\x20normalization)\x0auniform\x20sampler2D\x20particlesWind;\x0a\x0a//\x20used\x20to\x20calculate\x20the\x20wind\x20norm\x0auniform\x20vec2\x20uSpeedRange;\x20//\x20(min,\x20max);\x0auniform\x20vec2\x20vSpeedRange;\x0auniform\x20float\x20pixelSize;\x0auniform\x20float\x20speedFactor;\x0a\x0ain\x20vec2\x20v_textureCoordinates;\x0a\x0afloat\x20calculateWindNorm(vec3\x20speed)\x20{\x0a\x20\x20\x20\x20vec3\x20percent\x20=\x20vec3(0.0);\x0a\x20\x20\x20\x20percent.x\x20=\x20(speed.x\x20-\x20uSpeedRange.x)\x20/\x20(uSpeedRange.y\x20-\x20uSpeedRange.x);\x0a\x20\x20\x20\x20percent.y\x20=\x20(speed.y\x20-\x20vSpeedRange.x)\x20/\x20(vSpeedRange.y\x20-\x20vSpeedRange.x);\x0a\x20\x20\x20\x20float\x20normalization\x20=\x20length(percent);\x0a\x0a\x20\x20\x20\x20return\x20normalization;\x0a}\x0a\x0avoid\x20main()\x20{\x0a\x20\x20\x20\x20//\x20texture\x20coordinate\x20must\x20be\x20normalized\x0a\x20\x20\x20\x20//\x20vec3\x20currentSpeed\x20=\x20texture(currentParticlesSpeed,\x20v_textureCoordinates).rgb;\x0a\x20\x20\x20\x20vec3\x20windVector\x20=\x20texture(particlesWind,\x20v_textureCoordinates).rgb;\x0a\x0a\x20\x20\x20\x20vec4\x20nextSpeed\x20=\x20vec4(speedFactor\x20*\x20pixelSize\x20*\x20windVector,\x20calculateWindNorm(windVector));\x0a\x20\x20\x20\x20out_FragColor\x20=\x20nextSpeed;\x0a}\x0a',updatePosition_frag='uniform\x20sampler2D\x20currentParticlesPosition;\x20//\x20(lon,\x20lat,\x20lev)\x0auniform\x20sampler2D\x20currentParticlesSpeed;\x20//\x20(u,\x20v,\x20w,\x20normalization)\x0a\x0ain\x20vec2\x20v_textureCoordinates;\x0a\x0avec2\x20lengthOfLonLat(vec3\x20lonLatLev)\x20{\x0a\x20\x20\x20\x20//\x20unit\x20conversion:\x20meters\x20->\x20longitude\x20latitude\x20degrees\x0a\x20\x20\x20\x20//\x20see\x20https://en.wikipedia.org/wiki/Geographic_coordinate_system#Length_of_a_degree\x20for\x20detail\x0a\x0a\x20\x20\x20\x20//\x20Calculate\x20the\x20length\x20of\x20a\x20degree\x20of\x20latitude\x20and\x20longitude\x20in\x20meters\x0a\x20\x20\x20\x20float\x20latitude\x20=\x20radians(lonLatLev.y);\x0a\x0a\x20\x20\x20\x20float\x20term1\x20=\x20111132.92;\x0a\x20\x20\x20\x20float\x20term2\x20=\x20559.82\x20*\x20cos(2.0\x20*\x20latitude);\x0a\x20\x20\x20\x20float\x20term3\x20=\x201.175\x20*\x20cos(4.0\x20*\x20latitude);\x0a\x20\x20\x20\x20float\x20term4\x20=\x200.0023\x20*\x20cos(6.0\x20*\x20latitude);\x0a\x20\x20\x20\x20float\x20latLength\x20=\x20term1\x20-\x20term2\x20+\x20term3\x20-\x20term4;\x0a\x0a\x20\x20\x20\x20float\x20term5\x20=\x20111412.84\x20*\x20cos(latitude);\x0a\x20\x20\x20\x20float\x20term6\x20=\x2093.5\x20*\x20cos(3.0\x20*\x20latitude);\x0a\x20\x20\x20\x20float\x20term7\x20=\x200.118\x20*\x20cos(5.0\x20*\x20latitude);\x0a\x20\x20\x20\x20float\x20longLength\x20=\x20term5\x20-\x20term6\x20+\x20term7;\x0a\x0a\x20\x20\x20\x20return\x20vec2(longLength,\x20latLength);\x0a}\x0a\x0avoid\x20updatePosition(vec3\x20lonLatLev,\x20vec3\x20speed)\x20{\x0a\x20\x20\x20\x20vec2\x20lonLatLength\x20=\x20lengthOfLonLat(lonLatLev);\x0a\x20\x20\x20\x20float\x20u\x20=\x20speed.x\x20/\x20lonLatLength.x;\x0a\x20\x20\x20\x20float\x20v\x20=\x20speed.y\x20/\x20lonLatLength.y;\x0a\x20\x20\x20\x20float\x20w\x20=\x200.0;\x0a\x20\x20\x20\x20vec3\x20windVectorInLonLatLev\x20=\x20vec3(u,\x20v,\x20w);\x0a\x0a\x20\x20\x20\x20vec3\x20nextParticle\x20=\x20lonLatLev\x20+\x20windVectorInLonLatLev;\x0a\x0a\x20\x20\x20\x20out_FragColor\x20=\x20vec4(nextParticle,\x200.0);\x0a}\x0a\x0avoid\x20main()\x20{\x0a\x20\x20\x20\x20//\x20texture\x20coordinate\x20must\x20be\x20normalized\x0a\x20\x20\x20\x20vec3\x20lonLatLev\x20=\x20texture(currentParticlesPosition,\x20v_textureCoordinates).rgb;\x0a\x20\x20\x20\x20vec3\x20speed\x20=\x20texture(currentParticlesSpeed,\x20v_textureCoordinates).rgb;\x0a\x0a\x20\x20\x20\x20updatePosition(lonLatLev,\x20speed);\x0a}\x0a',postProcessingPosition_frag=_0x1c87b7(0xc0),postProcessingSpeed_frag='uniform\x20sampler2D\x20postProcessingPosition;\x0auniform\x20sampler2D\x20nextParticlesSpeed;\x0a\x0ain\x20vec2\x20v_textureCoordinates;\x0a\x0avoid\x20main()\x20{\x0a\x20\x20\x20\x20vec4\x20randomParticle\x20=\x20texture(postProcessingPosition,\x20v_textureCoordinates);\x0a\x20\x20\x20\x20vec4\x20particleSpeed\x20=\x20texture(nextParticlesSpeed,\x20v_textureCoordinates);\x0a\x0a\x20\x20\x20\x20if\x20(randomParticle.a\x20>\x200.0)\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20out_FragColor\x20=\x20vec4(0.0);\x0a\x20\x20\x20\x20}\x20else\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20out_FragColor\x20=\x20particleSpeed;\x0a\x20\x20\x20\x20}\x0a}\x0a';const Cesium$3=mars3d__namespace[_0x1c87b7(0x18c)];class ParticlesComputing{constructor(_0x19dccb,_0x3c20b4,_0x16b753,_0x50b3a7){const _0x3d18a2=_0x1c87b7;this[_0x3d18a2(0x14c)]=_0x3c20b4,this[_0x3d18a2(0xee)](_0x19dccb,_0x3c20b4),this[_0x3d18a2(0x13f)](_0x19dccb,_0x16b753,_0x50b3a7),this['createComputingPrimitives'](_0x3c20b4,_0x16b753,_0x50b3a7);}['createWindTextures'](_0x16f0d1,_0x3ff46b){const _0x17df04=_0x1c87b7,_0x18f2fe={'context':_0x16f0d1,'width':_0x3ff46b['dimensions'][_0x17df04(0xf0)],'height':_0x3ff46b[_0x17df04(0x107)]['lat']*(_0x3ff46b['dimensions'][_0x17df04(0xfd)]||0x1),'pixelFormat':Cesium$3[_0x17df04(0x162)]['LUMINANCE'],'pixelDatatype':Cesium$3[_0x17df04(0xef)]['FLOAT'],'flipY':![],'sampler':new Cesium$3[(_0x17df04(0xc1))]({'minificationFilter':Cesium$3[_0x17df04(0x10b)]['NEAREST'],'magnificationFilter':Cesium$3['TextureMagnificationFilter']['NEAREST']})};this['windTextures']={'U':Util['createTexture'](_0x18f2fe,_0x3ff46b['U'][_0x17df04(0xcf)]),'V':Util[_0x17df04(0x155)](_0x18f2fe,_0x3ff46b['V']['array'])};}[_0x1c87b7(0x13f)](_0x385c0d,_0x285efb,_0x103454){const _0x4c3cfc=_0x1c87b7,_0x4390a0={'context':_0x385c0d,'width':_0x285efb['particlesTextureSize'],'height':_0x285efb[_0x4c3cfc(0x13c)],'pixelFormat':Cesium$3['PixelFormat']['RGBA'],'pixelDatatype':Cesium$3[_0x4c3cfc(0xef)]['FLOAT'],'flipY':![],'sampler':new Cesium$3['Sampler']({'minificationFilter':Cesium$3['TextureMinificationFilter']['NEAREST'],'magnificationFilter':Cesium$3['TextureMagnificationFilter']['NEAREST']})},_0x4017cd=this[_0x4c3cfc(0x144)](_0x285efb['maxParticles'],_0x103454),_0xe7b215=new Float32Array(0x4*_0x285efb['maxParticles'])[_0x4c3cfc(0x157)](0x0);this['particlesTextures']={'particlesWind':Util[_0x4c3cfc(0x155)](_0x4390a0),'currentParticlesPosition':Util[_0x4c3cfc(0x155)](_0x4390a0,_0x4017cd),'nextParticlesPosition':Util[_0x4c3cfc(0x155)](_0x4390a0,_0x4017cd),'currentParticlesSpeed':Util['createTexture'](_0x4390a0,_0xe7b215),'nextParticlesSpeed':Util[_0x4c3cfc(0x155)](_0x4390a0,_0xe7b215),'postProcessingPosition':Util['createTexture'](_0x4390a0,_0x4017cd),'postProcessingSpeed':Util[_0x4c3cfc(0x155)](_0x4390a0,_0xe7b215)};}['randomizeParticles'](_0x2fac58,_0x35f6e1){const _0xc98c25=_0x1c87b7,_0x3126c3=new Float32Array(0x4*_0x2fac58);for(let _0x1bed57=0x0;_0x1bed57<_0x2fac58;_0x1bed57++){_0x3126c3[0x4*_0x1bed57]=Cesium$3['Math']['randomBetween'](_0x35f6e1[_0xc98c25(0xe9)]['x'],_0x35f6e1[_0xc98c25(0xe9)]['y']),_0x3126c3[0x4*_0x1bed57+0x1]=Cesium$3['Math'][_0xc98c25(0x11d)](_0x35f6e1['latRange']['x'],_0x35f6e1[_0xc98c25(0x190)]['y']),_0x3126c3[0x4*_0x1bed57+0x2]=Cesium$3['Math'][_0xc98c25(0x11d)](this['data']['lev'][_0xc98c25(0x15a)],this['data']['lev']['max']),_0x3126c3[0x4*_0x1bed57+0x3]=0x0;}return _0x3126c3;}['destroyParticlesTextures'](){const _0x15b059=_0x1c87b7;Object['keys'](this[_0x15b059(0x135)])['forEach'](_0x2332db=>{const _0x50a837=_0x15b059;this[_0x50a837(0x135)][_0x2332db]['destroy']();});}['createComputingPrimitives'](_0x378af0,_0xb94017,_0x48d72f){const _0x5a48a6=_0x1c87b7,_0x59b78e=new Cesium$3[(_0x5a48a6(0x196))](_0x378af0['dimensions']['lon'],_0x378af0['dimensions'][_0x5a48a6(0x167)],_0x378af0['dimensions']['lev']),_0x56aa94=new Cesium$3['Cartesian3'](_0x378af0['lon'][_0x5a48a6(0x15a)],_0x378af0[_0x5a48a6(0x167)]['min'],_0x378af0['lev'][_0x5a48a6(0x15a)]),_0x1ccbdf=new Cesium$3[(_0x5a48a6(0x196))](_0x378af0['lon'][_0x5a48a6(0x182)],_0x378af0[_0x5a48a6(0x167)][_0x5a48a6(0x182)],_0x378af0['lev']['max']),_0x383dc1=new Cesium$3[(_0x5a48a6(0x196))]((_0x1ccbdf['x']-_0x56aa94['x'])/(_0x59b78e['x']-0x1),(_0x1ccbdf['y']-_0x56aa94['y'])/(_0x59b78e['y']-0x1),_0x59b78e['z']>0x1?(_0x1ccbdf['z']-_0x56aa94['z'])/(_0x59b78e['z']-0x1):0x1),_0x3680c7=new Cesium$3['Cartesian2'](_0x378af0['U']['min'],_0x378af0['U']['max']),_0x4ec023=new Cesium$3['Cartesian2'](_0x378af0['V']['min'],_0x378af0['V']['max']),_0x4383dd=this;this[_0x5a48a6(0xf6)]={'getWind':new CustomPrimitive({'commandType':_0x5a48a6(0x148),'uniformMap':{'U':function(){return _0x4383dd['windTextures']['U'];},'V':function(){return _0x4383dd['windTextures']['V'];},'currentParticlesPosition':function(){const _0x3a54dd=_0x5a48a6;return _0x4383dd['particlesTextures'][_0x3a54dd(0x13e)];},'dimension':function(){return _0x59b78e;},'minimum':function(){return _0x56aa94;},'maximum':function(){return _0x1ccbdf;},'interval':function(){return _0x383dc1;}},'fragmentShaderSource':new Cesium$3['ShaderSource']({'sources':[getWind_frag]}),'outputTexture':this['particlesTextures']['particlesWind'],'preExecute':function(){const _0x568599=_0x5a48a6;_0x4383dd[_0x568599(0xf6)]['getWind'][_0x568599(0x172)]['outputTexture']=_0x4383dd[_0x568599(0x135)]['particlesWind'];}}),'updateSpeed':new CustomPrimitive({'commandType':_0x5a48a6(0x148),'uniformMap':{'currentParticlesSpeed':function(){return _0x4383dd['particlesTextures']['currentParticlesSpeed'];},'particlesWind':function(){const _0x25d4b1=_0x5a48a6;return _0x4383dd['particlesTextures'][_0x25d4b1(0x19d)];},'uSpeedRange':function(){return _0x3680c7;},'vSpeedRange':function(){return _0x4ec023;},'pixelSize':function(){return _0x48d72f['pixelSize'];},'speedFactor':function(){return _0xb94017['speedFactor'];}},'fragmentShaderSource':new Cesium$3['ShaderSource']({'sources':[updateSpeed_frag]}),'outputTexture':this['particlesTextures'][_0x5a48a6(0xfc)],'preExecute':function(){const _0x38287e=_0x5a48a6,_0x2104a0=_0x4383dd['particlesTextures']['currentParticlesSpeed'];_0x4383dd['particlesTextures']['currentParticlesSpeed']=_0x4383dd['particlesTextures'][_0x38287e(0xc5)],_0x4383dd[_0x38287e(0x135)]['postProcessingSpeed']=_0x2104a0,_0x4383dd[_0x38287e(0xf6)]['updateSpeed']['commandToExecute'][_0x38287e(0xe4)]=_0x4383dd['particlesTextures']['nextParticlesSpeed'];}}),'updatePosition':new CustomPrimitive({'commandType':'Compute','uniformMap':{'currentParticlesPosition':function(){return _0x4383dd['particlesTextures']['currentParticlesPosition'];},'currentParticlesSpeed':function(){const _0x1c4448=_0x5a48a6;return _0x4383dd[_0x1c4448(0x135)][_0x1c4448(0xff)];}},'fragmentShaderSource':new Cesium$3[(_0x5a48a6(0x143))]({'sources':[updatePosition_frag]}),'outputTexture':this[_0x5a48a6(0x135)]['nextParticlesPosition'],'preExecute':function(){const _0x29ddd4=_0x5a48a6,_0x1d8b6b=_0x4383dd['particlesTextures']['currentParticlesPosition'];_0x4383dd['particlesTextures']['currentParticlesPosition']=_0x4383dd['particlesTextures'][_0x29ddd4(0xe3)],_0x4383dd['particlesTextures'][_0x29ddd4(0xe3)]=_0x1d8b6b,_0x4383dd['primitives']['updatePosition']['commandToExecute']['outputTexture']=_0x4383dd[_0x29ddd4(0x135)][_0x29ddd4(0xce)];}}),'postProcessingPosition':new CustomPrimitive({'commandType':_0x5a48a6(0x148),'uniformMap':{'nextParticlesPosition':function(){const _0x21414c=_0x5a48a6;return _0x4383dd['particlesTextures'][_0x21414c(0xce)];},'nextParticlesSpeed':function(){const _0x4dc64e=_0x5a48a6;return _0x4383dd[_0x4dc64e(0x135)]['nextParticlesSpeed'];},'lonRange':function(){return _0x48d72f['lonRange'];},'latRange':function(){return _0x48d72f['latRange'];},'randomCoefficient':function(){const _0x31396e=Math['random']();return _0x31396e;},'dropRate':function(){const _0x50311f=_0x5a48a6;return _0xb94017[_0x50311f(0x18b)];},'dropRateBump':function(){return _0xb94017['dropRateBump'];}},'fragmentShaderSource':new Cesium$3['ShaderSource']({'sources':[postProcessingPosition_frag]}),'outputTexture':this['particlesTextures']['postProcessingPosition'],'preExecute':function(){const _0x3d31b1=_0x5a48a6;_0x4383dd['primitives'][_0x3d31b1(0xe3)]['commandToExecute']['outputTexture']=_0x4383dd['particlesTextures']['postProcessingPosition'];}}),'postProcessingSpeed':new CustomPrimitive({'commandType':'Compute','uniformMap':{'postProcessingPosition':function(){const _0x468840=_0x5a48a6;return _0x4383dd[_0x468840(0x135)]['postProcessingPosition'];},'nextParticlesSpeed':function(){const _0x53c043=_0x5a48a6;return _0x4383dd['particlesTextures'][_0x53c043(0xfc)];}},'fragmentShaderSource':new Cesium$3['ShaderSource']({'sources':[postProcessingSpeed_frag]}),'outputTexture':this[_0x5a48a6(0x135)][_0x5a48a6(0xc5)],'preExecute':function(){const _0x2e510d=_0x5a48a6;_0x4383dd['primitives']['postProcessingSpeed'][_0x2e510d(0x172)][_0x2e510d(0xe4)]=_0x4383dd['particlesTextures']['postProcessingSpeed'];}})};}}const Cesium$2=mars3d__namespace['Cesium'];class ParticleSystem{constructor(_0x21c0e5,_0x516b7b,_0xf2f2b3,_0x518f21){const _0x13959e=_0x1c87b7;this['context']=_0x21c0e5,_0x516b7b={..._0x516b7b},_0x516b7b['udata']&&_0x516b7b[_0x13959e(0x149)]&&(_0x516b7b['dimensions']={},_0x516b7b['dimensions']['lon']=_0x516b7b[_0x13959e(0x122)],_0x516b7b['dimensions'][_0x13959e(0x167)]=_0x516b7b[_0x13959e(0x17f)],_0x516b7b['dimensions']['lev']=_0x516b7b['lev']||0x1,_0x516b7b['lon']={},_0x516b7b['lon'][_0x13959e(0x15a)]=_0x516b7b['xmin'],_0x516b7b[_0x13959e(0xf0)]['max']=_0x516b7b['xmax'],_0x516b7b['lat']={},_0x516b7b['lat']['min']=_0x516b7b['ymin'],_0x516b7b['lat']['max']=_0x516b7b['ymax'],_0x516b7b['lev']={},_0x516b7b['lev']['min']=_0x516b7b['levmin']??0x1,_0x516b7b[_0x13959e(0xfd)]['max']=_0x516b7b['levmax']??0x1,_0x516b7b['U']={},_0x516b7b['U']['array']=new Float32Array(_0x516b7b['udata']),_0x516b7b['U'][_0x13959e(0x15a)]=_0x516b7b['umin']??Math[_0x13959e(0x15a)](..._0x516b7b[_0x13959e(0x140)]),_0x516b7b['U']['max']=_0x516b7b[_0x13959e(0xd2)]??Math['max'](..._0x516b7b[_0x13959e(0x140)]),_0x516b7b['V']={},_0x516b7b['V']['array']=new Float32Array(_0x516b7b[_0x13959e(0x149)]),_0x516b7b['V']['min']=_0x516b7b['vmin']??Math[_0x13959e(0x15a)](..._0x516b7b[_0x13959e(0x149)]),_0x516b7b['V']['max']=_0x516b7b['vmax']??Math[_0x13959e(0x182)](..._0x516b7b[_0x13959e(0x149)])),this[_0x13959e(0x14c)]=_0x516b7b,this['options']=_0xf2f2b3,this['viewerParameters']=_0x518f21,this[_0x13959e(0xe0)]=new ParticlesComputing(this['context'],this['data'],this['options'],this[_0x13959e(0x1a3)]),this['particlesRendering']=new ParticlesRendering(this['context'],this[_0x13959e(0x14c)],this['options'],this['viewerParameters'],this['particlesComputing']);}[_0x1c87b7(0x125)](_0x39ab61){const _0x4d66ba=_0x1c87b7;this['particlesComputing']['destroyParticlesTextures'](),Object['keys'](this['particlesComputing']['windTextures'])['forEach'](_0x266704=>{const _0x4e912f=_0x1cfd;this['particlesComputing']['windTextures'][_0x266704][_0x4e912f(0xd5)]();}),this['particlesRendering']['textures']['colorTable']['destroy'](),Object['keys'](this['particlesRendering']['framebuffers'])[_0x4d66ba(0x163)](_0x2cd374=>{this['particlesRendering']['framebuffers'][_0x2cd374]['destroy']();}),this[_0x4d66ba(0xf5)]=_0x39ab61,this[_0x4d66ba(0xe0)]=new ParticlesComputing(this['context'],this['data'],this[_0x4d66ba(0x103)],this['viewerParameters']),this['particlesRendering']=new ParticlesRendering(this[_0x4d66ba(0xf5)],this['data'],this[_0x4d66ba(0x103)],this['viewerParameters'],this['particlesComputing']);}['clearFramebuffers'](){const _0x5fe76b=_0x1c87b7,_0x5e1ebf=new Cesium$2['ClearCommand']({'color':new Cesium$2[(_0x5fe76b(0xd6))](0x0,0x0,0x0,0x0),'depth':0x1,'framebuffer':undefined,'pass':Cesium$2['Pass']['OPAQUE']});Object['keys'](this['particlesRendering']['framebuffers'])['forEach'](_0xbb17ce=>{const _0x55a43f=_0x5fe76b;_0x5e1ebf[_0x55a43f(0x137)]=this['particlesRendering']['framebuffers'][_0xbb17ce],_0x5e1ebf['execute'](this[_0x55a43f(0xf5)]);});}[_0x1c87b7(0x18e)](_0x12a3b0){const _0x58889c=_0x1c87b7;this['clearFramebuffers'](),this['particlesComputing']['destroyParticlesTextures'](),this['particlesComputing'][_0x58889c(0x13f)](this['context'],this['options'],this['viewerParameters']);if(_0x12a3b0){var _0x227676;const _0x41420a=this['particlesRendering'][_0x58889c(0xf9)](this['options']);this[_0x58889c(0x12d)]['primitives']['segments']['geometry']=_0x41420a;const _0x4ee6fc=Cesium$2['VertexArray'][_0x58889c(0x18d)]({'context':this['context'],'geometry':_0x41420a,'attributeLocations':this['particlesRendering']['primitives'][_0x58889c(0x150)]['attributeLocations'],'bufferUsage':Cesium$2[_0x58889c(0x191)]['STATIC_DRAW']});(_0x227676=this[_0x58889c(0x12d)]['primitives'])!==null&&_0x227676!==void 0x0&&(_0x227676=_0x227676['segments'])!==null&&_0x227676!==void 0x0&&_0x227676['commandToExecute']&&(this['particlesRendering']['primitives'][_0x58889c(0x150)]['commandToExecute'][_0x58889c(0xbe)]=_0x4ee6fc);}}['setOptions'](_0x8f37c1){const _0x6b15b7=_0x1c87b7;let _0x3e7c32=![];this[_0x6b15b7(0x103)][_0x6b15b7(0x180)]!==_0x8f37c1[_0x6b15b7(0x180)]&&(_0x3e7c32=!![]),Object[_0x6b15b7(0x11f)](_0x8f37c1)['forEach'](_0x569d5a=>{this['options'][_0x569d5a]=_0x8f37c1[_0x569d5a];}),this[_0x6b15b7(0x18e)](_0x3e7c32);}['applyViewerParameters'](_0x3d1351){const _0x108216=_0x1c87b7;Object[_0x108216(0x11f)](_0x3d1351)['forEach'](_0x46895f=>{this['viewerParameters'][_0x46895f]=_0x3d1351[_0x46895f];}),this['refreshParticles'](![]);}['destroy'](){const _0x1318d7=_0x1c87b7;clearTimeout(this['canrefresh']),this['particlesComputing'][_0x1318d7(0x186)](),Object['keys'](this[_0x1318d7(0xe0)]['windTextures'])['forEach'](_0x394221=>{this['particlesComputing']['windTextures'][_0x394221]['destroy']();}),this[_0x1318d7(0x12d)]['textures'][_0x1318d7(0x16b)][_0x1318d7(0xd5)](),Object['keys'](this['particlesRendering']['framebuffers'])[_0x1318d7(0x163)](_0x14c1e7=>{const _0x46cdea=_0x1318d7;this[_0x46cdea(0x12d)][_0x46cdea(0x174)][_0x14c1e7]['destroy']();});for(const _0x470a96 in this){delete this[_0x470a96];}}}const Cesium$1=mars3d__namespace['Cesium'],BaseLayer$1=mars3d__namespace['layer']['BaseLayer'],DEF_OPTIONS={'particlesNumber':0x1000,'fixedHeight':0x0,'fadeOpacity':0.996,'dropRate':0.003,'dropRateBump':0.01,'speedFactor':0.5,'lineWidth':0x2,'colors':[_0x1c87b7(0x1ae)]};class WindLayer extends BaseLayer$1{constructor(_0x3d9feb={}){const _0x36a773=_0x1c87b7;_0x3d9feb={...DEF_OPTIONS,..._0x3d9feb},super(_0x3d9feb),this[_0x36a773(0x19a)](_0x3d9feb);}get[_0x1c87b7(0x113)](){return this['primitives'];}get[_0x1c87b7(0x14c)](){const _0x14b371=_0x1c87b7;return this[_0x14b371(0x19f)];}set['data'](_0x1e997e){this['setData'](_0x1e997e);}get['colors'](){return this['options']['colors'];}set['colors'](_0x463e31){this['options']['colors']=_0x463e31,this['particleSystem']&&this['particleSystem']['setOptions']({'colors':_0x463e31}),this['resize']();}['_mountedHook'](){}[_0x1c87b7(0x128)](){const _0x2ba6ab=_0x1c87b7;this[_0x2ba6ab(0x12a)]=this[_0x2ba6ab(0x151)][_0x2ba6ab(0x12a)],this['camera']=this['_map']['camera'],this['primitives']=new Cesium$1['PrimitiveCollection'](),this['_map']['scene']['primitives'][_0x2ba6ab(0xe2)](this['primitives']),this['viewerParameters']={'lonRange':new Cesium$1['Cartesian2'](),'latRange':new Cesium$1['Cartesian2'](),'pixelSize':0x0},this['globeBoundingSphere']=new Cesium$1[(_0x2ba6ab(0xd8))](Cesium$1['Cartesian3']['ZERO'],0.99*0x615299),this['updateViewerParameters'](),window['addEventListener'](_0x2ba6ab(0xca),this[_0x2ba6ab(0xca)]['bind'](this),![]),this['mouse_down']=![],this[_0x2ba6ab(0x16d)]=![],this[_0x2ba6ab(0x151)]['on'](mars3d__namespace['EventType']['wheel'],this[_0x2ba6ab(0x14b)],this),this['_map']['on'](mars3d__namespace['EventType']['mouseDown'],this[_0x2ba6ab(0x102)],this),this['_map']['on'](mars3d__namespace['EventType'][_0x2ba6ab(0x101)],this['_onMouseUpEvent'],this),this['_map']['on'](mars3d__namespace[_0x2ba6ab(0x159)][_0x2ba6ab(0x145)],this['_onMouseMoveEvent'],this),this['_data']&&this['setData'](this[_0x2ba6ab(0x19f)]);}[_0x1c87b7(0xc6)](){const _0x27b7f4=_0x1c87b7;window[_0x27b7f4(0x181)]('resize',this['resize']),this['_map']['off'](mars3d__namespace['EventType']['preRender'],this['_onMap_preRenderEvent'],this),this[_0x27b7f4(0x151)]['off'](mars3d__namespace['EventType'][_0x27b7f4(0x139)],this['_onMapWhellEvent'],this),this['_map'][_0x27b7f4(0x117)](mars3d__namespace['EventType'][_0x27b7f4(0x154)],this[_0x27b7f4(0x102)],this),this['_map']['off'](mars3d__namespace['EventType']['mouseUp'],this['_onMouseUpEvent'],this),this['_map']['off'](mars3d__namespace['EventType'][_0x27b7f4(0x145)],this['_onMouseMoveEvent'],this),this[_0x27b7f4(0xf6)]['removeAll'](),this['_map']['scene']['primitives'][_0x27b7f4(0x184)](this[_0x27b7f4(0xf6)]);}['resize'](){const _0x2a7e50=_0x1c87b7;if(!this['show']||!this['particleSystem'])return;this[_0x2a7e50(0xf6)]['show']=![],this['primitives']['removeAll'](),this[_0x2a7e50(0x151)]['once'](mars3d__namespace['EventType']['preRender'],this[_0x2a7e50(0x147)],this);}['_onMap_preRenderEvent'](_0x34dcc0){const _0x4413e6=_0x1c87b7;this['particleSystem'][_0x4413e6(0x125)](this['scene']['context']),this['addPrimitives'](),this[_0x4413e6(0xf6)][_0x4413e6(0x12c)]=!![];}[_0x1c87b7(0x14b)](_0x2a5abc){const _0x77f0ab=_0x1c87b7;clearTimeout(this['refreshTimer']);if(!this[_0x77f0ab(0x12c)]||!this['particleSystem'])return;this[_0x77f0ab(0xf6)][_0x77f0ab(0x12c)]=![],this['refreshTimer']=setTimeout(()=>{const _0x369e47=_0x77f0ab;if(!this['show'])return;this[_0x369e47(0x10f)]();},0xc8);}[_0x1c87b7(0x102)](_0x4c1574){const _0x1dc98b=_0x1c87b7;this[_0x1dc98b(0x197)]=!![];}['_onMouseMoveEvent'](_0x21cbe5){const _0x30ab66=_0x1c87b7;if(!this['show']||!this['particleSystem'])return;this[_0x30ab66(0x197)]&&(this[_0x30ab66(0xf6)]['show']=![],this[_0x30ab66(0x16d)]=!![]);}[_0x1c87b7(0xec)](_0x56ac55){const _0x409116=_0x1c87b7;if(!this[_0x409116(0x12c)]||!this[_0x409116(0x13a)])return;this['mouse_down']&&this['mouse_move']&&this['redraw'](),this[_0x409116(0xf6)]['show']=!![],this['mouse_down']=![],this[_0x409116(0x16d)]=![];}[_0x1c87b7(0x10f)](){const _0x31e53a=_0x1c87b7;if(!this['_map']||!this['show'])return;this['updateViewerParameters'](),this[_0x31e53a(0x13a)][_0x31e53a(0x170)](this['viewerParameters']),this[_0x31e53a(0xf6)]['show']=!![];}['setData'](_0x300025){const _0x2a2cf3=_0x1c87b7;this['_data']=_0x300025,this[_0x2a2cf3(0x13a)]&&this['particleSystem']['destroy'](),this[_0x2a2cf3(0x13a)]=new ParticleSystem(this['scene']['context'],_0x300025,this[_0x2a2cf3(0xe1)](),this['viewerParameters']),this['addPrimitives']();}['_setOptionsHook'](_0x162ed4,_0xa9b1d8){if(_0x162ed4)for(const _0x41476b in _0x162ed4){this[_0x41476b]=_0x162ed4[_0x41476b];}this['particleSystem']&&this['particleSystem']['setOptions'](this['getOptions']());}['getOptions'](){const _0x213ec5=_0x1c87b7,_0x46030f=Math[_0x213ec5(0xf7)](Math[_0x213ec5(0x1af)](this[_0x213ec5(0x146)]));return this['particlesNumber']=_0x46030f*_0x46030f,{'particlesTextureSize':_0x46030f,'maxParticles':this['particlesNumber'],'particleHeight':this['fixedHeight'],'fadeOpacity':this[_0x213ec5(0x126)],'dropRate':this['dropRate'],'dropRateBump':this['dropRateBump'],'speedFactor':this[_0x213ec5(0x16f)],'lineWidth':this['lineWidth'],'colors':this[_0x213ec5(0x185)]};}['addPrimitives'](){const _0x5e5469=_0x1c87b7;this['primitives'][_0x5e5469(0xe2)](this['particleSystem'][_0x5e5469(0xe0)]['primitives']['getWind']),this['primitives']['add'](this['particleSystem']['particlesComputing']['primitives']['updateSpeed']),this[_0x5e5469(0xf6)]['add'](this['particleSystem']['particlesComputing']['primitives'][_0x5e5469(0x14d)]),this['primitives']['add'](this['particleSystem']['particlesComputing']['primitives']['postProcessingPosition']),this['primitives']['add'](this[_0x5e5469(0x13a)][_0x5e5469(0xe0)]['primitives'][_0x5e5469(0xc5)]),this['primitives']['add'](this['particleSystem'][_0x5e5469(0x12d)][_0x5e5469(0xf6)][_0x5e5469(0x150)]),this['primitives']['add'](this[_0x5e5469(0x13a)]['particlesRendering']['primitives']['trails']),this['primitives']['add'](this['particleSystem'][_0x5e5469(0x12d)]['primitives']['screen']);}[_0x1c87b7(0xcd)](){const _0x4bc424=_0x1c87b7;let _0x1cf920=this['camera']['computeViewRectangle'](this['scene'][_0x4bc424(0x11c)]['ellipsoid']);if(!_0x1cf920){const _0x38d426=this['_map'][_0x4bc424(0x199)]();_0x1cf920=Cesium$1['Rectangle']['fromDegrees'](_0x38d426['xmin'],_0x38d426['ymin'],_0x38d426[_0x4bc424(0x19e)],_0x38d426['ymax']);}const _0x5c5d41=Util['viewRectangleToLonLatRange'](_0x1cf920);this['viewerParameters']['lonRange']['x']=_0x5c5d41['lon'][_0x4bc424(0x15a)],this['viewerParameters'][_0x4bc424(0xe9)]['y']=_0x5c5d41['lon'][_0x4bc424(0x182)],this['viewerParameters']['latRange']['x']=_0x5c5d41['lat']['min'],this['viewerParameters']['latRange']['y']=_0x5c5d41[_0x4bc424(0x167)]['max'];const _0x52c962=this['camera']['getPixelSize'](this['globeBoundingSphere'],this['scene'][_0x4bc424(0x100)],this['scene']['drawingBufferHeight']);_0x52c962>0x0&&(this['viewerParameters'][_0x4bc424(0x1aa)]=_0x52c962);}}mars3d__namespace[_0x1c87b7(0x136)]['register']('wind',WindLayer),mars3d__namespace[_0x1c87b7(0x113)][_0x1c87b7(0xf2)]=WindLayer;class CanvasParticle{constructor(){const _0x4c1cdf=_0x1c87b7;this[_0x4c1cdf(0x1ad)]=null,this['lat']=null,this['tlng']=null,this[_0x4c1cdf(0xc8)]=null,this['age']=null,this['speed']=null;}['destroy'](){for(const _0xdea592 in this){delete this[_0xdea592];}}}class CanvasWindField{constructor(_0x4363ae){this['setOptions'](_0x4363ae);}get['speedRate'](){return this['_speedRate'];}set['speedRate'](_0x4005cf){const _0x4a7113=_0x1c87b7;this[_0x4a7113(0x1a4)]=(0x64-(_0x4005cf>0x63?0x63:_0x4005cf))*0x64,this['_calc_speedRate']=[(this[_0x4a7113(0x19e)]-this['xmin'])/this['_speedRate'],(this['ymax']-this[_0x4a7113(0x111)])/this[_0x4a7113(0x1a4)]];}get[_0x1c87b7(0xe5)](){return this['_maxAge'];}set['maxAge'](_0x1363bf){this['_maxAge']=_0x1363bf;}[_0x1c87b7(0xdd)](_0x30e62a){const _0x26835e=_0x1c87b7;this['options']=_0x30e62a,this['maxAge']=_0x30e62a['maxAge']||0x78,this['speedRate']=_0x30e62a[_0x26835e(0x15f)]||0x32,this[_0x26835e(0x14f)]=[];const _0x2a6e91=_0x30e62a['particlesNumber']||0x1000;for(let _0x4c3bb8=0x0;_0x4c3bb8<_0x2a6e91;_0x4c3bb8++){const _0x21bb54=this['_randomParticle'](new CanvasParticle());this['particles'][_0x26835e(0xc9)](_0x21bb54);}}[_0x1c87b7(0x12b)](_0x8715dd){const _0x23c82b=_0x1c87b7;this['rows']=_0x8715dd[_0x23c82b(0x17f)],this['cols']=_0x8715dd['cols'],this['xmin']=_0x8715dd['xmin'],this['xmax']=_0x8715dd[_0x23c82b(0x19e)],this['ymin']=_0x8715dd['ymin'],this['ymax']=_0x8715dd['ymax'],this['grid']=[];const _0x1e5f28=_0x8715dd['udata'],_0x228b66=_0x8715dd['vdata'];let _0xc5be43=![];_0x1e5f28['length']===this[_0x23c82b(0x17f)]&&_0x1e5f28[0x0]['length']===this[_0x23c82b(0x122)]&&(_0xc5be43=!![]);let _0x1de7e7=0x0,_0x581b17=null,_0x9de1a=null;for(let _0x55418e=0x0;_0x55418e<this[_0x23c82b(0x17f)];_0x55418e++){_0x581b17=[];for(let _0x3d5333=0x0;_0x3d5333<this['cols'];_0x3d5333++,_0x1de7e7++){_0xc5be43?_0x9de1a=this['_calcUV'](_0x1e5f28[_0x55418e][_0x3d5333],_0x228b66[_0x55418e][_0x3d5333]):_0x9de1a=this[_0x23c82b(0x1a1)](_0x1e5f28[_0x1de7e7],_0x228b66[_0x1de7e7]),_0x581b17[_0x23c82b(0xc9)](_0x9de1a);}this['grid']['push'](_0x581b17);}this['options']['reverseY']&&this['grid']['reverse']();}['clear'](){const _0x1c6abd=_0x1c87b7;delete this['rows'],delete this[_0x1c6abd(0x122)],delete this['xmin'],delete this['xmax'],delete this['ymin'],delete this[_0x1c6abd(0x11a)],delete this[_0x1c6abd(0x10d)],delete this[_0x1c6abd(0x14f)];}['toGridXY'](_0x109939,_0x569c1c){const _0x1e470c=_0x1c87b7,_0x3898c2=(_0x109939-this['xmin'])/(this['xmax']-this[_0x1e470c(0x15d)])*(this['cols']-0x1),_0x2b068c=(this['ymax']-_0x569c1c)/(this['ymax']-this['ymin'])*(this['rows']-0x1);return[_0x3898c2,_0x2b068c];}['getUVByXY'](_0x56c4d4,_0x379b33){const _0x57823d=_0x1c87b7;if(_0x56c4d4<0x0||_0x56c4d4>=this['cols']||_0x379b33>=this[_0x57823d(0x17f)])return[0x0,0x0,0x0];const _0xeda4ad=Math['floor'](_0x56c4d4),_0x14911d=Math[_0x57823d(0x130)](_0x379b33);if(_0xeda4ad===_0x56c4d4&&_0x14911d===_0x379b33)return this['grid'][_0x379b33][_0x56c4d4];const _0x4ffe03=_0xeda4ad+0x1,_0x5e535e=_0x14911d+0x1,_0x585b78=this[_0x57823d(0x14a)](_0xeda4ad,_0x14911d),_0x9dbb90=this[_0x57823d(0x14a)](_0x4ffe03,_0x14911d),_0x474c3f=this['getUVByXY'](_0xeda4ad,_0x5e535e),_0x5f2e41=this['getUVByXY'](_0x4ffe03,_0x5e535e);let _0x1cca0e=null;try{_0x1cca0e=this['_bilinearInterpolation'](_0x56c4d4-_0xeda4ad,_0x379b33-_0x14911d,_0x585b78,_0x9dbb90,_0x474c3f,_0x5f2e41);}catch(_0xe0f588){console['log'](_0x56c4d4,_0x379b33);}return _0x1cca0e;}[_0x1c87b7(0xfb)](_0x266146,_0x1d5f6d,_0x3f2b35,_0x44614f,_0x3af3bf,_0x5d9ac1){const _0x2f02b6=0x1-_0x266146,_0x3a5c48=0x1-_0x1d5f6d,_0x481378=_0x2f02b6*_0x3a5c48,_0x4c4cf7=_0x266146*_0x3a5c48,_0x3fdf4a=_0x2f02b6*_0x1d5f6d,_0x174e38=_0x266146*_0x1d5f6d,_0x127556=_0x3f2b35[0x0]*_0x481378+_0x44614f[0x0]*_0x4c4cf7+_0x3af3bf[0x0]*_0x3fdf4a+_0x5d9ac1[0x0]*_0x174e38,_0x2cba3a=_0x3f2b35[0x1]*_0x481378+_0x44614f[0x1]*_0x4c4cf7+_0x3af3bf[0x1]*_0x3fdf4a+_0x5d9ac1[0x1]*_0x174e38;return this['_calcUV'](_0x127556,_0x2cba3a);}['_calcUV'](_0x14b5b7,_0xc15e9b){return[+_0x14b5b7,+_0xc15e9b,Math['sqrt'](_0x14b5b7*_0x14b5b7+_0xc15e9b*_0xc15e9b)];}[_0x1c87b7(0x169)](_0x47f0c8,_0x373a49){if(!this['isInExtent'](_0x47f0c8,_0x373a49))return null;const _0x2149d7=this['toGridXY'](_0x47f0c8,_0x373a49),_0x5d8615=this['getUVByXY'](_0x2149d7[0x0],_0x2149d7[0x1]);return _0x5d8615;}['isInExtent'](_0x522e5a,_0x53c293){const _0x3a5489=_0x1c87b7;return _0x522e5a>=this['xmin']&&_0x522e5a<=this[_0x3a5489(0x19e)]&&_0x53c293>=this['ymin']&&_0x53c293<=this[_0x3a5489(0x11a)]?!![]:![];}['getRandomLatLng'](){const _0x32fd8f=_0x1c87b7,_0x2cb30f=fRandomByfloat(this[_0x32fd8f(0x15d)],this['xmax']),_0xd942aa=fRandomByfloat(this['ymin'],this['ymax']);return{'lat':_0xd942aa,'lng':_0x2cb30f};}[_0x1c87b7(0x198)](){const _0x5209e0=_0x1c87b7;let _0x3be269,_0x22b46e,_0x36598c;for(let _0x3f2479=0x0,_0x2565ff=this[_0x5209e0(0x14f)][_0x5209e0(0xd7)];_0x3f2479<_0x2565ff;_0x3f2479++){let _0x1d079c=this[_0x5209e0(0x14f)][_0x3f2479];_0x1d079c[_0x5209e0(0x13b)]<=0x0&&(_0x1d079c=this[_0x5209e0(0x104)](_0x1d079c));if(_0x1d079c['age']>0x0){const _0x314a0c=_0x1d079c[_0x5209e0(0x121)],_0x13b532=_0x1d079c['tlat'];_0x36598c=this['getUVByPoint'](_0x314a0c,_0x13b532),_0x36598c?(_0x3be269=_0x314a0c+this['_calc_speedRate'][0x0]*_0x36598c[0x0],_0x22b46e=_0x13b532+this[_0x5209e0(0x15b)][0x1]*_0x36598c[0x1],_0x1d079c[_0x5209e0(0x1ad)]=_0x314a0c,_0x1d079c['lat']=_0x13b532,_0x1d079c['tlng']=_0x3be269,_0x1d079c[_0x5209e0(0xc8)]=_0x22b46e,_0x1d079c[_0x5209e0(0x166)]=_0x36598c[0x2],_0x1d079c['age']--):_0x1d079c[_0x5209e0(0x13b)]=0x0;}}return this[_0x5209e0(0x14f)];}['_randomParticle'](_0x3fd469){const _0x165681=_0x1c87b7;let _0x200d47,_0x2f8a89;for(let _0x179b3f=0x0;_0x179b3f<0x1e;_0x179b3f++){_0x200d47=this['getRandomLatLng'](),_0x2f8a89=this['getUVByPoint'](_0x200d47['lng'],_0x200d47['lat']);if(_0x2f8a89&&_0x2f8a89[0x2]>0x0)break;}if(!_0x2f8a89)return _0x3fd469;const _0x1f37b6=_0x200d47['lng']+this[_0x165681(0x15b)][0x0]*_0x2f8a89[0x0],_0x3e5e7b=_0x200d47[_0x165681(0x167)]+this['_calc_speedRate'][0x1]*_0x2f8a89[0x1];return _0x3fd469['lng']=_0x200d47[_0x165681(0x1ad)],_0x3fd469['lat']=_0x200d47[_0x165681(0x167)],_0x3fd469[_0x165681(0x121)]=_0x1f37b6,_0x3fd469['tlat']=_0x3e5e7b,_0x3fd469['age']=Math['round'](Math['random']()*this['maxAge']),_0x3fd469[_0x165681(0x166)]=_0x2f8a89[0x2],_0x3fd469;}[_0x1c87b7(0xd5)](){for(const _0x4b8173 in this){delete this[_0x4b8173];}}}function fRandomByfloat(_0x5cf1ae,_0x447564){return _0x5cf1ae+Math['random']()*(_0x447564-_0x5cf1ae);}const Cesium=mars3d__namespace['Cesium'],BaseLayer=mars3d__namespace[_0x1c87b7(0x113)]['BaseLayer'];function _0x1cfd(_0x98eeb,_0x59a659){const _0x2a8cc6=_0x2a8c();return _0x1cfd=function(_0x1cfde8,_0x5f09a8){_0x1cfde8=_0x1cfde8-0xba;let _0x34bee2=_0x2a8cc6[_0x1cfde8];return _0x34bee2;},_0x1cfd(_0x98eeb,_0x59a659);}class CanvasWindLayer extends BaseLayer{constructor(_0x2ac53c={}){const _0x15b729=_0x1c87b7;super(_0x2ac53c),this['_setOptionsHook'](_0x2ac53c),this['canvas']=null,_0x2ac53c['colors']&&_0x2ac53c['steps']&&(this[_0x15b729(0x175)]=new mars3d__namespace['ColorRamp'](_0x2ac53c));}[_0x1c87b7(0x19a)](_0x14abde,_0x36744e){const _0x125d03=_0x1c87b7;this['frameTime']=0x3e8/(_0x14abde['frameRate']||0xa),this['_pointerEvents']=this['options']['pointerEvents']??![],this[_0x125d03(0x110)]=_0x14abde['color']||'#ffffff',this['lineWidth']=_0x14abde['lineWidth']||0x1,this['fixedHeight']=_0x14abde['fixedHeight']??0x0,this['reverseY']=_0x14abde[_0x125d03(0x161)]??![],this['windField']&&this[_0x125d03(0x14e)][_0x125d03(0xdd)](_0x14abde);}get['layer'](){const _0x599292=_0x1c87b7;return this[_0x599292(0xbb)];}get['canvasWidth'](){return this['_map']['scene']['canvas']['clientWidth'];}get['canvasHeight'](){return this['_map']['scene']['canvas']['clientHeight'];}get['pointerEvents'](){return this['_pointerEvents'];}set['pointerEvents'](_0xf6599f){const _0x131db3=_0x1c87b7;this[_0x131db3(0xcb)]=_0xf6599f;if(!this[_0x131db3(0xbb)])return;_0xf6599f?this['canvas'][_0x131db3(0x168)]['pointer-events']='all':this['canvas']['style']['pointer-events']='none';}get['particlesNumber'](){const _0x4f0eb9=_0x1c87b7;return this['options'][_0x4f0eb9(0x146)];}set[_0x1c87b7(0x146)](_0xd4ec5c){const _0x1bbe9d=_0x1c87b7;this['options'][_0x1bbe9d(0x146)]=_0xd4ec5c,clearTimeout(this['_canrefresh']),this['_canrefresh']=setTimeout(()=>{this['redraw']();},0x1f4);}get['speedRate'](){return this['options']['speedRate'];}set['speedRate'](_0x372b64){const _0x44208f=_0x1c87b7;this['options'][_0x44208f(0x15f)]=_0x372b64,this['windField']&&(this['windField']['speedRate']=_0x372b64);}get['maxAge'](){const _0x96a601=_0x1c87b7;return this['options'][_0x96a601(0xe5)];}set['maxAge'](_0x5ae692){const _0x88f9cb=_0x1c87b7;this['options'][_0x88f9cb(0xe5)]=_0x5ae692,this['windField']&&(this['windField'][_0x88f9cb(0xe5)]=_0x5ae692);}get['data'](){return this['windData'];}set['data'](_0x42faf5){const _0x1568a5=_0x1c87b7;this[_0x1568a5(0xba)](_0x42faf5);}[_0x1c87b7(0x116)](_0x576493){const _0x3e35bc=_0x1c87b7;_0x576493?this[_0x3e35bc(0x128)]():(this[_0x3e35bc(0x10a)]&&(this['options']['data']=this['windData']),this['_removedHook']());}['_mountedHook'](){const _0x552f5f=_0x1c87b7;this[_0x552f5f(0x103)]['worker']?this[_0x552f5f(0xbd)]():this['windField']=new CanvasWindField(this['options']);}['_addedHook'](){const _0x5cd6e6=_0x1c87b7;this['canvas']=this['_createCanvas'](),this['canvasContext']=this[_0x5cd6e6(0xbb)]['getContext']('2d',{'willReadFrequently':!![]}),this['bindEvent'](),this[_0x5cd6e6(0x103)]['data']&&this['setData'](this[_0x5cd6e6(0x103)][_0x5cd6e6(0x14c)]);}['_removedHook'](){const _0x57871d=_0x1c87b7;this['clear'](),this['unbindEvent'](),this[_0x57871d(0xbb)]&&(this[_0x57871d(0x151)][_0x57871d(0x192)]['removeChild'](this['canvas']),delete this[_0x57871d(0xbb)]);}[_0x1c87b7(0x106)](){const _0x3e12e9=_0x1c87b7,_0x5636b6=mars3d__namespace[_0x3e12e9(0x1a5)]['create']('canvas',_0x3e12e9(0x109),this['_map']['container']);return _0x5636b6['style'][_0x3e12e9(0x187)]=_0x3e12e9(0x1a0),_0x5636b6[_0x3e12e9(0x168)][_0x3e12e9(0xf4)]=_0x3e12e9(0xea),_0x5636b6['style']['left']='0px',_0x5636b6['style']['width']=this['_map'][_0x3e12e9(0x12a)][_0x3e12e9(0xbb)]['clientWidth']+'px',_0x5636b6[_0x3e12e9(0x168)]['height']=this['_map']['scene'][_0x3e12e9(0xbb)]['clientHeight']+'px',_0x5636b6[_0x3e12e9(0x168)]['pointerEvents']=this[_0x3e12e9(0xcb)]?'auto':'none',_0x5636b6['style']['zIndex']=this['options']['zIndex']??0x9,_0x5636b6[_0x3e12e9(0xed)]=this['_map']['scene'][_0x3e12e9(0xbb)][_0x3e12e9(0xfe)],_0x5636b6['height']=this['_map'][_0x3e12e9(0x12a)]['canvas']['clientHeight'],_0x5636b6;}['resize'](){const _0x4d70af=_0x1c87b7;this['canvas']&&(this['canvas']['style']['width']=this['_map']['scene']['canvas'][_0x4d70af(0xfe)]+'px',this[_0x4d70af(0xbb)]['style']['height']=this['_map'][_0x4d70af(0x12a)]['canvas']['clientHeight']+'px',this['canvas']['width']=this['_map']['scene']['canvas']['clientWidth'],this[_0x4d70af(0xbb)]['height']=this['_map']['scene']['canvas'][_0x4d70af(0x165)]);}['bindEvent'](){const _0xc71cbc=_0x1c87b7,_0x3f6b06=this;let _0x3f25c0=Date['now']();(function _0x289bdd(){const _0x1e85c9=_0x1cfd;_0x3f6b06['animateFrame']=window[_0x1e85c9(0xc4)](_0x289bdd);if(_0x3f6b06['show']&&_0x3f6b06['windField']){const _0x1f5b75=Date['now'](),_0x3e8cfa=_0x1f5b75-_0x3f25c0;_0x3e8cfa>_0x3f6b06['frameTime']&&(_0x3f25c0=_0x1f5b75-_0x3e8cfa%_0x3f6b06[_0x1e85c9(0x16e)],_0x3f6b06[_0x1e85c9(0x108)]());}}(),window[_0xc71cbc(0x1a9)]('resize',this['resize']['bind'](this),![]),this['mouse_down']=![],this[_0xc71cbc(0x16d)]=![],this[_0xc71cbc(0x103)][_0xc71cbc(0x13d)]&&(this['_map']['on'](mars3d__namespace['EventType']['wheel'],this['_onMapWhellEvent'],this),this['_map']['on'](mars3d__namespace[_0xc71cbc(0x159)]['mouseDown'],this['_onMouseDownEvent'],this),this['_map']['on'](mars3d__namespace['EventType']['mouseUp'],this[_0xc71cbc(0xec)],this)));}[_0x1c87b7(0x19c)](){const _0x107a5d=_0x1c87b7;window['cancelAnimationFrame'](this['animateFrame']),delete this['animateFrame'],window['removeEventListener']('resize',this['resize']),this['options']['mouseHidden']&&(this['_map'][_0x107a5d(0x117)](mars3d__namespace['EventType']['wheel'],this['_onMapWhellEvent'],this),this['_map']['off'](mars3d__namespace[_0x107a5d(0x159)]['mouseDown'],this['_onMouseDownEvent'],this),this['_map']['off'](mars3d__namespace['EventType']['mouseUp'],this['_onMouseUpEvent'],this),this['_map']['off'](mars3d__namespace['EventType'][_0x107a5d(0x145)],this['_onMouseMoveEvent'],this));}['_onMapWhellEvent'](_0x2433ca){const _0x4fb772=_0x1c87b7;clearTimeout(this[_0x4fb772(0x171)]);if(!this['show']||!this[_0x4fb772(0xbb)])return;this['canvas'][_0x4fb772(0x168)][_0x4fb772(0xd0)]='hidden',this['refreshTimer']=setTimeout(()=>{const _0x11de58=_0x4fb772;if(!this[_0x11de58(0x12c)])return;this['redraw'](),this['canvas']['style']['visibility']='visible';},0xc8);}['_onMouseDownEvent'](_0xd2a812){const _0x28a8d3=_0x1c87b7;this[_0x28a8d3(0x197)]=!![],this[_0x28a8d3(0x151)]['off'](mars3d__namespace['EventType'][_0x28a8d3(0x145)],this['_onMouseMoveEvent'],this),this['_map']['on'](mars3d__namespace['EventType'][_0x28a8d3(0x145)],this[_0x28a8d3(0x1a8)],this);}[_0x1c87b7(0x1a8)](_0x2a68ad){const _0x5b4ca1=_0x1c87b7;if(!this['show']||!this['canvas'])return;this[_0x5b4ca1(0x197)]&&(this['canvas']['style']['visibility']='hidden',this['mouse_move']=!![]);}['_onMouseUpEvent'](_0x1e5e8a){const _0x947572=_0x1c87b7;if(!this[_0x947572(0x12c)]||!this['canvas'])return;this['_map'][_0x947572(0x117)](mars3d__namespace['EventType']['mouseMove'],this[_0x947572(0x1a8)],this),this['mouse_down']&&this[_0x947572(0x16d)]&&this['redraw'](),this['canvas']['style']['visibility']=_0x947572(0x11e),this['mouse_down']=![],this[_0x947572(0x16d)]=![];}['setData'](_0xc9e5ae){const _0x1e0445=_0x1c87b7;this['clear'](),this['windData']=_0xc9e5ae,this['windField'][_0x1e0445(0x12b)](_0xc9e5ae),this['redraw']();}['redraw'](){if(!this['show'])return;this['windField']['setOptions'](this['options']),this['update']();}['update'](){const _0x1dc70a=_0x1c87b7;if(this[_0x1dc70a(0x189)])return;this['_updateIng']=!![];if(this[_0x1dc70a(0x17e)])this['windField'][_0x1dc70a(0x108)]();else{const _0x567aee=this[_0x1dc70a(0x14e)][_0x1dc70a(0x198)]();this['_drawLines'](_0x567aee);}this[_0x1dc70a(0x189)]=![];}['_drawLines'](_0xddc281){const _0x5c2848=_0x1c87b7;this['canvasContext'][_0x5c2848(0xd9)]=_0x5c2848(0x120),this['canvasContext']['fillRect'](0x0,0x0,this[_0x5c2848(0xe8)],this['canvasHeight']),this[_0x5c2848(0x123)]['globalCompositeOperation']='lighter',this['canvasContext'][_0x5c2848(0x1ab)]=0.9;const _0x23cd16=this['_map']['scene']['mode']!==Cesium['SceneMode']['SCENE3D'],_0x3c1a2f=this['canvasWidth']*0.25;if(this[_0x5c2848(0x175)])for(let _0x27abeb=0x0,_0xefeb3e=_0xddc281['length'];_0x27abeb<_0xefeb3e;_0x27abeb++){const _0x30d8d6=_0xddc281[_0x27abeb],_0x21a765=this[_0x5c2848(0x105)](_0x30d8d6[_0x5c2848(0x1ad)],_0x30d8d6['lat'],_0x30d8d6),_0xffcf51=this['_tomap'](_0x30d8d6['tlng'],_0x30d8d6['tlat'],_0x30d8d6);if(!_0x21a765||!_0xffcf51)continue;if(_0x23cd16&&Math['abs'](_0x21a765[0x0]-_0xffcf51[0x0])>=_0x3c1a2f)continue;this['canvasContext']['beginPath'](),this[_0x5c2848(0x123)]['lineWidth']=this[_0x5c2848(0xda)],this[_0x5c2848(0x123)]['strokeStyle']=this['_colorRamp'][_0x5c2848(0x15e)](_0x30d8d6['speed']),this['canvasContext'][_0x5c2848(0x194)](_0x21a765[0x0],_0x21a765[0x1]),this['canvasContext']['lineTo'](_0xffcf51[0x0],_0xffcf51[0x1]),this['canvasContext']['stroke']();}else{this['canvasContext']['beginPath'](),this['canvasContext'][_0x5c2848(0xda)]=this['lineWidth'],this['canvasContext']['strokeStyle']=this['color'];for(let _0x359ede=0x0,_0x1097fb=_0xddc281['length'];_0x359ede<_0x1097fb;_0x359ede++){const _0x2e7e76=_0xddc281[_0x359ede],_0x50ae33=this['_tomap'](_0x2e7e76[_0x5c2848(0x1ad)],_0x2e7e76['lat'],_0x2e7e76),_0x56e41e=this['_tomap'](_0x2e7e76[_0x5c2848(0x121)],_0x2e7e76['tlat'],_0x2e7e76);if(!_0x50ae33||!_0x56e41e)continue;if(_0x23cd16&&Math['abs'](_0x50ae33[0x0]-_0x56e41e[0x0])>=_0x3c1a2f)continue;this['canvasContext']['moveTo'](_0x50ae33[0x0],_0x50ae33[0x1]),this[_0x5c2848(0x123)]['lineTo'](_0x56e41e[0x0],_0x56e41e[0x1]);}this['canvasContext'][_0x5c2848(0x19b)]();}}['_tomap'](_0x8c32fb,_0x47cbdd,_0x45de3e){const _0x20bfb3=_0x1c87b7,_0x2fddc2=Cesium[_0x20bfb3(0x196)][_0x20bfb3(0x138)](_0x8c32fb,_0x47cbdd,this[_0x20bfb3(0xf1)]),_0x52cd28=this['_map'][_0x20bfb3(0x12a)];if(_0x52cd28['mode']===Cesium['SceneMode'][_0x20bfb3(0x160)]){const _0x38e982=new Cesium['EllipsoidalOccluder'](_0x52cd28['globe'][_0x20bfb3(0x132)],_0x52cd28['camera']['positionWC']),_0x422a7a=_0x38e982['isPointVisible'](_0x2fddc2);if(!_0x422a7a)return _0x45de3e['age']=0x0,null;}const _0x4bb128=Cesium['SceneTransforms']['wgs84ToWindowCoordinates'](this['_map']['scene'],_0x2fddc2);return _0x4bb128?[_0x4bb128['x'],_0x4bb128['y']]:null;}['clear'](){const _0x578da1=_0x1c87b7;this[_0x578da1(0x14e)]['clear'](),delete this['windData'];}[_0x1c87b7(0xbd)](){const _0x525bcc=_0x1c87b7;this['worker']=new Worker(this[_0x525bcc(0x103)][_0x525bcc(0x17e)]),this[_0x525bcc(0x17e)]['onmessage']=_0x4b9104=>{const _0x201440=_0x525bcc;this[_0x201440(0x112)](_0x4b9104['data']['particles']),this['_updateIng2']=![];},this[_0x525bcc(0x14e)]={'init':_0x4e1747=>{const _0xb6bc83=_0x525bcc;this[_0xb6bc83(0x17e)]['postMessage']({'type':_0xb6bc83(0x188),'options':_0x4e1747});},'setOptions':_0x42a7c4=>{this['worker']['postMessage']({'type':'setOptions','options':_0x42a7c4});},'setDate':_0x13171d=>{const _0x2a800b=_0x525bcc;this[_0x2a800b(0x17e)]['postMessage']({'type':'setDate','data':_0x13171d});},'update':()=>{const _0x4e0163=_0x525bcc;if(this['_updateIng2'])return;this['_updateIng2']=!![],this['worker'][_0x4e0163(0x173)]({'type':'update'});},'clear':()=>{this['worker']['postMessage']({'type':'clear'});}},this[_0x525bcc(0x14e)][_0x525bcc(0x188)](this['options']);}}mars3d__namespace['LayerUtil']['register']('canvasWind',CanvasWindLayer),mars3d__namespace['layer']['CanvasWindLayer']=CanvasWindLayer,mars3d__namespace['CanvasWindField']=CanvasWindField,mars3d__namespace['WindUtil']=WindUtil,exports[_0x1c87b7(0xcc)]=CanvasWindField,exports['CanvasWindLayer']=CanvasWindLayer,exports['WindLayer']=WindLayer,exports['WindUtil']=WindUtil,Object['defineProperty'](exports,'__esModule',{'value':!![]});
14
+ 'use strict';const _0x4a841f=_0x4431;(function(_0x69e2ce,_0x1f787c){const _0x269c9c=_0x4431,_0xe4683d=_0x69e2ce();while(!![]){try{const _0x15b295=-parseInt(_0x269c9c(0x1de))/0x1+parseInt(_0x269c9c(0x240))/0x2*(-parseInt(_0x269c9c(0x1b0))/0x3)+-parseInt(_0x269c9c(0x1ef))/0x4*(-parseInt(_0x269c9c(0x224))/0x5)+-parseInt(_0x269c9c(0x186))/0x6+-parseInt(_0x269c9c(0x1ec))/0x7+parseInt(_0x269c9c(0x18e))/0x8*(-parseInt(_0x269c9c(0x1a6))/0x9)+parseInt(_0x269c9c(0x1a2))/0xa;if(_0x15b295===_0x1f787c)break;else _0xe4683d['push'](_0xe4683d['shift']());}catch(_0x293fa3){_0xe4683d['push'](_0xe4683d['shift']());}}}(_0x3b19,0x23ee0));function _interopNamespace(_0x10df26){const _0x2beaef=_0x4431;if(_0x10df26&&_0x10df26['__esModule'])return _0x10df26;var _0x17a8e4=Object['create'](null);return _0x10df26&&Object[_0x2beaef(0x222)](_0x10df26)[_0x2beaef(0x23b)](function(_0x20a91f){const _0x40c3c6=_0x2beaef;if(_0x20a91f!=='default'){var _0x91da31=Object[_0x40c3c6(0x195)](_0x10df26,_0x20a91f);Object['defineProperty'](_0x17a8e4,_0x20a91f,_0x91da31['get']?_0x91da31:{'enumerable':!![],'get':function(){return _0x10df26[_0x20a91f];}});}}),_0x17a8e4['default']=_0x10df26,_0x17a8e4;}var mars3d__namespace=_interopNamespace(mars3d);const Cesium$7=mars3d__namespace['Cesium'];function getU(_0x3d085a,_0x417e58){const _0x5751db=_0x4431,_0x52f324=_0x3d085a*Math['cos'](Cesium$7[_0x5751db(0x20e)][_0x5751db(0x252)](_0x417e58));return _0x52f324;}function getV(_0x3edb3d,_0x469a19){const _0x4e0382=_0x4431,_0x2924b2=_0x3edb3d*Math['sin'](Cesium$7[_0x4e0382(0x20e)]['toRadians'](_0x469a19));return _0x2924b2;}function getSpeed(_0x1220ee,_0x3afd0b){const _0x37ac67=Math['sqrt'](Math['pow'](_0x1220ee,0x2)+Math['pow'](_0x3afd0b,0x2));return _0x37ac67;}function getDirection(_0x52342a,_0x535ea2){const _0x2fbc31=_0x4431;let _0x16af69=Cesium$7['Math'][_0x2fbc31(0x1df)](Math['atan2'](_0x535ea2,_0x52342a));return _0x16af69+=_0x16af69<0x0?0x168:0x0,_0x16af69;}var WindUtil={'__proto__':null,'getU':getU,'getV':getV,'getSpeed':getSpeed,'getDirection':getDirection};const Cesium$6=mars3d__namespace['Cesium'];class CustomPrimitive{constructor(_0xd35e4){const _0x10c4db=_0x4431;this['commandType']=_0xd35e4['commandType'],this['geometry']=_0xd35e4['geometry'],this[_0x10c4db(0x234)]=_0xd35e4['attributeLocations'],this['primitiveType']=_0xd35e4[_0x10c4db(0x268)],this[_0x10c4db(0x1cc)]=_0xd35e4[_0x10c4db(0x1cc)],this['vertexShaderSource']=_0xd35e4[_0x10c4db(0x1d3)],this['fragmentShaderSource']=_0xd35e4['fragmentShaderSource'],this['rawRenderState']=_0xd35e4['rawRenderState'],this['framebuffer']=_0xd35e4[_0x10c4db(0x183)],this['outputTexture']=_0xd35e4[_0x10c4db(0x19d)],this['autoClear']=_0xd35e4['autoClear']??![],this['preExecute']=_0xd35e4['preExecute'],this[_0x10c4db(0x26a)]=!![],this['commandToExecute']=undefined,this[_0x10c4db(0x246)]=undefined,this[_0x10c4db(0x237)]&&(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'](_0x2f864b){const _0x53e2b9=_0x4431;switch(this['commandType']){case'Draw':{const _0x51fa88=Cesium$6['VertexArray']['fromGeometry']({'context':_0x2f864b,'geometry':this['geometry'],'attributeLocations':this[_0x53e2b9(0x234)],'bufferUsage':Cesium$6[_0x53e2b9(0x25b)]['STATIC_DRAW']}),_0x27b7bd=Cesium$6['ShaderProgram'][_0x53e2b9(0x1fb)]({'context':_0x2f864b,'attributeLocations':this['attributeLocations'],'vertexShaderSource':this['vertexShaderSource'],'fragmentShaderSource':this['fragmentShaderSource']}),_0x514896=Cesium$6[_0x53e2b9(0x211)][_0x53e2b9(0x1fb)](this[_0x53e2b9(0x1a1)]);return new Cesium$6['DrawCommand']({'primitiveType':this['primitiveType'],'shaderProgram':_0x27b7bd,'vertexArray':_0x51fa88,'modelMatrix':Cesium$6['Matrix4'][_0x53e2b9(0x26b)],'renderState':_0x514896,'uniformMap':this['uniformMap'],'castShadows':![],'receiveShadows':![],'framebuffer':this['framebuffer'],'pass':Cesium$6['Pass']['OPAQUE'],'pickOnly':!![],'owner':this});}case _0x53e2b9(0x20a):{return new Cesium$6['ComputeCommand']({'owner':this,'fragmentShaderSource':this[_0x53e2b9(0x270)],'uniformMap':this[_0x53e2b9(0x1cc)],'outputTexture':this['outputTexture'],'persists':!![]});}}}['setGeometry'](_0x156813,_0x1bc1e8){const _0x1dad42=_0x4431;this['geometry']=_0x1bc1e8;const _0x1fd169=Cesium$6[_0x1dad42(0x1ff)]['fromGeometry']({'context':_0x156813,'geometry':this['geometry'],'attributeLocations':this['attributeLocations'],'bufferUsage':Cesium$6['BufferUsage']['STATIC_DRAW']});this[_0x1dad42(0x24a)]['vertexArray']=_0x1fd169;}[_0x4a841f(0x259)](_0x4fbbc5){const _0x3b9889=_0x4a841f;if(!this['show'])return;if(_0x4fbbc5['mode']!==Cesium$6['SceneMode'][_0x3b9889(0x1f1)])return;!Cesium$6['defined'](this['commandToExecute'])&&(this[_0x3b9889(0x24a)]=this[_0x3b9889(0x200)](_0x4fbbc5['context'])),Cesium$6['defined'](this['preExecute'])&&this[_0x3b9889(0x196)](),Cesium$6[_0x3b9889(0x214)](this['clearCommand'])&&_0x4fbbc5['commandList']['push'](this['clearCommand']),_0x4fbbc5['commandList'][_0x3b9889(0x1e0)](this['commandToExecute']);}[_0x4a841f(0x1f7)](){return![];}[_0x4a841f(0x197)](){const _0x53fab6=_0x4a841f;if(this['clearCommand']){var _0x56b0af,_0x119921;(_0x56b0af=this['clearCommand'])!==null&&_0x56b0af!==void 0x0&&_0x56b0af[_0x53fab6(0x218)]&&this[_0x53fab6(0x246)]['vertexArray']['destroy'](),(_0x119921=this['clearCommand'])!==null&&_0x119921!==void 0x0&&_0x119921[_0x53fab6(0x1ea)]&&this['clearCommand'][_0x53fab6(0x1ea)][_0x53fab6(0x197)](),delete this[_0x53fab6(0x246)];}return this['commandToExecute']&&(this['commandToExecute']['vertexArray']&&this['commandToExecute']['vertexArray']['destroy'](),this[_0x53fab6(0x24a)]['shaderProgram']&&this['commandToExecute']['shaderProgram']['destroy'](),delete this['commandToExecute']),Cesium$6['destroyObject'](this);}}const Cesium$5=mars3d__namespace['Cesium'],Util=(function(){const _0x19e00c=function(){const _0x284f59=_0x4431,_0x1aa4ae=new Cesium$5['Geometry']({'attributes':new Cesium$5['GeometryAttributes']({'position':new Cesium$5['GeometryAttribute']({'componentDatatype':Cesium$5['ComponentDatatype'][_0x284f59(0x1e9)],'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[_0x284f59(0x19a)]['FLOAT'],'componentsPerAttribute':0x2,'values':new Float32Array([0x0,0x0,0x1,0x0,0x1,0x1,0x0,0x1])})}),'indices':new Uint32Array([0x3,0x2,0x0,0x0,0x2,0x1])});return _0x1aa4ae;},_0x3a8fb9=function(_0x47b0ce,_0x455dc6){const _0x57c73d=_0x4431;if(Cesium$5['defined'](_0x455dc6)){const _0x34b815={};_0x34b815[_0x57c73d(0x1a4)]=_0x455dc6,_0x47b0ce[_0x57c73d(0x190)]=_0x34b815;}const _0x31b5a8=new Cesium$5['Texture'](_0x47b0ce);return _0x31b5a8;},_0x59cb11=function(_0xb9574e,_0x2d5022,_0x226e96){const _0x9c4791=new Cesium$5['Framebuffer']({'context':_0xb9574e,'colorTextures':[_0x2d5022],'depthTexture':_0x226e96});return _0x9c4791;},_0xe51a59=function(_0x273a2b){const _0x306e06=_0x4431,_0x10db70=!![],_0x22e6c5=![],_0x57542e={'viewport':_0x273a2b[_0x306e06(0x20b)],'depthTest':_0x273a2b['depthTest'],'depthMask':_0x273a2b['depthMask'],'blending':_0x273a2b['blending']},_0x4de6b1=Cesium$5[_0x306e06(0x233)]['getDefaultRenderState'](_0x10db70,_0x22e6c5,_0x57542e);return _0x4de6b1;},_0x21066c=function(_0x4ed70c){const _0x45e703=_0x4431,_0x3bd979={},_0x40a370=Cesium$5['Math']['mod'](_0x4ed70c['west'],Cesium$5['Math']['TWO_PI']),_0x5cfbbd=Cesium$5['Math']['mod'](_0x4ed70c['east'],Cesium$5['Math']['TWO_PI']),_0x2615de=_0x4ed70c['width'];let _0x33edac,_0x480c2e;_0x2615de>Cesium$5['Math']['THREE_PI_OVER_TWO']?(_0x33edac=0x0,_0x480c2e=Cesium$5['Math']['TWO_PI']):_0x5cfbbd-_0x40a370<_0x2615de?(_0x33edac=_0x40a370,_0x480c2e=_0x40a370+_0x2615de):(_0x33edac=_0x40a370,_0x480c2e=_0x5cfbbd);_0x3bd979[_0x45e703(0x21a)]={'min':Cesium$5[_0x45e703(0x20e)]['toDegrees'](_0x33edac),'max':Cesium$5['Math']['toDegrees'](_0x480c2e)};const _0x3cf4f6=_0x4ed70c['south'],_0x4f7ad4=_0x4ed70c['north'],_0x466bab=_0x4ed70c['height'],_0x3c6a0e=_0x466bab>Cesium$5['Math']['PI']/0xc?_0x466bab/0x2:0x0;let _0x338a56=Cesium$5['Math']['clampToLatitudeRange'](_0x3cf4f6-_0x3c6a0e),_0x28e4ef=Cesium$5['Math'][_0x45e703(0x1d6)](_0x4f7ad4+_0x3c6a0e);return _0x338a56<-Cesium$5['Math']['PI_OVER_THREE']&&(_0x338a56=-Cesium$5['Math'][_0x45e703(0x18d)]),_0x28e4ef>Cesium$5[_0x45e703(0x20e)][_0x45e703(0x1c7)]&&(_0x28e4ef=Cesium$5[_0x45e703(0x20e)]['PI_OVER_TWO']),_0x3bd979['lat']={'min':Cesium$5['Math']['toDegrees'](_0x338a56),'max':Cesium$5['Math'][_0x45e703(0x1df)](_0x28e4ef)},_0x3bd979;};return{'getFullscreenQuad':_0x19e00c,'createTexture':_0x3a8fb9,'createFramebuffer':_0x59cb11,'createRawRenderState':_0xe51a59,'viewRectangleToLonLatRange':_0x21066c};}());var segmentDraw_vert='in\x20vec2\x20st;\x0a//\x20it\x20is\x20not\x20normal\x20itself,\x20but\x20used\x20to\x20control\x20normal\x0ain\x20vec3\x20normal;\x20//\x20(point\x20to\x20use,\x20offset\x20sign,\x20not\x20used\x20component)\x0a\x0auniform\x20sampler2D\x20currentParticlesPosition;\x0auniform\x20sampler2D\x20postProcessingPosition;\x0auniform\x20sampler2D\x20postProcessingSpeed;\x0a\x0auniform\x20float\x20particleHeight;\x0a\x0auniform\x20float\x20aspect;\x0auniform\x20float\x20pixelSize;\x0auniform\x20float\x20lineWidth;\x0a\x0aout\x20float\x20speedNormalization;\x0a\x0avec3\x20convertCoordinate(vec3\x20lonLatLev)\x20{\x0a\x20\x20\x20\x20//\x20WGS84\x20(lon,\x20lat,\x20lev)\x20->\x20ECEF\x20(x,\x20y,\x20z)\x0a\x20\x20\x20\x20//\x20see\x20https://en.wikipedia.org/wiki/Geographic_coordinate_conversion#From_geodetic_to_ECEF_coordinates\x20for\x20detail\x0a\x0a\x20\x20\x20\x20//\x20WGS\x2084\x20geometric\x20constants\x0a\x20\x20\x20\x20float\x20a\x20=\x206378137.0;\x20//\x20Semi-major\x20axis\x0a\x20\x20\x20\x20float\x20b\x20=\x206356752.3142;\x20//\x20Semi-minor\x20axis\x0a\x20\x20\x20\x20float\x20e2\x20=\x206.69437999014e-3;\x20//\x20First\x20eccentricity\x20squared\x0a\x0a\x20\x20\x20\x20float\x20latitude\x20=\x20radians(lonLatLev.y);\x0a\x20\x20\x20\x20float\x20longitude\x20=\x20radians(lonLatLev.x);\x0a\x0a\x20\x20\x20\x20float\x20cosLat\x20=\x20cos(latitude);\x0a\x20\x20\x20\x20float\x20sinLat\x20=\x20sin(latitude);\x0a\x20\x20\x20\x20float\x20cosLon\x20=\x20cos(longitude);\x0a\x20\x20\x20\x20float\x20sinLon\x20=\x20sin(longitude);\x0a\x0a\x20\x20\x20\x20float\x20N_Phi\x20=\x20a\x20/\x20sqrt(1.0\x20-\x20e2\x20*\x20sinLat\x20*\x20sinLat);\x0a\x20\x20\x20\x20float\x20h\x20=\x20particleHeight;\x20//\x20it\x20should\x20be\x20high\x20enough\x20otherwise\x20the\x20particle\x20may\x20not\x20pass\x20the\x20terrain\x20depth\x20test\x0a\x0a\x20\x20\x20\x20vec3\x20cartesian\x20=\x20vec3(0.0);\x0a\x20\x20\x20\x20cartesian.x\x20=\x20(N_Phi\x20+\x20h)\x20*\x20cosLat\x20*\x20cosLon;\x0a\x20\x20\x20\x20cartesian.y\x20=\x20(N_Phi\x20+\x20h)\x20*\x20cosLat\x20*\x20sinLon;\x0a\x20\x20\x20\x20cartesian.z\x20=\x20((b\x20*\x20b)\x20/\x20(a\x20*\x20a)\x20*\x20N_Phi\x20+\x20h)\x20*\x20sinLat;\x0a\x20\x20\x20\x20return\x20cartesian;\x0a}\x0a\x0avec4\x20calcProjectedCoordinate(vec3\x20lonLatLev)\x20{\x0a\x20\x20\x20\x20//\x20the\x20range\x20of\x20longitude\x20in\x20Cesium\x20is\x20[-180,\x20180]\x20but\x20the\x20range\x20of\x20longitude\x20in\x20the\x20NetCDF\x20file\x20is\x20[0,\x20360]\x0a\x20\x20\x20\x20//\x20[0,\x20180]\x20is\x20corresponding\x20to\x20[0,\x20180]\x20and\x20[180,\x20360]\x20is\x20corresponding\x20to\x20[-180,\x200]\x0a\x20\x20\x20\x20lonLatLev.x\x20=\x20mod(lonLatLev.x\x20+\x20180.0,\x20360.0)\x20-\x20180.0;\x0a\x20\x20\x20\x20vec3\x20particlePosition\x20=\x20convertCoordinate(lonLatLev);\x0a\x20\x20\x20\x20vec4\x20projectedCoordinate\x20=\x20czm_modelViewProjection\x20*\x20vec4(particlePosition,\x201.0);\x0a\x20\x20\x20\x20return\x20projectedCoordinate;\x0a}\x0a\x0avec4\x20calcOffset(vec4\x20currentProjectedCoordinate,\x20vec4\x20nextProjectedCoordinate,\x20float\x20offsetSign)\x20{\x0a\x20\x20\x20\x20vec2\x20aspectVec2\x20=\x20vec2(aspect,\x201.0);\x0a\x20\x20\x20\x20vec2\x20currentXY\x20=\x20(currentProjectedCoordinate.xy\x20/\x20currentProjectedCoordinate.w)\x20*\x20aspectVec2;\x0a\x20\x20\x20\x20vec2\x20nextXY\x20=\x20(nextProjectedCoordinate.xy\x20/\x20nextProjectedCoordinate.w)\x20*\x20aspectVec2;\x0a\x0a\x20\x20\x20\x20float\x20offsetLength\x20=\x20lineWidth\x20/\x202.0;\x0a\x20\x20\x20\x20vec2\x20direction\x20=\x20normalize(nextXY\x20-\x20currentXY);\x0a\x20\x20\x20\x20vec2\x20normalVector\x20=\x20vec2(-direction.y,\x20direction.x);\x0a\x20\x20\x20\x20normalVector.x\x20=\x20normalVector.x\x20/\x20aspect;\x0a\x20\x20\x20\x20normalVector\x20=\x20offsetLength\x20*\x20normalVector;\x0a\x0a\x20\x20\x20\x20vec4\x20offset\x20=\x20vec4(offsetSign\x20*\x20normalVector,\x200.0,\x200.0);\x0a\x20\x20\x20\x20return\x20offset;\x0a}\x0a\x0avoid\x20main()\x20{\x0a\x20\x20\x20\x20vec2\x20particleIndex\x20=\x20st;\x0a\x0a\x20\x20\x20\x20vec3\x20currentPosition\x20=\x20texture(currentParticlesPosition,\x20particleIndex).rgb;\x0a\x20\x20\x20\x20vec4\x20nextPosition\x20=\x20texture(postProcessingPosition,\x20particleIndex);\x0a\x0a\x20\x20\x20\x20vec4\x20currentProjectedCoordinate\x20=\x20vec4(0.0);\x0a\x20\x20\x20\x20vec4\x20nextProjectedCoordinate\x20=\x20vec4(0.0);\x0a\x20\x20\x20\x20if\x20(nextPosition.w\x20>\x200.0)\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20currentProjectedCoordinate\x20=\x20calcProjectedCoordinate(currentPosition);\x0a\x20\x20\x20\x20\x20\x20\x20\x20nextProjectedCoordinate\x20=\x20calcProjectedCoordinate(currentPosition);\x0a\x20\x20\x20\x20}\x20else\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20currentProjectedCoordinate\x20=\x20calcProjectedCoordinate(currentPosition);\x0a\x20\x20\x20\x20\x20\x20\x20\x20nextProjectedCoordinate\x20=\x20calcProjectedCoordinate(nextPosition.xyz);\x0a\x20\x20\x20\x20}\x0a\x0a\x20\x20\x20\x20float\x20pointToUse\x20=\x20normal.x;\x20//\x20-1\x20is\x20currentProjectedCoordinate\x20and\x20+1\x20is\x20nextProjectedCoordinate\x0a\x20\x20\x20\x20float\x20offsetSign\x20=\x20normal.y;\x0a\x0a\x20\x20\x20\x20vec4\x20offset\x20=\x20pixelSize\x20*\x20calcOffset(currentProjectedCoordinate,\x20nextProjectedCoordinate,\x20offsetSign);\x0a\x20\x20\x20\x20if\x20(pointToUse\x20<\x200.0)\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20gl_Position\x20=\x20currentProjectedCoordinate\x20+\x20offset;\x0a\x20\x20\x20\x20}\x20else\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20gl_Position\x20=\x20nextProjectedCoordinate\x20+\x20offset;\x0a\x20\x20\x20\x20}\x0a\x0a\x20\x20\x20\x20speedNormalization\x20=\x20texture(postProcessingSpeed,\x20particleIndex).a;\x0a}\x0a',segmentDraw_frag='uniform\x20sampler2D\x20colorTable;\x0a\x0ain\x20float\x20speedNormalization;\x0a\x0avoid\x20main()\x20{\x0a\x20\x20\x20\x20out_FragColor\x20=\x20texture(colorTable,\x20vec2(speedNormalization,\x200.0));\x0a}\x0a',fullscreen_vert='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='uniform\x20sampler2D\x20trailsColorTexture;\x0auniform\x20sampler2D\x20trailsDepthTexture;\x0a\x0ain\x20vec2\x20textureCoordinate;\x0a\x0avoid\x20main()\x20{\x0a\x20\x20\x20\x20vec4\x20trailsColor\x20=\x20texture(trailsColorTexture,\x20textureCoordinate);\x0a\x20\x20\x20\x20float\x20trailsDepth\x20=\x20texture(trailsDepthTexture,\x20textureCoordinate).r;\x0a\x20\x20\x20\x20float\x20globeDepth\x20=\x20czm_unpackDepth(texture(czm_globeDepthTexture,\x20textureCoordinate));\x0a\x0a\x20\x20\x20\x20if\x20(trailsDepth\x20<\x20globeDepth)\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20out_FragColor\x20=\x20trailsColor;\x0a\x20\x20\x20\x20}\x20else\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20out_FragColor\x20=\x20vec4(0.0);\x0a\x20\x20\x20\x20}\x0a}\x0a';const Cesium$4=mars3d__namespace[_0x4a841f(0x22e)];class ParticlesRendering{constructor(_0x25abe2,_0x5de995,_0x5be32d,_0x19256b,_0x42aad9){const _0x27d884=_0x4a841f;this['createRenderingTextures'](_0x25abe2,_0x5de995,_0x5be32d[_0x27d884(0x188)]),this['createRenderingFramebuffers'](_0x25abe2),this[_0x27d884(0x1a9)](_0x25abe2,_0x5be32d,_0x19256b,_0x42aad9);}[_0x4a841f(0x1ad)](_0x5040c3,_0x504f8,_0x39dee6){const _0x178ade=_0x4a841f,_0x1ae630={'context':_0x5040c3,'width':_0x5040c3['drawingBufferWidth'],'height':_0x5040c3[_0x178ade(0x193)],'pixelFormat':Cesium$4['PixelFormat'][_0x178ade(0x230)],'pixelDatatype':Cesium$4[_0x178ade(0x23f)]['UNSIGNED_BYTE']},_0x28b92f={'context':_0x5040c3,'width':_0x5040c3['drawingBufferWidth'],'height':_0x5040c3[_0x178ade(0x193)],'pixelFormat':Cesium$4['PixelFormat']['DEPTH_COMPONENT'],'pixelDatatype':Cesium$4[_0x178ade(0x23f)][_0x178ade(0x1a8)]},_0x4c1aae=_0x39dee6['length'],_0x3731e7=new Float32Array(_0x4c1aae*0x3);for(let _0x519f1d=0x0;_0x519f1d<_0x4c1aae;_0x519f1d++){const _0x290153=Cesium$4['Color'][_0x178ade(0x1ce)](_0x39dee6[_0x519f1d]);_0x3731e7[0x3*_0x519f1d]=_0x290153['red'],_0x3731e7[0x3*_0x519f1d+0x1]=_0x290153[_0x178ade(0x210)],_0x3731e7[0x3*_0x519f1d+0x2]=_0x290153[_0x178ade(0x1b6)];}const _0xb1a0f3={'context':_0x5040c3,'width':_0x4c1aae,'height':0x1,'pixelFormat':Cesium$4['PixelFormat'][_0x178ade(0x1a0)],'pixelDatatype':Cesium$4[_0x178ade(0x23f)]['FLOAT'],'sampler':new Cesium$4['Sampler']({'minificationFilter':Cesium$4['TextureMinificationFilter']['LINEAR'],'magnificationFilter':Cesium$4['TextureMagnificationFilter']['LINEAR']})};this[_0x178ade(0x258)]={'segmentsColor':Util['createTexture'](_0x1ae630),'segmentsDepth':Util[_0x178ade(0x1c8)](_0x28b92f),'currentTrailsColor':Util['createTexture'](_0x1ae630),'currentTrailsDepth':Util['createTexture'](_0x28b92f),'nextTrailsColor':Util[_0x178ade(0x1c8)](_0x1ae630),'nextTrailsDepth':Util['createTexture'](_0x28b92f),'colorTable':Util['createTexture'](_0xb1a0f3,_0x3731e7)};}['createRenderingFramebuffers'](_0x26b2de){const _0x54441d=_0x4a841f;this['framebuffers']={'segments':Util['createFramebuffer'](_0x26b2de,this['textures']['segmentsColor'],this[_0x54441d(0x258)][_0x54441d(0x1c1)]),'currentTrails':Util[_0x54441d(0x192)](_0x26b2de,this['textures']['currentTrailsColor'],this['textures']['currentTrailsDepth']),'nextTrails':Util[_0x54441d(0x192)](_0x26b2de,this[_0x54441d(0x258)]['nextTrailsColor'],this['textures']['nextTrailsDepth'])};}[_0x4a841f(0x1f9)](_0x2b02a6){const _0x587233=_0x4a841f,_0x486da9=0x4;let _0x233116=[];for(let _0x410ae7=0x0;_0x410ae7<_0x2b02a6['particlesTextureSize'];_0x410ae7++){for(let _0x5346c9=0x0;_0x5346c9<_0x2b02a6[_0x587233(0x18b)];_0x5346c9++){for(let _0x2fae6c=0x0;_0x2fae6c<_0x486da9;_0x2fae6c++){_0x233116['push'](_0x410ae7/_0x2b02a6['particlesTextureSize']),_0x233116['push'](_0x5346c9/_0x2b02a6[_0x587233(0x18b)]);}}}_0x233116=new Float32Array(_0x233116);let _0x32c3f3=[];const _0x32c8af=[-0x1,0x1],_0xd51bf5=[-0x1,0x1];for(let _0x2af1a3=0x0;_0x2af1a3<_0x2b02a6['maxParticles'];_0x2af1a3++){for(let _0x3ac60c=0x0;_0x3ac60c<_0x486da9/0x2;_0x3ac60c++){for(let _0x134e4f=0x0;_0x134e4f<_0x486da9/0x2;_0x134e4f++){_0x32c3f3['push'](_0x32c8af[_0x3ac60c]),_0x32c3f3['push'](_0xd51bf5[_0x134e4f]),_0x32c3f3[_0x587233(0x1e0)](0x0);}}}_0x32c3f3=new Float32Array(_0x32c3f3);const _0x379a11=0x6*_0x2b02a6['maxParticles'],_0x3e60fa=new Uint32Array(_0x379a11);for(let _0xc73dbd=0x0,_0x1f17ba=0x0,_0x2e5e94=0x0;_0xc73dbd<_0x2b02a6[_0x587233(0x18c)];_0xc73dbd++){_0x3e60fa[_0x1f17ba++]=_0x2e5e94+0x0,_0x3e60fa[_0x1f17ba++]=_0x2e5e94+0x1,_0x3e60fa[_0x1f17ba++]=_0x2e5e94+0x2,_0x3e60fa[_0x1f17ba++]=_0x2e5e94+0x2,_0x3e60fa[_0x1f17ba++]=_0x2e5e94+0x1,_0x3e60fa[_0x1f17ba++]=_0x2e5e94+0x3,_0x2e5e94+=0x4;}const _0x23cae6=new Cesium$4['Geometry']({'attributes':new Cesium$4['GeometryAttributes']({'st':new Cesium$4[(_0x587233(0x1fa))]({'componentDatatype':Cesium$4[_0x587233(0x19a)]['FLOAT'],'componentsPerAttribute':0x2,'values':_0x233116}),'normal':new Cesium$4['GeometryAttribute']({'componentDatatype':Cesium$4[_0x587233(0x19a)]['FLOAT'],'componentsPerAttribute':0x3,'values':_0x32c3f3})}),'indices':_0x3e60fa});return _0x23cae6;}[_0x4a841f(0x1a9)](_0x47f35a,_0x5f3dc8,_0x296b39,_0x2f49d0){const _0x34b802=_0x4a841f,_0x29faa3=this;this['primitives']={'segments':new CustomPrimitive({'commandType':'Draw','attributeLocations':{'st':0x0,'normal':0x1},'geometry':this['createSegmentsGeometry'](_0x5f3dc8),'primitiveType':Cesium$4['PrimitiveType']['TRIANGLES'],'uniformMap':{'currentParticlesPosition':function(){const _0x501631=_0x4431;return _0x2f49d0[_0x501631(0x1e4)][_0x501631(0x1e2)];},'postProcessingPosition':function(){return _0x2f49d0['particlesTextures']['postProcessingPosition'];},'postProcessingSpeed':function(){return _0x2f49d0['particlesTextures']['postProcessingSpeed'];},'colorTable':function(){const _0x8d0a91=_0x4431;return _0x29faa3['textures'][_0x8d0a91(0x191)];},'aspect':function(){return _0x47f35a['drawingBufferWidth']/_0x47f35a['drawingBufferHeight'];},'pixelSize':function(){return _0x296b39['pixelSize'];},'lineWidth':function(){return _0x5f3dc8['lineWidth'];},'particleHeight':function(){return _0x5f3dc8['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'][_0x34b802(0x1d4)],'autoClear':!![]}),'trails':new CustomPrimitive({'commandType':'Draw','attributeLocations':{'position':0x0,'st':0x1},'geometry':Util['getFullscreenQuad'](),'primitiveType':Cesium$4['PrimitiveType']['TRIANGLES'],'uniformMap':{'segmentsColorTexture':function(){return _0x29faa3['textures']['segmentsColor'];},'segmentsDepthTexture':function(){return _0x29faa3['textures']['segmentsDepth'];},'currentTrailsColor':function(){return _0x29faa3['framebuffers']['currentTrails']['getColorTexture'](0x0);},'trailsDepthTexture':function(){const _0x209bdb=_0x34b802;return _0x29faa3[_0x209bdb(0x182)]['currentTrails']['depthTexture'];},'fadeOpacity':function(){return _0x5f3dc8['fadeOpacity'];}},'vertexShaderSource':new Cesium$4['ShaderSource']({'defines':[_0x34b802(0x257)],'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[_0x34b802(0x1aa)]['ALWAYS']},'depthMask':!![]}),'framebuffer':this['framebuffers']['nextTrails'],'autoClear':!![],'preExecute':function(){const _0x33a7e5=_0x34b802,_0x113f7f=_0x29faa3['framebuffers'][_0x33a7e5(0x239)];_0x29faa3[_0x33a7e5(0x182)]['currentTrails']=_0x29faa3[_0x33a7e5(0x182)][_0x33a7e5(0x248)],_0x29faa3[_0x33a7e5(0x182)]['nextTrails']=_0x113f7f,_0x29faa3['primitives']['trails']['commandToExecute'][_0x33a7e5(0x183)]=_0x29faa3['framebuffers'][_0x33a7e5(0x248)],_0x29faa3['primitives'][_0x33a7e5(0x242)]['clearCommand'][_0x33a7e5(0x183)]=_0x29faa3['framebuffers']['nextTrails'];}}),'screen':new CustomPrimitive({'commandType':_0x34b802(0x1a5),'attributeLocations':{'position':0x0,'st':0x1},'geometry':Util[_0x34b802(0x24e)](),'primitiveType':Cesium$4['PrimitiveType'][_0x34b802(0x1cd)],'uniformMap':{'trailsColorTexture':function(){return _0x29faa3['framebuffers']['nextTrails']['getColorTexture'](0x0);},'trailsDepthTexture':function(){return _0x29faa3['framebuffers']['nextTrails']['depthTexture'];}},'vertexShaderSource':new Cesium$4['ShaderSource']({'defines':[_0x34b802(0x257)],'sources':[fullscreen_vert]}),'fragmentShaderSource':new Cesium$4[(_0x34b802(0x1f5))]({'defines':['DISABLE_LOG_DEPTH_FRAGMENT_WRITE'],'sources':[screenDraw_frag]}),'rawRenderState':Util['createRawRenderState']({'viewport':undefined,'depthTest':{'enabled':![]},'depthMask':!![],'blending':{'enabled':!![]}}),'framebuffer':undefined})};}}var getWind_frag='//\x20the\x20size\x20of\x20UV\x20textures:\x20width\x20=\x20lon,\x20height\x20=\x20lat*lev\x0auniform\x20sampler2D\x20U;\x20//\x20eastward\x20wind\x0auniform\x20sampler2D\x20V;\x20//\x20northward\x20wind\x0a\x0auniform\x20sampler2D\x20currentParticlesPosition;\x20//\x20(lon,\x20lat,\x20lev)\x0a\x0auniform\x20vec3\x20dimension;\x20//\x20(lon,\x20lat,\x20lev)\x0auniform\x20vec3\x20minimum;\x20//\x20minimum\x20of\x20each\x20dimension\x0auniform\x20vec3\x20maximum;\x20//\x20maximum\x20of\x20each\x20dimension\x0auniform\x20vec3\x20interval;\x20//\x20interval\x20of\x20each\x20dimension\x0a\x0ain\x20vec2\x20v_textureCoordinates;\x0a\x0avec2\x20mapPositionToNormalizedIndex2D(vec3\x20lonLatLev)\x20{\x0a\x20\x20\x20\x20//\x20ensure\x20the\x20range\x20of\x20longitude\x20and\x20latitude\x0a\x20\x20\x20\x20lonLatLev.x\x20=\x20mod(lonLatLev.x,\x20360.0);\x0a\x20\x20\x20\x20lonLatLev.y\x20=\x20clamp(lonLatLev.y,\x20-90.0,\x2090.0);\x0a\x0a\x20\x20\x20\x20vec3\x20index3D\x20=\x20vec3(0.0);\x0a\x20\x20\x20\x20index3D.x\x20=\x20(lonLatLev.x\x20-\x20minimum.x)\x20/\x20interval.x;\x0a\x20\x20\x20\x20index3D.y\x20=\x20(lonLatLev.y\x20-\x20minimum.y)\x20/\x20interval.y;\x0a\x20\x20\x20\x20index3D.z\x20=\x20(lonLatLev.z\x20-\x20minimum.z)\x20/\x20interval.z;\x0a\x0a\x20\x20\x20\x20//\x20the\x20st\x20texture\x20coordinate\x20corresponding\x20to\x20(col,\x20row)\x20index\x0a\x20\x20\x20\x20//\x20example\x0a\x20\x20\x20\x20//\x20data\x20array\x20is\x20[0,\x201,\x202,\x203,\x204,\x205],\x20width\x20=\x203,\x20height\x20=\x202\x0a\x20\x20\x20\x20//\x20the\x20content\x20of\x20texture\x20will\x20be\x0a\x20\x20\x20\x20//\x20t\x201.0\x0a\x20\x20\x20\x20//\x20\x20\x20\x20|\x20\x203\x204\x205\x0a\x20\x20\x20\x20//\x20\x20\x20\x20|\x0a\x20\x20\x20\x20//\x20\x20\x20\x20|\x20\x200\x201\x202\x0a\x20\x20\x20\x20//\x20\x20\x200.0------1.0\x20s\x0a\x0a\x20\x20\x20\x20vec2\x20index2D\x20=\x20vec2(index3D.x,\x20index3D.z\x20*\x20dimension.y\x20+\x20index3D.y);\x0a\x20\x20\x20\x20vec2\x20normalizedIndex2D\x20=\x20vec2(index2D.x\x20/\x20dimension.x,\x20index2D.y\x20/\x20(dimension.y\x20*\x20dimension.z));\x0a\x20\x20\x20\x20return\x20normalizedIndex2D;\x0a}\x0a\x0afloat\x20getWind(sampler2D\x20windTexture,\x20vec3\x20lonLatLev)\x20{\x0a\x20\x20\x20\x20vec2\x20normalizedIndex2D\x20=\x20mapPositionToNormalizedIndex2D(lonLatLev);\x0a\x20\x20\x20\x20float\x20result\x20=\x20texture(windTexture,\x20normalizedIndex2D).r;\x0a\x20\x20\x20\x20return\x20result;\x0a}\x0a\x0aconst\x20mat4\x20kernelMatrix\x20=\x20mat4(\x0a\x20\x20\x20\x200.0,\x20-1.0,\x202.0,\x20-1.0,\x20//\x20first\x20column\x0a\x20\x20\x20\x202.0,\x200.0,\x20-5.0,\x203.0,\x20//\x20second\x20column\x0a\x20\x20\x20\x200.0,\x201.0,\x204.0,\x20-3.0,\x20//\x20third\x20column\x0a\x20\x20\x20\x200.0,\x200.0,\x20-1.0,\x201.0\x20//\x20fourth\x20column\x0a);\x0afloat\x20oneDimensionInterpolation(float\x20t,\x20float\x20p0,\x20float\x20p1,\x20float\x20p2,\x20float\x20p3)\x20{\x0a\x20\x20\x20\x20vec4\x20tVec4\x20=\x20vec4(1.0,\x20t,\x20t\x20*\x20t,\x20t\x20*\x20t\x20*\x20t);\x0a\x20\x20\x20\x20tVec4\x20=\x20tVec4\x20/\x202.0;\x0a\x20\x20\x20\x20vec4\x20pVec4\x20=\x20vec4(p0,\x20p1,\x20p2,\x20p3);\x0a\x20\x20\x20\x20return\x20dot((tVec4\x20*\x20kernelMatrix),\x20pVec4);\x0a}\x0a\x0afloat\x20calculateB(sampler2D\x20windTexture,\x20float\x20t,\x20float\x20lon,\x20float\x20lat,\x20float\x20lev)\x20{\x0a\x20\x20\x20\x20float\x20lon0\x20=\x20floor(lon)\x20-\x201.0\x20*\x20interval.x;\x0a\x20\x20\x20\x20float\x20lon1\x20=\x20floor(lon);\x0a\x20\x20\x20\x20float\x20lon2\x20=\x20floor(lon)\x20+\x201.0\x20*\x20interval.x;\x0a\x20\x20\x20\x20float\x20lon3\x20=\x20floor(lon)\x20+\x202.0\x20*\x20interval.x;\x0a\x0a\x20\x20\x20\x20float\x20p0\x20=\x20getWind(windTexture,\x20vec3(lon0,\x20lat,\x20lev));\x0a\x20\x20\x20\x20float\x20p1\x20=\x20getWind(windTexture,\x20vec3(lon1,\x20lat,\x20lev));\x0a\x20\x20\x20\x20float\x20p2\x20=\x20getWind(windTexture,\x20vec3(lon2,\x20lat,\x20lev));\x0a\x20\x20\x20\x20float\x20p3\x20=\x20getWind(windTexture,\x20vec3(lon3,\x20lat,\x20lev));\x0a\x0a\x20\x20\x20\x20return\x20oneDimensionInterpolation(t,\x20p0,\x20p1,\x20p2,\x20p3);\x0a}\x0a\x0afloat\x20interpolateOneTexture(sampler2D\x20windTexture,\x20vec3\x20lonLatLev)\x20{\x0a\x20\x20\x20\x20float\x20lon\x20=\x20lonLatLev.x;\x0a\x20\x20\x20\x20float\x20lat\x20=\x20lonLatLev.y;\x0a\x20\x20\x20\x20float\x20lev\x20=\x20lonLatLev.z;\x0a\x0a\x20\x20\x20\x20float\x20lat0\x20=\x20floor(lat)\x20-\x201.0\x20*\x20interval.y;\x0a\x20\x20\x20\x20float\x20lat1\x20=\x20floor(lat);\x0a\x20\x20\x20\x20float\x20lat2\x20=\x20floor(lat)\x20+\x201.0\x20*\x20interval.y;\x0a\x20\x20\x20\x20float\x20lat3\x20=\x20floor(lat)\x20+\x202.0\x20*\x20interval.y;\x0a\x0a\x20\x20\x20\x20vec2\x20coefficient\x20=\x20lonLatLev.xy\x20-\x20floor(lonLatLev.xy);\x0a\x20\x20\x20\x20float\x20b0\x20=\x20calculateB(windTexture,\x20coefficient.x,\x20lon,\x20lat0,\x20lev);\x0a\x20\x20\x20\x20float\x20b1\x20=\x20calculateB(windTexture,\x20coefficient.x,\x20lon,\x20lat1,\x20lev);\x0a\x20\x20\x20\x20float\x20b2\x20=\x20calculateB(windTexture,\x20coefficient.x,\x20lon,\x20lat2,\x20lev);\x0a\x20\x20\x20\x20float\x20b3\x20=\x20calculateB(windTexture,\x20coefficient.x,\x20lon,\x20lat3,\x20lev);\x0a\x0a\x20\x20\x20\x20return\x20oneDimensionInterpolation(coefficient.y,\x20b0,\x20b1,\x20b2,\x20b3);\x0a}\x0a\x0avec3\x20bicubic(vec3\x20lonLatLev)\x20{\x0a\x20\x20\x20\x20//\x20https://en.wikipedia.org/wiki/Bicubic_interpolation#Bicubic_convolution_algorithm\x0a\x20\x20\x20\x20float\x20u\x20=\x20interpolateOneTexture(U,\x20lonLatLev);\x0a\x20\x20\x20\x20float\x20v\x20=\x20interpolateOneTexture(V,\x20lonLatLev);\x0a\x20\x20\x20\x20float\x20w\x20=\x200.0;\x0a\x20\x20\x20\x20return\x20vec3(u,\x20v,\x20w);\x0a}\x0a\x0avoid\x20main()\x20{\x0a\x20\x20\x20\x20//\x20texture\x20coordinate\x20must\x20be\x20normalized\x0a\x20\x20\x20\x20vec3\x20lonLatLev\x20=\x20texture(currentParticlesPosition,\x20v_textureCoordinates).rgb;\x0a\x20\x20\x20\x20vec3\x20windVector\x20=\x20bicubic(lonLatLev);\x0a\x20\x20\x20\x20out_FragColor\x20=\x20vec4(windVector,\x200.0);\x0a}\x0a',updateSpeed_frag=_0x4a841f(0x216),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=_0x4a841f(0x1ae),postProcessingSpeed_frag=_0x4a841f(0x23e);function _0x3b19(){const _0x3f2e48=['max','1370775nCydWj','umin','pixelSize','21572OdgTbw','updateViewerParameters','SCENE3D','position','mouse_down','Cartesian3','ShaderSource','visibility','isDestroyed','canvasHeight','createSegmentsGeometry','GeometryAttribute','fromCache','postProcessingSpeed','clientHeight','nextParticlesSpeed','VertexArray','createCommand','top','reverseY','EventType','ceil','fromGeometry','udata','_onMap_preRenderEvent','preRender','redraw','Compute','viewport','layer','_maxAge','Math','Cartesian2','green','RenderState','particlesComputing','canvasWidth','defined','add','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','getUVByPoint','vertexArray','now','lon','array','EllipsoidalOccluder','mode','clear','canvasContext','mouseMove','mouseUp','keys','frameRate','170qZgLeD','clearFramebuffers','drawingBufferWidth','sqrt','mouse_move','particleSystem','viewerParameters','_createCanvas','_speedRate','isPointVisible','Cesium','setData','RGBA','data','length','Appearance','attributeLocations','windField','style','autoClear','min','currentTrails','round','forEach','once','particlesRendering','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','PixelDatatype','85940QcjOxF','camera','trails','abs','windTextures','_map','clearCommand','bindEvent','nextTrails','canvasWind','commandToExecute','resize','grid','windData','getFullscreenQuad','rows','globalAlpha','options','toRadians','lng','xmax','createParticlesTextures','Pass','DISABLE_GL_POSITION_LOG_DEPTH','textures','update','currentParticlesSpeed','BufferUsage','_calc_speedRate','randomBetween','vdata','cols','latRange','ymax','color','clientWidth','addPrimitives','PixelFormat','particlesNumber','beginPath','primitiveType','globalCompositeOperation','show','IDENTITY','CanvasWindField','fixedHeight','NEAREST','worker','fragmentShaderSource','animateFrame','framebuffers','framebuffer','dimensions','requestAnimationFrame','212658RZzLiY','_onMouseMoveEvent','colors','lev','OPAQUE','particlesTextureSize','maxParticles','PI_OVER_TWO','299952xfvEgb','frameTime','source','colorTable','createFramebuffer','drawingBufferHeight','register','getOwnPropertyDescriptor','preExecute','destroy','SceneTransforms','ymin','ComponentDatatype','speedRate','lat','outputTexture','visible','_bilinearInterpolation','RGB','rawRenderState','4093350FABjvt','_updateIng','arrayBufferView','Draw','9udSkzf','mouseDown','UNSIGNED_INT','createRenderingPrimitives','DepthFunction','getUVByXY','_randomParticle','createRenderingTextures','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','umax','6IQlshg','setOptions','maxAge','_calcUV','reverse','lineTo','blue','speed','_colorRamp','getPixelSize','context','primitives','screen','random','_canrefresh','lineWidth','moveTo','segmentsDepth','Sampler','lonRange','postMessage','scene','floor','PI_OVER_THREE','createTexture','TextureMinificationFilter','globe','DomUtil','uniformMap','TRIANGLES','fromCssColorString','refreshTimer','xmin','tlng','_pointerEvents','vertexShaderSource','segments','particles','clampToLatitudeRange','tlat','updateSpeed','postProcessingPosition','nextParticlesPosition','age','off','lighter','90827nqMkge','toDegrees','push','_onMouseUpEvent','currentParticlesPosition','getRandomLatLng','particlesTextures','canvas','log','_setOptionsHook','unbindEvent','FLOAT','shaderProgram'];_0x3b19=function(){return _0x3f2e48;};return _0x3b19();}const Cesium$3=mars3d__namespace[_0x4a841f(0x22e)];class ParticlesComputing{constructor(_0x13fd0a,_0x3fe56b,_0x3acd6b,_0x12358c){this['data']=_0x3fe56b,this['createWindTextures'](_0x13fd0a,_0x3fe56b),this['createParticlesTextures'](_0x13fd0a,_0x3acd6b,_0x12358c),this['createComputingPrimitives'](_0x3fe56b,_0x3acd6b,_0x12358c);}['createWindTextures'](_0x49ef3c,_0xdbd617){const _0x5f519d=_0x4a841f,_0x1c5d7d={'context':_0x49ef3c,'width':_0xdbd617['dimensions'][_0x5f519d(0x21a)],'height':_0xdbd617['dimensions']['lat']*(_0xdbd617['dimensions']['lev']||0x1),'pixelFormat':Cesium$3[_0x5f519d(0x265)]['LUMINANCE'],'pixelDatatype':Cesium$3['PixelDatatype']['FLOAT'],'flipY':![],'sampler':new Cesium$3[(_0x5f519d(0x1c2))]({'minificationFilter':Cesium$3[_0x5f519d(0x1c9)]['NEAREST'],'magnificationFilter':Cesium$3['TextureMagnificationFilter']['NEAREST']})};this[_0x5f519d(0x244)]={'U':Util[_0x5f519d(0x1c8)](_0x1c5d7d,_0xdbd617['U']['array']),'V':Util['createTexture'](_0x1c5d7d,_0xdbd617['V']['array'])};}['createParticlesTextures'](_0x3afccc,_0x4ba308,_0x27b5ea){const _0x49d49f=_0x4a841f,_0x4ca47d={'context':_0x3afccc,'width':_0x4ba308['particlesTextureSize'],'height':_0x4ba308['particlesTextureSize'],'pixelFormat':Cesium$3['PixelFormat']['RGBA'],'pixelDatatype':Cesium$3['PixelDatatype']['FLOAT'],'flipY':![],'sampler':new Cesium$3[(_0x49d49f(0x1c2))]({'minificationFilter':Cesium$3['TextureMinificationFilter'][_0x49d49f(0x26e)],'magnificationFilter':Cesium$3['TextureMagnificationFilter']['NEAREST']})},_0x8a177=this['randomizeParticles'](_0x4ba308['maxParticles'],_0x27b5ea),_0x5bb996=new Float32Array(0x4*_0x4ba308['maxParticles'])['fill'](0x0);this['particlesTextures']={'particlesWind':Util['createTexture'](_0x4ca47d),'currentParticlesPosition':Util[_0x49d49f(0x1c8)](_0x4ca47d,_0x8a177),'nextParticlesPosition':Util[_0x49d49f(0x1c8)](_0x4ca47d,_0x8a177),'currentParticlesSpeed':Util['createTexture'](_0x4ca47d,_0x5bb996),'nextParticlesSpeed':Util['createTexture'](_0x4ca47d,_0x5bb996),'postProcessingPosition':Util[_0x49d49f(0x1c8)](_0x4ca47d,_0x8a177),'postProcessingSpeed':Util['createTexture'](_0x4ca47d,_0x5bb996)};}['randomizeParticles'](_0x1e2c35,_0x14b701){const _0x59939a=_0x4a841f,_0xc0a71d=new Float32Array(0x4*_0x1e2c35);for(let _0x164f7b=0x0;_0x164f7b<_0x1e2c35;_0x164f7b++){_0xc0a71d[0x4*_0x164f7b]=Cesium$3['Math']['randomBetween'](_0x14b701['lonRange']['x'],_0x14b701[_0x59939a(0x1c3)]['y']),_0xc0a71d[0x4*_0x164f7b+0x1]=Cesium$3[_0x59939a(0x20e)][_0x59939a(0x25d)](_0x14b701[_0x59939a(0x260)]['x'],_0x14b701['latRange']['y']),_0xc0a71d[0x4*_0x164f7b+0x2]=Cesium$3['Math']['randomBetween'](this['data']['lev']['min'],this['data']['lev']['max']),_0xc0a71d[0x4*_0x164f7b+0x3]=0x0;}return _0xc0a71d;}['destroyParticlesTextures'](){Object['keys'](this['particlesTextures'])['forEach'](_0x2ad50d=>{const _0x37b16f=_0x4431;this[_0x37b16f(0x1e4)][_0x2ad50d][_0x37b16f(0x197)]();});}['createComputingPrimitives'](_0x29ee8c,_0x5b6063,_0x4fba25){const _0x2ef7a2=_0x4a841f,_0x2c2cec=new Cesium$3['Cartesian3'](_0x29ee8c['dimensions'][_0x2ef7a2(0x21a)],_0x29ee8c[_0x2ef7a2(0x184)]['lat'],_0x29ee8c['dimensions']['lev']),_0x2ab3a4=new Cesium$3[(_0x2ef7a2(0x1f4))](_0x29ee8c[_0x2ef7a2(0x21a)][_0x2ef7a2(0x238)],_0x29ee8c['lat'][_0x2ef7a2(0x238)],_0x29ee8c[_0x2ef7a2(0x189)][_0x2ef7a2(0x238)]),_0x45e74e=new Cesium$3['Cartesian3'](_0x29ee8c['lon']['max'],_0x29ee8c[_0x2ef7a2(0x19c)]['max'],_0x29ee8c[_0x2ef7a2(0x189)][_0x2ef7a2(0x1eb)]),_0x58346f=new Cesium$3[(_0x2ef7a2(0x1f4))]((_0x45e74e['x']-_0x2ab3a4['x'])/(_0x2c2cec['x']-0x1),(_0x45e74e['y']-_0x2ab3a4['y'])/(_0x2c2cec['y']-0x1),_0x2c2cec['z']>0x1?(_0x45e74e['z']-_0x2ab3a4['z'])/(_0x2c2cec['z']-0x1):0x1),_0x1ddfbd=new Cesium$3[(_0x2ef7a2(0x20f))](_0x29ee8c['U'][_0x2ef7a2(0x238)],_0x29ee8c['U'][_0x2ef7a2(0x1eb)]),_0xeefb8=new Cesium$3['Cartesian2'](_0x29ee8c['V']['min'],_0x29ee8c['V'][_0x2ef7a2(0x1eb)]),_0x5b6e10=this;this['primitives']={'getWind':new CustomPrimitive({'commandType':_0x2ef7a2(0x20a),'uniformMap':{'U':function(){const _0x39de65=_0x2ef7a2;return _0x5b6e10[_0x39de65(0x244)]['U'];},'V':function(){return _0x5b6e10['windTextures']['V'];},'currentParticlesPosition':function(){const _0x4418cc=_0x2ef7a2;return _0x5b6e10['particlesTextures'][_0x4418cc(0x1e2)];},'dimension':function(){return _0x2c2cec;},'minimum':function(){return _0x2ab3a4;},'maximum':function(){return _0x45e74e;},'interval':function(){return _0x58346f;}},'fragmentShaderSource':new Cesium$3[(_0x2ef7a2(0x1f5))]({'sources':[getWind_frag]}),'outputTexture':this['particlesTextures']['particlesWind'],'preExecute':function(){_0x5b6e10['primitives']['getWind']['commandToExecute']['outputTexture']=_0x5b6e10['particlesTextures']['particlesWind'];}}),'updateSpeed':new CustomPrimitive({'commandType':'Compute','uniformMap':{'currentParticlesSpeed':function(){return _0x5b6e10['particlesTextures']['currentParticlesSpeed'];},'particlesWind':function(){return _0x5b6e10['particlesTextures']['particlesWind'];},'uSpeedRange':function(){return _0x1ddfbd;},'vSpeedRange':function(){return _0xeefb8;},'pixelSize':function(){const _0x2caba6=_0x2ef7a2;return _0x4fba25[_0x2caba6(0x1ee)];},'speedFactor':function(){return _0x5b6063['speedFactor'];}},'fragmentShaderSource':new Cesium$3['ShaderSource']({'sources':[updateSpeed_frag]}),'outputTexture':this['particlesTextures']['nextParticlesSpeed'],'preExecute':function(){const _0x35cfc7=_0x2ef7a2,_0x1ae5b8=_0x5b6e10[_0x35cfc7(0x1e4)][_0x35cfc7(0x25a)];_0x5b6e10[_0x35cfc7(0x1e4)]['currentParticlesSpeed']=_0x5b6e10['particlesTextures']['postProcessingSpeed'],_0x5b6e10[_0x35cfc7(0x1e4)]['postProcessingSpeed']=_0x1ae5b8,_0x5b6e10[_0x35cfc7(0x1bb)]['updateSpeed'][_0x35cfc7(0x24a)][_0x35cfc7(0x19d)]=_0x5b6e10['particlesTextures'][_0x35cfc7(0x1fe)];}}),'updatePosition':new CustomPrimitive({'commandType':'Compute','uniformMap':{'currentParticlesPosition':function(){return _0x5b6e10['particlesTextures']['currentParticlesPosition'];},'currentParticlesSpeed':function(){const _0x5884c8=_0x2ef7a2;return _0x5b6e10[_0x5884c8(0x1e4)][_0x5884c8(0x25a)];}},'fragmentShaderSource':new Cesium$3[(_0x2ef7a2(0x1f5))]({'sources':[updatePosition_frag]}),'outputTexture':this['particlesTextures'][_0x2ef7a2(0x1da)],'preExecute':function(){const _0x563adc=_0x2ef7a2,_0xce77a8=_0x5b6e10['particlesTextures'][_0x563adc(0x1e2)];_0x5b6e10['particlesTextures']['currentParticlesPosition']=_0x5b6e10['particlesTextures']['postProcessingPosition'],_0x5b6e10['particlesTextures'][_0x563adc(0x1d9)]=_0xce77a8,_0x5b6e10['primitives']['updatePosition'][_0x563adc(0x24a)][_0x563adc(0x19d)]=_0x5b6e10['particlesTextures'][_0x563adc(0x1da)];}}),'postProcessingPosition':new CustomPrimitive({'commandType':'Compute','uniformMap':{'nextParticlesPosition':function(){return _0x5b6e10['particlesTextures']['nextParticlesPosition'];},'nextParticlesSpeed':function(){return _0x5b6e10['particlesTextures']['nextParticlesSpeed'];},'lonRange':function(){const _0x43c215=_0x2ef7a2;return _0x4fba25[_0x43c215(0x1c3)];},'latRange':function(){return _0x4fba25['latRange'];},'randomCoefficient':function(){const _0x276c1a=Math['random']();return _0x276c1a;},'dropRate':function(){return _0x5b6063['dropRate'];},'dropRateBump':function(){return _0x5b6063['dropRateBump'];}},'fragmentShaderSource':new Cesium$3[(_0x2ef7a2(0x1f5))]({'sources':[postProcessingPosition_frag]}),'outputTexture':this['particlesTextures']['postProcessingPosition'],'preExecute':function(){const _0x1c316f=_0x2ef7a2;_0x5b6e10[_0x1c316f(0x1bb)]['postProcessingPosition'][_0x1c316f(0x24a)][_0x1c316f(0x19d)]=_0x5b6e10[_0x1c316f(0x1e4)]['postProcessingPosition'];}}),'postProcessingSpeed':new CustomPrimitive({'commandType':_0x2ef7a2(0x20a),'uniformMap':{'postProcessingPosition':function(){return _0x5b6e10['particlesTextures']['postProcessingPosition'];},'nextParticlesSpeed':function(){return _0x5b6e10['particlesTextures']['nextParticlesSpeed'];}},'fragmentShaderSource':new Cesium$3['ShaderSource']({'sources':[postProcessingSpeed_frag]}),'outputTexture':this['particlesTextures']['postProcessingSpeed'],'preExecute':function(){const _0x50d720=_0x2ef7a2;_0x5b6e10['primitives']['postProcessingSpeed']['commandToExecute'][_0x50d720(0x19d)]=_0x5b6e10[_0x50d720(0x1e4)][_0x50d720(0x1fc)];}})};}}const Cesium$2=mars3d__namespace['Cesium'];function _0x4431(_0x1b397b,_0x3a934a){const _0x3b19ad=_0x3b19();return _0x4431=function(_0x443140,_0x467ddd){_0x443140=_0x443140-0x182;let _0x505491=_0x3b19ad[_0x443140];return _0x505491;},_0x4431(_0x1b397b,_0x3a934a);}class ParticleSystem{constructor(_0x1a3468,_0x4bb669,_0x16dddd,_0x5aecf1){const _0x2d2715=_0x4a841f;this['context']=_0x1a3468,_0x4bb669={..._0x4bb669},_0x4bb669[_0x2d2715(0x206)]&&_0x4bb669[_0x2d2715(0x25e)]&&(_0x4bb669['dimensions']={},_0x4bb669[_0x2d2715(0x184)]['lon']=_0x4bb669[_0x2d2715(0x25f)],_0x4bb669[_0x2d2715(0x184)]['lat']=_0x4bb669['rows'],_0x4bb669['dimensions']['lev']=_0x4bb669['lev']||0x1,_0x4bb669[_0x2d2715(0x21a)]={},_0x4bb669['lon']['min']=_0x4bb669['xmin'],_0x4bb669['lon']['max']=_0x4bb669[_0x2d2715(0x254)],_0x4bb669['lat']={},_0x4bb669[_0x2d2715(0x19c)]['min']=_0x4bb669['ymin'],_0x4bb669['lat']['max']=_0x4bb669['ymax'],_0x4bb669['lev']={},_0x4bb669[_0x2d2715(0x189)][_0x2d2715(0x238)]=_0x4bb669['levmin']??0x1,_0x4bb669['lev']['max']=_0x4bb669['levmax']??0x1,_0x4bb669['U']={},_0x4bb669['U'][_0x2d2715(0x21b)]=new Float32Array(_0x4bb669[_0x2d2715(0x206)]),_0x4bb669['U']['min']=_0x4bb669[_0x2d2715(0x1ed)]??Math['min'](..._0x4bb669[_0x2d2715(0x206)]),_0x4bb669['U']['max']=_0x4bb669[_0x2d2715(0x1af)]??Math[_0x2d2715(0x1eb)](..._0x4bb669['udata']),_0x4bb669['V']={},_0x4bb669['V'][_0x2d2715(0x21b)]=new Float32Array(_0x4bb669['vdata']),_0x4bb669['V'][_0x2d2715(0x238)]=_0x4bb669['vmin']??Math['min'](..._0x4bb669[_0x2d2715(0x25e)]),_0x4bb669['V']['max']=_0x4bb669['vmax']??Math['max'](..._0x4bb669[_0x2d2715(0x25e)])),this['data']=_0x4bb669,this['options']=_0x16dddd,this['viewerParameters']=_0x5aecf1,this[_0x2d2715(0x212)]=new ParticlesComputing(this[_0x2d2715(0x1ba)],this['data'],this['options'],this['viewerParameters']),this[_0x2d2715(0x23d)]=new ParticlesRendering(this['context'],this['data'],this['options'],this['viewerParameters'],this[_0x2d2715(0x212)]);}['canvasResize'](_0x1096ac){const _0x52beeb=_0x4a841f;this['particlesComputing']['destroyParticlesTextures'](),Object['keys'](this[_0x52beeb(0x212)]['windTextures'])['forEach'](_0x2462bc=>{this['particlesComputing']['windTextures'][_0x2462bc]['destroy']();}),this['particlesRendering'][_0x52beeb(0x258)]['colorTable']['destroy'](),Object[_0x52beeb(0x222)](this['particlesRendering']['framebuffers'])['forEach'](_0x2f992a=>{this['particlesRendering']['framebuffers'][_0x2f992a]['destroy']();}),this['context']=_0x1096ac,this['particlesComputing']=new ParticlesComputing(this[_0x52beeb(0x1ba)],this[_0x52beeb(0x231)],this['options'],this[_0x52beeb(0x22a)]),this[_0x52beeb(0x23d)]=new ParticlesRendering(this['context'],this['data'],this['options'],this['viewerParameters'],this['particlesComputing']);}[_0x4a841f(0x225)](){const _0x3e54a4=_0x4a841f,_0xd61495=new Cesium$2['ClearCommand']({'color':new Cesium$2['Color'](0x0,0x0,0x0,0x0),'depth':0x1,'framebuffer':undefined,'pass':Cesium$2[_0x3e54a4(0x256)][_0x3e54a4(0x18a)]});Object['keys'](this[_0x3e54a4(0x23d)]['framebuffers'])['forEach'](_0x40bfc6=>{_0xd61495['framebuffer']=this['particlesRendering']['framebuffers'][_0x40bfc6],_0xd61495['execute'](this['context']);});}['refreshParticles'](_0x4a0d24){const _0x40f29f=_0x4a841f;this['clearFramebuffers'](),this['particlesComputing']['destroyParticlesTextures'](),this['particlesComputing'][_0x40f29f(0x255)](this['context'],this['options'],this[_0x40f29f(0x22a)]);if(_0x4a0d24){var _0x39d4de;const _0x221e0f=this['particlesRendering'][_0x40f29f(0x1f9)](this['options']);this['particlesRendering']['primitives']['segments']['geometry']=_0x221e0f;const _0x55371d=Cesium$2['VertexArray'][_0x40f29f(0x205)]({'context':this['context'],'geometry':_0x221e0f,'attributeLocations':this['particlesRendering']['primitives'][_0x40f29f(0x1d4)]['attributeLocations'],'bufferUsage':Cesium$2['BufferUsage']['STATIC_DRAW']});(_0x39d4de=this['particlesRendering'][_0x40f29f(0x1bb)])!==null&&_0x39d4de!==void 0x0&&(_0x39d4de=_0x39d4de['segments'])!==null&&_0x39d4de!==void 0x0&&_0x39d4de[_0x40f29f(0x24a)]&&(this[_0x40f29f(0x23d)][_0x40f29f(0x1bb)][_0x40f29f(0x1d4)]['commandToExecute'][_0x40f29f(0x218)]=_0x55371d);}}['setOptions'](_0x542707){const _0xea1d1b=_0x4a841f;let _0x5f12f1=![];this['options']['maxParticles']!==_0x542707['maxParticles']&&(_0x5f12f1=!![]),Object['keys'](_0x542707)[_0xea1d1b(0x23b)](_0x5c7fbd=>{this['options'][_0x5c7fbd]=_0x542707[_0x5c7fbd];}),this['refreshParticles'](_0x5f12f1);}['applyViewerParameters'](_0x5d0bbb){Object['keys'](_0x5d0bbb)['forEach'](_0x510eb2=>{this['viewerParameters'][_0x510eb2]=_0x5d0bbb[_0x510eb2];}),this['refreshParticles'](![]);}['destroy'](){const _0x2ca77e=_0x4a841f;clearTimeout(this['canrefresh']),this[_0x2ca77e(0x212)]['destroyParticlesTextures'](),Object['keys'](this['particlesComputing']['windTextures'])['forEach'](_0x3ee5cf=>{this['particlesComputing']['windTextures'][_0x3ee5cf]['destroy']();}),this['particlesRendering']['textures']['colorTable'][_0x2ca77e(0x197)](),Object['keys'](this['particlesRendering']['framebuffers'])['forEach'](_0x3ffa43=>{const _0x563ed4=_0x2ca77e;this['particlesRendering'][_0x563ed4(0x182)][_0x3ffa43]['destroy']();});for(const _0x3218c7 in this){delete this[_0x3218c7];}}}const Cesium$1=mars3d__namespace['Cesium'],BaseLayer$1=mars3d__namespace['layer']['BaseLayer'],DEF_OPTIONS={'particlesNumber':0x1000,'fixedHeight':0x0,'fadeOpacity':0.996,'dropRate':0.003,'dropRateBump':0.01,'speedFactor':0.5,'lineWidth':0x2,'colors':['rgb(206,255,255)']};class WindLayer extends BaseLayer$1{constructor(_0x25d44e={}){_0x25d44e={...DEF_OPTIONS,..._0x25d44e},super(_0x25d44e),this['_setOptionsHook'](_0x25d44e);}get['layer'](){return this['primitives'];}get['data'](){return this['_data'];}set[_0x4a841f(0x231)](_0x5c5613){this['setData'](_0x5c5613);}get[_0x4a841f(0x188)](){const _0x90d1b5=_0x4a841f;return this[_0x90d1b5(0x251)]['colors'];}set[_0x4a841f(0x188)](_0x15859f){const _0x3ae491=_0x4a841f;this['options'][_0x3ae491(0x188)]=_0x15859f,this['particleSystem']&&this[_0x3ae491(0x229)]['setOptions']({'colors':_0x15859f}),this[_0x3ae491(0x24b)]();}['_mountedHook'](){}['_addedHook'](){const _0x1137f6=_0x4a841f;this['scene']=this[_0x1137f6(0x245)][_0x1137f6(0x1c5)],this[_0x1137f6(0x241)]=this[_0x1137f6(0x245)][_0x1137f6(0x241)],this['primitives']=new Cesium$1['PrimitiveCollection'](),this['_map']['scene']['primitives'][_0x1137f6(0x215)](this['primitives']),this[_0x1137f6(0x22a)]={'lonRange':new Cesium$1['Cartesian2'](),'latRange':new Cesium$1['Cartesian2'](),'pixelSize':0x0},this['globeBoundingSphere']=new Cesium$1['BoundingSphere'](Cesium$1[_0x1137f6(0x1f4)]['ZERO'],0.99*0x615299),this[_0x1137f6(0x1f0)](),window['addEventListener']('resize',this['resize']['bind'](this),![]),this['mouse_down']=![],this['mouse_move']=![],this['_map']['on'](mars3d__namespace['EventType']['wheel'],this['_onMapWhellEvent'],this),this['_map']['on'](mars3d__namespace['EventType'][_0x1137f6(0x1a7)],this['_onMouseDownEvent'],this),this['_map']['on'](mars3d__namespace['EventType'][_0x1137f6(0x221)],this['_onMouseUpEvent'],this),this[_0x1137f6(0x245)]['on'](mars3d__namespace['EventType']['mouseMove'],this[_0x1137f6(0x187)],this),this['_data']&&this['setData'](this['_data']);}['_removedHook'](){const _0x2512ac=_0x4a841f;window['removeEventListener'](_0x2512ac(0x24b),this['resize']),this[_0x2512ac(0x245)][_0x2512ac(0x1dc)](mars3d__namespace['EventType'][_0x2512ac(0x208)],this[_0x2512ac(0x207)],this),this['_map']['off'](mars3d__namespace['EventType']['wheel'],this['_onMapWhellEvent'],this),this['_map']['off'](mars3d__namespace['EventType']['mouseDown'],this['_onMouseDownEvent'],this),this[_0x2512ac(0x245)]['off'](mars3d__namespace[_0x2512ac(0x203)]['mouseUp'],this[_0x2512ac(0x1e1)],this),this[_0x2512ac(0x245)][_0x2512ac(0x1dc)](mars3d__namespace['EventType'][_0x2512ac(0x220)],this['_onMouseMoveEvent'],this),this['primitives']['removeAll'](),this[_0x2512ac(0x245)][_0x2512ac(0x1c5)][_0x2512ac(0x1bb)]['remove'](this[_0x2512ac(0x1bb)]);}['resize'](){const _0x58e053=_0x4a841f;if(!this[_0x58e053(0x26a)]||!this['particleSystem'])return;this['primitives']['show']=![],this[_0x58e053(0x1bb)]['removeAll'](),this['_map'][_0x58e053(0x23c)](mars3d__namespace[_0x58e053(0x203)][_0x58e053(0x208)],this[_0x58e053(0x207)],this);}['_onMap_preRenderEvent'](_0x5a30d1){const _0x2cd7df=_0x4a841f;this['particleSystem']['canvasResize'](this[_0x2cd7df(0x1c5)]['context']),this['addPrimitives'](),this['primitives']['show']=!![];}['_onMapWhellEvent'](_0x10eb91){const _0x1eae2f=_0x4a841f;clearTimeout(this[_0x1eae2f(0x1cf)]);if(!this['show']||!this['particleSystem'])return;this[_0x1eae2f(0x1bb)][_0x1eae2f(0x26a)]=![],this['refreshTimer']=setTimeout(()=>{const _0x55d616=_0x1eae2f;if(!this['show'])return;this[_0x55d616(0x209)]();},0xc8);}['_onMouseDownEvent'](_0x3181af){this['mouse_down']=!![];}['_onMouseMoveEvent'](_0x1e6102){if(!this['show']||!this['particleSystem'])return;this['mouse_down']&&(this['primitives']['show']=![],this['mouse_move']=!![]);}['_onMouseUpEvent'](_0x5ce429){const _0x531a5a=_0x4a841f;if(!this['show']||!this[_0x531a5a(0x229)])return;this[_0x531a5a(0x1f3)]&&this['mouse_move']&&this['redraw'](),this['primitives']['show']=!![],this['mouse_down']=![],this[_0x531a5a(0x228)]=![];}['redraw'](){const _0x1e18dc=_0x4a841f;if(!this['_map']||!this['show'])return;this[_0x1e18dc(0x1f0)](),this['particleSystem']['applyViewerParameters'](this['viewerParameters']),this['primitives'][_0x1e18dc(0x26a)]=!![];}['setData'](_0x2a75f9){const _0x4c58e5=_0x4a841f;this['_data']=_0x2a75f9,this['particleSystem']&&this[_0x4c58e5(0x229)]['destroy'](),this['particleSystem']=new ParticleSystem(this[_0x4c58e5(0x1c5)][_0x4c58e5(0x1ba)],_0x2a75f9,this['getOptions'](),this[_0x4c58e5(0x22a)]),this['addPrimitives']();}[_0x4a841f(0x1e7)](_0x2a55da,_0x2a9825){const _0x2a5d82=_0x4a841f;if(_0x2a55da)for(const _0x4601fd in _0x2a55da){this[_0x4601fd]=_0x2a55da[_0x4601fd];}this['particleSystem']&&this[_0x2a5d82(0x229)]['setOptions'](this['getOptions']());}['getOptions'](){const _0x5c367a=_0x4a841f,_0x2f71a0=Math[_0x5c367a(0x204)](Math['sqrt'](this[_0x5c367a(0x266)]));return this['particlesNumber']=_0x2f71a0*_0x2f71a0,{'particlesTextureSize':_0x2f71a0,'maxParticles':this['particlesNumber'],'particleHeight':this['fixedHeight'],'fadeOpacity':this['fadeOpacity'],'dropRate':this['dropRate'],'dropRateBump':this['dropRateBump'],'speedFactor':this['speedFactor'],'lineWidth':this['lineWidth'],'colors':this['colors']};}[_0x4a841f(0x264)](){const _0x35b4e9=_0x4a841f;this['primitives']['add'](this['particleSystem'][_0x35b4e9(0x212)]['primitives']['getWind']),this['primitives'][_0x35b4e9(0x215)](this['particleSystem']['particlesComputing']['primitives'][_0x35b4e9(0x1d8)]),this['primitives']['add'](this['particleSystem']['particlesComputing'][_0x35b4e9(0x1bb)]['updatePosition']),this[_0x35b4e9(0x1bb)]['add'](this[_0x35b4e9(0x229)][_0x35b4e9(0x212)]['primitives']['postProcessingPosition']),this['primitives'][_0x35b4e9(0x215)](this[_0x35b4e9(0x229)]['particlesComputing']['primitives']['postProcessingSpeed']),this['primitives']['add'](this[_0x35b4e9(0x229)]['particlesRendering']['primitives'][_0x35b4e9(0x1d4)]),this['primitives'][_0x35b4e9(0x215)](this['particleSystem']['particlesRendering'][_0x35b4e9(0x1bb)]['trails']),this['primitives']['add'](this[_0x35b4e9(0x229)][_0x35b4e9(0x23d)][_0x35b4e9(0x1bb)][_0x35b4e9(0x1bc)]);}[_0x4a841f(0x1f0)](){const _0x35a672=_0x4a841f;let _0x3535ff=this['camera']['computeViewRectangle'](this['scene']['globe']['ellipsoid']);if(!_0x3535ff){const _0x24ed3b=this[_0x35a672(0x245)]['getExtent']();_0x3535ff=Cesium$1['Rectangle']['fromDegrees'](_0x24ed3b['xmin'],_0x24ed3b['ymin'],_0x24ed3b['xmax'],_0x24ed3b['ymax']);}const _0x34c89a=Util['viewRectangleToLonLatRange'](_0x3535ff);this['viewerParameters'][_0x35a672(0x1c3)]['x']=_0x34c89a['lon']['min'],this['viewerParameters'][_0x35a672(0x1c3)]['y']=_0x34c89a['lon']['max'],this[_0x35a672(0x22a)]['latRange']['x']=_0x34c89a[_0x35a672(0x19c)]['min'],this['viewerParameters']['latRange']['y']=_0x34c89a['lat'][_0x35a672(0x1eb)];const _0x37f543=this['camera'][_0x35a672(0x1b9)](this['globeBoundingSphere'],this['scene'][_0x35a672(0x226)],this[_0x35a672(0x1c5)]['drawingBufferHeight']);_0x37f543>0x0&&(this[_0x35a672(0x22a)][_0x35a672(0x1ee)]=_0x37f543);}}mars3d__namespace['LayerUtil']['register']('wind',WindLayer),mars3d__namespace[_0x4a841f(0x20c)]['WindLayer']=WindLayer;class CanvasParticle{constructor(){this['lng']=null,this['lat']=null,this['tlng']=null,this['tlat']=null,this['age']=null,this['speed']=null;}['destroy'](){for(const _0xd5b2be in this){delete this[_0xd5b2be];}}}class CanvasWindField{constructor(_0x2cac83){const _0x208241=_0x4a841f;this[_0x208241(0x1b1)](_0x2cac83);}get['speedRate'](){return this['_speedRate'];}set['speedRate'](_0x19bea6){const _0x55a517=_0x4a841f;this[_0x55a517(0x22c)]=(0x64-(_0x19bea6>0x63?0x63:_0x19bea6))*0x64,this['_calc_speedRate']=[(this['xmax']-this['xmin'])/this['_speedRate'],(this['ymax']-this['ymin'])/this['_speedRate']];}get['maxAge'](){return this['_maxAge'];}set['maxAge'](_0xd9b666){const _0x11e7d6=_0x4a841f;this[_0x11e7d6(0x20d)]=_0xd9b666;}['setOptions'](_0x43e89b){const _0x59f3ec=_0x4a841f;this['options']=_0x43e89b,this[_0x59f3ec(0x1b2)]=_0x43e89b[_0x59f3ec(0x1b2)]||0x78,this['speedRate']=_0x43e89b['speedRate']||0x32,this['particles']=[];const _0x227ec2=_0x43e89b['particlesNumber']||0x1000;for(let _0x30e185=0x0;_0x30e185<_0x227ec2;_0x30e185++){const _0x387deb=this[_0x59f3ec(0x1ac)](new CanvasParticle());this['particles']['push'](_0x387deb);}}['setDate'](_0x579994){const _0x4ce555=_0x4a841f;this['rows']=_0x579994[_0x4ce555(0x24f)],this['cols']=_0x579994[_0x4ce555(0x25f)],this[_0x4ce555(0x1d0)]=_0x579994[_0x4ce555(0x1d0)],this[_0x4ce555(0x254)]=_0x579994[_0x4ce555(0x254)],this['ymin']=_0x579994['ymin'],this['ymax']=_0x579994[_0x4ce555(0x261)],this[_0x4ce555(0x24c)]=[];const _0x4120c1=_0x579994[_0x4ce555(0x206)],_0x3e7eea=_0x579994[_0x4ce555(0x25e)];let _0x1431ae=![];_0x4120c1[_0x4ce555(0x232)]===this['rows']&&_0x4120c1[0x0][_0x4ce555(0x232)]===this['cols']&&(_0x1431ae=!![]);let _0x21772e=0x0,_0x3e2368=null,_0x1e170b=null;for(let _0x199421=0x0;_0x199421<this[_0x4ce555(0x24f)];_0x199421++){_0x3e2368=[];for(let _0x31709d=0x0;_0x31709d<this[_0x4ce555(0x25f)];_0x31709d++,_0x21772e++){_0x1431ae?_0x1e170b=this[_0x4ce555(0x1b3)](_0x4120c1[_0x199421][_0x31709d],_0x3e7eea[_0x199421][_0x31709d]):_0x1e170b=this['_calcUV'](_0x4120c1[_0x21772e],_0x3e7eea[_0x21772e]),_0x3e2368['push'](_0x1e170b);}this[_0x4ce555(0x24c)]['push'](_0x3e2368);}this['options']['reverseY']&&this['grid'][_0x4ce555(0x1b4)]();}['clear'](){const _0x1363ed=_0x4a841f;delete this['rows'],delete this['cols'],delete this['xmin'],delete this['xmax'],delete this['ymin'],delete this['ymax'],delete this[_0x1363ed(0x24c)],delete this[_0x1363ed(0x1d5)];}['toGridXY'](_0xc23a0d,_0x135db5){const _0x57b1a6=_0x4a841f,_0x55c6b0=(_0xc23a0d-this['xmin'])/(this[_0x57b1a6(0x254)]-this['xmin'])*(this['cols']-0x1),_0xade83d=(this[_0x57b1a6(0x261)]-_0x135db5)/(this['ymax']-this['ymin'])*(this[_0x57b1a6(0x24f)]-0x1);return[_0x55c6b0,_0xade83d];}['getUVByXY'](_0x2b666c,_0x5aeab4){const _0x5030e5=_0x4a841f;if(_0x2b666c<0x0||_0x2b666c>=this[_0x5030e5(0x25f)]||_0x5aeab4>=this['rows'])return[0x0,0x0,0x0];const _0x413202=Math[_0x5030e5(0x1c6)](_0x2b666c),_0x177326=Math['floor'](_0x5aeab4);if(_0x413202===_0x2b666c&&_0x177326===_0x5aeab4)return this['grid'][_0x5aeab4][_0x2b666c];const _0x4a45e1=_0x413202+0x1,_0x3a7dfc=_0x177326+0x1,_0x2afaad=this['getUVByXY'](_0x413202,_0x177326),_0x35183a=this[_0x5030e5(0x1ab)](_0x4a45e1,_0x177326),_0x46c9ba=this['getUVByXY'](_0x413202,_0x3a7dfc),_0x431e66=this['getUVByXY'](_0x4a45e1,_0x3a7dfc);let _0x45e7f9=null;try{_0x45e7f9=this['_bilinearInterpolation'](_0x2b666c-_0x413202,_0x5aeab4-_0x177326,_0x2afaad,_0x35183a,_0x46c9ba,_0x431e66);}catch(_0x9ff15c){console[_0x5030e5(0x1e6)](_0x2b666c,_0x5aeab4);}return _0x45e7f9;}[_0x4a841f(0x19f)](_0x5ce1de,_0x14a00c,_0x3d650a,_0x3583fc,_0x445a19,_0x5e9f0a){const _0x4c9828=0x1-_0x5ce1de,_0x307151=0x1-_0x14a00c,_0x309977=_0x4c9828*_0x307151,_0x3d55d2=_0x5ce1de*_0x307151,_0x2d3efe=_0x4c9828*_0x14a00c,_0x59cddb=_0x5ce1de*_0x14a00c,_0x2ad679=_0x3d650a[0x0]*_0x309977+_0x3583fc[0x0]*_0x3d55d2+_0x445a19[0x0]*_0x2d3efe+_0x5e9f0a[0x0]*_0x59cddb,_0x16545f=_0x3d650a[0x1]*_0x309977+_0x3583fc[0x1]*_0x3d55d2+_0x445a19[0x1]*_0x2d3efe+_0x5e9f0a[0x1]*_0x59cddb;return this['_calcUV'](_0x2ad679,_0x16545f);}[_0x4a841f(0x1b3)](_0x3802af,_0x34f394){const _0x51260d=_0x4a841f;return[+_0x3802af,+_0x34f394,Math[_0x51260d(0x227)](_0x3802af*_0x3802af+_0x34f394*_0x34f394)];}['getUVByPoint'](_0xb49cdd,_0x3e6da3){if(!this['isInExtent'](_0xb49cdd,_0x3e6da3))return null;const _0x23312e=this['toGridXY'](_0xb49cdd,_0x3e6da3),_0x50a2ce=this['getUVByXY'](_0x23312e[0x0],_0x23312e[0x1]);return _0x50a2ce;}['isInExtent'](_0x5e9777,_0x1103c8){const _0x420f17=_0x4a841f;return _0x5e9777>=this['xmin']&&_0x5e9777<=this['xmax']&&_0x1103c8>=this['ymin']&&_0x1103c8<=this[_0x420f17(0x261)]?!![]:![];}['getRandomLatLng'](){const _0xd32b8f=_0x4a841f,_0x251d38=fRandomByfloat(this[_0xd32b8f(0x1d0)],this['xmax']),_0x3aaa95=fRandomByfloat(this[_0xd32b8f(0x199)],this['ymax']);return{'lat':_0x3aaa95,'lng':_0x251d38};}['getParticles'](){const _0x2915e6=_0x4a841f;let _0x8c4639,_0x12af44,_0x59411b;for(let _0x2e5d16=0x0,_0x2cfbd5=this['particles']['length'];_0x2e5d16<_0x2cfbd5;_0x2e5d16++){let _0x5bcc56=this[_0x2915e6(0x1d5)][_0x2e5d16];_0x5bcc56[_0x2915e6(0x1db)]<=0x0&&(_0x5bcc56=this['_randomParticle'](_0x5bcc56));if(_0x5bcc56[_0x2915e6(0x1db)]>0x0){const _0x2d6667=_0x5bcc56[_0x2915e6(0x1d1)],_0x165be1=_0x5bcc56['tlat'];_0x59411b=this[_0x2915e6(0x217)](_0x2d6667,_0x165be1),_0x59411b?(_0x8c4639=_0x2d6667+this['_calc_speedRate'][0x0]*_0x59411b[0x0],_0x12af44=_0x165be1+this['_calc_speedRate'][0x1]*_0x59411b[0x1],_0x5bcc56['lng']=_0x2d6667,_0x5bcc56['lat']=_0x165be1,_0x5bcc56['tlng']=_0x8c4639,_0x5bcc56['tlat']=_0x12af44,_0x5bcc56[_0x2915e6(0x1b7)]=_0x59411b[0x2],_0x5bcc56['age']--):_0x5bcc56[_0x2915e6(0x1db)]=0x0;}}return this[_0x2915e6(0x1d5)];}['_randomParticle'](_0x54e503){const _0x379c23=_0x4a841f;let _0x31fe39,_0x488e9c;for(let _0x540306=0x0;_0x540306<0x1e;_0x540306++){_0x31fe39=this[_0x379c23(0x1e3)](),_0x488e9c=this['getUVByPoint'](_0x31fe39['lng'],_0x31fe39['lat']);if(_0x488e9c&&_0x488e9c[0x2]>0x0)break;}if(!_0x488e9c)return _0x54e503;const _0x12de4d=_0x31fe39['lng']+this[_0x379c23(0x25c)][0x0]*_0x488e9c[0x0],_0x47c7ec=_0x31fe39['lat']+this['_calc_speedRate'][0x1]*_0x488e9c[0x1];return _0x54e503['lng']=_0x31fe39[_0x379c23(0x253)],_0x54e503[_0x379c23(0x19c)]=_0x31fe39['lat'],_0x54e503['tlng']=_0x12de4d,_0x54e503[_0x379c23(0x1d7)]=_0x47c7ec,_0x54e503[_0x379c23(0x1db)]=Math[_0x379c23(0x23a)](Math[_0x379c23(0x1bd)]()*this['maxAge']),_0x54e503[_0x379c23(0x1b7)]=_0x488e9c[0x2],_0x54e503;}['destroy'](){for(const _0x28d5fa in this){delete this[_0x28d5fa];}}}function fRandomByfloat(_0x178d42,_0x55fa53){return _0x178d42+Math['random']()*(_0x55fa53-_0x178d42);}const Cesium=mars3d__namespace['Cesium'],BaseLayer=mars3d__namespace['layer']['BaseLayer'];class CanvasWindLayer extends BaseLayer{constructor(_0x231a75={}){const _0x41bf79=_0x4a841f;super(_0x231a75),this['_setOptionsHook'](_0x231a75),this[_0x41bf79(0x1e5)]=null,_0x231a75[_0x41bf79(0x188)]&&_0x231a75['steps']&&(this['_colorRamp']=new mars3d__namespace['ColorRamp'](_0x231a75));}['_setOptionsHook'](_0x5b9c77,_0x2292e2){const _0x3543e0=_0x4a841f;this['frameTime']=0x3e8/(_0x5b9c77[_0x3543e0(0x223)]||0xa),this[_0x3543e0(0x1d2)]=this['options']['pointerEvents']??![],this['color']=_0x5b9c77[_0x3543e0(0x262)]||'#ffffff',this['lineWidth']=_0x5b9c77['lineWidth']||0x1,this['fixedHeight']=_0x5b9c77[_0x3543e0(0x26d)]??0x0,this[_0x3543e0(0x202)]=_0x5b9c77['reverseY']??![],this['windField']&&this['windField']['setOptions'](_0x5b9c77);}get[_0x4a841f(0x20c)](){return this['canvas'];}get['canvasWidth'](){const _0x90626a=_0x4a841f;return this['_map'][_0x90626a(0x1c5)]['canvas'][_0x90626a(0x263)];}get['canvasHeight'](){const _0x49ea99=_0x4a841f;return this[_0x49ea99(0x245)]['scene']['canvas']['clientHeight'];}get['pointerEvents'](){return this['_pointerEvents'];}set['pointerEvents'](_0x301d1a){const _0x4adbd7=_0x4a841f;this['_pointerEvents']=_0x301d1a;if(!this[_0x4adbd7(0x1e5)])return;_0x301d1a?this[_0x4adbd7(0x1e5)][_0x4adbd7(0x236)]['pointer-events']='all':this[_0x4adbd7(0x1e5)]['style']['pointer-events']='none';}get['particlesNumber'](){const _0x2e792f=_0x4a841f;return this['options'][_0x2e792f(0x266)];}set['particlesNumber'](_0x195c3e){const _0x23b125=_0x4a841f;this['options']['particlesNumber']=_0x195c3e,clearTimeout(this[_0x23b125(0x1be)]),this[_0x23b125(0x1be)]=setTimeout(()=>{const _0x13007b=_0x23b125;this[_0x13007b(0x209)]();},0x1f4);}get['speedRate'](){return this['options']['speedRate'];}set[_0x4a841f(0x19b)](_0x606db3){const _0x1afe21=_0x4a841f;this[_0x1afe21(0x251)]['speedRate']=_0x606db3,this['windField']&&(this['windField']['speedRate']=_0x606db3);}get['maxAge'](){const _0xb1c7d9=_0x4a841f;return this[_0xb1c7d9(0x251)]['maxAge'];}set['maxAge'](_0x26eaa3){const _0x173a85=_0x4a841f;this['options']['maxAge']=_0x26eaa3,this[_0x173a85(0x235)]&&(this['windField'][_0x173a85(0x1b2)]=_0x26eaa3);}get[_0x4a841f(0x231)](){return this['windData'];}set[_0x4a841f(0x231)](_0x2d3312){const _0x1de04f=_0x4a841f;this[_0x1de04f(0x22f)](_0x2d3312);}['_showHook'](_0x891b2a){_0x891b2a?this['_addedHook']():(this['windData']&&(this['options']['data']=this['windData']),this['_removedHook']());}['_mountedHook'](){this['options']['worker']?this['initWorker']():this['windField']=new CanvasWindField(this['options']);}['_addedHook'](){const _0x2ae3b2=_0x4a841f;this['canvas']=this[_0x2ae3b2(0x22b)](),this['canvasContext']=this['canvas']['getContext']('2d',{'willReadFrequently':!![]}),this[_0x2ae3b2(0x247)](),this['options']['data']&&this['setData'](this[_0x2ae3b2(0x251)][_0x2ae3b2(0x231)]);}['_removedHook'](){const _0x172e0a=_0x4a841f;this['clear'](),this['unbindEvent'](),this[_0x172e0a(0x1e5)]&&(this[_0x172e0a(0x245)]['container']['removeChild'](this['canvas']),delete this['canvas']);}['_createCanvas'](){const _0x4e6f1a=_0x4a841f,_0x49e8a4=mars3d__namespace[_0x4e6f1a(0x1cb)]['create']('canvas','mars3d-canvasWind',this['_map']['container']);return _0x49e8a4[_0x4e6f1a(0x236)][_0x4e6f1a(0x1f2)]='absolute',_0x49e8a4['style'][_0x4e6f1a(0x201)]='0px',_0x49e8a4['style']['left']='0px',_0x49e8a4['style']['width']=this['_map'][_0x4e6f1a(0x1c5)]['canvas']['clientWidth']+'px',_0x49e8a4['style']['height']=this[_0x4e6f1a(0x245)]['scene'][_0x4e6f1a(0x1e5)]['clientHeight']+'px',_0x49e8a4[_0x4e6f1a(0x236)]['pointerEvents']=this['_pointerEvents']?'auto':'none',_0x49e8a4[_0x4e6f1a(0x236)]['zIndex']=this['options']['zIndex']??0x9,_0x49e8a4['width']=this['_map']['scene']['canvas']['clientWidth'],_0x49e8a4['height']=this['_map']['scene']['canvas']['clientHeight'],_0x49e8a4;}[_0x4a841f(0x24b)](){const _0x1ca67f=_0x4a841f;this['canvas']&&(this['canvas']['style']['width']=this['_map']['scene']['canvas']['clientWidth']+'px',this['canvas']['style']['height']=this['_map']['scene']['canvas'][_0x1ca67f(0x1fd)]+'px',this['canvas']['width']=this['_map'][_0x1ca67f(0x1c5)][_0x1ca67f(0x1e5)]['clientWidth'],this['canvas']['height']=this['_map']['scene']['canvas'][_0x1ca67f(0x1fd)]);}[_0x4a841f(0x247)](){const _0x302dd5=_0x4a841f,_0x29d1d5=this;let _0x408055=Date['now']();(function _0x40efb2(){const _0x2d1eaa=_0x4431;_0x29d1d5['animateFrame']=window[_0x2d1eaa(0x185)](_0x40efb2);if(_0x29d1d5['show']&&_0x29d1d5['windField']){const _0x394b70=Date[_0x2d1eaa(0x219)](),_0x3a4f2a=_0x394b70-_0x408055;_0x3a4f2a>_0x29d1d5['frameTime']&&(_0x408055=_0x394b70-_0x3a4f2a%_0x29d1d5[_0x2d1eaa(0x18f)],_0x29d1d5[_0x2d1eaa(0x259)]());}}(),window['addEventListener']('resize',this['resize']['bind'](this),![]),this['mouse_down']=![],this['mouse_move']=![],this[_0x302dd5(0x251)]['mouseHidden']&&(this['_map']['on'](mars3d__namespace['EventType']['wheel'],this['_onMapWhellEvent'],this),this['_map']['on'](mars3d__namespace['EventType'][_0x302dd5(0x1a7)],this['_onMouseDownEvent'],this),this['_map']['on'](mars3d__namespace[_0x302dd5(0x203)]['mouseUp'],this['_onMouseUpEvent'],this)));}[_0x4a841f(0x1e8)](){const _0xee34b0=_0x4a841f;window['cancelAnimationFrame'](this[_0xee34b0(0x271)]),delete this['animateFrame'],window['removeEventListener']('resize',this['resize']),this['options']['mouseHidden']&&(this['_map'][_0xee34b0(0x1dc)](mars3d__namespace['EventType']['wheel'],this['_onMapWhellEvent'],this),this['_map']['off'](mars3d__namespace['EventType']['mouseDown'],this['_onMouseDownEvent'],this),this['_map']['off'](mars3d__namespace['EventType']['mouseUp'],this[_0xee34b0(0x1e1)],this),this[_0xee34b0(0x245)]['off'](mars3d__namespace[_0xee34b0(0x203)][_0xee34b0(0x220)],this['_onMouseMoveEvent'],this));}['_onMapWhellEvent'](_0x5caa0b){const _0x36a9e9=_0x4a841f;clearTimeout(this['refreshTimer']);if(!this['show']||!this['canvas'])return;this[_0x36a9e9(0x1e5)]['style']['visibility']='hidden',this['refreshTimer']=setTimeout(()=>{const _0x5e7502=_0x36a9e9;if(!this[_0x5e7502(0x26a)])return;this[_0x5e7502(0x209)](),this['canvas']['style']['visibility']=_0x5e7502(0x19e);},0xc8);}['_onMouseDownEvent'](_0x19f071){const _0x509941=_0x4a841f;this['mouse_down']=!![],this['_map'][_0x509941(0x1dc)](mars3d__namespace[_0x509941(0x203)]['mouseMove'],this[_0x509941(0x187)],this),this['_map']['on'](mars3d__namespace['EventType']['mouseMove'],this['_onMouseMoveEvent'],this);}['_onMouseMoveEvent'](_0xe15c1c){const _0x27638=_0x4a841f;if(!this['show']||!this['canvas'])return;this['mouse_down']&&(this[_0x27638(0x1e5)][_0x27638(0x236)][_0x27638(0x1f6)]='hidden',this[_0x27638(0x228)]=!![]);}[_0x4a841f(0x1e1)](_0x3dbe88){const _0x3a0be3=_0x4a841f;if(!this['show']||!this[_0x3a0be3(0x1e5)])return;this['_map'][_0x3a0be3(0x1dc)](mars3d__namespace['EventType'][_0x3a0be3(0x220)],this['_onMouseMoveEvent'],this),this['mouse_down']&&this['mouse_move']&&this['redraw'](),this['canvas']['style'][_0x3a0be3(0x1f6)]='visible',this['mouse_down']=![],this['mouse_move']=![];}['setData'](_0x2f0e77){const _0x5ae349=_0x4a841f;this['clear'](),this[_0x5ae349(0x24d)]=_0x2f0e77,this['windField']['setDate'](_0x2f0e77),this['redraw']();}['redraw'](){const _0x292bb6=_0x4a841f;if(!this['show'])return;this['windField']['setOptions'](this[_0x292bb6(0x251)]),this[_0x292bb6(0x259)]();}[_0x4a841f(0x259)](){const _0x13be57=_0x4a841f;if(this['_updateIng'])return;this[_0x13be57(0x1a3)]=!![];if(this['worker'])this['windField']['update']();else{const _0x5f5a57=this['windField']['getParticles']();this['_drawLines'](_0x5f5a57);}this[_0x13be57(0x1a3)]=![];}['_drawLines'](_0x5060ec){const _0x44184e=_0x4a841f;this['canvasContext'][_0x44184e(0x269)]='destination-in',this['canvasContext']['fillRect'](0x0,0x0,this['canvasWidth'],this[_0x44184e(0x1f8)]),this['canvasContext']['globalCompositeOperation']=_0x44184e(0x1dd),this[_0x44184e(0x21f)][_0x44184e(0x250)]=0.9;const _0x2873f7=this['_map']['scene'][_0x44184e(0x21d)]!==Cesium['SceneMode']['SCENE3D'],_0x59252b=this[_0x44184e(0x213)]*0.25;if(this['_colorRamp'])for(let _0xe4b803=0x0,_0x4c4a5a=_0x5060ec['length'];_0xe4b803<_0x4c4a5a;_0xe4b803++){const _0x2f718c=_0x5060ec[_0xe4b803],_0x29d052=this['_tomap'](_0x2f718c['lng'],_0x2f718c['lat'],_0x2f718c),_0x42e223=this['_tomap'](_0x2f718c['tlng'],_0x2f718c['tlat'],_0x2f718c);if(!_0x29d052||!_0x42e223)continue;if(_0x2873f7&&Math[_0x44184e(0x243)](_0x29d052[0x0]-_0x42e223[0x0])>=_0x59252b)continue;this['canvasContext']['beginPath'](),this['canvasContext'][_0x44184e(0x1bf)]=this[_0x44184e(0x1bf)],this[_0x44184e(0x21f)]['strokeStyle']=this[_0x44184e(0x1b8)]['getColor'](_0x2f718c[_0x44184e(0x1b7)]),this['canvasContext']['moveTo'](_0x29d052[0x0],_0x29d052[0x1]),this['canvasContext'][_0x44184e(0x1b5)](_0x42e223[0x0],_0x42e223[0x1]),this['canvasContext']['stroke']();}else{this['canvasContext'][_0x44184e(0x267)](),this['canvasContext']['lineWidth']=this[_0x44184e(0x1bf)],this['canvasContext']['strokeStyle']=this['color'];for(let _0x32a83d=0x0,_0xd06162=_0x5060ec['length'];_0x32a83d<_0xd06162;_0x32a83d++){const _0x3e4021=_0x5060ec[_0x32a83d],_0x2b4273=this['_tomap'](_0x3e4021[_0x44184e(0x253)],_0x3e4021['lat'],_0x3e4021),_0x245dd0=this['_tomap'](_0x3e4021['tlng'],_0x3e4021['tlat'],_0x3e4021);if(!_0x2b4273||!_0x245dd0)continue;if(_0x2873f7&&Math['abs'](_0x2b4273[0x0]-_0x245dd0[0x0])>=_0x59252b)continue;this[_0x44184e(0x21f)][_0x44184e(0x1c0)](_0x2b4273[0x0],_0x2b4273[0x1]),this['canvasContext']['lineTo'](_0x245dd0[0x0],_0x245dd0[0x1]);}this[_0x44184e(0x21f)]['stroke']();}}['_tomap'](_0x2e83a0,_0x502188,_0x28a23a){const _0x17aafe=_0x4a841f,_0x267d9e=Cesium['Cartesian3']['fromDegrees'](_0x2e83a0,_0x502188,this[_0x17aafe(0x26d)]),_0x4153e4=this[_0x17aafe(0x245)]['scene'];if(_0x4153e4['mode']===Cesium['SceneMode']['SCENE3D']){const _0x21e9b9=new Cesium[(_0x17aafe(0x21c))](_0x4153e4[_0x17aafe(0x1ca)]['ellipsoid'],_0x4153e4[_0x17aafe(0x241)]['positionWC']),_0x226765=_0x21e9b9[_0x17aafe(0x22d)](_0x267d9e);if(!_0x226765)return _0x28a23a['age']=0x0,null;}const _0x7a6ef2=Cesium[_0x17aafe(0x198)]['wgs84ToWindowCoordinates'](this['_map']['scene'],_0x267d9e);return _0x7a6ef2?[_0x7a6ef2['x'],_0x7a6ef2['y']]:null;}[_0x4a841f(0x21e)](){this['windField']['clear'](),delete this['windData'];}['initWorker'](){const _0x5b710f=_0x4a841f;this['worker']=new Worker(this['options']['worker']),this['worker']['onmessage']=_0x20f0ca=>{this['_drawLines'](_0x20f0ca['data']['particles']),this['_updateIng2']=![];},this['windField']={'init':_0x23ec71=>{const _0x2a1590=_0x4431;this[_0x2a1590(0x26f)][_0x2a1590(0x1c4)]({'type':'init','options':_0x23ec71});},'setOptions':_0xb9de98=>{this['worker']['postMessage']({'type':'setOptions','options':_0xb9de98});},'setDate':_0x331417=>{this['worker']['postMessage']({'type':'setDate','data':_0x331417});},'update':()=>{const _0x426782=_0x4431;if(this['_updateIng2'])return;this['_updateIng2']=!![],this['worker'][_0x426782(0x1c4)]({'type':_0x426782(0x259)});},'clear':()=>{this['worker']['postMessage']({'type':'clear'});}},this[_0x5b710f(0x235)]['init'](this['options']);}}mars3d__namespace['LayerUtil'][_0x4a841f(0x194)](_0x4a841f(0x249),CanvasWindLayer),mars3d__namespace['layer']['CanvasWindLayer']=CanvasWindLayer,mars3d__namespace['CanvasWindField']=CanvasWindField,mars3d__namespace['WindUtil']=WindUtil,exports[_0x4a841f(0x26c)]=CanvasWindField,exports['CanvasWindLayer']=CanvasWindLayer,exports['WindLayer']=WindLayer,exports['WindUtil']=WindUtil,Object['defineProperty'](exports,'__esModule',{'value':!![]});
15
15
  }));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mars3d-wind",
3
- "version": "3.7.2",
3
+ "version": "3.7.4",
4
4
  "description": "Mars3D平台插件,支持气象 风向图 功能插件",
5
5
  "main": "dist/mars3d-wind.js",
6
6
  "files": [
@@ -8,7 +8,7 @@
8
8
  ],
9
9
  "peerDependencies": {},
10
10
  "devDependencies": {
11
- "mars3d": "~3.7.2"
11
+ "mars3d": "~3.7.4"
12
12
  },
13
13
  "scripts": {
14
14
  "lint": "eslint ./src/**/*.{js,ts} --fix"