Agriculture-front-end/public/Cesium/Workers/createPolylineVolumeGeometry.js
2023-04-16 22:33:44 +08:00

2 lines
5.8 KiB
JavaScript

define(["./when-b60132fc","./Cartesian2-47311507","./arrayRemoveDuplicates-d2f048c5","./BoundingRectangle-3ed8ca6d","./buildModuleUrl-4e1b81e7","./Cartographic-3309dd0d","./ComponentDatatype-c140a87d","./PolylineVolumeGeometryLibrary-9eff1196","./Check-7b2a090c","./GeometryAttribute-3a88ba31","./GeometryAttributes-252e9929","./GeometryPipeline-9d1ef0b6","./IndexDatatype-8a5eead4","./Math-119be1a3","./PolygonPipeline-660e1625","./PrimitiveType-a54dc62f","./VertexFormat-6446fca0","./Event-16a2dfbf","./RuntimeError-4a5c8994","./WebGLConstants-4ae0db90","./Cartesian4-3ca25aab","./EllipsoidTangentPlane-edb321d3","./IntersectionTests-7386ffbf","./Plane-7ae8294c","./PolylinePipeline-2fe9092e","./EllipsoidGeodesic-0f19ac62","./EllipsoidRhumbLine-ed1a6bf4","./FeatureDetection-c3b71206","./AttributeCompression-90851096","./EncodedCartesian3-f1396b05","./earcut-2.2.1-20c8012f"],(function(e,t,n,a,i,r,o,l,s,p,c,u,d,m,y,g,f,h,v,b,C,P,E,_,k,L,V,F,A,T,G){"use strict";function D(n){var a=(n=e.defaultValue(n,e.defaultValue.EMPTY_OBJECT)).polylinePositions,i=n.shapePositions;this._positions=a,this._shape=i,this._ellipsoid=t.Ellipsoid.clone(e.defaultValue(n.ellipsoid,t.Ellipsoid.WGS84)),this._cornerType=e.defaultValue(n.cornerType,l.CornerType.ROUNDED),this._vertexFormat=f.VertexFormat.clone(e.defaultValue(n.vertexFormat,f.VertexFormat.DEFAULT)),this._granularity=e.defaultValue(n.granularity,m.CesiumMath.RADIANS_PER_DEGREE),this._workerName="createPolylineVolumeGeometry",this.enuCenter=e.defaultValue(n.enuCenter,r.Cartesian3.ZERO);var o=1+a.length*r.Cartesian3.packedLength;o+=1+i.length*t.Cartesian2.packedLength+r.Cartesian3.packedLength,this.packedLength=o+t.Ellipsoid.packedLength+f.VertexFormat.packedLength+2}D.pack=function(n,a,i){var o;i=e.defaultValue(i,0);var l=n._positions,s=l.length;for(a[i++]=s,o=0;o<s;++o,i+=r.Cartesian3.packedLength)r.Cartesian3.pack(l[o],a,i);var p=n._shape;for(s=p.length,a[i++]=s,o=0;o<s;++o,i+=t.Cartesian2.packedLength)t.Cartesian2.pack(p[o],a,i);return t.Ellipsoid.pack(n._ellipsoid,a,i),i+=t.Ellipsoid.packedLength,f.VertexFormat.pack(n._vertexFormat,a,i),i+=f.VertexFormat.packedLength,a[i++]=n._cornerType,a[i++]=n._granularity,r.Cartesian3.pack(n.enuCenter,a,i),a};var x=t.Ellipsoid.clone(t.Ellipsoid.UNIT_SPHERE),w=new f.VertexFormat,R={polylinePositions:void 0,shapePositions:void 0,ellipsoid:x,vertexFormat:w,cornerType:void 0,granularity:void 0,enuCenter:void 0};D.unpack=function(n,a,i){var o;a=e.defaultValue(a,0);var l=n[a++],s=new Array(l);for(o=0;o<l;++o,a+=r.Cartesian3.packedLength)s[o]=r.Cartesian3.unpack(n,a);l=n[a++];var p=new Array(l);for(o=0;o<l;++o,a+=t.Cartesian2.packedLength)p[o]=t.Cartesian2.unpack(n,a);var c=t.Ellipsoid.unpack(n,a,x);a+=t.Ellipsoid.packedLength;var u=f.VertexFormat.unpack(n,a,w);a+=f.VertexFormat.packedLength;var d,m=n[a++],y=n[a++];return d=r.Cartesian3.unpack(n,a),e.defined(i)?(i._positions=s,i._shape=p,i._ellipsoid=t.Ellipsoid.clone(c,i._ellipsoid),i._vertexFormat=f.VertexFormat.clone(u,i._vertexFormat),i._cornerType=m,i._granularity=y,i.enuCenter=d,i):(R.polylinePositions=s,R.shapePositions=p,R.cornerType=m,R.granularity=y,R.enuCenter=d,new D(R))};var O=new a.BoundingRectangle;return D.createGeometry=function(t){for(var s=t._positions,m=n.arrayRemoveDuplicates(s,r.Cartesian3.equalsEpsilon),f=m.length,h=new Array(f),v=0;v<f;v++)h[v]=r.Cartesian3.clone(m[v]);var b=t._shape;if(b=l.PolylineVolumeGeometryLibrary.removeDuplicatesFromShape(b),!(m.length<2||b.length<3)){y.PolygonPipeline.computeWindingOrder2D(b)===y.WindingOrder.CLOCKWISE&&b.reverse();var C=a.BoundingRectangle.fromPoints(b,O),P={};if(P.combinedPositions=l.PolylineVolumeGeometryLibrary.computePositions(h,b,C,t,!0),!r.Cartesian3.equals(t.enuCenter,r.Cartesian3.ZERO)){var E=new Array(f);for(v=0;v<f;v++)E[v]=r.Cartesian3.clone(m[v]);P.combinedLocalPositions=l.PolylineVolumeGeometryLibrary.computeLocalPositions(E,b,C,t,!0,t.enuCenter)}return function(t,n,a,r){var l=t.combinedPositions,s=t.combinedLocalPositions,m=new c.GeometryAttributes;r.position&&(m.position=new p.GeometryAttribute({componentDatatype:o.ComponentDatatype.DOUBLE,componentsPerAttribute:3,values:l}));var f,h,v,b,C,P,E=n.length,_=l.length/3,k=(_-2*E)/(2*E),L=y.PolygonPipeline.triangulate(n),V=(k-1)*E*6+2*L.length,F=d.IndexDatatype.createTypedArray(_,V),A=2*E,T=0;for(f=0;f<k-1;f++){for(h=0;h<E-1;h++)P=(v=2*h+f*E*2)+A,C=(b=v+1)+A,F[T++]=b,F[T++]=v,F[T++]=C,F[T++]=C,F[T++]=v,F[T++]=P;C=(b=1+(v=2*E-2+f*E*2))+A,P=v+A,F[T++]=b,F[T++]=v,F[T++]=C,F[T++]=C,F[T++]=v,F[T++]=P}if(r.st||r.tangent||r.bitangent){var G,D,x=new Float32Array(2*_),w=1/(k-1),R=1/a.height,O=a.height/2,S=0;for(f=0;f<k;f++){for(G=f*w,D=R*(n[0].y+O),x[S++]=G,x[S++]=D,h=1;h<E;h++)D=R*(n[h].y+O),x[S++]=G,x[S++]=D,x[S++]=G,x[S++]=D;D=R*(n[0].y+O),x[S++]=G,x[S++]=D}for(h=0;h<E;h++)G=0,D=R*(n[h].y+O),x[S++]=G,x[S++]=D;for(h=0;h<E;h++)G=(k-1)*w,D=R*(n[h].y+O),x[S++]=G,x[S++]=D;m.st=new p.GeometryAttribute({componentDatatype:o.ComponentDatatype.FLOAT,componentsPerAttribute:2,values:new Float32Array(x)})}var B=_-2*E;for(f=0;f<L.length;f+=3){var I=L[f]+B,N=L[f+1]+B,U=L[f+2]+B;F[T++]=I,F[T++]=N,F[T++]=U,F[T++]=U+E,F[T++]=N+E,F[T++]=I+E}var W=new p.Geometry({attributes:m,indices:F,boundingSphere:i.BoundingSphere.fromVertices(l),primitiveType:g.PrimitiveType.TRIANGLES});if(r.normal&&(W=u.GeometryPipeline.computeNormal(W)),r.tangent||r.bitangent){try{W=u.GeometryPipeline.computeTangentAndBitangent(W)}catch(e){i.oneTimeWarning("polyline-volume-tangent-bitangent","Unable to compute tangents and bitangents for polyline volume geometry")}r.tangent||(W.attributes.tangent=void 0),r.bitangent||(W.attributes.bitangent=void 0),r.st||(W.attributes.st=void 0)}return e.defined(s)&&(W.attributes.position.values=s,W.attributes.position.componentDatatype=o.ComponentDatatype.FLOAT),W}(P,b,C,t._vertexFormat)}},function(n,a){return e.defined(a)&&(n=D.unpack(n,a)),n._ellipsoid=t.Ellipsoid.clone(n._ellipsoid),D.createGeometry(n)}}));