@rings-webgpu/core 1.0.29 → 1.0.30

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.
package/dist/rings.es.js CHANGED
@@ -7888,7 +7888,7 @@ else if (typeof exports === 'object')
7888
7888
  `;class Yf{compute;constructor(){this.compute=new Ce(jf)}generateBRDFLUTTexture(){let e=new Ie(256,256,ae.rgba8unorm,!1,GPUTextureUsage.STORAGE_BINDING|GPUTextureUsage.TEXTURE_BINDING);this.compute.setStorageTexture("brdflutTexture",e),this.compute.workerSizeX=256/8,this.compute.workerSizeY=256/8;let t=S.beginCommandEncoder();return S.computeCommand(t,[this.compute]),S.endCommandEncoder(t),e}}class oi{id;guiTexture;uvRec=new he(0,0,1,1);uvBorder=new he(0,0,0,0);offsetSize=new he(0,0,4,4);borderSize=new he(0,0,0,0);trimSize=new le;isSliced=!1;height=4;width=4;xadvance=0;xoffset=0;yoffset=0;constructor(e){this.guiTexture=e||A.res.defaultGUITexture}}class Cr{static _maxUid=-1;_staticId=-1;dynamicId=-1;texture;width=1;height=1;get staticId(){return this._staticId}constructor(e){e||=A.res.whiteTexture,e.addressModeU="clamp-to-edge",e.addressModeV="clamp-to-edge",this.texture=e,Cr._maxUid++,this._staticId=Cr._maxUid,this.init()}init(){this.dynamicId=-1,this.width=this.texture.width,this.height=this.texture.height}}class _b{fntCache={};fntData={};addFontData(e,t,a){this.fntData[`${e}${t}`]=a}getFontData(e,t){return this.fntData[`${e}${t}`]}addFnt(e,t,a,r){let i=`${e}${t}`;this.fntCache[i]||(this.fntCache[i]={}),this.fntCache[i][a]=r}getFnt(e,t,a){let r=`${e}${t}`,i=this.fntCache[r];return i?i[a]:this.fntCache[" "]}}let li=new _b;class Xf{face="";size=0;bold=!1;italic=!1;stretchH=0;spacing="";outline=0;lineHeight=0;base=0;scaleW=0;scaleH=0;pages=0;packed=0;alphaChnl=0;redChnl=0;greenChnl=0;blueChnl=0;count=0;fontPage=[];fontChar={};constructor(){}}class Hf{id=0;file=""}class Kf{id=-1;x=0;y=0;width=0;height=0;xoffset=0;yoffset=0;xadvance=0;page=0;chnl=0}class er extends ut{static format=qe.TEXT;static parseSprite(e,t){for(const a in t.fontChar)if(Object.prototype.hasOwnProperty.call(t.fontChar,a)){const r=t.fontChar[a];let i=new oi;i.id=r.id.toString(),i.offsetSize.set(0,0,r.width,r.height),i.trimSize.set(r.width,r.height),i.width=r.width,i.height=r.height,i.xadvance=r.xadvance,i.xoffset=r.xoffset,i.yoffset=r.yoffset,i.guiTexture=e[r.page],i.uvRec.set(r.x/t.scaleW,(t.scaleH-(r.y+r.height))/t.scaleH,r.width/t.scaleW,r.height/t.scaleH),li.addFnt(t.face,t.size,i.id,i)}}verification(){if(this.data)return!0;throw new Error("Method not implemented.")}async parseString(e){let t=this.getNewLine(e),a=e,r=new Xf;a.trim().split(t).forEach((i,n)=>{if(n<2)er.readLineProperty(i,r);else if(n<r.pages+2){let o=new Hf;er.readLineProperty(i,o),r.fontPage.push(o)}else if(n<r.pages+3)er.readLineProperty(i,r);else if(r.count>0){let o=new Kf;er.readLineProperty(i,o),r.fontChar[o.id]=o,r.count--}}),a="",this.data=r,await this.loadFontTextures()}getNewLine(e){return e.indexOf(`\r
7889
7889
  `)!=-1?`\r
7890
7890
  `:e.indexOf("\r")!=-1?"\r":`
7891
- `}async loadFontTextures(){let e=[],t=this.data;for(const a of t.fontPage){let r=this.baseUrl+a.file;await A.res.loadTexture(r,null,!0);let i=A.res.getTexture(r),n=new Cr(i);e.push(n)}er.parseSprite(e,t),t.fontChar[" "]||er.insertSpaceChar(t,e[0])}static insertSpaceChar(e,t){let a=new oi,r=e.size*.5,i=e.lineHeight*.5;a.id=" ",a.offsetSize.set(0,0,e.size,e.size),a.trimSize.set(r,i),a.width=r,a.height=i,a.xadvance=0,a.xoffset=0,a.yoffset=0,a.guiTexture=t,a.uvRec.set(0,0,1e-6,1e-6),li.addFnt(e.face,e.size,a.id,a)}static readLineProperty(e,t){e.trim().split(" ").forEach((a,r)=>{let i=a.split("=");if(i.length>1){let n=i[0],o=i[1];Object.prototype.hasOwnProperty.call(t,n)&&(o.indexOf('"')==-1?t[n]=parseFloat(i[1]):t[n]=o.replace('"',"").replace('"',""))}})}}function Bb(s,e){let t=new oi;return t.id=s,t.offsetSize.set(0,0,e.width,e.height),t.trimSize.set(e.width,e.height),t.width=e.width,t.height=e.height,t.xadvance=0,t.xoffset=0,t.yoffset=0,t.guiTexture=new Cr(e),t.uvRec.set(0,0,1,1),e.isVideoTexture||(e.flipY=!0),t}function qf(s,e,t){let a=new oi;a.guiTexture=s,a.id=e,a.uvRec.copyFrom(t.textureRect),a.trimSize.x=t.textureRect.z,a.trimSize.y=t.textureRect.w,a.offsetSize.x=t.textureRectOffset.x,a.offsetSize.y=t.textureRectOffset.y,a.offsetSize.z=t.size.x,a.offsetSize.w=t.size.y,a.width=t.size.x,a.height=t.size.y;let r=1/s.width,i=1/s.height;a.uvRec.set(a.uvRec.x*r,a.uvRec.y*i,a.uvRec.z*r,a.uvRec.w*i);let n=.1;return t.border.x<=n&&t.border.y<=n&&t.border.z<=n&&t.border.x<=n?a.isSliced=!1:(a.borderSize.copyFrom(t.border),a.uvBorder.copyFrom(t.border),a.uvBorder.x-=t.textureRectOffset.x,a.uvBorder.y-=t.textureRectOffset.y,a.uvBorder.z=t.border.z-(t.size.x-t.textureRect.z-t.textureRectOffset.x),a.uvBorder.w=t.border.w-(t.size.y-t.textureRect.w-t.textureRectOffset.y),a.uvBorder.x/=t.textureRect.z,a.uvBorder.z/=t.textureRect.z,a.uvBorder.y/=t.textureRect.w,a.uvBorder.w/=t.textureRect.w,a.isSliced=!0),a}class $f{_spriteMap=new Map;_spriteList=[];textureSize=new le;name;constructor(e){this.textureSize.set(e.x,e.y)}setTexture(e,t,a){let r=qf(e,t,a);return this._spriteMap.set(r.id,r),this._spriteList.push(r),r}getSprite(e){return this._spriteMap.get(e)}get spriteList(){return this._spriteList}}class ed extends ut{static format=qe.TEXT;_json;_texture;async parseString(e){this._json=JSON.parse(e);let t=this.userData.replace(".json",".png");this._texture=await A.res.loadTexture(t,null,!0),this.data={json:this._json,texture:this._texture},this.parseAtlas()}verification(){if(this.data)return!0;throw new Error("verify failed.")}parseAtlas(){let e=new $f(this._json.size),t=new Cr(this._texture),a=this._json.atlas;for(const r in a)e.setTexture(t,r,a[r]);A.res.addAtlas(this.baseUrl,e),this.data=e}}var Kt=Uint8Array,ci=Uint16Array,vb=Int32Array,td=new Kt([0,0,0,0,0,0,0,0,1,1,1,1,2,2,2,2,3,3,3,3,4,4,4,4,5,5,5,5,0,0,0,0]),ad=new Kt([0,0,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,13,13,0,0]),Ub=new Kt([16,17,18,0,8,7,9,6,10,5,11,4,12,3,13,2,14,1,15]),rd=function(s,e){for(var t=new ci(31),a=0;a<31;++a)t[a]=e+=1<<s[a-1];for(var r=new vb(t[30]),a=1;a<30;++a)for(var i=t[a];i<t[a+1];++i)r[i]=i-t[a]<<5|a;return{b:t,r}},id=rd(td,2),sd=id.b,xb=id.r;sd[28]=258,xb[258]=28;for(var yb=rd(ad,0),Cb=yb.b,Bo=new ci(32768),Ye=0;Ye<32768;++Ye){var hr=(Ye&43690)>>1|(Ye&21845)<<1;hr=(hr&52428)>>2|(hr&13107)<<2,hr=(hr&61680)>>4|(hr&3855)<<4,Bo[Ye]=((hr&65280)>>8|(hr&255)<<8)>>1}for(var Ri=(function(s,e,t){for(var a=s.length,r=0,i=new ci(e);r<a;++r)s[r]&&++i[s[r]-1];var n=new ci(e);for(r=1;r<e;++r)n[r]=n[r-1]+i[r-1]<<1;var o;if(t){o=new ci(1<<e);var l=15-e;for(r=0;r<a;++r)if(s[r])for(var c=r<<4|s[r],f=e-s[r],d=n[s[r]-1]++<<f,h=d|(1<<f)-1;d<=h;++d)o[Bo[d]>>l]=c}else for(o=new ci(a),r=0;r<a;++r)s[r]&&(o[r]=Bo[n[s[r]-1]++]>>15-s[r]);return o}),Qi=new Kt(288),Ye=0;Ye<144;++Ye)Qi[Ye]=8;for(var Ye=144;Ye<256;++Ye)Qi[Ye]=9;for(var Ye=256;Ye<280;++Ye)Qi[Ye]=7;for(var Ye=280;Ye<288;++Ye)Qi[Ye]=8;for(var nd=new Kt(32),Ye=0;Ye<32;++Ye)nd[Ye]=5;var Sb=Ri(Qi,9,1),Fb=Ri(nd,5,1),vo=function(s){for(var e=s[0],t=1;t<s.length;++t)s[t]>e&&(e=s[t]);return e},_a=function(s,e,t){var a=e/8|0;return(s[a]|s[a+1]<<8)>>(e&7)&t},Uo=function(s,e){var t=e/8|0;return(s[t]|s[t+1]<<8|s[t+2]<<16)>>(e&7)},kb=function(s){return(s+7)/8|0},xo=function(s,e,t){return(e==null||e<0)&&(e=0),(t==null||t>s.length)&&(t=s.length),new Kt(s.subarray(e,t))},Eb=["unexpected EOF","invalid block type","invalid length/literal","invalid distance","stream finished","no stream handler",,"no callback","invalid UTF-8 data","extra field too long","date not in range 1980-2099","filename too long","stream finishing","invalid zip data"],oa=function(s,e,t){var a=new Error(e||Eb[s]);if(a.code=s,Error.captureStackTrace&&Error.captureStackTrace(a,oa),!t)throw a;return a},wb=function(s,e,t,a){var r=s.length,i=a?a.length:0;if(!r||e.f&&!e.l)return t||new Kt(0);var n=!t,o=n||e.i!=2,l=e.i;n&&(t=new Kt(r*3));var c=function(ee){var ie=t.length;if(ee>ie){var ue=new Kt(Math.max(ie*2,ee));ue.set(t),t=ue}},f=e.f||0,d=e.p||0,h=e.b||0,b=e.l,m=e.d,g=e.m,p=e.n,D=r*8;do{if(!b){f=_a(s,d,1);var _=_a(s,d+1,3);if(d+=3,_)if(_==1)b=Sb,m=Fb,g=9,p=5;else if(_==2){var C=_a(s,d,31)+257,F=_a(s,d+10,15)+4,k=C+_a(s,d+5,31)+1;d+=14;for(var y=new Kt(k),I=new Kt(19),R=0;R<F;++R)I[Ub[R]]=_a(s,d+R*3,7);d+=F*3;for(var Q=vo(I),O=(1<<Q)-1,q=Ri(I,Q,1),R=0;R<k;){var pe=q[_a(s,d,O)];d+=pe&15;var v=pe>>4;if(v<16)y[R++]=v;else{var te=0,N=0;for(v==16?(N=3+_a(s,d,3),d+=2,te=y[R-1]):v==17?(N=3+_a(s,d,7),d+=3):v==18&&(N=11+_a(s,d,127),d+=7);N--;)y[R++]=te}}var L=y.subarray(0,C),G=y.subarray(C);g=vo(L),p=vo(G),b=Ri(L,g,1),m=Ri(G,p,1)}else oa(1);else{var v=kb(d)+4,U=s[v-4]|s[v-3]<<8,x=v+U;if(x>r){l&&oa(0);break}o&&c(h+U),t.set(s.subarray(v,x),h),e.b=h+=U,e.p=d=x*8,e.f=f;continue}if(d>D){l&&oa(0);break}}o&&c(h+131072);for(var z=(1<<g)-1,oe=(1<<p)-1,J=d;;J=d){var te=b[Uo(s,d)&z],ce=te>>4;if(d+=te&15,d>D){l&&oa(0);break}if(te||oa(2),ce<256)t[h++]=ce;else if(ce==256){J=d,b=null;break}else{var re=ce-254;if(ce>264){var R=ce-257,de=td[R];re=_a(s,d,(1<<de)-1)+sd[R],d+=de}var be=m[Uo(s,d)&oe],xe=be>>4;be||oa(3),d+=be&15;var G=Cb[xe];if(xe>3){var de=ad[xe];G+=Uo(s,d)&(1<<de)-1,d+=de}if(d>D){l&&oa(0);break}o&&c(h+131072);var Pe=h+re;if(h<G){var He=i-G,H=Math.min(G,Pe);for(He+h<0&&oa(3);h<H;++h)t[h]=a[He+h]}for(;h<Pe;++h)t[h]=t[h-G]}}e.l=b,e.p=J,e.b=h,e.f=f,b&&(f=1,e.m=g,e.d=m,e.n=p)}while(!f);return h!=t.length&&n?xo(t,0,h):t.subarray(0,h)},Ib=new Kt(0),Pa=function(s,e){return s[e]|s[e+1]<<8},Ba=function(s,e){return(s[e]|s[e+1]<<8|s[e+2]<<16|s[e+3]<<24)>>>0},yo=function(s,e){return Ba(s,e)+Ba(s,e+4)*4294967296};function Rb(s,e){return wb(s,{i:2},e&&e.out,e&&e.dictionary)}var Co=typeof TextDecoder<"u"&&new TextDecoder,Qb=0;try{Co.decode(Ib,{stream:!0}),Qb=1}catch{}var Tb=function(s){for(var e="",t=0;;){var a=s[t++],r=(a>127)+(a>223)+(a>239);if(t+r>s.length)return{s:e,r:xo(s,t-1)};r?r==3?(a=((a&15)<<18|(s[t++]&63)<<12|(s[t++]&63)<<6|s[t++]&63)-65536,e+=String.fromCharCode(55296|a>>10,56320|a&1023)):r&1?e+=String.fromCharCode((a&31)<<6|s[t++]&63):e+=String.fromCharCode((a&15)<<12|(s[t++]&63)<<6|s[t++]&63):e+=String.fromCharCode(a)}};function od(s,e){if(e){for(var t="",a=0;a<s.length;a+=16384)t+=String.fromCharCode.apply(null,s.subarray(a,a+16384));return t}else{if(Co)return Co.decode(s);var r=Tb(s),i=r.s,t=r.r;return t.length&&oa(8),i}}var Mb=function(s,e){return e+30+Pa(s,e+26)+Pa(s,e+28)},Nb=function(s,e,t){var a=Pa(s,e+28),r=od(s.subarray(e+46,e+46+a),!(Pa(s,e+8)&2048)),i=e+46+a,n=Ba(s,e+20),o=t&&n==4294967295?Pb(s,i):[n,Ba(s,e+24),Ba(s,e+42)],l=o[0],c=o[1],f=o[2];return[Pa(s,e+10),l,c,r,i+Pa(s,e+30)+Pa(s,e+32),f]},Pb=function(s,e){for(;Pa(s,e)!=1;e+=4+Pa(s,e+2));return[yo(s,e+12),yo(s,e+4),yo(s,e+20)]};function Vb(s,e){for(var t={},a=s.length-22;Ba(s,a)!=101010256;--a)(!a||s.length-a>65558)&&oa(13);var r=Pa(s,a+8);if(!r)return{};var i=Ba(s,a+16),n=i==4294967295||r==65535;if(n){var o=Ba(s,a-12);n=Ba(s,o)==101075792,n&&(r=Ba(s,o+32),i=Ba(s,o+48))}for(var l=0;l<r;++l){var c=Nb(s,i,n),f=c[0],d=c[1],h=c[2],b=c[3],m=c[4],g=c[5],p=Mb(s,g);i=m,f?f==8?t[b]=Rb(s.subarray(p,p+d),{out:new Kt(h)}):oa(14,"unknown compression type "+f):t[b]=xo(s,p,p+d)}return t}class _t extends Bt{constructor(){super(),this.shader=new Zi,this.baseMap=A.res.whiteTexture}set baseMap(e){this.shader.setTexture("baseMap",e)}get baseMap(){return this.shader.getTexture("baseMap")}set baseColor(e){this.shader.setUniformColor("baseColor",e)}get baseColor(){return this.shader.getUniformColor("baseColor")}set envMap(e){}set shadowMap(e){}}class Tr extends Oe{shape_vertices=[];shape_indices=[];radius;widthSegments;heightSegments;phiStart;phiLength;thetaStart;thetaLength;constructor(e,t,a,r,i,n,o){super(),this.radius=e,this.widthSegments=t,this.heightSegments=a,this.phiStart=r,this.phiLength=i,this.thetaStart=n,this.thetaLength=o,this.buildGeometry()}buildGeometry(){var e,t,a=0;let r=this.heightSegments,i=this.widthSegments,n=this.radius;var o=(r+1)*(i+1);let l=new Float32Array(o*3),c=new Float32Array(o*3),f=new Float32Array(o*2),d=new Uint16Array(i*r*2*3),h=0,b=0,m=0;for(t=0;t<=r;++t){var g=Math.PI*t/r,p=n*Math.cos(g),D=n*Math.sin(g);for(e=0;e<=i;++e){var _=2*Math.PI*e/i,v=D*Math.cos(_),U=D*Math.sin(_),x=1/Math.sqrt(v*v+p*p+U*U);if(l[h++]=v,l[h++]=p,l[h++]=U,c[b++]=v*x,c[b++]=p*x,c[b++]=U*x,f[m++]=e/i,f[m++]=t/r,e>0&&t>0){var C=(i+1)*t+e,F=(i+1)*t+e-1,k=(i+1)*(t-1)+e-1,y=(i+1)*(t-1)+e;t==r?(d[a++]=C,d[a++]=k,d[a++]=y):t==1?(d[a++]=C,d[a++]=F,d[a++]=k):(d[a++]=C,d[a++]=F,d[a++]=k,d[a++]=C,d[a++]=k,d[a++]=y)}}}this.setIndices(d),this.setAttribute(V.position,l),this.setAttribute(V.normal,c),this.setAttribute(V.uv,f),this.setAttribute(V.TEXCOORD_1,f),this.addSubGeometry({indexStart:0,indexCount:d.length,vertexStart:0,vertexCount:0,firstStart:0,index:0,topology:0}),this.bounds=new ke(u.ZERO,new u(this.radius*2,this.radius*2,this.radius*2))}}class us extends ne{static register3DRepresentation=null;positionIndex=-1;positionValid=!1;marker;constructor(e){super(),this.parsePlacemark(e),this.setup3DRepresentation()}parsePlacemark(e){if(!e.slamPositionInfo){console.warn("WayPoint3D: slamPositionInfo is not found");return}const t=e.slamPositionInfo.slamPosition.split(",").map(Number);this.localPosition=new u(t[0],t[1],t[2]),this.positionIndex=Number(e.slamPositionInfo.slamPositionIndex),this.positionValid=e.slamPositionInfo.slamPositionValid==="1"}setup3DRepresentation(){if(this.marker&&(this.removeChild(this.marker),this.marker=null),us.register3DRepresentation)this.marker=us.register3DRepresentation(this),this.marker&&this.addChild(this.marker);else{this.marker=new ne;const e=this.marker.addComponent(fe);e.geometry=new Tr(.1,32,16),e.material=new _t,e.material.baseColor=this.positionValid?new W(0,1,0,1):new W(1,0,0,1),this.addChild(this.marker),this.marker.name="WayPoint3DMarker"}}}class bs extends ne{static register3DRepresentation=null;line;constructor(e){super(),this.parseWayLineFile(e),this.setup3DRepresentation()}parseWayLineFile(e){for(const t of e.Folder.Placemark){const a=new us(t);this.addChild(a)}this.entityChildren=this.entityChildren.sort((t,a)=>t.positionIndex-a.positionIndex)}setup3DRepresentation(){this.line&&(this.removeChild(this.line),this.line=null),bs.register3DRepresentation?(this.line=bs.register3DRepresentation(this),this.line&&this.addChild(this.line)):(this.line=this.createMultiLine(this.entityChildren.map(e=>e.localPosition),new W(1,1,1,1)),this.addChild(this.line),this.line.name="WayLines3DLine")}createMultiLine(e,t){if(e.length<2)return null;const a=new Oe,r=new Float32Array(e.length*3);for(let c=0;c<e.length;c++)r[c*3]=e[c].x,r[c*3+1]=e[c].y,r[c*3+2]=e[c].z;const i=new Uint16Array((e.length-1)*2);for(let c=0;c<e.length-1;c++)i[c*2]=c,i[c*2+1]=c+1;a.setIndices(i),a.setAttribute(V.position,r),a.addSubGeometry({indexStart:0,indexCount:i.length,vertexStart:0,vertexCount:0,firstStart:0,index:0,topology:0});const n=new ne,o=n.addComponent(fe),l=new _t;return l.topology="line-list",l.baseColor=t,l.blendMode=me.ADD,l.castReflection=!1,o.geometry=a,o.material=l,n}}class ld extends ut{static format=qe.BIN;parseBuffer(e){try{const t={template:null,waylines:null},a=Vb(new Uint8Array(e));for(const i in a){const n=a[i],l=new DOMParser().parseFromString(od(n),"application/xml"),c={};this.parseNode(l,c);const f=i.replace("wpmz/","").split(".")[0];Object.assign(t,{[f]:c["#document"].kml.Document})}const r=new bs(t.waylines);this.data=r}catch(t){this.parserError(`KMZ parsing failed: ${t}`,-1)}}parseNode(e,t){const a=["Placemark","actionGroup","action"],r=e.nodeName.replace("wpml:","");if(!e.childNodes.length)t[r]=void 0;else{let i=null,n=!1;for(let o=0;o<e.childNodes.length;++o){const l=e.childNodes[o];if(l.nodeType==Node.TEXT_NODE){const c=l.nodeValue?.trim();c&&c.length>0&&(i=c)}else l.nodeType==Node.ELEMENT_NODE&&(n=!0)}if(i&&!n)t[r]=i;else if(n){a.includes(r)?t[r]?.length?t[r].push({}):t[r]=[{}]:t[r]={};for(let o=0;o<e.childNodes.length;++o){const l=e.childNodes[o];l.nodeType==Node.ELEMENT_NODE&&this.parseNode(l,Array.isArray(t[r])?t[r].at(-1):t[r])}}else t[r]=void 0}}verification(){if(this.data)return!0;throw new Error("verify failed.")}}class cd{_texturePool;_materialPool;_prefabPool;_gltfPool;_geometryPool;_atlasList;_obj;constructor(){this._texturePool=new Map,this._materialPool=new Map,this._prefabPool=new Map,this._geometryPool=new Map,this._gltfPool=new Map,this._atlasList=new Map,this._obj=new Map}getGltf(e){return this._gltfPool.get(e)}addObj(e,t){this._obj.set(e,t)}getObj(e){return this._obj.get(e)}addTexture(e,t){this._texturePool.set(e,t)}getTexture(e){return this._texturePool.get(e)}addGeometry(e,t){this._geometryPool.set(e,t)}getGeometry(e){return this._geometryPool.get(e)}addMat(e,t){return this._materialPool.set(e,t)}getMat(e){return this._materialPool.get(e)}addPrefab(e,t){this._prefabPool.set(e,t)}getPrefab(e){return this._prefabPool.get(e).instantiate()}addAtlas(e,t){t.name=e,this._atlasList.set(e,t)}getAtlas(e){return this._atlasList.get(e)}getGUISprite(e){for(let t of this._atlasList.values()){let a=t.getSprite(e);if(a)return a}return null}async load(e,t,a){return(await new wt().load(e,t,a)).data}async loadGltf(e,t){if(this._prefabPool.has(e))return this._prefabPool.get(e);let a,r=e.substring(e.lastIndexOf(".")).toLowerCase(),i=new wt;r==".gltf"?a=await i.load(e,vt,t):a=await i.load(e,co,t);let n=a.data;return this._prefabPool.set(e,n),this._gltfPool.set(e,a.gltf),n}async loadObj(e,t){if(this._prefabPool.has(e))return this._prefabPool.get(e);let a,r=e.substring(e.lastIndexOf(".")).toLowerCase(),i=new wt;r==".obj"&&(a=await i.load(e,Ef,t));let n=a.data;return this._prefabPool.set(e,n),n}async loadB3DM(e,t,a){if(this._prefabPool.has(e))return this._prefabPool.get(e);let n=(await new wt().load(e,mo,t,a)).data;return this._prefabPool.set(e,n),n}async loadI3DM(e,t,a){if(this._prefabPool.has(e))return this._prefabPool.get(e);let n=(await new wt().load(e,_o,t,a)).data;return this._prefabPool.set(e,n),n}async loadTexture(e,t,a){if(this._texturePool.has(e))return this._texturePool.get(e);let r=new Xa;r.flipY=a;try{await r.load(e,t)}catch(i){return console.error(`Failed to load texture: ${e}`,i),null}return this._texturePool.set(e,r),r}destroyTexture(e){const t=this._texturePool.get(e);return t?Se.getInstance().hasReference(t)?!1:(t.isDestroyed||t.destroy(),this._texturePool.delete(e),!0):!1}destroyTextureAllUnUsed(){for(const[e,t]of this._texturePool.entries())this.destroyTexture(e)}async loadTextureCount(e,t,a,r){return new Promise(async(i,n)=>{let o=0,l=[];t==0&&i(l);for(let c=0;c<t;c++){const f=e.shift();this.loadTexture(f,a,r).then(d=>{l.push(d),o++,o==t&&i(l)})}})}async loadBitmapTextures(e,t=5,a,r){let i=[],n=Math.floor(e.length/t)+1,o=Math.floor(e.length%t);for(let l=0;l<n;l++){let c=await this.loadTextureCount(e,l==n-1?o:t,a,r);i.push(...c)}return i}async loadHDRTexture(e,t){if(this._texturePool.has(e))return this._texturePool.get(e);let a=new uo;return a=await a.load(e,t),this._texturePool.set(e,a),a}async loadHDRTextureCube(e,t){if(this._texturePool.has(e))return this._texturePool.get(e);let a=new Is;return a=await a.load(e,t),this._texturePool.set(e,a),a}async loadLDRTextureCube(e,t){if(this._texturePool.has(e))return this._texturePool.get(e);let a=new Ts;return a=await a.load(e,t),this._texturePool.set(e,a),a}async loadTextureCubeMaps(e){let t=e[0];if(this._texturePool.has(t))return this._texturePool.get(t);let a=new fo;return await a.load(e),this._texturePool.set(e[0],a),a}async loadTextureCubeStd(e,t){if(this._texturePool.has(e))return this._texturePool.get(e);let a=new fo;return await a.loadStd(e),a}async loadJSON(e,t){return await new wt().loadJson(e,t).then(async a=>a).catch(a=>{console.log(a)})}async loadFont(e,t,a){let i=await new wt().load(e,er,t,a),n=i.data;return li.addFontData(n.face,n.size,n),i.data}async loadAtlas(e,t){return(await new wt().load(e,ed,t,e)).data}async loadKMZ(e,t){return(await new wt().load(e,ld,t)).data}normalTexture;maskTexture;whiteTexture;blackTexture;redTexture;blueTexture;greenTexture;yellowTexture;grayTexture;defaultSky;defaultGUITexture;defaultGUISprite;defaultMaterial;createTexture(e,t,a,r,i,n,o){let l=32,c=32,f=new Uint8Array(l*c*4);this.fillColor(f,e,t,a,r,i,n);let d=new Ss;return d.name=o,d.create(16,16,f,!0),o&&this.addTexture(o,d),d}fillColor(e,t,a,r,i,n,o){for(let l=0;l<t;l++)for(let c=0;c<a;c++){let f=c*t+l;e[f*4+0]=r,e[f*4+1]=i,e[f*4+2]=n,e[f*4+3]=o}}initDefault(){this.normalTexture=this.createTexture(32,32,255*.5,255*.5,255,255,"default-normalTexture"),this.maskTexture=this.createTexture(32,32,255,255*.5,255,255,"default-maskTexture"),this.whiteTexture=this.createTexture(32,32,255,255,255,255,"default-whiteTexture"),this.blackTexture=this.createTexture(32,32,0,0,0,255,"default-blackTexture"),this.redTexture=this.createTexture(32,32,255,0,0,255,"default-redTexture"),this.blueTexture=this.createTexture(32,32,0,0,255,255,"default-blueTexture"),this.greenTexture=this.createTexture(32,32,0,255,0,255,"default-greenTexture"),this.yellowTexture=this.createTexture(32,32,0,255,255,255,"default-yellowTexture"),this.grayTexture=this.createTexture(32,32,128,128,128,255,"default-grayTexture");let t=new Yf().generateBRDFLUTTexture(),a=t.name="BRDFLUT";this.addTexture(a,t),this.defaultSky=new Is,this.defaultSky.createFromTexture(128,this.blackTexture),Se.getInstance().attached(this.defaultSky,this),Se.getInstance().attached(t,this),Se.getInstance().attached(this.normalTexture,this),Se.getInstance().attached(this.maskTexture,this),Se.getInstance().attached(this.whiteTexture,this),Se.getInstance().attached(this.blackTexture,this),Se.getInstance().attached(this.redTexture,this),Se.getInstance().attached(this.blueTexture,this),Se.getInstance().attached(this.greenTexture,this),Se.getInstance().attached(this.yellowTexture,this),Se.getInstance().attached(this.grayTexture,this),this.defaultGUITexture=new Cr(this.whiteTexture),this.defaultGUISprite=new oi(this.defaultGUITexture),this.defaultGUISprite.trimSize.set(4,4),this.defaultMaterial=new $t}}class fd extends $e{_postList;init(e){this._postList=new Map}start(){}stop(){}onEnable(){this.activePost()}onDisable(){this.unActivePost()}activePost(){let e=this.transform.view3D,t=A.getRenderJob(e);this._postList.forEach(a=>{t.addPost(a)})}unActivePost(){let e=this.transform.view3D,t=A.getRenderJob(e);this._postList.forEach(a=>{t.removePost(a)})}addPost(e){if(this._postList.has(e))return;let t=new e;return this._postList.set(e,t),this._enable&&this.activePost(),t}removePost(e){if(!this._postList.has(e))return;let t=this._postList.get(e);this._postList.delete(e);let a=this.transform.view3D;A.getRenderJob(a).removePost(t)}getPost(e){return this._postList.has(e)?this._postList.get(e):null}}const Ob="1.0.28";class A{static res;static inputSystem;static views;static _frameRateValue=0;static _frameRate=360;static _time=0;static _beforeRender;static _renderLoop;static _lateRender;static _requestAnimationFrameID=0;static get frameRate(){return this._frameRate}static set frameRate(e){this._frameRate=e,this._frameRateValue=1e3/e,e>=360&&(this._frameRateValue=0)}static get size(){return E.presentationSize}static get aspect(){return E.aspect}static get width(){return E.windowWidth}static get height(){return E.windowHeight}static setting={doublePrecision:!1,occlusionQuery:{enable:!0,debug:!1},pick:{enable:!0,mode:"bound",detail:"mesh"},render:{debug:!1,renderPassState:4,renderState_left:5,renderState_right:5,renderState_split:.5,quadScale:1,hdrExposure:1.5,debugQuad:-1,maxPointLight:1e3,maxDirectLight:4,maxSportLight:1e3,drawOpMin:0,drawOpMax:Number.MAX_SAFE_INTEGER,drawTrMin:0,drawTrMax:Number.MAX_SAFE_INTEGER,zPrePass:!1,useLogDepth:!1,useCompressGBuffer:!1,gi:!1,postProcessing:{bloom:{downSampleStep:3,downSampleBlurSize:9,downSampleBlurSigma:1,upSampleBlurSize:9,upSampleBlurSigma:1,luminanceThreshole:1,bloomIntensity:1,hdr:1},globalFog:{debug:!1,enable:!1,fogType:0,fogHeightScale:.1,start:400,end:10,density:.02,ins:.5,skyFactor:.5,skyRoughness:.4,overrideSkyFactor:.8,fogColor:new W(96/255,117/255,133/255,1),falloff:.7,rayLength:200,scatteringExponent:2.7,dirHeightLine:10},godRay:{blendColor:!0,rayMarchCount:16,scatteringExponent:5,intensity:.5},ssao:{enable:!1,radius:.15,bias:-.1,aoPower:2,debug:!0},outline:{enable:!1,strength:1,groupCount:4,outlinePixel:2,fadeOutlinePixel:4,textureScale:1,useAddMode:!1,debug:!0},taa:{enable:!1,jitterSeedCount:8,blendFactor:.1,sharpFactor:.6,sharpPreBlurFactor:.5,temporalJitterScale:.13,debug:!0},gtao:{enable:!1,darkFactor:1,maxDistance:5,maxPixel:50,rayMarchSegment:6,multiBounce:!1,usePosFloat32:!0,blendColor:!0,debug:!0},ssr:{enable:!1,pixelRatio:1,fadeEdgeRatio:.2,rayMarchRatio:.5,fadeDistanceMin:600,fadeDistanceMax:2e3,roughnessThreshold:.5,powDotRN:.2,mixThreshold:.1,debug:!0},fxaa:{enable:!1},depthOfView:{enable:!1,iterationCount:3,pixelOffset:1,near:150,far:300}}},shadow:{enable:!0,type:"HARD",pointShadowBias:5e-4,shadowSize:2048,pointShadowSize:1024,shadowSoft:.005,shadowBound:100,shadowBias:.05,needUpdate:!0,autoUpdate:!0,updateFrameRate:2,csmMargin:.1,csmScatteringExp:.7,csmAreaScale:.4,debug:!1},gi:{enable:!1,offsetX:0,offsetY:0,offsetZ:0,probeSpace:64,probeXCount:4,probeYCount:2,probeZCount:4,probeSize:32,probeSourceTextureSize:2048,octRTMaxSize:2048,octRTSideSize:16,maxDistance:64*1.73,normalBias:.25,depthSharpness:1,hysteresis:.98,lerpHysteresis:.01,irradianceChebyshevBias:.01,rayNumber:144,irradianceDistanceBias:32,indirectIntensity:1,ddgiGamma:2.2,bounceIntensity:.025,probeRoughness:1,realTimeGI:!1,debug:!1,autoRenderProbe:!1},sky:{type:"HDRSKY",sky:null,skyExposure:1,defaultFar:65536,defaultNear:1},light:{maxLight:4096},material:{materialChannelDebug:!1,materialDebug:!1},loader:{numConcurrent:20},reflectionSetting:{reflectionProbeMaxCount:8,reflectionProbeSize:256,width:256*6,height:8*256,enable:!0}};static renderJobs;static async init(e={}){console.log("Rings Version",Ob),window.isSecureContext||console.warn("WebGPU is only supported in secure contexts (HTTPS or localhost)"),this.setting={...this.setting,...e.engineSetting},await we.init(w.allocCount,this.setting.doublePrecision),await E.init(e.canvasConfig),this.setting.reflectionSetting.width=this.setting.reflectionSetting.reflectionProbeSize*6,this.setting.reflectionSetting.height=this.setting.reflectionSetting.reflectionProbeSize*this.setting.reflectionSetting.reflectionProbeMaxCount,_e.getGBufferFrame(_e.reflections_GBuffer,this.setting.reflectionSetting.width,this.setting.reflectionSetting.height,!1),j.init(),Ya.init(),ve.init(),Tt.init(),Wt.init(),this.res=new cd,this.res.initDefault(),this._beforeRender=e.beforeRender,this._renderLoop=e.renderLoop,this._lateRender=e.lateRender,this.inputSystem=new Al,this.inputSystem.initCanvas(E.canvas)}static startRenderJob(e){let t=new nf(e);return this.renderJobs.set(e,t),this.setting.pick.mode=="pixel"&&e.scene.getOrAddComponent(fd).addPost(Xn),(this.setting.pick.mode=="pixel"||this.setting.pick.mode=="bound")&&(e.enablePick=!0),t}static startRenderView(e){this.renderJobs||=new Map,this.views=[e];let t=this.startRenderJob(e);return this.resume(),t}static startRenderViews(e){this.renderJobs||=new Map,this.views=e;for(let t=0;t<e.length;t++)this.startRenderJob(e[t]);this.resume()}static getRenderJob(e){return this.renderJobs.get(e)}static pause(){this._requestAnimationFrameID!==0&&(cancelAnimationFrame(this._requestAnimationFrameID),this._requestAnimationFrameID=0)}static resume(){this._requestAnimationFrameID===0&&(this._requestAnimationFrameID=requestAnimationFrame(e=>this.render(e)))}static async render(e){if(this._frameRateValue>0){let t=e-this._time;if(t<this._frameRateValue){let a=performance.now();await new Promise(r=>{setTimeout(()=>{e+=performance.now()-a,r(!0)},this._frameRateValue-t)})}this._time=e}await this.updateFrame(e),this._requestAnimationFrameID=0,this.resume()}static async updateFrame(e){ze.delta=e-ze.time,ze.time=e,ze.frame+=1,yr.tick(ze.delta);let t=this.views,a=0;for(a=0;a<t.length;a++){const n=t[a];n.scene.waitUpdate();let[o,l]=E.presentationSize;n.camera.viewPort.setTo(0,0,o,l)}this._beforeRender&&await this._beforeRender();for(const n of Ve.componentsBeforeUpdateList){let o=n[0],l=n[1];for(const c of l){let f=c[0],d=c[1];f.enable&&d(o)}}let r=E.device.createCommandEncoder();for(const n of Ve.componentsComputeList){let o=n[0],l=n[1];for(const c of l){let f=c[0],d=c[1];f.enable&&d(o,r)}}E.device.queue.submit([r.finish()]);for(const n of Ve.componentsUpdateList){let o=n[0],l=n[1];for(const c of l){let f=c[0],d=c[1];f.enable&&d(o)}}for(const n of Ve.graphicComponent){let o=n[0],l=n[1];for(const c of l){let f=c[0],d=c[1];o&&f.enable&&d(o)}}this._renderLoop&&await this._renderLoop(),we.updateAllContinueTransform(0,w.useCount,16),ve.modelMatrixBindGroup.writeBuffer(w.useCount*16),this.renderJobs.forEach((n,o)=>{n.renderState||n.start(),n.renderFrame()});for(const n of Ve.componentsLateUpdateList){let o=n[0],l=n[1];for(const c of l){let f=c[0],d=c[1];f.enable&&d(o)}}this._lateRender&&await this._lateRender()}}let Ms=`
7891
+ `}async loadFontTextures(){let e=[],t=this.data;for(const a of t.fontPage){let r=this.baseUrl+a.file;await A.res.loadTexture(r,null,!0);let i=A.res.getTexture(r),n=new Cr(i);e.push(n)}er.parseSprite(e,t),t.fontChar[" "]||er.insertSpaceChar(t,e[0])}static insertSpaceChar(e,t){let a=new oi,r=e.size*.5,i=e.lineHeight*.5;a.id=" ",a.offsetSize.set(0,0,e.size,e.size),a.trimSize.set(r,i),a.width=r,a.height=i,a.xadvance=0,a.xoffset=0,a.yoffset=0,a.guiTexture=t,a.uvRec.set(0,0,1e-6,1e-6),li.addFnt(e.face,e.size,a.id,a)}static readLineProperty(e,t){e.trim().split(" ").forEach((a,r)=>{let i=a.split("=");if(i.length>1){let n=i[0],o=i[1];Object.prototype.hasOwnProperty.call(t,n)&&(o.indexOf('"')==-1?t[n]=parseFloat(i[1]):t[n]=o.replace('"',"").replace('"',""))}})}}function Bb(s,e){let t=new oi;return t.id=s,t.offsetSize.set(0,0,e.width,e.height),t.trimSize.set(e.width,e.height),t.width=e.width,t.height=e.height,t.xadvance=0,t.xoffset=0,t.yoffset=0,t.guiTexture=new Cr(e),t.uvRec.set(0,0,1,1),e.isVideoTexture||(e.flipY=!0),t}function qf(s,e,t){let a=new oi;a.guiTexture=s,a.id=e,a.uvRec.copyFrom(t.textureRect),a.trimSize.x=t.textureRect.z,a.trimSize.y=t.textureRect.w,a.offsetSize.x=t.textureRectOffset.x,a.offsetSize.y=t.textureRectOffset.y,a.offsetSize.z=t.size.x,a.offsetSize.w=t.size.y,a.width=t.size.x,a.height=t.size.y;let r=1/s.width,i=1/s.height;a.uvRec.set(a.uvRec.x*r,a.uvRec.y*i,a.uvRec.z*r,a.uvRec.w*i);let n=.1;return t.border.x<=n&&t.border.y<=n&&t.border.z<=n&&t.border.x<=n?a.isSliced=!1:(a.borderSize.copyFrom(t.border),a.uvBorder.copyFrom(t.border),a.uvBorder.x-=t.textureRectOffset.x,a.uvBorder.y-=t.textureRectOffset.y,a.uvBorder.z=t.border.z-(t.size.x-t.textureRect.z-t.textureRectOffset.x),a.uvBorder.w=t.border.w-(t.size.y-t.textureRect.w-t.textureRectOffset.y),a.uvBorder.x/=t.textureRect.z,a.uvBorder.z/=t.textureRect.z,a.uvBorder.y/=t.textureRect.w,a.uvBorder.w/=t.textureRect.w,a.isSliced=!0),a}class $f{_spriteMap=new Map;_spriteList=[];textureSize=new le;name;constructor(e){this.textureSize.set(e.x,e.y)}setTexture(e,t,a){let r=qf(e,t,a);return this._spriteMap.set(r.id,r),this._spriteList.push(r),r}getSprite(e){return this._spriteMap.get(e)}get spriteList(){return this._spriteList}}class ed extends ut{static format=qe.TEXT;_json;_texture;async parseString(e){this._json=JSON.parse(e);let t=this.userData.replace(".json",".png");this._texture=await A.res.loadTexture(t,null,!0),this.data={json:this._json,texture:this._texture},this.parseAtlas()}verification(){if(this.data)return!0;throw new Error("verify failed.")}parseAtlas(){let e=new $f(this._json.size),t=new Cr(this._texture),a=this._json.atlas;for(const r in a)e.setTexture(t,r,a[r]);A.res.addAtlas(this.baseUrl,e),this.data=e}}var Kt=Uint8Array,ci=Uint16Array,vb=Int32Array,td=new Kt([0,0,0,0,0,0,0,0,1,1,1,1,2,2,2,2,3,3,3,3,4,4,4,4,5,5,5,5,0,0,0,0]),ad=new Kt([0,0,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,13,13,0,0]),Ub=new Kt([16,17,18,0,8,7,9,6,10,5,11,4,12,3,13,2,14,1,15]),rd=function(s,e){for(var t=new ci(31),a=0;a<31;++a)t[a]=e+=1<<s[a-1];for(var r=new vb(t[30]),a=1;a<30;++a)for(var i=t[a];i<t[a+1];++i)r[i]=i-t[a]<<5|a;return{b:t,r}},id=rd(td,2),sd=id.b,xb=id.r;sd[28]=258,xb[258]=28;for(var yb=rd(ad,0),Cb=yb.b,Bo=new ci(32768),Ye=0;Ye<32768;++Ye){var hr=(Ye&43690)>>1|(Ye&21845)<<1;hr=(hr&52428)>>2|(hr&13107)<<2,hr=(hr&61680)>>4|(hr&3855)<<4,Bo[Ye]=((hr&65280)>>8|(hr&255)<<8)>>1}for(var Ri=(function(s,e,t){for(var a=s.length,r=0,i=new ci(e);r<a;++r)s[r]&&++i[s[r]-1];var n=new ci(e);for(r=1;r<e;++r)n[r]=n[r-1]+i[r-1]<<1;var o;if(t){o=new ci(1<<e);var l=15-e;for(r=0;r<a;++r)if(s[r])for(var c=r<<4|s[r],f=e-s[r],d=n[s[r]-1]++<<f,h=d|(1<<f)-1;d<=h;++d)o[Bo[d]>>l]=c}else for(o=new ci(a),r=0;r<a;++r)s[r]&&(o[r]=Bo[n[s[r]-1]++]>>15-s[r]);return o}),Qi=new Kt(288),Ye=0;Ye<144;++Ye)Qi[Ye]=8;for(var Ye=144;Ye<256;++Ye)Qi[Ye]=9;for(var Ye=256;Ye<280;++Ye)Qi[Ye]=7;for(var Ye=280;Ye<288;++Ye)Qi[Ye]=8;for(var nd=new Kt(32),Ye=0;Ye<32;++Ye)nd[Ye]=5;var Sb=Ri(Qi,9,1),Fb=Ri(nd,5,1),vo=function(s){for(var e=s[0],t=1;t<s.length;++t)s[t]>e&&(e=s[t]);return e},_a=function(s,e,t){var a=e/8|0;return(s[a]|s[a+1]<<8)>>(e&7)&t},Uo=function(s,e){var t=e/8|0;return(s[t]|s[t+1]<<8|s[t+2]<<16)>>(e&7)},kb=function(s){return(s+7)/8|0},xo=function(s,e,t){return(e==null||e<0)&&(e=0),(t==null||t>s.length)&&(t=s.length),new Kt(s.subarray(e,t))},Eb=["unexpected EOF","invalid block type","invalid length/literal","invalid distance","stream finished","no stream handler",,"no callback","invalid UTF-8 data","extra field too long","date not in range 1980-2099","filename too long","stream finishing","invalid zip data"],oa=function(s,e,t){var a=new Error(e||Eb[s]);if(a.code=s,Error.captureStackTrace&&Error.captureStackTrace(a,oa),!t)throw a;return a},wb=function(s,e,t,a){var r=s.length,i=a?a.length:0;if(!r||e.f&&!e.l)return t||new Kt(0);var n=!t,o=n||e.i!=2,l=e.i;n&&(t=new Kt(r*3));var c=function(ee){var ie=t.length;if(ee>ie){var ue=new Kt(Math.max(ie*2,ee));ue.set(t),t=ue}},f=e.f||0,d=e.p||0,h=e.b||0,b=e.l,m=e.d,g=e.m,p=e.n,D=r*8;do{if(!b){f=_a(s,d,1);var _=_a(s,d+1,3);if(d+=3,_)if(_==1)b=Sb,m=Fb,g=9,p=5;else if(_==2){var C=_a(s,d,31)+257,F=_a(s,d+10,15)+4,k=C+_a(s,d+5,31)+1;d+=14;for(var y=new Kt(k),I=new Kt(19),R=0;R<F;++R)I[Ub[R]]=_a(s,d+R*3,7);d+=F*3;for(var Q=vo(I),O=(1<<Q)-1,q=Ri(I,Q,1),R=0;R<k;){var pe=q[_a(s,d,O)];d+=pe&15;var v=pe>>4;if(v<16)y[R++]=v;else{var te=0,N=0;for(v==16?(N=3+_a(s,d,3),d+=2,te=y[R-1]):v==17?(N=3+_a(s,d,7),d+=3):v==18&&(N=11+_a(s,d,127),d+=7);N--;)y[R++]=te}}var L=y.subarray(0,C),G=y.subarray(C);g=vo(L),p=vo(G),b=Ri(L,g,1),m=Ri(G,p,1)}else oa(1);else{var v=kb(d)+4,U=s[v-4]|s[v-3]<<8,x=v+U;if(x>r){l&&oa(0);break}o&&c(h+U),t.set(s.subarray(v,x),h),e.b=h+=U,e.p=d=x*8,e.f=f;continue}if(d>D){l&&oa(0);break}}o&&c(h+131072);for(var z=(1<<g)-1,oe=(1<<p)-1,J=d;;J=d){var te=b[Uo(s,d)&z],ce=te>>4;if(d+=te&15,d>D){l&&oa(0);break}if(te||oa(2),ce<256)t[h++]=ce;else if(ce==256){J=d,b=null;break}else{var re=ce-254;if(ce>264){var R=ce-257,de=td[R];re=_a(s,d,(1<<de)-1)+sd[R],d+=de}var be=m[Uo(s,d)&oe],xe=be>>4;be||oa(3),d+=be&15;var G=Cb[xe];if(xe>3){var de=ad[xe];G+=Uo(s,d)&(1<<de)-1,d+=de}if(d>D){l&&oa(0);break}o&&c(h+131072);var Pe=h+re;if(h<G){var He=i-G,H=Math.min(G,Pe);for(He+h<0&&oa(3);h<H;++h)t[h]=a[He+h]}for(;h<Pe;++h)t[h]=t[h-G]}}e.l=b,e.p=J,e.b=h,e.f=f,b&&(f=1,e.m=g,e.d=m,e.n=p)}while(!f);return h!=t.length&&n?xo(t,0,h):t.subarray(0,h)},Ib=new Kt(0),Pa=function(s,e){return s[e]|s[e+1]<<8},Ba=function(s,e){return(s[e]|s[e+1]<<8|s[e+2]<<16|s[e+3]<<24)>>>0},yo=function(s,e){return Ba(s,e)+Ba(s,e+4)*4294967296};function Rb(s,e){return wb(s,{i:2},e&&e.out,e&&e.dictionary)}var Co=typeof TextDecoder<"u"&&new TextDecoder,Qb=0;try{Co.decode(Ib,{stream:!0}),Qb=1}catch{}var Tb=function(s){for(var e="",t=0;;){var a=s[t++],r=(a>127)+(a>223)+(a>239);if(t+r>s.length)return{s:e,r:xo(s,t-1)};r?r==3?(a=((a&15)<<18|(s[t++]&63)<<12|(s[t++]&63)<<6|s[t++]&63)-65536,e+=String.fromCharCode(55296|a>>10,56320|a&1023)):r&1?e+=String.fromCharCode((a&31)<<6|s[t++]&63):e+=String.fromCharCode((a&15)<<12|(s[t++]&63)<<6|s[t++]&63):e+=String.fromCharCode(a)}};function od(s,e){if(e){for(var t="",a=0;a<s.length;a+=16384)t+=String.fromCharCode.apply(null,s.subarray(a,a+16384));return t}else{if(Co)return Co.decode(s);var r=Tb(s),i=r.s,t=r.r;return t.length&&oa(8),i}}var Mb=function(s,e){return e+30+Pa(s,e+26)+Pa(s,e+28)},Nb=function(s,e,t){var a=Pa(s,e+28),r=od(s.subarray(e+46,e+46+a),!(Pa(s,e+8)&2048)),i=e+46+a,n=Ba(s,e+20),o=t&&n==4294967295?Pb(s,i):[n,Ba(s,e+24),Ba(s,e+42)],l=o[0],c=o[1],f=o[2];return[Pa(s,e+10),l,c,r,i+Pa(s,e+30)+Pa(s,e+32),f]},Pb=function(s,e){for(;Pa(s,e)!=1;e+=4+Pa(s,e+2));return[yo(s,e+12),yo(s,e+4),yo(s,e+20)]};function Vb(s,e){for(var t={},a=s.length-22;Ba(s,a)!=101010256;--a)(!a||s.length-a>65558)&&oa(13);var r=Pa(s,a+8);if(!r)return{};var i=Ba(s,a+16),n=i==4294967295||r==65535;if(n){var o=Ba(s,a-12);n=Ba(s,o)==101075792,n&&(r=Ba(s,o+32),i=Ba(s,o+48))}for(var l=0;l<r;++l){var c=Nb(s,i,n),f=c[0],d=c[1],h=c[2],b=c[3],m=c[4],g=c[5],p=Mb(s,g);i=m,f?f==8?t[b]=Rb(s.subarray(p,p+d),{out:new Kt(h)}):oa(14,"unknown compression type "+f):t[b]=xo(s,p,p+d)}return t}class _t extends Bt{constructor(){super(),this.shader=new Zi,this.baseMap=A.res.whiteTexture}set baseMap(e){this.shader.setTexture("baseMap",e)}get baseMap(){return this.shader.getTexture("baseMap")}set baseColor(e){this.shader.setUniformColor("baseColor",e)}get baseColor(){return this.shader.getUniformColor("baseColor")}set envMap(e){}set shadowMap(e){}}class Tr extends Oe{shape_vertices=[];shape_indices=[];radius;widthSegments;heightSegments;phiStart;phiLength;thetaStart;thetaLength;constructor(e,t,a,r,i,n,o){super(),this.radius=e,this.widthSegments=t,this.heightSegments=a,this.phiStart=r,this.phiLength=i,this.thetaStart=n,this.thetaLength=o,this.buildGeometry()}buildGeometry(){var e,t,a=0;let r=this.heightSegments,i=this.widthSegments,n=this.radius;var o=(r+1)*(i+1);let l=new Float32Array(o*3),c=new Float32Array(o*3),f=new Float32Array(o*2),d=new Uint16Array(i*r*2*3),h=0,b=0,m=0;for(t=0;t<=r;++t){var g=Math.PI*t/r,p=n*Math.cos(g),D=n*Math.sin(g);for(e=0;e<=i;++e){var _=2*Math.PI*e/i,v=D*Math.cos(_),U=D*Math.sin(_),x=1/Math.sqrt(v*v+p*p+U*U);if(l[h++]=v,l[h++]=p,l[h++]=U,c[b++]=v*x,c[b++]=p*x,c[b++]=U*x,f[m++]=e/i,f[m++]=t/r,e>0&&t>0){var C=(i+1)*t+e,F=(i+1)*t+e-1,k=(i+1)*(t-1)+e-1,y=(i+1)*(t-1)+e;t==r?(d[a++]=C,d[a++]=k,d[a++]=y):t==1?(d[a++]=C,d[a++]=F,d[a++]=k):(d[a++]=C,d[a++]=F,d[a++]=k,d[a++]=C,d[a++]=k,d[a++]=y)}}}this.setIndices(d),this.setAttribute(V.position,l),this.setAttribute(V.normal,c),this.setAttribute(V.uv,f),this.setAttribute(V.TEXCOORD_1,f),this.addSubGeometry({indexStart:0,indexCount:d.length,vertexStart:0,vertexCount:0,firstStart:0,index:0,topology:0}),this.bounds=new ke(u.ZERO,new u(this.radius*2,this.radius*2,this.radius*2))}}class us extends ne{static register3DRepresentation=null;positionIndex=-1;positionValid=!1;marker;constructor(e){super(),this.parsePlacemark(e),this.setup3DRepresentation()}parsePlacemark(e){if(!e.slamPositionInfo){console.warn("WayPoint3D: slamPositionInfo is not found");return}const t=e.slamPositionInfo.slamPosition.split(",").map(Number);this.localPosition=new u(t[0],t[1],t[2]),this.positionIndex=Number(e.slamPositionInfo.slamPositionIndex),this.positionValid=e.slamPositionInfo.slamPositionValid==="1"}setup3DRepresentation(){if(this.marker&&(this.removeChild(this.marker),this.marker=null),us.register3DRepresentation)this.marker=us.register3DRepresentation(this),this.marker&&this.addChild(this.marker);else{this.marker=new ne;const e=this.marker.addComponent(fe);e.geometry=new Tr(.1,32,16),e.material=new _t,e.material.baseColor=this.positionValid?new W(0,1,0,1):new W(1,0,0,1),this.addChild(this.marker),this.marker.name="WayPoint3DMarker"}}}class bs extends ne{static register3DRepresentation=null;line;constructor(e){super(),this.parseWayLineFile(e),this.setup3DRepresentation()}parseWayLineFile(e){for(const t of e.Folder.Placemark){const a=new us(t);this.addChild(a)}this.entityChildren=this.entityChildren.sort((t,a)=>t.positionIndex-a.positionIndex)}setup3DRepresentation(){this.line&&(this.removeChild(this.line),this.line=null),bs.register3DRepresentation?(this.line=bs.register3DRepresentation(this),this.line&&this.addChild(this.line)):(this.line=this.createMultiLine(this.entityChildren.map(e=>e.localPosition),new W(1,1,1,1)),this.addChild(this.line),this.line.name="WayLines3DLine")}createMultiLine(e,t){if(e.length<2)return null;const a=new Oe,r=new Float32Array(e.length*3);for(let c=0;c<e.length;c++)r[c*3]=e[c].x,r[c*3+1]=e[c].y,r[c*3+2]=e[c].z;const i=new Uint16Array((e.length-1)*2);for(let c=0;c<e.length-1;c++)i[c*2]=c,i[c*2+1]=c+1;a.setIndices(i),a.setAttribute(V.position,r),a.addSubGeometry({indexStart:0,indexCount:i.length,vertexStart:0,vertexCount:0,firstStart:0,index:0,topology:0});const n=new ne,o=n.addComponent(fe),l=new _t;return l.topology="line-list",l.baseColor=t,l.blendMode=me.ADD,l.castReflection=!1,o.geometry=a,o.material=l,n}}class ld extends ut{static format=qe.BIN;parseBuffer(e){try{const t={template:null,waylines:null},a=Vb(new Uint8Array(e));for(const i in a){const n=a[i],l=new DOMParser().parseFromString(od(n),"application/xml"),c={};this.parseNode(l,c);const f=i.replace("wpmz/","").split(".")[0];Object.assign(t,{[f]:c["#document"].kml.Document})}const r=new bs(t.waylines);this.data=r}catch(t){this.parserError(`KMZ parsing failed: ${t}`,-1)}}parseNode(e,t){const a=["Placemark","actionGroup","action"],r=e.nodeName.replace("wpml:","");if(!e.childNodes.length)t[r]=void 0;else{let i=null,n=!1;for(let o=0;o<e.childNodes.length;++o){const l=e.childNodes[o];if(l.nodeType==Node.TEXT_NODE){const c=l.nodeValue?.trim();c&&c.length>0&&(i=c)}else l.nodeType==Node.ELEMENT_NODE&&(n=!0)}if(i&&!n)t[r]=i;else if(n){a.includes(r)?t[r]?.length?t[r].push({}):t[r]=[{}]:t[r]={};for(let o=0;o<e.childNodes.length;++o){const l=e.childNodes[o];l.nodeType==Node.ELEMENT_NODE&&this.parseNode(l,Array.isArray(t[r])?t[r].at(-1):t[r])}}else t[r]=void 0}}verification(){if(this.data)return!0;throw new Error("verify failed.")}}class cd{_texturePool;_materialPool;_prefabPool;_gltfPool;_geometryPool;_atlasList;_obj;constructor(){this._texturePool=new Map,this._materialPool=new Map,this._prefabPool=new Map,this._geometryPool=new Map,this._gltfPool=new Map,this._atlasList=new Map,this._obj=new Map}getGltf(e){return this._gltfPool.get(e)}addObj(e,t){this._obj.set(e,t)}getObj(e){return this._obj.get(e)}addTexture(e,t){this._texturePool.set(e,t)}getTexture(e){return this._texturePool.get(e)}addGeometry(e,t){this._geometryPool.set(e,t)}getGeometry(e){return this._geometryPool.get(e)}addMat(e,t){return this._materialPool.set(e,t)}getMat(e){return this._materialPool.get(e)}addPrefab(e,t){this._prefabPool.set(e,t)}getPrefab(e){return this._prefabPool.get(e).instantiate()}addAtlas(e,t){t.name=e,this._atlasList.set(e,t)}getAtlas(e){return this._atlasList.get(e)}getGUISprite(e){for(let t of this._atlasList.values()){let a=t.getSprite(e);if(a)return a}return null}async load(e,t,a){return(await new wt().load(e,t,a)).data}async loadGltf(e,t){if(this._prefabPool.has(e))return this._prefabPool.get(e);let a,r=e.substring(e.lastIndexOf(".")).toLowerCase(),i=new wt;r==".gltf"?a=await i.load(e,vt,t):a=await i.load(e,co,t);let n=a.data;return this._prefabPool.set(e,n),this._gltfPool.set(e,a.gltf),n}async loadObj(e,t){if(this._prefabPool.has(e))return this._prefabPool.get(e);let a,r=e.substring(e.lastIndexOf(".")).toLowerCase(),i=new wt;r==".obj"&&(a=await i.load(e,Ef,t));let n=a.data;return this._prefabPool.set(e,n),n}async loadB3DM(e,t,a){if(this._prefabPool.has(e))return this._prefabPool.get(e);let n=(await new wt().load(e,mo,t,a)).data;return this._prefabPool.set(e,n),n}async loadI3DM(e,t,a){if(this._prefabPool.has(e))return this._prefabPool.get(e);let n=(await new wt().load(e,_o,t,a)).data;return this._prefabPool.set(e,n),n}async loadTexture(e,t,a){if(this._texturePool.has(e))return this._texturePool.get(e);let r=new Xa;r.flipY=a;try{await r.load(e,t)}catch(i){return console.error(`Failed to load texture: ${e}`,i),null}return this._texturePool.set(e,r),r}destroyTexture(e){const t=this._texturePool.get(e);return t?Se.getInstance().hasReference(t)?!1:(t.isDestroyed||t.destroy(),this._texturePool.delete(e),!0):!1}destroyTextureAllUnUsed(){for(const[e,t]of this._texturePool.entries())this.destroyTexture(e)}async loadTextureCount(e,t,a,r){return new Promise(async(i,n)=>{let o=0,l=[];t==0&&i(l);for(let c=0;c<t;c++){const f=e.shift();this.loadTexture(f,a,r).then(d=>{l.push(d),o++,o==t&&i(l)})}})}async loadBitmapTextures(e,t=5,a,r){let i=[],n=Math.floor(e.length/t)+1,o=Math.floor(e.length%t);for(let l=0;l<n;l++){let c=await this.loadTextureCount(e,l==n-1?o:t,a,r);i.push(...c)}return i}async loadHDRTexture(e,t){if(this._texturePool.has(e))return this._texturePool.get(e);let a=new uo;return a=await a.load(e,t),this._texturePool.set(e,a),a}async loadHDRTextureCube(e,t){if(this._texturePool.has(e))return this._texturePool.get(e);let a=new Is;return a=await a.load(e,t),this._texturePool.set(e,a),a}async loadLDRTextureCube(e,t){if(this._texturePool.has(e))return this._texturePool.get(e);let a=new Ts;return a=await a.load(e,t),this._texturePool.set(e,a),a}async loadTextureCubeMaps(e){let t=e[0];if(this._texturePool.has(t))return this._texturePool.get(t);let a=new fo;return await a.load(e),this._texturePool.set(e[0],a),a}async loadTextureCubeStd(e,t){if(this._texturePool.has(e))return this._texturePool.get(e);let a=new fo;return await a.loadStd(e),a}async loadJSON(e,t){return await new wt().loadJson(e,t).then(async a=>a).catch(a=>{console.log(a)})}async loadFont(e,t,a){let i=await new wt().load(e,er,t,a),n=i.data;return li.addFontData(n.face,n.size,n),i.data}async loadAtlas(e,t){return(await new wt().load(e,ed,t,e)).data}async loadKMZ(e,t){return(await new wt().load(e,ld,t)).data}normalTexture;maskTexture;whiteTexture;blackTexture;redTexture;blueTexture;greenTexture;yellowTexture;grayTexture;defaultSky;defaultGUITexture;defaultGUISprite;defaultMaterial;createTexture(e,t,a,r,i,n,o){let l=32,c=32,f=new Uint8Array(l*c*4);this.fillColor(f,e,t,a,r,i,n);let d=new Ss;return d.name=o,d.create(16,16,f,!0),o&&this.addTexture(o,d),d}fillColor(e,t,a,r,i,n,o){for(let l=0;l<t;l++)for(let c=0;c<a;c++){let f=c*t+l;e[f*4+0]=r,e[f*4+1]=i,e[f*4+2]=n,e[f*4+3]=o}}initDefault(){this.normalTexture=this.createTexture(32,32,255*.5,255*.5,255,255,"default-normalTexture"),this.maskTexture=this.createTexture(32,32,255,255*.5,255,255,"default-maskTexture"),this.whiteTexture=this.createTexture(32,32,255,255,255,255,"default-whiteTexture"),this.blackTexture=this.createTexture(32,32,0,0,0,255,"default-blackTexture"),this.redTexture=this.createTexture(32,32,255,0,0,255,"default-redTexture"),this.blueTexture=this.createTexture(32,32,0,0,255,255,"default-blueTexture"),this.greenTexture=this.createTexture(32,32,0,255,0,255,"default-greenTexture"),this.yellowTexture=this.createTexture(32,32,0,255,255,255,"default-yellowTexture"),this.grayTexture=this.createTexture(32,32,128,128,128,255,"default-grayTexture");let t=new Yf().generateBRDFLUTTexture(),a=t.name="BRDFLUT";this.addTexture(a,t),this.defaultSky=new Is,this.defaultSky.createFromTexture(128,this.blackTexture),Se.getInstance().attached(this.defaultSky,this),Se.getInstance().attached(t,this),Se.getInstance().attached(this.normalTexture,this),Se.getInstance().attached(this.maskTexture,this),Se.getInstance().attached(this.whiteTexture,this),Se.getInstance().attached(this.blackTexture,this),Se.getInstance().attached(this.redTexture,this),Se.getInstance().attached(this.blueTexture,this),Se.getInstance().attached(this.greenTexture,this),Se.getInstance().attached(this.yellowTexture,this),Se.getInstance().attached(this.grayTexture,this),this.defaultGUITexture=new Cr(this.whiteTexture),this.defaultGUISprite=new oi(this.defaultGUITexture),this.defaultGUISprite.trimSize.set(4,4),this.defaultMaterial=new $t}}class fd extends $e{_postList;init(e){this._postList=new Map}start(){}stop(){}onEnable(){this.activePost()}onDisable(){this.unActivePost()}activePost(){let e=this.transform.view3D,t=A.getRenderJob(e);this._postList.forEach(a=>{t.addPost(a)})}unActivePost(){let e=this.transform.view3D,t=A.getRenderJob(e);this._postList.forEach(a=>{t.removePost(a)})}addPost(e){if(this._postList.has(e))return;let t=new e;return this._postList.set(e,t),this._enable&&this.activePost(),t}removePost(e){if(!this._postList.has(e))return;let t=this._postList.get(e);this._postList.delete(e);let a=this.transform.view3D;A.getRenderJob(a).removePost(t)}getPost(e){return this._postList.has(e)?this._postList.get(e):null}}const Ob="1.0.29";class A{static res;static inputSystem;static views;static _frameRateValue=0;static _frameRate=360;static _time=0;static _beforeRender;static _renderLoop;static _lateRender;static _requestAnimationFrameID=0;static get frameRate(){return this._frameRate}static set frameRate(e){this._frameRate=e,this._frameRateValue=1e3/e,e>=360&&(this._frameRateValue=0)}static get size(){return E.presentationSize}static get aspect(){return E.aspect}static get width(){return E.windowWidth}static get height(){return E.windowHeight}static setting={doublePrecision:!1,occlusionQuery:{enable:!0,debug:!1},pick:{enable:!0,mode:"bound",detail:"mesh"},render:{debug:!1,renderPassState:4,renderState_left:5,renderState_right:5,renderState_split:.5,quadScale:1,hdrExposure:1.5,debugQuad:-1,maxPointLight:1e3,maxDirectLight:4,maxSportLight:1e3,drawOpMin:0,drawOpMax:Number.MAX_SAFE_INTEGER,drawTrMin:0,drawTrMax:Number.MAX_SAFE_INTEGER,zPrePass:!1,useLogDepth:!1,useCompressGBuffer:!1,gi:!1,postProcessing:{bloom:{downSampleStep:3,downSampleBlurSize:9,downSampleBlurSigma:1,upSampleBlurSize:9,upSampleBlurSigma:1,luminanceThreshole:1,bloomIntensity:1,hdr:1},globalFog:{debug:!1,enable:!1,fogType:0,fogHeightScale:.1,start:400,end:10,density:.02,ins:.5,skyFactor:.5,skyRoughness:.4,overrideSkyFactor:.8,fogColor:new W(96/255,117/255,133/255,1),falloff:.7,rayLength:200,scatteringExponent:2.7,dirHeightLine:10},godRay:{blendColor:!0,rayMarchCount:16,scatteringExponent:5,intensity:.5},ssao:{enable:!1,radius:.15,bias:-.1,aoPower:2,debug:!0},outline:{enable:!1,strength:1,groupCount:4,outlinePixel:2,fadeOutlinePixel:4,textureScale:1,useAddMode:!1,debug:!0},taa:{enable:!1,jitterSeedCount:8,blendFactor:.1,sharpFactor:.6,sharpPreBlurFactor:.5,temporalJitterScale:.13,debug:!0},gtao:{enable:!1,darkFactor:1,maxDistance:5,maxPixel:50,rayMarchSegment:6,multiBounce:!1,usePosFloat32:!0,blendColor:!0,debug:!0},ssr:{enable:!1,pixelRatio:1,fadeEdgeRatio:.2,rayMarchRatio:.5,fadeDistanceMin:600,fadeDistanceMax:2e3,roughnessThreshold:.5,powDotRN:.2,mixThreshold:.1,debug:!0},fxaa:{enable:!1},depthOfView:{enable:!1,iterationCount:3,pixelOffset:1,near:150,far:300}}},shadow:{enable:!0,type:"HARD",pointShadowBias:5e-4,shadowSize:2048,pointShadowSize:1024,shadowSoft:.005,shadowBound:100,shadowBias:.05,needUpdate:!0,autoUpdate:!0,updateFrameRate:2,csmMargin:.1,csmScatteringExp:.7,csmAreaScale:.4,debug:!1},gi:{enable:!1,offsetX:0,offsetY:0,offsetZ:0,probeSpace:64,probeXCount:4,probeYCount:2,probeZCount:4,probeSize:32,probeSourceTextureSize:2048,octRTMaxSize:2048,octRTSideSize:16,maxDistance:64*1.73,normalBias:.25,depthSharpness:1,hysteresis:.98,lerpHysteresis:.01,irradianceChebyshevBias:.01,rayNumber:144,irradianceDistanceBias:32,indirectIntensity:1,ddgiGamma:2.2,bounceIntensity:.025,probeRoughness:1,realTimeGI:!1,debug:!1,autoRenderProbe:!1},sky:{type:"HDRSKY",sky:null,skyExposure:1,defaultFar:65536,defaultNear:1},light:{maxLight:4096},material:{materialChannelDebug:!1,materialDebug:!1},loader:{numConcurrent:20},reflectionSetting:{reflectionProbeMaxCount:8,reflectionProbeSize:256,width:256*6,height:8*256,enable:!0}};static renderJobs;static async init(e={}){console.log("Rings Version",Ob),window.isSecureContext||console.warn("WebGPU is only supported in secure contexts (HTTPS or localhost)"),this.setting={...this.setting,...e.engineSetting},await we.init(w.allocCount,this.setting.doublePrecision),await E.init(e.canvasConfig),this.setting.reflectionSetting.width=this.setting.reflectionSetting.reflectionProbeSize*6,this.setting.reflectionSetting.height=this.setting.reflectionSetting.reflectionProbeSize*this.setting.reflectionSetting.reflectionProbeMaxCount,_e.getGBufferFrame(_e.reflections_GBuffer,this.setting.reflectionSetting.width,this.setting.reflectionSetting.height,!1),j.init(),Ya.init(),ve.init(),Tt.init(),Wt.init(),this.res=new cd,this.res.initDefault(),this._beforeRender=e.beforeRender,this._renderLoop=e.renderLoop,this._lateRender=e.lateRender,this.inputSystem=new Al,this.inputSystem.initCanvas(E.canvas)}static startRenderJob(e){let t=new nf(e);return this.renderJobs.set(e,t),this.setting.pick.mode=="pixel"&&e.scene.getOrAddComponent(fd).addPost(Xn),(this.setting.pick.mode=="pixel"||this.setting.pick.mode=="bound")&&(e.enablePick=!0),t}static startRenderView(e){this.renderJobs||=new Map,this.views=[e];let t=this.startRenderJob(e);return this.resume(),t}static startRenderViews(e){this.renderJobs||=new Map,this.views=e;for(let t=0;t<e.length;t++)this.startRenderJob(e[t]);this.resume()}static getRenderJob(e){return this.renderJobs.get(e)}static pause(){this._requestAnimationFrameID!==0&&(cancelAnimationFrame(this._requestAnimationFrameID),this._requestAnimationFrameID=0)}static resume(){this._requestAnimationFrameID===0&&(this._requestAnimationFrameID=requestAnimationFrame(e=>this.render(e)))}static async render(e){if(this._frameRateValue>0){let t=e-this._time;if(t<this._frameRateValue){let a=performance.now();await new Promise(r=>{setTimeout(()=>{e+=performance.now()-a,r(!0)},this._frameRateValue-t)})}this._time=e}await this.updateFrame(e),this._requestAnimationFrameID=0,this.resume()}static async updateFrame(e){ze.delta=e-ze.time,ze.time=e,ze.frame+=1,yr.tick(ze.delta);let t=this.views,a=0;for(a=0;a<t.length;a++){const n=t[a];n.scene.waitUpdate();let[o,l]=E.presentationSize;n.camera.viewPort.setTo(0,0,o,l)}this._beforeRender&&await this._beforeRender();for(const n of Ve.componentsBeforeUpdateList){let o=n[0],l=n[1];for(const c of l){let f=c[0],d=c[1];f.enable&&d(o)}}let r=E.device.createCommandEncoder();for(const n of Ve.componentsComputeList){let o=n[0],l=n[1];for(const c of l){let f=c[0],d=c[1];f.enable&&d(o,r)}}E.device.queue.submit([r.finish()]);for(const n of Ve.componentsUpdateList){let o=n[0],l=n[1];for(const c of l){let f=c[0],d=c[1];f.enable&&d(o)}}for(const n of Ve.graphicComponent){let o=n[0],l=n[1];for(const c of l){let f=c[0],d=c[1];o&&f.enable&&d(o)}}this._renderLoop&&await this._renderLoop(),we.updateAllContinueTransform(0,w.useCount,16),ve.modelMatrixBindGroup.writeBuffer(w.useCount*16),this.renderJobs.forEach((n,o)=>{n.renderState||n.start(),n.renderFrame()});for(const n of Ve.componentsLateUpdateList){let o=n[0],l=n[1];for(const c of l){let f=c[0],d=c[1];f.enable&&d(o)}}this._lateRender&&await this._lateRender()}}let Ms=`
7892
7892
  struct BloomCfg{
7893
7893
  downSampleStep: f32,
7894
7894
  downSampleBlurSize: f32,
@@ -11816,5 +11816,5 @@ fn frag(){
11816
11816
  `);if(t<0)throw new Error("PLY: Invalid PLY header");const a=e.substring(0,t+11),r=a.split(/\r?\n/);let i="",n=0,o=0;const l=[],c=[],f=[];let d=!1,h=!1;for(const g of r)if(g.startsWith("format "))i=g.split(/\s+/)[1];else if(g.startsWith("comment TextureFile ")){const p=g.substring(20).trim();p&&f.push(p)}else if(g.startsWith("element ")){const p=g.split(/\s+/);d=p[1]==="vertex",h=p[1]==="face",d&&(n=parseInt(p[2]),h=!1),h&&(o=parseInt(p[2]),d=!1)}else if(d&&g.startsWith("property ")){const p=g.split(/\s+/),D=p[1],_=p[2];l.push({name:_,type:D})}else if(h&&g.startsWith("property ")){const p=g.split(/\s+/);if(p[1]==="list"){const D=p[2],_=p[3],v=p[4];c.push({name:v,type:`list ${D} ${_}`})}else{const D=p[1],_=p[2];c.push({name:_,type:D})}}if(i!=="binary_little_endian"&&i!=="ascii")throw new Error(`PLY: Unsupported format: ${i}. Only binary_little_endian and ascii are supported.`);let b=0,m=0;for(const g of l)Po.includes(g.name)&&b++,Oh.includes(g.name)&&m++;return{format:i,vertexCount:n,faceCount:o,properties:l,faceProperties:c.length>0?c:void 0,textureFiles:f,headerByteLength:a.length,mode:o?mr.Mesh:b===Po.length&&m===3?mr.Splat:mr.PointCloud}}function Oo(s){const e=Ji(s),{format:t}=e;return t==="ascii"?Bp(s,e):_p(s,e)}function _p(s,e){const{vertexCount:t,properties:a,headerByteLength:r}=e,i=new DataView(s,r),n=U=>a.find(x=>x.name===U)!=null,o=U=>a.findIndex(x=>x.name===U),l=new Float32Array(t*3),c=n("scale_0")?new Float32Array(t*3):void 0,f=n("rot_0")?new Float32Array(t*4):void 0,d=n("opacity")?new Float32Array(t):void 0,h=[o("f_dc_0"),o("f_dc_1"),o("f_dc_2")],b=[];for(let U=0;U<a.length;U++)a[U].name.startsWith("f_rest_")&&b.push(U);const m=h[0]>=0&&h[1]>=0&&h[2]>=0;let g,p=0;if(m){const U=1+b.length/3;p=Vo(U),g=new Float32Array(t*U*3)}const D=[];let _=0;for(const U of a)D.push(_),_+=fa(U.type);let v=0;for(let U=0;U<t;U++){const x=v,C=o("x"),F=o("y"),k=o("z");if(C<0||F<0||k<0)throw new Error("PLY: Missing x/y/z for vertex");if(l[U*3+0]=Be(i,x+D[C],a[C].type),l[U*3+1]=Be(i,x+D[F],a[F].type),l[U*3+2]=Be(i,x+D[k],a[k].type),c){const y=o("scale_0"),I=o("scale_1"),R=o("scale_2");c[U*3+0]=Be(i,x+D[y],a[y].type),c[U*3+1]=Be(i,x+D[I],a[I].type),c[U*3+2]=Be(i,x+D[R],a[R].type)}if(f){const y=o("rot_0"),I=o("rot_1"),R=o("rot_2"),Q=o("rot_3"),O=Be(i,x+D[y],a[y].type),q=Be(i,x+D[I],a[I].type),pe=Be(i,x+D[R],a[R].type),te=Be(i,x+D[Q],a[Q].type);f[U*4+0]=q,f[U*4+1]=pe,f[U*4+2]=te,f[U*4+3]=O}if(d){const y=o("opacity");d[U]=Be(i,x+D[y],a[y].type)}if(m&&g){const y=1+b.length/3,I=U*y*3;g[I+0]=Be(i,x+D[h[0]],a[h[0]].type),g[I+y+0]=Be(i,x+D[h[1]],a[h[1]].type),g[I+2*y+0]=Be(i,x+D[h[2]],a[h[2]].type);let R=1,Q=1,O=1;for(let q=0;q<b.length;q+=3){const pe=b[q+0],te=b[q+1],N=b[q+2];g[I+R]=Be(i,x+D[pe],a[pe].type),g[I+y+Q]=Be(i,x+D[te],a[te].type),g[I+2*y+O]=Be(i,x+D[N],a[N].type),R++,Q++,O++}}v+=_}return{vertexCount:t,position:l,scale:c,rotation:f,opacity:d,sh:m&&g?{order:p,coeffs:g}:void 0}}function Bp(s,e){const{vertexCount:t,properties:a}=e,r=new TextDecoder("utf-8").decode(s),i=r.indexOf("end_header");if(i<0)throw new Error("PLY: Invalid PLY header");let n=i+10;for(;n<r.length&&(r[n]===" "||r[n]===`
11817
11817
  `||r[n]==="\r");)n++;const l=r.substring(n).split(/\s+/).filter(N=>N.length>0);let c=0;const f=N=>a.find(L=>L.name===N)!=null,d=N=>a.findIndex(L=>L.name===N),h=N=>{if(c>=l.length)throw new Error("PLY: Unexpected end of file");const L=l[c++];switch(N){case"char":case"uchar":case"short":case"ushort":case"int":case"uint":case"int8":case"uint8":case"int16":case"uint16":case"int32":case"uint32":return parseInt(L);case"float":case"double":case"float32":case"float64":return parseFloat(L);default:return parseFloat(L)}},b=new Float32Array(t*3),m=f("scale_0")?new Float32Array(t*3):void 0,g=f("rot_0")?new Float32Array(t*4):void 0,p=f("opacity")?new Float32Array(t):void 0,D=[d("f_dc_0"),d("f_dc_1"),d("f_dc_2")],_=[];for(let N=0;N<a.length;N++)a[N].name.startsWith("f_rest_")&&_.push(N);const v=D[0]>=0&&D[1]>=0&&D[2]>=0;let U,x=0;if(v){const N=1+_.length/3;x=Vo(N),U=new Float32Array(t*N*3)}const C=d("x"),F=d("y"),k=d("z");if(C<0||F<0||k<0)throw new Error("PLY: Missing x/y/z for vertex");const y=m?d("scale_0"):-1,I=m?d("scale_1"):-1,R=m?d("scale_2"):-1,Q=g?d("rot_0"):-1,O=g?d("rot_1"):-1,q=g?d("rot_2"):-1,pe=g?d("rot_3"):-1,te=p?d("opacity"):-1;for(let N=0;N<t;N++)for(let L=0;L<a.length;L++){const G=a[L],z=h(G.type);if(L===C?b[N*3+0]=z:L===F?b[N*3+1]=z:L===k&&(b[N*3+2]=z),m&&L===y?m[N*3+0]=z:m&&L===I?m[N*3+1]=z:m&&L===R&&(m[N*3+2]=z),g&&L===Q?g[N*4+3]=z:g&&L===O?g[N*4+0]=z:g&&L===q?g[N*4+1]=z:g&&L===pe&&(g[N*4+2]=z),p&&L===te&&(p[N]=z),v&&U){const oe=1+_.length/3,J=N*oe*3;L===D[0]?U[J+0]=z:L===D[1]?U[J+oe+0]=z:L===D[2]&&(U[J+2*oe+0]=z);for(let ce=0;ce<_.length;ce+=3){const re=_[ce+0],de=_[ce+1],be=_[ce+2];L===re?U[J+(ce/3+1)]=z:L===de?U[J+oe+(ce/3+1)]=z:L===be&&(U[J+2*oe+(ce/3+1)]=z)}}}return{vertexCount:t,position:b,scale:m,rotation:g,opacity:p,sh:v&&U?{order:x,coeffs:U}:void 0}}function Lh(s){const e=Ji(s),{format:t,vertexCount:a,faceCount:r,properties:i,faceProperties:n,textureFiles:o,headerByteLength:l}=e;return t==="ascii"?Up(s,e):vp(s,e)}function vp(s,e){const{vertexCount:t,faceCount:a,properties:r,faceProperties:i,textureFiles:n,headerByteLength:o}=e,l=new DataView(s,o),c=N=>r.find(L=>L.name===N)!=null,f=N=>r.findIndex(L=>L.name===N),d=i?.some(N=>N.name==="texcoord")||!1,h=i?.some(N=>N.name==="texnumber")||!1;i?.find(N=>N.name==="texcoord"),i?.find(N=>N.name==="texnumber");const b=new Float32Array(t*3),m=c("nx")&&c("ny")&&c("nz"),g=m?new Float32Array(t*3):new Float32Array(t*3),p=(c("red")||c("r"))&&(c("green")||c("g"))&&(c("blue")||c("b"))?new Float32Array(t*3):void 0,D=(c("u")||c("s"))&&(c("v")||c("t")),_=D||d?new Float32Array(t*2):void 0,v=new Map,U=h?new Array(a):[],x=[];let C=0;for(const N of r)x.push(C),C+=fa(N.type);let F=0;for(let N=0;N<t;N++){const L=F,G=f("x"),z=f("y"),oe=f("z");if(G<0||z<0||oe<0)throw new Error("PLY: Missing x/y/z for vertex");if(b[N*3+0]=Be(l,L+x[G],r[G].type),b[N*3+1]=Be(l,L+x[z],r[z].type),b[N*3+2]=Be(l,L+x[oe],r[oe].type),m){const J=f("nx"),ce=f("ny"),re=f("nz");g[N*3+0]=Be(l,L+x[J],r[J].type),g[N*3+1]=Be(l,L+x[ce],r[ce].type),g[N*3+2]=Be(l,L+x[re],r[re].type)}if(p){const J=f("red")>=0?f("red"):f("r"),ce=f("green")>=0?f("green"):f("g"),re=f("blue")>=0?f("blue"):f("b");if(J>=0&&ce>=0&&re>=0){let de=Be(l,L+x[J],r[J].type),be=Be(l,L+x[ce],r[ce].type),xe=Be(l,L+x[re],r[re].type);(r[J].type==="uchar"||r[J].type==="uint8")&&(de/=255,be/=255,xe/=255),p[N*3+0]=de,p[N*3+1]=be,p[N*3+2]=xe}}if(_){const J=f("u")>=0?f("u"):f("s"),ce=f("v")>=0?f("v"):f("t");J>=0&&ce>=0&&(_[N*2+0]=Be(l,L+x[J],r[J].type),_[N*2+1]=Be(l,L+x[ce],r[ce].type))}F+=C}const k=[],y=[],I=[];let R=F;_&&!D&&!d&&new Array(t).fill(!1);for(let N=0;N<a;N++){let L=R,G=[],z,oe=0,J=0;if(!i||i.length===0)throw new Error("PLY: Face element must have properties");for(const re of i)if(re.name==="vertex_indices"){const de=re.type.split(" ");if(de.length!==3||de[0]!=="list")throw new Error(`PLY: Invalid vertex_indices property type: ${re.type}`);const be=de[1],xe=de[2];if(J=Be(l,L,be),L+=fa(be),J<3)throw new Error(`PLY: Face ${N} has less than 3 vertices`);const Pe=fa(xe);G=[];for(let He=0;He<J;He++){const H=Be(l,L,xe);G.push(H),L+=Pe}}else if(re.name==="texcoord"){const de=re.type.split(" ");if(de.length!==3||de[0]!=="list")throw new Error(`PLY: Invalid texcoord property type: ${re.type}`);const be=de[1],xe=de[2],Pe=Be(l,L,be);L+=fa(be);const He=fa(xe);z=new Float32Array(Pe);for(let H=0;H<Pe;H++)z[H]=Be(l,L,xe),L+=He;v.set(N,z)}else if(re.name==="texnumber")oe=Be(l,L,re.type),L+=fa(re.type),U[N]=oe;else if(re.type.startsWith("list ")){const de=re.type.split(" ");if(de.length===3){const be=de[1],xe=de[2],Pe=Be(l,L,be);L+=fa(be);const He=fa(xe);L+=Pe*He}}else L+=fa(re.type);R=L;const ce=h?U[N]??0:0;if(J===3)k.push(G[0],G[1],G[2]),h&&y.push(ce),d&&z&&z.length>=6&&I.push(z[0],1-z[1],z[2],1-z[3],z[4],1-z[5]);else for(let re=1;re<J-1;re++)k.push(G[0],G[re],G[re+1]),h&&y.push(ce),d&&z&&z.length>=J*2&&I.push(z[0],1-z[1],z[re*2+0],1-z[re*2+1],z[(re+1)*2+0],1-z[(re+1)*2+1])}if(!m){for(let N=0;N<t*3;N++)g[N]=0;for(let N=0;N<k.length;N+=3){const L=k[N],G=k[N+1],z=k[N+2],oe=b[L*3+0],J=b[L*3+1],ce=b[L*3+2],re=b[G*3+0],de=b[G*3+1],be=b[G*3+2],xe=b[z*3+0],Pe=b[z*3+1],He=b[z*3+2],H=re-oe,ee=de-J,ie=be-ce,ue=xe-oe,Re=Pe-J,ge=He-ce,ye=ee*ge-ie*Re,Qe=ie*ue-H*ge,Ne=H*Re-ee*ue;g[L*3+0]+=ye,g[L*3+1]+=Qe,g[L*3+2]+=Ne,g[G*3+0]+=ye,g[G*3+1]+=Qe,g[G*3+2]+=Ne,g[z*3+0]+=ye,g[z*3+1]+=Qe,g[z*3+2]+=Ne}for(let N=0;N<t;N++){const L=g[N*3+0],G=g[N*3+1],z=g[N*3+2],oe=Math.sqrt(L*L+G*G+z*z);oe>1e-5?(g[N*3+0]=L/oe,g[N*3+1]=G/oe,g[N*3+2]=z/oe):(g[N*3+0]=0,g[N*3+1]=1,g[N*3+2]=0)}}let Q=b,O=g,q=p,pe,te;if(d&&I.length>0){const N=k.length/3,L=new Float32Array(N*3*3),G=new Float32Array(N*3*3),z=p?new Float32Array(N*3*3):void 0;pe=new Float32Array(I);for(let J=0;J<N;J++){const ce=J*3,re=k[ce+0],de=k[ce+1],be=k[ce+2];L[J*9+0]=b[re*3+0],L[J*9+1]=b[re*3+1],L[J*9+2]=b[re*3+2],L[J*9+3]=b[de*3+0],L[J*9+4]=b[de*3+1],L[J*9+5]=b[de*3+2],L[J*9+6]=b[be*3+0],L[J*9+7]=b[be*3+1],L[J*9+8]=b[be*3+2],G[J*9+0]=g[re*3+0],G[J*9+1]=g[re*3+1],G[J*9+2]=g[re*3+2],G[J*9+3]=g[de*3+0],G[J*9+4]=g[de*3+1],G[J*9+5]=g[de*3+2],G[J*9+6]=g[be*3+0],G[J*9+7]=g[be*3+1],G[J*9+8]=g[be*3+2],z&&p&&(z[J*9+0]=p[re*3+0],z[J*9+1]=p[re*3+1],z[J*9+2]=p[re*3+2],z[J*9+3]=p[de*3+0],z[J*9+4]=p[de*3+1],z[J*9+5]=p[de*3+2],z[J*9+6]=p[be*3+0],z[J*9+7]=p[be*3+1],z[J*9+8]=p[be*3+2])}Q=L,O=G,q=z;const oe=new Uint32Array(N*3);for(let J=0;J<N*3;J++)oe[J]=J;te=oe}else te=new Uint32Array(k),pe=_;return{vertexCount:d&&I.length>0?Q.length/3:t,faceCount:a,position:Q,normal:O,color:q,uv:pe,indices:te,textureFiles:n.length>0?n:void 0,triangleTexnumbers:y.length>0?y:void 0}}function Up(s,e){const{vertexCount:t,faceCount:a,properties:r,faceProperties:i,textureFiles:n,headerByteLength:o}=e,l=new TextDecoder("utf-8").decode(s),c=l.indexOf("end_header");if(c<0)throw new Error("PLY: Invalid PLY header");let f=c+10;for(;f<l.length&&(l[f]===" "||l[f]===`
11818
11818
  `||l[f]==="\r");)f++;const h=l.substring(f).split(/\s+/).filter(H=>H.length>0);let b=0;const m=H=>r.find(ee=>ee.name===H)!=null,g=H=>{if(b>=h.length)throw new Error("PLY: Unexpected end of file");const ee=h[b++];switch(H){case"char":case"uchar":case"short":case"ushort":case"int":case"uint":case"int8":case"uint8":case"int16":case"uint16":case"int32":case"uint32":return parseInt(ee);case"float":case"double":case"float32":case"float64":return parseFloat(ee);default:return parseFloat(ee)}},p=new Float32Array(t*3),D=m("nx")&&m("ny")&&m("nz"),_=D?new Float32Array(t*3):new Float32Array(t*3),v=(m("red")||m("r"))&&(m("green")||m("g"))&&(m("blue")||m("b"))?new Float32Array(t*3):void 0,U=(m("u")||m("s"))&&(m("v")||m("t")),x=i?.some(H=>H.name==="texcoord")||!1,C=U||x?new Float32Array(t*2):void 0,F=new Map,k=i?.some(H=>H.name==="texnumber")||!1,y=k?new Array(a):[],I=[],R=[],Q=[],O=H=>r.findIndex(ee=>ee.name===H),q=O("x"),pe=O("y"),te=O("z"),N=D?O("nx"):-1,L=D?O("ny"):-1,G=D?O("nz"):-1,z=v?O("red")>=0?O("red"):O("r"):-1,oe=v?O("green")>=0?O("green"):O("g"):-1,J=v?O("blue")>=0?O("blue"):O("b"):-1,ce=C&&U?O("u")>=0?O("u"):O("s"):-1,re=C&&U?O("v")>=0?O("v"):O("t"):-1;for(let H=0;H<t;H++)for(let ee=0;ee<r.length;ee++){const ie=r[ee],ue=g(ie.type);ee===q?p[H*3+0]=ue:ee===pe?p[H*3+1]=ue:ee===te?p[H*3+2]=ue:ee===N?_[H*3+0]=ue:ee===L?_[H*3+1]=ue:ee===G?_[H*3+2]=ue:ee===z&&v?v[H*3+0]=ie.type==="uchar"||ie.type==="uint8"?ue/255:ue:ee===oe&&v?v[H*3+1]=ie.type==="uchar"||ie.type==="uint8"?ue/255:ue:ee===J&&v?v[H*3+2]=ie.type==="uchar"||ie.type==="uint8"?ue/255:ue:ee===ce&&C?C[H*2+0]=ue:ee===re&&C&&(C[H*2+1]=ue)}for(let H=0;H<a;H++){let ee=[],ie,ue=0;for(const ye of i||[])if(ye.name==="vertex_indices"){const Qe=ye.type.split(" "),Ne=Qe[1],Ke=Qe[2],Nt=g(Ne);ee=[];for(let ot=0;ot<Nt;ot++)ee.push(g(Ke))}else if(ye.name==="texcoord"){const Qe=ye.type.split(" "),Ne=Qe[1],Ke=Qe[2],Nt=g(Ne);ie=new Float32Array(Nt);for(let ot=0;ot<Nt;ot++)ie[ot]=g(Ke);F.set(H,ie)}else ye.name==="texnumber"&&(ue=g(ye.type),y[H]=ue);const Re=ee.length,ge=k?y[H]??0:0;if(Re===3)I.push(ee[0],ee[1],ee[2]),k&&R.push(ge),x&&ie&&ie.length>=6&&Q.push(ie[0],1-ie[1],ie[2],1-ie[3],ie[4],1-ie[5]);else for(let ye=1;ye<Re-1;ye++)I.push(ee[0],ee[ye],ee[ye+1]),k&&R.push(ge),x&&ie&&ie.length>=Re*2&&Q.push(ie[0],1-ie[1],ie[ye*2+0],1-ie[ye*2+1],ie[(ye+1)*2+0],1-ie[(ye+1)*2+1])}if(!D){for(let H=0;H<t*3;H++)_[H]=0;for(let H=0;H<I.length;H+=3){const ee=I[H],ie=I[H+1],ue=I[H+2],Re=p[ee*3+0],ge=p[ee*3+1],ye=p[ee*3+2],Qe=p[ie*3+0],Ne=p[ie*3+1],Ke=p[ie*3+2],Nt=p[ue*3+0],ot=p[ue*3+1],Ja=p[ue*3+2],ua=Qe-Re,Ea=Ne-ge,Yt=Ke-ye,wa=Nt-Re,Ia=ot-ge,Pt=Ja-ye,ba=Ea*Pt-Yt*Ia,ga=Yt*wa-ua*Pt,ta=ua*Ia-Ea*wa;_[ee*3+0]+=ba,_[ee*3+1]+=ga,_[ee*3+2]+=ta,_[ie*3+0]+=ba,_[ie*3+1]+=ga,_[ie*3+2]+=ta,_[ue*3+0]+=ba,_[ue*3+1]+=ga,_[ue*3+2]+=ta}for(let H=0;H<t;H++){const ee=_[H*3+0],ie=_[H*3+1],ue=_[H*3+2],Re=Math.sqrt(ee*ee+ie*ie+ue*ue);Re>1e-5?(_[H*3+0]=ee/Re,_[H*3+1]=ie/Re,_[H*3+2]=ue/Re):(_[H*3+0]=0,_[H*3+1]=1,_[H*3+2]=0)}}let de=p,be=_,xe=v,Pe,He;if(x&&Q.length>0){const H=I.length/3,ee=new Float32Array(H*3*3),ie=new Float32Array(H*3*3),ue=v?new Float32Array(H*3*3):void 0;Pe=new Float32Array(Q);for(let ge=0;ge<H;ge++){const ye=ge*3,Qe=I[ye+0],Ne=I[ye+1],Ke=I[ye+2];ee[ge*9+0]=p[Qe*3+0],ee[ge*9+1]=p[Qe*3+1],ee[ge*9+2]=p[Qe*3+2],ee[ge*9+3]=p[Ne*3+0],ee[ge*9+4]=p[Ne*3+1],ee[ge*9+5]=p[Ne*3+2],ee[ge*9+6]=p[Ke*3+0],ee[ge*9+7]=p[Ke*3+1],ee[ge*9+8]=p[Ke*3+2],ie[ge*9+0]=_[Qe*3+0],ie[ge*9+1]=_[Qe*3+1],ie[ge*9+2]=_[Qe*3+2],ie[ge*9+3]=_[Ne*3+0],ie[ge*9+4]=_[Ne*3+1],ie[ge*9+5]=_[Ne*3+2],ie[ge*9+6]=_[Ke*3+0],ie[ge*9+7]=_[Ke*3+1],ie[ge*9+8]=_[Ke*3+2],ue&&v&&(ue[ge*9+0]=v[Qe*3+0],ue[ge*9+1]=v[Qe*3+1],ue[ge*9+2]=v[Qe*3+2],ue[ge*9+3]=v[Ne*3+0],ue[ge*9+4]=v[Ne*3+1],ue[ge*9+5]=v[Ne*3+2],ue[ge*9+6]=v[Ke*3+0],ue[ge*9+7]=v[Ke*3+1],ue[ge*9+8]=v[Ke*3+2])}de=ee,be=ie,xe=ue;const Re=new Uint32Array(H*3);for(let ge=0;ge<H*3;ge++)Re[ge]=ge;He=Re}else He=new Uint32Array(I),Pe=C;return{vertexCount:x&&Q.length>0?de.length/3:t,faceCount:a,position:de,normal:be,color:xe,uv:Pe,indices:He,textureFiles:n.length>0?n:void 0,triangleTexnumbers:R.length>0?R:void 0}}function Gh(s){const e=Ji(s),{format:t}=e;return t==="ascii"?yp(s,e):xp(s,e)}function xp(s,e){const{vertexCount:t,properties:a,headerByteLength:r}=e,i=new DataView(s,r),n=g=>a.find(p=>p.name===g)!=null,o=g=>a.findIndex(p=>p.name===g),l=new Float32Array(t*3),c=(n("red")||n("r"))&&(n("green")||n("g"))&&(n("blue")||n("b")),f=n("alpha")||n("a"),d=c?new Uint8Array(t*4):void 0,h=[];let b=0;for(const g of a)h.push(b),b+=fa(g.type);let m=0;for(let g=0;g<t;g++){const p=m,D=o("x"),_=o("y"),v=o("z");if(D<0||_<0||v<0)throw new Error("PLY: Missing x/y/z for vertex");if(l[g*3+0]=Be(i,p+h[D],a[D].type),l[g*3+1]=Be(i,p+h[_],a[_].type),l[g*3+2]=Be(i,p+h[v],a[v].type),d){const U=o("red")>=0?o("red"):o("r"),x=o("green")>=0?o("green"):o("g"),C=o("blue")>=0?o("blue"):o("b"),F=f?o("alpha")>=0?o("alpha"):o("a"):-1;if(U>=0&&x>=0&&C>=0){let k=Be(i,p+h[U],a[U].type),y=Be(i,p+h[x],a[x].type),I=Be(i,p+h[C],a[C].type),R=255;(a[U].type==="float"||a[U].type==="float32"||a[U].type==="double"||a[U].type==="float64")&&(k=Math.round(k*255),y=Math.round(y*255),I=Math.round(I*255)),F>=0&&(R=Be(i,p+h[F],a[F].type),(a[F].type==="float"||a[F].type==="float32"||a[F].type==="double"||a[F].type==="float64")&&(R=Math.round(R*255))),d[g*4+0]=Math.max(0,Math.min(255,k)),d[g*4+1]=Math.max(0,Math.min(255,y)),d[g*4+2]=Math.max(0,Math.min(255,I)),d[g*4+3]=Math.max(0,Math.min(255,R))}}m+=b}return{vertexCount:t,position:l,color:d}}function yp(s,e){const{vertexCount:t,properties:a}=e,r=new TextDecoder("utf-8").decode(s),i=r.indexOf("end_header");if(i<0)throw new Error("PLY: Invalid PLY header");let n=i+10;for(;n<r.length&&(r[n]===" "||r[n]===`
11819
- `||r[n]==="\r");)n++;const l=r.substring(n).split(/\s+/).filter(k=>k.length>0);let c=0;const f=k=>a.find(y=>y.name===k)!=null,d=k=>{if(c>=l.length)throw new Error("PLY: Unexpected end of file");const y=l[c++];switch(k){case"char":case"uchar":case"short":case"ushort":case"int":case"uint":case"int8":case"uint8":case"int16":case"uint16":case"int32":case"uint32":return parseInt(y);case"float":case"double":case"float32":case"float64":return parseFloat(y);default:return parseFloat(y)}},h=new Float32Array(t*3),b=(f("red")||f("r"))&&(f("green")||f("g"))&&(f("blue")||f("b")),m=f("alpha")||f("a"),g=b?new Uint8Array(t*4):void 0,p=k=>a.findIndex(y=>y.name===k),D=p("x"),_=p("y"),v=p("z"),U=b?p("red")>=0?p("red"):p("r"):-1,x=b?p("green")>=0?p("green"):p("g"):-1,C=b?p("blue")>=0?p("blue"):p("b"):-1,F=m?p("alpha")>=0?p("alpha"):p("a"):-1;for(let k=0;k<t;k++){for(let y=0;y<a.length;y++){const I=a[y],R=d(I.type);if(y===D)h[k*3+0]=R;else if(y===_)h[k*3+1]=R;else if(y===v)h[k*3+2]=R;else if(y===U&&g){const Q=I.type==="uchar"||I.type==="uint8"?R:Math.round(R*255);g[k*4+0]=Math.max(0,Math.min(255,Q))}else if(y===x&&g){const Q=I.type==="uchar"||I.type==="uint8"?R:Math.round(R*255);g[k*4+1]=Math.max(0,Math.min(255,Q))}else if(y===C&&g){const Q=I.type==="uchar"||I.type==="uint8"?R:Math.round(R*255);g[k*4+2]=Math.max(0,Math.min(255,Q))}else if(y===F&&g){const Q=I.type==="uchar"||I.type==="uint8"?R:Math.round(R*255);g[k*4+3]=Math.max(0,Math.min(255,Q))}}g&&F<0&&(g[k*4+3]=255)}return{vertexCount:t,position:h,color:g}}class Cp extends ut{static format=qe.BIN;async parseBuffer(e){const t=Vh(e);let a;switch(t){case gi.PLY:{const r=Oo(e);a={count:r.vertexCount,position:r.position,rotation:r.rotation,scale:r.scale,opacity:r.opacity,sh:r.sh},a.bbox=No(r.position);break}case gi.SPLAT:throw new Error("SPLAT format is not yet supported");case gi.KSPLAT:throw new Error("KSPLAT format is not yet supported");case gi.UNKNOWN:default:throw new Error("Unknown or unsupported Gaussian Splatting file format")}return this.data=a,a}verification(){return!!this.data&&this.data.count>0}}var Gs=(s=>(s.Point="Point",s.LineString="LineString",s.MultiPolygon="MultiPolygon",s))(Gs||{});class Sp extends ut{static format=qe.JSON;json;async parseString(e){this.json=e,this.data=JSON.parse(e)}}class Fp{static getPath(e){let t=[];for(let a=0;a<e.features.length;a++){const r=e.features[a];switch(r.geometry.type){case Gs.LineString:break;case Gs.MultiPolygon:let i=[];for(let n=0;n<r.geometry.coordinates.length;n++){const o=r.geometry.coordinates[n];for(const l of o)for(const c of l){let f=new u(c[0],0,c[1]);i.push(f)}}t.push(i);break}}return t}}class kp{name;defines;doubleSided;baseColorFactor;emissiveFactor;metallicFactor;roughnessFactor;alphaCutoff;enableBlend;baseColorTexture;metallicRoughnessTexture;normalTexture;occlusionTexture;emissiveTexture;extensions;baseMapOffsetSize;normalMapOffsetSize;emissiveMapOffsetSize;roughnessMapOffsetSize;metallicMapOffsetSize;aoMapOffsetSize}class Ep{}class wp{}class Ip extends ut{static format=qe.BIN;async parseBuffer(e){switch(Ji(e).mode){case mr.Splat:{const a=Oo(e),r={count:a.vertexCount,position:a.position,rotation:a.rotation,scale:a.scale,opacity:a.opacity,sh:a.sh};r.bbox=No(a.position);const i=new ne;i.name="GaussianSplat",i.addComponent(ri).initAsset(r),this.data=i;break}case mr.PointCloud:{const a=Gh(e),r=new ne;r.name="PLYPointCloud";const i=new ne;i.name="PLYPointCloudRoot",r.addChild(i);const n=i.addComponent(Qr);if(a.color)n.initFromData(a.position,a.color,a.vertexCount);else{const o=new Uint8Array(a.vertexCount*4);o.fill(255),n.initFromData(a.position,o,a.vertexCount)}n.setPointShape("circle"),n.setPointSize(4),this.data=r;break}case mr.Mesh:{const a=Lh(e),r=new ne;r.name="PLYMesh";const i=new Map;if(a.triangleTexnumbers&&a.triangleTexnumbers.length>0)for(let o=0;o<a.triangleTexnumbers.length;o++){const l=a.triangleTexnumbers[o];i.has(l)||i.set(l,[]),i.get(l).push(o)}else{const o=a.indices.length/3,l=[];for(let c=0;c<o;c++)l.push(c);i.set(0,l)}const n=new Map;if(a.textureFiles&&a.textureFiles.length>0){const o=[];for(let l=0;l<a.textureFiles.length;l++){const c=new $t,f=Et.normalizePath(this.baseUrl+a.textureFiles[l]);o.push(A.res.loadTexture(f).then(d=>{c.baseMap=d,n.set(l,c)}))}await Promise.all(o)}n.size===0&&n.set(0,new $t);for(const[o,l]of i){const c=[];for(const m of l){const g=m*3;c.push(a.indices[g+0],a.indices[g+1],a.indices[g+2])}const f=new Oe;f.setAttribute(V.position,a.position),f.setAttribute(V.normal,a.normal),a.uv&&f.setAttribute(V.uv,a.uv),a.color&&f.setAttribute(V.color,a.color),f.setIndices(new Uint32Array(c)),f.addSubGeometry({indexStart:0,indexCount:c.length,vertexStart:0,vertexCount:0,firstStart:0,index:0,topology:0});let d=n.get(o);d||(d=n.values().next().value||new $t);const h=new ne;h.name=`PLYMesh_Texture_${o}`;const b=h.addComponent(fe);b.geometry=f,b.material=d,r.addChild(h)}this.data=r;break}}}verification(){return!!this.data}}class zh{async parse(e){const t=new DataView(e),a=Qs(t);console.assert(a==="pnts");const r=t.getUint32(4,!0);console.assert(r===1);const i=t.getUint32(8,!0);console.assert(i===e.byteLength);const n=t.getUint32(12,!0),o=t.getUint32(16,!0),l=t.getUint32(20,!0),c=t.getUint32(24,!0),f=28,d=new wi(e,f,n,o),h=f+n+o,b=d.header.POINTS_LENGTH||0,m=new Rs(e,b,h,l,c);return{version:r,featureTable:d,batchTable:m}}}class Jh extends zh{async parse(e){const t=await super.parse(e),{featureTable:a,batchTable:r}=t,i=a.header.POINTS_LENGTH;if(!i||i<=0)throw new Error("PNTSLoader: POINTS_LENGTH must be defined and greater than zero");const o=a.header.extensions?.["3DTILES_draco_point_compression"];let l,c;if(o){const b=await this.parseDraco(a,o,i);l=b.positions,c=b.colors,b.normals}else l=this.parsePositions(a,i),c=this.parseColors(a,i),this.parseNormals(a,i);const f=new ne;f.addComponent(Qr).initFromData(l,c,i);const h=a.getData("RTC_CENTER",1,"FLOAT","VEC3");return h&&f.transform.localPosition.set(h[0],h[1],h[2]),f.batchTable=r,f.featureTable=a,f}parsePositions(e,t){let a=e.getData("POSITION",t,"FLOAT","VEC3");if(a)return a;const r=e.getData("POSITION_QUANTIZED",t,"UNSIGNED_SHORT","VEC3");if(!r)throw new Error("PNTSLoader: Either POSITION or POSITION_QUANTIZED must be defined");const i=e.getData("QUANTIZED_VOLUME_SCALE",1,"FLOAT","VEC3"),n=e.getData("QUANTIZED_VOLUME_OFFSET",1,"FLOAT","VEC3");if(!i||!n)throw new Error("PNTSLoader: QUANTIZED_VOLUME_SCALE and QUANTIZED_VOLUME_OFFSET must be defined for quantized positions");const o=new Float32Array(t*3),l=65535;for(let c=0;c<t;c++){const f=c*3;o[f+0]=r[f+0]/l*i[0]+n[0],o[f+1]=r[f+1]/l*i[1]+n[1],o[f+2]=r[f+2]/l*i[2]+n[2]}return o}parseColors(e,t){let a=e.getData("RGBA",t,"UNSIGNED_BYTE","VEC4");if(a)return a;const r=e.getData("RGB",t,"UNSIGNED_BYTE","VEC3");if(r){const l=new Uint8Array(t*4);for(let c=0;c<t;c++){const f=c*3,d=c*4;l[d+0]=r[f+0],l[d+1]=r[f+1],l[d+2]=r[f+2],l[d+3]=255}return l}const i=e.getData("RGB565",t,"UNSIGNED_SHORT","SCALAR");if(i){const l=new Uint8Array(t*4);for(let c=0;c<t;c++){const f=this.decodeRGB565(i[c]),d=c*4;l[d+0]=f[0],l[d+1]=f[1],l[d+2]=f[2],l[d+3]=255}return l}const n=e.getData("CONSTANT_RGBA",1,"UNSIGNED_BYTE","VEC4");if(n){const l=new Uint8Array(t*4);for(let c=0;c<t;c++){const f=c*4;l[f+0]=n[0],l[f+1]=n[1],l[f+2]=n[2],l[f+3]=n[3]}return l}const o=new Uint8Array(t*4);return o.fill(255),o}parseNormals(e,t){let a=e.getData("NORMAL",t,"FLOAT","VEC3");if(a)return a;const r=e.getData("NORMAL_OCT16P",t,"UNSIGNED_BYTE","VEC2");return r?this.decodeOctNormals(r,t):null}decodeRGB565(e){const t=(e>>11&31)<<3,a=(e>>5&63)<<2,r=(e&31)<<3;return[t,a,r]}decodeOctNormals(e,t){const a=new Float32Array(t*3);for(let r=0;r<t;r++){const i=r*2,n=e[i]/255,o=e[i+1]/255,l=n*2-1,c=o*2-1,f=1-Math.abs(l)-Math.abs(c);let d,h;f<0?(d=(l>=0?1:-1)*(1-Math.abs(c)),h=(c>=0?1:-1)*(1-Math.abs(l))):(d=l,h=c);const b=Math.sqrt(d*d+h*h+f*f),m=r*3;a[m+0]=d/b,a[m+1]=h/b,a[m+2]=f/b}return a}async parseDraco(e,t,a){throw new Error("Draco compression not yet implemented")}}class Wh extends ut{static format=qe.BIN;async parseBuffer(e){const a=await new Jh().parse(e),r=new ne;r.name="PNTS",r.addChild(a),this.data=r}verification(){if(this.data)return!0;throw new Error("PNTSParser: Parse failed")}}class Lo{boneName;bonePath;parentBoneName;boneID;parentBoneID;instanceID;parentInstanceID;t;q;s;formBytes(e){this.boneName=e.readUTF(),this.bonePath=e.readUTF(),this.parentBoneName=e.readUTF(),this.boneID=e.readInt32(),this.parentBoneID=e.readInt32(),this.instanceID=e.readUTF(),this.parentInstanceID=e.readUTF(),this.t=e.readVector3(),this.q=e.readQuaternion(),this.s=e.readVector3()}}class Go{name;count;boneData;boneMap;formBytes(e){this.boneData=[],this.boneMap=new Map,this.name=e.readUTF(),this.count=e.readInt32();for(let t=0;t<this.count;t++){let a=new Lo;a.formBytes(e.readBytesArray()),this.boneData[t]=a,this.boneMap.set(a.boneName,a)}}}class Zh extends ut{static format=qe.BIN;static parser(e,t){let a=e.readInt32();for(let r=0;r<a;r++){let i=new Go;i.formBytes(e.readBytesArray()),A.res.addObj(i.name,i)}}verification(){if(this.data)return!0;throw new Error("verify failed.")}}V.position,V.normal,V.color,V.TANGENT,V.uv,V.TEXCOORD_1,V.TEXCOORD_2,V.TEXCOORD_2,V.TEXCOORD_4,V.TEXCOORD_5,V.TEXCOORD_6,V.TEXCOORD_7,V.joints0,V.weights0;var Y=(s=>(s[s.single=0]="single",s[s.boolean=1]="boolean",s[s.int=2]="int",s[s.int16=3]="int16",s[s.int32=4]="int32",s[s.float=5]="float",s[s.long=6]="long",s[s.uint=7]="uint",s[s.uint32=8]="uint32",s[s.uint64=9]="uint64",s[s.double=10]="double",s[s.string=11]="string",s[s.singleArray=12]="singleArray",s[s.stringArray=13]="stringArray",s[s.floatArray=14]="floatArray",s[s.vector2=15]="vector2",s[s.vector3=16]="vector3",s[s.vector4=17]="vector4",s[s.color=18]="color",s[s.color32=19]="color32",s[s.animationCurve=20]="animationCurve",s[s.quaternion=21]="quaternion",s[s.matrix4x4=22]="matrix4x4",s[s.mesh=23]="mesh",s[s.texture=24]="texture",s[s.material=25]="material",s[s.materials=26]="materials",s[s.skeleton=27]="skeleton",s[s.animClip=28]="animClip",s[s.vector2Int=29]="vector2Int",s[s.int32List=30]="int32List",s[s.colorList=31]="colorList",s[s.color32List=32]="color32List",s))(Y||{});class zs{static GetMaterial(e){let t=e,a=t.split("/");t=a[a.length-1],a=t.split("."),t=a[a.length-1];let r=Bl(t);if(r){let i=new Bt;return i.shader=new r,i}else throw new Error("not found shader, shader name is "+t)}static applyMaterialTexture(e,t){for(let a=0;a<t.length;a++){const r=t[a];r.property in e?e[r.property]=r.texture:r.property in e.shader?e.shader[r.property]=r.texture:e.setTexture(r.property,r.texture)}}static applyMaterialProperties(e,t){for(let a=0;a<t.length;a++){const r=t[a],i=r.key;switch(r.type){case Y.color:case Y.color32:{let n=r.getValue();i in e?e[i]=n:i in e.shader?e.shader[i]=n:e.setUniformColor(i,n)}break;case Y.single:case Y.float:case Y.int:case Y.int16:case Y.int32:case Y.uint:case Y.uint32:case Y.uint64:{let n=r.getValue();i in e?e[i]=n:i in e.shader?e.shader[i]=n:e.setUniformFloat(i,n)}break;case Y.singleArray:{let n=r.getValue()[0];i in e?e[i]=n:i in e.shader?e.shader[i]=n:e.setUniformFloat(i,n)}break;case Y.vector2:case Y.vector2Int:{let n=r.getValue();i in e?e[i]=n:i in e.shader?e.shader[i]=n:e.setUniformVector2(i,n)}break;case Y.vector3:{let n=r.getValue();i in e?e[i]=n:i in e.shader?e.shader[i]=n:e.setUniformVector3(i,n)}break;case Y.vector4:{let n=r.getValue();i in e?e[i]=n:i in e.shader?e.shader[i]=n:e.setUniformVector4(i,n)}break}}}}class Ga{static parser(e){switch(e.readInt32()){case Y.single:return{t:Y.single,v:e.readFloat32()};case Y.boolean:return{t:Y.boolean,v:e.readBoolean()};case Y.int:return{t:Y.int,v:e.readInt32()};case Y.int16:return{t:Y.int16,v:e.readInt16()};case Y.int32:return{t:Y.int32,v:e.readInt32()};case Y.float:return{t:Y.float,v:e.readFloat32()};case Y.long:return{t:Y.long,v:e.readFloat64()};case Y.uint:return{t:Y.uint,v:e.readUnit32()};case Y.uint32:return{t:Y.uint32,v:e.readUnit32()};case Y.uint64:return{t:Y.uint64,v:e.readUnit32()};case Y.double:return{t:Y.double,v:e.readFloat64()};case Y.string:return{t:Y.string,v:e.readUTF()};case Y.singleArray:return{t:Y.singleArray,v:e.readFloatArray()};case Y.stringArray:return{t:Y.stringArray,v:e.readStringArray()};case Y.floatArray:return{t:Y.floatArray,v:e.readFloatArray()};case Y.vector2:return{t:Y.vector2,v:e.readVector2()};case Y.vector3:return{t:Y.vector3,v:e.readVector3()};case Y.vector4:return{t:Y.vector4,v:e.readVector4()};case Y.color:return{t:Y.color,v:e.readColor()};case Y.color32:return{t:Y.color32,v:e.readColor()};case Y.animationCurve:return{t:Y.animationCurve,v:null};case Y.quaternion:return{t:Y.quaternion,v:e.readQuaternion()};case Y.matrix4x4:return{t:Y.matrix4x4,v:null};case Y.mesh:{let o=e.readUTF(),l=A.res.getGeometry(o);return{t:Y.mesh,v:l}}case Y.texture:{let o=e.readUTF(),l=A.res.getTexture(o);return{t:Y.texture,v:l}}case Y.material:{let o=e.readUTF(),l=A.res.getMat(o);return{t:Y.material,v:l}}case Y.materials:{let o=e.readStringArray(),l=[];for(let c=0;c<o.length;c++){const f=o[c];let d=A.res.getMat(f);l.push(d)}return{t:Y.materials,v:l}}case Y.skeleton:break;case Y.animClip:{let o=[],l=e.readInt32();for(let c=0;c<l;c++){let f=new al;f.formBytes(e),o.push(f)}return{t:Y.animClip,v:o}}case Y.vector2Int:return{t:Y.vector2Int,v:e.readVector2int()};case Y.int32List:return{t:Y.int32List,v:e.readInt32List()};case Y.colorList:let a=e.readInt32(),r=[];for(let o=0;o<a;o++){const l=Ga.parser(e).v;r.push(l)}return{t:Y.colorList,v:r};case Y.color32List:let i=e.readInt32(),n=[];for(let o=0;o<i;o++){const l=Ga.parser(e).v;n.push(l)}return{t:Y.color32List,v:n}}}}class zo{key;type;_data;getValue(){return this._data}formBytes(e){this.key=e.readUTF();let{t,v:a}=Ga.parser(e);this.type=t,this._data=a}}class jh{property;name;texture;texelSize;wrapModeU;wrapModeV;wrapModeW;wrapMode;anisoLevel;dimension;filterMode}class Yh extends ut{static format=qe.TEXT;static parserMaterial(e,t){let a=e.readInt32();for(let r=0;r<a;r++){let i=e.readBytesArray(),n=i.readUTF(),o=i.readUTF();i.readUTF();let l=i.readStringArray();i.readVector4(),i.readVector4();let c=i.readUTF(),f=[],d=[],h=i.readInt32();for(let g=0;g<h;g++){let p=new zo;p.formBytes(i),f.push(p)}let b=i.readInt32();for(let g=0;g<b;g++){let p=i.readBytesArray(),D=new jh;D.property=p.readUTF(),D.name=p.readUTF(),D.texture=A.res.getTexture(D.name),D.texelSize=p.readVector2(),D.wrapModeU=p.readUnit32(),D.wrapModeV=p.readUnit32(),D.wrapModeW=p.readUnit32(),D.wrapMode=p.readUnit32(),D.anisoLevel=p.readUnit32(),D.dimension=p.readUnit32(),D.filterMode=p.readUnit32(),d.push(D)}let m=zs.GetMaterial(c);m.name=n;for(let g=0;g<l.length;g++){const p=l[g];m.shader.setDefine(p,!0)}zs.applyMaterialTexture(m,d),zs.applyMaterialProperties(m,f),A.res.addMat(o,m)}}verification(){if(this.data)return!0;throw new Error("verify failed.")}}class Jo{shapeName;shapeIndex;frameCount;blendPositionList=new Float32Array;blendNormalList=new Float32Array;formBytes(e){let t=e.readBytesArray();this.shapeName=t.readUTF(),this.shapeIndex=t.readInt32(),this.frameCount=t.readInt32();let a=t.readInt32();this.blendPositionList=t.readFloat32Array(a*3);let r=t.readInt32();this.blendNormalList=t.readFloat32Array(r*3)}}class Wo{vertexCount;shapeNames;shapeIndexs;blendCount;blendShapePropertyDatas;blendShapeMap;formBytes(e){this.blendShapeMap=new Map,this.blendShapePropertyDatas=[];let t=e.readBytesArray();this.vertexCount=t.readInt32(),this.shapeNames=t.readStringArray(),this.shapeIndexs=t.readIntArray(),this.blendCount=t.readInt32();for(let a=0;a<this.blendCount;a++){let r=new Jo;r.formBytes(t),this.blendShapePropertyDatas.push(r),this.blendShapeMap.set(r.shapeName,r)}return e}}class Xh{name;meshName;meshID;vertexCount;vertexStrip;vertexBuffer;indices;attributes;bones;bindPose;blendShapeData}class Hh extends ut{static format=qe.BIN;async parseBuffer(e){}static parserMeshs(e,t){let a=e.readInt32();for(let r=0;r<a;r++){let i=new Xh,n=e.readBytesArray();i.meshName=n.readUTF(),i.meshID=n.readUTF(),n.readFloat32()>0,n.readFloat32()>0,n.readFloat32()>0;let o=n.readFloat32()>0,l=n.readFloat32()>0;o&&(i.bones=n.readStringArray(),i.bindPose=n.readMatrix44Array()),l&&(i.blendShapeData=new Wo,i.blendShapeData.formBytes(n));let c=n.readBytesArray(),f=n.readBytesArray(),d=c.readInt32(),h=0,b=[];for(let _=0;_<d;_++)b[_]={},b[_].att=Rp[c.readUTF()],b[_].dim=c.readInt32(),h+=b[_].dim,b[_].format=c.readUTF();i.vertexCount=c.readInt32(),i.vertexBuffer=f.getFloat32Array();let m=n.readInt32Array(),g=[],p=n.readInt32();for(let _=0;_<p;_++){let v=n.readInt32(),U=n.readInt32(),x=n.readInt32(),C=n.readInt32(),F=n.readInt32(),k=n.readInt32();n.readVector3(),n.readVector3();let y={indexStart:U,indexCount:x,vertexStart:C,vertexCount:k,firstStart:F,topology:v,index:_};g.push(y)}m.length>65535?i.indices=new Uint32Array(m):i.indices=new Uint16Array(m);let D=new Oe;if(D.vertexDim=h,D.geometryType=Ft.compose_bin,D.setIndices(i.indices),D.setAttribute(V.all,i.vertexBuffer),o&&(D.skinNames=i.bones,D.bindPose=i.bindPose),l){D.blendShapeData=i.blendShapeData,D.morphTargetsRelative=!0,D.morphTargetDictionary={};for(let _=0;_<i.blendShapeData.blendCount;_++){D.setAttribute("a_morphPositions_"+_,i.blendShapeData.blendShapePropertyDatas[_].blendPositionList),D.setAttribute("a_morphNormals_"+_,i.blendShapeData.blendShapePropertyDatas[_].blendNormalList);for(let v=0;v<i.blendShapeData.blendCount;v++){let U=i.blendShapeData.shapeNames[v],x=i.blendShapeData.shapeIndexs[v];D.morphTargetDictionary[U]=x}}}for(let _=0;_<b.length;_++){const v=b[_].att;D.setAttribute(v,null)}for(let _=0;_<g.length;_++){const v=g[_];D.addSubGeometry(v)}D.name=i.meshName,A.res.addGeometry(i.meshID,D)}}verification(){if(this.data)return!0;throw new Error("verify failed.")}}let Rp={Position:V.position,Normal:V.normal,Color:V.color,Tangent:V.TANGENT,TexCoord0:V.uv,TexCoord1:V.TEXCOORD_1,TexCoord2:V.TEXCOORD_2,TexCoord3:V.TEXCOORD_2,TexCoord4:V.TEXCOORD_4,TexCoord5:V.TEXCOORD_5,TexCoord6:V.TEXCOORD_6,TexCoord7:V.vIndex,BlendIndices:V.joints0,BlendWeight:V.weights0};class fn extends DataView{get buffer(){return super.buffer}get byteOffset(){return super.byteOffset}get byteLength(){return super.byteLength}getInt16(e,t){return super.getInt16(e,t)}getInt32(e,t){return super.getInt32(e,t)}getFloat32(e,t){return super.getFloat32(e,t)}getFloat64(e,t){return super.getFloat64(e,t)}getUint8(e){return super.getUint8(e)}getUint32(e,t){return super.getUint32(e,t)}getInt8(e){return super.getInt8(e)}getUint16(e,t){return super.getUint16(e,t)}position=0;littleEndian=!0;constructor(e,t,a){super(e,t,a),this.position=0,this.position+=this.byteOffset}readUTF(){let e=this.readInt32(),t=e%4;t>0&&t<4&&(t=4-t);let a="",r=new Int8Array(this.buffer,this.position,e);return this.position+=e*Int8Array.BYTES_PER_ELEMENT,a+=String.fromCharCode.apply(null,r),this.position+=t*Int8Array.BYTES_PER_ELEMENT,a}readStringArray(){let e=[],t=this.readInt32();for(let a=0;a<t;a++)e.push(this.readUTF());return e}readByte(){let e=this.buffer[this.position];return this.position+=1,e}readBoolean(){let e=this.readInt32();return this.position+=4,e==1}readBytes(e){let t=new DataView(this.buffer,this.position,e);return this.position+=e,t.buffer}readBytesArray(){let e=this.readInt32(),t=new fn(this.buffer.slice(this.position,this.position+e));return this.position+=e,t}readUnit8(){let e=this.getUint8(this.position);return this.position+=Uint8Array.BYTES_PER_ELEMENT,e}readUnit16(){let e=this.getUint16(this.position);return this.position+=Uint16Array.BYTES_PER_ELEMENT,e}readUnit32(){let e=this.getUint32(this.position);return this.position+=Uint32Array.BYTES_PER_ELEMENT,e}readInt8(){let e=this.getInt8(this.position);return this.position+=Int8Array.BYTES_PER_ELEMENT,e}readInt16(){let e=this.getInt16(this.position,this.littleEndian);return this.position+=Int16Array.BYTES_PER_ELEMENT,e}readInt32(){let e=this.getInt32(this.position,this.littleEndian);return this.position+=Int32Array.BYTES_PER_ELEMENT,e}readFloat32(){let e=this.getFloat32(this.position,this.littleEndian);return this.position+=Float32Array.BYTES_PER_ELEMENT,e}readFloat64(){let e=this.getFloat64(this.position,this.littleEndian);return this.position+=Float64Array.BYTES_PER_ELEMENT,e}readInt32Array(){let e=this.readInt32(),t=new Int32Array(this.buffer,this.position,e);return t=t.slice(0,e),this.position+=t.byteLength,t}readInt32List(){let e=this.readInt32(),t=[];for(let a=0;a<e;a++)t.push(this.readInt32());return t}readFloatArray(){let e=this.readInt32(),t=[];for(let a=0;a<e;a++){let r=this.readFloat32();t.push(r)}return t}readIntArray(){let e=this.readInt32(),t=[];for(let a=0;a<e;a++){let r=this.readInt32();t.push(r)}return t}readVector2int(){let e=new le;return e.x=this.readInt32(),e.y=this.readInt32(),e}readVector2(){let e=new le;return e.x=this.readFloat32(),e.y=this.readFloat32(),e}readVector3(){let e=new u;return e.x=this.readFloat32(),e.y=this.readFloat32(),e.z=this.readFloat32(),e}readVector3Array(){let e=[],t=this.readInt32();for(let a=0;a<t;a++)e.push(this.readVector3());return e}readVector4(){let e=new he;return e.x=this.readFloat32(),e.y=this.readFloat32(),e.z=this.readFloat32(),e.w=this.readFloat32(),e}readVector4Array(){let e=[],t=this.readInt32();for(let a=0;a<t;a++)e.push(this.readVector4());return e}readColor(){let e=new W;return e.r=this.readFloat32(),e.g=this.readFloat32(),e.b=this.readFloat32(),e.a=this.readFloat32(),e}readColorArray(){let e=[],t=this.readInt32();for(let a=0;a<t;a++)e.push(this.readColor());return e}readQuaternion(){let e=new $;return e.x=this.readFloat32(),e.y=this.readFloat32(),e.z=this.readFloat32(),e.w=this.readFloat32(),e}readQuaternionArray(){let e=[],t=this.readInt32();for(let a=0;a<t;a++)e.push(this.readQuaternion());return e}readMatrix44(){let e=new w,t=e.rawData;return t[0]=this.readFloat32(),t[1]=this.readFloat32(),t[2]=this.readFloat32(),t[3]=this.readFloat32(),t[4]=this.readFloat32(),t[5]=this.readFloat32(),t[6]=this.readFloat32(),t[7]=this.readFloat32(),t[8]=this.readFloat32(),t[9]=this.readFloat32(),t[10]=this.readFloat32(),t[11]=this.readFloat32(),t[12]=this.readFloat32(),t[13]=this.readFloat32(),t[14]=this.readFloat32(),t[15]=this.readFloat32(),e}readMatrix44Array(){let e=this.readInt32(),t=[];for(let a=0;a<e;a++){let r=this.readMatrix44();t.push(r)}return t}readFloat32Array(e){let t=new DataView(this.buffer),a=new Float32Array(e);for(let r=0;r<e;r++)a[r]=t.getFloat32(this.position+r*Float32Array.BYTES_PER_ELEMENT,this.littleEndian);return this.position+=e*Float32Array.BYTES_PER_ELEMENT,a}getFloat32Array(){let e=new Float32Array(this.buffer,this.byteOffset,this.byteLength/Float32Array.BYTES_PER_ELEMENT);return e=e.slice(0,this.byteLength),e}}class Kh extends ut{static format=qe.TEXT;static async parserTexture(e,t,a){let r=e.readInt32(),i=[];for(let o=0;o<r;o++){let l=e.readUTF();qh.useWebp?(l=l.replace("png","webp"),l=l.replace("jpb","webp"),i.push(t.baseUrl+"webp/"+l)):i.push(t.baseUrl+l)}let n=await A.res.loadBitmapTextures(i,A.setting.loader.numConcurrent,a,!0);for(const o of n)A.res.addTexture(o.name,o)}verification(){if(this.data)return!0;throw new Error("verify failed.")}}var Qp=Object.getOwnPropertyDescriptor,Tp=(s,e,t,a)=>{for(var r=a>1?void 0:a?Qp(e,t):e,i=s.length-1,n;i>=0;i--)(n=s[i])&&(r=n(r)||r);return r};let Js=class extends mt{constructor(){super(),j.register("PBRLitSSSShader",Od);let s=new Xe("PBRLitSSSShader","PBRLitSSSShader");s.setShaderEntry("VertMain","FragMain"),this.addRenderPass(s);let e=s.shaderState;e.acceptShadow=!0,e.castShadow=!0,e.receiveEnv=!0,e.acceptGI=!0,e.useLight=!0,this.setDefine("USE_BRDF",!0),this.setDefine("USE_AO_R",!0),this.setDefine("USE_ROUGHNESS_G",!0),this.setDefine("USE_METALLIC_B",!0),this.setDefine("USE_ALPHA_A",!0),this.setDefine("USE_CUSTOMUNIFORM",!0),this.setDefault(),this.computes=[new wh(this)]}setDefault(){this.setUniformFloat("shadowBias",35e-5),this.setUniformVector4("transformUV1",new he(0,0,1,1)),this.setUniformVector4("transformUV2",new he(0,0,1,1)),this.setUniformColor("baseColor",new W),this.setUniformColor("emissiveColor",new W(1,1,1)),this.setUniformVector4("materialF0",new he(.04,.04,.04,1)),this.setUniformColor("specularColor",new W(.04,.04,.04)),this.setUniformFloat("envIntensity",1),this.setUniformFloat("normalScale",1),this.setUniformFloat("roughness",1),this.setUniformFloat("metallic",0),this.setUniformFloat("ao",1),this.setUniformFloat("roughness_min",0),this.setUniformFloat("roughness_max",1),this.setUniformFloat("metallic_min",0),this.setUniformFloat("metallic_max",1),this.setUniformFloat("emissiveIntensity",0),this.setUniformFloat("alphaCutoff",0),this.setUniformFloat("ior",1.5),this.setUniformFloat("clearcoatFactor",0),this.setUniformFloat("clearcoatRoughnessFactor",0),this.setUniformColor("clearcoatColor",new W(1,1,1)),this.setUniformFloat("clearcoatWeight",0),this.setUniformColor("skinColor",new W(1,0,0)),this.setUniformFloat("skinPower",3.4),this.setUniformFloat("skinColorIns",.5),this.setUniformFloat("curveFactor",1)}set _MainTex(s){this.setTexture("baseMap",s)}set _BumpMap(s){this.setTexture("normalMap",s)}set _SSSMap(s){this.setTexture("sssMap",s)}set _MaskTex(s){this.setTexture("maskMap",s)}set _UVTransform(s){this.setUniformVector4("transformUV1",s)}set _Metallic(s){this.setUniformFloat("metallic",s)}set _Roughness(s){this.setUniformFloat("roughness",s)}set _MainColor(s){this.setUniformColor("baseColor",s)}set _AlphaCutoff(s){this.setUniformFloat("alphaCutoff",s)}set _DoubleSidedEnable(s){let e=this.getDefaultColorShader();e.shaderState.cullMode=s?Ot.none:e.shaderState.cullMode}set _SkinColor(s){this.setUniformColor("skinColor",s)}set _SkinPower(s){this.setUniformFloat("skinPower",s)}set _SkinColorIns(s){this.setUniformFloat("skinColorIns",s)}set curveFactor(s){this.setUniformFloat("curveFactor",s)}set _SurfaceType(s){let e=this.getDefaultColorShader();s==0?e.blendMode=me.NONE:e.blendMode=me.ALPHA}set _AlphaCutoffEnable(s){s==0?this.setDefine("USE_ALPHACUT",!1):this.setDefine("USE_ALPHACUT",!0)}};Js=Tp([Qa(Js,"LitSSSShader")],Js);var Mp=Object.getOwnPropertyDescriptor,Np=(s,e,t,a)=>{for(var r=a>1?void 0:a?Mp(e,t):e,i=s.length-1,n;i>=0;i--)(n=s[i])&&(r=n(r)||r);return r};let Ws=class extends mt{constructor(){super();let s=new Xe("PBRLItShader","PBRLItShader");s.setShaderEntry("VertMain","FragMain"),this.addRenderPass(s);let e=s.shaderState;e.acceptShadow=!0,e.castShadow=!0,e.receiveEnv=!0,e.acceptGI=!0,e.useLight=!0,this.setDefine("USE_BRDF",!0),this.setDefine("USE_ROUGHNESS_G",!0),this.setDefine("USE_METALLIC_B",!0),this.setDefine("USE_ALPHA_A",!0),this.setDefault()}setDefault(){this.setUniformFloat("shadowBias",35e-5),this.setUniformVector4("transformUV1",new he(0,0,1,1)),this.setUniformVector4("transformUV2",new he(0,0,1,1)),this.setUniformColor("baseColor",new W),this.setUniformColor("emissiveColor",new W(0,0,0)),this.setUniformVector4("materialF0",new he(.04,.04,.04,1)),this.setUniformColor("specularColor",new W(.04,.04,.04)),this.setUniformFloat("envIntensity",1),this.setUniformFloat("normalScale",1),this.setUniformFloat("roughness",1),this.setUniformFloat("metallic",0),this.setUniformFloat("ao",1),this.setUniformFloat("roughness_min",0),this.setUniformFloat("roughness_max",1),this.setUniformFloat("metallic_min",0),this.setUniformFloat("metallic_max",1),this.setUniformFloat("emissiveIntensity",0),this.setUniformFloat("alphaCutoff",0),this.setUniformFloat("ior",1.5),this.setUniformFloat("clearcoatFactor",0),this.setUniformFloat("clearcoatRoughnessFactor",0),this.setUniformColor("clearcoatColor",new W(1,1,1)),this.setUniformFloat("clearcoatWeight",0),this._MainTex=A.res.grayTexture,this._BumpMap=A.res.normalTexture,this._MaskTex=A.res.maskTexture}set _MainTex(s){this.setTexture("baseMap",s)}set _BumpMap(s){this.setTexture("normalMap",s)}set _MaskTex(s){this.setTexture("maskMap",s)}set _UVTransform(s){this.setUniformVector4("transformUV1",s)}set _Metallic(s){this.setUniformFloat("metallic",s)}set _Roughness(s){this.setUniformFloat("roughness",s)}set _MainColor(s){this.setUniformColor("baseColor",s)}set _AlphaCutoff(s){this.setUniformFloat("alphaCutoff",s)}set _DoubleSidedEnable(s){let e=this.getDefaultColorShader();e.shaderState.cullMode=s?Ot.none:e.shaderState.cullMode}set _SurfaceType(s){let e=this.getDefaultColorShader();s==0?e.blendMode=me.NONE:e.blendMode=me.ALPHA}set _AlphaCutoffEnable(s){s==0?this.setDefine("USE_ALPHACUT",!1):this.setDefine("USE_ALPHACUT",!0)}};Ws=Np([Qa(Ws,"LitShader")],Ws);class dn{comName;data;static parser(e){let t=e.readBytesArray(),a=new dn;a.comName=t.readUTF(),a.data=[];let r=t.readInt32();for(let i=0;i<r;i++){let n=new zo;n.formBytes(t),a.data.push(n)}return a}}class ps{name;parentName;position;rotation;scale;comDatas;child;static parser(e){let t=e.readBytesArray(),a=new ps;a.name=t.readUTF(),a.parentName=t.readUTF(),a.position=t.readVector3(),a.rotation=t.readQuaternion(),a.scale=t.readVector3(),a.comDatas=[],a.child=[];let r=t.readInt32();for(let n=0;n<r;n++){const o=dn.parser(t);a.comDatas.push(o)}let i=t.readInt32();for(let n=0;n<i;n++){const o=ps.parser(t);a.child.push(o)}return a}}class qh extends ut{static useWebp=!0;static format=qe.BIN;avatarDic;nodeData;async parseBuffer(e){this.avatarDic={};let t=new fn(e,0);await Kh.parserTexture(t,this,this.loaderFunctions),Zh.parser(t,this),Hh.parserMeshs(t,this),Yh.parserMaterial(t,this),this.nodeData=this.parserPrefabNode(t),this.data=this.data=this.parserNodeTree(this.nodeData)}parserPrefabNode(e){return ps.parser(e)}parserNodeTree(e){let t=new ne;if(t.localPosition=u.serialize(e.position),t.localQuaternion=$.serialize(e.rotation),t.localScale=u.serialize(e.scale),t.name=e.name,e.comDatas)for(let a=0;a<e.comDatas.length;a++){const r=e.comDatas[a];let i=null,n=_l(r.comName);if(n){i=t.getOrAddComponent(n);for(let o=0;o<r.data.length;o++){const l=r.data[o];l.key in i&&(i[l.key]=l.getValue())}}}if(e.child&&e.child.length>0)for(let a=0;a<e.child.length;a++){let r=this.parserNodeTree(e.child[a]);t.addChild(r)}return t}verification(){if(this.data)return!0;throw new Error("verify failed.")}}class Pp{static getNumber(e){return parseFloat(e)}static getInt(e){return parseInt(e)}static getBoolean(e){return e=="true"}static getNumberArray(e){let t=e.replaceAll("[","");t=t.replaceAll("]","");let a=t.split(",");for(let r=0;r<a.length;r++)parseFloat(a[r]);return t}static getStringArray(e){let t=e.replaceAll("[","");t=t.replaceAll("]","");let a=t.split(","),r=[];for(let i=0;i<a.length;i++){const n=a[i];r.push(n)}return r}static getVector2(e){}static getVector3(e){}static getVector4(e){}static getQuaternion(e){}static getColor(e){}}var Vp=Object.getOwnPropertyDescriptor,Op=(s,e,t,a)=>{for(var r=a>1?void 0:a?Vp(e,t):e,i=s.length-1,n;i>=0;i--)(n=s[i])&&(r=n(r)||r);return r};let Wi=class extends mt{constructor(){super();const s=new Xe("FatLine_VS","FatLine_FS");s.setShaderEntry("VertMain","FragMain"),this.addRenderPass(s);const e=s.shaderState;e.acceptShadow=!1,e.castShadow=!1,e.receiveEnv=!1,e.acceptGI=!1,e.useLight=!1,e.cullMode=Ot.none,e.depthWriteEnabled=!0,this.setDefault()}setDefault(){this.setUniformColor("baseColor",new W(1,1,1,1)),this.setUniformFloat("lineWidth",1),this.setUniformFloat("opacity",1),this.setUniformVector2("resolution",new le(1920,1080));const s=new w;this.getDefaultColorShader().setUniform("modelMatrix",s.rawData)}};Wi=Op([Qa(Wi,"FatLineShader")],Wi);var Lp=Object.getOwnPropertyDescriptor,Gp=(s,e,t,a)=>{for(var r=a>1?void 0:a?Lp(e,t):e,i=s.length-1,n;i>=0;i--)(n=s[i])&&(r=n(r)||r);return r};let Zi=class extends mt{constructor(){super();let s=new Xe("UnLit","UnLit");s.setShaderEntry("VertMain","FragMain"),this.addRenderPass(s);let e=s.shaderState;e.acceptShadow=!1,e.castShadow=!1,e.receiveEnv=!1,e.acceptGI=!1,e.useLight=!1,this.setDefine("USE_BRDF",!0),this.setDefine("USE_AO_R",!0),this.setDefine("USE_ROUGHNESS_G",!0),this.setDefine("USE_METALLIC_B",!0),this.setDefine("USE_ALPHA_A",!0),this.setDefault()}setDefault(){this.setUniformVector4("transformUV1",new he(0,0,1,1)),this.setUniformVector4("transformUV2",new he(0,0,1,1)),this.setUniformColor("baseColor",new W),this.setUniformFloat("alphaCutoff",0)}set _MainTex(s){this.setTexture("baseMap",s)}set _BumpMap(s){this.setTexture("normalMap",s)}set _MaskTex(s){this.setTexture("maskMap",s)}set _UVTransform(s){this.setUniformVector4("transformUV1",s)}set _Metallic(s){this.setUniformFloat("metallic",s)}set _Roughness(s){this.setUniformFloat("roughness",s)}set _MainColor(s){this.setUniformColor("baseColor",s)}set _AlphaCutoff(s){this.setUniformFloat("alphaCutoff",s)}set _DoubleSidedEnable(s){let e=this.getDefaultColorShader();e.shaderState.cullMode=s?Ot.none:e.shaderState.cullMode}set _SurfaceType(s){let e=this.getDefaultColorShader();s==0?e.blendMode=me.NONE:e.blendMode=me.ALPHA}set _AlphaCutoffEnable(s){s==0?this.setDefine("USE_ALPHACUT",!1):this.setDefine("USE_ALPHACUT",!0)}};Zi=Gp([Qa(Zi,"UnLitShader")],Zi);var zp=Object.getOwnPropertyDescriptor,Jp=(s,e,t,a)=>{for(var r=a>1?void 0:a?zp(e,t):e,i=s.length-1,n;i>=0;i--)(n=s[i])&&(r=n(r)||r);return r};let ji=class extends mt{constructor(){super(),j.register("VertexAttributeIndexShader",Nd),j.register("UnLitTextureArray",Ld);let s=new Xe("UnLitTextureArray","UnLitTextureArray");s.setShaderEntry("VertMain","FragMain"),this.addRenderPass(s);let e=s.shaderState;e.acceptShadow=!1,e.castShadow=!1,e.receiveEnv=!1,e.acceptGI=!1,e.useLight=!1,this.setDefine("USE_BRDF",!0),this.setDefine("USE_AO_R",!0),this.setDefine("USE_ROUGHNESS_G",!0),this.setDefine("USE_METALLIC_B",!0),this.setDefine("USE_ALPHA_A",!0),this.setDefault()}setDefault(){this.setUniformVector4("transformUV1",new he(0,0,1,1)),this.setUniformVector4("transformUV2",new he(0,0,1,1)),this.setUniformColor("baseColor",new W),this.setUniformFloat("alphaCutoff",0)}set _MainTex(s){this.setTexture("baseMap",s)}set _BumpMap(s){this.setTexture("normalMap",s)}set _MaskTex(s){this.setTexture("maskMap",s)}set _UVTransform(s){this.setUniformVector4("transformUV1",s)}set _Metallic(s){this.setUniformFloat("metallic",s)}set _Roughness(s){this.setUniformFloat("roughness",s)}set _MainColor(s){this.setUniformColor("baseColor",s)}set _AlphaCutoff(s){this.setUniformFloat("alphaCutoff",s)}set _DoubleSidedEnable(s){let e=this.getDefaultColorShader();e.shaderState.cullMode=s?Ot.none:e.shaderState.cullMode}set _SurfaceType(s){let e=this.getDefaultColorShader();s==0?e.blendMode=me.NONE:e.blendMode=me.ALPHA}set _AlphaCutoffEnable(s){s==0?this.setDefine("USE_ALPHACUT",!1):this.setDefine("USE_ALPHACUT",!0)}};ji=Jp([Qa(ji,"UnLitTexArrayShader")],ji);const Ar=-1,Dr=0,Zo=1,$h=2,Va=3,Wp=6378137,Zp=1/298.257223563,jp=6356752314245179e-9,Yp=Symbol("PLUGIN_REGISTERED");class jo{boundingVolume;geometricError;refine;content;contents;transform;extensions;extras;parent=null;children=[];loadingState=Dr;used=!1;visible=!1;active=!1;inFrustum=!1;error=1/0;distanceFromCamera=1/0;depth=0;depthFromRenderedParent=0;lastFrameVisited=-1;isLeaf=!1;allChildrenReady=!1;hasContent=!1;hasRenderableContent=!1;hasUnrenderableContent=!1;childrenProcessed=0;usedLastFrame=!1;priority;canTraverse=!1;canTraverseFrame=-1;basePath="";cached={};constructor(e,t=null){if(this.boundingVolume=e.boundingVolume,this.geometricError=e.geometricError,this.refine=e.refine,this.content=e.content,this.contents=e.contents,this.transform=e.transform,this.extensions=e.extensions,this.extras=e.extras,this.parent=t,this.depth=t?t.depth+1:0,this.depthFromRenderedParent=t?.hasContent?0:t?t.depthFromRenderedParent+1:0,this.hasContent=!!(this.content||this.contents&&this.contents.length>0),this.content?.uri){const a=this.content.uri.toLowerCase();this.hasUnrenderableContent=a.endsWith("tileset.json"),this.hasRenderableContent=!this.hasUnrenderableContent}else this.contents&&this.contents.length>0&&(this.hasRenderableContent=!0)}addChild(e){e.parent=this,e.depth=this.depth+1,e.depthFromRenderedParent=this.hasContent?0:this.depthFromRenderedParent+1,this.children.push(e)}resetFrameState(e){this.lastFrameVisited!==e&&(this.lastFrameVisited=e,this.used=!1,this.inFrustum=!1,this.isLeaf=!1,this.visible=!1,this.active=!1,this.error=1/0,this.distanceFromCamera=1/0,this.allChildrenReady=!1)}}const eu=2**30;class tu{minSize=6e3;maxSize=8e3;minBytesSize=.3*eu;maxBytesSize=.4*eu;unloadPercent=.05;autoMarkUnused=!0;_itemSet=new Map;_itemList=[];_usedSet=new Set;_callbacks=new Map;_unloadingHandle=-1;_cachedBytes=0;_bytesMap=new Map;_loadedSet=new Set;_unloadPriorityCallback=null;set unloadPriorityCallback(e){this._unloadPriorityCallback=e}get unloadPriorityCallback(){return this._unloadPriorityCallback}isFull(){return this._itemSet.size>=this.maxSize||this._cachedBytes>=this.maxBytesSize}getMemoryUsage(e){return this._bytesMap.get(e)||0}setMemoryUsage(e,t){if(!this._itemSet.has(e))return;const a=this._bytesMap.get(e)||0;this._cachedBytes-=a,this._bytesMap.set(e,t),this._cachedBytes+=t}add(e,t){return this._itemSet.has(e)||this.isFull()?!1:(this._itemList.push(e),this._usedSet.add(e),this._itemSet.set(e,Date.now()),this._callbacks.set(e,t),this._loadedSet.add(e),!0)}has(e){return this._itemSet.has(e)}remove(e){if(!this._itemSet.has(e))return!1;const t=this._bytesMap.get(e)||0;this._cachedBytes-=t,this._bytesMap.delete(e);const a=this._callbacks.get(e);a&&a(e);const r=this._itemList.indexOf(e);return r!==-1&&this._itemList.splice(r,1),this._usedSet.delete(e),this._itemSet.delete(e),this._callbacks.delete(e),this._loadedSet.delete(e),!0}markUsed(e){this._itemSet.has(e)&&(this._usedSet.add(e),this._itemSet.set(e,Date.now()))}markUnused(e){this._usedSet.delete(e)}scheduleUnload(){this._unloadingHandle===-1&&(this._unloadingHandle=requestAnimationFrame(()=>{this._unloadingHandle=-1,this._performUnload()}))}_performUnload(){if(!(this._itemSet.size>this.minSize||this._cachedBytes>this.minBytesSize))return;this.autoMarkUnused&&this._itemSet.forEach((o,l)=>{this._usedSet.has(l)||this.markUnused(l)});const t=[];this._itemList.forEach(o=>{this._usedSet.has(o)||t.push(o)}),this._unloadPriorityCallback&&t.sort(this._unloadPriorityCallback);const a=Math.floor(this._itemSet.size*(1-this.unloadPercent)),r=this._cachedBytes-(this._cachedBytes-this.minBytesSize);let i=0,n=0;for(let o=0;o<t.length;o++){const l=t[o];if(this._itemSet.size-i<=a&&this._cachedBytes-n<=r)break;const c=this._bytesMap.get(l)||0;this.remove(l)&&(i++,n+=c)}}clear(){Array.from(this._itemSet.keys()).forEach(t=>this.remove(t))}getStats(){return{size:this._itemSet.size,bytes:this._cachedBytes,usedCount:this._usedSet.size}}}class Yo{maxJobs=6;autoUpdate=!0;priorityCallback=null;_items=[];_callbacks=new Map;_currJobs=0;_scheduled=!1;_schedulingCallback;constructor(){this._schedulingCallback=e=>{requestAnimationFrame(e)}}set schedulingCallback(e){this._schedulingCallback=e}get running(){return this._items.length!==0||this._currJobs!==0}sort(){this.priorityCallback&&this._items.sort(this.priorityCallback)}has(e){return this._callbacks.has(e)}add(e,t){if(this._callbacks.has(e))return this._callbacks.get(e).promise;let a,r;const i=new Promise((o,l)=>{a=o,r=l}),n={callback:t,promise:i,resolve:a,reject:r};return this._items.unshift(e),this._callbacks.set(e,n),this.autoUpdate&&this._scheduleJobRun(),i}remove(e){const t=this._items.indexOf(e);if(t!==-1){const a=this._callbacks.get(e);a&&(a.promise.catch(()=>{}),a.reject(new Error("PriorityQueue: Item removed."))),this._items.splice(t,1),this._callbacks.delete(e)}}removeByFilter(e){const t=[];this._items.forEach(a=>{e(a)&&t.push(a)}),t.forEach(a=>this.remove(a))}_scheduleJobRun(){this._scheduled||(this._scheduled=!0,this._schedulingCallback(()=>{this._scheduled=!1,this._tryRunJobs()}))}_tryRunJobs(){this.sort();const e=this.maxJobs;let t=0;const a=()=>{this._currJobs--,this.autoUpdate&&this._scheduleJobRun()};for(;e>this._currJobs&&this._items.length>0&&t<e;){this._currJobs++,t++;const r=this._items.shift(),i=this._callbacks.get(r);this._callbacks.delete(r),Promise.resolve(i.callback(r)).then(()=>{i.resolve(),a()}).catch(n=>{i.reject(n),a()})}}clear(){Array.from(this._items).forEach(t=>this.remove(t))}getStats(){return{queued:this._items.length,running:this._currJobs}}}function au(s,e=null,t=null){const a=[];for(a.push(s),a.push(null),a.push(0);a.length>0;){const r=a.pop(),i=a.pop(),n=a.pop();if(e&&e(n,i,r)===!0){t&&t(n,i,r);return}const o=n.children;if(o&&o.length>0)for(let l=o.length-1;l>=0;l--)a.push(o[l]),a.push(n),a.push(r+1);if(t&&t(n,i,r)===!0)return}}function Xp(s,e){let t=s;for(;t;){const a=t.depth,r=t.parent;e(t,r,a),t=r}}const Zs={inView:!1,error:1/0,distanceFromCamera:1/0},ru=!0;function iu(s){return s===Va||s===Ar}function _r(s,e){return s.lastFrameVisited===e&&s.used}function su(s){return s.childrenProcessed===s.children.length}function Xo(s){return s.hasUnrenderableContent||s.parent!==null&&s.parent.geometricError<s.geometricError}function Ho(s,e){s.lastFrameVisited!==e.frameCount&&(s.usedLastFrame=s.used,s.lastFrameVisited=e.frameCount,s.used=!1,s.inFrustum=!1,s.isLeaf=!1,s.visible=!1,s.active=!1,s.error=1/0,s.distanceFromCamera=1/0,s.allChildrenReady=!1,e.calculateTileViewError(s,Zs),s.inFrustum=Zs.inView,s.error=Zs.error,s.distanceFromCamera=Zs.distanceFromCamera)}function Ko(s,e,t=!1){s.used||(t||(s.used=!0,e.stats.used++),e.markTileUsed(s),s.inFrustum===!0&&e.stats.inFrustum++)}function Hp(s,e){if(s.canTraverse&&s.canTraverseFrame===e.frameCount)return s.canTraverse;let t=!1;return s.error<=e.errorTarget&&!Xo(s)||s.depth>=e.maxDepth||!s.children||s.children.length===0?t=!1:t=!0,s.canTraverse=t,s.canTraverseFrame=e.frameCount,t}function qo(s,e,t=!1){if(e.ensureChildrenArePreprocessed(s),Ho(s,e),Ko(s,e,t),Xo(s)&&su(s)){const a=s.children;for(let r=0,i=a.length;r<i;r++)qo(a[r],e,t)}}function js(s,e){if(e.ensureChildrenArePreprocessed(s),Ho(s,e),!s.inFrustum)return;if(!Hp(s,e)){Ko(s,e);const n=s.children;if(!s.hasContent&&n&&n.length>0)for(let o=0,l=n.length;o<l;o++){const c=n[o];js(c,e)}return}const a=s.children;let r=!1,i=!1;for(let n=0,o=a.length;n<o;n++){const l=a[n];js(l,e),r=r||_r(l,e.frameCount),i=i||l.inFrustum}if(s.refine==="REPLACE"&&!i&&a.length!==0){s.inFrustum=!1;for(let n=0,o=a.length;n<o;n++)qo(a[n],e,!0);return}if(Ko(s,e),s.refine==="REPLACE"&&(r&&s.depth!==0||ru))for(let n=0,o=a.length;n<o;n++)qo(a[n],e)}function $o(s,e){const t=e.frameCount;if(!_r(s,t))return;const a=s.children;let r=!1;for(let i=0,n=a.length;i<n;i++){const o=a[i];r=r||_r(o,t)}if(!r)s.isLeaf=!0;else{let i=!0;for(let n=0,o=a.length;n<o;n++){const l=a[n];if($o(l,e),_r(l,t)){const c=!Xo(l);let f=!l.hasContent||l.hasRenderableContent&&iu(l.loadingState)||l.hasUnrenderableContent&&l.loadingState===Ar;f=c&&f||l.allChildrenReady,i=i&&f}}s.allChildrenReady=i}}function nu(s,e){if(e.ensureChildrenArePreprocessed(s),_r(s,e.frameCount)&&(s.hasContent&&e.queueTileForDownload(s),su(s))){const t=s.children;for(let a=0,r=t.length;a<r;a++)nu(t[a],e)}}function el(s,e){const t=e.stats;if(!_r(s,e.frameCount))return;if(s.isLeaf){s.loadingState===Va?(s.inFrustum&&(s.visible=!0,t.visible++),s.active=!0,t.active++):s.hasContent&&e.queueTileForDownload(s);return}const a=s.children,r=s.hasContent,i=iu(s.loadingState)&&r,n=(e.errorTarget+1)*(e.errorThreshold||1),o=s.error<=n,l=s.refine==="ADD",c=s.allChildrenReady||s.depth===0&&!ru;if(r&&(o||l)&&e.queueTileForDownload(s),(o&&i&&!c||i&&l)&&(s.inFrustum&&(s.visible=!0,t.visible++),s.active=!0,t.active++),!l&&o&&!c)for(let f=0,d=a.length;f<d;f++){const h=a[f];_r(h,e.frameCount)&&nu(h,e)}else for(let f=0,d=a.length;f<d;f++)el(a[f],e)}function tl(s,e){const t=_r(s,e.frameCount);if(t||s.usedLastFrame){let a=!1,r=!1;if(t?(a=s.active,r=s.visible):Ho(s,e),s.hasRenderableContent&&s.loadingState===Va){const n=s.__wasSetVisible;s.__wasSetActive!==a&&(e.setTileActive(s,a),s.__wasSetActive=a),n!==r&&(e.setTileVisible(s,r),s.__wasSetVisible=r)}s.usedLastFrame=t;const i=s.children;for(let n=0,o=i.length;n<o;n++)tl(i[n],e)}}class Yr{static s_tmpMatrix=null;_type;_data;_box;get box(){return this._box}_sphere;_matrix;constructor(e){if(Yr.s_tmpMatrix||(Yr.s_tmpMatrix=new w),this._data=e,e.box)this._type="box",this._parseBox(e.box);else if(e.sphere)this._type="sphere",this._parseSphere(e.sphere);else if(e.region)this._type="region",this._parseRegion(e.region);else throw new Error("BoundingVolume: Invalid bounding volume data")}_parseBox(e){if(e.length!==12)throw new Error("BoundingVolume: Box must have 12 elements");const t=new u(e[0],e[1],e[2]),a=new u(e[3],e[4],e[5]),r=new u(e[6],e[7],e[8]),i=new u(e[9],e[10],e[11]),n=a.length,o=r.length,l=i.length,c=a.clone().normalize(),f=r.clone().normalize(),d=i.clone().normalize();this._matrix=new w;const h=this._matrix.rawData;h[0]=c.x,h[1]=c.y,h[2]=c.z,h[3]=0,h[4]=f.x,h[5]=f.y,h[6]=f.z,h[7]=0,h[8]=d.x,h[9]=d.y,h[10]=d.z,h[11]=0,h[12]=t.x,h[13]=t.y,h[14]=t.z,h[15]=1;const b=new u(n*2,o*2,l*2);this._box=new ke(new u(0,0,0),b)}_parseSphere(e){if(e.length!==4)throw new Error("BoundingVolume: Sphere must have 4 elements");const t=new u(e[0],e[1],e[2]),a=e[3];this._sphere=new Vr(t,a)}_parseRegion(e){if(e.length!==6)throw new Error("BoundingVolume: Region must have 6 elements");const[t,a,r,i,n,o]=e,l=new u((t+r)/2,(a+i)/2,(n+o)/2),c=new u(Math.abs(r-t),Math.abs(i-a),Math.abs(o-n));this._box=new ke(l,c),this._matrix=new w,this._matrix.identity()}getAABB(e,t){if(this._type==="sphere"&&this._sphere){const a=this._sphere.center,r=this._sphere.radius,i=new u(a.x-r,a.y-r,a.z-r),n=new u(a.x+r,a.y+r,a.z+r);if(e.setFromMinMax(i,n),t){const o=[new u(i.x,i.y,i.z),new u(n.x,i.y,i.z),new u(i.x,n.y,i.z),new u(n.x,n.y,i.z),new u(i.x,i.y,n.z),new u(n.x,i.y,n.z),new u(i.x,n.y,n.z),new u(n.x,n.y,n.z)];o.forEach(l=>{const c=new u;t.transformPoint(l,c),l.copyFrom(c)}),e.makeEmpty(),o.forEach(l=>{e.expandByPoint(l)})}return e}else if(this._box){const a=Yr.s_tmpMatrix;if(a.identity(),this._matrix?t?a.multiplyMatrices(t,this._matrix):a.copyFrom(this._matrix):t&&a.copyFrom(t),a){const r=this._box,i=[new u(r.min.x,r.min.y,r.min.z),new u(r.max.x,r.min.y,r.min.z),new u(r.min.x,r.max.y,r.min.z),new u(r.max.x,r.max.y,r.min.z),new u(r.min.x,r.min.y,r.max.z),new u(r.max.x,r.min.y,r.max.z),new u(r.min.x,r.max.y,r.max.z),new u(r.max.x,r.max.y,r.max.z)];i.forEach(n=>{const o=new u;a.transformPoint(n,o),n.copyFrom(o)}),e.makeEmpty(),i.forEach(n=>{e.expandByPoint(n)})}else e.setFromMinMax(this._box.min,this._box.max);return e}throw new Error("BoundingVolume: Invalid state")}getOBB(e,t){this._type==="box"&&this._box&&this._matrix?(e.setFromMinMax(this._box.min,this._box.max),t.copyFrom(this._matrix)):(this.getAABB(e),t.identity())}getSphere(e){if(this._type==="sphere"&&this._sphere)return e.center.copyFrom(this._sphere.center),e.radius=this._sphere.radius,e;const t=new ke;this.getAABB(t);const a=t.center,i=t.size.length*.5;return e.center.copyFrom(a),e.radius=i,e}get type(){return this._type}distanceToPoint(e,t){if(this._type==="sphere"&&this._sphere){const a=this._sphere.center;let r=a;if(t){const o=new u;t.transformPoint(a,o),r=o}const i=this._sphere.radius,n=e.clone().subtract(r).length;return Math.max(0,n-i)}else if(this._box){const a=new ke;this.getAABB(a,t);const r=a.center,i=a.size,n=Math.max(0,Math.abs(e.x-r.x)-i.x*.5),o=Math.max(0,Math.abs(e.y-r.y)-i.y*.5),l=Math.max(0,Math.abs(e.z-r.z)-i.z*.5);return Math.sqrt(n*n+o*o+l*l)}return 1/0}intersectsFrustum(e,t){if(this._type==="sphere"&&this._sphere){const a=new ke;return this.getAABB(a,t),e.containsBox2(a)>0}else if(this._box){const a=new ke;return this.getAABB(a,t),e.containsBox2(a)>0}return!1}}const ou=(s,e)=>{const t=s.priority||0,a=e.priority||0;return t!==a?t>a?1:-1:s.used!==e.used?s.used?1:-1:s.error!==e.error?s.error>e.error?1:-1:s.distanceFromCamera!==e.distanceFromCamera?s.distanceFromCamera>e.distanceFromCamera?-1:1:s.depthFromRenderedParent!==e.depthFromRenderedParent?s.depthFromRenderedParent>e.depthFromRenderedParent?-1:1:0},lu=(s,e)=>{const t=s.priority||0,a=e.priority||0;return t!==a?t>a?1:-1:s.lastFrameVisited!==e.lastFrameVisited?s.lastFrameVisited>e.lastFrameVisited?-1:1:s.depthFromRenderedParent!==e.depthFromRenderedParent?s.depthFromRenderedParent>e.depthFromRenderedParent?1:-1:s.loadingState!==e.loadingState?s.loadingState>e.loadingState?-1:1:s.hasUnrenderableContent!==e.hasUnrenderableContent?s.hasUnrenderableContent?-1:1:s.error!==e.error?s.error>e.error?-1:1:0};class Kp{rootLoadingState=Dr;rootTileSet=null;rootURL=null;fetchOptions={};frameCount=0;isLoading=!1;lruCache;loadQueue;processNodeQueue;plugins=[];_queuedTiles=[];_cachedSinceLoadComplete=new Set;_processedTiles=new WeakSet;_visibleTiles=new Set;_usedSet=new Set;_cacheHits=0;_cacheMisses=0;stats={parsing:0,downloading:0,failed:0,inFrustum:0,used:0,active:0,visible:0,inCacheSinceLoad:0};errorTarget=16;errorThreshold=1;maxDepth=30;displayActiveTiles=!1;onRootTileLoaded;rtcOffset=null;_root=null;_activeTiles=new Set;group;cameras=[];_cameraMap=new Map;_cameraInfo=[];_upRotationMatrix=new w;_ellipsoid;_bytesUsed=new WeakMap;_eventListeners=new Map;performanceStats={updateTime:0,traverseTime:0,markUsedTime:0,markVisibleTime:0,toggleTime:0,queueProcessTime:0};constructor(e=null){this.rootURL=e,this.lruCache=new tu,this.lruCache.unloadPriorityCallback=lu,this.loadQueue=new Yo,this.loadQueue.maxJobs=10,this.loadQueue.priorityCallback=ou,this.processNodeQueue=new Yo,this.processNodeQueue.maxJobs=25,this.group=new ne,this.group.name="TilesRendererGroup"}get root(){return this._root}get loadProgress(){const{stats:e,isLoading:t}=this,a=e.downloading,r=e.inCacheSinceLoad+(t?1:0);return r===0?1:1-a/r}update(){const{lruCache:e,_usedSet:t,stats:a,loadQueue:r,processNodeQueue:i}=this;this.rootLoadingState===Dr&&(this.rootLoadingState=Zo,this.isLoading=!0,this._loadRootTileSet().then(c=>{if(this.rootLoadingState=Va,this.rootTileSet=c,c.root){const f=this._getBasePath(this.rootURL||""),d=this.preprocessNode(c.root,f,null);this._root=d;const h=new Yr(d.boundingVolume),b=new Vr;h.getSphere(b);const m=new ke;if(h.getAABB(m),this.rtcOffset=new u(-b.center.x,-b.center.y,-b.center.z),this.onRootTileLoaded)try{this.onRootTileLoaded({center:b.center,radius:b.radius,boundingBox:m,rtcOffset:this.rtcOffset})}catch(g){console.warn("Failed to calculate bounding volume for root tile:",g)}}this.dispatchEvent({type:"load-tile-set",tileSet:c,url:this.rootURL})}).catch(c=>{this.rootLoadingState=Ar,console.error("Failed to load root tileset:",c),this.dispatchEvent({type:"load-error",tile:null,error:c,url:this.rootURL})}));const n=this.root;if(!n)return;a.inFrustum=0,a.used=0,a.active=0,a.visible=0,this.frameCount++,t.forEach(c=>e.markUnused(c)),t.clear(),this.updateCameraInfo(),js(n,this),$o(n,this),el(n,this),tl(n,this);const o=this._queuedTiles;e.unloadPriorityCallback&&o.sort(e.unloadPriorityCallback);for(let c=0,f=o.length;c<f&&!e.isFull();c++)this.requestTileContents(o[c]);o.length=0,e.scheduleUnload(),(r.running||i.running)===!1&&this.isLoading===!0&&(this._cachedSinceLoadComplete.clear(),a.inCacheSinceLoad=0,this.dispatchEvent({type:"tiles-load-end"}),this.isLoading=!1)}traverse(e,t,a=!0){this.root&&au(this.root,(r,i,n)=>(a&&this.ensureChildrenArePreprocessed(r,!0),e?e(r,i,n):!1),t)}registerPlugin(e){if(this.plugins.includes(e))return;const t=e.priority||0;let a=this.plugins.length;for(let r=0;r<this.plugins.length;r++)if((this.plugins[r].priority||0)>t){a=r;break}this.plugins.splice(a,0,e),e.init&&e.init(this)}unregisterPlugin(e){const t=this.plugins;let a;if(typeof e=="string"?a=t.find(r=>r.name===e):a=e,a&&t.includes(a)){const r=t.indexOf(a);return t.splice(r,1),a.dispose&&a.dispose(),!0}return!1}getPluginByName(e){return this.plugins.find(t=>t.name===e)||null}calculateTileViewError(e,t){const a=e.cached,r=this.cameras,i=this._cameraInfo,n=a.boundingVolume;if(!n){t.inView=!1,t.error=1/0,t.distanceFromCamera=1/0;return}let o=!1,l=-1/0,c=1/0,f=-1/0,d=1/0;const h=a.worldTransform;for(let b=0,m=r.length;b<m;b++){const g=i[b];let p,D;if(g.isOrthographic){const v=g.pixelSize;p=e.geometricError/v,D=1/0}else{const v=g.sseDenominator;D=n.distanceToPoint(g.position,h),p=D===0?1/0:e.geometricError/(D*v)}const _=i[b].frustum;n.intersectsFrustum(_,h)&&(o=!0,l=Math.max(l,p),c=Math.min(c,D)),f=Math.max(f,p),d=Math.min(d,D)}o?(t.inView=!0,t.error=l,t.distanceFromCamera=c):(t.inView=!1,t.error=f,t.distanceFromCamera=d)}updateCameraInfo(){this._updateCameraInfo()}_updateCameraInfo(){const e=this.cameras,t=this._cameraInfo,a=this._cameraMap;for(;t.length<e.length;)t.push({position:new u,frustum:new wn,isOrthographic:!1});for(let r=0;r<e.length;r++){const i=e[r],n=t[r],o=a.get(i);if(!o)continue;const l=i.transform.worldPosition;if(n.position.copyFrom(l),n.frustum=i.frustum,n.isOrthographic=i.type===it.ortho,n.isOrthographic){const c=i.frustumSize;n.pixelSize=c/o.height}else{const f=i.fov*Math.PI/180;n.sseDenominator=2*Math.tan(f/2)/o.height}}}preprocessNode(e,t,a=null){if(this._processedTiles.has(e))return e;this._processedTiles.add(e);let r;if(e instanceof jo?r=e:r=new jo(e,a),r.content){const c=r.content;!("uri"in c)&&"url"in c&&(c.uri=c.url,delete c.url)}if(r.basePath=t,r.boundingVolume){const c=new Yr(r.boundingVolume);r.cached.boundingVolume=c}const i=new u(r.boundingVolume.box[0],r.boundingVolume.box[1],r.boundingVolume.box[2]),n=new w;if(r.transform){const c=r.transform;for(let f=0;f<16;f++)n.rawData[f]=c[f]}if(!a){n.copyFrom(this._upRotationMatrix);const c=new u;c.copyFrom(i),c.applyMatrix4(n);const f=r.cached.boundingVolume.box,d=[new u(f.min.x,f.min.y,f.min.z),new u(f.max.x,f.min.y,f.min.z),new u(f.min.x,f.max.y,f.min.z),new u(f.max.x,f.max.y,f.min.z),new u(f.min.x,f.min.y,f.max.z),new u(f.max.x,f.min.y,f.max.z),new u(f.min.x,f.max.y,f.max.z),new u(f.max.x,f.max.y,f.max.z)];for(const m of d)m.applyMatrix4(n);const h=new ke;d.forEach(m=>{h.expandByPoint(m)}),n.rawData[12]=-c.x,n.rawData[13]=-c.y,n.rawData[14]=-c.z;const b=h.min;n.rawData[13]-=b.y}const o=new w;o.copyFrom(n),a&&a.cached.worldTransform&&o.multiplyMatrices(a.cached.worldTransform,n);const l=new w;if(l.copyFrom(o),l.invert(),r.cached.transfrom=n,r.cached.worldTransform=o,r.cached.transformInverse=l,e.children&&e.children.length>0){r.children=[];for(let c=0;c<e.children.length;c++){const f=e.children[c],d=this.preprocessNode(f,t,r);r.children.push(d)}r.childrenProcessed=r.children.length}return r}ensureChildrenArePreprocessed(e,t=!1){const a=e.children;for(let r=0,i=a.length;r<i;r++){const n=a[r];n.basePath!==void 0&&n.basePath!==""||n.cached.boundingVolume||(t?(this.processNodeQueue.remove(n),this.preprocessNode(n,e.basePath,e)):this.processNodeQueue.has(n)||this.processNodeQueue.add(n,o=>{this.preprocessNode(o,e.basePath,e)}))}}_recordCacheHit(){this._cacheHits++}_recordCacheMiss(){this._cacheMisses++}resetCacheStats(){this._cacheHits=0,this._cacheMisses=0}requestTileContents(e){if(e.loadingState!==Dr){this._recordCacheHit();return}if(this.lruCache.isFull()){this._recordCacheMiss();return}this._recordCacheMiss(),e.loadingState=Zo,this.stats.downloading++;const t=e.content||e.contents&&e.contents[0];if(!t||!t.uri){e.loadingState=Ar,this.stats.downloading--,this.stats.failed++;return}const a=e.basePath||"",r=t.uri,i=this._resolveURL(a,r);this.loadQueue.add(e,async n=>{try{await this.parseTileContent(n,r,i),this.stats.downloading--}catch(o){n.loadingState=Ar,this.stats.downloading--,this.stats.failed++,console.error("Failed to load tile:",o)}})}async parseTileContent(e,t,a){e.loadingState=$h;const i=(c=>{const f=c.split(".");return f.length>1?f[f.length-1]:""})(t),n=a;let o=null;const l=new wt;switch(i.toLowerCase()){case"b3dm":{o=(await l.load(n,mo,{onProgress:f=>{},onComplete:f=>{}})).data;break}case"i3dm":{o=(await l.load(n,_o,{onProgress:f=>{},onComplete:f=>{}})).data;break}case"glb":case"gltf":{o=(await l.load(n,vt,{onProgress:f=>{},onComplete:f=>{}})).data;break}case"pnts":{o=(await l.load(n,Wh,{onProgress:f=>{},onComplete:f=>{}})).data;break}case"json":try{const c=await A.res.loadJSON(n);e.children.length=0,e.childrenProcessed=0;const f=this._getBasePath(n);if(c.root){const d=this.preprocessNode(c.root,f,e);e.children.push(d),e.childrenProcessed=1,this.dispatchEvent({type:"load-tile-set",tileSet:c,url:n})}e.loadingState=Va;return}catch(c){console.error("Failed to load external tileset:",c),e.loadingState=Ar,this.stats.failed++;return}break;default:console.warn(`Unknown tile format: ${i}`);break}if(o){e.cached.scene=o,e.loadingState=Va;const c=this._estimateBytesUsed(o);this._bytesUsed.set(o,c),this.lruCache.setMemoryUsage(e,c),this.lruCache.has(e)||this.lruCache.add(e,f=>{if(f.cached.scene){const d=f.cached.scene;d.parent&&d.parent.object3D.removeChild(d),d.destroy(!0),f.cached.scene=null}f.loadingState=Dr}),e.active&&this.setTileActive(e,!0)}else e.loadingState=Ar,this.stats.failed++}markTileUsed(e){this._usedSet.add(e),this.lruCache.markUsed(e)}setTileActive(e,t){t?this._activeTiles.add(e):this._activeTiles.delete(e);const a=e.cached.scene;a&&(t?(this.group.entityChildren.includes(a)||(a.parent&&a.parent.object3D.removeChild(a),this.group.addChild(a)),e.cached.worldTransform&&this._applyWorldTransform(a.transform,e.cached.worldTransform),a.transform.enable=!0):a.transform.enable=!1)}setTileVisible(e,t){t?this._visibleTiles.add(e):this._visibleTiles.delete(e);const a=e.cached.scene;a&&(a.transform.enable=t)}queueTileForDownload(e){e.loadingState!==Dr||this.lruCache.isFull()||this._queuedTiles.push(e)}dispatchEvent(e){const t=this._eventListeners.get(e.type);t&&t.forEach(a=>{try{a(e)}catch(r){console.error("Error in event listener:",r)}})}async _loadRootTileSet(){if(!this.rootURL)throw new Error("Root URL is not set");const e=await A.res.loadJSON(this.rootURL);return e.asset&&e.asset.gltfUpAxis&&this._setupUpAxisRotation(e.asset.gltfUpAxis),e}_setupUpAxisRotation(e){const t=new w;switch(e.toLowerCase()){case"x":t.makeRotationAxis(u.Y_AXIS,-Math.PI/2);break;case"y":t.identity();break;case"z":t.makeRotationAxis(u.X_AXIS,-Math.PI/2);break;default:console.warn(`Unknown gltfUpAxis: ${e}, using default`),t.identity();break}this._upRotationMatrix=t}_applyLocalTransform(e,t){const a=t.decompose(ia.EULER_ANGLES);e.localPosition=a[0];const r=new $;r.fromEulerAngles(a[1].x,a[1].y,a[1].z),e.localRotQuat=r,e.localScale=a[2]}_applyWorldTransform(e,t){const a=t.decompose(ia.EULER_ANGLES);e.localPosition=a[0];const r=new $;r.fromEulerAngles(a[1].x,a[1].y,a[1].z),e.localRotQuat=r,e.localScale=a[2]}_getBasePath(e){const t=e.lastIndexOf("/");return t!==-1?e.substring(0,t):""}_resolveURL(e,t){return t.startsWith("http://")||t.startsWith("https://")?t:e+"/"+t}_getUrlExtension(e){const t=e.split(".");return t.length>1?t[t.length-1]:""}getMemoryStats(){const e=this.lruCache.getStats(),t=this.lruCache.maxBytesSize,a=e.bytes,r=t-a,i=this._cacheHits+this._cacheMisses,n=i>0?this._cacheHits/i:0;return{totalTiles:e.size,loadedTiles:e.usedCount,cachedTiles:e.size,totalBytes:t,usedBytes:a,freeBytes:r,cacheHitRate:n}}getLoadedTiles(){const e=[];return this.traverse(t=>(t.loadingState===Va&&e.push(t),!1),null),e}getVisibleTiles(){return Array.from(this._visibleTiles)}getActiveTiles(){return Array.from(this._activeTiles)}getTileTreeStats(){let e=0,t=0,a=0,r=0,i=0,n=0;return this.traverse(o=>(e++,o.loadingState===Va&&t++,o.visible&&a++,o.active&&r++,i=Math.max(i,o.depth),n+=o.depth,!1),null),{totalTiles:e,loadedTiles:t,visibleTiles:a,activeTiles:r,maxDepth:i,averageDepth:e>0?n/e:0}}printDebugInfo(){const e=this.stats,t=this.getMemoryStats(),a=this.getTileTreeStats(),r=this.performanceStats,i=this.lruCache.getStats();console.log("=== TilesRenderer Debug Info ==="),console.log("Stats:",e),console.log("Memory:",t),console.log("Tree:",a),console.log("Performance:",r),console.log("Cache:",i),console.log("Queues:",{load:this.loadQueue.getStats(),process:this.processNodeQueue.getStats()})}setPerformanceOptions(e){e.lruCacheMinSize!==void 0&&(this.lruCache.minSize=e.lruCacheMinSize),e.lruCacheMaxSize!==void 0&&(this.lruCache.maxSize=e.lruCacheMaxSize),e.lruCacheMinBytes!==void 0&&(this.lruCache.minBytesSize=e.lruCacheMinBytes),e.lruCacheMaxBytes!==void 0&&(this.lruCache.maxBytesSize=e.lruCacheMaxBytes),e.lruCacheUnloadPercent!==void 0&&(this.lruCache.unloadPercent=e.lruCacheUnloadPercent),e.downloadQueueMaxJobs!==void 0&&(this.loadQueue.maxJobs=e.downloadQueueMaxJobs),e.parseQueueMaxJobs!==void 0&&(this.loadQueue.maxJobs=e.parseQueueMaxJobs),e.processQueueMaxJobs!==void 0&&(this.processNodeQueue.maxJobs=e.processQueueMaxJobs),e.enablePerformanceStats!==void 0&&(this._enablePerformanceStats=e.enablePerformanceStats),e.enableCacheStats!==void 0&&(this._enableCacheStats=e.enableCacheStats)}dispose(e){[...this.plugins].forEach(a=>this.unregisterPlugin(a)),this.lruCache.clear(),this.loadQueue.clear(),this.processNodeQueue.clear(),this._root=null,this.rootTileSet=null,this.rootLoadingState=Dr,this.frameCount=0,this.isLoading=!1,this.resetCacheStats(),this.group.destroy(e)}setCamera(e,t,a){this.cameras.includes(e)||this.cameras.push(e),this._cameraMap.set(e,{width:t,height:a}),this._updateCameraInfo()}deleteCamera(e){const t=this.cameras.indexOf(e);t!==-1&&this.cameras.splice(t,1),this._cameraMap.delete(e),this._updateCameraInfo()}setResolution(e,t,a){const r=this._cameraMap.get(e);r?(r.width=t,r.height=a):this._cameraMap.set(e,{width:t,height:a}),this._updateCameraInfo()}forEachLoadedModel(e){this.traverse(t=>(t.loadingState===Va&&t.cached.scene&&e(t.cached.scene,t),!1),null)}_estimateBytesUsed(e){let t=0;return e.forChild(a=>{const r=a.getComponent(fe);r&&r.geometry&&(t+=1024),r&&r.material&&(t+=512)}),t}addEventListener(e,t){this._eventListeners.has(e)||this._eventListeners.set(e,[]),this._eventListeners.get(e).push(t)}removeEventListener(e,t){const a=this._eventListeners.get(e);if(a){const r=a.indexOf(t);r!==-1&&a.splice(r,1)}}async loadTileSet(e,t){const r=(e.endsWith("/")?e.slice(0,-1):e)+"/"+t;this.rootURL=r}get modelList(){const e=[];return this.forEachLoadedModel(t=>{e.push(t)}),e}}class qp{asset;extras;geometricError;properties;refine;root;extensionsUsed;extensionsRequired;extensions}class $p{boundingVolume;children;geometricError;transform;content;contents;refine;extensions;extras}class em{boundingVolume;geometricError;refine;content;contents;children;transform;extensions;extras}class tm{uri;group;metadata}class am{class;properties}function rm(s,e){let t=0,a=null;return function(...r){const i=Date.now(),n=i-t;n>=e?(t=i,s.apply(this,r)):(a!==null&&clearTimeout(a),a=window.setTimeout(()=>{t=Date.now(),s.apply(this,r),a=null},e-n))}}class im extends Bt{static count=0;constructor(){super(),j.register("ColorLitShader",Pd),this.shader=new mt;let e=new Xe("ColorLitShader","ColorLitShader");e.passType=se.COLOR,this.shader.addRenderPass(e),e.setDefine("USE_BRDF",!0),e.setShaderEntry("VertMain","FragMain"),e.setUniformColor("baseColor",new W),e.setUniformColor("emissiveColor",new W),e.setUniformFloat("envIntensity",1),e.setUniformFloat("normalScale",1),e.setUniformFloat("roughness",0),e.setUniformFloat("metallic",0),e.setUniformFloat("ao",1),e.setUniformFloat("alphaCutoff",0);let t=e.shaderState;t.acceptShadow=!0,t.receiveEnv=!0,t.acceptGI=!0,t.useLight=!0,e.setTexture("normalMap",A.res.normalTexture),e.setTexture("emissiveMap",A.res.blackTexture)}clone(){return null}debug(){}}class sm extends Bt{constructor(){super(),this.shader=new Wi,this.transparent=!0}setInstanceBuffer(e){this.shader.setStorageBuffer("instances",e)}setModelMatrix(e){this.shader.getDefaultColorShader().setUniform("modelMatrix",e.rawData)}set baseColor(e){this.shader.setUniformColor("baseColor",e)}get baseColor(){return this.shader.getUniformColor("baseColor")}set lineWidth(e){this.shader.setUniformFloat("lineWidth",e)}get lineWidth(){return this.shader.getUniformFloat("lineWidth")}set opacity(e){this.shader.setUniformFloat("opacity",e)}get opacity(){return this.shader.getUniformFloat("opacity")}set resolution(e){this.shader.setUniformVector2("resolution",e)}get resolution(){return this.shader.getUniformVector2("resolution")}}class nm extends Bt{constructor(){super();let e=new Xe("LambertShader","LambertShader");e.setShaderEntry("VertMain","FragMain"),e.passType=se.COLOR,e.setUniformVector4("transformUV1",new he(0,0,1,1)),e.setUniformVector4("transformUV2",new he(0,0,1,1)),e.setUniformColor("baseColor",new W(1,1,1,1)),e.setUniformFloat("alphaCutoff",.5);let t=e.shaderState;t.acceptShadow=!1,t.castShadow=!1,t.receiveEnv=!1,t.acceptGI=!1,t.useLight=!1;let a=new mt;a.addRenderPass(e),this.shader=a,this.baseMap=A.res.grayTexture}set baseMap(e){this.shader.setTexture("baseMap",e)}get baseMap(){return this.shader.getTexture("baseMap")}set baseColor(e){this.shader.setUniformColor("baseColor",e)}get baseColor(){return this.shader.getUniformColor("baseColor")}set envMap(e){}set shadowMap(e){}}function om(s,e){}class lm extends Bt{constructor(){super(),this.shader=new ji,this.baseMap=A.res.whiteTexture}set baseMap(e){this.shader.setTexture("baseMap",e)}get baseMap(){return this.shader.getTexture("baseMap")}set baseColor(e){this.shader.setUniformColor("baseColor",e)}get baseColor(){return this.shader.getUniformColor("baseColor")}set shadowMap(e){}}class al{clipName;loopTime;startTime;stopTime;sampleRate;useSkeletonPos;useSkeletonScale;positionCurves=new Map;rotationCurves=new Map;scaleCurves=new Map;floatCurves=new Map;formBytes(e){if(this.clipName=e.readUTF(),this.loopTime=!e.readInt32(),this.startTime=e.readFloat32(),this.stopTime=e.readFloat32(),this.sampleRate=e.readInt32(),this.useSkeletonPos=e.readInt32()>0,this.useSkeletonScale=e.readInt32()>0,this.useSkeletonPos){let r=e.readInt32();for(let i=0;i<r;i++){let n=new Br;n.formBytes(e),this.positionCurves.set(n.path,n)}}let t=e.readInt32();for(let r=0;r<t;r++){let i=new Br;i.formBytes(e),this.rotationCurves.set(i.path,i)}if(this.useSkeletonScale){let r=e.readInt32();for(let i=0;i<r;i++){let n=new Br;n.formBytes(e),this.scaleCurves.set(n.path,n)}}let a=e.readInt32();for(let r=0;r<a;r++){let i=new Br;i.formBytes(e),this.floatCurves.set(i.attribute,i)}}}class Br{path;attribute;propertys;preInfinity;postInfinity;rotationOrder;m_curves;k=0;_cacheValue;_kValue;constructor(e=1){this.k=e,this.m_curves=[],this.check()}check(){for(let e=0;e<this.k;e++)this.m_curves[e]||=new Mi;switch(this.k){case 1:this._cacheValue=0;break;case 2:this._cacheValue=new le;break;case 3:this._cacheValue=new u;break;case 4:this._cacheValue=new he;break}}get totalTime(){return this.m_curves[0].totalTime}addKeyFrame(e){for(let t=0;t<this.k;t++)this.m_curves[t].addKeyFrame(e.getK(t))}removeKeyFrame(e){for(let t=0;t<this.k;t++)this.m_curves[t].removeKeyFrame(e.getK(t))}getValue(e){switch(this.k){case 1:this._cacheValue=this.m_curves[0].getValue(e);break;case 2:this._cacheValue.x=this.m_curves[0].getValue(e),this._cacheValue.y=this.m_curves[1].getValue(e);break;case 3:this._cacheValue.x=this.m_curves[0].getValue(e),this._cacheValue.y=this.m_curves[1].getValue(e),this._cacheValue.z=this.m_curves[2].getValue(e);break;case 4:const t=this.m_curves[0].getCurveFramesExtent(e),a=t.lhsIndex,r=t.rhsIndex;e=t.time;let i=this.m_curves[0].getKey(a),n=this.m_curves[0].getKey(r);e%=this.m_curves[0].totalTime;let o=(e-i.time)/(n.time-i.time);$.HELP_0.set(this.m_curves[0].getKey(a).value,this.m_curves[1].getKey(a).value,this.m_curves[2].getKey(a).value,this.m_curves[3].getKey(a).value),$.HELP_1.set(this.m_curves[0].getKey(r).value,this.m_curves[1].getKey(r).value,this.m_curves[2].getKey(r).value,this.m_curves[3].getKey(r).value),$.HELP_2.slerp($.HELP_0,$.HELP_1,o),this._cacheValue.x=$.HELP_2.x,this._cacheValue.y=$.HELP_2.y,this._cacheValue.z=$.HELP_2.z,this._cacheValue.w=$.HELP_2.w;break}return this._cacheValue}getKeyCount(){return this.m_curves[0].getKeyCount()}getKey(e){let t=[];for(let a=0;a<this.k;a++)t.push(this.m_curves[a].getKey(e));return t}formBytes(e){this.path=e.readUTF(),this.k=e.readInt32(),this.check(),this.attribute=e.readUTF(),this.propertys=this.attribute.split("."),this.preInfinity=e.readInt32(),this.postInfinity=e.readInt32(),this.rotationOrder=e.readInt32();let t=e.readInt32();for(let a=0;a<t;a++){let r=new Hi(0);r.formBytes(e),this.addKeyFrame(r)}}}class cm extends Map{negtive;constructor(e){if(super(e),this.negtive=new Map,e)for(let t of e)this.negtive.set(t[1],t[0])}delete(e){if(this.has(e)){let t=this.get(e);return this.negtive.delete(t),super.delete(e)}return!1}getKey(e){return this.negtive.get(e)}deleteValue(e){let t=this.negtive.get(e);return t&&this.delete(t),this.negtive.delete(e)}set(e,t){return super.set(e,t),this.negtive.set(t,e),this}clear(){this.negtive.clear(),super.clear()}}class fm{colorArray;constructor(e){this.colorArray=e}getColor(e){let t=e*this.colorArray.length,a=Math.floor(t),r=Math.min(a+1,this.colorArray.length-1),i=this.colorArray[a],n=this.colorArray[r];return W.lerp(t-a,i,n)}}class Ys{controlVertices;constructor(e){this.setControlVertices(e)}setControlVertices(e){e.length==4&&(this.controlVertices=e.concat())}getPoint(e){if(!(e>=0&&e<=1))return u.ZERO;let t=1-e,a=t*t*t,r=3*e*t*t,i=3*e*e*t,n=e*e*e;return this.controlVertices[0].mul(a).add(this.controlVertices[1].mul(r)).add(this.controlVertices[2].mul(i)).add(this.controlVertices[3].mul(n))}getTangent(e){if(!(e>=0&&e<=1))return u.ZERO;let t=this.controlVertices,a=t[0].add(t[1].add(t[0]).mul(e)),r=t[1].add(t[2].add(t[1]).mul(e)),i=t[2].add(t[3].add(t[2]).mul(e)),n=a.add(r.subtract(a).mul(e));return r.add(i.subtract(r).mul(e)).subtract(n)}getClosestParam(e,t=1e-6){return this.getClosestParamRec(e,0,1,t)}getClosestParamRec(e,t,a,r){let i=(t+a)/2;if(a-t<r)return i;let n=(t+i)/2,o=(i+a)/2,l=this.getPoint(n),c=this.getPoint(o),f=l.subtract(e).lengthSquared,d=c.subtract(e).lengthSquared;return f<d?a=i:t=i,this.getClosestParamRec(e,t,a,r)}}var cu=(s=>(s[s.Open=0]="Open",s[s.Closed=1]="Closed",s))(cu||{});class dm{type=0;numCurveSegments=0;numControlVertices=0;controlVertices=[];constructor(e,t=0){this.setControlVertices(e,t)}getPathType(){return this.type}isClosed(){return this.type==1}isValid(){return this.numCurveSegments>0}clear(){this.controlVertices.length=0,this.type=0,this.numCurveSegments=0,this.numControlVertices=0}computeApproxLength(){if(!this.isValid())return 0;let e=this.numCurveSegments+1;if(e<2)return 0;let t=0,a=this.controlVertices;for(let r=1;r<e;r++){let i=a[(r-1)*3],n=a[r*3];t+=i.subtract(n).lengthSquared}return t==0?0:t}computeApproxParamPerUnitLength(){let e=this.computeApproxLength();return this.numCurveSegments/e}computeApproxNormParamPerUnitLength(){return 1/this.computeApproxLength()}interpolatePoints(e,t){let a=e.length;a<2&&console.error("point count must great 1"),this.clear(),this.type=t;let r=this.controlVertices;switch(t){case 0:{this.numCurveSegments=a-1,this.numControlVertices=3*a-2,r.length=this.numControlVertices;for(let o=0;o<a;o++)r[o*3]=e[o];let i=e[1].subtract(e[0]).mul(.25);r[1]=e[0].add(i);let n=e[a-2].subtract(e[a-1]).mul(.25);r[this.numControlVertices-2]=e[a-1].add(n);for(let o=1;o<this.numCurveSegments;o++){let l=e[o-1].subtract(e[o]),c=e[o+1].subtract(e[o]),f=l.lengthSquared,d=c.lengthSquared;if(f>0&&d>0){let h=(f+d)/8,b=c.div(d).subtract(l.div(f));b.normalize(),b=b.mul(h),r[o*3-1]=e[o].subtract(b),r[o*3+1]=e[o].add(b)}else r[o*3-1]=e[o],r[o*3+1]=e[o]}break}case 1:{this.numCurveSegments=a,this.numControlVertices=3*a+1,r.length=this.numControlVertices;for(let i=0;i<a;i++)r[i*3]=e[i];r[this.numControlVertices-1]=e[0];for(let i=1;i<=this.numCurveSegments;i++){let n=i-1,o=(i+1)%this.numCurveSegments,l=i%this.numCurveSegments,c=e[n].subtract(e[l]),f=e[o].subtract(e[l]),d=c.lengthSquared,h=f.lengthSquared,b=3*i-1,m=(3*i+1)%(this.numControlVertices-1);if(d>0&&h>0){let g=(d+h)/8,p=f.div(h).subtract(c.div(d));p.normalize(),p=p.mul(g),r[b]=e[l].subtract(p),r[m]=e[l].add(p)}else r[b]=e[l],r[m]=e[l]}break}}}setControlVertices(e,t){let a=e.length;a<=0||t==0&&a<4||t==1&&a<7||(a-1)%3==0&&(this.clear(),this.type=t,this.numControlVertices=a,this.numCurveSegments=(a-1)/3,this.controlVertices=e)}getPoint(e){if(this.type==1){for(;e<0;)e+=this.numCurveSegments;for(;e>this.numCurveSegments;)e-=this.numCurveSegments}else e=Lt.clampf(e,0,this.numCurveSegments);if(!(e>=0)&&e<=this.numCurveSegments)return;let t=Math.floor(e);t>=this.numCurveSegments&&(t=this.numCurveSegments-1);let a=[],r=this.controlVertices;return a[0]=r[3*t+0],a[1]=r[3*t+1],a[2]=r[3*t+2],a[3]=r[3*t+3],new Ys(a).getPoint(e-t)}getPointNorm(e){return this.getPoint(e*this.numCurveSegments)}getTangent(e){if(this.type==1){for(;e<0;)e+=this.numCurveSegments;for(;e>this.numCurveSegments;)e-=this.numCurveSegments}else e=Lt.clampf(e,0,this.numCurveSegments);if(!(e>=0)&&e<=this.numCurveSegments)return;let t=Math.floor(e);t>=this.numCurveSegments&&(t=this.numCurveSegments-1);let a=this.controlVertices,r=[];return r[0]=a[3*t+0],r[1]=a[3*t+1],r[2]=a[3*t+2],r[3]=a[3*t+3],new Ys(r).getTangent(e-t)}getTangentNorm(e){return this.getTangent(e*this.numCurveSegments)}computeClosestParam(e,t){let a=Number.MAX_SAFE_INTEGER,r=0,i=[],n=new Ys(i);for(let o=0;o<this.controlVertices.length-1;o+=3){for(let d=0;d<4;d++)i[d]=this.controlVertices[o+d];n.setControlVertices(i);let l=n.getClosestParam(e,t),f=n.getPoint(l).subtract(e).lengthSquared;f<a&&(a=f,r=o/3+l)}return r}computeClosestNormParam(e,t){return this.computeClosestParam(e,t*this.numCurveSegments)}}class hm extends Map{valueList;keyList;isChange=!0;constructor(e,t,a){if(super(e),t&&(this.keyList=[]),a&&(this.valueList=[]),e)for(let r of e)this.valueList?.push(r[1]),this.keyList?.push(r[0])}delete(e){if(this.has(e)){let t=this.get(e);return this.valueList&&this.deleteValue(t),this.keyList&&this.deleteKey(e),this.isChange=!0,super.delete(e)}return!1}deleteValue(e){let t=this.valueList.indexOf(e);return t>=0&&this.valueList.splice(t,1),this}deleteKey(e){let t=this.keyList.indexOf(e);return t>=0&&this.keyList.splice(t,1),this}set(e,t){return this.delete(e),this.keyList?.push(e),this.valueList?.push(t),super.set(e,t),this.isChange=!0,this}clear(){this.valueList&&(this.valueList.length=0),this.keyList&&(this.keyList.length=0),this.isChange=!0,super.clear()}}var fu=(s=>(s[s.kParticleSystemClampVelocityCurveId=322376503]="kParticleSystemClampVelocityCurveId",s[s.kParticleSystemForceCurveId=306581307]="kParticleSystemForceCurveId",s[s.kParticleSystemRotationCurveId=1793934638]="kParticleSystemRotationCurveId",s[s.kParticleSystemRotationBySpeedCurveId=3737431713]="kParticleSystemRotationBySpeedCurveId",s[s.kParticleSystemStartSpeedCurveId=2527743459]="kParticleSystemStartSpeedCurveId",s[s.kParticleSystemSizeCurveId=2368504881]="kParticleSystemSizeCurveId",s[s.kParticleSystemSizeBySpeedCurveId=4085612399]="kParticleSystemSizeBySpeedCurveId",s[s.kParticleSystemVelocityCurveId=3774601268]="kParticleSystemVelocityCurveId",s[s.kParticleSystemUVCurveId=326370691]="kParticleSystemUVCurveId",s[s.kParticleSystemColorGradientId=1494990940]="kParticleSystemColorGradientId",s[s.kParticleSystemColorByVelocityGradientId=1089181156]="kParticleSystemColorByVelocityGradientId",s[s.kParticleSystemMeshSelectionId=3159510623]="kParticleSystemMeshSelectionId",s[s.kParticleSystemUVRowSelectionId=2941263940]="kParticleSystemUVRowSelectionId",s))(fu||{});const um=3.141592653589793;class bm{}function du(s,e,t){let a=.3333333333333333,r=.5,i=s*a,n=i*i,l=n*i-i*e*r+t*r,c=-n+e*a,f=c*c*c,d=f+l*l;if(d>=0){let m=Math.sqrt(d)-l;return m=m>0?Math.pow(m,a):-Math.pow(-m,a),-i-c/m+m}let h=Math.sqrt(-f),b=Math.acos(-l/h);return h=Math.pow(h,a),h=h-c/h,b=-i+h*Math.cos(b*a),b}function Xs(s,e,t,a){let r=1e-5;if(Math.abs(s)<r)return Math.abs(e)>r?(a.r0=-t/e,1):0;let i=e*e-4*s*t;if(i<0)return 0;let n=.5/s,o=Math.sqrt(i);return a.r0=(o-e)*n,a.r1=(-o-e)*n,2}function hu(s,e,t,a,r){let i=0;if(Math.abs(e)>=1e-4){let n=t/e,o=a/e,l=r/e;s[0]=du(n,o,l),i++;let c=e,f=t+e*s[0],d=a+t*s[0]+e*s[0]*s[0];i+=Xs(c,f,d,{r0:s[1],r1:s[2]})}else i+=Xs(t,a,r,{r0:s[1],r1:s[2]});return i}class Oa{coeff=[];static EvalSegment(e,t){return e*(e*(e*t[0]+t[1])+t[2])+t[3]}}class ar{static kMaxNumSegments=8;segments=[];integrationCache=[];doubleIntegrationCache=[];times=[];segmentCount;constructor(){this.segments[ar.kMaxNumSegments]=new Oa,this.integrationCache[ar.kMaxNumSegments]=0,this.doubleIntegrationCache[ar.kMaxNumSegments]=0,this.times[ar.kMaxNumSegments]=0}calculateMinMax(e,t){e.x=Math.min(e.x,t),e.y=Math.max(e.y,t)}findMinMaxDoubleIntegrated(){let e=le.ZERO.clone(),t=20,a=1/t,r=a;for(let i=0;i<t;i++)this.calculateMinMax(e,this.evaluateDoubleIntegrated(r)),r+=a;return e}findMinMaxIntegrated(){let e=le.ZERO.clone(),t=[],a=[];for(let r=0;r<this.segmentCount;r++){let i=4*this.segments[r].coeff[0],n=3*this.segments[r].coeff[1],o=2*this.segments[r].coeff[2],l=1*this.segments[r].coeff[3],c=[],f=hu(c,i,n,o,l);for(let d=0;d<f;d++){let h=c[d]+t[r];h>=t[r]&&h<a[r]&&this.calculateMinMax(e,this.evaluateIntegrated(h))}this.calculateMinMax(e,this.evaluateIntegrated(a[r])),this.times[r]}return e}generateIntegrationCache(e){e.integrationCache[0]=0;let t=e.times[0],a=0;for(let r=1;r<e.segmentCount;r++){let i=e.segments[r-1].coeff;rl(i);let n=t-a;e.integrationCache[r]=e.integrationCache[r-1]+Oa.EvalSegment(n,i)*n,a=t,t=e.times[r]}}generateDoubleIntegrationCache(e){let t=0,a=0;for(let r=0;r<e.segmentCount;r++){e.doubleIntegrationCache[r]=t;let i=e.times[r]-a;i=Math.max(i,0),t+=Oa.EvalSegment(i,e.segments[r].coeff)*i*i+e.integrationCache[r]*i,a=e.times[r]}}integrate(){this.generateIntegrationCache(this);for(let e=0;e<this.segmentCount;e++)rl(this.segments[e].coeff)}doubleIntegrate(){this.generateIntegrationCache(this);for(let e=0;e<this.segmentCount;e++)uu(this.segments[e].coeff);this.generateDoubleIntegrationCache(this)}static isValidCurve(e){let t=e.getKeyCount(),a=t-1;return e.getKey(0).time!=0&&a++,e.getKey(t-1).time!=1&&a++,a<=ar.kMaxNumSegments}evaluateDoubleIntegrated(e){let t=0;for(let a=0;a<this.segmentCount;a++){if(e<=this.times[a]){let r=e-t;return this.doubleIntegrationCache[a]+this.integrationCache[a]*r+Oa.EvalSegment(r,this.segments[a].coeff)*r*r}t=this.times[a]}return 1}evaluateIntegrated(e){let t=0;for(let a=0;a<this.segmentCount;a++){if(e<=this.times[a]){let r=e-t;return this.integrationCache[a]+Oa.EvalSegment(r,this.segments[a].coeff)*r}t=this.times[a]}return 1}evaluate(e){let t=0;for(let a=0;a<this.segmentCount;a++){if(e<=this.times[a])return Oa.EvalSegment(e-t,this.segments[a].coeff);t=this.times[a]}return 1}buildCurve(e,t){let a=e.getKeyCount();this.segmentCount=1;let r=1.01;if(this.segments.length=0,this.integrationCache.length=0,this.doubleIntegrationCache.length=0,this.times.length=0,this.times[0]=r,a!=0)if(a==1)this.segments[0]=new Oa,this.segments[0].coeff[3]=e.getKey(0).value*t;else{this.segmentCount=a-1;let i=0;e.getKey(0).time!=0&&(this.segments[0].coeff[3]=e.getKey(0).value,this.times[0]=e.getKey(0).time,i=1);for(let n=0;n<this.segmentCount;n++){let o;e.calculateCacheData(o,n,n+1,0),this.segments[n+i].coeff=o.coeff.concat(),this.times[n+i]=e.getKey(n+1).time}this.segmentCount+=i,e.getKey(a-1).time!=1&&(this.segments[this.segmentCount].coeff[3]=e.getKey(a-1).value,this.segmentCount++),this.times[this.segmentCount-1]=r;for(let n=0;n<this.segmentCount;n++)this.segments[n].coeff[0]*=t,this.segments[n].coeff[1]*=t,this.segments[n].coeff[2]*=t,this.segments[n].coeff[3]*=t}return!0}}function uu(s){s[0]/=20,s[1]/=12,s[2]/=6,s[3]/=2}function rl(s){s[0]/=4,s[1]/=3,s[2]/=2,s[3]/=1}var bu=(s=>(s[s.kEMScalar=0]="kEMScalar",s[s.kEMOptimized=1]="kEMOptimized",s[s.kEMOptimizedMinMax=2]="kEMOptimizedMinMax",s[s.kEMSlow=3]="kEMSlow",s))(bu||{}),gu=(s=>(s[s.kMMCScalar=0]="kMMCScalar",s[s.kMMCCurve=1]="kMMCCurve",s[s.kMMCTwoCurves=2]="kMMCTwoCurves",s[s.kMMCTwoConstants=3]="kMMCTwoConstants",s))(gu||{});class gm{max;min}class pm{max;min;integrate(){this.max.integrate(),this.min.integrate()}doubleIntegrate(){this.max.doubleIntegrate(),this.min.doubleIntegrate()}findMinMaxIntegrated(){return null}findMinMaxDoubleIntegrated(){return null}}class pu{minMaxState;minCurve;maxCurve;_scalar=1;_minScalar;constructor(e=1){this._scalar=e,this.minMaxState=0,this.minCurve=new Mi,this.maxCurve=new Mi}setScalar(e){this._scalar=e}getScalar(){return this._scalar}static evaluateSlow(e,t,a){let r=e.maxCurve.getValue(t)*e.getScalar();return e.minMaxState==2?Rr(e.minCurve.getValue(t)*e.getScalar(),r,a):r}static evaluate(e,t,a=1){if(e.minMaxState==0)return e.getScalar();let r=e.maxCurve.getValue(t)*e.getScalar();return e.minMaxState==1?Rr(e.minCurve.getValue(t)*e.getScalar(),r,a):e.minMaxState==3?Rr(e._minScalar,e._scalar,a):e.minMaxState==2?Rr(e.minCurve.getValue(t)*e.getScalar(),r,1*Math.random()):this.evaluateSlow(e,t,1)}unSerialized(e){this.minMaxState=e.minMaxState,this._scalar=e.scalar,this._minScalar=e.minScalar,this.maxCurve.unSerialized(e.maxCurve),this.minCurve.unSerialized(e.minCurve)}}class mm{value=0;mode=0;spread=0;speed=new pu;unSerialized(e){this.value=e.value,this.mode=e.mode,this.spread=e.spread,this.speed.unSerialized(e.speed)}}function Am(s,e){let t=ar.isValidCurve(s.max);return e!=2&&e!=3?t:t&&ar.isValidCurve(s.min)}function Dm(s,e,t,a){s.max.buildCurve(e.max,t),a!=2&&a!=3?s.min.buildCurve(e.max,t):s.min.buildCurve(e.min,t)}function _m(s,e){let t=e.getKeyCount();if(t!=0)if(t==1)Yi(s,e.getKey(0).value);else{let a=t-1;Yi(s,e.getKey(0).value);for(let r=0;r<a;r++){let i=new wo;e.calculateCacheData(i,r,r+1,0);let n=3*i.coeff[0],o=2*i.coeff[1],l=1*i.coeff[2],c=e.getKey(r).time,f=e.getKey(r+1).time,d=[],h=Xs(n,o,l,{r0:d[0],r1:d[1]});for(let b=0;b<h;b++)d[b]>=0&&d[b]+c<f&&Yi(s,Oa.EvalSegment(d[b],i.coeff));Yi(s,Oa.EvalSegment(f-c,i.coeff))}}}function Yi(s,e){s.x=Math.min(s.x,e),s.y=Math.max(s.y,e)}class Nr{static BACK=0;static FRONT=1;static IN=0;static OUT=1;static INTERSECT=2}class mu{a;b;c;d;static ALIGN_ANY=0;static ALIGN_XY_AXIS=1;static ALIGN_YZ_AXIS=2;static ALIGN_XZ_AXIS=3;constructor(e=0,t=0,a=0,r=0){this.a=e,this.b=t,this.c=a,this.d=r}setTo(e=0,t=0,a=0,r=0){this.a=e,this.b=t,this.c=a,this.d=r}fromPoints(e,t,a){var r=t.x-e.x,i=t.y-e.y,n=t.z-e.z,o=a.x-e.x,l=a.y-e.y,c=a.z-e.z;this.a=i*c-n*l,this.b=n*o-r*c,this.c=r*l-i*o,this.d=-(this.a*e.x+this.b*e.y+this.c*e.z)}fromNormalAndPoint(e,t){this.a=e.x,this.b=e.y,this.c=e.z,this.d=-(this.a*t.x+this.b*t.y+this.c*t.z)}normalize(){var e=Math.sqrt(this.a*this.a+this.b*this.b+this.c*this.c);if(e>0){var t=1/e;this.a*=t,this.b*=t,this.c*=t,this.d*=t}return e}distance(e){return this.a*e.x+this.b*e.y+this.c*e.z+this.d}classifyPoint(e,t=.01){var a=this.distance(e);return a<-t?Nr.BACK:a>t?Nr.FRONT:Nr.INTERSECT}toString(){return"Plane3D [a:"+this.a+", b:"+this.b+", c:"+this.c+", d:"+this.d+"]"}}function Bm(s,e){return Math.random()*e+Math.random()*s+(e-s)*Math.random()}function vm(s,e,t){let a=t*Math.random();return Math.random()*e*a+Math.random()*s*a+(e-s)*Math.random()*a}function Au(s,e,t){let a=0,r=0;for(;a===0;)a=Math.random();for(;r===0;)r=Math.random();let i=Math.sqrt(-2*Math.log(a))*Math.cos(2*Math.PI*r);return i=i/10+.5,(i>1||i<0)&&(i=Au(s,e,t)),i=Math.pow(i,t),i*=e-s,i+=s,i}function Ua(s){return s>0?Math.floor(s):Math.floor(s)-1}let Ue=[151,160,137,91,90,15,131,13,201,95,96,53,194,233,7,225,140,36,103,30,69,142,8,99,37,240,21,10,23,190,6,148,247,120,234,75,0,26,197,62,94,252,219,203,117,35,11,32,57,177,33,88,237,149,56,87,174,20,125,136,171,168,68,175,74,165,71,134,139,48,27,166,77,146,158,231,83,111,229,122,60,211,133,230,220,105,92,41,55,46,245,40,244,102,143,54,65,25,63,161,1,216,80,73,209,76,132,187,208,89,18,169,200,196,135,130,116,188,159,86,164,100,109,198,173,186,3,64,52,217,226,250,124,123,5,202,38,147,118,126,255,82,85,212,207,206,59,227,47,16,58,17,182,189,28,42,223,183,170,213,119,248,152,2,44,154,163,70,221,153,101,155,167,43,172,9,129,22,39,253,19,98,108,110,79,113,224,232,178,185,112,104,218,246,97,228,251,34,242,193,238,210,144,12,191,179,162,241,81,51,145,235,249,14,239,107,49,192,214,31,181,199,106,157,184,84,204,176,115,121,50,45,127,4,150,254,138,236,205,93,222,114,67,29,24,72,243,141,128,195,78,66,215,61,156,180,151,160,137,91,90,15,131,13,201,95,96,53,194,233,7,225,140,36,103,30,69,142,8,99,37,240,21,10,23,190,6,148,247,120,234,75,0,26,197,62,94,252,219,203,117,35,11,32,57,177,33,88,237,149,56,87,174,20,125,136,171,168,68,175,74,165,71,134,139,48,27,166,77,146,158,231,83,111,229,122,60,211,133,230,220,105,92,41,55,46,245,40,244,102,143,54,65,25,63,161,1,216,80,73,209,76,132,187,208,89,18,169,200,196,135,130,116,188,159,86,164,100,109,198,173,186,3,64,52,217,226,250,124,123,5,202,38,147,118,126,255,82,85,212,207,206,59,227,47,16,58,17,182,189,28,42,223,183,170,213,119,248,152,2,44,154,163,70,221,153,101,155,167,43,172,9,129,22,39,253,19,98,108,110,79,113,224,232,178,185,112,104,218,246,97,228,251,34,242,193,238,210,144,12,191,179,162,241,81,51,145,235,249,14,239,107,49,192,214,31,181,199,106,157,184,84,204,176,115,121,50,45,127,4,150,254,138,236,205,93,222,114,67,29,24,72,243,141,128,195,78,66,215,61,156,180];function il(s,e){let t=s&15,a=1+(t&7);return t&8&&(a=-a),a*e}function Hs(s,e,t){let a=s&7,r=a<4?e:t,i=a<4?t:e;return(a&1?-r:r)+(a&2?-2*i:2*i)}function Xi(s,e,t,a){let r=s&15,i=r<8?e:t,n=r<4?t:r==12||r==14?e:a;return(r&1?-i:i)+(r&2?-n:n)}function pi(s,e,t,a,r){let i=s&31,n=i<24?e:t,o=i<16?t:a,l=i<8?a:r;return(i&1?-n:n)+(i&2?-o:o)+(i&4?-l:l)}let qt=[[0,1,2,3],[0,1,3,2],[0,0,0,0],[0,2,3,1],[0,0,0,0],[0,0,0,0],[0,0,0,0],[1,2,3,0],[0,2,1,3],[0,0,0,0],[0,3,1,2],[0,3,2,1],[0,0,0,0],[0,0,0,0],[0,0,0,0],[1,3,2,0],[0,0,0,0],[0,0,0,0],[0,0,0,0],[0,0,0,0],[0,0,0,0],[0,0,0,0],[0,0,0,0],[0,0,0,0],[1,2,0,3],[0,0,0,0],[1,3,0,2],[0,0,0,0],[0,0,0,0],[0,0,0,0],[2,3,0,1],[2,3,1,0],[1,0,2,3],[1,0,3,2],[0,0,0,0],[0,0,0,0],[0,0,0,0],[2,0,3,1],[0,0,0,0],[2,1,3,0],[0,0,0,0],[0,0,0,0],[0,0,0,0],[0,0,0,0],[0,0,0,0],[0,0,0,0],[0,0,0,0],[0,0,0,0],[2,0,1,3],[0,0,0,0],[0,0,0,0],[0,0,0,0],[3,0,1,2],[3,0,2,1],[0,0,0,0],[3,1,2,0],[2,1,0,3],[0,0,0,0],[0,0,0,0],[0,0,0,0],[3,1,0,2],[0,0,0,0],[3,2,0,1],[3,2,1,0]];function Um(s){let e=Ua(s),t=e+1,a=s-e,r=a-1,i,n,o=1-a*a;o*=o,i=o*o*il(Ue[e&255],a);let l=1-r*r;return l*=l,n=l*l*il(Ue[t&255],r),.25*(i+n)}function xm(s,e){const t=.366025403,a=.211324865;let r,i,n,o=(s+e)*t,l=s+o,c=e+o,f=Ua(l),d=Ua(c),h=(f+d)*a,b=f-h,m=d-h,g=s-b,p=e-m,D,_;g>p?(D=1,_=0):(D=0,_=1);let v=g-D+a,U=p-_+a,x=g-1+2*a,C=p-1+2*a,F=f&255,k=d&255,y=.5-g*g-p*p;y<0?r=0:(y*=y,r=y*y*Hs(Ue[F+Ue[k]],g,p));let I=.5-v*v-U*U;I<0?i=0:(I*=I,i=I*I*Hs(Ue[F+D+Ue[k+_]],v,U));let R=.5-x*x-C*C;return R<0?n=0:(R*=R,n=R*R*Hs(Ue[F+1+Ue[k+1]],x,C)),40*(r+i+n)}function ym(s,e,t){const a=.333333333,r=.166666667;let i,n,o,l,c=(s+e+t)*a,f=s+c,d=e+c,h=t+c,b=Ua(f),m=Ua(d),g=Ua(h),p=(b+m+g)*r,D=b-p,_=m-p,v=g-p,U=s-D,x=e-_,C=t-v,F,k,y,I,R,Q;U>=x?x>=C?(F=1,k=0,y=0,I=1,R=1,Q=0):U>=C?(F=1,k=0,y=0,I=1,R=0,Q=1):(F=0,k=0,y=1,I=1,R=0,Q=1):x<C?(F=0,k=0,y=1,I=0,R=1,Q=1):U<C?(F=0,k=1,y=0,I=0,R=1,Q=1):(F=0,k=1,y=0,I=1,R=1,Q=0);let O=U-F+r,q=x-k+r,pe=C-y+r,te=U-I+2*r,N=x-R+2*r,L=C-Q+2*r,G=U-1+3*r,z=x-1+3*r,oe=C-1+3*r,J=b&255,ce=m&255,re=g&255,de=.6-U*U-x*x-C*C;de<0?i=0:(de*=de,i=de*de*Xi(Ue[J+Ue[ce+Ue[re]]],U,x,C));let be=.6-O*O-q*q-pe*pe;be<0?n=0:(be*=be,n=be*be*Xi(Ue[J+F+Ue[ce+k+Ue[re+y]]],O,q,pe));let xe=.6-te*te-N*N-L*L;xe<0?o=0:(xe*=xe,o=xe*xe*Xi(Ue[J+I+Ue[ce+R+Ue[re+Q]]],te,N,L));let Pe=.6-G*G-z*z-oe*oe;return Pe<0?l=0:(Pe*=Pe,l=Pe*Pe*Xi(Ue[J+1+Ue[ce+1+Ue[re+1]]],G,z,oe)),32*(i+n+o+l)}function Cm(s,e,t,a){const r=.309016994,i=.138196601;let n,o,l,c,f,d=(s+e+t+a)*r,h=s+d,b=e+d,m=t+d,g=a+d,p=Ua(h),D=Ua(b),_=Ua(m),v=Ua(g),U=(p+D+_+v)*i,x=p-U,C=D-U,F=_-U,k=v-U,y=s-x,I=e-C,R=t-F,Q=a-k,O=y>I?32:0,q=y>R?16:0,pe=I>R?8:0,te=y>Q?4:0,N=I>Q?2:0,L=R>Q?1:0,G=O+q+pe+te+N+L,z,oe,J,ce,re,de,be,xe,Pe,He,H,ee;z=qt[G][0]>=3?1:0,oe=qt[G][1]>=3?1:0,J=qt[G][2]>=3?1:0,ce=qt[G][3]>=3?1:0,re=qt[G][0]>=2?1:0,de=qt[G][1]>=2?1:0,be=qt[G][2]>=2?1:0,xe=qt[G][3]>=2?1:0,Pe=qt[G][0]>=1?1:0,He=qt[G][1]>=1?1:0,H=qt[G][2]>=1?1:0,ee=qt[G][3]>=1?1:0;let ie=y-z+i,ue=I-oe+i,Re=R-J+i,ge=Q-ce+i,ye=y-re+2*i,Qe=I-de+2*i,Ne=R-be+2*i,Ke=Q-xe+2*i,Nt=y-Pe+3*i,ot=I-He+3*i,Ja=R-H+3*i,ua=Q-ee+3*i,Ea=y-1+4*i,Yt=I-1+4*i,wa=R-1+4*i,Ia=Q-1+4*i,Pt=p&255,ba=D&255,ga=_&255,ta=v&255,Fr=.6-y*y-I*I-R*R-Q*Q;Fr<0?n=0:(Fr*=Fr,n=Fr*Fr*pi(Ue[Pt+Ue[ba+Ue[ga+Ue[ta]]]],y,I,R,Q));let kr=.6-ie*ie-ue*ue-Re*Re-ge*ge;kr<0?o=0:(kr*=kr,o=kr*kr*pi(Ue[Pt+z+Ue[ba+oe+Ue[ga+J+Ue[ta+ce]]]],ie,ue,Re,ge));let Er=.6-ye*ye-Qe*Qe-Ne*Ne-Ke*Ke;Er<0?l=0:(Er*=Er,l=Er*Er*pi(Ue[Pt+re+Ue[ba+de+Ue[ga+be+Ue[ta+xe]]]],ye,Qe,Ne,Ke));let wr=.6-Nt*Nt-ot*ot-Ja*Ja-ua*ua;wr<0?c=0:(wr*=wr,c=wr*wr*pi(Ue[Pt+Pe+Ue[ba+He+Ue[ga+H+Ue[ta+ee]]]],Nt,ot,Ja,ua));let Ir=.6-Ea*Ea-Yt*Yt-wa*wa-Ia*Ia;return Ir<0?f=0:(Ir*=Ir,f=Ir*Ir*pi(Ue[Pt+1+Ue[ba+1+Ue[ga+1+Ue[ta+1]]]],Ea,Yt,wa,Ia)),27*(n+o+l+c+f)}class fl extends le{static uv_0=new fl;u=0;v=0;constructor(e=0,t=0){super(e,t),this.u=e,this.v=t}length(){return 0}static getUVSheet(e,t,a){let r=Math.floor(e%(t*a)),i=Math.floor(r/t),n=r%t;return new he(i/t,n/a,1/t,1/a)}}class Hi{serializedVersion="2";time;tangentMode=0;weightedMode=0;propertyKeyFrame;constructor(e=0){this.time=e,this.propertyKeyFrame={}}getK(e){return this.propertyKeyFrame[e]}split(e,t,a){switch(e){case Y.single:{let r=this.getKeyFrame(0);r[a]=t}break;case Y.float:{let r=this.getKeyFrame(0);r[a]=t}break;case Y.vector2:{let r=t,i=this.getKeyFrame(0);i[a]=r.x;let n=this.getKeyFrame(1);n[a]=r.y}break;case Y.vector3:{let r=t,i=this.getKeyFrame(0);i[a]=r.x;let n=this.getKeyFrame(1);n[a]=r.y;let o=this.getKeyFrame(2);o[a]=r.z}break;case Y.vector4:{let r=t,i=this.getKeyFrame(0);i[a]=r.x;let n=this.getKeyFrame(1);n[a]=r.y;let o=this.getKeyFrame(2);o[a]=r.z;let l=this.getKeyFrame(3);l[a]=r.w}break;case Y.quaternion:{let r=t,i=this.getKeyFrame(0);i[a]=r.x;let n=this.getKeyFrame(1);n[a]=r.y;let o=this.getKeyFrame(2);o[a]=r.z;let l=this.getKeyFrame(3);l[a]=r.w}break}}getKeyFrame(e){let t=this.propertyKeyFrame[e];return t||(t=new Ps,t.time=this.time,t.tangentMode=this.tangentMode,t.weightedMode=this.weightedMode,this.propertyKeyFrame[e]=t),t}formBytes(e){this.time=e.readFloat32();{let{t,v:a}=Ga.parser(e);this.split(t,a,"value")}{let{t,v:a}=Ga.parser(e);this.split(t,a,"inSlope")}{let{t,v:a}=Ga.parser(e);this.split(t,a,"outSlope")}this.tangentMode=e.readInt32(),this.weightedMode=e.readInt32();{let{t,v:a}=Ga.parser(e);this.split(t,a,"inWeight")}{let{t,v:a}=Ga.parser(e);this.split(t,a,"outWeight")}}}class Sm{static sub(e,t){switch(e.constructor.name){case"number":return e-t;case"Vector2":{let r=e,i=t;return new le(r.x-i.x,r.y-i.y)}case"Vector3":{let r=e,i=t;return new u(r.x-i.x,r.y-i.y,r.z-i.z)}case"Vector4":{let r=e,i=t;return new he(r.x-i.x,r.y-i.y,r.z-i.z,r.w-i.w)}case"Quaternion":{let r=e,i=t;return new $(r.x-i.x,r.y-i.y,r.z-i.z,r.w-i.w)}}}}class Ki{_keys=new Array;_values=new Array;getIndexByKey(e){return this._keys.indexOf(e)}getValueByKey(e){var t=this.getIndexByKey(e);return t>-1?this._values[t]:null}put(e,t){if(e==null)return null;var a=this.remove(e);return this._keys.push(e),this._values.push(t),a}remove(e){var t=this._keys.indexOf(e),a;return t>-1&&(a=this._values[t],this._keys.splice(t,1),this._values.splice(t,1)),a}getValues(){return this._values}getKeys(){return this._keys}clear(){this._values.length=0,this._keys.length=0}}class vr{static WalkAble=1}class qi{static SetConst(e){this.EPSILON=e,this.POWER_EPSILON=e*e}static EPSILON=.1;static POWER_EPSILON=this.EPSILON*this.EPSILON}class Rt extends u{static CALC_VECTOR3D1=new u;static CALC_VECTOR3D2=new u;static CALC_VECTOR3D3=new u;static CALC_VECTOR3D4=new u;static CALC_VECTOR3D5=new u;_pointId=0;constructor(e,t,a,r){super(t,a,r,0),this._pointId=e}get id(){return this._pointId}static equalPoint(e,t){return(e.x-t.x)*(e.x-t.x)+(e.y-t.y)*(e.y-t.y)+(e.z-t.z)*(e.z-t.z)<qi.POWER_EPSILON}static calcDistance(e,t){return Rt.CALC_VECTOR3D3.setTo(e.x-t.x,e.y-t.y,e.z-t.z),Rt.CALC_VECTOR3D3.length}}class Du{_openedList;_closedList;_endNode;_startNode;_triangleChannel;_navMesh;_findIndex=0;constructor(){this._openedList=new Array,this._closedList=new Array}findPath(e,t,a){return this._findIndex++,this._navMesh=e,this._startNode=t,this._endNode=a,this._openedList.length=0,this._closedList.length=0,this._startNode&&this._endNode?(this._startNode.gg=0,this._startNode.h=0,this._startNode.f=0,this._startNode.parent=null,this.search()):!1}search(){for(var e=this._startNode,t=[],a;e!=this._endNode;){t=e.getNeibourTriangles(t,vr.WalkAble,vr.WalkAble);for(a of t)if(a.closeId!=this._findIndex&&!(a==e||!a.walkAble)){var r=e.gg+Rt.calcDistance(a,e)*a.costMultiplier,i=Rt.calcDistance(a,this._endNode),n=r+i;a.openId==this._findIndex?a.f>n&&(a.f=n,a.gg=r,a.h=i,a.parent=e):(a.f=n,a.gg=r,a.h=i,a.parent=e,a.openId=this._findIndex,this._openedList.push(a))}if(e.closeId=this._findIndex,this._closedList.push(e),this._openedList.length==0)return!1;this._openedList.sort(function(o,l){return o.f-l.f}),e=this._openedList.shift()}return this.buildPath(),!0}buildPath(){this._triangleChannel=[];var e=this._endNode;for(this._triangleChannel.push(e);e!=this._startNode;)e=e.parent,this._triangleChannel.unshift(e)}get channel(){return this._triangleChannel}}class ya extends Rt{_ownerPoint;_ownerEdge;radius=0;constructor(e,t){super(e.id,0,0,0),this._ownerEdge=t,this._ownerPoint=e}get ownerPoint(){return this._ownerPoint}get ownerEdge(){return this._ownerEdge}scalePoint(e=.7){var t=new ya(this._ownerPoint,this._ownerEdge);return t.copyFrom(this),t.decrementBy(this._ownerPoint),t.scaleBy(e),t.radius=t.length,t.incrementBy(this._ownerPoint),t}}class Sa{_edgeMask=0;_edgeSize=0;_pointA;_pointB;_triangleOwners;_centerPoint;_edgeDirA2B;crossPoint;fatPointA;fatPointB;static CALC_FAT_VECTOR=new u;constructor(e,t){if(this._pointA=e,this._pointB=t,e.id>=t.id)throw new Error("edge point order error!!!");this._triangleOwners=new Array,this._centerPoint=new u,this._edgeMask=vr.WalkAble,Rt.CALC_VECTOR3D1.setTo(e.x-t.x,e.y-t.y,e.z-t.z),this._edgeSize=Rt.CALC_VECTOR3D1.length,this._centerPoint.setTo((e.x+t.x)/2,(e.y+t.y)/2,(e.z+t.z)/2)}get size(){return this._edgeSize}get triangleOwners(){return this._triangleOwners}get centerPoint(){return this._centerPoint}initFatPoints(e){this._edgeDirA2B=this._pointB.subtract(this._pointA),this._edgeDirA2B.normalize(),this.fatPointA=this.fatPointA||new ya(this._pointA,this),this.fatPointB=this.fatPointB||new ya(this._pointB,this),this.fatPointA.radius!=e&&(Sa.CALC_FAT_VECTOR.copyFrom(this._edgeDirA2B),Sa.CALC_FAT_VECTOR.scaleBy(e),Sa.CALC_FAT_VECTOR.incrementBy(this._pointA),this.fatPointA.copyFrom(Sa.CALC_FAT_VECTOR),this.fatPointA.radius=e),this.fatPointB.radius!=e&&(Sa.CALC_FAT_VECTOR.copyFrom(this._edgeDirA2B),Sa.CALC_FAT_VECTOR.scaleBy(-e),Sa.CALC_FAT_VECTOR.incrementBy(this._pointB),this.fatPointB.copyFrom(Sa.CALC_FAT_VECTOR),this.fatPointB.radius=e)}getFatPoint(e){return e==this._pointA?this.fatPointA:this.fatPointB}getAnotherFatPoint(e){return e==this._pointA?this.fatPointB:this.fatPointA}getAnotherPoint(e){return e==this._pointA?this._pointB:this._pointA}containsPoint(e){return Rt.equalPoint(e,this._pointA)?this._pointA:Rt.equalPoint(e,this._pointB)?this._pointB:null}addTriangleOwners(e){if(e.edges.indexOf(this)==-1)throw new Error("the edge is not belong triangle!!!");this._triangleOwners.indexOf(e)==-1&&this._triangleOwners.push(e)}getPublicPoint(e){return this._pointA==e._pointA||this._pointA==e._pointB?this._pointA:this._pointB==e._pointA||this._pointB==e._pointB?this._pointB:null}getEqualPoint(e){return Rt.equalPoint(e,this._pointA)?this._pointA:Rt.equalPoint(e,this._pointB)?this._pointB:null}get pointA(){return this._pointA}get pointB(){return this._pointB}get walkAble(){return(this._edgeMask&vr.WalkAble)==vr.WalkAble}testMask(e){return(this._edgeMask&e)==e}}class Ae{endPoint;curPoint;rayA;rayB;rayAPoint;rayBPoint;static RAY_1=new u;static RAY_2=new u;static TEST_RAY=new u;static TEST_RAY_1=new u;static TEST_RAY_2=new u;static CALC_CROSS_POINT=new u;static CALC_CROSS_TEST=new u;cornerPoint;cornerEdge;continuePass(e,t,a){this.resetData(),this.curPoint=e,this.endPoint=t,this.cornerEdge=a}passEdge(e,t,a,r){if((this.rayA==null||this.rayB==null)&&(this.rayA=Ae.RAY_1,this.rayB=Ae.RAY_2,this.rayAPoint=e.pointA,this.rayBPoint=e.pointB,this.rayA.setTo(this.rayAPoint.x-this.curPoint.x,0,this.rayAPoint.z-this.curPoint.z),this.rayB.setTo(this.rayBPoint.x-this.curPoint.x,0,this.rayBPoint.z-this.curPoint.z)),r)return this.checkEndPoint(a);if(Ae.TEST_RAY.setTo(a.x-this.curPoint.x,0,a.z-this.curPoint.z),this.isPointAtCenter(Ae.TEST_RAY,this.rayA,this.rayB)){this.hasCrossPoint(t.pointA,t.pointB,this.rayAPoint,this.rayA)?(this.rayB.copyFrom(Ae.TEST_RAY),a instanceof Rt?this.rayBPoint=a:this.rayBPoint=null):(this.rayA.copyFrom(Ae.TEST_RAY),a instanceof Rt?this.rayAPoint=a:this.rayAPoint=null);var i=t.getAnotherPoint(a);Ae.TEST_RAY.setTo(i.x-this.curPoint.x,0,i.z-this.curPoint.z),(i==this.rayAPoint||i==this.rayBPoint||this.isPointAtCenter(Ae.TEST_RAY,this.rayA,this.rayB))&&(this.cornerEdge=t)}else{var n;if(Ae.TEST_RAY_1.copyFrom(t.pointA),Ae.TEST_RAY_1.decrementBy(this.curPoint),Ae.TEST_RAY_2.copyFrom(t.pointB),Ae.TEST_RAY_2.decrementBy(this.curPoint),Ae.TEST_RAY_1.y=0,Ae.TEST_RAY_2.y=0,this.isPointAtCenter(this.rayA,Ae.TEST_RAY_1,Ae.TEST_RAY_2)||this.isPointAtCenter(this.rayB,Ae.TEST_RAY_1,Ae.TEST_RAY_2)?n=!1:n=!0,n)return this.isPointAtCenter(this.rayA,Ae.TEST_RAY,this.rayB)?this.cornerPoint=this.rayAPoint:this.cornerPoint=this.rayBPoint,this.cornerEdge.crossPoint=this.cornerPoint,!1}return!0}checkEndPoint(e){return Ae.TEST_RAY.setTo(e.x-this.curPoint.x,0,e.z-this.curPoint.z),this.isPointAtCenter(Ae.TEST_RAY,this.rayA,this.rayB)?!0:(this.isPointAtCenter(this.rayA,Ae.TEST_RAY,this.rayB)?this.cornerPoint=this.rayAPoint:this.cornerPoint=this.rayBPoint,this.cornerEdge.crossPoint=this.cornerPoint,!1)}calcCrossEdge(e,t,a){return this.calcCrossPoint(e.fatPointA,e.fatPointB,t,a)}calcCrossPoint(e,t,a,r){Ae.CALC_CROSS_POINT.copyFrom(t),Ae.CALC_CROSS_POINT.decrementBy(e);let i=Ae.CALC_CROSS_POINT.x*r.z-r.x*Ae.CALC_CROSS_POINT.z;var n=0;return i!=0&&(n=((e.z-a.z)*r.x-(e.x-a.x)*r.z)/i),n>1?n=1:n<0&&(n=0),Ae.CALC_CROSS_POINT.scaleBy(n),Ae.CALC_CROSS_POINT.incrementBy(e),Ae.CALC_CROSS_POINT.clone()}calcCrossPointOut(e,t,a,r){Ae.CALC_CROSS_POINT.copyFrom(t),Ae.CALC_CROSS_POINT.decrementBy(e);var i=((e.z-a.z)*r.x-(e.x-a.x)*r.z)/(Ae.CALC_CROSS_POINT.x*r.z-r.x*Ae.CALC_CROSS_POINT.z);return i<=1&&i>=0?null:(Ae.CALC_CROSS_POINT.scaleBy(i),Ae.CALC_CROSS_POINT.incrementBy(e),Ae.CALC_CROSS_POINT.clone())}hasCrossPoint(e,t,a,r){Ae.CALC_CROSS_TEST.copyFrom(t),Ae.CALC_CROSS_TEST.decrementBy(e);var i=((e.z-a.z)*r.x-(e.x-a.x)*r.z)/(Ae.CALC_CROSS_TEST.x*r.z-r.x*Ae.CALC_CROSS_TEST.z);return i<=1&&i>=0}isPointAtCenter(e,t,a){var r=t.crossProduct(e);if(r.length==0&&e.length<t.length)return!0;var i=a.crossProduct(e);return i.length==0&&e.length<a.length?!0:(r.normalize(),i.normalize(),r.incrementBy(i),r.length<.01)}resetData(){this.cornerEdge=null,this.cornerPoint=null,this.curPoint=null,this.rayA=this.rayB=null,this.rayAPoint=this.rayBPoint=null,Ae.RAY_1.setTo(0,0,0),Ae.RAY_2.setTo(0,0,0)}}class tr{_aiRadius=0;_router;_result;_tempPublicEdgeList=new Array;_tempSamePlaneList=new Array;static CROSS_TEST_DIRECTION=new u;constructor(){this._router=new Ae}searchPath(e,t,a,r=0){return r<=0&&(r=1),this._aiRadius=r*1.5,this.searchEnable(e,t,a)?(this.search(e,t,a),!0):!1}get path(){return this._result}searchEnable(e,t,a){return!(e==null||t==null||a==null||a[0].plane.classifyPoint(e,qi.EPSILON)!=Nr.INTERSECT||a[a.length-1].plane.classifyPoint(t,qi.EPSILON)!=Nr.INTERSECT)}search(e,t,a){this._tempPublicEdgeList.length=0,this._tempSamePlaneList.length=0;var r=0,i=a.length-1,n,o,l,c;for(r=0;r<i;r++)o=a[r].getPublicEdge(a[r+1]),o.crossPoint=null,o.initFatPoints(this._aiRadius),this._tempPublicEdgeList.push(o),n=a[r],c=n.plane,n=a[r+1],l=n.getEdgeAgainstPoint(o),this._tempSamePlaneList.push(c.classifyPoint(l,qi.EPSILON)==Nr.INTERSECT);this._router.continuePass(e,t,this._tempPublicEdgeList[0]),i=this._tempPublicEdgeList.length;var f,d,h,b;for(r=0;r<i;r++)o=this._tempPublicEdgeList[r],n=a[r+1],b=r==i-1,b?l=t:l=n.getEdgeAgainstPoint(o),h=this._router.passEdge(o,this._tempPublicEdgeList[r+1],l,b),h||(f=this._router.cornerPoint,d=this._router.cornerEdge,r=this._tempPublicEdgeList.indexOf(d),this._router.continuePass(f,t,this._tempPublicEdgeList[r+1]));this.pushAllPathPoint2(e,t),this._result.length>=3&&(this.optimusTerminusFat(),this.optimusByRadius());let m=[];for(let g of this._result)m.push(new u().copyFrom(g));this._result=m}optimusTerminusFat(){var e,t,a;a=this._result[1],a instanceof ya&&(e=a),a=this._result[this._result.length-2],a instanceof ya&&(t=a),e&&(this._result[1]=e.scalePoint()),t&&e!=t&&(this._result[this._result.length-2]=t.scalePoint())}pushAllPathPoint2(e,t){var a=this._tempPublicEdgeList.length,r,i;this._result=new Array,this._result.push(e);for(var n=e,o,l,c,f=0;f<a;f++)if(r=this._tempPublicEdgeList[f],l=null,r.crossPoint)l=this.getFatPoint(r,r.crossPoint),l?this._result.push(l):this._result.push(r.crossPoint),n=r.crossPoint;else{i=null,o=null;for(var d=f+1;d<a&&(i=this._tempPublicEdgeList[d],o=i.crossPoint,!o);d++);o==null&&(o=t),l=this.getFatPoint(r,o),l?this._result.push(l):(o==n?c=o.clone():(tr.CROSS_TEST_DIRECTION.setTo(o.x-n.x,0,o.z-n.z),c=this._router.calcCrossEdge(r,n,tr.CROSS_TEST_DIRECTION)),this._result.push(c))}this._result.push(t)}optimusByRadius(){var e=new Array;e.length=this._result.length;var t=this._result.length-2,a,r,i,n,o,l,c,f,d,h,b,m,g;for(g=0;g<t;g++)c=f=d=null,n=o=l=null,b=!1,m=null,a=this._result[g],r=this._result[g+1],i=this._result[g+2],a instanceof ya&&(n=a),r instanceof ya&&(o=r),i instanceof ya&&(l=i),n&&(c=n.ownerPoint),o&&(f=o.ownerPoint),l&&(d=l.ownerPoint),c&&f&&c==f&&f!=d&&(b=!0),d&&f&&d==f&&c!=f&&(b=!0),b&&(tr.CROSS_TEST_DIRECTION.copyFrom(a),tr.CROSS_TEST_DIRECTION.decrementBy(i),h=o.ownerEdge,b=this._router.hasCrossPoint(h.pointA,h.pointB,i,tr.CROSS_TEST_DIRECTION),b&&(m=this._router.calcCrossPointOut(f,r,i,tr.CROSS_TEST_DIRECTION)),m&&(e[g+1]=m))}getFatPoint(e,t){if(e==null)return null;var a;t instanceof ya&&(a=t);var r;return a?r=a.ownerPoint:r=e.getEqualPoint(t),r==null?null:(a=e.getFatPoint(r),a)}}class _u extends u{_id=0;_plane;_points=new Array;_edges=new Array;_neibourTriangles=new Ki;_pointAgainstEdge=new Ki;_edgeAgainstPoint=new Ki;_mask=0;_aabbBox;f=0;gg=0;h=0;parent;costMultiplier=1;openId=0;closeId=0;get aabb(){return this._aabbBox}initAABB(){this._aabbBox=new Mt,this._aabbBox.addPoint(this._points[0]),this._aabbBox.addPoint(this._points[1]),this._aabbBox.addPoint(this._points[2])}calcGlobalQuadAABB(){}get isTriangle(){return!0}constructor(e,t,a,r){super(0,0,0,0),this._id=e,this._mask=vr.WalkAble,this._edges.push(t,a,r);var i;for(i of this._edges)this._points.indexOf(i.pointA)==-1&&this._points.push(i.pointA),this._points.indexOf(i.pointB)==-1&&this._points.push(i.pointB);this.x=(this._points[0].x+this._points[1].x+this._points[2].x)/3,this.y=(this._points[0].y+this._points[1].y+this._points[2].y)/3,this.z=(this._points[0].z+this._points[1].z+this._points[2].z)/3,this._plane=new mu,this._plane.fromPoints(this._points[0],this._points[1],this._points[2]),this._plane.normalize(),this.genarateAgainstData(),this.initAABB()}genarateAgainstData(){var e,t;for(e of this._edges)for(t of this._points)e.pointA!=t&&e.pointB!=t&&(this._edgeAgainstPoint.put(e,t),this._pointAgainstEdge.put(t,e))}get id(){return this._id}get plane(){return this._plane}get points(){return this._points}addNeibour(e,t){if(this._edges.indexOf(e)>=0)this._neibourTriangles.put(e,t);else throw new Error("the edge is not in triangle!!!")}getNeibourTriangles(e=null,t=1,a=1){e=e||new Array,e.length=0;var r,i,n=this._neibourTriangles.getKeys(),o;for(o of n)i=o,i.testMask(t)&&(r=this._neibourTriangles.getValueByKey(i),r.testMask(a)&&e.push(r));return e}getEdges(e=null,t=1){e=e||new Array,e.length=0;var a;for(a of this._edges)a.testMask(t)&&e.push(a);return e}get walkAble(){return this.testMask(vr.WalkAble)}get edges(){return this._edges}testMask(e){return(this._mask&e)==e}getEdgeAgainstPoint(e){return this._edgeAgainstPoint.getValueByKey(e)}getPointAgainstEdge(e){return this._pointAgainstEdge.getValueByKey(e)}getPublicEdge(e){if(e&&e!=this){var t=this._neibourTriangles.getKeys(),a;for(a of t)if(this._neibourTriangles.getValueByKey(a)==e)return a}return null}loopPublicEdge(e){var t,a;if(e&&e!=this){for(t of this._edges)for(a of e._edges)if(t==a)return t}return null}randomPoint(){var e=this._points[2].subtract(this._points[0]);e.scaleBy(Math.random()),e.incrementBy(this._points[0]);var t=this._points[1].subtract(e);return t.scaleBy(Math.random()),t.incrementBy(e),t}}class Fm{_nav3dPoints;_nav3dEdges;_nav3dTriangles;_path;_edgesDict;_nav3dAstar;_nav3dFunnel;_terrainQuad;_triangleList;get edges(){return this._nav3dEdges}get points(){return this._nav3dPoints}get path(){return this._path}get triangles(){return this._nav3dTriangles}constructor(e,t){this._nav3dPoints=new Array,this._nav3dEdges=new Array,this._nav3dTriangles=new Array,this._edgesDict=new Ki,this.initPoints(e),this.initEdgesAndTriangles(t),this.createConnections(),this._nav3dAstar=new Du,this._nav3dFunnel=new tr,this._terrainQuad=new Fh(8,128),this._terrainQuad.createQuadTree(this._nav3dTriangles)}getTriangleAtPoint(e,t=5){return this._terrainQuad.getTriangleAtPoint(e,t)}findPath(e,t,a=5){this._path=null,this._triangleList=null;var r=this.getTriangleAtPoint(e,10),i=this.getTriangleAtPoint(t,10),n=this._nav3dAstar.findPath(this,r,i);return n?(this._triangleList=this._nav3dAstar.channel,n=this._nav3dFunnel.searchPath(e,t,this._triangleList,a),this._path=this._nav3dFunnel.path,n):!1}initPoints(e){for(var t,a,r=e.length,i=0;i<r;i++)t=e[i],a=new Rt(i,t.x,t.y,t.z),this._nav3dPoints.push(a)}initEdgesAndTriangles(e){for(var t,a,r,i,n,o=e.length,l=0;l<o;l++)t=e[l],a=this.tryCreateEdge(t[0],t[1]),r=this.tryCreateEdge(t[1],t[2]),i=this.tryCreateEdge(t[2],t[0]),!(a==null||r==null||i==null)&&(n=new _u(l,a,r,i),this._nav3dTriangles.push(n))}tryCreateEdge(e,t){if(e==t)throw new Error("edge point index error!!!");if(e>t){var a=e;e=t,t=a}var r=this._edgesDict.getValueByKey(e+"_"+t);return r==null&&(r=new Sa(this._nav3dPoints[e],this._nav3dPoints[t]),this._nav3dEdges.push(r),this._edgesDict.put(e+"_"+t,r)),r}createConnections(){for(var e=this._nav3dTriangles.length,t=this._nav3dTriangles.length,a,r,i,n,o=0;o<e;o++){a=this._nav3dTriangles[o];for(i of a.edges)i.addTriangleOwners(a);for(var l=0;l<t;l++)r=this._nav3dTriangles[l],a!=r&&(n=a.loopPublicEdge(r),n&&(a.addNeibour(n,r),r.addNeibour(n,a)))}}}class dl{x;y;setTo(e,t){this.x=e,this.y=t}equals(e,t){return e==this.x&&t==this.y}equalPoint(e){return this.equals(e.x,e.y)}get length(){return Math.sqrt(this.x*this.x+this.y*this.y)}clone(){var e=new dl;return e.setTo(this.x,this.y),e}normalize(){var e=length;e!=0&&this.setTo(this.x/e,this.y/e)}}class La extends Oe{width;height;depth;constructor(e=1,t=1,a=1){super(),this.width=e,this.height=t,this.depth=a,this.initVertex()}initVertex(){let e=this.width/2,t=this.height/2,a=this.depth/2;this.bounds=new ke(u.ZERO.clone(),new u(this.width,this.height,this.depth));let r=new Float32Array([-e,t,a,e,t,a,e,t,-a,-e,t,-a,-e,t,a,e,t,-a,e,-t,a,-e,-t,a,-e,-t,-a,e,-t,-a,e,-t,a,-e,-t,-a,-e,-t,a,-e,t,a,-e,t,-a,-e,-t,-a,-e,-t,a,-e,t,-a,e,t,a,e,-t,a,e,-t,-a,e,t,-a,e,t,a,e,-t,-a,e,t,a,-e,t,a,-e,-t,a,-e,-t,a,e,-t,a,e,t,a,e,-t,-a,-e,-t,-a,-e,t,-a,e,t,-a,e,-t,-a,-e,t,-a]),i=new Float32Array([0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1]),n=new Float32Array([1,1,0,1,0,0,1,0,1,1,0,0,1,1,0,1,0,0,1,0,1,1,0,0,1,1,0,1,0,0,1,0,1,1,0,0,1,1,0,1,0,0,1,0,1,1,0,0,1,1,0,1,0,0,0,0,1,0,1,1,1,1,0,1,0,0,1,0,1,1,0,0]),o=[0,2,1,3,5,4,6,8,7,9,11,10,12,14,13,15,17,16,18,20,19,21,23,22,24,26,25,27,29,28,30,32,31,33,35,34],l=new Uint16Array(o.reverse());this.setIndices(l),this.setAttribute(V.position,r),this.setAttribute(V.normal,i),this.setAttribute(V.uv,n),this.setAttribute(V.TEXCOORD_1,n),this.addSubGeometry({indexStart:0,indexCount:o.length,vertexStart:0,vertexCount:0,firstStart:0,index:0,topology:0})}}class Bu extends Oe{radiusTop;radiusBottom;height;radialSegments;heightSegments;openEnded;thetaStart;thetaLength;constructor(e=1,t=1,a=1,r=8,i=8,n=!1,o=0,l=Math.PI*2){super(),this.radiusTop=e,this.radiusBottom=t,this.height=a,this.radialSegments=r,this.heightSegments=i,this.openEnded=n,this.thetaStart=o,this.thetaLength=l,this.instanceID=zt(),this.buildGeometry()}addGroup(e,t,a){this.addSubGeometry({indexStart:e,indexCount:t,vertexStart:e,vertexCount:0,firstStart:0,index:a,topology:0})}buildGeometry(){const e=this;this.radialSegments=Math.floor(this.radialSegments),this.heightSegments=Math.floor(this.heightSegments);const t=[],a=[],r=[],i=[];let n=0;const o=[],l=this.height/2;let c=0;m(),this.openEnded===!1&&(this.radiusTop>0&&g(!0),this.radiusBottom>0&&g(!1));let f=new Float32Array(t),d=new Float32Array(a),h=new Float32Array(r),b=new Uint16Array(i);this.setAttribute(V.position,f),this.setAttribute(V.normal,d),this.setAttribute(V.uv,h),this.setAttribute(V.TEXCOORD_1,h),this.setIndices(b);function m(){const p=new u,D=new u;let _=0;const v=(e.radiusBottom-e.radiusTop)/e.height;for(let U=0;U<=e.heightSegments;U++){const x=[],C=U/e.heightSegments,F=C*(e.radiusBottom-e.radiusTop)+e.radiusTop;for(let k=0;k<=e.radialSegments;k++){const y=k/e.radialSegments;let I=y*e.thetaLength+e.thetaStart;k==e.radialSegments&&Math.abs(e.thetaLength-e.thetaStart)==Math.PI*2&&(I=0);const R=Math.sin(I),Q=Math.cos(I);D.x=F*R,D.y=-C*e.height+l,D.z=F*Q,t.push(D.x,D.y,D.z),p.set(R,v,Q).normalize(),a.push(p.x,p.y,p.z),r.push(y,1-C),x.push(n++)}o.push(x)}for(let U=0;U<e.radialSegments;U++)for(let x=0;x<e.heightSegments;x++){const C=o[x][U],F=o[x+1][U],k=o[x+1][U+1],y=o[x][U+1];i.push(C,F,y),i.push(F,k,y),_+=6}e.addGroup(c,_,0),c+=_}function g(p){const D=n,_=new le,v=new u;let U=0;const x=p===!0?e.radiusTop:e.radiusBottom,C=p===!0?1:-1;for(let k=1;k<=e.radialSegments;k++)t.push(0,l*C,0),a.push(0,C,0),r.push(.5,.5),n++;const F=n;for(let k=0;k<=e.radialSegments;k++){const I=k/e.radialSegments*e.thetaLength+e.thetaStart,R=Math.cos(I),Q=Math.sin(I);v.x=x*Q,v.y=l*C,v.z=x*R,t.push(v.x,v.y,v.z),a.push(0,C,0),_.x=R*.5+.5,_.y=Q*.5*C+.5,r.push(_.x,_.y),n++}for(let k=0;k<e.radialSegments;k++){const y=D+k,I=F+k;p===!0?i.push(I,I+1,y):i.push(I+1,I,y),U+=3}e.addGroup(c,U,p===!0?1:2),c+=U}}}class vu extends Oe{radius;tube;radialSegments;tubularSegments;constructor(e=.4,t=.1,a=32,r=32){super(),this.radius=e,this.tube=t,this.radialSegments=a,this.tubularSegments=r,this.initVertex()}initVertex(){const e=2*Math.PI,t=this.radius,a=this.tube,r=this.radialSegments,i=this.tubularSegments;this.bounds=new ke(u.ZERO.clone(),new u(t*2,a*2,t*2));var n=(r+1)*(i+1);let o=new Float32Array(n*3),l=new Float32Array(n*3),c=new Float32Array(n*2),f=new Uint16Array(r*i*2*3),d=0,h=0,b=0,m=0;for(let g=0;g<=r;g++)for(let p=0;p<=i;p++){const D=p/i,_=g/r,v=D*e,U=_*Math.PI*2;if(o[d++]=(t+a*Math.cos(U))*Math.sin(v),o[d++]=a*Math.sin(U),o[d++]=(t+a*Math.cos(U))*Math.cos(v),l[h++]=Math.sin(v)*Math.cos(U),l[h++]=Math.sin(U),l[h++]=Math.cos(v)*Math.cos(U),c[b++]=D,c[b++]=_,p<i&&g<r){const x=i+1,C=x*g+p,F=x*(g+1)+p,k=x*(g+1)+p+1,y=x*g+p+1;f[m++]=C,f[m++]=y,f[m++]=F,f[m++]=y,f[m++]=k,f[m++]=F}}this.setIndices(f),this.setAttribute(V.position,o),this.setAttribute(V.normal,l),this.setAttribute(V.uv,c),this.setAttribute(V.TEXCOORD_1,c),this.addSubGeometry({indexStart:0,indexCount:f.length,vertexStart:0,vertexCount:0,firstStart:0,index:0,topology:0})}}class km extends Oe{segment;row=0;constructor(e){super(),this.segment=e,this.buildGeometry()}buildGeometry(){this.row=this.segment+1;let e=new Uint32Array(this.segment*6),t=new Float32Array(this.row*3*2),a=new Float32Array(this.row*3*2),r=new Float32Array(this.row*2*2);for(let i=0;i<this.row;i++){t[i*3*2+0]=0,t[i*3*2+1]=0,t[i*3*2+2]=0,t[i*3*2+3]=0,t[i*3*2+4]=0,t[i*3*2+5]=0,a[i*3*2+0]=0,a[i*3*2+1]=0,a[i*3*2+2]=1,a[i*3*2+3]=0,a[i*3*2+4]=0,a[i*3*2+5]=1,r[i*2*2+0]=0,r[i*2*2+1]=i/this.segment,r[i*2*2+2]=1,r[i*2*2+3]=i/this.segment;let n=i*2,o=n,l=n+1,c=n+2,f=n+3;e[i*6+0]=o,e[i*6+1]=l,e[i*6+2]=c,e[i*6+3]=l,e[i*6+4]=f,e[i*6+5]=c}this.setIndices(e),this.setAttribute(V.position,t),this.setAttribute(V.normal,a),this.setAttribute(V.uv,r),this.setAttribute(V.TEXCOORD_1,r),this.addSubGeometry({indexStart:0,indexCount:e.length,vertexStart:0,vertexCount:0,firstStart:0,index:0,topology:0})}}class Em extends Oe{faceCount=0;constructor(e){super(),this.faceCount=e,this.buildGeometry()}buildGeometry(){let e=new Uint32Array(this.faceCount*3),t=new Float32Array(this.faceCount*3*3),a=new Float32Array(this.faceCount*3*3),r=new Float32Array(this.faceCount*3*2),i=new Float32Array(this.faceCount*3*1);for(let n=0;n<this.faceCount;n++){let o=n*3+0,l=n*3+1,c=n*3+2;e[o]=o,e[l]=l,e[c]=c}this.setIndices(e),this.setAttribute(V.position,t),this.setAttribute(V.normal,a),this.setAttribute(V.uv,r),this.setAttribute(V.TEXCOORD_1,r),this.setAttribute(V.vIndex,i),this.addSubGeometry({indexStart:0,indexCount:e.length,vertexStart:0,vertexCount:0,firstStart:0,index:0,topology:0})}}class wm extends Ts{_internalTexture;_minSize=32;_skyColor;constructor(e){super(),this._skyColor=e,this._internalTexture=new On;let t=[];return A.res.fillColor(t,this._minSize,this._minSize,this.color.r,this.color.g,this.color.b,this.color.a),this._internalTexture.create(this._minSize,this._minSize,t,!1),this.createFromTexture(this._minSize,this._internalTexture),this}changeColor(e){return this._skyColor=e,A.res.fillColor(this._internalTexture.floatArray,this._minSize,this._minSize,this.color.r,this.color.g,this.color.b,this.color.a),this._internalTexture.updateTexture(this._minSize,this._minSize,this._internalTexture.floatArray,!1),this._faceData.uploadTexture(0,this._internalTexture),this}get color(){return this._skyColor}set color(e){this.changeColor(e)}}class Im extends ne{length=100;thickness=.1;constructor(e,t=.1){super(),this.length=e,this.thickness=t,this.init()}init(){let e=new ne,t=new ne,a=new ne,r=new La(2,2,2),i=new La(2,2,2),n=new La(2,2,2),o=new _t;o.baseColor=new W(1,0,0);let l=new _t;l.baseColor=new W(0,1,0);let c=new _t;c.baseColor=new W(0,0,1);let f=e.addComponent(fe),d=t.addComponent(fe),h=a.addComponent(fe);f.geometry=r,f.material=o,f.castShadow=!1,d.geometry=i,d.material=l,d.castShadow=!1,h.geometry=n,h.material=c,h.castShadow=!1,e.localScale=new u(this.length,this.thickness,this.thickness),e.x=this.length,t.localScale=new u(this.thickness,this.length,this.thickness),t.y=this.length,a.localScale=new u(this.thickness,this.thickness,this.length),a.z=this.length,this.addChild(e),this.addChild(t),this.addChild(a)}}class Rm{static merge(e,t,a){}static mergeNumber(e,t,a){let r=a||new Oe,i=e.getAttribute(V.position).data.length/3,n=new Float32Array(i*t);for(const f of e.vertexAttributeMap){let d=f[1].attribute;if(d==V.indices)continue;let h=e.getAttribute(d).data,b=h.length,m=new Float32Array(b*t);for(let g=0;g<t;g++){m.set(h,b*g);for(let p=0;p<i;p++)n[i*g+p]=g}r.setAttribute(d,m)}r.setAttribute(V.vIndex,n);let o=e.getAttribute(V.indices).data,l=o.length,c=new Uint32Array(o.length*t);for(let f=0;f<t;f++)for(let d=0;d<l;d++){let h=f*i,b=f*l;const m=o[d]+h;c[b+d]=m}return r.setIndices(c),r.addSubGeometry({indexStart:0,indexCount:c.length,vertexStart:0,index:0,vertexCount:0,firstStart:0,topology:0}),r}static generateNormal(){}static generateTangent(){}static packUV(){}}class Qm extends ne{size=100;divisions=10;constructor(e=100,t=10){super(),this.size=e,this.divisions=t,this.buildGeometry(),this.addAxis()}buildGeometry(){const e=[],t=[],a=this.size/this.divisions,r=this.size/2,i=this.divisions/2;for(let c=0,f=-r;c<=this.divisions;c++,f+=a)c!==i&&(e.push(-r,0,f,r,0,f),e.push(f,0,-r,f,0,r));for(let c=0;c<e.length/3;c+=2)t.push(c,c+1);let n=new Oe;n.setIndices(t.length>Uint16Array.length?new Uint32Array(t):new Uint16Array(t)),n.setAttribute(V.position,new Float32Array(e)),n.addSubGeometry({indexStart:0,indexCount:t.length,vertexStart:0,vertexCount:0,firstStart:0,index:0,topology:0});let o=new _t;o.topology="line-list",o.baseColor=new W(1,1,1,.15),o.blendMode=me.ADD,o.castReflection=!1;let l=this.addComponent(fe);l.geometry=n,l.material=o}addAxis(){const e=this.size/2;let t=new Float32Array([-e,0,0,e,0,0]),a=new Uint16Array([0,1,2,3]),r=new Oe;r.setIndices(a),r.setAttribute(V.position,t),r.addSubGeometry({indexStart:0,indexCount:a.length,vertexStart:0,vertexCount:0,firstStart:0,index:0,topology:0});{let i=new ne,n=i.addComponent(fe);n.geometry=r;let o=n.material=new _t;o.baseColor=new W(1,0,0,.5),o.blendMode=me.ADD,o.castReflection=!1,o.topology="line-list",this.addChild(i)}{let i=new ne;i.rotationY=90;let n=i.addComponent(fe);n.geometry=r;let o=n.material=new _t;o.baseColor=new W(0,1,0,.5),o.blendMode=me.ADD,o.castReflection=!1,o.topology="line-list",this.addChild(i)}}}class Tm{static color_temperature_to_rgb(e){e<1e3?e=1e3:e>4e4&&(e=4e4);let t=e/100,a=this.get_red(t),r=this.get_green(t),i=this.get_blue(t);return new W(a/255,r/255,i/255,1)}static get_red(e){if(e<=66)return 255;let t=329.698727446*Math.pow(e-60,-.1332047592);return this.bound(t)}static get_green(e){let t=0;return e<=66?t=99.4708025861*Math.log(e)-161.1195681661:t=288.1221695283*Math.pow(e-60,-.0755148492),this.bound(t)}static get_blue(e){let t=0;return e>=66?255:e<=19?0:(t=138.5177312231*Math.log(e-10)-305.0447927307,this.bound(t))}static bound(e,t=0,a=255){let r=Math.max(e,t);return Math.min(r,a)}}class Mm{static boxGeo;static planeGeo;static sphere;static material;static materialMap;static initHeap(){this.boxGeo||(this.boxGeo=new La),this.planeGeo||(this.planeGeo=new ii(1,1,1,1,u.UP)),this.sphere||(this.sphere=new Tr(1,35,35)),this.material||(this.material=new $t),this.materialMap||(this.materialMap=new Map)}static get CubeMesh(){return this.initHeap(),this.boxGeo}static get SphereMesh(){return this.initHeap(),this.sphere}static GetCube(){this.initHeap();let e=new ne,t=e.addComponent(fe);return t.geometry=this.boxGeo,t.material=this.material.clone(),t.castShadow=!0,e}static GetMaterial(e){let t=this.materialMap.get(e);return t||(t=new $t,t.baseMap=e,this.materialMap.set(e,t)),t.clone()}static GetPlane(e){this.initHeap();let t=new ne,a=t.addComponent(fe);a.geometry=this.planeGeo;let r=this.GetMaterial(e);return r.blendMode=me.ADD,r.castShadow=!1,a.material=r,a.castGI=!1,a.castReflection=!1,t}static GetSingleCube(e,t,a,r,i,n){this.initHeap();let o=new $t;o.roughness=.5,o.metallic=.1,o.baseColor=new W(r,i,n,1);let l=new ne,c=l.addComponent(fe);return c.castGI=!0,c.geometry=new La(e,t,a),c.material=o,l}static GetSingleSphere(e,t,a,r){this.initHeap();let i=new $t;i.baseColor=new W(t,a,r,1);let n=new ne,o=n.addComponent(fe);return o.castGI=!0,o.geometry=new Tr(e,20,20),o.material=i,n}static get Sphere(){this.initHeap();let e=new ne,t=e.addComponent(fe);return t.geometry=this.sphere,t.material=this.material,e}static GetSingleCube2(e,t=10){this.initHeap();let a=new ne,r=a.addComponent(fe);return r.castShadow=!1,r.geometry=new La(t,t,t),r.material=e,a}static GetPointLight(e,t,a,r,i,n,o=1,l=!0){let c=new ne,f=c.addComponent(ni);f.lightColor=new W(r,i,n,1),f.intensity=o,f.range=a,f.at=8,f.radius=0,f.castShadow=l,c.localPosition=e,c.localRotation=t;let d=this.GetSingleSphere(.1,1,1,1);return c.addChild(d),f}}var T=(s=>(s[s.X=0]="X",s[s.Y=1]="Y",s[s.Z=2]="Z",s[s.XY=3]="XY",s[s.XZ=4]="XZ",s[s.YZ=5]="YZ",s[s.XYZ=6]="XYZ",s[s.MAX=7]="MAX",s[s.NONE=8]="NONE",s))(T||{}),da=(s=>(s[s.Local=0]="Local",s[s.Global=1]="Global",s))(da||{});class Ks extends $e{mAxis;mAxisColor;mContainer;mAxisMaterial;mAxisCollider;constructor(){super(),this._enable=!1,this.mAxis=new Array(T.MAX),this.mAxisColor=new Array(T.MAX),this.mAxisMaterial=new Array(T.MAX),this.mAxisCollider=new Array(T.MAX)}get target(){return this.object3D.target}get mX(){return this.object3D.mXObj}get mY(){return this.object3D.mYObj}get mZ(){return this.object3D.mZObj}get transformSpaceMode(){return this.object3D.transformSpaceMode}init(e){this.mContainer=new ne;let t=new _t;t.baseColor=new W(1,0,0),t.depthCompare=lt.always,this.mAxisColor[T.X]=t.baseColor,this.mAxisMaterial[T.X]=t;let a=new _t;a.baseColor=new W(0,1,0),a.depthCompare=lt.always,this.mAxisColor[T.Y]=a.baseColor,this.mAxisMaterial[T.Y]=a;let r=new _t;r.baseColor=new W(0,0,1),r.depthCompare=lt.always,this.mAxisColor[T.Z]=r.baseColor,this.mAxisMaterial[T.Z]=r;let i=this.createCustomAxis(T.X),n=this.createCustomAxis(T.Y),o=this.createCustomAxis(T.Z);this.mContainer.addChild(this.mAxis[T.X]=i),this.mContainer.addChild(this.mAxis[T.Y]=n),this.mContainer.addChild(this.mAxis[T.Z]=o),this.mAxisCollider[T.X]=i.getComponent(ca),this.mAxisCollider[T.Y]=n.getComponent(ca),this.mAxisCollider[T.Z]=o.getComponent(ca)}start(){}onEnable(e){this.object3D.addChild(this.mContainer),this.reset()}onDisable(e){this.object3D.removeChild(this.mContainer)}reset(){switch(this.transformSpaceMode){case da.Local:{let t=w.help_matrix_0.copyFrom(this.mX.transform.worldMatrix).decompose();this.object3D.scaleX=1,this.object3D.scaleY=1,this.object3D.scaleZ=1,this.object3D.rotationX=t[1].x,this.object3D.rotationY=t[1].y,this.object3D.rotationZ=t[1].z,this.object3D.x=t[0].x,this.object3D.y=t[0].y,this.object3D.z=t[0].z}break;case da.Global:{this.object3D.scaleX=1,this.object3D.scaleY=1,this.object3D.scaleZ=1,this.object3D.rotationX=0,this.object3D.rotationY=0,this.object3D.rotationZ=0;const e=this.mX.transform.worldPosition;this.object3D.x=e.x,this.object3D.y=e.y,this.object3D.z=e.z}break}}pickAxis(){let a=this.object3D.transform.scene3D.view.camera.screenPointToRay(A.inputSystem.mouseX,A.inputSystem.mouseY),r,i;for(let n=0;n<=T.MAX;n++){let o=this.mAxisCollider[n];if(o&&(r=o.rayPick(a),r&&(!i||i.distance>r.distance||n==T.XYZ)&&(i={axis:n,obj:o.object3D,distance:r.distance,intersectPoint:r.intersectPoint},n==T.XYZ)))break}return i}currentAxis=T.NONE;beginPoint=new u;beginMousePos=new u;currentPoint=new u;onMouseDown(e){if(e.mouseCode!=Ls.MOUSE_LEFT)return;let t=this.pickAxis();if(!t)return;this.currentAxis=t.axis,e.stopImmediatePropagation();const r=this.object3D.transform.scene3D.view.camera;let i=r.worldToScreenPoint(this.mX.transform.worldPosition),n=r.screenPointToWorld(A.inputSystem.mouseX,A.inputSystem.mouseY,i.z);this.beginPoint.copyFrom(n),this.beginMousePos.x=A.inputSystem.mouseX,this.beginMousePos.y=A.inputSystem.mouseY}lastMoveObj;lastMoveAxis;onMouseMove(e){if(this.currentAxis==T.NONE){let t=this.lastMoveObj.getComponent(fe).material;this.lastMoveObj&&"baseColor"in t&&(t.baseColor=this.mAxisColor[this.lastMoveAxis],this.lastMoveObj=null,this.lastMoveAxis==T.XYZ&&(this.mAxis[T.X].getComponent(fe).material.setUniformColor("baseColor",this.mAxisColor[T.X]),this.mAxis[T.Y].getComponent(fe).material.setUniformColor("baseColor",this.mAxisColor[T.Y]),this.mAxis[T.Z].getComponent(fe).material.setUniformColor("baseColor",this.mAxisColor[T.Z])),this.lastMoveAxis=T.NONE);let a=this.pickAxis();if(!a)return;t.setUniformColor("baseColor",new W(1,1,1)),this.lastMoveObj=a.obj,this.lastMoveAxis=a.axis,this.lastMoveAxis==T.XYZ&&(this.mAxis[T.X].getComponent(fe).material.setUniformColor("baseColor",new W(1,1,1)),this.mAxis[T.Y].getComponent(fe).material.setUniformColor("baseColor",new W(1,1,1)),this.mAxis[T.Z].getComponent(fe).material.setUniformColor("baseColor",new W(1,1,1)))}else{const a=this.object3D.transform.scene3D.view.camera;let r=a.worldToScreenPoint(this.mX.transform.worldPosition),i=a.screenPointToWorld(A.inputSystem.mouseX,A.inputSystem.mouseY,r.z);this.currentPoint.copyFrom(i);let n=i.subtract(this.beginPoint);u.HELP_0.set(A.inputSystem.mouseX,A.inputSystem.mouseY,0);let o=u.distance(u.HELP_0,this.beginMousePos);switch(this.beginMousePos.copyFrom(u.HELP_0),this.transformSpaceMode){case da.Local:this.applyLocalTransform(this.currentAxis,n,o);break;case da.Global:this.applyGlobalTransform(this.currentAxis,n,o);break}this.beginPoint.copyFrom(i),this.reset()}}onMouseUp(e){e.mouseCode==Ls.MOUSE_LEFT&&(this.currentAxis=T.NONE,this.reset())}onUpdate(e){let a=u.distance(e.camera.transform.worldPosition,this.object3D.transform.worldPosition)/100;if(this.mContainer.scaleX=this.mContainer.scaleY=this.mContainer.scaleZ=a,this.mX){const r=this.mX.transform.worldPosition;this.object3D.x=r.x,this.object3D.y=r.y,this.object3D.z=r.z}}applyLocalTransform(e,t,a){console.warn("not imp")}applyGlobalTransform(e,t,a){console.warn("not imp")}createCustomAxis(e){return this.createAxis(e)}createAxis(e){let t=0,a=0,r=0;switch(e){case T.X:t=1;break;case T.Y:a=1;break;case T.Z:r=1;break}let i=.4+t*20,n=.4+a*20,o=.4+r*20,l=new ne;l.x=i*.5,l.y=n*.5,l.z=o*.5;let c=l.addComponent(fe);c.geometry=new La(i,n,o),c.material=this.mAxisMaterial[e];let f=l.addComponent(ca),d=new hi;return d.setFromCenterAndSize(new u(0,0,0),new u(i+1,n+1,o+1)),f.shape=d,l}}class Uu extends Ks{init(e){super.init(e);let t=new _t;t.doubleSide=!0,t.baseColor=new W(.9,.9,.9),t.depthCompare=lt.always,this.mAxisColor[T.XYZ]=t.baseColor,this.mAxisMaterial[T.XYZ]=t;let a=new ne,r=a.addComponent(fe);r.geometry=new La(2,2,2),r.material=this.mAxisMaterial[T.XYZ];let i=a.addComponent(ca),n=new hi;n.setFromCenterAndSize(new u(0,0,0),new u(2,2,2)),i.shape=n,this.mContainer.addChild(this.mAxis[T.XYZ]=a),this.mAxisCollider[T.XYZ]=a.getComponent(ca)}applyLocalTransform(e,t,a){switch(this.currentAxis){case T.XYZ:{let r=0;Math.abs(t.x)>Math.abs(t.y)?Math.abs(t.x)>Math.abs(t.z)?r=t.x:r=t.z:r=t.y,this.mX.scaleX+=r,this.mX.scaleY+=r,this.mX.scaleZ+=r}break;default:this.mX.transform.worldMatrix.transformVector(t,t),(this.currentAxis==T.X||this.currentAxis==T.XY||this.currentAxis==T.XZ)&&(this.mX.scaleX=Math.abs(this.mX.scaleX+t.x)),(this.currentAxis==T.Y||this.currentAxis==T.XY||this.currentAxis==T.YZ)&&(this.mX.scaleY=Math.abs(this.mX.scaleY+t.y)),(this.currentAxis==T.Z||this.currentAxis==T.XZ||this.currentAxis==T.YZ)&&(this.mX.scaleZ=Math.abs(this.mX.scaleZ+t.z));break}}applyGlobalTransform(e,t,a){let r=u.HELP_0;r.set(0,0,0),(this.currentAxis==T.X||this.currentAxis==T.XY||this.currentAxis==T.XZ)&&(r.x=t.x),(this.currentAxis==T.Y||this.currentAxis==T.XY||this.currentAxis==T.YZ)&&(r.y=t.y),(this.currentAxis==T.Z||this.currentAxis==T.XZ||this.currentAxis==T.YZ)&&(r.z=t.z),this.mX.transform.worldMatrix.transformVector(r,u.HELP_1),this.mX.scaleX+=u.HELP_1.x,this.mX.scaleY+=u.HELP_1.y,this.mX.scaleZ+=u.HELP_1.z}createCustomAxis(e){let t=super.createAxis(e),a=this.createBox(e);return t.addChild(a),t}createBox(e){let t=0,a=0,r=0,i=new ne;switch(e){case T.X:t=1,i.rotationZ=-90;break;case T.Y:a=1;break;case T.Z:r=1,i.rotationX=90;break}let n=.2+t*20,o=.2+a*20,l=.2+r*20;i.x=n*.5,i.y=o*.5,i.z=l*.5;let c=i.addComponent(fe);return c.geometry=new La(2,2,2),c.material=this.mAxisMaterial[e],i}}var pt=(s=>(s[s.Scale=0]="Scale",s[s.Rotation=1]="Rotation",s[s.Translation=2]="Translation",s[s.NONE=3]="NONE",s))(pt||{});class xu extends Ks{applyLocalTransform(e,t,a){if(this.currentAxis==T.X||this.currentAxis==T.XY||this.currentAxis==T.XZ,this.currentAxis==T.Y||this.currentAxis==T.XY||this.currentAxis==T.YZ){w.help_matrix_0.copyFrom(this.mX.transform.worldMatrix),w.help_matrix_1.identity(),w.help_matrix_1.createByRotation(1,u.Y_AXIS),w.help_matrix_2.multiplyMatrices(w.help_matrix_1,w.help_matrix_0),w.help_matrix_2.invert(),w.help_matrix_1.multiplyMatrices(w.help_matrix_2,w.help_matrix_0);let r=w.help_matrix_1.decompose();this.mX.rotationX+=r[1].x,this.mY.rotationY+=r[1].y,this.mZ.rotationZ+=r[1].z}this.currentAxis==T.Z||this.currentAxis==T.XZ||this.currentAxis==T.YZ}getAngle(){const t=this.object3D.transform.scene3D.view.camera,a=this.mZ.transform.worldPosition;if(t.screenPointToRay(A.inputSystem.mouseX,A.inputSystem.mouseY),this.currentAxis==T.X){let r=t.worldToScreenPoint(a);u.HELP_1.set(r.x,r.y,0),u.HELP_2.set(A.inputSystem.mouseX,A.inputSystem.mouseY,0);let i=u.HELP_2.subtract(u.HELP_1),n=u.getAngle(u.X_AXIS,i);return i.y>0&&(n=360-n),t.transform.worldPosition.x-a.x>0&&(n=360-n),n}if(this.currentAxis==T.Y){let r=t.worldToScreenPoint(a);u.HELP_1.set(r.x,r.y,0),u.HELP_2.set(A.inputSystem.mouseX,A.inputSystem.mouseY,0);let i=u.HELP_2.subtract(u.HELP_1),n=u.getAngle(u.X_AXIS,i);return i.y>0&&(n=360-n),t.transform.worldPosition.y-a.y>0&&(n=360-n),n}if(this.currentAxis==T.Z){let r=t.worldToScreenPoint(a);u.HELP_1.set(r.x,r.y,0),u.HELP_2.set(A.inputSystem.mouseX,A.inputSystem.mouseY,0);let i=u.HELP_2.subtract(u.HELP_1),n=u.getAngle(u.X_AXIS,i);return i.y>0&&(n=360-n),t.transform.worldPosition.z-a.z>0&&(n=360-n),n}return 0}mLastAngle=0;applyGlobalTransform(e,t,a){if(this.currentAxis==T.X||this.currentAxis==T.Y||this.currentAxis==T.Z){let r=this.getAngle();switch(w.help_matrix_0.identity(),this.currentAxis){case T.X:w.help_matrix_0.createByRotation(this.mLastAngle-r,u.X_AXIS);break;case T.Y:w.help_matrix_0.createByRotation(this.mLastAngle-r,u.Y_AXIS);break;case T.Z:w.help_matrix_0.createByRotation(this.mLastAngle-r,u.Z_AXIS);break}w.help_matrix_1.copyFrom(this.mX.transform.worldMatrix),w.help_matrix_1.append(w.help_matrix_0),this.mX.parent&&(w.help_matrix_2.copyFrom(this.mX.parent.worldMatrix),w.help_matrix_2.invert(),w.help_matrix_1.multiply(w.help_matrix_2));let n=w.help_matrix_1.decompose(ia.QUATERNION)[1];$.HELP_0.set(n.x,n.y,n.z,n.w),this.mLastAngle=r,this.mX.transform.localRotQuat=$.HELP_0}}onMouseDown(e){super.onMouseDown(e),this.currentAxis!=T.NONE&&(this.mAxis[T.X].getComponent(fe).enable=!1,this.mAxis[T.Y].getComponent(fe).enable=!1,this.mAxis[T.Z].getComponent(fe).enable=!1,this.mAxis[this.currentAxis].getComponent(fe).enable=!0,this.mLastAngle=this.getAngle())}onMouseUp(e){super.onMouseUp(e),this.currentAxis==T.NONE&&(this.mAxis[T.X].getComponent(fe).enable=!0,this.mAxis[T.Y].getComponent(fe).enable=!0,this.mAxis[T.Z].getComponent(fe).enable=!0)}createCustomAxis(e){return this.createAxis(e)}createAxis(e){let t=new ne;switch(e){case T.X:t.rotationZ=90;break;case T.Y:break;case T.Z:t.rotationX=90;break}let a=t.addComponent(fe);a.geometry=new vu(20,.4),a.material=this.mAxisMaterial[e];let r=t.addComponent(ca),i=new hi;return i.setFromCenterAndSize(new u,new u(40,.4,40)),r.shape=i,t}pickAxis(){let a=this.object3D.transform.scene3D.view.camera.screenPointToRay(A.inputSystem.mouseX,A.inputSystem.mouseY),r,i;for(let n=0;n<=T.MAX;n++){let o=this.mAxisCollider[n];if(o&&(r=o.rayPick(a),r)){let l=u.distance(r.intersectPoint,o.shape.center);if(l>20+.8||l<20-.8)continue;(!i||i.distance>r.distance)&&(i={axis:n,obj:o.object3D,distance:r.distance,intersectPoint:r.intersectPoint})}}return i}}class yu extends Ks{init(e){super.init(e);let t=new _t;t.doubleSide=!0,t.baseColor=new W(0,0,1),t.depthCompare=lt.always,this.mAxisColor[T.XY]=t.baseColor,this.mAxisMaterial[T.XY]=t;let a=new _t;a.doubleSide=!0,a.baseColor=new W(0,1,0),a.depthCompare=lt.always,this.mAxisColor[T.XZ]=a.baseColor,this.mAxisMaterial[T.XZ]=a;let r=new _t;r.doubleSide=!0,r.baseColor=new W(1,0,0),r.depthCompare=lt.always,this.mAxisColor[T.YZ]=r.baseColor,this.mAxisMaterial[T.YZ]=r;let i=this.createPlane(T.XY),n=this.createPlane(T.XZ),o=this.createPlane(T.YZ);this.mContainer.addChild(this.mAxis[T.XY]=i),this.mContainer.addChild(this.mAxis[T.XZ]=n),this.mContainer.addChild(this.mAxis[T.YZ]=o),this.mAxisCollider[T.XY]=i.getComponent(ca),this.mAxisCollider[T.XZ]=n.getComponent(ca),this.mAxisCollider[T.YZ]=o.getComponent(ca)}applyLocalTransform(e,t,a){w.help_matrix_0.copyFrom(this.mX.transform.worldMatrix).invert(),w.help_matrix_0.transformVector(t,u.HELP_0),this.currentAxis==T.X||this.currentAxis==T.XY||this.currentAxis==T.XZ||(u.HELP_0.x=0),this.currentAxis==T.Y||this.currentAxis==T.XY||this.currentAxis==T.YZ||(u.HELP_0.y=0),this.currentAxis==T.Z||this.currentAxis==T.XZ||this.currentAxis==T.YZ||(u.HELP_0.z=0),this.mX.transform.worldMatrix.transformVector(u.HELP_0,u.HELP_1),this.mX.x+=u.HELP_1.x,this.mX.y+=u.HELP_1.y,this.mX.z+=u.HELP_1.z}applyGlobalTransform(e,t,a){w.help_matrix_0.identity(),(this.currentAxis==T.X||this.currentAxis==T.XY||this.currentAxis==T.XZ)&&w.help_matrix_0.appendTranslation(t.x,0,0),(this.currentAxis==T.Y||this.currentAxis==T.XY||this.currentAxis==T.YZ)&&w.help_matrix_0.appendTranslation(0,t.y,0),(this.currentAxis==T.Z||this.currentAxis==T.XZ||this.currentAxis==T.YZ)&&w.help_matrix_0.appendTranslation(0,0,t.z),w.help_matrix_1.copyFrom(this.mX.transform.worldMatrix),w.help_matrix_1.append(w.help_matrix_0),this.mX.parent&&(w.help_matrix_2.copyFrom(this.mX.parent.worldMatrix),w.help_matrix_2.invert(),w.help_matrix_1.multiply(w.help_matrix_2));let r=w.help_matrix_1.decompose(ia.QUATERNION);this.mX.transform.localPosition=r[0],console.log(this.target.localPosition)}createCustomAxis(e){let t=super.createAxis(e),a=this.createArrows(e);return t.addChild(a),t}createArrows(e){let t=0,a=0,r=0,i=new ne;switch(e){case T.X:t=1,i.rotationZ=-90;break;case T.Y:a=1,i.rotationY=-90;break;case T.Z:r=1,i.rotationX=90;break}let n=.2+t*20,o=.2+a*20,l=.2+r*20;i.x=n*.5,i.y=o*.5,i.z=l*.5;let c=i.addComponent(fe);return c.geometry=new Bu(0,1,4),c.material=this.mAxisMaterial[e],i}createPlane(e){let t=new ne,a=t.addComponent(fe);a.material=this.mAxisMaterial[e];let r=t.addComponent(ca),i=new hi;switch(r.shape=i,e){case T.XY:a.geometry=new ii(4,4,1,1,u.Z_AXIS),t.x=8,t.y=8,i.setFromCenterAndSize(new u(0,0,0),new u(4,4,.1));break;case T.XZ:a.geometry=new ii(4,4,1,1,u.Y_AXIS),t.x=8,t.z=8,i.setFromCenterAndSize(new u(0,0,0),new u(4,.1,4));break;case T.YZ:a.geometry=new ii(4,4,1,1,u.X_AXIS),t.y=8,t.z=8,i.setFromCenterAndSize(new u(0,0,0),new u(.1,4,4));break}return t}}class hl extends ne{static _instance;static get instance(){return this._instance||(this._instance=new hl),this._instance}mTarget;mTransformMode=pt.NONE;mTransformSpaceType=da.Global;mControllers;mXObj;mYObj;mZObj;constructor(){super(),this.mControllers=[null,null,null],this.mControllers[pt.Scale]=this.addComponent(Uu),this.mControllers[pt.Rotation]=this.addComponent(xu),this.mControllers[pt.Translation]=this.addComponent(yu),this.mControllers[pt.Scale].enable=!1,this.mControllers[pt.Rotation].enable=!1,this.mControllers[pt.Translation].enable=!1,this.mXObj=new ne,this.mYObj=new ne,this.mZObj=new ne,this.mXObj.addChild(this.mYObj),this.mYObj.addChild(this.mZObj)}get transformMode(){return this.mTransformMode}get transformSpaceMode(){return this.mTransformSpaceType}active(e){e.addChild(this),e.addChild(this.mXObj)}unActive(e){e.removeChild(this)}get target(){return this.mTarget}selectObject(e,t,a){this.mTarget!=e&&(e?this.activate():this.unactivate(),this.mTarget=e,this.mXObj.localPosition=e.transform.worldPosition.clone()),t!=null&&this.selectTransformMode(t),a!=null&&this.selectTransformSpaceMode(a)}selectTransformMode(e){this.mTransformMode!=e&&(this.mTransformMode!=pt.NONE&&(this.mControllers[this.mTransformMode].enable=!1),this.mTransformMode=e,this.mTransformMode!=pt.NONE&&(this.mControllers[this.mTransformMode].enable=!0))}selectTransformSpaceMode(e){this.mTransformSpaceType!=e&&(this.mTransformSpaceType=e,this.mTransformMode!=pt.NONE&&this.mControllers[this.mTransformMode].reset())}activate(){A.inputSystem.addEventListener(Ra.KEY_DOWN,this.onKeyDown,this),A.inputSystem.addEventListener(Z.POINTER_DOWN,this.onMouseDown,this,null,99999),A.inputSystem.addEventListener(Z.POINTER_MOVE,this.onMouseMove,this,null,99999),A.inputSystem.addEventListener(Z.POINTER_UP,this.onMouseUp,this,null,99999)}unactivate(){A.inputSystem.removeEventListener(Ra.KEY_DOWN,this.onKeyDown,this),A.inputSystem.removeEventListener(Z.POINTER_DOWN,this.onMouseDown,this),A.inputSystem.removeEventListener(Z.POINTER_MOVE,this.onMouseMove,this),A.inputSystem.removeEventListener(Z.POINTER_UP,this.onMouseUp,this)}onKeyDown(e){switch(e.keyCode){case et.Key_R:this.selectTransformMode(pt.Scale),this.selectTransformSpaceMode(da.Local);break;case et.Key_E:this.selectTransformMode(pt.Rotation),this.selectTransformSpaceMode(da.Global);break;case et.Key_W:this.selectTransformMode(pt.Translation),this.selectTransformSpaceMode(da.Global);break;case et.Key_A:this.selectTransformSpaceMode(da.Local);break;case et.Key_S:this.selectTransformSpaceMode(da.Global);break}}onMouseDown(e){this.mTransformMode!=pt.NONE&&this.mControllers[this.mTransformMode].onMouseDown(e)}onMouseMove(e){this.mTransformMode!=pt.NONE&&this.mControllers[this.mTransformMode].onMouseMove(e)}onMouseUp(e){this.mTransformMode!=pt.NONE&&this.mControllers[this.mTransformMode].onMouseUp(e)}}const Nm=Object.freeze(Object.defineProperty({__proto__:null},Symbol.toStringTag,{value:"Module"}));export{cf as AccelerateDecelerateInterpolator,of as AccelerateInterpolator,Mi as AnimationCurve,Br as AnimationCurveT,Zr as AnimationMonitor,Ha as AnimatorComponent,hg as AnimatorEventKeyframe,hf as AnticipateInterpolator,hs as AnticipateOvershootInterpolator,Tu as ArrayHas,Mu as ArrayItemIndex,ed as AtlasParser,ig as AtmosphericComponent,Jd as AtmosphericScatteringSky,zd as AtmosphericScatteringSkySetting,Gd as AtmosphericScatteringSky_shader,qd as AttributeAnimCurve,Im as AxisObject,$a as B3DMLoader,Lf as B3DMLoaderBase,Do as B3DMParseUtil,mo as B3DMParser,jf as BRDFLUT,Yf as BRDFLUTGenerate,Yl as BRDF_frag,Rs as BatchTable,cm as BiMap,is as BillboardComponent,ur as BillboardType,Bc as BitUtil,Xa as BitmapTexture2D,Gc as BitmapTexture2DArray,fo as BitmapTextureCube,Oc as Blend,Lc as BlendFactor,me as BlendMode,Wo as BlendShapeData,Jo as BlendShapePropertyData,lp as BloomPost,If as BlurEffectCreatorBlur_cs,wf as BlurEffectCreatorSample_cs,Rf as BlurTexture2DBufferCreator,ea as BounceInterpolator,Gn as BoundUtil,ke as BoundingBox,Vr as BoundingSphere,Yr as BoundingVolume,hi as BoxColliderShape,La as BoxGeometry,Pl as BrdfLut_frag,Hl as BsDF_frag,Xl as BxDF_frag,ec as BxdfDebug_frag,fn as BytesArray,gt as CEvent,Wa as CEventDispatcher,As as CEventListener,ir as CResizeEvent,ra as CSM,ei as Camera3D,Bg as CameraControllerBase,it as CameraType,ht as CameraUtil,Og as CapsuleColliderShape,a0 as CastPointShadowMaterialPass,t0 as CastShadowMaterialPass,Kl as Clearcoat_frag,T0 as ClusterBoundsSource_cs,kt as ClusterConfig,Cl as ClusterDebug_frag,lc as ClusterLight,Q0 as ClusterLightingBuffer,N0 as ClusterLightingRender,M0 as ClusterLighting_cs,n0 as CollectInfo,ca as ColliderComponent,bt as ColliderShape,di as ColliderShapeType,W as Color,fm as ColorGradient,im as ColorLitMaterial,Pd as ColorLitShader,Xb as ColorPassFragmentOutput,R0 as ColorPassRenderer,Bs as ColorUtil,dn as ComData,wd as Combine_cs,Ml as Common_frag,Nl as Common_vert,$e as ComponentBase,Ve as ComponentCollect,si as ComputeGPUBuffer,Ce as ComputeShader,Dl as Context3D,Yn as CubeCamera,Qf as CubeMapFaceEnum,An as CubeSky_Shader,Ys as CubicBezierCurve,dm as CubicBezierPath,cu as CubicBezierType,uf as CycleInterpolator,Bu as CylinderGeometry,q0 as DDGIIrradianceComputePass,gs as DDGIIrradianceGPUBufferReader,y0 as DDGIIrradianceVolume,K0 as DDGIIrradiance_shader,af as DDGILightingPass,tf as DDGILighting_shader,ef as DDGIMultiBouncePass,rf as DDGIProbeRenderer,At as DEGREES_TO_RADIANS,pf as DRACO_DECODER_GLTF_JS,lf as DecelerateInterpolator,Id as Denoising_cs,L0 as Depth2DTextureArray,V0 as DepthCubeArrayTexture,r0 as DepthMaterialPass,cp as DepthOfFieldPost,gd as DepthOfView_cs,ki as DirectLight,Ki as DoubleArray,Hr as EditorInspector,A as Engine3D,x0 as Entity,o0 as EntityBatchCollect,X as EntityCollect,Vl as EnvMap_frag,jt as ErpImage2CubeMap,Tf as ErpImage2CubeMapCreateCube_cs,Mf as ErpImage2CubeMapRgbe2rgba_cs,Wg as ExtrudeGeometry,Ar as FAILED,Ua as FASTFLOOR,Xn as FXAAPost,Y0 as FXAAShader,Ll as FastMathShader,Zg as FatLineGeometry,sm as FatLineMaterial,Gi as FatLineRenderer,Wi as FatLineShader,Sc as FatLine_FS,Cc as FatLine_VS,wi as FeatureTable,wt as FileLoader,vg as FirstPersonCameraController,On as Float16ArrayTexture,U0 as Float32ArrayTexture,Ug as FlyCameraController,Kf as FontChar,Xf as FontInfo,Hf as FontPage,er as FontParser,nf as ForwardRenderJob,Bn as FragmentOutput,zl as FragmentVarying,wo as FrameCache,wn as Frustum,Vc as FrustumCSM,Yb as FrustumCulling_cs,tc as FullQuad_vert_wgsl,_e as GBufferFrame,e0 as GBufferPass,fp as GBufferPost,vc as GBufferStand,vn as GBuffer_pass,lo as GILighting,Bh as GIProbeMaterial,Mo as GIProbeMaterialType,Vd as GIProbeShader,Hn as GIRenderCompleteEvent,Fs as GIRenderStartEvent,Ff as GLBChunk,Sf as GLBHeader,co as GLBParser,zc as GLSLLexer,_i as GLSLLexerToken,Jc as GLSLPreprocessor,Yc as GLSLSyntax,Jf as GLTFBinaryExtension,kp as GLTFMaterial,vt as GLTFParser,Es as GLTFSubParser,mf as GLTFSubParserCamera,Cf as GLTFSubParserConverter,Df as GLTFSubParserMaterial,Af as GLTFSubParserMesh,oo as GLTFSubParserSkeleton,_f as GLTFSubParserSkin,sa as GLTFType,$2 as GLTF_Accessors,ks as GLTF_Info,X2 as GLTF_Light,q2 as GLTF_Mesh,H2 as GLTF_Node,K2 as GLTF_Primitives,Y2 as GLTF_Scene,Ht as GPUAddressMode,Nu as GPUBlendFactor,Za as GPUBufferBase,ma as GPUBufferType,lt as GPUCompareFunction,S as GPUContext,Ot as GPUCullMode,lr as GPUFilterMode,_s as GPUPrimitiveTopology,ae as GPUTextureFormat,Di as GPUVertexFormat,Ou as GPUVertexStepMode,gi as GSplatFormat,m0 as GSplatGeometry,h0 as GSplatMaterial,ri as GSplatRenderer,Ui as GSplatShader,d0 as GSplat_FS,f0 as GSplat_VS,dp as GTAOPost,pd as GTAO_cs,$f as GUIAtlasTexture,ss as GUICanvas,Mr as GUIConfig,ih as GUIGeometry,nh as GUIGeometryRebuild,Qo as GUIMaterial,sf as GUIPassRenderer,fh as GUIPick,uh as GUIPickHelper,za as GUIQuad,st as GUIQuadAttrEnum,oh as GUIRenderer,Ro as GUIShader,la as GUISpace,oi as GUISprite,Cr as GUITexture,Cp as GaussianSplatParser,nc as GenerayRandomDir,Sp as GeoJsonParser,Fp as GeoJsonUtil,Gs as GeoType,Oe as GeometryBase,g0 as GeometryIndicesBuffer,Rm as GeometryUtil,u0 as GeometryVertexBuffer,Ft as GeometryVertexType,_l as GetComponentClass,pn as GetCountInstanceID,Xu as GetRepeat,Bl as GetShader,Hb as GlassShader,ve as GlobalBindGroup,In as GlobalBindGroupLayout,hp as GlobalFog,Eo as GlobalFog_shader,Qg as GlobalIlluminationComponent,Dn as GlobalUniform,zn as GlobalUniformGroup,up as GodRayPost,md as GodRay_cs,Qm as GridObject,uo as HDRTexture,Is as HDRTextureCube,cc as Hair_frag,Kb as Hair_shader_op,qb as Hair_shader_tr,ys as HaltonSeq,ph as Horizontal,xg as HoverCameraController,Ca as I3DMLoader,Wf as I3DMLoaderBase,_o as I3DMParser,Vf as IBLEnvMapCreator,Pf as IBLEnvMapCreator_cs,ka as IESProfiles,Wl as IESProfiles_frag,Xg as IKDTreeUserData,fi as ImageType,b0 as IndicesGPUBuffer,Tl as Inline_vert,Al as InputSystem,Tg as InstanceDrawComponent,Ol as InstanceUniform,Zf as InstancedMesh,yr as Interpolator,Kn as InterpolatorEnum,Qh as IrradianceDataReaderCompleteEvent,Ql as IrradianceVolumeData_frag,jl as Irradiance_frag,Ru as IsEditorInspector,bn as IsNonSerialize,Bf as Joint,no as JointPose,df as JumperInterpolator,Kg as KDTreeEntity,Ur as KDTreeNode,yh as KDTreeRange,Ch as KDTreeSpace,cs as KDTreeUUID,so as KHR_draco_mesh_compression,Ep as KHR_lights_punctual,Uf as KHR_materials_clearcoat,xf as KHR_materials_emissive_strength,wp as KHR_materials_ior,yf as KHR_materials_unlit,ld as KMZParser,zo as KV,Tm as KelvinUtil,et as KeyCode,Ra as KeyEvent,Ps as Keyframe,Hi as KeyframeT,Ts as LDRTextureCube,Va as LOADED,Zo as LOADING,tu as LRUCache,nm as LambertMaterial,dc as Lambert_shader,Vs as Light,Fi as LightBase,xs as LightData,C0 as LightEntries,ft as LightType,Sl as LightingFunction_frag,Ut as Line,dh as LineClassification,ff as LinearInterpolator,$t as LitMaterial,Js as LitSSSShader,Ws as LitShader,ql as Lit_shader,jr as LoaderBase,qg as LoaderEvent,cn as LoaderManager,Ju as MAX_VALUE,Wu as MIN_VALUE,Bt as Material,qc as MaterialDataUniformGPUBuffer,zs as MaterialUtilities,Fl as MathShader,Lt as MathUtil,Or as Matrix3,w as Matrix4,k0 as MatrixBindGroup,F0 as MatrixGPUBuffer,oc as MatrixShader,sr as MemoryDO,Ul as MemoryInfo,tp as MergeRGBACreator,Ad as MergeRGBA_cs,ln as MeshColliderShape,Os as MeshFilter,fe as MeshRenderer,gm as MinMaxAnimationCurves,pu as MinMaxCurve,gu as MinMaxCurveState,pm as MinMaxPolyCurves,sp as MorePassParser,Ih as MorePassShader,gg as MorphTargetBlender,w0 as MorphTargetData,pg as MorphTargetFrame,th as MorphTargetTransformKey,Xt as MorphTarget_shader,Ls as MouseCode,$0 as MultiBouncePass_cs,Du as Navi3DAstar,qi as Navi3DConst,Sa as Navi3DEdge,tr as Navi3DFunnel,vr as Navi3DMaskType,Fm as Navi3DMesh,Rt as Navi3DPoint,dl as Navi3DPoint2D,ya as Navi3DPointFat,Ae as Navi3DRouter,_u as Navi3DTriangle,un as NonSerialize,Gl as NormalMap_frag,vf as OAnimationEvent,Ef as OBJParser,ne as Object3D,$g as Object3DEvent,hl as Object3DTransformTools,Mm as Object3DUtil,$d as ObjectAnimClip,jn as OcclusionSystem,xr as Octree,c0 as OctreeEntity,yg as OrbitController,hm as OrderMap,ia as Orientation3D,Dd as OutLineBlendColor_cs,_d as OutlineCalcOutline_cs,$b as OutlinePass,bp as OutlinePost,Mh as OutlinePostData,Nh as OutlinePostManager,Th as OutlinePostSlot,Bd as Outline_cs,bf as OvershootInterpolator,$h as PARSING,$l as PBRLItShader,Od as PBRLitSSSShader,Yp as PLUGIN_REGISTERED,Jh as PNTSLoader,zh as PNTSLoaderBase,Wh as PNTSParser,ut as ParserBase,qe as ParserFormat,bu as ParticleSystemCurveEvalMode,fu as ParticleSystemRandomnessIds,Bi as PassGenerate,Rh as PassShader,se as PassType,kl as PhysicMaterialUniform_frag,vh as PickCompute,Uh as PickFire,xt as PickGUIEvent3D,Ph as PickResult,vd as Picker_cs,Un as PingPong,Mn as PipelinePool,mu as Plane3D,Nr as PlaneClassification,ii as PlaneGeometry,mr as PlyMode,Ip as PlyParser,hh as PointClassification,Ln as PointCloudGeometry,v0 as PointCloudMaterial,Qr as PointCloudRenderer,xi as PointCloudShader,B0 as PointCloud_FS,_0 as PointCloud_VS,ni as PointLight,O0 as PointLightShadowRenderer,P0 as PointShadowCubeCamera,Z as PointerEvent3D,Oa as Polynomial,ar as PolynomialCurve,bm as Polynomials,lh as PoolNode,Jt as PostBase,fd as PostProcessingComponent,W0 as PostRenderer,z0 as PreDepthPassRenderer,Z0 as PreFilteredEnvironment_cs,Lb as PreFilteredEnvironment_cs2,Ud as PreIntegratedLut,wh as PreIntegratedLutCompute,Go as PrefabAvatarData,Zh as PrefabAvatarParser,Lo as PrefabBoneData,Yh as PrefabMaterialParser,Xh as PrefabMeshData,Hh as PrefabMeshParser,ps as PrefabNode,qh as PrefabParser,Pp as PrefabStringUtil,jh as PrefabTextureData,Kh as PrefabTextureParser,Aa as Preprocessor,Yo as PriorityQueue,_h as Probe,ap as ProbeEntries,H0 as ProbeGBufferFrame,ct as ProfilerUtil,dg as PropertyAnimClip,eh as PropertyAnimTag,sl as PropertyAnimation,al as PropertyAnimationClip,Kd as PropertyAnimationClipState,Pi as PropertyAnimationEvent,Ni as PropertyHelp,Mt as QuadAABB,uc as QuadGlsl_fs,hc as QuadGlsl_vs,Fh as QuadRoot,yi as QuadShader,Sh as QuadTree,Sr as QuadTreeCell,Lu as Quad_depth2dArray_frag_wgsl,ic as Quad_depth2d_frag_wgsl,sc as Quad_depthCube_frag_wgsl,rc as Quad_frag_wgsl,ac as Quad_vert_wgsl,$ as Quaternion,Vn as R32UintTexture,qr as RADIANS_TO_DEGREES,Nf as RGBEErrorCode,bo as RGBEHeader,go as RGBEParser,Je as RTDescriptor,nt as RTFrame,Ma as RTResourceConfig,Tt as RTResourceMap,es as Rand,Hu as RandomSeed,ha as Ray,mi as RayCastMeshDetail,ti as Reader,fs as Rect,Se as Reference,Zd as Reflection,xc as ReflectionCG,S0 as ReflectionEntries,Yd as ReflectionMaterial,j0 as ReflectionRenderer,jd as ReflectionShader,Uc as ReflectionShader_shader,Gt as RegisterComponent,Qa as RegisterShader,Zn as RenderContext,vi as RenderLayer,Nn as RenderLayerUtil,Ta as RenderNode,l0 as RenderShaderCollect,Eh as RenderShaderCompute,Xe as RenderShaderPass,It as RenderTexture,Na as RendererBase,X0 as RendererJob,J0 as RendererMap,Te as RendererMask,aa as RendererMaskUtil,I0 as RendererPassState,xn as RepeatSE,cd as Res,xu as RotationControlComponents,yc as SHCommon_frag,ds as SN_ArrayConstant,fr as SN_BinaryOperation,S2 as SN_Break,xa as SN_CodeBlock,qa as SN_Constant,en as SN_Continue,at as SN_Declaration,F2 as SN_Discard,C2 as SN_DoWhileLoop,Ee as SN_Expression,zr as SN_ForLoop,qs as SN_Function,$s as SN_FunctionArgs,Gr as SN_FunctionCall,Pr as SN_IFBranch,ja as SN_Identifier,Wr as SN_IndexOperation,rs as SN_Layout,Zc as SN_ParenExpression,tn as SN_Precision,ts as SN_Return,as as SN_SelectOperation,Ka as SN_Struct,jc as SN_TernaryOperation,ai as SN_UnaryOperation,Jr as SN_WhileLoop,Gb as SSAO_cs,xd as SSGI2_cs,gp as SSGIPost,pp as SSRPost,yd as SSR_BlendColor_cs,mp as SSR_IS_Kernel,Cd as SSR_IS_cs,Sd as SSR_RayTrace_cs,Uu as ScaleControlComponents,Gg as Scene3D,mt as Shader,Tn as ShaderAttributeInfo,Xc as ShaderConverter,Hc as ShaderConverterResult,j as ShaderLib,mn as ShaderPassBase,Qt as ShaderReflection,Da as ShaderStage,Kc as ShaderState,Qn as ShaderUniformInfo,Ya as ShaderUtil,Jl as ShadingInput,Wt as ShadowLightsCollect,G0 as ShadowMapPassRenderer,Zl as ShadowMapping_frag,mg as Skeleton,an as SkeletonAnimationClip,Hd as SkeletonAnimationClipState,br as SkeletonAnimationComponent,Ag as SkeletonAnimationCompute,Kr as SkeletonAnimation_shader,Dg as SkeletonBlendComputeArgs,Si as SkeletonPose,_g as SkeletonTransformComputeArgs,zi as SkinnedMeshRenderer,pr as SkinnedMeshRenderer2,$c as SkyGBufferPass,bc as SkyGBuffer_pass,Wd as SkyMaterial,Ns as SkyRenderer,Ti as SkyShader,wm as SolidColorSky,Lg as SphereColliderShape,Tr as SphereGeometry,Xd as SphereReflection,Ei as SpotLight,kf as StandShader,Le as StatementNode,Me as StorageGPUBuffer,Et as StringUtil,Ai as Struct,rp as StructStorageGPUBuffer,p0 as SubGeometry,Fd as TAACopyTex_cs,Ap as TAAPost,kd as TAASharpTex_cs,Ed as TAA_cs,Rd as TestComputeLoadBuffer,bh as TextAnchor,Ah as TextFieldLayout,mh as TextFieldLine,dt as Texture,ws as TextureCube,po as TextureCubeFaceData,rn as TextureCubeStdCreator,ho as TextureCubeUtils,ip as TextureMipmapCompute,Fa as TextureMipmapGenerator,kh as TextureScaleCompute,Sg as ThirdPersonCameraController,jo as Tile,qp as TileSet,em as TileSetChild,tm as TileSetChildContent,am as TileSetChildContentMetaData,$p as TileSetRoot,Kp as TilesRenderer,ze as Time,B as TokenType,vu as TorusGeometry,ml as TouchData,km as TrailGeometry,Zt as Transform,T as TransformAxisEnum,Ks as TransformControllerBaseComponent,pt as TransformMode,da as TransformSpaceMode,yu as TranslationControlComponents,Rn as TranslatorContext,Em as TriGeometry,os as Triangle,nl as UIButton,Dh as UIButtonTransition,To as UIComponentBase,ep as UIEvent,Lr as UIImage,ol as UIImageGroup,on as UIInteractive,tt as UIInteractiveStyle,ns as UIPanel,Li as UIRenderAble,ll as UIShadow,cl as UITextField,rr as UITransform,Dr as UNLOADED,zt as UUID,fl as UV,A0 as Uint32ArrayTexture,Ss as Uint8ArrayTexture,fc as UnLit,_t as UnLitMaterial,El as UnLitMaterialUniform_frag,Zi as UnLitShader,lm as UnLitTexArrayMaterial,ji as UnLitTexArrayShader,Ld as UnLitTextureArray,wl as UnLit_frag,yt as UniformGPUBuffer,nr as UniformNode,Ct as UniformType,Y as ValueEnumType,Sm as ValueOp,Ga as ValueParser,mm as ValueSpread,le as Vector2,u as Vector3,Vi as Vector3Ex,he as Vector4,Yg as VertexAttribute,Nd as VertexAttributeIndexShader,V as VertexAttributeName,or as VertexAttributeSize,xh as VertexAttributeStride,Il as VertexAttributes_vert,jg as VertexBufferLayout,yl as VertexFormat,Cs as VertexGPUBuffer,gh as Vertical,Rl as VideoUniform_frag,zg as View3D,sn as ViewPanel,Wn as ViewQuad,Ie as VirtualTexture,Zp as WGS84_FLATTENING,jp as WGS84_HEIGHT,Wp as WGS84_RADIUS,Wc as WGSLTranslator,bs as WayLines3D,us as WayPoint3D,je as WebGPUDescriptorCreator,_n as WorldMatrixUniform,nn as WorldPanel,ui as WrapMode,gr as WrapTimeMode,op as ZCullingCompute,Md as ZPassShader_cs,_c as ZPassShader_fs,Dc as ZPassShader_vs,i0 as ZSorterUtil,Pc as append,Of as arrayToString,Pu as blendComponent,Dm as buildCurves,fa as byteSizeOfType,_m as calculateCurveRangesValue,Yi as calculateMinMax,pc as castPointShadowMap_vert,De as clamp,A2 as clampRepeat,No as computeAABBFromPositions,c2 as cos,g2 as crossProduct,du as cubicPolynomialRoot,hu as cubicPolynomialRootsGeneric,Am as curvesSupportProcedural,n2 as deg2Rad,Vh as detectGSplatFormat,Ac as directionShadowCastMap_frag,St as dot,uu as doubleIntegrateSegment,ud as downSample,Mc as fastInvSqrt,Tc as floorfToIntPos,li as fonts,p2 as generateRandom,m2 as generateRandom3,wc as getFloatFromInt,db as getGLTypeFromTypedArray,fb as getGLTypeFromTypedArrayType,f2 as getGlobalRandomSeed,hb as getTypedArray,io as getTypedArrayTypeFromGLType,il as grad1,Hs as grad2,Xi as grad3,pi as grad4,Vo as inferSHOrder,rl as integrateSegment,np as irradianceDataReader,um as kPI,Rr as lerp,Yu as lerpByte,ju as lerpColor,Zu as lerpVector3,lu as lruPriorityCallback,Cn as magnitude,Bb as makeAloneSprite,qf as makeGUISprite,Us as makeMatrix44,$o as markUsedSetLeaves,js as markUsedTiles,el as markVisibleTiles,En as matrixMultiply,v2 as matrixRotate,B2 as matrixRotateY,Ds as mergeFunctions,Nc as multiplyMatrices4x4REF,Au as normal_distribution,b2 as normalizeFast,Ec as normalizeSafe,u2 as normalizedToByte,h2 as normalizedToWord,va as outlinePostData,Dp as outlinePostManager,Oo as parsePlyGaussianSplat,Ji as parsePlyHeader,Lh as parsePlyMesh,Gh as parsePlyPointCloud,Ue as perm,bd as post,ou as priorityCallback,Xs as quadraticPolynomialRootsGeneric,o2 as rad2Deg,$r as random01,s2 as randomBarycentricCoord,i2 as randomPointBetweenEllipsoid,a2 as randomPointBetweenSphere,e2 as randomPointInsideCube,t2 as randomPointInsideEllipsoid,r2 as randomPointInsideUnitCircle,Rc as randomPointInsideUnitSphere,qu as randomQuaternion,$u as randomQuaternionUniformDistribution,Qc as randomSeed,vs as randomUnitVector,Ic as randomUnitVector2,Dt as rangedRandomFloat,Ku as rangedRandomInt,Be as readByType,Qs as readMagicBytes,om as registerMaterial,kn as repeat,_2 as rotMatrix,zu as rotateVectorByQuat,Sn as roundfToIntPos,yn as scale,mc as shadowCastMap_frag,gc as shadowCastMap_vert,qt as simplex,l2 as sin,Um as snoise1,xm as snoise2,ym as snoise3,Cm as snoise4,Oh as splatColorProperties,Po as splatProperties,Fn as sqrMagnitude,kc as sqrtImpl,Vu as stencilStateFace,d2 as swap,Qd as textureCompress,hd as threshold,rm as throttle,dr as toHalfFloat,tl as toggleTiles,Xp as traverseAncestors,au as traverseSet,jb as tw,Bm as uniform_real_distribution,vm as uniform_real_distribution2,ko as upSample,E as webGPUContext,s0 as zSorterUtil};
11819
+ `||r[n]==="\r");)n++;const l=r.substring(n).split(/\s+/).filter(k=>k.length>0);let c=0;const f=k=>a.find(y=>y.name===k)!=null,d=k=>{if(c>=l.length)throw new Error("PLY: Unexpected end of file");const y=l[c++];switch(k){case"char":case"uchar":case"short":case"ushort":case"int":case"uint":case"int8":case"uint8":case"int16":case"uint16":case"int32":case"uint32":return parseInt(y);case"float":case"double":case"float32":case"float64":return parseFloat(y);default:return parseFloat(y)}},h=new Float32Array(t*3),b=(f("red")||f("r"))&&(f("green")||f("g"))&&(f("blue")||f("b")),m=f("alpha")||f("a"),g=b?new Uint8Array(t*4):void 0,p=k=>a.findIndex(y=>y.name===k),D=p("x"),_=p("y"),v=p("z"),U=b?p("red")>=0?p("red"):p("r"):-1,x=b?p("green")>=0?p("green"):p("g"):-1,C=b?p("blue")>=0?p("blue"):p("b"):-1,F=m?p("alpha")>=0?p("alpha"):p("a"):-1;for(let k=0;k<t;k++){for(let y=0;y<a.length;y++){const I=a[y],R=d(I.type);if(y===D)h[k*3+0]=R;else if(y===_)h[k*3+1]=R;else if(y===v)h[k*3+2]=R;else if(y===U&&g){const Q=I.type==="uchar"||I.type==="uint8"?R:Math.round(R*255);g[k*4+0]=Math.max(0,Math.min(255,Q))}else if(y===x&&g){const Q=I.type==="uchar"||I.type==="uint8"?R:Math.round(R*255);g[k*4+1]=Math.max(0,Math.min(255,Q))}else if(y===C&&g){const Q=I.type==="uchar"||I.type==="uint8"?R:Math.round(R*255);g[k*4+2]=Math.max(0,Math.min(255,Q))}else if(y===F&&g){const Q=I.type==="uchar"||I.type==="uint8"?R:Math.round(R*255);g[k*4+3]=Math.max(0,Math.min(255,Q))}}g&&F<0&&(g[k*4+3]=255)}return{vertexCount:t,position:h,color:g}}class Cp extends ut{static format=qe.BIN;async parseBuffer(e){const t=Vh(e);let a;switch(t){case gi.PLY:{const r=Oo(e);a={count:r.vertexCount,position:r.position,rotation:r.rotation,scale:r.scale,opacity:r.opacity,sh:r.sh},a.bbox=No(r.position);break}case gi.SPLAT:throw new Error("SPLAT format is not yet supported");case gi.KSPLAT:throw new Error("KSPLAT format is not yet supported");case gi.UNKNOWN:default:throw new Error("Unknown or unsupported Gaussian Splatting file format")}return this.data=a,a}verification(){return!!this.data&&this.data.count>0}}var Gs=(s=>(s.Point="Point",s.LineString="LineString",s.MultiPolygon="MultiPolygon",s))(Gs||{});class Sp extends ut{static format=qe.JSON;json;async parseString(e){this.json=e,this.data=JSON.parse(e)}}class Fp{static getPath(e){let t=[];for(let a=0;a<e.features.length;a++){const r=e.features[a];switch(r.geometry.type){case Gs.LineString:break;case Gs.MultiPolygon:let i=[];for(let n=0;n<r.geometry.coordinates.length;n++){const o=r.geometry.coordinates[n];for(const l of o)for(const c of l){let f=new u(c[0],0,c[1]);i.push(f)}}t.push(i);break}}return t}}class kp{name;defines;doubleSided;baseColorFactor;emissiveFactor;metallicFactor;roughnessFactor;alphaCutoff;enableBlend;baseColorTexture;metallicRoughnessTexture;normalTexture;occlusionTexture;emissiveTexture;extensions;baseMapOffsetSize;normalMapOffsetSize;emissiveMapOffsetSize;roughnessMapOffsetSize;metallicMapOffsetSize;aoMapOffsetSize}class Ep{}class wp{}class Ip extends ut{static format=qe.BIN;async parseBuffer(e){switch(Ji(e).mode){case mr.Splat:{const a=Oo(e),r={count:a.vertexCount,position:a.position,rotation:a.rotation,scale:a.scale,opacity:a.opacity,sh:a.sh};r.bbox=No(a.position);const i=new ne;i.name="GaussianSplat",i.addComponent(ri).initAsset(r),this.data=i;break}case mr.PointCloud:{const a=Gh(e),r=new ne;r.name="PLYPointCloud";const i=new ne;i.name="PLYPointCloudRoot",r.addChild(i);const n=i.addComponent(Qr);if(a.color)n.initFromData(a.position,a.color,a.vertexCount);else{const o=new Uint8Array(a.vertexCount*4);o.fill(255),n.initFromData(a.position,o,a.vertexCount)}n.setPointShape("circle"),n.setPointSize(4),this.data=r;break}case mr.Mesh:{const a=Lh(e),r=new ne;r.name="PLYMesh";const i=new Map;if(a.triangleTexnumbers&&a.triangleTexnumbers.length>0)for(let o=0;o<a.triangleTexnumbers.length;o++){const l=a.triangleTexnumbers[o];i.has(l)||i.set(l,[]),i.get(l).push(o)}else{const o=a.indices.length/3,l=[];for(let c=0;c<o;c++)l.push(c);i.set(0,l)}const n=new Map;if(a.textureFiles&&a.textureFiles.length>0){const o=[];for(let l=0;l<a.textureFiles.length;l++){const c=new $t,f=Et.normalizePath(this.baseUrl+a.textureFiles[l]);o.push(A.res.loadTexture(f).then(d=>{c.baseMap=d,n.set(l,c)}))}await Promise.all(o)}n.size===0&&n.set(0,new $t);for(const[o,l]of i){const c=[];for(const m of l){const g=m*3;c.push(a.indices[g+0],a.indices[g+1],a.indices[g+2])}const f=new Oe;f.setAttribute(V.position,a.position),f.setAttribute(V.normal,a.normal),a.uv&&f.setAttribute(V.uv,a.uv),a.color&&f.setAttribute(V.color,a.color),f.setIndices(new Uint32Array(c)),f.addSubGeometry({indexStart:0,indexCount:c.length,vertexStart:0,vertexCount:0,firstStart:0,index:0,topology:0});let d=n.get(o);d||(d=n.values().next().value||new $t);const h=new ne;h.name=`PLYMesh_Texture_${o}`;const b=h.addComponent(fe);b.geometry=f,b.material=d,r.addChild(h)}this.data=r;break}}}verification(){return!!this.data}}class zh{async parse(e){const t=new DataView(e),a=Qs(t);console.assert(a==="pnts");const r=t.getUint32(4,!0);console.assert(r===1);const i=t.getUint32(8,!0);console.assert(i===e.byteLength);const n=t.getUint32(12,!0),o=t.getUint32(16,!0),l=t.getUint32(20,!0),c=t.getUint32(24,!0),f=28,d=new wi(e,f,n,o),h=f+n+o,b=d.header.POINTS_LENGTH||0,m=new Rs(e,b,h,l,c);return{version:r,featureTable:d,batchTable:m}}}class Jh extends zh{async parse(e){const t=await super.parse(e),{featureTable:a,batchTable:r}=t,i=a.header.POINTS_LENGTH;if(!i||i<=0)throw new Error("PNTSLoader: POINTS_LENGTH must be defined and greater than zero");const o=a.header.extensions?.["3DTILES_draco_point_compression"];let l,c;if(o){const b=await this.parseDraco(a,o,i);l=b.positions,c=b.colors,b.normals}else l=this.parsePositions(a,i),c=this.parseColors(a,i),this.parseNormals(a,i);const f=new ne,d=f.addComponent(Qr);d.initFromData(l,c,i),d.setPointShape("circle"),d.setPointSize(4);const h=a.getData("RTC_CENTER",1,"FLOAT","VEC3");return h&&f.transform.localPosition.set(h[0],h[1],h[2]),f.batchTable=r,f.featureTable=a,f}parsePositions(e,t){let a=e.getData("POSITION",t,"FLOAT","VEC3");if(a)return a;const r=e.getData("POSITION_QUANTIZED",t,"UNSIGNED_SHORT","VEC3");if(!r)throw new Error("PNTSLoader: Either POSITION or POSITION_QUANTIZED must be defined");const i=e.getData("QUANTIZED_VOLUME_SCALE",1,"FLOAT","VEC3"),n=e.getData("QUANTIZED_VOLUME_OFFSET",1,"FLOAT","VEC3");if(!i||!n)throw new Error("PNTSLoader: QUANTIZED_VOLUME_SCALE and QUANTIZED_VOLUME_OFFSET must be defined for quantized positions");const o=new Float32Array(t*3),l=65535;for(let c=0;c<t;c++){const f=c*3;o[f+0]=r[f+0]/l*i[0]+n[0],o[f+1]=r[f+1]/l*i[1]+n[1],o[f+2]=r[f+2]/l*i[2]+n[2]}return o}parseColors(e,t){let a=e.getData("RGBA",t,"UNSIGNED_BYTE","VEC4");if(a)return a;const r=e.getData("RGB",t,"UNSIGNED_BYTE","VEC3");if(r){const l=new Uint8Array(t*4);for(let c=0;c<t;c++){const f=c*3,d=c*4;l[d+0]=r[f+0],l[d+1]=r[f+1],l[d+2]=r[f+2],l[d+3]=255}return l}const i=e.getData("RGB565",t,"UNSIGNED_SHORT","SCALAR");if(i){const l=new Uint8Array(t*4);for(let c=0;c<t;c++){const f=this.decodeRGB565(i[c]),d=c*4;l[d+0]=f[0],l[d+1]=f[1],l[d+2]=f[2],l[d+3]=255}return l}const n=e.getData("CONSTANT_RGBA",1,"UNSIGNED_BYTE","VEC4");if(n){const l=new Uint8Array(t*4);for(let c=0;c<t;c++){const f=c*4;l[f+0]=n[0],l[f+1]=n[1],l[f+2]=n[2],l[f+3]=n[3]}return l}const o=new Uint8Array(t*4);return o.fill(255),o}parseNormals(e,t){let a=e.getData("NORMAL",t,"FLOAT","VEC3");if(a)return a;const r=e.getData("NORMAL_OCT16P",t,"UNSIGNED_BYTE","VEC2");return r?this.decodeOctNormals(r,t):null}decodeRGB565(e){const t=(e>>11&31)<<3,a=(e>>5&63)<<2,r=(e&31)<<3;return[t,a,r]}decodeOctNormals(e,t){const a=new Float32Array(t*3);for(let r=0;r<t;r++){const i=r*2,n=e[i]/255,o=e[i+1]/255,l=n*2-1,c=o*2-1,f=1-Math.abs(l)-Math.abs(c);let d,h;f<0?(d=(l>=0?1:-1)*(1-Math.abs(c)),h=(c>=0?1:-1)*(1-Math.abs(l))):(d=l,h=c);const b=Math.sqrt(d*d+h*h+f*f),m=r*3;a[m+0]=d/b,a[m+1]=h/b,a[m+2]=f/b}return a}async parseDraco(e,t,a){throw new Error("Draco compression not yet implemented")}}class Wh extends ut{static format=qe.BIN;async parseBuffer(e){const a=await new Jh().parse(e),r=new ne;r.name="PNTS",r.addChild(a),this.data=r}verification(){if(this.data)return!0;throw new Error("PNTSParser: Parse failed")}}class Lo{boneName;bonePath;parentBoneName;boneID;parentBoneID;instanceID;parentInstanceID;t;q;s;formBytes(e){this.boneName=e.readUTF(),this.bonePath=e.readUTF(),this.parentBoneName=e.readUTF(),this.boneID=e.readInt32(),this.parentBoneID=e.readInt32(),this.instanceID=e.readUTF(),this.parentInstanceID=e.readUTF(),this.t=e.readVector3(),this.q=e.readQuaternion(),this.s=e.readVector3()}}class Go{name;count;boneData;boneMap;formBytes(e){this.boneData=[],this.boneMap=new Map,this.name=e.readUTF(),this.count=e.readInt32();for(let t=0;t<this.count;t++){let a=new Lo;a.formBytes(e.readBytesArray()),this.boneData[t]=a,this.boneMap.set(a.boneName,a)}}}class Zh extends ut{static format=qe.BIN;static parser(e,t){let a=e.readInt32();for(let r=0;r<a;r++){let i=new Go;i.formBytes(e.readBytesArray()),A.res.addObj(i.name,i)}}verification(){if(this.data)return!0;throw new Error("verify failed.")}}V.position,V.normal,V.color,V.TANGENT,V.uv,V.TEXCOORD_1,V.TEXCOORD_2,V.TEXCOORD_2,V.TEXCOORD_4,V.TEXCOORD_5,V.TEXCOORD_6,V.TEXCOORD_7,V.joints0,V.weights0;var Y=(s=>(s[s.single=0]="single",s[s.boolean=1]="boolean",s[s.int=2]="int",s[s.int16=3]="int16",s[s.int32=4]="int32",s[s.float=5]="float",s[s.long=6]="long",s[s.uint=7]="uint",s[s.uint32=8]="uint32",s[s.uint64=9]="uint64",s[s.double=10]="double",s[s.string=11]="string",s[s.singleArray=12]="singleArray",s[s.stringArray=13]="stringArray",s[s.floatArray=14]="floatArray",s[s.vector2=15]="vector2",s[s.vector3=16]="vector3",s[s.vector4=17]="vector4",s[s.color=18]="color",s[s.color32=19]="color32",s[s.animationCurve=20]="animationCurve",s[s.quaternion=21]="quaternion",s[s.matrix4x4=22]="matrix4x4",s[s.mesh=23]="mesh",s[s.texture=24]="texture",s[s.material=25]="material",s[s.materials=26]="materials",s[s.skeleton=27]="skeleton",s[s.animClip=28]="animClip",s[s.vector2Int=29]="vector2Int",s[s.int32List=30]="int32List",s[s.colorList=31]="colorList",s[s.color32List=32]="color32List",s))(Y||{});class zs{static GetMaterial(e){let t=e,a=t.split("/");t=a[a.length-1],a=t.split("."),t=a[a.length-1];let r=Bl(t);if(r){let i=new Bt;return i.shader=new r,i}else throw new Error("not found shader, shader name is "+t)}static applyMaterialTexture(e,t){for(let a=0;a<t.length;a++){const r=t[a];r.property in e?e[r.property]=r.texture:r.property in e.shader?e.shader[r.property]=r.texture:e.setTexture(r.property,r.texture)}}static applyMaterialProperties(e,t){for(let a=0;a<t.length;a++){const r=t[a],i=r.key;switch(r.type){case Y.color:case Y.color32:{let n=r.getValue();i in e?e[i]=n:i in e.shader?e.shader[i]=n:e.setUniformColor(i,n)}break;case Y.single:case Y.float:case Y.int:case Y.int16:case Y.int32:case Y.uint:case Y.uint32:case Y.uint64:{let n=r.getValue();i in e?e[i]=n:i in e.shader?e.shader[i]=n:e.setUniformFloat(i,n)}break;case Y.singleArray:{let n=r.getValue()[0];i in e?e[i]=n:i in e.shader?e.shader[i]=n:e.setUniformFloat(i,n)}break;case Y.vector2:case Y.vector2Int:{let n=r.getValue();i in e?e[i]=n:i in e.shader?e.shader[i]=n:e.setUniformVector2(i,n)}break;case Y.vector3:{let n=r.getValue();i in e?e[i]=n:i in e.shader?e.shader[i]=n:e.setUniformVector3(i,n)}break;case Y.vector4:{let n=r.getValue();i in e?e[i]=n:i in e.shader?e.shader[i]=n:e.setUniformVector4(i,n)}break}}}}class Ga{static parser(e){switch(e.readInt32()){case Y.single:return{t:Y.single,v:e.readFloat32()};case Y.boolean:return{t:Y.boolean,v:e.readBoolean()};case Y.int:return{t:Y.int,v:e.readInt32()};case Y.int16:return{t:Y.int16,v:e.readInt16()};case Y.int32:return{t:Y.int32,v:e.readInt32()};case Y.float:return{t:Y.float,v:e.readFloat32()};case Y.long:return{t:Y.long,v:e.readFloat64()};case Y.uint:return{t:Y.uint,v:e.readUnit32()};case Y.uint32:return{t:Y.uint32,v:e.readUnit32()};case Y.uint64:return{t:Y.uint64,v:e.readUnit32()};case Y.double:return{t:Y.double,v:e.readFloat64()};case Y.string:return{t:Y.string,v:e.readUTF()};case Y.singleArray:return{t:Y.singleArray,v:e.readFloatArray()};case Y.stringArray:return{t:Y.stringArray,v:e.readStringArray()};case Y.floatArray:return{t:Y.floatArray,v:e.readFloatArray()};case Y.vector2:return{t:Y.vector2,v:e.readVector2()};case Y.vector3:return{t:Y.vector3,v:e.readVector3()};case Y.vector4:return{t:Y.vector4,v:e.readVector4()};case Y.color:return{t:Y.color,v:e.readColor()};case Y.color32:return{t:Y.color32,v:e.readColor()};case Y.animationCurve:return{t:Y.animationCurve,v:null};case Y.quaternion:return{t:Y.quaternion,v:e.readQuaternion()};case Y.matrix4x4:return{t:Y.matrix4x4,v:null};case Y.mesh:{let o=e.readUTF(),l=A.res.getGeometry(o);return{t:Y.mesh,v:l}}case Y.texture:{let o=e.readUTF(),l=A.res.getTexture(o);return{t:Y.texture,v:l}}case Y.material:{let o=e.readUTF(),l=A.res.getMat(o);return{t:Y.material,v:l}}case Y.materials:{let o=e.readStringArray(),l=[];for(let c=0;c<o.length;c++){const f=o[c];let d=A.res.getMat(f);l.push(d)}return{t:Y.materials,v:l}}case Y.skeleton:break;case Y.animClip:{let o=[],l=e.readInt32();for(let c=0;c<l;c++){let f=new al;f.formBytes(e),o.push(f)}return{t:Y.animClip,v:o}}case Y.vector2Int:return{t:Y.vector2Int,v:e.readVector2int()};case Y.int32List:return{t:Y.int32List,v:e.readInt32List()};case Y.colorList:let a=e.readInt32(),r=[];for(let o=0;o<a;o++){const l=Ga.parser(e).v;r.push(l)}return{t:Y.colorList,v:r};case Y.color32List:let i=e.readInt32(),n=[];for(let o=0;o<i;o++){const l=Ga.parser(e).v;n.push(l)}return{t:Y.color32List,v:n}}}}class zo{key;type;_data;getValue(){return this._data}formBytes(e){this.key=e.readUTF();let{t,v:a}=Ga.parser(e);this.type=t,this._data=a}}class jh{property;name;texture;texelSize;wrapModeU;wrapModeV;wrapModeW;wrapMode;anisoLevel;dimension;filterMode}class Yh extends ut{static format=qe.TEXT;static parserMaterial(e,t){let a=e.readInt32();for(let r=0;r<a;r++){let i=e.readBytesArray(),n=i.readUTF(),o=i.readUTF();i.readUTF();let l=i.readStringArray();i.readVector4(),i.readVector4();let c=i.readUTF(),f=[],d=[],h=i.readInt32();for(let g=0;g<h;g++){let p=new zo;p.formBytes(i),f.push(p)}let b=i.readInt32();for(let g=0;g<b;g++){let p=i.readBytesArray(),D=new jh;D.property=p.readUTF(),D.name=p.readUTF(),D.texture=A.res.getTexture(D.name),D.texelSize=p.readVector2(),D.wrapModeU=p.readUnit32(),D.wrapModeV=p.readUnit32(),D.wrapModeW=p.readUnit32(),D.wrapMode=p.readUnit32(),D.anisoLevel=p.readUnit32(),D.dimension=p.readUnit32(),D.filterMode=p.readUnit32(),d.push(D)}let m=zs.GetMaterial(c);m.name=n;for(let g=0;g<l.length;g++){const p=l[g];m.shader.setDefine(p,!0)}zs.applyMaterialTexture(m,d),zs.applyMaterialProperties(m,f),A.res.addMat(o,m)}}verification(){if(this.data)return!0;throw new Error("verify failed.")}}class Jo{shapeName;shapeIndex;frameCount;blendPositionList=new Float32Array;blendNormalList=new Float32Array;formBytes(e){let t=e.readBytesArray();this.shapeName=t.readUTF(),this.shapeIndex=t.readInt32(),this.frameCount=t.readInt32();let a=t.readInt32();this.blendPositionList=t.readFloat32Array(a*3);let r=t.readInt32();this.blendNormalList=t.readFloat32Array(r*3)}}class Wo{vertexCount;shapeNames;shapeIndexs;blendCount;blendShapePropertyDatas;blendShapeMap;formBytes(e){this.blendShapeMap=new Map,this.blendShapePropertyDatas=[];let t=e.readBytesArray();this.vertexCount=t.readInt32(),this.shapeNames=t.readStringArray(),this.shapeIndexs=t.readIntArray(),this.blendCount=t.readInt32();for(let a=0;a<this.blendCount;a++){let r=new Jo;r.formBytes(t),this.blendShapePropertyDatas.push(r),this.blendShapeMap.set(r.shapeName,r)}return e}}class Xh{name;meshName;meshID;vertexCount;vertexStrip;vertexBuffer;indices;attributes;bones;bindPose;blendShapeData}class Hh extends ut{static format=qe.BIN;async parseBuffer(e){}static parserMeshs(e,t){let a=e.readInt32();for(let r=0;r<a;r++){let i=new Xh,n=e.readBytesArray();i.meshName=n.readUTF(),i.meshID=n.readUTF(),n.readFloat32()>0,n.readFloat32()>0,n.readFloat32()>0;let o=n.readFloat32()>0,l=n.readFloat32()>0;o&&(i.bones=n.readStringArray(),i.bindPose=n.readMatrix44Array()),l&&(i.blendShapeData=new Wo,i.blendShapeData.formBytes(n));let c=n.readBytesArray(),f=n.readBytesArray(),d=c.readInt32(),h=0,b=[];for(let _=0;_<d;_++)b[_]={},b[_].att=Rp[c.readUTF()],b[_].dim=c.readInt32(),h+=b[_].dim,b[_].format=c.readUTF();i.vertexCount=c.readInt32(),i.vertexBuffer=f.getFloat32Array();let m=n.readInt32Array(),g=[],p=n.readInt32();for(let _=0;_<p;_++){let v=n.readInt32(),U=n.readInt32(),x=n.readInt32(),C=n.readInt32(),F=n.readInt32(),k=n.readInt32();n.readVector3(),n.readVector3();let y={indexStart:U,indexCount:x,vertexStart:C,vertexCount:k,firstStart:F,topology:v,index:_};g.push(y)}m.length>65535?i.indices=new Uint32Array(m):i.indices=new Uint16Array(m);let D=new Oe;if(D.vertexDim=h,D.geometryType=Ft.compose_bin,D.setIndices(i.indices),D.setAttribute(V.all,i.vertexBuffer),o&&(D.skinNames=i.bones,D.bindPose=i.bindPose),l){D.blendShapeData=i.blendShapeData,D.morphTargetsRelative=!0,D.morphTargetDictionary={};for(let _=0;_<i.blendShapeData.blendCount;_++){D.setAttribute("a_morphPositions_"+_,i.blendShapeData.blendShapePropertyDatas[_].blendPositionList),D.setAttribute("a_morphNormals_"+_,i.blendShapeData.blendShapePropertyDatas[_].blendNormalList);for(let v=0;v<i.blendShapeData.blendCount;v++){let U=i.blendShapeData.shapeNames[v],x=i.blendShapeData.shapeIndexs[v];D.morphTargetDictionary[U]=x}}}for(let _=0;_<b.length;_++){const v=b[_].att;D.setAttribute(v,null)}for(let _=0;_<g.length;_++){const v=g[_];D.addSubGeometry(v)}D.name=i.meshName,A.res.addGeometry(i.meshID,D)}}verification(){if(this.data)return!0;throw new Error("verify failed.")}}let Rp={Position:V.position,Normal:V.normal,Color:V.color,Tangent:V.TANGENT,TexCoord0:V.uv,TexCoord1:V.TEXCOORD_1,TexCoord2:V.TEXCOORD_2,TexCoord3:V.TEXCOORD_2,TexCoord4:V.TEXCOORD_4,TexCoord5:V.TEXCOORD_5,TexCoord6:V.TEXCOORD_6,TexCoord7:V.vIndex,BlendIndices:V.joints0,BlendWeight:V.weights0};class fn extends DataView{get buffer(){return super.buffer}get byteOffset(){return super.byteOffset}get byteLength(){return super.byteLength}getInt16(e,t){return super.getInt16(e,t)}getInt32(e,t){return super.getInt32(e,t)}getFloat32(e,t){return super.getFloat32(e,t)}getFloat64(e,t){return super.getFloat64(e,t)}getUint8(e){return super.getUint8(e)}getUint32(e,t){return super.getUint32(e,t)}getInt8(e){return super.getInt8(e)}getUint16(e,t){return super.getUint16(e,t)}position=0;littleEndian=!0;constructor(e,t,a){super(e,t,a),this.position=0,this.position+=this.byteOffset}readUTF(){let e=this.readInt32(),t=e%4;t>0&&t<4&&(t=4-t);let a="",r=new Int8Array(this.buffer,this.position,e);return this.position+=e*Int8Array.BYTES_PER_ELEMENT,a+=String.fromCharCode.apply(null,r),this.position+=t*Int8Array.BYTES_PER_ELEMENT,a}readStringArray(){let e=[],t=this.readInt32();for(let a=0;a<t;a++)e.push(this.readUTF());return e}readByte(){let e=this.buffer[this.position];return this.position+=1,e}readBoolean(){let e=this.readInt32();return this.position+=4,e==1}readBytes(e){let t=new DataView(this.buffer,this.position,e);return this.position+=e,t.buffer}readBytesArray(){let e=this.readInt32(),t=new fn(this.buffer.slice(this.position,this.position+e));return this.position+=e,t}readUnit8(){let e=this.getUint8(this.position);return this.position+=Uint8Array.BYTES_PER_ELEMENT,e}readUnit16(){let e=this.getUint16(this.position);return this.position+=Uint16Array.BYTES_PER_ELEMENT,e}readUnit32(){let e=this.getUint32(this.position);return this.position+=Uint32Array.BYTES_PER_ELEMENT,e}readInt8(){let e=this.getInt8(this.position);return this.position+=Int8Array.BYTES_PER_ELEMENT,e}readInt16(){let e=this.getInt16(this.position,this.littleEndian);return this.position+=Int16Array.BYTES_PER_ELEMENT,e}readInt32(){let e=this.getInt32(this.position,this.littleEndian);return this.position+=Int32Array.BYTES_PER_ELEMENT,e}readFloat32(){let e=this.getFloat32(this.position,this.littleEndian);return this.position+=Float32Array.BYTES_PER_ELEMENT,e}readFloat64(){let e=this.getFloat64(this.position,this.littleEndian);return this.position+=Float64Array.BYTES_PER_ELEMENT,e}readInt32Array(){let e=this.readInt32(),t=new Int32Array(this.buffer,this.position,e);return t=t.slice(0,e),this.position+=t.byteLength,t}readInt32List(){let e=this.readInt32(),t=[];for(let a=0;a<e;a++)t.push(this.readInt32());return t}readFloatArray(){let e=this.readInt32(),t=[];for(let a=0;a<e;a++){let r=this.readFloat32();t.push(r)}return t}readIntArray(){let e=this.readInt32(),t=[];for(let a=0;a<e;a++){let r=this.readInt32();t.push(r)}return t}readVector2int(){let e=new le;return e.x=this.readInt32(),e.y=this.readInt32(),e}readVector2(){let e=new le;return e.x=this.readFloat32(),e.y=this.readFloat32(),e}readVector3(){let e=new u;return e.x=this.readFloat32(),e.y=this.readFloat32(),e.z=this.readFloat32(),e}readVector3Array(){let e=[],t=this.readInt32();for(let a=0;a<t;a++)e.push(this.readVector3());return e}readVector4(){let e=new he;return e.x=this.readFloat32(),e.y=this.readFloat32(),e.z=this.readFloat32(),e.w=this.readFloat32(),e}readVector4Array(){let e=[],t=this.readInt32();for(let a=0;a<t;a++)e.push(this.readVector4());return e}readColor(){let e=new W;return e.r=this.readFloat32(),e.g=this.readFloat32(),e.b=this.readFloat32(),e.a=this.readFloat32(),e}readColorArray(){let e=[],t=this.readInt32();for(let a=0;a<t;a++)e.push(this.readColor());return e}readQuaternion(){let e=new $;return e.x=this.readFloat32(),e.y=this.readFloat32(),e.z=this.readFloat32(),e.w=this.readFloat32(),e}readQuaternionArray(){let e=[],t=this.readInt32();for(let a=0;a<t;a++)e.push(this.readQuaternion());return e}readMatrix44(){let e=new w,t=e.rawData;return t[0]=this.readFloat32(),t[1]=this.readFloat32(),t[2]=this.readFloat32(),t[3]=this.readFloat32(),t[4]=this.readFloat32(),t[5]=this.readFloat32(),t[6]=this.readFloat32(),t[7]=this.readFloat32(),t[8]=this.readFloat32(),t[9]=this.readFloat32(),t[10]=this.readFloat32(),t[11]=this.readFloat32(),t[12]=this.readFloat32(),t[13]=this.readFloat32(),t[14]=this.readFloat32(),t[15]=this.readFloat32(),e}readMatrix44Array(){let e=this.readInt32(),t=[];for(let a=0;a<e;a++){let r=this.readMatrix44();t.push(r)}return t}readFloat32Array(e){let t=new DataView(this.buffer),a=new Float32Array(e);for(let r=0;r<e;r++)a[r]=t.getFloat32(this.position+r*Float32Array.BYTES_PER_ELEMENT,this.littleEndian);return this.position+=e*Float32Array.BYTES_PER_ELEMENT,a}getFloat32Array(){let e=new Float32Array(this.buffer,this.byteOffset,this.byteLength/Float32Array.BYTES_PER_ELEMENT);return e=e.slice(0,this.byteLength),e}}class Kh extends ut{static format=qe.TEXT;static async parserTexture(e,t,a){let r=e.readInt32(),i=[];for(let o=0;o<r;o++){let l=e.readUTF();qh.useWebp?(l=l.replace("png","webp"),l=l.replace("jpb","webp"),i.push(t.baseUrl+"webp/"+l)):i.push(t.baseUrl+l)}let n=await A.res.loadBitmapTextures(i,A.setting.loader.numConcurrent,a,!0);for(const o of n)A.res.addTexture(o.name,o)}verification(){if(this.data)return!0;throw new Error("verify failed.")}}var Qp=Object.getOwnPropertyDescriptor,Tp=(s,e,t,a)=>{for(var r=a>1?void 0:a?Qp(e,t):e,i=s.length-1,n;i>=0;i--)(n=s[i])&&(r=n(r)||r);return r};let Js=class extends mt{constructor(){super(),j.register("PBRLitSSSShader",Od);let s=new Xe("PBRLitSSSShader","PBRLitSSSShader");s.setShaderEntry("VertMain","FragMain"),this.addRenderPass(s);let e=s.shaderState;e.acceptShadow=!0,e.castShadow=!0,e.receiveEnv=!0,e.acceptGI=!0,e.useLight=!0,this.setDefine("USE_BRDF",!0),this.setDefine("USE_AO_R",!0),this.setDefine("USE_ROUGHNESS_G",!0),this.setDefine("USE_METALLIC_B",!0),this.setDefine("USE_ALPHA_A",!0),this.setDefine("USE_CUSTOMUNIFORM",!0),this.setDefault(),this.computes=[new wh(this)]}setDefault(){this.setUniformFloat("shadowBias",35e-5),this.setUniformVector4("transformUV1",new he(0,0,1,1)),this.setUniformVector4("transformUV2",new he(0,0,1,1)),this.setUniformColor("baseColor",new W),this.setUniformColor("emissiveColor",new W(1,1,1)),this.setUniformVector4("materialF0",new he(.04,.04,.04,1)),this.setUniformColor("specularColor",new W(.04,.04,.04)),this.setUniformFloat("envIntensity",1),this.setUniformFloat("normalScale",1),this.setUniformFloat("roughness",1),this.setUniformFloat("metallic",0),this.setUniformFloat("ao",1),this.setUniformFloat("roughness_min",0),this.setUniformFloat("roughness_max",1),this.setUniformFloat("metallic_min",0),this.setUniformFloat("metallic_max",1),this.setUniformFloat("emissiveIntensity",0),this.setUniformFloat("alphaCutoff",0),this.setUniformFloat("ior",1.5),this.setUniformFloat("clearcoatFactor",0),this.setUniformFloat("clearcoatRoughnessFactor",0),this.setUniformColor("clearcoatColor",new W(1,1,1)),this.setUniformFloat("clearcoatWeight",0),this.setUniformColor("skinColor",new W(1,0,0)),this.setUniformFloat("skinPower",3.4),this.setUniformFloat("skinColorIns",.5),this.setUniformFloat("curveFactor",1)}set _MainTex(s){this.setTexture("baseMap",s)}set _BumpMap(s){this.setTexture("normalMap",s)}set _SSSMap(s){this.setTexture("sssMap",s)}set _MaskTex(s){this.setTexture("maskMap",s)}set _UVTransform(s){this.setUniformVector4("transformUV1",s)}set _Metallic(s){this.setUniformFloat("metallic",s)}set _Roughness(s){this.setUniformFloat("roughness",s)}set _MainColor(s){this.setUniformColor("baseColor",s)}set _AlphaCutoff(s){this.setUniformFloat("alphaCutoff",s)}set _DoubleSidedEnable(s){let e=this.getDefaultColorShader();e.shaderState.cullMode=s?Ot.none:e.shaderState.cullMode}set _SkinColor(s){this.setUniformColor("skinColor",s)}set _SkinPower(s){this.setUniformFloat("skinPower",s)}set _SkinColorIns(s){this.setUniformFloat("skinColorIns",s)}set curveFactor(s){this.setUniformFloat("curveFactor",s)}set _SurfaceType(s){let e=this.getDefaultColorShader();s==0?e.blendMode=me.NONE:e.blendMode=me.ALPHA}set _AlphaCutoffEnable(s){s==0?this.setDefine("USE_ALPHACUT",!1):this.setDefine("USE_ALPHACUT",!0)}};Js=Tp([Qa(Js,"LitSSSShader")],Js);var Mp=Object.getOwnPropertyDescriptor,Np=(s,e,t,a)=>{for(var r=a>1?void 0:a?Mp(e,t):e,i=s.length-1,n;i>=0;i--)(n=s[i])&&(r=n(r)||r);return r};let Ws=class extends mt{constructor(){super();let s=new Xe("PBRLItShader","PBRLItShader");s.setShaderEntry("VertMain","FragMain"),this.addRenderPass(s);let e=s.shaderState;e.acceptShadow=!0,e.castShadow=!0,e.receiveEnv=!0,e.acceptGI=!0,e.useLight=!0,this.setDefine("USE_BRDF",!0),this.setDefine("USE_ROUGHNESS_G",!0),this.setDefine("USE_METALLIC_B",!0),this.setDefine("USE_ALPHA_A",!0),this.setDefault()}setDefault(){this.setUniformFloat("shadowBias",35e-5),this.setUniformVector4("transformUV1",new he(0,0,1,1)),this.setUniformVector4("transformUV2",new he(0,0,1,1)),this.setUniformColor("baseColor",new W),this.setUniformColor("emissiveColor",new W(0,0,0)),this.setUniformVector4("materialF0",new he(.04,.04,.04,1)),this.setUniformColor("specularColor",new W(.04,.04,.04)),this.setUniformFloat("envIntensity",1),this.setUniformFloat("normalScale",1),this.setUniformFloat("roughness",1),this.setUniformFloat("metallic",0),this.setUniformFloat("ao",1),this.setUniformFloat("roughness_min",0),this.setUniformFloat("roughness_max",1),this.setUniformFloat("metallic_min",0),this.setUniformFloat("metallic_max",1),this.setUniformFloat("emissiveIntensity",0),this.setUniformFloat("alphaCutoff",0),this.setUniformFloat("ior",1.5),this.setUniformFloat("clearcoatFactor",0),this.setUniformFloat("clearcoatRoughnessFactor",0),this.setUniformColor("clearcoatColor",new W(1,1,1)),this.setUniformFloat("clearcoatWeight",0),this._MainTex=A.res.grayTexture,this._BumpMap=A.res.normalTexture,this._MaskTex=A.res.maskTexture}set _MainTex(s){this.setTexture("baseMap",s)}set _BumpMap(s){this.setTexture("normalMap",s)}set _MaskTex(s){this.setTexture("maskMap",s)}set _UVTransform(s){this.setUniformVector4("transformUV1",s)}set _Metallic(s){this.setUniformFloat("metallic",s)}set _Roughness(s){this.setUniformFloat("roughness",s)}set _MainColor(s){this.setUniformColor("baseColor",s)}set _AlphaCutoff(s){this.setUniformFloat("alphaCutoff",s)}set _DoubleSidedEnable(s){let e=this.getDefaultColorShader();e.shaderState.cullMode=s?Ot.none:e.shaderState.cullMode}set _SurfaceType(s){let e=this.getDefaultColorShader();s==0?e.blendMode=me.NONE:e.blendMode=me.ALPHA}set _AlphaCutoffEnable(s){s==0?this.setDefine("USE_ALPHACUT",!1):this.setDefine("USE_ALPHACUT",!0)}};Ws=Np([Qa(Ws,"LitShader")],Ws);class dn{comName;data;static parser(e){let t=e.readBytesArray(),a=new dn;a.comName=t.readUTF(),a.data=[];let r=t.readInt32();for(let i=0;i<r;i++){let n=new zo;n.formBytes(t),a.data.push(n)}return a}}class ps{name;parentName;position;rotation;scale;comDatas;child;static parser(e){let t=e.readBytesArray(),a=new ps;a.name=t.readUTF(),a.parentName=t.readUTF(),a.position=t.readVector3(),a.rotation=t.readQuaternion(),a.scale=t.readVector3(),a.comDatas=[],a.child=[];let r=t.readInt32();for(let n=0;n<r;n++){const o=dn.parser(t);a.comDatas.push(o)}let i=t.readInt32();for(let n=0;n<i;n++){const o=ps.parser(t);a.child.push(o)}return a}}class qh extends ut{static useWebp=!0;static format=qe.BIN;avatarDic;nodeData;async parseBuffer(e){this.avatarDic={};let t=new fn(e,0);await Kh.parserTexture(t,this,this.loaderFunctions),Zh.parser(t,this),Hh.parserMeshs(t,this),Yh.parserMaterial(t,this),this.nodeData=this.parserPrefabNode(t),this.data=this.data=this.parserNodeTree(this.nodeData)}parserPrefabNode(e){return ps.parser(e)}parserNodeTree(e){let t=new ne;if(t.localPosition=u.serialize(e.position),t.localQuaternion=$.serialize(e.rotation),t.localScale=u.serialize(e.scale),t.name=e.name,e.comDatas)for(let a=0;a<e.comDatas.length;a++){const r=e.comDatas[a];let i=null,n=_l(r.comName);if(n){i=t.getOrAddComponent(n);for(let o=0;o<r.data.length;o++){const l=r.data[o];l.key in i&&(i[l.key]=l.getValue())}}}if(e.child&&e.child.length>0)for(let a=0;a<e.child.length;a++){let r=this.parserNodeTree(e.child[a]);t.addChild(r)}return t}verification(){if(this.data)return!0;throw new Error("verify failed.")}}class Pp{static getNumber(e){return parseFloat(e)}static getInt(e){return parseInt(e)}static getBoolean(e){return e=="true"}static getNumberArray(e){let t=e.replaceAll("[","");t=t.replaceAll("]","");let a=t.split(",");for(let r=0;r<a.length;r++)parseFloat(a[r]);return t}static getStringArray(e){let t=e.replaceAll("[","");t=t.replaceAll("]","");let a=t.split(","),r=[];for(let i=0;i<a.length;i++){const n=a[i];r.push(n)}return r}static getVector2(e){}static getVector3(e){}static getVector4(e){}static getQuaternion(e){}static getColor(e){}}var Vp=Object.getOwnPropertyDescriptor,Op=(s,e,t,a)=>{for(var r=a>1?void 0:a?Vp(e,t):e,i=s.length-1,n;i>=0;i--)(n=s[i])&&(r=n(r)||r);return r};let Wi=class extends mt{constructor(){super();const s=new Xe("FatLine_VS","FatLine_FS");s.setShaderEntry("VertMain","FragMain"),this.addRenderPass(s);const e=s.shaderState;e.acceptShadow=!1,e.castShadow=!1,e.receiveEnv=!1,e.acceptGI=!1,e.useLight=!1,e.cullMode=Ot.none,e.depthWriteEnabled=!0,this.setDefault()}setDefault(){this.setUniformColor("baseColor",new W(1,1,1,1)),this.setUniformFloat("lineWidth",1),this.setUniformFloat("opacity",1),this.setUniformVector2("resolution",new le(1920,1080));const s=new w;this.getDefaultColorShader().setUniform("modelMatrix",s.rawData)}};Wi=Op([Qa(Wi,"FatLineShader")],Wi);var Lp=Object.getOwnPropertyDescriptor,Gp=(s,e,t,a)=>{for(var r=a>1?void 0:a?Lp(e,t):e,i=s.length-1,n;i>=0;i--)(n=s[i])&&(r=n(r)||r);return r};let Zi=class extends mt{constructor(){super();let s=new Xe("UnLit","UnLit");s.setShaderEntry("VertMain","FragMain"),this.addRenderPass(s);let e=s.shaderState;e.acceptShadow=!1,e.castShadow=!1,e.receiveEnv=!1,e.acceptGI=!1,e.useLight=!1,this.setDefine("USE_BRDF",!0),this.setDefine("USE_AO_R",!0),this.setDefine("USE_ROUGHNESS_G",!0),this.setDefine("USE_METALLIC_B",!0),this.setDefine("USE_ALPHA_A",!0),this.setDefault()}setDefault(){this.setUniformVector4("transformUV1",new he(0,0,1,1)),this.setUniformVector4("transformUV2",new he(0,0,1,1)),this.setUniformColor("baseColor",new W),this.setUniformFloat("alphaCutoff",0)}set _MainTex(s){this.setTexture("baseMap",s)}set _BumpMap(s){this.setTexture("normalMap",s)}set _MaskTex(s){this.setTexture("maskMap",s)}set _UVTransform(s){this.setUniformVector4("transformUV1",s)}set _Metallic(s){this.setUniformFloat("metallic",s)}set _Roughness(s){this.setUniformFloat("roughness",s)}set _MainColor(s){this.setUniformColor("baseColor",s)}set _AlphaCutoff(s){this.setUniformFloat("alphaCutoff",s)}set _DoubleSidedEnable(s){let e=this.getDefaultColorShader();e.shaderState.cullMode=s?Ot.none:e.shaderState.cullMode}set _SurfaceType(s){let e=this.getDefaultColorShader();s==0?e.blendMode=me.NONE:e.blendMode=me.ALPHA}set _AlphaCutoffEnable(s){s==0?this.setDefine("USE_ALPHACUT",!1):this.setDefine("USE_ALPHACUT",!0)}};Zi=Gp([Qa(Zi,"UnLitShader")],Zi);var zp=Object.getOwnPropertyDescriptor,Jp=(s,e,t,a)=>{for(var r=a>1?void 0:a?zp(e,t):e,i=s.length-1,n;i>=0;i--)(n=s[i])&&(r=n(r)||r);return r};let ji=class extends mt{constructor(){super(),j.register("VertexAttributeIndexShader",Nd),j.register("UnLitTextureArray",Ld);let s=new Xe("UnLitTextureArray","UnLitTextureArray");s.setShaderEntry("VertMain","FragMain"),this.addRenderPass(s);let e=s.shaderState;e.acceptShadow=!1,e.castShadow=!1,e.receiveEnv=!1,e.acceptGI=!1,e.useLight=!1,this.setDefine("USE_BRDF",!0),this.setDefine("USE_AO_R",!0),this.setDefine("USE_ROUGHNESS_G",!0),this.setDefine("USE_METALLIC_B",!0),this.setDefine("USE_ALPHA_A",!0),this.setDefault()}setDefault(){this.setUniformVector4("transformUV1",new he(0,0,1,1)),this.setUniformVector4("transformUV2",new he(0,0,1,1)),this.setUniformColor("baseColor",new W),this.setUniformFloat("alphaCutoff",0)}set _MainTex(s){this.setTexture("baseMap",s)}set _BumpMap(s){this.setTexture("normalMap",s)}set _MaskTex(s){this.setTexture("maskMap",s)}set _UVTransform(s){this.setUniformVector4("transformUV1",s)}set _Metallic(s){this.setUniformFloat("metallic",s)}set _Roughness(s){this.setUniformFloat("roughness",s)}set _MainColor(s){this.setUniformColor("baseColor",s)}set _AlphaCutoff(s){this.setUniformFloat("alphaCutoff",s)}set _DoubleSidedEnable(s){let e=this.getDefaultColorShader();e.shaderState.cullMode=s?Ot.none:e.shaderState.cullMode}set _SurfaceType(s){let e=this.getDefaultColorShader();s==0?e.blendMode=me.NONE:e.blendMode=me.ALPHA}set _AlphaCutoffEnable(s){s==0?this.setDefine("USE_ALPHACUT",!1):this.setDefine("USE_ALPHACUT",!0)}};ji=Jp([Qa(ji,"UnLitTexArrayShader")],ji);const Ar=-1,Dr=0,Zo=1,$h=2,Va=3,Wp=6378137,Zp=1/298.257223563,jp=6356752314245179e-9,Yp=Symbol("PLUGIN_REGISTERED");class jo{boundingVolume;geometricError;refine;content;contents;transform;extensions;extras;parent=null;children=[];loadingState=Dr;used=!1;visible=!1;active=!1;inFrustum=!1;error=1/0;distanceFromCamera=1/0;depth=0;depthFromRenderedParent=0;lastFrameVisited=-1;isLeaf=!1;allChildrenReady=!1;hasContent=!1;hasRenderableContent=!1;hasUnrenderableContent=!1;childrenProcessed=0;usedLastFrame=!1;priority;canTraverse=!1;canTraverseFrame=-1;basePath="";cached={};constructor(e,t=null){if(this.boundingVolume=e.boundingVolume,this.geometricError=e.geometricError,this.refine=e.refine,this.content=e.content,this.contents=e.contents,this.transform=e.transform,this.extensions=e.extensions,this.extras=e.extras,this.parent=t,this.depth=t?t.depth+1:0,this.depthFromRenderedParent=t?.hasContent?0:t?t.depthFromRenderedParent+1:0,this.hasContent=!!(this.content||this.contents&&this.contents.length>0),this.content?.uri){const a=this.content.uri.toLowerCase();this.hasUnrenderableContent=a.endsWith("tileset.json"),this.hasRenderableContent=!this.hasUnrenderableContent}else this.contents&&this.contents.length>0&&(this.hasRenderableContent=!0)}addChild(e){e.parent=this,e.depth=this.depth+1,e.depthFromRenderedParent=this.hasContent?0:this.depthFromRenderedParent+1,this.children.push(e)}resetFrameState(e){this.lastFrameVisited!==e&&(this.lastFrameVisited=e,this.used=!1,this.inFrustum=!1,this.isLeaf=!1,this.visible=!1,this.active=!1,this.error=1/0,this.distanceFromCamera=1/0,this.allChildrenReady=!1)}}const eu=2**30;class tu{minSize=6e3;maxSize=8e3;minBytesSize=.3*eu;maxBytesSize=.4*eu;unloadPercent=.05;autoMarkUnused=!0;_itemSet=new Map;_itemList=[];_usedSet=new Set;_callbacks=new Map;_unloadingHandle=-1;_cachedBytes=0;_bytesMap=new Map;_loadedSet=new Set;_unloadPriorityCallback=null;set unloadPriorityCallback(e){this._unloadPriorityCallback=e}get unloadPriorityCallback(){return this._unloadPriorityCallback}isFull(){return this._itemSet.size>=this.maxSize||this._cachedBytes>=this.maxBytesSize}getMemoryUsage(e){return this._bytesMap.get(e)||0}setMemoryUsage(e,t){if(!this._itemSet.has(e))return;const a=this._bytesMap.get(e)||0;this._cachedBytes-=a,this._bytesMap.set(e,t),this._cachedBytes+=t}add(e,t){return this._itemSet.has(e)||this.isFull()?!1:(this._itemList.push(e),this._usedSet.add(e),this._itemSet.set(e,Date.now()),this._callbacks.set(e,t),this._loadedSet.add(e),!0)}has(e){return this._itemSet.has(e)}remove(e){if(!this._itemSet.has(e))return!1;const t=this._bytesMap.get(e)||0;this._cachedBytes-=t,this._bytesMap.delete(e);const a=this._callbacks.get(e);a&&a(e);const r=this._itemList.indexOf(e);return r!==-1&&this._itemList.splice(r,1),this._usedSet.delete(e),this._itemSet.delete(e),this._callbacks.delete(e),this._loadedSet.delete(e),!0}markUsed(e){this._itemSet.has(e)&&(this._usedSet.add(e),this._itemSet.set(e,Date.now()))}markUnused(e){this._usedSet.delete(e)}scheduleUnload(){this._unloadingHandle===-1&&(this._unloadingHandle=requestAnimationFrame(()=>{this._unloadingHandle=-1,this._performUnload()}))}_performUnload(){if(!(this._itemSet.size>this.minSize||this._cachedBytes>this.minBytesSize))return;this.autoMarkUnused&&this._itemSet.forEach((o,l)=>{this._usedSet.has(l)||this.markUnused(l)});const t=[];this._itemList.forEach(o=>{this._usedSet.has(o)||t.push(o)}),this._unloadPriorityCallback&&t.sort(this._unloadPriorityCallback);const a=Math.floor(this._itemSet.size*(1-this.unloadPercent)),r=this._cachedBytes-(this._cachedBytes-this.minBytesSize);let i=0,n=0;for(let o=0;o<t.length;o++){const l=t[o];if(this._itemSet.size-i<=a&&this._cachedBytes-n<=r)break;const c=this._bytesMap.get(l)||0;this.remove(l)&&(i++,n+=c)}}clear(){Array.from(this._itemSet.keys()).forEach(t=>this.remove(t))}getStats(){return{size:this._itemSet.size,bytes:this._cachedBytes,usedCount:this._usedSet.size}}}class Yo{maxJobs=6;autoUpdate=!0;priorityCallback=null;_items=[];_callbacks=new Map;_currJobs=0;_scheduled=!1;_schedulingCallback;constructor(){this._schedulingCallback=e=>{requestAnimationFrame(e)}}set schedulingCallback(e){this._schedulingCallback=e}get running(){return this._items.length!==0||this._currJobs!==0}sort(){this.priorityCallback&&this._items.sort(this.priorityCallback)}has(e){return this._callbacks.has(e)}add(e,t){if(this._callbacks.has(e))return this._callbacks.get(e).promise;let a,r;const i=new Promise((o,l)=>{a=o,r=l}),n={callback:t,promise:i,resolve:a,reject:r};return this._items.unshift(e),this._callbacks.set(e,n),this.autoUpdate&&this._scheduleJobRun(),i}remove(e){const t=this._items.indexOf(e);if(t!==-1){const a=this._callbacks.get(e);a&&(a.promise.catch(()=>{}),a.reject(new Error("PriorityQueue: Item removed."))),this._items.splice(t,1),this._callbacks.delete(e)}}removeByFilter(e){const t=[];this._items.forEach(a=>{e(a)&&t.push(a)}),t.forEach(a=>this.remove(a))}_scheduleJobRun(){this._scheduled||(this._scheduled=!0,this._schedulingCallback(()=>{this._scheduled=!1,this._tryRunJobs()}))}_tryRunJobs(){this.sort();const e=this.maxJobs;let t=0;const a=()=>{this._currJobs--,this.autoUpdate&&this._scheduleJobRun()};for(;e>this._currJobs&&this._items.length>0&&t<e;){this._currJobs++,t++;const r=this._items.shift(),i=this._callbacks.get(r);this._callbacks.delete(r),Promise.resolve(i.callback(r)).then(()=>{i.resolve(),a()}).catch(n=>{i.reject(n),a()})}}clear(){Array.from(this._items).forEach(t=>this.remove(t))}getStats(){return{queued:this._items.length,running:this._currJobs}}}function au(s,e=null,t=null){const a=[];for(a.push(s),a.push(null),a.push(0);a.length>0;){const r=a.pop(),i=a.pop(),n=a.pop();if(e&&e(n,i,r)===!0){t&&t(n,i,r);return}const o=n.children;if(o&&o.length>0)for(let l=o.length-1;l>=0;l--)a.push(o[l]),a.push(n),a.push(r+1);if(t&&t(n,i,r)===!0)return}}function Xp(s,e){let t=s;for(;t;){const a=t.depth,r=t.parent;e(t,r,a),t=r}}const Zs={inView:!1,error:1/0,distanceFromCamera:1/0},ru=!0;function iu(s){return s===Va||s===Ar}function _r(s,e){return s.lastFrameVisited===e&&s.used}function su(s){return s.childrenProcessed===s.children.length}function Xo(s){return s.hasUnrenderableContent||s.parent!==null&&s.parent.geometricError<s.geometricError}function Ho(s,e){s.lastFrameVisited!==e.frameCount&&(s.usedLastFrame=s.used,s.lastFrameVisited=e.frameCount,s.used=!1,s.inFrustum=!1,s.isLeaf=!1,s.visible=!1,s.active=!1,s.error=1/0,s.distanceFromCamera=1/0,s.allChildrenReady=!1,e.calculateTileViewError(s,Zs),s.inFrustum=Zs.inView,s.error=Zs.error,s.distanceFromCamera=Zs.distanceFromCamera)}function Ko(s,e,t=!1){s.used||(t||(s.used=!0,e.stats.used++),e.markTileUsed(s),s.inFrustum===!0&&e.stats.inFrustum++)}function Hp(s,e){if(s.canTraverse&&s.canTraverseFrame===e.frameCount)return s.canTraverse;let t=!1;return s.error<=e.errorTarget&&!Xo(s)||s.depth>=e.maxDepth||!s.children||s.children.length===0?t=!1:t=!0,s.canTraverse=t,s.canTraverseFrame=e.frameCount,t}function qo(s,e,t=!1){if(e.ensureChildrenArePreprocessed(s),Ho(s,e),Ko(s,e,t),Xo(s)&&su(s)){const a=s.children;for(let r=0,i=a.length;r<i;r++)qo(a[r],e,t)}}function js(s,e){if(e.ensureChildrenArePreprocessed(s),Ho(s,e),!s.inFrustum)return;if(!Hp(s,e)){Ko(s,e);const n=s.children;if(!s.hasContent&&n&&n.length>0)for(let o=0,l=n.length;o<l;o++){const c=n[o];js(c,e)}return}const a=s.children;let r=!1,i=!1;for(let n=0,o=a.length;n<o;n++){const l=a[n];js(l,e),r=r||_r(l,e.frameCount),i=i||l.inFrustum}if(s.refine==="REPLACE"&&!i&&a.length!==0){s.inFrustum=!1;for(let n=0,o=a.length;n<o;n++)qo(a[n],e,!0);return}if(Ko(s,e),s.refine==="REPLACE"&&(r&&s.depth!==0||ru))for(let n=0,o=a.length;n<o;n++)qo(a[n],e)}function $o(s,e){const t=e.frameCount;if(!_r(s,t))return;const a=s.children;let r=!1;for(let i=0,n=a.length;i<n;i++){const o=a[i];r=r||_r(o,t)}if(!r)s.isLeaf=!0;else{let i=!0;for(let n=0,o=a.length;n<o;n++){const l=a[n];if($o(l,e),_r(l,t)){const c=!Xo(l);let f=!l.hasContent||l.hasRenderableContent&&iu(l.loadingState)||l.hasUnrenderableContent&&l.loadingState===Ar;f=c&&f||l.allChildrenReady,i=i&&f}}s.allChildrenReady=i}}function nu(s,e){if(e.ensureChildrenArePreprocessed(s),_r(s,e.frameCount)&&(s.hasContent&&e.queueTileForDownload(s),su(s))){const t=s.children;for(let a=0,r=t.length;a<r;a++)nu(t[a],e)}}function el(s,e){const t=e.stats;if(!_r(s,e.frameCount))return;if(s.isLeaf){s.loadingState===Va?(s.inFrustum&&(s.visible=!0,t.visible++),s.active=!0,t.active++):s.hasContent&&e.queueTileForDownload(s);return}const a=s.children,r=s.hasContent,i=iu(s.loadingState)&&r,n=(e.errorTarget+1)*(e.errorThreshold||1),o=s.error<=n,l=s.refine==="ADD",c=s.allChildrenReady||s.depth===0&&!ru;if(r&&(o||l)&&e.queueTileForDownload(s),(o&&i&&!c||i&&l)&&(s.inFrustum&&(s.visible=!0,t.visible++),s.active=!0,t.active++),!l&&o&&!c)for(let f=0,d=a.length;f<d;f++){const h=a[f];_r(h,e.frameCount)&&nu(h,e)}else for(let f=0,d=a.length;f<d;f++)el(a[f],e)}function tl(s,e){const t=_r(s,e.frameCount);if(t||s.usedLastFrame){let a=!1,r=!1;if(t?(a=s.active,r=s.visible):Ho(s,e),s.hasRenderableContent&&s.loadingState===Va){const n=s.__wasSetVisible;s.__wasSetActive!==a&&(e.setTileActive(s,a),s.__wasSetActive=a),n!==r&&(e.setTileVisible(s,r),s.__wasSetVisible=r)}s.usedLastFrame=t;const i=s.children;for(let n=0,o=i.length;n<o;n++)tl(i[n],e)}}class Yr{static s_tmpMatrix=null;_type;_data;_box;get box(){return this._box}_sphere;_matrix;constructor(e){if(Yr.s_tmpMatrix||(Yr.s_tmpMatrix=new w),this._data=e,e.box)this._type="box",this._parseBox(e.box);else if(e.sphere)this._type="sphere",this._parseSphere(e.sphere);else if(e.region)this._type="region",this._parseRegion(e.region);else throw new Error("BoundingVolume: Invalid bounding volume data")}_parseBox(e){if(e.length!==12)throw new Error("BoundingVolume: Box must have 12 elements");const t=new u(e[0],e[1],e[2]),a=new u(e[3],e[4],e[5]),r=new u(e[6],e[7],e[8]),i=new u(e[9],e[10],e[11]),n=a.length,o=r.length,l=i.length,c=a.clone().normalize(),f=r.clone().normalize(),d=i.clone().normalize();this._matrix=new w;const h=this._matrix.rawData;h[0]=c.x,h[1]=c.y,h[2]=c.z,h[3]=0,h[4]=f.x,h[5]=f.y,h[6]=f.z,h[7]=0,h[8]=d.x,h[9]=d.y,h[10]=d.z,h[11]=0,h[12]=t.x,h[13]=t.y,h[14]=t.z,h[15]=1;const b=new u(n*2,o*2,l*2);this._box=new ke(new u(0,0,0),b)}_parseSphere(e){if(e.length!==4)throw new Error("BoundingVolume: Sphere must have 4 elements");const t=new u(e[0],e[1],e[2]),a=e[3];this._sphere=new Vr(t,a)}_parseRegion(e){if(e.length!==6)throw new Error("BoundingVolume: Region must have 6 elements");const[t,a,r,i,n,o]=e,l=new u((t+r)/2,(a+i)/2,(n+o)/2),c=new u(Math.abs(r-t),Math.abs(i-a),Math.abs(o-n));this._box=new ke(l,c),this._matrix=new w,this._matrix.identity()}getAABB(e,t){if(this._type==="sphere"&&this._sphere){const a=this._sphere.center,r=this._sphere.radius,i=new u(a.x-r,a.y-r,a.z-r),n=new u(a.x+r,a.y+r,a.z+r);if(e.setFromMinMax(i,n),t){const o=[new u(i.x,i.y,i.z),new u(n.x,i.y,i.z),new u(i.x,n.y,i.z),new u(n.x,n.y,i.z),new u(i.x,i.y,n.z),new u(n.x,i.y,n.z),new u(i.x,n.y,n.z),new u(n.x,n.y,n.z)];o.forEach(l=>{const c=new u;t.transformPoint(l,c),l.copyFrom(c)}),e.makeEmpty(),o.forEach(l=>{e.expandByPoint(l)})}return e}else if(this._box){const a=Yr.s_tmpMatrix;if(a.identity(),this._matrix?t?a.multiplyMatrices(t,this._matrix):a.copyFrom(this._matrix):t&&a.copyFrom(t),a){const r=this._box,i=[new u(r.min.x,r.min.y,r.min.z),new u(r.max.x,r.min.y,r.min.z),new u(r.min.x,r.max.y,r.min.z),new u(r.max.x,r.max.y,r.min.z),new u(r.min.x,r.min.y,r.max.z),new u(r.max.x,r.min.y,r.max.z),new u(r.min.x,r.max.y,r.max.z),new u(r.max.x,r.max.y,r.max.z)];i.forEach(n=>{const o=new u;a.transformPoint(n,o),n.copyFrom(o)}),e.makeEmpty(),i.forEach(n=>{e.expandByPoint(n)})}else e.setFromMinMax(this._box.min,this._box.max);return e}throw new Error("BoundingVolume: Invalid state")}getOBB(e,t){this._type==="box"&&this._box&&this._matrix?(e.setFromMinMax(this._box.min,this._box.max),t.copyFrom(this._matrix)):(this.getAABB(e),t.identity())}getSphere(e){if(this._type==="sphere"&&this._sphere)return e.center.copyFrom(this._sphere.center),e.radius=this._sphere.radius,e;const t=new ke;this.getAABB(t);const a=t.center,i=t.size.length*.5;return e.center.copyFrom(a),e.radius=i,e}get type(){return this._type}distanceToPoint(e,t){if(this._type==="sphere"&&this._sphere){const a=this._sphere.center;let r=a;if(t){const o=new u;t.transformPoint(a,o),r=o}const i=this._sphere.radius,n=e.clone().subtract(r).length;return Math.max(0,n-i)}else if(this._box){const a=new ke;this.getAABB(a,t);const r=a.center,i=a.size,n=Math.max(0,Math.abs(e.x-r.x)-i.x*.5),o=Math.max(0,Math.abs(e.y-r.y)-i.y*.5),l=Math.max(0,Math.abs(e.z-r.z)-i.z*.5);return Math.sqrt(n*n+o*o+l*l)}return 1/0}intersectsFrustum(e,t){if(this._type==="sphere"&&this._sphere){const a=new ke;return this.getAABB(a,t),e.containsBox2(a)>0}else if(this._box){const a=new ke;return this.getAABB(a,t),e.containsBox2(a)>0}return!1}}const ou=(s,e)=>{const t=s.priority||0,a=e.priority||0;return t!==a?t>a?1:-1:s.used!==e.used?s.used?1:-1:s.error!==e.error?s.error>e.error?1:-1:s.distanceFromCamera!==e.distanceFromCamera?s.distanceFromCamera>e.distanceFromCamera?-1:1:s.depthFromRenderedParent!==e.depthFromRenderedParent?s.depthFromRenderedParent>e.depthFromRenderedParent?-1:1:0},lu=(s,e)=>{const t=s.priority||0,a=e.priority||0;return t!==a?t>a?1:-1:s.lastFrameVisited!==e.lastFrameVisited?s.lastFrameVisited>e.lastFrameVisited?-1:1:s.depthFromRenderedParent!==e.depthFromRenderedParent?s.depthFromRenderedParent>e.depthFromRenderedParent?1:-1:s.loadingState!==e.loadingState?s.loadingState>e.loadingState?-1:1:s.hasUnrenderableContent!==e.hasUnrenderableContent?s.hasUnrenderableContent?-1:1:s.error!==e.error?s.error>e.error?-1:1:0};class Kp{rootLoadingState=Dr;rootTileSet=null;rootURL=null;fetchOptions={};frameCount=0;isLoading=!1;lruCache;loadQueue;processNodeQueue;plugins=[];_queuedTiles=[];_cachedSinceLoadComplete=new Set;_processedTiles=new WeakSet;_visibleTiles=new Set;_usedSet=new Set;_cacheHits=0;_cacheMisses=0;stats={parsing:0,downloading:0,failed:0,inFrustum:0,used:0,active:0,visible:0,inCacheSinceLoad:0};errorTarget=16;errorThreshold=1;maxDepth=30;displayActiveTiles=!1;onRootTileLoaded;rtcOffset=null;_root=null;_activeTiles=new Set;group;cameras=[];_cameraMap=new Map;_cameraInfo=[];_upRotationMatrix=new w;_ellipsoid;_bytesUsed=new WeakMap;_eventListeners=new Map;performanceStats={updateTime:0,traverseTime:0,markUsedTime:0,markVisibleTime:0,toggleTime:0,queueProcessTime:0};constructor(e=null){this.rootURL=e,this.lruCache=new tu,this.lruCache.unloadPriorityCallback=lu,this.loadQueue=new Yo,this.loadQueue.maxJobs=10,this.loadQueue.priorityCallback=ou,this.processNodeQueue=new Yo,this.processNodeQueue.maxJobs=25,this.group=new ne,this.group.name="TilesRendererGroup"}get root(){return this._root}get loadProgress(){const{stats:e,isLoading:t}=this,a=e.downloading,r=e.inCacheSinceLoad+(t?1:0);return r===0?1:1-a/r}update(){const{lruCache:e,_usedSet:t,stats:a,loadQueue:r,processNodeQueue:i}=this;this.rootLoadingState===Dr&&(this.rootLoadingState=Zo,this.isLoading=!0,this._loadRootTileSet().then(c=>{if(this.rootLoadingState=Va,this.rootTileSet=c,c.root){const f=this._getBasePath(this.rootURL||""),d=this.preprocessNode(c.root,f,null);this._root=d;const h=new Yr(d.boundingVolume),b=new Vr;h.getSphere(b);const m=new ke;if(h.getAABB(m),this.rtcOffset=new u(-b.center.x,-b.center.y,-b.center.z),this.onRootTileLoaded)try{this.onRootTileLoaded({center:b.center,radius:b.radius,boundingBox:m,rtcOffset:this.rtcOffset})}catch(g){console.warn("Failed to calculate bounding volume for root tile:",g)}}this.dispatchEvent({type:"load-tile-set",tileSet:c,url:this.rootURL})}).catch(c=>{this.rootLoadingState=Ar,console.error("Failed to load root tileset:",c),this.dispatchEvent({type:"load-error",tile:null,error:c,url:this.rootURL})}));const n=this.root;if(!n)return;a.inFrustum=0,a.used=0,a.active=0,a.visible=0,this.frameCount++,t.forEach(c=>e.markUnused(c)),t.clear(),this.updateCameraInfo(),js(n,this),$o(n,this),el(n,this),tl(n,this);const o=this._queuedTiles;e.unloadPriorityCallback&&o.sort(e.unloadPriorityCallback);for(let c=0,f=o.length;c<f&&!e.isFull();c++)this.requestTileContents(o[c]);o.length=0,e.scheduleUnload(),(r.running||i.running)===!1&&this.isLoading===!0&&(this._cachedSinceLoadComplete.clear(),a.inCacheSinceLoad=0,this.dispatchEvent({type:"tiles-load-end"}),this.isLoading=!1)}traverse(e,t,a=!0){this.root&&au(this.root,(r,i,n)=>(a&&this.ensureChildrenArePreprocessed(r,!0),e?e(r,i,n):!1),t)}registerPlugin(e){if(this.plugins.includes(e))return;const t=e.priority||0;let a=this.plugins.length;for(let r=0;r<this.plugins.length;r++)if((this.plugins[r].priority||0)>t){a=r;break}this.plugins.splice(a,0,e),e.init&&e.init(this)}unregisterPlugin(e){const t=this.plugins;let a;if(typeof e=="string"?a=t.find(r=>r.name===e):a=e,a&&t.includes(a)){const r=t.indexOf(a);return t.splice(r,1),a.dispose&&a.dispose(),!0}return!1}getPluginByName(e){return this.plugins.find(t=>t.name===e)||null}calculateTileViewError(e,t){const a=e.cached,r=this.cameras,i=this._cameraInfo,n=a.boundingVolume;if(!n){t.inView=!1,t.error=1/0,t.distanceFromCamera=1/0;return}let o=!1,l=-1/0,c=1/0,f=-1/0,d=1/0;const h=a.worldTransform;for(let b=0,m=r.length;b<m;b++){const g=i[b];let p,D;if(g.isOrthographic){const v=g.pixelSize;p=e.geometricError/v,D=1/0}else{const v=g.sseDenominator;D=n.distanceToPoint(g.position,h),p=D===0?1/0:e.geometricError/(D*v)}const _=i[b].frustum;n.intersectsFrustum(_,h)&&(o=!0,l=Math.max(l,p),c=Math.min(c,D)),f=Math.max(f,p),d=Math.min(d,D)}o?(t.inView=!0,t.error=l,t.distanceFromCamera=c):(t.inView=!1,t.error=f,t.distanceFromCamera=d)}updateCameraInfo(){this._updateCameraInfo()}_updateCameraInfo(){const e=this.cameras,t=this._cameraInfo,a=this._cameraMap;for(;t.length<e.length;)t.push({position:new u,frustum:new wn,isOrthographic:!1});for(let r=0;r<e.length;r++){const i=e[r],n=t[r],o=a.get(i);if(!o)continue;const l=i.transform.worldPosition;if(n.position.copyFrom(l),n.frustum=i.frustum,n.isOrthographic=i.type===it.ortho,n.isOrthographic){const c=i.frustumSize;n.pixelSize=c/o.height}else{const f=i.fov*Math.PI/180;n.sseDenominator=2*Math.tan(f/2)/o.height}}}preprocessNode(e,t,a=null){if(this._processedTiles.has(e))return e;this._processedTiles.add(e);let r;if(e instanceof jo?r=e:r=new jo(e,a),r.content){const c=r.content;!("uri"in c)&&"url"in c&&(c.uri=c.url,delete c.url)}if(r.basePath=t,r.boundingVolume){const c=new Yr(r.boundingVolume);r.cached.boundingVolume=c}const i=new u(r.boundingVolume.box[0],r.boundingVolume.box[1],r.boundingVolume.box[2]),n=new w;if(r.transform){const c=r.transform;for(let f=0;f<16;f++)n.rawData[f]=c[f]}if(!a){n.copyFrom(this._upRotationMatrix);const c=new u;c.copyFrom(i),c.applyMatrix4(n);const f=r.cached.boundingVolume.box,d=[new u(f.min.x,f.min.y,f.min.z),new u(f.max.x,f.min.y,f.min.z),new u(f.min.x,f.max.y,f.min.z),new u(f.max.x,f.max.y,f.min.z),new u(f.min.x,f.min.y,f.max.z),new u(f.max.x,f.min.y,f.max.z),new u(f.min.x,f.max.y,f.max.z),new u(f.max.x,f.max.y,f.max.z)];for(const m of d)m.applyMatrix4(n);const h=new ke;d.forEach(m=>{h.expandByPoint(m)}),n.rawData[12]=-c.x,n.rawData[13]=-c.y,n.rawData[14]=-c.z;const b=h.min;n.rawData[13]-=b.y}const o=new w;o.copyFrom(n),a&&a.cached.worldTransform&&o.multiplyMatrices(a.cached.worldTransform,n);const l=new w;if(l.copyFrom(o),l.invert(),r.cached.transfrom=n,r.cached.worldTransform=o,r.cached.transformInverse=l,e.children&&e.children.length>0){r.children=[];for(let c=0;c<e.children.length;c++){const f=e.children[c],d=this.preprocessNode(f,t,r);r.children.push(d)}r.childrenProcessed=r.children.length}return r}ensureChildrenArePreprocessed(e,t=!1){const a=e.children;for(let r=0,i=a.length;r<i;r++){const n=a[r];n.basePath!==void 0&&n.basePath!==""||n.cached.boundingVolume||(t?(this.processNodeQueue.remove(n),this.preprocessNode(n,e.basePath,e)):this.processNodeQueue.has(n)||this.processNodeQueue.add(n,o=>{this.preprocessNode(o,e.basePath,e)}))}}_recordCacheHit(){this._cacheHits++}_recordCacheMiss(){this._cacheMisses++}resetCacheStats(){this._cacheHits=0,this._cacheMisses=0}requestTileContents(e){if(e.loadingState!==Dr){this._recordCacheHit();return}if(this.lruCache.isFull()){this._recordCacheMiss();return}this._recordCacheMiss(),e.loadingState=Zo,this.stats.downloading++;const t=e.content||e.contents&&e.contents[0];if(!t||!t.uri){e.loadingState=Ar,this.stats.downloading--,this.stats.failed++;return}const a=e.basePath||"",r=t.uri,i=this._resolveURL(a,r);this.loadQueue.add(e,async n=>{try{await this.parseTileContent(n,r,i),this.stats.downloading--}catch(o){n.loadingState=Ar,this.stats.downloading--,this.stats.failed++,console.error("Failed to load tile:",o)}})}async parseTileContent(e,t,a){e.loadingState=$h;const i=(c=>{const f=c.split(".");return f.length>1?f[f.length-1]:""})(t),n=a;let o=null;const l=new wt;switch(i.toLowerCase()){case"b3dm":{o=(await l.load(n,mo,{onProgress:f=>{},onComplete:f=>{}})).data;break}case"i3dm":{o=(await l.load(n,_o,{onProgress:f=>{},onComplete:f=>{}})).data;break}case"glb":case"gltf":{o=(await l.load(n,vt,{onProgress:f=>{},onComplete:f=>{}})).data;break}case"pnts":{o=(await l.load(n,Wh,{onProgress:f=>{},onComplete:f=>{}})).data;break}case"json":try{const c=await A.res.loadJSON(n);e.children.length=0,e.childrenProcessed=0;const f=this._getBasePath(n);if(c.root){const d=this.preprocessNode(c.root,f,e);e.children.push(d),e.childrenProcessed=1,this.dispatchEvent({type:"load-tile-set",tileSet:c,url:n})}e.loadingState=Va;return}catch(c){console.error("Failed to load external tileset:",c),e.loadingState=Ar,this.stats.failed++;return}break;default:console.warn(`Unknown tile format: ${i}`);break}if(o){e.cached.scene=o,e.loadingState=Va;const c=this._estimateBytesUsed(o);this._bytesUsed.set(o,c),this.lruCache.setMemoryUsage(e,c),this.lruCache.has(e)||this.lruCache.add(e,f=>{if(f.cached.scene){const d=f.cached.scene;d.parent&&d.parent.object3D.removeChild(d),d.destroy(!0),f.cached.scene=null}f.loadingState=Dr}),e.active&&this.setTileActive(e,!0)}else e.loadingState=Ar,this.stats.failed++}markTileUsed(e){this._usedSet.add(e),this.lruCache.markUsed(e)}setTileActive(e,t){t?this._activeTiles.add(e):this._activeTiles.delete(e);const a=e.cached.scene;a&&(t?(this.group.entityChildren.includes(a)||(a.parent&&a.parent.object3D.removeChild(a),this.group.addChild(a)),e.cached.worldTransform&&this._applyWorldTransform(a.transform,e.cached.worldTransform),a.transform.enable=!0):a.transform.enable=!1)}setTileVisible(e,t){t?this._visibleTiles.add(e):this._visibleTiles.delete(e);const a=e.cached.scene;a&&(a.transform.enable=t)}queueTileForDownload(e){e.loadingState!==Dr||this.lruCache.isFull()||this._queuedTiles.push(e)}dispatchEvent(e){const t=this._eventListeners.get(e.type);t&&t.forEach(a=>{try{a(e)}catch(r){console.error("Error in event listener:",r)}})}async _loadRootTileSet(){if(!this.rootURL)throw new Error("Root URL is not set");const e=await A.res.loadJSON(this.rootURL);return e.asset&&e.asset.gltfUpAxis&&this._setupUpAxisRotation(e.asset.gltfUpAxis),e}_setupUpAxisRotation(e){const t=new w;switch(e.toLowerCase()){case"x":t.makeRotationAxis(u.Y_AXIS,-Math.PI/2);break;case"y":t.identity();break;case"z":t.makeRotationAxis(u.X_AXIS,-Math.PI/2);break;default:console.warn(`Unknown gltfUpAxis: ${e}, using default`),t.identity();break}this._upRotationMatrix=t}_applyLocalTransform(e,t){const a=t.decompose(ia.EULER_ANGLES);e.localPosition=a[0];const r=new $;r.fromEulerAngles(a[1].x,a[1].y,a[1].z),e.localRotQuat=r,e.localScale=a[2]}_applyWorldTransform(e,t){const a=t.decompose(ia.EULER_ANGLES);e.localPosition=a[0];const r=new $;r.fromEulerAngles(a[1].x,a[1].y,a[1].z),e.localRotQuat=r,e.localScale=a[2]}_getBasePath(e){const t=e.lastIndexOf("/");return t!==-1?e.substring(0,t):""}_resolveURL(e,t){return t.startsWith("http://")||t.startsWith("https://")?t:e+"/"+t}_getUrlExtension(e){const t=e.split(".");return t.length>1?t[t.length-1]:""}getMemoryStats(){const e=this.lruCache.getStats(),t=this.lruCache.maxBytesSize,a=e.bytes,r=t-a,i=this._cacheHits+this._cacheMisses,n=i>0?this._cacheHits/i:0;return{totalTiles:e.size,loadedTiles:e.usedCount,cachedTiles:e.size,totalBytes:t,usedBytes:a,freeBytes:r,cacheHitRate:n}}getLoadedTiles(){const e=[];return this.traverse(t=>(t.loadingState===Va&&e.push(t),!1),null),e}getVisibleTiles(){return Array.from(this._visibleTiles)}getActiveTiles(){return Array.from(this._activeTiles)}getTileTreeStats(){let e=0,t=0,a=0,r=0,i=0,n=0;return this.traverse(o=>(e++,o.loadingState===Va&&t++,o.visible&&a++,o.active&&r++,i=Math.max(i,o.depth),n+=o.depth,!1),null),{totalTiles:e,loadedTiles:t,visibleTiles:a,activeTiles:r,maxDepth:i,averageDepth:e>0?n/e:0}}printDebugInfo(){const e=this.stats,t=this.getMemoryStats(),a=this.getTileTreeStats(),r=this.performanceStats,i=this.lruCache.getStats();console.log("=== TilesRenderer Debug Info ==="),console.log("Stats:",e),console.log("Memory:",t),console.log("Tree:",a),console.log("Performance:",r),console.log("Cache:",i),console.log("Queues:",{load:this.loadQueue.getStats(),process:this.processNodeQueue.getStats()})}setPerformanceOptions(e){e.lruCacheMinSize!==void 0&&(this.lruCache.minSize=e.lruCacheMinSize),e.lruCacheMaxSize!==void 0&&(this.lruCache.maxSize=e.lruCacheMaxSize),e.lruCacheMinBytes!==void 0&&(this.lruCache.minBytesSize=e.lruCacheMinBytes),e.lruCacheMaxBytes!==void 0&&(this.lruCache.maxBytesSize=e.lruCacheMaxBytes),e.lruCacheUnloadPercent!==void 0&&(this.lruCache.unloadPercent=e.lruCacheUnloadPercent),e.downloadQueueMaxJobs!==void 0&&(this.loadQueue.maxJobs=e.downloadQueueMaxJobs),e.parseQueueMaxJobs!==void 0&&(this.loadQueue.maxJobs=e.parseQueueMaxJobs),e.processQueueMaxJobs!==void 0&&(this.processNodeQueue.maxJobs=e.processQueueMaxJobs),e.enablePerformanceStats!==void 0&&(this._enablePerformanceStats=e.enablePerformanceStats),e.enableCacheStats!==void 0&&(this._enableCacheStats=e.enableCacheStats)}dispose(e){[...this.plugins].forEach(a=>this.unregisterPlugin(a)),this.lruCache.clear(),this.loadQueue.clear(),this.processNodeQueue.clear(),this._root=null,this.rootTileSet=null,this.rootLoadingState=Dr,this.frameCount=0,this.isLoading=!1,this.resetCacheStats(),this.group.destroy(e)}setCamera(e,t,a){this.cameras.includes(e)||this.cameras.push(e),this._cameraMap.set(e,{width:t,height:a}),this._updateCameraInfo()}deleteCamera(e){const t=this.cameras.indexOf(e);t!==-1&&this.cameras.splice(t,1),this._cameraMap.delete(e),this._updateCameraInfo()}setResolution(e,t,a){const r=this._cameraMap.get(e);r?(r.width=t,r.height=a):this._cameraMap.set(e,{width:t,height:a}),this._updateCameraInfo()}forEachLoadedModel(e){this.traverse(t=>(t.loadingState===Va&&t.cached.scene&&e(t.cached.scene,t),!1),null)}_estimateBytesUsed(e){let t=0;return e.forChild(a=>{const r=a.getComponent(fe);r&&r.geometry&&(t+=1024),r&&r.material&&(t+=512)}),t}addEventListener(e,t){this._eventListeners.has(e)||this._eventListeners.set(e,[]),this._eventListeners.get(e).push(t)}removeEventListener(e,t){const a=this._eventListeners.get(e);if(a){const r=a.indexOf(t);r!==-1&&a.splice(r,1)}}async loadTileSet(e,t){const r=(e.endsWith("/")?e.slice(0,-1):e)+"/"+t;this.rootURL=r}get modelList(){const e=[];return this.forEachLoadedModel(t=>{e.push(t)}),e}}class qp{asset;extras;geometricError;properties;refine;root;extensionsUsed;extensionsRequired;extensions}class $p{boundingVolume;children;geometricError;transform;content;contents;refine;extensions;extras}class em{boundingVolume;geometricError;refine;content;contents;children;transform;extensions;extras}class tm{uri;group;metadata}class am{class;properties}function rm(s,e){let t=0,a=null;return function(...r){const i=Date.now(),n=i-t;n>=e?(t=i,s.apply(this,r)):(a!==null&&clearTimeout(a),a=window.setTimeout(()=>{t=Date.now(),s.apply(this,r),a=null},e-n))}}class im extends Bt{static count=0;constructor(){super(),j.register("ColorLitShader",Pd),this.shader=new mt;let e=new Xe("ColorLitShader","ColorLitShader");e.passType=se.COLOR,this.shader.addRenderPass(e),e.setDefine("USE_BRDF",!0),e.setShaderEntry("VertMain","FragMain"),e.setUniformColor("baseColor",new W),e.setUniformColor("emissiveColor",new W),e.setUniformFloat("envIntensity",1),e.setUniformFloat("normalScale",1),e.setUniformFloat("roughness",0),e.setUniformFloat("metallic",0),e.setUniformFloat("ao",1),e.setUniformFloat("alphaCutoff",0);let t=e.shaderState;t.acceptShadow=!0,t.receiveEnv=!0,t.acceptGI=!0,t.useLight=!0,e.setTexture("normalMap",A.res.normalTexture),e.setTexture("emissiveMap",A.res.blackTexture)}clone(){return null}debug(){}}class sm extends Bt{constructor(){super(),this.shader=new Wi,this.transparent=!0}setInstanceBuffer(e){this.shader.setStorageBuffer("instances",e)}setModelMatrix(e){this.shader.getDefaultColorShader().setUniform("modelMatrix",e.rawData)}set baseColor(e){this.shader.setUniformColor("baseColor",e)}get baseColor(){return this.shader.getUniformColor("baseColor")}set lineWidth(e){this.shader.setUniformFloat("lineWidth",e)}get lineWidth(){return this.shader.getUniformFloat("lineWidth")}set opacity(e){this.shader.setUniformFloat("opacity",e)}get opacity(){return this.shader.getUniformFloat("opacity")}set resolution(e){this.shader.setUniformVector2("resolution",e)}get resolution(){return this.shader.getUniformVector2("resolution")}}class nm extends Bt{constructor(){super();let e=new Xe("LambertShader","LambertShader");e.setShaderEntry("VertMain","FragMain"),e.passType=se.COLOR,e.setUniformVector4("transformUV1",new he(0,0,1,1)),e.setUniformVector4("transformUV2",new he(0,0,1,1)),e.setUniformColor("baseColor",new W(1,1,1,1)),e.setUniformFloat("alphaCutoff",.5);let t=e.shaderState;t.acceptShadow=!1,t.castShadow=!1,t.receiveEnv=!1,t.acceptGI=!1,t.useLight=!1;let a=new mt;a.addRenderPass(e),this.shader=a,this.baseMap=A.res.grayTexture}set baseMap(e){this.shader.setTexture("baseMap",e)}get baseMap(){return this.shader.getTexture("baseMap")}set baseColor(e){this.shader.setUniformColor("baseColor",e)}get baseColor(){return this.shader.getUniformColor("baseColor")}set envMap(e){}set shadowMap(e){}}function om(s,e){}class lm extends Bt{constructor(){super(),this.shader=new ji,this.baseMap=A.res.whiteTexture}set baseMap(e){this.shader.setTexture("baseMap",e)}get baseMap(){return this.shader.getTexture("baseMap")}set baseColor(e){this.shader.setUniformColor("baseColor",e)}get baseColor(){return this.shader.getUniformColor("baseColor")}set shadowMap(e){}}class al{clipName;loopTime;startTime;stopTime;sampleRate;useSkeletonPos;useSkeletonScale;positionCurves=new Map;rotationCurves=new Map;scaleCurves=new Map;floatCurves=new Map;formBytes(e){if(this.clipName=e.readUTF(),this.loopTime=!e.readInt32(),this.startTime=e.readFloat32(),this.stopTime=e.readFloat32(),this.sampleRate=e.readInt32(),this.useSkeletonPos=e.readInt32()>0,this.useSkeletonScale=e.readInt32()>0,this.useSkeletonPos){let r=e.readInt32();for(let i=0;i<r;i++){let n=new Br;n.formBytes(e),this.positionCurves.set(n.path,n)}}let t=e.readInt32();for(let r=0;r<t;r++){let i=new Br;i.formBytes(e),this.rotationCurves.set(i.path,i)}if(this.useSkeletonScale){let r=e.readInt32();for(let i=0;i<r;i++){let n=new Br;n.formBytes(e),this.scaleCurves.set(n.path,n)}}let a=e.readInt32();for(let r=0;r<a;r++){let i=new Br;i.formBytes(e),this.floatCurves.set(i.attribute,i)}}}class Br{path;attribute;propertys;preInfinity;postInfinity;rotationOrder;m_curves;k=0;_cacheValue;_kValue;constructor(e=1){this.k=e,this.m_curves=[],this.check()}check(){for(let e=0;e<this.k;e++)this.m_curves[e]||=new Mi;switch(this.k){case 1:this._cacheValue=0;break;case 2:this._cacheValue=new le;break;case 3:this._cacheValue=new u;break;case 4:this._cacheValue=new he;break}}get totalTime(){return this.m_curves[0].totalTime}addKeyFrame(e){for(let t=0;t<this.k;t++)this.m_curves[t].addKeyFrame(e.getK(t))}removeKeyFrame(e){for(let t=0;t<this.k;t++)this.m_curves[t].removeKeyFrame(e.getK(t))}getValue(e){switch(this.k){case 1:this._cacheValue=this.m_curves[0].getValue(e);break;case 2:this._cacheValue.x=this.m_curves[0].getValue(e),this._cacheValue.y=this.m_curves[1].getValue(e);break;case 3:this._cacheValue.x=this.m_curves[0].getValue(e),this._cacheValue.y=this.m_curves[1].getValue(e),this._cacheValue.z=this.m_curves[2].getValue(e);break;case 4:const t=this.m_curves[0].getCurveFramesExtent(e),a=t.lhsIndex,r=t.rhsIndex;e=t.time;let i=this.m_curves[0].getKey(a),n=this.m_curves[0].getKey(r);e%=this.m_curves[0].totalTime;let o=(e-i.time)/(n.time-i.time);$.HELP_0.set(this.m_curves[0].getKey(a).value,this.m_curves[1].getKey(a).value,this.m_curves[2].getKey(a).value,this.m_curves[3].getKey(a).value),$.HELP_1.set(this.m_curves[0].getKey(r).value,this.m_curves[1].getKey(r).value,this.m_curves[2].getKey(r).value,this.m_curves[3].getKey(r).value),$.HELP_2.slerp($.HELP_0,$.HELP_1,o),this._cacheValue.x=$.HELP_2.x,this._cacheValue.y=$.HELP_2.y,this._cacheValue.z=$.HELP_2.z,this._cacheValue.w=$.HELP_2.w;break}return this._cacheValue}getKeyCount(){return this.m_curves[0].getKeyCount()}getKey(e){let t=[];for(let a=0;a<this.k;a++)t.push(this.m_curves[a].getKey(e));return t}formBytes(e){this.path=e.readUTF(),this.k=e.readInt32(),this.check(),this.attribute=e.readUTF(),this.propertys=this.attribute.split("."),this.preInfinity=e.readInt32(),this.postInfinity=e.readInt32(),this.rotationOrder=e.readInt32();let t=e.readInt32();for(let a=0;a<t;a++){let r=new Hi(0);r.formBytes(e),this.addKeyFrame(r)}}}class cm extends Map{negtive;constructor(e){if(super(e),this.negtive=new Map,e)for(let t of e)this.negtive.set(t[1],t[0])}delete(e){if(this.has(e)){let t=this.get(e);return this.negtive.delete(t),super.delete(e)}return!1}getKey(e){return this.negtive.get(e)}deleteValue(e){let t=this.negtive.get(e);return t&&this.delete(t),this.negtive.delete(e)}set(e,t){return super.set(e,t),this.negtive.set(t,e),this}clear(){this.negtive.clear(),super.clear()}}class fm{colorArray;constructor(e){this.colorArray=e}getColor(e){let t=e*this.colorArray.length,a=Math.floor(t),r=Math.min(a+1,this.colorArray.length-1),i=this.colorArray[a],n=this.colorArray[r];return W.lerp(t-a,i,n)}}class Ys{controlVertices;constructor(e){this.setControlVertices(e)}setControlVertices(e){e.length==4&&(this.controlVertices=e.concat())}getPoint(e){if(!(e>=0&&e<=1))return u.ZERO;let t=1-e,a=t*t*t,r=3*e*t*t,i=3*e*e*t,n=e*e*e;return this.controlVertices[0].mul(a).add(this.controlVertices[1].mul(r)).add(this.controlVertices[2].mul(i)).add(this.controlVertices[3].mul(n))}getTangent(e){if(!(e>=0&&e<=1))return u.ZERO;let t=this.controlVertices,a=t[0].add(t[1].add(t[0]).mul(e)),r=t[1].add(t[2].add(t[1]).mul(e)),i=t[2].add(t[3].add(t[2]).mul(e)),n=a.add(r.subtract(a).mul(e));return r.add(i.subtract(r).mul(e)).subtract(n)}getClosestParam(e,t=1e-6){return this.getClosestParamRec(e,0,1,t)}getClosestParamRec(e,t,a,r){let i=(t+a)/2;if(a-t<r)return i;let n=(t+i)/2,o=(i+a)/2,l=this.getPoint(n),c=this.getPoint(o),f=l.subtract(e).lengthSquared,d=c.subtract(e).lengthSquared;return f<d?a=i:t=i,this.getClosestParamRec(e,t,a,r)}}var cu=(s=>(s[s.Open=0]="Open",s[s.Closed=1]="Closed",s))(cu||{});class dm{type=0;numCurveSegments=0;numControlVertices=0;controlVertices=[];constructor(e,t=0){this.setControlVertices(e,t)}getPathType(){return this.type}isClosed(){return this.type==1}isValid(){return this.numCurveSegments>0}clear(){this.controlVertices.length=0,this.type=0,this.numCurveSegments=0,this.numControlVertices=0}computeApproxLength(){if(!this.isValid())return 0;let e=this.numCurveSegments+1;if(e<2)return 0;let t=0,a=this.controlVertices;for(let r=1;r<e;r++){let i=a[(r-1)*3],n=a[r*3];t+=i.subtract(n).lengthSquared}return t==0?0:t}computeApproxParamPerUnitLength(){let e=this.computeApproxLength();return this.numCurveSegments/e}computeApproxNormParamPerUnitLength(){return 1/this.computeApproxLength()}interpolatePoints(e,t){let a=e.length;a<2&&console.error("point count must great 1"),this.clear(),this.type=t;let r=this.controlVertices;switch(t){case 0:{this.numCurveSegments=a-1,this.numControlVertices=3*a-2,r.length=this.numControlVertices;for(let o=0;o<a;o++)r[o*3]=e[o];let i=e[1].subtract(e[0]).mul(.25);r[1]=e[0].add(i);let n=e[a-2].subtract(e[a-1]).mul(.25);r[this.numControlVertices-2]=e[a-1].add(n);for(let o=1;o<this.numCurveSegments;o++){let l=e[o-1].subtract(e[o]),c=e[o+1].subtract(e[o]),f=l.lengthSquared,d=c.lengthSquared;if(f>0&&d>0){let h=(f+d)/8,b=c.div(d).subtract(l.div(f));b.normalize(),b=b.mul(h),r[o*3-1]=e[o].subtract(b),r[o*3+1]=e[o].add(b)}else r[o*3-1]=e[o],r[o*3+1]=e[o]}break}case 1:{this.numCurveSegments=a,this.numControlVertices=3*a+1,r.length=this.numControlVertices;for(let i=0;i<a;i++)r[i*3]=e[i];r[this.numControlVertices-1]=e[0];for(let i=1;i<=this.numCurveSegments;i++){let n=i-1,o=(i+1)%this.numCurveSegments,l=i%this.numCurveSegments,c=e[n].subtract(e[l]),f=e[o].subtract(e[l]),d=c.lengthSquared,h=f.lengthSquared,b=3*i-1,m=(3*i+1)%(this.numControlVertices-1);if(d>0&&h>0){let g=(d+h)/8,p=f.div(h).subtract(c.div(d));p.normalize(),p=p.mul(g),r[b]=e[l].subtract(p),r[m]=e[l].add(p)}else r[b]=e[l],r[m]=e[l]}break}}}setControlVertices(e,t){let a=e.length;a<=0||t==0&&a<4||t==1&&a<7||(a-1)%3==0&&(this.clear(),this.type=t,this.numControlVertices=a,this.numCurveSegments=(a-1)/3,this.controlVertices=e)}getPoint(e){if(this.type==1){for(;e<0;)e+=this.numCurveSegments;for(;e>this.numCurveSegments;)e-=this.numCurveSegments}else e=Lt.clampf(e,0,this.numCurveSegments);if(!(e>=0)&&e<=this.numCurveSegments)return;let t=Math.floor(e);t>=this.numCurveSegments&&(t=this.numCurveSegments-1);let a=[],r=this.controlVertices;return a[0]=r[3*t+0],a[1]=r[3*t+1],a[2]=r[3*t+2],a[3]=r[3*t+3],new Ys(a).getPoint(e-t)}getPointNorm(e){return this.getPoint(e*this.numCurveSegments)}getTangent(e){if(this.type==1){for(;e<0;)e+=this.numCurveSegments;for(;e>this.numCurveSegments;)e-=this.numCurveSegments}else e=Lt.clampf(e,0,this.numCurveSegments);if(!(e>=0)&&e<=this.numCurveSegments)return;let t=Math.floor(e);t>=this.numCurveSegments&&(t=this.numCurveSegments-1);let a=this.controlVertices,r=[];return r[0]=a[3*t+0],r[1]=a[3*t+1],r[2]=a[3*t+2],r[3]=a[3*t+3],new Ys(r).getTangent(e-t)}getTangentNorm(e){return this.getTangent(e*this.numCurveSegments)}computeClosestParam(e,t){let a=Number.MAX_SAFE_INTEGER,r=0,i=[],n=new Ys(i);for(let o=0;o<this.controlVertices.length-1;o+=3){for(let d=0;d<4;d++)i[d]=this.controlVertices[o+d];n.setControlVertices(i);let l=n.getClosestParam(e,t),f=n.getPoint(l).subtract(e).lengthSquared;f<a&&(a=f,r=o/3+l)}return r}computeClosestNormParam(e,t){return this.computeClosestParam(e,t*this.numCurveSegments)}}class hm extends Map{valueList;keyList;isChange=!0;constructor(e,t,a){if(super(e),t&&(this.keyList=[]),a&&(this.valueList=[]),e)for(let r of e)this.valueList?.push(r[1]),this.keyList?.push(r[0])}delete(e){if(this.has(e)){let t=this.get(e);return this.valueList&&this.deleteValue(t),this.keyList&&this.deleteKey(e),this.isChange=!0,super.delete(e)}return!1}deleteValue(e){let t=this.valueList.indexOf(e);return t>=0&&this.valueList.splice(t,1),this}deleteKey(e){let t=this.keyList.indexOf(e);return t>=0&&this.keyList.splice(t,1),this}set(e,t){return this.delete(e),this.keyList?.push(e),this.valueList?.push(t),super.set(e,t),this.isChange=!0,this}clear(){this.valueList&&(this.valueList.length=0),this.keyList&&(this.keyList.length=0),this.isChange=!0,super.clear()}}var fu=(s=>(s[s.kParticleSystemClampVelocityCurveId=322376503]="kParticleSystemClampVelocityCurveId",s[s.kParticleSystemForceCurveId=306581307]="kParticleSystemForceCurveId",s[s.kParticleSystemRotationCurveId=1793934638]="kParticleSystemRotationCurveId",s[s.kParticleSystemRotationBySpeedCurveId=3737431713]="kParticleSystemRotationBySpeedCurveId",s[s.kParticleSystemStartSpeedCurveId=2527743459]="kParticleSystemStartSpeedCurveId",s[s.kParticleSystemSizeCurveId=2368504881]="kParticleSystemSizeCurveId",s[s.kParticleSystemSizeBySpeedCurveId=4085612399]="kParticleSystemSizeBySpeedCurveId",s[s.kParticleSystemVelocityCurveId=3774601268]="kParticleSystemVelocityCurveId",s[s.kParticleSystemUVCurveId=326370691]="kParticleSystemUVCurveId",s[s.kParticleSystemColorGradientId=1494990940]="kParticleSystemColorGradientId",s[s.kParticleSystemColorByVelocityGradientId=1089181156]="kParticleSystemColorByVelocityGradientId",s[s.kParticleSystemMeshSelectionId=3159510623]="kParticleSystemMeshSelectionId",s[s.kParticleSystemUVRowSelectionId=2941263940]="kParticleSystemUVRowSelectionId",s))(fu||{});const um=3.141592653589793;class bm{}function du(s,e,t){let a=.3333333333333333,r=.5,i=s*a,n=i*i,l=n*i-i*e*r+t*r,c=-n+e*a,f=c*c*c,d=f+l*l;if(d>=0){let m=Math.sqrt(d)-l;return m=m>0?Math.pow(m,a):-Math.pow(-m,a),-i-c/m+m}let h=Math.sqrt(-f),b=Math.acos(-l/h);return h=Math.pow(h,a),h=h-c/h,b=-i+h*Math.cos(b*a),b}function Xs(s,e,t,a){let r=1e-5;if(Math.abs(s)<r)return Math.abs(e)>r?(a.r0=-t/e,1):0;let i=e*e-4*s*t;if(i<0)return 0;let n=.5/s,o=Math.sqrt(i);return a.r0=(o-e)*n,a.r1=(-o-e)*n,2}function hu(s,e,t,a,r){let i=0;if(Math.abs(e)>=1e-4){let n=t/e,o=a/e,l=r/e;s[0]=du(n,o,l),i++;let c=e,f=t+e*s[0],d=a+t*s[0]+e*s[0]*s[0];i+=Xs(c,f,d,{r0:s[1],r1:s[2]})}else i+=Xs(t,a,r,{r0:s[1],r1:s[2]});return i}class Oa{coeff=[];static EvalSegment(e,t){return e*(e*(e*t[0]+t[1])+t[2])+t[3]}}class ar{static kMaxNumSegments=8;segments=[];integrationCache=[];doubleIntegrationCache=[];times=[];segmentCount;constructor(){this.segments[ar.kMaxNumSegments]=new Oa,this.integrationCache[ar.kMaxNumSegments]=0,this.doubleIntegrationCache[ar.kMaxNumSegments]=0,this.times[ar.kMaxNumSegments]=0}calculateMinMax(e,t){e.x=Math.min(e.x,t),e.y=Math.max(e.y,t)}findMinMaxDoubleIntegrated(){let e=le.ZERO.clone(),t=20,a=1/t,r=a;for(let i=0;i<t;i++)this.calculateMinMax(e,this.evaluateDoubleIntegrated(r)),r+=a;return e}findMinMaxIntegrated(){let e=le.ZERO.clone(),t=[],a=[];for(let r=0;r<this.segmentCount;r++){let i=4*this.segments[r].coeff[0],n=3*this.segments[r].coeff[1],o=2*this.segments[r].coeff[2],l=1*this.segments[r].coeff[3],c=[],f=hu(c,i,n,o,l);for(let d=0;d<f;d++){let h=c[d]+t[r];h>=t[r]&&h<a[r]&&this.calculateMinMax(e,this.evaluateIntegrated(h))}this.calculateMinMax(e,this.evaluateIntegrated(a[r])),this.times[r]}return e}generateIntegrationCache(e){e.integrationCache[0]=0;let t=e.times[0],a=0;for(let r=1;r<e.segmentCount;r++){let i=e.segments[r-1].coeff;rl(i);let n=t-a;e.integrationCache[r]=e.integrationCache[r-1]+Oa.EvalSegment(n,i)*n,a=t,t=e.times[r]}}generateDoubleIntegrationCache(e){let t=0,a=0;for(let r=0;r<e.segmentCount;r++){e.doubleIntegrationCache[r]=t;let i=e.times[r]-a;i=Math.max(i,0),t+=Oa.EvalSegment(i,e.segments[r].coeff)*i*i+e.integrationCache[r]*i,a=e.times[r]}}integrate(){this.generateIntegrationCache(this);for(let e=0;e<this.segmentCount;e++)rl(this.segments[e].coeff)}doubleIntegrate(){this.generateIntegrationCache(this);for(let e=0;e<this.segmentCount;e++)uu(this.segments[e].coeff);this.generateDoubleIntegrationCache(this)}static isValidCurve(e){let t=e.getKeyCount(),a=t-1;return e.getKey(0).time!=0&&a++,e.getKey(t-1).time!=1&&a++,a<=ar.kMaxNumSegments}evaluateDoubleIntegrated(e){let t=0;for(let a=0;a<this.segmentCount;a++){if(e<=this.times[a]){let r=e-t;return this.doubleIntegrationCache[a]+this.integrationCache[a]*r+Oa.EvalSegment(r,this.segments[a].coeff)*r*r}t=this.times[a]}return 1}evaluateIntegrated(e){let t=0;for(let a=0;a<this.segmentCount;a++){if(e<=this.times[a]){let r=e-t;return this.integrationCache[a]+Oa.EvalSegment(r,this.segments[a].coeff)*r}t=this.times[a]}return 1}evaluate(e){let t=0;for(let a=0;a<this.segmentCount;a++){if(e<=this.times[a])return Oa.EvalSegment(e-t,this.segments[a].coeff);t=this.times[a]}return 1}buildCurve(e,t){let a=e.getKeyCount();this.segmentCount=1;let r=1.01;if(this.segments.length=0,this.integrationCache.length=0,this.doubleIntegrationCache.length=0,this.times.length=0,this.times[0]=r,a!=0)if(a==1)this.segments[0]=new Oa,this.segments[0].coeff[3]=e.getKey(0).value*t;else{this.segmentCount=a-1;let i=0;e.getKey(0).time!=0&&(this.segments[0].coeff[3]=e.getKey(0).value,this.times[0]=e.getKey(0).time,i=1);for(let n=0;n<this.segmentCount;n++){let o;e.calculateCacheData(o,n,n+1,0),this.segments[n+i].coeff=o.coeff.concat(),this.times[n+i]=e.getKey(n+1).time}this.segmentCount+=i,e.getKey(a-1).time!=1&&(this.segments[this.segmentCount].coeff[3]=e.getKey(a-1).value,this.segmentCount++),this.times[this.segmentCount-1]=r;for(let n=0;n<this.segmentCount;n++)this.segments[n].coeff[0]*=t,this.segments[n].coeff[1]*=t,this.segments[n].coeff[2]*=t,this.segments[n].coeff[3]*=t}return!0}}function uu(s){s[0]/=20,s[1]/=12,s[2]/=6,s[3]/=2}function rl(s){s[0]/=4,s[1]/=3,s[2]/=2,s[3]/=1}var bu=(s=>(s[s.kEMScalar=0]="kEMScalar",s[s.kEMOptimized=1]="kEMOptimized",s[s.kEMOptimizedMinMax=2]="kEMOptimizedMinMax",s[s.kEMSlow=3]="kEMSlow",s))(bu||{}),gu=(s=>(s[s.kMMCScalar=0]="kMMCScalar",s[s.kMMCCurve=1]="kMMCCurve",s[s.kMMCTwoCurves=2]="kMMCTwoCurves",s[s.kMMCTwoConstants=3]="kMMCTwoConstants",s))(gu||{});class gm{max;min}class pm{max;min;integrate(){this.max.integrate(),this.min.integrate()}doubleIntegrate(){this.max.doubleIntegrate(),this.min.doubleIntegrate()}findMinMaxIntegrated(){return null}findMinMaxDoubleIntegrated(){return null}}class pu{minMaxState;minCurve;maxCurve;_scalar=1;_minScalar;constructor(e=1){this._scalar=e,this.minMaxState=0,this.minCurve=new Mi,this.maxCurve=new Mi}setScalar(e){this._scalar=e}getScalar(){return this._scalar}static evaluateSlow(e,t,a){let r=e.maxCurve.getValue(t)*e.getScalar();return e.minMaxState==2?Rr(e.minCurve.getValue(t)*e.getScalar(),r,a):r}static evaluate(e,t,a=1){if(e.minMaxState==0)return e.getScalar();let r=e.maxCurve.getValue(t)*e.getScalar();return e.minMaxState==1?Rr(e.minCurve.getValue(t)*e.getScalar(),r,a):e.minMaxState==3?Rr(e._minScalar,e._scalar,a):e.minMaxState==2?Rr(e.minCurve.getValue(t)*e.getScalar(),r,1*Math.random()):this.evaluateSlow(e,t,1)}unSerialized(e){this.minMaxState=e.minMaxState,this._scalar=e.scalar,this._minScalar=e.minScalar,this.maxCurve.unSerialized(e.maxCurve),this.minCurve.unSerialized(e.minCurve)}}class mm{value=0;mode=0;spread=0;speed=new pu;unSerialized(e){this.value=e.value,this.mode=e.mode,this.spread=e.spread,this.speed.unSerialized(e.speed)}}function Am(s,e){let t=ar.isValidCurve(s.max);return e!=2&&e!=3?t:t&&ar.isValidCurve(s.min)}function Dm(s,e,t,a){s.max.buildCurve(e.max,t),a!=2&&a!=3?s.min.buildCurve(e.max,t):s.min.buildCurve(e.min,t)}function _m(s,e){let t=e.getKeyCount();if(t!=0)if(t==1)Yi(s,e.getKey(0).value);else{let a=t-1;Yi(s,e.getKey(0).value);for(let r=0;r<a;r++){let i=new wo;e.calculateCacheData(i,r,r+1,0);let n=3*i.coeff[0],o=2*i.coeff[1],l=1*i.coeff[2],c=e.getKey(r).time,f=e.getKey(r+1).time,d=[],h=Xs(n,o,l,{r0:d[0],r1:d[1]});for(let b=0;b<h;b++)d[b]>=0&&d[b]+c<f&&Yi(s,Oa.EvalSegment(d[b],i.coeff));Yi(s,Oa.EvalSegment(f-c,i.coeff))}}}function Yi(s,e){s.x=Math.min(s.x,e),s.y=Math.max(s.y,e)}class Nr{static BACK=0;static FRONT=1;static IN=0;static OUT=1;static INTERSECT=2}class mu{a;b;c;d;static ALIGN_ANY=0;static ALIGN_XY_AXIS=1;static ALIGN_YZ_AXIS=2;static ALIGN_XZ_AXIS=3;constructor(e=0,t=0,a=0,r=0){this.a=e,this.b=t,this.c=a,this.d=r}setTo(e=0,t=0,a=0,r=0){this.a=e,this.b=t,this.c=a,this.d=r}fromPoints(e,t,a){var r=t.x-e.x,i=t.y-e.y,n=t.z-e.z,o=a.x-e.x,l=a.y-e.y,c=a.z-e.z;this.a=i*c-n*l,this.b=n*o-r*c,this.c=r*l-i*o,this.d=-(this.a*e.x+this.b*e.y+this.c*e.z)}fromNormalAndPoint(e,t){this.a=e.x,this.b=e.y,this.c=e.z,this.d=-(this.a*t.x+this.b*t.y+this.c*t.z)}normalize(){var e=Math.sqrt(this.a*this.a+this.b*this.b+this.c*this.c);if(e>0){var t=1/e;this.a*=t,this.b*=t,this.c*=t,this.d*=t}return e}distance(e){return this.a*e.x+this.b*e.y+this.c*e.z+this.d}classifyPoint(e,t=.01){var a=this.distance(e);return a<-t?Nr.BACK:a>t?Nr.FRONT:Nr.INTERSECT}toString(){return"Plane3D [a:"+this.a+", b:"+this.b+", c:"+this.c+", d:"+this.d+"]"}}function Bm(s,e){return Math.random()*e+Math.random()*s+(e-s)*Math.random()}function vm(s,e,t){let a=t*Math.random();return Math.random()*e*a+Math.random()*s*a+(e-s)*Math.random()*a}function Au(s,e,t){let a=0,r=0;for(;a===0;)a=Math.random();for(;r===0;)r=Math.random();let i=Math.sqrt(-2*Math.log(a))*Math.cos(2*Math.PI*r);return i=i/10+.5,(i>1||i<0)&&(i=Au(s,e,t)),i=Math.pow(i,t),i*=e-s,i+=s,i}function Ua(s){return s>0?Math.floor(s):Math.floor(s)-1}let Ue=[151,160,137,91,90,15,131,13,201,95,96,53,194,233,7,225,140,36,103,30,69,142,8,99,37,240,21,10,23,190,6,148,247,120,234,75,0,26,197,62,94,252,219,203,117,35,11,32,57,177,33,88,237,149,56,87,174,20,125,136,171,168,68,175,74,165,71,134,139,48,27,166,77,146,158,231,83,111,229,122,60,211,133,230,220,105,92,41,55,46,245,40,244,102,143,54,65,25,63,161,1,216,80,73,209,76,132,187,208,89,18,169,200,196,135,130,116,188,159,86,164,100,109,198,173,186,3,64,52,217,226,250,124,123,5,202,38,147,118,126,255,82,85,212,207,206,59,227,47,16,58,17,182,189,28,42,223,183,170,213,119,248,152,2,44,154,163,70,221,153,101,155,167,43,172,9,129,22,39,253,19,98,108,110,79,113,224,232,178,185,112,104,218,246,97,228,251,34,242,193,238,210,144,12,191,179,162,241,81,51,145,235,249,14,239,107,49,192,214,31,181,199,106,157,184,84,204,176,115,121,50,45,127,4,150,254,138,236,205,93,222,114,67,29,24,72,243,141,128,195,78,66,215,61,156,180,151,160,137,91,90,15,131,13,201,95,96,53,194,233,7,225,140,36,103,30,69,142,8,99,37,240,21,10,23,190,6,148,247,120,234,75,0,26,197,62,94,252,219,203,117,35,11,32,57,177,33,88,237,149,56,87,174,20,125,136,171,168,68,175,74,165,71,134,139,48,27,166,77,146,158,231,83,111,229,122,60,211,133,230,220,105,92,41,55,46,245,40,244,102,143,54,65,25,63,161,1,216,80,73,209,76,132,187,208,89,18,169,200,196,135,130,116,188,159,86,164,100,109,198,173,186,3,64,52,217,226,250,124,123,5,202,38,147,118,126,255,82,85,212,207,206,59,227,47,16,58,17,182,189,28,42,223,183,170,213,119,248,152,2,44,154,163,70,221,153,101,155,167,43,172,9,129,22,39,253,19,98,108,110,79,113,224,232,178,185,112,104,218,246,97,228,251,34,242,193,238,210,144,12,191,179,162,241,81,51,145,235,249,14,239,107,49,192,214,31,181,199,106,157,184,84,204,176,115,121,50,45,127,4,150,254,138,236,205,93,222,114,67,29,24,72,243,141,128,195,78,66,215,61,156,180];function il(s,e){let t=s&15,a=1+(t&7);return t&8&&(a=-a),a*e}function Hs(s,e,t){let a=s&7,r=a<4?e:t,i=a<4?t:e;return(a&1?-r:r)+(a&2?-2*i:2*i)}function Xi(s,e,t,a){let r=s&15,i=r<8?e:t,n=r<4?t:r==12||r==14?e:a;return(r&1?-i:i)+(r&2?-n:n)}function pi(s,e,t,a,r){let i=s&31,n=i<24?e:t,o=i<16?t:a,l=i<8?a:r;return(i&1?-n:n)+(i&2?-o:o)+(i&4?-l:l)}let qt=[[0,1,2,3],[0,1,3,2],[0,0,0,0],[0,2,3,1],[0,0,0,0],[0,0,0,0],[0,0,0,0],[1,2,3,0],[0,2,1,3],[0,0,0,0],[0,3,1,2],[0,3,2,1],[0,0,0,0],[0,0,0,0],[0,0,0,0],[1,3,2,0],[0,0,0,0],[0,0,0,0],[0,0,0,0],[0,0,0,0],[0,0,0,0],[0,0,0,0],[0,0,0,0],[0,0,0,0],[1,2,0,3],[0,0,0,0],[1,3,0,2],[0,0,0,0],[0,0,0,0],[0,0,0,0],[2,3,0,1],[2,3,1,0],[1,0,2,3],[1,0,3,2],[0,0,0,0],[0,0,0,0],[0,0,0,0],[2,0,3,1],[0,0,0,0],[2,1,3,0],[0,0,0,0],[0,0,0,0],[0,0,0,0],[0,0,0,0],[0,0,0,0],[0,0,0,0],[0,0,0,0],[0,0,0,0],[2,0,1,3],[0,0,0,0],[0,0,0,0],[0,0,0,0],[3,0,1,2],[3,0,2,1],[0,0,0,0],[3,1,2,0],[2,1,0,3],[0,0,0,0],[0,0,0,0],[0,0,0,0],[3,1,0,2],[0,0,0,0],[3,2,0,1],[3,2,1,0]];function Um(s){let e=Ua(s),t=e+1,a=s-e,r=a-1,i,n,o=1-a*a;o*=o,i=o*o*il(Ue[e&255],a);let l=1-r*r;return l*=l,n=l*l*il(Ue[t&255],r),.25*(i+n)}function xm(s,e){const t=.366025403,a=.211324865;let r,i,n,o=(s+e)*t,l=s+o,c=e+o,f=Ua(l),d=Ua(c),h=(f+d)*a,b=f-h,m=d-h,g=s-b,p=e-m,D,_;g>p?(D=1,_=0):(D=0,_=1);let v=g-D+a,U=p-_+a,x=g-1+2*a,C=p-1+2*a,F=f&255,k=d&255,y=.5-g*g-p*p;y<0?r=0:(y*=y,r=y*y*Hs(Ue[F+Ue[k]],g,p));let I=.5-v*v-U*U;I<0?i=0:(I*=I,i=I*I*Hs(Ue[F+D+Ue[k+_]],v,U));let R=.5-x*x-C*C;return R<0?n=0:(R*=R,n=R*R*Hs(Ue[F+1+Ue[k+1]],x,C)),40*(r+i+n)}function ym(s,e,t){const a=.333333333,r=.166666667;let i,n,o,l,c=(s+e+t)*a,f=s+c,d=e+c,h=t+c,b=Ua(f),m=Ua(d),g=Ua(h),p=(b+m+g)*r,D=b-p,_=m-p,v=g-p,U=s-D,x=e-_,C=t-v,F,k,y,I,R,Q;U>=x?x>=C?(F=1,k=0,y=0,I=1,R=1,Q=0):U>=C?(F=1,k=0,y=0,I=1,R=0,Q=1):(F=0,k=0,y=1,I=1,R=0,Q=1):x<C?(F=0,k=0,y=1,I=0,R=1,Q=1):U<C?(F=0,k=1,y=0,I=0,R=1,Q=1):(F=0,k=1,y=0,I=1,R=1,Q=0);let O=U-F+r,q=x-k+r,pe=C-y+r,te=U-I+2*r,N=x-R+2*r,L=C-Q+2*r,G=U-1+3*r,z=x-1+3*r,oe=C-1+3*r,J=b&255,ce=m&255,re=g&255,de=.6-U*U-x*x-C*C;de<0?i=0:(de*=de,i=de*de*Xi(Ue[J+Ue[ce+Ue[re]]],U,x,C));let be=.6-O*O-q*q-pe*pe;be<0?n=0:(be*=be,n=be*be*Xi(Ue[J+F+Ue[ce+k+Ue[re+y]]],O,q,pe));let xe=.6-te*te-N*N-L*L;xe<0?o=0:(xe*=xe,o=xe*xe*Xi(Ue[J+I+Ue[ce+R+Ue[re+Q]]],te,N,L));let Pe=.6-G*G-z*z-oe*oe;return Pe<0?l=0:(Pe*=Pe,l=Pe*Pe*Xi(Ue[J+1+Ue[ce+1+Ue[re+1]]],G,z,oe)),32*(i+n+o+l)}function Cm(s,e,t,a){const r=.309016994,i=.138196601;let n,o,l,c,f,d=(s+e+t+a)*r,h=s+d,b=e+d,m=t+d,g=a+d,p=Ua(h),D=Ua(b),_=Ua(m),v=Ua(g),U=(p+D+_+v)*i,x=p-U,C=D-U,F=_-U,k=v-U,y=s-x,I=e-C,R=t-F,Q=a-k,O=y>I?32:0,q=y>R?16:0,pe=I>R?8:0,te=y>Q?4:0,N=I>Q?2:0,L=R>Q?1:0,G=O+q+pe+te+N+L,z,oe,J,ce,re,de,be,xe,Pe,He,H,ee;z=qt[G][0]>=3?1:0,oe=qt[G][1]>=3?1:0,J=qt[G][2]>=3?1:0,ce=qt[G][3]>=3?1:0,re=qt[G][0]>=2?1:0,de=qt[G][1]>=2?1:0,be=qt[G][2]>=2?1:0,xe=qt[G][3]>=2?1:0,Pe=qt[G][0]>=1?1:0,He=qt[G][1]>=1?1:0,H=qt[G][2]>=1?1:0,ee=qt[G][3]>=1?1:0;let ie=y-z+i,ue=I-oe+i,Re=R-J+i,ge=Q-ce+i,ye=y-re+2*i,Qe=I-de+2*i,Ne=R-be+2*i,Ke=Q-xe+2*i,Nt=y-Pe+3*i,ot=I-He+3*i,Ja=R-H+3*i,ua=Q-ee+3*i,Ea=y-1+4*i,Yt=I-1+4*i,wa=R-1+4*i,Ia=Q-1+4*i,Pt=p&255,ba=D&255,ga=_&255,ta=v&255,Fr=.6-y*y-I*I-R*R-Q*Q;Fr<0?n=0:(Fr*=Fr,n=Fr*Fr*pi(Ue[Pt+Ue[ba+Ue[ga+Ue[ta]]]],y,I,R,Q));let kr=.6-ie*ie-ue*ue-Re*Re-ge*ge;kr<0?o=0:(kr*=kr,o=kr*kr*pi(Ue[Pt+z+Ue[ba+oe+Ue[ga+J+Ue[ta+ce]]]],ie,ue,Re,ge));let Er=.6-ye*ye-Qe*Qe-Ne*Ne-Ke*Ke;Er<0?l=0:(Er*=Er,l=Er*Er*pi(Ue[Pt+re+Ue[ba+de+Ue[ga+be+Ue[ta+xe]]]],ye,Qe,Ne,Ke));let wr=.6-Nt*Nt-ot*ot-Ja*Ja-ua*ua;wr<0?c=0:(wr*=wr,c=wr*wr*pi(Ue[Pt+Pe+Ue[ba+He+Ue[ga+H+Ue[ta+ee]]]],Nt,ot,Ja,ua));let Ir=.6-Ea*Ea-Yt*Yt-wa*wa-Ia*Ia;return Ir<0?f=0:(Ir*=Ir,f=Ir*Ir*pi(Ue[Pt+1+Ue[ba+1+Ue[ga+1+Ue[ta+1]]]],Ea,Yt,wa,Ia)),27*(n+o+l+c+f)}class fl extends le{static uv_0=new fl;u=0;v=0;constructor(e=0,t=0){super(e,t),this.u=e,this.v=t}length(){return 0}static getUVSheet(e,t,a){let r=Math.floor(e%(t*a)),i=Math.floor(r/t),n=r%t;return new he(i/t,n/a,1/t,1/a)}}class Hi{serializedVersion="2";time;tangentMode=0;weightedMode=0;propertyKeyFrame;constructor(e=0){this.time=e,this.propertyKeyFrame={}}getK(e){return this.propertyKeyFrame[e]}split(e,t,a){switch(e){case Y.single:{let r=this.getKeyFrame(0);r[a]=t}break;case Y.float:{let r=this.getKeyFrame(0);r[a]=t}break;case Y.vector2:{let r=t,i=this.getKeyFrame(0);i[a]=r.x;let n=this.getKeyFrame(1);n[a]=r.y}break;case Y.vector3:{let r=t,i=this.getKeyFrame(0);i[a]=r.x;let n=this.getKeyFrame(1);n[a]=r.y;let o=this.getKeyFrame(2);o[a]=r.z}break;case Y.vector4:{let r=t,i=this.getKeyFrame(0);i[a]=r.x;let n=this.getKeyFrame(1);n[a]=r.y;let o=this.getKeyFrame(2);o[a]=r.z;let l=this.getKeyFrame(3);l[a]=r.w}break;case Y.quaternion:{let r=t,i=this.getKeyFrame(0);i[a]=r.x;let n=this.getKeyFrame(1);n[a]=r.y;let o=this.getKeyFrame(2);o[a]=r.z;let l=this.getKeyFrame(3);l[a]=r.w}break}}getKeyFrame(e){let t=this.propertyKeyFrame[e];return t||(t=new Ps,t.time=this.time,t.tangentMode=this.tangentMode,t.weightedMode=this.weightedMode,this.propertyKeyFrame[e]=t),t}formBytes(e){this.time=e.readFloat32();{let{t,v:a}=Ga.parser(e);this.split(t,a,"value")}{let{t,v:a}=Ga.parser(e);this.split(t,a,"inSlope")}{let{t,v:a}=Ga.parser(e);this.split(t,a,"outSlope")}this.tangentMode=e.readInt32(),this.weightedMode=e.readInt32();{let{t,v:a}=Ga.parser(e);this.split(t,a,"inWeight")}{let{t,v:a}=Ga.parser(e);this.split(t,a,"outWeight")}}}class Sm{static sub(e,t){switch(e.constructor.name){case"number":return e-t;case"Vector2":{let r=e,i=t;return new le(r.x-i.x,r.y-i.y)}case"Vector3":{let r=e,i=t;return new u(r.x-i.x,r.y-i.y,r.z-i.z)}case"Vector4":{let r=e,i=t;return new he(r.x-i.x,r.y-i.y,r.z-i.z,r.w-i.w)}case"Quaternion":{let r=e,i=t;return new $(r.x-i.x,r.y-i.y,r.z-i.z,r.w-i.w)}}}}class Ki{_keys=new Array;_values=new Array;getIndexByKey(e){return this._keys.indexOf(e)}getValueByKey(e){var t=this.getIndexByKey(e);return t>-1?this._values[t]:null}put(e,t){if(e==null)return null;var a=this.remove(e);return this._keys.push(e),this._values.push(t),a}remove(e){var t=this._keys.indexOf(e),a;return t>-1&&(a=this._values[t],this._keys.splice(t,1),this._values.splice(t,1)),a}getValues(){return this._values}getKeys(){return this._keys}clear(){this._values.length=0,this._keys.length=0}}class vr{static WalkAble=1}class qi{static SetConst(e){this.EPSILON=e,this.POWER_EPSILON=e*e}static EPSILON=.1;static POWER_EPSILON=this.EPSILON*this.EPSILON}class Rt extends u{static CALC_VECTOR3D1=new u;static CALC_VECTOR3D2=new u;static CALC_VECTOR3D3=new u;static CALC_VECTOR3D4=new u;static CALC_VECTOR3D5=new u;_pointId=0;constructor(e,t,a,r){super(t,a,r,0),this._pointId=e}get id(){return this._pointId}static equalPoint(e,t){return(e.x-t.x)*(e.x-t.x)+(e.y-t.y)*(e.y-t.y)+(e.z-t.z)*(e.z-t.z)<qi.POWER_EPSILON}static calcDistance(e,t){return Rt.CALC_VECTOR3D3.setTo(e.x-t.x,e.y-t.y,e.z-t.z),Rt.CALC_VECTOR3D3.length}}class Du{_openedList;_closedList;_endNode;_startNode;_triangleChannel;_navMesh;_findIndex=0;constructor(){this._openedList=new Array,this._closedList=new Array}findPath(e,t,a){return this._findIndex++,this._navMesh=e,this._startNode=t,this._endNode=a,this._openedList.length=0,this._closedList.length=0,this._startNode&&this._endNode?(this._startNode.gg=0,this._startNode.h=0,this._startNode.f=0,this._startNode.parent=null,this.search()):!1}search(){for(var e=this._startNode,t=[],a;e!=this._endNode;){t=e.getNeibourTriangles(t,vr.WalkAble,vr.WalkAble);for(a of t)if(a.closeId!=this._findIndex&&!(a==e||!a.walkAble)){var r=e.gg+Rt.calcDistance(a,e)*a.costMultiplier,i=Rt.calcDistance(a,this._endNode),n=r+i;a.openId==this._findIndex?a.f>n&&(a.f=n,a.gg=r,a.h=i,a.parent=e):(a.f=n,a.gg=r,a.h=i,a.parent=e,a.openId=this._findIndex,this._openedList.push(a))}if(e.closeId=this._findIndex,this._closedList.push(e),this._openedList.length==0)return!1;this._openedList.sort(function(o,l){return o.f-l.f}),e=this._openedList.shift()}return this.buildPath(),!0}buildPath(){this._triangleChannel=[];var e=this._endNode;for(this._triangleChannel.push(e);e!=this._startNode;)e=e.parent,this._triangleChannel.unshift(e)}get channel(){return this._triangleChannel}}class ya extends Rt{_ownerPoint;_ownerEdge;radius=0;constructor(e,t){super(e.id,0,0,0),this._ownerEdge=t,this._ownerPoint=e}get ownerPoint(){return this._ownerPoint}get ownerEdge(){return this._ownerEdge}scalePoint(e=.7){var t=new ya(this._ownerPoint,this._ownerEdge);return t.copyFrom(this),t.decrementBy(this._ownerPoint),t.scaleBy(e),t.radius=t.length,t.incrementBy(this._ownerPoint),t}}class Sa{_edgeMask=0;_edgeSize=0;_pointA;_pointB;_triangleOwners;_centerPoint;_edgeDirA2B;crossPoint;fatPointA;fatPointB;static CALC_FAT_VECTOR=new u;constructor(e,t){if(this._pointA=e,this._pointB=t,e.id>=t.id)throw new Error("edge point order error!!!");this._triangleOwners=new Array,this._centerPoint=new u,this._edgeMask=vr.WalkAble,Rt.CALC_VECTOR3D1.setTo(e.x-t.x,e.y-t.y,e.z-t.z),this._edgeSize=Rt.CALC_VECTOR3D1.length,this._centerPoint.setTo((e.x+t.x)/2,(e.y+t.y)/2,(e.z+t.z)/2)}get size(){return this._edgeSize}get triangleOwners(){return this._triangleOwners}get centerPoint(){return this._centerPoint}initFatPoints(e){this._edgeDirA2B=this._pointB.subtract(this._pointA),this._edgeDirA2B.normalize(),this.fatPointA=this.fatPointA||new ya(this._pointA,this),this.fatPointB=this.fatPointB||new ya(this._pointB,this),this.fatPointA.radius!=e&&(Sa.CALC_FAT_VECTOR.copyFrom(this._edgeDirA2B),Sa.CALC_FAT_VECTOR.scaleBy(e),Sa.CALC_FAT_VECTOR.incrementBy(this._pointA),this.fatPointA.copyFrom(Sa.CALC_FAT_VECTOR),this.fatPointA.radius=e),this.fatPointB.radius!=e&&(Sa.CALC_FAT_VECTOR.copyFrom(this._edgeDirA2B),Sa.CALC_FAT_VECTOR.scaleBy(-e),Sa.CALC_FAT_VECTOR.incrementBy(this._pointB),this.fatPointB.copyFrom(Sa.CALC_FAT_VECTOR),this.fatPointB.radius=e)}getFatPoint(e){return e==this._pointA?this.fatPointA:this.fatPointB}getAnotherFatPoint(e){return e==this._pointA?this.fatPointB:this.fatPointA}getAnotherPoint(e){return e==this._pointA?this._pointB:this._pointA}containsPoint(e){return Rt.equalPoint(e,this._pointA)?this._pointA:Rt.equalPoint(e,this._pointB)?this._pointB:null}addTriangleOwners(e){if(e.edges.indexOf(this)==-1)throw new Error("the edge is not belong triangle!!!");this._triangleOwners.indexOf(e)==-1&&this._triangleOwners.push(e)}getPublicPoint(e){return this._pointA==e._pointA||this._pointA==e._pointB?this._pointA:this._pointB==e._pointA||this._pointB==e._pointB?this._pointB:null}getEqualPoint(e){return Rt.equalPoint(e,this._pointA)?this._pointA:Rt.equalPoint(e,this._pointB)?this._pointB:null}get pointA(){return this._pointA}get pointB(){return this._pointB}get walkAble(){return(this._edgeMask&vr.WalkAble)==vr.WalkAble}testMask(e){return(this._edgeMask&e)==e}}class Ae{endPoint;curPoint;rayA;rayB;rayAPoint;rayBPoint;static RAY_1=new u;static RAY_2=new u;static TEST_RAY=new u;static TEST_RAY_1=new u;static TEST_RAY_2=new u;static CALC_CROSS_POINT=new u;static CALC_CROSS_TEST=new u;cornerPoint;cornerEdge;continuePass(e,t,a){this.resetData(),this.curPoint=e,this.endPoint=t,this.cornerEdge=a}passEdge(e,t,a,r){if((this.rayA==null||this.rayB==null)&&(this.rayA=Ae.RAY_1,this.rayB=Ae.RAY_2,this.rayAPoint=e.pointA,this.rayBPoint=e.pointB,this.rayA.setTo(this.rayAPoint.x-this.curPoint.x,0,this.rayAPoint.z-this.curPoint.z),this.rayB.setTo(this.rayBPoint.x-this.curPoint.x,0,this.rayBPoint.z-this.curPoint.z)),r)return this.checkEndPoint(a);if(Ae.TEST_RAY.setTo(a.x-this.curPoint.x,0,a.z-this.curPoint.z),this.isPointAtCenter(Ae.TEST_RAY,this.rayA,this.rayB)){this.hasCrossPoint(t.pointA,t.pointB,this.rayAPoint,this.rayA)?(this.rayB.copyFrom(Ae.TEST_RAY),a instanceof Rt?this.rayBPoint=a:this.rayBPoint=null):(this.rayA.copyFrom(Ae.TEST_RAY),a instanceof Rt?this.rayAPoint=a:this.rayAPoint=null);var i=t.getAnotherPoint(a);Ae.TEST_RAY.setTo(i.x-this.curPoint.x,0,i.z-this.curPoint.z),(i==this.rayAPoint||i==this.rayBPoint||this.isPointAtCenter(Ae.TEST_RAY,this.rayA,this.rayB))&&(this.cornerEdge=t)}else{var n;if(Ae.TEST_RAY_1.copyFrom(t.pointA),Ae.TEST_RAY_1.decrementBy(this.curPoint),Ae.TEST_RAY_2.copyFrom(t.pointB),Ae.TEST_RAY_2.decrementBy(this.curPoint),Ae.TEST_RAY_1.y=0,Ae.TEST_RAY_2.y=0,this.isPointAtCenter(this.rayA,Ae.TEST_RAY_1,Ae.TEST_RAY_2)||this.isPointAtCenter(this.rayB,Ae.TEST_RAY_1,Ae.TEST_RAY_2)?n=!1:n=!0,n)return this.isPointAtCenter(this.rayA,Ae.TEST_RAY,this.rayB)?this.cornerPoint=this.rayAPoint:this.cornerPoint=this.rayBPoint,this.cornerEdge.crossPoint=this.cornerPoint,!1}return!0}checkEndPoint(e){return Ae.TEST_RAY.setTo(e.x-this.curPoint.x,0,e.z-this.curPoint.z),this.isPointAtCenter(Ae.TEST_RAY,this.rayA,this.rayB)?!0:(this.isPointAtCenter(this.rayA,Ae.TEST_RAY,this.rayB)?this.cornerPoint=this.rayAPoint:this.cornerPoint=this.rayBPoint,this.cornerEdge.crossPoint=this.cornerPoint,!1)}calcCrossEdge(e,t,a){return this.calcCrossPoint(e.fatPointA,e.fatPointB,t,a)}calcCrossPoint(e,t,a,r){Ae.CALC_CROSS_POINT.copyFrom(t),Ae.CALC_CROSS_POINT.decrementBy(e);let i=Ae.CALC_CROSS_POINT.x*r.z-r.x*Ae.CALC_CROSS_POINT.z;var n=0;return i!=0&&(n=((e.z-a.z)*r.x-(e.x-a.x)*r.z)/i),n>1?n=1:n<0&&(n=0),Ae.CALC_CROSS_POINT.scaleBy(n),Ae.CALC_CROSS_POINT.incrementBy(e),Ae.CALC_CROSS_POINT.clone()}calcCrossPointOut(e,t,a,r){Ae.CALC_CROSS_POINT.copyFrom(t),Ae.CALC_CROSS_POINT.decrementBy(e);var i=((e.z-a.z)*r.x-(e.x-a.x)*r.z)/(Ae.CALC_CROSS_POINT.x*r.z-r.x*Ae.CALC_CROSS_POINT.z);return i<=1&&i>=0?null:(Ae.CALC_CROSS_POINT.scaleBy(i),Ae.CALC_CROSS_POINT.incrementBy(e),Ae.CALC_CROSS_POINT.clone())}hasCrossPoint(e,t,a,r){Ae.CALC_CROSS_TEST.copyFrom(t),Ae.CALC_CROSS_TEST.decrementBy(e);var i=((e.z-a.z)*r.x-(e.x-a.x)*r.z)/(Ae.CALC_CROSS_TEST.x*r.z-r.x*Ae.CALC_CROSS_TEST.z);return i<=1&&i>=0}isPointAtCenter(e,t,a){var r=t.crossProduct(e);if(r.length==0&&e.length<t.length)return!0;var i=a.crossProduct(e);return i.length==0&&e.length<a.length?!0:(r.normalize(),i.normalize(),r.incrementBy(i),r.length<.01)}resetData(){this.cornerEdge=null,this.cornerPoint=null,this.curPoint=null,this.rayA=this.rayB=null,this.rayAPoint=this.rayBPoint=null,Ae.RAY_1.setTo(0,0,0),Ae.RAY_2.setTo(0,0,0)}}class tr{_aiRadius=0;_router;_result;_tempPublicEdgeList=new Array;_tempSamePlaneList=new Array;static CROSS_TEST_DIRECTION=new u;constructor(){this._router=new Ae}searchPath(e,t,a,r=0){return r<=0&&(r=1),this._aiRadius=r*1.5,this.searchEnable(e,t,a)?(this.search(e,t,a),!0):!1}get path(){return this._result}searchEnable(e,t,a){return!(e==null||t==null||a==null||a[0].plane.classifyPoint(e,qi.EPSILON)!=Nr.INTERSECT||a[a.length-1].plane.classifyPoint(t,qi.EPSILON)!=Nr.INTERSECT)}search(e,t,a){this._tempPublicEdgeList.length=0,this._tempSamePlaneList.length=0;var r=0,i=a.length-1,n,o,l,c;for(r=0;r<i;r++)o=a[r].getPublicEdge(a[r+1]),o.crossPoint=null,o.initFatPoints(this._aiRadius),this._tempPublicEdgeList.push(o),n=a[r],c=n.plane,n=a[r+1],l=n.getEdgeAgainstPoint(o),this._tempSamePlaneList.push(c.classifyPoint(l,qi.EPSILON)==Nr.INTERSECT);this._router.continuePass(e,t,this._tempPublicEdgeList[0]),i=this._tempPublicEdgeList.length;var f,d,h,b;for(r=0;r<i;r++)o=this._tempPublicEdgeList[r],n=a[r+1],b=r==i-1,b?l=t:l=n.getEdgeAgainstPoint(o),h=this._router.passEdge(o,this._tempPublicEdgeList[r+1],l,b),h||(f=this._router.cornerPoint,d=this._router.cornerEdge,r=this._tempPublicEdgeList.indexOf(d),this._router.continuePass(f,t,this._tempPublicEdgeList[r+1]));this.pushAllPathPoint2(e,t),this._result.length>=3&&(this.optimusTerminusFat(),this.optimusByRadius());let m=[];for(let g of this._result)m.push(new u().copyFrom(g));this._result=m}optimusTerminusFat(){var e,t,a;a=this._result[1],a instanceof ya&&(e=a),a=this._result[this._result.length-2],a instanceof ya&&(t=a),e&&(this._result[1]=e.scalePoint()),t&&e!=t&&(this._result[this._result.length-2]=t.scalePoint())}pushAllPathPoint2(e,t){var a=this._tempPublicEdgeList.length,r,i;this._result=new Array,this._result.push(e);for(var n=e,o,l,c,f=0;f<a;f++)if(r=this._tempPublicEdgeList[f],l=null,r.crossPoint)l=this.getFatPoint(r,r.crossPoint),l?this._result.push(l):this._result.push(r.crossPoint),n=r.crossPoint;else{i=null,o=null;for(var d=f+1;d<a&&(i=this._tempPublicEdgeList[d],o=i.crossPoint,!o);d++);o==null&&(o=t),l=this.getFatPoint(r,o),l?this._result.push(l):(o==n?c=o.clone():(tr.CROSS_TEST_DIRECTION.setTo(o.x-n.x,0,o.z-n.z),c=this._router.calcCrossEdge(r,n,tr.CROSS_TEST_DIRECTION)),this._result.push(c))}this._result.push(t)}optimusByRadius(){var e=new Array;e.length=this._result.length;var t=this._result.length-2,a,r,i,n,o,l,c,f,d,h,b,m,g;for(g=0;g<t;g++)c=f=d=null,n=o=l=null,b=!1,m=null,a=this._result[g],r=this._result[g+1],i=this._result[g+2],a instanceof ya&&(n=a),r instanceof ya&&(o=r),i instanceof ya&&(l=i),n&&(c=n.ownerPoint),o&&(f=o.ownerPoint),l&&(d=l.ownerPoint),c&&f&&c==f&&f!=d&&(b=!0),d&&f&&d==f&&c!=f&&(b=!0),b&&(tr.CROSS_TEST_DIRECTION.copyFrom(a),tr.CROSS_TEST_DIRECTION.decrementBy(i),h=o.ownerEdge,b=this._router.hasCrossPoint(h.pointA,h.pointB,i,tr.CROSS_TEST_DIRECTION),b&&(m=this._router.calcCrossPointOut(f,r,i,tr.CROSS_TEST_DIRECTION)),m&&(e[g+1]=m))}getFatPoint(e,t){if(e==null)return null;var a;t instanceof ya&&(a=t);var r;return a?r=a.ownerPoint:r=e.getEqualPoint(t),r==null?null:(a=e.getFatPoint(r),a)}}class _u extends u{_id=0;_plane;_points=new Array;_edges=new Array;_neibourTriangles=new Ki;_pointAgainstEdge=new Ki;_edgeAgainstPoint=new Ki;_mask=0;_aabbBox;f=0;gg=0;h=0;parent;costMultiplier=1;openId=0;closeId=0;get aabb(){return this._aabbBox}initAABB(){this._aabbBox=new Mt,this._aabbBox.addPoint(this._points[0]),this._aabbBox.addPoint(this._points[1]),this._aabbBox.addPoint(this._points[2])}calcGlobalQuadAABB(){}get isTriangle(){return!0}constructor(e,t,a,r){super(0,0,0,0),this._id=e,this._mask=vr.WalkAble,this._edges.push(t,a,r);var i;for(i of this._edges)this._points.indexOf(i.pointA)==-1&&this._points.push(i.pointA),this._points.indexOf(i.pointB)==-1&&this._points.push(i.pointB);this.x=(this._points[0].x+this._points[1].x+this._points[2].x)/3,this.y=(this._points[0].y+this._points[1].y+this._points[2].y)/3,this.z=(this._points[0].z+this._points[1].z+this._points[2].z)/3,this._plane=new mu,this._plane.fromPoints(this._points[0],this._points[1],this._points[2]),this._plane.normalize(),this.genarateAgainstData(),this.initAABB()}genarateAgainstData(){var e,t;for(e of this._edges)for(t of this._points)e.pointA!=t&&e.pointB!=t&&(this._edgeAgainstPoint.put(e,t),this._pointAgainstEdge.put(t,e))}get id(){return this._id}get plane(){return this._plane}get points(){return this._points}addNeibour(e,t){if(this._edges.indexOf(e)>=0)this._neibourTriangles.put(e,t);else throw new Error("the edge is not in triangle!!!")}getNeibourTriangles(e=null,t=1,a=1){e=e||new Array,e.length=0;var r,i,n=this._neibourTriangles.getKeys(),o;for(o of n)i=o,i.testMask(t)&&(r=this._neibourTriangles.getValueByKey(i),r.testMask(a)&&e.push(r));return e}getEdges(e=null,t=1){e=e||new Array,e.length=0;var a;for(a of this._edges)a.testMask(t)&&e.push(a);return e}get walkAble(){return this.testMask(vr.WalkAble)}get edges(){return this._edges}testMask(e){return(this._mask&e)==e}getEdgeAgainstPoint(e){return this._edgeAgainstPoint.getValueByKey(e)}getPointAgainstEdge(e){return this._pointAgainstEdge.getValueByKey(e)}getPublicEdge(e){if(e&&e!=this){var t=this._neibourTriangles.getKeys(),a;for(a of t)if(this._neibourTriangles.getValueByKey(a)==e)return a}return null}loopPublicEdge(e){var t,a;if(e&&e!=this){for(t of this._edges)for(a of e._edges)if(t==a)return t}return null}randomPoint(){var e=this._points[2].subtract(this._points[0]);e.scaleBy(Math.random()),e.incrementBy(this._points[0]);var t=this._points[1].subtract(e);return t.scaleBy(Math.random()),t.incrementBy(e),t}}class Fm{_nav3dPoints;_nav3dEdges;_nav3dTriangles;_path;_edgesDict;_nav3dAstar;_nav3dFunnel;_terrainQuad;_triangleList;get edges(){return this._nav3dEdges}get points(){return this._nav3dPoints}get path(){return this._path}get triangles(){return this._nav3dTriangles}constructor(e,t){this._nav3dPoints=new Array,this._nav3dEdges=new Array,this._nav3dTriangles=new Array,this._edgesDict=new Ki,this.initPoints(e),this.initEdgesAndTriangles(t),this.createConnections(),this._nav3dAstar=new Du,this._nav3dFunnel=new tr,this._terrainQuad=new Fh(8,128),this._terrainQuad.createQuadTree(this._nav3dTriangles)}getTriangleAtPoint(e,t=5){return this._terrainQuad.getTriangleAtPoint(e,t)}findPath(e,t,a=5){this._path=null,this._triangleList=null;var r=this.getTriangleAtPoint(e,10),i=this.getTriangleAtPoint(t,10),n=this._nav3dAstar.findPath(this,r,i);return n?(this._triangleList=this._nav3dAstar.channel,n=this._nav3dFunnel.searchPath(e,t,this._triangleList,a),this._path=this._nav3dFunnel.path,n):!1}initPoints(e){for(var t,a,r=e.length,i=0;i<r;i++)t=e[i],a=new Rt(i,t.x,t.y,t.z),this._nav3dPoints.push(a)}initEdgesAndTriangles(e){for(var t,a,r,i,n,o=e.length,l=0;l<o;l++)t=e[l],a=this.tryCreateEdge(t[0],t[1]),r=this.tryCreateEdge(t[1],t[2]),i=this.tryCreateEdge(t[2],t[0]),!(a==null||r==null||i==null)&&(n=new _u(l,a,r,i),this._nav3dTriangles.push(n))}tryCreateEdge(e,t){if(e==t)throw new Error("edge point index error!!!");if(e>t){var a=e;e=t,t=a}var r=this._edgesDict.getValueByKey(e+"_"+t);return r==null&&(r=new Sa(this._nav3dPoints[e],this._nav3dPoints[t]),this._nav3dEdges.push(r),this._edgesDict.put(e+"_"+t,r)),r}createConnections(){for(var e=this._nav3dTriangles.length,t=this._nav3dTriangles.length,a,r,i,n,o=0;o<e;o++){a=this._nav3dTriangles[o];for(i of a.edges)i.addTriangleOwners(a);for(var l=0;l<t;l++)r=this._nav3dTriangles[l],a!=r&&(n=a.loopPublicEdge(r),n&&(a.addNeibour(n,r),r.addNeibour(n,a)))}}}class dl{x;y;setTo(e,t){this.x=e,this.y=t}equals(e,t){return e==this.x&&t==this.y}equalPoint(e){return this.equals(e.x,e.y)}get length(){return Math.sqrt(this.x*this.x+this.y*this.y)}clone(){var e=new dl;return e.setTo(this.x,this.y),e}normalize(){var e=length;e!=0&&this.setTo(this.x/e,this.y/e)}}class La extends Oe{width;height;depth;constructor(e=1,t=1,a=1){super(),this.width=e,this.height=t,this.depth=a,this.initVertex()}initVertex(){let e=this.width/2,t=this.height/2,a=this.depth/2;this.bounds=new ke(u.ZERO.clone(),new u(this.width,this.height,this.depth));let r=new Float32Array([-e,t,a,e,t,a,e,t,-a,-e,t,-a,-e,t,a,e,t,-a,e,-t,a,-e,-t,a,-e,-t,-a,e,-t,-a,e,-t,a,-e,-t,-a,-e,-t,a,-e,t,a,-e,t,-a,-e,-t,-a,-e,-t,a,-e,t,-a,e,t,a,e,-t,a,e,-t,-a,e,t,-a,e,t,a,e,-t,-a,e,t,a,-e,t,a,-e,-t,a,-e,-t,a,e,-t,a,e,t,a,e,-t,-a,-e,-t,-a,-e,t,-a,e,t,-a,e,-t,-a,-e,t,-a]),i=new Float32Array([0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1]),n=new Float32Array([1,1,0,1,0,0,1,0,1,1,0,0,1,1,0,1,0,0,1,0,1,1,0,0,1,1,0,1,0,0,1,0,1,1,0,0,1,1,0,1,0,0,1,0,1,1,0,0,1,1,0,1,0,0,0,0,1,0,1,1,1,1,0,1,0,0,1,0,1,1,0,0]),o=[0,2,1,3,5,4,6,8,7,9,11,10,12,14,13,15,17,16,18,20,19,21,23,22,24,26,25,27,29,28,30,32,31,33,35,34],l=new Uint16Array(o.reverse());this.setIndices(l),this.setAttribute(V.position,r),this.setAttribute(V.normal,i),this.setAttribute(V.uv,n),this.setAttribute(V.TEXCOORD_1,n),this.addSubGeometry({indexStart:0,indexCount:o.length,vertexStart:0,vertexCount:0,firstStart:0,index:0,topology:0})}}class Bu extends Oe{radiusTop;radiusBottom;height;radialSegments;heightSegments;openEnded;thetaStart;thetaLength;constructor(e=1,t=1,a=1,r=8,i=8,n=!1,o=0,l=Math.PI*2){super(),this.radiusTop=e,this.radiusBottom=t,this.height=a,this.radialSegments=r,this.heightSegments=i,this.openEnded=n,this.thetaStart=o,this.thetaLength=l,this.instanceID=zt(),this.buildGeometry()}addGroup(e,t,a){this.addSubGeometry({indexStart:e,indexCount:t,vertexStart:e,vertexCount:0,firstStart:0,index:a,topology:0})}buildGeometry(){const e=this;this.radialSegments=Math.floor(this.radialSegments),this.heightSegments=Math.floor(this.heightSegments);const t=[],a=[],r=[],i=[];let n=0;const o=[],l=this.height/2;let c=0;m(),this.openEnded===!1&&(this.radiusTop>0&&g(!0),this.radiusBottom>0&&g(!1));let f=new Float32Array(t),d=new Float32Array(a),h=new Float32Array(r),b=new Uint16Array(i);this.setAttribute(V.position,f),this.setAttribute(V.normal,d),this.setAttribute(V.uv,h),this.setAttribute(V.TEXCOORD_1,h),this.setIndices(b);function m(){const p=new u,D=new u;let _=0;const v=(e.radiusBottom-e.radiusTop)/e.height;for(let U=0;U<=e.heightSegments;U++){const x=[],C=U/e.heightSegments,F=C*(e.radiusBottom-e.radiusTop)+e.radiusTop;for(let k=0;k<=e.radialSegments;k++){const y=k/e.radialSegments;let I=y*e.thetaLength+e.thetaStart;k==e.radialSegments&&Math.abs(e.thetaLength-e.thetaStart)==Math.PI*2&&(I=0);const R=Math.sin(I),Q=Math.cos(I);D.x=F*R,D.y=-C*e.height+l,D.z=F*Q,t.push(D.x,D.y,D.z),p.set(R,v,Q).normalize(),a.push(p.x,p.y,p.z),r.push(y,1-C),x.push(n++)}o.push(x)}for(let U=0;U<e.radialSegments;U++)for(let x=0;x<e.heightSegments;x++){const C=o[x][U],F=o[x+1][U],k=o[x+1][U+1],y=o[x][U+1];i.push(C,F,y),i.push(F,k,y),_+=6}e.addGroup(c,_,0),c+=_}function g(p){const D=n,_=new le,v=new u;let U=0;const x=p===!0?e.radiusTop:e.radiusBottom,C=p===!0?1:-1;for(let k=1;k<=e.radialSegments;k++)t.push(0,l*C,0),a.push(0,C,0),r.push(.5,.5),n++;const F=n;for(let k=0;k<=e.radialSegments;k++){const I=k/e.radialSegments*e.thetaLength+e.thetaStart,R=Math.cos(I),Q=Math.sin(I);v.x=x*Q,v.y=l*C,v.z=x*R,t.push(v.x,v.y,v.z),a.push(0,C,0),_.x=R*.5+.5,_.y=Q*.5*C+.5,r.push(_.x,_.y),n++}for(let k=0;k<e.radialSegments;k++){const y=D+k,I=F+k;p===!0?i.push(I,I+1,y):i.push(I+1,I,y),U+=3}e.addGroup(c,U,p===!0?1:2),c+=U}}}class vu extends Oe{radius;tube;radialSegments;tubularSegments;constructor(e=.4,t=.1,a=32,r=32){super(),this.radius=e,this.tube=t,this.radialSegments=a,this.tubularSegments=r,this.initVertex()}initVertex(){const e=2*Math.PI,t=this.radius,a=this.tube,r=this.radialSegments,i=this.tubularSegments;this.bounds=new ke(u.ZERO.clone(),new u(t*2,a*2,t*2));var n=(r+1)*(i+1);let o=new Float32Array(n*3),l=new Float32Array(n*3),c=new Float32Array(n*2),f=new Uint16Array(r*i*2*3),d=0,h=0,b=0,m=0;for(let g=0;g<=r;g++)for(let p=0;p<=i;p++){const D=p/i,_=g/r,v=D*e,U=_*Math.PI*2;if(o[d++]=(t+a*Math.cos(U))*Math.sin(v),o[d++]=a*Math.sin(U),o[d++]=(t+a*Math.cos(U))*Math.cos(v),l[h++]=Math.sin(v)*Math.cos(U),l[h++]=Math.sin(U),l[h++]=Math.cos(v)*Math.cos(U),c[b++]=D,c[b++]=_,p<i&&g<r){const x=i+1,C=x*g+p,F=x*(g+1)+p,k=x*(g+1)+p+1,y=x*g+p+1;f[m++]=C,f[m++]=y,f[m++]=F,f[m++]=y,f[m++]=k,f[m++]=F}}this.setIndices(f),this.setAttribute(V.position,o),this.setAttribute(V.normal,l),this.setAttribute(V.uv,c),this.setAttribute(V.TEXCOORD_1,c),this.addSubGeometry({indexStart:0,indexCount:f.length,vertexStart:0,vertexCount:0,firstStart:0,index:0,topology:0})}}class km extends Oe{segment;row=0;constructor(e){super(),this.segment=e,this.buildGeometry()}buildGeometry(){this.row=this.segment+1;let e=new Uint32Array(this.segment*6),t=new Float32Array(this.row*3*2),a=new Float32Array(this.row*3*2),r=new Float32Array(this.row*2*2);for(let i=0;i<this.row;i++){t[i*3*2+0]=0,t[i*3*2+1]=0,t[i*3*2+2]=0,t[i*3*2+3]=0,t[i*3*2+4]=0,t[i*3*2+5]=0,a[i*3*2+0]=0,a[i*3*2+1]=0,a[i*3*2+2]=1,a[i*3*2+3]=0,a[i*3*2+4]=0,a[i*3*2+5]=1,r[i*2*2+0]=0,r[i*2*2+1]=i/this.segment,r[i*2*2+2]=1,r[i*2*2+3]=i/this.segment;let n=i*2,o=n,l=n+1,c=n+2,f=n+3;e[i*6+0]=o,e[i*6+1]=l,e[i*6+2]=c,e[i*6+3]=l,e[i*6+4]=f,e[i*6+5]=c}this.setIndices(e),this.setAttribute(V.position,t),this.setAttribute(V.normal,a),this.setAttribute(V.uv,r),this.setAttribute(V.TEXCOORD_1,r),this.addSubGeometry({indexStart:0,indexCount:e.length,vertexStart:0,vertexCount:0,firstStart:0,index:0,topology:0})}}class Em extends Oe{faceCount=0;constructor(e){super(),this.faceCount=e,this.buildGeometry()}buildGeometry(){let e=new Uint32Array(this.faceCount*3),t=new Float32Array(this.faceCount*3*3),a=new Float32Array(this.faceCount*3*3),r=new Float32Array(this.faceCount*3*2),i=new Float32Array(this.faceCount*3*1);for(let n=0;n<this.faceCount;n++){let o=n*3+0,l=n*3+1,c=n*3+2;e[o]=o,e[l]=l,e[c]=c}this.setIndices(e),this.setAttribute(V.position,t),this.setAttribute(V.normal,a),this.setAttribute(V.uv,r),this.setAttribute(V.TEXCOORD_1,r),this.setAttribute(V.vIndex,i),this.addSubGeometry({indexStart:0,indexCount:e.length,vertexStart:0,vertexCount:0,firstStart:0,index:0,topology:0})}}class wm extends Ts{_internalTexture;_minSize=32;_skyColor;constructor(e){super(),this._skyColor=e,this._internalTexture=new On;let t=[];return A.res.fillColor(t,this._minSize,this._minSize,this.color.r,this.color.g,this.color.b,this.color.a),this._internalTexture.create(this._minSize,this._minSize,t,!1),this.createFromTexture(this._minSize,this._internalTexture),this}changeColor(e){return this._skyColor=e,A.res.fillColor(this._internalTexture.floatArray,this._minSize,this._minSize,this.color.r,this.color.g,this.color.b,this.color.a),this._internalTexture.updateTexture(this._minSize,this._minSize,this._internalTexture.floatArray,!1),this._faceData.uploadTexture(0,this._internalTexture),this}get color(){return this._skyColor}set color(e){this.changeColor(e)}}class Im extends ne{length=100;thickness=.1;constructor(e,t=.1){super(),this.length=e,this.thickness=t,this.init()}init(){let e=new ne,t=new ne,a=new ne,r=new La(2,2,2),i=new La(2,2,2),n=new La(2,2,2),o=new _t;o.baseColor=new W(1,0,0);let l=new _t;l.baseColor=new W(0,1,0);let c=new _t;c.baseColor=new W(0,0,1);let f=e.addComponent(fe),d=t.addComponent(fe),h=a.addComponent(fe);f.geometry=r,f.material=o,f.castShadow=!1,d.geometry=i,d.material=l,d.castShadow=!1,h.geometry=n,h.material=c,h.castShadow=!1,e.localScale=new u(this.length,this.thickness,this.thickness),e.x=this.length,t.localScale=new u(this.thickness,this.length,this.thickness),t.y=this.length,a.localScale=new u(this.thickness,this.thickness,this.length),a.z=this.length,this.addChild(e),this.addChild(t),this.addChild(a)}}class Rm{static merge(e,t,a){}static mergeNumber(e,t,a){let r=a||new Oe,i=e.getAttribute(V.position).data.length/3,n=new Float32Array(i*t);for(const f of e.vertexAttributeMap){let d=f[1].attribute;if(d==V.indices)continue;let h=e.getAttribute(d).data,b=h.length,m=new Float32Array(b*t);for(let g=0;g<t;g++){m.set(h,b*g);for(let p=0;p<i;p++)n[i*g+p]=g}r.setAttribute(d,m)}r.setAttribute(V.vIndex,n);let o=e.getAttribute(V.indices).data,l=o.length,c=new Uint32Array(o.length*t);for(let f=0;f<t;f++)for(let d=0;d<l;d++){let h=f*i,b=f*l;const m=o[d]+h;c[b+d]=m}return r.setIndices(c),r.addSubGeometry({indexStart:0,indexCount:c.length,vertexStart:0,index:0,vertexCount:0,firstStart:0,topology:0}),r}static generateNormal(){}static generateTangent(){}static packUV(){}}class Qm extends ne{size=100;divisions=10;constructor(e=100,t=10){super(),this.size=e,this.divisions=t,this.buildGeometry(),this.addAxis()}buildGeometry(){const e=[],t=[],a=this.size/this.divisions,r=this.size/2,i=this.divisions/2;for(let c=0,f=-r;c<=this.divisions;c++,f+=a)c!==i&&(e.push(-r,0,f,r,0,f),e.push(f,0,-r,f,0,r));for(let c=0;c<e.length/3;c+=2)t.push(c,c+1);let n=new Oe;n.setIndices(t.length>Uint16Array.length?new Uint32Array(t):new Uint16Array(t)),n.setAttribute(V.position,new Float32Array(e)),n.addSubGeometry({indexStart:0,indexCount:t.length,vertexStart:0,vertexCount:0,firstStart:0,index:0,topology:0});let o=new _t;o.topology="line-list",o.baseColor=new W(1,1,1,.15),o.blendMode=me.ADD,o.castReflection=!1;let l=this.addComponent(fe);l.geometry=n,l.material=o}addAxis(){const e=this.size/2;let t=new Float32Array([-e,0,0,e,0,0]),a=new Uint16Array([0,1,2,3]),r=new Oe;r.setIndices(a),r.setAttribute(V.position,t),r.addSubGeometry({indexStart:0,indexCount:a.length,vertexStart:0,vertexCount:0,firstStart:0,index:0,topology:0});{let i=new ne,n=i.addComponent(fe);n.geometry=r;let o=n.material=new _t;o.baseColor=new W(1,0,0,.5),o.blendMode=me.ADD,o.castReflection=!1,o.topology="line-list",this.addChild(i)}{let i=new ne;i.rotationY=90;let n=i.addComponent(fe);n.geometry=r;let o=n.material=new _t;o.baseColor=new W(0,1,0,.5),o.blendMode=me.ADD,o.castReflection=!1,o.topology="line-list",this.addChild(i)}}}class Tm{static color_temperature_to_rgb(e){e<1e3?e=1e3:e>4e4&&(e=4e4);let t=e/100,a=this.get_red(t),r=this.get_green(t),i=this.get_blue(t);return new W(a/255,r/255,i/255,1)}static get_red(e){if(e<=66)return 255;let t=329.698727446*Math.pow(e-60,-.1332047592);return this.bound(t)}static get_green(e){let t=0;return e<=66?t=99.4708025861*Math.log(e)-161.1195681661:t=288.1221695283*Math.pow(e-60,-.0755148492),this.bound(t)}static get_blue(e){let t=0;return e>=66?255:e<=19?0:(t=138.5177312231*Math.log(e-10)-305.0447927307,this.bound(t))}static bound(e,t=0,a=255){let r=Math.max(e,t);return Math.min(r,a)}}class Mm{static boxGeo;static planeGeo;static sphere;static material;static materialMap;static initHeap(){this.boxGeo||(this.boxGeo=new La),this.planeGeo||(this.planeGeo=new ii(1,1,1,1,u.UP)),this.sphere||(this.sphere=new Tr(1,35,35)),this.material||(this.material=new $t),this.materialMap||(this.materialMap=new Map)}static get CubeMesh(){return this.initHeap(),this.boxGeo}static get SphereMesh(){return this.initHeap(),this.sphere}static GetCube(){this.initHeap();let e=new ne,t=e.addComponent(fe);return t.geometry=this.boxGeo,t.material=this.material.clone(),t.castShadow=!0,e}static GetMaterial(e){let t=this.materialMap.get(e);return t||(t=new $t,t.baseMap=e,this.materialMap.set(e,t)),t.clone()}static GetPlane(e){this.initHeap();let t=new ne,a=t.addComponent(fe);a.geometry=this.planeGeo;let r=this.GetMaterial(e);return r.blendMode=me.ADD,r.castShadow=!1,a.material=r,a.castGI=!1,a.castReflection=!1,t}static GetSingleCube(e,t,a,r,i,n){this.initHeap();let o=new $t;o.roughness=.5,o.metallic=.1,o.baseColor=new W(r,i,n,1);let l=new ne,c=l.addComponent(fe);return c.castGI=!0,c.geometry=new La(e,t,a),c.material=o,l}static GetSingleSphere(e,t,a,r){this.initHeap();let i=new $t;i.baseColor=new W(t,a,r,1);let n=new ne,o=n.addComponent(fe);return o.castGI=!0,o.geometry=new Tr(e,20,20),o.material=i,n}static get Sphere(){this.initHeap();let e=new ne,t=e.addComponent(fe);return t.geometry=this.sphere,t.material=this.material,e}static GetSingleCube2(e,t=10){this.initHeap();let a=new ne,r=a.addComponent(fe);return r.castShadow=!1,r.geometry=new La(t,t,t),r.material=e,a}static GetPointLight(e,t,a,r,i,n,o=1,l=!0){let c=new ne,f=c.addComponent(ni);f.lightColor=new W(r,i,n,1),f.intensity=o,f.range=a,f.at=8,f.radius=0,f.castShadow=l,c.localPosition=e,c.localRotation=t;let d=this.GetSingleSphere(.1,1,1,1);return c.addChild(d),f}}var T=(s=>(s[s.X=0]="X",s[s.Y=1]="Y",s[s.Z=2]="Z",s[s.XY=3]="XY",s[s.XZ=4]="XZ",s[s.YZ=5]="YZ",s[s.XYZ=6]="XYZ",s[s.MAX=7]="MAX",s[s.NONE=8]="NONE",s))(T||{}),da=(s=>(s[s.Local=0]="Local",s[s.Global=1]="Global",s))(da||{});class Ks extends $e{mAxis;mAxisColor;mContainer;mAxisMaterial;mAxisCollider;constructor(){super(),this._enable=!1,this.mAxis=new Array(T.MAX),this.mAxisColor=new Array(T.MAX),this.mAxisMaterial=new Array(T.MAX),this.mAxisCollider=new Array(T.MAX)}get target(){return this.object3D.target}get mX(){return this.object3D.mXObj}get mY(){return this.object3D.mYObj}get mZ(){return this.object3D.mZObj}get transformSpaceMode(){return this.object3D.transformSpaceMode}init(e){this.mContainer=new ne;let t=new _t;t.baseColor=new W(1,0,0),t.depthCompare=lt.always,this.mAxisColor[T.X]=t.baseColor,this.mAxisMaterial[T.X]=t;let a=new _t;a.baseColor=new W(0,1,0),a.depthCompare=lt.always,this.mAxisColor[T.Y]=a.baseColor,this.mAxisMaterial[T.Y]=a;let r=new _t;r.baseColor=new W(0,0,1),r.depthCompare=lt.always,this.mAxisColor[T.Z]=r.baseColor,this.mAxisMaterial[T.Z]=r;let i=this.createCustomAxis(T.X),n=this.createCustomAxis(T.Y),o=this.createCustomAxis(T.Z);this.mContainer.addChild(this.mAxis[T.X]=i),this.mContainer.addChild(this.mAxis[T.Y]=n),this.mContainer.addChild(this.mAxis[T.Z]=o),this.mAxisCollider[T.X]=i.getComponent(ca),this.mAxisCollider[T.Y]=n.getComponent(ca),this.mAxisCollider[T.Z]=o.getComponent(ca)}start(){}onEnable(e){this.object3D.addChild(this.mContainer),this.reset()}onDisable(e){this.object3D.removeChild(this.mContainer)}reset(){switch(this.transformSpaceMode){case da.Local:{let t=w.help_matrix_0.copyFrom(this.mX.transform.worldMatrix).decompose();this.object3D.scaleX=1,this.object3D.scaleY=1,this.object3D.scaleZ=1,this.object3D.rotationX=t[1].x,this.object3D.rotationY=t[1].y,this.object3D.rotationZ=t[1].z,this.object3D.x=t[0].x,this.object3D.y=t[0].y,this.object3D.z=t[0].z}break;case da.Global:{this.object3D.scaleX=1,this.object3D.scaleY=1,this.object3D.scaleZ=1,this.object3D.rotationX=0,this.object3D.rotationY=0,this.object3D.rotationZ=0;const e=this.mX.transform.worldPosition;this.object3D.x=e.x,this.object3D.y=e.y,this.object3D.z=e.z}break}}pickAxis(){let a=this.object3D.transform.scene3D.view.camera.screenPointToRay(A.inputSystem.mouseX,A.inputSystem.mouseY),r,i;for(let n=0;n<=T.MAX;n++){let o=this.mAxisCollider[n];if(o&&(r=o.rayPick(a),r&&(!i||i.distance>r.distance||n==T.XYZ)&&(i={axis:n,obj:o.object3D,distance:r.distance,intersectPoint:r.intersectPoint},n==T.XYZ)))break}return i}currentAxis=T.NONE;beginPoint=new u;beginMousePos=new u;currentPoint=new u;onMouseDown(e){if(e.mouseCode!=Ls.MOUSE_LEFT)return;let t=this.pickAxis();if(!t)return;this.currentAxis=t.axis,e.stopImmediatePropagation();const r=this.object3D.transform.scene3D.view.camera;let i=r.worldToScreenPoint(this.mX.transform.worldPosition),n=r.screenPointToWorld(A.inputSystem.mouseX,A.inputSystem.mouseY,i.z);this.beginPoint.copyFrom(n),this.beginMousePos.x=A.inputSystem.mouseX,this.beginMousePos.y=A.inputSystem.mouseY}lastMoveObj;lastMoveAxis;onMouseMove(e){if(this.currentAxis==T.NONE){let t=this.lastMoveObj.getComponent(fe).material;this.lastMoveObj&&"baseColor"in t&&(t.baseColor=this.mAxisColor[this.lastMoveAxis],this.lastMoveObj=null,this.lastMoveAxis==T.XYZ&&(this.mAxis[T.X].getComponent(fe).material.setUniformColor("baseColor",this.mAxisColor[T.X]),this.mAxis[T.Y].getComponent(fe).material.setUniformColor("baseColor",this.mAxisColor[T.Y]),this.mAxis[T.Z].getComponent(fe).material.setUniformColor("baseColor",this.mAxisColor[T.Z])),this.lastMoveAxis=T.NONE);let a=this.pickAxis();if(!a)return;t.setUniformColor("baseColor",new W(1,1,1)),this.lastMoveObj=a.obj,this.lastMoveAxis=a.axis,this.lastMoveAxis==T.XYZ&&(this.mAxis[T.X].getComponent(fe).material.setUniformColor("baseColor",new W(1,1,1)),this.mAxis[T.Y].getComponent(fe).material.setUniformColor("baseColor",new W(1,1,1)),this.mAxis[T.Z].getComponent(fe).material.setUniformColor("baseColor",new W(1,1,1)))}else{const a=this.object3D.transform.scene3D.view.camera;let r=a.worldToScreenPoint(this.mX.transform.worldPosition),i=a.screenPointToWorld(A.inputSystem.mouseX,A.inputSystem.mouseY,r.z);this.currentPoint.copyFrom(i);let n=i.subtract(this.beginPoint);u.HELP_0.set(A.inputSystem.mouseX,A.inputSystem.mouseY,0);let o=u.distance(u.HELP_0,this.beginMousePos);switch(this.beginMousePos.copyFrom(u.HELP_0),this.transformSpaceMode){case da.Local:this.applyLocalTransform(this.currentAxis,n,o);break;case da.Global:this.applyGlobalTransform(this.currentAxis,n,o);break}this.beginPoint.copyFrom(i),this.reset()}}onMouseUp(e){e.mouseCode==Ls.MOUSE_LEFT&&(this.currentAxis=T.NONE,this.reset())}onUpdate(e){let a=u.distance(e.camera.transform.worldPosition,this.object3D.transform.worldPosition)/100;if(this.mContainer.scaleX=this.mContainer.scaleY=this.mContainer.scaleZ=a,this.mX){const r=this.mX.transform.worldPosition;this.object3D.x=r.x,this.object3D.y=r.y,this.object3D.z=r.z}}applyLocalTransform(e,t,a){console.warn("not imp")}applyGlobalTransform(e,t,a){console.warn("not imp")}createCustomAxis(e){return this.createAxis(e)}createAxis(e){let t=0,a=0,r=0;switch(e){case T.X:t=1;break;case T.Y:a=1;break;case T.Z:r=1;break}let i=.4+t*20,n=.4+a*20,o=.4+r*20,l=new ne;l.x=i*.5,l.y=n*.5,l.z=o*.5;let c=l.addComponent(fe);c.geometry=new La(i,n,o),c.material=this.mAxisMaterial[e];let f=l.addComponent(ca),d=new hi;return d.setFromCenterAndSize(new u(0,0,0),new u(i+1,n+1,o+1)),f.shape=d,l}}class Uu extends Ks{init(e){super.init(e);let t=new _t;t.doubleSide=!0,t.baseColor=new W(.9,.9,.9),t.depthCompare=lt.always,this.mAxisColor[T.XYZ]=t.baseColor,this.mAxisMaterial[T.XYZ]=t;let a=new ne,r=a.addComponent(fe);r.geometry=new La(2,2,2),r.material=this.mAxisMaterial[T.XYZ];let i=a.addComponent(ca),n=new hi;n.setFromCenterAndSize(new u(0,0,0),new u(2,2,2)),i.shape=n,this.mContainer.addChild(this.mAxis[T.XYZ]=a),this.mAxisCollider[T.XYZ]=a.getComponent(ca)}applyLocalTransform(e,t,a){switch(this.currentAxis){case T.XYZ:{let r=0;Math.abs(t.x)>Math.abs(t.y)?Math.abs(t.x)>Math.abs(t.z)?r=t.x:r=t.z:r=t.y,this.mX.scaleX+=r,this.mX.scaleY+=r,this.mX.scaleZ+=r}break;default:this.mX.transform.worldMatrix.transformVector(t,t),(this.currentAxis==T.X||this.currentAxis==T.XY||this.currentAxis==T.XZ)&&(this.mX.scaleX=Math.abs(this.mX.scaleX+t.x)),(this.currentAxis==T.Y||this.currentAxis==T.XY||this.currentAxis==T.YZ)&&(this.mX.scaleY=Math.abs(this.mX.scaleY+t.y)),(this.currentAxis==T.Z||this.currentAxis==T.XZ||this.currentAxis==T.YZ)&&(this.mX.scaleZ=Math.abs(this.mX.scaleZ+t.z));break}}applyGlobalTransform(e,t,a){let r=u.HELP_0;r.set(0,0,0),(this.currentAxis==T.X||this.currentAxis==T.XY||this.currentAxis==T.XZ)&&(r.x=t.x),(this.currentAxis==T.Y||this.currentAxis==T.XY||this.currentAxis==T.YZ)&&(r.y=t.y),(this.currentAxis==T.Z||this.currentAxis==T.XZ||this.currentAxis==T.YZ)&&(r.z=t.z),this.mX.transform.worldMatrix.transformVector(r,u.HELP_1),this.mX.scaleX+=u.HELP_1.x,this.mX.scaleY+=u.HELP_1.y,this.mX.scaleZ+=u.HELP_1.z}createCustomAxis(e){let t=super.createAxis(e),a=this.createBox(e);return t.addChild(a),t}createBox(e){let t=0,a=0,r=0,i=new ne;switch(e){case T.X:t=1,i.rotationZ=-90;break;case T.Y:a=1;break;case T.Z:r=1,i.rotationX=90;break}let n=.2+t*20,o=.2+a*20,l=.2+r*20;i.x=n*.5,i.y=o*.5,i.z=l*.5;let c=i.addComponent(fe);return c.geometry=new La(2,2,2),c.material=this.mAxisMaterial[e],i}}var pt=(s=>(s[s.Scale=0]="Scale",s[s.Rotation=1]="Rotation",s[s.Translation=2]="Translation",s[s.NONE=3]="NONE",s))(pt||{});class xu extends Ks{applyLocalTransform(e,t,a){if(this.currentAxis==T.X||this.currentAxis==T.XY||this.currentAxis==T.XZ,this.currentAxis==T.Y||this.currentAxis==T.XY||this.currentAxis==T.YZ){w.help_matrix_0.copyFrom(this.mX.transform.worldMatrix),w.help_matrix_1.identity(),w.help_matrix_1.createByRotation(1,u.Y_AXIS),w.help_matrix_2.multiplyMatrices(w.help_matrix_1,w.help_matrix_0),w.help_matrix_2.invert(),w.help_matrix_1.multiplyMatrices(w.help_matrix_2,w.help_matrix_0);let r=w.help_matrix_1.decompose();this.mX.rotationX+=r[1].x,this.mY.rotationY+=r[1].y,this.mZ.rotationZ+=r[1].z}this.currentAxis==T.Z||this.currentAxis==T.XZ||this.currentAxis==T.YZ}getAngle(){const t=this.object3D.transform.scene3D.view.camera,a=this.mZ.transform.worldPosition;if(t.screenPointToRay(A.inputSystem.mouseX,A.inputSystem.mouseY),this.currentAxis==T.X){let r=t.worldToScreenPoint(a);u.HELP_1.set(r.x,r.y,0),u.HELP_2.set(A.inputSystem.mouseX,A.inputSystem.mouseY,0);let i=u.HELP_2.subtract(u.HELP_1),n=u.getAngle(u.X_AXIS,i);return i.y>0&&(n=360-n),t.transform.worldPosition.x-a.x>0&&(n=360-n),n}if(this.currentAxis==T.Y){let r=t.worldToScreenPoint(a);u.HELP_1.set(r.x,r.y,0),u.HELP_2.set(A.inputSystem.mouseX,A.inputSystem.mouseY,0);let i=u.HELP_2.subtract(u.HELP_1),n=u.getAngle(u.X_AXIS,i);return i.y>0&&(n=360-n),t.transform.worldPosition.y-a.y>0&&(n=360-n),n}if(this.currentAxis==T.Z){let r=t.worldToScreenPoint(a);u.HELP_1.set(r.x,r.y,0),u.HELP_2.set(A.inputSystem.mouseX,A.inputSystem.mouseY,0);let i=u.HELP_2.subtract(u.HELP_1),n=u.getAngle(u.X_AXIS,i);return i.y>0&&(n=360-n),t.transform.worldPosition.z-a.z>0&&(n=360-n),n}return 0}mLastAngle=0;applyGlobalTransform(e,t,a){if(this.currentAxis==T.X||this.currentAxis==T.Y||this.currentAxis==T.Z){let r=this.getAngle();switch(w.help_matrix_0.identity(),this.currentAxis){case T.X:w.help_matrix_0.createByRotation(this.mLastAngle-r,u.X_AXIS);break;case T.Y:w.help_matrix_0.createByRotation(this.mLastAngle-r,u.Y_AXIS);break;case T.Z:w.help_matrix_0.createByRotation(this.mLastAngle-r,u.Z_AXIS);break}w.help_matrix_1.copyFrom(this.mX.transform.worldMatrix),w.help_matrix_1.append(w.help_matrix_0),this.mX.parent&&(w.help_matrix_2.copyFrom(this.mX.parent.worldMatrix),w.help_matrix_2.invert(),w.help_matrix_1.multiply(w.help_matrix_2));let n=w.help_matrix_1.decompose(ia.QUATERNION)[1];$.HELP_0.set(n.x,n.y,n.z,n.w),this.mLastAngle=r,this.mX.transform.localRotQuat=$.HELP_0}}onMouseDown(e){super.onMouseDown(e),this.currentAxis!=T.NONE&&(this.mAxis[T.X].getComponent(fe).enable=!1,this.mAxis[T.Y].getComponent(fe).enable=!1,this.mAxis[T.Z].getComponent(fe).enable=!1,this.mAxis[this.currentAxis].getComponent(fe).enable=!0,this.mLastAngle=this.getAngle())}onMouseUp(e){super.onMouseUp(e),this.currentAxis==T.NONE&&(this.mAxis[T.X].getComponent(fe).enable=!0,this.mAxis[T.Y].getComponent(fe).enable=!0,this.mAxis[T.Z].getComponent(fe).enable=!0)}createCustomAxis(e){return this.createAxis(e)}createAxis(e){let t=new ne;switch(e){case T.X:t.rotationZ=90;break;case T.Y:break;case T.Z:t.rotationX=90;break}let a=t.addComponent(fe);a.geometry=new vu(20,.4),a.material=this.mAxisMaterial[e];let r=t.addComponent(ca),i=new hi;return i.setFromCenterAndSize(new u,new u(40,.4,40)),r.shape=i,t}pickAxis(){let a=this.object3D.transform.scene3D.view.camera.screenPointToRay(A.inputSystem.mouseX,A.inputSystem.mouseY),r,i;for(let n=0;n<=T.MAX;n++){let o=this.mAxisCollider[n];if(o&&(r=o.rayPick(a),r)){let l=u.distance(r.intersectPoint,o.shape.center);if(l>20+.8||l<20-.8)continue;(!i||i.distance>r.distance)&&(i={axis:n,obj:o.object3D,distance:r.distance,intersectPoint:r.intersectPoint})}}return i}}class yu extends Ks{init(e){super.init(e);let t=new _t;t.doubleSide=!0,t.baseColor=new W(0,0,1),t.depthCompare=lt.always,this.mAxisColor[T.XY]=t.baseColor,this.mAxisMaterial[T.XY]=t;let a=new _t;a.doubleSide=!0,a.baseColor=new W(0,1,0),a.depthCompare=lt.always,this.mAxisColor[T.XZ]=a.baseColor,this.mAxisMaterial[T.XZ]=a;let r=new _t;r.doubleSide=!0,r.baseColor=new W(1,0,0),r.depthCompare=lt.always,this.mAxisColor[T.YZ]=r.baseColor,this.mAxisMaterial[T.YZ]=r;let i=this.createPlane(T.XY),n=this.createPlane(T.XZ),o=this.createPlane(T.YZ);this.mContainer.addChild(this.mAxis[T.XY]=i),this.mContainer.addChild(this.mAxis[T.XZ]=n),this.mContainer.addChild(this.mAxis[T.YZ]=o),this.mAxisCollider[T.XY]=i.getComponent(ca),this.mAxisCollider[T.XZ]=n.getComponent(ca),this.mAxisCollider[T.YZ]=o.getComponent(ca)}applyLocalTransform(e,t,a){w.help_matrix_0.copyFrom(this.mX.transform.worldMatrix).invert(),w.help_matrix_0.transformVector(t,u.HELP_0),this.currentAxis==T.X||this.currentAxis==T.XY||this.currentAxis==T.XZ||(u.HELP_0.x=0),this.currentAxis==T.Y||this.currentAxis==T.XY||this.currentAxis==T.YZ||(u.HELP_0.y=0),this.currentAxis==T.Z||this.currentAxis==T.XZ||this.currentAxis==T.YZ||(u.HELP_0.z=0),this.mX.transform.worldMatrix.transformVector(u.HELP_0,u.HELP_1),this.mX.x+=u.HELP_1.x,this.mX.y+=u.HELP_1.y,this.mX.z+=u.HELP_1.z}applyGlobalTransform(e,t,a){w.help_matrix_0.identity(),(this.currentAxis==T.X||this.currentAxis==T.XY||this.currentAxis==T.XZ)&&w.help_matrix_0.appendTranslation(t.x,0,0),(this.currentAxis==T.Y||this.currentAxis==T.XY||this.currentAxis==T.YZ)&&w.help_matrix_0.appendTranslation(0,t.y,0),(this.currentAxis==T.Z||this.currentAxis==T.XZ||this.currentAxis==T.YZ)&&w.help_matrix_0.appendTranslation(0,0,t.z),w.help_matrix_1.copyFrom(this.mX.transform.worldMatrix),w.help_matrix_1.append(w.help_matrix_0),this.mX.parent&&(w.help_matrix_2.copyFrom(this.mX.parent.worldMatrix),w.help_matrix_2.invert(),w.help_matrix_1.multiply(w.help_matrix_2));let r=w.help_matrix_1.decompose(ia.QUATERNION);this.mX.transform.localPosition=r[0],console.log(this.target.localPosition)}createCustomAxis(e){let t=super.createAxis(e),a=this.createArrows(e);return t.addChild(a),t}createArrows(e){let t=0,a=0,r=0,i=new ne;switch(e){case T.X:t=1,i.rotationZ=-90;break;case T.Y:a=1,i.rotationY=-90;break;case T.Z:r=1,i.rotationX=90;break}let n=.2+t*20,o=.2+a*20,l=.2+r*20;i.x=n*.5,i.y=o*.5,i.z=l*.5;let c=i.addComponent(fe);return c.geometry=new Bu(0,1,4),c.material=this.mAxisMaterial[e],i}createPlane(e){let t=new ne,a=t.addComponent(fe);a.material=this.mAxisMaterial[e];let r=t.addComponent(ca),i=new hi;switch(r.shape=i,e){case T.XY:a.geometry=new ii(4,4,1,1,u.Z_AXIS),t.x=8,t.y=8,i.setFromCenterAndSize(new u(0,0,0),new u(4,4,.1));break;case T.XZ:a.geometry=new ii(4,4,1,1,u.Y_AXIS),t.x=8,t.z=8,i.setFromCenterAndSize(new u(0,0,0),new u(4,.1,4));break;case T.YZ:a.geometry=new ii(4,4,1,1,u.X_AXIS),t.y=8,t.z=8,i.setFromCenterAndSize(new u(0,0,0),new u(.1,4,4));break}return t}}class hl extends ne{static _instance;static get instance(){return this._instance||(this._instance=new hl),this._instance}mTarget;mTransformMode=pt.NONE;mTransformSpaceType=da.Global;mControllers;mXObj;mYObj;mZObj;constructor(){super(),this.mControllers=[null,null,null],this.mControllers[pt.Scale]=this.addComponent(Uu),this.mControllers[pt.Rotation]=this.addComponent(xu),this.mControllers[pt.Translation]=this.addComponent(yu),this.mControllers[pt.Scale].enable=!1,this.mControllers[pt.Rotation].enable=!1,this.mControllers[pt.Translation].enable=!1,this.mXObj=new ne,this.mYObj=new ne,this.mZObj=new ne,this.mXObj.addChild(this.mYObj),this.mYObj.addChild(this.mZObj)}get transformMode(){return this.mTransformMode}get transformSpaceMode(){return this.mTransformSpaceType}active(e){e.addChild(this),e.addChild(this.mXObj)}unActive(e){e.removeChild(this)}get target(){return this.mTarget}selectObject(e,t,a){this.mTarget!=e&&(e?this.activate():this.unactivate(),this.mTarget=e,this.mXObj.localPosition=e.transform.worldPosition.clone()),t!=null&&this.selectTransformMode(t),a!=null&&this.selectTransformSpaceMode(a)}selectTransformMode(e){this.mTransformMode!=e&&(this.mTransformMode!=pt.NONE&&(this.mControllers[this.mTransformMode].enable=!1),this.mTransformMode=e,this.mTransformMode!=pt.NONE&&(this.mControllers[this.mTransformMode].enable=!0))}selectTransformSpaceMode(e){this.mTransformSpaceType!=e&&(this.mTransformSpaceType=e,this.mTransformMode!=pt.NONE&&this.mControllers[this.mTransformMode].reset())}activate(){A.inputSystem.addEventListener(Ra.KEY_DOWN,this.onKeyDown,this),A.inputSystem.addEventListener(Z.POINTER_DOWN,this.onMouseDown,this,null,99999),A.inputSystem.addEventListener(Z.POINTER_MOVE,this.onMouseMove,this,null,99999),A.inputSystem.addEventListener(Z.POINTER_UP,this.onMouseUp,this,null,99999)}unactivate(){A.inputSystem.removeEventListener(Ra.KEY_DOWN,this.onKeyDown,this),A.inputSystem.removeEventListener(Z.POINTER_DOWN,this.onMouseDown,this),A.inputSystem.removeEventListener(Z.POINTER_MOVE,this.onMouseMove,this),A.inputSystem.removeEventListener(Z.POINTER_UP,this.onMouseUp,this)}onKeyDown(e){switch(e.keyCode){case et.Key_R:this.selectTransformMode(pt.Scale),this.selectTransformSpaceMode(da.Local);break;case et.Key_E:this.selectTransformMode(pt.Rotation),this.selectTransformSpaceMode(da.Global);break;case et.Key_W:this.selectTransformMode(pt.Translation),this.selectTransformSpaceMode(da.Global);break;case et.Key_A:this.selectTransformSpaceMode(da.Local);break;case et.Key_S:this.selectTransformSpaceMode(da.Global);break}}onMouseDown(e){this.mTransformMode!=pt.NONE&&this.mControllers[this.mTransformMode].onMouseDown(e)}onMouseMove(e){this.mTransformMode!=pt.NONE&&this.mControllers[this.mTransformMode].onMouseMove(e)}onMouseUp(e){this.mTransformMode!=pt.NONE&&this.mControllers[this.mTransformMode].onMouseUp(e)}}const Nm=Object.freeze(Object.defineProperty({__proto__:null},Symbol.toStringTag,{value:"Module"}));export{cf as AccelerateDecelerateInterpolator,of as AccelerateInterpolator,Mi as AnimationCurve,Br as AnimationCurveT,Zr as AnimationMonitor,Ha as AnimatorComponent,hg as AnimatorEventKeyframe,hf as AnticipateInterpolator,hs as AnticipateOvershootInterpolator,Tu as ArrayHas,Mu as ArrayItemIndex,ed as AtlasParser,ig as AtmosphericComponent,Jd as AtmosphericScatteringSky,zd as AtmosphericScatteringSkySetting,Gd as AtmosphericScatteringSky_shader,qd as AttributeAnimCurve,Im as AxisObject,$a as B3DMLoader,Lf as B3DMLoaderBase,Do as B3DMParseUtil,mo as B3DMParser,jf as BRDFLUT,Yf as BRDFLUTGenerate,Yl as BRDF_frag,Rs as BatchTable,cm as BiMap,is as BillboardComponent,ur as BillboardType,Bc as BitUtil,Xa as BitmapTexture2D,Gc as BitmapTexture2DArray,fo as BitmapTextureCube,Oc as Blend,Lc as BlendFactor,me as BlendMode,Wo as BlendShapeData,Jo as BlendShapePropertyData,lp as BloomPost,If as BlurEffectCreatorBlur_cs,wf as BlurEffectCreatorSample_cs,Rf as BlurTexture2DBufferCreator,ea as BounceInterpolator,Gn as BoundUtil,ke as BoundingBox,Vr as BoundingSphere,Yr as BoundingVolume,hi as BoxColliderShape,La as BoxGeometry,Pl as BrdfLut_frag,Hl as BsDF_frag,Xl as BxDF_frag,ec as BxdfDebug_frag,fn as BytesArray,gt as CEvent,Wa as CEventDispatcher,As as CEventListener,ir as CResizeEvent,ra as CSM,ei as Camera3D,Bg as CameraControllerBase,it as CameraType,ht as CameraUtil,Og as CapsuleColliderShape,a0 as CastPointShadowMaterialPass,t0 as CastShadowMaterialPass,Kl as Clearcoat_frag,T0 as ClusterBoundsSource_cs,kt as ClusterConfig,Cl as ClusterDebug_frag,lc as ClusterLight,Q0 as ClusterLightingBuffer,N0 as ClusterLightingRender,M0 as ClusterLighting_cs,n0 as CollectInfo,ca as ColliderComponent,bt as ColliderShape,di as ColliderShapeType,W as Color,fm as ColorGradient,im as ColorLitMaterial,Pd as ColorLitShader,Xb as ColorPassFragmentOutput,R0 as ColorPassRenderer,Bs as ColorUtil,dn as ComData,wd as Combine_cs,Ml as Common_frag,Nl as Common_vert,$e as ComponentBase,Ve as ComponentCollect,si as ComputeGPUBuffer,Ce as ComputeShader,Dl as Context3D,Yn as CubeCamera,Qf as CubeMapFaceEnum,An as CubeSky_Shader,Ys as CubicBezierCurve,dm as CubicBezierPath,cu as CubicBezierType,uf as CycleInterpolator,Bu as CylinderGeometry,q0 as DDGIIrradianceComputePass,gs as DDGIIrradianceGPUBufferReader,y0 as DDGIIrradianceVolume,K0 as DDGIIrradiance_shader,af as DDGILightingPass,tf as DDGILighting_shader,ef as DDGIMultiBouncePass,rf as DDGIProbeRenderer,At as DEGREES_TO_RADIANS,pf as DRACO_DECODER_GLTF_JS,lf as DecelerateInterpolator,Id as Denoising_cs,L0 as Depth2DTextureArray,V0 as DepthCubeArrayTexture,r0 as DepthMaterialPass,cp as DepthOfFieldPost,gd as DepthOfView_cs,ki as DirectLight,Ki as DoubleArray,Hr as EditorInspector,A as Engine3D,x0 as Entity,o0 as EntityBatchCollect,X as EntityCollect,Vl as EnvMap_frag,jt as ErpImage2CubeMap,Tf as ErpImage2CubeMapCreateCube_cs,Mf as ErpImage2CubeMapRgbe2rgba_cs,Wg as ExtrudeGeometry,Ar as FAILED,Ua as FASTFLOOR,Xn as FXAAPost,Y0 as FXAAShader,Ll as FastMathShader,Zg as FatLineGeometry,sm as FatLineMaterial,Gi as FatLineRenderer,Wi as FatLineShader,Sc as FatLine_FS,Cc as FatLine_VS,wi as FeatureTable,wt as FileLoader,vg as FirstPersonCameraController,On as Float16ArrayTexture,U0 as Float32ArrayTexture,Ug as FlyCameraController,Kf as FontChar,Xf as FontInfo,Hf as FontPage,er as FontParser,nf as ForwardRenderJob,Bn as FragmentOutput,zl as FragmentVarying,wo as FrameCache,wn as Frustum,Vc as FrustumCSM,Yb as FrustumCulling_cs,tc as FullQuad_vert_wgsl,_e as GBufferFrame,e0 as GBufferPass,fp as GBufferPost,vc as GBufferStand,vn as GBuffer_pass,lo as GILighting,Bh as GIProbeMaterial,Mo as GIProbeMaterialType,Vd as GIProbeShader,Hn as GIRenderCompleteEvent,Fs as GIRenderStartEvent,Ff as GLBChunk,Sf as GLBHeader,co as GLBParser,zc as GLSLLexer,_i as GLSLLexerToken,Jc as GLSLPreprocessor,Yc as GLSLSyntax,Jf as GLTFBinaryExtension,kp as GLTFMaterial,vt as GLTFParser,Es as GLTFSubParser,mf as GLTFSubParserCamera,Cf as GLTFSubParserConverter,Df as GLTFSubParserMaterial,Af as GLTFSubParserMesh,oo as GLTFSubParserSkeleton,_f as GLTFSubParserSkin,sa as GLTFType,$2 as GLTF_Accessors,ks as GLTF_Info,X2 as GLTF_Light,q2 as GLTF_Mesh,H2 as GLTF_Node,K2 as GLTF_Primitives,Y2 as GLTF_Scene,Ht as GPUAddressMode,Nu as GPUBlendFactor,Za as GPUBufferBase,ma as GPUBufferType,lt as GPUCompareFunction,S as GPUContext,Ot as GPUCullMode,lr as GPUFilterMode,_s as GPUPrimitiveTopology,ae as GPUTextureFormat,Di as GPUVertexFormat,Ou as GPUVertexStepMode,gi as GSplatFormat,m0 as GSplatGeometry,h0 as GSplatMaterial,ri as GSplatRenderer,Ui as GSplatShader,d0 as GSplat_FS,f0 as GSplat_VS,dp as GTAOPost,pd as GTAO_cs,$f as GUIAtlasTexture,ss as GUICanvas,Mr as GUIConfig,ih as GUIGeometry,nh as GUIGeometryRebuild,Qo as GUIMaterial,sf as GUIPassRenderer,fh as GUIPick,uh as GUIPickHelper,za as GUIQuad,st as GUIQuadAttrEnum,oh as GUIRenderer,Ro as GUIShader,la as GUISpace,oi as GUISprite,Cr as GUITexture,Cp as GaussianSplatParser,nc as GenerayRandomDir,Sp as GeoJsonParser,Fp as GeoJsonUtil,Gs as GeoType,Oe as GeometryBase,g0 as GeometryIndicesBuffer,Rm as GeometryUtil,u0 as GeometryVertexBuffer,Ft as GeometryVertexType,_l as GetComponentClass,pn as GetCountInstanceID,Xu as GetRepeat,Bl as GetShader,Hb as GlassShader,ve as GlobalBindGroup,In as GlobalBindGroupLayout,hp as GlobalFog,Eo as GlobalFog_shader,Qg as GlobalIlluminationComponent,Dn as GlobalUniform,zn as GlobalUniformGroup,up as GodRayPost,md as GodRay_cs,Qm as GridObject,uo as HDRTexture,Is as HDRTextureCube,cc as Hair_frag,Kb as Hair_shader_op,qb as Hair_shader_tr,ys as HaltonSeq,ph as Horizontal,xg as HoverCameraController,Ca as I3DMLoader,Wf as I3DMLoaderBase,_o as I3DMParser,Vf as IBLEnvMapCreator,Pf as IBLEnvMapCreator_cs,ka as IESProfiles,Wl as IESProfiles_frag,Xg as IKDTreeUserData,fi as ImageType,b0 as IndicesGPUBuffer,Tl as Inline_vert,Al as InputSystem,Tg as InstanceDrawComponent,Ol as InstanceUniform,Zf as InstancedMesh,yr as Interpolator,Kn as InterpolatorEnum,Qh as IrradianceDataReaderCompleteEvent,Ql as IrradianceVolumeData_frag,jl as Irradiance_frag,Ru as IsEditorInspector,bn as IsNonSerialize,Bf as Joint,no as JointPose,df as JumperInterpolator,Kg as KDTreeEntity,Ur as KDTreeNode,yh as KDTreeRange,Ch as KDTreeSpace,cs as KDTreeUUID,so as KHR_draco_mesh_compression,Ep as KHR_lights_punctual,Uf as KHR_materials_clearcoat,xf as KHR_materials_emissive_strength,wp as KHR_materials_ior,yf as KHR_materials_unlit,ld as KMZParser,zo as KV,Tm as KelvinUtil,et as KeyCode,Ra as KeyEvent,Ps as Keyframe,Hi as KeyframeT,Ts as LDRTextureCube,Va as LOADED,Zo as LOADING,tu as LRUCache,nm as LambertMaterial,dc as Lambert_shader,Vs as Light,Fi as LightBase,xs as LightData,C0 as LightEntries,ft as LightType,Sl as LightingFunction_frag,Ut as Line,dh as LineClassification,ff as LinearInterpolator,$t as LitMaterial,Js as LitSSSShader,Ws as LitShader,ql as Lit_shader,jr as LoaderBase,qg as LoaderEvent,cn as LoaderManager,Ju as MAX_VALUE,Wu as MIN_VALUE,Bt as Material,qc as MaterialDataUniformGPUBuffer,zs as MaterialUtilities,Fl as MathShader,Lt as MathUtil,Or as Matrix3,w as Matrix4,k0 as MatrixBindGroup,F0 as MatrixGPUBuffer,oc as MatrixShader,sr as MemoryDO,Ul as MemoryInfo,tp as MergeRGBACreator,Ad as MergeRGBA_cs,ln as MeshColliderShape,Os as MeshFilter,fe as MeshRenderer,gm as MinMaxAnimationCurves,pu as MinMaxCurve,gu as MinMaxCurveState,pm as MinMaxPolyCurves,sp as MorePassParser,Ih as MorePassShader,gg as MorphTargetBlender,w0 as MorphTargetData,pg as MorphTargetFrame,th as MorphTargetTransformKey,Xt as MorphTarget_shader,Ls as MouseCode,$0 as MultiBouncePass_cs,Du as Navi3DAstar,qi as Navi3DConst,Sa as Navi3DEdge,tr as Navi3DFunnel,vr as Navi3DMaskType,Fm as Navi3DMesh,Rt as Navi3DPoint,dl as Navi3DPoint2D,ya as Navi3DPointFat,Ae as Navi3DRouter,_u as Navi3DTriangle,un as NonSerialize,Gl as NormalMap_frag,vf as OAnimationEvent,Ef as OBJParser,ne as Object3D,$g as Object3DEvent,hl as Object3DTransformTools,Mm as Object3DUtil,$d as ObjectAnimClip,jn as OcclusionSystem,xr as Octree,c0 as OctreeEntity,yg as OrbitController,hm as OrderMap,ia as Orientation3D,Dd as OutLineBlendColor_cs,_d as OutlineCalcOutline_cs,$b as OutlinePass,bp as OutlinePost,Mh as OutlinePostData,Nh as OutlinePostManager,Th as OutlinePostSlot,Bd as Outline_cs,bf as OvershootInterpolator,$h as PARSING,$l as PBRLItShader,Od as PBRLitSSSShader,Yp as PLUGIN_REGISTERED,Jh as PNTSLoader,zh as PNTSLoaderBase,Wh as PNTSParser,ut as ParserBase,qe as ParserFormat,bu as ParticleSystemCurveEvalMode,fu as ParticleSystemRandomnessIds,Bi as PassGenerate,Rh as PassShader,se as PassType,kl as PhysicMaterialUniform_frag,vh as PickCompute,Uh as PickFire,xt as PickGUIEvent3D,Ph as PickResult,vd as Picker_cs,Un as PingPong,Mn as PipelinePool,mu as Plane3D,Nr as PlaneClassification,ii as PlaneGeometry,mr as PlyMode,Ip as PlyParser,hh as PointClassification,Ln as PointCloudGeometry,v0 as PointCloudMaterial,Qr as PointCloudRenderer,xi as PointCloudShader,B0 as PointCloud_FS,_0 as PointCloud_VS,ni as PointLight,O0 as PointLightShadowRenderer,P0 as PointShadowCubeCamera,Z as PointerEvent3D,Oa as Polynomial,ar as PolynomialCurve,bm as Polynomials,lh as PoolNode,Jt as PostBase,fd as PostProcessingComponent,W0 as PostRenderer,z0 as PreDepthPassRenderer,Z0 as PreFilteredEnvironment_cs,Lb as PreFilteredEnvironment_cs2,Ud as PreIntegratedLut,wh as PreIntegratedLutCompute,Go as PrefabAvatarData,Zh as PrefabAvatarParser,Lo as PrefabBoneData,Yh as PrefabMaterialParser,Xh as PrefabMeshData,Hh as PrefabMeshParser,ps as PrefabNode,qh as PrefabParser,Pp as PrefabStringUtil,jh as PrefabTextureData,Kh as PrefabTextureParser,Aa as Preprocessor,Yo as PriorityQueue,_h as Probe,ap as ProbeEntries,H0 as ProbeGBufferFrame,ct as ProfilerUtil,dg as PropertyAnimClip,eh as PropertyAnimTag,sl as PropertyAnimation,al as PropertyAnimationClip,Kd as PropertyAnimationClipState,Pi as PropertyAnimationEvent,Ni as PropertyHelp,Mt as QuadAABB,uc as QuadGlsl_fs,hc as QuadGlsl_vs,Fh as QuadRoot,yi as QuadShader,Sh as QuadTree,Sr as QuadTreeCell,Lu as Quad_depth2dArray_frag_wgsl,ic as Quad_depth2d_frag_wgsl,sc as Quad_depthCube_frag_wgsl,rc as Quad_frag_wgsl,ac as Quad_vert_wgsl,$ as Quaternion,Vn as R32UintTexture,qr as RADIANS_TO_DEGREES,Nf as RGBEErrorCode,bo as RGBEHeader,go as RGBEParser,Je as RTDescriptor,nt as RTFrame,Ma as RTResourceConfig,Tt as RTResourceMap,es as Rand,Hu as RandomSeed,ha as Ray,mi as RayCastMeshDetail,ti as Reader,fs as Rect,Se as Reference,Zd as Reflection,xc as ReflectionCG,S0 as ReflectionEntries,Yd as ReflectionMaterial,j0 as ReflectionRenderer,jd as ReflectionShader,Uc as ReflectionShader_shader,Gt as RegisterComponent,Qa as RegisterShader,Zn as RenderContext,vi as RenderLayer,Nn as RenderLayerUtil,Ta as RenderNode,l0 as RenderShaderCollect,Eh as RenderShaderCompute,Xe as RenderShaderPass,It as RenderTexture,Na as RendererBase,X0 as RendererJob,J0 as RendererMap,Te as RendererMask,aa as RendererMaskUtil,I0 as RendererPassState,xn as RepeatSE,cd as Res,xu as RotationControlComponents,yc as SHCommon_frag,ds as SN_ArrayConstant,fr as SN_BinaryOperation,S2 as SN_Break,xa as SN_CodeBlock,qa as SN_Constant,en as SN_Continue,at as SN_Declaration,F2 as SN_Discard,C2 as SN_DoWhileLoop,Ee as SN_Expression,zr as SN_ForLoop,qs as SN_Function,$s as SN_FunctionArgs,Gr as SN_FunctionCall,Pr as SN_IFBranch,ja as SN_Identifier,Wr as SN_IndexOperation,rs as SN_Layout,Zc as SN_ParenExpression,tn as SN_Precision,ts as SN_Return,as as SN_SelectOperation,Ka as SN_Struct,jc as SN_TernaryOperation,ai as SN_UnaryOperation,Jr as SN_WhileLoop,Gb as SSAO_cs,xd as SSGI2_cs,gp as SSGIPost,pp as SSRPost,yd as SSR_BlendColor_cs,mp as SSR_IS_Kernel,Cd as SSR_IS_cs,Sd as SSR_RayTrace_cs,Uu as ScaleControlComponents,Gg as Scene3D,mt as Shader,Tn as ShaderAttributeInfo,Xc as ShaderConverter,Hc as ShaderConverterResult,j as ShaderLib,mn as ShaderPassBase,Qt as ShaderReflection,Da as ShaderStage,Kc as ShaderState,Qn as ShaderUniformInfo,Ya as ShaderUtil,Jl as ShadingInput,Wt as ShadowLightsCollect,G0 as ShadowMapPassRenderer,Zl as ShadowMapping_frag,mg as Skeleton,an as SkeletonAnimationClip,Hd as SkeletonAnimationClipState,br as SkeletonAnimationComponent,Ag as SkeletonAnimationCompute,Kr as SkeletonAnimation_shader,Dg as SkeletonBlendComputeArgs,Si as SkeletonPose,_g as SkeletonTransformComputeArgs,zi as SkinnedMeshRenderer,pr as SkinnedMeshRenderer2,$c as SkyGBufferPass,bc as SkyGBuffer_pass,Wd as SkyMaterial,Ns as SkyRenderer,Ti as SkyShader,wm as SolidColorSky,Lg as SphereColliderShape,Tr as SphereGeometry,Xd as SphereReflection,Ei as SpotLight,kf as StandShader,Le as StatementNode,Me as StorageGPUBuffer,Et as StringUtil,Ai as Struct,rp as StructStorageGPUBuffer,p0 as SubGeometry,Fd as TAACopyTex_cs,Ap as TAAPost,kd as TAASharpTex_cs,Ed as TAA_cs,Rd as TestComputeLoadBuffer,bh as TextAnchor,Ah as TextFieldLayout,mh as TextFieldLine,dt as Texture,ws as TextureCube,po as TextureCubeFaceData,rn as TextureCubeStdCreator,ho as TextureCubeUtils,ip as TextureMipmapCompute,Fa as TextureMipmapGenerator,kh as TextureScaleCompute,Sg as ThirdPersonCameraController,jo as Tile,qp as TileSet,em as TileSetChild,tm as TileSetChildContent,am as TileSetChildContentMetaData,$p as TileSetRoot,Kp as TilesRenderer,ze as Time,B as TokenType,vu as TorusGeometry,ml as TouchData,km as TrailGeometry,Zt as Transform,T as TransformAxisEnum,Ks as TransformControllerBaseComponent,pt as TransformMode,da as TransformSpaceMode,yu as TranslationControlComponents,Rn as TranslatorContext,Em as TriGeometry,os as Triangle,nl as UIButton,Dh as UIButtonTransition,To as UIComponentBase,ep as UIEvent,Lr as UIImage,ol as UIImageGroup,on as UIInteractive,tt as UIInteractiveStyle,ns as UIPanel,Li as UIRenderAble,ll as UIShadow,cl as UITextField,rr as UITransform,Dr as UNLOADED,zt as UUID,fl as UV,A0 as Uint32ArrayTexture,Ss as Uint8ArrayTexture,fc as UnLit,_t as UnLitMaterial,El as UnLitMaterialUniform_frag,Zi as UnLitShader,lm as UnLitTexArrayMaterial,ji as UnLitTexArrayShader,Ld as UnLitTextureArray,wl as UnLit_frag,yt as UniformGPUBuffer,nr as UniformNode,Ct as UniformType,Y as ValueEnumType,Sm as ValueOp,Ga as ValueParser,mm as ValueSpread,le as Vector2,u as Vector3,Vi as Vector3Ex,he as Vector4,Yg as VertexAttribute,Nd as VertexAttributeIndexShader,V as VertexAttributeName,or as VertexAttributeSize,xh as VertexAttributeStride,Il as VertexAttributes_vert,jg as VertexBufferLayout,yl as VertexFormat,Cs as VertexGPUBuffer,gh as Vertical,Rl as VideoUniform_frag,zg as View3D,sn as ViewPanel,Wn as ViewQuad,Ie as VirtualTexture,Zp as WGS84_FLATTENING,jp as WGS84_HEIGHT,Wp as WGS84_RADIUS,Wc as WGSLTranslator,bs as WayLines3D,us as WayPoint3D,je as WebGPUDescriptorCreator,_n as WorldMatrixUniform,nn as WorldPanel,ui as WrapMode,gr as WrapTimeMode,op as ZCullingCompute,Md as ZPassShader_cs,_c as ZPassShader_fs,Dc as ZPassShader_vs,i0 as ZSorterUtil,Pc as append,Of as arrayToString,Pu as blendComponent,Dm as buildCurves,fa as byteSizeOfType,_m as calculateCurveRangesValue,Yi as calculateMinMax,pc as castPointShadowMap_vert,De as clamp,A2 as clampRepeat,No as computeAABBFromPositions,c2 as cos,g2 as crossProduct,du as cubicPolynomialRoot,hu as cubicPolynomialRootsGeneric,Am as curvesSupportProcedural,n2 as deg2Rad,Vh as detectGSplatFormat,Ac as directionShadowCastMap_frag,St as dot,uu as doubleIntegrateSegment,ud as downSample,Mc as fastInvSqrt,Tc as floorfToIntPos,li as fonts,p2 as generateRandom,m2 as generateRandom3,wc as getFloatFromInt,db as getGLTypeFromTypedArray,fb as getGLTypeFromTypedArrayType,f2 as getGlobalRandomSeed,hb as getTypedArray,io as getTypedArrayTypeFromGLType,il as grad1,Hs as grad2,Xi as grad3,pi as grad4,Vo as inferSHOrder,rl as integrateSegment,np as irradianceDataReader,um as kPI,Rr as lerp,Yu as lerpByte,ju as lerpColor,Zu as lerpVector3,lu as lruPriorityCallback,Cn as magnitude,Bb as makeAloneSprite,qf as makeGUISprite,Us as makeMatrix44,$o as markUsedSetLeaves,js as markUsedTiles,el as markVisibleTiles,En as matrixMultiply,v2 as matrixRotate,B2 as matrixRotateY,Ds as mergeFunctions,Nc as multiplyMatrices4x4REF,Au as normal_distribution,b2 as normalizeFast,Ec as normalizeSafe,u2 as normalizedToByte,h2 as normalizedToWord,va as outlinePostData,Dp as outlinePostManager,Oo as parsePlyGaussianSplat,Ji as parsePlyHeader,Lh as parsePlyMesh,Gh as parsePlyPointCloud,Ue as perm,bd as post,ou as priorityCallback,Xs as quadraticPolynomialRootsGeneric,o2 as rad2Deg,$r as random01,s2 as randomBarycentricCoord,i2 as randomPointBetweenEllipsoid,a2 as randomPointBetweenSphere,e2 as randomPointInsideCube,t2 as randomPointInsideEllipsoid,r2 as randomPointInsideUnitCircle,Rc as randomPointInsideUnitSphere,qu as randomQuaternion,$u as randomQuaternionUniformDistribution,Qc as randomSeed,vs as randomUnitVector,Ic as randomUnitVector2,Dt as rangedRandomFloat,Ku as rangedRandomInt,Be as readByType,Qs as readMagicBytes,om as registerMaterial,kn as repeat,_2 as rotMatrix,zu as rotateVectorByQuat,Sn as roundfToIntPos,yn as scale,mc as shadowCastMap_frag,gc as shadowCastMap_vert,qt as simplex,l2 as sin,Um as snoise1,xm as snoise2,ym as snoise3,Cm as snoise4,Oh as splatColorProperties,Po as splatProperties,Fn as sqrMagnitude,kc as sqrtImpl,Vu as stencilStateFace,d2 as swap,Qd as textureCompress,hd as threshold,rm as throttle,dr as toHalfFloat,tl as toggleTiles,Xp as traverseAncestors,au as traverseSet,jb as tw,Bm as uniform_real_distribution,vm as uniform_real_distribution2,ko as upSample,E as webGPUContext,s0 as zSorterUtil};
11820
11820
  //# sourceMappingURL=rings.es.js.map