From 3480945b5afe2320d76bad0bbd1c04b9c2b06666 Mon Sep 17 00:00:00 2001 From: minsung Date: Tue, 4 Aug 2026 14:08:59 +0900 Subject: [PATCH] perf(viewer2d): toggle layers by visibility instead of reloading the drawing MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit setHiddenLayers() called load(result, {keepView:true}), so every layer on/off re-parsed and re-tessellated the whole drawing — arc sampling, hatch triangulation, complex linetypes and the Slug text batch all rebuilt from scratch. On an 18 MB DWG a single eye-icon click took 5 s+. Build every layer once, then switch geometry on and off: - Merged LineSegments buffers get an index buffer plus a per-segment layer id (_registerIndexed). A toggle rewrites the index and setDrawRange; positions, colors and lineDistances are untouched, so draw order, dash phase and the selection-highlight offsets in meta.colStart stay valid. - Per-entity meshes (hatch fills, SOLID quads, arrowheads, OLE images, sprites) are tagged by layer via _addObj and toggled with .visible. - Slug text builds one merged mesh per CAD layer instead of one per draw order, so text hides with a visible flag. The shader source is identical across batches, so three still shares one WebGLProgram. - Hidden geometry stays in the pick buffers, so _onClick now skips it via the _metaHidden mask. - Fit keeps framing only what is drawn: per-layer Box3 + fit samples are recorded at build and unioned over the visible layers. - getLayerInfo() caches the O(entities) name/color/count pass per load; only the visible flag is recomputed. Layer panel: one delegated click listener instead of re-binding a handler per row, and a toggle patches the affected row's opacity/icon in place rather than regenerating the whole list's innerHTML. Trade-off: hidden layers are now built and kept in memory, so loading a file with layers already off costs what a full load costs. Rebuilds dist2. Co-Authored-By: Claude Opus 5 (1M context) --- dist2/assets/index-KG0HO38y.js | 5583 ++++++++++++++++++++++++++++++++ dist2/index.html | 2 +- src/layerPanel.ts | 71 +- src/viewer2d/Viewer2D.js | 332 +- 4 files changed, 5900 insertions(+), 88 deletions(-) create mode 100644 dist2/assets/index-KG0HO38y.js diff --git a/dist2/assets/index-KG0HO38y.js b/dist2/assets/index-KG0HO38y.js new file mode 100644 index 0000000..bfdf7e4 --- /dev/null +++ b/dist2/assets/index-KG0HO38y.js @@ -0,0 +1,5583 @@ +var u0=Object.defineProperty;var h0=(n,e,t)=>e in n?u0(n,e,{enumerable:!0,configurable:!0,writable:!0,value:t}):n[e]=t;var At=(n,e,t)=>h0(n,typeof e!="symbol"?e+"":e,t);(function(){const e=document.createElement("link").relList;if(e&&e.supports&&e.supports("modulepreload"))return;for(const s of document.querySelectorAll('link[rel="modulepreload"]'))i(s);new MutationObserver(s=>{for(const r of s)if(r.type==="childList")for(const a of r.addedNodes)a.tagName==="LINK"&&a.rel==="modulepreload"&&i(a)}).observe(document,{childList:!0,subtree:!0});function t(s){const r={};return s.integrity&&(r.integrity=s.integrity),s.referrerPolicy&&(r.referrerPolicy=s.referrerPolicy),s.crossOrigin==="use-credentials"?r.credentials="include":s.crossOrigin==="anonymous"?r.credentials="omit":r.credentials="same-origin",r}function i(s){if(s.ep)return;s.ep=!0;const r=t(s);fetch(s.href,r)}})();/** + * @license + * Copyright 2010-2026 Three.js Authors + * SPDX-License-Identifier: MIT + */const Xc="185",di={ROTATE:0,DOLLY:1,PAN:2},Oi={ROTATE:0,PAN:1,DOLLY_PAN:2,DOLLY_ROTATE:3},d0=0,Ru=1,f0=2,Wa=1,p0=2,Er=3,Bi=0,ln=1,Vt=2,fi=0,Ws=1,Lu=2,Du=3,Iu=4,m0=5,ts=100,g0=101,_0=102,x0=103,y0=104,v0=200,S0=201,b0=202,M0=203,kl=204,Fl=205,A0=206,E0=207,T0=208,C0=209,w0=210,R0=211,L0=212,D0=213,I0=214,Bl=0,Hl=1,zl=2,qs=3,Vl=4,Gl=5,Wl=6,Xl=7,$d=0,P0=1,O0=2,jn=0,Zd=1,Jd=2,jd=3,Qd=4,ef=5,tf=6,nf=7,sf=300,os=301,$s=302,ko=303,Fo=304,wo=306,Yl=1e3,ui=1001,Kl=1002,kt=1003,U0=1004,ea=1005,Kt=1006,Bo=1007,Ui=1008,vn=1009,rf=1010,af=1011,Or=1012,Yc=1013,ti=1014,In=1015,_i=1016,Kc=1017,qc=1018,Ur=1020,of=35902,lf=35899,cf=1021,uf=1022,bn=1023,xi=1026,rs=1027,hf=1028,$c=1029,ls=1030,Zc=1031,Jc=1033,Xa=33776,Ya=33777,Ka=33778,qa=33779,ql=35840,$l=35841,Zl=35842,Jl=35843,jl=36196,Ql=37492,ec=37496,tc=37488,nc=37489,to=37490,ic=37491,sc=37808,rc=37809,ac=37810,oc=37811,lc=37812,cc=37813,uc=37814,hc=37815,dc=37816,fc=37817,pc=37818,mc=37819,gc=37820,_c=37821,xc=36492,yc=36494,vc=36495,Sc=36283,bc=36284,no=36285,Mc=36286,N0=3200,Pu=0,k0=1,ci="",mn="srgb",io="srgb-linear",so="linear",mt="srgb",ys=7680,Ou=519,F0=512,B0=513,H0=514,jc=515,z0=516,V0=517,Qc=518,G0=519,Ac=35044,W0=35048,Ec="300 es",Zn=2e3,ro=2001;function X0(n){for(let e=n.length-1;e>=0;--e)if(n[e]>=65535)return!0;return!1}function ao(n){return document.createElementNS("http://www.w3.org/1999/xhtml",n)}function Y0(){const n=ao("canvas");return n.style.display="block",n}const Uu={};function oo(...n){const e="THREE."+n.shift();console.log(e,...n)}function df(n){const e=n[0];if(typeof e=="string"&&e.startsWith("TSL:")){const t=n[1];t&&t.isStackTrace?n[0]+=" "+t.getLocation():n[1]='Stack trace not available. Enable "THREE.Node.captureStackTrace" to capture stack traces.'}return n}function Ye(...n){n=df(n);const e="THREE."+n.shift();{const t=n[0];t&&t.isStackTrace?console.warn(t.getError(e)):console.warn(e,...n)}}function ot(...n){n=df(n);const e="THREE."+n.shift();{const t=n[0];t&&t.isStackTrace?console.error(t.getError(e)):console.error(e,...n)}}function Xs(...n){const e=n.join(" ");e in Uu||(Uu[e]=!0,Ye(...n))}function K0(n,e,t){return new Promise(function(i,s){function r(){switch(n.clientWaitSync(e,n.SYNC_FLUSH_COMMANDS_BIT,0)){case n.WAIT_FAILED:s();break;case n.TIMEOUT_EXPIRED:setTimeout(r,t);break;default:i()}}setTimeout(r,t)})}const q0={[Bl]:Hl,[zl]:Wl,[Vl]:Xl,[qs]:Gl,[Hl]:Bl,[Wl]:zl,[Xl]:Vl,[Gl]:qs};class Gi{addEventListener(e,t){this._listeners===void 0&&(this._listeners={});const i=this._listeners;i[e]===void 0&&(i[e]=[]),i[e].indexOf(t)===-1&&i[e].push(t)}hasEventListener(e,t){const i=this._listeners;return i===void 0?!1:i[e]!==void 0&&i[e].indexOf(t)!==-1}removeEventListener(e,t){const i=this._listeners;if(i===void 0)return;const s=i[e];if(s!==void 0){const r=s.indexOf(t);r!==-1&&s.splice(r,1)}}dispatchEvent(e){const t=this._listeners;if(t===void 0)return;const i=t[e.type];if(i!==void 0){e.target=this;const s=i.slice(0);for(let r=0,a=s.length;r>8&255]+Zt[n>>16&255]+Zt[n>>24&255]+"-"+Zt[e&255]+Zt[e>>8&255]+"-"+Zt[e>>16&15|64]+Zt[e>>24&255]+"-"+Zt[t&63|128]+Zt[t>>8&255]+"-"+Zt[t>>16&255]+Zt[t>>24&255]+Zt[i&255]+Zt[i>>8&255]+Zt[i>>16&255]+Zt[i>>24&255]).toLowerCase()}function et(n,e,t){return Math.max(e,Math.min(t,n))}function $0(n,e){return(n%e+e)%e}function Ho(n,e,t){return(1-t)*n+t*e}function $n(n,e){switch(e.constructor){case Float32Array:return n;case Uint32Array:return n/4294967295;case Uint16Array:return n/65535;case Uint8Array:return n/255;case Int32Array:return Math.max(n/2147483647,-1);case Int16Array:return Math.max(n/32767,-1);case Int8Array:return Math.max(n/127,-1);default:throw new Error("THREE.MathUtils: Invalid component type.")}}function xt(n,e){switch(e.constructor){case Float32Array:return n;case Uint32Array:return Math.round(n*4294967295);case Uint16Array:return Math.round(n*65535);case Uint8Array:return Math.round(n*255);case Int32Array:return Math.round(n*2147483647);case Int16Array:return Math.round(n*32767);case Int8Array:return Math.round(n*127);default:throw new Error("THREE.MathUtils: Invalid component type.")}}const Z0={DEG2RAD:$a},Mu=class Mu{constructor(e=0,t=0){this.x=e,this.y=t}get width(){return this.x}set width(e){this.x=e}get height(){return this.y}set height(e){this.y=e}set(e,t){return this.x=e,this.y=t,this}setScalar(e){return this.x=e,this.y=e,this}setX(e){return this.x=e,this}setY(e){return this.y=e,this}setComponent(e,t){switch(e){case 0:this.x=t;break;case 1:this.y=t;break;default:throw new Error("THREE.Vector2: index is out of range: "+e)}return this}getComponent(e){switch(e){case 0:return this.x;case 1:return this.y;default:throw new Error("THREE.Vector2: index is out of range: "+e)}}clone(){return new this.constructor(this.x,this.y)}copy(e){return this.x=e.x,this.y=e.y,this}add(e){return this.x+=e.x,this.y+=e.y,this}addScalar(e){return this.x+=e,this.y+=e,this}addVectors(e,t){return this.x=e.x+t.x,this.y=e.y+t.y,this}addScaledVector(e,t){return this.x+=e.x*t,this.y+=e.y*t,this}sub(e){return this.x-=e.x,this.y-=e.y,this}subScalar(e){return this.x-=e,this.y-=e,this}subVectors(e,t){return this.x=e.x-t.x,this.y=e.y-t.y,this}multiply(e){return this.x*=e.x,this.y*=e.y,this}multiplyScalar(e){return this.x*=e,this.y*=e,this}divide(e){return this.x/=e.x,this.y/=e.y,this}divideScalar(e){return this.multiplyScalar(1/e)}applyMatrix3(e){const t=this.x,i=this.y,s=e.elements;return this.x=s[0]*t+s[3]*i+s[6],this.y=s[1]*t+s[4]*i+s[7],this}min(e){return this.x=Math.min(this.x,e.x),this.y=Math.min(this.y,e.y),this}max(e){return this.x=Math.max(this.x,e.x),this.y=Math.max(this.y,e.y),this}clamp(e,t){return this.x=et(this.x,e.x,t.x),this.y=et(this.y,e.y,t.y),this}clampScalar(e,t){return this.x=et(this.x,e,t),this.y=et(this.y,e,t),this}clampLength(e,t){const i=this.length();return this.divideScalar(i||1).multiplyScalar(et(i,e,t))}floor(){return this.x=Math.floor(this.x),this.y=Math.floor(this.y),this}ceil(){return this.x=Math.ceil(this.x),this.y=Math.ceil(this.y),this}round(){return this.x=Math.round(this.x),this.y=Math.round(this.y),this}roundToZero(){return this.x=Math.trunc(this.x),this.y=Math.trunc(this.y),this}negate(){return this.x=-this.x,this.y=-this.y,this}dot(e){return this.x*e.x+this.y*e.y}cross(e){return this.x*e.y-this.y*e.x}lengthSq(){return this.x*this.x+this.y*this.y}length(){return Math.sqrt(this.x*this.x+this.y*this.y)}manhattanLength(){return Math.abs(this.x)+Math.abs(this.y)}normalize(){return this.divideScalar(this.length()||1)}angle(){return Math.atan2(-this.y,-this.x)+Math.PI}angleTo(e){const t=Math.sqrt(this.lengthSq()*e.lengthSq());if(t===0)return Math.PI/2;const i=this.dot(e)/t;return Math.acos(et(i,-1,1))}distanceTo(e){return Math.sqrt(this.distanceToSquared(e))}distanceToSquared(e){const t=this.x-e.x,i=this.y-e.y;return t*t+i*i}manhattanDistanceTo(e){return Math.abs(this.x-e.x)+Math.abs(this.y-e.y)}setLength(e){return this.normalize().multiplyScalar(e)}lerp(e,t){return this.x+=(e.x-this.x)*t,this.y+=(e.y-this.y)*t,this}lerpVectors(e,t,i){return this.x=e.x+(t.x-e.x)*i,this.y=e.y+(t.y-e.y)*i,this}equals(e){return e.x===this.x&&e.y===this.y}fromArray(e,t=0){return this.x=e[t],this.y=e[t+1],this}toArray(e=[],t=0){return e[t]=this.x,e[t+1]=this.y,e}fromBufferAttribute(e,t){return this.x=e.getX(t),this.y=e.getY(t),this}rotateAround(e,t){const i=Math.cos(t),s=Math.sin(t),r=this.x-e.x,a=this.y-e.y;return this.x=r*i-a*s+e.x,this.y=r*s+a*i+e.y,this}random(){return this.x=Math.random(),this.y=Math.random(),this}*[Symbol.iterator](){yield this.x,yield this.y}};Mu.prototype.isVector2=!0;let we=Mu;class Hi{constructor(e=0,t=0,i=0,s=1){this.isQuaternion=!0,this._x=e,this._y=t,this._z=i,this._w=s}static slerpFlat(e,t,i,s,r,a,o){let l=i[s+0],c=i[s+1],u=i[s+2],d=i[s+3],h=r[a+0],f=r[a+1],p=r[a+2],g=r[a+3];if(d!==g||l!==h||c!==f||u!==p){let m=l*h+c*f+u*p+d*g;m<0&&(h=-h,f=-f,p=-p,g=-g,m=-m);let _=1-o;if(m<.9995){const v=Math.acos(m),M=Math.sin(v);_=Math.sin(_*v)/M,o=Math.sin(o*v)/M,l=l*_+h*o,c=c*_+f*o,u=u*_+p*o,d=d*_+g*o}else{l=l*_+h*o,c=c*_+f*o,u=u*_+p*o,d=d*_+g*o;const v=1/Math.sqrt(l*l+c*c+u*u+d*d);l*=v,c*=v,u*=v,d*=v}}e[t]=l,e[t+1]=c,e[t+2]=u,e[t+3]=d}static multiplyQuaternionsFlat(e,t,i,s,r,a){const o=i[s],l=i[s+1],c=i[s+2],u=i[s+3],d=r[a],h=r[a+1],f=r[a+2],p=r[a+3];return e[t]=o*p+u*d+l*f-c*h,e[t+1]=l*p+u*h+c*d-o*f,e[t+2]=c*p+u*f+o*h-l*d,e[t+3]=u*p-o*d-l*h-c*f,e}get x(){return this._x}set x(e){this._x=e,this._onChangeCallback()}get y(){return this._y}set y(e){this._y=e,this._onChangeCallback()}get z(){return this._z}set z(e){this._z=e,this._onChangeCallback()}get w(){return this._w}set w(e){this._w=e,this._onChangeCallback()}set(e,t,i,s){return this._x=e,this._y=t,this._z=i,this._w=s,this._onChangeCallback(),this}clone(){return new this.constructor(this._x,this._y,this._z,this._w)}copy(e){return this._x=e.x,this._y=e.y,this._z=e.z,this._w=e.w,this._onChangeCallback(),this}setFromEuler(e,t=!0){const i=e._x,s=e._y,r=e._z,a=e._order,o=Math.cos,l=Math.sin,c=o(i/2),u=o(s/2),d=o(r/2),h=l(i/2),f=l(s/2),p=l(r/2);switch(a){case"XYZ":this._x=h*u*d+c*f*p,this._y=c*f*d-h*u*p,this._z=c*u*p+h*f*d,this._w=c*u*d-h*f*p;break;case"YXZ":this._x=h*u*d+c*f*p,this._y=c*f*d-h*u*p,this._z=c*u*p-h*f*d,this._w=c*u*d+h*f*p;break;case"ZXY":this._x=h*u*d-c*f*p,this._y=c*f*d+h*u*p,this._z=c*u*p+h*f*d,this._w=c*u*d-h*f*p;break;case"ZYX":this._x=h*u*d-c*f*p,this._y=c*f*d+h*u*p,this._z=c*u*p-h*f*d,this._w=c*u*d+h*f*p;break;case"YZX":this._x=h*u*d+c*f*p,this._y=c*f*d+h*u*p,this._z=c*u*p-h*f*d,this._w=c*u*d-h*f*p;break;case"XZY":this._x=h*u*d-c*f*p,this._y=c*f*d-h*u*p,this._z=c*u*p+h*f*d,this._w=c*u*d+h*f*p;break;default:Ye("Quaternion: .setFromEuler() encountered an unknown order: "+a)}return t===!0&&this._onChangeCallback(),this}setFromAxisAngle(e,t){const i=t/2,s=Math.sin(i);return this._x=e.x*s,this._y=e.y*s,this._z=e.z*s,this._w=Math.cos(i),this._onChangeCallback(),this}setFromRotationMatrix(e){const t=e.elements,i=t[0],s=t[4],r=t[8],a=t[1],o=t[5],l=t[9],c=t[2],u=t[6],d=t[10],h=i+o+d;if(h>0){const f=.5/Math.sqrt(h+1);this._w=.25/f,this._x=(u-l)*f,this._y=(r-c)*f,this._z=(a-s)*f}else if(i>o&&i>d){const f=2*Math.sqrt(1+i-o-d);this._w=(u-l)/f,this._x=.25*f,this._y=(s+a)/f,this._z=(r+c)/f}else if(o>d){const f=2*Math.sqrt(1+o-i-d);this._w=(r-c)/f,this._x=(s+a)/f,this._y=.25*f,this._z=(l+u)/f}else{const f=2*Math.sqrt(1+d-i-o);this._w=(a-s)/f,this._x=(r+c)/f,this._y=(l+u)/f,this._z=.25*f}return this._onChangeCallback(),this}setFromUnitVectors(e,t){let i=e.dot(t)+1;return i<1e-8?(i=0,Math.abs(e.x)>Math.abs(e.z)?(this._x=-e.y,this._y=e.x,this._z=0,this._w=i):(this._x=0,this._y=-e.z,this._z=e.y,this._w=i)):(this._x=e.y*t.z-e.z*t.y,this._y=e.z*t.x-e.x*t.z,this._z=e.x*t.y-e.y*t.x,this._w=i),this.normalize()}angleTo(e){return 2*Math.acos(Math.abs(et(this.dot(e),-1,1)))}rotateTowards(e,t){const i=this.angleTo(e);if(i===0)return this;const s=Math.min(1,t/i);return this.slerp(e,s),this}identity(){return this.set(0,0,0,1)}invert(){return this.conjugate()}conjugate(){return this._x*=-1,this._y*=-1,this._z*=-1,this._onChangeCallback(),this}dot(e){return this._x*e._x+this._y*e._y+this._z*e._z+this._w*e._w}lengthSq(){return this._x*this._x+this._y*this._y+this._z*this._z+this._w*this._w}length(){return Math.sqrt(this._x*this._x+this._y*this._y+this._z*this._z+this._w*this._w)}normalize(){let e=this.length();return e===0?(this._x=0,this._y=0,this._z=0,this._w=1):(e=1/e,this._x=this._x*e,this._y=this._y*e,this._z=this._z*e,this._w=this._w*e),this._onChangeCallback(),this}multiply(e){return this.multiplyQuaternions(this,e)}premultiply(e){return this.multiplyQuaternions(e,this)}multiplyQuaternions(e,t){const i=e._x,s=e._y,r=e._z,a=e._w,o=t._x,l=t._y,c=t._z,u=t._w;return this._x=i*u+a*o+s*c-r*l,this._y=s*u+a*l+r*o-i*c,this._z=r*u+a*c+i*l-s*o,this._w=a*u-i*o-s*l-r*c,this._onChangeCallback(),this}slerp(e,t){let i=e._x,s=e._y,r=e._z,a=e._w,o=this.dot(e);o<0&&(i=-i,s=-s,r=-r,a=-a,o=-o);let l=1-t;if(o<.9995){const c=Math.acos(o),u=Math.sin(c);l=Math.sin(l*c)/u,t=Math.sin(t*c)/u,this._x=this._x*l+i*t,this._y=this._y*l+s*t,this._z=this._z*l+r*t,this._w=this._w*l+a*t,this._onChangeCallback()}else this._x=this._x*l+i*t,this._y=this._y*l+s*t,this._z=this._z*l+r*t,this._w=this._w*l+a*t,this.normalize();return this}slerpQuaternions(e,t,i){return this.copy(e).slerp(t,i)}random(){const e=2*Math.PI*Math.random(),t=2*Math.PI*Math.random(),i=Math.random(),s=Math.sqrt(1-i),r=Math.sqrt(i);return this.set(s*Math.sin(e),s*Math.cos(e),r*Math.sin(t),r*Math.cos(t))}equals(e){return e._x===this._x&&e._y===this._y&&e._z===this._z&&e._w===this._w}fromArray(e,t=0){return this._x=e[t],this._y=e[t+1],this._z=e[t+2],this._w=e[t+3],this._onChangeCallback(),this}toArray(e=[],t=0){return e[t]=this._x,e[t+1]=this._y,e[t+2]=this._z,e[t+3]=this._w,e}fromBufferAttribute(e,t){return this._x=e.getX(t),this._y=e.getY(t),this._z=e.getZ(t),this._w=e.getW(t),this._onChangeCallback(),this}toJSON(){return this.toArray()}_onChange(e){return this._onChangeCallback=e,this}_onChangeCallback(){}*[Symbol.iterator](){yield this._x,yield this._y,yield this._z,yield this._w}}const Au=class Au{constructor(e=0,t=0,i=0){this.x=e,this.y=t,this.z=i}set(e,t,i){return i===void 0&&(i=this.z),this.x=e,this.y=t,this.z=i,this}setScalar(e){return this.x=e,this.y=e,this.z=e,this}setX(e){return this.x=e,this}setY(e){return this.y=e,this}setZ(e){return this.z=e,this}setComponent(e,t){switch(e){case 0:this.x=t;break;case 1:this.y=t;break;case 2:this.z=t;break;default:throw new Error("THREE.Vector3: index is out of range: "+e)}return this}getComponent(e){switch(e){case 0:return this.x;case 1:return this.y;case 2:return this.z;default:throw new Error("THREE.Vector3: index is out of range: "+e)}}clone(){return new this.constructor(this.x,this.y,this.z)}copy(e){return this.x=e.x,this.y=e.y,this.z=e.z,this}add(e){return this.x+=e.x,this.y+=e.y,this.z+=e.z,this}addScalar(e){return this.x+=e,this.y+=e,this.z+=e,this}addVectors(e,t){return this.x=e.x+t.x,this.y=e.y+t.y,this.z=e.z+t.z,this}addScaledVector(e,t){return this.x+=e.x*t,this.y+=e.y*t,this.z+=e.z*t,this}sub(e){return this.x-=e.x,this.y-=e.y,this.z-=e.z,this}subScalar(e){return this.x-=e,this.y-=e,this.z-=e,this}subVectors(e,t){return this.x=e.x-t.x,this.y=e.y-t.y,this.z=e.z-t.z,this}multiply(e){return this.x*=e.x,this.y*=e.y,this.z*=e.z,this}multiplyScalar(e){return this.x*=e,this.y*=e,this.z*=e,this}multiplyVectors(e,t){return this.x=e.x*t.x,this.y=e.y*t.y,this.z=e.z*t.z,this}applyEuler(e){return this.applyQuaternion(Nu.setFromEuler(e))}applyAxisAngle(e,t){return this.applyQuaternion(Nu.setFromAxisAngle(e,t))}applyMatrix3(e){const t=this.x,i=this.y,s=this.z,r=e.elements;return this.x=r[0]*t+r[3]*i+r[6]*s,this.y=r[1]*t+r[4]*i+r[7]*s,this.z=r[2]*t+r[5]*i+r[8]*s,this}applyNormalMatrix(e){return this.applyMatrix3(e).normalize()}applyMatrix4(e){const t=this.x,i=this.y,s=this.z,r=e.elements,a=1/(r[3]*t+r[7]*i+r[11]*s+r[15]);return this.x=(r[0]*t+r[4]*i+r[8]*s+r[12])*a,this.y=(r[1]*t+r[5]*i+r[9]*s+r[13])*a,this.z=(r[2]*t+r[6]*i+r[10]*s+r[14])*a,this}applyQuaternion(e){const t=this.x,i=this.y,s=this.z,r=e.x,a=e.y,o=e.z,l=e.w,c=2*(a*s-o*i),u=2*(o*t-r*s),d=2*(r*i-a*t);return this.x=t+l*c+a*d-o*u,this.y=i+l*u+o*c-r*d,this.z=s+l*d+r*u-a*c,this}project(e){return this.applyMatrix4(e.matrixWorldInverse).applyMatrix4(e.projectionMatrix)}unproject(e){return this.applyMatrix4(e.projectionMatrixInverse).applyMatrix4(e.matrixWorld)}transformDirection(e){const t=this.x,i=this.y,s=this.z,r=e.elements;return this.x=r[0]*t+r[4]*i+r[8]*s,this.y=r[1]*t+r[5]*i+r[9]*s,this.z=r[2]*t+r[6]*i+r[10]*s,this.normalize()}divide(e){return this.x/=e.x,this.y/=e.y,this.z/=e.z,this}divideScalar(e){return this.multiplyScalar(1/e)}min(e){return this.x=Math.min(this.x,e.x),this.y=Math.min(this.y,e.y),this.z=Math.min(this.z,e.z),this}max(e){return this.x=Math.max(this.x,e.x),this.y=Math.max(this.y,e.y),this.z=Math.max(this.z,e.z),this}clamp(e,t){return this.x=et(this.x,e.x,t.x),this.y=et(this.y,e.y,t.y),this.z=et(this.z,e.z,t.z),this}clampScalar(e,t){return this.x=et(this.x,e,t),this.y=et(this.y,e,t),this.z=et(this.z,e,t),this}clampLength(e,t){const i=this.length();return this.divideScalar(i||1).multiplyScalar(et(i,e,t))}floor(){return this.x=Math.floor(this.x),this.y=Math.floor(this.y),this.z=Math.floor(this.z),this}ceil(){return this.x=Math.ceil(this.x),this.y=Math.ceil(this.y),this.z=Math.ceil(this.z),this}round(){return this.x=Math.round(this.x),this.y=Math.round(this.y),this.z=Math.round(this.z),this}roundToZero(){return this.x=Math.trunc(this.x),this.y=Math.trunc(this.y),this.z=Math.trunc(this.z),this}negate(){return this.x=-this.x,this.y=-this.y,this.z=-this.z,this}dot(e){return this.x*e.x+this.y*e.y+this.z*e.z}lengthSq(){return this.x*this.x+this.y*this.y+this.z*this.z}length(){return Math.sqrt(this.x*this.x+this.y*this.y+this.z*this.z)}manhattanLength(){return Math.abs(this.x)+Math.abs(this.y)+Math.abs(this.z)}normalize(){return this.divideScalar(this.length()||1)}setLength(e){return this.normalize().multiplyScalar(e)}lerp(e,t){return this.x+=(e.x-this.x)*t,this.y+=(e.y-this.y)*t,this.z+=(e.z-this.z)*t,this}lerpVectors(e,t,i){return this.x=e.x+(t.x-e.x)*i,this.y=e.y+(t.y-e.y)*i,this.z=e.z+(t.z-e.z)*i,this}cross(e){return this.crossVectors(this,e)}crossVectors(e,t){const i=e.x,s=e.y,r=e.z,a=t.x,o=t.y,l=t.z;return this.x=s*l-r*o,this.y=r*a-i*l,this.z=i*o-s*a,this}projectOnVector(e){const t=e.lengthSq();if(t===0)return this.set(0,0,0);const i=e.dot(this)/t;return this.copy(e).multiplyScalar(i)}projectOnPlane(e){return zo.copy(this).projectOnVector(e),this.sub(zo)}reflect(e){return this.sub(zo.copy(e).multiplyScalar(2*this.dot(e)))}angleTo(e){const t=Math.sqrt(this.lengthSq()*e.lengthSq());if(t===0)return Math.PI/2;const i=this.dot(e)/t;return Math.acos(et(i,-1,1))}distanceTo(e){return Math.sqrt(this.distanceToSquared(e))}distanceToSquared(e){const t=this.x-e.x,i=this.y-e.y,s=this.z-e.z;return t*t+i*i+s*s}manhattanDistanceTo(e){return Math.abs(this.x-e.x)+Math.abs(this.y-e.y)+Math.abs(this.z-e.z)}setFromSpherical(e){return this.setFromSphericalCoords(e.radius,e.phi,e.theta)}setFromSphericalCoords(e,t,i){const s=Math.sin(t)*e;return this.x=s*Math.sin(i),this.y=Math.cos(t)*e,this.z=s*Math.cos(i),this}setFromCylindrical(e){return this.setFromCylindricalCoords(e.radius,e.theta,e.y)}setFromCylindricalCoords(e,t,i){return this.x=e*Math.sin(t),this.y=i,this.z=e*Math.cos(t),this}setFromMatrixPosition(e){const t=e.elements;return this.x=t[12],this.y=t[13],this.z=t[14],this}setFromMatrixScale(e){const t=this.setFromMatrixColumn(e,0).length(),i=this.setFromMatrixColumn(e,1).length(),s=this.setFromMatrixColumn(e,2).length();return this.x=t,this.y=i,this.z=s,this}setFromMatrixColumn(e,t){return this.fromArray(e.elements,t*4)}setFromMatrix3Column(e,t){return this.fromArray(e.elements,t*3)}setFromEuler(e){return this.x=e._x,this.y=e._y,this.z=e._z,this}setFromColor(e){return this.x=e.r,this.y=e.g,this.z=e.b,this}equals(e){return e.x===this.x&&e.y===this.y&&e.z===this.z}fromArray(e,t=0){return this.x=e[t],this.y=e[t+1],this.z=e[t+2],this}toArray(e=[],t=0){return e[t]=this.x,e[t+1]=this.y,e[t+2]=this.z,e}fromBufferAttribute(e,t){return this.x=e.getX(t),this.y=e.getY(t),this.z=e.getZ(t),this}random(){return this.x=Math.random(),this.y=Math.random(),this.z=Math.random(),this}randomDirection(){const e=Math.random()*Math.PI*2,t=Math.random()*2-1,i=Math.sqrt(1-t*t);return this.x=i*Math.cos(e),this.y=t,this.z=i*Math.sin(e),this}*[Symbol.iterator](){yield this.x,yield this.y,yield this.z}};Au.prototype.isVector3=!0;let F=Au;const zo=new F,Nu=new Hi,Eu=class Eu{constructor(e,t,i,s,r,a,o,l,c){this.elements=[1,0,0,0,1,0,0,0,1],e!==void 0&&this.set(e,t,i,s,r,a,o,l,c)}set(e,t,i,s,r,a,o,l,c){const u=this.elements;return u[0]=e,u[1]=s,u[2]=o,u[3]=t,u[4]=r,u[5]=l,u[6]=i,u[7]=a,u[8]=c,this}identity(){return this.set(1,0,0,0,1,0,0,0,1),this}copy(e){const t=this.elements,i=e.elements;return t[0]=i[0],t[1]=i[1],t[2]=i[2],t[3]=i[3],t[4]=i[4],t[5]=i[5],t[6]=i[6],t[7]=i[7],t[8]=i[8],this}extractBasis(e,t,i){return e.setFromMatrix3Column(this,0),t.setFromMatrix3Column(this,1),i.setFromMatrix3Column(this,2),this}setFromMatrix4(e){const t=e.elements;return this.set(t[0],t[4],t[8],t[1],t[5],t[9],t[2],t[6],t[10]),this}multiply(e){return this.multiplyMatrices(this,e)}premultiply(e){return this.multiplyMatrices(e,this)}multiplyMatrices(e,t){const i=e.elements,s=t.elements,r=this.elements,a=i[0],o=i[3],l=i[6],c=i[1],u=i[4],d=i[7],h=i[2],f=i[5],p=i[8],g=s[0],m=s[3],_=s[6],v=s[1],M=s[4],y=s[7],E=s[2],S=s[5],A=s[8];return r[0]=a*g+o*v+l*E,r[3]=a*m+o*M+l*S,r[6]=a*_+o*y+l*A,r[1]=c*g+u*v+d*E,r[4]=c*m+u*M+d*S,r[7]=c*_+u*y+d*A,r[2]=h*g+f*v+p*E,r[5]=h*m+f*M+p*S,r[8]=h*_+f*y+p*A,this}multiplyScalar(e){const t=this.elements;return t[0]*=e,t[3]*=e,t[6]*=e,t[1]*=e,t[4]*=e,t[7]*=e,t[2]*=e,t[5]*=e,t[8]*=e,this}determinant(){const e=this.elements,t=e[0],i=e[1],s=e[2],r=e[3],a=e[4],o=e[5],l=e[6],c=e[7],u=e[8];return t*a*u-t*o*c-i*r*u+i*o*l+s*r*c-s*a*l}invert(){const e=this.elements,t=e[0],i=e[1],s=e[2],r=e[3],a=e[4],o=e[5],l=e[6],c=e[7],u=e[8],d=u*a-o*c,h=o*l-u*r,f=c*r-a*l,p=t*d+i*h+s*f;if(p===0)return this.set(0,0,0,0,0,0,0,0,0);const g=1/p;return e[0]=d*g,e[1]=(s*c-u*i)*g,e[2]=(o*i-s*a)*g,e[3]=h*g,e[4]=(u*t-s*l)*g,e[5]=(s*r-o*t)*g,e[6]=f*g,e[7]=(i*l-c*t)*g,e[8]=(a*t-i*r)*g,this}transpose(){let e;const t=this.elements;return e=t[1],t[1]=t[3],t[3]=e,e=t[2],t[2]=t[6],t[6]=e,e=t[5],t[5]=t[7],t[7]=e,this}getNormalMatrix(e){return this.setFromMatrix4(e).invert().transpose()}transposeIntoArray(e){const t=this.elements;return e[0]=t[0],e[1]=t[3],e[2]=t[6],e[3]=t[1],e[4]=t[4],e[5]=t[7],e[6]=t[2],e[7]=t[5],e[8]=t[8],this}setUvTransform(e,t,i,s,r,a,o){const l=Math.cos(r),c=Math.sin(r);return this.set(i*l,i*c,-i*(l*a+c*o)+a+e,-s*c,s*l,-s*(-c*a+l*o)+o+t,0,0,1),this}scale(e,t){return Xs("Matrix3: .scale() is deprecated. Use .makeScale() instead."),this.premultiply(Vo.makeScale(e,t)),this}rotate(e){return Xs("Matrix3: .rotate() is deprecated. Use .makeRotation() instead."),this.premultiply(Vo.makeRotation(-e)),this}translate(e,t){return Xs("Matrix3: .translate() is deprecated. Use .makeTranslation() instead."),this.premultiply(Vo.makeTranslation(e,t)),this}makeTranslation(e,t){return e.isVector2?this.set(1,0,e.x,0,1,e.y,0,0,1):this.set(1,0,e,0,1,t,0,0,1),this}makeRotation(e){const t=Math.cos(e),i=Math.sin(e);return this.set(t,-i,0,i,t,0,0,0,1),this}makeScale(e,t){return this.set(e,0,0,0,t,0,0,0,1),this}equals(e){const t=this.elements,i=e.elements;for(let s=0;s<9;s++)if(t[s]!==i[s])return!1;return!0}fromArray(e,t=0){for(let i=0;i<9;i++)this.elements[i]=e[i+t];return this}toArray(e=[],t=0){const i=this.elements;return e[t]=i[0],e[t+1]=i[1],e[t+2]=i[2],e[t+3]=i[3],e[t+4]=i[4],e[t+5]=i[5],e[t+6]=i[6],e[t+7]=i[7],e[t+8]=i[8],e}clone(){return new this.constructor().fromArray(this.elements)}};Eu.prototype.isMatrix3=!0;let $e=Eu;const Vo=new $e,ku=new $e().set(.4123908,.3575843,.1804808,.212639,.7151687,.0721923,.0193308,.1191948,.9505322),Fu=new $e().set(3.2409699,-1.5373832,-.4986108,-.9692436,1.8759675,.0415551,.0556301,-.203977,1.0569715);function J0(){const n={enabled:!0,workingColorSpace:io,spaces:{},convert:function(s,r,a){return this.enabled===!1||r===a||!r||!a||(this.spaces[r].transfer===mt&&(s.r=mi(s.r),s.g=mi(s.g),s.b=mi(s.b)),this.spaces[r].primaries!==this.spaces[a].primaries&&(s.applyMatrix3(this.spaces[r].toXYZ),s.applyMatrix3(this.spaces[a].fromXYZ)),this.spaces[a].transfer===mt&&(s.r=Ys(s.r),s.g=Ys(s.g),s.b=Ys(s.b))),s},workingToColorSpace:function(s,r){return this.convert(s,this.workingColorSpace,r)},colorSpaceToWorking:function(s,r){return this.convert(s,r,this.workingColorSpace)},getPrimaries:function(s){return this.spaces[s].primaries},getTransfer:function(s){return s===ci?so:this.spaces[s].transfer},getToneMappingMode:function(s){return this.spaces[s].outputColorSpaceConfig.toneMappingMode||"standard"},getLuminanceCoefficients:function(s,r=this.workingColorSpace){return s.fromArray(this.spaces[r].luminanceCoefficients)},define:function(s){Object.assign(this.spaces,s)},_getMatrix:function(s,r,a){return s.copy(this.spaces[r].toXYZ).multiply(this.spaces[a].fromXYZ)},_getDrawingBufferColorSpace:function(s){return this.spaces[s].outputColorSpaceConfig.drawingBufferColorSpace},_getUnpackColorSpace:function(s=this.workingColorSpace){return this.spaces[s].workingColorSpaceConfig.unpackColorSpace},fromWorkingColorSpace:function(s,r){return Xs("ColorManagement: .fromWorkingColorSpace() has been renamed to .workingToColorSpace()."),n.workingToColorSpace(s,r)},toWorkingColorSpace:function(s,r){return Xs("ColorManagement: .toWorkingColorSpace() has been renamed to .colorSpaceToWorking()."),n.colorSpaceToWorking(s,r)}},e=[.64,.33,.3,.6,.15,.06],t=[.2126,.7152,.0722],i=[.3127,.329];return n.define({[io]:{primaries:e,whitePoint:i,transfer:so,toXYZ:ku,fromXYZ:Fu,luminanceCoefficients:t,workingColorSpaceConfig:{unpackColorSpace:mn},outputColorSpaceConfig:{drawingBufferColorSpace:mn}},[mn]:{primaries:e,whitePoint:i,transfer:mt,toXYZ:ku,fromXYZ:Fu,luminanceCoefficients:t,outputColorSpaceConfig:{drawingBufferColorSpace:mn}}}),n}const st=J0();function mi(n){return n<.04045?n*.0773993808:Math.pow(n*.9478672986+.0521327014,2.4)}function Ys(n){return n<.0031308?n*12.92:1.055*Math.pow(n,.41666)-.055}let vs;class j0{static getDataURL(e,t="image/png"){if(/^data:/i.test(e.src)||typeof HTMLCanvasElement>"u")return e.src;let i;if(e instanceof HTMLCanvasElement)i=e;else{vs===void 0&&(vs=ao("canvas")),vs.width=e.width,vs.height=e.height;const s=vs.getContext("2d");e instanceof ImageData?s.putImageData(e,0,0):s.drawImage(e,0,0,e.width,e.height),i=vs}return i.toDataURL(t)}static sRGBToLinear(e){if(typeof HTMLImageElement<"u"&&e instanceof HTMLImageElement||typeof HTMLCanvasElement<"u"&&e instanceof HTMLCanvasElement||typeof ImageBitmap<"u"&&e instanceof ImageBitmap){const t=ao("canvas");t.width=e.width,t.height=e.height;const i=t.getContext("2d");i.drawImage(e,0,0,e.width,e.height);const s=i.getImageData(0,0,e.width,e.height),r=s.data;for(let a=0;a1),this.pmremVersion=0,this.normalized=!1}get width(){return this.source.getSize(Wo).x}get height(){return this.source.getSize(Wo).y}get depth(){return this.source.getSize(Wo).z}get image(){return this.source.data}set image(e){this.source.data=e}updateMatrix(){this.matrix.setUvTransform(this.offset.x,this.offset.y,this.repeat.x,this.repeat.y,this.rotation,this.center.x,this.center.y)}addUpdateRange(e,t){this.updateRanges.push({start:e,count:t})}clearUpdateRanges(){this.updateRanges.length=0}clone(){return new this.constructor().copy(this)}copy(e){return this.name=e.name,this.source=e.source,this.mipmaps=e.mipmaps.slice(0),this.mapping=e.mapping,this.channel=e.channel,this.wrapS=e.wrapS,this.wrapT=e.wrapT,this.magFilter=e.magFilter,this.minFilter=e.minFilter,this.anisotropy=e.anisotropy,this.format=e.format,this.internalFormat=e.internalFormat,this.type=e.type,this.normalized=e.normalized,this.offset.copy(e.offset),this.repeat.copy(e.repeat),this.center.copy(e.center),this.rotation=e.rotation,this.matrixAutoUpdate=e.matrixAutoUpdate,this.matrix.copy(e.matrix),this.generateMipmaps=e.generateMipmaps,this.premultiplyAlpha=e.premultiplyAlpha,this.flipY=e.flipY,this.unpackAlignment=e.unpackAlignment,this.colorSpace=e.colorSpace,this.renderTarget=e.renderTarget,this.isRenderTargetTexture=e.isRenderTargetTexture,this.isArrayTexture=e.isArrayTexture,this.userData=JSON.parse(JSON.stringify(e.userData)),this.needsUpdate=!0,this}setValues(e){for(const t in e){const i=e[t];if(i===void 0){Ye(`Texture.setValues(): parameter '${t}' has value of undefined.`);continue}const s=this[t];if(s===void 0){Ye(`Texture.setValues(): property '${t}' does not exist.`);continue}s&&i&&s.isVector2&&i.isVector2||s&&i&&s.isVector3&&i.isVector3||s&&i&&s.isMatrix3&&i.isMatrix3?s.copy(i):this[t]=i}}toJSON(e){const t=e===void 0||typeof e=="string";if(!t&&e.textures[this.uuid]!==void 0)return e.textures[this.uuid];const i={metadata:{version:4.7,type:"Texture",generator:"Texture.toJSON"},uuid:this.uuid,name:this.name,image:this.source.toJSON(e).uuid,mapping:this.mapping,channel:this.channel,repeat:[this.repeat.x,this.repeat.y],offset:[this.offset.x,this.offset.y],center:[this.center.x,this.center.y],rotation:this.rotation,wrap:[this.wrapS,this.wrapT],format:this.format,internalFormat:this.internalFormat,type:this.type,normalized:this.normalized,colorSpace:this.colorSpace,minFilter:this.minFilter,magFilter:this.magFilter,anisotropy:this.anisotropy,flipY:this.flipY,generateMipmaps:this.generateMipmaps,premultiplyAlpha:this.premultiplyAlpha,unpackAlignment:this.unpackAlignment};return Object.keys(this.userData).length>0&&(i.userData=this.userData),t||(e.textures[this.uuid]=i),i}dispose(){this.dispatchEvent({type:"dispose"})}transformUv(e){if(this.mapping!==sf)return e;if(e.applyMatrix3(this.matrix),e.x<0||e.x>1)switch(this.wrapS){case Yl:e.x=e.x-Math.floor(e.x);break;case ui:e.x=e.x<0?0:1;break;case Kl:Math.abs(Math.floor(e.x)%2)===1?e.x=Math.ceil(e.x)-e.x:e.x=e.x-Math.floor(e.x);break}if(e.y<0||e.y>1)switch(this.wrapT){case Yl:e.y=e.y-Math.floor(e.y);break;case ui:e.y=e.y<0?0:1;break;case Kl:Math.abs(Math.floor(e.y)%2)===1?e.y=Math.ceil(e.y)-e.y:e.y=e.y-Math.floor(e.y);break}return this.flipY&&(e.y=1-e.y),e}set needsUpdate(e){e===!0&&(this.version++,this.source.needsUpdate=!0)}set needsPMREMUpdate(e){e===!0&&this.pmremVersion++}}Qt.DEFAULT_IMAGE=null;Qt.DEFAULT_MAPPING=sf;Qt.DEFAULT_ANISOTROPY=1;const Tu=class Tu{constructor(e=0,t=0,i=0,s=1){this.x=e,this.y=t,this.z=i,this.w=s}get width(){return this.z}set width(e){this.z=e}get height(){return this.w}set height(e){this.w=e}set(e,t,i,s){return this.x=e,this.y=t,this.z=i,this.w=s,this}setScalar(e){return this.x=e,this.y=e,this.z=e,this.w=e,this}setX(e){return this.x=e,this}setY(e){return this.y=e,this}setZ(e){return this.z=e,this}setW(e){return this.w=e,this}setComponent(e,t){switch(e){case 0:this.x=t;break;case 1:this.y=t;break;case 2:this.z=t;break;case 3:this.w=t;break;default:throw new Error("THREE.Vector4: index is out of range: "+e)}return this}getComponent(e){switch(e){case 0:return this.x;case 1:return this.y;case 2:return this.z;case 3:return this.w;default:throw new Error("THREE.Vector4: index is out of range: "+e)}}clone(){return new this.constructor(this.x,this.y,this.z,this.w)}copy(e){return this.x=e.x,this.y=e.y,this.z=e.z,this.w=e.w!==void 0?e.w:1,this}add(e){return this.x+=e.x,this.y+=e.y,this.z+=e.z,this.w+=e.w,this}addScalar(e){return this.x+=e,this.y+=e,this.z+=e,this.w+=e,this}addVectors(e,t){return this.x=e.x+t.x,this.y=e.y+t.y,this.z=e.z+t.z,this.w=e.w+t.w,this}addScaledVector(e,t){return this.x+=e.x*t,this.y+=e.y*t,this.z+=e.z*t,this.w+=e.w*t,this}sub(e){return this.x-=e.x,this.y-=e.y,this.z-=e.z,this.w-=e.w,this}subScalar(e){return this.x-=e,this.y-=e,this.z-=e,this.w-=e,this}subVectors(e,t){return this.x=e.x-t.x,this.y=e.y-t.y,this.z=e.z-t.z,this.w=e.w-t.w,this}multiply(e){return this.x*=e.x,this.y*=e.y,this.z*=e.z,this.w*=e.w,this}multiplyScalar(e){return this.x*=e,this.y*=e,this.z*=e,this.w*=e,this}applyMatrix4(e){const t=this.x,i=this.y,s=this.z,r=this.w,a=e.elements;return this.x=a[0]*t+a[4]*i+a[8]*s+a[12]*r,this.y=a[1]*t+a[5]*i+a[9]*s+a[13]*r,this.z=a[2]*t+a[6]*i+a[10]*s+a[14]*r,this.w=a[3]*t+a[7]*i+a[11]*s+a[15]*r,this}divide(e){return this.x/=e.x,this.y/=e.y,this.z/=e.z,this.w/=e.w,this}divideScalar(e){return this.multiplyScalar(1/e)}setAxisAngleFromQuaternion(e){this.w=2*Math.acos(e.w);const t=Math.sqrt(1-e.w*e.w);return t<1e-4?(this.x=1,this.y=0,this.z=0):(this.x=e.x/t,this.y=e.y/t,this.z=e.z/t),this}setAxisAngleFromRotationMatrix(e){let t,i,s,r;const l=e.elements,c=l[0],u=l[4],d=l[8],h=l[1],f=l[5],p=l[9],g=l[2],m=l[6],_=l[10];if(Math.abs(u-h)<.01&&Math.abs(d-g)<.01&&Math.abs(p-m)<.01){if(Math.abs(u+h)<.1&&Math.abs(d+g)<.1&&Math.abs(p+m)<.1&&Math.abs(c+f+_-3)<.1)return this.set(1,0,0,0),this;t=Math.PI;const M=(c+1)/2,y=(f+1)/2,E=(_+1)/2,S=(u+h)/4,A=(d+g)/4,x=(p+m)/4;return M>y&&M>E?M<.01?(i=0,s=.707106781,r=.707106781):(i=Math.sqrt(M),s=S/i,r=A/i):y>E?y<.01?(i=.707106781,s=0,r=.707106781):(s=Math.sqrt(y),i=S/s,r=x/s):E<.01?(i=.707106781,s=.707106781,r=0):(r=Math.sqrt(E),i=A/r,s=x/r),this.set(i,s,r,t),this}let v=Math.sqrt((m-p)*(m-p)+(d-g)*(d-g)+(h-u)*(h-u));return Math.abs(v)<.001&&(v=1),this.x=(m-p)/v,this.y=(d-g)/v,this.z=(h-u)/v,this.w=Math.acos((c+f+_-1)/2),this}setFromMatrixPosition(e){const t=e.elements;return this.x=t[12],this.y=t[13],this.z=t[14],this.w=t[15],this}min(e){return this.x=Math.min(this.x,e.x),this.y=Math.min(this.y,e.y),this.z=Math.min(this.z,e.z),this.w=Math.min(this.w,e.w),this}max(e){return this.x=Math.max(this.x,e.x),this.y=Math.max(this.y,e.y),this.z=Math.max(this.z,e.z),this.w=Math.max(this.w,e.w),this}clamp(e,t){return this.x=et(this.x,e.x,t.x),this.y=et(this.y,e.y,t.y),this.z=et(this.z,e.z,t.z),this.w=et(this.w,e.w,t.w),this}clampScalar(e,t){return this.x=et(this.x,e,t),this.y=et(this.y,e,t),this.z=et(this.z,e,t),this.w=et(this.w,e,t),this}clampLength(e,t){const i=this.length();return this.divideScalar(i||1).multiplyScalar(et(i,e,t))}floor(){return this.x=Math.floor(this.x),this.y=Math.floor(this.y),this.z=Math.floor(this.z),this.w=Math.floor(this.w),this}ceil(){return this.x=Math.ceil(this.x),this.y=Math.ceil(this.y),this.z=Math.ceil(this.z),this.w=Math.ceil(this.w),this}round(){return this.x=Math.round(this.x),this.y=Math.round(this.y),this.z=Math.round(this.z),this.w=Math.round(this.w),this}roundToZero(){return this.x=Math.trunc(this.x),this.y=Math.trunc(this.y),this.z=Math.trunc(this.z),this.w=Math.trunc(this.w),this}negate(){return this.x=-this.x,this.y=-this.y,this.z=-this.z,this.w=-this.w,this}dot(e){return this.x*e.x+this.y*e.y+this.z*e.z+this.w*e.w}lengthSq(){return this.x*this.x+this.y*this.y+this.z*this.z+this.w*this.w}length(){return Math.sqrt(this.x*this.x+this.y*this.y+this.z*this.z+this.w*this.w)}manhattanLength(){return Math.abs(this.x)+Math.abs(this.y)+Math.abs(this.z)+Math.abs(this.w)}normalize(){return this.divideScalar(this.length()||1)}setLength(e){return this.normalize().multiplyScalar(e)}lerp(e,t){return this.x+=(e.x-this.x)*t,this.y+=(e.y-this.y)*t,this.z+=(e.z-this.z)*t,this.w+=(e.w-this.w)*t,this}lerpVectors(e,t,i){return this.x=e.x+(t.x-e.x)*i,this.y=e.y+(t.y-e.y)*i,this.z=e.z+(t.z-e.z)*i,this.w=e.w+(t.w-e.w)*i,this}equals(e){return e.x===this.x&&e.y===this.y&&e.z===this.z&&e.w===this.w}fromArray(e,t=0){return this.x=e[t],this.y=e[t+1],this.z=e[t+2],this.w=e[t+3],this}toArray(e=[],t=0){return e[t]=this.x,e[t+1]=this.y,e[t+2]=this.z,e[t+3]=this.w,e}fromBufferAttribute(e,t){return this.x=e.getX(t),this.y=e.getY(t),this.z=e.getZ(t),this.w=e.getW(t),this}random(){return this.x=Math.random(),this.y=Math.random(),this.z=Math.random(),this.w=Math.random(),this}*[Symbol.iterator](){yield this.x,yield this.y,yield this.z,yield this.w}};Tu.prototype.isVector4=!0;let Rt=Tu;class tm extends Gi{constructor(e=1,t=1,i={}){super(),i=Object.assign({generateMipmaps:!1,internalFormat:null,minFilter:Kt,depthBuffer:!0,stencilBuffer:!1,resolveDepthBuffer:!0,resolveStencilBuffer:!0,depthTexture:null,samples:0,count:1,depth:1,multiview:!1,useArrayDepthTexture:!1},i),this.isRenderTarget=!0,this.width=e,this.height=t,this.depth=i.depth,this.scissor=new Rt(0,0,e,t),this.scissorTest=!1,this.viewport=new Rt(0,0,e,t),this.textures=[];const s={width:e,height:t,depth:i.depth},r=new Qt(s),a=i.count;for(let o=0;o1);this.dispose()}this.viewport.set(0,0,e,t),this.scissor.set(0,0,e,t)}clone(){return new this.constructor().copy(this)}copy(e){this.width=e.width,this.height=e.height,this.depth=e.depth,this.scissor.copy(e.scissor),this.scissorTest=e.scissorTest,this.viewport.copy(e.viewport),this.textures.length=0;for(let t=0,i=e.textures.length;t>>0}enable(e){this.mask|=1<1){for(let t=0;t1){for(let i=0;i0&&(s.userData=this.userData),s.layers=this.layers.mask,s.matrix=this.matrix.toArray(),s.up=this.up.toArray(),this.pivot!==null&&(s.pivot=this.pivot.toArray()),this.matrixAutoUpdate===!1&&(s.matrixAutoUpdate=!1),this.morphTargetDictionary!==void 0&&(s.morphTargetDictionary=Object.assign({},this.morphTargetDictionary)),this.morphTargetInfluences!==void 0&&(s.morphTargetInfluences=this.morphTargetInfluences.slice()),this.isInstancedMesh&&(s.type="InstancedMesh",s.count=this.count,s.instanceMatrix=this.instanceMatrix.toJSON(),this.instanceColor!==null&&(s.instanceColor=this.instanceColor.toJSON())),this.isBatchedMesh&&(s.type="BatchedMesh",s.perObjectFrustumCulled=this.perObjectFrustumCulled,s.sortObjects=this.sortObjects,s.drawRanges=this._drawRanges,s.reservedRanges=this._reservedRanges,s.geometryInfo=this._geometryInfo.map(o=>({...o,boundingBox:o.boundingBox?o.boundingBox.toJSON():void 0,boundingSphere:o.boundingSphere?o.boundingSphere.toJSON():void 0})),s.instanceInfo=this._instanceInfo.map(o=>({...o})),s.availableInstanceIds=this._availableInstanceIds.slice(),s.availableGeometryIds=this._availableGeometryIds.slice(),s.nextIndexStart=this._nextIndexStart,s.nextVertexStart=this._nextVertexStart,s.geometryCount=this._geometryCount,s.maxInstanceCount=this._maxInstanceCount,s.maxVertexCount=this._maxVertexCount,s.maxIndexCount=this._maxIndexCount,s.geometryInitialized=this._geometryInitialized,s.matricesTexture=this._matricesTexture.toJSON(e),s.indirectTexture=this._indirectTexture.toJSON(e),this._colorsTexture!==null&&(s.colorsTexture=this._colorsTexture.toJSON(e)),this.boundingSphere!==null&&(s.boundingSphere=this.boundingSphere.toJSON()),this.boundingBox!==null&&(s.boundingBox=this.boundingBox.toJSON()));function r(o,l){return o[l.uuid]===void 0&&(o[l.uuid]=l.toJSON(e)),l.uuid}if(this.isScene)this.background&&(this.background.isColor?s.background=this.background.toJSON():this.background.isTexture&&(s.background=this.background.toJSON(e).uuid)),this.environment&&this.environment.isTexture&&this.environment.isRenderTargetTexture!==!0&&(s.environment=this.environment.toJSON(e).uuid);else if(this.isMesh||this.isLine||this.isPoints){s.geometry=r(e.geometries,this.geometry);const o=this.geometry.parameters;if(o!==void 0&&o.shapes!==void 0){const l=o.shapes;if(Array.isArray(l))for(let c=0,u=l.length;c0){s.children=[];for(let o=0;o0){s.animations=[];for(let o=0;o0&&(i.geometries=o),l.length>0&&(i.materials=l),c.length>0&&(i.textures=c),u.length>0&&(i.images=u),d.length>0&&(i.shapes=d),h.length>0&&(i.skeletons=h),f.length>0&&(i.animations=f),p.length>0&&(i.nodes=p)}return i.object=s,i;function a(o){const l=[];for(const c in o){const u=o[c];delete u.metadata,l.push(u)}return l}}clone(e){return new this.constructor().copy(this,e)}copy(e,t=!0){if(this.name=e.name,this.up.copy(e.up),this.position.copy(e.position),this.rotation.order=e.rotation.order,this.quaternion.copy(e.quaternion),this.scale.copy(e.scale),this.pivot=e.pivot!==null?e.pivot.clone():null,this.matrix.copy(e.matrix),this.matrixWorld.copy(e.matrixWorld),this.matrixAutoUpdate=e.matrixAutoUpdate,this.matrixWorldAutoUpdate=e.matrixWorldAutoUpdate,this.matrixWorldNeedsUpdate=e.matrixWorldNeedsUpdate,this.layers.mask=e.layers.mask,this.visible=e.visible,this.castShadow=e.castShadow,this.receiveShadow=e.receiveShadow,this.frustumCulled=e.frustumCulled,this.renderOrder=e.renderOrder,this.static=e.static,this.animations=e.animations.slice(),this.userData=JSON.parse(JSON.stringify(e.userData)),t===!0)for(let i=0;if+p?(c.inputState.pinching=!1,this.dispatchEvent({type:"pinchend",handedness:e.handedness,target:this})):!c.inputState.pinching&&h<=f-p&&(c.inputState.pinching=!0,this.dispatchEvent({type:"pinchstart",handedness:e.handedness,target:this}))}else l!==null&&e.gripSpace&&(r=t.getPose(e.gripSpace,i),r!==null&&(l.matrix.fromArray(r.transform.matrix),l.matrix.decompose(l.position,l.rotation,l.scale),l.matrixWorldNeedsUpdate=!0,r.linearVelocity?(l.hasLinearVelocity=!0,l.linearVelocity.copy(r.linearVelocity)):l.hasLinearVelocity=!1,r.angularVelocity?(l.hasAngularVelocity=!0,l.angularVelocity.copy(r.angularVelocity)):l.hasAngularVelocity=!1,l.eventsEnabled&&l.dispatchEvent({type:"gripUpdated",data:e,target:this})));o!==null&&(s=t.getPose(e.targetRaySpace,i),s===null&&r!==null&&(s=r),s!==null&&(o.matrix.fromArray(s.transform.matrix),o.matrix.decompose(o.position,o.rotation,o.scale),o.matrixWorldNeedsUpdate=!0,s.linearVelocity?(o.hasLinearVelocity=!0,o.linearVelocity.copy(s.linearVelocity)):o.hasLinearVelocity=!1,s.angularVelocity?(o.hasAngularVelocity=!0,o.angularVelocity.copy(s.angularVelocity)):o.hasAngularVelocity=!1,this.dispatchEvent(cm)))}return o!==null&&(o.visible=s!==null),l!==null&&(l.visible=r!==null),c!==null&&(c.visible=a!==null),this}_getHandJoint(e,t){if(e.joints[t.jointName]===void 0){const i=new Tr;i.matrixAutoUpdate=!1,i.visible=!1,e.joints[t.jointName]=i,e.add(i)}return e.joints[t.jointName]}}const mf={aliceblue:15792383,antiquewhite:16444375,aqua:65535,aquamarine:8388564,azure:15794175,beige:16119260,bisque:16770244,black:0,blanchedalmond:16772045,blue:255,blueviolet:9055202,brown:10824234,burlywood:14596231,cadetblue:6266528,chartreuse:8388352,chocolate:13789470,coral:16744272,cornflowerblue:6591981,cornsilk:16775388,crimson:14423100,cyan:65535,darkblue:139,darkcyan:35723,darkgoldenrod:12092939,darkgray:11119017,darkgreen:25600,darkgrey:11119017,darkkhaki:12433259,darkmagenta:9109643,darkolivegreen:5597999,darkorange:16747520,darkorchid:10040012,darkred:9109504,darksalmon:15308410,darkseagreen:9419919,darkslateblue:4734347,darkslategray:3100495,darkslategrey:3100495,darkturquoise:52945,darkviolet:9699539,deeppink:16716947,deepskyblue:49151,dimgray:6908265,dimgrey:6908265,dodgerblue:2003199,firebrick:11674146,floralwhite:16775920,forestgreen:2263842,fuchsia:16711935,gainsboro:14474460,ghostwhite:16316671,gold:16766720,goldenrod:14329120,gray:8421504,green:32768,greenyellow:11403055,grey:8421504,honeydew:15794160,hotpink:16738740,indianred:13458524,indigo:4915330,ivory:16777200,khaki:15787660,lavender:15132410,lavenderblush:16773365,lawngreen:8190976,lemonchiffon:16775885,lightblue:11393254,lightcoral:15761536,lightcyan:14745599,lightgoldenrodyellow:16448210,lightgray:13882323,lightgreen:9498256,lightgrey:13882323,lightpink:16758465,lightsalmon:16752762,lightseagreen:2142890,lightskyblue:8900346,lightslategray:7833753,lightslategrey:7833753,lightsteelblue:11584734,lightyellow:16777184,lime:65280,limegreen:3329330,linen:16445670,magenta:16711935,maroon:8388608,mediumaquamarine:6737322,mediumblue:205,mediumorchid:12211667,mediumpurple:9662683,mediumseagreen:3978097,mediumslateblue:8087790,mediumspringgreen:64154,mediumturquoise:4772300,mediumvioletred:13047173,midnightblue:1644912,mintcream:16121850,mistyrose:16770273,moccasin:16770229,navajowhite:16768685,navy:128,oldlace:16643558,olive:8421376,olivedrab:7048739,orange:16753920,orangered:16729344,orchid:14315734,palegoldenrod:15657130,palegreen:10025880,paleturquoise:11529966,palevioletred:14381203,papayawhip:16773077,peachpuff:16767673,peru:13468991,pink:16761035,plum:14524637,powderblue:11591910,purple:8388736,rebeccapurple:6697881,red:16711680,rosybrown:12357519,royalblue:4286945,saddlebrown:9127187,salmon:16416882,sandybrown:16032864,seagreen:3050327,seashell:16774638,sienna:10506797,silver:12632256,skyblue:8900331,slateblue:6970061,slategray:7372944,slategrey:7372944,snow:16775930,springgreen:65407,steelblue:4620980,tan:13808780,teal:32896,thistle:14204888,tomato:16737095,turquoise:4251856,violet:15631086,wheat:16113331,white:16777215,whitesmoke:16119285,yellow:16776960,yellowgreen:10145074},Ai={h:0,s:0,l:0},ia={h:0,s:0,l:0};function Ko(n,e,t){return t<0&&(t+=1),t>1&&(t-=1),t<1/6?n+(e-n)*6*t:t<1/2?e:t<2/3?n+(e-n)*6*(2/3-t):n}class tt{constructor(e,t,i){return this.isColor=!0,this.r=1,this.g=1,this.b=1,this.set(e,t,i)}set(e,t,i){if(t===void 0&&i===void 0){const s=e;s&&s.isColor?this.copy(s):typeof s=="number"?this.setHex(s):typeof s=="string"&&this.setStyle(s)}else this.setRGB(e,t,i);return this}setScalar(e){return this.r=e,this.g=e,this.b=e,this}setHex(e,t=mn){return e=Math.floor(e),this.r=(e>>16&255)/255,this.g=(e>>8&255)/255,this.b=(e&255)/255,st.colorSpaceToWorking(this,t),this}setRGB(e,t,i,s=st.workingColorSpace){return this.r=e,this.g=t,this.b=i,st.colorSpaceToWorking(this,s),this}setHSL(e,t,i,s=st.workingColorSpace){if(e=$0(e,1),t=et(t,0,1),i=et(i,0,1),t===0)this.r=this.g=this.b=i;else{const r=i<=.5?i*(1+t):i+t-i*t,a=2*i-r;this.r=Ko(a,r,e+1/3),this.g=Ko(a,r,e),this.b=Ko(a,r,e-1/3)}return st.colorSpaceToWorking(this,s),this}setStyle(e,t=mn){function i(r){r!==void 0&&parseFloat(r)<1&&Ye("Color: Alpha component of "+e+" will be ignored.")}let s;if(s=/^(\w+)\(([^\)]*)\)/.exec(e)){let r;const a=s[1],o=s[2];switch(a){case"rgb":case"rgba":if(r=/^\s*(\d+)\s*,\s*(\d+)\s*,\s*(\d+)\s*(?:,\s*(\d*\.?\d+)\s*)?$/.exec(o))return i(r[4]),this.setRGB(Math.min(255,parseInt(r[1],10))/255,Math.min(255,parseInt(r[2],10))/255,Math.min(255,parseInt(r[3],10))/255,t);if(r=/^\s*(\d+)\%\s*,\s*(\d+)\%\s*,\s*(\d+)\%\s*(?:,\s*(\d*\.?\d+)\s*)?$/.exec(o))return i(r[4]),this.setRGB(Math.min(100,parseInt(r[1],10))/100,Math.min(100,parseInt(r[2],10))/100,Math.min(100,parseInt(r[3],10))/100,t);break;case"hsl":case"hsla":if(r=/^\s*(\d*\.?\d+)\s*,\s*(\d*\.?\d+)\%\s*,\s*(\d*\.?\d+)\%\s*(?:,\s*(\d*\.?\d+)\s*)?$/.exec(o))return i(r[4]),this.setHSL(parseFloat(r[1])/360,parseFloat(r[2])/100,parseFloat(r[3])/100,t);break;default:Ye("Color: Unknown color model "+e)}}else if(s=/^\#([A-Fa-f\d]+)$/.exec(e)){const r=s[1],a=r.length;if(a===3)return this.setRGB(parseInt(r.charAt(0),16)/15,parseInt(r.charAt(1),16)/15,parseInt(r.charAt(2),16)/15,t);if(a===6)return this.setHex(parseInt(r,16),t);Ye("Color: Invalid hex color "+e)}else if(e&&e.length>0)return this.setColorName(e,t);return this}setColorName(e,t=mn){const i=mf[e.toLowerCase()];return i!==void 0?this.setHex(i,t):Ye("Color: Unknown color "+e),this}clone(){return new this.constructor(this.r,this.g,this.b)}copy(e){return this.r=e.r,this.g=e.g,this.b=e.b,this}copySRGBToLinear(e){return this.r=mi(e.r),this.g=mi(e.g),this.b=mi(e.b),this}copyLinearToSRGB(e){return this.r=Ys(e.r),this.g=Ys(e.g),this.b=Ys(e.b),this}convertSRGBToLinear(){return this.copySRGBToLinear(this),this}convertLinearToSRGB(){return this.copyLinearToSRGB(this),this}getHex(e=mn){return st.workingToColorSpace(Jt.copy(this),e),Math.round(et(Jt.r*255,0,255))*65536+Math.round(et(Jt.g*255,0,255))*256+Math.round(et(Jt.b*255,0,255))}getHexString(e=mn){return("000000"+this.getHex(e).toString(16)).slice(-6)}getHSL(e,t=st.workingColorSpace){st.workingToColorSpace(Jt.copy(this),t);const i=Jt.r,s=Jt.g,r=Jt.b,a=Math.max(i,s,r),o=Math.min(i,s,r);let l,c;const u=(o+a)/2;if(o===a)l=0,c=0;else{const d=a-o;switch(c=u<=.5?d/(a+o):d/(2-a-o),a){case i:l=(s-r)/d+(s0&&(t.object.backgroundBlurriness=this.backgroundBlurriness),this.backgroundIntensity!==1&&(t.object.backgroundIntensity=this.backgroundIntensity),t.object.backgroundRotation=this.backgroundRotation.toArray(),this.environmentIntensity!==1&&(t.object.environmentIntensity=this.environmentIntensity),t.object.environmentRotation=this.environmentRotation.toArray(),t}}const Cn=new F,ri=new F,qo=new F,ai=new F,As=new F,Es=new F,Yu=new F,$o=new F,Zo=new F,Jo=new F,jo=new Rt,Qo=new Rt,el=new Rt;class Sn{constructor(e=new F,t=new F,i=new F){this.a=e,this.b=t,this.c=i}static getNormal(e,t,i,s){s.subVectors(i,t),Cn.subVectors(e,t),s.cross(Cn);const r=s.lengthSq();return r>0?s.multiplyScalar(1/Math.sqrt(r)):s.set(0,0,0)}static getBarycoord(e,t,i,s,r){Cn.subVectors(s,t),ri.subVectors(i,t),qo.subVectors(e,t);const a=Cn.dot(Cn),o=Cn.dot(ri),l=Cn.dot(qo),c=ri.dot(ri),u=ri.dot(qo),d=a*c-o*o;if(d===0)return r.set(0,0,0),null;const h=1/d,f=(c*l-o*u)*h,p=(a*u-o*l)*h;return r.set(1-f-p,p,f)}static containsPoint(e,t,i,s){return this.getBarycoord(e,t,i,s,ai)===null?!1:ai.x>=0&&ai.y>=0&&ai.x+ai.y<=1}static getInterpolation(e,t,i,s,r,a,o,l){return this.getBarycoord(e,t,i,s,ai)===null?(l.x=0,l.y=0,"z"in l&&(l.z=0),"w"in l&&(l.w=0),null):(l.setScalar(0),l.addScaledVector(r,ai.x),l.addScaledVector(a,ai.y),l.addScaledVector(o,ai.z),l)}static getInterpolatedAttribute(e,t,i,s,r,a){return jo.setScalar(0),Qo.setScalar(0),el.setScalar(0),jo.fromBufferAttribute(e,t),Qo.fromBufferAttribute(e,i),el.fromBufferAttribute(e,s),a.setScalar(0),a.addScaledVector(jo,r.x),a.addScaledVector(Qo,r.y),a.addScaledVector(el,r.z),a}static isFrontFacing(e,t,i,s){return Cn.subVectors(i,t),ri.subVectors(e,t),Cn.cross(ri).dot(s)<0}set(e,t,i){return this.a.copy(e),this.b.copy(t),this.c.copy(i),this}setFromPointsAndIndices(e,t,i,s){return this.a.copy(e[t]),this.b.copy(e[i]),this.c.copy(e[s]),this}setFromAttributeAndIndices(e,t,i,s){return this.a.fromBufferAttribute(e,t),this.b.fromBufferAttribute(e,i),this.c.fromBufferAttribute(e,s),this}clone(){return new this.constructor().copy(this)}copy(e){return this.a.copy(e.a),this.b.copy(e.b),this.c.copy(e.c),this}getArea(){return Cn.subVectors(this.c,this.b),ri.subVectors(this.a,this.b),Cn.cross(ri).length()*.5}getMidpoint(e){return e.addVectors(this.a,this.b).add(this.c).multiplyScalar(1/3)}getNormal(e){return Sn.getNormal(this.a,this.b,this.c,e)}getPlane(e){return e.setFromCoplanarPoints(this.a,this.b,this.c)}getBarycoord(e,t){return Sn.getBarycoord(e,this.a,this.b,this.c,t)}getInterpolation(e,t,i,s,r){return Sn.getInterpolation(e,this.a,this.b,this.c,t,i,s,r)}containsPoint(e){return Sn.containsPoint(e,this.a,this.b,this.c)}isFrontFacing(e){return Sn.isFrontFacing(this.a,this.b,this.c,e)}intersectsBox(e){return e.intersectsTriangle(this)}closestPointToPoint(e,t){const i=this.a,s=this.b,r=this.c;let a,o;As.subVectors(s,i),Es.subVectors(r,i),$o.subVectors(e,i);const l=As.dot($o),c=Es.dot($o);if(l<=0&&c<=0)return t.copy(i);Zo.subVectors(e,s);const u=As.dot(Zo),d=Es.dot(Zo);if(u>=0&&d<=u)return t.copy(s);const h=l*d-u*c;if(h<=0&&l>=0&&u<=0)return a=l/(l-u),t.copy(i).addScaledVector(As,a);Jo.subVectors(e,r);const f=As.dot(Jo),p=Es.dot(Jo);if(p>=0&&f<=p)return t.copy(r);const g=f*c-l*p;if(g<=0&&c>=0&&p<=0)return o=c/(c-p),t.copy(i).addScaledVector(Es,o);const m=u*p-f*d;if(m<=0&&d-u>=0&&f-p>=0)return Yu.subVectors(r,s),o=(d-u)/(d-u+(f-p)),t.copy(s).addScaledVector(Yu,o);const _=1/(m+g+h);return a=g*_,o=h*_,t.copy(i).addScaledVector(As,a).addScaledVector(Es,o)}equals(e){return e.a.equals(this.a)&&e.b.equals(this.b)&&e.c.equals(this.c)}}class Ln{constructor(e=new F(1/0,1/0,1/0),t=new F(-1/0,-1/0,-1/0)){this.isBox3=!0,this.min=e,this.max=t}set(e,t){return this.min.copy(e),this.max.copy(t),this}setFromArray(e){this.makeEmpty();for(let t=0,i=e.length;t=this.min.x&&e.x<=this.max.x&&e.y>=this.min.y&&e.y<=this.max.y&&e.z>=this.min.z&&e.z<=this.max.z}containsBox(e){return this.min.x<=e.min.x&&e.max.x<=this.max.x&&this.min.y<=e.min.y&&e.max.y<=this.max.y&&this.min.z<=e.min.z&&e.max.z<=this.max.z}getParameter(e,t){return t.set((e.x-this.min.x)/(this.max.x-this.min.x),(e.y-this.min.y)/(this.max.y-this.min.y),(e.z-this.min.z)/(this.max.z-this.min.z))}intersectsBox(e){return e.max.x>=this.min.x&&e.min.x<=this.max.x&&e.max.y>=this.min.y&&e.min.y<=this.max.y&&e.max.z>=this.min.z&&e.min.z<=this.max.z}intersectsSphere(e){return this.clampPoint(e.center,wn),wn.distanceToSquared(e.center)<=e.radius*e.radius}intersectsPlane(e){let t,i;return e.normal.x>0?(t=e.normal.x*this.min.x,i=e.normal.x*this.max.x):(t=e.normal.x*this.max.x,i=e.normal.x*this.min.x),e.normal.y>0?(t+=e.normal.y*this.min.y,i+=e.normal.y*this.max.y):(t+=e.normal.y*this.max.y,i+=e.normal.y*this.min.y),e.normal.z>0?(t+=e.normal.z*this.min.z,i+=e.normal.z*this.max.z):(t+=e.normal.z*this.max.z,i+=e.normal.z*this.min.z),t<=-e.constant&&i>=-e.constant}intersectsTriangle(e){if(this.isEmpty())return!1;this.getCenter(fr),ra.subVectors(this.max,fr),Ts.subVectors(e.a,fr),Cs.subVectors(e.b,fr),ws.subVectors(e.c,fr),Ei.subVectors(Cs,Ts),Ti.subVectors(ws,Cs),$i.subVectors(Ts,ws);let t=[0,-Ei.z,Ei.y,0,-Ti.z,Ti.y,0,-$i.z,$i.y,Ei.z,0,-Ei.x,Ti.z,0,-Ti.x,$i.z,0,-$i.x,-Ei.y,Ei.x,0,-Ti.y,Ti.x,0,-$i.y,$i.x,0];return!tl(t,Ts,Cs,ws,ra)||(t=[1,0,0,0,1,0,0,0,1],!tl(t,Ts,Cs,ws,ra))?!1:(aa.crossVectors(Ei,Ti),t=[aa.x,aa.y,aa.z],tl(t,Ts,Cs,ws,ra))}clampPoint(e,t){return t.copy(e).clamp(this.min,this.max)}distanceToPoint(e){return this.clampPoint(e,wn).distanceTo(e)}getBoundingSphere(e){return this.isEmpty()?e.makeEmpty():(this.getCenter(e.center),e.radius=this.getSize(wn).length()*.5),e}intersect(e){return this.min.max(e.min),this.max.min(e.max),this.isEmpty()&&this.makeEmpty(),this}union(e){return this.min.min(e.min),this.max.max(e.max),this}applyMatrix4(e){return this.isEmpty()?this:(oi[0].set(this.min.x,this.min.y,this.min.z).applyMatrix4(e),oi[1].set(this.min.x,this.min.y,this.max.z).applyMatrix4(e),oi[2].set(this.min.x,this.max.y,this.min.z).applyMatrix4(e),oi[3].set(this.min.x,this.max.y,this.max.z).applyMatrix4(e),oi[4].set(this.max.x,this.min.y,this.min.z).applyMatrix4(e),oi[5].set(this.max.x,this.min.y,this.max.z).applyMatrix4(e),oi[6].set(this.max.x,this.max.y,this.min.z).applyMatrix4(e),oi[7].set(this.max.x,this.max.y,this.max.z).applyMatrix4(e),this.setFromPoints(oi),this)}translate(e){return this.min.add(e),this.max.add(e),this}equals(e){return e.min.equals(this.min)&&e.max.equals(this.max)}toJSON(){return{min:this.min.toArray(),max:this.max.toArray()}}fromJSON(e){return this.min.fromArray(e.min),this.max.fromArray(e.max),this}}const oi=[new F,new F,new F,new F,new F,new F,new F,new F],wn=new F,sa=new Ln,Ts=new F,Cs=new F,ws=new F,Ei=new F,Ti=new F,$i=new F,fr=new F,ra=new F,aa=new F,Zi=new F;function tl(n,e,t,i,s){for(let r=0,a=n.length-3;r<=a;r+=3){Zi.fromArray(n,r);const o=s.x*Math.abs(Zi.x)+s.y*Math.abs(Zi.y)+s.z*Math.abs(Zi.z),l=e.dot(Zi),c=t.dot(Zi),u=i.dot(Zi);if(Math.max(-Math.max(l,c,u),Math.min(l,c,u))>o)return!1}return!0}const Ut=new F,oa=new we;let hm=0;class Mn extends Gi{constructor(e,t,i=!1){if(super(),Array.isArray(e))throw new TypeError("THREE.BufferAttribute: array should be a Typed Array.");this.isBufferAttribute=!0,Object.defineProperty(this,"id",{value:hm++}),this.name="",this.array=e,this.itemSize=t,this.count=e!==void 0?e.length/t:0,this.normalized=i,this.usage=Ac,this.updateRanges=[],this.gpuType=In,this.version=0}onUploadCallback(){}set needsUpdate(e){e===!0&&this.version++}setUsage(e){return this.usage=e,this}addUpdateRange(e,t){this.updateRanges.push({start:e,count:t})}clearUpdateRanges(){this.updateRanges.length=0}copy(e){return this.name=e.name,this.array=new e.array.constructor(e.array),this.itemSize=e.itemSize,this.count=e.count,this.normalized=e.normalized,this.usage=e.usage,this.gpuType=e.gpuType,this}copyAt(e,t,i){e*=this.itemSize,i*=t.itemSize;for(let s=0,r=this.itemSize;sthis.radius*this.radius&&(t.sub(this.center).normalize(),t.multiplyScalar(this.radius).add(this.center)),t}getBoundingBox(e){return this.isEmpty()?(e.makeEmpty(),e):(e.set(this.center,this.center),e.expandByScalar(this.radius),e)}applyMatrix4(e){return this.center.applyMatrix4(e),this.radius=this.radius*e.getMaxScaleOnAxis(),this}translate(e){return this.center.add(e),this}expandByPoint(e){if(this.isEmpty())return this.center.copy(e),this.radius=0,this;pr.subVectors(e,this.center);const t=pr.lengthSq();if(t>this.radius*this.radius){const i=Math.sqrt(t),s=(i-this.radius)*.5;this.center.addScaledVector(pr,s/i),this.radius+=s}return this}union(e){return e.isEmpty()?this:this.isEmpty()?(this.copy(e),this):(this.center.equals(e.center)===!0?this.radius=Math.max(this.radius,e.radius):(nl.subVectors(e.center,this.center).setLength(e.radius),this.expandByPoint(pr.copy(e.center).add(nl)),this.expandByPoint(pr.copy(e.center).sub(nl))),this)}equals(e){return e.center.equals(this.center)&&e.radius===this.radius}clone(){return new this.constructor().copy(this)}toJSON(){return{radius:this.radius,center:this.center.toArray()}}fromJSON(e){return this.radius=e.radius,this.center.fromArray(e.center),this}}let fm=0;const yn=new Tt,il=new sn,Rs=new F,fn=new Ln,mr=new Ln,zt=new F;class wt extends Gi{constructor(){super(),this.isBufferGeometry=!0,Object.defineProperty(this,"id",{value:fm++}),this.uuid=pi(),this.name="",this.type="BufferGeometry",this.index=null,this.indirect=null,this.indirectOffset=0,this.attributes={},this.morphAttributes={},this.morphTargetsRelative=!1,this.groups=[],this.boundingBox=null,this.boundingSphere=null,this.drawRange={start:0,count:1/0},this.userData={},this._transformed=!1}getIndex(){return this.index}setIndex(e){return Array.isArray(e)?this.index=new(X0(e)?_f:gf)(e,1):this.index=e,this}setIndirect(e,t=0){return this.indirect=e,this.indirectOffset=t,this}getIndirect(){return this.indirect}getAttribute(e){return this.attributes[e]}setAttribute(e,t){return this.attributes[e]=t,this}deleteAttribute(e){return delete this.attributes[e],this}hasAttribute(e){return this.attributes[e]!==void 0}addGroup(e,t,i=0){this.groups.push({start:e,count:t,materialIndex:i})}clearGroups(){this.groups=[]}setDrawRange(e,t){this.drawRange.start=e,this.drawRange.count=t}applyMatrix4(e){const t=this.attributes.position;t!==void 0&&(t.applyMatrix4(e),t.needsUpdate=!0);const i=this.attributes.normal;if(i!==void 0){const r=new $e().getNormalMatrix(e);i.applyNormalMatrix(r),i.needsUpdate=!0}const s=this.attributes.tangent;return s!==void 0&&(s.transformDirection(e),s.needsUpdate=!0),this.boundingBox!==null&&this.computeBoundingBox(),this.boundingSphere!==null&&this.computeBoundingSphere(),this._transformed=!0,this}applyQuaternion(e){return yn.makeRotationFromQuaternion(e),this.applyMatrix4(yn),this}rotateX(e){return yn.makeRotationX(e),this.applyMatrix4(yn),this}rotateY(e){return yn.makeRotationY(e),this.applyMatrix4(yn),this}rotateZ(e){return yn.makeRotationZ(e),this.applyMatrix4(yn),this}translate(e,t,i){return yn.makeTranslation(e,t,i),this.applyMatrix4(yn),this}scale(e,t,i){return yn.makeScale(e,t,i),this.applyMatrix4(yn),this}lookAt(e){return il.lookAt(e),il.updateMatrix(),this.applyMatrix4(il.matrix),this}center(){return this.computeBoundingBox(),this.boundingBox.getCenter(Rs).negate(),this.translate(Rs.x,Rs.y,Rs.z),this}setFromPoints(e){const t=this.getAttribute("position");if(t===void 0){const i=[];for(let s=0,r=e.length;st.count&&Ye("BufferGeometry: Buffer size too small for points data. Use .dispose() and create a new geometry."),t.needsUpdate=!0}return this}computeBoundingBox(){this.boundingBox===null&&(this.boundingBox=new Ln);const e=this.attributes.position,t=this.morphAttributes.position;if(e&&e.isGLBufferAttribute){ot("BufferGeometry.computeBoundingBox(): GLBufferAttribute requires a manual bounding box.",this),this.boundingBox.set(new F(-1/0,-1/0,-1/0),new F(1/0,1/0,1/0));return}if(e!==void 0){if(this.boundingBox.setFromBufferAttribute(e),t)for(let i=0,s=t.length;i0&&(e.userData=this.userData),this.parameters!==void 0&&this._transformed!==!0){const l=this.parameters;for(const c in l)l[c]!==void 0&&(e[c]=l[c]);return e}e.data={attributes:{}};const t=this.index;t!==null&&(e.data.index={type:t.array.constructor.name,array:Array.prototype.slice.call(t.array)});const i=this.attributes;for(const l in i){const c=i[l];e.data.attributes[l]=c.toJSON(e.data)}const s={};let r=!1;for(const l in this.morphAttributes){const c=this.morphAttributes[l],u=[];for(let d=0,h=c.length;d0&&(s[l]=u,r=!0)}r&&(e.data.morphAttributes=s,e.data.morphTargetsRelative=this.morphTargetsRelative);const a=this.groups;a.length>0&&(e.data.groups=JSON.parse(JSON.stringify(a)));const o=this.boundingSphere;return o!==null&&(e.data.boundingSphere=o.toJSON()),e}clone(){return new this.constructor().copy(this)}copy(e){this.index=null,this.attributes={},this.morphAttributes={},this.groups=[],this.boundingBox=null,this.boundingSphere=null;const t={};this.name=e.name;const i=e.index;i!==null&&this.setIndex(i.clone());const s=e.attributes;for(const c in s){const u=s[c];this.setAttribute(c,u.clone(t))}const r=e.morphAttributes;for(const c in r){const u=[],d=r[c];for(let h=0,f=d.length;h0!=e>0&&this.version++,this._alphaTest=e}onBeforeRender(){}onBeforeCompile(){}customProgramCacheKey(){return this.onBeforeCompile.toString()}setValues(e){if(e!==void 0)for(const t in e){const i=e[t];if(i===void 0){Ye(`Material: parameter '${t}' has value of undefined.`);continue}const s=this[t];if(s===void 0){Ye(`Material: '${t}' is not a property of THREE.${this.type}.`);continue}s&&s.isColor?s.set(i):s&&s.isVector2&&i&&i.isVector2||s&&s.isEuler&&i&&i.isEuler||s&&s.isVector3&&i&&i.isVector3?s.copy(i):this[t]=i}}toJSON(e){const t=e===void 0||typeof e=="string";t&&(e={textures:{},images:{}});const i={metadata:{version:4.7,type:"Material",generator:"Material.toJSON"}};i.uuid=this.uuid,i.type=this.type,this.name!==""&&(i.name=this.name),this.color&&this.color.isColor&&(i.color=this.color.getHex()),this.roughness!==void 0&&(i.roughness=this.roughness),this.metalness!==void 0&&(i.metalness=this.metalness),this.sheen!==void 0&&(i.sheen=this.sheen),this.sheenColor&&this.sheenColor.isColor&&(i.sheenColor=this.sheenColor.getHex()),this.sheenRoughness!==void 0&&(i.sheenRoughness=this.sheenRoughness),this.emissive&&this.emissive.isColor&&(i.emissive=this.emissive.getHex()),this.emissiveIntensity!==void 0&&this.emissiveIntensity!==1&&(i.emissiveIntensity=this.emissiveIntensity),this.specular&&this.specular.isColor&&(i.specular=this.specular.getHex()),this.specularIntensity!==void 0&&(i.specularIntensity=this.specularIntensity),this.specularColor&&this.specularColor.isColor&&(i.specularColor=this.specularColor.getHex()),this.shininess!==void 0&&(i.shininess=this.shininess),this.clearcoat!==void 0&&(i.clearcoat=this.clearcoat),this.clearcoatRoughness!==void 0&&(i.clearcoatRoughness=this.clearcoatRoughness),this.clearcoatMap&&this.clearcoatMap.isTexture&&(i.clearcoatMap=this.clearcoatMap.toJSON(e).uuid),this.clearcoatRoughnessMap&&this.clearcoatRoughnessMap.isTexture&&(i.clearcoatRoughnessMap=this.clearcoatRoughnessMap.toJSON(e).uuid),this.clearcoatNormalMap&&this.clearcoatNormalMap.isTexture&&(i.clearcoatNormalMap=this.clearcoatNormalMap.toJSON(e).uuid,i.clearcoatNormalScale=this.clearcoatNormalScale.toArray()),this.sheenColorMap&&this.sheenColorMap.isTexture&&(i.sheenColorMap=this.sheenColorMap.toJSON(e).uuid),this.sheenRoughnessMap&&this.sheenRoughnessMap.isTexture&&(i.sheenRoughnessMap=this.sheenRoughnessMap.toJSON(e).uuid),this.dispersion!==void 0&&(i.dispersion=this.dispersion),this.iridescence!==void 0&&(i.iridescence=this.iridescence),this.iridescenceIOR!==void 0&&(i.iridescenceIOR=this.iridescenceIOR),this.iridescenceThicknessRange!==void 0&&(i.iridescenceThicknessRange=this.iridescenceThicknessRange),this.iridescenceMap&&this.iridescenceMap.isTexture&&(i.iridescenceMap=this.iridescenceMap.toJSON(e).uuid),this.iridescenceThicknessMap&&this.iridescenceThicknessMap.isTexture&&(i.iridescenceThicknessMap=this.iridescenceThicknessMap.toJSON(e).uuid),this.anisotropy!==void 0&&(i.anisotropy=this.anisotropy),this.anisotropyRotation!==void 0&&(i.anisotropyRotation=this.anisotropyRotation),this.anisotropyMap&&this.anisotropyMap.isTexture&&(i.anisotropyMap=this.anisotropyMap.toJSON(e).uuid),this.map&&this.map.isTexture&&(i.map=this.map.toJSON(e).uuid),this.matcap&&this.matcap.isTexture&&(i.matcap=this.matcap.toJSON(e).uuid),this.alphaMap&&this.alphaMap.isTexture&&(i.alphaMap=this.alphaMap.toJSON(e).uuid),this.lightMap&&this.lightMap.isTexture&&(i.lightMap=this.lightMap.toJSON(e).uuid,i.lightMapIntensity=this.lightMapIntensity),this.aoMap&&this.aoMap.isTexture&&(i.aoMap=this.aoMap.toJSON(e).uuid,i.aoMapIntensity=this.aoMapIntensity),this.bumpMap&&this.bumpMap.isTexture&&(i.bumpMap=this.bumpMap.toJSON(e).uuid,i.bumpScale=this.bumpScale),this.normalMap&&this.normalMap.isTexture&&(i.normalMap=this.normalMap.toJSON(e).uuid,i.normalMapType=this.normalMapType,i.normalScale=this.normalScale.toArray()),this.displacementMap&&this.displacementMap.isTexture&&(i.displacementMap=this.displacementMap.toJSON(e).uuid,i.displacementScale=this.displacementScale,i.displacementBias=this.displacementBias),this.roughnessMap&&this.roughnessMap.isTexture&&(i.roughnessMap=this.roughnessMap.toJSON(e).uuid),this.metalnessMap&&this.metalnessMap.isTexture&&(i.metalnessMap=this.metalnessMap.toJSON(e).uuid),this.emissiveMap&&this.emissiveMap.isTexture&&(i.emissiveMap=this.emissiveMap.toJSON(e).uuid),this.specularMap&&this.specularMap.isTexture&&(i.specularMap=this.specularMap.toJSON(e).uuid),this.specularIntensityMap&&this.specularIntensityMap.isTexture&&(i.specularIntensityMap=this.specularIntensityMap.toJSON(e).uuid),this.specularColorMap&&this.specularColorMap.isTexture&&(i.specularColorMap=this.specularColorMap.toJSON(e).uuid),this.envMap&&this.envMap.isTexture&&(i.envMap=this.envMap.toJSON(e).uuid,this.combine!==void 0&&(i.combine=this.combine)),this.envMapRotation!==void 0&&(i.envMapRotation=this.envMapRotation.toArray()),this.envMapIntensity!==void 0&&(i.envMapIntensity=this.envMapIntensity),this.reflectivity!==void 0&&(i.reflectivity=this.reflectivity),this.refractionRatio!==void 0&&(i.refractionRatio=this.refractionRatio),this.gradientMap&&this.gradientMap.isTexture&&(i.gradientMap=this.gradientMap.toJSON(e).uuid),this.transmission!==void 0&&(i.transmission=this.transmission),this.transmissionMap&&this.transmissionMap.isTexture&&(i.transmissionMap=this.transmissionMap.toJSON(e).uuid),this.thickness!==void 0&&(i.thickness=this.thickness),this.thicknessMap&&this.thicknessMap.isTexture&&(i.thicknessMap=this.thicknessMap.toJSON(e).uuid),this.attenuationDistance!==void 0&&this.attenuationDistance!==1/0&&(i.attenuationDistance=this.attenuationDistance),this.attenuationColor!==void 0&&(i.attenuationColor=this.attenuationColor.getHex()),this.size!==void 0&&(i.size=this.size),this.shadowSide!==null&&(i.shadowSide=this.shadowSide),this.sizeAttenuation!==void 0&&(i.sizeAttenuation=this.sizeAttenuation),this.blending!==Ws&&(i.blending=this.blending),this.side!==Bi&&(i.side=this.side),this.vertexColors===!0&&(i.vertexColors=!0),this.opacity<1&&(i.opacity=this.opacity),this.transparent===!0&&(i.transparent=!0),this.blendSrc!==kl&&(i.blendSrc=this.blendSrc),this.blendDst!==Fl&&(i.blendDst=this.blendDst),this.blendEquation!==ts&&(i.blendEquation=this.blendEquation),this.blendSrcAlpha!==null&&(i.blendSrcAlpha=this.blendSrcAlpha),this.blendDstAlpha!==null&&(i.blendDstAlpha=this.blendDstAlpha),this.blendEquationAlpha!==null&&(i.blendEquationAlpha=this.blendEquationAlpha),this.blendColor&&this.blendColor.isColor&&(i.blendColor=this.blendColor.getHex()),this.blendAlpha!==0&&(i.blendAlpha=this.blendAlpha),this.depthFunc!==qs&&(i.depthFunc=this.depthFunc),this.depthTest===!1&&(i.depthTest=this.depthTest),this.depthWrite===!1&&(i.depthWrite=this.depthWrite),this.colorWrite===!1&&(i.colorWrite=this.colorWrite),this.stencilWriteMask!==255&&(i.stencilWriteMask=this.stencilWriteMask),this.stencilFunc!==Ou&&(i.stencilFunc=this.stencilFunc),this.stencilRef!==0&&(i.stencilRef=this.stencilRef),this.stencilFuncMask!==255&&(i.stencilFuncMask=this.stencilFuncMask),this.stencilFail!==ys&&(i.stencilFail=this.stencilFail),this.stencilZFail!==ys&&(i.stencilZFail=this.stencilZFail),this.stencilZPass!==ys&&(i.stencilZPass=this.stencilZPass),this.stencilWrite===!0&&(i.stencilWrite=this.stencilWrite),this.rotation!==void 0&&this.rotation!==0&&(i.rotation=this.rotation),this.polygonOffset===!0&&(i.polygonOffset=!0),this.polygonOffsetFactor!==0&&(i.polygonOffsetFactor=this.polygonOffsetFactor),this.polygonOffsetUnits!==0&&(i.polygonOffsetUnits=this.polygonOffsetUnits),this.linewidth!==void 0&&this.linewidth!==1&&(i.linewidth=this.linewidth),this.dashSize!==void 0&&(i.dashSize=this.dashSize),this.gapSize!==void 0&&(i.gapSize=this.gapSize),this.scale!==void 0&&(i.scale=this.scale),this.dithering===!0&&(i.dithering=!0),this.alphaTest>0&&(i.alphaTest=this.alphaTest),this.alphaHash===!0&&(i.alphaHash=!0),this.alphaToCoverage===!0&&(i.alphaToCoverage=!0),this.premultipliedAlpha===!0&&(i.premultipliedAlpha=!0),this.forceSinglePass===!0&&(i.forceSinglePass=!0),this.allowOverride===!1&&(i.allowOverride=!1),this.wireframe===!0&&(i.wireframe=!0),this.wireframeLinewidth>1&&(i.wireframeLinewidth=this.wireframeLinewidth),this.wireframeLinecap!=="round"&&(i.wireframeLinecap=this.wireframeLinecap),this.wireframeLinejoin!=="round"&&(i.wireframeLinejoin=this.wireframeLinejoin),this.flatShading===!0&&(i.flatShading=!0),this.visible===!1&&(i.visible=!1),this.toneMapped===!1&&(i.toneMapped=!1),this.fog===!1&&(i.fog=!1),Object.keys(this.userData).length>0&&(i.userData=this.userData);function s(r){const a=[];for(const o in r){const l=r[o];delete l.metadata,a.push(l)}return a}if(t){const r=s(e.textures),a=s(e.images);r.length>0&&(i.textures=r),a.length>0&&(i.images=a)}return i}fromJSON(e,t){if(e.uuid!==void 0&&(this.uuid=e.uuid),e.name!==void 0&&(this.name=e.name),e.color!==void 0&&this.color!==void 0&&this.color.setHex(e.color),e.roughness!==void 0&&(this.roughness=e.roughness),e.metalness!==void 0&&(this.metalness=e.metalness),e.sheen!==void 0&&(this.sheen=e.sheen),e.sheenColor!==void 0&&(this.sheenColor=new tt().setHex(e.sheenColor)),e.sheenRoughness!==void 0&&(this.sheenRoughness=e.sheenRoughness),e.emissive!==void 0&&this.emissive!==void 0&&this.emissive.setHex(e.emissive),e.specular!==void 0&&this.specular!==void 0&&this.specular.setHex(e.specular),e.specularIntensity!==void 0&&(this.specularIntensity=e.specularIntensity),e.specularColor!==void 0&&this.specularColor!==void 0&&this.specularColor.setHex(e.specularColor),e.shininess!==void 0&&(this.shininess=e.shininess),e.clearcoat!==void 0&&(this.clearcoat=e.clearcoat),e.clearcoatRoughness!==void 0&&(this.clearcoatRoughness=e.clearcoatRoughness),e.dispersion!==void 0&&(this.dispersion=e.dispersion),e.iridescence!==void 0&&(this.iridescence=e.iridescence),e.iridescenceIOR!==void 0&&(this.iridescenceIOR=e.iridescenceIOR),e.iridescenceThicknessRange!==void 0&&(this.iridescenceThicknessRange=e.iridescenceThicknessRange),e.transmission!==void 0&&(this.transmission=e.transmission),e.thickness!==void 0&&(this.thickness=e.thickness),e.attenuationDistance!==void 0&&(this.attenuationDistance=e.attenuationDistance),e.attenuationColor!==void 0&&this.attenuationColor!==void 0&&this.attenuationColor.setHex(e.attenuationColor),e.anisotropy!==void 0&&(this.anisotropy=e.anisotropy),e.anisotropyRotation!==void 0&&(this.anisotropyRotation=e.anisotropyRotation),e.fog!==void 0&&(this.fog=e.fog),e.flatShading!==void 0&&(this.flatShading=e.flatShading),e.blending!==void 0&&(this.blending=e.blending),e.combine!==void 0&&(this.combine=e.combine),e.side!==void 0&&(this.side=e.side),e.shadowSide!==void 0&&(this.shadowSide=e.shadowSide),e.opacity!==void 0&&(this.opacity=e.opacity),e.transparent!==void 0&&(this.transparent=e.transparent),e.alphaTest!==void 0&&(this.alphaTest=e.alphaTest),e.alphaHash!==void 0&&(this.alphaHash=e.alphaHash),e.depthFunc!==void 0&&(this.depthFunc=e.depthFunc),e.depthTest!==void 0&&(this.depthTest=e.depthTest),e.depthWrite!==void 0&&(this.depthWrite=e.depthWrite),e.colorWrite!==void 0&&(this.colorWrite=e.colorWrite),e.blendSrc!==void 0&&(this.blendSrc=e.blendSrc),e.blendDst!==void 0&&(this.blendDst=e.blendDst),e.blendEquation!==void 0&&(this.blendEquation=e.blendEquation),e.blendSrcAlpha!==void 0&&(this.blendSrcAlpha=e.blendSrcAlpha),e.blendDstAlpha!==void 0&&(this.blendDstAlpha=e.blendDstAlpha),e.blendEquationAlpha!==void 0&&(this.blendEquationAlpha=e.blendEquationAlpha),e.blendColor!==void 0&&this.blendColor!==void 0&&this.blendColor.setHex(e.blendColor),e.blendAlpha!==void 0&&(this.blendAlpha=e.blendAlpha),e.stencilWriteMask!==void 0&&(this.stencilWriteMask=e.stencilWriteMask),e.stencilFunc!==void 0&&(this.stencilFunc=e.stencilFunc),e.stencilRef!==void 0&&(this.stencilRef=e.stencilRef),e.stencilFuncMask!==void 0&&(this.stencilFuncMask=e.stencilFuncMask),e.stencilFail!==void 0&&(this.stencilFail=e.stencilFail),e.stencilZFail!==void 0&&(this.stencilZFail=e.stencilZFail),e.stencilZPass!==void 0&&(this.stencilZPass=e.stencilZPass),e.stencilWrite!==void 0&&(this.stencilWrite=e.stencilWrite),e.wireframe!==void 0&&(this.wireframe=e.wireframe),e.wireframeLinewidth!==void 0&&(this.wireframeLinewidth=e.wireframeLinewidth),e.wireframeLinecap!==void 0&&(this.wireframeLinecap=e.wireframeLinecap),e.wireframeLinejoin!==void 0&&(this.wireframeLinejoin=e.wireframeLinejoin),e.rotation!==void 0&&(this.rotation=e.rotation),e.linewidth!==void 0&&(this.linewidth=e.linewidth),e.dashSize!==void 0&&(this.dashSize=e.dashSize),e.gapSize!==void 0&&(this.gapSize=e.gapSize),e.scale!==void 0&&(this.scale=e.scale),e.polygonOffset!==void 0&&(this.polygonOffset=e.polygonOffset),e.polygonOffsetFactor!==void 0&&(this.polygonOffsetFactor=e.polygonOffsetFactor),e.polygonOffsetUnits!==void 0&&(this.polygonOffsetUnits=e.polygonOffsetUnits),e.dithering!==void 0&&(this.dithering=e.dithering),e.alphaToCoverage!==void 0&&(this.alphaToCoverage=e.alphaToCoverage),e.premultipliedAlpha!==void 0&&(this.premultipliedAlpha=e.premultipliedAlpha),e.forceSinglePass!==void 0&&(this.forceSinglePass=e.forceSinglePass),e.allowOverride!==void 0&&(this.allowOverride=e.allowOverride),e.visible!==void 0&&(this.visible=e.visible),e.toneMapped!==void 0&&(this.toneMapped=e.toneMapped),e.userData!==void 0&&(this.userData=e.userData),e.vertexColors!==void 0&&(typeof e.vertexColors=="number"?this.vertexColors=e.vertexColors>0:this.vertexColors=e.vertexColors),e.size!==void 0&&(this.size=e.size),e.sizeAttenuation!==void 0&&(this.sizeAttenuation=e.sizeAttenuation),e.map!==void 0&&(this.map=t[e.map]||null),e.matcap!==void 0&&(this.matcap=t[e.matcap]||null),e.alphaMap!==void 0&&(this.alphaMap=t[e.alphaMap]||null),e.bumpMap!==void 0&&(this.bumpMap=t[e.bumpMap]||null),e.bumpScale!==void 0&&(this.bumpScale=e.bumpScale),e.normalMap!==void 0&&(this.normalMap=t[e.normalMap]||null),e.normalMapType!==void 0&&(this.normalMapType=e.normalMapType),e.normalScale!==void 0){let i=e.normalScale;Array.isArray(i)===!1&&(i=[i,i]),this.normalScale=new we().fromArray(i)}return e.displacementMap!==void 0&&(this.displacementMap=t[e.displacementMap]||null),e.displacementScale!==void 0&&(this.displacementScale=e.displacementScale),e.displacementBias!==void 0&&(this.displacementBias=e.displacementBias),e.roughnessMap!==void 0&&(this.roughnessMap=t[e.roughnessMap]||null),e.metalnessMap!==void 0&&(this.metalnessMap=t[e.metalnessMap]||null),e.emissiveMap!==void 0&&(this.emissiveMap=t[e.emissiveMap]||null),e.emissiveIntensity!==void 0&&(this.emissiveIntensity=e.emissiveIntensity),e.specularMap!==void 0&&(this.specularMap=t[e.specularMap]||null),e.specularIntensityMap!==void 0&&(this.specularIntensityMap=t[e.specularIntensityMap]||null),e.specularColorMap!==void 0&&(this.specularColorMap=t[e.specularColorMap]||null),e.envMap!==void 0&&(this.envMap=t[e.envMap]||null),e.envMapRotation!==void 0&&this.envMapRotation.fromArray(e.envMapRotation),e.envMapIntensity!==void 0&&(this.envMapIntensity=e.envMapIntensity),e.reflectivity!==void 0&&(this.reflectivity=e.reflectivity),e.refractionRatio!==void 0&&(this.refractionRatio=e.refractionRatio),e.lightMap!==void 0&&(this.lightMap=t[e.lightMap]||null),e.lightMapIntensity!==void 0&&(this.lightMapIntensity=e.lightMapIntensity),e.aoMap!==void 0&&(this.aoMap=t[e.aoMap]||null),e.aoMapIntensity!==void 0&&(this.aoMapIntensity=e.aoMapIntensity),e.gradientMap!==void 0&&(this.gradientMap=t[e.gradientMap]||null),e.clearcoatMap!==void 0&&(this.clearcoatMap=t[e.clearcoatMap]||null),e.clearcoatRoughnessMap!==void 0&&(this.clearcoatRoughnessMap=t[e.clearcoatRoughnessMap]||null),e.clearcoatNormalMap!==void 0&&(this.clearcoatNormalMap=t[e.clearcoatNormalMap]||null),e.clearcoatNormalScale!==void 0&&(this.clearcoatNormalScale=new we().fromArray(e.clearcoatNormalScale)),e.iridescenceMap!==void 0&&(this.iridescenceMap=t[e.iridescenceMap]||null),e.iridescenceThicknessMap!==void 0&&(this.iridescenceThicknessMap=t[e.iridescenceThicknessMap]||null),e.transmissionMap!==void 0&&(this.transmissionMap=t[e.transmissionMap]||null),e.thicknessMap!==void 0&&(this.thicknessMap=t[e.thicknessMap]||null),e.anisotropyMap!==void 0&&(this.anisotropyMap=t[e.anisotropyMap]||null),e.sheenColorMap!==void 0&&(this.sheenColorMap=t[e.sheenColorMap]||null),e.sheenRoughnessMap!==void 0&&(this.sheenRoughnessMap=t[e.sheenRoughnessMap]||null),this}clone(){return new this.constructor().copy(this)}copy(e){this.name=e.name,this.blending=e.blending,this.side=e.side,this.vertexColors=e.vertexColors,this.opacity=e.opacity,this.transparent=e.transparent,this.blendSrc=e.blendSrc,this.blendDst=e.blendDst,this.blendEquation=e.blendEquation,this.blendSrcAlpha=e.blendSrcAlpha,this.blendDstAlpha=e.blendDstAlpha,this.blendEquationAlpha=e.blendEquationAlpha,this.blendColor.copy(e.blendColor),this.blendAlpha=e.blendAlpha,this.depthFunc=e.depthFunc,this.depthTest=e.depthTest,this.depthWrite=e.depthWrite,this.stencilWriteMask=e.stencilWriteMask,this.stencilFunc=e.stencilFunc,this.stencilRef=e.stencilRef,this.stencilFuncMask=e.stencilFuncMask,this.stencilFail=e.stencilFail,this.stencilZFail=e.stencilZFail,this.stencilZPass=e.stencilZPass,this.stencilWrite=e.stencilWrite;const t=e.clippingPlanes;let i=null;if(t!==null){const s=t.length;i=new Array(s);for(let r=0;r!==s;++r)i[r]=t[r].clone()}return this.clippingPlanes=i,this.clipIntersection=e.clipIntersection,this.clipShadows=e.clipShadows,this.shadowSide=e.shadowSide,this.colorWrite=e.colorWrite,this.precision=e.precision,this.polygonOffset=e.polygonOffset,this.polygonOffsetFactor=e.polygonOffsetFactor,this.polygonOffsetUnits=e.polygonOffsetUnits,this.dithering=e.dithering,this.alphaTest=e.alphaTest,this.alphaHash=e.alphaHash,this.alphaToCoverage=e.alphaToCoverage,this.premultipliedAlpha=e.premultipliedAlpha,this.forceSinglePass=e.forceSinglePass,this.allowOverride=e.allowOverride,this.visible=e.visible,this.toneMapped=e.toneMapped,this.userData=JSON.parse(JSON.stringify(e.userData)),this}dispose(){this.dispatchEvent({type:"dispose"})}set needsUpdate(e){e===!0&&this.version++}}class Cc extends sr{constructor(e){super(),this.isSpriteMaterial=!0,this.type="SpriteMaterial",this.color=new tt(16777215),this.map=null,this.alphaMap=null,this.rotation=0,this.sizeAttenuation=!0,this.transparent=!0,this.fog=!0,this.setValues(e)}copy(e){return super.copy(e),this.color.copy(e.color),this.map=e.map,this.alphaMap=e.alphaMap,this.rotation=e.rotation,this.sizeAttenuation=e.sizeAttenuation,this.fog=e.fog,this}}let Ls;const gr=new F,Ds=new F,Is=new F,Ps=new we,_r=new we,xf=new Tt,la=new F,xr=new F,ca=new F,Ku=new we,sl=new we,qu=new we;class $u extends sn{constructor(e=new Cc){if(super(),this.isSprite=!0,this.type="Sprite",Ls===void 0){Ls=new wt;const t=new Float32Array([-.5,-.5,0,0,0,.5,-.5,0,1,0,.5,.5,0,1,1,-.5,.5,0,0,1]),i=new pm(t,5);Ls.setIndex([0,1,2,0,2,3]),Ls.setAttribute("position",new lo(i,3,0,!1)),Ls.setAttribute("uv",new lo(i,2,3,!1))}this.geometry=Ls,this.material=e,this.center=new we(.5,.5),this.count=1}raycast(e,t){e.camera===null&&ot('Sprite: "Raycaster.camera" needs to be set in order to raycast against sprites.'),Ds.setFromMatrixScale(this.matrixWorld),xf.copy(e.camera.matrixWorld),this.modelViewMatrix.multiplyMatrices(e.camera.matrixWorldInverse,this.matrixWorld),Is.setFromMatrixPosition(this.modelViewMatrix),e.camera.isPerspectiveCamera&&this.material.sizeAttenuation===!1&&Ds.multiplyScalar(-Is.z);const i=this.material.rotation;let s,r;i!==0&&(r=Math.cos(i),s=Math.sin(i));const a=this.center;ua(la.set(-.5,-.5,0),Is,a,Ds,s,r),ua(xr.set(.5,-.5,0),Is,a,Ds,s,r),ua(ca.set(.5,.5,0),Is,a,Ds,s,r),Ku.set(0,0),sl.set(1,0),qu.set(1,1);let o=e.ray.intersectTriangle(la,xr,ca,!1,gr);if(o===null&&(ua(xr.set(-.5,.5,0),Is,a,Ds,s,r),sl.set(0,1),o=e.ray.intersectTriangle(la,ca,xr,!1,gr),o===null))return;const l=e.ray.origin.distanceTo(gr);le.far||t.push({distance:l,point:gr.clone(),uv:Sn.getInterpolation(gr,la,xr,ca,Ku,sl,qu,new we),face:null,object:this})}copy(e,t){return super.copy(e,t),e.center!==void 0&&this.center.copy(e.center),this.material=e.material,this}}function ua(n,e,t,i,s,r){Ps.subVectors(n,t).addScalar(.5).multiply(i),s!==void 0?(_r.x=r*Ps.x-s*Ps.y,_r.y=s*Ps.x+r*Ps.y):_r.copy(Ps),n.copy(e),n.x+=_r.x,n.y+=_r.y,n.applyMatrix4(xf)}const li=new F,rl=new F,ha=new F,Ci=new F,al=new F,da=new F,ol=new F;class tu{constructor(e=new F,t=new F(0,0,-1)){this.origin=e,this.direction=t}set(e,t){return this.origin.copy(e),this.direction.copy(t),this}copy(e){return this.origin.copy(e.origin),this.direction.copy(e.direction),this}at(e,t){return t.copy(this.origin).addScaledVector(this.direction,e)}lookAt(e){return this.direction.copy(e).sub(this.origin).normalize(),this}recast(e){return this.origin.copy(this.at(e,li)),this}closestPointToPoint(e,t){t.subVectors(e,this.origin);const i=t.dot(this.direction);return i<0?t.copy(this.origin):t.copy(this.origin).addScaledVector(this.direction,i)}distanceToPoint(e){return Math.sqrt(this.distanceSqToPoint(e))}distanceSqToPoint(e){const t=li.subVectors(e,this.origin).dot(this.direction);return t<0?this.origin.distanceToSquared(e):(li.copy(this.origin).addScaledVector(this.direction,t),li.distanceToSquared(e))}distanceSqToSegment(e,t,i,s){rl.copy(e).add(t).multiplyScalar(.5),ha.copy(t).sub(e).normalize(),Ci.copy(this.origin).sub(rl);const r=e.distanceTo(t)*.5,a=-this.direction.dot(ha),o=Ci.dot(this.direction),l=-Ci.dot(ha),c=Ci.lengthSq(),u=Math.abs(1-a*a);let d,h,f,p;if(u>0)if(d=a*l-o,h=a*o-l,p=r*u,d>=0)if(h>=-p)if(h<=p){const g=1/u;d*=g,h*=g,f=d*(d+a*h+2*o)+h*(a*d+h+2*l)+c}else h=r,d=Math.max(0,-(a*h+o)),f=-d*d+h*(h+2*l)+c;else h=-r,d=Math.max(0,-(a*h+o)),f=-d*d+h*(h+2*l)+c;else h<=-p?(d=Math.max(0,-(-a*r+o)),h=d>0?-r:Math.min(Math.max(-r,-l),r),f=-d*d+h*(h+2*l)+c):h<=p?(d=0,h=Math.min(Math.max(-r,-l),r),f=h*(h+2*l)+c):(d=Math.max(0,-(a*r+o)),h=d>0?r:Math.min(Math.max(-r,-l),r),f=-d*d+h*(h+2*l)+c);else h=a>0?-r:r,d=Math.max(0,-(a*h+o)),f=-d*d+h*(h+2*l)+c;return i&&i.copy(this.origin).addScaledVector(this.direction,d),s&&s.copy(rl).addScaledVector(ha,h),f}intersectSphere(e,t){li.subVectors(e.center,this.origin);const i=li.dot(this.direction),s=li.dot(li)-i*i,r=e.radius*e.radius;if(s>r)return null;const a=Math.sqrt(r-s),o=i-a,l=i+a;return l<0?null:o<0?this.at(l,t):this.at(o,t)}intersectsSphere(e){return e.radius<0?!1:this.distanceSqToPoint(e.center)<=e.radius*e.radius}distanceToPlane(e){const t=e.normal.dot(this.direction);if(t===0)return e.distanceToPoint(this.origin)===0?0:null;const i=-(this.origin.dot(e.normal)+e.constant)/t;return i>=0?i:null}intersectPlane(e,t){const i=this.distanceToPlane(e);return i===null?null:this.at(i,t)}intersectsPlane(e){const t=e.distanceToPoint(this.origin);return t===0||e.normal.dot(this.direction)*t<0}intersectBox(e,t){let i,s,r,a,o,l;const c=1/this.direction.x,u=1/this.direction.y,d=1/this.direction.z,h=this.origin;return c>=0?(i=(e.min.x-h.x)*c,s=(e.max.x-h.x)*c):(i=(e.max.x-h.x)*c,s=(e.min.x-h.x)*c),u>=0?(r=(e.min.y-h.y)*u,a=(e.max.y-h.y)*u):(r=(e.max.y-h.y)*u,a=(e.min.y-h.y)*u),i>a||r>s||((r>i||isNaN(i))&&(i=r),(a=0?(o=(e.min.z-h.z)*d,l=(e.max.z-h.z)*d):(o=(e.max.z-h.z)*d,l=(e.min.z-h.z)*d),i>l||o>s)||((o>i||i!==i)&&(i=o),(l=0?i:s,t)}intersectsBox(e){return this.intersectBox(e,li)!==null}intersectTriangle(e,t,i,s,r){al.subVectors(t,e),da.subVectors(i,e),ol.crossVectors(al,da);let a=this.direction.dot(ol),o;if(a>0){if(s)return null;o=1}else if(a<0)o=-1,a=-a;else return null;Ci.subVectors(this.origin,e);const l=o*this.direction.dot(da.crossVectors(Ci,da));if(l<0)return null;const c=o*this.direction.dot(al.cross(Ci));if(c<0||l+c>a)return null;const u=-o*Ci.dot(ol);return u<0?null:this.at(u/a,r)}applyMatrix4(e){return this.origin.applyMatrix4(e),this.direction.transformDirection(e),this}equals(e){return e.origin.equals(this.origin)&&e.direction.equals(this.direction)}clone(){return new this.constructor().copy(this)}}class Xn extends sr{constructor(e){super(),this.isMeshBasicMaterial=!0,this.type="MeshBasicMaterial",this.color=new tt(16777215),this.map=null,this.lightMap=null,this.lightMapIntensity=1,this.aoMap=null,this.aoMapIntensity=1,this.specularMap=null,this.alphaMap=null,this.envMap=null,this.envMapRotation=new cs,this.combine=$d,this.reflectivity=1,this.refractionRatio=.98,this.wireframe=!1,this.wireframeLinewidth=1,this.wireframeLinecap="round",this.wireframeLinejoin="round",this.fog=!0,this.setValues(e)}copy(e){return super.copy(e),this.color.copy(e.color),this.map=e.map,this.lightMap=e.lightMap,this.lightMapIntensity=e.lightMapIntensity,this.aoMap=e.aoMap,this.aoMapIntensity=e.aoMapIntensity,this.specularMap=e.specularMap,this.alphaMap=e.alphaMap,this.envMap=e.envMap,this.envMapRotation.copy(e.envMapRotation),this.combine=e.combine,this.reflectivity=e.reflectivity,this.refractionRatio=e.refractionRatio,this.wireframe=e.wireframe,this.wireframeLinewidth=e.wireframeLinewidth,this.wireframeLinecap=e.wireframeLinecap,this.wireframeLinejoin=e.wireframeLinejoin,this.fog=e.fog,this}}const Zu=new Tt,Ji=new tu,fa=new Ro,Ju=new F,pa=new F,ma=new F,ga=new F,ll=new F,_a=new F,ju=new F,xa=new F;class Gt extends sn{constructor(e=new wt,t=new Xn){super(),this.isMesh=!0,this.type="Mesh",this.geometry=e,this.material=t,this.morphTargetDictionary=void 0,this.morphTargetInfluences=void 0,this.count=1,this.updateMorphTargets()}copy(e,t){return super.copy(e,t),e.morphTargetInfluences!==void 0&&(this.morphTargetInfluences=e.morphTargetInfluences.slice()),e.morphTargetDictionary!==void 0&&(this.morphTargetDictionary=Object.assign({},e.morphTargetDictionary)),this.material=Array.isArray(e.material)?e.material.slice():e.material,this.geometry=e.geometry,this}updateMorphTargets(){const t=this.geometry.morphAttributes,i=Object.keys(t);if(i.length>0){const s=t[i[0]];if(s!==void 0){this.morphTargetInfluences=[],this.morphTargetDictionary={};for(let r=0,a=s.length;r(e.far-e.near)**2))&&(Zu.copy(r).invert(),Ji.copy(e.ray).applyMatrix4(Zu),!(i.boundingBox!==null&&Ji.intersectsBox(i.boundingBox)===!1)&&this._computeIntersections(e,t,Ji)))}_computeIntersections(e,t,i){let s;const r=this.geometry,a=this.material,o=r.index,l=r.attributes.position,c=r.attributes.uv,u=r.attributes.uv1,d=r.attributes.normal,h=r.groups,f=r.drawRange;if(o!==null)if(Array.isArray(a))for(let p=0,g=h.length;pt.far?null:{distance:c,point:xa.clone(),object:n}}function ya(n,e,t,i,s,r,a,o,l,c){n.getVertexPosition(o,pa),n.getVertexPosition(l,ma),n.getVertexPosition(c,ga);const u=gm(n,e,t,i,pa,ma,ga,ju);if(u){const d=new F;Sn.getBarycoord(ju,pa,ma,ga,d),s&&(u.uv=Sn.getInterpolatedAttribute(s,o,l,c,d,new we)),r&&(u.uv1=Sn.getInterpolatedAttribute(r,o,l,c,d,new we)),a&&(u.normal=Sn.getInterpolatedAttribute(a,o,l,c,d,new F),u.normal.dot(i.direction)>0&&u.normal.multiplyScalar(-1));const h={a:o,b:l,c,normal:new F,materialIndex:0};Sn.getNormal(pa,ma,ga,h.normal),u.face=h,u.barycoord=d}return u}class yf extends Qt{constructor(e=null,t=1,i=1,s,r,a,o,l,c=kt,u=kt,d,h){super(null,a,o,l,c,u,s,r,d,h),this.isDataTexture=!0,this.image={data:e,width:t,height:i},this.generateMipmaps=!1,this.flipY=!1,this.unpackAlignment=1}}const cl=new F,_m=new F,xm=new $e;class Di{constructor(e=new F(1,0,0),t=0){this.isPlane=!0,this.normal=e,this.constant=t}set(e,t){return this.normal.copy(e),this.constant=t,this}setComponents(e,t,i,s){return this.normal.set(e,t,i),this.constant=s,this}setFromNormalAndCoplanarPoint(e,t){return this.normal.copy(e),this.constant=-t.dot(this.normal),this}setFromCoplanarPoints(e,t,i){const s=cl.subVectors(i,t).cross(_m.subVectors(e,t)).normalize();return this.setFromNormalAndCoplanarPoint(s,e),this}copy(e){return this.normal.copy(e.normal),this.constant=e.constant,this}normalize(){const e=1/this.normal.length();return this.normal.multiplyScalar(e),this.constant*=e,this}negate(){return this.constant*=-1,this.normal.negate(),this}distanceToPoint(e){return this.normal.dot(e)+this.constant}distanceToSphere(e){return this.distanceToPoint(e.center)-e.radius}projectPoint(e,t){return t.copy(e).addScaledVector(this.normal,-this.distanceToPoint(e))}intersectLine(e,t,i=!0){const s=e.delta(cl),r=this.normal.dot(s);if(r===0)return this.distanceToPoint(e.start)===0?t.copy(e.start):null;const a=-(e.start.dot(this.normal)+this.constant)/r;return i===!0&&(a<0||a>1)?null:t.copy(e.start).addScaledVector(s,a)}intersectsLine(e){const t=this.distanceToPoint(e.start),i=this.distanceToPoint(e.end);return t<0&&i>0||i<0&&t>0}intersectsBox(e){return e.intersectsPlane(this)}intersectsSphere(e){return e.intersectsPlane(this)}coplanarPoint(e){return e.copy(this.normal).multiplyScalar(-this.constant)}applyMatrix4(e,t){const i=t||xm.getNormalMatrix(e),s=this.coplanarPoint(cl).applyMatrix4(e),r=this.normal.applyMatrix3(i).normalize();return this.constant=-s.dot(r),this}translate(e){return this.constant-=e.dot(this.normal),this}equals(e){return e.normal.equals(this.normal)&&e.constant===this.constant}clone(){return new this.constructor().copy(this)}}const ji=new Ro,ym=new we(.5,.5),va=new F;class vf{constructor(e=new Di,t=new Di,i=new Di,s=new Di,r=new Di,a=new Di){this.planes=[e,t,i,s,r,a]}set(e,t,i,s,r,a){const o=this.planes;return o[0].copy(e),o[1].copy(t),o[2].copy(i),o[3].copy(s),o[4].copy(r),o[5].copy(a),this}copy(e){const t=this.planes;for(let i=0;i<6;i++)t[i].copy(e.planes[i]);return this}setFromProjectionMatrix(e,t=Zn,i=!1){const s=this.planes,r=e.elements,a=r[0],o=r[1],l=r[2],c=r[3],u=r[4],d=r[5],h=r[6],f=r[7],p=r[8],g=r[9],m=r[10],_=r[11],v=r[12],M=r[13],y=r[14],E=r[15];if(s[0].setComponents(c-a,f-u,_-p,E-v).normalize(),s[1].setComponents(c+a,f+u,_+p,E+v).normalize(),s[2].setComponents(c+o,f+d,_+g,E+M).normalize(),s[3].setComponents(c-o,f-d,_-g,E-M).normalize(),i)s[4].setComponents(l,h,m,y).normalize(),s[5].setComponents(c-l,f-h,_-m,E-y).normalize();else if(s[4].setComponents(c-l,f-h,_-m,E-y).normalize(),t===Zn)s[5].setComponents(c+l,f+h,_+m,E+y).normalize();else if(t===ro)s[5].setComponents(l,h,m,y).normalize();else throw new Error("THREE.Frustum.setFromProjectionMatrix(): Invalid coordinate system: "+t);return this}intersectsObject(e){if(e.boundingSphere!==void 0)e.boundingSphere===null&&e.computeBoundingSphere(),ji.copy(e.boundingSphere).applyMatrix4(e.matrixWorld);else{const t=e.geometry;t.boundingSphere===null&&t.computeBoundingSphere(),ji.copy(t.boundingSphere).applyMatrix4(e.matrixWorld)}return this.intersectsSphere(ji)}intersectsSprite(e){ji.center.set(0,0,0);const t=ym.distanceTo(e.center);return ji.radius=.7071067811865476+t,ji.applyMatrix4(e.matrixWorld),this.intersectsSphere(ji)}intersectsSphere(e){const t=this.planes,i=e.center,s=-e.radius;for(let r=0;r<6;r++)if(t[r].distanceToPoint(i)0?e.max.x:e.min.x,va.y=s.normal.y>0?e.max.y:e.min.y,va.z=s.normal.z>0?e.max.z:e.min.z,s.distanceToPoint(va)<0)return!1}return!0}containsPoint(e){const t=this.planes;for(let i=0;i<6;i++)if(t[i].distanceToPoint(e)<0)return!1;return!0}clone(){return new this.constructor().copy(this)}}class Vs extends sr{constructor(e){super(),this.isLineBasicMaterial=!0,this.type="LineBasicMaterial",this.color=new tt(16777215),this.map=null,this.linewidth=1,this.linecap="round",this.linejoin="round",this.fog=!0,this.setValues(e)}copy(e){return super.copy(e),this.color.copy(e.color),this.map=e.map,this.linewidth=e.linewidth,this.linecap=e.linecap,this.linejoin=e.linejoin,this.fog=e.fog,this}}const co=new F,uo=new F,Qu=new Tt,yr=new tu,Sa=new Ro,ul=new F,eh=new F;let Sf=class extends sn{constructor(e=new wt,t=new Vs){super(),this.isLine=!0,this.type="Line",this.geometry=e,this.material=t,this.morphTargetDictionary=void 0,this.morphTargetInfluences=void 0,this.updateMorphTargets()}copy(e,t){return super.copy(e,t),this.material=Array.isArray(e.material)?e.material.slice():e.material,this.geometry=e.geometry,this}computeLineDistances(){const e=this.geometry;if(e.index===null){const t=e.attributes.position,i=[0];for(let s=1,r=t.count;s0){const s=t[i[0]];if(s!==void 0){this.morphTargetInfluences=[],this.morphTargetDictionary={};for(let r=0,a=s.length;ri)return;ul.applyMatrix4(n.matrixWorld);const c=e.ray.origin.distanceTo(ul);if(!(ce.far))return{distance:c,point:eh.clone().applyMatrix4(n.matrixWorld),index:a,face:null,faceIndex:null,barycoord:null,object:n}}const th=new F,nh=new F;class Ma extends Sf{constructor(e,t){super(e,t),this.isLineSegments=!0,this.type="LineSegments"}computeLineDistances(){const e=this.geometry;if(e.index===null){const t=e.attributes.position,i=[];for(let s=0,r=t.count;s0?1:-1,u.push(H.x,H.y,H.z),d.push(fe/A),d.push(1-ee/x),V+=1}}for(let ee=0;ee0)l=s-1;else{l=s;break}if(s=l,i[s]===a)return s/(r-1);const u=i[s],h=i[s+1]-u,f=(a-u)/h;return(s+f)/(r-1)}getTangent(e,t){let s=e-1e-4,r=e+1e-4;s<0&&(s=0),r>1&&(r=1);const a=this.getPoint(s),o=this.getPoint(r),l=t||(a.isVector2?new we:new F);return l.copy(o).sub(a).normalize(),l}getTangentAt(e,t){const i=this.getUtoTmapping(e);return this.getTangent(i,t)}computeFrenetFrames(e,t=!1){const i=new F,s=[],r=[],a=[],o=new F,l=new Tt;for(let f=0;f<=e;f++){const p=f/e;s[f]=this.getTangentAt(p,new F)}r[0]=new F,a[0]=new F;let c=Number.MAX_VALUE;const u=Math.abs(s[0].x),d=Math.abs(s[0].y),h=Math.abs(s[0].z);u<=c&&(c=u,i.set(1,0,0)),d<=c&&(c=d,i.set(0,1,0)),h<=c&&i.set(0,0,1),o.crossVectors(s[0],i).normalize(),r[0].crossVectors(s[0],o),a[0].crossVectors(s[0],r[0]);for(let f=1;f<=e;f++){if(r[f]=r[f-1].clone(),a[f]=a[f-1].clone(),o.crossVectors(s[f-1],s[f]),o.length()>Number.EPSILON){o.normalize();const p=Math.acos(et(s[f-1].dot(s[f]),-1,1));r[f].applyMatrix4(l.makeRotationAxis(o,p))}a[f].crossVectors(s[f],r[f])}if(t===!0){let f=Math.acos(et(r[0].dot(r[e]),-1,1));f/=e,s[0].dot(o.crossVectors(r[0],r[e]))>0&&(f=-f);for(let p=1;p<=e;p++)r[p].applyMatrix4(l.makeRotationAxis(s[p],f*p)),a[p].crossVectors(s[p],r[p])}return{tangents:s,normals:r,binormals:a}}clone(){return new this.constructor().copy(this)}copy(e){return this.arcLengthDivisions=e.arcLengthDivisions,this}toJSON(){const e={metadata:{version:4.7,type:"Curve",generator:"Curve.toJSON"}};return e.arcLengthDivisions=this.arcLengthDivisions,e.type=this.type,e}fromJSON(e){return this.arcLengthDivisions=e.arcLengthDivisions,this}}class nu extends ni{constructor(e=0,t=0,i=1,s=1,r=0,a=Math.PI*2,o=!1,l=0){super(),this.isEllipseCurve=!0,this.type="EllipseCurve",this.aX=e,this.aY=t,this.xRadius=i,this.yRadius=s,this.aStartAngle=r,this.aEndAngle=a,this.aClockwise=o,this.aRotation=l}getPoint(e,t=new we){const i=t,s=Math.PI*2;let r=this.aEndAngle-this.aStartAngle;const a=Math.abs(r)s;)r-=s;r0?0:(Math.floor(Math.abs(o)/r)+1)*r:l===0&&o===r-1&&(o=r-2,l=1);let c,u;this.closed||o>0?c=s[(o-1)%r]:(sh.subVectors(s[0],s[1]).add(s[0]),c=sh);const d=s[o%r],h=s[(o+1)%r];if(this.closed||o+2s.length-2?s.length-1:a+1],d=s[a>s.length-3?s.length-1:a+2];return i.set(rh(o,l.x,c.x,u.x,d.x),rh(o,l.y,c.y,u.y,d.y)),i}copy(e){super.copy(e),this.points=[];for(let t=0,i=e.points.length;t=i){const a=s[r]-i,o=this.curves[r],l=o.getLength(),c=l===0?0:1-a/l;return o.getPointAt(c,t)}r++}return null}getLength(){const e=this.getCurveLengths();return e[e.length-1]}updateArcLengths(){this.needsUpdate=!0,this.cacheLengths=null,this.getCurveLengths()}getCurveLengths(){if(this.cacheLengths&&this.cacheLengths.length===this.curves.length)return this.cacheLengths;const e=[];let t=0;for(let i=0,s=this.curves.length;i1&&!t[t.length-1].equals(t[0])&&t.push(t[0]),t}copy(e){super.copy(e),this.curves=[];for(let t=0,i=e.curves.length;t0){const d=c.getPoint(0);d.equals(this.currentPoint)||this.lineTo(d.x,d.y)}this.curves.push(c);const u=c.getPoint(1);return this.currentPoint.copy(u),this}copy(e){return super.copy(e),this.currentPoint.copy(e.currentPoint),this}toJSON(){const e=super.toJSON();return e.currentPoint=this.currentPoint.toArray(),e}fromJSON(e){return super.fromJSON(e),this.currentPoint.fromArray(e.currentPoint),this}};class wf extends oh{constructor(e){super(e),this.uuid=pi(),this.type="Shape",this.holes=[]}getPointsHoles(e){const t=[];for(let i=0,s=this.holes.length;i80*t){o=n[0],l=n[1];let u=o,d=l;for(let h=t;hu&&(u=f),p>d&&(d=p)}c=Math.max(u-o,d-l),c=c!==0?32767/c:0}return Nr(r,a,t,o,l,c,0),a}function Rf(n,e,t,i,s){let r;if(s===Zm(n,e,t,i)>0)for(let a=e;a=e;a-=i)r=lh(a/i|0,n[a],n[a+1],r);return r&&Js(r,r.next)&&(Fr(r),r=r.next),r}function us(n,e){if(!n)return n;e||(e=n);let t=n,i;do if(i=!1,!t.steiner&&(Js(t,t.next)||Et(t.prev,t,t.next)===0)){if(Fr(t),t=e=t.prev,t===t.next)break;i=!0}else t=t.next;while(i||t!==e);return e}function Nr(n,e,t,i,s,r,a){if(!n)return;!a&&r&&Wm(n,i,s,r);let o=n;for(;n.prev!==n.next;){const l=n.prev,c=n.next;if(r?Nm(n,i,s,r):Um(n)){e.push(l.i,n.i,c.i),Fr(n),n=c.next,o=c.next;continue}if(n=c,n===o){a?a===1?(n=km(us(n),e),Nr(n,e,t,i,s,r,2)):a===2&&Fm(n,e,t,i,s,r):Nr(us(n),e,t,i,s,r,1);break}}}function Um(n){const e=n.prev,t=n,i=n.next;if(Et(e,t,i)>=0)return!1;const s=e.x,r=t.x,a=i.x,o=e.y,l=t.y,c=i.y,u=Math.min(s,r,a),d=Math.min(o,l,c),h=Math.max(s,r,a),f=Math.max(o,l,c);let p=i.next;for(;p!==e;){if(p.x>=u&&p.x<=h&&p.y>=d&&p.y<=f&&Cr(s,o,r,l,a,c,p.x,p.y)&&Et(p.prev,p,p.next)>=0)return!1;p=p.next}return!0}function Nm(n,e,t,i){const s=n.prev,r=n,a=n.next;if(Et(s,r,a)>=0)return!1;const o=s.x,l=r.x,c=a.x,u=s.y,d=r.y,h=a.y,f=Math.min(o,l,c),p=Math.min(u,d,h),g=Math.max(o,l,c),m=Math.max(u,d,h),_=wc(f,p,e,t,i),v=wc(g,m,e,t,i);let M=n.prevZ,y=n.nextZ;for(;M&&M.z>=_&&y&&y.z<=v;){if(M.x>=f&&M.x<=g&&M.y>=p&&M.y<=m&&M!==s&&M!==a&&Cr(o,u,l,d,c,h,M.x,M.y)&&Et(M.prev,M,M.next)>=0||(M=M.prevZ,y.x>=f&&y.x<=g&&y.y>=p&&y.y<=m&&y!==s&&y!==a&&Cr(o,u,l,d,c,h,y.x,y.y)&&Et(y.prev,y,y.next)>=0))return!1;y=y.nextZ}for(;M&&M.z>=_;){if(M.x>=f&&M.x<=g&&M.y>=p&&M.y<=m&&M!==s&&M!==a&&Cr(o,u,l,d,c,h,M.x,M.y)&&Et(M.prev,M,M.next)>=0)return!1;M=M.prevZ}for(;y&&y.z<=v;){if(y.x>=f&&y.x<=g&&y.y>=p&&y.y<=m&&y!==s&&y!==a&&Cr(o,u,l,d,c,h,y.x,y.y)&&Et(y.prev,y,y.next)>=0)return!1;y=y.nextZ}return!0}function km(n,e){let t=n;do{const i=t.prev,s=t.next.next;!Js(i,s)&&Df(i,t,t.next,s)&&kr(i,s)&&kr(s,i)&&(e.push(i.i,t.i,s.i),Fr(t),Fr(t.next),t=n=s),t=t.next}while(t!==n);return us(t)}function Fm(n,e,t,i,s,r){let a=n;do{let o=a.next.next;for(;o!==a.prev;){if(a.i!==o.i&&Km(a,o)){let l=If(a,o);a=us(a,a.next),l=us(l,l.next),Nr(a,e,t,i,s,r,0),Nr(l,e,t,i,s,r,0);return}o=o.next}a=a.next}while(a!==n)}function Bm(n,e,t,i){const s=[];for(let r=0,a=e.length;r=t.next.y&&t.next.y!==t.y){const d=t.x+(s-t.y)*(t.next.x-t.x)/(t.next.y-t.y);if(d<=i&&d>r&&(r=d,a=t.x=t.x&&t.x>=l&&i!==t.x&&Lf(sa.x||t.x===a.x&&Gm(a,t)))&&(a=t,u=d)}t=t.next}while(t!==o);return a}function Gm(n,e){return Et(n.prev,n,e.prev)<0&&Et(e.next,n,n.next)<0}function Wm(n,e,t,i){let s=n;do s.z===0&&(s.z=wc(s.x,s.y,e,t,i)),s.prevZ=s.prev,s.nextZ=s.next,s=s.next;while(s!==n);s.prevZ.nextZ=null,s.prevZ=null,Xm(s)}function Xm(n){let e,t=1;do{let i=n,s;n=null;let r=null;for(e=0;i;){e++;let a=i,o=0;for(let c=0;c0||l>0&&a;)o!==0&&(l===0||!a||i.z<=a.z)?(s=i,i=i.nextZ,o--):(s=a,a=a.nextZ,l--),r?r.nextZ=s:n=s,s.prevZ=r,r=s;i=a}r.nextZ=null,t*=2}while(e>1);return n}function wc(n,e,t,i,s){return n=(n-t)*s|0,e=(e-i)*s|0,n=(n|n<<8)&16711935,n=(n|n<<4)&252645135,n=(n|n<<2)&858993459,n=(n|n<<1)&1431655765,e=(e|e<<8)&16711935,e=(e|e<<4)&252645135,e=(e|e<<2)&858993459,e=(e|e<<1)&1431655765,n|e<<1}function Ym(n){let e=n,t=n;do(e.x=(n-a)*(r-o)&&(n-a)*(i-o)>=(t-a)*(e-o)&&(t-a)*(r-o)>=(s-a)*(i-o)}function Cr(n,e,t,i,s,r,a,o){return!(n===a&&e===o)&&Lf(n,e,t,i,s,r,a,o)}function Km(n,e){return n.next.i!==e.i&&n.prev.i!==e.i&&!qm(n,e)&&(kr(n,e)&&kr(e,n)&&$m(n,e)&&(Et(n.prev,n,e.prev)||Et(n,e.prev,e))||Js(n,e)&&Et(n.prev,n,n.next)>0&&Et(e.prev,e,e.next)>0)}function Et(n,e,t){return(e.y-n.y)*(t.x-e.x)-(e.x-n.x)*(t.y-e.y)}function Js(n,e){return n.x===e.x&&n.y===e.y}function Df(n,e,t,i){const s=Ta(Et(n,e,t)),r=Ta(Et(n,e,i)),a=Ta(Et(t,i,n)),o=Ta(Et(t,i,e));return!!(s!==r&&a!==o||s===0&&Ea(n,t,e)||r===0&&Ea(n,i,e)||a===0&&Ea(t,n,i)||o===0&&Ea(t,e,i))}function Ea(n,e,t){return e.x<=Math.max(n.x,t.x)&&e.x>=Math.min(n.x,t.x)&&e.y<=Math.max(n.y,t.y)&&e.y>=Math.min(n.y,t.y)}function Ta(n){return n>0?1:n<0?-1:0}function qm(n,e){let t=n;do{if(t.i!==n.i&&t.next.i!==n.i&&t.i!==e.i&&t.next.i!==e.i&&Df(t,t.next,n,e))return!0;t=t.next}while(t!==n);return!1}function kr(n,e){return Et(n.prev,n,n.next)<0?Et(n,e,n.next)>=0&&Et(n,n.prev,e)>=0:Et(n,e,n.prev)<0||Et(n,n.next,e)<0}function $m(n,e){let t=n,i=!1;const s=(n.x+e.x)/2,r=(n.y+e.y)/2;do t.y>r!=t.next.y>r&&t.next.y!==t.y&&s<(t.next.x-t.x)*(r-t.y)/(t.next.y-t.y)+t.x&&(i=!i),t=t.next;while(t!==n);return i}function If(n,e){const t=Rc(n.i,n.x,n.y),i=Rc(e.i,e.x,e.y),s=n.next,r=e.prev;return n.next=e,e.prev=n,t.next=s,s.prev=t,i.next=t,t.prev=i,r.next=i,i.prev=r,i}function lh(n,e,t,i){const s=Rc(n,e,t);return i?(s.next=i.next,s.prev=i,i.next.prev=s,i.next=s):(s.prev=s,s.next=s),s}function Fr(n){n.next.prev=n.prev,n.prev.next=n.next,n.prevZ&&(n.prevZ.nextZ=n.nextZ),n.nextZ&&(n.nextZ.prevZ=n.prevZ)}function Rc(n,e,t){return{i:n,x:e,y:t,prev:null,next:null,z:0,prevZ:null,nextZ:null,steiner:!1}}function Zm(n,e,t,i){let s=0;for(let r=e,a=t-i;r2&&n[e-1].equals(n[0])&&n.pop()}function uh(n,e){for(let t=0;t0&&(t.defines=this.defines),t.vertexShader=this.vertexShader,t.fragmentShader=this.fragmentShader,t.lights=this.lights,t.clipping=this.clipping;const i={};for(const s in this.extensions)this.extensions[s]===!0&&(i[s]=!0);return Object.keys(i).length>0&&(t.extensions=i),t}fromJSON(e,t){if(super.fromJSON(e,t),e.uniforms!==void 0)for(const i in e.uniforms){const s=e.uniforms[i];switch(this.uniforms[i]={},s.type){case"t":this.uniforms[i].value=t[s.value]||null;break;case"c":this.uniforms[i].value=new tt().setHex(s.value);break;case"v2":this.uniforms[i].value=new we().fromArray(s.value);break;case"v3":this.uniforms[i].value=new F().fromArray(s.value);break;case"v4":this.uniforms[i].value=new Rt().fromArray(s.value);break;case"m3":this.uniforms[i].value=new $e().fromArray(s.value);break;case"m4":this.uniforms[i].value=new Tt().fromArray(s.value);break;default:this.uniforms[i].value=s.value}}if(e.defines!==void 0&&(this.defines=e.defines),e.vertexShader!==void 0&&(this.vertexShader=e.vertexShader),e.fragmentShader!==void 0&&(this.fragmentShader=e.fragmentShader),e.glslVersion!==void 0&&(this.glslVersion=e.glslVersion),e.extensions!==void 0)for(const i in e.extensions)this.extensions[i]=e.extensions[i];return e.lights!==void 0&&(this.lights=e.lights),e.clipping!==void 0&&(this.clipping=e.clipping),this}}class ig extends Pn{constructor(e){super(e),this.isRawShaderMaterial=!0,this.type="RawShaderMaterial"}}class sg extends sr{constructor(e){super(),this.isMeshDepthMaterial=!0,this.type="MeshDepthMaterial",this.depthPacking=N0,this.map=null,this.alphaMap=null,this.displacementMap=null,this.displacementScale=1,this.displacementBias=0,this.wireframe=!1,this.wireframeLinewidth=1,this.setValues(e)}copy(e){return super.copy(e),this.depthPacking=e.depthPacking,this.map=e.map,this.alphaMap=e.alphaMap,this.displacementMap=e.displacementMap,this.displacementScale=e.displacementScale,this.displacementBias=e.displacementBias,this.wireframe=e.wireframe,this.wireframeLinewidth=e.wireframeLinewidth,this}}class rg extends sr{constructor(e){super(),this.isMeshDistanceMaterial=!0,this.type="MeshDistanceMaterial",this.map=null,this.alphaMap=null,this.displacementMap=null,this.displacementScale=1,this.displacementBias=0,this.setValues(e)}copy(e){return super.copy(e),this.map=e.map,this.alphaMap=e.alphaMap,this.displacementMap=e.displacementMap,this.displacementScale=e.displacementScale,this.displacementBias=e.displacementBias,this}}class ag extends Vs{constructor(e){super(),this.isLineDashedMaterial=!0,this.type="LineDashedMaterial",this.scale=1,this.dashSize=3,this.gapSize=1,this.setValues(e)}copy(e){return super.copy(e),this.scale=e.scale,this.dashSize=e.dashSize,this.gapSize=e.gapSize,this}}const Ca=new F,wa=new Hi,Hn=new F;class Of extends sn{constructor(){super(),this.isCamera=!0,this.type="Camera",this.matrixWorldInverse=new Tt,this.projectionMatrix=new Tt,this.projectionMatrixInverse=new Tt,this.coordinateSystem=Zn,this._reversedDepth=!1}get reversedDepth(){return this._reversedDepth}copy(e,t){return super.copy(e,t),this.matrixWorldInverse.copy(e.matrixWorldInverse),this.projectionMatrix.copy(e.projectionMatrix),this.projectionMatrixInverse.copy(e.projectionMatrixInverse),this.coordinateSystem=e.coordinateSystem,this}getWorldDirection(e){return super.getWorldDirection(e).negate()}updateMatrixWorld(e){super.updateMatrixWorld(e),this.matrixWorld.decompose(Ca,wa,Hn),Hn.x===1&&Hn.y===1&&Hn.z===1?this.matrixWorldInverse.copy(this.matrixWorld).invert():this.matrixWorldInverse.compose(Ca,wa,Hn.set(1,1,1)).invert()}updateWorldMatrix(e,t,i=!1){super.updateWorldMatrix(e,t,i),this.matrixWorld.decompose(Ca,wa,Hn),Hn.x===1&&Hn.y===1&&Hn.z===1?this.matrixWorldInverse.copy(this.matrixWorld).invert():this.matrixWorldInverse.compose(Ca,wa,Hn.set(1,1,1)).invert()}clone(){return new this.constructor().copy(this)}}const wi=new F,dh=new we,fh=new we;class Dn extends Of{constructor(e=50,t=1,i=.1,s=2e3){super(),this.isPerspectiveCamera=!0,this.type="PerspectiveCamera",this.fov=e,this.zoom=1,this.near=i,this.far=s,this.focus=10,this.aspect=t,this.view=null,this.filmGauge=35,this.filmOffset=0,this.updateProjectionMatrix()}copy(e,t){return super.copy(e,t),this.fov=e.fov,this.zoom=e.zoom,this.near=e.near,this.far=e.far,this.focus=e.focus,this.aspect=e.aspect,this.view=e.view===null?null:Object.assign({},e.view),this.filmGauge=e.filmGauge,this.filmOffset=e.filmOffset,this}setFocalLength(e){const t=.5*this.getFilmHeight()/e;this.fov=Tc*2*Math.atan(t),this.updateProjectionMatrix()}getFocalLength(){const e=Math.tan($a*.5*this.fov);return .5*this.getFilmHeight()/e}getEffectiveFOV(){return Tc*2*Math.atan(Math.tan($a*.5*this.fov)/this.zoom)}getFilmWidth(){return this.filmGauge*Math.min(this.aspect,1)}getFilmHeight(){return this.filmGauge/Math.max(this.aspect,1)}getViewBounds(e,t,i){wi.set(-1,-1,.5).applyMatrix4(this.projectionMatrixInverse),t.set(wi.x,wi.y).multiplyScalar(-e/wi.z),wi.set(1,1,.5).applyMatrix4(this.projectionMatrixInverse),i.set(wi.x,wi.y).multiplyScalar(-e/wi.z)}getViewSize(e,t){return this.getViewBounds(e,dh,fh),t.subVectors(fh,dh)}setViewOffset(e,t,i,s,r,a){this.aspect=e/t,this.view===null&&(this.view={enabled:!0,fullWidth:1,fullHeight:1,offsetX:0,offsetY:0,width:1,height:1}),this.view.enabled=!0,this.view.fullWidth=e,this.view.fullHeight=t,this.view.offsetX=i,this.view.offsetY=s,this.view.width=r,this.view.height=a,this.updateProjectionMatrix()}clearViewOffset(){this.view!==null&&(this.view.enabled=!1),this.updateProjectionMatrix()}updateProjectionMatrix(){const e=this.near;let t=e*Math.tan($a*.5*this.fov)/this.zoom,i=2*t,s=this.aspect*i,r=-.5*s;const a=this.view;if(this.view!==null&&this.view.enabled){const l=a.fullWidth,c=a.fullHeight;r+=a.offsetX*s/l,t-=a.offsetY*i/c,s*=a.width/l,i*=a.height/c}const o=this.filmOffset;o!==0&&(r+=e*o/this.getFilmWidth()),this.projectionMatrix.makePerspective(r,r+s,t,t-i,e,this.far,this.coordinateSystem,this.reversedDepth),this.projectionMatrixInverse.copy(this.projectionMatrix).invert()}toJSON(e){const t=super.toJSON(e);return t.object.fov=this.fov,t.object.zoom=this.zoom,t.object.near=this.near,t.object.far=this.far,t.object.focus=this.focus,t.object.aspect=this.aspect,this.view!==null&&(t.object.view=Object.assign({},this.view)),t.object.filmGauge=this.filmGauge,t.object.filmOffset=this.filmOffset,t}}class ru extends Of{constructor(e=-1,t=1,i=1,s=-1,r=.1,a=2e3){super(),this.isOrthographicCamera=!0,this.type="OrthographicCamera",this.zoom=1,this.view=null,this.left=e,this.right=t,this.top=i,this.bottom=s,this.near=r,this.far=a,this.updateProjectionMatrix()}copy(e,t){return super.copy(e,t),this.left=e.left,this.right=e.right,this.top=e.top,this.bottom=e.bottom,this.near=e.near,this.far=e.far,this.zoom=e.zoom,this.view=e.view===null?null:Object.assign({},e.view),this}setViewOffset(e,t,i,s,r,a){this.view===null&&(this.view={enabled:!0,fullWidth:1,fullHeight:1,offsetX:0,offsetY:0,width:1,height:1}),this.view.enabled=!0,this.view.fullWidth=e,this.view.fullHeight=t,this.view.offsetX=i,this.view.offsetY=s,this.view.width=r,this.view.height=a,this.updateProjectionMatrix()}clearViewOffset(){this.view!==null&&(this.view.enabled=!1),this.updateProjectionMatrix()}updateProjectionMatrix(){const e=(this.right-this.left)/(2*this.zoom),t=(this.top-this.bottom)/(2*this.zoom),i=(this.right+this.left)/2,s=(this.top+this.bottom)/2;let r=i-e,a=i+e,o=s+t,l=s-t;if(this.view!==null&&this.view.enabled){const c=(this.right-this.left)/this.view.fullWidth/this.zoom,u=(this.top-this.bottom)/this.view.fullHeight/this.zoom;r+=c*this.view.offsetX,a=r+c*this.view.width,o-=u*this.view.offsetY,l=o-u*this.view.height}this.projectionMatrix.makeOrthographic(r,a,o,l,this.near,this.far,this.coordinateSystem,this.reversedDepth),this.projectionMatrixInverse.copy(this.projectionMatrix).invert()}toJSON(e){const t=super.toJSON(e);return t.object.zoom=this.zoom,t.object.left=this.left,t.object.right=this.right,t.object.top=this.top,t.object.bottom=this.bottom,t.object.near=this.near,t.object.far=this.far,this.view!==null&&(t.object.view=Object.assign({},this.view)),t}}const Os=-90,Us=1;class og extends sn{constructor(e,t,i){super(),this.type="CubeCamera",this.renderTarget=i,this.coordinateSystem=null,this.activeMipmapLevel=0;const s=new Dn(Os,Us,e,t);s.layers=this.layers,this.add(s);const r=new Dn(Os,Us,e,t);r.layers=this.layers,this.add(r);const a=new Dn(Os,Us,e,t);a.layers=this.layers,this.add(a);const o=new Dn(Os,Us,e,t);o.layers=this.layers,this.add(o);const l=new Dn(Os,Us,e,t);l.layers=this.layers,this.add(l);const c=new Dn(Os,Us,e,t);c.layers=this.layers,this.add(c)}updateCoordinateSystem(){const e=this.coordinateSystem,t=this.children.concat(),[i,s,r,a,o,l]=t;for(const c of t)this.remove(c);if(e===Zn)i.up.set(0,1,0),i.lookAt(1,0,0),s.up.set(0,1,0),s.lookAt(-1,0,0),r.up.set(0,0,-1),r.lookAt(0,1,0),a.up.set(0,0,1),a.lookAt(0,-1,0),o.up.set(0,1,0),o.lookAt(0,0,1),l.up.set(0,1,0),l.lookAt(0,0,-1);else if(e===ro)i.up.set(0,-1,0),i.lookAt(-1,0,0),s.up.set(0,-1,0),s.lookAt(1,0,0),r.up.set(0,0,1),r.lookAt(0,1,0),a.up.set(0,0,-1),a.lookAt(0,-1,0),o.up.set(0,-1,0),o.lookAt(0,0,1),l.up.set(0,-1,0),l.lookAt(0,0,-1);else throw new Error("THREE.CubeCamera.updateCoordinateSystem(): Invalid coordinate system: "+e);for(const c of t)this.add(c),c.updateMatrixWorld()}update(e,t){this.parent===null&&this.updateMatrixWorld();const{renderTarget:i,activeMipmapLevel:s}=this;this.coordinateSystem!==e.coordinateSystem&&(this.coordinateSystem=e.coordinateSystem,this.updateCoordinateSystem());const[r,a,o,l,c,u]=this.children,d=e.getRenderTarget(),h=e.getActiveCubeFace(),f=e.getActiveMipmapLevel(),p=e.xr.enabled;e.xr.enabled=!1;const g=i.texture.generateMipmaps;i.texture.generateMipmaps=!1;let m=!1;e.isWebGLRenderer===!0?m=e.state.buffers.depth.getReversed():m=e.reversedDepthBuffer,e.setRenderTarget(i,0,s),m&&e.autoClear===!1&&e.clearDepth(),e.render(t,r),e.setRenderTarget(i,1,s),m&&e.autoClear===!1&&e.clearDepth(),e.render(t,a),e.setRenderTarget(i,2,s),m&&e.autoClear===!1&&e.clearDepth(),e.render(t,o),e.setRenderTarget(i,3,s),m&&e.autoClear===!1&&e.clearDepth(),e.render(t,l),e.setRenderTarget(i,4,s),m&&e.autoClear===!1&&e.clearDepth(),e.render(t,c),i.texture.generateMipmaps=g,e.setRenderTarget(i,5,s),m&&e.autoClear===!1&&e.clearDepth(),e.render(t,u),e.setRenderTarget(d,h,f),e.xr.enabled=p,i.texture.needsPMREMUpdate=!0}}class lg extends Dn{constructor(e=[]){super(),this.isArrayCamera=!0,this.isMultiViewCamera=!1,this.cameras=e}}class ph{constructor(e=1,t=0,i=0){this.radius=e,this.phi=t,this.theta=i}set(e,t,i){return this.radius=e,this.phi=t,this.theta=i,this}copy(e){return this.radius=e.radius,this.phi=e.phi,this.theta=e.theta,this}makeSafe(){return this.phi=et(this.phi,1e-6,Math.PI-1e-6),this}setFromVector3(e){return this.setFromCartesianCoords(e.x,e.y,e.z)}setFromCartesianCoords(e,t,i){return this.radius=Math.sqrt(e*e+t*t+i*i),this.radius===0?(this.theta=0,this.phi=0):(this.theta=Math.atan2(e,i),this.phi=Math.acos(et(t/this.radius,-1,1))),this}clone(){return new this.constructor().copy(this)}}const Cu=class Cu{constructor(e,t,i,s){this.elements=[1,0,0,1],e!==void 0&&this.set(e,t,i,s)}identity(){return this.set(1,0,0,1),this}fromArray(e,t=0){for(let i=0;i<4;i++)this.elements[i]=e[i+t];return this}set(e,t,i,s){const r=this.elements;return r[0]=e,r[2]=t,r[1]=i,r[3]=s,this}};Cu.prototype.isMatrix2=!0;let mh=Cu;class cg extends Gi{constructor(e,t=null){super(),this.object=e,this.domElement=t,this.enabled=!0,this.state=-1,this.keys={},this.mouseButtons={LEFT:null,MIDDLE:null,RIGHT:null},this.touches={ONE:null,TWO:null}}connect(e){if(e===void 0){Ye("Controls: connect() now requires an element.");return}this.domElement!==null&&this.disconnect(),this.domElement=e}disconnect(){}dispose(){}update(){}}function gh(n,e,t,i){const s=ug(i);switch(t){case cf:return n*e;case hf:return n*e/s.components*s.byteLength;case $c:return n*e/s.components*s.byteLength;case ls:return n*e*2/s.components*s.byteLength;case Zc:return n*e*2/s.components*s.byteLength;case uf:return n*e*3/s.components*s.byteLength;case bn:return n*e*4/s.components*s.byteLength;case Jc:return n*e*4/s.components*s.byteLength;case Xa:case Ya:return Math.floor((n+3)/4)*Math.floor((e+3)/4)*8;case Ka:case qa:return Math.floor((n+3)/4)*Math.floor((e+3)/4)*16;case $l:case Jl:return Math.max(n,16)*Math.max(e,8)/4;case ql:case Zl:return Math.max(n,8)*Math.max(e,8)/2;case jl:case Ql:case tc:case nc:return Math.floor((n+3)/4)*Math.floor((e+3)/4)*8;case ec:case to:case ic:return Math.floor((n+3)/4)*Math.floor((e+3)/4)*16;case sc:return Math.floor((n+3)/4)*Math.floor((e+3)/4)*16;case rc:return Math.floor((n+4)/5)*Math.floor((e+3)/4)*16;case ac:return Math.floor((n+4)/5)*Math.floor((e+4)/5)*16;case oc:return Math.floor((n+5)/6)*Math.floor((e+4)/5)*16;case lc:return Math.floor((n+5)/6)*Math.floor((e+5)/6)*16;case cc:return Math.floor((n+7)/8)*Math.floor((e+4)/5)*16;case uc:return Math.floor((n+7)/8)*Math.floor((e+5)/6)*16;case hc:return Math.floor((n+7)/8)*Math.floor((e+7)/8)*16;case dc:return Math.floor((n+9)/10)*Math.floor((e+4)/5)*16;case fc:return Math.floor((n+9)/10)*Math.floor((e+5)/6)*16;case pc:return Math.floor((n+9)/10)*Math.floor((e+7)/8)*16;case mc:return Math.floor((n+9)/10)*Math.floor((e+9)/10)*16;case gc:return Math.floor((n+11)/12)*Math.floor((e+9)/10)*16;case _c:return Math.floor((n+11)/12)*Math.floor((e+11)/12)*16;case xc:case yc:case vc:return Math.ceil(n/4)*Math.ceil(e/4)*16;case Sc:case bc:return Math.ceil(n/4)*Math.ceil(e/4)*8;case no:case Mc:return Math.ceil(n/4)*Math.ceil(e/4)*16}throw new Error(`Unable to determine texture byte length for ${t} format.`)}function ug(n){switch(n){case vn:case rf:return{byteLength:1,components:1};case Or:case af:case _i:return{byteLength:2,components:1};case Kc:case qc:return{byteLength:2,components:4};case ti:case Yc:case In:return{byteLength:4,components:1};case of:case lf:return{byteLength:4,components:3}}throw new Error(`THREE.TextureUtils: Unknown texture type ${n}.`)}typeof __THREE_DEVTOOLS__<"u"&&__THREE_DEVTOOLS__.dispatchEvent(new CustomEvent("register",{detail:{revision:Xc}}));typeof window<"u"&&(window.__THREE__?Ye("WARNING: Multiple instances of Three.js being imported."):window.__THREE__=Xc);/** + * @license + * Copyright 2010-2026 Three.js Authors + * SPDX-License-Identifier: MIT + */function Uf(){let n=null,e=!1,t=null,i=null;function s(r,a){t(r,a),i=n.requestAnimationFrame(s)}return{start:function(){e!==!0&&t!==null&&n!==null&&(i=n.requestAnimationFrame(s),e=!0)},stop:function(){n!==null&&n.cancelAnimationFrame(i),e=!1},setAnimationLoop:function(r){t=r},setContext:function(r){n=r}}}function hg(n){const e=new WeakMap;function t(o,l){const c=o.array,u=o.usage,d=c.byteLength,h=n.createBuffer();n.bindBuffer(l,h),n.bufferData(l,c,u),o.onUploadCallback();let f;if(c instanceof Float32Array)f=n.FLOAT;else if(typeof Float16Array<"u"&&c instanceof Float16Array)f=n.HALF_FLOAT;else if(c instanceof Uint16Array)o.isFloat16BufferAttribute?f=n.HALF_FLOAT:f=n.UNSIGNED_SHORT;else if(c instanceof Int16Array)f=n.SHORT;else if(c instanceof Uint32Array)f=n.UNSIGNED_INT;else if(c instanceof Int32Array)f=n.INT;else if(c instanceof Int8Array)f=n.BYTE;else if(c instanceof Uint8Array)f=n.UNSIGNED_BYTE;else if(c instanceof Uint8ClampedArray)f=n.UNSIGNED_BYTE;else throw new Error("THREE.WebGLAttributes: Unsupported buffer data format: "+c);return{buffer:h,type:f,bytesPerElement:c.BYTES_PER_ELEMENT,version:o.version,size:d}}function i(o,l,c){const u=l.array,d=l.updateRanges;if(n.bindBuffer(c,o),d.length===0)n.bufferSubData(c,0,u);else{d.sort((f,p)=>f.start-p.start);let h=0;for(let f=1;f 0 + vec4 plane; + #ifdef ALPHA_TO_COVERAGE + float distanceToPlane, distanceGradient; + float clipOpacity = 1.0; + #pragma unroll_loop_start + for ( int i = 0; i < UNION_CLIPPING_PLANES; i ++ ) { + plane = clippingPlanes[ i ]; + distanceToPlane = - dot( vClipPosition, plane.xyz ) + plane.w; + distanceGradient = fwidth( distanceToPlane ) / 2.0; + clipOpacity *= smoothstep( - distanceGradient, distanceGradient, distanceToPlane ); + if ( clipOpacity == 0.0 ) discard; + } + #pragma unroll_loop_end + #if UNION_CLIPPING_PLANES < NUM_CLIPPING_PLANES + float unionClipOpacity = 1.0; + #pragma unroll_loop_start + for ( int i = UNION_CLIPPING_PLANES; i < NUM_CLIPPING_PLANES; i ++ ) { + plane = clippingPlanes[ i ]; + distanceToPlane = - dot( vClipPosition, plane.xyz ) + plane.w; + distanceGradient = fwidth( distanceToPlane ) / 2.0; + unionClipOpacity *= 1.0 - smoothstep( - distanceGradient, distanceGradient, distanceToPlane ); + } + #pragma unroll_loop_end + clipOpacity *= 1.0 - unionClipOpacity; + #endif + diffuseColor.a *= clipOpacity; + if ( diffuseColor.a == 0.0 ) discard; + #else + #pragma unroll_loop_start + for ( int i = 0; i < UNION_CLIPPING_PLANES; i ++ ) { + plane = clippingPlanes[ i ]; + if ( dot( vClipPosition, plane.xyz ) > plane.w ) discard; + } + #pragma unroll_loop_end + #if UNION_CLIPPING_PLANES < NUM_CLIPPING_PLANES + bool clipped = true; + #pragma unroll_loop_start + for ( int i = UNION_CLIPPING_PLANES; i < NUM_CLIPPING_PLANES; i ++ ) { + plane = clippingPlanes[ i ]; + clipped = ( dot( vClipPosition, plane.xyz ) > plane.w ) && clipped; + } + #pragma unroll_loop_end + if ( clipped ) discard; + #endif + #endif +#endif`,wg=`#if NUM_CLIPPING_PLANES > 0 + varying vec3 vClipPosition; + uniform vec4 clippingPlanes[ NUM_CLIPPING_PLANES ]; +#endif`,Rg=`#if NUM_CLIPPING_PLANES > 0 + varying vec3 vClipPosition; +#endif`,Lg=`#if NUM_CLIPPING_PLANES > 0 + vClipPosition = - mvPosition.xyz; +#endif`,Dg=`#if defined( USE_COLOR ) || defined( USE_COLOR_ALPHA ) + diffuseColor *= vColor; +#endif`,Ig=`#if defined( USE_COLOR ) || defined( USE_COLOR_ALPHA ) + varying vec4 vColor; +#endif`,Pg=`#if defined( USE_COLOR ) || defined( USE_COLOR_ALPHA ) || defined( USE_INSTANCING_COLOR ) || defined( USE_BATCHING_COLOR ) + varying vec4 vColor; +#endif`,Og=`#if defined( USE_COLOR ) || defined( USE_COLOR_ALPHA ) || defined( USE_INSTANCING_COLOR ) || defined( USE_BATCHING_COLOR ) + vColor = vec4( 1.0 ); +#endif +#ifdef USE_COLOR_ALPHA + vColor *= color; +#elif defined( USE_COLOR ) + vColor.rgb *= color; +#endif +#ifdef USE_INSTANCING_COLOR + vColor.rgb *= instanceColor.rgb; +#endif +#ifdef USE_BATCHING_COLOR + vColor *= getBatchingColor( getIndirectIndex( gl_DrawID ) ); +#endif`,Ug=`#define PI 3.141592653589793 +#define PI2 6.283185307179586 +#define PI_HALF 1.5707963267948966 +#define RECIPROCAL_PI 0.3183098861837907 +#define RECIPROCAL_PI2 0.15915494309189535 +#define EPSILON 1e-6 +#ifndef saturate +#define saturate( a ) clamp( a, 0.0, 1.0 ) +#endif +#define whiteComplement( a ) ( 1.0 - saturate( a ) ) +float pow2( const in float x ) { return x*x; } +vec3 pow2( const in vec3 x ) { return x*x; } +float pow3( const in float x ) { return x*x*x; } +float pow4( const in float x ) { float x2 = x*x; return x2*x2; } +float max3( const in vec3 v ) { return max( max( v.x, v.y ), v.z ); } +float average( const in vec3 v ) { return dot( v, vec3( 0.3333333 ) ); } +highp float rand( const in vec2 uv ) { + const highp float a = 12.9898, b = 78.233, c = 43758.5453; + highp float dt = dot( uv.xy, vec2( a,b ) ), sn = mod( dt, PI ); + return fract( sin( sn ) * c ); +} +#ifdef HIGH_PRECISION + float precisionSafeLength( vec3 v ) { return length( v ); } +#else + float precisionSafeLength( vec3 v ) { + float maxComponent = max3( abs( v ) ); + return length( v / maxComponent ) * maxComponent; + } +#endif +struct IncidentLight { + vec3 color; + vec3 direction; + bool visible; +}; +struct ReflectedLight { + vec3 directDiffuse; + vec3 directSpecular; + vec3 indirectDiffuse; + vec3 indirectSpecular; +}; +#ifdef USE_ALPHAHASH + varying vec3 vPosition; +#endif +vec3 transformDirection( in vec3 dir, in mat4 matrix ) { + return normalize( ( matrix * vec4( dir, 0.0 ) ).xyz ); +} +#define inverseTransformDirection transformDirectionByInverseViewMatrix +vec3 transformNormalByInverseViewMatrix( in vec3 normal, in mat4 viewMatrix ) { + return normalize( ( vec4( normal, 0.0 ) * viewMatrix ).xyz ); +} +vec3 transformDirectionByInverseViewMatrix( in vec3 dir, in mat4 viewMatrix ) { + return normalize( ( vec4( dir, 0.0 ) * viewMatrix ).xyz ); +} +bool isPerspectiveMatrix( mat4 m ) { + return m[ 2 ][ 3 ] == - 1.0; +} +vec2 equirectUv( in vec3 dir ) { + float u = atan( dir.z, dir.x ) * RECIPROCAL_PI2 + 0.5; + float v = asin( clamp( dir.y, - 1.0, 1.0 ) ) * RECIPROCAL_PI + 0.5; + return vec2( u, v ); +} +vec3 BRDF_Lambert( const in vec3 diffuseColor ) { + return RECIPROCAL_PI * diffuseColor; +} +vec3 F_Schlick( const in vec3 f0, const in float f90, const in float dotVH ) { + float fresnel = exp2( ( - 5.55473 * dotVH - 6.98316 ) * dotVH ); + return f0 * ( 1.0 - fresnel ) + ( f90 * fresnel ); +} +float F_Schlick( const in float f0, const in float f90, const in float dotVH ) { + float fresnel = exp2( ( - 5.55473 * dotVH - 6.98316 ) * dotVH ); + return f0 * ( 1.0 - fresnel ) + ( f90 * fresnel ); +} // validated`,Ng=`#ifdef ENVMAP_TYPE_CUBE_UV + #define cubeUV_minMipLevel 4.0 + #define cubeUV_minTileSize 16.0 + float getFace( vec3 direction ) { + vec3 absDirection = abs( direction ); + float face = - 1.0; + if ( absDirection.x > absDirection.z ) { + if ( absDirection.x > absDirection.y ) + face = direction.x > 0.0 ? 0.0 : 3.0; + else + face = direction.y > 0.0 ? 1.0 : 4.0; + } else { + if ( absDirection.z > absDirection.y ) + face = direction.z > 0.0 ? 2.0 : 5.0; + else + face = direction.y > 0.0 ? 1.0 : 4.0; + } + return face; + } + vec2 getUV( vec3 direction, float face ) { + vec2 uv; + if ( face == 0.0 ) { + uv = vec2( direction.z, direction.y ) / abs( direction.x ); + } else if ( face == 1.0 ) { + uv = vec2( - direction.x, - direction.z ) / abs( direction.y ); + } else if ( face == 2.0 ) { + uv = vec2( - direction.x, direction.y ) / abs( direction.z ); + } else if ( face == 3.0 ) { + uv = vec2( - direction.z, direction.y ) / abs( direction.x ); + } else if ( face == 4.0 ) { + uv = vec2( - direction.x, direction.z ) / abs( direction.y ); + } else { + uv = vec2( direction.x, direction.y ) / abs( direction.z ); + } + return 0.5 * ( uv + 1.0 ); + } + vec3 bilinearCubeUV( sampler2D envMap, vec3 direction, float mipInt ) { + float face = getFace( direction ); + float filterInt = max( cubeUV_minMipLevel - mipInt, 0.0 ); + mipInt = max( mipInt, cubeUV_minMipLevel ); + float faceSize = exp2( mipInt ); + highp vec2 uv = getUV( direction, face ) * ( faceSize - 2.0 ) + 1.0; + if ( face > 2.0 ) { + uv.y += faceSize; + face -= 3.0; + } + uv.x += face * faceSize; + uv.x += filterInt * 3.0 * cubeUV_minTileSize; + uv.y += 4.0 * ( exp2( CUBEUV_MAX_MIP ) - faceSize ); + uv.x *= CUBEUV_TEXEL_WIDTH; + uv.y *= CUBEUV_TEXEL_HEIGHT; + #ifdef texture2DGradEXT + return texture2DGradEXT( envMap, uv, vec2( 0.0 ), vec2( 0.0 ) ).rgb; + #else + return texture2D( envMap, uv ).rgb; + #endif + } + #define cubeUV_r0 1.0 + #define cubeUV_m0 - 2.0 + #define cubeUV_r1 0.8 + #define cubeUV_m1 - 1.0 + #define cubeUV_r4 0.4 + #define cubeUV_m4 2.0 + #define cubeUV_r5 0.305 + #define cubeUV_m5 3.0 + #define cubeUV_r6 0.21 + #define cubeUV_m6 4.0 + float roughnessToMip( float roughness ) { + float mip = 0.0; + if ( roughness >= cubeUV_r1 ) { + mip = ( cubeUV_r0 - roughness ) * ( cubeUV_m1 - cubeUV_m0 ) / ( cubeUV_r0 - cubeUV_r1 ) + cubeUV_m0; + } else if ( roughness >= cubeUV_r4 ) { + mip = ( cubeUV_r1 - roughness ) * ( cubeUV_m4 - cubeUV_m1 ) / ( cubeUV_r1 - cubeUV_r4 ) + cubeUV_m1; + } else if ( roughness >= cubeUV_r5 ) { + mip = ( cubeUV_r4 - roughness ) * ( cubeUV_m5 - cubeUV_m4 ) / ( cubeUV_r4 - cubeUV_r5 ) + cubeUV_m4; + } else if ( roughness >= cubeUV_r6 ) { + mip = ( cubeUV_r5 - roughness ) * ( cubeUV_m6 - cubeUV_m5 ) / ( cubeUV_r5 - cubeUV_r6 ) + cubeUV_m5; + } else { + mip = - 2.0 * log2( 1.16 * roughness ); } + return mip; + } + vec4 textureCubeUV( sampler2D envMap, vec3 sampleDir, float roughness ) { + float mip = clamp( roughnessToMip( roughness ), cubeUV_m0, CUBEUV_MAX_MIP ); + float mipF = fract( mip ); + float mipInt = floor( mip ); + vec3 color0 = bilinearCubeUV( envMap, sampleDir, mipInt ); + if ( mipF == 0.0 ) { + return vec4( color0, 1.0 ); + } else { + vec3 color1 = bilinearCubeUV( envMap, sampleDir, mipInt + 1.0 ); + return vec4( mix( color0, color1, mipF ), 1.0 ); + } + } +#endif`,kg=`vec3 transformedNormal = objectNormal; +#ifdef USE_TANGENT + vec3 transformedTangent = objectTangent; +#endif +#ifdef USE_BATCHING + mat3 bm = mat3( batchingMatrix ); + transformedNormal /= vec3( dot( bm[ 0 ], bm[ 0 ] ), dot( bm[ 1 ], bm[ 1 ] ), dot( bm[ 2 ], bm[ 2 ] ) ); + transformedNormal = bm * transformedNormal; + #ifdef USE_TANGENT + transformedTangent = bm * transformedTangent; + #endif +#endif +#ifdef USE_INSTANCING + mat3 im = mat3( instanceMatrix ); + transformedNormal /= vec3( dot( im[ 0 ], im[ 0 ] ), dot( im[ 1 ], im[ 1 ] ), dot( im[ 2 ], im[ 2 ] ) ); + transformedNormal = im * transformedNormal; + #ifdef USE_TANGENT + transformedTangent = im * transformedTangent; + #endif +#endif +transformedNormal = normalMatrix * transformedNormal; +#ifdef FLIP_SIDED + transformedNormal = - transformedNormal; +#endif +#ifdef USE_TANGENT + transformedTangent = ( modelViewMatrix * vec4( transformedTangent, 0.0 ) ).xyz; +#endif`,Fg=`#ifdef USE_DISPLACEMENTMAP + uniform sampler2D displacementMap; + uniform float displacementScale; + uniform float displacementBias; +#endif`,Bg=`#ifdef USE_DISPLACEMENTMAP + transformed += normalize( objectNormal ) * ( texture2D( displacementMap, vDisplacementMapUv ).x * displacementScale + displacementBias ); +#endif`,Hg=`#ifdef USE_EMISSIVEMAP + vec4 emissiveColor = texture2D( emissiveMap, vEmissiveMapUv ); + #ifdef DECODE_VIDEO_TEXTURE_EMISSIVE + emissiveColor = sRGBTransferEOTF( emissiveColor ); + #endif + totalEmissiveRadiance *= emissiveColor.rgb; +#endif`,zg=`#ifdef USE_EMISSIVEMAP + uniform sampler2D emissiveMap; +#endif`,Vg="gl_FragColor = linearToOutputTexel( gl_FragColor );",Gg=`vec4 LinearTransferOETF( in vec4 value ) { + return value; +} +vec4 sRGBTransferEOTF( in vec4 value ) { + return vec4( mix( pow( value.rgb * 0.9478672986 + vec3( 0.0521327014 ), vec3( 2.4 ) ), value.rgb * 0.0773993808, vec3( lessThanEqual( value.rgb, vec3( 0.04045 ) ) ) ), value.a ); +} +vec4 sRGBTransferOETF( in vec4 value ) { + return vec4( mix( pow( value.rgb, vec3( 0.41666 ) ) * 1.055 - vec3( 0.055 ), value.rgb * 12.92, vec3( lessThanEqual( value.rgb, vec3( 0.0031308 ) ) ) ), value.a ); +}`,Wg=`#ifdef USE_ENVMAP + #ifdef ENV_WORLDPOS + vec3 cameraToFrag; + if ( isOrthographic ) { + cameraToFrag = normalize( vec3( - viewMatrix[ 0 ][ 2 ], - viewMatrix[ 1 ][ 2 ], - viewMatrix[ 2 ][ 2 ] ) ); + } else { + cameraToFrag = normalize( vWorldPosition - cameraPosition ); + } + vec3 worldNormal = transformNormalByInverseViewMatrix( normal, viewMatrix ); + #ifdef ENVMAP_MODE_REFLECTION + vec3 reflectVec = reflect( cameraToFrag, worldNormal ); + #else + vec3 reflectVec = refract( cameraToFrag, worldNormal, refractionRatio ); + #endif + #else + vec3 reflectVec = vReflect; + #endif + #ifdef ENVMAP_TYPE_CUBE + vec4 envColor = textureCube( envMap, envMapRotation * reflectVec ); + #ifdef ENVMAP_BLENDING_MULTIPLY + outgoingLight = mix( outgoingLight, outgoingLight * envColor.xyz, specularStrength * reflectivity ); + #elif defined( ENVMAP_BLENDING_MIX ) + outgoingLight = mix( outgoingLight, envColor.xyz, specularStrength * reflectivity ); + #elif defined( ENVMAP_BLENDING_ADD ) + outgoingLight += envColor.xyz * specularStrength * reflectivity; + #endif + #endif +#endif`,Xg=`#ifdef USE_ENVMAP + uniform float envMapIntensity; + uniform mat3 envMapRotation; + #ifdef ENVMAP_TYPE_CUBE + uniform samplerCube envMap; + #else + uniform sampler2D envMap; + #endif +#endif`,Yg=`#ifdef USE_ENVMAP + uniform float reflectivity; + #if defined( USE_BUMPMAP ) || defined( USE_NORMALMAP ) || defined( PHONG ) || defined( LAMBERT ) + #define ENV_WORLDPOS + #endif + #ifdef ENV_WORLDPOS + varying vec3 vWorldPosition; + uniform float refractionRatio; + #else + varying vec3 vReflect; + #endif +#endif`,Kg=`#ifdef USE_ENVMAP + #if defined( USE_BUMPMAP ) || defined( USE_NORMALMAP ) || defined( PHONG ) || defined( LAMBERT ) + #define ENV_WORLDPOS + #endif + #ifdef ENV_WORLDPOS + + varying vec3 vWorldPosition; + #else + varying vec3 vReflect; + uniform float refractionRatio; + #endif +#endif`,qg=`#ifdef USE_ENVMAP + #ifdef ENV_WORLDPOS + vWorldPosition = worldPosition.xyz; + #else + vec3 cameraToVertex; + if ( isOrthographic ) { + cameraToVertex = normalize( vec3( - viewMatrix[ 0 ][ 2 ], - viewMatrix[ 1 ][ 2 ], - viewMatrix[ 2 ][ 2 ] ) ); + } else { + cameraToVertex = normalize( worldPosition.xyz - cameraPosition ); + } + vec3 worldNormal = transformNormalByInverseViewMatrix( transformedNormal, viewMatrix ); + #ifdef ENVMAP_MODE_REFLECTION + vReflect = reflect( cameraToVertex, worldNormal ); + #else + vReflect = refract( cameraToVertex, worldNormal, refractionRatio ); + #endif + #endif +#endif`,$g=`#ifdef USE_FOG + vFogDepth = - mvPosition.z; +#endif`,Zg=`#ifdef USE_FOG + varying float vFogDepth; +#endif`,Jg=`#ifdef USE_FOG + #ifdef FOG_EXP2 + float fogFactor = 1.0 - exp( - fogDensity * fogDensity * vFogDepth * vFogDepth ); + #else + float fogFactor = smoothstep( fogNear, fogFar, vFogDepth ); + #endif + gl_FragColor.rgb = mix( gl_FragColor.rgb, fogColor, fogFactor ); +#endif`,jg=`#ifdef USE_FOG + uniform vec3 fogColor; + varying float vFogDepth; + #ifdef FOG_EXP2 + uniform float fogDensity; + #else + uniform float fogNear; + uniform float fogFar; + #endif +#endif`,Qg=`#ifdef USE_GRADIENTMAP + uniform sampler2D gradientMap; +#endif +vec3 getGradientIrradiance( vec3 normal, vec3 lightDirection ) { + float dotNL = dot( normal, lightDirection ); + vec2 coord = vec2( dotNL * 0.5 + 0.5, 0.0 ); + #ifdef USE_GRADIENTMAP + return vec3( texture2D( gradientMap, coord ).r ); + #else + vec2 fw = fwidth( coord ) * 0.5; + return mix( vec3( 0.7 ), vec3( 1.0 ), smoothstep( 0.7 - fw.x, 0.7 + fw.x, coord.x ) ); + #endif +}`,e_=`#ifdef USE_LIGHTMAP + uniform sampler2D lightMap; + uniform float lightMapIntensity; +#endif`,t_=`LambertMaterial material; +material.diffuseColor = diffuseColor.rgb; +material.specularStrength = specularStrength;`,n_=`varying vec3 vViewPosition; +struct LambertMaterial { + vec3 diffuseColor; + float specularStrength; +}; +void RE_Direct_Lambert( const in IncidentLight directLight, const in vec3 geometryPosition, const in vec3 geometryNormal, const in vec3 geometryViewDir, const in vec3 geometryClearcoatNormal, const in LambertMaterial material, inout ReflectedLight reflectedLight ) { + float dotNL = saturate( dot( geometryNormal, directLight.direction ) ); + vec3 irradiance = dotNL * directLight.color; + reflectedLight.directDiffuse += irradiance * BRDF_Lambert( material.diffuseColor ); +} +void RE_IndirectDiffuse_Lambert( const in vec3 irradiance, const in vec3 geometryPosition, const in vec3 geometryNormal, const in vec3 geometryViewDir, const in vec3 geometryClearcoatNormal, const in LambertMaterial material, inout ReflectedLight reflectedLight ) { + reflectedLight.indirectDiffuse += irradiance * BRDF_Lambert( material.diffuseColor ); +} +#define RE_Direct RE_Direct_Lambert +#define RE_IndirectDiffuse RE_IndirectDiffuse_Lambert`,i_=`uniform bool receiveShadow; +uniform vec3 ambientLightColor; +#if defined( USE_LIGHT_PROBES ) + uniform vec3 lightProbe[ 9 ]; +#endif +vec3 shGetIrradianceAt( in vec3 normal, in vec3 shCoefficients[ 9 ] ) { + float x = normal.x, y = normal.y, z = normal.z; + vec3 result = shCoefficients[ 0 ] * 0.886227; + result += shCoefficients[ 1 ] * 2.0 * 0.511664 * y; + result += shCoefficients[ 2 ] * 2.0 * 0.511664 * z; + result += shCoefficients[ 3 ] * 2.0 * 0.511664 * x; + result += shCoefficients[ 4 ] * 2.0 * 0.429043 * x * y; + result += shCoefficients[ 5 ] * 2.0 * 0.429043 * y * z; + result += shCoefficients[ 6 ] * ( 0.743125 * z * z - 0.247708 ); + result += shCoefficients[ 7 ] * 2.0 * 0.429043 * x * z; + result += shCoefficients[ 8 ] * 0.429043 * ( x * x - y * y ); + return result; +} +vec3 getLightProbeIrradiance( const in vec3 lightProbe[ 9 ], const in vec3 normal ) { + vec3 worldNormal = transformNormalByInverseViewMatrix( normal, viewMatrix ); + vec3 irradiance = shGetIrradianceAt( worldNormal, lightProbe ); + return irradiance; +} +vec3 getAmbientLightIrradiance( const in vec3 ambientLightColor ) { + vec3 irradiance = ambientLightColor; + return irradiance; +} +float getDistanceAttenuation( const in float lightDistance, const in float cutoffDistance, const in float decayExponent ) { + float distanceFalloff = 1.0 / max( pow( lightDistance, decayExponent ), 0.01 ); + if ( cutoffDistance > 0.0 ) { + distanceFalloff *= pow2( saturate( 1.0 - pow4( lightDistance / cutoffDistance ) ) ); + } + return distanceFalloff; +} +float getSpotAttenuation( const in float coneCosine, const in float penumbraCosine, const in float angleCosine ) { + return smoothstep( coneCosine, penumbraCosine, angleCosine ); +} +#if NUM_DIR_LIGHTS > 0 + struct DirectionalLight { + vec3 direction; + vec3 color; + }; + uniform DirectionalLight directionalLights[ NUM_DIR_LIGHTS ]; + void getDirectionalLightInfo( const in DirectionalLight directionalLight, out IncidentLight light ) { + light.color = directionalLight.color; + light.direction = directionalLight.direction; + light.visible = true; + } +#endif +#if NUM_POINT_LIGHTS > 0 + struct PointLight { + vec3 position; + vec3 color; + float distance; + float decay; + }; + uniform PointLight pointLights[ NUM_POINT_LIGHTS ]; + void getPointLightInfo( const in PointLight pointLight, const in vec3 geometryPosition, out IncidentLight light ) { + vec3 lVector = pointLight.position - geometryPosition; + light.direction = normalize( lVector ); + float lightDistance = length( lVector ); + light.color = pointLight.color; + light.color *= getDistanceAttenuation( lightDistance, pointLight.distance, pointLight.decay ); + light.visible = ( light.color != vec3( 0.0 ) ); + } +#endif +#if NUM_SPOT_LIGHTS > 0 + struct SpotLight { + vec3 position; + vec3 direction; + vec3 color; + float distance; + float decay; + float coneCos; + float penumbraCos; + }; + uniform SpotLight spotLights[ NUM_SPOT_LIGHTS ]; + void getSpotLightInfo( const in SpotLight spotLight, const in vec3 geometryPosition, out IncidentLight light ) { + vec3 lVector = spotLight.position - geometryPosition; + light.direction = normalize( lVector ); + float angleCos = dot( light.direction, spotLight.direction ); + float spotAttenuation = getSpotAttenuation( spotLight.coneCos, spotLight.penumbraCos, angleCos ); + if ( spotAttenuation > 0.0 ) { + float lightDistance = length( lVector ); + light.color = spotLight.color * spotAttenuation; + light.color *= getDistanceAttenuation( lightDistance, spotLight.distance, spotLight.decay ); + light.visible = ( light.color != vec3( 0.0 ) ); + } else { + light.color = vec3( 0.0 ); + light.visible = false; + } + } +#endif +#if NUM_RECT_AREA_LIGHTS > 0 + struct RectAreaLight { + vec3 color; + vec3 position; + vec3 halfWidth; + vec3 halfHeight; + }; + uniform sampler2D ltc_1; uniform sampler2D ltc_2; + uniform RectAreaLight rectAreaLights[ NUM_RECT_AREA_LIGHTS ]; +#endif +#if NUM_HEMI_LIGHTS > 0 + struct HemisphereLight { + vec3 direction; + vec3 skyColor; + vec3 groundColor; + }; + uniform HemisphereLight hemisphereLights[ NUM_HEMI_LIGHTS ]; + vec3 getHemisphereLightIrradiance( const in HemisphereLight hemiLight, const in vec3 normal ) { + float dotNL = dot( normal, hemiLight.direction ); + float hemiDiffuseWeight = 0.5 * dotNL + 0.5; + vec3 irradiance = mix( hemiLight.groundColor, hemiLight.skyColor, hemiDiffuseWeight ); + return irradiance; + } +#endif +#include `,s_=`#ifdef USE_ENVMAP + vec3 getIBLIrradiance( const in vec3 normal ) { + #ifdef ENVMAP_TYPE_CUBE_UV + vec3 worldNormal = transformNormalByInverseViewMatrix( normal, viewMatrix ); + vec4 envMapColor = textureCubeUV( envMap, envMapRotation * worldNormal, 1.0 ); + return PI * envMapColor.rgb * envMapIntensity; + #else + return vec3( 0.0 ); + #endif + } + vec3 getIBLRadiance( const in vec3 viewDir, const in vec3 normal, const in float roughness ) { + #ifdef ENVMAP_TYPE_CUBE_UV + vec3 reflectVec = reflect( - viewDir, normal ); + reflectVec = normalize( mix( reflectVec, normal, pow4( roughness ) ) ); + reflectVec = transformDirectionByInverseViewMatrix( reflectVec, viewMatrix ); + vec4 envMapColor = textureCubeUV( envMap, envMapRotation * reflectVec, roughness ); + return envMapColor.rgb * envMapIntensity; + #else + return vec3( 0.0 ); + #endif + } + #ifdef USE_ANISOTROPY + vec3 getIBLAnisotropyRadiance( const in vec3 viewDir, const in vec3 normal, const in float roughness, const in vec3 bitangent, const in float anisotropy ) { + #ifdef ENVMAP_TYPE_CUBE_UV + vec3 bentNormal = cross( bitangent, viewDir ); + bentNormal = normalize( cross( bentNormal, bitangent ) ); + bentNormal = normalize( mix( bentNormal, normal, pow2( pow2( 1.0 - anisotropy * ( 1.0 - roughness ) ) ) ) ); + return getIBLRadiance( viewDir, bentNormal, roughness ); + #else + return vec3( 0.0 ); + #endif + } + #endif +#endif`,r_=`ToonMaterial material; +material.diffuseColor = diffuseColor.rgb;`,a_=`varying vec3 vViewPosition; +struct ToonMaterial { + vec3 diffuseColor; +}; +void RE_Direct_Toon( const in IncidentLight directLight, const in vec3 geometryPosition, const in vec3 geometryNormal, const in vec3 geometryViewDir, const in vec3 geometryClearcoatNormal, const in ToonMaterial material, inout ReflectedLight reflectedLight ) { + vec3 irradiance = getGradientIrradiance( geometryNormal, directLight.direction ) * directLight.color; + reflectedLight.directDiffuse += irradiance * BRDF_Lambert( material.diffuseColor ); +} +void RE_IndirectDiffuse_Toon( const in vec3 irradiance, const in vec3 geometryPosition, const in vec3 geometryNormal, const in vec3 geometryViewDir, const in vec3 geometryClearcoatNormal, const in ToonMaterial material, inout ReflectedLight reflectedLight ) { + reflectedLight.indirectDiffuse += irradiance * BRDF_Lambert( material.diffuseColor ); +} +#define RE_Direct RE_Direct_Toon +#define RE_IndirectDiffuse RE_IndirectDiffuse_Toon`,o_=`BlinnPhongMaterial material; +material.diffuseColor = diffuseColor.rgb; +material.specularColor = specular; +material.specularShininess = shininess; +material.specularStrength = specularStrength;`,l_=`varying vec3 vViewPosition; +struct BlinnPhongMaterial { + vec3 diffuseColor; + vec3 specularColor; + float specularShininess; + float specularStrength; +}; +void RE_Direct_BlinnPhong( const in IncidentLight directLight, const in vec3 geometryPosition, const in vec3 geometryNormal, const in vec3 geometryViewDir, const in vec3 geometryClearcoatNormal, const in BlinnPhongMaterial material, inout ReflectedLight reflectedLight ) { + float dotNL = saturate( dot( geometryNormal, directLight.direction ) ); + vec3 irradiance = dotNL * directLight.color; + reflectedLight.directDiffuse += irradiance * BRDF_Lambert( material.diffuseColor ); + reflectedLight.directSpecular += irradiance * BRDF_BlinnPhong( directLight.direction, geometryViewDir, geometryNormal, material.specularColor, material.specularShininess ) * material.specularStrength; +} +void RE_IndirectDiffuse_BlinnPhong( const in vec3 irradiance, const in vec3 geometryPosition, const in vec3 geometryNormal, const in vec3 geometryViewDir, const in vec3 geometryClearcoatNormal, const in BlinnPhongMaterial material, inout ReflectedLight reflectedLight ) { + reflectedLight.indirectDiffuse += irradiance * BRDF_Lambert( material.diffuseColor ); +} +#define RE_Direct RE_Direct_BlinnPhong +#define RE_IndirectDiffuse RE_IndirectDiffuse_BlinnPhong`,c_=`PhysicalMaterial material; +material.diffuseColor = diffuseColor.rgb; +material.diffuseContribution = diffuseColor.rgb * ( 1.0 - metalnessFactor ); +material.metalness = metalnessFactor; +vec3 dxy = max( abs( dFdx( nonPerturbedNormal ) ), abs( dFdy( nonPerturbedNormal ) ) ); +float geometryRoughness = max( max( dxy.x, dxy.y ), dxy.z ); +material.roughness = max( roughnessFactor, 0.0525 );material.roughness += geometryRoughness; +material.roughness = min( material.roughness, 1.0 ); +#ifdef IOR + material.ior = ior; + #ifdef USE_SPECULAR + float specularIntensityFactor = specularIntensity; + vec3 specularColorFactor = specularColor; + #ifdef USE_SPECULAR_COLORMAP + specularColorFactor *= texture2D( specularColorMap, vSpecularColorMapUv ).rgb; + #endif + #ifdef USE_SPECULAR_INTENSITYMAP + specularIntensityFactor *= texture2D( specularIntensityMap, vSpecularIntensityMapUv ).a; + #endif + material.specularF90 = mix( specularIntensityFactor, 1.0, metalnessFactor ); + #else + float specularIntensityFactor = 1.0; + vec3 specularColorFactor = vec3( 1.0 ); + material.specularF90 = 1.0; + #endif + material.specularColor = min( pow2( ( material.ior - 1.0 ) / ( material.ior + 1.0 ) ) * specularColorFactor, vec3( 1.0 ) ) * specularIntensityFactor; + material.specularColorBlended = mix( material.specularColor, diffuseColor.rgb, metalnessFactor ); +#else + material.specularColor = vec3( 0.04 ); + material.specularColorBlended = mix( material.specularColor, diffuseColor.rgb, metalnessFactor ); + material.specularF90 = 1.0; +#endif +#ifdef USE_CLEARCOAT + material.clearcoat = clearcoat; + material.clearcoatRoughness = clearcoatRoughness; + material.clearcoatF0 = vec3( 0.04 ); + material.clearcoatF90 = 1.0; + #ifdef USE_CLEARCOATMAP + material.clearcoat *= texture2D( clearcoatMap, vClearcoatMapUv ).x; + #endif + #ifdef USE_CLEARCOAT_ROUGHNESSMAP + material.clearcoatRoughness *= texture2D( clearcoatRoughnessMap, vClearcoatRoughnessMapUv ).y; + #endif + material.clearcoat = saturate( material.clearcoat ); material.clearcoatRoughness = max( material.clearcoatRoughness, 0.0525 ); + material.clearcoatRoughness += geometryRoughness; + material.clearcoatRoughness = min( material.clearcoatRoughness, 1.0 ); +#endif +#ifdef USE_DISPERSION + material.dispersion = dispersion; +#endif +#ifdef USE_IRIDESCENCE + material.iridescence = iridescence; + material.iridescenceIOR = iridescenceIOR; + #ifdef USE_IRIDESCENCEMAP + material.iridescence *= texture2D( iridescenceMap, vIridescenceMapUv ).r; + #endif + #ifdef USE_IRIDESCENCE_THICKNESSMAP + material.iridescenceThickness = (iridescenceThicknessMaximum - iridescenceThicknessMinimum) * texture2D( iridescenceThicknessMap, vIridescenceThicknessMapUv ).g + iridescenceThicknessMinimum; + #else + material.iridescenceThickness = iridescenceThicknessMaximum; + #endif +#endif +#ifdef USE_SHEEN + material.sheenColor = sheenColor; + #ifdef USE_SHEEN_COLORMAP + material.sheenColor *= texture2D( sheenColorMap, vSheenColorMapUv ).rgb; + #endif + material.sheenRoughness = clamp( sheenRoughness, 0.0001, 1.0 ); + #ifdef USE_SHEEN_ROUGHNESSMAP + material.sheenRoughness *= texture2D( sheenRoughnessMap, vSheenRoughnessMapUv ).a; + #endif +#endif +#ifdef USE_ANISOTROPY + #ifdef USE_ANISOTROPYMAP + mat2 anisotropyMat = mat2( anisotropyVector.x, anisotropyVector.y, - anisotropyVector.y, anisotropyVector.x ); + vec3 anisotropyPolar = texture2D( anisotropyMap, vAnisotropyMapUv ).rgb; + vec2 anisotropyV = anisotropyMat * normalize( 2.0 * anisotropyPolar.rg - vec2( 1.0 ) ) * anisotropyPolar.b; + #else + vec2 anisotropyV = anisotropyVector; + #endif + material.anisotropy = length( anisotropyV ); + if( material.anisotropy == 0.0 ) { + anisotropyV = vec2( 1.0, 0.0 ); + } else { + anisotropyV /= material.anisotropy; + material.anisotropy = saturate( material.anisotropy ); + } + material.alphaT = mix( pow2( material.roughness ), 1.0, pow2( material.anisotropy ) ); + material.anisotropyT = tbn[ 0 ] * anisotropyV.x + tbn[ 1 ] * anisotropyV.y; + material.anisotropyB = tbn[ 1 ] * anisotropyV.x - tbn[ 0 ] * anisotropyV.y; +#endif`,u_=`uniform sampler2D dfgLUT; +struct PhysicalMaterial { + vec3 diffuseColor; + vec3 diffuseContribution; + vec3 specularColor; + vec3 specularColorBlended; + float roughness; + float metalness; + float specularF90; + float dispersion; + #ifdef USE_CLEARCOAT + float clearcoat; + float clearcoatRoughness; + vec3 clearcoatF0; + float clearcoatF90; + #endif + #ifdef USE_IRIDESCENCE + float iridescence; + float iridescenceIOR; + float iridescenceThickness; + vec3 iridescenceFresnel; + vec3 iridescenceF0; + vec3 iridescenceFresnelDielectric; + vec3 iridescenceFresnelMetallic; + #endif + #ifdef USE_SHEEN + vec3 sheenColor; + float sheenRoughness; + #endif + #ifdef IOR + float ior; + #endif + #ifdef USE_TRANSMISSION + float transmission; + float transmissionAlpha; + float thickness; + float attenuationDistance; + vec3 attenuationColor; + #endif + #ifdef USE_ANISOTROPY + float anisotropy; + float alphaT; + vec3 anisotropyT; + vec3 anisotropyB; + #endif +}; +vec3 clearcoatSpecularDirect = vec3( 0.0 ); +vec3 clearcoatSpecularIndirect = vec3( 0.0 ); +vec3 sheenSpecularDirect = vec3( 0.0 ); +vec3 sheenSpecularIndirect = vec3(0.0 ); +vec3 Schlick_to_F0( const in vec3 f, const in float f90, const in float dotVH ) { + float x = clamp( 1.0 - dotVH, 0.0, 1.0 ); + float x2 = x * x; + float x5 = clamp( x * x2 * x2, 0.0, 0.9999 ); + return ( f - vec3( f90 ) * x5 ) / ( 1.0 - x5 ); +} +float V_GGX_SmithCorrelated( const in float alpha, const in float dotNL, const in float dotNV ) { + float a2 = pow2( alpha ); + float gv = dotNL * sqrt( a2 + ( 1.0 - a2 ) * pow2( dotNV ) ); + float gl = dotNV * sqrt( a2 + ( 1.0 - a2 ) * pow2( dotNL ) ); + return 0.5 / max( gv + gl, EPSILON ); +} +float D_GGX( const in float alpha, const in float dotNH ) { + float a2 = pow2( alpha ); + float denom = pow2( dotNH ) * ( a2 - 1.0 ) + 1.0; + return RECIPROCAL_PI * a2 / pow2( denom ); +} +#ifdef USE_ANISOTROPY + float V_GGX_SmithCorrelated_Anisotropic( const in float alphaT, const in float alphaB, const in float dotTV, const in float dotBV, const in float dotTL, const in float dotBL, const in float dotNV, const in float dotNL ) { + float gv = dotNL * length( vec3( alphaT * dotTV, alphaB * dotBV, dotNV ) ); + float gl = dotNV * length( vec3( alphaT * dotTL, alphaB * dotBL, dotNL ) ); + return 0.5 / max( gv + gl, EPSILON ); + } + float D_GGX_Anisotropic( const in float alphaT, const in float alphaB, const in float dotNH, const in float dotTH, const in float dotBH ) { + float a2 = alphaT * alphaB; + highp vec3 v = vec3( alphaB * dotTH, alphaT * dotBH, a2 * dotNH ); + highp float v2 = dot( v, v ); + float w2 = a2 / v2; + return RECIPROCAL_PI * a2 * pow2 ( w2 ); + } +#endif +#ifdef USE_CLEARCOAT + vec3 BRDF_GGX_Clearcoat( const in vec3 lightDir, const in vec3 viewDir, const in vec3 normal, const in PhysicalMaterial material) { + vec3 f0 = material.clearcoatF0; + float f90 = material.clearcoatF90; + float roughness = material.clearcoatRoughness; + float alpha = pow2( roughness ); + vec3 halfDir = normalize( lightDir + viewDir ); + float dotNL = saturate( dot( normal, lightDir ) ); + float dotNV = saturate( dot( normal, viewDir ) ); + float dotNH = saturate( dot( normal, halfDir ) ); + float dotVH = saturate( dot( viewDir, halfDir ) ); + vec3 F = F_Schlick( f0, f90, dotVH ); + float V = V_GGX_SmithCorrelated( alpha, dotNL, dotNV ); + float D = D_GGX( alpha, dotNH ); + return F * ( V * D ); + } +#endif +vec3 BRDF_GGX( const in vec3 lightDir, const in vec3 viewDir, const in vec3 normal, const in PhysicalMaterial material ) { + vec3 f0 = material.specularColorBlended; + float f90 = material.specularF90; + float roughness = material.roughness; + float alpha = pow2( roughness ); + vec3 halfDir = normalize( lightDir + viewDir ); + float dotNL = saturate( dot( normal, lightDir ) ); + float dotNV = saturate( dot( normal, viewDir ) ); + float dotNH = saturate( dot( normal, halfDir ) ); + float dotVH = saturate( dot( viewDir, halfDir ) ); + vec3 F = F_Schlick( f0, f90, dotVH ); + #ifdef USE_IRIDESCENCE + F = mix( F, material.iridescenceFresnel, material.iridescence ); + #endif + #ifdef USE_ANISOTROPY + float dotTL = dot( material.anisotropyT, lightDir ); + float dotTV = dot( material.anisotropyT, viewDir ); + float dotTH = dot( material.anisotropyT, halfDir ); + float dotBL = dot( material.anisotropyB, lightDir ); + float dotBV = dot( material.anisotropyB, viewDir ); + float dotBH = dot( material.anisotropyB, halfDir ); + float V = V_GGX_SmithCorrelated_Anisotropic( material.alphaT, alpha, dotTV, dotBV, dotTL, dotBL, dotNV, dotNL ); + float D = D_GGX_Anisotropic( material.alphaT, alpha, dotNH, dotTH, dotBH ); + #else + float V = V_GGX_SmithCorrelated( alpha, dotNL, dotNV ); + float D = D_GGX( alpha, dotNH ); + #endif + return F * ( V * D ); +} +vec2 LTC_Uv( const in vec3 N, const in vec3 V, const in float roughness ) { + const float LUT_SIZE = 64.0; + const float LUT_SCALE = ( LUT_SIZE - 1.0 ) / LUT_SIZE; + const float LUT_BIAS = 0.5 / LUT_SIZE; + float dotNV = saturate( dot( N, V ) ); + vec2 uv = vec2( roughness, sqrt( 1.0 - dotNV ) ); + uv = uv * LUT_SCALE + LUT_BIAS; + return uv; +} +float LTC_ClippedSphereFormFactor( const in vec3 f ) { + float l = length( f ); + return max( ( l * l + f.z ) / ( l + 1.0 ), 0.0 ); +} +vec3 LTC_EdgeVectorFormFactor( const in vec3 v1, const in vec3 v2 ) { + float x = dot( v1, v2 ); + float y = abs( x ); + float a = 0.8543985 + ( 0.4965155 + 0.0145206 * y ) * y; + float b = 3.4175940 + ( 4.1616724 + y ) * y; + float v = a / b; + float theta_sintheta = ( x > 0.0 ) ? v : 0.5 * inversesqrt( max( 1.0 - x * x, 1e-7 ) ) - v; + return cross( v1, v2 ) * theta_sintheta; +} +vec3 LTC_Evaluate( const in vec3 N, const in vec3 V, const in vec3 P, const in mat3 mInv, const in vec3 rectCoords[ 4 ] ) { + vec3 v1 = rectCoords[ 1 ] - rectCoords[ 0 ]; + vec3 v2 = rectCoords[ 3 ] - rectCoords[ 0 ]; + vec3 lightNormal = cross( v1, v2 ); + if( dot( lightNormal, P - rectCoords[ 0 ] ) < 0.0 ) return vec3( 0.0 ); + vec3 T1, T2; + T1 = normalize( V - N * dot( V, N ) ); + T2 = - cross( N, T1 ); + mat3 mat = mInv * transpose( mat3( T1, T2, N ) ); + vec3 coords[ 4 ]; + coords[ 0 ] = mat * ( rectCoords[ 0 ] - P ); + coords[ 1 ] = mat * ( rectCoords[ 1 ] - P ); + coords[ 2 ] = mat * ( rectCoords[ 2 ] - P ); + coords[ 3 ] = mat * ( rectCoords[ 3 ] - P ); + coords[ 0 ] = normalize( coords[ 0 ] ); + coords[ 1 ] = normalize( coords[ 1 ] ); + coords[ 2 ] = normalize( coords[ 2 ] ); + coords[ 3 ] = normalize( coords[ 3 ] ); + vec3 vectorFormFactor = vec3( 0.0 ); + vectorFormFactor += LTC_EdgeVectorFormFactor( coords[ 0 ], coords[ 1 ] ); + vectorFormFactor += LTC_EdgeVectorFormFactor( coords[ 1 ], coords[ 2 ] ); + vectorFormFactor += LTC_EdgeVectorFormFactor( coords[ 2 ], coords[ 3 ] ); + vectorFormFactor += LTC_EdgeVectorFormFactor( coords[ 3 ], coords[ 0 ] ); + float result = LTC_ClippedSphereFormFactor( vectorFormFactor ); + return vec3( result ); +} +#if defined( USE_SHEEN ) +float D_Charlie( float roughness, float dotNH ) { + float alpha = pow2( roughness ); + float invAlpha = 1.0 / alpha; + float cos2h = dotNH * dotNH; + float sin2h = max( 1.0 - cos2h, 0.0078125 ); + return ( 2.0 + invAlpha ) * pow( sin2h, invAlpha * 0.5 ) / ( 2.0 * PI ); +} +float V_Neubelt( float dotNV, float dotNL ) { + return saturate( 1.0 / ( 4.0 * ( dotNL + dotNV - dotNL * dotNV ) ) ); +} +vec3 BRDF_Sheen( const in vec3 lightDir, const in vec3 viewDir, const in vec3 normal, vec3 sheenColor, const in float sheenRoughness ) { + vec3 halfDir = normalize( lightDir + viewDir ); + float dotNL = saturate( dot( normal, lightDir ) ); + float dotNV = saturate( dot( normal, viewDir ) ); + float dotNH = saturate( dot( normal, halfDir ) ); + float D = D_Charlie( sheenRoughness, dotNH ); + float V = V_Neubelt( dotNV, dotNL ); + return sheenColor * ( D * V ); +} +#endif +float IBLSheenBRDF( const in vec3 normal, const in vec3 viewDir, const in float roughness ) { + float dotNV = saturate( dot( normal, viewDir ) ); + float r2 = roughness * roughness; + float rInv = 1.0 / ( roughness + 0.1 ); + float a = -1.9362 + 1.0678 * roughness + 0.4573 * r2 - 0.8469 * rInv; + float b = -0.6014 + 0.5538 * roughness - 0.4670 * r2 - 0.1255 * rInv; + float DG = exp( a * dotNV + b ); + return saturate( DG ); +} +vec3 EnvironmentBRDF( const in vec3 normal, const in vec3 viewDir, const in vec3 specularColor, const in float specularF90, const in float roughness ) { + float dotNV = saturate( dot( normal, viewDir ) ); + vec2 fab = texture2D( dfgLUT, vec2( roughness, dotNV ) ).rg; + return specularColor * fab.x + specularF90 * fab.y; +} +#ifdef USE_IRIDESCENCE +void computeMultiscatteringIridescence( const in vec3 normal, const in vec3 viewDir, const in vec3 specularColor, const in float specularF90, const in float iridescence, const in vec3 iridescenceF0, const in float roughness, inout vec3 singleScatter, inout vec3 multiScatter ) { +#else +void computeMultiscattering( const in vec3 normal, const in vec3 viewDir, const in vec3 specularColor, const in float specularF90, const in float roughness, inout vec3 singleScatter, inout vec3 multiScatter ) { +#endif + float dotNV = saturate( dot( normal, viewDir ) ); + vec2 fab = texture2D( dfgLUT, vec2( roughness, dotNV ) ).rg; + #ifdef USE_IRIDESCENCE + vec3 Fr = mix( specularColor, iridescenceF0, iridescence ); + #else + vec3 Fr = specularColor; + #endif + vec3 FssEss = Fr * fab.x + specularF90 * fab.y; + float Ess = fab.x + fab.y; + float Ems = 1.0 - Ess; + vec3 Favg = Fr + ( 1.0 - Fr ) * 0.047619; vec3 Fms = FssEss * Favg / ( 1.0 - Ems * Favg ); + singleScatter += FssEss; + multiScatter += Fms * Ems; +} +vec3 BRDF_GGX_Multiscatter( const in vec3 lightDir, const in vec3 viewDir, const in vec3 normal, const in PhysicalMaterial material ) { + vec3 singleScatter = BRDF_GGX( lightDir, viewDir, normal, material ); + float dotNL = saturate( dot( normal, lightDir ) ); + float dotNV = saturate( dot( normal, viewDir ) ); + vec2 dfgV = texture2D( dfgLUT, vec2( material.roughness, dotNV ) ).rg; + vec2 dfgL = texture2D( dfgLUT, vec2( material.roughness, dotNL ) ).rg; + vec3 FssEss_V = material.specularColorBlended * dfgV.x + material.specularF90 * dfgV.y; + vec3 FssEss_L = material.specularColorBlended * dfgL.x + material.specularF90 * dfgL.y; + float Ess_V = dfgV.x + dfgV.y; + float Ess_L = dfgL.x + dfgL.y; + float Ems_V = 1.0 - Ess_V; + float Ems_L = 1.0 - Ess_L; + vec3 Favg = material.specularColorBlended + ( 1.0 - material.specularColorBlended ) * 0.047619; + vec3 Fms = FssEss_V * FssEss_L * Favg / ( 1.0 - Ems_V * Ems_L * Favg + EPSILON ); + float compensationFactor = Ems_V * Ems_L; + vec3 multiScatter = Fms * compensationFactor; + return singleScatter + multiScatter; +} +#if NUM_RECT_AREA_LIGHTS > 0 + void RE_Direct_RectArea_Physical( const in RectAreaLight rectAreaLight, const in vec3 geometryPosition, const in vec3 geometryNormal, const in vec3 geometryViewDir, const in vec3 geometryClearcoatNormal, const in PhysicalMaterial material, inout ReflectedLight reflectedLight ) { + vec3 normal = geometryNormal; + vec3 viewDir = geometryViewDir; + vec3 position = geometryPosition; + vec3 lightPos = rectAreaLight.position; + vec3 halfWidth = rectAreaLight.halfWidth; + vec3 halfHeight = rectAreaLight.halfHeight; + vec3 lightColor = rectAreaLight.color; + float roughness = material.roughness; + vec3 rectCoords[ 4 ]; + rectCoords[ 0 ] = lightPos + halfWidth - halfHeight; rectCoords[ 1 ] = lightPos - halfWidth - halfHeight; + rectCoords[ 2 ] = lightPos - halfWidth + halfHeight; + rectCoords[ 3 ] = lightPos + halfWidth + halfHeight; + vec2 uv = LTC_Uv( normal, viewDir, roughness ); + vec4 t1 = texture2D( ltc_1, uv ); + vec4 t2 = texture2D( ltc_2, uv ); + mat3 mInv = mat3( + vec3( t1.x, 0, t1.y ), + vec3( 0, 1, 0 ), + vec3( t1.z, 0, t1.w ) + ); + vec3 fresnel = ( material.specularColorBlended * t2.x + ( material.specularF90 - material.specularColorBlended ) * t2.y ); + reflectedLight.directSpecular += lightColor * fresnel * LTC_Evaluate( normal, viewDir, position, mInv, rectCoords ); + reflectedLight.directDiffuse += lightColor * material.diffuseContribution * LTC_Evaluate( normal, viewDir, position, mat3( 1.0 ), rectCoords ); + #ifdef USE_CLEARCOAT + vec3 Ncc = geometryClearcoatNormal; + vec2 uvClearcoat = LTC_Uv( Ncc, viewDir, material.clearcoatRoughness ); + vec4 t1Clearcoat = texture2D( ltc_1, uvClearcoat ); + vec4 t2Clearcoat = texture2D( ltc_2, uvClearcoat ); + mat3 mInvClearcoat = mat3( + vec3( t1Clearcoat.x, 0, t1Clearcoat.y ), + vec3( 0, 1, 0 ), + vec3( t1Clearcoat.z, 0, t1Clearcoat.w ) + ); + vec3 fresnelClearcoat = material.clearcoatF0 * t2Clearcoat.x + ( material.clearcoatF90 - material.clearcoatF0 ) * t2Clearcoat.y; + clearcoatSpecularDirect += lightColor * fresnelClearcoat * LTC_Evaluate( Ncc, viewDir, position, mInvClearcoat, rectCoords ); + #endif + } +#endif +void RE_Direct_Physical( const in IncidentLight directLight, const in vec3 geometryPosition, const in vec3 geometryNormal, const in vec3 geometryViewDir, const in vec3 geometryClearcoatNormal, const in PhysicalMaterial material, inout ReflectedLight reflectedLight ) { + float dotNL = saturate( dot( geometryNormal, directLight.direction ) ); + vec3 irradiance = dotNL * directLight.color; + #ifdef USE_CLEARCOAT + float dotNLcc = saturate( dot( geometryClearcoatNormal, directLight.direction ) ); + vec3 ccIrradiance = dotNLcc * directLight.color; + clearcoatSpecularDirect += ccIrradiance * BRDF_GGX_Clearcoat( directLight.direction, geometryViewDir, geometryClearcoatNormal, material ); + #endif + #ifdef USE_SHEEN + + sheenSpecularDirect += irradiance * BRDF_Sheen( directLight.direction, geometryViewDir, geometryNormal, material.sheenColor, material.sheenRoughness ); + + float sheenAlbedoV = IBLSheenBRDF( geometryNormal, geometryViewDir, material.sheenRoughness ); + float sheenAlbedoL = IBLSheenBRDF( geometryNormal, directLight.direction, material.sheenRoughness ); + + float sheenEnergyComp = 1.0 - max3( material.sheenColor ) * max( sheenAlbedoV, sheenAlbedoL ); + + irradiance *= sheenEnergyComp; + + #endif + reflectedLight.directSpecular += irradiance * BRDF_GGX_Multiscatter( directLight.direction, geometryViewDir, geometryNormal, material ); + reflectedLight.directDiffuse += irradiance * BRDF_Lambert( material.diffuseContribution ); +} +void RE_IndirectDiffuse_Physical( const in vec3 irradiance, const in vec3 geometryPosition, const in vec3 geometryNormal, const in vec3 geometryViewDir, const in vec3 geometryClearcoatNormal, const in PhysicalMaterial material, inout ReflectedLight reflectedLight ) { + vec3 diffuse = irradiance * BRDF_Lambert( material.diffuseContribution ); + #ifdef USE_SHEEN + float sheenAlbedo = IBLSheenBRDF( geometryNormal, geometryViewDir, material.sheenRoughness ); + float sheenEnergyComp = 1.0 - max3( material.sheenColor ) * sheenAlbedo; + diffuse *= sheenEnergyComp; + #endif + reflectedLight.indirectDiffuse += diffuse; +} +void RE_IndirectSpecular_Physical( const in vec3 radiance, const in vec3 irradiance, const in vec3 clearcoatRadiance, const in vec3 geometryPosition, const in vec3 geometryNormal, const in vec3 geometryViewDir, const in vec3 geometryClearcoatNormal, const in PhysicalMaterial material, inout ReflectedLight reflectedLight) { + #ifdef USE_CLEARCOAT + clearcoatSpecularIndirect += clearcoatRadiance * EnvironmentBRDF( geometryClearcoatNormal, geometryViewDir, material.clearcoatF0, material.clearcoatF90, material.clearcoatRoughness ); + #endif + #ifdef USE_SHEEN + sheenSpecularIndirect += irradiance * material.sheenColor * IBLSheenBRDF( geometryNormal, geometryViewDir, material.sheenRoughness ) * RECIPROCAL_PI; + #endif + vec3 singleScatteringDielectric = vec3( 0.0 ); + vec3 multiScatteringDielectric = vec3( 0.0 ); + vec3 singleScatteringMetallic = vec3( 0.0 ); + vec3 multiScatteringMetallic = vec3( 0.0 ); + #ifdef USE_IRIDESCENCE + computeMultiscatteringIridescence( geometryNormal, geometryViewDir, material.specularColor, material.specularF90, material.iridescence, material.iridescenceFresnelDielectric, material.roughness, singleScatteringDielectric, multiScatteringDielectric ); + computeMultiscatteringIridescence( geometryNormal, geometryViewDir, material.diffuseColor, material.specularF90, material.iridescence, material.iridescenceFresnelMetallic, material.roughness, singleScatteringMetallic, multiScatteringMetallic ); + #else + computeMultiscattering( geometryNormal, geometryViewDir, material.specularColor, material.specularF90, material.roughness, singleScatteringDielectric, multiScatteringDielectric ); + computeMultiscattering( geometryNormal, geometryViewDir, material.diffuseColor, material.specularF90, material.roughness, singleScatteringMetallic, multiScatteringMetallic ); + #endif + vec3 singleScattering = mix( singleScatteringDielectric, singleScatteringMetallic, material.metalness ); + vec3 multiScattering = mix( multiScatteringDielectric, multiScatteringMetallic, material.metalness ); + vec3 totalScatteringDielectric = singleScatteringDielectric + multiScatteringDielectric; + vec3 diffuse = material.diffuseContribution * ( 1.0 - totalScatteringDielectric ); + vec3 cosineWeightedIrradiance = irradiance * RECIPROCAL_PI; + vec3 indirectSpecular = radiance * singleScattering; + indirectSpecular += multiScattering * cosineWeightedIrradiance; + vec3 indirectDiffuse = diffuse * cosineWeightedIrradiance; + #ifdef USE_SHEEN + float sheenAlbedo = IBLSheenBRDF( geometryNormal, geometryViewDir, material.sheenRoughness ); + float sheenEnergyComp = 1.0 - max3( material.sheenColor ) * sheenAlbedo; + indirectSpecular *= sheenEnergyComp; + indirectDiffuse *= sheenEnergyComp; + #endif + reflectedLight.indirectSpecular += indirectSpecular; + reflectedLight.indirectDiffuse += indirectDiffuse; +} +#define RE_Direct RE_Direct_Physical +#define RE_Direct_RectArea RE_Direct_RectArea_Physical +#define RE_IndirectDiffuse RE_IndirectDiffuse_Physical +#define RE_IndirectSpecular RE_IndirectSpecular_Physical +float computeSpecularOcclusion( const in float dotNV, const in float ambientOcclusion, const in float roughness ) { + return saturate( pow( dotNV + ambientOcclusion, exp2( - 16.0 * roughness - 1.0 ) ) - 1.0 + ambientOcclusion ); +}`,h_=` +vec3 geometryPosition = - vViewPosition; +vec3 geometryNormal = normal; +vec3 geometryViewDir = ( isOrthographic ) ? vec3( 0, 0, 1 ) : normalize( vViewPosition ); +vec3 geometryClearcoatNormal = vec3( 0.0 ); +#ifdef USE_CLEARCOAT + geometryClearcoatNormal = clearcoatNormal; +#endif +#ifdef USE_IRIDESCENCE + float dotNVi = saturate( dot( normal, geometryViewDir ) ); + if ( material.iridescenceThickness == 0.0 ) { + material.iridescence = 0.0; + } else { + material.iridescence = saturate( material.iridescence ); + } + if ( material.iridescence > 0.0 ) { + material.iridescenceFresnelDielectric = evalIridescence( 1.0, material.iridescenceIOR, dotNVi, material.iridescenceThickness, material.specularColor ); + material.iridescenceFresnelMetallic = evalIridescence( 1.0, material.iridescenceIOR, dotNVi, material.iridescenceThickness, material.diffuseColor ); + material.iridescenceFresnel = mix( material.iridescenceFresnelDielectric, material.iridescenceFresnelMetallic, material.metalness ); + material.iridescenceF0 = Schlick_to_F0( material.iridescenceFresnel, 1.0, dotNVi ); + } +#endif +IncidentLight directLight; +#if ( NUM_POINT_LIGHTS > 0 ) && defined( RE_Direct ) + PointLight pointLight; + #if defined( USE_SHADOWMAP ) && NUM_POINT_LIGHT_SHADOWS > 0 + PointLightShadow pointLightShadow; + #endif + #pragma unroll_loop_start + for ( int i = 0; i < NUM_POINT_LIGHTS; i ++ ) { + pointLight = pointLights[ i ]; + getPointLightInfo( pointLight, geometryPosition, directLight ); + #if defined( USE_SHADOWMAP ) && ( UNROLLED_LOOP_INDEX < NUM_POINT_LIGHT_SHADOWS ) && ( defined( SHADOWMAP_TYPE_PCF ) || defined( SHADOWMAP_TYPE_BASIC ) ) + pointLightShadow = pointLightShadows[ i ]; + directLight.color *= ( directLight.visible && receiveShadow ) ? getPointShadow( pointShadowMap[ i ], pointLightShadow.shadowMapSize, pointLightShadow.shadowIntensity, pointLightShadow.shadowBias, pointLightShadow.shadowRadius, vPointShadowCoord[ i ], pointLightShadow.shadowCameraNear, pointLightShadow.shadowCameraFar ) : 1.0; + #endif + RE_Direct( directLight, geometryPosition, geometryNormal, geometryViewDir, geometryClearcoatNormal, material, reflectedLight ); + } + #pragma unroll_loop_end +#endif +#if ( NUM_SPOT_LIGHTS > 0 ) && defined( RE_Direct ) + SpotLight spotLight; + vec4 spotColor; + vec3 spotLightCoord; + bool inSpotLightMap; + #if defined( USE_SHADOWMAP ) && NUM_SPOT_LIGHT_SHADOWS > 0 + SpotLightShadow spotLightShadow; + #endif + #pragma unroll_loop_start + for ( int i = 0; i < NUM_SPOT_LIGHTS; i ++ ) { + spotLight = spotLights[ i ]; + getSpotLightInfo( spotLight, geometryPosition, directLight ); + #if ( UNROLLED_LOOP_INDEX < NUM_SPOT_LIGHT_SHADOWS_WITH_MAPS ) + #define SPOT_LIGHT_MAP_INDEX UNROLLED_LOOP_INDEX + #elif ( UNROLLED_LOOP_INDEX < NUM_SPOT_LIGHT_SHADOWS ) + #define SPOT_LIGHT_MAP_INDEX NUM_SPOT_LIGHT_MAPS + #else + #define SPOT_LIGHT_MAP_INDEX ( UNROLLED_LOOP_INDEX - NUM_SPOT_LIGHT_SHADOWS + NUM_SPOT_LIGHT_SHADOWS_WITH_MAPS ) + #endif + #if ( SPOT_LIGHT_MAP_INDEX < NUM_SPOT_LIGHT_MAPS ) + spotLightCoord = vSpotLightCoord[ i ].xyz / vSpotLightCoord[ i ].w; + inSpotLightMap = all( lessThan( abs( spotLightCoord * 2. - 1. ), vec3( 1.0 ) ) ); + spotColor = texture2D( spotLightMap[ SPOT_LIGHT_MAP_INDEX ], spotLightCoord.xy ); + directLight.color = inSpotLightMap ? directLight.color * spotColor.rgb : directLight.color; + #endif + #undef SPOT_LIGHT_MAP_INDEX + #if defined( USE_SHADOWMAP ) && ( UNROLLED_LOOP_INDEX < NUM_SPOT_LIGHT_SHADOWS ) + spotLightShadow = spotLightShadows[ i ]; + directLight.color *= ( directLight.visible && receiveShadow ) ? getShadow( spotShadowMap[ i ], spotLightShadow.shadowMapSize, spotLightShadow.shadowIntensity, spotLightShadow.shadowBias, spotLightShadow.shadowRadius, vSpotLightCoord[ i ] ) : 1.0; + #endif + RE_Direct( directLight, geometryPosition, geometryNormal, geometryViewDir, geometryClearcoatNormal, material, reflectedLight ); + } + #pragma unroll_loop_end +#endif +#if ( NUM_DIR_LIGHTS > 0 ) && defined( RE_Direct ) + DirectionalLight directionalLight; + #if defined( USE_SHADOWMAP ) && NUM_DIR_LIGHT_SHADOWS > 0 + DirectionalLightShadow directionalLightShadow; + #endif + #pragma unroll_loop_start + for ( int i = 0; i < NUM_DIR_LIGHTS; i ++ ) { + directionalLight = directionalLights[ i ]; + getDirectionalLightInfo( directionalLight, directLight ); + #if defined( USE_SHADOWMAP ) && ( UNROLLED_LOOP_INDEX < NUM_DIR_LIGHT_SHADOWS ) + directionalLightShadow = directionalLightShadows[ i ]; + directLight.color *= ( directLight.visible && receiveShadow ) ? getShadow( directionalShadowMap[ i ], directionalLightShadow.shadowMapSize, directionalLightShadow.shadowIntensity, directionalLightShadow.shadowBias, directionalLightShadow.shadowRadius, vDirectionalShadowCoord[ i ] ) : 1.0; + #endif + RE_Direct( directLight, geometryPosition, geometryNormal, geometryViewDir, geometryClearcoatNormal, material, reflectedLight ); + } + #pragma unroll_loop_end +#endif +#if ( NUM_RECT_AREA_LIGHTS > 0 ) && defined( RE_Direct_RectArea ) + RectAreaLight rectAreaLight; + #pragma unroll_loop_start + for ( int i = 0; i < NUM_RECT_AREA_LIGHTS; i ++ ) { + rectAreaLight = rectAreaLights[ i ]; + RE_Direct_RectArea( rectAreaLight, geometryPosition, geometryNormal, geometryViewDir, geometryClearcoatNormal, material, reflectedLight ); + } + #pragma unroll_loop_end +#endif +#if defined( RE_IndirectDiffuse ) + vec3 iblIrradiance = vec3( 0.0 ); + vec3 irradiance = getAmbientLightIrradiance( ambientLightColor ); + #if defined( USE_LIGHT_PROBES ) + irradiance += getLightProbeIrradiance( lightProbe, geometryNormal ); + #endif + #if ( NUM_HEMI_LIGHTS > 0 ) + #pragma unroll_loop_start + for ( int i = 0; i < NUM_HEMI_LIGHTS; i ++ ) { + irradiance += getHemisphereLightIrradiance( hemisphereLights[ i ], geometryNormal ); + } + #pragma unroll_loop_end + #endif + #ifdef USE_LIGHT_PROBES_GRID + vec3 probeWorldPos = ( ( vec4( geometryPosition, 1.0 ) - viewMatrix[ 3 ] ) * viewMatrix ).xyz; + vec3 probeWorldNormal = transformNormalByInverseViewMatrix( geometryNormal, viewMatrix ); + irradiance += getLightProbeGridIrradiance( probeWorldPos, probeWorldNormal ); + #endif +#endif +#if defined( RE_IndirectSpecular ) + vec3 radiance = vec3( 0.0 ); + vec3 clearcoatRadiance = vec3( 0.0 ); +#endif`,d_=`#if defined( RE_IndirectDiffuse ) + #ifdef USE_LIGHTMAP + vec4 lightMapTexel = texture2D( lightMap, vLightMapUv ); + vec3 lightMapIrradiance = lightMapTexel.rgb * lightMapIntensity; + irradiance += lightMapIrradiance; + #endif + #if defined( USE_ENVMAP ) && defined( ENVMAP_TYPE_CUBE_UV ) + #if defined( STANDARD ) || defined( LAMBERT ) || defined( PHONG ) + iblIrradiance += getIBLIrradiance( geometryNormal ); + #endif + #endif +#endif +#if defined( USE_ENVMAP ) && defined( RE_IndirectSpecular ) + #ifdef USE_ANISOTROPY + radiance += getIBLAnisotropyRadiance( geometryViewDir, geometryNormal, material.roughness, material.anisotropyB, material.anisotropy ); + #else + radiance += getIBLRadiance( geometryViewDir, geometryNormal, material.roughness ); + #endif + #ifdef USE_CLEARCOAT + clearcoatRadiance += getIBLRadiance( geometryViewDir, geometryClearcoatNormal, material.clearcoatRoughness ); + #endif +#endif`,f_=`#if defined( RE_IndirectDiffuse ) + #if defined( LAMBERT ) || defined( PHONG ) + irradiance += iblIrradiance; + #endif + RE_IndirectDiffuse( irradiance, geometryPosition, geometryNormal, geometryViewDir, geometryClearcoatNormal, material, reflectedLight ); +#endif +#if defined( RE_IndirectSpecular ) + RE_IndirectSpecular( radiance, iblIrradiance, clearcoatRadiance, geometryPosition, geometryNormal, geometryViewDir, geometryClearcoatNormal, material, reflectedLight ); +#endif`,p_=`#ifdef USE_LIGHT_PROBES_GRID +uniform highp sampler3D probesSH; +uniform vec3 probesMin; +uniform vec3 probesMax; +uniform vec3 probesResolution; +vec3 getLightProbeGridIrradiance( vec3 worldPos, vec3 worldNormal ) { + vec3 res = probesResolution; + vec3 gridRange = probesMax - probesMin; + vec3 resMinusOne = res - 1.0; + vec3 probeSpacing = gridRange / resMinusOne; + vec3 samplePos = worldPos + worldNormal * probeSpacing * 0.5; + vec3 uvw = clamp( ( samplePos - probesMin ) / gridRange, 0.0, 1.0 ); + uvw = uvw * resMinusOne / res + 0.5 / res; + float nz = res.z; + float paddedSlices = nz + 2.0; + float atlasDepth = 7.0 * paddedSlices; + float uvZBase = uvw.z * nz + 1.0; + vec4 s0 = texture( probesSH, vec3( uvw.xy, ( uvZBase ) / atlasDepth ) ); + vec4 s1 = texture( probesSH, vec3( uvw.xy, ( uvZBase + paddedSlices ) / atlasDepth ) ); + vec4 s2 = texture( probesSH, vec3( uvw.xy, ( uvZBase + 2.0 * paddedSlices ) / atlasDepth ) ); + vec4 s3 = texture( probesSH, vec3( uvw.xy, ( uvZBase + 3.0 * paddedSlices ) / atlasDepth ) ); + vec4 s4 = texture( probesSH, vec3( uvw.xy, ( uvZBase + 4.0 * paddedSlices ) / atlasDepth ) ); + vec4 s5 = texture( probesSH, vec3( uvw.xy, ( uvZBase + 5.0 * paddedSlices ) / atlasDepth ) ); + vec4 s6 = texture( probesSH, vec3( uvw.xy, ( uvZBase + 6.0 * paddedSlices ) / atlasDepth ) ); + vec3 c0 = s0.xyz; + vec3 c1 = vec3( s0.w, s1.xy ); + vec3 c2 = vec3( s1.zw, s2.x ); + vec3 c3 = s2.yzw; + vec3 c4 = s3.xyz; + vec3 c5 = vec3( s3.w, s4.xy ); + vec3 c6 = vec3( s4.zw, s5.x ); + vec3 c7 = s5.yzw; + vec3 c8 = s6.xyz; + float x = worldNormal.x, y = worldNormal.y, z = worldNormal.z; + vec3 result = c0 * 0.886227; + result += c1 * 2.0 * 0.511664 * y; + result += c2 * 2.0 * 0.511664 * z; + result += c3 * 2.0 * 0.511664 * x; + result += c4 * 2.0 * 0.429043 * x * y; + result += c5 * 2.0 * 0.429043 * y * z; + result += c6 * ( 0.743125 * z * z - 0.247708 ); + result += c7 * 2.0 * 0.429043 * x * z; + result += c8 * 0.429043 * ( x * x - y * y ); + return max( result, vec3( 0.0 ) ); +} +#endif`,m_=`#if defined( USE_LOGARITHMIC_DEPTH_BUFFER ) + gl_FragDepth = vIsPerspective == 0.0 ? gl_FragCoord.z : log2( vFragDepth ) * logDepthBufFC * 0.5; +#endif`,g_=`#if defined( USE_LOGARITHMIC_DEPTH_BUFFER ) + uniform float logDepthBufFC; + varying float vFragDepth; + varying float vIsPerspective; +#endif`,__=`#ifdef USE_LOGARITHMIC_DEPTH_BUFFER + varying float vFragDepth; + varying float vIsPerspective; +#endif`,x_=`#ifdef USE_LOGARITHMIC_DEPTH_BUFFER + vFragDepth = 1.0 + gl_Position.w; + vIsPerspective = float( isPerspectiveMatrix( projectionMatrix ) ); +#endif`,y_=`#ifdef USE_MAP + vec4 sampledDiffuseColor = texture2D( map, vMapUv ); + #ifdef DECODE_VIDEO_TEXTURE + sampledDiffuseColor = sRGBTransferEOTF( sampledDiffuseColor ); + #endif + diffuseColor *= sampledDiffuseColor; +#endif`,v_=`#ifdef USE_MAP + uniform sampler2D map; +#endif`,S_=`#if defined( USE_MAP ) || defined( USE_ALPHAMAP ) + #if defined( USE_POINTS_UV ) + vec2 uv = vUv; + #else + vec2 uv = ( uvTransform * vec3( gl_PointCoord.x, 1.0 - gl_PointCoord.y, 1 ) ).xy; + #endif +#endif +#ifdef USE_MAP + diffuseColor *= texture2D( map, uv ); +#endif +#ifdef USE_ALPHAMAP + diffuseColor.a *= texture2D( alphaMap, uv ).g; +#endif`,b_=`#if defined( USE_POINTS_UV ) + varying vec2 vUv; +#else + #if defined( USE_MAP ) || defined( USE_ALPHAMAP ) + uniform mat3 uvTransform; + #endif +#endif +#ifdef USE_MAP + uniform sampler2D map; +#endif +#ifdef USE_ALPHAMAP + uniform sampler2D alphaMap; +#endif`,M_=`float metalnessFactor = metalness; +#ifdef USE_METALNESSMAP + vec4 texelMetalness = texture2D( metalnessMap, vMetalnessMapUv ); + metalnessFactor *= texelMetalness.b; +#endif`,A_=`#ifdef USE_METALNESSMAP + uniform sampler2D metalnessMap; +#endif`,E_=`#ifdef USE_INSTANCING_MORPH + float morphTargetInfluences[ MORPHTARGETS_COUNT ]; + float morphTargetBaseInfluence = texelFetch( morphTexture, ivec2( 0, gl_InstanceID ), 0 ).r; + for ( int i = 0; i < MORPHTARGETS_COUNT; i ++ ) { + morphTargetInfluences[i] = texelFetch( morphTexture, ivec2( i + 1, gl_InstanceID ), 0 ).r; + } +#endif`,T_=`#if defined( USE_MORPHCOLORS ) + vColor *= morphTargetBaseInfluence; + for ( int i = 0; i < MORPHTARGETS_COUNT; i ++ ) { + #if defined( USE_COLOR_ALPHA ) + if ( morphTargetInfluences[ i ] != 0.0 ) vColor += getMorph( gl_VertexID, i, 2 ) * morphTargetInfluences[ i ]; + #elif defined( USE_COLOR ) + if ( morphTargetInfluences[ i ] != 0.0 ) vColor += getMorph( gl_VertexID, i, 2 ).rgb * morphTargetInfluences[ i ]; + #endif + } +#endif`,C_=`#ifdef USE_MORPHNORMALS + objectNormal *= morphTargetBaseInfluence; + for ( int i = 0; i < MORPHTARGETS_COUNT; i ++ ) { + if ( morphTargetInfluences[ i ] != 0.0 ) objectNormal += getMorph( gl_VertexID, i, 1 ).xyz * morphTargetInfluences[ i ]; + } +#endif`,w_=`#ifdef USE_MORPHTARGETS + #ifndef USE_INSTANCING_MORPH + uniform float morphTargetBaseInfluence; + uniform float morphTargetInfluences[ MORPHTARGETS_COUNT ]; + #endif + uniform sampler2DArray morphTargetsTexture; + uniform ivec2 morphTargetsTextureSize; + vec4 getMorph( const in int vertexIndex, const in int morphTargetIndex, const in int offset ) { + int texelIndex = vertexIndex * MORPHTARGETS_TEXTURE_STRIDE + offset; + int y = texelIndex / morphTargetsTextureSize.x; + int x = texelIndex - y * morphTargetsTextureSize.x; + ivec3 morphUV = ivec3( x, y, morphTargetIndex ); + return texelFetch( morphTargetsTexture, morphUV, 0 ); + } +#endif`,R_=`#ifdef USE_MORPHTARGETS + transformed *= morphTargetBaseInfluence; + for ( int i = 0; i < MORPHTARGETS_COUNT; i ++ ) { + if ( morphTargetInfluences[ i ] != 0.0 ) transformed += getMorph( gl_VertexID, i, 0 ).xyz * morphTargetInfluences[ i ]; + } +#endif`,L_=`float faceDirection = gl_FrontFacing ? 1.0 : - 1.0; +#ifdef FLAT_SHADED + vec3 fdx = dFdx( vViewPosition ); + vec3 fdy = dFdy( vViewPosition ); + vec3 normal = normalize( cross( fdx, fdy ) ); +#else + vec3 normal = normalize( vNormal ); + #ifdef DOUBLE_SIDED + normal *= faceDirection; + #endif +#endif +#if defined( USE_NORMALMAP_TANGENTSPACE ) || defined( USE_CLEARCOAT_NORMALMAP ) || defined( USE_ANISOTROPY ) + #ifdef USE_TANGENT + mat3 tbn = mat3( normalize( vTangent ), normalize( vBitangent ), normal ); + #else + mat3 tbn = getTangentFrame( - vViewPosition, normal, + #if defined( USE_NORMALMAP ) + vNormalMapUv + #elif defined( USE_CLEARCOAT_NORMALMAP ) + vClearcoatNormalMapUv + #else + vUv + #endif + ); + #endif + #ifdef DOUBLE_SIDED + tbn[0] *= faceDirection; + tbn[1] *= faceDirection; + #endif +#endif +#ifdef USE_CLEARCOAT_NORMALMAP + #ifdef USE_TANGENT + mat3 tbn2 = mat3( normalize( vTangent ), normalize( vBitangent ), normal ); + #else + mat3 tbn2 = getTangentFrame( - vViewPosition, normal, vClearcoatNormalMapUv ); + #endif + #ifdef DOUBLE_SIDED + tbn2[0] *= faceDirection; + tbn2[1] *= faceDirection; + #endif +#endif +vec3 nonPerturbedNormal = normal;`,D_=`#ifdef USE_NORMALMAP_OBJECTSPACE + normal = texture2D( normalMap, vNormalMapUv ).xyz * 2.0 - 1.0; + #ifdef FLIP_SIDED + normal = - normal; + #endif + #ifdef DOUBLE_SIDED + normal = normal * faceDirection; + #endif + normal = normalize( normalMatrix * normal ); +#elif defined( USE_NORMALMAP_TANGENTSPACE ) + vec3 mapN = texture2D( normalMap, vNormalMapUv ).xyz * 2.0 - 1.0; + #if defined( USE_PACKED_NORMALMAP ) + mapN = vec3( mapN.xy, sqrt( saturate( 1.0 - dot( mapN.xy, mapN.xy ) ) ) ); + #endif + mapN.xy *= normalScale; + normal = normalize( tbn * mapN ); +#elif defined( USE_BUMPMAP ) + normal = perturbNormalArb( - vViewPosition, normal, dHdxy_fwd(), faceDirection ); +#endif`,I_=`#ifndef FLAT_SHADED + varying vec3 vNormal; + #ifdef USE_TANGENT + varying vec3 vTangent; + varying vec3 vBitangent; + #endif +#endif`,P_=`#ifndef FLAT_SHADED + varying vec3 vNormal; + #ifdef USE_TANGENT + varying vec3 vTangent; + varying vec3 vBitangent; + #endif +#endif`,O_=`#ifndef FLAT_SHADED + vNormal = normalize( transformedNormal ); + #ifdef USE_TANGENT + vTangent = normalize( transformedTangent ); + vBitangent = normalize( cross( vNormal, vTangent ) * tangent.w ); + #ifdef FLIP_SIDED + vBitangent = - vBitangent; + #endif + #endif +#endif`,U_=`#ifdef USE_NORMALMAP + uniform sampler2D normalMap; + uniform vec2 normalScale; +#endif +#ifdef USE_NORMALMAP_OBJECTSPACE + uniform mat3 normalMatrix; +#endif +#if ! defined ( USE_TANGENT ) && ( defined ( USE_NORMALMAP_TANGENTSPACE ) || defined ( USE_CLEARCOAT_NORMALMAP ) || defined( USE_ANISOTROPY ) ) + mat3 getTangentFrame( vec3 eye_pos, vec3 surf_norm, vec2 uv ) { + vec3 q0 = dFdx( eye_pos.xyz ); + vec3 q1 = dFdy( eye_pos.xyz ); + vec2 st0 = dFdx( uv.st ); + vec2 st1 = dFdy( uv.st ); + vec3 N = surf_norm; + vec3 q1perp = cross( q1, N ); + vec3 q0perp = cross( N, q0 ); + vec3 T = q1perp * st0.x + q0perp * st1.x; + vec3 B = q1perp * st0.y + q0perp * st1.y; + float det = max( dot( T, T ), dot( B, B ) ); + float scale = ( det == 0.0 ) ? 0.0 : inversesqrt( det ); + return mat3( T * scale, B * scale, N ); + } +#endif`,N_=`#ifdef USE_CLEARCOAT + vec3 clearcoatNormal = nonPerturbedNormal; +#endif`,k_=`#ifdef USE_CLEARCOAT_NORMALMAP + vec3 clearcoatMapN = texture2D( clearcoatNormalMap, vClearcoatNormalMapUv ).xyz * 2.0 - 1.0; + clearcoatMapN.xy *= clearcoatNormalScale; + clearcoatNormal = normalize( tbn2 * clearcoatMapN ); +#endif`,F_=`#ifdef USE_CLEARCOATMAP + uniform sampler2D clearcoatMap; +#endif +#ifdef USE_CLEARCOAT_NORMALMAP + uniform sampler2D clearcoatNormalMap; + uniform vec2 clearcoatNormalScale; +#endif +#ifdef USE_CLEARCOAT_ROUGHNESSMAP + uniform sampler2D clearcoatRoughnessMap; +#endif`,B_=`#ifdef USE_IRIDESCENCEMAP + uniform sampler2D iridescenceMap; +#endif +#ifdef USE_IRIDESCENCE_THICKNESSMAP + uniform sampler2D iridescenceThicknessMap; +#endif`,H_=`#ifdef OPAQUE +diffuseColor.a = 1.0; +#endif +#ifdef USE_TRANSMISSION +diffuseColor.a *= material.transmissionAlpha; +#endif +gl_FragColor = vec4( outgoingLight, diffuseColor.a );`,z_=`vec3 packNormalToRGB( const in vec3 normal ) { + return normalize( normal ) * 0.5 + 0.5; +} +vec3 unpackRGBToNormal( const in vec3 rgb ) { + return 2.0 * rgb.xyz - 1.0; +} +const float PackUpscale = 256. / 255.;const float UnpackDownscale = 255. / 256.;const float ShiftRight8 = 1. / 256.; +const float Inv255 = 1. / 255.; +const vec4 PackFactors = vec4( 1.0, 256.0, 256.0 * 256.0, 256.0 * 256.0 * 256.0 ); +const vec2 UnpackFactors2 = vec2( UnpackDownscale, 1.0 / PackFactors.g ); +const vec3 UnpackFactors3 = vec3( UnpackDownscale / PackFactors.rg, 1.0 / PackFactors.b ); +const vec4 UnpackFactors4 = vec4( UnpackDownscale / PackFactors.rgb, 1.0 / PackFactors.a ); +vec4 packDepthToRGBA( const in float v ) { + if( v <= 0.0 ) + return vec4( 0., 0., 0., 0. ); + if( v >= 1.0 ) + return vec4( 1., 1., 1., 1. ); + float vuf; + float af = modf( v * PackFactors.a, vuf ); + float bf = modf( vuf * ShiftRight8, vuf ); + float gf = modf( vuf * ShiftRight8, vuf ); + return vec4( vuf * Inv255, gf * PackUpscale, bf * PackUpscale, af ); +} +vec3 packDepthToRGB( const in float v ) { + if( v <= 0.0 ) + return vec3( 0., 0., 0. ); + if( v >= 1.0 ) + return vec3( 1., 1., 1. ); + float vuf; + float bf = modf( v * PackFactors.b, vuf ); + float gf = modf( vuf * ShiftRight8, vuf ); + return vec3( vuf * Inv255, gf * PackUpscale, bf ); +} +vec2 packDepthToRG( const in float v ) { + if( v <= 0.0 ) + return vec2( 0., 0. ); + if( v >= 1.0 ) + return vec2( 1., 1. ); + float vuf; + float gf = modf( v * 256., vuf ); + return vec2( vuf * Inv255, gf ); +} +float unpackRGBAToDepth( const in vec4 v ) { + return dot( v, UnpackFactors4 ); +} +float unpackRGBToDepth( const in vec3 v ) { + return dot( v, UnpackFactors3 ); +} +float unpackRGToDepth( const in vec2 v ) { + return v.r * UnpackFactors2.r + v.g * UnpackFactors2.g; +} +vec4 pack2HalfToRGBA( const in vec2 v ) { + vec4 r = vec4( v.x, fract( v.x * 255.0 ), v.y, fract( v.y * 255.0 ) ); + return vec4( r.x - r.y / 255.0, r.y, r.z - r.w / 255.0, r.w ); +} +vec2 unpackRGBATo2Half( const in vec4 v ) { + return vec2( v.x + ( v.y / 255.0 ), v.z + ( v.w / 255.0 ) ); +} +float viewZToOrthographicDepth( const in float viewZ, const in float near, const in float far ) { + return ( viewZ + near ) / ( near - far ); +} +float orthographicDepthToViewZ( const in float depth, const in float near, const in float far ) { + #ifdef USE_REVERSED_DEPTH_BUFFER + + return depth * ( far - near ) - far; + #else + return depth * ( near - far ) - near; + #endif +} +float viewZToPerspectiveDepth( const in float viewZ, const in float near, const in float far ) { + return ( ( near + viewZ ) * far ) / ( ( far - near ) * viewZ ); +} +float perspectiveDepthToViewZ( const in float depth, const in float near, const in float far ) { + + #ifdef USE_REVERSED_DEPTH_BUFFER + return ( near * far ) / ( ( near - far ) * depth - near ); + #else + return ( near * far ) / ( ( far - near ) * depth - far ); + #endif +}`,V_=`#ifdef PREMULTIPLIED_ALPHA + gl_FragColor.rgb *= gl_FragColor.a; +#endif`,G_=`vec4 mvPosition = vec4( transformed, 1.0 ); +#ifdef USE_BATCHING + mvPosition = batchingMatrix * mvPosition; +#endif +#ifdef USE_INSTANCING + mvPosition = instanceMatrix * mvPosition; +#endif +mvPosition = modelViewMatrix * mvPosition; +gl_Position = projectionMatrix * mvPosition;`,W_=`#ifdef DITHERING + gl_FragColor.rgb = dithering( gl_FragColor.rgb ); +#endif`,X_=`#ifdef DITHERING + vec3 dithering( vec3 color ) { + float grid_position = rand( gl_FragCoord.xy ); + vec3 dither_shift_RGB = vec3( 0.25 / 255.0, -0.25 / 255.0, 0.25 / 255.0 ); + dither_shift_RGB = mix( 2.0 * dither_shift_RGB, -2.0 * dither_shift_RGB, grid_position ); + return color + dither_shift_RGB; + } +#endif`,Y_=`float roughnessFactor = roughness; +#ifdef USE_ROUGHNESSMAP + vec4 texelRoughness = texture2D( roughnessMap, vRoughnessMapUv ); + roughnessFactor *= texelRoughness.g; +#endif`,K_=`#ifdef USE_ROUGHNESSMAP + uniform sampler2D roughnessMap; +#endif`,q_=`#if NUM_SPOT_LIGHT_COORDS > 0 + varying vec4 vSpotLightCoord[ NUM_SPOT_LIGHT_COORDS ]; +#endif +#if NUM_SPOT_LIGHT_MAPS > 0 + uniform sampler2D spotLightMap[ NUM_SPOT_LIGHT_MAPS ]; +#endif +#ifdef USE_SHADOWMAP + #if NUM_DIR_LIGHT_SHADOWS > 0 + #if defined( SHADOWMAP_TYPE_PCF ) + uniform sampler2DShadow directionalShadowMap[ NUM_DIR_LIGHT_SHADOWS ]; + #else + uniform sampler2D directionalShadowMap[ NUM_DIR_LIGHT_SHADOWS ]; + #endif + varying vec4 vDirectionalShadowCoord[ NUM_DIR_LIGHT_SHADOWS ]; + struct DirectionalLightShadow { + float shadowIntensity; + float shadowBias; + float shadowNormalBias; + float shadowRadius; + vec2 shadowMapSize; + }; + uniform DirectionalLightShadow directionalLightShadows[ NUM_DIR_LIGHT_SHADOWS ]; + #endif + #if NUM_SPOT_LIGHT_SHADOWS > 0 + #if defined( SHADOWMAP_TYPE_PCF ) + uniform sampler2DShadow spotShadowMap[ NUM_SPOT_LIGHT_SHADOWS ]; + #else + uniform sampler2D spotShadowMap[ NUM_SPOT_LIGHT_SHADOWS ]; + #endif + struct SpotLightShadow { + float shadowIntensity; + float shadowBias; + float shadowNormalBias; + float shadowRadius; + vec2 shadowMapSize; + }; + uniform SpotLightShadow spotLightShadows[ NUM_SPOT_LIGHT_SHADOWS ]; + #endif + #if NUM_POINT_LIGHT_SHADOWS > 0 + #if defined( SHADOWMAP_TYPE_PCF ) + uniform samplerCubeShadow pointShadowMap[ NUM_POINT_LIGHT_SHADOWS ]; + #elif defined( SHADOWMAP_TYPE_BASIC ) + uniform samplerCube pointShadowMap[ NUM_POINT_LIGHT_SHADOWS ]; + #endif + varying vec4 vPointShadowCoord[ NUM_POINT_LIGHT_SHADOWS ]; + struct PointLightShadow { + float shadowIntensity; + float shadowBias; + float shadowNormalBias; + float shadowRadius; + vec2 shadowMapSize; + float shadowCameraNear; + float shadowCameraFar; + }; + uniform PointLightShadow pointLightShadows[ NUM_POINT_LIGHT_SHADOWS ]; + #endif + #if defined( SHADOWMAP_TYPE_PCF ) + float interleavedGradientNoise( vec2 position ) { + return fract( 52.9829189 * fract( dot( position, vec2( 0.06711056, 0.00583715 ) ) ) ); + } + vec2 vogelDiskSample( int sampleIndex, int samplesCount, float phi ) { + const float goldenAngle = 2.399963229728653; + float r = sqrt( ( float( sampleIndex ) + 0.5 ) / float( samplesCount ) ); + float theta = float( sampleIndex ) * goldenAngle + phi; + return vec2( cos( theta ), sin( theta ) ) * r; + } + #endif + #if defined( SHADOWMAP_TYPE_PCF ) + float getShadow( sampler2DShadow shadowMap, vec2 shadowMapSize, float shadowIntensity, float shadowBias, float shadowRadius, vec4 shadowCoord ) { + float shadow = 1.0; + shadowCoord.xyz /= shadowCoord.w; + shadowCoord.z += shadowBias; + bool inFrustum = shadowCoord.x >= 0.0 && shadowCoord.x <= 1.0 && shadowCoord.y >= 0.0 && shadowCoord.y <= 1.0; + bool frustumTest = inFrustum && shadowCoord.z <= 1.0; + if ( frustumTest ) { + vec2 texelSize = vec2( 1.0 ) / shadowMapSize; + float radius = shadowRadius * texelSize.x; + float phi = interleavedGradientNoise( gl_FragCoord.xy ) * PI2; + shadow = ( + texture( shadowMap, vec3( shadowCoord.xy + vogelDiskSample( 0, 5, phi ) * radius, shadowCoord.z ) ) + + texture( shadowMap, vec3( shadowCoord.xy + vogelDiskSample( 1, 5, phi ) * radius, shadowCoord.z ) ) + + texture( shadowMap, vec3( shadowCoord.xy + vogelDiskSample( 2, 5, phi ) * radius, shadowCoord.z ) ) + + texture( shadowMap, vec3( shadowCoord.xy + vogelDiskSample( 3, 5, phi ) * radius, shadowCoord.z ) ) + + texture( shadowMap, vec3( shadowCoord.xy + vogelDiskSample( 4, 5, phi ) * radius, shadowCoord.z ) ) + ) * 0.2; + } + return mix( 1.0, shadow, shadowIntensity ); + } + #elif defined( SHADOWMAP_TYPE_VSM ) + float getShadow( sampler2D shadowMap, vec2 shadowMapSize, float shadowIntensity, float shadowBias, float shadowRadius, vec4 shadowCoord ) { + float shadow = 1.0; + shadowCoord.xyz /= shadowCoord.w; + #ifdef USE_REVERSED_DEPTH_BUFFER + shadowCoord.z -= shadowBias; + #else + shadowCoord.z += shadowBias; + #endif + bool inFrustum = shadowCoord.x >= 0.0 && shadowCoord.x <= 1.0 && shadowCoord.y >= 0.0 && shadowCoord.y <= 1.0; + bool frustumTest = inFrustum && shadowCoord.z <= 1.0; + if ( frustumTest ) { + vec2 distribution = texture2D( shadowMap, shadowCoord.xy ).rg; + float mean = distribution.x; + float variance = distribution.y * distribution.y; + #ifdef USE_REVERSED_DEPTH_BUFFER + float hard_shadow = step( mean, shadowCoord.z ); + #else + float hard_shadow = step( shadowCoord.z, mean ); + #endif + + if ( hard_shadow == 1.0 ) { + shadow = 1.0; + } else { + variance = max( variance, 0.0000001 ); + float d = shadowCoord.z - mean; + float p_max = variance / ( variance + d * d ); + p_max = clamp( ( p_max - 0.3 ) / 0.65, 0.0, 1.0 ); + shadow = max( hard_shadow, p_max ); + } + } + return mix( 1.0, shadow, shadowIntensity ); + } + #else + float getShadow( sampler2D shadowMap, vec2 shadowMapSize, float shadowIntensity, float shadowBias, float shadowRadius, vec4 shadowCoord ) { + float shadow = 1.0; + shadowCoord.xyz /= shadowCoord.w; + #ifdef USE_REVERSED_DEPTH_BUFFER + shadowCoord.z -= shadowBias; + #else + shadowCoord.z += shadowBias; + #endif + bool inFrustum = shadowCoord.x >= 0.0 && shadowCoord.x <= 1.0 && shadowCoord.y >= 0.0 && shadowCoord.y <= 1.0; + bool frustumTest = inFrustum && shadowCoord.z <= 1.0; + if ( frustumTest ) { + float depth = texture2D( shadowMap, shadowCoord.xy ).r; + #ifdef USE_REVERSED_DEPTH_BUFFER + shadow = step( depth, shadowCoord.z ); + #else + shadow = step( shadowCoord.z, depth ); + #endif + } + return mix( 1.0, shadow, shadowIntensity ); + } + #endif + #if NUM_POINT_LIGHT_SHADOWS > 0 + #if defined( SHADOWMAP_TYPE_PCF ) + float getPointShadow( samplerCubeShadow shadowMap, vec2 shadowMapSize, float shadowIntensity, float shadowBias, float shadowRadius, vec4 shadowCoord, float shadowCameraNear, float shadowCameraFar ) { + float shadow = 1.0; + vec3 lightToPosition = shadowCoord.xyz; + vec3 bd3D = normalize( lightToPosition ); + vec3 absVec = abs( lightToPosition ); + float viewSpaceZ = max( max( absVec.x, absVec.y ), absVec.z ); + if ( viewSpaceZ - shadowCameraFar <= 0.0 && viewSpaceZ - shadowCameraNear >= 0.0 ) { + #ifdef USE_REVERSED_DEPTH_BUFFER + float dp = ( shadowCameraNear * ( shadowCameraFar - viewSpaceZ ) ) / ( viewSpaceZ * ( shadowCameraFar - shadowCameraNear ) ); + dp -= shadowBias; + #else + float dp = ( shadowCameraFar * ( viewSpaceZ - shadowCameraNear ) ) / ( viewSpaceZ * ( shadowCameraFar - shadowCameraNear ) ); + dp += shadowBias; + #endif + float texelSize = shadowRadius / shadowMapSize.x; + vec3 absDir = abs( bd3D ); + vec3 tangent = absDir.x > absDir.z ? vec3( 0.0, 1.0, 0.0 ) : vec3( 1.0, 0.0, 0.0 ); + tangent = normalize( cross( bd3D, tangent ) ); + vec3 bitangent = cross( bd3D, tangent ); + float phi = interleavedGradientNoise( gl_FragCoord.xy ) * PI2; + vec2 sample0 = vogelDiskSample( 0, 5, phi ); + vec2 sample1 = vogelDiskSample( 1, 5, phi ); + vec2 sample2 = vogelDiskSample( 2, 5, phi ); + vec2 sample3 = vogelDiskSample( 3, 5, phi ); + vec2 sample4 = vogelDiskSample( 4, 5, phi ); + shadow = ( + texture( shadowMap, vec4( bd3D + ( tangent * sample0.x + bitangent * sample0.y ) * texelSize, dp ) ) + + texture( shadowMap, vec4( bd3D + ( tangent * sample1.x + bitangent * sample1.y ) * texelSize, dp ) ) + + texture( shadowMap, vec4( bd3D + ( tangent * sample2.x + bitangent * sample2.y ) * texelSize, dp ) ) + + texture( shadowMap, vec4( bd3D + ( tangent * sample3.x + bitangent * sample3.y ) * texelSize, dp ) ) + + texture( shadowMap, vec4( bd3D + ( tangent * sample4.x + bitangent * sample4.y ) * texelSize, dp ) ) + ) * 0.2; + } + return mix( 1.0, shadow, shadowIntensity ); + } + #elif defined( SHADOWMAP_TYPE_BASIC ) + float getPointShadow( samplerCube shadowMap, vec2 shadowMapSize, float shadowIntensity, float shadowBias, float shadowRadius, vec4 shadowCoord, float shadowCameraNear, float shadowCameraFar ) { + float shadow = 1.0; + vec3 lightToPosition = shadowCoord.xyz; + vec3 absVec = abs( lightToPosition ); + float viewSpaceZ = max( max( absVec.x, absVec.y ), absVec.z ); + if ( viewSpaceZ - shadowCameraFar <= 0.0 && viewSpaceZ - shadowCameraNear >= 0.0 ) { + float dp = ( shadowCameraFar * ( viewSpaceZ - shadowCameraNear ) ) / ( viewSpaceZ * ( shadowCameraFar - shadowCameraNear ) ); + dp += shadowBias; + vec3 bd3D = normalize( lightToPosition ); + float depth = textureCube( shadowMap, bd3D ).r; + #ifdef USE_REVERSED_DEPTH_BUFFER + depth = 1.0 - depth; + #endif + shadow = step( dp, depth ); + } + return mix( 1.0, shadow, shadowIntensity ); + } + #endif + #endif +#endif`,$_=`#if NUM_SPOT_LIGHT_COORDS > 0 + uniform mat4 spotLightMatrix[ NUM_SPOT_LIGHT_COORDS ]; + varying vec4 vSpotLightCoord[ NUM_SPOT_LIGHT_COORDS ]; +#endif +#ifdef USE_SHADOWMAP + #if NUM_DIR_LIGHT_SHADOWS > 0 + uniform mat4 directionalShadowMatrix[ NUM_DIR_LIGHT_SHADOWS ]; + varying vec4 vDirectionalShadowCoord[ NUM_DIR_LIGHT_SHADOWS ]; + struct DirectionalLightShadow { + float shadowIntensity; + float shadowBias; + float shadowNormalBias; + float shadowRadius; + vec2 shadowMapSize; + }; + uniform DirectionalLightShadow directionalLightShadows[ NUM_DIR_LIGHT_SHADOWS ]; + #endif + #if NUM_SPOT_LIGHT_SHADOWS > 0 + struct SpotLightShadow { + float shadowIntensity; + float shadowBias; + float shadowNormalBias; + float shadowRadius; + vec2 shadowMapSize; + }; + uniform SpotLightShadow spotLightShadows[ NUM_SPOT_LIGHT_SHADOWS ]; + #endif + #if NUM_POINT_LIGHT_SHADOWS > 0 + uniform mat4 pointShadowMatrix[ NUM_POINT_LIGHT_SHADOWS ]; + varying vec4 vPointShadowCoord[ NUM_POINT_LIGHT_SHADOWS ]; + struct PointLightShadow { + float shadowIntensity; + float shadowBias; + float shadowNormalBias; + float shadowRadius; + vec2 shadowMapSize; + float shadowCameraNear; + float shadowCameraFar; + }; + uniform PointLightShadow pointLightShadows[ NUM_POINT_LIGHT_SHADOWS ]; + #endif +#endif`,Z_=`#if ( defined( USE_SHADOWMAP ) && ( NUM_DIR_LIGHT_SHADOWS > 0 || NUM_POINT_LIGHT_SHADOWS > 0 ) ) || ( NUM_SPOT_LIGHT_COORDS > 0 ) + #ifdef HAS_NORMAL + vec3 shadowWorldNormal = transformNormalByInverseViewMatrix( transformedNormal, viewMatrix ); + #else + vec3 shadowWorldNormal = vec3( 0.0 ); + #endif + vec4 shadowWorldPosition; +#endif +#if defined( USE_SHADOWMAP ) + #if NUM_DIR_LIGHT_SHADOWS > 0 + #pragma unroll_loop_start + for ( int i = 0; i < NUM_DIR_LIGHT_SHADOWS; i ++ ) { + shadowWorldPosition = worldPosition + vec4( shadowWorldNormal * directionalLightShadows[ i ].shadowNormalBias, 0 ); + vDirectionalShadowCoord[ i ] = directionalShadowMatrix[ i ] * shadowWorldPosition; + } + #pragma unroll_loop_end + #endif + #if NUM_POINT_LIGHT_SHADOWS > 0 + #pragma unroll_loop_start + for ( int i = 0; i < NUM_POINT_LIGHT_SHADOWS; i ++ ) { + shadowWorldPosition = worldPosition + vec4( shadowWorldNormal * pointLightShadows[ i ].shadowNormalBias, 0 ); + vPointShadowCoord[ i ] = pointShadowMatrix[ i ] * shadowWorldPosition; + } + #pragma unroll_loop_end + #endif +#endif +#if NUM_SPOT_LIGHT_COORDS > 0 + #pragma unroll_loop_start + for ( int i = 0; i < NUM_SPOT_LIGHT_COORDS; i ++ ) { + shadowWorldPosition = worldPosition; + #if ( defined( USE_SHADOWMAP ) && UNROLLED_LOOP_INDEX < NUM_SPOT_LIGHT_SHADOWS ) + shadowWorldPosition.xyz += shadowWorldNormal * spotLightShadows[ i ].shadowNormalBias; + #endif + vSpotLightCoord[ i ] = spotLightMatrix[ i ] * shadowWorldPosition; + } + #pragma unroll_loop_end +#endif`,J_=`float getShadowMask() { + float shadow = 1.0; + #ifdef USE_SHADOWMAP + #if NUM_DIR_LIGHT_SHADOWS > 0 + DirectionalLightShadow directionalLight; + #pragma unroll_loop_start + for ( int i = 0; i < NUM_DIR_LIGHT_SHADOWS; i ++ ) { + directionalLight = directionalLightShadows[ i ]; + shadow *= receiveShadow ? getShadow( directionalShadowMap[ i ], directionalLight.shadowMapSize, directionalLight.shadowIntensity, directionalLight.shadowBias, directionalLight.shadowRadius, vDirectionalShadowCoord[ i ] ) : 1.0; + } + #pragma unroll_loop_end + #endif + #if NUM_SPOT_LIGHT_SHADOWS > 0 + SpotLightShadow spotLight; + #pragma unroll_loop_start + for ( int i = 0; i < NUM_SPOT_LIGHT_SHADOWS; i ++ ) { + spotLight = spotLightShadows[ i ]; + shadow *= receiveShadow ? getShadow( spotShadowMap[ i ], spotLight.shadowMapSize, spotLight.shadowIntensity, spotLight.shadowBias, spotLight.shadowRadius, vSpotLightCoord[ i ] ) : 1.0; + } + #pragma unroll_loop_end + #endif + #if NUM_POINT_LIGHT_SHADOWS > 0 && ( defined( SHADOWMAP_TYPE_PCF ) || defined( SHADOWMAP_TYPE_BASIC ) ) + PointLightShadow pointLight; + #pragma unroll_loop_start + for ( int i = 0; i < NUM_POINT_LIGHT_SHADOWS; i ++ ) { + pointLight = pointLightShadows[ i ]; + shadow *= receiveShadow ? getPointShadow( pointShadowMap[ i ], pointLight.shadowMapSize, pointLight.shadowIntensity, pointLight.shadowBias, pointLight.shadowRadius, vPointShadowCoord[ i ], pointLight.shadowCameraNear, pointLight.shadowCameraFar ) : 1.0; + } + #pragma unroll_loop_end + #endif + #endif + return shadow; +}`,j_=`#ifdef USE_SKINNING + mat4 boneMatX = getBoneMatrix( skinIndex.x ); + mat4 boneMatY = getBoneMatrix( skinIndex.y ); + mat4 boneMatZ = getBoneMatrix( skinIndex.z ); + mat4 boneMatW = getBoneMatrix( skinIndex.w ); +#endif`,Q_=`#ifdef USE_SKINNING + uniform mat4 bindMatrix; + uniform mat4 bindMatrixInverse; + uniform highp sampler2D boneTexture; + mat4 getBoneMatrix( const in float i ) { + int size = textureSize( boneTexture, 0 ).x; + int j = int( i ) * 4; + int x = j % size; + int y = j / size; + vec4 v1 = texelFetch( boneTexture, ivec2( x, y ), 0 ); + vec4 v2 = texelFetch( boneTexture, ivec2( x + 1, y ), 0 ); + vec4 v3 = texelFetch( boneTexture, ivec2( x + 2, y ), 0 ); + vec4 v4 = texelFetch( boneTexture, ivec2( x + 3, y ), 0 ); + return mat4( v1, v2, v3, v4 ); + } +#endif`,ex=`#ifdef USE_SKINNING + vec4 skinVertex = bindMatrix * vec4( transformed, 1.0 ); + vec4 skinned = vec4( 0.0 ); + skinned += boneMatX * skinVertex * skinWeight.x; + skinned += boneMatY * skinVertex * skinWeight.y; + skinned += boneMatZ * skinVertex * skinWeight.z; + skinned += boneMatW * skinVertex * skinWeight.w; + transformed = ( bindMatrixInverse * skinned ).xyz; +#endif`,tx=`#ifdef USE_SKINNING + mat4 skinMatrix = mat4( 0.0 ); + skinMatrix += skinWeight.x * boneMatX; + skinMatrix += skinWeight.y * boneMatY; + skinMatrix += skinWeight.z * boneMatZ; + skinMatrix += skinWeight.w * boneMatW; + skinMatrix = bindMatrixInverse * skinMatrix * bindMatrix; + objectNormal = vec4( skinMatrix * vec4( objectNormal, 0.0 ) ).xyz; + #ifdef USE_TANGENT + objectTangent = vec4( skinMatrix * vec4( objectTangent, 0.0 ) ).xyz; + #endif +#endif`,nx=`float specularStrength; +#ifdef USE_SPECULARMAP + vec4 texelSpecular = texture2D( specularMap, vSpecularMapUv ); + specularStrength = texelSpecular.r; +#else + specularStrength = 1.0; +#endif`,ix=`#ifdef USE_SPECULARMAP + uniform sampler2D specularMap; +#endif`,sx=`#if defined( TONE_MAPPING ) + gl_FragColor.rgb = toneMapping( gl_FragColor.rgb ); +#endif`,rx=`#ifndef saturate +#define saturate( a ) clamp( a, 0.0, 1.0 ) +#endif +uniform float toneMappingExposure; +vec3 LinearToneMapping( vec3 color ) { + return saturate( toneMappingExposure * color ); +} +vec3 ReinhardToneMapping( vec3 color ) { + color *= toneMappingExposure; + return saturate( color / ( vec3( 1.0 ) + color ) ); +} +vec3 CineonToneMapping( vec3 color ) { + color *= toneMappingExposure; + color = max( vec3( 0.0 ), color - 0.004 ); + return pow( ( color * ( 6.2 * color + 0.5 ) ) / ( color * ( 6.2 * color + 1.7 ) + 0.06 ), vec3( 2.2 ) ); +} +vec3 RRTAndODTFit( vec3 v ) { + vec3 a = v * ( v + 0.0245786 ) - 0.000090537; + vec3 b = v * ( 0.983729 * v + 0.4329510 ) + 0.238081; + return a / b; +} +vec3 ACESFilmicToneMapping( vec3 color ) { + const mat3 ACESInputMat = mat3( + vec3( 0.59719, 0.07600, 0.02840 ), vec3( 0.35458, 0.90834, 0.13383 ), + vec3( 0.04823, 0.01566, 0.83777 ) + ); + const mat3 ACESOutputMat = mat3( + vec3( 1.60475, -0.10208, -0.00327 ), vec3( -0.53108, 1.10813, -0.07276 ), + vec3( -0.07367, -0.00605, 1.07602 ) + ); + color *= toneMappingExposure / 0.6; + color = ACESInputMat * color; + color = RRTAndODTFit( color ); + color = ACESOutputMat * color; + return saturate( color ); +} +const mat3 LINEAR_REC2020_TO_LINEAR_SRGB = mat3( + vec3( 1.6605, - 0.1246, - 0.0182 ), + vec3( - 0.5876, 1.1329, - 0.1006 ), + vec3( - 0.0728, - 0.0083, 1.1187 ) +); +const mat3 LINEAR_SRGB_TO_LINEAR_REC2020 = mat3( + vec3( 0.6274, 0.0691, 0.0164 ), + vec3( 0.3293, 0.9195, 0.0880 ), + vec3( 0.0433, 0.0113, 0.8956 ) +); +vec3 agxDefaultContrastApprox( vec3 x ) { + vec3 x2 = x * x; + vec3 x4 = x2 * x2; + return + 15.5 * x4 * x2 + - 40.14 * x4 * x + + 31.96 * x4 + - 6.868 * x2 * x + + 0.4298 * x2 + + 0.1191 * x + - 0.00232; +} +vec3 AgXToneMapping( vec3 color ) { + const mat3 AgXInsetMatrix = mat3( + vec3( 0.856627153315983, 0.137318972929847, 0.11189821299995 ), + vec3( 0.0951212405381588, 0.761241990602591, 0.0767994186031903 ), + vec3( 0.0482516061458583, 0.101439036467562, 0.811302368396859 ) + ); + const mat3 AgXOutsetMatrix = mat3( + vec3( 1.1271005818144368, - 0.1413297634984383, - 0.14132976349843826 ), + vec3( - 0.11060664309660323, 1.157823702216272, - 0.11060664309660294 ), + vec3( - 0.016493938717834573, - 0.016493938717834257, 1.2519364065950405 ) + ); + const float AgxMinEv = - 12.47393; const float AgxMaxEv = 4.026069; + color *= toneMappingExposure; + color = LINEAR_SRGB_TO_LINEAR_REC2020 * color; + color = AgXInsetMatrix * color; + color = max( color, 1e-10 ); color = log2( color ); + color = ( color - AgxMinEv ) / ( AgxMaxEv - AgxMinEv ); + color = clamp( color, 0.0, 1.0 ); + color = agxDefaultContrastApprox( color ); + color = AgXOutsetMatrix * color; + color = pow( max( vec3( 0.0 ), color ), vec3( 2.2 ) ); + color = LINEAR_REC2020_TO_LINEAR_SRGB * color; + color = clamp( color, 0.0, 1.0 ); + return color; +} +vec3 NeutralToneMapping( vec3 color ) { + const float StartCompression = 0.8 - 0.04; + const float Desaturation = 0.15; + color *= toneMappingExposure; + float x = min( color.r, min( color.g, color.b ) ); + float offset = x < 0.08 ? x - 6.25 * x * x : 0.04; + color -= offset; + float peak = max( color.r, max( color.g, color.b ) ); + if ( peak < StartCompression ) return color; + float d = 1. - StartCompression; + float newPeak = 1. - d * d / ( peak + d - StartCompression ); + color *= newPeak / peak; + float g = 1. - 1. / ( Desaturation * ( peak - newPeak ) + 1. ); + return mix( color, vec3( newPeak ), g ); +} +vec3 CustomToneMapping( vec3 color ) { return color; }`,ax=`#ifdef USE_TRANSMISSION + material.transmission = transmission; + material.transmissionAlpha = 1.0; + material.thickness = thickness; + material.attenuationDistance = attenuationDistance; + material.attenuationColor = attenuationColor; + #ifdef USE_TRANSMISSIONMAP + material.transmission *= texture2D( transmissionMap, vTransmissionMapUv ).r; + #endif + #ifdef USE_THICKNESSMAP + material.thickness *= texture2D( thicknessMap, vThicknessMapUv ).g; + #endif + vec3 pos = vWorldPosition; + vec3 v = normalize( cameraPosition - pos ); + vec3 n = transformNormalByInverseViewMatrix( normal, viewMatrix ); + vec4 transmitted = getIBLVolumeRefraction( + n, v, material.roughness, material.diffuseContribution, material.specularColorBlended, material.specularF90, + pos, modelMatrix, viewMatrix, projectionMatrix, material.dispersion, material.ior, material.thickness, + material.attenuationColor, material.attenuationDistance ); + material.transmissionAlpha = mix( material.transmissionAlpha, transmitted.a, material.transmission ); + totalDiffuse = mix( totalDiffuse, transmitted.rgb, material.transmission ); +#endif`,ox=`#ifdef USE_TRANSMISSION + uniform float transmission; + uniform float thickness; + uniform float attenuationDistance; + uniform vec3 attenuationColor; + #ifdef USE_TRANSMISSIONMAP + uniform sampler2D transmissionMap; + #endif + #ifdef USE_THICKNESSMAP + uniform sampler2D thicknessMap; + #endif + uniform vec2 transmissionSamplerSize; + uniform sampler2D transmissionSamplerMap; + uniform mat4 modelMatrix; + uniform mat4 projectionMatrix; + varying vec3 vWorldPosition; + float w0( float a ) { + return ( 1.0 / 6.0 ) * ( a * ( a * ( - a + 3.0 ) - 3.0 ) + 1.0 ); + } + float w1( float a ) { + return ( 1.0 / 6.0 ) * ( a * a * ( 3.0 * a - 6.0 ) + 4.0 ); + } + float w2( float a ){ + return ( 1.0 / 6.0 ) * ( a * ( a * ( - 3.0 * a + 3.0 ) + 3.0 ) + 1.0 ); + } + float w3( float a ) { + return ( 1.0 / 6.0 ) * ( a * a * a ); + } + float g0( float a ) { + return w0( a ) + w1( a ); + } + float g1( float a ) { + return w2( a ) + w3( a ); + } + float h0( float a ) { + return - 1.0 + w1( a ) / ( w0( a ) + w1( a ) ); + } + float h1( float a ) { + return 1.0 + w3( a ) / ( w2( a ) + w3( a ) ); + } + vec4 bicubic( sampler2D tex, vec2 uv, vec4 texelSize, float lod ) { + uv = uv * texelSize.zw + 0.5; + vec2 iuv = floor( uv ); + vec2 fuv = fract( uv ); + float g0x = g0( fuv.x ); + float g1x = g1( fuv.x ); + float h0x = h0( fuv.x ); + float h1x = h1( fuv.x ); + float h0y = h0( fuv.y ); + float h1y = h1( fuv.y ); + vec2 p0 = ( vec2( iuv.x + h0x, iuv.y + h0y ) - 0.5 ) * texelSize.xy; + vec2 p1 = ( vec2( iuv.x + h1x, iuv.y + h0y ) - 0.5 ) * texelSize.xy; + vec2 p2 = ( vec2( iuv.x + h0x, iuv.y + h1y ) - 0.5 ) * texelSize.xy; + vec2 p3 = ( vec2( iuv.x + h1x, iuv.y + h1y ) - 0.5 ) * texelSize.xy; + return g0( fuv.y ) * ( g0x * textureLod( tex, p0, lod ) + g1x * textureLod( tex, p1, lod ) ) + + g1( fuv.y ) * ( g0x * textureLod( tex, p2, lod ) + g1x * textureLod( tex, p3, lod ) ); + } + vec4 textureBicubic( sampler2D sampler, vec2 uv, float lod ) { + vec2 fLodSize = vec2( textureSize( sampler, int( lod ) ) ); + vec2 cLodSize = vec2( textureSize( sampler, int( lod + 1.0 ) ) ); + vec2 fLodSizeInv = 1.0 / fLodSize; + vec2 cLodSizeInv = 1.0 / cLodSize; + vec4 fSample = bicubic( sampler, uv, vec4( fLodSizeInv, fLodSize ), floor( lod ) ); + vec4 cSample = bicubic( sampler, uv, vec4( cLodSizeInv, cLodSize ), ceil( lod ) ); + return mix( fSample, cSample, fract( lod ) ); + } + vec3 getVolumeTransmissionRay( const in vec3 n, const in vec3 v, const in float thickness, const in float ior, const in mat4 modelMatrix ) { + vec3 refractionVector = refract( - v, normalize( n ), 1.0 / ior ); + vec3 modelScale; + modelScale.x = length( vec3( modelMatrix[ 0 ].xyz ) ); + modelScale.y = length( vec3( modelMatrix[ 1 ].xyz ) ); + modelScale.z = length( vec3( modelMatrix[ 2 ].xyz ) ); + return normalize( refractionVector ) * thickness * modelScale; + } + float applyIorToRoughness( const in float roughness, const in float ior ) { + return roughness * clamp( ior * 2.0 - 2.0, 0.0, 1.0 ); + } + vec4 getTransmissionSample( const in vec2 fragCoord, const in float roughness, const in float ior ) { + float lod = log2( transmissionSamplerSize.x ) * applyIorToRoughness( roughness, ior ); + return textureBicubic( transmissionSamplerMap, fragCoord.xy, lod ); + } + vec3 volumeAttenuation( const in float transmissionDistance, const in vec3 attenuationColor, const in float attenuationDistance ) { + if ( isinf( attenuationDistance ) ) { + return vec3( 1.0 ); + } else { + vec3 attenuationCoefficient = -log( attenuationColor ) / attenuationDistance; + vec3 transmittance = exp( - attenuationCoefficient * transmissionDistance ); return transmittance; + } + } + vec4 getIBLVolumeRefraction( const in vec3 n, const in vec3 v, const in float roughness, const in vec3 diffuseColor, + const in vec3 specularColor, const in float specularF90, const in vec3 position, const in mat4 modelMatrix, + const in mat4 viewMatrix, const in mat4 projMatrix, const in float dispersion, const in float ior, const in float thickness, + const in vec3 attenuationColor, const in float attenuationDistance ) { + vec4 transmittedLight; + vec3 transmittance; + #ifdef USE_DISPERSION + float halfSpread = ( ior - 1.0 ) * 0.025 * dispersion; + vec3 iors = vec3( ior - halfSpread, ior, ior + halfSpread ); + for ( int i = 0; i < 3; i ++ ) { + vec3 transmissionRay = getVolumeTransmissionRay( n, v, thickness, iors[ i ], modelMatrix ); + vec3 refractedRayExit = position + transmissionRay; + vec4 ndcPos = projMatrix * viewMatrix * vec4( refractedRayExit, 1.0 ); + vec2 refractionCoords = ndcPos.xy / ndcPos.w; + refractionCoords += 1.0; + refractionCoords /= 2.0; + vec4 transmissionSample = getTransmissionSample( refractionCoords, roughness, iors[ i ] ); + transmittedLight[ i ] = transmissionSample[ i ]; + transmittedLight.a += transmissionSample.a; + transmittance[ i ] = diffuseColor[ i ] * volumeAttenuation( length( transmissionRay ), attenuationColor, attenuationDistance )[ i ]; + } + transmittedLight.a /= 3.0; + #else + vec3 transmissionRay = getVolumeTransmissionRay( n, v, thickness, ior, modelMatrix ); + vec3 refractedRayExit = position + transmissionRay; + vec4 ndcPos = projMatrix * viewMatrix * vec4( refractedRayExit, 1.0 ); + vec2 refractionCoords = ndcPos.xy / ndcPos.w; + refractionCoords += 1.0; + refractionCoords /= 2.0; + transmittedLight = getTransmissionSample( refractionCoords, roughness, ior ); + transmittance = diffuseColor * volumeAttenuation( length( transmissionRay ), attenuationColor, attenuationDistance ); + #endif + vec3 attenuatedColor = transmittance * transmittedLight.rgb; + vec3 F = EnvironmentBRDF( n, v, specularColor, specularF90, roughness ); + float transmittanceFactor = ( transmittance.r + transmittance.g + transmittance.b ) / 3.0; + return vec4( ( 1.0 - F ) * attenuatedColor, 1.0 - ( 1.0 - transmittedLight.a ) * transmittanceFactor ); + } +#endif`,lx=`#if defined( USE_UV ) || defined( USE_ANISOTROPY ) + varying vec2 vUv; +#endif +#ifdef USE_MAP + varying vec2 vMapUv; +#endif +#ifdef USE_ALPHAMAP + varying vec2 vAlphaMapUv; +#endif +#ifdef USE_LIGHTMAP + varying vec2 vLightMapUv; +#endif +#ifdef USE_AOMAP + varying vec2 vAoMapUv; +#endif +#ifdef USE_BUMPMAP + varying vec2 vBumpMapUv; +#endif +#ifdef USE_NORMALMAP + varying vec2 vNormalMapUv; +#endif +#ifdef USE_EMISSIVEMAP + varying vec2 vEmissiveMapUv; +#endif +#ifdef USE_METALNESSMAP + varying vec2 vMetalnessMapUv; +#endif +#ifdef USE_ROUGHNESSMAP + varying vec2 vRoughnessMapUv; +#endif +#ifdef USE_ANISOTROPYMAP + varying vec2 vAnisotropyMapUv; +#endif +#ifdef USE_CLEARCOATMAP + varying vec2 vClearcoatMapUv; +#endif +#ifdef USE_CLEARCOAT_NORMALMAP + varying vec2 vClearcoatNormalMapUv; +#endif +#ifdef USE_CLEARCOAT_ROUGHNESSMAP + varying vec2 vClearcoatRoughnessMapUv; +#endif +#ifdef USE_IRIDESCENCEMAP + varying vec2 vIridescenceMapUv; +#endif +#ifdef USE_IRIDESCENCE_THICKNESSMAP + varying vec2 vIridescenceThicknessMapUv; +#endif +#ifdef USE_SHEEN_COLORMAP + varying vec2 vSheenColorMapUv; +#endif +#ifdef USE_SHEEN_ROUGHNESSMAP + varying vec2 vSheenRoughnessMapUv; +#endif +#ifdef USE_SPECULARMAP + varying vec2 vSpecularMapUv; +#endif +#ifdef USE_SPECULAR_COLORMAP + varying vec2 vSpecularColorMapUv; +#endif +#ifdef USE_SPECULAR_INTENSITYMAP + varying vec2 vSpecularIntensityMapUv; +#endif +#ifdef USE_TRANSMISSIONMAP + uniform mat3 transmissionMapTransform; + varying vec2 vTransmissionMapUv; +#endif +#ifdef USE_THICKNESSMAP + uniform mat3 thicknessMapTransform; + varying vec2 vThicknessMapUv; +#endif`,cx=`#if defined( USE_UV ) || defined( USE_ANISOTROPY ) + varying vec2 vUv; +#endif +#ifdef USE_MAP + uniform mat3 mapTransform; + varying vec2 vMapUv; +#endif +#ifdef USE_ALPHAMAP + uniform mat3 alphaMapTransform; + varying vec2 vAlphaMapUv; +#endif +#ifdef USE_LIGHTMAP + uniform mat3 lightMapTransform; + varying vec2 vLightMapUv; +#endif +#ifdef USE_AOMAP + uniform mat3 aoMapTransform; + varying vec2 vAoMapUv; +#endif +#ifdef USE_BUMPMAP + uniform mat3 bumpMapTransform; + varying vec2 vBumpMapUv; +#endif +#ifdef USE_NORMALMAP + uniform mat3 normalMapTransform; + varying vec2 vNormalMapUv; +#endif +#ifdef USE_DISPLACEMENTMAP + uniform mat3 displacementMapTransform; + varying vec2 vDisplacementMapUv; +#endif +#ifdef USE_EMISSIVEMAP + uniform mat3 emissiveMapTransform; + varying vec2 vEmissiveMapUv; +#endif +#ifdef USE_METALNESSMAP + uniform mat3 metalnessMapTransform; + varying vec2 vMetalnessMapUv; +#endif +#ifdef USE_ROUGHNESSMAP + uniform mat3 roughnessMapTransform; + varying vec2 vRoughnessMapUv; +#endif +#ifdef USE_ANISOTROPYMAP + uniform mat3 anisotropyMapTransform; + varying vec2 vAnisotropyMapUv; +#endif +#ifdef USE_CLEARCOATMAP + uniform mat3 clearcoatMapTransform; + varying vec2 vClearcoatMapUv; +#endif +#ifdef USE_CLEARCOAT_NORMALMAP + uniform mat3 clearcoatNormalMapTransform; + varying vec2 vClearcoatNormalMapUv; +#endif +#ifdef USE_CLEARCOAT_ROUGHNESSMAP + uniform mat3 clearcoatRoughnessMapTransform; + varying vec2 vClearcoatRoughnessMapUv; +#endif +#ifdef USE_SHEEN_COLORMAP + uniform mat3 sheenColorMapTransform; + varying vec2 vSheenColorMapUv; +#endif +#ifdef USE_SHEEN_ROUGHNESSMAP + uniform mat3 sheenRoughnessMapTransform; + varying vec2 vSheenRoughnessMapUv; +#endif +#ifdef USE_IRIDESCENCEMAP + uniform mat3 iridescenceMapTransform; + varying vec2 vIridescenceMapUv; +#endif +#ifdef USE_IRIDESCENCE_THICKNESSMAP + uniform mat3 iridescenceThicknessMapTransform; + varying vec2 vIridescenceThicknessMapUv; +#endif +#ifdef USE_SPECULARMAP + uniform mat3 specularMapTransform; + varying vec2 vSpecularMapUv; +#endif +#ifdef USE_SPECULAR_COLORMAP + uniform mat3 specularColorMapTransform; + varying vec2 vSpecularColorMapUv; +#endif +#ifdef USE_SPECULAR_INTENSITYMAP + uniform mat3 specularIntensityMapTransform; + varying vec2 vSpecularIntensityMapUv; +#endif +#ifdef USE_TRANSMISSIONMAP + uniform mat3 transmissionMapTransform; + varying vec2 vTransmissionMapUv; +#endif +#ifdef USE_THICKNESSMAP + uniform mat3 thicknessMapTransform; + varying vec2 vThicknessMapUv; +#endif`,ux=`#if defined( USE_UV ) || defined( USE_ANISOTROPY ) + vUv = vec3( uv, 1 ).xy; +#endif +#ifdef USE_MAP + vMapUv = ( mapTransform * vec3( MAP_UV, 1 ) ).xy; +#endif +#ifdef USE_ALPHAMAP + vAlphaMapUv = ( alphaMapTransform * vec3( ALPHAMAP_UV, 1 ) ).xy; +#endif +#ifdef USE_LIGHTMAP + vLightMapUv = ( lightMapTransform * vec3( LIGHTMAP_UV, 1 ) ).xy; +#endif +#ifdef USE_AOMAP + vAoMapUv = ( aoMapTransform * vec3( AOMAP_UV, 1 ) ).xy; +#endif +#ifdef USE_BUMPMAP + vBumpMapUv = ( bumpMapTransform * vec3( BUMPMAP_UV, 1 ) ).xy; +#endif +#ifdef USE_NORMALMAP + vNormalMapUv = ( normalMapTransform * vec3( NORMALMAP_UV, 1 ) ).xy; +#endif +#ifdef USE_DISPLACEMENTMAP + vDisplacementMapUv = ( displacementMapTransform * vec3( DISPLACEMENTMAP_UV, 1 ) ).xy; +#endif +#ifdef USE_EMISSIVEMAP + vEmissiveMapUv = ( emissiveMapTransform * vec3( EMISSIVEMAP_UV, 1 ) ).xy; +#endif +#ifdef USE_METALNESSMAP + vMetalnessMapUv = ( metalnessMapTransform * vec3( METALNESSMAP_UV, 1 ) ).xy; +#endif +#ifdef USE_ROUGHNESSMAP + vRoughnessMapUv = ( roughnessMapTransform * vec3( ROUGHNESSMAP_UV, 1 ) ).xy; +#endif +#ifdef USE_ANISOTROPYMAP + vAnisotropyMapUv = ( anisotropyMapTransform * vec3( ANISOTROPYMAP_UV, 1 ) ).xy; +#endif +#ifdef USE_CLEARCOATMAP + vClearcoatMapUv = ( clearcoatMapTransform * vec3( CLEARCOATMAP_UV, 1 ) ).xy; +#endif +#ifdef USE_CLEARCOAT_NORMALMAP + vClearcoatNormalMapUv = ( clearcoatNormalMapTransform * vec3( CLEARCOAT_NORMALMAP_UV, 1 ) ).xy; +#endif +#ifdef USE_CLEARCOAT_ROUGHNESSMAP + vClearcoatRoughnessMapUv = ( clearcoatRoughnessMapTransform * vec3( CLEARCOAT_ROUGHNESSMAP_UV, 1 ) ).xy; +#endif +#ifdef USE_IRIDESCENCEMAP + vIridescenceMapUv = ( iridescenceMapTransform * vec3( IRIDESCENCEMAP_UV, 1 ) ).xy; +#endif +#ifdef USE_IRIDESCENCE_THICKNESSMAP + vIridescenceThicknessMapUv = ( iridescenceThicknessMapTransform * vec3( IRIDESCENCE_THICKNESSMAP_UV, 1 ) ).xy; +#endif +#ifdef USE_SHEEN_COLORMAP + vSheenColorMapUv = ( sheenColorMapTransform * vec3( SHEEN_COLORMAP_UV, 1 ) ).xy; +#endif +#ifdef USE_SHEEN_ROUGHNESSMAP + vSheenRoughnessMapUv = ( sheenRoughnessMapTransform * vec3( SHEEN_ROUGHNESSMAP_UV, 1 ) ).xy; +#endif +#ifdef USE_SPECULARMAP + vSpecularMapUv = ( specularMapTransform * vec3( SPECULARMAP_UV, 1 ) ).xy; +#endif +#ifdef USE_SPECULAR_COLORMAP + vSpecularColorMapUv = ( specularColorMapTransform * vec3( SPECULAR_COLORMAP_UV, 1 ) ).xy; +#endif +#ifdef USE_SPECULAR_INTENSITYMAP + vSpecularIntensityMapUv = ( specularIntensityMapTransform * vec3( SPECULAR_INTENSITYMAP_UV, 1 ) ).xy; +#endif +#ifdef USE_TRANSMISSIONMAP + vTransmissionMapUv = ( transmissionMapTransform * vec3( TRANSMISSIONMAP_UV, 1 ) ).xy; +#endif +#ifdef USE_THICKNESSMAP + vThicknessMapUv = ( thicknessMapTransform * vec3( THICKNESSMAP_UV, 1 ) ).xy; +#endif`,hx=`#if defined( USE_ENVMAP ) || defined( DISTANCE ) || defined ( USE_SHADOWMAP ) || defined ( USE_TRANSMISSION ) || NUM_SPOT_LIGHT_COORDS > 0 + vec4 worldPosition = vec4( transformed, 1.0 ); + #ifdef USE_BATCHING + worldPosition = batchingMatrix * worldPosition; + #endif + #ifdef USE_INSTANCING + worldPosition = instanceMatrix * worldPosition; + #endif + worldPosition = modelMatrix * worldPosition; +#endif`;const dx=`varying vec2 vUv; +uniform mat3 uvTransform; +void main() { + vUv = ( uvTransform * vec3( uv, 1 ) ).xy; + gl_Position = vec4( position.xy, 1.0, 1.0 ); +}`,fx=`uniform sampler2D t2D; +uniform float backgroundIntensity; +varying vec2 vUv; +void main() { + vec4 texColor = texture2D( t2D, vUv ); + #ifdef DECODE_VIDEO_TEXTURE + texColor = vec4( mix( pow( texColor.rgb * 0.9478672986 + vec3( 0.0521327014 ), vec3( 2.4 ) ), texColor.rgb * 0.0773993808, vec3( lessThanEqual( texColor.rgb, vec3( 0.04045 ) ) ) ), texColor.w ); + #endif + texColor.rgb *= backgroundIntensity; + gl_FragColor = texColor; + #include + #include +}`,px=`varying vec3 vWorldDirection; +#include +void main() { + vWorldDirection = transformDirection( position, modelMatrix ); + #include + #include + gl_Position.z = gl_Position.w; +}`,mx=`#ifdef ENVMAP_TYPE_CUBE + uniform samplerCube envMap; +#elif defined( ENVMAP_TYPE_CUBE_UV ) + uniform sampler2D envMap; +#endif +uniform float backgroundBlurriness; +uniform float backgroundIntensity; +uniform mat3 backgroundRotation; +varying vec3 vWorldDirection; +#include +void main() { + #ifdef ENVMAP_TYPE_CUBE + vec4 texColor = textureCube( envMap, backgroundRotation * vWorldDirection ); + #elif defined( ENVMAP_TYPE_CUBE_UV ) + vec4 texColor = textureCubeUV( envMap, backgroundRotation * vWorldDirection, backgroundBlurriness ); + #else + vec4 texColor = vec4( 0.0, 0.0, 0.0, 1.0 ); + #endif + texColor.rgb *= backgroundIntensity; + gl_FragColor = texColor; + #include + #include +}`,gx=`varying vec3 vWorldDirection; +#include +void main() { + vWorldDirection = transformDirection( position, modelMatrix ); + #include + #include + gl_Position.z = gl_Position.w; +}`,_x=`uniform samplerCube tCube; +uniform float tFlip; +uniform float opacity; +varying vec3 vWorldDirection; +void main() { + vec4 texColor = textureCube( tCube, vec3( tFlip * vWorldDirection.x, vWorldDirection.yz ) ); + gl_FragColor = texColor; + gl_FragColor.a *= opacity; + #include + #include +}`,xx=`#include +#include +#include +#include +#include +#include +#include +#include +varying vec2 vHighPrecisionZW; +void main() { + #include + #include + #include + #include + #ifdef USE_DISPLACEMENTMAP + #include + #include + #include + #endif + #include + #include + #include + #include + #include + #include + #include + vHighPrecisionZW = gl_Position.zw; +}`,yx=`#if DEPTH_PACKING == 3200 + uniform float opacity; +#endif +#include +#include +#include +#include +#include +#include +#include +#include +#include +varying vec2 vHighPrecisionZW; +void main() { + vec4 diffuseColor = vec4( 1.0 ); + #include + #if DEPTH_PACKING == 3200 + diffuseColor.a = opacity; + #endif + #include + #include + #include + #include + #include + #ifdef USE_REVERSED_DEPTH_BUFFER + float fragCoordZ = vHighPrecisionZW[ 0 ] / vHighPrecisionZW[ 1 ]; + #else + float fragCoordZ = 0.5 * vHighPrecisionZW[ 0 ] / vHighPrecisionZW[ 1 ] + 0.5; + #endif + #if DEPTH_PACKING == 3200 + gl_FragColor = vec4( vec3( 1.0 - fragCoordZ ), opacity ); + #elif DEPTH_PACKING == 3201 + gl_FragColor = packDepthToRGBA( fragCoordZ ); + #elif DEPTH_PACKING == 3202 + gl_FragColor = vec4( packDepthToRGB( fragCoordZ ), 1.0 ); + #elif DEPTH_PACKING == 3203 + gl_FragColor = vec4( packDepthToRG( fragCoordZ ), 0.0, 1.0 ); + #endif +}`,vx=`#define DISTANCE +varying vec3 vWorldPosition; +#include +#include +#include +#include +#include +#include +#include +void main() { + #include + #include + #include + #include + #ifdef USE_DISPLACEMENTMAP + #include + #include + #include + #endif + #include + #include + #include + #include + #include + #include + #include + vWorldPosition = worldPosition.xyz; +}`,Sx=`#define DISTANCE +uniform vec3 referencePosition; +uniform float nearDistance; +uniform float farDistance; +varying vec3 vWorldPosition; +#include +#include +#include +#include +#include +#include +#include +void main() { + vec4 diffuseColor = vec4( 1.0 ); + #include + #include + #include + #include + #include + float dist = length( vWorldPosition - referencePosition ); + dist = ( dist - nearDistance ) / ( farDistance - nearDistance ); + dist = saturate( dist ); + gl_FragColor = vec4( dist, 0.0, 0.0, 1.0 ); +}`,bx=`varying vec3 vWorldDirection; +#include +void main() { + vWorldDirection = transformDirection( position, modelMatrix ); + #include + #include +}`,Mx=`uniform sampler2D tEquirect; +varying vec3 vWorldDirection; +#include +void main() { + vec3 direction = normalize( vWorldDirection ); + vec2 sampleUV = equirectUv( direction ); + gl_FragColor = texture2D( tEquirect, sampleUV ); + #include + #include +}`,Ax=`uniform float scale; +attribute float lineDistance; +varying float vLineDistance; +#include +#include +#include +#include +#include +#include +#include +void main() { + vLineDistance = scale * lineDistance; + #include + #include + #include + #include + #include + #include + #include + #include + #include + #include +}`,Ex=`uniform vec3 diffuse; +uniform float opacity; +uniform float dashSize; +uniform float totalSize; +varying float vLineDistance; +#include +#include +#include +#include +#include +#include +#include +void main() { + vec4 diffuseColor = vec4( diffuse, opacity ); + #include + if ( mod( vLineDistance, totalSize ) > dashSize ) { + discard; + } + vec3 outgoingLight = vec3( 0.0 ); + #include + #include + #include + outgoingLight = diffuseColor.rgb; + #include + #include + #include + #include + #include +}`,Tx=`#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +void main() { + #include + #include + #include + #include + #include + #if defined ( USE_ENVMAP ) || defined ( USE_SKINNING ) + #include + #include + #include + #include + #include + #endif + #include + #include + #include + #include + #include + #include + #include + #include + #include +}`,Cx=`uniform vec3 diffuse; +uniform float opacity; +#ifndef FLAT_SHADED + varying vec3 vNormal; +#endif +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +void main() { + vec4 diffuseColor = vec4( diffuse, opacity ); + #include + #include + #include + #include + #include + #include + #include + #include + ReflectedLight reflectedLight = ReflectedLight( vec3( 0.0 ), vec3( 0.0 ), vec3( 0.0 ), vec3( 0.0 ) ); + #ifdef USE_LIGHTMAP + vec4 lightMapTexel = texture2D( lightMap, vLightMapUv ); + reflectedLight.indirectDiffuse += lightMapTexel.rgb * lightMapIntensity * RECIPROCAL_PI; + #else + reflectedLight.indirectDiffuse += vec3( 1.0 ); + #endif + #include + reflectedLight.indirectDiffuse *= diffuseColor.rgb; + vec3 outgoingLight = reflectedLight.indirectDiffuse; + #include + #include + #include + #include + #include + #include + #include +}`,wx=`#define LAMBERT +varying vec3 vViewPosition; +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +void main() { + #include + #include + #include + #include + #include + #include + #include + #include + #include + #include + #include + #include + #include + #include + #include + #include + #include + #include + vViewPosition = - mvPosition.xyz; + #include + #include + #include + #include +}`,Rx=`#define LAMBERT +uniform vec3 diffuse; +uniform vec3 emissive; +uniform float opacity; +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +void main() { + vec4 diffuseColor = vec4( diffuse, opacity ); + #include + ReflectedLight reflectedLight = ReflectedLight( vec3( 0.0 ), vec3( 0.0 ), vec3( 0.0 ), vec3( 0.0 ) ); + vec3 totalEmissiveRadiance = emissive; + #include + #include + #include + #include + #include + #include + #include + #include + #include + #include + #include + #include + #include + #include + #include + vec3 outgoingLight = reflectedLight.directDiffuse + reflectedLight.indirectDiffuse + totalEmissiveRadiance; + #include + #include + #include + #include + #include + #include + #include +}`,Lx=`#define MATCAP +varying vec3 vViewPosition; +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +void main() { + #include + #include + #include + #include + #include + #include + #include + #include + #include + #include + #include + #include + #include + #include + #include + #include + #include + #include + #include + vViewPosition = - mvPosition.xyz; +}`,Dx=`#define MATCAP +uniform vec3 diffuse; +uniform float opacity; +uniform sampler2D matcap; +varying vec3 vViewPosition; +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +void main() { + vec4 diffuseColor = vec4( diffuse, opacity ); + #include + #include + #include + #include + #include + #include + #include + #include + #include + vec3 viewDir = normalize( vViewPosition ); + vec3 x = normalize( vec3( viewDir.z, 0.0, - viewDir.x ) ); + vec3 y = cross( viewDir, x ); + vec2 uv = vec2( dot( x, normal ), dot( y, normal ) ) * 0.495 + 0.5; + #ifdef USE_MATCAP + vec4 matcapColor = texture2D( matcap, uv ); + #else + vec4 matcapColor = vec4( vec3( mix( 0.2, 0.8, uv.y ) ), 1.0 ); + #endif + vec3 outgoingLight = diffuseColor.rgb * matcapColor.rgb; + #include + #include + #include + #include + #include + #include +}`,Ix=`#define NORMAL +#if defined( FLAT_SHADED ) || defined( USE_BUMPMAP ) || defined( USE_NORMALMAP_TANGENTSPACE ) + varying vec3 vViewPosition; +#endif +#include +#include +#include +#include +#include +#include +#include +#include +#include +void main() { + #include + #include + #include + #include + #include + #include + #include + #include + #include + #include + #include + #include + #include + #include + #include + #include +#if defined( FLAT_SHADED ) || defined( USE_BUMPMAP ) || defined( USE_NORMALMAP_TANGENTSPACE ) + vViewPosition = - mvPosition.xyz; +#endif +}`,Px=`#define NORMAL +uniform float opacity; +#if defined( FLAT_SHADED ) || defined( USE_BUMPMAP ) || defined( USE_NORMALMAP_TANGENTSPACE ) + varying vec3 vViewPosition; +#endif +#include +#include +#include +#include +#include +#include +void main() { + vec4 diffuseColor = vec4( 0.0, 0.0, 0.0, opacity ); + #include + #include + #include + #include + gl_FragColor = vec4( normalize( normal ) * 0.5 + 0.5, diffuseColor.a ); + #ifdef OPAQUE + gl_FragColor.a = 1.0; + #endif +}`,Ox=`#define PHONG +varying vec3 vViewPosition; +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +void main() { + #include + #include + #include + #include + #include + #include + #include + #include + #include + #include + #include + #include + #include + #include + #include + #include + #include + #include + vViewPosition = - mvPosition.xyz; + #include + #include + #include + #include +}`,Ux=`#define PHONG +uniform vec3 diffuse; +uniform vec3 emissive; +uniform vec3 specular; +uniform float shininess; +uniform float opacity; +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +void main() { + vec4 diffuseColor = vec4( diffuse, opacity ); + #include + ReflectedLight reflectedLight = ReflectedLight( vec3( 0.0 ), vec3( 0.0 ), vec3( 0.0 ), vec3( 0.0 ) ); + vec3 totalEmissiveRadiance = emissive; + #include + #include + #include + #include + #include + #include + #include + #include + #include + #include + #include + #include + #include + #include + #include + vec3 outgoingLight = reflectedLight.directDiffuse + reflectedLight.indirectDiffuse + reflectedLight.directSpecular + reflectedLight.indirectSpecular + totalEmissiveRadiance; + #include + #include + #include + #include + #include + #include + #include +}`,Nx=`#define STANDARD +varying vec3 vViewPosition; +#ifdef USE_TRANSMISSION + varying vec3 vWorldPosition; +#endif +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +void main() { + #include + #include + #include + #include + #include + #include + #include + #include + #include + #include + #include + #include + #include + #include + #include + #include + #include + #include + vViewPosition = - mvPosition.xyz; + #include + #include + #include +#ifdef USE_TRANSMISSION + vWorldPosition = worldPosition.xyz; +#endif +}`,kx=`#define STANDARD +#ifdef PHYSICAL + #define IOR + #define USE_SPECULAR +#endif +uniform vec3 diffuse; +uniform vec3 emissive; +uniform float roughness; +uniform float metalness; +uniform float opacity; +#ifdef IOR + uniform float ior; +#endif +#ifdef USE_SPECULAR + uniform float specularIntensity; + uniform vec3 specularColor; + #ifdef USE_SPECULAR_COLORMAP + uniform sampler2D specularColorMap; + #endif + #ifdef USE_SPECULAR_INTENSITYMAP + uniform sampler2D specularIntensityMap; + #endif +#endif +#ifdef USE_CLEARCOAT + uniform float clearcoat; + uniform float clearcoatRoughness; +#endif +#ifdef USE_DISPERSION + uniform float dispersion; +#endif +#ifdef USE_IRIDESCENCE + uniform float iridescence; + uniform float iridescenceIOR; + uniform float iridescenceThicknessMinimum; + uniform float iridescenceThicknessMaximum; +#endif +#ifdef USE_SHEEN + uniform vec3 sheenColor; + uniform float sheenRoughness; + #ifdef USE_SHEEN_COLORMAP + uniform sampler2D sheenColorMap; + #endif + #ifdef USE_SHEEN_ROUGHNESSMAP + uniform sampler2D sheenRoughnessMap; + #endif +#endif +#ifdef USE_ANISOTROPY + uniform vec2 anisotropyVector; + #ifdef USE_ANISOTROPYMAP + uniform sampler2D anisotropyMap; + #endif +#endif +varying vec3 vViewPosition; +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +void main() { + vec4 diffuseColor = vec4( diffuse, opacity ); + #include + ReflectedLight reflectedLight = ReflectedLight( vec3( 0.0 ), vec3( 0.0 ), vec3( 0.0 ), vec3( 0.0 ) ); + vec3 totalEmissiveRadiance = emissive; + #include + #include + #include + #include + #include + #include + #include + #include + #include + #include + #include + #include + #include + #include + #include + #include + #include + #include + vec3 totalDiffuse = reflectedLight.directDiffuse + reflectedLight.indirectDiffuse; + vec3 totalSpecular = reflectedLight.directSpecular + reflectedLight.indirectSpecular; + #include + vec3 outgoingLight = totalDiffuse + totalSpecular + totalEmissiveRadiance; + #ifdef USE_SHEEN + + outgoingLight = outgoingLight + sheenSpecularDirect + sheenSpecularIndirect; + + #endif + #ifdef USE_CLEARCOAT + float dotNVcc = saturate( dot( geometryClearcoatNormal, geometryViewDir ) ); + vec3 Fcc = F_Schlick( material.clearcoatF0, material.clearcoatF90, dotNVcc ); + outgoingLight = outgoingLight * ( 1.0 - material.clearcoat * Fcc ) + ( clearcoatSpecularDirect + clearcoatSpecularIndirect ) * material.clearcoat; + #endif + #include + #include + #include + #include + #include + #include +}`,Fx=`#define TOON +varying vec3 vViewPosition; +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +void main() { + #include + #include + #include + #include + #include + #include + #include + #include + #include + #include + #include + #include + #include + #include + #include + #include + #include + #include + vViewPosition = - mvPosition.xyz; + #include + #include + #include +}`,Bx=`#define TOON +uniform vec3 diffuse; +uniform vec3 emissive; +uniform float opacity; +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +void main() { + vec4 diffuseColor = vec4( diffuse, opacity ); + #include + ReflectedLight reflectedLight = ReflectedLight( vec3( 0.0 ), vec3( 0.0 ), vec3( 0.0 ), vec3( 0.0 ) ); + vec3 totalEmissiveRadiance = emissive; + #include + #include + #include + #include + #include + #include + #include + #include + #include + #include + #include + #include + #include + #include + vec3 outgoingLight = reflectedLight.directDiffuse + reflectedLight.indirectDiffuse + totalEmissiveRadiance; + #include + #include + #include + #include + #include + #include +}`,Hx=`uniform float size; +uniform float scale; +#include +#include +#include +#include +#include +#include +#ifdef USE_POINTS_UV + varying vec2 vUv; + uniform mat3 uvTransform; +#endif +void main() { + #ifdef USE_POINTS_UV + vUv = ( uvTransform * vec3( uv, 1 ) ).xy; + #endif + #include + #include + #include + #include + #include + #include + gl_PointSize = size; + #ifdef USE_SIZEATTENUATION + bool isPerspective = isPerspectiveMatrix( projectionMatrix ); + if ( isPerspective ) gl_PointSize *= ( scale / - mvPosition.z ); + #endif + #include + #include + #include + #include +}`,zx=`uniform vec3 diffuse; +uniform float opacity; +#include +#include +#include +#include +#include +#include +#include +#include +void main() { + vec4 diffuseColor = vec4( diffuse, opacity ); + #include + vec3 outgoingLight = vec3( 0.0 ); + #include + #include + #include + #include + #include + outgoingLight = diffuseColor.rgb; + #include + #include + #include + #include + #include +}`,Vx=`#include +#include +#include +#include +#include +#include +#include +void main() { + #include + #include + #include + #include + #include + #include + #include + #include + #include + #include + #include + #include + #include + #include + #include +}`,Gx=`uniform vec3 color; +uniform float opacity; +#include +#include +#include +#include +#include +#include +#include +void main() { + #include + gl_FragColor = vec4( color, opacity * ( 1.0 - getShadowMask() ) ); + #include + #include + #include + #include +}`,Wx=`uniform float rotation; +uniform vec2 center; +#include +#include +#include +#include +#include +void main() { + #include + vec4 mvPosition = modelViewMatrix[ 3 ]; + vec2 scale = vec2( length( modelMatrix[ 0 ].xyz ), length( modelMatrix[ 1 ].xyz ) ); + #ifndef USE_SIZEATTENUATION + bool isPerspective = isPerspectiveMatrix( projectionMatrix ); + if ( isPerspective ) scale *= - mvPosition.z; + #endif + vec2 alignedPosition = ( position.xy - ( center - vec2( 0.5 ) ) ) * scale; + vec2 rotatedPosition; + rotatedPosition.x = cos( rotation ) * alignedPosition.x - sin( rotation ) * alignedPosition.y; + rotatedPosition.y = sin( rotation ) * alignedPosition.x + cos( rotation ) * alignedPosition.y; + mvPosition.xy += rotatedPosition; + gl_Position = projectionMatrix * mvPosition; + #include + #include + #include +}`,Xx=`uniform vec3 diffuse; +uniform float opacity; +#include +#include +#include +#include +#include +#include +#include +#include +#include +void main() { + vec4 diffuseColor = vec4( diffuse, opacity ); + #include + vec3 outgoingLight = vec3( 0.0 ); + #include + #include + #include + #include + #include + outgoingLight = diffuseColor.rgb; + #include + #include + #include + #include +}`,Je={alphahash_fragment:dg,alphahash_pars_fragment:fg,alphamap_fragment:pg,alphamap_pars_fragment:mg,alphatest_fragment:gg,alphatest_pars_fragment:_g,aomap_fragment:xg,aomap_pars_fragment:yg,batching_pars_vertex:vg,batching_vertex:Sg,begin_vertex:bg,beginnormal_vertex:Mg,bsdfs:Ag,iridescence_fragment:Eg,bumpmap_pars_fragment:Tg,clipping_planes_fragment:Cg,clipping_planes_pars_fragment:wg,clipping_planes_pars_vertex:Rg,clipping_planes_vertex:Lg,color_fragment:Dg,color_pars_fragment:Ig,color_pars_vertex:Pg,color_vertex:Og,common:Ug,cube_uv_reflection_fragment:Ng,defaultnormal_vertex:kg,displacementmap_pars_vertex:Fg,displacementmap_vertex:Bg,emissivemap_fragment:Hg,emissivemap_pars_fragment:zg,colorspace_fragment:Vg,colorspace_pars_fragment:Gg,envmap_fragment:Wg,envmap_common_pars_fragment:Xg,envmap_pars_fragment:Yg,envmap_pars_vertex:Kg,envmap_physical_pars_fragment:s_,envmap_vertex:qg,fog_vertex:$g,fog_pars_vertex:Zg,fog_fragment:Jg,fog_pars_fragment:jg,gradientmap_pars_fragment:Qg,lightmap_pars_fragment:e_,lights_lambert_fragment:t_,lights_lambert_pars_fragment:n_,lights_pars_begin:i_,lights_toon_fragment:r_,lights_toon_pars_fragment:a_,lights_phong_fragment:o_,lights_phong_pars_fragment:l_,lights_physical_fragment:c_,lights_physical_pars_fragment:u_,lights_fragment_begin:h_,lights_fragment_maps:d_,lights_fragment_end:f_,lightprobes_pars_fragment:p_,logdepthbuf_fragment:m_,logdepthbuf_pars_fragment:g_,logdepthbuf_pars_vertex:__,logdepthbuf_vertex:x_,map_fragment:y_,map_pars_fragment:v_,map_particle_fragment:S_,map_particle_pars_fragment:b_,metalnessmap_fragment:M_,metalnessmap_pars_fragment:A_,morphinstance_vertex:E_,morphcolor_vertex:T_,morphnormal_vertex:C_,morphtarget_pars_vertex:w_,morphtarget_vertex:R_,normal_fragment_begin:L_,normal_fragment_maps:D_,normal_pars_fragment:I_,normal_pars_vertex:P_,normal_vertex:O_,normalmap_pars_fragment:U_,clearcoat_normal_fragment_begin:N_,clearcoat_normal_fragment_maps:k_,clearcoat_pars_fragment:F_,iridescence_pars_fragment:B_,opaque_fragment:H_,packing:z_,premultiplied_alpha_fragment:V_,project_vertex:G_,dithering_fragment:W_,dithering_pars_fragment:X_,roughnessmap_fragment:Y_,roughnessmap_pars_fragment:K_,shadowmap_pars_fragment:q_,shadowmap_pars_vertex:$_,shadowmap_vertex:Z_,shadowmask_pars_fragment:J_,skinbase_vertex:j_,skinning_pars_vertex:Q_,skinning_vertex:ex,skinnormal_vertex:tx,specularmap_fragment:nx,specularmap_pars_fragment:ix,tonemapping_fragment:sx,tonemapping_pars_fragment:rx,transmission_fragment:ax,transmission_pars_fragment:ox,uv_pars_fragment:lx,uv_pars_vertex:cx,uv_vertex:ux,worldpos_vertex:hx,background_vert:dx,background_frag:fx,backgroundCube_vert:px,backgroundCube_frag:mx,cube_vert:gx,cube_frag:_x,depth_vert:xx,depth_frag:yx,distance_vert:vx,distance_frag:Sx,equirect_vert:bx,equirect_frag:Mx,linedashed_vert:Ax,linedashed_frag:Ex,meshbasic_vert:Tx,meshbasic_frag:Cx,meshlambert_vert:wx,meshlambert_frag:Rx,meshmatcap_vert:Lx,meshmatcap_frag:Dx,meshnormal_vert:Ix,meshnormal_frag:Px,meshphong_vert:Ox,meshphong_frag:Ux,meshphysical_vert:Nx,meshphysical_frag:kx,meshtoon_vert:Fx,meshtoon_frag:Bx,points_vert:Hx,points_frag:zx,shadow_vert:Vx,shadow_frag:Gx,sprite_vert:Wx,sprite_frag:Xx},Le={common:{diffuse:{value:new tt(16777215)},opacity:{value:1},map:{value:null},mapTransform:{value:new $e},alphaMap:{value:null},alphaMapTransform:{value:new $e},alphaTest:{value:0}},specularmap:{specularMap:{value:null},specularMapTransform:{value:new $e}},envmap:{envMap:{value:null},envMapRotation:{value:new $e},reflectivity:{value:1},ior:{value:1.5},refractionRatio:{value:.98},dfgLUT:{value:null}},aomap:{aoMap:{value:null},aoMapIntensity:{value:1},aoMapTransform:{value:new $e}},lightmap:{lightMap:{value:null},lightMapIntensity:{value:1},lightMapTransform:{value:new $e}},bumpmap:{bumpMap:{value:null},bumpMapTransform:{value:new $e},bumpScale:{value:1}},normalmap:{normalMap:{value:null},normalMapTransform:{value:new $e},normalScale:{value:new we(1,1)}},displacementmap:{displacementMap:{value:null},displacementMapTransform:{value:new $e},displacementScale:{value:1},displacementBias:{value:0}},emissivemap:{emissiveMap:{value:null},emissiveMapTransform:{value:new $e}},metalnessmap:{metalnessMap:{value:null},metalnessMapTransform:{value:new $e}},roughnessmap:{roughnessMap:{value:null},roughnessMapTransform:{value:new $e}},gradientmap:{gradientMap:{value:null}},fog:{fogDensity:{value:25e-5},fogNear:{value:1},fogFar:{value:2e3},fogColor:{value:new tt(16777215)}},lights:{ambientLightColor:{value:[]},lightProbe:{value:[]},directionalLights:{value:[],properties:{direction:{},color:{}}},directionalLightShadows:{value:[],properties:{shadowIntensity:1,shadowBias:{},shadowNormalBias:{},shadowRadius:{},shadowMapSize:{}}},directionalShadowMatrix:{value:[]},spotLights:{value:[],properties:{color:{},position:{},direction:{},distance:{},coneCos:{},penumbraCos:{},decay:{}}},spotLightShadows:{value:[],properties:{shadowIntensity:1,shadowBias:{},shadowNormalBias:{},shadowRadius:{},shadowMapSize:{}}},spotLightMap:{value:[]},spotLightMatrix:{value:[]},pointLights:{value:[],properties:{color:{},position:{},decay:{},distance:{}}},pointLightShadows:{value:[],properties:{shadowIntensity:1,shadowBias:{},shadowNormalBias:{},shadowRadius:{},shadowMapSize:{},shadowCameraNear:{},shadowCameraFar:{}}},pointShadowMatrix:{value:[]},hemisphereLights:{value:[],properties:{direction:{},skyColor:{},groundColor:{}}},rectAreaLights:{value:[],properties:{color:{},position:{},width:{},height:{}}},ltc_1:{value:null},ltc_2:{value:null},probesSH:{value:null},probesMin:{value:new F},probesMax:{value:new F},probesResolution:{value:new F}},points:{diffuse:{value:new tt(16777215)},opacity:{value:1},size:{value:1},scale:{value:1},map:{value:null},alphaMap:{value:null},alphaMapTransform:{value:new $e},alphaTest:{value:0},uvTransform:{value:new $e}},sprite:{diffuse:{value:new tt(16777215)},opacity:{value:1},center:{value:new we(.5,.5)},rotation:{value:0},map:{value:null},mapTransform:{value:new $e},alphaMap:{value:null},alphaMapTransform:{value:new $e},alphaTest:{value:0}}},qn={basic:{uniforms:nn([Le.common,Le.specularmap,Le.envmap,Le.aomap,Le.lightmap,Le.fog]),vertexShader:Je.meshbasic_vert,fragmentShader:Je.meshbasic_frag},lambert:{uniforms:nn([Le.common,Le.specularmap,Le.envmap,Le.aomap,Le.lightmap,Le.emissivemap,Le.bumpmap,Le.normalmap,Le.displacementmap,Le.fog,Le.lights,{emissive:{value:new tt(0)},envMapIntensity:{value:1}}]),vertexShader:Je.meshlambert_vert,fragmentShader:Je.meshlambert_frag},phong:{uniforms:nn([Le.common,Le.specularmap,Le.envmap,Le.aomap,Le.lightmap,Le.emissivemap,Le.bumpmap,Le.normalmap,Le.displacementmap,Le.fog,Le.lights,{emissive:{value:new tt(0)},specular:{value:new tt(1118481)},shininess:{value:30},envMapIntensity:{value:1}}]),vertexShader:Je.meshphong_vert,fragmentShader:Je.meshphong_frag},standard:{uniforms:nn([Le.common,Le.envmap,Le.aomap,Le.lightmap,Le.emissivemap,Le.bumpmap,Le.normalmap,Le.displacementmap,Le.roughnessmap,Le.metalnessmap,Le.fog,Le.lights,{emissive:{value:new tt(0)},roughness:{value:1},metalness:{value:0},envMapIntensity:{value:1}}]),vertexShader:Je.meshphysical_vert,fragmentShader:Je.meshphysical_frag},toon:{uniforms:nn([Le.common,Le.aomap,Le.lightmap,Le.emissivemap,Le.bumpmap,Le.normalmap,Le.displacementmap,Le.gradientmap,Le.fog,Le.lights,{emissive:{value:new tt(0)}}]),vertexShader:Je.meshtoon_vert,fragmentShader:Je.meshtoon_frag},matcap:{uniforms:nn([Le.common,Le.bumpmap,Le.normalmap,Le.displacementmap,Le.fog,{matcap:{value:null}}]),vertexShader:Je.meshmatcap_vert,fragmentShader:Je.meshmatcap_frag},points:{uniforms:nn([Le.points,Le.fog]),vertexShader:Je.points_vert,fragmentShader:Je.points_frag},dashed:{uniforms:nn([Le.common,Le.fog,{scale:{value:1},dashSize:{value:1},totalSize:{value:2}}]),vertexShader:Je.linedashed_vert,fragmentShader:Je.linedashed_frag},depth:{uniforms:nn([Le.common,Le.displacementmap]),vertexShader:Je.depth_vert,fragmentShader:Je.depth_frag},normal:{uniforms:nn([Le.common,Le.bumpmap,Le.normalmap,Le.displacementmap,{opacity:{value:1}}]),vertexShader:Je.meshnormal_vert,fragmentShader:Je.meshnormal_frag},sprite:{uniforms:nn([Le.sprite,Le.fog]),vertexShader:Je.sprite_vert,fragmentShader:Je.sprite_frag},background:{uniforms:{uvTransform:{value:new $e},t2D:{value:null},backgroundIntensity:{value:1}},vertexShader:Je.background_vert,fragmentShader:Je.background_frag},backgroundCube:{uniforms:{envMap:{value:null},backgroundBlurriness:{value:0},backgroundIntensity:{value:1},backgroundRotation:{value:new $e}},vertexShader:Je.backgroundCube_vert,fragmentShader:Je.backgroundCube_frag},cube:{uniforms:{tCube:{value:null},tFlip:{value:-1},opacity:{value:1}},vertexShader:Je.cube_vert,fragmentShader:Je.cube_frag},equirect:{uniforms:{tEquirect:{value:null}},vertexShader:Je.equirect_vert,fragmentShader:Je.equirect_frag},distance:{uniforms:nn([Le.common,Le.displacementmap,{referencePosition:{value:new F},nearDistance:{value:1},farDistance:{value:1e3}}]),vertexShader:Je.distance_vert,fragmentShader:Je.distance_frag},shadow:{uniforms:nn([Le.lights,Le.fog,{color:{value:new tt(0)},opacity:{value:1}}]),vertexShader:Je.shadow_vert,fragmentShader:Je.shadow_frag}};qn.physical={uniforms:nn([qn.standard.uniforms,{clearcoat:{value:0},clearcoatMap:{value:null},clearcoatMapTransform:{value:new $e},clearcoatNormalMap:{value:null},clearcoatNormalMapTransform:{value:new $e},clearcoatNormalScale:{value:new we(1,1)},clearcoatRoughness:{value:0},clearcoatRoughnessMap:{value:null},clearcoatRoughnessMapTransform:{value:new $e},dispersion:{value:0},iridescence:{value:0},iridescenceMap:{value:null},iridescenceMapTransform:{value:new $e},iridescenceIOR:{value:1.3},iridescenceThicknessMinimum:{value:100},iridescenceThicknessMaximum:{value:400},iridescenceThicknessMap:{value:null},iridescenceThicknessMapTransform:{value:new $e},sheen:{value:0},sheenColor:{value:new tt(0)},sheenColorMap:{value:null},sheenColorMapTransform:{value:new $e},sheenRoughness:{value:1},sheenRoughnessMap:{value:null},sheenRoughnessMapTransform:{value:new $e},transmission:{value:0},transmissionMap:{value:null},transmissionMapTransform:{value:new $e},transmissionSamplerSize:{value:new we},transmissionSamplerMap:{value:null},thickness:{value:0},thicknessMap:{value:null},thicknessMapTransform:{value:new $e},attenuationDistance:{value:0},attenuationColor:{value:new tt(0)},specularColor:{value:new tt(1,1,1)},specularColorMap:{value:null},specularColorMapTransform:{value:new $e},specularIntensity:{value:1},specularIntensityMap:{value:null},specularIntensityMapTransform:{value:new $e},anisotropyVector:{value:new we},anisotropyMap:{value:null},anisotropyMapTransform:{value:new $e}}]),vertexShader:Je.meshphysical_vert,fragmentShader:Je.meshphysical_frag};const Ra={r:0,b:0,g:0},Yx=new Tt,Nf=new $e;Nf.set(-1,0,0,0,1,0,0,0,1);function Kx(n,e,t,i,s,r){const a=new tt(0);let o=s===!0?0:1,l,c,u=null,d=0,h=null;function f(v){let M=v.isScene===!0?v.background:null;if(M&&M.isTexture){const y=v.backgroundBlurriness>0;M=e.get(M,y)}return M}function p(v){let M=!1;const y=f(v);y===null?m(a,o):y&&y.isColor&&(m(y,1),M=!0);const E=n.xr.getEnvironmentBlendMode();E==="additive"?t.buffers.color.setClear(0,0,0,1,r):E==="alpha-blend"&&t.buffers.color.setClear(0,0,0,0,r),(n.autoClear||M)&&(t.buffers.depth.setTest(!0),t.buffers.depth.setMask(!0),t.buffers.color.setMask(!0),n.clear(n.autoClearColor,n.autoClearDepth,n.autoClearStencil))}function g(v,M){const y=f(M);y&&(y.isCubeTexture||y.mapping===wo)?(c===void 0&&(c=new Gt(new Wr(1,1,1),new Pn({name:"BackgroundCubeMaterial",uniforms:js(qn.backgroundCube.uniforms),vertexShader:qn.backgroundCube.vertexShader,fragmentShader:qn.backgroundCube.fragmentShader,side:ln,depthTest:!1,depthWrite:!1,fog:!1,allowOverride:!1})),c.geometry.deleteAttribute("normal"),c.geometry.deleteAttribute("uv"),c.onBeforeRender=function(E,S,A){this.matrixWorld.copyPosition(A.matrixWorld)},Object.defineProperty(c.material,"envMap",{get:function(){return this.uniforms.envMap.value}}),i.update(c)),c.material.uniforms.envMap.value=y,c.material.uniforms.backgroundBlurriness.value=M.backgroundBlurriness,c.material.uniforms.backgroundIntensity.value=M.backgroundIntensity,c.material.uniforms.backgroundRotation.value.setFromMatrix4(Yx.makeRotationFromEuler(M.backgroundRotation)).transpose(),y.isCubeTexture&&y.isRenderTargetTexture===!1&&c.material.uniforms.backgroundRotation.value.premultiply(Nf),c.material.toneMapped=st.getTransfer(y.colorSpace)!==mt,(u!==y||d!==y.version||h!==n.toneMapping)&&(c.material.needsUpdate=!0,u=y,d=y.version,h=n.toneMapping),c.layers.enableAll(),v.unshift(c,c.geometry,c.material,0,0,null)):y&&y.isTexture&&(l===void 0&&(l=new Gt(new as(2,2),new Pn({name:"BackgroundMaterial",uniforms:js(qn.background.uniforms),vertexShader:qn.background.vertexShader,fragmentShader:qn.background.fragmentShader,side:Bi,depthTest:!1,depthWrite:!1,fog:!1,allowOverride:!1})),l.geometry.deleteAttribute("normal"),Object.defineProperty(l.material,"map",{get:function(){return this.uniforms.t2D.value}}),i.update(l)),l.material.uniforms.t2D.value=y,l.material.uniforms.backgroundIntensity.value=M.backgroundIntensity,l.material.toneMapped=st.getTransfer(y.colorSpace)!==mt,y.matrixAutoUpdate===!0&&y.updateMatrix(),l.material.uniforms.uvTransform.value.copy(y.matrix),(u!==y||d!==y.version||h!==n.toneMapping)&&(l.material.needsUpdate=!0,u=y,d=y.version,h=n.toneMapping),l.layers.enableAll(),v.unshift(l,l.geometry,l.material,0,0,null))}function m(v,M){v.getRGB(Ra,Pf(n)),t.buffers.color.setClear(Ra.r,Ra.g,Ra.b,M,r)}function _(){c!==void 0&&(c.geometry.dispose(),c.material.dispose(),c=void 0),l!==void 0&&(l.geometry.dispose(),l.material.dispose(),l=void 0)}return{getClearColor:function(){return a},setClearColor:function(v,M=1){a.set(v),o=M,m(a,o)},getClearAlpha:function(){return o},setClearAlpha:function(v){o=v,m(a,o)},render:p,addToRenderList:g,dispose:_}}function qx(n,e){const t=n.getParameter(n.MAX_VERTEX_ATTRIBS),i={},s=h(null);let r=s,a=!1;function o(D,w,O,k,P){let B=!1;const V=d(D,k,O,w);r!==V&&(r=V,c(r.object)),B=f(D,k,O,P),B&&p(D,k,O,P),P!==null&&e.update(P,n.ELEMENT_ARRAY_BUFFER),(B||a)&&(a=!1,y(D,w,O,k),P!==null&&n.bindBuffer(n.ELEMENT_ARRAY_BUFFER,e.get(P).buffer))}function l(){return n.createVertexArray()}function c(D){return n.bindVertexArray(D)}function u(D){return n.deleteVertexArray(D)}function d(D,w,O,k){const P=k.wireframe===!0;let B=i[w.id];B===void 0&&(B={},i[w.id]=B);const V=D.isInstancedMesh===!0?D.id:0;let I=B[V];I===void 0&&(I={},B[V]=I);let H=I[O.id];H===void 0&&(H={},I[O.id]=H);let ee=H[P];return ee===void 0&&(ee=h(l()),H[P]=ee),ee}function h(D){const w=[],O=[],k=[];for(let P=0;P=0){const ie=P[H];let fe=B[H];if(fe===void 0&&(H==="instanceMatrix"&&D.instanceMatrix&&(fe=D.instanceMatrix),H==="instanceColor"&&D.instanceColor&&(fe=D.instanceColor)),ie===void 0||ie.attribute!==fe||fe&&ie.data!==fe.data)return!0;V++}return r.attributesNum!==V||r.index!==k}function p(D,w,O,k){const P={},B=w.attributes;let V=0;const I=O.getAttributes();for(const H in I)if(I[H].location>=0){let ie=B[H];ie===void 0&&(H==="instanceMatrix"&&D.instanceMatrix&&(ie=D.instanceMatrix),H==="instanceColor"&&D.instanceColor&&(ie=D.instanceColor));const fe={};fe.attribute=ie,ie&&ie.data&&(fe.data=ie.data),P[H]=fe,V++}r.attributes=P,r.attributesNum=V,r.index=k}function g(){const D=r.newAttributes;for(let w=0,O=D.length;w=0){let ee=P[I];if(ee===void 0&&(I==="instanceMatrix"&&D.instanceMatrix&&(ee=D.instanceMatrix),I==="instanceColor"&&D.instanceColor&&(ee=D.instanceColor)),ee!==void 0){const ie=ee.normalized,fe=ee.itemSize,oe=e.get(ee);if(oe===void 0)continue;const ge=oe.buffer,pe=oe.type,X=oe.bytesPerElement,se=pe===n.INT||pe===n.UNSIGNED_INT||ee.gpuType===Yc;if(ee.isInterleavedBufferAttribute){const j=ee.data,Me=j.stride,Ce=ee.offset;if(j.isInstancedInterleavedBuffer){for(let _e=0;_e0&&n.getShaderPrecisionFormat(n.FRAGMENT_SHADER,n.HIGH_FLOAT).precision>0)return"highp";A="mediump"}return A==="mediump"&&n.getShaderPrecisionFormat(n.VERTEX_SHADER,n.MEDIUM_FLOAT).precision>0&&n.getShaderPrecisionFormat(n.FRAGMENT_SHADER,n.MEDIUM_FLOAT).precision>0?"mediump":"lowp"}let c=t.precision!==void 0?t.precision:"highp";const u=l(c);u!==c&&(Ye("WebGLRenderer:",c,"not supported, using",u,"instead."),c=u);const d=t.logarithmicDepthBuffer===!0,h=t.reversedDepthBuffer===!0&&e.has("EXT_clip_control");t.reversedDepthBuffer===!0&&h===!1&&Ye("WebGLRenderer: Unable to use reversed depth buffer due to missing EXT_clip_control extension. Fallback to default depth buffer.");const f=n.getParameter(n.MAX_TEXTURE_IMAGE_UNITS),p=n.getParameter(n.MAX_VERTEX_TEXTURE_IMAGE_UNITS),g=n.getParameter(n.MAX_TEXTURE_SIZE),m=n.getParameter(n.MAX_CUBE_MAP_TEXTURE_SIZE),_=n.getParameter(n.MAX_VERTEX_ATTRIBS),v=n.getParameter(n.MAX_VERTEX_UNIFORM_VECTORS),M=n.getParameter(n.MAX_VARYING_VECTORS),y=n.getParameter(n.MAX_FRAGMENT_UNIFORM_VECTORS),E=n.getParameter(n.MAX_SAMPLES),S=n.getParameter(n.SAMPLES);return{isWebGL2:!0,getMaxAnisotropy:r,getMaxPrecision:l,textureFormatReadable:a,textureTypeReadable:o,precision:c,logarithmicDepthBuffer:d,reversedDepthBuffer:h,maxTextures:f,maxVertexTextures:p,maxTextureSize:g,maxCubemapSize:m,maxAttributes:_,maxVertexUniforms:v,maxVaryings:M,maxFragmentUniforms:y,maxSamples:E,samples:S}}function Jx(n){const e=this;let t=null,i=0,s=!1,r=!1;const a=new Di,o=new $e,l={value:null,needsUpdate:!1};this.uniform=l,this.numPlanes=0,this.numIntersection=0,this.init=function(d,h){const f=d.length!==0||h||i!==0||s;return s=h,i=d.length,f},this.beginShadows=function(){r=!0,u(null)},this.endShadows=function(){r=!1},this.setGlobalState=function(d,h){t=u(d,h,0)},this.setState=function(d,h,f){const p=d.clippingPlanes,g=d.clipIntersection,m=d.clipShadows,_=n.get(d);if(!s||p===null||p.length===0||r&&!m)r?u(null):c();else{const v=r?0:i,M=v*4;let y=_.clippingState||null;l.value=y,y=u(p,h,M,f);for(let E=0;E!==M;++E)y[E]=t[E];_.clippingState=y,this.numIntersection=g?this.numPlanes:0,this.numPlanes+=v}};function c(){l.value!==t&&(l.value=t,l.needsUpdate=i>0),e.numPlanes=i,e.numIntersection=0}function u(d,h,f,p){const g=d!==null?d.length:0;let m=null;if(g!==0){if(m=l.value,p!==!0||m===null){const _=f+g*4,v=h.matrixWorldInverse;o.getNormalMatrix(v),(m===null||m.length<_)&&(m=new Float32Array(_));for(let M=0,y=f;M!==g;++M,y+=4)a.copy(d[M]).applyMatrix4(v,o),a.normal.toArray(m,y),m[y+3]=a.constant}l.value=m,l.needsUpdate=!0}return e.numPlanes=g,e.numIntersection=0,m}}const Ni=4,_h=[.125,.215,.35,.446,.526,.582],ns=20,jx=256,vr=new ru,xh=new tt;let pl=null,ml=0,gl=0,_l=!1;const Qx=new F;class yh{constructor(e){this._renderer=e,this._pingPongRenderTarget=null,this._lodMax=0,this._cubeSize=0,this._sizeLods=[],this._sigmas=[],this._lodMeshes=[],this._backgroundBox=null,this._cubemapMaterial=null,this._equirectMaterial=null,this._blurMaterial=null,this._ggxMaterial=null}fromScene(e,t=0,i=.1,s=100,r={}){const{size:a=256,position:o=Qx}=r;pl=this._renderer.getRenderTarget(),ml=this._renderer.getActiveCubeFace(),gl=this._renderer.getActiveMipmapLevel(),_l=this._renderer.xr.enabled,this._renderer.xr.enabled=!1,this._setSize(a);const l=this._allocateTargets();return l.depthBuffer=!0,this._sceneToCubeUV(e,i,s,l,o),t>0&&this._blur(l,0,0,t),this._applyPMREM(l),this._cleanup(l),l}fromEquirectangular(e,t=null){return this._fromTexture(e,t)}fromCubemap(e,t=null){return this._fromTexture(e,t)}compileCubemapShader(){this._cubemapMaterial===null&&(this._cubemapMaterial=bh(),this._compileMaterial(this._cubemapMaterial))}compileEquirectangularShader(){this._equirectMaterial===null&&(this._equirectMaterial=Sh(),this._compileMaterial(this._equirectMaterial))}dispose(){this._dispose(),this._cubemapMaterial!==null&&this._cubemapMaterial.dispose(),this._equirectMaterial!==null&&this._equirectMaterial.dispose(),this._backgroundBox!==null&&(this._backgroundBox.geometry.dispose(),this._backgroundBox.material.dispose())}_setSize(e){this._lodMax=Math.floor(Math.log2(e)),this._cubeSize=Math.pow(2,this._lodMax)}_dispose(){this._blurMaterial!==null&&this._blurMaterial.dispose(),this._ggxMaterial!==null&&this._ggxMaterial.dispose(),this._pingPongRenderTarget!==null&&this._pingPongRenderTarget.dispose();for(let e=0;e2?E:0,E,E),d.setRenderTarget(s),_&&d.render(g,l),d.render(e,l)}d.toneMapping=f,d.autoClear=h,e.background=v}_textureToCubeUV(e,t){const i=this._renderer,s=e.mapping===os||e.mapping===$s;s?(this._cubemapMaterial===null&&(this._cubemapMaterial=bh()),this._cubemapMaterial.uniforms.flipEnvMap.value=e.isRenderTargetTexture===!1?-1:1):this._equirectMaterial===null&&(this._equirectMaterial=Sh());const r=s?this._cubemapMaterial:this._equirectMaterial,a=this._lodMeshes[0];a.material=r;const o=r.uniforms;o.envMap.value=e;const l=this._cubeSize;Ns(t,0,0,3*l,2*l),i.setRenderTarget(t),i.render(a,vr)}_applyPMREM(e){const t=this._renderer,i=t.autoClear;t.autoClear=!1;const s=this._lodMeshes.length;for(let r=1;rp-Ni?i-p+Ni:0),_=4*(this._cubeSize-g);l.envMap.value=e.texture,l.roughness.value=f,l.mipInt.value=p-t,Ns(r,m,_,3*g,2*g),s.setRenderTarget(r),s.render(o,vr),l.envMap.value=r.texture,l.roughness.value=0,l.mipInt.value=p-i,Ns(e,m,_,3*g,2*g),s.setRenderTarget(e),s.render(o,vr)}_blur(e,t,i,s,r){const a=this._pingPongRenderTarget;this._halfBlur(e,a,t,i,s,"latitudinal",r),this._halfBlur(a,e,i,i,s,"longitudinal",r)}_halfBlur(e,t,i,s,r,a,o){const l=this._renderer,c=this._blurMaterial;a!=="latitudinal"&&a!=="longitudinal"&&ot("blur direction must be either latitudinal or longitudinal!");const u=3,d=this._lodMeshes[s];d.material=c;const h=c.uniforms,f=this._sizeLods[i]-1,p=isFinite(r)?Math.PI/(2*f):2*Math.PI/(2*ns-1),g=r/p,m=isFinite(r)?1+Math.floor(u*g):ns;m>ns&&Ye(`sigmaRadians, ${r}, is too large and will clip, as it requested ${m} samples when the maximum is set to ${ns}`);const _=[];let v=0;for(let A=0;AM-Ni?s-M+Ni:0),S=4*(this._cubeSize-y);Ns(t,E,S,3*y,2*y),l.setRenderTarget(t),l.render(d,vr)}}function e1(n){const e=[],t=[],i=[];let s=n;const r=n-Ni+1+_h.length;for(let a=0;an-Ni?l=_h[a-n+Ni-1]:a===0&&(l=0),t.push(l);const c=1/(o-2),u=-c,d=1+c,h=[u,u,d,u,d,d,u,u,d,d,u,d],f=6,p=6,g=3,m=2,_=1,v=new Float32Array(g*p*f),M=new Float32Array(m*p*f),y=new Float32Array(_*p*f);for(let S=0;S2?0:-1,T=[A,x,0,A+2/3,x,0,A+2/3,x+1,0,A,x,0,A+2/3,x+1,0,A,x+1,0];v.set(T,g*p*S),M.set(h,m*p*S);const L=[S,S,S,S,S,S];y.set(L,_*p*S)}const E=new wt;E.setAttribute("position",new Mn(v,g)),E.setAttribute("uv",new Mn(M,m)),E.setAttribute("faceIndex",new Mn(y,_)),i.push(new Gt(E,null)),s>Ni&&s--}return{lodMeshes:i,sizeLods:e,sigmas:t}}function vh(n,e,t){const i=new Qn(n,e,t);return i.texture.mapping=wo,i.texture.name="PMREM.cubeUv",i.scissorTest=!0,i}function Ns(n,e,t,i,s){n.viewport.set(e,t,i,s),n.scissor.set(e,t,i,s)}function t1(n,e,t){return new Pn({name:"PMREMGGXConvolution",defines:{GGX_SAMPLES:jx,CUBEUV_TEXEL_WIDTH:1/e,CUBEUV_TEXEL_HEIGHT:1/t,CUBEUV_MAX_MIP:`${n}.0`},uniforms:{envMap:{value:null},roughness:{value:0},mipInt:{value:0}},vertexShader:Lo(),fragmentShader:` + + precision highp float; + precision highp int; + + varying vec3 vOutputDirection; + + uniform sampler2D envMap; + uniform float roughness; + uniform float mipInt; + + #define ENVMAP_TYPE_CUBE_UV + #include + + #define PI 3.14159265359 + + // Van der Corput radical inverse + float radicalInverse_VdC(uint bits) { + bits = (bits << 16u) | (bits >> 16u); + bits = ((bits & 0x55555555u) << 1u) | ((bits & 0xAAAAAAAAu) >> 1u); + bits = ((bits & 0x33333333u) << 2u) | ((bits & 0xCCCCCCCCu) >> 2u); + bits = ((bits & 0x0F0F0F0Fu) << 4u) | ((bits & 0xF0F0F0F0u) >> 4u); + bits = ((bits & 0x00FF00FFu) << 8u) | ((bits & 0xFF00FF00u) >> 8u); + return float(bits) * 2.3283064365386963e-10; // / 0x100000000 + } + + // Hammersley sequence + vec2 hammersley(uint i, uint N) { + return vec2(float(i) / float(N), radicalInverse_VdC(i)); + } + + // GGX VNDF importance sampling (Eric Heitz 2018) + // "Sampling the GGX Distribution of Visible Normals" + // https://jcgt.org/published/0007/04/01/ + vec3 importanceSampleGGX_VNDF(vec2 Xi, vec3 V, float roughness) { + float alpha = roughness * roughness; + + // Section 4.1: Orthonormal basis + vec3 T1 = vec3(1.0, 0.0, 0.0); + vec3 T2 = cross(V, T1); + + // Section 4.2: Parameterization of projected area + float r = sqrt(Xi.x); + float phi = 2.0 * PI * Xi.y; + float t1 = r * cos(phi); + float t2 = r * sin(phi); + float s = 0.5 * (1.0 + V.z); + t2 = (1.0 - s) * sqrt(1.0 - t1 * t1) + s * t2; + + // Section 4.3: Reprojection onto hemisphere + vec3 Nh = t1 * T1 + t2 * T2 + sqrt(max(0.0, 1.0 - t1 * t1 - t2 * t2)) * V; + + // Section 3.4: Transform back to ellipsoid configuration + return normalize(vec3(alpha * Nh.x, alpha * Nh.y, max(0.0, Nh.z))); + } + + void main() { + vec3 N = normalize(vOutputDirection); + vec3 V = N; // Assume view direction equals normal for pre-filtering + + vec3 prefilteredColor = vec3(0.0); + float totalWeight = 0.0; + + // For very low roughness, just sample the environment directly + if (roughness < 0.001) { + gl_FragColor = vec4(bilinearCubeUV(envMap, N, mipInt), 1.0); + return; + } + + // Tangent space basis for VNDF sampling + vec3 up = abs(N.z) < 0.999 ? vec3(0.0, 0.0, 1.0) : vec3(1.0, 0.0, 0.0); + vec3 tangent = normalize(cross(up, N)); + vec3 bitangent = cross(N, tangent); + + for(uint i = 0u; i < uint(GGX_SAMPLES); i++) { + vec2 Xi = hammersley(i, uint(GGX_SAMPLES)); + + // For PMREM, V = N, so in tangent space V is always (0, 0, 1) + vec3 H_tangent = importanceSampleGGX_VNDF(Xi, vec3(0.0, 0.0, 1.0), roughness); + + // Transform H back to world space + vec3 H = normalize(tangent * H_tangent.x + bitangent * H_tangent.y + N * H_tangent.z); + vec3 L = normalize(2.0 * dot(V, H) * H - V); + + float NdotL = max(dot(N, L), 0.0); + + if(NdotL > 0.0) { + // Sample environment at fixed mip level + // VNDF importance sampling handles the distribution filtering + vec3 sampleColor = bilinearCubeUV(envMap, L, mipInt); + + // Weight by NdotL for the split-sum approximation + // VNDF PDF naturally accounts for the visible microfacet distribution + prefilteredColor += sampleColor * NdotL; + totalWeight += NdotL; + } + } + + if (totalWeight > 0.0) { + prefilteredColor = prefilteredColor / totalWeight; + } + + gl_FragColor = vec4(prefilteredColor, 1.0); + } + `,blending:fi,depthTest:!1,depthWrite:!1})}function n1(n,e,t){const i=new Float32Array(ns),s=new F(0,1,0);return new Pn({name:"SphericalGaussianBlur",defines:{n:ns,CUBEUV_TEXEL_WIDTH:1/e,CUBEUV_TEXEL_HEIGHT:1/t,CUBEUV_MAX_MIP:`${n}.0`},uniforms:{envMap:{value:null},samples:{value:1},weights:{value:i},latitudinal:{value:!1},dTheta:{value:0},mipInt:{value:0},poleAxis:{value:s}},vertexShader:Lo(),fragmentShader:` + + precision mediump float; + precision mediump int; + + varying vec3 vOutputDirection; + + uniform sampler2D envMap; + uniform int samples; + uniform float weights[ n ]; + uniform bool latitudinal; + uniform float dTheta; + uniform float mipInt; + uniform vec3 poleAxis; + + #define ENVMAP_TYPE_CUBE_UV + #include + + vec3 getSample( float theta, vec3 axis ) { + + float cosTheta = cos( theta ); + // Rodrigues' axis-angle rotation + vec3 sampleDirection = vOutputDirection * cosTheta + + cross( axis, vOutputDirection ) * sin( theta ) + + axis * dot( axis, vOutputDirection ) * ( 1.0 - cosTheta ); + + return bilinearCubeUV( envMap, sampleDirection, mipInt ); + + } + + void main() { + + vec3 axis = latitudinal ? poleAxis : cross( poleAxis, vOutputDirection ); + + if ( all( equal( axis, vec3( 0.0 ) ) ) ) { + + axis = vec3( vOutputDirection.z, 0.0, - vOutputDirection.x ); + + } + + axis = normalize( axis ); + + gl_FragColor = vec4( 0.0, 0.0, 0.0, 1.0 ); + gl_FragColor.rgb += weights[ 0 ] * getSample( 0.0, axis ); + + for ( int i = 1; i < n; i++ ) { + + if ( i >= samples ) { + + break; + + } + + float theta = dTheta * float( i ); + gl_FragColor.rgb += weights[ i ] * getSample( -1.0 * theta, axis ); + gl_FragColor.rgb += weights[ i ] * getSample( theta, axis ); + + } + + } + `,blending:fi,depthTest:!1,depthWrite:!1})}function Sh(){return new Pn({name:"EquirectangularToCubeUV",uniforms:{envMap:{value:null}},vertexShader:Lo(),fragmentShader:` + + precision mediump float; + precision mediump int; + + varying vec3 vOutputDirection; + + uniform sampler2D envMap; + + #include + + void main() { + + vec3 outputDirection = normalize( vOutputDirection ); + vec2 uv = equirectUv( outputDirection ); + + gl_FragColor = vec4( texture2D ( envMap, uv ).rgb, 1.0 ); + + } + `,blending:fi,depthTest:!1,depthWrite:!1})}function bh(){return new Pn({name:"CubemapToCubeUV",uniforms:{envMap:{value:null},flipEnvMap:{value:-1}},vertexShader:Lo(),fragmentShader:` + + precision mediump float; + precision mediump int; + + uniform float flipEnvMap; + + varying vec3 vOutputDirection; + + uniform samplerCube envMap; + + void main() { + + gl_FragColor = textureCube( envMap, vec3( flipEnvMap * vOutputDirection.x, vOutputDirection.yz ) ); + + } + `,blending:fi,depthTest:!1,depthWrite:!1})}function Lo(){return` + + precision mediump float; + precision mediump int; + + attribute float faceIndex; + + varying vec3 vOutputDirection; + + // RH coordinate system; PMREM face-indexing convention + vec3 getDirection( vec2 uv, float face ) { + + uv = 2.0 * uv - 1.0; + + vec3 direction = vec3( uv, 1.0 ); + + if ( face == 0.0 ) { + + direction = direction.zyx; // ( 1, v, u ) pos x + + } else if ( face == 1.0 ) { + + direction = direction.xzy; + direction.xz *= -1.0; // ( -u, 1, -v ) pos y + + } else if ( face == 2.0 ) { + + direction.x *= -1.0; // ( -u, v, 1 ) pos z + + } else if ( face == 3.0 ) { + + direction = direction.zyx; + direction.xz *= -1.0; // ( -1, v, -u ) neg x + + } else if ( face == 4.0 ) { + + direction = direction.xzy; + direction.xy *= -1.0; // ( -u, -1, v ) neg y + + } else if ( face == 5.0 ) { + + direction.z *= -1.0; // ( u, v, -1 ) neg z + + } + + return direction; + + } + + void main() { + + vOutputDirection = getDirection( uv, faceIndex ); + gl_Position = vec4( position, 1.0 ); + + } + `}class kf extends Qn{constructor(e=1,t={}){super(e,e,t),this.isWebGLCubeRenderTarget=!0;const i={width:e,height:e,depth:1},s=[i,i,i,i,i,i];this.texture=new bf(s),this._setTextureOptions(t),this.texture.isRenderTargetTexture=!0}fromEquirectangularTexture(e,t){this.texture.type=t.type,this.texture.colorSpace=t.colorSpace,this.texture.generateMipmaps=t.generateMipmaps,this.texture.minFilter=t.minFilter,this.texture.magFilter=t.magFilter;const i={uniforms:{tEquirect:{value:null}},vertexShader:` + + varying vec3 vWorldDirection; + + vec3 transformDirection( in vec3 dir, in mat4 matrix ) { + + return normalize( ( matrix * vec4( dir, 0.0 ) ).xyz ); + + } + + void main() { + + vWorldDirection = transformDirection( position, modelMatrix ); + + #include + #include + + } + `,fragmentShader:` + + uniform sampler2D tEquirect; + + varying vec3 vWorldDirection; + + #include + + void main() { + + vec3 direction = normalize( vWorldDirection ); + + vec2 sampleUV = equirectUv( direction ); + + gl_FragColor = texture2D( tEquirect, sampleUV ); + + } + `},s=new Wr(5,5,5),r=new Pn({name:"CubemapFromEquirect",uniforms:js(i.uniforms),vertexShader:i.vertexShader,fragmentShader:i.fragmentShader,side:ln,blending:fi});r.uniforms.tEquirect.value=t;const a=new Gt(s,r),o=t.minFilter;return t.minFilter===Ui&&(t.minFilter=Kt),new og(1,10,this).update(e,a),t.minFilter=o,a.geometry.dispose(),a.material.dispose(),this}clear(e,t=!0,i=!0,s=!0){const r=e.getRenderTarget();for(let a=0;a<6;a++)e.setRenderTarget(this,a),e.clear(t,i,s);e.setRenderTarget(r)}}function i1(n){let e=new WeakMap,t=new WeakMap,i=null;function s(h,f=!1){return h==null?null:f?a(h):r(h)}function r(h){if(h&&h.isTexture){const f=h.mapping;if(f===ko||f===Fo)if(e.has(h)){const p=e.get(h).texture;return o(p,h.mapping)}else{const p=h.image;if(p&&p.height>0){const g=new kf(p.height);return g.fromEquirectangularTexture(n,h),e.set(h,g),h.addEventListener("dispose",c),o(g.texture,h.mapping)}else return null}}return h}function a(h){if(h&&h.isTexture){const f=h.mapping,p=f===ko||f===Fo,g=f===os||f===$s;if(p||g){let m=t.get(h);const _=m!==void 0?m.texture.pmremVersion:0;if(h.isRenderTargetTexture&&h.pmremVersion!==_)return i===null&&(i=new yh(n)),m=p?i.fromEquirectangular(h,m):i.fromCubemap(h,m),m.texture.pmremVersion=h.pmremVersion,t.set(h,m),m.texture;if(m!==void 0)return m.texture;{const v=h.image;return p&&v&&v.height>0||g&&v&&l(v)?(i===null&&(i=new yh(n)),m=p?i.fromEquirectangular(h):i.fromCubemap(h),m.texture.pmremVersion=h.pmremVersion,t.set(h,m),h.addEventListener("dispose",u),m.texture):null}}}return h}function o(h,f){return f===ko?h.mapping=os:f===Fo&&(h.mapping=$s),h}function l(h){let f=0;const p=6;for(let g=0;g=65535?_f:gf)(h,1);m.version=g;const _=r.get(d);_&&e.remove(_),r.set(d,m)}function u(d){const h=r.get(d);if(h){const f=d.index;f!==null&&h.versione.maxTextureSize&&(S=Math.ceil(E/e.maxTextureSize),E=e.maxTextureSize);const A=new Float32Array(E*S*4*d),x=new ff(A,E,S,d);x.type=In,x.needsUpdate=!0;const T=y*4;for(let D=0;D + #include + + void main() { + gl_FragColor = texture2D( tDiffuse, vUv ); + + #ifdef LINEAR_TONE_MAPPING + gl_FragColor.rgb = LinearToneMapping( gl_FragColor.rgb ); + #elif defined( REINHARD_TONE_MAPPING ) + gl_FragColor.rgb = ReinhardToneMapping( gl_FragColor.rgb ); + #elif defined( CINEON_TONE_MAPPING ) + gl_FragColor.rgb = CineonToneMapping( gl_FragColor.rgb ); + #elif defined( ACES_FILMIC_TONE_MAPPING ) + gl_FragColor.rgb = ACESFilmicToneMapping( gl_FragColor.rgb ); + #elif defined( AGX_TONE_MAPPING ) + gl_FragColor.rgb = AgXToneMapping( gl_FragColor.rgb ); + #elif defined( NEUTRAL_TONE_MAPPING ) + gl_FragColor.rgb = NeutralToneMapping( gl_FragColor.rgb ); + #elif defined( CUSTOM_TONE_MAPPING ) + gl_FragColor.rgb = CustomToneMapping( gl_FragColor.rgb ); + #endif + + #ifdef SRGB_TRANSFER + gl_FragColor = sRGBTransferOETF( gl_FragColor ); + #endif + }`,depthTest:!1,depthWrite:!1}),u=new Gt(l,c),d=new ru(-1,1,1,-1,0,1);let h=null,f=null,p=!1,g,m=null,_=[],v=!1;this.setSize=function(M,y){a.setSize(M,y),o.setSize(M,y);for(let E=0;E<_.length;E++){const S=_[E];S.setSize&&S.setSize(M,y)}},this.setEffects=function(M){_=M,v=_.length>0&&_[0].isRenderPass===!0;const y=a.width,E=a.height;for(let S=0;S<_.length;S++){const A=_[S];A.setSize&&A.setSize(y,E)}},this.begin=function(M,y){if(p||M.toneMapping===jn&&_.length===0)return!1;if(m=y,y!==null){const E=y.width,S=y.height;(a.width!==E||a.height!==S)&&this.setSize(E,S)}return v===!1&&M.setRenderTarget(a),g=M.toneMapping,M.toneMapping=jn,!0},this.hasRenderPass=function(){return v},this.end=function(M,y){M.toneMapping=g,p=!0;let E=a,S=o;for(let A=0;A<_.length;A++){const x=_[A];if(x.enabled!==!1&&(x.render(M,S,E,y),x.needsSwap!==!1)){const T=E;E=S,S=T}}if(h!==M.outputColorSpace||f!==M.toneMapping){h=M.outputColorSpace,f=M.toneMapping,c.defines={},st.getTransfer(h)===mt&&(c.defines.SRGB_TRANSFER="");const A=u1[f];A&&(c.defines[A]=""),c.needsUpdate=!0}c.uniforms.tDiffuse.value=E.texture,M.setRenderTarget(m),M.render(u,d),m=null,p=!1},this.isCompositing=function(){return p},this.dispose=function(){a.depthTexture&&a.depthTexture.dispose(),a.dispose(),o.dispose(),l.dispose(),c.dispose()}}const Ff=new Qt,Lc=new Zs(1,1),Bf=new ff,Hf=new nm,zf=new bf,Mh=[],Ah=[],Eh=new Float32Array(16),Th=new Float32Array(9),Ch=new Float32Array(4);function rr(n,e,t){const i=n[0];if(i<=0||i>0)return n;const s=e*t;let r=Mh[s];if(r===void 0&&(r=new Float32Array(s),Mh[s]=r),e!==0){i.toArray(r,0);for(let a=1,o=0;a!==e;++a)o+=t,n[a].toArray(r,o)}return r}function Ft(n,e){if(n.length!==e.length)return!1;for(let t=0,i=n.length;t0&&(this.seq=s.concat(r))}setValue(e,t,i,s){const r=this.map[t];r!==void 0&&r.setValue(e,i,s)}setOptional(e,t,i){const s=t[i];s!==void 0&&this.setValue(e,i,s)}static upload(e,t,i,s){for(let r=0,a=t.length;r!==a;++r){const o=t[r],l=i[o.id];l.needsUpdate!==!1&&o.setValue(e,l.value,s)}}static seqWithValue(e,t){const i=[];for(let s=0,r=e.length;s!==r;++s){const a=e[s];a.id in t&&i.push(a)}return i}}function Rh(n,e,t){const i=n.createShader(e);return n.shaderSource(i,t),n.compileShader(i),i}const ny=37297;let iy=0;function sy(n,e){const t=n.split(` +`),i=[],s=Math.max(e-6,0),r=Math.min(e+6,t.length);for(let a=s;a":" "} ${o}: ${t[a]}`)}return i.join(` +`)}const Lh=new $e;function ry(n){st._getMatrix(Lh,st.workingColorSpace,n);const e=`mat3( ${Lh.elements.map(t=>t.toFixed(4))} )`;switch(st.getTransfer(n)){case so:return[e,"LinearTransferOETF"];case mt:return[e,"sRGBTransferOETF"];default:return Ye("WebGLProgram: Unsupported color space: ",n),[e,"LinearTransferOETF"]}}function Dh(n,e,t){const i=n.getShaderParameter(e,n.COMPILE_STATUS),r=(n.getShaderInfoLog(e)||"").trim();if(i&&r==="")return"";const a=/ERROR: 0:(\d+)/.exec(r);if(a){const o=parseInt(a[1]);return t.toUpperCase()+` + +`+r+` + +`+sy(n.getShaderSource(e),o)}else return r}function ay(n,e){const t=ry(e);return[`vec4 ${n}( vec4 value ) {`,` return ${t[1]}( vec4( value.rgb * ${t[0]}, value.a ) );`,"}"].join(` +`)}const oy={[Zd]:"Linear",[Jd]:"Reinhard",[jd]:"Cineon",[Qd]:"ACESFilmic",[tf]:"AgX",[nf]:"Neutral",[ef]:"Custom"};function ly(n,e){const t=oy[e];return t===void 0?(Ye("WebGLProgram: Unsupported toneMapping:",e),"vec3 "+n+"( vec3 color ) { return LinearToneMapping( color ); }"):"vec3 "+n+"( vec3 color ) { return "+t+"ToneMapping( color ); }"}const La=new F;function cy(){st.getLuminanceCoefficients(La);const n=La.x.toFixed(4),e=La.y.toFixed(4),t=La.z.toFixed(4);return["float luminance( const in vec3 rgb ) {",` const vec3 weights = vec3( ${n}, ${e}, ${t} );`," return dot( weights, rgb );","}"].join(` +`)}function uy(n){return[n.extensionClipCullDistance?"#extension GL_ANGLE_clip_cull_distance : require":"",n.extensionMultiDraw?"#extension GL_ANGLE_multi_draw : require":""].filter(wr).join(` +`)}function hy(n){const e=[];for(const t in n){const i=n[t];i!==!1&&e.push("#define "+t+" "+i)}return e.join(` +`)}function dy(n,e){const t={},i=n.getProgramParameter(e,n.ACTIVE_ATTRIBUTES);for(let s=0;s/gm;function Dc(n){return n.replace(fy,my)}const py=new Map;function my(n,e){let t=Je[e];if(t===void 0){const i=py.get(e);if(i!==void 0)t=Je[i],Ye('WebGLRenderer: Shader chunk "%s" has been deprecated. Use "%s" instead.',e,i);else throw new Error("THREE.WebGLProgram: Can not resolve #include <"+e+">")}return Dc(t)}const gy=/#pragma unroll_loop_start\s+for\s*\(\s*int\s+i\s*=\s*(\d+)\s*;\s*i\s*<\s*(\d+)\s*;\s*i\s*\+\+\s*\)\s*{([\s\S]+?)}\s+#pragma unroll_loop_end/g;function Oh(n){return n.replace(gy,_y)}function _y(n,e,t,i){let s="";for(let r=parseInt(e);r0&&(m+=` +`),_=["#define SHADER_TYPE "+t.shaderType,"#define SHADER_NAME "+t.shaderName,p].filter(wr).join(` +`),_.length>0&&(_+=` +`)):(m=[Uh(t),"#define SHADER_TYPE "+t.shaderType,"#define SHADER_NAME "+t.shaderName,p,t.extensionClipCullDistance?"#define USE_CLIP_DISTANCE":"",t.batching?"#define USE_BATCHING":"",t.batchingColor?"#define USE_BATCHING_COLOR":"",t.instancing?"#define USE_INSTANCING":"",t.instancingColor?"#define USE_INSTANCING_COLOR":"",t.instancingMorph?"#define USE_INSTANCING_MORPH":"",t.useFog&&t.fog?"#define USE_FOG":"",t.useFog&&t.fogExp2?"#define FOG_EXP2":"",t.map?"#define USE_MAP":"",t.envMap?"#define USE_ENVMAP":"",t.envMap?"#define "+u:"",t.lightMap?"#define USE_LIGHTMAP":"",t.aoMap?"#define USE_AOMAP":"",t.bumpMap?"#define USE_BUMPMAP":"",t.normalMap?"#define USE_NORMALMAP":"",t.normalMapObjectSpace?"#define USE_NORMALMAP_OBJECTSPACE":"",t.normalMapTangentSpace?"#define USE_NORMALMAP_TANGENTSPACE":"",t.displacementMap?"#define USE_DISPLACEMENTMAP":"",t.emissiveMap?"#define USE_EMISSIVEMAP":"",t.anisotropy?"#define USE_ANISOTROPY":"",t.anisotropyMap?"#define USE_ANISOTROPYMAP":"",t.clearcoatMap?"#define USE_CLEARCOATMAP":"",t.clearcoatRoughnessMap?"#define USE_CLEARCOAT_ROUGHNESSMAP":"",t.clearcoatNormalMap?"#define USE_CLEARCOAT_NORMALMAP":"",t.iridescenceMap?"#define USE_IRIDESCENCEMAP":"",t.iridescenceThicknessMap?"#define USE_IRIDESCENCE_THICKNESSMAP":"",t.specularMap?"#define USE_SPECULARMAP":"",t.specularColorMap?"#define USE_SPECULAR_COLORMAP":"",t.specularIntensityMap?"#define USE_SPECULAR_INTENSITYMAP":"",t.roughnessMap?"#define USE_ROUGHNESSMAP":"",t.metalnessMap?"#define USE_METALNESSMAP":"",t.alphaMap?"#define USE_ALPHAMAP":"",t.alphaHash?"#define USE_ALPHAHASH":"",t.transmission?"#define USE_TRANSMISSION":"",t.transmissionMap?"#define USE_TRANSMISSIONMAP":"",t.thicknessMap?"#define USE_THICKNESSMAP":"",t.sheenColorMap?"#define USE_SHEEN_COLORMAP":"",t.sheenRoughnessMap?"#define USE_SHEEN_ROUGHNESSMAP":"",t.mapUv?"#define MAP_UV "+t.mapUv:"",t.alphaMapUv?"#define ALPHAMAP_UV "+t.alphaMapUv:"",t.lightMapUv?"#define LIGHTMAP_UV "+t.lightMapUv:"",t.aoMapUv?"#define AOMAP_UV "+t.aoMapUv:"",t.emissiveMapUv?"#define EMISSIVEMAP_UV "+t.emissiveMapUv:"",t.bumpMapUv?"#define BUMPMAP_UV "+t.bumpMapUv:"",t.normalMapUv?"#define NORMALMAP_UV "+t.normalMapUv:"",t.displacementMapUv?"#define DISPLACEMENTMAP_UV "+t.displacementMapUv:"",t.metalnessMapUv?"#define METALNESSMAP_UV "+t.metalnessMapUv:"",t.roughnessMapUv?"#define ROUGHNESSMAP_UV "+t.roughnessMapUv:"",t.anisotropyMapUv?"#define ANISOTROPYMAP_UV "+t.anisotropyMapUv:"",t.clearcoatMapUv?"#define CLEARCOATMAP_UV "+t.clearcoatMapUv:"",t.clearcoatNormalMapUv?"#define CLEARCOAT_NORMALMAP_UV "+t.clearcoatNormalMapUv:"",t.clearcoatRoughnessMapUv?"#define CLEARCOAT_ROUGHNESSMAP_UV "+t.clearcoatRoughnessMapUv:"",t.iridescenceMapUv?"#define IRIDESCENCEMAP_UV "+t.iridescenceMapUv:"",t.iridescenceThicknessMapUv?"#define IRIDESCENCE_THICKNESSMAP_UV "+t.iridescenceThicknessMapUv:"",t.sheenColorMapUv?"#define SHEEN_COLORMAP_UV "+t.sheenColorMapUv:"",t.sheenRoughnessMapUv?"#define SHEEN_ROUGHNESSMAP_UV "+t.sheenRoughnessMapUv:"",t.specularMapUv?"#define SPECULARMAP_UV "+t.specularMapUv:"",t.specularColorMapUv?"#define SPECULAR_COLORMAP_UV "+t.specularColorMapUv:"",t.specularIntensityMapUv?"#define SPECULAR_INTENSITYMAP_UV "+t.specularIntensityMapUv:"",t.transmissionMapUv?"#define TRANSMISSIONMAP_UV "+t.transmissionMapUv:"",t.thicknessMapUv?"#define THICKNESSMAP_UV "+t.thicknessMapUv:"",t.vertexTangents&&t.flatShading===!1?"#define USE_TANGENT":"",t.vertexNormals?"#define HAS_NORMAL":"",t.vertexColors?"#define USE_COLOR":"",t.vertexAlphas?"#define USE_COLOR_ALPHA":"",t.vertexUv1s?"#define USE_UV1":"",t.vertexUv2s?"#define USE_UV2":"",t.vertexUv3s?"#define USE_UV3":"",t.pointsUvs?"#define USE_POINTS_UV":"",t.flatShading?"#define FLAT_SHADED":"",t.skinning?"#define USE_SKINNING":"",t.morphTargets?"#define USE_MORPHTARGETS":"",t.morphNormals&&t.flatShading===!1?"#define USE_MORPHNORMALS":"",t.morphColors?"#define USE_MORPHCOLORS":"",t.morphTargetsCount>0?"#define MORPHTARGETS_TEXTURE_STRIDE "+t.morphTextureStride:"",t.morphTargetsCount>0?"#define MORPHTARGETS_COUNT "+t.morphTargetsCount:"",t.doubleSided?"#define DOUBLE_SIDED":"",t.flipSided?"#define FLIP_SIDED":"",t.shadowMapEnabled?"#define USE_SHADOWMAP":"",t.shadowMapEnabled?"#define "+l:"",t.sizeAttenuation?"#define USE_SIZEATTENUATION":"",t.numLightProbes>0?"#define USE_LIGHT_PROBES":"",t.logarithmicDepthBuffer?"#define USE_LOGARITHMIC_DEPTH_BUFFER":"",t.reversedDepthBuffer?"#define USE_REVERSED_DEPTH_BUFFER":"","uniform mat4 modelMatrix;","uniform mat4 modelViewMatrix;","uniform mat4 projectionMatrix;","uniform mat4 viewMatrix;","uniform mat3 normalMatrix;","uniform vec3 cameraPosition;","uniform bool isOrthographic;","#ifdef USE_INSTANCING"," attribute mat4 instanceMatrix;","#endif","#ifdef USE_INSTANCING_COLOR"," attribute vec3 instanceColor;","#endif","#ifdef USE_INSTANCING_MORPH"," uniform sampler2D morphTexture;","#endif","attribute vec3 position;","attribute vec3 normal;","attribute vec2 uv;","#ifdef USE_UV1"," attribute vec2 uv1;","#endif","#ifdef USE_UV2"," attribute vec2 uv2;","#endif","#ifdef USE_UV3"," attribute vec2 uv3;","#endif","#ifdef USE_TANGENT"," attribute vec4 tangent;","#endif","#if defined( USE_COLOR_ALPHA )"," attribute vec4 color;","#elif defined( USE_COLOR )"," attribute vec3 color;","#endif","#ifdef USE_SKINNING"," attribute vec4 skinIndex;"," attribute vec4 skinWeight;","#endif",` +`].filter(wr).join(` +`),_=[Uh(t),"#define SHADER_TYPE "+t.shaderType,"#define SHADER_NAME "+t.shaderName,p,t.useFog&&t.fog?"#define USE_FOG":"",t.useFog&&t.fogExp2?"#define FOG_EXP2":"",t.alphaToCoverage?"#define ALPHA_TO_COVERAGE":"",t.map?"#define USE_MAP":"",t.matcap?"#define USE_MATCAP":"",t.envMap?"#define USE_ENVMAP":"",t.envMap?"#define "+c:"",t.envMap?"#define "+u:"",t.envMap?"#define "+d:"",h?"#define CUBEUV_TEXEL_WIDTH "+h.texelWidth:"",h?"#define CUBEUV_TEXEL_HEIGHT "+h.texelHeight:"",h?"#define CUBEUV_MAX_MIP "+h.maxMip+".0":"",t.lightMap?"#define USE_LIGHTMAP":"",t.aoMap?"#define USE_AOMAP":"",t.bumpMap?"#define USE_BUMPMAP":"",t.normalMap?"#define USE_NORMALMAP":"",t.normalMapObjectSpace?"#define USE_NORMALMAP_OBJECTSPACE":"",t.normalMapTangentSpace?"#define USE_NORMALMAP_TANGENTSPACE":"",t.packedNormalMap?"#define USE_PACKED_NORMALMAP":"",t.emissiveMap?"#define USE_EMISSIVEMAP":"",t.anisotropy?"#define USE_ANISOTROPY":"",t.anisotropyMap?"#define USE_ANISOTROPYMAP":"",t.clearcoat?"#define USE_CLEARCOAT":"",t.clearcoatMap?"#define USE_CLEARCOATMAP":"",t.clearcoatRoughnessMap?"#define USE_CLEARCOAT_ROUGHNESSMAP":"",t.clearcoatNormalMap?"#define USE_CLEARCOAT_NORMALMAP":"",t.dispersion?"#define USE_DISPERSION":"",t.iridescence?"#define USE_IRIDESCENCE":"",t.iridescenceMap?"#define USE_IRIDESCENCEMAP":"",t.iridescenceThicknessMap?"#define USE_IRIDESCENCE_THICKNESSMAP":"",t.specularMap?"#define USE_SPECULARMAP":"",t.specularColorMap?"#define USE_SPECULAR_COLORMAP":"",t.specularIntensityMap?"#define USE_SPECULAR_INTENSITYMAP":"",t.roughnessMap?"#define USE_ROUGHNESSMAP":"",t.metalnessMap?"#define USE_METALNESSMAP":"",t.alphaMap?"#define USE_ALPHAMAP":"",t.alphaTest?"#define USE_ALPHATEST":"",t.alphaHash?"#define USE_ALPHAHASH":"",t.sheen?"#define USE_SHEEN":"",t.sheenColorMap?"#define USE_SHEEN_COLORMAP":"",t.sheenRoughnessMap?"#define USE_SHEEN_ROUGHNESSMAP":"",t.transmission?"#define USE_TRANSMISSION":"",t.transmissionMap?"#define USE_TRANSMISSIONMAP":"",t.thicknessMap?"#define USE_THICKNESSMAP":"",t.vertexTangents&&t.flatShading===!1?"#define USE_TANGENT":"",t.vertexColors||t.instancingColor?"#define USE_COLOR":"",t.vertexAlphas||t.batchingColor?"#define USE_COLOR_ALPHA":"",t.vertexUv1s?"#define USE_UV1":"",t.vertexUv2s?"#define USE_UV2":"",t.vertexUv3s?"#define USE_UV3":"",t.pointsUvs?"#define USE_POINTS_UV":"",t.gradientMap?"#define USE_GRADIENTMAP":"",t.flatShading?"#define FLAT_SHADED":"",t.doubleSided?"#define DOUBLE_SIDED":"",t.flipSided?"#define FLIP_SIDED":"",t.shadowMapEnabled?"#define USE_SHADOWMAP":"",t.shadowMapEnabled?"#define "+l:"",t.premultipliedAlpha?"#define PREMULTIPLIED_ALPHA":"",t.numLightProbes>0?"#define USE_LIGHT_PROBES":"",t.numLightProbeGrids>0?"#define USE_LIGHT_PROBES_GRID":"",t.decodeVideoTexture?"#define DECODE_VIDEO_TEXTURE":"",t.decodeVideoTextureEmissive?"#define DECODE_VIDEO_TEXTURE_EMISSIVE":"",t.logarithmicDepthBuffer?"#define USE_LOGARITHMIC_DEPTH_BUFFER":"",t.reversedDepthBuffer?"#define USE_REVERSED_DEPTH_BUFFER":"","uniform mat4 viewMatrix;","uniform vec3 cameraPosition;","uniform bool isOrthographic;",t.toneMapping!==jn?"#define TONE_MAPPING":"",t.toneMapping!==jn?Je.tonemapping_pars_fragment:"",t.toneMapping!==jn?ly("toneMapping",t.toneMapping):"",t.dithering?"#define DITHERING":"",t.opaque?"#define OPAQUE":"",Je.colorspace_pars_fragment,ay("linearToOutputTexel",t.outputColorSpace),cy(),t.useDepthPacking?"#define DEPTH_PACKING "+t.depthPacking:"",` +`].filter(wr).join(` +`)),a=Dc(a),a=Ih(a,t),a=Ph(a,t),o=Dc(o),o=Ih(o,t),o=Ph(o,t),a=Oh(a),o=Oh(o),t.isRawShaderMaterial!==!0&&(v=`#version 300 es +`,m=[f,"#define attribute in","#define varying out","#define texture2D texture"].join(` +`)+` +`+m,_=["#define varying in",t.glslVersion===Ec?"":"layout(location = 0) out highp vec4 pc_fragColor;",t.glslVersion===Ec?"":"#define gl_FragColor pc_fragColor","#define gl_FragDepthEXT gl_FragDepth","#define texture2D texture","#define textureCube texture","#define texture2DProj textureProj","#define texture2DLodEXT textureLod","#define texture2DProjLodEXT textureProjLod","#define textureCubeLodEXT textureLod","#define texture2DGradEXT textureGrad","#define texture2DProjGradEXT textureProjGrad","#define textureCubeGradEXT textureGrad"].join(` +`)+` +`+_);const M=v+m+a,y=v+_+o,E=Rh(s,s.VERTEX_SHADER,M),S=Rh(s,s.FRAGMENT_SHADER,y);s.attachShader(g,E),s.attachShader(g,S),t.index0AttributeName!==void 0?s.bindAttribLocation(g,0,t.index0AttributeName):t.hasPositionAttribute===!0&&s.bindAttribLocation(g,0,"position"),s.linkProgram(g);function A(D){if(n.debug.checkShaderErrors){const w=s.getProgramInfoLog(g)||"",O=s.getShaderInfoLog(E)||"",k=s.getShaderInfoLog(S)||"",P=w.trim(),B=O.trim(),V=k.trim();let I=!0,H=!0;if(s.getProgramParameter(g,s.LINK_STATUS)===!1)if(I=!1,typeof n.debug.onShaderError=="function")n.debug.onShaderError(s,g,E,S);else{const ee=Dh(s,E,"vertex"),ie=Dh(s,S,"fragment");ot("WebGLProgram: Shader Error "+s.getError()+" - VALIDATE_STATUS "+s.getProgramParameter(g,s.VALIDATE_STATUS)+` + +Material Name: `+D.name+` +Material Type: `+D.type+` + +Program Info Log: `+P+` +`+ee+` +`+ie)}else P!==""?Ye("WebGLProgram: Program Info Log:",P):(B===""||V==="")&&(H=!1);H&&(D.diagnostics={runnable:I,programLog:P,vertexShader:{log:B,prefix:m},fragmentShader:{log:V,prefix:_}})}s.deleteShader(E),s.deleteShader(S),x=new Za(s,g),T=dy(s,g)}let x;this.getUniforms=function(){return x===void 0&&A(this),x};let T;this.getAttributes=function(){return T===void 0&&A(this),T};let L=t.rendererExtensionParallelShaderCompile===!1;return this.isReady=function(){return L===!1&&(L=s.getProgramParameter(g,ny)),L},this.destroy=function(){i.releaseStatesOfProgram(this),s.deleteProgram(g),this.program=void 0},this.type=t.shaderType,this.name=t.shaderName,this.id=iy++,this.cacheKey=e,this.usedTimes=1,this.program=g,this.vertexShader=E,this.fragmentShader=S,this}let wy=0;class Ry{constructor(){this.shaderCache=new Map,this.materialCache=new Map}update(e,t,i){const s=this._getShaderCacheForMaterial(e);return s.has(t)===!1&&(s.add(t),t.usedTimes++),s.has(i)===!1&&(s.add(i),i.usedTimes++),this}remove(e){const t=this.materialCache.get(e);for(const i of t)i.usedTimes--,i.usedTimes===0&&this.shaderCache.delete(i.code);return this.materialCache.delete(e),this}getVertexShaderStage(e){return this._getShaderStage(e.vertexShader)}getFragmentShaderStage(e){return this._getShaderStage(e.fragmentShader)}dispose(){this.shaderCache.clear(),this.materialCache.clear()}_getShaderCacheForMaterial(e){const t=this.materialCache;let i=t.get(e);return i===void 0&&(i=new Set,t.set(e,i)),i}_getShaderStage(e){const t=this.shaderCache;let i=t.get(e);return i===void 0&&(i=new Ly(e),t.set(e,i)),i}}class Ly{constructor(e){this.id=wy++,this.code=e,this.usedTimes=0}}function Dy(n){return n===ls||n===to||n===no}function Iy(n,e,t,i,s,r){const a=new pf,o=new Ry,l=new Set,c=[],u=new Map,d=i.logarithmicDepthBuffer;let h=i.precision;const f={MeshDepthMaterial:"depth",MeshDistanceMaterial:"distance",MeshNormalMaterial:"normal",MeshBasicMaterial:"basic",MeshLambertMaterial:"lambert",MeshPhongMaterial:"phong",MeshToonMaterial:"toon",MeshStandardMaterial:"physical",MeshPhysicalMaterial:"physical",MeshMatcapMaterial:"matcap",LineBasicMaterial:"basic",LineDashedMaterial:"dashed",PointsMaterial:"points",ShadowMaterial:"shadow",SpriteMaterial:"sprite"};function p(x){return l.add(x),x===0?"uv":`uv${x}`}function g(x,T,L,D,w,O){const k=D.fog,P=w.geometry,B=x.isMeshStandardMaterial||x.isMeshLambertMaterial||x.isMeshPhongMaterial?D.environment:null,V=x.isMeshStandardMaterial||x.isMeshLambertMaterial&&!x.envMap||x.isMeshPhongMaterial&&!x.envMap,I=e.get(x.envMap||B,V),H=I&&I.mapping===wo?I.image.height:null,ee=f[x.type];x.precision!==null&&(h=i.getMaxPrecision(x.precision),h!==x.precision&&Ye("WebGLProgram.getParameters:",x.precision,"not supported, using",h,"instead."));const ie=P.morphAttributes.position||P.morphAttributes.normal||P.morphAttributes.color,fe=ie!==void 0?ie.length:0;let oe=0;P.morphAttributes.position!==void 0&&(oe=1),P.morphAttributes.normal!==void 0&&(oe=2),P.morphAttributes.color!==void 0&&(oe=3);let ge,pe,X,se;if(ee){const Ae=qn[ee];ge=Ae.vertexShader,pe=Ae.fragmentShader}else{ge=x.vertexShader,pe=x.fragmentShader;const Ae=o.getVertexShaderStage(x),ht=o.getFragmentShaderStage(x);o.update(x,Ae,ht),X=Ae.id,se=ht.id}const j=n.getRenderTarget(),Me=n.state.buffers.depth.getReversed(),Ce=w.isInstancedMesh===!0,_e=w.isBatchedMesh===!0,We=!!x.map,Xe=!!x.matcap,Ue=!!I,Fe=!!x.aoMap,qe=!!x.lightMap,nt=!!x.bumpMap&&x.wireframe===!1,je=!!x.normalMap,pt=!!x.displacementMap,vt=!!x.emissiveMap,lt=!!x.metalnessMap,ct=!!x.roughnessMap,G=x.anisotropy>0,ke=x.clearcoat>0,Pe=x.dispersion>0,U=x.iridescence>0,b=x.sheen>0,K=x.transmission>0,Q=G&&!!x.anisotropyMap,ce=ke&&!!x.clearcoatMap,z=ke&&!!x.clearcoatNormalMap,ae=ke&&!!x.clearcoatRoughnessMap,R=U&&!!x.iridescenceMap,le=U&&!!x.iridescenceThicknessMap,ue=b&&!!x.sheenColorMap,ve=b&&!!x.sheenRoughnessMap,xe=!!x.specularMap,be=!!x.specularColorMap,Z=!!x.specularIntensityMap,de=K&&!!x.transmissionMap,ye=K&&!!x.thicknessMap,N=!!x.gradientMap,re=!!x.alphaMap,q=x.alphaTest>0,ne=!!x.alphaHash,me=!!x.extensions;let he=jn;x.toneMapped&&(j===null||j.isXRRenderTarget===!0)&&(he=n.toneMapping);const Ie={shaderID:ee,shaderType:x.type,shaderName:x.name,vertexShader:ge,fragmentShader:pe,defines:x.defines,customVertexShaderID:X,customFragmentShaderID:se,isRawShaderMaterial:x.isRawShaderMaterial===!0,glslVersion:x.glslVersion,precision:h,batching:_e,batchingColor:_e&&w._colorsTexture!==null,instancing:Ce,instancingColor:Ce&&w.instanceColor!==null,instancingMorph:Ce&&w.morphTexture!==null,outputColorSpace:j===null?n.outputColorSpace:j.isXRRenderTarget===!0?j.texture.colorSpace:st.workingColorSpace,alphaToCoverage:!!x.alphaToCoverage,map:We,matcap:Xe,envMap:Ue,envMapMode:Ue&&I.mapping,envMapCubeUVHeight:H,aoMap:Fe,lightMap:qe,bumpMap:nt,normalMap:je,displacementMap:pt,emissiveMap:vt,normalMapObjectSpace:je&&x.normalMapType===k0,normalMapTangentSpace:je&&x.normalMapType===Pu,packedNormalMap:je&&x.normalMapType===Pu&&Dy(x.normalMap.format),metalnessMap:lt,roughnessMap:ct,anisotropy:G,anisotropyMap:Q,clearcoat:ke,clearcoatMap:ce,clearcoatNormalMap:z,clearcoatRoughnessMap:ae,dispersion:Pe,iridescence:U,iridescenceMap:R,iridescenceThicknessMap:le,sheen:b,sheenColorMap:ue,sheenRoughnessMap:ve,specularMap:xe,specularColorMap:be,specularIntensityMap:Z,transmission:K,transmissionMap:de,thicknessMap:ye,gradientMap:N,opaque:x.transparent===!1&&x.blending===Ws&&x.alphaToCoverage===!1,alphaMap:re,alphaTest:q,alphaHash:ne,combine:x.combine,mapUv:We&&p(x.map.channel),aoMapUv:Fe&&p(x.aoMap.channel),lightMapUv:qe&&p(x.lightMap.channel),bumpMapUv:nt&&p(x.bumpMap.channel),normalMapUv:je&&p(x.normalMap.channel),displacementMapUv:pt&&p(x.displacementMap.channel),emissiveMapUv:vt&&p(x.emissiveMap.channel),metalnessMapUv:lt&&p(x.metalnessMap.channel),roughnessMapUv:ct&&p(x.roughnessMap.channel),anisotropyMapUv:Q&&p(x.anisotropyMap.channel),clearcoatMapUv:ce&&p(x.clearcoatMap.channel),clearcoatNormalMapUv:z&&p(x.clearcoatNormalMap.channel),clearcoatRoughnessMapUv:ae&&p(x.clearcoatRoughnessMap.channel),iridescenceMapUv:R&&p(x.iridescenceMap.channel),iridescenceThicknessMapUv:le&&p(x.iridescenceThicknessMap.channel),sheenColorMapUv:ue&&p(x.sheenColorMap.channel),sheenRoughnessMapUv:ve&&p(x.sheenRoughnessMap.channel),specularMapUv:xe&&p(x.specularMap.channel),specularColorMapUv:be&&p(x.specularColorMap.channel),specularIntensityMapUv:Z&&p(x.specularIntensityMap.channel),transmissionMapUv:de&&p(x.transmissionMap.channel),thicknessMapUv:ye&&p(x.thicknessMap.channel),alphaMapUv:re&&p(x.alphaMap.channel),vertexTangents:!!P.attributes.tangent&&(je||G),vertexNormals:!!P.attributes.normal,vertexColors:x.vertexColors,vertexAlphas:x.vertexColors===!0&&!!P.attributes.color&&P.attributes.color.itemSize===4,pointsUvs:w.isPoints===!0&&!!P.attributes.uv&&(We||re),fog:!!k,useFog:x.fog===!0,fogExp2:!!k&&k.isFogExp2,flatShading:x.wireframe===!1&&(x.flatShading===!0||P.attributes.normal===void 0&&je===!1&&(x.isMeshLambertMaterial||x.isMeshPhongMaterial||x.isMeshStandardMaterial||x.isMeshPhysicalMaterial)),sizeAttenuation:x.sizeAttenuation===!0,logarithmicDepthBuffer:d,reversedDepthBuffer:Me,skinning:w.isSkinnedMesh===!0,hasPositionAttribute:P.attributes.position!==void 0,morphTargets:P.morphAttributes.position!==void 0,morphNormals:P.morphAttributes.normal!==void 0,morphColors:P.morphAttributes.color!==void 0,morphTargetsCount:fe,morphTextureStride:oe,numDirLights:T.directional.length,numPointLights:T.point.length,numSpotLights:T.spot.length,numSpotLightMaps:T.spotLightMap.length,numRectAreaLights:T.rectArea.length,numHemiLights:T.hemi.length,numDirLightShadows:T.directionalShadowMap.length,numPointLightShadows:T.pointShadowMap.length,numSpotLightShadows:T.spotShadowMap.length,numSpotLightShadowsWithMaps:T.numSpotLightShadowsWithMaps,numLightProbes:T.numLightProbes,numLightProbeGrids:O.length,numClippingPlanes:r.numPlanes,numClipIntersection:r.numIntersection,dithering:x.dithering,shadowMapEnabled:n.shadowMap.enabled&&L.length>0,shadowMapType:n.shadowMap.type,toneMapping:he,decodeVideoTexture:We&&x.map.isVideoTexture===!0&&st.getTransfer(x.map.colorSpace)===mt,decodeVideoTextureEmissive:vt&&x.emissiveMap.isVideoTexture===!0&&st.getTransfer(x.emissiveMap.colorSpace)===mt,premultipliedAlpha:x.premultipliedAlpha,doubleSided:x.side===Vt,flipSided:x.side===ln,useDepthPacking:x.depthPacking>=0,depthPacking:x.depthPacking||0,index0AttributeName:x.index0AttributeName,extensionClipCullDistance:me&&x.extensions.clipCullDistance===!0&&t.has("WEBGL_clip_cull_distance"),extensionMultiDraw:(me&&x.extensions.multiDraw===!0||_e)&&t.has("WEBGL_multi_draw"),rendererExtensionParallelShaderCompile:t.has("KHR_parallel_shader_compile"),customProgramCacheKey:x.customProgramCacheKey()};return Ie.vertexUv1s=l.has(1),Ie.vertexUv2s=l.has(2),Ie.vertexUv3s=l.has(3),l.clear(),Ie}function m(x){const T=[];if(x.shaderID?T.push(x.shaderID):(T.push(x.customVertexShaderID),T.push(x.customFragmentShaderID)),x.defines!==void 0)for(const L in x.defines)T.push(L),T.push(x.defines[L]);return x.isRawShaderMaterial===!1&&(_(T,x),v(T,x),T.push(n.outputColorSpace)),T.push(x.customProgramCacheKey),T.join()}function _(x,T){x.push(T.precision),x.push(T.outputColorSpace),x.push(T.envMapMode),x.push(T.envMapCubeUVHeight),x.push(T.mapUv),x.push(T.alphaMapUv),x.push(T.lightMapUv),x.push(T.aoMapUv),x.push(T.bumpMapUv),x.push(T.normalMapUv),x.push(T.displacementMapUv),x.push(T.emissiveMapUv),x.push(T.metalnessMapUv),x.push(T.roughnessMapUv),x.push(T.anisotropyMapUv),x.push(T.clearcoatMapUv),x.push(T.clearcoatNormalMapUv),x.push(T.clearcoatRoughnessMapUv),x.push(T.iridescenceMapUv),x.push(T.iridescenceThicknessMapUv),x.push(T.sheenColorMapUv),x.push(T.sheenRoughnessMapUv),x.push(T.specularMapUv),x.push(T.specularColorMapUv),x.push(T.specularIntensityMapUv),x.push(T.transmissionMapUv),x.push(T.thicknessMapUv),x.push(T.combine),x.push(T.fogExp2),x.push(T.sizeAttenuation),x.push(T.morphTargetsCount),x.push(T.morphAttributeCount),x.push(T.numDirLights),x.push(T.numPointLights),x.push(T.numSpotLights),x.push(T.numSpotLightMaps),x.push(T.numHemiLights),x.push(T.numRectAreaLights),x.push(T.numDirLightShadows),x.push(T.numPointLightShadows),x.push(T.numSpotLightShadows),x.push(T.numSpotLightShadowsWithMaps),x.push(T.numLightProbes),x.push(T.shadowMapType),x.push(T.toneMapping),x.push(T.numClippingPlanes),x.push(T.numClipIntersection),x.push(T.depthPacking)}function v(x,T){a.disableAll(),T.instancing&&a.enable(0),T.instancingColor&&a.enable(1),T.instancingMorph&&a.enable(2),T.matcap&&a.enable(3),T.envMap&&a.enable(4),T.normalMapObjectSpace&&a.enable(5),T.normalMapTangentSpace&&a.enable(6),T.clearcoat&&a.enable(7),T.iridescence&&a.enable(8),T.alphaTest&&a.enable(9),T.vertexColors&&a.enable(10),T.vertexAlphas&&a.enable(11),T.vertexUv1s&&a.enable(12),T.vertexUv2s&&a.enable(13),T.vertexUv3s&&a.enable(14),T.vertexTangents&&a.enable(15),T.anisotropy&&a.enable(16),T.alphaHash&&a.enable(17),T.batching&&a.enable(18),T.dispersion&&a.enable(19),T.batchingColor&&a.enable(20),T.gradientMap&&a.enable(21),T.packedNormalMap&&a.enable(22),T.vertexNormals&&a.enable(23),x.push(a.mask),a.disableAll(),T.fog&&a.enable(0),T.useFog&&a.enable(1),T.flatShading&&a.enable(2),T.logarithmicDepthBuffer&&a.enable(3),T.reversedDepthBuffer&&a.enable(4),T.skinning&&a.enable(5),T.morphTargets&&a.enable(6),T.morphNormals&&a.enable(7),T.morphColors&&a.enable(8),T.premultipliedAlpha&&a.enable(9),T.shadowMapEnabled&&a.enable(10),T.doubleSided&&a.enable(11),T.flipSided&&a.enable(12),T.useDepthPacking&&a.enable(13),T.dithering&&a.enable(14),T.transmission&&a.enable(15),T.sheen&&a.enable(16),T.opaque&&a.enable(17),T.pointsUvs&&a.enable(18),T.decodeVideoTexture&&a.enable(19),T.decodeVideoTextureEmissive&&a.enable(20),T.alphaToCoverage&&a.enable(21),T.numLightProbeGrids>0&&a.enable(22),T.hasPositionAttribute&&a.enable(23),x.push(a.mask)}function M(x){const T=f[x.type];let L;if(T){const D=qn[T];L=eg.clone(D.uniforms)}else L=x.uniforms;return L}function y(x,T){let L=u.get(T);return L!==void 0?++L.usedTimes:(L=new Cy(n,T,x,s),c.push(L),u.set(T,L)),L}function E(x){if(--x.usedTimes===0){const T=c.indexOf(x);c[T]=c[c.length-1],c.pop(),u.delete(x.cacheKey),x.destroy()}}function S(x){o.remove(x)}function A(){o.dispose()}return{getParameters:g,getProgramCacheKey:m,getUniforms:M,acquireProgram:y,releaseProgram:E,releaseShaderCache:S,programs:c,dispose:A}}function Py(){let n=new WeakMap;function e(a){return n.has(a)}function t(a){let o=n.get(a);return o===void 0&&(o={},n.set(a,o)),o}function i(a){n.delete(a)}function s(a,o,l){n.get(a)[o]=l}function r(){n=new WeakMap}return{has:e,get:t,remove:i,update:s,dispose:r}}function Oy(n,e){return n.groupOrder!==e.groupOrder?n.groupOrder-e.groupOrder:n.renderOrder!==e.renderOrder?n.renderOrder-e.renderOrder:n.material.id!==e.material.id?n.material.id-e.material.id:n.materialVariant!==e.materialVariant?n.materialVariant-e.materialVariant:n.z!==e.z?n.z-e.z:n.id-e.id}function Nh(n,e){return n.groupOrder!==e.groupOrder?n.groupOrder-e.groupOrder:n.renderOrder!==e.renderOrder?n.renderOrder-e.renderOrder:n.z!==e.z?e.z-n.z:n.id-e.id}function kh(){const n=[];let e=0;const t=[],i=[],s=[];function r(){e=0,t.length=0,i.length=0,s.length=0}function a(h){let f=0;return h.isInstancedMesh&&(f+=2),h.isSkinnedMesh&&(f+=1),f}function o(h,f,p,g,m,_){let v=n[e];return v===void 0?(v={id:h.id,object:h,geometry:f,material:p,materialVariant:a(h),groupOrder:g,renderOrder:h.renderOrder,z:m,group:_},n[e]=v):(v.id=h.id,v.object=h,v.geometry=f,v.material=p,v.materialVariant=a(h),v.groupOrder=g,v.renderOrder=h.renderOrder,v.z=m,v.group=_),e++,v}function l(h,f,p,g,m,_){const v=o(h,f,p,g,m,_);p.transmission>0?i.push(v):p.transparent===!0?s.push(v):t.push(v)}function c(h,f,p,g,m,_){const v=o(h,f,p,g,m,_);p.transmission>0?i.unshift(v):p.transparent===!0?s.unshift(v):t.unshift(v)}function u(h,f,p){t.length>1&&t.sort(h||Oy),i.length>1&&i.sort(f||Nh),s.length>1&&s.sort(f||Nh),p&&(t.reverse(),i.reverse(),s.reverse())}function d(){for(let h=e,f=n.length;h=r.length?(a=new kh,r.push(a)):a=r[s],a}function t(){n=new WeakMap}return{get:e,dispose:t}}function Ny(){const n={};return{get:function(e){if(n[e.id]!==void 0)return n[e.id];let t;switch(e.type){case"DirectionalLight":t={direction:new F,color:new tt};break;case"SpotLight":t={position:new F,direction:new F,color:new tt,distance:0,coneCos:0,penumbraCos:0,decay:0};break;case"PointLight":t={position:new F,color:new tt,distance:0,decay:0};break;case"HemisphereLight":t={direction:new F,skyColor:new tt,groundColor:new tt};break;case"RectAreaLight":t={color:new tt,position:new F,halfWidth:new F,halfHeight:new F};break}return n[e.id]=t,t}}}function ky(){const n={};return{get:function(e){if(n[e.id]!==void 0)return n[e.id];let t;switch(e.type){case"DirectionalLight":t={shadowIntensity:1,shadowBias:0,shadowNormalBias:0,shadowRadius:1,shadowMapSize:new we};break;case"SpotLight":t={shadowIntensity:1,shadowBias:0,shadowNormalBias:0,shadowRadius:1,shadowMapSize:new we};break;case"PointLight":t={shadowIntensity:1,shadowBias:0,shadowNormalBias:0,shadowRadius:1,shadowMapSize:new we,shadowCameraNear:1,shadowCameraFar:1e3};break}return n[e.id]=t,t}}}let Fy=0;function By(n,e){return(e.castShadow?2:0)-(n.castShadow?2:0)+(e.map?1:0)-(n.map?1:0)}function Hy(n){const e=new Ny,t=ky(),i={version:0,hash:{directionalLength:-1,pointLength:-1,spotLength:-1,rectAreaLength:-1,hemiLength:-1,numDirectionalShadows:-1,numPointShadows:-1,numSpotShadows:-1,numSpotMaps:-1,numLightProbes:-1},ambient:[0,0,0],probe:[],directional:[],directionalShadow:[],directionalShadowMap:[],directionalShadowMatrix:[],spot:[],spotLightMap:[],spotShadow:[],spotShadowMap:[],spotLightMatrix:[],rectArea:[],rectAreaLTC1:null,rectAreaLTC2:null,point:[],pointShadow:[],pointShadowMap:[],pointShadowMatrix:[],hemi:[],numSpotLightShadowsWithMaps:0,numLightProbes:0};for(let c=0;c<9;c++)i.probe.push(new F);const s=new F,r=new Tt,a=new Tt;function o(c){let u=0,d=0,h=0;for(let T=0;T<9;T++)i.probe[T].set(0,0,0);let f=0,p=0,g=0,m=0,_=0,v=0,M=0,y=0,E=0,S=0,A=0;c.sort(By);for(let T=0,L=c.length;T0&&(n.has("OES_texture_float_linear")===!0?(i.rectAreaLTC1=Le.LTC_FLOAT_1,i.rectAreaLTC2=Le.LTC_FLOAT_2):(i.rectAreaLTC1=Le.LTC_HALF_1,i.rectAreaLTC2=Le.LTC_HALF_2)),i.ambient[0]=u,i.ambient[1]=d,i.ambient[2]=h;const x=i.hash;(x.directionalLength!==f||x.pointLength!==p||x.spotLength!==g||x.rectAreaLength!==m||x.hemiLength!==_||x.numDirectionalShadows!==v||x.numPointShadows!==M||x.numSpotShadows!==y||x.numSpotMaps!==E||x.numLightProbes!==A)&&(i.directional.length=f,i.spot.length=g,i.rectArea.length=m,i.point.length=p,i.hemi.length=_,i.directionalShadow.length=v,i.directionalShadowMap.length=v,i.pointShadow.length=M,i.pointShadowMap.length=M,i.spotShadow.length=y,i.spotShadowMap.length=y,i.directionalShadowMatrix.length=v,i.pointShadowMatrix.length=M,i.spotLightMatrix.length=y+E-S,i.spotLightMap.length=E,i.numSpotLightShadowsWithMaps=S,i.numLightProbes=A,x.directionalLength=f,x.pointLength=p,x.spotLength=g,x.rectAreaLength=m,x.hemiLength=_,x.numDirectionalShadows=v,x.numPointShadows=M,x.numSpotShadows=y,x.numSpotMaps=E,x.numLightProbes=A,i.version=Fy++)}function l(c,u){let d=0,h=0,f=0,p=0,g=0;const m=u.matrixWorldInverse;for(let _=0,v=c.length;_=a.length?(o=new Fh(n),a.push(o)):o=a[r],o}function i(){e=new WeakMap}return{get:t,dispose:i}}const Vy=`void main() { + gl_Position = vec4( position, 1.0 ); +}`,Gy=`uniform sampler2D shadow_pass; +uniform vec2 resolution; +uniform float radius; +void main() { + const float samples = float( VSM_SAMPLES ); + float mean = 0.0; + float squared_mean = 0.0; + float uvStride = samples <= 1.0 ? 0.0 : 2.0 / ( samples - 1.0 ); + float uvStart = samples <= 1.0 ? 0.0 : - 1.0; + for ( float i = 0.0; i < samples; i ++ ) { + float uvOffset = uvStart + i * uvStride; + #ifdef HORIZONTAL_PASS + vec2 distribution = texture2D( shadow_pass, ( gl_FragCoord.xy + vec2( uvOffset, 0.0 ) * radius ) / resolution ).rg; + mean += distribution.x; + squared_mean += distribution.y * distribution.y + distribution.x * distribution.x; + #else + float depth = texture2D( shadow_pass, ( gl_FragCoord.xy + vec2( 0.0, uvOffset ) * radius ) / resolution ).r; + mean += depth; + squared_mean += depth * depth; + #endif + } + mean = mean / samples; + squared_mean = squared_mean / samples; + float std_dev = sqrt( max( 0.0, squared_mean - mean * mean ) ); + gl_FragColor = vec4( mean, std_dev, 0.0, 1.0 ); +}`,Wy=[new F(1,0,0),new F(-1,0,0),new F(0,1,0),new F(0,-1,0),new F(0,0,1),new F(0,0,-1)],Xy=[new F(0,-1,0),new F(0,-1,0),new F(0,0,1),new F(0,0,-1),new F(0,-1,0),new F(0,-1,0)],Bh=new Tt,Sr=new F,yl=new F;function Yy(n,e,t){let i=new vf;const s=new we,r=new we,a=new Rt,o=new sg,l=new rg,c={},u=t.maxTextureSize,d={[Bi]:ln,[ln]:Bi,[Vt]:Vt},h=new Pn({defines:{VSM_SAMPLES:8},uniforms:{shadow_pass:{value:null},resolution:{value:new we},radius:{value:4}},vertexShader:Vy,fragmentShader:Gy}),f=h.clone();f.defines.HORIZONTAL_PASS=1;const p=new wt;p.setAttribute("position",new Mn(new Float32Array([-1,-1,.5,3,-1,.5,-1,3,.5]),3));const g=new Gt(p,h),m=this;this.enabled=!1,this.autoUpdate=!0,this.needsUpdate=!1,this.type=Wa;let _=this.type;this.render=function(S,A,x){if(m.enabled===!1||m.autoUpdate===!1&&m.needsUpdate===!1||S.length===0)return;this.type===p0&&(Ye("WebGLShadowMap: PCFSoftShadowMap has been deprecated. Using PCFShadowMap instead."),this.type=Wa);const T=n.getRenderTarget(),L=n.getActiveCubeFace(),D=n.getActiveMipmapLevel(),w=n.state;w.setBlending(fi),w.buffers.depth.getReversed()===!0?w.buffers.color.setClear(0,0,0,0):w.buffers.color.setClear(1,1,1,1),w.buffers.depth.setTest(!0),w.setScissorTest(!1);const O=_!==this.type;O&&A.traverse(function(k){k.material&&(Array.isArray(k.material)?k.material.forEach(P=>P.needsUpdate=!0):k.material.needsUpdate=!0)});for(let k=0,P=S.length;ku||s.y>u)&&(s.x>u&&(r.x=Math.floor(u/I.x),s.x=r.x*I.x,V.mapSize.x=r.x),s.y>u&&(r.y=Math.floor(u/I.y),s.y=r.y*I.y,V.mapSize.y=r.y));const H=n.state.buffers.depth.getReversed();if(V.camera._reversedDepth=H,V.map===null||O===!0){if(V.map!==null&&(V.map.depthTexture!==null&&(V.map.depthTexture.dispose(),V.map.depthTexture=null),V.map.dispose()),this.type===Er){if(B.isPointLight){Ye("WebGLShadowMap: VSM shadow maps are not supported for PointLights. Use PCF or BasicShadowMap instead.");continue}V.map=new Qn(s.x,s.y,{format:ls,type:_i,minFilter:Kt,magFilter:Kt,generateMipmaps:!1}),V.map.texture.name=B.name+".shadowMap",V.map.depthTexture=new Zs(s.x,s.y,In),V.map.depthTexture.name=B.name+".shadowMapDepth",V.map.depthTexture.format=xi,V.map.depthTexture.compareFunction=null,V.map.depthTexture.minFilter=kt,V.map.depthTexture.magFilter=kt}else B.isPointLight?(V.map=new kf(s.x),V.map.depthTexture=new vm(s.x,ti)):(V.map=new Qn(s.x,s.y),V.map.depthTexture=new Zs(s.x,s.y,ti)),V.map.depthTexture.name=B.name+".shadowMap",V.map.depthTexture.format=xi,this.type===Wa?(V.map.depthTexture.compareFunction=H?Qc:jc,V.map.depthTexture.minFilter=Kt,V.map.depthTexture.magFilter=Kt):(V.map.depthTexture.compareFunction=null,V.map.depthTexture.minFilter=kt,V.map.depthTexture.magFilter=kt);V.camera.updateProjectionMatrix()}const ee=V.map.isWebGLCubeRenderTarget?6:1;for(let ie=0;ie0||A.map&&A.alphaTest>0||A.alphaToCoverage===!0){const w=L.uuid,O=A.uuid;let k=c[w];k===void 0&&(k={},c[w]=k);let P=k[O];P===void 0&&(P=L.clone(),k[O]=P,A.addEventListener("dispose",E)),L=P}if(L.visible=A.visible,L.wireframe=A.wireframe,T===Er?L.side=A.shadowSide!==null?A.shadowSide:A.side:L.side=A.shadowSide!==null?A.shadowSide:d[A.side],L.alphaMap=A.alphaMap,L.alphaTest=A.alphaToCoverage===!0?.5:A.alphaTest,L.map=A.map,L.clipShadows=A.clipShadows,L.clippingPlanes=A.clippingPlanes,L.clipIntersection=A.clipIntersection,L.displacementMap=A.displacementMap,L.displacementScale=A.displacementScale,L.displacementBias=A.displacementBias,L.wireframeLinewidth=A.wireframeLinewidth,L.linewidth=A.linewidth,x.isPointLight===!0&&L.isMeshDistanceMaterial===!0){const w=n.properties.get(L);w.light=x}return L}function y(S,A,x,T,L){if(S.visible===!1)return;if(S.layers.test(A.layers)&&(S.isMesh||S.isLine||S.isPoints)&&(S.castShadow||S.receiveShadow&&L===Er)&&(!S.frustumCulled||i.intersectsObject(S))){S.modelViewMatrix.multiplyMatrices(x.matrixWorldInverse,S.matrixWorld);const O=e.update(S),k=S.material;if(Array.isArray(k)){const P=O.groups;for(let B=0,V=P.length;B=1):H.indexOf("OpenGL ES")!==-1&&(I=parseFloat(/^OpenGL ES (\d)/.exec(H)[1]),V=I>=2);let ee=null,ie={};const fe=n.getParameter(n.SCISSOR_BOX),oe=n.getParameter(n.VIEWPORT),ge=new Rt().fromArray(fe),pe=new Rt().fromArray(oe);function X(N,re,q,ne){const me=new Uint8Array(4),he=n.createTexture();n.bindTexture(N,he),n.texParameteri(N,n.TEXTURE_MIN_FILTER,n.NEAREST),n.texParameteri(N,n.TEXTURE_MAG_FILTER,n.NEAREST);for(let Ie=0;Ie"u"?!1:/OculusBrowser/g.test(navigator.userAgent),c=new we,u=new WeakMap,d=new Set;let h;const f=new WeakMap;let p=!1;try{p=typeof OffscreenCanvas<"u"&&new OffscreenCanvas(1,1).getContext("2d")!==null}catch{}function g(U,b){return p?new OffscreenCanvas(U,b):ao("canvas")}function m(U,b,K){let Q=1;const ce=Pe(U);if((ce.width>K||ce.height>K)&&(Q=K/Math.max(ce.width,ce.height)),Q<1)if(typeof HTMLImageElement<"u"&&U instanceof HTMLImageElement||typeof HTMLCanvasElement<"u"&&U instanceof HTMLCanvasElement||typeof ImageBitmap<"u"&&U instanceof ImageBitmap||typeof VideoFrame<"u"&&U instanceof VideoFrame){const z=Math.floor(Q*ce.width),ae=Math.floor(Q*ce.height);h===void 0&&(h=g(z,ae));const R=b?g(z,ae):h;return R.width=z,R.height=ae,R.getContext("2d").drawImage(U,0,0,z,ae),Ye("WebGLRenderer: Texture has been resized from ("+ce.width+"x"+ce.height+") to ("+z+"x"+ae+")."),R}else return"data"in U&&Ye("WebGLRenderer: Image in DataTexture is too big ("+ce.width+"x"+ce.height+")."),U;return U}function _(U){return U.generateMipmaps}function v(U){n.generateMipmap(U)}function M(U){return U.isWebGLCubeRenderTarget?n.TEXTURE_CUBE_MAP:U.isWebGL3DRenderTarget?n.TEXTURE_3D:U.isWebGLArrayRenderTarget||U.isCompressedArrayTexture?n.TEXTURE_2D_ARRAY:n.TEXTURE_2D}function y(U,b,K,Q,ce,z=!1){if(U!==null){if(n[U]!==void 0)return n[U];Ye("WebGLRenderer: Attempt to use non-existing WebGL internal format '"+U+"'")}let ae;Q&&(ae=e.get("EXT_texture_norm16"),ae||Ye("WebGLRenderer: Unable to use normalized textures without EXT_texture_norm16 extension"));let R=b;if(b===n.RED&&(K===n.FLOAT&&(R=n.R32F),K===n.HALF_FLOAT&&(R=n.R16F),K===n.UNSIGNED_BYTE&&(R=n.R8),K===n.UNSIGNED_SHORT&&ae&&(R=ae.R16_EXT),K===n.SHORT&&ae&&(R=ae.R16_SNORM_EXT)),b===n.RED_INTEGER&&(K===n.UNSIGNED_BYTE&&(R=n.R8UI),K===n.UNSIGNED_SHORT&&(R=n.R16UI),K===n.UNSIGNED_INT&&(R=n.R32UI),K===n.BYTE&&(R=n.R8I),K===n.SHORT&&(R=n.R16I),K===n.INT&&(R=n.R32I)),b===n.RG&&(K===n.FLOAT&&(R=n.RG32F),K===n.HALF_FLOAT&&(R=n.RG16F),K===n.UNSIGNED_BYTE&&(R=n.RG8),K===n.UNSIGNED_SHORT&&ae&&(R=ae.RG16_EXT),K===n.SHORT&&ae&&(R=ae.RG16_SNORM_EXT)),b===n.RG_INTEGER&&(K===n.UNSIGNED_BYTE&&(R=n.RG8UI),K===n.UNSIGNED_SHORT&&(R=n.RG16UI),K===n.UNSIGNED_INT&&(R=n.RG32UI),K===n.BYTE&&(R=n.RG8I),K===n.SHORT&&(R=n.RG16I),K===n.INT&&(R=n.RG32I)),b===n.RGB_INTEGER&&(K===n.UNSIGNED_BYTE&&(R=n.RGB8UI),K===n.UNSIGNED_SHORT&&(R=n.RGB16UI),K===n.UNSIGNED_INT&&(R=n.RGB32UI),K===n.BYTE&&(R=n.RGB8I),K===n.SHORT&&(R=n.RGB16I),K===n.INT&&(R=n.RGB32I)),b===n.RGBA_INTEGER&&(K===n.UNSIGNED_BYTE&&(R=n.RGBA8UI),K===n.UNSIGNED_SHORT&&(R=n.RGBA16UI),K===n.UNSIGNED_INT&&(R=n.RGBA32UI),K===n.BYTE&&(R=n.RGBA8I),K===n.SHORT&&(R=n.RGBA16I),K===n.INT&&(R=n.RGBA32I)),b===n.RGB&&(K===n.UNSIGNED_SHORT&&ae&&(R=ae.RGB16_EXT),K===n.SHORT&&ae&&(R=ae.RGB16_SNORM_EXT),K===n.UNSIGNED_INT_5_9_9_9_REV&&(R=n.RGB9_E5),K===n.UNSIGNED_INT_10F_11F_11F_REV&&(R=n.R11F_G11F_B10F)),b===n.RGBA){const le=z?so:st.getTransfer(ce);K===n.FLOAT&&(R=n.RGBA32F),K===n.HALF_FLOAT&&(R=n.RGBA16F),K===n.UNSIGNED_BYTE&&(R=le===mt?n.SRGB8_ALPHA8:n.RGBA8),K===n.UNSIGNED_SHORT&&ae&&(R=ae.RGBA16_EXT),K===n.SHORT&&ae&&(R=ae.RGBA16_SNORM_EXT),K===n.UNSIGNED_SHORT_4_4_4_4&&(R=n.RGBA4),K===n.UNSIGNED_SHORT_5_5_5_1&&(R=n.RGB5_A1)}return(R===n.R16F||R===n.R32F||R===n.RG16F||R===n.RG32F||R===n.RGBA16F||R===n.RGBA32F)&&e.get("EXT_color_buffer_float"),R}function E(U,b){let K;return U?b===null||b===ti||b===Ur?K=n.DEPTH24_STENCIL8:b===In?K=n.DEPTH32F_STENCIL8:b===Or&&(K=n.DEPTH24_STENCIL8,Ye("DepthTexture: 16 bit depth attachment is not supported with stencil. Using 24-bit attachment.")):b===null||b===ti||b===Ur?K=n.DEPTH_COMPONENT24:b===In?K=n.DEPTH_COMPONENT32F:b===Or&&(K=n.DEPTH_COMPONENT16),K}function S(U,b){return _(U)===!0||U.isFramebufferTexture&&U.minFilter!==kt&&U.minFilter!==Kt?Math.log2(Math.max(b.width,b.height))+1:U.mipmaps!==void 0&&U.mipmaps.length>0?U.mipmaps.length:U.isCompressedTexture&&Array.isArray(U.image)?b.mipmaps.length:1}function A(U){const b=U.target;b.removeEventListener("dispose",A),T(b),b.isVideoTexture&&u.delete(b),b.isHTMLTexture&&d.delete(b)}function x(U){const b=U.target;b.removeEventListener("dispose",x),D(b)}function T(U){const b=i.get(U);if(b.__webglInit===void 0)return;const K=U.source,Q=f.get(K);if(Q){const ce=Q[b.__cacheKey];ce.usedTimes--,ce.usedTimes===0&&L(U),Object.keys(Q).length===0&&f.delete(K)}i.remove(U)}function L(U){const b=i.get(U);n.deleteTexture(b.__webglTexture);const K=U.source,Q=f.get(K);delete Q[b.__cacheKey],a.memory.textures--}function D(U){const b=i.get(U);if(U.depthTexture&&(U.depthTexture.dispose(),i.remove(U.depthTexture)),U.isWebGLCubeRenderTarget)for(let Q=0;Q<6;Q++){if(Array.isArray(b.__webglFramebuffer[Q]))for(let ce=0;ce=s.maxTextures&&Ye("WebGLTextures: Trying to use "+U+" texture units while this GPU supports only "+s.maxTextures),w+=1,U}function V(U){const b=[];return b.push(U.wrapS),b.push(U.wrapT),b.push(U.wrapR||0),b.push(U.magFilter),b.push(U.minFilter),b.push(U.anisotropy),b.push(U.internalFormat),b.push(U.format),b.push(U.type),b.push(U.generateMipmaps),b.push(U.premultiplyAlpha),b.push(U.flipY),b.push(U.unpackAlignment),b.push(U.colorSpace),b.join()}function I(U,b){const K=i.get(U);if(U.isVideoTexture&&G(U),U.isRenderTargetTexture===!1&&U.isExternalTexture!==!0&&U.version>0&&K.__version!==U.version){const Q=U.image;if(Q===null)Ye("WebGLRenderer: Texture marked for update but no image data found.");else if(Q.complete===!1)Ye("WebGLRenderer: Texture marked for update but image is incomplete");else{Me(K,U,b);return}}else U.isExternalTexture&&(K.__webglTexture=U.sourceTexture?U.sourceTexture:null);t.bindTexture(n.TEXTURE_2D,K.__webglTexture,n.TEXTURE0+b)}function H(U,b){const K=i.get(U);if(U.isRenderTargetTexture===!1&&U.version>0&&K.__version!==U.version){Me(K,U,b);return}else U.isExternalTexture&&(K.__webglTexture=U.sourceTexture?U.sourceTexture:null);t.bindTexture(n.TEXTURE_2D_ARRAY,K.__webglTexture,n.TEXTURE0+b)}function ee(U,b){const K=i.get(U);if(U.isRenderTargetTexture===!1&&U.version>0&&K.__version!==U.version){Me(K,U,b);return}t.bindTexture(n.TEXTURE_3D,K.__webglTexture,n.TEXTURE0+b)}function ie(U,b){const K=i.get(U);if(U.isCubeDepthTexture!==!0&&U.version>0&&K.__version!==U.version){Ce(K,U,b);return}t.bindTexture(n.TEXTURE_CUBE_MAP,K.__webglTexture,n.TEXTURE0+b)}const fe={[Yl]:n.REPEAT,[ui]:n.CLAMP_TO_EDGE,[Kl]:n.MIRRORED_REPEAT},oe={[kt]:n.NEAREST,[U0]:n.NEAREST_MIPMAP_NEAREST,[ea]:n.NEAREST_MIPMAP_LINEAR,[Kt]:n.LINEAR,[Bo]:n.LINEAR_MIPMAP_NEAREST,[Ui]:n.LINEAR_MIPMAP_LINEAR},ge={[F0]:n.NEVER,[G0]:n.ALWAYS,[B0]:n.LESS,[jc]:n.LEQUAL,[H0]:n.EQUAL,[Qc]:n.GEQUAL,[z0]:n.GREATER,[V0]:n.NOTEQUAL};function pe(U,b){if(b.type===In&&e.has("OES_texture_float_linear")===!1&&(b.magFilter===Kt||b.magFilter===Bo||b.magFilter===ea||b.magFilter===Ui||b.minFilter===Kt||b.minFilter===Bo||b.minFilter===ea||b.minFilter===Ui)&&Ye("WebGLRenderer: Unable to use linear filtering with floating point textures. OES_texture_float_linear not supported on this device."),n.texParameteri(U,n.TEXTURE_WRAP_S,fe[b.wrapS]),n.texParameteri(U,n.TEXTURE_WRAP_T,fe[b.wrapT]),(U===n.TEXTURE_3D||U===n.TEXTURE_2D_ARRAY)&&n.texParameteri(U,n.TEXTURE_WRAP_R,fe[b.wrapR]),n.texParameteri(U,n.TEXTURE_MAG_FILTER,oe[b.magFilter]),n.texParameteri(U,n.TEXTURE_MIN_FILTER,oe[b.minFilter]),b.compareFunction&&(n.texParameteri(U,n.TEXTURE_COMPARE_MODE,n.COMPARE_REF_TO_TEXTURE),n.texParameteri(U,n.TEXTURE_COMPARE_FUNC,ge[b.compareFunction])),e.has("EXT_texture_filter_anisotropic")===!0){if(b.magFilter===kt||b.minFilter!==ea&&b.minFilter!==Ui||b.type===In&&e.has("OES_texture_float_linear")===!1)return;if(b.anisotropy>1||i.get(b).__currentAnisotropy){const K=e.get("EXT_texture_filter_anisotropic");n.texParameterf(U,K.TEXTURE_MAX_ANISOTROPY_EXT,Math.min(b.anisotropy,s.getMaxAnisotropy())),i.get(b).__currentAnisotropy=b.anisotropy}}}function X(U,b){let K=!1;U.__webglInit===void 0&&(U.__webglInit=!0,b.addEventListener("dispose",A));const Q=b.source;let ce=f.get(Q);ce===void 0&&(ce={},f.set(Q,ce));const z=V(b);if(z!==U.__cacheKey){ce[z]===void 0&&(ce[z]={texture:n.createTexture(),usedTimes:0},a.memory.textures++,K=!0),ce[z].usedTimes++;const ae=ce[U.__cacheKey];ae!==void 0&&(ce[U.__cacheKey].usedTimes--,ae.usedTimes===0&&L(b)),U.__cacheKey=z,U.__webglTexture=ce[z].texture}return K}function se(U,b,K){return Math.floor(Math.floor(U/K)/b)}function j(U,b,K,Q){const z=U.updateRanges;if(z.length===0)t.texSubImage2D(n.TEXTURE_2D,0,0,0,b.width,b.height,K,Q,b.data);else{z.sort((ve,xe)=>ve.start-xe.start);let ae=0;for(let ve=1;ve0){de&&ye&&t.texStorage2D(n.TEXTURE_2D,re,xe,Z[0].width,Z[0].height);for(let q=0,ne=Z.length;q0){const me=gh(be.width,be.height,b.format,b.type);for(const he of b.layerUpdates){const Ie=be.data.subarray(he*me/be.data.BYTES_PER_ELEMENT,(he+1)*me/be.data.BYTES_PER_ELEMENT);t.compressedTexSubImage3D(n.TEXTURE_2D_ARRAY,q,0,0,he,be.width,be.height,1,ue,Ie)}b.clearLayerUpdates()}else t.compressedTexSubImage3D(n.TEXTURE_2D_ARRAY,q,0,0,0,be.width,be.height,le.depth,ue,be.data)}else t.compressedTexImage3D(n.TEXTURE_2D_ARRAY,q,xe,be.width,be.height,le.depth,0,be.data,0,0);else Ye("WebGLRenderer: Attempt to load unsupported compressed texture format in .uploadTexture()");else de?N&&t.texSubImage3D(n.TEXTURE_2D_ARRAY,q,0,0,0,be.width,be.height,le.depth,ue,ve,be.data):t.texImage3D(n.TEXTURE_2D_ARRAY,q,xe,be.width,be.height,le.depth,0,ue,ve,be.data)}else{de&&ye&&t.texStorage2D(n.TEXTURE_2D,re,xe,Z[0].width,Z[0].height);for(let q=0,ne=Z.length;q0){const q=gh(le.width,le.height,b.format,b.type);for(const ne of b.layerUpdates){const me=le.data.subarray(ne*q/le.data.BYTES_PER_ELEMENT,(ne+1)*q/le.data.BYTES_PER_ELEMENT);t.texSubImage3D(n.TEXTURE_2D_ARRAY,0,0,0,ne,le.width,le.height,1,ue,ve,me)}b.clearLayerUpdates()}else t.texSubImage3D(n.TEXTURE_2D_ARRAY,0,0,0,0,le.width,le.height,le.depth,ue,ve,le.data)}else t.texImage3D(n.TEXTURE_2D_ARRAY,0,xe,le.width,le.height,le.depth,0,ue,ve,le.data);else if(b.isData3DTexture)de?(ye&&t.texStorage3D(n.TEXTURE_3D,re,xe,le.width,le.height,le.depth),N&&t.texSubImage3D(n.TEXTURE_3D,0,0,0,0,le.width,le.height,le.depth,ue,ve,le.data)):t.texImage3D(n.TEXTURE_3D,0,xe,le.width,le.height,le.depth,0,ue,ve,le.data);else if(b.isFramebufferTexture){if(ye)if(de)t.texStorage2D(n.TEXTURE_2D,re,xe,le.width,le.height);else{let q=le.width,ne=le.height;for(let me=0;me>=1,ne>>=1}}else if(b.isHTMLTexture){if("texElementImage2D"in n){const q=n.canvas;if(q.hasAttribute("layoutsubtree")||q.setAttribute("layoutsubtree","true"),le.parentNode!==q){q.appendChild(le),d.add(b),q.onpaint=ne=>{const me=ne.changedElements;for(const he of d)me.includes(he.image)&&(he.needsUpdate=!0)},q.requestPaint();return}if(n.texElementImage2D.length===3)n.texElementImage2D(n.TEXTURE_2D,n.RGBA8,le);else{const me=n.RGBA,he=n.RGBA,Ie=n.UNSIGNED_BYTE;n.texElementImage2D(n.TEXTURE_2D,0,me,he,Ie,le)}n.texParameteri(n.TEXTURE_2D,n.TEXTURE_MIN_FILTER,n.LINEAR),n.texParameteri(n.TEXTURE_2D,n.TEXTURE_WRAP_S,n.CLAMP_TO_EDGE),n.texParameteri(n.TEXTURE_2D,n.TEXTURE_WRAP_T,n.CLAMP_TO_EDGE)}}else if(Z.length>0){if(de&&ye){const q=Pe(Z[0]);t.texStorage2D(n.TEXTURE_2D,re,xe,q.width,q.height)}for(let q=0,ne=Z.length;q0&&ne++;const he=Pe(xe[0]);t.texStorage2D(n.TEXTURE_CUBE_MAP,ne,ye,he.width,he.height)}for(let he=0;he<6;he++)if(ve){N?q&&t.texSubImage2D(n.TEXTURE_CUBE_MAP_POSITIVE_X+he,0,0,0,xe[he].width,xe[he].height,Z,de,xe[he].data):t.texImage2D(n.TEXTURE_CUBE_MAP_POSITIVE_X+he,0,ye,xe[he].width,xe[he].height,0,Z,de,xe[he].data);for(let Ie=0;Ie>z),be=Math.max(1,b.height>>z);ce===n.TEXTURE_3D||ce===n.TEXTURE_2D_ARRAY?t.texImage3D(ce,z,le,xe,be,b.depth,0,ae,R,null):t.texImage2D(ce,z,le,xe,be,0,ae,R,null)}t.bindFramebuffer(n.FRAMEBUFFER,U),ct(b)?o.framebufferTexture2DMultisampleEXT(n.FRAMEBUFFER,Q,ce,ve.__webglTexture,0,lt(b)):(ce===n.TEXTURE_2D||ce>=n.TEXTURE_CUBE_MAP_POSITIVE_X&&ce<=n.TEXTURE_CUBE_MAP_NEGATIVE_Z)&&n.framebufferTexture2D(n.FRAMEBUFFER,Q,ce,ve.__webglTexture,z),t.bindFramebuffer(n.FRAMEBUFFER,null)}function We(U,b,K){if(n.bindRenderbuffer(n.RENDERBUFFER,U),b.depthBuffer){const Q=b.depthTexture,ce=Q&&Q.isDepthTexture?Q.type:null,z=E(b.stencilBuffer,ce),ae=b.stencilBuffer?n.DEPTH_STENCIL_ATTACHMENT:n.DEPTH_ATTACHMENT;ct(b)?o.renderbufferStorageMultisampleEXT(n.RENDERBUFFER,lt(b),z,b.width,b.height):K?n.renderbufferStorageMultisample(n.RENDERBUFFER,lt(b),z,b.width,b.height):n.renderbufferStorage(n.RENDERBUFFER,z,b.width,b.height),n.framebufferRenderbuffer(n.FRAMEBUFFER,ae,n.RENDERBUFFER,U)}else{const Q=b.textures;for(let ce=0;ce{delete b.__boundDepthTexture,delete b.__depthDisposeCallback,Q.removeEventListener("dispose",ce)};Q.addEventListener("dispose",ce),b.__depthDisposeCallback=ce}b.__boundDepthTexture=Q}if(U.depthTexture&&!b.__autoAllocateDepthBuffer)if(K)for(let Q=0;Q<6;Q++)Xe(b.__webglFramebuffer[Q],U,Q);else{const Q=U.texture.mipmaps;Q&&Q.length>0?Xe(b.__webglFramebuffer[0],U,0):Xe(b.__webglFramebuffer,U,0)}else if(K){b.__webglDepthbuffer=[];for(let Q=0;Q<6;Q++)if(t.bindFramebuffer(n.FRAMEBUFFER,b.__webglFramebuffer[Q]),b.__webglDepthbuffer[Q]===void 0)b.__webglDepthbuffer[Q]=n.createRenderbuffer(),We(b.__webglDepthbuffer[Q],U,!1);else{const ce=U.stencilBuffer?n.DEPTH_STENCIL_ATTACHMENT:n.DEPTH_ATTACHMENT,z=b.__webglDepthbuffer[Q];n.bindRenderbuffer(n.RENDERBUFFER,z),n.framebufferRenderbuffer(n.FRAMEBUFFER,ce,n.RENDERBUFFER,z)}}else{const Q=U.texture.mipmaps;if(Q&&Q.length>0?t.bindFramebuffer(n.FRAMEBUFFER,b.__webglFramebuffer[0]):t.bindFramebuffer(n.FRAMEBUFFER,b.__webglFramebuffer),b.__webglDepthbuffer===void 0)b.__webglDepthbuffer=n.createRenderbuffer(),We(b.__webglDepthbuffer,U,!1);else{const ce=U.stencilBuffer?n.DEPTH_STENCIL_ATTACHMENT:n.DEPTH_ATTACHMENT,z=b.__webglDepthbuffer;n.bindRenderbuffer(n.RENDERBUFFER,z),n.framebufferRenderbuffer(n.FRAMEBUFFER,ce,n.RENDERBUFFER,z)}}t.bindFramebuffer(n.FRAMEBUFFER,null)}function Fe(U,b,K){const Q=i.get(U);b!==void 0&&_e(Q.__webglFramebuffer,U,U.texture,n.COLOR_ATTACHMENT0,n.TEXTURE_2D,0),K!==void 0&&Ue(U)}function qe(U){const b=U.texture,K=i.get(U),Q=i.get(b);U.addEventListener("dispose",x);const ce=U.textures,z=U.isWebGLCubeRenderTarget===!0,ae=ce.length>1;if(ae||(Q.__webglTexture===void 0&&(Q.__webglTexture=n.createTexture()),Q.__version=b.version,a.memory.textures++),z){K.__webglFramebuffer=[];for(let R=0;R<6;R++)if(b.mipmaps&&b.mipmaps.length>0){K.__webglFramebuffer[R]=[];for(let le=0;le0){K.__webglFramebuffer=[];for(let R=0;R0&&ct(U)===!1){K.__webglMultisampledFramebuffer=n.createFramebuffer(),K.__webglColorRenderbuffer=[],t.bindFramebuffer(n.FRAMEBUFFER,K.__webglMultisampledFramebuffer);for(let R=0;R0)for(let le=0;le0)for(let le=0;le0){if(ct(U)===!1){const b=U.textures,K=U.width,Q=U.height;let ce=n.COLOR_BUFFER_BIT;const z=U.stencilBuffer?n.DEPTH_STENCIL_ATTACHMENT:n.DEPTH_ATTACHMENT,ae=i.get(U),R=b.length>1;if(R)for(let ue=0;ue0?t.bindFramebuffer(n.DRAW_FRAMEBUFFER,ae.__webglFramebuffer[0]):t.bindFramebuffer(n.DRAW_FRAMEBUFFER,ae.__webglFramebuffer);for(let ue=0;ue0&&e.has("WEBGL_multisampled_render_to_texture")===!0&&b.__useRenderToTexture!==!1}function G(U){const b=a.render.frame;u.get(U)!==b&&(u.set(U,b),U.update())}function ke(U,b){const K=U.colorSpace,Q=U.format,ce=U.type;return U.isCompressedTexture===!0||U.isVideoTexture===!0||K!==io&&K!==ci&&(st.getTransfer(K)===mt?(Q!==bn||ce!==vn)&&Ye("WebGLTextures: sRGB encoded textures have to use RGBAFormat and UnsignedByteType."):ot("WebGLTextures: Unsupported texture color space:",K)),b}function Pe(U){return typeof HTMLImageElement<"u"&&U instanceof HTMLImageElement?(c.width=U.naturalWidth||U.width,c.height=U.naturalHeight||U.height):typeof VideoFrame<"u"&&U instanceof VideoFrame?(c.width=U.displayWidth,c.height=U.displayHeight):(c.width=U.width,c.height=U.height),c}this.allocateTextureUnit=B,this.resetTextureUnits=O,this.getTextureUnits=k,this.setTextureUnits=P,this.setTexture2D=I,this.setTexture2DArray=H,this.setTexture3D=ee,this.setTextureCube=ie,this.rebindTextures=Fe,this.setupRenderTarget=qe,this.updateRenderTargetMipmap=nt,this.updateMultisampleRenderTarget=vt,this.setupDepthRenderbuffer=Ue,this.setupFrameBufferTexture=_e,this.useMultisampledRTT=ct,this.isReversedDepthBuffer=function(){return t.buffers.depth.getReversed()}}function $y(n,e){function t(i,s=ci){let r;const a=st.getTransfer(s);if(i===vn)return n.UNSIGNED_BYTE;if(i===Kc)return n.UNSIGNED_SHORT_4_4_4_4;if(i===qc)return n.UNSIGNED_SHORT_5_5_5_1;if(i===of)return n.UNSIGNED_INT_5_9_9_9_REV;if(i===lf)return n.UNSIGNED_INT_10F_11F_11F_REV;if(i===rf)return n.BYTE;if(i===af)return n.SHORT;if(i===Or)return n.UNSIGNED_SHORT;if(i===Yc)return n.INT;if(i===ti)return n.UNSIGNED_INT;if(i===In)return n.FLOAT;if(i===_i)return n.HALF_FLOAT;if(i===cf)return n.ALPHA;if(i===uf)return n.RGB;if(i===bn)return n.RGBA;if(i===xi)return n.DEPTH_COMPONENT;if(i===rs)return n.DEPTH_STENCIL;if(i===hf)return n.RED;if(i===$c)return n.RED_INTEGER;if(i===ls)return n.RG;if(i===Zc)return n.RG_INTEGER;if(i===Jc)return n.RGBA_INTEGER;if(i===Xa||i===Ya||i===Ka||i===qa)if(a===mt)if(r=e.get("WEBGL_compressed_texture_s3tc_srgb"),r!==null){if(i===Xa)return r.COMPRESSED_SRGB_S3TC_DXT1_EXT;if(i===Ya)return r.COMPRESSED_SRGB_ALPHA_S3TC_DXT1_EXT;if(i===Ka)return r.COMPRESSED_SRGB_ALPHA_S3TC_DXT3_EXT;if(i===qa)return r.COMPRESSED_SRGB_ALPHA_S3TC_DXT5_EXT}else return null;else if(r=e.get("WEBGL_compressed_texture_s3tc"),r!==null){if(i===Xa)return r.COMPRESSED_RGB_S3TC_DXT1_EXT;if(i===Ya)return r.COMPRESSED_RGBA_S3TC_DXT1_EXT;if(i===Ka)return r.COMPRESSED_RGBA_S3TC_DXT3_EXT;if(i===qa)return r.COMPRESSED_RGBA_S3TC_DXT5_EXT}else return null;if(i===ql||i===$l||i===Zl||i===Jl)if(r=e.get("WEBGL_compressed_texture_pvrtc"),r!==null){if(i===ql)return r.COMPRESSED_RGB_PVRTC_4BPPV1_IMG;if(i===$l)return r.COMPRESSED_RGB_PVRTC_2BPPV1_IMG;if(i===Zl)return r.COMPRESSED_RGBA_PVRTC_4BPPV1_IMG;if(i===Jl)return r.COMPRESSED_RGBA_PVRTC_2BPPV1_IMG}else return null;if(i===jl||i===Ql||i===ec||i===tc||i===nc||i===to||i===ic)if(r=e.get("WEBGL_compressed_texture_etc"),r!==null){if(i===jl||i===Ql)return a===mt?r.COMPRESSED_SRGB8_ETC2:r.COMPRESSED_RGB8_ETC2;if(i===ec)return a===mt?r.COMPRESSED_SRGB8_ALPHA8_ETC2_EAC:r.COMPRESSED_RGBA8_ETC2_EAC;if(i===tc)return r.COMPRESSED_R11_EAC;if(i===nc)return r.COMPRESSED_SIGNED_R11_EAC;if(i===to)return r.COMPRESSED_RG11_EAC;if(i===ic)return r.COMPRESSED_SIGNED_RG11_EAC}else return null;if(i===sc||i===rc||i===ac||i===oc||i===lc||i===cc||i===uc||i===hc||i===dc||i===fc||i===pc||i===mc||i===gc||i===_c)if(r=e.get("WEBGL_compressed_texture_astc"),r!==null){if(i===sc)return a===mt?r.COMPRESSED_SRGB8_ALPHA8_ASTC_4x4_KHR:r.COMPRESSED_RGBA_ASTC_4x4_KHR;if(i===rc)return a===mt?r.COMPRESSED_SRGB8_ALPHA8_ASTC_5x4_KHR:r.COMPRESSED_RGBA_ASTC_5x4_KHR;if(i===ac)return a===mt?r.COMPRESSED_SRGB8_ALPHA8_ASTC_5x5_KHR:r.COMPRESSED_RGBA_ASTC_5x5_KHR;if(i===oc)return a===mt?r.COMPRESSED_SRGB8_ALPHA8_ASTC_6x5_KHR:r.COMPRESSED_RGBA_ASTC_6x5_KHR;if(i===lc)return a===mt?r.COMPRESSED_SRGB8_ALPHA8_ASTC_6x6_KHR:r.COMPRESSED_RGBA_ASTC_6x6_KHR;if(i===cc)return a===mt?r.COMPRESSED_SRGB8_ALPHA8_ASTC_8x5_KHR:r.COMPRESSED_RGBA_ASTC_8x5_KHR;if(i===uc)return a===mt?r.COMPRESSED_SRGB8_ALPHA8_ASTC_8x6_KHR:r.COMPRESSED_RGBA_ASTC_8x6_KHR;if(i===hc)return a===mt?r.COMPRESSED_SRGB8_ALPHA8_ASTC_8x8_KHR:r.COMPRESSED_RGBA_ASTC_8x8_KHR;if(i===dc)return a===mt?r.COMPRESSED_SRGB8_ALPHA8_ASTC_10x5_KHR:r.COMPRESSED_RGBA_ASTC_10x5_KHR;if(i===fc)return a===mt?r.COMPRESSED_SRGB8_ALPHA8_ASTC_10x6_KHR:r.COMPRESSED_RGBA_ASTC_10x6_KHR;if(i===pc)return a===mt?r.COMPRESSED_SRGB8_ALPHA8_ASTC_10x8_KHR:r.COMPRESSED_RGBA_ASTC_10x8_KHR;if(i===mc)return a===mt?r.COMPRESSED_SRGB8_ALPHA8_ASTC_10x10_KHR:r.COMPRESSED_RGBA_ASTC_10x10_KHR;if(i===gc)return a===mt?r.COMPRESSED_SRGB8_ALPHA8_ASTC_12x10_KHR:r.COMPRESSED_RGBA_ASTC_12x10_KHR;if(i===_c)return a===mt?r.COMPRESSED_SRGB8_ALPHA8_ASTC_12x12_KHR:r.COMPRESSED_RGBA_ASTC_12x12_KHR}else return null;if(i===xc||i===yc||i===vc)if(r=e.get("EXT_texture_compression_bptc"),r!==null){if(i===xc)return a===mt?r.COMPRESSED_SRGB_ALPHA_BPTC_UNORM_EXT:r.COMPRESSED_RGBA_BPTC_UNORM_EXT;if(i===yc)return r.COMPRESSED_RGB_BPTC_SIGNED_FLOAT_EXT;if(i===vc)return r.COMPRESSED_RGB_BPTC_UNSIGNED_FLOAT_EXT}else return null;if(i===Sc||i===bc||i===no||i===Mc)if(r=e.get("EXT_texture_compression_rgtc"),r!==null){if(i===Sc)return r.COMPRESSED_RED_RGTC1_EXT;if(i===bc)return r.COMPRESSED_SIGNED_RED_RGTC1_EXT;if(i===no)return r.COMPRESSED_RED_GREEN_RGTC2_EXT;if(i===Mc)return r.COMPRESSED_SIGNED_RED_GREEN_RGTC2_EXT}else return null;return i===Ur?n.UNSIGNED_INT_24_8:n[i]!==void 0?n[i]:null}return{convert:t}}const Zy=` +void main() { + + gl_Position = vec4( position, 1.0 ); + +}`,Jy=` +uniform sampler2DArray depthColor; +uniform float depthWidth; +uniform float depthHeight; + +void main() { + + vec2 coord = vec2( gl_FragCoord.x / depthWidth, gl_FragCoord.y / depthHeight ); + + if ( coord.x >= 1.0 ) { + + gl_FragDepth = texture( depthColor, vec3( coord.x - 1.0, coord.y, 1 ) ).r; + + } else { + + gl_FragDepth = texture( depthColor, vec3( coord.x, coord.y, 0 ) ).r; + + } + +}`;class jy{constructor(){this.texture=null,this.mesh=null,this.depthNear=0,this.depthFar=0}init(e,t){if(this.texture===null){const i=new Mf(e.texture);(e.depthNear!==t.depthNear||e.depthFar!==t.depthFar)&&(this.depthNear=e.depthNear,this.depthFar=e.depthFar),this.texture=i}}getMesh(e){if(this.texture!==null&&this.mesh===null){const t=e.cameras[0].viewport,i=new Pn({vertexShader:Zy,fragmentShader:Jy,uniforms:{depthColor:{value:this.texture},depthWidth:{value:t.z},depthHeight:{value:t.w}}});this.mesh=new Gt(new as(20,20),i)}return this.mesh}reset(){this.texture=null,this.mesh=null}getDepthTexture(){return this.texture}}class Qy extends Gi{constructor(e,t){super();const i=this;let s=null,r=1,a=null,o="local-floor",l=1,c=null,u=null,d=null,h=null,f=null,p=null;const g=typeof XRWebGLBinding<"u",m=new jy,_={},v=t.getContextAttributes();let M=null,y=null;const E=[],S=[],A=new we;let x=null;const T=new Dn;T.viewport=new Rt;const L=new Dn;L.viewport=new Rt;const D=[T,L],w=new lg;let O=null,k=null;this.cameraAutoUpdate=!0,this.enabled=!1,this.isPresenting=!1,this.getController=function(X){let se=E[X];return se===void 0&&(se=new Yo,E[X]=se),se.getTargetRaySpace()},this.getControllerGrip=function(X){let se=E[X];return se===void 0&&(se=new Yo,E[X]=se),se.getGripSpace()},this.getHand=function(X){let se=E[X];return se===void 0&&(se=new Yo,E[X]=se),se.getHandSpace()};function P(X){const se=S.indexOf(X.inputSource);if(se===-1)return;const j=E[se];j!==void 0&&(j.update(X.inputSource,X.frame,c||a),j.dispatchEvent({type:X.type,data:X.inputSource}))}function B(){s.removeEventListener("select",P),s.removeEventListener("selectstart",P),s.removeEventListener("selectend",P),s.removeEventListener("squeeze",P),s.removeEventListener("squeezestart",P),s.removeEventListener("squeezeend",P),s.removeEventListener("end",B),s.removeEventListener("inputsourceschange",V);for(let X=0;X=0&&(S[Me]=null,E[Me].disconnect(j))}for(let se=0;se=S.length){S.push(j),Me=_e;break}else if(S[_e]===null){S[_e]=j,Me=_e;break}if(Me===-1)break}const Ce=E[Me];Ce&&Ce.connect(j)}}const I=new F,H=new F;function ee(X,se,j){I.setFromMatrixPosition(se.matrixWorld),H.setFromMatrixPosition(j.matrixWorld);const Me=I.distanceTo(H),Ce=se.projectionMatrix.elements,_e=j.projectionMatrix.elements,We=Ce[14]/(Ce[10]-1),Xe=Ce[14]/(Ce[10]+1),Ue=(Ce[9]+1)/Ce[5],Fe=(Ce[9]-1)/Ce[5],qe=(Ce[8]-1)/Ce[0],nt=(_e[8]+1)/_e[0],je=We*qe,pt=We*nt,vt=Me/(-qe+nt),lt=vt*-qe;if(se.matrixWorld.decompose(X.position,X.quaternion,X.scale),X.translateX(lt),X.translateZ(vt),X.matrixWorld.compose(X.position,X.quaternion,X.scale),X.matrixWorldInverse.copy(X.matrixWorld).invert(),Ce[10]===-1)X.projectionMatrix.copy(se.projectionMatrix),X.projectionMatrixInverse.copy(se.projectionMatrixInverse);else{const ct=We+vt,G=Xe+vt,ke=je-lt,Pe=pt+(Me-lt),U=Ue*Xe/G*ct,b=Fe*Xe/G*ct;X.projectionMatrix.makePerspective(ke,Pe,U,b,ct,G),X.projectionMatrixInverse.copy(X.projectionMatrix).invert()}}function ie(X,se){se===null?X.matrixWorld.copy(X.matrix):X.matrixWorld.multiplyMatrices(se.matrixWorld,X.matrix),X.matrixWorldInverse.copy(X.matrixWorld).invert()}this.updateCamera=function(X){if(s===null)return;let se=X.near,j=X.far;m.texture!==null&&(m.depthNear>0&&(se=m.depthNear),m.depthFar>0&&(j=m.depthFar)),w.near=L.near=T.near=se,w.far=L.far=T.far=j,(O!==w.near||k!==w.far)&&(s.updateRenderState({depthNear:w.near,depthFar:w.far}),O=w.near,k=w.far),w.layers.mask=X.layers.mask|6,T.layers.mask=w.layers.mask&-5,L.layers.mask=w.layers.mask&-3;const Me=X.parent,Ce=w.cameras;ie(w,Me);for(let _e=0;_e0&&(m.alphaTest.value=_.alphaTest);const v=e.get(_),M=v.envMap,y=v.envMapRotation;M&&(m.envMap.value=M,m.envMapRotation.value.setFromMatrix4(ev.makeRotationFromEuler(y)).transpose(),M.isCubeTexture&&M.isRenderTargetTexture===!1&&m.envMapRotation.value.premultiply(Vf),m.reflectivity.value=_.reflectivity,m.ior.value=_.ior,m.refractionRatio.value=_.refractionRatio),_.lightMap&&(m.lightMap.value=_.lightMap,m.lightMapIntensity.value=_.lightMapIntensity,t(_.lightMap,m.lightMapTransform)),_.aoMap&&(m.aoMap.value=_.aoMap,m.aoMapIntensity.value=_.aoMapIntensity,t(_.aoMap,m.aoMapTransform))}function a(m,_){m.diffuse.value.copy(_.color),m.opacity.value=_.opacity,_.map&&(m.map.value=_.map,t(_.map,m.mapTransform))}function o(m,_){m.dashSize.value=_.dashSize,m.totalSize.value=_.dashSize+_.gapSize,m.scale.value=_.scale}function l(m,_,v,M){m.diffuse.value.copy(_.color),m.opacity.value=_.opacity,m.size.value=_.size*v,m.scale.value=M*.5,_.map&&(m.map.value=_.map,t(_.map,m.uvTransform)),_.alphaMap&&(m.alphaMap.value=_.alphaMap,t(_.alphaMap,m.alphaMapTransform)),_.alphaTest>0&&(m.alphaTest.value=_.alphaTest)}function c(m,_){m.diffuse.value.copy(_.color),m.opacity.value=_.opacity,m.rotation.value=_.rotation,_.map&&(m.map.value=_.map,t(_.map,m.mapTransform)),_.alphaMap&&(m.alphaMap.value=_.alphaMap,t(_.alphaMap,m.alphaMapTransform)),_.alphaTest>0&&(m.alphaTest.value=_.alphaTest)}function u(m,_){m.specular.value.copy(_.specular),m.shininess.value=Math.max(_.shininess,1e-4)}function d(m,_){_.gradientMap&&(m.gradientMap.value=_.gradientMap)}function h(m,_){m.metalness.value=_.metalness,_.metalnessMap&&(m.metalnessMap.value=_.metalnessMap,t(_.metalnessMap,m.metalnessMapTransform)),m.roughness.value=_.roughness,_.roughnessMap&&(m.roughnessMap.value=_.roughnessMap,t(_.roughnessMap,m.roughnessMapTransform)),_.envMap&&(m.envMapIntensity.value=_.envMapIntensity)}function f(m,_,v){m.ior.value=_.ior,_.sheen>0&&(m.sheenColor.value.copy(_.sheenColor).multiplyScalar(_.sheen),m.sheenRoughness.value=_.sheenRoughness,_.sheenColorMap&&(m.sheenColorMap.value=_.sheenColorMap,t(_.sheenColorMap,m.sheenColorMapTransform)),_.sheenRoughnessMap&&(m.sheenRoughnessMap.value=_.sheenRoughnessMap,t(_.sheenRoughnessMap,m.sheenRoughnessMapTransform))),_.clearcoat>0&&(m.clearcoat.value=_.clearcoat,m.clearcoatRoughness.value=_.clearcoatRoughness,_.clearcoatMap&&(m.clearcoatMap.value=_.clearcoatMap,t(_.clearcoatMap,m.clearcoatMapTransform)),_.clearcoatRoughnessMap&&(m.clearcoatRoughnessMap.value=_.clearcoatRoughnessMap,t(_.clearcoatRoughnessMap,m.clearcoatRoughnessMapTransform)),_.clearcoatNormalMap&&(m.clearcoatNormalMap.value=_.clearcoatNormalMap,t(_.clearcoatNormalMap,m.clearcoatNormalMapTransform),m.clearcoatNormalScale.value.copy(_.clearcoatNormalScale),_.side===ln&&m.clearcoatNormalScale.value.negate())),_.dispersion>0&&(m.dispersion.value=_.dispersion),_.iridescence>0&&(m.iridescence.value=_.iridescence,m.iridescenceIOR.value=_.iridescenceIOR,m.iridescenceThicknessMinimum.value=_.iridescenceThicknessRange[0],m.iridescenceThicknessMaximum.value=_.iridescenceThicknessRange[1],_.iridescenceMap&&(m.iridescenceMap.value=_.iridescenceMap,t(_.iridescenceMap,m.iridescenceMapTransform)),_.iridescenceThicknessMap&&(m.iridescenceThicknessMap.value=_.iridescenceThicknessMap,t(_.iridescenceThicknessMap,m.iridescenceThicknessMapTransform))),_.transmission>0&&(m.transmission.value=_.transmission,m.transmissionSamplerMap.value=v.texture,m.transmissionSamplerSize.value.set(v.width,v.height),_.transmissionMap&&(m.transmissionMap.value=_.transmissionMap,t(_.transmissionMap,m.transmissionMapTransform)),m.thickness.value=_.thickness,_.thicknessMap&&(m.thicknessMap.value=_.thicknessMap,t(_.thicknessMap,m.thicknessMapTransform)),m.attenuationDistance.value=_.attenuationDistance,m.attenuationColor.value.copy(_.attenuationColor)),_.anisotropy>0&&(m.anisotropyVector.value.set(_.anisotropy*Math.cos(_.anisotropyRotation),_.anisotropy*Math.sin(_.anisotropyRotation)),_.anisotropyMap&&(m.anisotropyMap.value=_.anisotropyMap,t(_.anisotropyMap,m.anisotropyMapTransform))),m.specularIntensity.value=_.specularIntensity,m.specularColor.value.copy(_.specularColor),_.specularColorMap&&(m.specularColorMap.value=_.specularColorMap,t(_.specularColorMap,m.specularColorMapTransform)),_.specularIntensityMap&&(m.specularIntensityMap.value=_.specularIntensityMap,t(_.specularIntensityMap,m.specularIntensityMapTransform))}function p(m,_){_.matcap&&(m.matcap.value=_.matcap)}function g(m,_){const v=e.get(_).light;m.referencePosition.value.setFromMatrixPosition(v.matrixWorld),m.nearDistance.value=v.shadow.camera.near,m.farDistance.value=v.shadow.camera.far}return{refreshFogUniforms:i,refreshMaterialUniforms:s}}function nv(n,e,t,i){let s={},r={},a=[];const o=n.getParameter(n.MAX_UNIFORM_BUFFER_BINDINGS);function l(y,E){const S=E.program;i.uniformBlockBinding(y,S)}function c(y,E){let S=s[y.id];S===void 0&&(m(y),S=u(y),s[y.id]=S,y.addEventListener("dispose",v));const A=E.program;i.updateUBOMapping(y,A);const x=e.render.frame;r[y.id]!==x&&(h(y),r[y.id]=x)}function u(y){const E=d();y.__bindingPointIndex=E;const S=n.createBuffer(),A=y.__size,x=y.usage;return n.bindBuffer(n.UNIFORM_BUFFER,S),n.bufferData(n.UNIFORM_BUFFER,A,x),n.bindBuffer(n.UNIFORM_BUFFER,null),n.bindBufferBase(n.UNIFORM_BUFFER,E,S),S}function d(){for(let y=0;y0&&(S+=A-x),y.__size=S,y.__cache={},this}function _(y){const E={boundary:0,storage:0};return typeof y=="number"||typeof y=="boolean"?(E.boundary=4,E.storage=4):y.isVector2?(E.boundary=8,E.storage=8):y.isVector3||y.isColor?(E.boundary=16,E.storage=12):y.isVector4?(E.boundary=16,E.storage=16):y.isMatrix3?(E.boundary=48,E.storage=48):y.isMatrix4?(E.boundary=64,E.storage=64):y.isTexture?Ye("WebGLRenderer: Texture samplers can not be part of an uniforms group."):ArrayBuffer.isView(y)?(E.boundary=16,E.storage=y.byteLength):Ye("WebGLRenderer: Unsupported uniform value type.",y),E}function v(y){const E=y.target;E.removeEventListener("dispose",v);const S=a.indexOf(E.__bindingPointIndex);a.splice(S,1),n.deleteBuffer(s[E.id]),delete s[E.id],delete r[E.id]}function M(){for(const y in s)n.deleteBuffer(s[y]);a=[],s={},r={}}return{bind:l,update:c,dispose:M}}const iv=new Uint16Array([12469,15057,12620,14925,13266,14620,13807,14376,14323,13990,14545,13625,14713,13328,14840,12882,14931,12528,14996,12233,15039,11829,15066,11525,15080,11295,15085,10976,15082,10705,15073,10495,13880,14564,13898,14542,13977,14430,14158,14124,14393,13732,14556,13410,14702,12996,14814,12596,14891,12291,14937,11834,14957,11489,14958,11194,14943,10803,14921,10506,14893,10278,14858,9960,14484,14039,14487,14025,14499,13941,14524,13740,14574,13468,14654,13106,14743,12678,14818,12344,14867,11893,14889,11509,14893,11180,14881,10751,14852,10428,14812,10128,14765,9754,14712,9466,14764,13480,14764,13475,14766,13440,14766,13347,14769,13070,14786,12713,14816,12387,14844,11957,14860,11549,14868,11215,14855,10751,14825,10403,14782,10044,14729,9651,14666,9352,14599,9029,14967,12835,14966,12831,14963,12804,14954,12723,14936,12564,14917,12347,14900,11958,14886,11569,14878,11247,14859,10765,14828,10401,14784,10011,14727,9600,14660,9289,14586,8893,14508,8533,15111,12234,15110,12234,15104,12216,15092,12156,15067,12010,15028,11776,14981,11500,14942,11205,14902,10752,14861,10393,14812,9991,14752,9570,14682,9252,14603,8808,14519,8445,14431,8145,15209,11449,15208,11451,15202,11451,15190,11438,15163,11384,15117,11274,15055,10979,14994,10648,14932,10343,14871,9936,14803,9532,14729,9218,14645,8742,14556,8381,14461,8020,14365,7603,15273,10603,15272,10607,15267,10619,15256,10631,15231,10614,15182,10535,15118,10389,15042,10167,14963,9787,14883,9447,14800,9115,14710,8665,14615,8318,14514,7911,14411,7507,14279,7198,15314,9675,15313,9683,15309,9712,15298,9759,15277,9797,15229,9773,15166,9668,15084,9487,14995,9274,14898,8910,14800,8539,14697,8234,14590,7790,14479,7409,14367,7067,14178,6621,15337,8619,15337,8631,15333,8677,15325,8769,15305,8871,15264,8940,15202,8909,15119,8775,15022,8565,14916,8328,14804,8009,14688,7614,14569,7287,14448,6888,14321,6483,14088,6171,15350,7402,15350,7419,15347,7480,15340,7613,15322,7804,15287,7973,15229,8057,15148,8012,15046,7846,14933,7611,14810,7357,14682,7069,14552,6656,14421,6316,14251,5948,14007,5528,15356,5942,15356,5977,15353,6119,15348,6294,15332,6551,15302,6824,15249,7044,15171,7122,15070,7050,14949,6861,14818,6611,14679,6349,14538,6067,14398,5651,14189,5311,13935,4958,15359,4123,15359,4153,15356,4296,15353,4646,15338,5160,15311,5508,15263,5829,15188,6042,15088,6094,14966,6001,14826,5796,14678,5543,14527,5287,14377,4985,14133,4586,13869,4257,15360,1563,15360,1642,15358,2076,15354,2636,15341,3350,15317,4019,15273,4429,15203,4732,15105,4911,14981,4932,14836,4818,14679,4621,14517,4386,14359,4156,14083,3795,13808,3437,15360,122,15360,137,15358,285,15355,636,15344,1274,15322,2177,15281,2765,15215,3223,15120,3451,14995,3569,14846,3567,14681,3466,14511,3305,14344,3121,14037,2800,13753,2467,15360,0,15360,1,15359,21,15355,89,15346,253,15325,479,15287,796,15225,1148,15133,1492,15008,1749,14856,1882,14685,1886,14506,1783,14324,1608,13996,1398,13702,1183]);let zn=null;function sv(){return zn===null&&(zn=new yf(iv,16,16,ls,_i),zn.name="DFG_LUT",zn.minFilter=Kt,zn.magFilter=Kt,zn.wrapS=ui,zn.wrapT=ui,zn.generateMipmaps=!1,zn.needsUpdate=!0),zn}class rv{constructor(e={}){const{canvas:t=Y0(),context:i=null,depth:s=!0,stencil:r=!1,alpha:a=!1,antialias:o=!1,premultipliedAlpha:l=!0,preserveDrawingBuffer:c=!1,powerPreference:u="default",failIfMajorPerformanceCaveat:d=!1,reversedDepthBuffer:h=!1,outputBufferType:f=vn}=e;this.isWebGLRenderer=!0;let p;if(i!==null){if(typeof WebGLRenderingContext<"u"&&i instanceof WebGLRenderingContext)throw new Error("THREE.WebGLRenderer: WebGL 1 is not supported since r163.");p=i.getContextAttributes().alpha}else p=a;const g=f,m=new Set([Jc,Zc,$c]),_=new Set([vn,ti,Or,Ur,Kc,qc]),v=new Uint32Array(4),M=new Int32Array(4),y=new F;let E=null,S=null;const A=[],x=[];let T=null;this.domElement=t,this.debug={checkShaderErrors:!0,onShaderError:null},this.autoClear=!0,this.autoClearColor=!0,this.autoClearDepth=!0,this.autoClearStencil=!0,this.sortObjects=!0,this.clippingPlanes=[],this.localClippingEnabled=!1,this.toneMapping=jn,this.toneMappingExposure=1,this.transmissionResolutionScale=1;const L=this;let D=!1,w=null,O=null,k=null,P=null;this._outputColorSpace=mn;let B=0,V=0,I=null,H=-1,ee=null;const ie=new Rt,fe=new Rt;let oe=null;const ge=new tt(0);let pe=0,X=t.width,se=t.height,j=1,Me=null,Ce=null;const _e=new Rt(0,0,X,se),We=new Rt(0,0,X,se);let Xe=!1;const Ue=new vf;let Fe=!1,qe=!1;const nt=new Tt,je=new F,pt=new Rt,vt={background:null,fog:null,environment:null,overrideMaterial:null,isScene:!0};let lt=!1;function ct(){return I===null?j:1}let G=i;function ke(C,W){return t.getContext(C,W)}try{const C={alpha:!0,depth:s,stencil:r,antialias:o,premultipliedAlpha:l,preserveDrawingBuffer:c,powerPreference:u,failIfMajorPerformanceCaveat:d};if("setAttribute"in t&&t.setAttribute("data-engine",`three.js r${Xc}`),t.addEventListener("webglcontextlost",ht,!1),t.addEventListener("webglcontextrestored",at,!1),t.addEventListener("webglcontextcreationerror",Dt,!1),G===null){const W="webgl2";if(G=ke(W,C),G===null)throw ke(W)?new Error("THREE.WebGLRenderer: Error creating WebGL context with your selected attributes."):new Error("THREE.WebGLRenderer: Error creating WebGL context.")}}catch(C){throw ot("WebGLRenderer: "+C.message),C}let Pe,U,b,K,Q,ce,z,ae,R,le,ue,ve,xe,be,Z,de,ye,N,re,q,ne,me,he;function Ie(){Pe=new s1(G),Pe.init(),ne=new $y(G,Pe),U=new Zx(G,Pe,e,ne),b=new Ky(G,Pe),U.reversedDepthBuffer&&h&&b.buffers.depth.setReversed(!0),O=G.createFramebuffer(),k=G.createFramebuffer(),P=G.createFramebuffer(),K=new o1(G),Q=new Py,ce=new qy(G,Pe,b,Q,U,ne,K),z=new i1(L),ae=new hg(G),me=new qx(G,ae),R=new r1(G,ae,K,me),le=new c1(G,R,ae,me,K),N=new l1(G,U,ce),Z=new Jx(Q),ue=new Iy(L,z,Pe,U,me,Z),ve=new tv(L,Q),xe=new Uy,be=new zy(Pe),ye=new Kx(L,z,b,le,p,l),de=new Yy(L,le,U),he=new nv(G,K,U,b),re=new $x(G,Pe,K),q=new a1(G,Pe,K),K.programs=ue.programs,L.capabilities=U,L.extensions=Pe,L.properties=Q,L.renderLists=xe,L.shadowMap=de,L.state=b,L.info=K}Ie(),g!==vn&&(T=new h1(g,t.width,t.height,o,s,r));const Ae=new Qy(L,G);this.xr=Ae,this.getContext=function(){return G},this.getContextAttributes=function(){return G.getContextAttributes()},this.forceContextLoss=function(){const C=Pe.get("WEBGL_lose_context");C&&C.loseContext()},this.forceContextRestore=function(){const C=Pe.get("WEBGL_lose_context");C&&C.restoreContext()},this.getPixelRatio=function(){return j},this.setPixelRatio=function(C){C!==void 0&&(j=C,this.setSize(X,se,!1))},this.getSize=function(C){return C.set(X,se)},this.setSize=function(C,W,te=!0){if(Ae.isPresenting){Ye("WebGLRenderer: Can't change size while VR device is presenting.");return}X=C,se=W,t.width=Math.floor(C*j),t.height=Math.floor(W*j),te===!0&&(t.style.width=C+"px",t.style.height=W+"px"),T!==null&&T.setSize(t.width,t.height),this.setViewport(0,0,C,W)},this.getDrawingBufferSize=function(C){return C.set(X*j,se*j).floor()},this.setDrawingBufferSize=function(C,W,te){X=C,se=W,j=te,t.width=Math.floor(C*te),t.height=Math.floor(W*te),this.setViewport(0,0,C,W)},this.setEffects=function(C){if(g===vn){ot("WebGLRenderer: setEffects() requires outputBufferType set to HalfFloatType or FloatType.");return}if(C){for(let W=0;W{function Ee(){if($.forEach(function(Ne){Q.get(Ne).currentProgram.isReady()&&$.delete(Ne)}),$.size===0){J(C);return}setTimeout(Ee,10)}Pe.get("KHR_parallel_shader_compile")!==null?Ee():setTimeout(Ee,10)})};let lr=null;function cr(C){lr&&lr(C)}function cn(){yi.stop()}function Xi(){yi.start()}const yi=new Uf;yi.setAnimationLoop(cr),typeof self<"u"&&yi.setContext(self),this.setAnimationLoop=function(C){lr=C,Ae.setAnimationLoop(C),C===null?yi.stop():yi.start()},Ae.addEventListener("sessionstart",cn),Ae.addEventListener("sessionend",Xi),this.render=function(C,W){if(W!==void 0&&W.isCamera!==!0){ot("WebGLRenderer.render: camera is not an instance of THREE.Camera.");return}if(D===!0)return;w!==null&&w.renderStart(C,W);const te=Ae.enabled===!0&&Ae.isPresenting===!0,$=T!==null&&(I===null||te)&&T.begin(L,I);if(C.matrixWorldAutoUpdate===!0&&C.updateMatrixWorld(),W.parent===null&&W.matrixWorldAutoUpdate===!0&&W.updateMatrixWorld(),Ae.enabled===!0&&Ae.isPresenting===!0&&(T===null||T.isCompositing()===!1)&&(Ae.cameraAutoUpdate===!0&&Ae.updateCamera(W),W=Ae.getCamera()),C.isScene===!0&&C.onBeforeRender(L,C,W,I),S=be.get(C,x.length),S.init(W),S.state.textureUnits=ce.getTextureUnits(),x.push(S),nt.multiplyMatrices(W.projectionMatrix,W.matrixWorldInverse),Ue.setFromProjectionMatrix(nt,Zn,W.reversedDepth),qe=this.localClippingEnabled,Fe=Z.init(this.clippingPlanes,qe),E=xe.get(C,A.length),E.init(),A.push(E),Ae.enabled===!0&&Ae.isPresenting===!0){const Ne=L.xr.getDepthSensingMesh();Ne!==null&&gs(Ne,W,-1/0,L.sortObjects)}gs(C,W,0,L.sortObjects),E.finish(),L.sortObjects===!0&&E.sort(Me,Ce,W.reversedDepth),lt=Ae.enabled===!1||Ae.isPresenting===!1||Ae.hasDepthSensing()===!1,lt&&ye.addToRenderList(E,C),this.info.render.frame++,this.info.autoReset===!0&&this.info.reset(),Fe===!0&&Z.beginShadows();const J=S.state.shadowsArray;if(de.render(J,C,W),Fe===!0&&Z.endShadows(),($&&T.hasRenderPass())===!1){const Ne=E.opaque,De=E.transmissive;if(S.setupLights(),W.isArrayCamera){const ze=W.cameras;if(De.length>0)for(let Ve=0,Ze=ze.length;Ve0&&ur(Ne,De,C,W),lt&&ye.render(C),En(E,C,W)}I!==null&&V===0&&(ce.updateMultisampleRenderTarget(I),ce.updateRenderTargetMipmap(I)),$&&T.end(L),C.isScene===!0&&C.onAfterRender(L,C,W),me.resetDefaultState(),H=-1,ee=null,x.pop(),x.length>0?(S=x[x.length-1],ce.setTextureUnits(S.state.textureUnits),Fe===!0&&Z.setGlobalState(L.clippingPlanes,S.state.camera)):S=null,A.pop(),A.length>0?E=A[A.length-1]:E=null,w!==null&&w.renderEnd()};function gs(C,W,te,$){if(C.visible===!1)return;if(C.layers.test(W.layers)){if(C.isGroup)te=C.renderOrder;else if(C.isLOD)C.autoUpdate===!0&&C.update(W);else if(C.isLightProbeGrid)S.pushLightProbeGrid(C);else if(C.isLight)S.pushLight(C),C.castShadow&&S.pushShadow(C);else if(C.isSprite){if(!C.frustumCulled||Ue.intersectsSprite(C)){$&&pt.setFromMatrixPosition(C.matrixWorld).applyMatrix4(nt);const Ne=le.update(C),De=C.material;De.visible&&E.push(C,Ne,De,te,pt.z,null)}}else if((C.isMesh||C.isLine||C.isPoints)&&(!C.frustumCulled||Ue.intersectsObject(C))){const Ne=le.update(C),De=C.material;if($&&(C.boundingSphere!==void 0?(C.boundingSphere===null&&C.computeBoundingSphere(),pt.copy(C.boundingSphere.center)):(Ne.boundingSphere===null&&Ne.computeBoundingSphere(),pt.copy(Ne.boundingSphere.center)),pt.applyMatrix4(C.matrixWorld).applyMatrix4(nt)),Array.isArray(De)){const ze=Ne.groups;for(let Ve=0,Ze=ze.length;Ve0&&Yi(J,W,te),Ee.length>0&&Yi(Ee,W,te),Ne.length>0&&Yi(Ne,W,te),b.buffers.depth.setTest(!0),b.buffers.depth.setMask(!0),b.buffers.color.setMask(!0),b.setPolygonOffset(!1)}function ur(C,W,te,$){if((te.isScene===!0?te.overrideMaterial:null)!==null)return;if(S.state.transmissionRenderTarget[$.id]===void 0){const Ge=Pe.has("EXT_color_buffer_half_float")||Pe.has("EXT_color_buffer_float");S.state.transmissionRenderTarget[$.id]=new Qn(1,1,{generateMipmaps:!0,type:Ge?_i:vn,minFilter:Ui,samples:Math.max(4,U.samples),stencilBuffer:r,resolveDepthBuffer:!1,resolveStencilBuffer:!1,colorSpace:st.workingColorSpace})}const Ee=S.state.transmissionRenderTarget[$.id],Ne=$.viewport||ie;Ee.setSize(Ne.z*L.transmissionResolutionScale,Ne.w*L.transmissionResolutionScale);const De=L.getRenderTarget(),ze=L.getActiveCubeFace(),Ve=L.getActiveMipmapLevel();L.setRenderTarget(Ee),L.getClearColor(ge),pe=L.getClearAlpha(),pe<1&&L.setClearColor(16777215,.5),L.clear(),lt&&ye.render(te);const Ze=L.toneMapping;L.toneMapping=jn;const Qe=$.viewport;if($.viewport!==void 0&&($.viewport=void 0),S.setupLightsView($),Fe===!0&&Z.setGlobalState(L.clippingPlanes,$),Yi(C,te,$),ce.updateMultisampleRenderTarget(Ee),ce.updateRenderTargetMipmap(Ee),Pe.has("WEBGL_multisampled_render_to_texture")===!1){let Ge=!1;for(let _t=0,It=W.length;_t0,$.currentProgram=Qe,$.uniformsList=null,Qe}function qi(C){if(C.uniformsList===null){const W=C.currentProgram.getUniforms();C.uniformsList=Za.seqWithValue(W.seq,C.uniforms)}return C.uniformsList}function hr(C,W){const te=Q.get(C);te.outputColorSpace=W.outputColorSpace,te.batching=W.batching,te.batchingColor=W.batchingColor,te.instancing=W.instancing,te.instancingColor=W.instancingColor,te.instancingMorph=W.instancingMorph,te.skinning=W.skinning,te.morphTargets=W.morphTargets,te.morphNormals=W.morphNormals,te.morphColors=W.morphColors,te.morphTargetsCount=W.morphTargetsCount,te.numClippingPlanes=W.numClippingPlanes,te.numIntersection=W.numClipIntersection,te.vertexAlphas=W.vertexAlphas,te.vertexTangents=W.vertexTangents,te.toneMapping=W.toneMapping}function Qr(C,W){if(C.length===0)return null;if(C.length===1)return C[0].texture!==null?C[0]:null;y.setFromMatrixPosition(W.matrixWorld);for(let te=0,$=C.length;te<$;te++){const J=C[te];if(J.texture!==null&&J.boundingBox.containsPoint(y))return J}return null}function kn(C,W,te,$,J){W.isScene!==!0&&(W=vt),ce.resetTextureUnits();const Ee=W.fog,Ne=$.isMeshStandardMaterial||$.isMeshLambertMaterial||$.isMeshPhongMaterial?W.environment:null,De=I===null?L.outputColorSpace:I.isXRRenderTarget===!0?I.texture.colorSpace:st.workingColorSpace,ze=$.isMeshStandardMaterial||$.isMeshLambertMaterial&&!$.envMap||$.isMeshPhongMaterial&&!$.envMap,Ve=z.get($.envMap||Ne,ze),Ze=$.vertexColors===!0&&!!te.attributes.color&&te.attributes.color.itemSize===4,Qe=!!te.attributes.tangent&&(!!$.normalMap||$.anisotropy>0),Ge=!!te.morphAttributes.position,_t=!!te.morphAttributes.normal,It=!!te.morphAttributes.color;let Ct=jn;$.toneMapped&&(I===null||I.isXRRenderTarget===!0)&&(Ct=L.toneMapping);const St=te.morphAttributes.position||te.morphAttributes.normal||te.morphAttributes.color,$t=St!==void 0?St.length:0,Oe=Q.get($),hn=S.state.lights;if(Fe===!0&&(qe===!0||C!==ee)){const Mt=C===ee&&$.id===H;Z.setState($,C,Mt)}let ut=!1;$.version===Oe.__version?(Oe.needsLights&&Oe.lightsStateVersion!==hn.state.version||Oe.outputColorSpace!==De||J.isBatchedMesh&&Oe.batching===!1||!J.isBatchedMesh&&Oe.batching===!0||J.isBatchedMesh&&Oe.batchingColor===!0&&J.colorTexture===null||J.isBatchedMesh&&Oe.batchingColor===!1&&J.colorTexture!==null||J.isInstancedMesh&&Oe.instancing===!1||!J.isInstancedMesh&&Oe.instancing===!0||J.isSkinnedMesh&&Oe.skinning===!1||!J.isSkinnedMesh&&Oe.skinning===!0||J.isInstancedMesh&&Oe.instancingColor===!0&&J.instanceColor===null||J.isInstancedMesh&&Oe.instancingColor===!1&&J.instanceColor!==null||J.isInstancedMesh&&Oe.instancingMorph===!0&&J.morphTexture===null||J.isInstancedMesh&&Oe.instancingMorph===!1&&J.morphTexture!==null||Oe.envMap!==Ve||$.fog===!0&&Oe.fog!==Ee||Oe.numClippingPlanes!==void 0&&(Oe.numClippingPlanes!==Z.numPlanes||Oe.numIntersection!==Z.numIntersection)||Oe.vertexAlphas!==Ze||Oe.vertexTangents!==Qe||Oe.morphTargets!==Ge||Oe.morphNormals!==_t||Oe.morphColors!==It||Oe.toneMapping!==Ct||Oe.morphTargetsCount!==$t||!!Oe.lightProbeGrid!=S.state.lightProbeGridArray.length>0)&&(ut=!0):(ut=!0,Oe.__version=$.version);let xn=Oe.currentProgram;ut===!0&&(xn=Ki($,W,J),w&&$.isNodeMaterial&&w.onUpdateProgram($,xn,Oe));let Bn=!1,vi=!1,_s=!1;const bt=xn.getUniforms(),Pt=Oe.uniforms;if(b.useProgram(xn.program)&&(Bn=!0,vi=!0,_s=!0),$.id!==H&&(H=$.id,vi=!0),Oe.needsLights){const Mt=Qr(S.state.lightProbeGridArray,J);Oe.lightProbeGrid!==Mt&&(Oe.lightProbeGrid=Mt,vi=!0)}if(Bn||ee!==C){b.buffers.depth.getReversed()&&C.reversedDepth!==!0&&(C._reversedDepth=!0,C.updateProjectionMatrix()),bt.setValue(G,"projectionMatrix",C.projectionMatrix),bt.setValue(G,"viewMatrix",C.matrixWorldInverse);const bi=bt.map.cameraPosition;bi!==void 0&&bi.setValue(G,je.setFromMatrixPosition(C.matrixWorld)),U.logarithmicDepthBuffer&&bt.setValue(G,"logDepthBufFC",2/(Math.log(C.far+1)/Math.LN2)),($.isMeshPhongMaterial||$.isMeshToonMaterial||$.isMeshLambertMaterial||$.isMeshBasicMaterial||$.isMeshStandardMaterial||$.isShaderMaterial)&&bt.setValue(G,"isOrthographic",C.isOrthographicCamera===!0),ee!==C&&(ee=C,vi=!0,_s=!0)}if(Oe.needsLights&&(hn.state.directionalShadowMap.length>0&&bt.setValue(G,"directionalShadowMap",hn.state.directionalShadowMap,ce),hn.state.spotShadowMap.length>0&&bt.setValue(G,"spotShadowMap",hn.state.spotShadowMap,ce),hn.state.pointShadowMap.length>0&&bt.setValue(G,"pointShadowMap",hn.state.pointShadowMap,ce)),J.isSkinnedMesh){bt.setOptional(G,J,"bindMatrix"),bt.setOptional(G,J,"bindMatrixInverse");const Mt=J.skeleton;Mt&&(Mt.boneTexture===null&&Mt.computeBoneTexture(),bt.setValue(G,"boneTexture",Mt.boneTexture,ce))}J.isBatchedMesh&&(bt.setOptional(G,J,"batchingTexture"),bt.setValue(G,"batchingTexture",J._matricesTexture,ce),bt.setOptional(G,J,"batchingIdTexture"),bt.setValue(G,"batchingIdTexture",J._indirectTexture,ce),bt.setOptional(G,J,"batchingColorTexture"),J._colorsTexture!==null&&bt.setValue(G,"batchingColorTexture",J._colorsTexture,ce));const Si=te.morphAttributes;if((Si.position!==void 0||Si.normal!==void 0||Si.color!==void 0)&&N.update(J,te,xn),(vi||Oe.receiveShadow!==J.receiveShadow)&&(Oe.receiveShadow=J.receiveShadow,bt.setValue(G,"receiveShadow",J.receiveShadow)),($.isMeshStandardMaterial||$.isMeshLambertMaterial||$.isMeshPhongMaterial)&&$.envMap===null&&W.environment!==null&&(Pt.envMapIntensity.value=W.environmentIntensity),Pt.dfgLUT!==void 0&&(Pt.dfgLUT.value=sv()),vi){if(bt.setValue(G,"toneMappingExposure",L.toneMappingExposure),Oe.needsLights&&Fn(Pt,_s),Ee&&$.fog===!0&&ve.refreshFogUniforms(Pt,Ee),ve.refreshMaterialUniforms(Pt,$,j,se,S.state.transmissionRenderTarget[C.id]),Oe.needsLights&&Oe.lightProbeGrid){const Mt=Oe.lightProbeGrid;Pt.probesSH.value=Mt.texture,Pt.probesMin.value.copy(Mt.boundingBox.min),Pt.probesMax.value.copy(Mt.boundingBox.max),Pt.probesResolution.value.copy(Mt.resolution)}Za.upload(G,qi(Oe),Pt,ce)}if($.isShaderMaterial&&$.uniformsNeedUpdate===!0&&(Za.upload(G,qi(Oe),Pt,ce),$.uniformsNeedUpdate=!1),$.isSpriteMaterial&&bt.setValue(G,"center",J.center),bt.setValue(G,"modelViewMatrix",J.modelViewMatrix),bt.setValue(G,"normalMatrix",J.normalMatrix),bt.setValue(G,"modelMatrix",J.matrixWorld),$.uniformsGroups!==void 0){const Mt=$.uniformsGroups;for(let bi=0,xs=Mt.length;bi0&&ce.useMultisampledRTT(C)===!1?$=Q.get(C).__webglMultisampledFramebuffer:Array.isArray(Ve)?$=Ve[te]:$=Ve,ie.copy(C.viewport),fe.copy(C.scissor),oe=C.scissorTest}else ie.copy(_e).multiplyScalar(j).floor(),fe.copy(We).multiplyScalar(j).floor(),oe=Xe;if(te!==0&&($=O),b.bindFramebuffer(G.FRAMEBUFFER,$)&&b.drawBuffers(C,$),b.viewport(ie),b.scissor(fe),b.setScissorTest(oe),J){const De=Q.get(C.texture);G.framebufferTexture2D(G.FRAMEBUFFER,G.COLOR_ATTACHMENT0,G.TEXTURE_CUBE_MAP_POSITIVE_X+W,De.__webglTexture,te)}else if(Ee){const De=W;for(let ze=0;ze1&&G.readBuffer(G.COLOR_ATTACHMENT0+De),!U.textureFormatReadable(Ze)){ot("WebGLRenderer.readRenderTargetPixels: renderTarget is not in RGBA or implementation defined format.");return}if(!U.textureTypeReadable(Qe)){ot("WebGLRenderer.readRenderTargetPixels: renderTarget is not in UnsignedByteType or implementation defined type.");return}W>=0&&W<=C.width-$&&te>=0&&te<=C.height-J&&G.readPixels(W,te,$,J,ne.convert(Ze),ne.convert(Qe),Ee)}finally{const Ve=I!==null?Q.get(I).__webglFramebuffer:null;b.bindFramebuffer(G.FRAMEBUFFER,Ve)}}},this.readRenderTargetPixelsAsync=async function(C,W,te,$,J,Ee,Ne,De=0){if(!(C&&C.isWebGLRenderTarget))throw new Error("THREE.WebGLRenderer.readRenderTargetPixels: renderTarget is not THREE.WebGLRenderTarget.");let ze=Q.get(C).__webglFramebuffer;if(C.isWebGLCubeRenderTarget&&Ne!==void 0&&(ze=ze[Ne]),ze)if(W>=0&&W<=C.width-$&&te>=0&&te<=C.height-J){b.bindFramebuffer(G.FRAMEBUFFER,ze);const Ve=C.textures[De],Ze=Ve.format,Qe=Ve.type;if(C.textures.length>1&&G.readBuffer(G.COLOR_ATTACHMENT0+De),!U.textureFormatReadable(Ze))throw new Error("THREE.WebGLRenderer.readRenderTargetPixelsAsync: renderTarget is not in RGBA or implementation defined format.");if(!U.textureTypeReadable(Qe))throw new Error("THREE.WebGLRenderer.readRenderTargetPixelsAsync: renderTarget is not in UnsignedByteType or implementation defined type.");const Ge=G.createBuffer();G.bindBuffer(G.PIXEL_PACK_BUFFER,Ge),G.bufferData(G.PIXEL_PACK_BUFFER,Ee.byteLength,G.STREAM_READ),G.readPixels(W,te,$,J,ne.convert(Ze),ne.convert(Qe),0);const _t=I!==null?Q.get(I).__webglFramebuffer:null;b.bindFramebuffer(G.FRAMEBUFFER,_t);const It=G.fenceSync(G.SYNC_GPU_COMMANDS_COMPLETE,0);return G.flush(),await K0(G,It,4),G.bindBuffer(G.PIXEL_PACK_BUFFER,Ge),G.getBufferSubData(G.PIXEL_PACK_BUFFER,0,Ee),G.deleteBuffer(Ge),G.deleteSync(It),Ee}else throw new Error("THREE.WebGLRenderer.readRenderTargetPixelsAsync: requested read bounds are out of range.")},this.copyFramebufferToTexture=function(C,W=null,te=0){const $=Math.pow(2,-te),J=Math.floor(C.image.width*$),Ee=Math.floor(C.image.height*$),Ne=W!==null?W.x:0,De=W!==null?W.y:0;ce.setTexture2D(C,0),G.copyTexSubImage2D(G.TEXTURE_2D,te,0,0,Ne,De,J,Ee),b.unbindTexture()},this.copyTextureToTexture=function(C,W,te=null,$=null,J=0,Ee=0){let Ne,De,ze,Ve,Ze,Qe,Ge,_t,It;const Ct=C.isCompressedTexture?C.mipmaps[Ee]:C.image;if(te!==null)Ne=te.max.x-te.min.x,De=te.max.y-te.min.y,ze=te.isBox3?te.max.z-te.min.z:1,Ve=te.min.x,Ze=te.min.y,Qe=te.isBox3?te.min.z:0;else{const Pt=Math.pow(2,-J);Ne=Math.floor(Ct.width*Pt),De=Math.floor(Ct.height*Pt),C.isDataArrayTexture?ze=Ct.depth:C.isData3DTexture?ze=Math.floor(Ct.depth*Pt):ze=1,Ve=0,Ze=0,Qe=0}$!==null?(Ge=$.x,_t=$.y,It=$.z):(Ge=0,_t=0,It=0);const St=ne.convert(W.format),$t=ne.convert(W.type);let Oe;W.isData3DTexture?(ce.setTexture3D(W,0),Oe=G.TEXTURE_3D):W.isDataArrayTexture||W.isCompressedArrayTexture?(ce.setTexture2DArray(W,0),Oe=G.TEXTURE_2D_ARRAY):(ce.setTexture2D(W,0),Oe=G.TEXTURE_2D),b.activeTexture(G.TEXTURE0),b.pixelStorei(G.UNPACK_FLIP_Y_WEBGL,W.flipY),b.pixelStorei(G.UNPACK_PREMULTIPLY_ALPHA_WEBGL,W.premultiplyAlpha),b.pixelStorei(G.UNPACK_ALIGNMENT,W.unpackAlignment);const hn=b.getParameter(G.UNPACK_ROW_LENGTH),ut=b.getParameter(G.UNPACK_IMAGE_HEIGHT),xn=b.getParameter(G.UNPACK_SKIP_PIXELS),Bn=b.getParameter(G.UNPACK_SKIP_ROWS),vi=b.getParameter(G.UNPACK_SKIP_IMAGES);b.pixelStorei(G.UNPACK_ROW_LENGTH,Ct.width),b.pixelStorei(G.UNPACK_IMAGE_HEIGHT,Ct.height),b.pixelStorei(G.UNPACK_SKIP_PIXELS,Ve),b.pixelStorei(G.UNPACK_SKIP_ROWS,Ze),b.pixelStorei(G.UNPACK_SKIP_IMAGES,Qe);const _s=C.isDataArrayTexture||C.isData3DTexture,bt=W.isDataArrayTexture||W.isData3DTexture;if(C.isDepthTexture){const Pt=Q.get(C),Si=Q.get(W),Mt=Q.get(Pt.__renderTarget),bi=Q.get(Si.__renderTarget);b.bindFramebuffer(G.READ_FRAMEBUFFER,Mt.__webglFramebuffer),b.bindFramebuffer(G.DRAW_FRAMEBUFFER,bi.__webglFramebuffer);for(let xs=0;xsMath.PI&&(i-=an),s<-Math.PI?s+=an:s>Math.PI&&(s-=an),i<=s?this._spherical.theta=Math.max(i,Math.min(s,this._spherical.theta)):this._spherical.theta=this._spherical.theta>(i+s)/2?Math.max(i,this._spherical.theta):Math.min(s,this._spherical.theta)),this._spherical.phi=Math.max(this.minPolarAngle,Math.min(this.maxPolarAngle,this._spherical.phi)),this._spherical.makeSafe(),this.enableDamping===!0?this.target.addScaledVector(this._panOffset,this.dampingFactor):this.target.add(this._panOffset),this.target.sub(this.cursor),this.target.clampLength(this.minTargetRadius,this.maxTargetRadius),this.target.add(this.cursor);let r=!1;if(this.zoomToCursor&&this._performCursorZoom||this.object.isOrthographicCamera)this._spherical.radius=this._clampDistance(this._spherical.radius);else{const a=this._spherical.radius;this._spherical.radius=this._clampDistance(this._spherical.radius*this._scale),r=a!=this._spherical.radius}if(Nt.setFromSpherical(this._spherical),Nt.applyQuaternion(this._quatInverse),t.copy(this.target).add(Nt),this.object.lookAt(this.target),this.enableDamping===!0?(this._sphericalDelta.theta*=1-this.dampingFactor,this._sphericalDelta.phi*=1-this.dampingFactor,this._panOffset.multiplyScalar(1-this.dampingFactor)):(this._sphericalDelta.set(0,0,0),this._panOffset.set(0,0,0)),this.zoomToCursor&&this._performCursorZoom){let a=null;if(this.object.isPerspectiveCamera){const o=Nt.length();a=this._clampDistance(o*this._scale);const l=o-a;this.object.position.addScaledVector(this._dollyDirection,l),this.object.updateMatrixWorld(),r=!!l}else if(this.object.isOrthographicCamera){const o=new F(this._mouse.x,this._mouse.y,0);o.unproject(this.object);const l=this.object.zoom;this.object.zoom=Math.max(this.minZoom,Math.min(this.maxZoom,this.object.zoom/this._scale)),this.object.updateProjectionMatrix(),r=l!==this.object.zoom;const c=new F(this._mouse.x,this._mouse.y,0);c.unproject(this.object),this.object.position.sub(c).add(o),this.object.updateMatrixWorld(),a=Nt.length()}else console.warn("WARNING: OrbitControls.js encountered an unknown camera type - zoom to cursor disabled."),this.zoomToCursor=!1;a!==null&&(this.screenSpacePanning?this.target.set(0,0,-1).transformDirection(this.object.matrix).multiplyScalar(a).add(this.object.position):(Da.origin.copy(this.object.position),Da.direction.set(0,0,-1).transformDirection(this.object.matrix),Math.abs(this.object.up.dot(Da.direction))vl||8*(1-this._lastQuaternion.dot(this.object.quaternion))>vl||this._lastTargetPosition.distanceToSquared(this.target)>vl?(this.dispatchEvent(Hh),this._lastPosition.copy(this.object.position),this._lastQuaternion.copy(this.object.quaternion),this._lastTargetPosition.copy(this.target),!0):!1}_getAutoRotationAngle(e){return e!==null?an/60*this.autoRotateSpeed*e:an/60/60*this.autoRotateSpeed}_getZoomScale(e){const t=Math.abs(e*.01);return Math.pow(.95,this.zoomSpeed*t)}_rotateLeft(e){this._sphericalDelta.theta-=e}_rotateUp(e){this._sphericalDelta.phi-=e}_panLeft(e,t){Nt.setFromMatrixColumn(t,0),Nt.multiplyScalar(-e),this._panOffset.add(Nt)}_panUp(e,t){this.screenSpacePanning===!0?Nt.setFromMatrixColumn(t,1):(Nt.setFromMatrixColumn(t,0),Nt.crossVectors(this.object.up,Nt)),Nt.multiplyScalar(e),this._panOffset.add(Nt)}_pan(e,t){const i=this.domElement;if(this.object.isPerspectiveCamera){const s=this.object.position;Nt.copy(s).sub(this.target);let r=Nt.length();r*=Math.tan(this.object.fov/2*Math.PI/180),this._panLeft(2*e*r/i.clientHeight,this.object.matrix),this._panUp(2*t*r/i.clientHeight,this.object.matrix)}else this.object.isOrthographicCamera?(this._panLeft(e*(this.object.right-this.object.left)/this.object.zoom/i.clientWidth,this.object.matrix),this._panUp(t*(this.object.top-this.object.bottom)/this.object.zoom/i.clientHeight,this.object.matrix)):(console.warn("WARNING: OrbitControls.js encountered an unknown camera type - pan disabled."),this.enablePan=!1)}_dollyOut(e){this.object.isPerspectiveCamera||this.object.isOrthographicCamera?this._scale/=e:(console.warn("WARNING: OrbitControls.js encountered an unknown camera type - dolly/zoom disabled."),this.enableZoom=!1)}_dollyIn(e){this.object.isPerspectiveCamera||this.object.isOrthographicCamera?this._scale*=e:(console.warn("WARNING: OrbitControls.js encountered an unknown camera type - dolly/zoom disabled."),this.enableZoom=!1)}_updateZoomParameters(e,t){if(!this.zoomToCursor)return;this._performCursorZoom=!0;const i=this.domElement.getBoundingClientRect(),s=e-i.left,r=t-i.top,a=i.width,o=i.height;this._mouse.x=s/a*2-1,this._mouse.y=-(r/o)*2+1,this._dollyDirection.set(this._mouse.x,this._mouse.y,1).unproject(this.object).sub(this.object.position).normalize()}_clampDistance(e){return Math.max(this.minDistance,Math.min(this.maxDistance,e))}_handleMouseDownRotate(e){this._rotateStart.set(e.clientX,e.clientY)}_handleMouseDownDolly(e){this._updateZoomParameters(e.clientX,e.clientX),this._dollyStart.set(e.clientX,e.clientY)}_handleMouseDownPan(e){this._panStart.set(e.clientX,e.clientY)}_handleMouseMoveRotate(e){this._rotateEnd.set(e.clientX,e.clientY),this._rotateDelta.subVectors(this._rotateEnd,this._rotateStart).multiplyScalar(this.rotateSpeed);const t=this.domElement;this._rotateLeft(an*this._rotateDelta.x/t.clientHeight),this._rotateUp(an*this._rotateDelta.y/t.clientHeight),this._rotateStart.copy(this._rotateEnd),this.update()}_handleMouseMoveDolly(e){this._dollyEnd.set(e.clientX,e.clientY),this._dollyDelta.subVectors(this._dollyEnd,this._dollyStart),this._dollyDelta.y>0?this._dollyOut(this._getZoomScale(this._dollyDelta.y)):this._dollyDelta.y<0&&this._dollyIn(this._getZoomScale(this._dollyDelta.y)),this._dollyStart.copy(this._dollyEnd),this.update()}_handleMouseMovePan(e){this._panEnd.set(e.clientX,e.clientY),this._panDelta.subVectors(this._panEnd,this._panStart).multiplyScalar(this.panSpeed),this._pan(this._panDelta.x,this._panDelta.y),this._panStart.copy(this._panEnd),this.update()}_handleMouseWheel(e){this._updateZoomParameters(e.clientX,e.clientY),e.deltaY<0?this._dollyIn(this._getZoomScale(e.deltaY)):e.deltaY>0&&this._dollyOut(this._getZoomScale(e.deltaY)),this.update()}_handleKeyDown(e){let t=!1;switch(e.code){case this.keys.UP:e.ctrlKey||e.metaKey||e.shiftKey?this.enableRotate&&this._rotateUp(an*this.keyRotateSpeed/this.domElement.clientHeight):this.enablePan&&this._pan(0,this.keyPanSpeed),t=!0;break;case this.keys.BOTTOM:e.ctrlKey||e.metaKey||e.shiftKey?this.enableRotate&&this._rotateUp(-an*this.keyRotateSpeed/this.domElement.clientHeight):this.enablePan&&this._pan(0,-this.keyPanSpeed),t=!0;break;case this.keys.LEFT:e.ctrlKey||e.metaKey||e.shiftKey?this.enableRotate&&this._rotateLeft(an*this.keyRotateSpeed/this.domElement.clientHeight):this.enablePan&&this._pan(this.keyPanSpeed,0),t=!0;break;case this.keys.RIGHT:e.ctrlKey||e.metaKey||e.shiftKey?this.enableRotate&&this._rotateLeft(-an*this.keyRotateSpeed/this.domElement.clientHeight):this.enablePan&&this._pan(-this.keyPanSpeed,0),t=!0;break}t&&(e.preventDefault(),this.update())}_handleTouchStartRotate(e){if(this._pointers.length===1)this._rotateStart.set(e.pageX,e.pageY);else{const t=this._getSecondPointerPosition(e),i=.5*(e.pageX+t.x),s=.5*(e.pageY+t.y);this._rotateStart.set(i,s)}}_handleTouchStartPan(e){if(this._pointers.length===1)this._panStart.set(e.pageX,e.pageY);else{const t=this._getSecondPointerPosition(e),i=.5*(e.pageX+t.x),s=.5*(e.pageY+t.y);this._panStart.set(i,s)}}_handleTouchStartDolly(e){const t=this._getSecondPointerPosition(e),i=e.pageX-t.x,s=e.pageY-t.y,r=Math.sqrt(i*i+s*s);this._dollyStart.set(0,r)}_handleTouchStartDollyPan(e){this.enableZoom&&this._handleTouchStartDolly(e),this.enablePan&&this._handleTouchStartPan(e)}_handleTouchStartDollyRotate(e){this.enableZoom&&this._handleTouchStartDolly(e),this.enableRotate&&this._handleTouchStartRotate(e)}_handleTouchMoveRotate(e){if(this._pointers.length==1)this._rotateEnd.set(e.pageX,e.pageY);else{const i=this._getSecondPointerPosition(e),s=.5*(e.pageX+i.x),r=.5*(e.pageY+i.y);this._rotateEnd.set(s,r)}this._rotateDelta.subVectors(this._rotateEnd,this._rotateStart).multiplyScalar(this.rotateSpeed);const t=this.domElement;this._rotateLeft(an*this._rotateDelta.x/t.clientHeight),this._rotateUp(an*this._rotateDelta.y/t.clientHeight),this._rotateStart.copy(this._rotateEnd)}_handleTouchMovePan(e){if(this._pointers.length===1)this._panEnd.set(e.pageX,e.pageY);else{const t=this._getSecondPointerPosition(e),i=.5*(e.pageX+t.x),s=.5*(e.pageY+t.y);this._panEnd.set(i,s)}this._panDelta.subVectors(this._panEnd,this._panStart).multiplyScalar(this.panSpeed),this._pan(this._panDelta.x,this._panDelta.y),this._panStart.copy(this._panEnd)}_handleTouchMoveDolly(e){const t=this._getSecondPointerPosition(e),i=e.pageX-t.x,s=e.pageY-t.y,r=Math.sqrt(i*i+s*s);this._dollyEnd.set(0,r),this._dollyDelta.set(0,Math.pow(this._dollyEnd.y/this._dollyStart.y,this.zoomSpeed)),this._dollyOut(this._dollyDelta.y),this._dollyStart.copy(this._dollyEnd);const a=(e.pageX+t.x)*.5,o=(e.pageY+t.y)*.5;this._updateZoomParameters(a,o)}_handleTouchMoveDollyPan(e){this.enableZoom&&this._handleTouchMoveDolly(e),this.enablePan&&this._handleTouchMovePan(e)}_handleTouchMoveDollyRotate(e){this.enableZoom&&this._handleTouchMoveDolly(e),this.enableRotate&&this._handleTouchMoveRotate(e)}_addPointer(e){this._pointers.push(e.pointerId)}_removePointer(e){delete this._pointerPositions[e.pointerId];for(let t=0;t=250&&n<=255){const t=Math.round(40+(n-250)*43);return t*65536+t*256+t}if(n>=10&&n<=249){const t=n-10,[i,s]=bv[t%10];return vv(Math.floor(t/10)*15,i,s)}return 13226457}function ou(n){if(n==null)return null;if(typeof n=="object"&&n!==null&&"value"in n){const e=n.value;if(typeof e=="number"&&Number.isFinite(e))return e.toString(16);if(typeof e=="string"&&e.length){const t=Number(e);return Number.isFinite(t)?t.toString(16):e.toLowerCase()}return null}if(typeof n=="number"&&Number.isFinite(n))return n.toString(16);if(typeof n=="string"&&n.length){const e=Number(n);return Number.isFinite(e)?e.toString(16):n.toLowerCase()}return null}function Wf(n){return ou(n.ownerHandle)}function Mv(n){const e=n.toLowerCase().replace(/\*/g,"").trim();return e?e==="model_space"||e==="ms"||e.startsWith("model")?"model":e==="paper_space"||e==="ps"||e.startsWith("paper")?"paper":null:null}function Av(n,e,t){return n==="model"?"Model":n==="paper"?t<=1?"Layout":`Layout (${e.replace(/^\*/,"")})`:e}function Gs(n){var a;const e=((a=n==null?void 0:n.tables)==null?void 0:a.blocks)??[],t=(n==null?void 0:n.entities)??[],i=new Map;for(const o of t){const l=Wf(o);l&&i.set(l,(i.get(l)||0)+1)}const s=[];let r=0;for(const o of e){const l=Mv(o.name??"");if(!l)continue;const c=ou(o.handle);if(!c)continue;l==="paper"&&(r+=1);const u=typeof o.handle=="number"?o.handle:typeof o.handle=="object"&&o.handle&&"value"in o.handle?Number(o.handle.value):null;s.push({id:c,label:Av(l,o.name??"",r),name:o.name??"",handle:Number.isFinite(u)?u:null,handleHex:c,kind:l,entityCount:i.get(c)||0})}return s.sort((o,l)=>{if(o.kind!==l.kind){if(o.kind==="model")return-1;if(l.kind==="model")return 1}return 0}),s}function Ev(n){if(!n.length)return null;const e=n.find(i=>i.kind==="paper"&&i.entityCount>0);if(e)return e;const t=n.find(i=>i.kind==="model");return t||(n[0]??null)}function Sl(n,e,t=3){const i=new Set([e]);for(let s=0;s>>=1,e}function Kn(n,e,t){if(!e)return t;for(;n.bitcount<24;)n.tag|=n.source[n.sourceIndex++]<>>16-e;return n.tag>>>=e,n.bitcount-=e,i+t}function Ic(n,e){for(;n.bitcount<24;)n.tag|=n.source[n.sourceIndex++]<>>=1,++s,t+=e.table[s],i-=e.table[s];while(i>=0);return n.tag=r,n.bitcount-=s,e.trans[t+i]}function Lv(n,e,t){var i,s,r,a,o,l;for(i=Kn(n,5,257),s=Kn(n,5,1),r=Kn(n,4,4),a=0;a<19;++a)Vn[a]=0;for(a=0;a8;)n.sourceIndex--,n.bitcount-=8;if(e=n.source[n.sourceIndex+1],e=256*e+n.source[n.sourceIndex],t=n.source[n.sourceIndex+3],t=256*t+n.source[n.sourceIndex+2],e!==(~t&65535))return Xf;for(n.sourceIndex+=4,i=e;i;--i)n.dest[n.destLen++]=n.source[n.sourceIndex++];return n.bitcount=0,lu}function Jf(n,e){var t=new Tv(n,e),i,s,r;do{switch(i=Rv(t),s=Kn(t,2,0),s){case 0:r=Dv(t);break;case 1:r=Wh(t,Yf,Kf);break;case 2:Lv(t,t.ltree,t.dtree),r=Wh(t,t.ltree,t.dtree);break;default:r=Xf}if(r!==lu)throw new Error("Data error")}while(!i);return t.destLenthis.x2&&(this.x2=n)),typeof e=="number"&&((isNaN(this.y1)||isNaN(this.y2))&&(this.y1=e,this.y2=e),ethis.y2&&(this.y2=e))};fs.prototype.addX=function(n){this.addPoint(n,null)};fs.prototype.addY=function(n){this.addPoint(null,n)};fs.prototype.addBezier=function(n,e,t,i,s,r,a,o){const l=[n,e],c=[t,i],u=[s,r],d=[a,o];this.addPoint(n,e),this.addPoint(a,o);for(let h=0;h<=1;h++){const f=6*l[h]-12*c[h]+6*u[h],p=-3*l[h]+9*c[h]-9*u[h]+3*d[h],g=3*c[h]-3*l[h];if(p===0){if(f===0)continue;const M=-g/f;01||Math.abs(a.y-i)>1||r.pop():a.type==="L"&&c&&c.x===a.x&&c.y===a.y?r.pop():a.type==="Z"&&(o&&l&&c&&o.type==="M"&&l.type==="L"&&c.type==="L"&&c.x===o.x&&c.y===o.y&&(r.shift(),r[0].type="M"),s+1g.length).map(g=>{let m=parseFloat(g);return(e.decimalPlaces||e.decimalPlaces===0)&&(m=Qf(m,e.decimalPlaces)),m})}function u(p){if(!this.commands.length)return p;const g=this.commands[this.commands.length-1];for(let m=0;m-1)o[o.length-1]+=g;else if(r.indexOf(g)>-1)if(!a.type&&!this.commands.length&&(a.type="L"),g==="-")!a.type||m.indexOf("-")>0?l=!0:m.length?o.push("-"):o[o.length-1]=g;else if(!a.type||m.length>0)l=!0;else continue;else if(i.indexOf(g)>-1)a.type?(d.apply(this),a={type:g}):a.type=g;else{if(s.indexOf(g)>-1)throw new Error("Unsupported path command: "+g+". Currently supported commands are "+i.split("").join(", ")+".");` , +\r\f\v`.indexOf(g)>-1?o.push(""):g==="."?!a.type||m.indexOf(g)>-1?l=!0:o[o.length-1]+=g:l=!0}if(l)throw new Error("Unexpected character: "+g+" at offset "+p)}d.apply(this),e.optimize&&(this.commands=ep(this.commands));const h=e.flipY;let f=e.flipYBase;if(h===!0&&e.flipYBase===void 0){const p=this.getBoundingBox();f=p.y1+p.y2}for(const p in this.commands){const g=this.commands[p];for(const m in g)["x","x1","x2"].includes(m)?this.commands[p][m]=e.x+g[m]*e.scale:["y","y1","y2"].includes(m)&&(this.commands[p][m]=e.y+(h?f-g[m]:g[m])*e.scale)}return this};Ht.fromSVG=function(n,e){return new Ht().fromSVG(n,e)};Ht.prototype.moveTo=function(n,e){this.commands.push({type:"M",x:n,y:e})};Ht.prototype.lineTo=function(n,e){this.commands.push({type:"L",x:n,y:e})};Ht.prototype.curveTo=Ht.prototype.bezierCurveTo=function(n,e,t,i,s,r){this.commands.push({type:"C",x1:n,y1:e,x2:t,y2:i,x:s,y:r})};Ht.prototype.quadTo=Ht.prototype.quadraticCurveTo=function(n,e,t,i){this.commands.push({type:"Q",x1:n,y1:e,x:t,y:i})};Ht.prototype.close=Ht.prototype.closePath=function(){this.commands.push({type:"Z"})};Ht.prototype.extend=function(n){if(n.commands)n=n.commands;else if(n instanceof jf){const e=n;this.moveTo(e.x1,e.y1),this.lineTo(e.x2,e.y1),this.lineTo(e.x2,e.y2),this.lineTo(e.x1,e.y2),this.close();return}Array.prototype.push.apply(this.commands,n)};Ht.prototype.getBoundingBox=function(){const n=new jf;let e=0,t=0,i=0,s=0;for(let r=0;r=0&&l>0&&(o+=" "),o+=e(c)}return o}let i=this.commands;n.optimize&&(i=JSON.parse(JSON.stringify(this.commands)),i=ep(i));const s=n.flipY;let r=n.flipYBase;if(s===!0&&r===void 0){const o=new Ht;o.extend(i);const l=o.getBoundingBox();r=l.y1+l.y2}let a="";for(let o=0;o=0&&n<=255,"Byte value should be between 0 and 255."),[n]};Ke.BYTE=Nn(1);Te.CHAR=function(n){return[n.charCodeAt(0)]};Ke.CHAR=Nn(1);Te.CHARARRAY=function(n){(n===null||typeof n>"u")&&(n="",console.warn("CHARARRAY with undefined or null value encountered and treated as an empty string. This is probably caused by a missing glyph name."));const e=[];for(let t=0;t"u"?0:n.length};Te.USHORT=function(n){return[n>>8&255,n&255]};Ke.USHORT=Nn(2);Te.SHORT=function(n){return n>=Yh&&(n=-(2*Yh-n)),[n>>8&255,n&255]};Ke.SHORT=Nn(2);Te.UINT24=function(n){return[n>>16&255,n>>8&255,n&255]};Ke.UINT24=Nn(3);Te.ULONG=function(n){return[n>>24&255,n>>16&255,n>>8&255,n&255]};Ke.ULONG=Nn(4);Te.LONG=function(n){return n>=Kh&&(n=-(2*Kh-n)),[n>>24&255,n>>16&255,n>>8&255,n&255]};Ke.LONG=Nn(4);Te.FLOAT=function(n){if(n>Uv||n>24&255,n>>16&255,n>>8&255,n&255]};Ke.LONGDATETIME=Nn(8);Te.TAG=function(n){return He.argument(n.length===4,"Tag should be exactly 4 ASCII characters."),[n.charCodeAt(0),n.charCodeAt(1),n.charCodeAt(2),n.charCodeAt(3)]};Ke.TAG=Nn(4);Te.Card8=Te.BYTE;Ke.Card8=Ke.BYTE;Te.Card16=Te.USHORT;Ke.Card16=Ke.USHORT;Te.OffSize=Te.BYTE;Ke.OffSize=Ke.BYTE;Te.SID=Te.USHORT;Ke.SID=Ke.USHORT;Te.NUMBER=function(n){return n>=-107&&n<=107?[n+139]:n>=108&&n<=1131?(n=n-108,[(n>>8)+247,n&255]):n>=-1131&&n<=-108?(n=-n-108,[(n>>8)+251,n&255]):n>=-32768&&n<=32767?Te.NUMBER16(n):Te.NUMBER32(n)};Ke.NUMBER=function(n){return Te.NUMBER(n).length};Te.NUMBER16=function(n){return[28,n>>8&255,n&255]};Ke.NUMBER16=Nn(3);Te.NUMBER32=function(n){return[29,n>>24&255,n>>16&255,n>>8&255,n&255]};Ke.NUMBER32=Nn(5);Te.REAL=function(n){let e=n.toString();const t=/\.(\d*?)(?:9{5,20}|0{5,20})\d{0,2}(?:e(.+)|$)/.exec(e);if(t){const r=parseFloat("1e"+((t[2]?+t[2]:0)+t[1].length));e=(Math.round(n*r)/r).toString()}let i="";for(let r=0,a=e.length;r>8&255,e[e.length]=i&255}return e};Ke.UTF16=function(n){return n.length*2};var ho={"x-mac-croatian":"ÄÅÇÉÑÖÜáàâäãåçéèêëíìîïñóòôöõúùûü†°¢£§•¶ß®Š™´¨≠ŽØ∞±≤≥∆µ∂∑∏š∫ªºΩžø¿¡¬√ƒ≈ƫȅ ÀÃÕŒœĐ—“”‘’÷◊©⁄€‹›Æ»–·‚„‰ÂćÁčÈÍÎÏÌÓÔđÒÚÛÙıˆ˜¯πË˚¸Êæˇ","x-mac-cyrillic":"АБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯ†°Ґ£§•¶І®©™Ђђ≠Ѓѓ∞±≤≥іµґЈЄєЇїЉљЊњјЅ¬√ƒ≈∆«»… ЋћЌќѕ–—“”‘’÷„ЎўЏџ№Ёёяабвгдежзийклмнопрстуфхцчшщъыьэю","x-mac-gaelic":"ÄÅÇÉÑÖÜáàâäãåçéèêëíìîïñóòôöõúùûü†°¢£§•¶ß®©™´¨≠ÆØḂ±≤≥ḃĊċḊḋḞḟĠġṀæøṁṖṗɼƒſṠ«»… ÀÃÕŒœ–—“”‘’ṡẛÿŸṪ€‹›Ŷŷṫ·Ỳỳ⁊ÂÊÁËÈÍÎÏÌÓÔ♣ÒÚÛÙıÝýŴŵẄẅẀẁẂẃ","x-mac-greek":"Ĺ²É³ÖÜ΅àâä΄¨çéèê룙î‰ôö¦€ùûü†ΓΔΘΛΞΠß®©ΣΪ§≠°·Α±≤≥¥ΒΕΖΗΙΚΜΦΫΨΩάΝ¬ΟΡ≈Τ«»… ΥΧΆΈœ–―“”‘’÷ΉΊΌΎέήίόΏύαβψδεφγηιξκλμνοπώρστθωςχυζϊϋΐΰ­","x-mac-icelandic":"ÄÅÇÉÑÖÜáàâäãåçéèêëíìîïñóòôöõúùûüݰ¢£§•¶ß®©™´¨≠ÆØ∞±≤≥¥µ∂∑∏π∫ªºΩæø¿¡¬√ƒ≈∆«»… ÀÃÕŒœ–—“”‘’÷◊ÿŸ⁄€ÐðÞþý·‚„‰ÂÊÁËÈÍÎÏÌÓÔÒÚÛÙıˆ˜¯˘˙˚¸˝˛ˇ","x-mac-inuit":"ᐃᐄᐅᐆᐊᐋᐱᐲᐳᐴᐸᐹᑉᑎᑏᑐᑑᑕᑖᑦᑭᑮᑯᑰᑲᑳᒃᒋᒌᒍᒎᒐᒑ°ᒡᒥᒦ•¶ᒧ®©™ᒨᒪᒫᒻᓂᓃᓄᓅᓇᓈᓐᓯᓰᓱᓲᓴᓵᔅᓕᓖᓗᓘᓚᓛᓪᔨᔩᔪᔫᔭ… ᔮᔾᕕᕖᕗ–—“”‘’ᕘᕙᕚᕝᕆᕇᕈᕉᕋᕌᕐᕿᖀᖁᖂᖃᖄᖅᖏᖐᖑᖒᖓᖔᖕᙱᙲᙳᙴᙵᙶᖖᖠᖡᖢᖣᖤᖥᖦᕼŁł","x-mac-ce":"ÄĀāÉĄÖÜáąČäčĆć鏟ĎíďĒēĖóėôöõúĚěü†°Ę£§•¶ß®©™ę¨≠ģĮįĪ≤≥īĶ∂∑łĻļĽľĹĺŅņѬ√ńŇ∆«»… ňŐÕőŌ–—“”‘’÷◊ōŔŕŘ‹›řŖŗŠ‚„šŚśÁŤťÍŽžŪÓÔūŮÚůŰűŲųÝýķŻŁżĢˇ",macintosh:"ÄÅÇÉÑÖÜáàâäãåçéèêëíìîïñóòôöõúùûü†°¢£§•¶ß®©™´¨≠ÆØ∞±≤≥¥µ∂∑∏π∫ªºΩæø¿¡¬√ƒ≈∆«»… ÀÃÕŒœ–—“”‘’÷◊ÿŸ⁄€‹›fifl‡·‚„‰ÂÊÁËÈÍÎÏÌÓÔÒÚÛÙıˆ˜¯˘˙˚¸˝˛ˇ","x-mac-romanian":"ÄÅÇÉÑÖÜáàâäãåçéèêëíìîïñóòôöõúùûü†°¢£§•¶ß®©™´¨≠ĂȘ∞±≤≥¥µ∂∑∏π∫ªºΩăș¿¡¬√ƒ≈∆«»… ÀÃÕŒœ–—“”‘’÷◊ÿŸ⁄€‹›Țț‡·‚„‰ÂÊÁËÈÍÎÏÌÓÔÒÚÛÙıˆ˜¯˘˙˚¸˝˛ˇ","x-mac-turkish":"ÄÅÇÉÑÖÜáàâäãåçéèêëíìîïñóòôöõúùûü†°¢£§•¶ß®©™´¨≠ÆØ∞±≤≥¥µ∂∑∏π∫ªºΩæø¿¡¬√ƒ≈∆«»… ÀÃÕŒœ–—“”‘’÷◊ÿŸĞğİıŞş‡·‚„‰ÂÊÁËÈÍÎÏÌÓÔÒÚÛÙˆ˜¯˘˙˚¸˝˛ˇ"};er.MACSTRING=function(n,e,t,i){const s=ho[i];if(s===void 0)return;let r="";for(let a=0;a=128&&(r=t[r],r===void 0))return;i[s]=r}return i};Ke.MACSTRING=function(n,e){const t=Te.MACSTRING(n,e);return t!==void 0?t.length:0};function Pc(n){return n>=-128&&n<=127}function kv(n,e,t){let i=0;const s=n.length;for(;e>8&255,o+256&255)}return r}Te.VARDELTAS=function(n){let e=0;const t=[];for(;e=-128&&i<=127?e=Fv(n,e,t):e=Bv(n,e,t)}return t};Te.INDEX=function(n){let e=1;const t=[e],i=[];for(let o=0;o>8,e[a+1]=o&255;for(let l=0;l0)return new Y(this.data,this.offset+e).parseStruct(n)};Y.prototype.parsePointer32=function(n){const e=this.parseOffset32();if(e>0)return new Y(this.data,this.offset+e).parseStruct(n)};Y.prototype.parseListOfLists=function(n){const e=this.parseOffset16List(),t=e.length,i=this.relativeOffset,s=new Array(t);for(let r=0;r>4)+1;for(let a=0;a>s,c=o&(1<[]),s=e&jt.LONG_WORDS,r=e&jt.WORD_DELTA_COUNT_MASK;if(r>t)throw Error("wordCount must be less than or equal to regionIndexCount");const a=(s?this.parseLong:this.parseShort).bind(this),o=(s?this.parseShort:this.parseChar).bind(this);for(let l=0;l{let y,E;const S=()=>{let A=0;if(t==="gvar"){if(A=g.privatePoints.length||d.length,!A){const x=i.get(s);x.path,A=x.points.length,A+=4}}else t==="cvar"&&(A=i.length);this.offset=m,this.relativeOffset=_,y=this.parsePackedDeltas(A),t==="gvar"&&(E=this.parsePackedDeltas(A))};return{configurable:!0,get:function(){return y===void 0&&S(),M==="deltasY"?E:y},set:function(A){y===void 0&&S(),M==="deltasY"?E=A:y=A}}};Object.defineProperty(g,"deltas",v.call(this,"deltas")),t==="gvar"&&Object.defineProperty(g,"deltasY",v.call(this,"deltasY")),h+=g.variationDataSize,delete g.variationDataSize}this.relativeOffset=r;const f={headers:u};return f.sharedPoints=d,f};Y.prototype.parseTupleVariationHeader=function(n,e){const t=this.parseUShort(),i=this.parseUShort(),s=!!(i&jt.EMBEDDED_PEAK_TUPLE),r=!!(i&jt.INTERMEDIATE_REGION),a=!!(i&jt.PRIVATE_POINT_NUMBERS),o=s?void 0:i&jt.TUPLE_INDEX_MASK,l=s?this.parseTupleRecords(1,n)[0]:void 0,c=r?this.parseTupleRecords(1,n)[0]:void 0,u=r?this.parseTupleRecords(1,n)[0]:void 0,d={variationDataSize:t,peakTuple:l,intermediateStartTuple:c,intermediateEndTuple:u,flags:{embeddedPeakTuple:s,intermediateRegion:r,privatePointNumbers:a}};return e==="gvar"&&(d.sharedTupleRecordsIndex=o),d};Y.prototype.parsePackedPointNumbers=function(){const n=this.parseByte(),e=[];let t=n;if(n>=128){const s=this.parseByte();t=(n&jt.POINT_RUN_COUNT_MASK)<<8|s}let i=0;for(;e.length>1,e.skip("uShort",3),n.glyphIndexMap={};const a=new Re.Parser(t,i+s+14),o=new Re.Parser(t,i+s+16+r*2),l=new Re.Parser(t,i+s+16+r*4),c=new Re.Parser(t,i+s+16+r*6);let u=i+s+16+r*8;for(let d=0;d=0;d-=1)if(a=Re.getUShort(n,e+4+d*8),o=Re.getUShort(n,e+4+d*8+2),a===3&&c.includes(o)||a===0&&l.includes(o)||a===1&&o===0){if(r>0)continue;if(r=Re.getULong(n,e+4+d*8+4),i)break}else if(a===0&&o===5){if(s=Re.getULong(n,e+4+d*8+4),i=new Re.Parser(n,e+s),i.parseUShort()!==14)s=-1,i=null;else if(r>0)break}if(r===-1)throw new Error("No valid cmap sub-tables found.");const u=new Re.Parser(n,e+r);if(t.format=u.parseUShort(),t.format===0)tS(t,u,a,o);else if(t.format===12||t.format===13)nS(t,u,t.format);else if(t.format===4)iS(t,u,n,e,r);else throw new Error("Only format 0 (platformId 1, encodingId 0), 4, 12 and 14 cmap tables are supported (found format "+t.format+", platformId "+a+", encodingId "+o+").");return i&&sS(t,i),t}function aS(n,e,t){n.segments.push({end:e,start:e,delta:-(e-t),offset:0,glyphIndex:t})}function oS(n){n.segments.push({end:65535,start:65535,delta:1,offset:0})}function lS(n){if(n.length===0)return n;const e=[n[0]];for(let t=1;t0;t-=1)if(n.get(t).unicode>65535){e=!1;break}let i=[{name:"version",type:"USHORT",value:0},{name:"numTables",type:"USHORT",value:e?1:2},{name:"platformID",type:"USHORT",value:3},{name:"encodingID",type:"USHORT",value:1},{name:"offset",type:"ULONG",value:e?12:20}];e||i.push({name:"cmap12PlatformID",type:"USHORT",value:3},{name:"cmap12EncodingID",type:"USHORT",value:10},{name:"cmap12Offset",type:"ULONG",value:0}),i.push({name:"format",type:"USHORT",value:4},{name:"cmap4Length",type:"USHORT",value:0},{name:"language",type:"USHORT",value:0},{name:"segCountX2",type:"USHORT",value:0},{name:"searchRange",type:"USHORT",value:0},{name:"entrySelector",type:"USHORT",value:0},{name:"rangeShift",type:"USHORT",value:0});const s=new Se.Table("cmap",i);for(s.segments=[],t=0;t1&&He.argument(e,"Can't infer numPaletteEntries on multiple colorRecordIndices"),new Se.Table("CPAL",[{name:"version",type:"USHORT",value:n},{name:"numPaletteEntries",type:"USHORT",value:e||t.length},{name:"numPalettes",type:"USHORT",value:i.length},{name:"numColorRecords",type:"USHORT",value:t.length},{name:"colorRecordsArrayOffset",type:"ULONG",value:12+2*i.length},...i.map((s,r)=>({name:"colorRecordIndices_"+r,type:"USHORT",value:s})),...t.map((s,r)=>({name:"colorRecords_"+r,type:"ULONG",value:s}))])}function dp(n){var e=(n&4278190080)>>24,t=(n&16711680)>>16,i=(n&65280)>>8,s=n&255;return e=e+256&255,t=t+256&255,i=i+256&255,s=(s+256&255)/255,{b:e,g:t,r:i,a:s}}function pu(n,e,t=0,i="hexa"){if(e==65535)return"currentColor";const s=n&&n.tables&&n.tables.cpal;if(!s)return"currentColor";if(t>s.colorRecordIndices.length-1)throw new Error(`Palette index out of range (colorRecordIndices.length: ${s.colorRecordIndices.length}, index: ${e})`);if(e>s.numPaletteEntries)throw new Error(`Color index out of range (numPaletteEntries: ${s.numPaletteEntries}, index: ${e})`);const r=s.colorRecordIndices[t]+e;if(r>s.colorRecords)throw new Error(`Color index out of range (colorRecords.length: ${s.colorRecords.length}, lookupIndex: ${r})`);const a=dp(s.colorRecords[r]);return i==="bgra"?a:ir(a,i)}function Rn(n){return("0"+parseInt(n).toString(16)).slice(-2)}function vS(n){const e=n.r/255,t=n.g/255,i=n.b/255,s=Math.max(e,t,i),r=Math.min(e,t,i);let a,o,l=(s+r)/2;if(s===r)a=o=0;else{const c=s-r;switch(o=l>.5?c/(2-s-r):c/(s+r),s){case e:a=(t-i)/c+(ttypeof o<"u");n={r:Math.round(parseFloat(a[1])/(a[2]?100/255:1)),g:Math.round(parseFloat(a[3])/(a[4]?100/255:1)),b:Math.round(parseFloat(a[5])/(a[6]?100/255:1)),a:a[7]?parseFloat(a[7])/(a[8]?100:1):1}}else{const a=/hsla?\(\s*(?:(\d*\.\d+|\d+)(deg|turn|))\s*(?:,|\s*)\s*(?:(\d*\.\d+)%?|(\d+)%?)\s*(?:,|\s*)\s*(?:(\d*\.\d+)%?|(\d+)%?)\s*(?:(?:,|\s|\/)\s*(?:(0*(?:\.\d+)?()|0*1(?:\.0+)?())|(?:\.\d+)|(\d+)(%)|(\d*\.\d+)(%)))?\s*\)/;if(a.test(n)){const o=n.match(a).filter(l=>typeof l<"u");n=SS({h:parseFloat(o[1])*(o[2]==="turn"?360:1),s:parseFloat(o[3]),l:parseFloat(o[4]),a:o[5]?parseFloat(o[5])/(o[6]?100:1):1})}else s=!1}}if(!s)throw new Error(`Invalid color format: ${n}`);return ir(n,e)}function ir(n,e="hexa"){if(n==="currentColor")return n;if(Number.isInteger(n)){if(e=="raw"||e=="cpal")return n;n=dp(n)}else typeof n!="object"&&(n=So(n,"bgra"));let t=["hsl","hsla"].includes(e)?vS(n):null;switch(e){case"rgba":return`rgba(${n.r}, ${n.g}, ${n.b}, ${parseFloat(n.a.toFixed(3))})`;case"rgb":return`rgb(${n.r}, ${n.g}, ${n.b})`;case"hex":case"hex6":case"hex-6":return`#${Rn(n.r)}${Rn(n.g)}${Rn(n.b)}`;case"hexa":case"hex8":case"hex-8":return`#${Rn(n.r)}${Rn(n.g)}${Rn(n.b)}${Rn(n.a*255)}`;case"hsl":return`hsl(${t.h.toFixed(2)}, ${t.s.toFixed(2)}%, ${t.l.toFixed(2)}%)`;case"hsla":return`hsla(${t.h.toFixed(2)}, ${t.s.toFixed(2)}%, ${t.l.toFixed(2)}%, ${parseFloat(n.a.toFixed(3))})`;case"bgra":return n;case"raw":case"cpal":return fp(n);default:throw new Error("Unknown color format: "+e)}}var pp={parse:xS,make:yS,getPaletteColor:pu,parseColor:So,formatColor:ir};function bS(n,e){let t=e||new Qs;return{configurable:!0,get:function(){return typeof t=="function"&&(t=t()),t},set:function(i){t=i}}}function en(n){this.bindConstructorValues(n)}en.prototype.bindConstructorValues=function(n){if(this.index=n.index||0,n.name===".notdef"?n.unicode=void 0:n.name===".null"&&(n.unicode=0),n.unicode===0&&n.name!==".null")throw new Error('The unicode value "0" is reserved for the glyph name ".null" and cannot be used by any other glyph.');this.name=n.name||null,this.unicode=n.unicode,this.unicodes=n.unicodes||(n.unicode!==void 0?[n.unicode]:[]),"xMin"in n&&(this.xMin=n.xMin),"yMin"in n&&(this.yMin=n.yMin),"xMax"in n&&(this.xMax=n.xMax),"yMax"in n&&(this.yMax=n.yMax),"advanceWidth"in n&&(this.advanceWidth=n.advanceWidth),"leftSideBearing"in n&&(this.leftSideBearing=n.leftSideBearing),"points"in n&&(this.points=n.points),Object.defineProperty(this,"path",bS(this,n.path))};en.prototype.addUnicode=function(n){this.unicodes.length===0&&(this.unicode=n),this.unicodes.push(n)};en.prototype.getBoundingBox=function(){return this.path.getBoundingBox()};en.prototype.getPath=function(n,e,t,i,s){n=n!==void 0?n:0,e=e!==void 0?e:0,t=t!==void 0?t:72,i=Object.assign({},s&&s.defaultRenderOptions,i);let r,a,o=i.xScale,l=i.yScale;const c=1/(this.path.unitsPerEm||1e3)*t;let u=this;s&&s.variation&&(u=s.variation.getTransform(this,i.variation),r=u.path.commands),i.hinting&&s&&s.hinting&&(a=u.path&&s.hinting.exec(u,t,i)),a?(r=s.hinting.getCommands(a),n=Math.round(n),e=Math.round(e),o=l=1):(r=u.path.commands,o===void 0&&(o=c),l===void 0&&(l=c));const d=new Qs;if(i.drawSVG){const h=this.getSvgImage(s);if(h){const f=new Qs;return f._image={image:h.image,x:n+h.leftSideBearing*c,y:e-h.baseline*c,width:h.image.width*c,height:h.image.height*c},d._layers=[f],d}}if(i.drawLayers){const h=this.getLayers(s);if(h&&h.length){d._layers=[];for(let f=0;f"u"&&n.path,n[t]},set:function(i){n[t]=i},enumerable:!0,configurable:!0})}function Io(n,e){if(this.font=n,this.glyphs={},Array.isArray(e))for(let t=0;t=this.length-1;return{value:this.get(n),done:e}}).bind(this)}});Io.prototype.get=function(n){if(this.font._push&&this.glyphs[n]===void 0){this.font._push(n),typeof this.glyphs[n]=="function"&&(this.glyphs[n]=this.glyphs[n]());let e=this.glyphs[n],t=this.font._IndexToUnicodeMap[n];if(t)for(let i=0;i1?Re.getULong(n,e):Re.getCard16(n,e),o=i>1?4:2;let l,c;if(a!==0){const u=Re.getByte(n,e+o);l=e+(a+1)*u+o;let d=e+o+1;for(let h=0;h1?Re.getULong(n,e):Re.getCard16(n,e),r=t>1?4:2;let a,o;if(s!==0){const l=Re.getByte(n,e+r);a=e+(s+1)*l+r;let c=e+r+1;for(let u=0;u1?Re.getULong(t,i):Re.getCard16(t,i),o=r>1?4:2;let l=0;if(a!==0){const u=Re.getByte(t,i+o);l=i+(a+1)*u+o}return Re.getBytes(t,l+e[n],l+e[n+1])}function wS(n){let e="";const i=["0","1","2","3","4","5","6","7","8","9",".","E","E-",null,"-"];for(;;){const s=n.parseByte(),r=s>>4,a=s&15;if(r===15||(e+=i[r],a===15))break;e+=i[a]}return parseFloat(e)}function RS(n,e){let t,i,s,r;if(e===28)return t=n.parseByte(),i=n.parseByte(),t<<8|i;if(e===29)return t=n.parseByte(),i=n.parseByte(),s=n.parseByte(),r=n.parseByte(),t<<24|i<<16|s<<8|r;if(e===30)return wS(n);if(e>=32&&e<=246)return e-139;if(e>=247&&e<=250)return t=n.parseByte(),(e-247)*256+t+108;if(e>=251&&e<=254)return t=n.parseByte(),-(e-251)*256-t-108;throw new Error("Invalid b0 "+e)}function LS(n){const e={};for(let t=0;t1&&l===23){HS(a);continue}r.push([l,a]),a=[]}else a.push(RS(s,l))}return LS(r)}function Ir(n,e){return e<=390?e=Ja[e]:n?e=n[e-391]:e=void 0,e}function gu(n,e,t){const i={};let s;for(let r=0;r2)throw new Error(`Unsupported CFF table version ${t.formatMajor}.${t.formatMinor}`);return t.size=Re.getCard8(n,e+2),t.formatMajor<2?(t.offsetSize=Re.getCard8(n,e+3),t.startOffset=e,t.endOffset=e+4):(t.topDictLength=Re.getCard16(n,e+3),t.endOffset=e+8),t}var gp=[{name:"version",op:0,type:"SID"},{name:"notice",op:1,type:"SID"},{name:"copyright",op:1200,type:"SID"},{name:"fullName",op:2,type:"SID"},{name:"familyName",op:3,type:"SID"},{name:"weight",op:4,type:"SID"},{name:"isFixedPitch",op:1201,type:"number",value:0},{name:"italicAngle",op:1202,type:"number",value:0},{name:"underlinePosition",op:1203,type:"number",value:-100},{name:"underlineThickness",op:1204,type:"number",value:50},{name:"paintType",op:1205,type:"number",value:0},{name:"charstringType",op:1206,type:"number",value:2},{name:"fontMatrix",op:1207,type:["real","real","real","real","real","real"],value:[.001,0,0,.001,0,0]},{name:"uniqueId",op:13,type:"number"},{name:"fontBBox",op:5,type:["number","number","number","number"],value:[0,0,0,0]},{name:"strokeWidth",op:1208,type:"number",value:0},{name:"xuid",op:14,type:[],value:null},{name:"charset",op:15,type:"offset",value:0},{name:"encoding",op:16,type:"offset",value:0},{name:"charStrings",op:17,type:"offset",value:0},{name:"private",op:18,type:["number","offset"],value:[0,0]},{name:"ros",op:1230,type:["SID","SID","number"]},{name:"cidFontVersion",op:1231,type:"number",value:0},{name:"cidFontRevision",op:1232,type:"number",value:0},{name:"cidFontType",op:1233,type:"number",value:0},{name:"cidCount",op:1234,type:"number",value:8720},{name:"uidBase",op:1235,type:"number"},{name:"fdArray",op:1236,type:"offset"},{name:"fdSelect",op:1237,type:"offset"},{name:"fontName",op:1238,type:"SID"}],IS=[{name:"fontMatrix",op:1207,type:["real","real","real","real","real","real"],value:[.001,0,0,.001,0,0]},{name:"charStrings",op:17,type:"offset"},{name:"fdArray",op:1236,type:"offset"},{name:"fdSelect",op:1237,type:"offset"},{name:"vstore",op:24,type:"offset"}],_p=[{name:"subrs",op:19,type:"offset",value:0},{name:"defaultWidthX",op:20,type:"number",value:0},{name:"nominalWidthX",op:21,type:"number",value:0}],PS=[{name:"blueValues",op:6,type:"delta"},{name:"otherBlues",op:7,type:"delta"},{name:"familyBlues",op:7,type:"delta"},{name:"familyBlues",op:8,type:"delta"},{name:"familyOtherBlues",op:9,type:"delta"},{name:"blueScale",op:1209,type:"number",value:.039625},{name:"blueShift",op:1210,type:"number",value:7},{name:"blueFuzz",op:1211,type:"number",value:1},{name:"stdHW",op:10,type:"number"},{name:"stdVW",op:11,type:"number"},{name:"stemSnapH",op:1212,type:"number"},{name:"stemSnapV",op:1213,type:"number"},{name:"languageGroup",op:1217,type:"number",value:0},{name:"expansionFactor",op:1218,type:"number",value:.06},{name:"vsindex",op:22,type:"number",value:0},{name:"subrs",op:19,type:"offset"}],OS=[{name:"private",op:18,type:["number","offset"],value:[0,0]}];function US(n,e,t,i){const s=mu(n,e,n.byteLength,i);return gu(s,i>1?IS:gp,t)}function _u(n,e,t,i,s){const r=mu(n,e,t,s);return gu(r,s>1?PS:_p,i)}function NS(n,e,t){const i=mu(n,e,void 0,t);return gu(i,OS)}function kS(n,e,t){const i=[];for(let s=0;se;)n.pop()}function xp(n,e){const t=n.tables.cff&&n.tables.cff.topDict&&n.tables.cff.topDict.paintType||0;return t===2&&(e.fill=null,e.stroke="black",e.strokeWidth=n.tables.cff.topDict.strokeWidth||0),t}function kc(n,e,t,i,s){let r,a,o,l;const c=new Qs,u=[];let d=0,h=!1,f=!1,p=0,g=0,m,_,v,M,y=0,E=[],S,A=0;const x=n.tables.cff2||n.tables.cff;if(v=x.topDict._defaultWidthX,M=x.topDict._nominalWidthX,s=s||n.variation&&n.variation.get(),e.getBlendPath||(e.getBlendPath=function(k){return kc(n,e,t,i,k)}),n.isCIDFont||i>1){const k=x.topDict._fdSelect?x.topDict._fdSelect[e.index]:0,P=x.topDict._fdArray[k];m=P._subrs,_=P._subrsBias,i>1?(E=x.topDict._vstore.itemVariationStore,y=P._privateDict.vsindex):(v=P._defaultWidthX,M=P._nominalWidthX)}else m=x.topDict._subrs,_=x.topDict._subrsBias;const T=xp(n,c);let L=v;function D(k,P){f&&T!==2&&c.closePath(),c.moveTo(k,P),f=!0}function w(){let k;k=(u.length&1)!==0,k&&!h&&(L=u.shift()+M),d+=u.length>>1,u.length=0,h=!0}function O(k){let P,B,V,I,H,ee,ie,fe,oe,ge,pe,X,se=0;for(;se1&&!h&&(L=u.shift()+M,h=!0),g+=u.pop(),D(p,g);break;case 5:for(;u.length>0;)p+=u.shift(),g+=u.shift(),c.lineTo(p,g);break;case 6:for(;u.length>0&&(p+=u.shift(),c.lineTo(p,g),u.length!==0);)g+=u.shift(),c.lineTo(p,g);break;case 7:for(;u.length>0&&(g+=u.shift(),c.lineTo(p,g),u.length!==0);)p+=u.shift(),c.lineTo(p,g);break;case 8:for(;u.length>0;)r=p+u.shift(),a=g+u.shift(),o=r+u.shift(),l=a+u.shift(),p=o+u.shift(),g=l+u.shift(),c.curveTo(r,a,o,l,p,g);break;case 10:if(H=u.pop()+_,ee=m[H],ee){if(A>=jh){console.warn("CFF charstring subroutine call depth exceeded, skipping callsubr");break}A++,O(ee),A--}break;case 11:if(i>1){console.error("CFF CharString operator return (11) is not supported in CFF2");break}return;case 12:switch(Ue=k[se],se+=1,Ue){case 35:r=p+u.shift(),a=g+u.shift(),o=r+u.shift(),l=a+u.shift(),ie=o+u.shift(),fe=l+u.shift(),oe=ie+u.shift(),ge=fe+u.shift(),pe=oe+u.shift(),X=ge+u.shift(),p=pe+u.shift(),g=X+u.shift(),u.shift(),c.curveTo(r,a,o,l,ie,fe),c.curveTo(oe,ge,pe,X,p,g);break;case 34:r=p+u.shift(),a=g,o=r+u.shift(),l=a+u.shift(),ie=o+u.shift(),fe=l,oe=ie+u.shift(),ge=l,pe=oe+u.shift(),X=g,p=pe+u.shift(),c.curveTo(r,a,o,l,ie,fe),c.curveTo(oe,ge,pe,X,p,g);break;case 36:r=p+u.shift(),a=g+u.shift(),o=r+u.shift(),l=a+u.shift(),ie=o+u.shift(),fe=l,oe=ie+u.shift(),ge=l,pe=oe+u.shift(),X=ge+u.shift(),p=pe+u.shift(),c.curveTo(r,a,o,l,ie,fe),c.curveTo(oe,ge,pe,X,p,g);break;case 37:r=p+u.shift(),a=g+u.shift(),o=r+u.shift(),l=a+u.shift(),ie=o+u.shift(),fe=l+u.shift(),oe=ie+u.shift(),ge=fe+u.shift(),pe=oe+u.shift(),X=ge+u.shift(),Math.abs(pe-p)>Math.abs(X-g)?p=pe+u.shift():g=X+u.shift(),c.curveTo(r,a,o,l,ie,fe),c.curveTo(oe,ge,pe,X,p,g);break;default:console.log("Glyph "+e.index+": unknown operator 1200"+Ue),u.length=0}break;case 14:if(i>1){console.error("CFF CharString operator endchar (14) is not supported in CFF2");break}if(u.length>=4){const Fe=Nc[u.pop()],qe=Nc[u.pop()],nt=u.pop(),je=u.pop();if(Fe&&qe){e.isComposite=!0,e.components=[];const pt=n.cffEncoding.charset.indexOf(Fe),vt=n.cffEncoding.charset.indexOf(qe);e.components.push({glyphIndex:vt,dx:0,dy:0}),e.components.push({glyphIndex:pt,dx:je,dy:nt}),c.extend(n.glyphs.get(vt).path);const lt=n.glyphs.get(pt),ct=JSON.parse(JSON.stringify(lt.path.commands));for(let G=0;G0&&!h&&(L=u.shift()+M,h=!0);f&&T!==2&&(c.closePath(),f=!1);break;case 15:if(i<2){console.error("CFF2 CharString operator vsindex (15) is not supported in CFF");break}y=u.pop();break;case 16:if(i<2){console.error("CFF2 CharString operator blend (16) is not supported in CFF");break}S||(S=n.variation&&s&&n.variation.process.getBlendVector(E,y,s));var j=u.pop(),Me=S?S.length:E.itemVariationSubtables[y].regionIndexes.length,Ce=j*Me,_e=u.length-Ce,We=_e-j;if(S)for(let Fe=0;Fe>3;break;case 21:u.length>2&&!h&&(L=u.shift()+M,h=!0),g+=u.pop(),p+=u.pop(),D(p,g);break;case 22:u.length>1&&!h&&(L=u.shift()+M,h=!0),p+=u.pop(),D(p,g);break;case 23:w();break;case 24:for(;u.length>2;)r=p+u.shift(),a=g+u.shift(),o=r+u.shift(),l=a+u.shift(),p=o+u.shift(),g=l+u.shift(),c.curveTo(r,a,o,l,p,g);p+=u.shift(),g+=u.shift(),c.lineTo(p,g);break;case 25:for(;u.length>6;)p+=u.shift(),g+=u.shift(),c.lineTo(p,g);r=p+u.shift(),a=g+u.shift(),o=r+u.shift(),l=a+u.shift(),p=o+u.shift(),g=l+u.shift(),c.curveTo(r,a,o,l,p,g);break;case 26:for(u.length&1&&(p+=u.shift());u.length>0;)r=p,a=g+u.shift(),o=r+u.shift(),l=a+u.shift(),p=o,g=l+u.shift(),c.curveTo(r,a,o,l,p,g);break;case 27:for(u.length&1&&(g+=u.shift());u.length>0;)r=p+u.shift(),a=g,o=r+u.shift(),l=a+u.shift(),p=o+u.shift(),g=l,c.curveTo(r,a,o,l,p,g);break;case 28:P=k[se],B=k[se+1],u.push((P<<24|B<<16)>>16),se+=2;break;case 29:if(H=u.pop()+n.gsubrsBias,ee=n.gsubrs[H],ee){if(A>=jh){console.warn("CFF charstring subroutine call depth exceeded, skipping callgsubr");break}A++,O(ee),A--}break;case 30:for(;u.length>0&&(r=p,a=g+u.shift(),o=r+u.shift(),l=a+u.shift(),p=o+u.shift(),g=l+(u.length===1?u.shift():0),c.curveTo(r,a,o,l,p,g),u.length!==0);)r=p+u.shift(),a=g,o=r+u.shift(),l=a+u.shift(),g=l+u.shift(),p=o+(u.length===1?u.shift():0),c.curveTo(r,a,o,l,p,g);break;case 31:for(;u.length>0&&(r=p+u.shift(),a=g,o=r+u.shift(),l=a+u.shift(),g=l+u.shift(),p=o+(u.length===1?u.shift():0),c.curveTo(r,a,o,l,p,g),u.length!==0);)r=p,a=g+u.shift(),o=r+u.shift(),l=a+u.shift(),p=o+u.shift(),g=l+(u.length===1?u.shift():0),c.curveTo(r,a,o,l,p,g);break;default:Ue<32?console.log("Glyph "+e.index+": unknown operator "+Ue):Ue<247?u.push(Ue-139):Ue<251?(P=k[se],se+=1,u.push((Ue-247)*256+P+108)):Ue<255?(P=k[se],se+=1,u.push(-(Ue-251)*256-P-108)):(P=k[se],B=k[se+1],V=k[se+2],I=k[se+3],se+=4,u.push((P<<24|B<<16|V<<8|I)/65536))}}}return O(t),n.variation&&s&&(c.commands=c.commands.map(k=>{const P=Object.keys(k);for(let B=0;B=i)throw new Error("CFF table CID Font FDSelect has bad FD index value "+a+" (FD count "+i+")");r.push(a)}else if(l===3||s>1&&l===4){const c=l===4?o.parseULong():o.parseCard16();let u=l===4?o.parseULong():o.parseCard16();if(u!==0)throw new Error(`CFF Table CID Font FDSelect format ${l} range has bad initial GID ${u}`);let d;for(let h=0;h=i)throw new Error("CFF table CID Font FDSelect has bad FD index value "+a+" (FD count "+i+")");if(d>t)throw new Error(`CFF Table CID Font FDSelect format ${s} range has bad GID ${d}`);for(;u1?null:Yn(n,r.endOffset,Re.bytesToString),o=r.formatMajor>1?null:Yn(n,a.endOffset),l=r.formatMajor>1?null:Yn(n,o.endOffset,Re.bytesToString),c=Yn(n,r.formatMajor>1?e+r.size+r.topDictLength:l.endOffset,void 0,r.formatMajor);t.gsubrs=c.objects,t.gsubrsBias=bo(t.gsubrs);let u;if(r.formatMajor>1){const h=e+r.size,f=Re.getBytes(n,h,h+r.topDictLength);u=Ml(n,0,[f],void 0,r.formatMajor)[0]}else{const h=Ml(n,e,o.objects,l.objects,r.formatMajor);if(h.length!==1)throw new Error("CFF table has too many fonts in 'FontSet' - count of fonts NameIndex.length = "+h.length);u=h[0]}if(s.topDict=u,u._privateDict&&(t.defaultWidthX=u._privateDict.defaultWidthX,t.nominalWidthX=u._privateDict.nominalWidthX),r.formatMajor<2&&u.ros[0]!==void 0&&u.ros[1]!==void 0&&(t.isCIDFont=!0),r.formatMajor>1){let h=u.fdArray,f=u.fdSelect;if(!h)throw new Error("This is a CFF2 font, but FDArray information is missing");const p=Yn(n,e+h,null,r.formatMajor),g=kS(n,e,p.objects);u._fdArray=g,f&&(u._fdSelect=Qh(n,e+f,t.numGlyphs,g.length,r.formatMajor))}else if(t.isCIDFont){let h=u.fdArray,f=u.fdSelect;if(h===0||f===0)throw new Error("Font is marked as a CID font, but FDArray and/or FDSelect information is missing");h+=e;const p=Yn(n,h),g=Ml(n,e,p.objects,l.objects,r.formatMajor);u._fdArray=g,f+=e,u._fdSelect=Qh(n,f,t.numGlyphs,g.length,r.formatMajor)}if(r.formatMajor<2){const h=e+u.private[1],f=_u(n,h,u.private[0],l.objects,r.formatMajor);if(t.defaultWidthX=f.defaultWidthX,t.nominalWidthX=f.nominalWidthX,f.subrs!==0){const p=h+f.subrs,g=Yn(n,p);t.subrs=g.objects,t.subrsBias=bo(t.subrs)}else t.subrs=[],t.subrsBias=0}let d;if(i.lowMemory?(d=TS(n,e+u.charStrings,r.formatMajor),t.nGlyphs=d.offsets.length-(r.formatMajor>1?1:0)):(d=Yn(n,e+u.charStrings,null,r.formatMajor),t.nGlyphs=d.objects.length),r.formatMajor>1&&t.tables.maxp&&t.nGlyphs!==t.tables.maxp.numGlyphs&&console.error(`Glyph count in the CFF2 table (${t.nGlyphs}) must correspond to the glyph count in the maxp table (${t.tables.maxp.numGlyphs})`),r.formatMajor<2){let h=[],f=[];u.charset===0?h=uS:u.charset===1?h=hS:u.charset===2?h=dS:h=FS(n,e+u.charset,t.nGlyphs,l.objects,t.isCIDFont),u.encoding===0?f=Nc:u.encoding===1?f=fS:f=BS(n,e+u.encoding),t.cffEncoding=new hp(f,h),t.encoding=t.encoding||t.cffEncoding}if(t.glyphs=new ei.GlyphSet(t),i.lowMemory)t._push=function(h){const f=CS(h,d.offsets,n,e+u.charStrings,void 0,r.formatMajor);t.glyphs.push(h,ei.cffGlyphLoader(t,h,kc,f,r.formatMajor))};else for(let h=0;h=0&&(t=i),i=e.indexOf(n),i>=0?t=i+Ja.length:(t=Ja.length+e.length,e.push(n)),t}function VS(){return new Se.Record("Header",[{name:"major",type:"Card8",value:1},{name:"minor",type:"Card8",value:0},{name:"hdrSize",type:"Card8",value:4},{name:"major",type:"Card8",value:1}])}function GS(n){const e=new Se.Record("Name INDEX",[{name:"names",type:"INDEX",value:[]}]);e.names=[];for(let t=0;t=t.begin&&n=1&&(t.ulCodePageRange1=i.parseULong(),t.ulCodePageRange2=i.parseULong()),t.version>=2&&(t.sxHeight=i.parseShort(),t.sCapHeight=i.parseShort(),t.usDefaultChar=i.parseUShort(),t.usBreakChar=i.parseUShort(),t.usMaxContent=i.parseUShort()),t}function hb(n){return new Se.Table("OS/2",[{name:"version",type:"USHORT",value:3},{name:"xAvgCharWidth",type:"SHORT",value:0},{name:"usWeightClass",type:"USHORT",value:0},{name:"usWidthClass",type:"USHORT",value:0},{name:"fsType",type:"USHORT",value:0},{name:"ySubscriptXSize",type:"SHORT",value:650},{name:"ySubscriptYSize",type:"SHORT",value:699},{name:"ySubscriptXOffset",type:"SHORT",value:0},{name:"ySubscriptYOffset",type:"SHORT",value:140},{name:"ySuperscriptXSize",type:"SHORT",value:650},{name:"ySuperscriptYSize",type:"SHORT",value:699},{name:"ySuperscriptXOffset",type:"SHORT",value:0},{name:"ySuperscriptYOffset",type:"SHORT",value:479},{name:"yStrikeoutSize",type:"SHORT",value:49},{name:"yStrikeoutPosition",type:"SHORT",value:258},{name:"sFamilyClass",type:"SHORT",value:0},{name:"bFamilyType",type:"BYTE",value:0},{name:"bSerifStyle",type:"BYTE",value:0},{name:"bWeight",type:"BYTE",value:0},{name:"bProportion",type:"BYTE",value:0},{name:"bContrast",type:"BYTE",value:0},{name:"bStrokeVariation",type:"BYTE",value:0},{name:"bArmStyle",type:"BYTE",value:0},{name:"bLetterform",type:"BYTE",value:0},{name:"bMidline",type:"BYTE",value:0},{name:"bXHeight",type:"BYTE",value:0},{name:"ulUnicodeRange1",type:"ULONG",value:0},{name:"ulUnicodeRange2",type:"ULONG",value:0},{name:"ulUnicodeRange3",type:"ULONG",value:0},{name:"ulUnicodeRange4",type:"ULONG",value:0},{name:"achVendID",type:"CHARARRAY",value:"XXXX"},{name:"fsSelection",type:"USHORT",value:0},{name:"usFirstCharIndex",type:"USHORT",value:0},{name:"usLastCharIndex",type:"USHORT",value:0},{name:"sTypoAscender",type:"SHORT",value:0},{name:"sTypoDescender",type:"SHORT",value:0},{name:"sTypoLineGap",type:"SHORT",value:0},{name:"usWinAscent",type:"USHORT",value:0},{name:"usWinDescent",type:"USHORT",value:0},{name:"ulCodePageRange1",type:"ULONG",value:0},{name:"ulCodePageRange2",type:"ULONG",value:0},{name:"sxHeight",type:"SHORT",value:0},{name:"sCapHeight",type:"SHORT",value:0},{name:"usDefaultChar",type:"USHORT",value:0},{name:"usBreakChar",type:"USHORT",value:0},{name:"usMaxContext",type:"USHORT",value:0}],n)}var Hc={parse:ub,make:hb,unicodeRanges:Bc,getUnicodeRange:cb};function db(n,e){const t={},i=new Re.Parser(n,e);switch(t.version=i.parseVersion(),t.italicAngle=i.parseFixed(),t.underlinePosition=i.parseShort(),t.underlineThickness=i.parseShort(),t.isFixedPitch=i.parseULong(),t.minMemType42=i.parseULong(),t.maxMemType42=i.parseULong(),t.minMemType1=i.parseULong(),t.maxMemType1=i.parseULong(),t.version){case 1:t.names=is.slice();break;case 2:t.numberOfGlyphs=i.parseUShort(),t.glyphNameIndex=new Array(t.numberOfGlyphs);for(let s=0;s=is.length){const r=i.parseChar();t.names.push(i.parseString(r))}break;case 2.5:t.numberOfGlyphs=i.parseUShort(),t.offset=new Array(t.numberOfGlyphs);for(let s=0;s[{name:"glyphID_"+a,type:"USHORT",value:r.glyphID},{name:"firstLayerIndex_"+a,type:"USHORT",value:r.firstLayerIndex},{name:"numLayers_"+a,type:"USHORT",value:r.numLayers}]).flat(),...t.map((r,a)=>[{name:"LayerGlyphID_"+a,type:"USHORT",value:r.glyphID},{name:"paletteIndex_"+a,type:"USHORT",value:r.paletteIndex}]).flat()])}var Rp={parse:xb,make:yb};function vb(n,e){return[{name:"tag_"+n,type:"TAG",value:e.tag},{name:"minValue_"+n,type:"FIXED",value:e.minValue<<16},{name:"defaultValue_"+n,type:"FIXED",value:e.defaultValue<<16},{name:"maxValue_"+n,type:"FIXED",value:e.maxValue<<16},{name:"flags_"+n,type:"USHORT",value:0},{name:"nameID_"+n,type:"USHORT",value:e.axisNameID}]}function Sb(n,e,t){const i={},s=new Re.Parser(n,e);i.tag=s.parseTag(),i.minValue=s.parseFixed(),i.defaultValue=s.parseFixed(),i.maxValue=s.parseFixed(),s.skip("uShort",1);const r=s.parseUShort();return i.axisNameID=r,i.name=vo(t,r),i}function bb(n,e,t,i={}){const s=[{name:"nameID_"+n,type:"USHORT",value:e.subfamilyNameID},{name:"flags_"+n,type:"USHORT",value:0}];for(let r=0;r1||r>0?i.parseUShort():void 0;t!==void 0&&He.argument(l>=t.axes.length,"STAT axis count must be greater than or equal to fvar axis count"),u>0&&He.argument(l>=0,"STAT axis count must be greater than 0 if STAT axis value count is greater than 0");const f=[];for(let m=0;mo.value.tag?1:-1}),e.fields=e.fields.concat(i),e.fields=e.fields.concat(s),e}function sd(n,e,t){for(let i=0;i0)return n.glyphs.get(s).getMetrics()}return t}function Wb(n){let e=0;for(let t=0;tCe||l===void 0)&&Ce>0&&(l=Ce),c 123 are reserved for internal usage");if(Me.name===".notdef")continue;const We=Me.getMetrics();e.push(We.xMin),t.push(We.yMin),i.push(We.xMax),s.push(We.yMax),a.push(We.leftSideBearing),o.push(We.rightSideBearing),r.push(Me.advanceWidth)}const p={xMin:Math.min.apply(null,e),yMin:Math.min.apply(null,t),xMax:Math.max.apply(null,i),yMax:Math.max.apply(null,s),advanceWidthMax:Math.max.apply(null,r),advanceWidthAvg:Wb(r),minLeftSideBearing:Math.min.apply(null,a),maxLeftSideBearing:Math.max.apply(null,a),minRightSideBearing:Math.min.apply(null,o)};p.ascender=n.ascender,p.descender=n.descender;let g=0;n.weightClass>=600&&(g|=n.macStyleValues.BOLD),n.italicAngle<0&&(g|=n.macStyleValues.ITALIC);const m=Sp.make({flags:3,unitsPerEm:n.unitsPerEm,xMin:p.xMin,yMin:p.yMin,xMax:p.xMax,yMax:p.yMax,lowestRecPPEM:3,macStyle:g,createdTimestamp:n.createdTimestamp}),_=bp.make({ascender:p.ascender,descender:p.descender,advanceWidthMax:p.advanceWidthMax,minLeftSideBearing:p.minLeftSideBearing,minRightSideBearing:p.minRightSideBearing,xMaxExtent:p.maxLeftSideBearing+(p.xMax-p.xMin),numberOfHMetrics:n.glyphs.length}),v=Ep.make(n.glyphs.length),M=Hc.make(Object.assign({xAvgCharWidth:Math.round(p.advanceWidthAvg),usFirstCharIndex:l,usLastCharIndex:c,ulUnicodeRange1:u,ulUnicodeRange2:d,ulUnicodeRange3:h,ulUnicodeRange4:f,sTypoAscender:p.ascender,sTypoDescender:p.descender,sTypoLineGap:0,usWinAscent:p.yMax,usWinDescent:Math.abs(p.yMin),ulCodePageRange1:1,sxHeight:sd(n,"xyvw",{yMax:Math.round(p.ascender/2)}).yMax,sCapHeight:sd(n,"HIKLEFJMNTZBDPRAGOQSUVWXY",p).yMax,usDefaultChar:n.hasChar(" ")?32:0,usBreakChar:n.hasChar(" ")?32:0},n.tables.os2)),y=Mp.make(n.glyphs),E=lp.make(n.glyphs),S=n.getEnglishName("fontFamily"),A=n.getEnglishName("fontSubfamily"),x=S+" "+A;let T=n.getEnglishName("postScriptName");T||(T=S.replace(/\s/g,"")+"-"+A);const L={};for(let j in n.names)L[j]=n.names[j];L.unicode=L.unicode||{},L.macintosh=L.macintosh||{},L.windows=L.windows||{};const D=n.names.unicode||{},w=n.names.macintosh||{},O=n.names.windows||{};for(const j in L){if(L[j]=L[j]||{},!L[j].uniqueID){const Me=n.getEnglishName("manufacturer")||"";L[j].uniqueID={en:`${Me}: ${x}`}}L[j].postScriptName||(L[j].postScriptName={en:T})}L.unicode.preferredFamily||(L.unicode.preferredFamily=D.fontFamily||w.fontFamily||O.fontFamily),L.macintosh.preferredFamily||(L.macintosh.preferredFamily=w.fontFamily||D.fontFamily||O.fontFamily),L.windows.preferredFamily||(L.windows.preferredFamily=O.fontFamily||D.fontFamily||w.fontFamily),L.unicode.preferredSubfamily||(L.unicode.preferredSubfamily=D.fontSubfamily||w.fontSubfamily||O.fontSubfamily),L.macintosh.preferredSubfamily||(L.macintosh.preferredSubfamily=w.fontSubfamily||D.fontSubfamily||O.fontSubfamily),L.windows.preferredSubfamily||(L.windows.preferredSubfamily=O.fontSubfamily||D.fontSubfamily||w.fontSubfamily);const k=[],P=op.make(L,k),B=k.length>0?Ap.make(k):void 0,V=Tp.make(n),I=Fc.make(n.glyphs,{version:n.getEnglishName("version"),fullName:x,familyName:S,weightName:A,postScriptName:T,unitsPerEm:n.unitsPerEm,fontBBox:[0,p.yMin,p.ascender,p.advanceWidthMax],topDict:n.tables.cff&&n.tables.cff.topDict||{}}),H=n.metas&&Object.keys(n.metas).length>0?wp.make(n.metas):void 0,ee=[m,_,v,M,P,E,V,I,y];B&&ee.push(B);const ie={gsub:Cp,cpal:pp,colr:Rp,stat:Dp,avar:Ip,cvar:Pp,fvar:Lp,gvar:Op,gasp:Up,svg:Np},fe={avar:[n.tables.fvar],fvar:[n.names]};for(let j in ie){const Me=n.tables[j];if(Me){const Ce=ie[j].make.call(n,Me,...fe[j]||[]);Ce&&ee.push(Ce)}}H&&ee.push(H);const oe=kp(ee),ge=oe.encode(),pe=xu(ge),X=oe.fields;let se=!1;for(let j=0;j>>1,r=n[s].tag;if(r===e)return s;r>>1,r=n[s];if(r===e)return s;r>>1;t=n[r];const a=t.start;if(a===e)return t;a0)return t=n[i-1],e>t.end?0:t}function Fp(n,e){this.font=n,this.tableName=e}Fp.prototype={searchTag:Al,binSearch:rd,getTable:function(n){let e=this.font.tables[this.tableName];return!e&&n&&(e=this.font.tables[this.tableName]=this.createDefaultTable()),e},getScriptNames:function(){let n=this.getTable();return n?n.scripts.map(function(e){return e.tag}):[]},getDefaultScriptName:function(){let n=this.getTable();if(!n)return;let e=!1;for(let t=0;t=0)return i[s].script;if(e){const r={tag:n,script:{defaultLangSys:{reserved:0,reqFeatureIndex:65535,featureIndexes:[]},langSysRecords:[]}};return i.splice(-1-s,0,r),r.script}}},getLangSysTable:function(n,e,t){const i=this.getScriptTable(n,t);if(i){if(!e||e==="dflt"||e==="DFLT")return i.defaultLangSys;const s=Al(i.langSysRecords,e);if(s>=0)return i.langSysRecords[s].langSys;if(t){const r={tag:e,langSys:{reserved:0,reqFeatureIndex:65535,featureIndexes:[]}};return i.langSysRecords.splice(-1-s,0,r),r.langSys}}},getFeatureTable:function(n,e,t,i){const s=this.getLangSysTable(n,e,i);if(s){let r;const a=s.featureIndexes,o=this.font.tables[this.tableName].features;for(let l=0;l=o[l-1].tag,"Features must be added in alphabetical order."),r={tag:t,feature:{params:0,lookupListIndexes:[]}},o.push(r),a.push(l),r.feature}}},getLookupTables:function(n,e,t,i,s){const r=this.getFeatureTable(n,e,t,s),a=[];if(r){let o;const l=r.lookupListIndexes,c=this.font.tables[this.tableName].lookups;for(let u=0;u=0?t:-1}case 2:{const t=ad(n.ranges,e);return t?t.index+e-t.start:-1}}},expandCoverage:function(n){if(n.format===1)return n.glyphs;{const e=[],t=n.ranges;for(let i=0;it)s=a-1;else{r=o;break}}return r}function Zb(n,e,t){let i=0,s=n.length-1;for(;i<=s;){const r=Math.floor((i+s)/2),a=n[r];if(a[e]t)s=r-1;else return r}return-1}function Jb(n,e,t){let i=0,s=n.length;const r=(a,o)=>a[e]-o[e];for(;i>>1;r(n[a],t)<0?i=a+1:s=a}return n.splice(i,0,t),i}function Bp(n){return n[0]===31&&n[1]===139&&n[2]===8}function jb(n){const e=new DataView(n.buffer,n.byteOffset,n.byteLength);let t=10;const i=n.byteLength-8,s=e.getInt8(3);if(s&4&&(t+=2+e.getUint16(t,!0)),s&8)for(;t=i)throw new Error("Can't find compressed blocks");const r=e.getUint32(e.byteLength-4,!0);return Jf(n.subarray(t,i),new Uint8Array(r))}function od(n){return{x:n.x,y:n.y,onCurve:n.onCurve,lastPointOfContour:n.lastPointOfContour}}function Qb(n){return{glyphIndex:n.glyphIndex,xScale:n.xScale,scale01:n.scale01,scale10:n.scale10,yScale:n.yScale,dx:n.dx,dy:n.dy}}function gn(n){Po.call(this,n,"gsub")}function yu(n,e,t){const i=n.subtables;for(let s=0;s1,'Multiple: "by" must be an array of two or more ids');const s=this.getLookupTables(t,i,n,2,!0)[0],r=yu(s,1,{substFormat:1,coverage:{format:1,glyphs:[]},sequences:[]});He.assert(r.coverage.format===1,"Multiple: unable to modify coverage table format "+r.coverage.format);const a=e.sub;let o=this.binSearch(r.coverage.glyphs,a);o<0&&(o=-1-o,r.coverage.glyphs.splice(o,0,a),r.sequences.splice(o,0,0)),r.sequences[o]=e.by};gn.prototype.addAlternate=function(n,e,t,i){const s=this.getLookupTables(t,i,n,3,!0)[0],r=yu(s,1,{substFormat:1,coverage:{format:1,glyphs:[]},alternateSets:[]});He.assert(r.coverage.format===1,"Alternate: unable to modify coverage table format "+r.coverage.format);const a=e.sub;let o=this.binSearch(r.coverage.glyphs,a);o<0&&(o=-1-o,r.coverage.glyphs.splice(o,0,a),r.alternateSets.splice(o,0,0)),r.alternateSets[o]=e.by};gn.prototype.addLigature=function(n,e,t,i){const s=this.getLookupTables(t,i,n,4,!0)[0];let r=s.subtables[0];r||(r={substFormat:1,coverage:{format:1,glyphs:[]},ligatureSets:[]},s.subtables[0]=r),He.assert(r.coverage.format===1,"Ligature: unable to modify coverage table format "+r.coverage.format);const a=e.sub[0],o=e.sub.slice(1),l={ligGlyph:e.by,components:o};let c=this.binSearch(r.coverage.glyphs,a);if(c>=0){const u=r.ligatureSets[c];for(let d=0;dSo(e,"raw")):So(n,"raw")}fillPalette(n,e=[],t=this.cpal().numPaletteEntries){return n=Number.isInteger(n)?this.get(n,"raw"):n,Object.assign(Array(t).fill(this.defaultValue),this.toCPALcolor(n).concat(this.toCPALcolor(e)))}extend(n){if(this.ensureCPAL(Array(n).fill(this.defaultValue)))return;const e=this.cpal(),t=e.numPaletteEntries+n,i=this.getAll().map(s=>this.fillPalette(s,[],t));e.numPaletteEntries=t,e.colorRecords=this.toCPALcolor(i.flat()),this.updateIndices()}get(n,e="hexa"){return this.getAll(e)[n]||null}getColor(n,e=0,t="hexa"){return pu(this.font,n,e,t)}setColor(n,e,t=0){n=parseInt(n),t=parseInt(t);let i=this.getAll("raw"),s=i[t];if(!s)throw Error(`paletteIndex ${t} out of range`);const r=this.cpal(),a=r.numPaletteEntries;Array.isArray(e)||(e=[e]),e.length+n>a&&(this.extend(e.length+n-a),i=this.getAll("raw"),s=i[t]);for(let o=0;ot?this.extend(n.length-t):n.lengtht.numPaletteEntries-1)throw Error(`Replacement index out of range: numPaletteEntries after deletion: ${t.numPaletteEntries-1}, replacementIndex: ${e})`);for(let o=0;od!==n);s.push(c)}const r=this.font.tables.colr;if(r){const o=r.layerRecords;for(let l=0;ln)o[l].paletteIndex-=1;else if(c===n){let u=0;for(let d=0;dn&&e<=n+i[d].length){u++;break}o[l].paletteIndex=e-u}}this.font.tables.colr={...r,layerRecords:o}}const a=s.flat();for(let o=0;oi.length?t=i.length:t<0&&(t=i.length+1+t%(i.length+1),t>=i.length+1&&(t-=i.length+1));const s=[];for(let r=0;r({glyphID:s.glyph.index,paletteIndex:r===e?t:s.paletteIndex})),this.updateColrTable(n,i)):console.error("Invalid layer index")}remove(n,e,t=e){let i=this.get(n);i=i.map(s=>({glyphID:s.glyph.index,paletteIndex:s.paletteIndex})),i.splice(e,t-e+1),this.updateColrTable(n,i)}updateColrTable(n,e){this.ensureCOLR();const i=this.font.tables.colr;let s=Zb(i.baseGlyphRecords,"glyphID",n);if(s===-1){const u={glyphID:n,firstLayerIndex:i.layerRecords.length,numLayers:0};s=Jb(i.baseGlyphRecords,"glyphID",u)}const a=i.baseGlyphRecords[s],o=a.numLayers,l=e.length,c=l-o;if(c>0){const u=e.slice(o).map(d=>({glyphID:d.glyphID,paletteIndex:d.paletteIndex}));i.layerRecords.splice(a.firstLayerIndex+o,0,...u)}else c<0&&i.layerRecords.splice(a.firstLayerIndex+l,-c);for(let u=0;u{if(s.image=r,typeof this.font.onGlyphUpdated=="function")try{this.font.onGlyphUpdated(n)}catch(a){console.error("font.onGlyphUpdated",n,a)}}),i.images.set(n,s)),s}};function i2(n){return{template:r2(n).then(l2),images:new Map}}function s2(n,e,t){return{promise:e.then(i=>{let s;typeof i=="string"?s=i:(i[4]=t,s=i.join(""));const r=c2(s,n.unitsPerEm);return r.image.decode().then(()=>r)}),image:void 0}}var r2=typeof DecompressionStream=="function"?o2:a2;function a2(n){try{return Promise.resolve(new TextDecoder().decode(Bp(n)?jb(n):n))}catch(e){return Promise.reject(e)}}function o2(n){if(Bp(n))return new Response(new Response(n).body.pipeThrough(new DecompressionStream("gzip"))).text();try{return Promise.resolve(new TextDecoder().decode(n))}catch(e){return Promise.reject(e)}}function l2(n){const e=n.indexOf("",e+4)+1;if(/ id=['"]glyph\d+['"]/.test(n.substring(e,t)))return n;const i=n.lastIndexOf("");return[n.substring(0,t),"",n.substring(t,i),'',n.substring(i)]}function c2(n,e){const i=new DOMParser().parseFromString(n,"image/svg+xml").documentElement,s=i.viewBox.baseVal,r=i.width.baseVal,a=i.height.baseVal;let o=1,l=1;s.width>0&&s.height>0&&(r.unitType===1?(o=r.valueInSpecifiedUnits/s.width,l=a.unitType===1?a.valueInSpecifiedUnits/s.height:o):a.unitType===1?(l=a.valueInSpecifiedUnits/s.height,o=l):e&&(o=e/s.width,l=e/s.height));const c=document.createElement("div");c.style.position="fixed",c.style.visibility="hidden",c.appendChild(i),document.body.appendChild(c);const u=i.getBBox();document.body.removeChild(c);const d=(u.x-s.x)*o,h=(s.y-u.y)*l,f=u.width*o,p=u.height*l;i.setAttribute("viewBox",[u.x,u.y,u.width,u.height].join(" ")),o!==1&&i.setAttribute("width",f),l!==1&&i.setAttribute("height",p);const g=new Image(f,p);return g.src="data:image/svg+xml;charset=utf-8,"+encodeURIComponent(i.outerHTML),{leftSideBearing:d,baseline:h,image:g}}var El=new WeakMap;function ld(n,e,t,i,s){let r;return(e&i)>0?(r=n.parseByte(),e&s||(r=-r),r=t+r):(e&s)>0?r=t:r=t+n.parseShort(),r}function zp(n,e,t){const i=new Re.Parser(e,t);n._numberOfContours=i.parseShort(),n._xMin=i.parseShort(),n._yMin=i.parseShort(),n._xMax=i.parseShort(),n._yMax=i.parseShort();let s,r;if(n._numberOfContours>0){const a=n.endPointIndices=[];for(let l=0;l0){const c=i.parseByte();for(let u=0;u0){const l=[];let c;if(o>0){for(let h=0;h=0,l.push(c);let u=0;for(let h=0;h0?(s&2)>0?(o.dx=i.parseShort(),o.dy=i.parseShort()):o.matchedPoints=[i.parseUShort(),i.parseUShort()]:(s&2)>0?(o.dx=i.parseChar(),o.dy=i.parseChar()):o.matchedPoints=[i.parseByte(),i.parseByte()],(s&8)>0?o.xScale=o.yScale=i.parseF2Dot14():(s&64)>0?(o.xScale=i.parseF2Dot14(),o.yScale=i.parseF2Dot14()):(s&128)>0&&(o.xScale=i.parseF2Dot14(),o.scale01=i.parseF2Dot14(),o.scale10=i.parseF2Dot14(),o.yScale=i.parseF2Dot14()),n.components.push(o),a=!!(s&32)}if(s&256){n.instructionLength=i.parseUShort(),n.instructions=[];for(let o=0;oe.points.length-1||s.matchedPoints[1]>r.points.length-1)throw Error("Matched points out of range in "+e.name);const o=e.points[s.matchedPoints[0]];let l=r.points[s.matchedPoints[1]];const c={xScale:s.xScale,scale01:s.scale01,scale10:s.scale10,yScale:s.yScale,dx:0,dy:0};l=ja([l],c)[0],c.dx=o.x-l.x,c.dy=o.y-l.y,a=ja(r.points,c)}e.points=e.points.concat(a)}}}finally{t.delete(e.index)}}return vu(e.points)}function h2(n,e,t,i){const s=new ei.GlyphSet(i);for(let r=0;r=1&&e[t]r)continue;let o=i,l=i;for(i++;i<=r;)t[i]&&(this.deltaInterpolate(l+1,i-1,l,i,e,n),l=i),i++;l===o?this.deltaShift(s,r,l,e,n):(this.deltaInterpolate(l+1,r,l,o,e,n),o>0&&this.deltaInterpolate(s,o-1,l,o,e,n)),i=r+1}}deltaInterpolate(n,e,t,i,s,r){if(n>e)return;let a=["x","y"];for(let l=0;ls[i][c]){var o=t;t=i,i=o}let u=s[t][c],d=s[i][c],h=r[t][c],f=r[i][c];if(u!==d||h===f){let p=u===d?0:(f-h)/(d-u);for(let g=n;g<=e;g++){let m=s[g][c];m<=u?m+=h-u:m>=d?m+=f-d:m=h+(m-u)*p,r[g][c]=m}}}}deltaShift(n,e,t,i,s){let r=s[t].x-i[t].x,a=s[t].y-i[t].y;if(!(r===0&&a===0))for(let o=n;o<=e;o++)o!==t&&(s[o].x+=r,s[o].y+=a)}transformComponents(n,e,t,i,s,r){let a=0;for(let o=0;o-1&&(u.dx+=Math.round(s.deltas[d]*r),u.dy+=Math.round(s.deltasY[d]*r));const h=ja(this.getTransform(c,t).points,u);e.splice(a,h.length,...h),a+=c.points.length}}applyTupleVariationStore(n,e,t,i="gvar",s={}){t||(t=this.font.variation.get());const r=this.getNormalizedCoords(t),{headers:a,sharedPoints:o}=n,l=this.fvar().axes.length;let c;i==="gvar"?c=e.map(od):i==="cvar"&&(c=[...e]);for(let u=0;ud.intermediateEndTuple[p]){h=0;break}else r[p]Math.max(0,g[p])){h=0;break}h=(h*r[p]+Number.EPSILON)/(g[p]+Number.EPSILON)}}}if(h===0)continue;const f=d.privatePoints.length?d.privatePoints:o;if(i==="gvar"&&s.glyph&&s.glyph.isComposite)this.transformComponents(s.glyph,c,t,f,d,h);else if(f.length===0)for(let p=0;p=o&&(l=o-1),{outerIndex:s,innerIndex:r}=a[t].map[l]}else s=0,r=n;return this.getDelta(a.itemVariationStore,s,r,i)}getDelta(n,e,t,i){if(e>=n.itemVariationSubtables.length)return 0;let s=n.itemVariationSubtables[e];if(t>=s.deltaSets.length)return 0;let r=s.deltaSets[t],a=this.getBlendVector(n,e,i),o=0;for(let l=0;ld.peakCoord||d.peakCoord>d.endCoord||d.startCoord<0&&d.endCoord>0&&d.peakCoord!==0||d.peakCoord===0?h=1:s[u]d.endCoord?h=0:s[u]===d.peakCoord?h=1:s[u]-1?this.set(n):this.set(this.getDefaultCoordinates())}getDefaultCoordinates(){return this.fvar().axes.reduce((n,e)=>(n[e.tag]=e.defaultValue,n),{})}getDefaultInstanceIndex(){const n=this.getDefaultCoordinates();let e=this.getInstanceIndex(n);return e<0&&(e=this.fvar().instances.findIndex(t=>t.name&&t.name.en==="Regular")),e}getInstanceIndex(n){return this.fvar().instances.findIndex(e=>Object.keys(n).every(t=>e.coordinates[t]===n[t]))}getInstance(n){return this.fvar().instances&&this.fvar().instances[n]}set(n){let e;if(Number.isInteger(n)){const t=this.getInstance(n);if(!t)throw Error(`Invalid instance index ${n}`);e={...t.coordinates}}else e=n,this.process.normalizeCoordTags(e);e=Object.assign({},this.font.defaultRenderOptions.variation,e),this.font.defaultRenderOptions=Object.assign({},this.font.defaultRenderOptions,{variation:e})}get(){return Object.assign({},this.font.defaultRenderOptions.variation)}avar(){return this.font.tables.avar}cvar(){return this.font.tables.cvar}fvar(){return this.font.tables.fvar}gvar(){return this.font.tables.gvar}hvar(){return this.font.tables.hvar}},cd=1e6,Mo=64,Ao=1e4,Wp,hs,Xp,zc;function Yp(n){this.font=n,this.getCommands=function(e){return Gp.getPath(e).commands},this._fpgmState=this._prepState=void 0,this._errorState=0}function g2(n){return n}function Kp(n){return Math.sign(n)*Math.round(Math.abs(n))}function _2(n){return Math.sign(n)*Math.round(Math.abs(n*2))/2}function x2(n){return Math.sign(n)*(Math.round(Math.abs(n)+.5)-.5)}function y2(n){return Math.sign(n)*Math.ceil(Math.abs(n))}function v2(n){return Math.sign(n)*Math.floor(Math.abs(n))}var qp=function(n){const e=this.srPeriod;let t=this.srPhase;const i=this.srThreshold;let s=1;return n<0&&(n=-n,s=-1),n+=i-t,n=Math.trunc(n/e)*e,n+=t,n<0?t*s:n*s},Jn={x:1,y:0,axis:"x",distance:function(n,e,t,i){return(t?n.xo:n.x)-(i?e.xo:e.x)},interpolate:function(n,e,t,i){let s,r,a,o,l,c,u;if(!i||i===this){if(s=n.xo-e.xo,r=n.xo-t.xo,l=e.x-e.xo,c=t.x-t.xo,a=Math.abs(s),o=Math.abs(r),u=a+o,u===0){n.x=n.xo+(l+c)/2;return}n.x=n.xo+(l*o+c*a)/u;return}if(s=i.distance(n,e,!0,!0),r=i.distance(n,t,!0,!0),l=i.distance(e,e,!1,!0),c=i.distance(t,t,!1,!0),a=Math.abs(s),o=Math.abs(r),u=a+o,u===0){Jn.setRelative(n,n,(l+c)/2,i,!0);return}Jn.setRelative(n,n,(l*o+c*a)/u,i,!0)},normalSlope:Number.NEGATIVE_INFINITY,setRelative:function(n,e,t,i,s){if(!i||i===this){n.x=(s?e.xo:e.x)+t;return}const r=s?e.xo:e.x,a=s?e.yo:e.y,o=r+t*i.x,l=a+t*i.y;n.x=o+(n.y-l)/i.normalSlope},slope:0,touch:function(n){n.xTouched=!0},touched:function(n){return n.xTouched},untouch:function(n){n.xTouched=!1}},hi={x:0,y:1,axis:"y",distance:function(n,e,t,i){return(t?n.yo:n.y)-(i?e.yo:e.y)},interpolate:function(n,e,t,i){let s,r,a,o,l,c,u;if(!i||i===this){if(s=n.yo-e.yo,r=n.yo-t.yo,l=e.y-e.yo,c=t.y-t.yo,a=Math.abs(s),o=Math.abs(r),u=a+o,u===0){n.y=n.yo+(l+c)/2;return}n.y=n.yo+(l*o+c*a)/u;return}if(s=i.distance(n,e,!0,!0),r=i.distance(n,t,!0,!0),l=i.distance(e,e,!1,!0),c=i.distance(t,t,!1,!0),a=Math.abs(s),o=Math.abs(r),u=a+o,u===0){hi.setRelative(n,n,(l+c)/2,i,!0);return}hi.setRelative(n,n,(l*o+c*a)/u,i,!0)},normalSlope:0,setRelative:function(n,e,t,i,s){if(!i||i===this){n.y=(s?e.yo:e.y)+t;return}const r=s?e.xo:e.x,a=s?e.yo:e.y,o=r+t*i.x,l=a+t*i.y;n.y=l+i.normalSlope*(n.x-o)},slope:Number.POSITIVE_INFINITY,touch:function(n){n.yTouched=!0},touched:function(n){return n.yTouched},untouch:function(n){n.yTouched=!1}};Object.freeze(Jn);Object.freeze(hi);function qr(n,e){this.x=n,this.y=e,this.axis=void 0,this.slope=e/n,this.normalSlope=-n/e,Object.freeze(this)}qr.prototype.distance=function(n,e,t,i){return this.x*Jn.distance(n,e,t,i)+this.y*hi.distance(n,e,t,i)};qr.prototype.interpolate=function(n,e,t,i){let s,r,a,o,l,c,u;if(a=i.distance(n,e,!0,!0),o=i.distance(n,t,!0,!0),s=i.distance(e,e,!1,!0),r=i.distance(t,t,!1,!0),l=Math.abs(a),c=Math.abs(o),u=l+c,u===0){this.setRelative(n,n,(s+r)/2,i,!0);return}this.setRelative(n,n,(s*c+r*l)/u,i,!0)};qr.prototype.setRelative=function(n,e,t,i,s){i=i||this;const r=s?e.xo:e.x,a=s?e.yo:e.y,o=r+t*i.x,l=a+t*i.y,c=i.normalSlope,u=this.slope,d=n.x,h=n.y;n.x=(u*d-c*o+l-h)/(u-c),n.y=u*(n.x-d)+h};qr.prototype.touch=function(n){n.xTouched=!0,n.yTouched=!0};function $r(n,e){const t=Math.sqrt(n*n+e*e);return n/=t,e/=t,n===1&&e===0?Jn:n===0&&e===1?hi:new qr(n,e)}function gi(n,e,t,i){this.x=this.xo=Math.round(n*64)/64,this.y=this.yo=Math.round(e*64)/64,this.lastPointOfContour=t,this.onCurve=i,this.prevPointOnContour=void 0,this.nextPointOnContour=void 0,this.xTouched=!1,this.yTouched=!1,Object.preventExtensions(this)}gi.prototype.nextTouched=function(n){let e=this.nextPointOnContour;for(;!n.touched(e)&&e!==this;)e=e.nextPointOnContour;return e};gi.prototype.prevTouched=function(n){let e=this.prevPointOnContour;for(;!n.touched(e)&&e!==this;)e=e.prevPointOnContour;return e};var zr=Object.freeze(new gi(0,0)),S2={cvCutIn:17/16,deltaBase:9,deltaShift:.125,loop:1,minDis:1,autoFlip:!0};function ki(n,e){switch(this.env=n,this.stack=[],this.prog=e,n){case"glyf":this.zp0=this.zp1=this.zp2=1,this.rp0=this.rp1=this.rp2=0;case"prep":this.fv=this.pv=this.dpv=Jn,this.round=Kp}}Yp.prototype.exec=function(n,e){if(typeof e!="number")throw new Error("Point size is not a number!");if(this._errorState>2)return;const t=this.font;let i=this._prepState;if(!i||i.ppem!==e){let s=this._fpgmState;if(!s){ki.prototype=S2,s=this._fpgmState=new ki("fpgm",t.tables.fpgm),s.funcs=[],s.font=t,s.instructionCount=0,s.callDepth=0;try{hs(s)}catch(a){console.log("Hinting error in FPGM:"+a),this._errorState=3;return}}ki.prototype=s,i=this._prepState=new ki("prep",t.tables.prep),i.ppem=e,i.instructionCount=0,i.callDepth=0;const r=t.variation&&t.variation.process.getCvarTransform()||t.tables.cvt;if(r){const a=i.cvt=new Array(r.length),o=e/t.unitsPerEm;for(let l=0;l1))try{return Xp(n,i)}catch(s){this._errorState<1&&(console.log("Hinting error:"+s),console.log("Note: further hinting errors are silenced")),this._errorState=1;return}};Xp=function(n,e){const t=e.ppem/e.font.unitsPerEm,i=t;let s=n.components,r,a,o;if(ki.prototype=e,!s)o=new ki("glyf",n.instructions),o.instructionCount=0,o.callDepth=0,zc(n,o,t,i),a=o.gZone;else{const l=e.font;a=[],r=[];for(let c=0;ccd)throw new Error("Hinting instructions exceeded maximum of "+cd);if(i=Wp[e[n.ip]],!i)throw new Error("unknown instruction: 0x"+Number(e[n.ip]).toString(16));i(n)}};function Oo(n){const e=n.tZone=new Array(n.gZone.length);for(let t=0;t=176&&r<=183)i+=r-176+1;else if(r>=184&&r<=191)i+=(r-184+1)*2;else if(e&&s===1&&r===27)break;while(s>0);n.ip=i}function ud(n,e){e.fv=e.pv=e.dpv=n}function hd(n,e){e.pv=e.dpv=n}function dd(n,e){e.fv=n}function fd(n,e){const t=e.stack,i=t.pop(),s=t.pop(),r=e.z2[i],a=e.z1[s];let o,l;n?(o=r.y-a.y,l=a.x-r.x):(o=a.x-r.x,l=a.y-r.y),e.pv=e.dpv=$r(o,l)}function pd(n,e){const t=e.stack,i=t.pop(),s=t.pop(),r=e.z2[i],a=e.z1[s];let o,l;n?(o=r.y-a.y,l=a.x-r.x):(o=a.x-r.x,l=a.y-r.y),e.fv=$r(o,l)}function b2(n){const e=n.stack,t=e.pop(),i=e.pop();n.pv=n.dpv=$r(i,t)}function M2(n){const e=n.stack,t=e.pop(),i=e.pop();n.fv=$r(i,t)}function A2(n){const e=n.stack,t=n.pv;e.push(t.x*16384),e.push(t.y*16384)}function E2(n){const e=n.stack,t=n.fv;e.push(t.x*16384),e.push(t.y*16384)}function T2(n){n.fv=n.pv}function C2(n){const e=n.stack,t=e.pop(),i=e.pop(),s=e.pop(),r=e.pop(),a=e.pop(),o=n.z0,l=n.z1,c=o[t],u=o[i],d=l[s],h=l[r],f=n.z2[a],p=c.x,g=c.y,m=u.x,_=u.y,v=d.x,M=d.y,y=h.x,E=h.y,S=(p-m)*(M-E)-(g-_)*(v-y),A=p*_-g*m,x=v*E-M*y;f.x=(A*(v-y)-x*(p-m))/S,f.y=(A*(M-E)-x*(g-_))/S}function w2(n){n.rp0=n.stack.pop()}function R2(n){n.rp1=n.stack.pop()}function L2(n){n.rp2=n.stack.pop()}function D2(n){const e=n.stack.pop();switch(n.zp0=e,e){case 0:n.tZone||Oo(n),n.z0=n.tZone;break;case 1:n.z0=n.gZone;break;default:throw new Error("Invalid zone pointer")}}function I2(n){const e=n.stack.pop();switch(n.zp1=e,e){case 0:n.tZone||Oo(n),n.z1=n.tZone;break;case 1:n.z1=n.gZone;break;default:throw new Error("Invalid zone pointer")}}function P2(n){const e=n.stack.pop();switch(n.zp2=e,e){case 0:n.tZone||Oo(n),n.z2=n.tZone;break;case 1:n.z2=n.gZone;break;default:throw new Error("Invalid zone pointer")}}function O2(n){const e=n.stack.pop();switch(n.zp0=n.zp1=n.zp2=e,e){case 0:n.tZone||Oo(n),n.z0=n.z1=n.z2=n.tZone;break;case 1:n.z0=n.z1=n.z2=n.gZone;break;default:throw new Error("Invalid zone pointer")}}function U2(n){n.loop=n.stack.pop(),n.loop>Ao&&(n.loop=Ao)}function N2(n){n.round=Kp}function k2(n){n.round=x2}function F2(n){const e=n.stack.pop();n.minDis=e/64}function B2(n){$p(n,!1)}function H2(n){const e=n.stack.pop();n.ip+=e-1}function z2(n){const e=n.stack.pop();n.cvCutIn=e/64}function V2(n){const e=n.stack;e.push(e[e.length-1])}function Tl(n){n.stack.pop()}function G2(n){n.stack.length=0}function W2(n){const e=n.stack,t=e.pop(),i=e.pop();e.push(t),e.push(i)}function X2(n){const e=n.stack;e.push(e.length)}function Y2(n){const e=n.stack,t=e.pop();let i=e.pop();if(i>Ao&&(i=Ao),++n.callDepth>Mo)throw new Error("Hinting call depth exceeded maximum of "+Mo);const s=n.ip,r=n.prog;n.prog=n.funcs[t];for(let a=0;aMo)throw new Error("Hinting call depth exceeded maximum of "+Mo);const t=n.ip,i=n.prog;n.prog=n.funcs[e],hs(n),n.ip=t,n.prog=i,n.callDepth--}function q2(n){const e=n.stack,t=e.pop();e.push(e[e.length-t])}function $2(n){const e=n.stack,t=e.pop();e.push(e.splice(e.length-t,1)[0])}function Z2(n){if(n.env!=="fpgm")throw new Error("FDEF not allowed here");const e=n.stack,t=n.prog;let i=n.ip;const s=e.pop(),r=i;for(;t[++i]!==45;);n.ip=i,n.funcs[s]=t.slice(r+1,i)}function md(n,e){const t=e.stack.pop(),i=e.z0[t],s=e.fv,r=e.pv;let a=r.distance(i,zr);n&&(a=e.round(a)),s.setRelative(i,zr,a,r),s.touch(i),e.rp0=e.rp1=t}function gd(n,e){const t=e.z2,i=t.length-2;let s,r,a;for(let o=0;ot?1:0)}function dM(n){const e=n.stack,t=e.pop(),i=e.pop();e.push(i>=t?1:0)}function fM(n){const e=n.stack,t=e.pop(),i=e.pop();e.push(t===i?1:0)}function pM(n){const e=n.stack,t=e.pop(),i=e.pop();e.push(t!==i?1:0)}function mM(n){const e=n.stack,t=e.pop();e.push(Math.trunc(t)&1?1:0)}function gM(n){const e=n.stack,t=e.pop();e.push(Math.trunc(t)&1?0:1)}function _M(n){n.stack.pop()||$p(n,!0)}function xM(n){}function yM(n){const e=n.stack,t=e.pop(),i=e.pop();e.push(t&&i?1:0)}function vM(n){const e=n.stack,t=e.pop(),i=e.pop();e.push(t||i?1:0)}function SM(n){const e=n.stack,t=e.pop();e.push(t?0:1)}function Cl(n,e){const t=e.stack,i=t.pop(),s=e.fv,r=e.pv,a=e.ppem,o=e.deltaBase+(n-1)*16,l=e.deltaShift,c=e.z0;for(let u=0;u>4)!==a)continue;let p=(h&15)-8;p>=0&&p++;const g=c[d];s.setRelative(g,g,p*l,r)}}function bM(n){const t=n.stack.pop();n.deltaBase=t}function MM(n){const t=n.stack.pop();n.deltaShift=Math.pow(.5,t)}function AM(n){const e=n.stack,t=e.pop(),i=e.pop();e.push(i+t)}function EM(n){const e=n.stack,t=e.pop(),i=e.pop();e.push(i-t)}function TM(n){const e=n.stack,t=e.pop(),i=e.pop();e.push(i*64/t)}function CM(n){const e=n.stack,t=e.pop(),i=e.pop();e.push(i*t/64)}function wM(n){const e=n.stack,t=e.pop();e.push(Math.abs(t))}function RM(n){const e=n.stack;let t=e.pop();e.push(-t)}function LM(n){const e=n.stack,t=e.pop();e.push(Math.floor(t/64)*64)}function DM(n){const e=n.stack,t=e.pop();e.push(Math.ceil(t/64)*64)}function ka(n,e){const t=e.stack,i=t.pop();t.push(e.round(i/64)*64)}function IM(n){const e=n.stack,t=e.pop(),i=e.pop();n.cvt[i]=t*n.ppem/n.font.unitsPerEm}function wl(n,e){const t=e.stack,i=t.pop(),s=e.ppem,r=e.deltaBase+(n-1)*16,a=e.deltaShift;for(let o=0;o>4)!==s)continue;let d=(c&15)-8;d>=0&&d++;const h=d*a;e.cvt[l]+=h}}function PM(n){let e=n.stack.pop();n.round=qp;let t;switch(e&192){case 0:t=.5;break;case 64:t=1;break;case 128:t=2;break;default:throw new Error("invalid SROUND value")}switch(n.srPeriod=t,e&48){case 0:n.srPhase=0;break;case 16:n.srPhase=.25*t;break;case 32:n.srPhase=.5*t;break;case 48:n.srPhase=.75*t;break;default:throw new Error("invalid SROUND value")}e&=15,e===0?n.srThreshold=0:n.srThreshold=(e/8-.5)*t}function OM(n){let e=n.stack.pop();n.round=qp;let t;switch(e&192){case 0:t=Math.sqrt(2)/2;break;case 64:t=Math.sqrt(2);break;case 128:t=2*Math.sqrt(2);break;default:throw new Error("invalid S45ROUND value")}switch(n.srPeriod=t,e&48){case 0:n.srPhase=0;break;case 16:n.srPhase=.25*t;break;case 32:n.srPhase=.5*t;break;case 48:n.srPhase=.75*t;break;default:throw new Error("invalid S45ROUND value")}e&=15,e===0?n.srThreshold=0:n.srThreshold=(e/8-.5)*t}function UM(n){n.round=g2}function NM(n){n.round=y2}function kM(n){n.round=v2}function FM(n){n.stack.pop()}function Ad(n,e){const t=e.stack,i=t.pop(),s=t.pop(),r=e.z2[i],a=e.z1[s];let o,l;n?(o=r.y-a.y,l=a.x-r.x):(o=a.x-r.x,l=a.y-r.y),e.dpv=$r(o,l)}function BM(n){const e=n.stack,t=e.pop();let i=0;t&1&&(i=35),t&32&&(i|=4096),e.push(i)}function HM(n){const e=n.stack,t=e.pop(),i=e.pop(),s=e.pop();e.push(i),e.push(t),e.push(s)}function zM(n){const e=n.stack,t=e.pop(),i=e.pop();e.push(Math.max(i,t))}function VM(n){const e=n.stack,t=e.pop(),i=e.pop();e.push(Math.min(i,t))}function GM(n){n.stack.pop()}function WM(n){const e=n.stack.pop();let t=n.stack.pop();switch(e){case 1:n.inhibitGridFit=!!t;return;case 2:n.ignoreCvt=!!t;return;default:throw new Error("invalid INSTCTRL[] selector")}}function Ri(n,e){const t=e.stack,i=e.prog;let s=e.ip;for(let r=0;r=0?1:-1,g=Math.abs(g),n&&(_=r.cvt[o],i&&Math.abs(g-_)=0&&nthis[s[0]].apply(this,s.slice(1).concat(!0))),i=s=>typeof s=="object"&&Object.prototype.hasOwnProperty.call(s,"FAIL");if(t.every(i))return{FAIL:"composeRUD: one or more operations hasn't completed successfully",report:t.filter(i)};this.dispatch("composeRUD",[t.filter(s=>!i(s))])};Lt.prototype.replaceRange=function(n,e,t,i){e=e!==null?e:this.tokens.length;const s=t.every(r=>r instanceof ar);if(!isNaN(n)&&this.inboundIndex(n)&&s){const r=this.tokens.splice.apply(this.tokens,[n,e].concat(t));return i||this.dispatch("replaceToken",[n,e,t]),[r,t]}else return{FAIL:"replaceRange: invalid tokens or startIndex."}};Lt.prototype.replaceToken=function(n,e,t){if(!isNaN(n)&&this.inboundIndex(n)&&e instanceof ar){const i=this.tokens.splice(n,1,e);return t||this.dispatch("replaceToken",[n,e]),[i[0],e]}else return{FAIL:"replaceToken: invalid token or index."}};Lt.prototype.removeRange=function(n,e,t){e=isNaN(e)?this.tokens.length:e;const i=this.tokens.splice(n,e);return t||this.dispatch("removeRange",[i,n,e]),i};Lt.prototype.removeToken=function(n,e){if(!isNaN(n)&&this.inboundIndex(n)){const t=this.tokens.splice(n,1);return e||this.dispatch("removeToken",[t,n]),t}else return{FAIL:"removeToken: invalid token index."}};Lt.prototype.insertToken=function(n,e,t){return n.every(s=>s instanceof ar)?(this.tokens.splice.apply(this.tokens,[e,0].concat(n)),t||this.dispatch("insertToken",[n,e]),n):{FAIL:"insertToken: invalid token(s)."}};Lt.prototype.registerModifier=function(n,e,t){this.events.newToken.subscribe(function(i,s){const r=[i,s],a=e===null||e.apply(this,r)===!0,o=[i,s];if(a){let l=t.apply(this,o);i.setState(n,l)}}),this.registeredModifiers.push(n)};Uo.prototype.subscribe=function(n){return typeof n=="function"?this.subscribers.push(n)-1:{FAIL:`invalid '${this.eventId}' event handler`}};Uo.prototype.unsubscribe=function(n){this.subscribers.splice(n,1)};rn.prototype.setCurrentIndex=function(n){this.index=n,this.current=this.context[n],this.backtrack=this.context.slice(0,n),this.lookahead=this.context.slice(n+1)};rn.prototype.get=function(n){switch(!0){case n===0:return this.current;case(n<0&&Math.abs(n)<=this.backtrack.length):return this.backtrack.slice(n)[0];case(n>0&&n<=this.lookahead.length):return this.lookahead[n-1];default:return null}};Lt.prototype.rangeToText=function(n){if(n instanceof Su)return this.getRangeTokens(n).map(e=>e.char).join("")};Lt.prototype.getText=function(){return this.tokens.map(n=>n.char).join("")};Lt.prototype.getContext=function(n){let e=this.registeredContexts[n];return e||null};Lt.prototype.on=function(n,e){const t=this.events[n];return t?t.subscribe(e):null};Lt.prototype.dispatch=function(n,e){const t=this.events[n];if(t instanceof Uo)for(let i=0;ie.char);for(let e=0;e=s.start&&n<=s.end){let r=n-s.start;return s.index+r}}break}default:return-1}return-1}function ZM(n,e){return Vi(n,e.coverage)===-1?null:n+e.deltaGlyphId}function JM(n,e){let t=Vi(n,e.coverage);return t===-1?null:e.substitute[t]}function Rl(n,e){let t=[];for(let i=0;i{const{lookupListIndex:d,sequenceIndex:h}=u,{subtables:f}=this.getLookupByIndex(d);for(const p of f)Vi(c[h],p.coverage)!==-1&&(c[h]=p.deltaGlyphId)};for(let c=0;ci.features[s]),this.features[n]=e,this.mapTagsToFeatures(e,n),e};_n.prototype.getSubstitutionType=function(n,e){const t=n.lookupType.toString(),i=e.substFormat.toString();return t+i};_n.prototype.getLookupMethod=function(n,e){let t=this.getSubstitutionType(n,e);switch(t){case"11":return i=>ZM.apply(this,[i,e]);case"12":return i=>JM.apply(this,[i,e]);case"63":return i=>jM.apply(this,[i,e]);case"41":return i=>QM.apply(this,[i,e]);case"21":return i=>nA.apply(this,[i,e]);case"51":return i=>eA.apply(this,[i,e]);case"53":return i=>tA.apply(this,[i,e]);default:throw new Error(`substitutionType : ${t} lookupType: ${n.lookupType} - substFormat: ${e.substFormat} is not yet supported`)}};_n.prototype.lookupFeature=function(n){let e=n.contextParams,t=e.index;const i=this.getFeature({tag:n.tag,script:n.script});if(!i)return new Error(`font '${(this.font.names.unicode||this.font.names.windows||this.font.names.macintosh).fullName.en}' doesn't support feature '${n.tag}' for script '${n.script}'.`);const s=this.getFeatureLookups(i),r=[].concat(e.context);for(let a=0;ai.tag===n.tag);return e&&t};_n.prototype.getLookupSubtables=function(n){return n.subtables||null};_n.prototype.getLookupByIndex=function(n){return this.font.tables.gsub.lookups[n]||null};_n.prototype.getFeatureLookups=function(n){return n.lookupListIndexes.map(this.getLookupByIndex.bind(this))};_n.prototype.getFeature=function(e){if(!this.font)return{FAIL:"No font was found"};Object.prototype.hasOwnProperty.call(this.features,e.script)||this.getScriptFeatures(e.script);const t=this.features[e.script];return t?t.tags[e.tag]?this.features[e.script].tags[e.tag]:null:{FAIL:`No feature for script ${e.script}`}};var iA=_n;function sA(n){const e=n.current,t=n.get(-1);return t===null&&Fi(e)||!Fi(t)&&Fi(e)}function rA(n){const e=n.get(1);return e===null||!Fi(e)}var aA={startCheck:sA,endCheck:rA};function oA(n){const e=n.current,t=n.get(-1);return(Fi(e)||zi(e))&&!Fi(t)}function lA(n){const e=n.get(1);switch(!0){case e===null:return!0;case(!Fi(e)&&!zi(e)):{const t=$M(e);if(!t)return!0;if(t){let i=!1;if(i=n.lookahead.some(s=>Fi(s)||zi(s)),!i)return!0}break}default:return!1}}var cA={startCheck:oA,endCheck:lA};function uA(n,e,t){e[t].setState(n.tag,n.substitution)}function hA(n,e,t){e[t].setState(n.tag,n.substitution)}function Ll(n,e,t){for(let i=0;i=0;t--){const i=e[t],s=Zp(i),r=zi(i);if(!s&&!r)return!0;if(s)return!1}return!1}function mA(n){if(Zp(n.current))return!1;for(let e=0;ea.getState("glyphIndex")),0);const r=new rn(i.map(a=>a.char),0);for(let a=0;ai.activeState.value);return new rn(t,0)}function xA(n){const e="arab";let t=this.tokenizer.getRangeTokens(n),i=Td(t);for(let s=0;s1}function SA(n){return n.index===n.context.length-1}var bA={startCheck:vA,endCheck:SA};function Cd(n,e){const t=n.map(i=>i.activeState.value);return new rn(t,0)}function MA(n){const e="delf",t="ccmp";let i=this.tokenizer.getRangeTokens(n),s=Cd(i);for(let r=0;ri.activeState.value);return new rn(t,0)}function wA(n){const e="latn";let t=this.tokenizer.getRangeTokens(n),i=wd(t);for(let s=0;si.activeState.value);return new rn(t,e||0)}function PA(n){const e="thai";let t=this.tokenizer.getRangeTokens(n),i=Rd(t,0);for(let s=0;si.activeState.value);return new rn(t,e||0)}function UA(n){const e="thai";let t=this.tokenizer.getRangeTokens(n),i=Ld(t,0);for(let s=0;si.activeState.value);return new rn(t,e||0)}function kA(n){const e="thai";let t=this.tokenizer.getRangeTokens(n),i=Dd(t,0);for(let s=0;s=6155&&e<=6157||e>=65024&&e<=65039||e>=917760&&e<=917999}function BA(n){const e=n.current,t=n.get(1);return t===null&&Vc(e)||Vc(t)}function HA(n){const e=n.get(1);return e===null||!Vc(e)}var zA={startCheck:BA,endCheck:HA};function VA(n){const e=this.query.font,t=this.tokenizer.getRangeTokens(n);if(t[1].setState("deleted",!0),e.tables.cmap&&e.tables.cmap.varSelectorList){const i=t[0].char.codePointAt(0),s=t[1].char.codePointAt(0),r=e.tables.cmap.varSelectorList[s];if(r!==void 0&&r.nonDefaultUVS){const a=r.nonDefaultUVS.uvsMappings;if(a[i]){const o=a[i].glyphID;e.glyphs.glyphs[o]!==void 0&&t[0].setState("glyphIndex",o)}}}}var GA=VA;function An(n){this.baseDir=n||"ltr",this.tokenizer=new qM,this.featuresTags={}}An.prototype.setText=function(n){this.text=n};An.prototype.contextChecks={ccmpReplacementCheck:bA,latinWordCheck:CA,arabicWordCheck:aA,arabicSentenceCheck:cA,thaiWordCheck:IA,unicodeVariationSequenceCheck:zA};function Bs(n){const e=this.contextChecks[`${n}Check`];return this.tokenizer.registerContextChecker(n,e.startCheck,e.endCheck)}function WA(){return Bs.call(this,"ccmpReplacement"),Bs.call(this,"latinWord"),Bs.call(this,"arabicWord"),Bs.call(this,"arabicSentence"),Bs.call(this,"thaiWord"),Bs.call(this,"unicodeVariationSequence"),this.tokenizer.tokenize(this.text)}function XA(){const n=this.tokenizer.getContextRanges("arabicSentence");for(let e=0;ethis.query.supports({script:n,tag:i}));Object.prototype.hasOwnProperty.call(this.featuresTags,n)?this.featuresTags[n]=this.featuresTags[n].concat(t):this.featuresTags[n]=t};An.prototype.applyFeatures=function(n,e){if(!n)throw new Error("No valid font was provided to apply features");this.query||(this.query=new iA(n));for(let t=0;t0)throw new Error("When creating a new Font object, negative descender value is required.");this.names={},this.names.unicode=Dl(n),this.names.macintosh=Dl(n),this.names.windows=Dl(n),this.unitsPerEm=n.unitsPerEm||1e3,this.ascender=n.ascender,this.descender=n.descender,this.createdTimestamp=n.createdTimestamp,this.italicAngle=n.italicAngle||0,this.weightClass=n.weightClass||0;let e=0;n.fsSelection?e=n.fsSelection:(this.italicAngle<0?e|=this.fsSelectionValues.ITALIC:this.italicAngle>0&&(e|=this.fsSelectionValues.OBLIQUE),this.weightClass>=600&&(e|=this.fsSelectionValues.BOLD),e===0&&(e=this.fsSelectionValues.REGULAR)),(!n.panose||!Array.isArray(n.panose))&&(n.panose=[0,0,0,0,0,0,0,0,0]),this.tables=Object.assign(n.tables,{os2:Object.assign({usWeightClass:n.weightClass||this.usWeightClasses.MEDIUM,usWidthClass:n.widthClass||this.usWidthClasses.MEDIUM,bFamilyType:n.panose[0]||0,bSerifStyle:n.panose[1]||0,bWeight:n.panose[2]||0,bProportion:n.panose[3]||0,bContrast:n.panose[4]||0,bStrokeVariation:n.panose[5]||0,bArmStyle:n.panose[6]||0,bLetterform:n.panose[7]||0,bMidline:n.panose[8]||0,bXHeight:n.panose[9]||0,fsSelection:e},n.tables.os2)})}this.supported=!0,this.glyphs=new ei.GlyphSet(this,n.glyphs||[]),this.encoding=new cp(this),this.position=new Kb(this),this.substitution=new e2(this),this.tables=this.tables||{},this.tables=new Proxy(this.tables,{set:(e,t,i)=>(e[t]=i,e.fvar&&(e.gvar||e.cff2)&&!this.variation&&(this.variation=new m2(this)),!0)}),this.palettes=new Hp(this),this.layers=new t2(this),this.svgImages=new n2(this),this._push=null,this._hmtxTableData={},Object.defineProperty(this,"hinting",{get:function(){return this._hinting?this._hinting:this.outlinesFormat==="truetype"?this._hinting=new XM(this):null}})}gt.prototype.hasChar=function(n){return this.encoding.charToGlyphIndex(n)>0};gt.prototype.charToGlyphIndex=function(n){return this.encoding.charToGlyphIndex(n)};gt.prototype.charToGlyph=function(n){const e=this.charToGlyphIndex(n);let t=this.glyphs.get(e);return t||(t=this.glyphs.get(0)),t};gt.prototype.updateFeatures=function(n){return this.defaultRenderOptions.features.map(e=>e.script==="latn"?{script:"latn",tags:e.tags.filter(t=>n[t])}:e)};gt.prototype.stringToGlyphIndexes=function(n,e){const t=new jA,i=r=>this.charToGlyphIndex(r.char);t.registerModifier("glyphIndex",null,i);let s=e?this.updateFeatures(e.features):this.defaultRenderOptions.features;return t.applyFeatures(this,s),t.getTextGlyphs(n)};gt.prototype.stringToGlyphs=function(n,e){const t=this.stringToGlyphIndexes(n,e);let i=t.length;const s=new Array(i),r=this.glyphs.get(0);for(let a=0;a{const u=a.getPath(o,l,c,s,this);if(s.drawSVG||s.drawLayers){const d=u._layers;if(d&&d.length){for(let h=0;h0,"No English "+s+" specified.")}if(i("fontFamily"),i("weightName"),i("manufacturer"),i("copyright"),i("version"),t(this.unitsPerEm>0,"No unitsPerEm specified."),this.tables.colr){const s=this.tables.colr.baseGlyphRecords;let r=-1;for(let a=0;as[a].glyphID)break;r=o}}return n};gt.prototype.toTables=function(){return Yb.fontToTable(this)};gt.prototype.toBuffer=function(){return console.warn("Font.toBuffer is deprecated. Use Font.toArrayBuffer instead."),this.toArrayBuffer()};gt.prototype.toArrayBuffer=function(){const e=this.toTables().encode(),t=new ArrayBuffer(e.length),i=new Uint8Array(t);for(let s=0;s=1.2&&(s.markGlyphSets=t.parsePointer(o3)),s}var c3={parse:l3},Un=new Array(10);Un[1]=function(){const e=this.offset+this.relativeOffset,t=this.parseUShort();if(t===1)return{posFormat:1,coverage:this.parsePointer(Y.coverage),value:this.parseValueRecord()};if(t===2)return{posFormat:2,coverage:this.parsePointer(Y.coverage),values:this.parseValueRecordList()};He.assert(!1,"0x"+e.toString(16)+": GPOS lookup type 1 format must be 1 or 2.")};Un[2]=function(){const e=this.offset+this.relativeOffset,t=this.parseUShort();He.assert(t===1||t===2,"0x"+e.toString(16)+": GPOS lookup type 2 format must be 1 or 2.");const i=this.parsePointer(Y.coverage),s=this.parseUShort(),r=this.parseUShort();if(t===1)return{posFormat:t,coverage:i,valueFormat1:s,valueFormat2:r,pairSets:this.parseList(Y.pointer(Y.list(function(){return{secondGlyph:this.parseUShort(),value1:this.parseValueRecord(s),value2:this.parseValueRecord(r)}})))};if(t===2){const a=this.parsePointer(Y.classDef),o=this.parsePointer(Y.classDef),l=this.parseUShort(),c=this.parseUShort();return{posFormat:t,coverage:i,valueFormat1:s,valueFormat2:r,classDef1:a,classDef2:o,class1Count:l,class2Count:c,classRecords:this.parseList(l,Y.list(c,function(){return{value1:this.parseValueRecord(s),value2:this.parseValueRecord(r)}}))}}};Un[3]=function(){return{error:"GPOS Lookup 3 not supported"}};Un[4]=function(){return{error:"GPOS Lookup 4 not supported"}};Un[5]=function(){return{error:"GPOS Lookup 5 not supported"}};Un[6]=function(){return{error:"GPOS Lookup 6 not supported"}};Un[7]=function(){return{error:"GPOS Lookup 7 not supported"}};Un[8]=function(){return{error:"GPOS Lookup 8 not supported"}};Un[9]=function(){return{error:"GPOS Lookup 9 not supported"}};function u3(n,e){e=e||0;const t=new Y(n,e),i=t.parseVersion(1);return He.argument(i===1||i===1.1,"Unsupported GPOS table version "+i),i===1?{version:i,scripts:t.parseScriptList(),features:t.parseFeatureList(),lookups:t.parseLookupList(Un)}:{version:i,scripts:t.parseScriptList(),features:t.parseFeatureList(),lookups:t.parseLookupList(Un),variations:t.parseFeatureVariationsList()}}var h3=new Array(10);function d3(n){return new Se.Table("GPOS",[{name:"version",type:"ULONG",value:65536},{name:"scripts",type:"TABLE",value:new Se.ScriptList(n.scripts)},{name:"features",type:"TABLE",value:new Se.FeatureList(n.features)},{name:"lookups",type:"TABLE",value:new Se.LookupList(n.lookups,h3)}])}var f3={parse:u3,make:d3};function p3(n){const e={};n.skip("uShort");const t=n.parseUShort();He.argument(t===0,"Unsupported kern sub-table version."),n.skip("uShort",2);const i=n.parseUShort();n.skip("uShort",3);for(let s=0;s1&&console.warn("Only the first kern subtable is supported."),n.skip("uLong");const s=n.parseUShort()&255;if(n.skip("uShort"),s===0){const r=n.parseUShort();n.skip("uShort",3);for(let a=0;a{const t=await(await fetch(e)).arrayBuffer();return new Pr(S3(t))})(),this._shared.catch(()=>{Pr._shared=null})),this._shared}measureEm(e){let t=0;for(const i of e)t+=this.ensureGlyph(i.codePointAt(0)).advance;return t}ensureGlyph(e){let t=this.glyphs.get(e);if(t)return t;const i=this.font.charToGlyph(String.fromCodePoint(e)),s=(i.advanceWidth??this.upem*.5)/this.upem,r=i.getPath(0,0,1),a=[];let o=0,l=0,c=0,u=0;for(const w of r.commands)switch(w.type){case"M":c=o=w.x,u=l=-w.y;break;case"L":a.push(Pd(c,u,w.x,-w.y)),c=w.x,u=-w.y;break;case"Q":a.push({x0:c,y0:u,cx:w.x1,cy:-w.y1,x1:w.x,y1:-w.y}),c=w.x,u=-w.y;break;case"C":{const O=(w.x1+w.x2)/2,k=(-w.y1+-w.y2)/2;a.push({x0:c,y0:u,cx:O,cy:k,x1:w.x,y1:-w.y}),c=w.x,u=-w.y;break}case"Z":(c!==o||u!==l)&&a.push(Pd(c,u,o,l)),c=o,u=l;break}if(!a.length)return t={base:-1,advance:s},this.glyphs.set(e,t),t;let d=1/0,h=1/0,f=-1/0,p=-1/0;for(const w of a)d=Math.min(d,w.x0,w.cx,w.x1),f=Math.max(f,w.x0,w.cx,w.x1),h=Math.min(h,w.y0,w.cy,w.y1),p=Math.max(p,w.y0,w.cy,w.y1);const g=Math.max(f-d,1e-6),m=Math.max(p-h,1e-6),_=Array.from({length:on},()=>[]),v=Array.from({length:on},()=>[]);a.forEach((w,O)=>{const k=Math.min(w.y0,w.cy,w.y1),P=Math.max(w.y0,w.cy,w.y1),B=Math.min(w.x0,w.cx,w.x1),V=Math.max(w.x0,w.cx,w.x1),I=Ba((k-h)/m),H=Ba((P-h)/m);for(let fe=I;fe<=H;fe++)_[fe].push(O);const ee=Ba((B-d)/g),ie=Ba((V-d)/g);for(let fe=ee;fe<=ie;fe++)v[fe].push(O)});const M=w=>Math.ceil(w.length/4),y=_.reduce((w,O)=>w+M(O),0)+v.reduce((w,O)=>w+M(O),0),E=2+on*2+y+a.length*2,S=this.alloc(E),A=this.data,x=(w,O,k,P,B)=>{A[w*4]=O,A[w*4+1]=k,A[w*4+2]=P,A[w*4+3]=B},T=S+2+on*2+y;x(S,d,h,f,p),x(S+1,S+2,S+2+on,0,0);let L=S+2+on*2;const D=(w,O)=>{for(let k=0;k{x(T+O*2,w.x0,w.y0,w.cx,w.cy),x(T+O*2+1,w.x1,w.y1,0,0)}),t={base:S,advance:s},this.glyphs.set(e,t),t}bboxOf(e){const t=e.base*4;return[this.data[t],this.data[t+1],this.data[t+2],this.data[t+3]]}alloc(e){const t=(this.used+e)*4;if(t>this.data.length){let s=this.data.length;for(;s= count) break; + vec4 idx4 = T(int(band.x) + (j >> 2)); + int cb = int(j % 4 == 0 ? idx4.x : j % 4 == 1 ? idx4.y : j % 4 == 2 ? idx4.z : idx4.w); + vec4 A = T(cb); + vec2 e = T(cb + 1).xy; + // Swap the CURVE points before subtracting: p is already in swapped + // coordinates for the vertical ray ((A.xy - p).yx would be wrong). + vec2 p1 = (swap ? A.yx : A.xy) - p; + vec2 p2 = (swap ? A.wz : A.zw) - p; + vec2 p3 = (swap ? e.yx : e.xy) - p; + + uint code = (0x2E74u >> ((p1.y > 0.0 ? 2u : 0u) + (p2.y > 0.0 ? 4u : 0u) + (p3.y > 0.0 ? 8u : 0u))) & 3u; + if (code != 0u) { + vec2 a = p1 - p2 * 2.0 + p3; + vec2 b = p1 - p2; + float t1, t2; + if (abs(a.y) < 1e-6) { + float t = p1.y / (2.0 * b.y); + t1 = t; t2 = t; + } else { + float d = sqrt(max(b.y * b.y - a.y * p1.y, 0.0)); + t1 = (b.y - d) / a.y; + t2 = (b.y + d) / a.y; + } + if ((code & 1u) != 0u) { + float x = (a.x * t1 - b.x * 2.0) * t1 + p1.x; + cov += clamp(x * ppem + 0.5, 0.0, 1.0); + } + if (code > 1u) { + float x = (a.x * t2 - b.x * 2.0) * t2 + p1.x; + cov -= clamp(x * ppem + 0.5, 0.0, 1.0); + } + } + } + return cov; + } + + void main() { + vec4 bbox = T(vBase); + vec4 bases = T(vBase + 1); + vec2 fw = fwidth(vEm); + + vec2 span = max(bbox.zw - bbox.xy, vec2(1e-6)); + int hb = clamp(int((vEm.y - bbox.y) / span.y * float(${on})), 0, ${on-1}); + int vb = clamp(int((vEm.x - bbox.x) / span.x * float(${on})), 0, ${on-1}); + + float covH = rayCoverage(vEm, 1.0 / max(fw.x, 1e-9), int(bases.x) + hb, false); + float covV = -rayCoverage(vEm.yx, 1.0 / max(fw.y, 1e-9), int(bases.y) + vb, true); + float alpha = clamp((covH + covV) * 0.5, 0.0, 1.0); + if (alpha < 0.004) discard; + fragOut = vec4(vColor, alpha); + } +`;class E3{constructor(e){At(this,"pos",[]);At(this,"emuv",[]);At(this,"gbase",[]);At(this,"color",[]);At(this,"index",[]);this.engine=e}add(e,t,i,s,r,a,o){const l=this.engine,c=String(e).split(` +`),u=i/l.capHeightEm,d=i*5/3,h=(c.length-1)*d+i;a===4&&(o=2);let f;o===3?f=-i:o===2?f=h/2-i:f=(c.length-1)*d;const p=Math.cos(s),g=Math.sin(s),m=(r>>16&255)/255,_=(r>>8&255)/255,v=(r&255)/255;for(let M=0;M=0){const[D,w,O,k]=this.engine.bboxOf(L),P=D-Fa,B=w-Fa,V=O+Fa,I=k+Fa,H=this.pos.length/3;for(const[ee,ie]of[[P,B],[V,B],[V,I],[P,I]]){const fe=S+(x+ee)*u,oe=A+ie*u;this.pos.push(t.x+fe*p-oe*g,t.y+fe*g+oe*p,1),this.emuv.push(ee,ie),this.gbase.push(L.base),this.color.push(m,_,v)}this.index.push(H,H+1,H+2,H,H+2,H+3)}x+=L.advance}}}build(){if(!this.index.length)return null;const e=new wt;e.setAttribute("position",new ft(this.pos,3)),e.setAttribute("emuv",new ft(this.emuv,2)),e.setAttribute("gbase",new ft(this.gbase,1)),e.setAttribute("tcolor",new ft(this.color,3)),e.setIndex(this.index);const t=new Pn({glslVersion:Ec,vertexShader:M3,fragmentShader:A3,uniforms:{dataTex:{value:this.engine.texture()}},transparent:!0,depthTest:!1,depthWrite:!1,side:Vt}),i=new Gt(e,t);return i.frustumCulled=!0,i}}const T3=`; IntelliCAD Linetypes\r +;\r +; icad.lin\r +; Release 1.0 \r +; \r +; .............................................................................\r +;\r +; Copyright (c) 1998 by Visio Corporation. All rights reserved.\r +;\r +; The Software is subject to the license agreement that accompanies \r +; or is included with the Software, which specifies the permitted \r +; and prohibited uses of the Software. Any unauthorized duplication \r +; or use of Visio Corporation Software, in whole or in part, in print, \r +; or in any other storage and retrieval system is prohibited.\r +; \r +; To the maximum extent permitted by applicable law, Visio Corporation\r +; and its suppliers disclaim any and all warranties and conditions,\r +; either express or implied, including, without limitation, implied\r +; warranties of merchantability, fitness for a particular purpose,\r +; title, and non-infringement, and those arising out of usage of trade\r +; or course of dealing, concerning these materials. These materials\r +; are provided "as is" without warranty of any kind.\r +; .............................................................................\r +\r +\r +\r +*BORDER,__ __ . __ __ . __ __ . __ __ . __ __ . __ __ . __ __ . __ __ . \r +A,0.50,-0.250,0.50,-0.250,0,-0.250\r +*BORDER2,__.__.__.__.__.__.__.__.__.__.__.__.__.__.__.__.__.__.__.__.__ \r +A,0.25,-0.125,0.25,-0.125,0,-0.125\r +*BORDERX2,____ ____ . ____ ____ . ____ ____ . ____ ____ . \r +A,1.0,-0.5,1.0,-0.5,0,-0.5\r +\r +*CENTER,____ _ ____ _ ____ _ ____ _ ____ _ ____ _ ____ _ ____ _ ____ _\r +A,1.250,-0.25,0.25,-0.25\r +*CENTER2,___ _ ___ _ ___ _ ___ _ ___ _ ___ _ ___ _ ___ _ ___ _ ___ _ _\r +A,0.75,-0.1250,0.1250,-0.125\r +*CENTERX2,________ __ ________ __ ________ __ ________ __ ____\r +A,2.5,-0.50,0.50,-0.50\r +\r +*DASHDOT,__ . __ . __ . __ . __ . __ . __ . __ . __ . __ . __ . __ . _\r +A,0.50,-0.250,0,-0.250\r +*DASHDOT2,_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._.\r +A,0.25,-0.125,0,-0.125\r +*DASHDOTX2,____ . ____ . ____ . ____ . ____ . ____ . ____ \r +A,1.0,-0.5,0,-0.5\r +\r +*DASHED,__ __ __ __ __ __ __ __ __ __ __ __ __ __ __ __ __ __ __ __ __\r +A,0.50,-0.250\r +*DASHED2,_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _\r +A,0.250,-0.1250\r +*DASHEDX2,____ ____ ____ ____ ____ ____ ____ ____ ____ ____ \r +A,1.0,-0.5\r +\r +*DIVIDE,____ . . ____ . . ____ . . ____ . . ____ . . ____ . . ____ . .\r +A,0.50,-0.25,0,-0.25,0,-0.25\r +*DIVIDE2,__..__..__..__..__..__..__..__..__..__..__..__..__..__..__..__..\r +A,0.25,-0.125,0,-0.125,0,-0.125\r +*DIVIDEX2,________ . . ________ . . ________ . . ________ . .\r +A,1.0,-0.5,0,-0.5,0,-0.50\r +\r +*DOT,. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .\r +A,0,-0.25\r +*DOT2,................................................................\r +A,0,-0.125\r +*DOTX2,. . . . . . . . . . . . . . . . . . . . . \r +A,0,-0.5\r +\r +*HIDDEN,__ __ __ __ __ __ __ __ __ __ __ __ __ __ __ __ __ __ __ __ __ \r +A,0.250,-0.1250\r +*HIDDEN2,_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _\r +A,0.125,-0.06250\r +*HIDDENX2,____ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ \r +A,0.5,-0.25\r +\r +*PHANTOM,______ __ __ ______ __ __ ______ __ __ ______ __ __\r +A,1.25,-0.25,0.250,-0.25,0.25,-0.25\r +*PHANTOM2,___ _ _ ___ _ _ ___ _ _ ___ _ _ ___ _ _ ___ _ _ ___ _ _ ___ _ _\r +A,0.625,-0.125,0.1250,-0.125,0.125,-0.1250\r +*PHANTOMX2,____________ ____ ____ ____________ ____ ____ \r +A,2.5,-0.5,0.5,-0.5,0.50,-0.5\r +\r +*PHANTOM4,___ _ _ ___ _ _ (1/2 of Phantom2)__ _ _ ___ _ _ ___ _ _ ___ _ _\r +A,0.3125,-0.0625,0.0625,-0.0625,0.0625,-0.0625\r +\r +*PHANTOM8,___ _ _ ___ _ _ (1/2 of Phantom4)__ _ _ ___ _ _ ___ _ _ ___ _ _\r +A,0.15625,-0.03125,0.03125,-0.03125,0.03125,-0.03125\r +\r +*BORDER4,__.__.__.__.__.__._ (1/2 of Border2) _.__.__.__.__.__.__.__.__ \r +A,0.125,-0.0625,0.125,-0.0625,0,-0.0625\r +\r +*CENTER4,___ _ ___ _ ___ _ __ (1/2 of Center2)__ _ ___ _ ___ _ ___ _ _\r +A,0.375,-0.0625,0.0625,-0.0625\r +*CENTER8,___ _ ___ _ ___ _ __ (1/2 of Center4)__ _ ___ _ ___ _ ___ _ _\r +A,0.1875,-0.03125,0.03125,-0.03125\r +\r +*CENTERF,_____ _ _____ (Finer short dashes than Center) _____\r +A,1.25,-0.125,0.125,-0.125\r +*CENTERF2,___ _ ___ _ ___ _ ___ _ ___ _ ___ _ ___ _ ___ _ ___ _ ___ _ _\r +A,0.75,-0.0625,0.0625,-0.0625\r +;; Auto-Arch additions for finer linetypes.\r +*CENTERF4,___ _ ___ _ ___ _ __ (1/2 of CenterF2)__ _ ___ _ ___ _ ___ _ _\r +A,0.375,-0.03125,0.03125,-0.03125\r +*CENTERF8,___ _ ___ _ ___ _ __ (1/2 of CenterF4)__ _ ___ _ ___ _ ___ _ _\r +A,0.1875,-0.0015625,0.0015625,-0.0015625\r +\r +*DASHED4,_ _ _ _ _ _ _ _ (1/2 of Dashed2)_ _ _ _ _ _ _ _ _ _ _ _ _ _ _\r +A,0.125,-0.0625\r +*DASHED8,_ _ _ _ _ _ _ _ (1/2 of Dashed4)_ _ _ _ _ _ _ _ _ _ _ _ _ _ _\r +A,0.0625,-0.03125\r +\r +*DEMOx2,____ ____ ____ ____ ____\r +A,0.250,-0.5\r +*DEMO,__ __ __ __ __ __ __ __ __ __ __\r +A,0.125,-0.25\r +*DEMO2,_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _\r +A,0.0625,-0.125\r +*DEMO4,_ _ _ _ _ _ (1/2 of Demo2) _ _ _ _ _ _ _ _ _ _ _\r +A,0.0625,-0.125\r +*DEMO8,_ _ _ _ _ _ (1/2 of Demo4) _ _ _ _ _ _ _ _ _ _ _\r +A,0.03125,-0.0625\r +\r +*INVISIBLE,. (Dot at endpoints only) .\r +A,0,-1000\r +\r +*DOT4,...................(1/2 of Dot2)................................\r +A,0,-0.06125\r +*DOT8,...................(1/2 of Dot4)................................\r +A,0,-0.03125\r +*DOT16,..................(1/2 of Dot8)................................\r +A,0,-0.0015625\r +\r +*HIDDEN4,_ _ _ _ _ _ _ _ (1/2 of Hidden2)_ _ _ _ _ _ _ _ _ _ _ _ _ _\r +A,0.0625,-0.03125\r +*HIDDEN8,_ _ _ _ _ _ _ _ (1/2 of Hidden4)_ _ _ _ _ _ _ _ _ _ _ _ _ _\r +A,0.03125,-0.015\r +\r +*JIS_02_0.7, Hot Water Supply __ __ __ __ __ __ __\r +A,0.8,-0.5\r +*JIS_02_1.0, HIDDEN 0.8 - - - - - - - - - -\r +A,0.8,-0.8\r +*JIS_02_1.2, HIDDEN01.25 - - - - - - - - - -\r +A,1.26,-1.26\r +*JIS_02_2.0, HIDDEN02 __ __ __ __ __ __ __ __ __ __ __ \r +A,1.99,-0.99\r +*JIS_02_4.0, HIDDEN04 ____ ____ ____ ____ ____ ____ ____ \r +A,3.999,-0.999\r +*JIS_08_11, ___ _ ___ _ ___ _ ___ _ ___ _ ___ _ ___\r +A,10.9999,-0.499,0.499,-0.499\r +*JIS_08_15, ____ _ ____ _ ____ _ ____ _ ____ _ ____\r +A,14.999,-0.499,0.499,-0.499\r +*JIS_08_25, ________ __ ________ __ ________ __\r +A,24.999,-1,0.8,-1\r +*JIS_08_37, _____________ __ _____________ __ _____________ __ \r +A,36.999,-1.0,0.8,-1\r +*JIS_08_50, , ___________________ __ ___________________ __ \r +A,49.999,-1.0,0.8,-1\r +*JIS_09_08, _____ _ _ _____ _ _ _____ _ _ _____ _ _ _____ _ _ \r +A,7.999,-0.5,0.5,-0.5,0.5,-0.5\r +*JIS_09_15, _________ _ _ _________ _ _ _________ _ _ _________ _ _ \r +A,14.999,-0.999,0.499,-0.999,0.499,-0.999\r +*JIS_09_29, _____________ _ _ _____________ _ _ _____________ _ _ \r +A,28.999,-1.499,0.999,-1.499,0.999,-1.499\r +*JIS_09_50, _______________________ __ __ _______________________\r +A,49.999,-1.499,0.999,-1.499,0.999,-1.499\r +\r +\r +\r +*CONTOUR,______ ______ ______ ______ ______ ______ ______ ______\r +A,0.375,-0.09375\r +*CONTOUR2,____ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ \r +A,0.25,-0.0625\r +*COLDWR,___ _ ____ _ _____ _ _____ _ _____ _ ____\r +A,0.25,-0.075,0.075,-0.075\r +*HOTWR,___ _ _ ___ _ _ ___ _ _ ___ _ _ ___ _ _ ___\r +A,0.25,-0.075,0.075,-0.075,0.075,-0.075\r +*HCW,_____ _ _ _ _____ _ _ _ _____ _ _ _ _____\r +A,1,-0.125,0.125,-0.125,0.125,-0.125,0.125,-0.125\r +*BOUNDARY,___________ __ __ ___________ __ __ ______ \r +A,1.75,-0.125,0.125,-0.125,0.125,-0.125\r +*BOUNDARY2,______ _ _ ______ _ _ ______ _ _ ______ _ _ ______\r +A,1,-0.0625,0.0625,-0.0625,0.0625,-0.0625\r +*STREAM,_________ . . ___________ . . ___________\r +A,1,-0.125,0,-0.125,0,-0.125 \r +*PNEUM,__ ___ ___ ___ ___ ___ ___ ___ ___ ___ __\r +A,0.2,-0.1,0.2,-0.1\r +*WASTE,__ __ __ __ __ __ __ __ __ __ __ __ __ __\r +A,0.25,-0.125\r +*2DASHES,____ _ _ _____ _ _ ____ _ _ ____ _ _ ____\r +A,0.75,-0.25,0.1,-0.25,0.1,-0.25\r +*EWIREUP,__ . __ . __ . __ . __ . __ . __ . __ .__\r +A,0.25,-.075,0,-.075\r +*EWCELL,___ ___ . ___ ___ . __ __ . __ __ . __ __\r +A,0.25,-0.075,0.25,-.075,0,-.075\r +\r +*EVENDASH,-- -- -- -- -- -- -- -- -- -- --\r +A,0.125,-0.125\r +\r +;; Additional Plumbing linetypes\r +*DCW,Domestic Cold Water ___ _ ______________ _ ____\r +A,1.25,-0.06,0.08,-0.06\r +*DCW2,Domestic Cold Water __ _ ______ _ _____ _ ____\r +A,0.625,-0.03,0.04,-0.03\r +*DCWX2,Domestic Cold Water ________ ___ __________\r +A,2.5,-0.12,0.16,-0.12\r +*DHW,Domestic Hot Water ___ _ _ ___________ _ _ ____\r +A,1.25,-0.06,0.08,-0.06,0.08,-0.06\r +*DHW2,Domestic Hot Water __ _ _ _____ _ _ ____ _ _ __\r +A,0.625,-0.03,0.04,-0.03,0.04,-0.03\r +*DHWX2,Domestic Hot Water _____ ___ ___ ___ _____\r +A,2.5,-0.12,0.16,-0.12,0.16,-0.12\r +*DHWR,Domestic Hot Wtr Return _____ __ __ __ ________\r +A,1.25,-0.06,0.08,-0.06,0.08,-0.06,0.08,-0.06\r +*DHWR2,Domestic Hot Wtr Return ___ _ _ _ ____________\r +A,0.625,-0.03,0.04,-0.03,0.04,-0.03,0.04,-0.03\r +*DHWRX2,Domestic Hot Wtr Return ____ ___ ____ ____ ____\r +A,2.5,-0.12,0.16,-0.12,0.16,-0.12,0.16,-0.12\r +*VENT,Sanitary Vent Pipe __ __ __ __ __ __ __ __ __ __\r +A,0.16,-0.08\r +*VENT2,Sanitary Vent Pipe _ _ _ _ _ _ _ _ _ _ _ _ _ _ _\r +A,0.08,-0.04\r +*VENTX2,Sanitary Vent Pipe ____ ____ ____ ___\r +A,0.32,-0.16\r +*COND,Steam Condensate __ __ __ __ __ __ __ __ __ __ __\r +A,0.16,-0.08\r +*COND2,Steam Condensate _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _\r +A,0.08,-0.04\r +*CONDX2,Steam Condensate ____ ____ ____ ____\r +A,0.32,-0.16\r +\r +;;; ISO LINTYPES\r +*DaL013,02b013 Dashed line 0.13mm\r +A,1.56,-0.39\r +*DaSpL013,03b013 Dashed space line 0.13mm\r +A,1.56,-2.34\r +*LDaDoL013,04b013 Long dashed dotted line 0.13mm \r +A,3.12,-0.39,0.065,-0.39\r +*LDaDbDoL,05b013 Long dash double dotted line 0.13mm \r +A,3.12,-0.39,0.065,-0.39,0.065,-0.39\r +*LDaTrDoL,06b013 Long dashed triplicate dotted line 0.13mm \r +A,3.12,-0.39,0.065,-0.39,0.065,-0.39,0.065,-0.39\r +*DoL013,07b013 Dotted line\r +A,0.065,-0.39\r +*LDaShDaL013,08b013 Long dashed short dashed line 0.13mm \r +A,3.12,-0.39,0.78,-0.39\r +*09b013,Long dashed double-short-dashed line 0.13mm \r +A,3.12,-0.39,0.78,-0.39,0.78,-0.39\r +*10b013,Dashed dotted line 0.13mm \r +A,1.56,-0.39,0.065,-0.39\r +*11b013,Double-dashed dotted line 0.13mm \r +A,1.56,-0.39,1.56,-0.39,0.065,-0.39\r +*12b013,Dashed double-dotted line 0.13mm \r +A,1.56,-0.39,0.065,-0.39,0.065,-0.39\r +*13b013,Double-dashed double-dotted line 0.13mm \r +A,1.56,-0.39,1.56,-0.39,0.065,-0.39,0.065,-0.39\r +*14b013,Dashed triplicate-dotted line 0.13mm \r +A,1.56,-0.39,0.065,-0.39,0.065,-0.39,0.065,-0.39\r +*15b013,Double-dashed triplicate-dotted line 0.13mm \r +A,1.56,-0.39,1.56,-0.39,0.065,-0.39,0.065,-0.39,0.065,-0.39\r +*02b018,Dashed line 0.18mm \r +A,2.16,-0.54\r +*03b018,Dashed space line 0.18mm \r +A,2.16,-3.24\r +*04b018,Long dashed dotted line 0.18mm \r +A,4.32,-0.54,0.09,-0.54\r +*05b018,Long dash double dotted line 0.18mm \r +A,4.32,-0.54,0.09,-0.54,0.09,-0.54\r +*06b018,Long dashed triplicate dotted line 0.18mm \r +A,4.32,-0.54,0.09,-0.54,0.09,-0.54,0.09,-0.54\r +*07b018,Lotted line\r +A,0.09,-0.54\r +*08b018,Long dashed short dashed line 0.18mm \r +A,4.32,-0.54,1.08,-0.54\r +*09b018,Long dashed double-short-dashed line 0.18mm \r +A,4.32,-0.54,1.08,-0.54,1.08,-0.54\r +*10b018,Dashed dotted line 0.18mm \r +A,2.16,-0.54,0.09,-0.54\r +*11b018,Double-dashed dotted line 0.18mm \r +A,2.16,-0.54,2.16,-0.54,.09,-0.54\r +*12b018,Dashed double-dotted line 0.18mm \r +A,2.16,-0.54,0.09,-0.54,0.09,-0.54\r +*13b018,Double-dashed double-dotted line 0.18mm \r +A,2.16,-0.54,2.16,-0.54,0.09,-0.54,0.09,-0.54\r +*14b018,Dashed triplicate-dotted line 0.18mm \r +A,2.16,-0.54,0.09,-0.54,0.09,-0.54,0.09,-0.54\r +*15b018,Double-dashed triplicate-dotted line 0.18mm \r +A,2.16,-0.54,2.16,-0.54,0.09,-0.54,0.09,-0.54,0.09,-0.54\r +*02b025,Dashed Line 0.25mm \r +A,3,-0.75\r +*03b025,Dashed space line 0.25mm \r +A,3,-4.5\r +*04b025,Long dashed dotted line 0.25mm \r +A,6,-0.75,0.125,-0.75\r +*05b025,Long dash double dotted line 0.25mm \r +A,6,-0.75,0.125,-0.75,0.125,-0.75\r +*06b025,Long dashed triplicate dotted line 0.25mm \r +A,6,-0.75,0.125,-0.75,0.125,-0.75,0.125,-0.75\r +*07b025,Dotted line 0.25 mm \r +A,0.125,-0.75\r +*08b025,Long dashed short dashed line 0.25mm \r +A,6,-0.75,1.5,-0.75\r +*09b025,Long dashed double-short-dashed line 0.25mm \r +A,6,-0.75,1.5,-0.75,1.5,-0.75\r +*10b025,Dashed dotted line 0.25mm \r +A,3,-0.75,0.125,-0.75\r +*11b025,Double-dashed dotted line 0.25mm \r +A,3,-0.75,3,-0.75,0.125,-0.75\r +*12b025,Dashed double-dotted line 0.25mm \r +A,3,-0.75,0.125,-0.75,0.125,-0.75\r +*13b025,Double-dashed double-dotted line 0.25mm \r +A,3,-0.75,3,-0.75,0.125,-0.75,0.125,-0.75\r +*14b025,Dashed triplicate-dotted line 0.25mm \r +A,3,-0.75,0.125,-0.75,0.125,-0.75,0.125,-0.75\r +*15b025,Double-dashed triplicate-dotted line 0.25mm \r +A,3,-0.75,3,-0.75,0.125,-0.75,0.125,-0.75,0.125,-0.75\r +*02b035,Dashed line 0.35mm \r +A,4.2,-1.05\r +*03b035,Dashed space line 0.35mm \r +A,4.2,-6.3\r +*04b035,Long dashed dotted line 0.35mm \r +A,8.4,-1.05,0.175,-1.05\r +*05b035,Long dash double dotted line 0.35mm \r +A,8.4,-1.05,0.175,-1.05,0.175,-1.05\r +*06b035,Long dashed triplicate dotted line 0.35mm \r +A,8.4,-1.05,.175,-1.05,.175,-1.05,0.175,-1.05\r +*07b035,Dotted line 0.35mm \r +A,.175,-1.05\r +*08b035,Long dashed short dashed line 0.35mm \r +A,8.4,-1.05,2.1,-1.05\r +*09b035,Long dashed double-short-dashed line 0.35mm \r +A,8.4,-1.05,2.1,-1.05,2.1,-1.05\r +*10b035,Lashed dotted line 0.35mm \r +A,4.2,-1.05,0.175,-1.05\r +*11b035,Double-dashed dotted line 0.35mm \r +A,4.2,-1.05,4.2,-1.05,.175,-1.05\r +*12b035,Dashed double-dotted line 0.35mm \r +A,4.2,-1.05,.175,-1.05,.175,-1.05\r +*13b035,Double-dashed double-dotted line 0.35mm \r +A,4.2,-1.05,4.2,-1.05,.175,-1.05,.175,-1.05\r +*14b035,Dashed triplicate-dotted line 0.35mm \r +A,4.2,-1.05,.175,-1.05,.175,-1.05,.175,-1.05\r +*15b035,Double-dashed triplicate-dotted line 0.35mm \r +A,4.2,-1.05,4.2,-1.05,.175,-1.05,.175,-1.05,.175,-1.05\r +*02b05,Dashed line 0.5mm \r +A,6,-1.5\r +*03b05,Dashed space line 0.5mm \r +A,6,-9\r +*04b05,Long dashed dotted line 0.5mm \r +A,12,-1.5,0.25,-1.5\r +*05b05,Long dash double dotted line 0.5mm \r +A,12,-1.5,0.25,-1.5,0.25,-1.5\r +*06b05,Long dashed triplicate dotted line 0.5mm \r +A,12,-1.5,0.25,-1.5,.25,-1.5,0.25,-1.5\r +*07b05,Dotted line 0.5mm \r +A,0.25,-1.5\r +*08b05,Long dashed short dashed line 0.5mm \r +A,12,-1.5,3,-1.5\r +*09b05,Long dashed double-short-dashed line 0.5mm \r +A,12,-1.5,3,-1.5,3,-1.5\r +*10b05,Dashed dotted line 0.5mm \r +A,6,-1.5,0.25,-1.5\r +*11b05,Double-dashed dotted line 0.5mm \r +A,6,-1.5,6,-1.5,0.25,-1.5\r +*12b05,Dashed double-dotted line 0.5mm \r +A,6,-1.5,.25,-1.5,0.25,-1.5\r +*13b05,Double-dashed double-dotted line 0.5mm \r +A,6,-1.5,6,-1.5,0.25,-1.5,0.25,-1.5\r +*14b05,Dashed triplicate-dotted line 0.5mm \r +A,6,-1.5,0.25,-1.5,0.25,-1.5,0.25,-1.5\r +*15b05,Double-dashed triplicate-dotted line 0.5mm \r +A,6,-1.5,6,-1.5,0.25,-1.5,0.25,-1.5,0.25,-1.5\r +*02b07,Dashed Line 0.7mm \r +A,8.4,-2.1\r +*03b07,Dashed space line 0.7mm \r +A,8.4,-12.6\r +*04b07,Long dashed dotted line 0.7mm \r +A,16.8,-2.1,0.35,-2.1\r +*05b07,Long dash double dotted line 0.7mm \r +A,16.8,-2.1,0.35,-2.1,0.35,-2.1\r +*06b07,Long dashed triplicate dotted line 0.7mm \r +A,16.8,-2.1,0.35,-2.1,0.35,-2.1,0.35,-2.1\r +*07b07,Dotted line 0.7mm \r +A,0.35,-2.1\r +*08b07,Long dashed short dashed line 0.7mm \r +A,16.8,-2.1,4.2,-2.1\r +*09b07,Long dashed double-short-dashed line 0.7mm \r +A,16.8,-2.1,4.2,-2.1,4.2,-2.1\r +*10b07,Dashed dotted line 0.7mm \r +A,8.4,-2.1,0.35,-2.1\r +*11b07,Double-dashed dotted line 0.7mm \r +A,8.4,-2.1,8.4,-2.1,0.35,-2.1\r +*12b07,Dashed double-dotted line 0.7mm \r +A,8.4,-2.1,0.35,-2.1,0.35,-2.1\r +*13b07,Double-dashed double-dotted line 0.7mm \r +A,8.4,-2.1,8.4,-2.1,0.35,-2.1,0.35,-2.1\r +*14b07,Dashed triplicate-dotted line 0.7mm \r +A,8.4,-2.1,0.35,-2.1,0.35,-2.1,0.35,-2.1\r +*15b07,Double-dashed triplicate-dotted line 0.7mm \r +A,8.4,-2.1,8.4,-2.1,0.35,-2.1,0.35,-2.1,0.35,-2.1\r +*02b1,Dashed Line 1mm \r +A,12,-3\r +*03b1,Dashed space line 1mm \r +A,12,-18\r +*04b1,Long dashed dotted line 1mm \r +A,24,-3,.5,-3\r +*05b1,Long dash double dotted line 1mm \r +A,24,-3,.5,-3,.5,-3\r +*06b1,Long dashed triplicate dotted line 1mm \r +A,24,-3,.5,-3,.5,-3,.5,-3\r +*07b1,Dotted line\r +A,.5,-3\r +*08b1,Long dashed short dashed line 1mm \r +A,24,-3,6,-3\r +*09b1,Long dashed double-short-dashed line 1mm \r +A,24,-3,6,-3,6,-3\r +*10b1,Dashed dotted line 1mm \r +A,12,-3,.5,-3\r +*11b1,Double-dashed dotted line 1mm \r +A,12,-3,12,-3,0.5,-3\r +*12b1,Dashed double-dotted line 1mm \r +A,12,-3,0.5,-3,0.5,-3\r +*13b1,Double-dashed double-dotted line 1mm \r +A,12,-3,12,-3,0.5,-3,0.5,-3\r +*14b1,Dashed triplicate-dotted line 1mm \r +A,12,-3,0.5,-3,0.5,-3,0.5,-3\r +*15b1,Double-dashed triplicate-dotted line 1mm \r +A,12,-3,12,-3,0.5,-3,.5,-3,0.5,-3\r +*02b14,Dashed Line 1.4mm \r +A,16.8,-4.2\r +*03b14,Dashed space line 1.4mm \r +A,16.8,25.2\r +*04b14,Long dashed dotted line 1.4mm \r +A,33.6,-4.2,.7,-4.2\r +*05b14,Long dash double dotted line 1.4mm \r +A,33.6,-4.2,.7,-4.2,.7,-4.2\r +*06b14,Long dashed triplicate dotted line 1.4mm \r +A,33.6,-4.2,.7,-4.2,.7,-4.2,.7,-4.2\r +*07b14,Dotted line 1.4mm \r +A,.7,-4.2\r +*08b14,Long dashed short dashed line 1.4mm \r +A,33.6,-4.2,8.4,-4.2\r +*09b14,Long dashed double-short-dashed line 1.4mm \r +A,33.6,-4.2,8.4,-4.2,8.4,-4.2\r +*10b14,Dashed dotted line 1.4mm \r +A,16.8,-4.2,.7,-4.2\r +*11b14,Double-dashed dotted line 1.4mm \r +A,16.8,-4.2,16.8,-4.2,.7,-4.2\r +*12b14,Dashed double-dotted line 1.4mm \r +A,16.8,-4.2,.7,-4.2,.7,-4.2\r +*13b14,Double-dashed double-dotted line 1.4mm \r +A,16.8,-4.2,16.8,-4.2,.7,-4.2,.7,-4.2\r +*14b14,Dashed triplicate-dotted line 1.4mm \r +A,16.8,-4.2,.7,-4.2,.7,-4.2,.7,-4.2\r +*15b14,Double-dashed triplicate-dotted line 1.4mm \r +A,16.8,-4.2,16.8,-4.2,.7,-4.2,.7,-4.2,.7,-4.2\r +*02b2,Dashed Line 2mm \r +A,24,-6\r +*03b2,Dashed space line 2mm \r +A,24,-36\r +*04b2,Long dashed dotted line 2mm \r +A,48,-6,1,-6\r +*05b2,Long dash double dotted line 2mm \r +A,48,-6,1,-6,1,-6\r +*06b2,Long dashed triplicate dotted line 2mm \r +A,48,-6,1,-6,1,-6,1,-6\r +*07b2,Dotted line 2mm \r +A,1,-6\r +*08b2,Long dashed short dashed line 2mm \r +A,48,-6,12,-6\r +*09b2,Long dashed double-short-dashed line 2mm \r +A,48,-6,12,-6,12,-6\r +*10b2,Dashed dotted line 2mm \r +A,24,-6,1,-6\r +*11b2,Double-dashed dotted line 2mm \r +A,24,-6,24,-6,1,-6\r +*12b2,Dashed double-dotted line 2mm \r +A,24,-6,1,-6,1,-6\r +*13b2,Double-dashed double-dotted line 2mm \r +A,24,-6,24,-6,1,-6,1,-6\r +*14b2,Dashed triplicate-dotted line 2mm \r +A,24,-6,1,-6,1,-6,1,-6\r +*15b2,Double-dashed triplicate-dotted line 2mm \r +A,24,-6,24,-6,1,-6,1,-6,1,-6\r +;; Complex linetypes using standard style\r +*FENCELINE1,Fenceline_circle ----0-----0----0-----0----0-----0--\r +A,.25,-.1,[CIRC1,ltypeshp.shx,x=-.1,s=.1],-.1,.1\r +*FENCELINE2,Fenceline square ----[]-----[]----[]-----[]----[]---\r +A,.25,-.1,[BOX,ltypeshp.shx,x=-.1,s=.1],-.1,1\r +*TRACKS,Tracks -|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-\r +A,.15,[TRACK1,ltypeshp.shx,s=.25],.15\r +*MAP,Map line ----MAP----MAP----MAP----MAP----MAP---- \r +A,.5,-.2,["MAP",STANDARD,S=.1,R=0.0,X=-0.1,Y=-.05],-.25\r +*BATTING,Batting SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS\r +A,.0001,-.1,[BAT,ltypeshp.shx,x=-.1,s=.1],-.2,[BAT,ltypeshp.shx,r=180,x=.1,s=.1],-.1\r +*ZIGZAG,Zig zag /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\/\\/\\/\\/\\/\\/\\/\\/\\/\\/\\/\\/\\/\\/\r +A,.0001,-.2,[ZIG,ltypeshp.shx,x=-.2,s=.2],-.4,[ZIG,ltypeshp.shx,r=180,x=.2,s=.2],-.2\r +*HOT_WATER_SUPPLY,Hot water supply ---- HW ---- HW ---- HW ----\r +A,12.7,-5.08,["HW",STANDARD,S=2.54,R=0.0,X=-2.54,Y=-1.27],-5.08\r +*GAS_LINE,Gas line ----GAS----GAS----GAS----GAS----GAS----GAS--\r +A,.5,-.2,["GAS",STANDARD,S=.1,U=0.0,X=-0.1,Y=-.05],-.25\r +*SMILEYS,Smiley line ---- :^) ---- 8) ---- :^) ----\r +A,12.7,-5.08,[":^)",STANDARD,S=2.54,R=0.0,X=-2.54,Y=-1.27],-5.08,12.7,-5.08,["8)",STANDARD,S=2.54,R=0.0,X=-2.54,Y=-1.27],-5.08\r +\r +;------------Slope--------------\r +*SLOPE,1B 1S |-|-|-|-|-|-|-|-|-|-|-|-\r +A,0.13,[TRACK1,ltypeshp.shx,S=0.52,R=0.0,X=0,Y=0.52],0.26,[TRACK1,ltypeshp.shx,S=0.26,R=0.0,X=0,Y=0.26],0.13\r +*SLOPE-D, 1B 1S Double |-|-|-|-|-|-|-|-|-|-|-|-\r +A,0.13,[TRACK1,ltypeshp.shx,S=1.04,R=0.0,X=0,Y=1.04],0.26,[TRACK1,ltypeshp.shx,S=0.26,R=0.0,X=0,Y=0.26],0.13\r +*SLOPE2, 1B 2S ||-||-||-||-||-||-||-||-||-||-||-||-\r +A,0.13,[TRACK1,ltypeshp.shx,S=0.52,R=0.0,X=0,Y=0.52],0.26,[TRACK1,ltypeshp.shx,S=0.26,R=0.0,X=0,Y=0.52],0.26,[TRACK1,ltypeshp.shx,S=0.26,R=0.0,X=0,Y=0.26],0.13\r +*SLOPE2-D, 1B 2S Double ||-||-||-||-||-||-||-||-||-||-||-||-\r +A,0.13,[TRACK1,ltypeshp.shx,S=1.04,R=0.0,X=0,Y=1.04],0.26,[TRACK1,ltypeshp.shx,S=0.26,R=0.0,X=0,Y=0.52],0.26,[TRACK1,ltypeshp.shx,S=0.26,R=0.0,X=0,Y=0.26],0.13\r +*SLOPE3, 1B 3S |||-|||-|||-|||-|||-|||-|||-|||-|||-|||-|||-|||-\r +A,0.13,[TRACK1,ltypeshp.shx,S=0.52,R=0.0,X=0,Y=0.52],0.26,[TRACK1,ltypeshp.shx,S=0.26,R=0.0,X=0,Y=0.52],0.26,[TRACK1,ltypeshp.shx,S=0.26,R=0.0,X=0,Y=0.52],0.26,[TRACK1,ltypeshp.shx,S=0.26,R=0.0,X=0,Y=0.26],0.13\r +*SLOPE3-D, 1B 3S Double |||-|||-|||-|||-|||-|||-|||-|||-|||-|||-|||-|||-\r +A,0.13,[TRACK1,ltypeshp.shx,S=1.04,R=0.0,X=0,Y=1.04],0.26,[TRACK1,ltypeshp.shx,S=0.26,R=0.0,X=0,Y=0.52],0.26,[TRACK1,ltypeshp.shx,S=0.26,R=0.0,X=0,Y=0.52],0.26,[TRACK1,ltypeshp.shx,S=0.26,R=0.0,X=0,Y=0.26],0.13\r +*SLOPE4, 1B 4S ||||-||||-||||-||||-||||-||||-||||-||||-||||-||||-\r +A,0.13,[TRACK1,ltypeshp.shx,S=0.52,R=0.0,X=0,Y=0.52],0.26,[TRACK1,ltypeshp.shx,S=0.26,R=0.0,X=0,Y=0.52],0.26,[TRACK1,ltypeshp.shx,S=0.26,R=0.0,X=0,Y=0.52],0.26,[TRACK1,ltypeshp.shx,S=0.26,R=0.0,X=0,Y=0.52],0.26,[TRACK1,ltypeshp.shx,S=0.26,R=0.0,X=0,Y=0.26],0.13\r +*SLOPE4-D, 1B 4S Double ||||-||||-||||-||||-||||-||||-||||-||||-||||-||||-\r +A,0.13,[TRACK1,ltypeshp.shx,S=1.04,R=0.0,X=0,Y=1.04],0.26,[TRACK1,ltypeshp.shx,S=0.26,R=0.0,X=0,Y=0.52],0.26,[TRACK1,ltypeshp.shx,S=0.26,R=0.0,X=0,Y=0.52],0.26,[TRACK1,ltypeshp.shx,S=0.26,R=0.0,X=0,Y=0.52],0.26,[TRACK1,ltypeshp.shx,S=0.26,R=0.0,X=0,Y=0.26],0.13\r +*SLOPE5, 1B 5S |||||-|||||-|||||-|||||-|||||-|||||-|||||-|||||-|||||-|||||-\r +A,0.13,[TRACK1,ltypeshp.shx,S=0.52,R=0.0,X=0,Y=0.52],0.26,[TRACK1,ltypeshp.shx,S=0.26,R=0.0,X=0,Y=0.52],0.26,[TRACK1,ltypeshp.shx,S=0.26,R=0.0,X=0,Y=0.52],0.26,[TRACK1,ltypeshp.shx,S=0.26,R=0.0,X=0,Y=0.52],0.26,[TRACK1,ltypeshp.shx,S=0.26,R=0.0,X=0,Y=0.52],0.26,[TRACK1,ltypeshp.shx,S=0.26,R=0.0,X=0,Y=0.26],0.13\r +*SLOPE5-D, 1B 5S Double |||||-|||||-|||||-|||||-|||||-|||||-|||||-|||||-|||||-|||||-\r +A,0.13,[TRACK1,ltypeshp.shx,S=1.04,R=0.0,X=0,Y=1.04],0.26,[TRACK1,ltypeshp.shx,S=0.26,R=0.0,X=0,Y=0.52],0.26,[TRACK1,ltypeshp.shx,S=0.26,R=0.0,X=0,Y=0.52],0.26,[TRACK1,ltypeshp.shx,S=0.26,R=0.0,X=0,Y=0.52],0.26,[TRACK1,ltypeshp.shx,S=0.26,R=0.0,X=0,Y=0.52],0.26,[TRACK1,ltypeshp.shx,S=0.26,R=0.0,X=0,Y=0.26],0.13\r +\r +;------------Alphabets--------------\r +*Letter A, ---- A ---- A ---- A ---- A ---- A ----\r +A,1.0,-0.5,["A",standard,S=1,R=0,X=0,Y=-0.5],-1.5\r +*Letter B, ---- B ---- B ---- B ---- B ---- B ----\r +A,1.0,-0.5,["B",standard,S=1,R=0,X=0,Y=-0.5],-1.5\r +*Letter C,---- C ---- C ---- C ---- C ---- C ----\r +A,1.0,-0.5,["C",standard,S=1,R=0,X=0,Y=-0.5],-1.5\r +*Letter D, ---- D ---- D ---- D ---- D ---- D ----\r +A,1.0,-0.5,["D",standard,S=1,R=0,X=0,Y=-0.5],-1.5\r +*Letter E, ---- E ---- E ---- E ---- E ---- E ----\r +A,1.0,-0.5,["E",standard,S=1,R=0,X=0,Y=-0.5],-1.5\r +*Letter F, ---- F ---- F ---- F ---- F ---- F ----\r +A,1.0,-0.5,["F",standard,S=1,R=0,X=0,Y=-0.5],-1.5\r +*Letter G, ---- G ---- G ---- G ---- G ---- G ----\r +A,1.0,-0.5,["G",standard,S=1,R=0,X=0,Y=-0.5],-1.5\r +*Letter H, ---- H ---- H ---- H ---- H ---- H ----\r +A,1.0,-0.5,["H",standard,S=1,R=0,X=0,Y=-0.5],-1.5\r +*Letter I, ---- I ---- I ---- I ---- I ---- I ----\r +A,1.0,-0.5,["I",standard,S=1,R=0,X=0,Y=-0.5],-1.5\r +*Letter J, ---- J ---- J ---- J ---- J ---- J ----\r +A,1.0,-0.5,["J",standard,S=1,R=0,X=0,Y=-0.5],-1.5\r +*Letter K, ---- K ---- K ---- K ---- K ---- K ----\r +A,1.0,-0.5,["K",standard,S=1,R=0,X=0,Y=-0.5],-1.5\r +*Letter L, ---- L ---- L ---- L ---- L ---- L ----\r +A,1.0,-0.5,["L",standard,S=1,R=0,X=0,Y=-0.5],-1.5\r +*Letter M, ---- M ---- M ---- M ---- M ---- M ----\r +A,1.0,-0.5,["M",standard,S=1,R=0,X=0,Y=-0.5],-1.5\r +*Letter N, ---- N ---- N ---- N ---- N ---- N ----\r +A,1.0,-0.5,["N",standard,S=1,R=0,X=0,Y=-0.5],-1.5\r +*Letter O, ---- O ---- O ---- O ---- O ---- O ----\r +A,1.0,-0.5,["O",standard,S=1,R=0,X=0,Y=-0.5],-1.5\r +*Letter P, ---- P ---- P ---- P ---- P ---- P ----\r +A,1.0,-0.5,["P",standard,S=1,R=0,X=0,Y=-0.5],-1.5\r +*Letter Q, ---- Q ---- Q ---- Q ---- Q ---- Q ----\r +A,1.0,-0.5,["Q",standard,S=1,R=0,X=0,Y=-0.5],-1.5\r +*Letter R, ---- R ---- R ---- R ---- R ---- R ----\r +A,1.0,-0.5,["R",standard,S=1,R=0,X=0,Y=-0.5],-1.5\r +*Letter S, ---- S ---- S ---- S ---- S ---- S ----\r +A,1.0,-0.5,["S",standard,S=1,R=0,X=0,Y=-0.5],-1.5\r +*Letter T, ---- T ---- T ---- T ---- T ---- T ----\r +A,1.0,-0.5,["T",standard,S=1,R=0,X=0,Y=-0.5],-1.5\r +*Letter U, ---- U ---- U ---- U ---- U ---- U ----\r +A,1.0,-0.5,["U",standard,S=1,R=0,X=0,Y=-0.5],-1.5\r +*Letter V, ---- V ---- V ---- V ---- V ---- V ----\r +A,1.0,-0.5,["V",standard,S=1,R=0,X=0,Y=-0.5],-1.5\r +*Letter W, ---- W ---- W ---- W ---- W ---- W ----\r +A,1.0,-0.5,["W",standard,S=1,R=0,X=0,Y=-0.5],-1.5\r +*Letter X, ---- X ---- X ---- X ---- X ---- X ----\r +A,1.0,-0.5,["X",standard,S=1,R=0,X=0,Y=-0.5],-1.5\r +*Letter Y, ---- Y ---- Y ---- Y ---- Y ---- Y ----\r +A,1.0,-0.5,["Y",standard,S=1,R=0,X=0,Y=-0.5],-1.5\r +*Letter Z, ---- Z ---- Z ---- Z ---- Z ---- Z ----\r +A,1.0,-0.5,["Z",standard,S=1,R=0,X=0,Y=-0.5],-1.5\r +\r +;------------Numericals--------------\r +*Numbers 0, ---- 0 ---- 0 ---- 0 ---- 0 ---- 0 ----\r +A,1.0,-0.5,["0",standard,S=1,R=0,X=0,Y=-0.5],-1.5\r +*Numbers 1, ---- 1 ---- 1 ---- 1 ---- 1 ---- 1 ----\r +A,1.0,-0.5,["1",standard,S=1,R=0,X=0,Y=-0.5],-1.5\r +*Numbers 2, ---- 2 ---- 2 ---- 2 ---- 2 ---- 2 ----\r +A,1.0,-0.5,["2",standard,S=1,R=0,X=0,Y=-0.5],-1.5\r +*Numbers 3, ---- 3 ---- 3 ---- 3 ---- 3 ---- 3 ----\r +A,1.0,-0.5,["3",standard,S=1,R=0,X=0,Y=-0.5],-1.5\r +*Numbers 4, ---- 4 ---- 4 ---- 4 ---- 4 ---- 4 ----\r +A,1.0,-0.5,["4",standard,S=1,R=0,X=0,Y=-0.5],-1.5\r +*Numbers 5, ---- 5 ---- 5 ---- 5 ---- 5 ---- 5 ----\r +A,1.0,-0.5,["5",standard,S=1,R=0,X=0,Y=-0.5],-1.5\r +*Numbers 6, ---- 6 ---- 6 ---- 6 ---- 6 ---- 6 ----\r +A,1.0,-0.5,["6",standard,S=1,R=0,X=0,Y=-0.5],-1.5\r +*Numbers 7, ---- 7 ---- 7 ---- 7 ---- 7 ---- 7 ----\r +A,1.0,-0.5,["7",standard,S=1,R=0,X=0,Y=-0.5],-1.5\r +*Numbers 8, ---- 8 ---- 8 ---- 8 ---- 8 ---- 8 ----\r +A,1.0,-0.5,["8",standard,S=1,R=0,X=0,Y=-0.5],-1.5\r +*Numbers 9, ---- 9 ---- 9 ---- 9 ---- 9 ---- 9 ----\r +A,1.0,-0.5,["9",standard,S=1,R=0,X=0,Y=-0.5],-1.5\r +\r +\r +`,C3=`;; ------------------------------------�� �� �� ��------------------------------------\r +;; �� �� ���� ���� ����(KOSDIC.lin)�� �Ǽ�CALS/EC ���ڵ��� �ۼ�ǥ���� �� ��Ͽ� ���ǵ� �� ������\r +;; AutoCAD ����ڿ��� �����ϱ� ���� ���۵Ǿ����ϴ�.\r +;; \r +;; ǥ�ع��� : �Ǽ�CALS/EC ���ڵ��� �ۼ�ǥ�� V1.1(2006.12)\r +;; ������� : �Ǽ�CALS/EC ������ �ѱ��Ǽ����������\r +;;\r +;; �����Ģ : 1/1 ��ô�� ����ũ�� 2.0mm�� ��� ������ ũ�⸦ ������\r +;; LIB ��Ģ : AutoCAD�� ANSI����(���� ��������� ����)�� ����Ű ���� 1/10�� ������\r +;; (��) ���� �� ���� ������ 2mm�̸� 0.2unit�� ����\r +;; ����Ģ : �ǹ����鿡 ����� ��� �������� ��Ģ�� ���յǷ��� ��������ô�� 10�踦 ������\r +;; (��) LTSCALE=10 (���� 8~10��), ������ô�� 1/5 �̸� LTSCALE=5x10��=50\r +;;\r +;; ISO���� �԰� 15��\r +// ���� AutoCAD ISO�� 25.4����� ������ �� ����\r +*A-ISONS01,ISO �����԰� 01 Continuous ________________________________\r +A,1,1\r +*A-ISONS02,ISO �����԰� 02 dash __ __ __ __ __ __ __ __ __ __ __ __ __\r +A,.47244,-.118111\r +*A-ISONS03,ISO �����԰� 03 dash space __ __ __ __ __ __\r +A,.47244,-.7086614\r +*A-ISONS04,ISO �����԰� 04 long-dash dot ____ . ____ . ____ . ____ . _\r +A,.94488,-.11811,0,-.11811\r +*A-ISONS05,ISO �����԰� 05 long-dash double-dot ____ .. ____ .. ____ . \r +A,.94488,-.11811,0,-.11811,0,-.11811\r +*A-ISONS06,ISO �����԰� 06 long-dash triple-dot ____ ... ____ ... ____\r +A,.94488,-.11811,0,-.11811,0,-.11811,0,-.11811\r +*A-ISONS07,ISO �����԰� 07 dot . . . . . . . . . . . . . . . . . . . . \r +A,0,-.11811\r +*A-ISONS08,ISO �����԰� 08 long-dash short-dash ____ __ ____ __ ____ _\r +A,.94488,-.11811,.94488,-.11811\r +*A-ISONS09,ISO �����԰� 09 long-dash double-short-dash ____ __ __ ____\r +A,.94488,-.11811,.94488,-.11811,.94488,-.11811\r +*A-ISONS10,ISO �����԰� 10 dash dot __ . __ . __ . __ . __ . __ . __ . \r +A,.47244,-.11811,0,-.11811\r +*A-ISONS11,ISO �����԰� 11 double-dash dot __ __ . __ __ . __ __ . __ _\r +A,.47244,-.11811,.47244,-.11811,0,-.11811\r +*A-ISONS12,ISO �����԰� 12 dash double-dot __ . . __ . . __ . . __ . . \r +A,.47244,-.11811,0,-.11811,0,-.11811\r +*A-ISONS13,ISO �����԰� 13 double-dash double-dot __ __ . . __ __ . . _\r +A,.47244,-.11811,.47244,-.11811,0,-.11811,0,-.11811\r +*A-ISONS14,ISO �����԰� 14 dash triple-dot __ . . . __ . . . __ . . . _\r +A,.47244,-.11811,0,-.11811,0,-.11811,0,-.11811\r +*A-ISONS15,ISO �����԰� 15 double-dash triple-dot __ __ . . . __ __ . .\r +A,.47244,-.11811,.47244,-.11811,0,-.11811,0,-.11811,0,-.11811\r +\r +;; ���CAD ����\r +*A-BORDR01,�ܰ���(�Ϲ�) Border __ __ . __ __ . __ __ . __ __ . __ __ .\r +A,.5,-.25,.5,-.25,0,-.25\r +*A-BORDR01H,�ܰ���(�ݹ��) Border (.5x) __.__.__.__.__.__.__.__.__.__.__.\r +A,.25,-.125,.25,-.125,0,-.125\r +*A-BORDR01X,�ܰ���(���) Border (2x) ____ ____ . ____ ____ . ___\r +A,1.0,-.5,1.0,-.5,0,-.5\r +*A-CENTR01,�߽ɼ�(�Ϲ�) Center ____ _ ____ _ ____ _ ____ _ ____ _ ____\r +A,1.25,-.25,.25,-.25\r +*A-CENTR01H,�߽ɼ�(�ݹ��) Center (.5x) ___ _ ___ _ ___ _ ___ _ ___ _ ___\r +A,.75,-.125,.125,-.125\r +*A-CENTR01X,�߽ɼ�(���) Center (2x) ________ __ ________ __ _____\r +A,2.5,-.5,.5,-.5\r +*A-DASDT01,�Ĵ�����(�Ϲ�) Dash dot __ . __ . __ . __ . __ . __ . __ . __\r +A,.5,-.25,0,-.25\r +*A-DASDT01H,�Ĵ�����(�ݹ��) Dash dot (.5x) _._._._._._._._._._._._._._._.\r +A,.25,-.125,0,-.125\r +*A-DASDT01X,�Ĵ�����(���) Dash dot (2x) ____ . ____ . ____ . ___\r +A,1.0,-.5,0,-.5\r +*A-DASHD01,�ļ�(�Ϲ�) Dashed __ __ __ __ __ __ __ __ __ __ __ __ __ _\r +A,.5,-.25\r +*A-DASHD01H,�ļ�(�ݹ��) Dashed (.5x) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ \r +A,.25,-.125\r +*A-DASHD01X,�ļ�(���) Dashed (2x) ____ ____ ____ ____ ____ ___\r +A,1.0,-.5\r +*A-DIVID01,���Ҽ�(�Ϲ�) Divide ____ . . ____ . . ____ . . ____ . . ____\r +A,.5,-.25,0,-.25,0,-.25\r +*A-DIVID01H,���Ҽ�(�ݹ��) Divide (.5x) __..__..__..__..__..__..__..__.._\r +A,.25,-.125,0,-.125,0,-.125\r +*A-DIVID01X,���Ҽ�(���) Divide (2x) ________ . . ________ . . _\r +A,1.0,-.5,0,-.5,0,-.5\r +*A-DOTLN01,����(�Ϲ�) Dot . . . . . . . . . . . . . . . . . . . . . . . .\r +A,0,-.25\r +*A-DOTLN01H,����(�ݹ��) Dot (.5x) ........................................\r +A,0,-.125\r +*A-DOTLN01X,����(���) Dot (2x) . . . . . . . . . . . . . .\r +A,0,-.5\r +*A-HIDDN01,������(�Ϲ�) Hidden __ __ __ __ __ __ __ __ __ __ __ __ __ __\r +A,.25,-.125\r +*A-HIDDN01H,������(�ݹ��) Hidden (.5x) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ \r +A,.125,-.0625\r +*A-HIDDN01X,������(���) Hidden (2x) ____ ____ ____ ____ ____ ____ ____ \r +A,.5,-.25\r +*A-PHATM01,����(�Ϲ�) Phantom ______ __ __ ______ __ __ ______ \r +A,1.25,-.25,.25,-.25,.25,-.25\r +*A-PHATM01H,����(�ݹ��) Phantom (.5x) ___ _ _ ___ _ _ ___ _ _ ___ _ _\r +A,.625,-.125,.125,-.125,.125,-.125\r +*A-PHATM01X,����(���) Phantom (2x) ____________ ____ ____ _\r +A,2.5,-.5,.5,-.5,.5,-.5\r +\r +;; �潺�ü�\r +*E-FENCE01,�潺(X �ļ�)\r +A,.85,-.15,[KSC11,kosdic.shx,s=.1],-.15,.85\r +*E-FENCE02,�潺(X �Ǽ�)\r +A,1.0,[KSC11,kosdic.shx,s=.1],1.0\r +*E-FENCE03,�潺(/\\ �ļ�)\r +A,.875,-.05,[KSC12,kosdic.shx,s=.1],-.2,.875\r +*E-FENCE04,�潺(+ �ļ�)\r +A,.85,-.15,[KSC15,kosdic.shx,s=.1],-.15,.85\r +\r +;; �������\r +*E-UTIL01,����(| �Ǽ�)\r +A,1.0,[KSC01,kosdic.shx,s=.1],1.0\r +*E-UTIL02,����(|| �ļ�)\r +A,.05,[KSC01,kosdic.shx,s=.1],-.1,[KSC01,kosdic.shx,s=.1],1.85\r +*E-UTIL03,����(|| �Ǽ�)\r +A,.95,[KSC01,kosdic.shx,s=.1],.1,[KSC01,kosdic.shx,s=.1],.95\r +*E-UTIL04,����(||| �ļ�)\r +A,.9,[KSC01,kosdic.shx,s=.1],-.1,[KSC01,kosdic.shx,s=.1],-.1,[KSC01,kosdic.shx,s=.1],.9\r +*E-UTIL05,����(||| �Ǽ�)\r +A,.9,[KSC01,kosdic.shx,s=.1],.1,[KSC01,kosdic.shx,s=.1],.1,[KSC01,kosdic.shx,s=.1],.9\r +*E-UTIL06,����(/ �ļ�)\r +A,.9,-.1,[KSC02,kosdic.shx,s=.1],-.1,.9\r +*E-UTIL07,����(/ �Ǽ�)\r +A,1.0,[KSC02,kosdic.shx,s=.1],1.0\r +*E-UTIL08,����(// �ļ�)\r +A,.85,-.15,[KSC05,kosdic.shx,s=.1],-.15,.85\r +*E-UTIL09,����(// �Ǽ�)\r +A,1.0,[KSC05,kosdic.shx,s=.1],1.0\r +*E-UTIL10,����(/// �ļ�)\r +A,.8,-.2,[KSC06,kosdic.shx,s=.1],-.2,.8\r +*E-UTIL11,����(/// �Ǽ�)\r +A,1.0,[KSC06,kosdic.shx,s=.1],1.0\r +\r +;; �ü�����\r +*E-FACLN01,�ü�(- ���༱)\r +A,.25,[KSC01,kosdic.shx,y=-.05,s=.1,r=270],.25\r +*E-FACLN02,�ü�(= ���༱)\r +A,.25,[KSC04,kosdic.shx,y=-.05,s=.1],.25\r +*E-FACLN03,�ü�(O �ļ�)\r +A,.85,[KSC31,kosdic.shx,x=.075,s=.075],-.15,1.0\r +*E-FACLN04,�ü�(O �Ǽ�)\r +A,1.0,[KSC31,kosdic.shx,s=.075],1.0\r +*E-FACLN05,�ü�(��,����Ʈ)\r +A,1.0,[KSC32,kosdic.shx,s=.075],1.0\r +\r +;; ��������\r +*E-TOPOG01,����(�� �ļ�)\r +A,.000002,[KSC16,kosdic.shx,s=.1],-.25\r +*E-TOPOG02,����(�� �Ǽ�)\r +A,.000002,[KSC16,kosdic.shx,s=.1],-.2\r +*E-TOPOG03,����(| �Ǽ�)\r +A,0,-.1,[KSC15,kosdic.shx,s=.1],-.1\r +*E-TOPOG04,����(| ����)\r +A,0,[KSC00,kosdic.shx,y=.1,s=.1],.2,[KSC00,kosdic.shx,s=.1],.2\r +*E-TOPOG05,����(~. ����)\r +A,.000005,[KSC1C,kosdic.shx,s=.1],-.45,[KSC30,kosdic.shx,s=.1],-.05\r +\r +;; ������� ����\r +*B-ZIGZG01,�������(��)\r +A,.000002,[KSC13,kosdic.shx,s=.1],-.2\r +*B-ZIGZG02,�������(ȣ)\r +A,.000002,[KSC1B,kosdic.shx,s=.1],-.2\r +*C-ZIGZG01,�������(�Ǽ�,��)\r +A,.1,[KSC13,kosdic.shx,s=.1],.1\r +*C-ZIGZG02,�������(�Ǽ�,ȣ)\r +A,.1,[KSC1B,kosdic.shx,s=.1],.1\r +\r +;; ���� �� ����\r +*D-SWALL01,����(�ű�)\r +A,0,[KSC61,kosdic.shx,y=-.1,s=.1],-.2\r +*X-SWALL01,����(����)\r +A,0,[KSC71,kosdic.shx,s=.1],-.4\r +*D-BWALL01,���ϴ�(����)\r +A,0,[KSC18,kosdic.shx,s=.1],-.25\r +*D-BWALL02,���ϴ�(�ű�)\r +A,.000005,[KSC3A,kosdic.shx,s=.05],-.1,[KSC3A,kosdic.shx,s=.05],-.1,[KSC04,kosdic.shx,y=-.025,s=.05],-.1,[KSC04,kosdic.shx,y=-.025,s=.05],-.1,[KSC04,kosdic.shx,y=-.025,s=.05],-.05\r +\r +;; ��/�����迭\r +*E-DOTLN01,���ҹ迭\r +A,0,[KSC30,kosdic.shx,s=.3],-.15\r +*E-DOTLN02,���ҹ迭(��)\r +A,.075,[KSC30,kosdic.shx,s=.3],.075\r +*E-CIRCL01,�����������Ϲ迭\r +A,0,[KSC31,kosdic.shx,s=.1],-.2\r +*E-CIRCL02,ä��������Ϲ迭\r +A,0,[KSC32,kosdic.shx,s=.1],-.2\r +*D-RROAD01,ö��(����)\r +A,0,[KSC3A,kosdic.shx,s=.1],-.2,[KSC04,kosdic.shx,y=-.05,s=.1],-.2\r +\r +;; ������\r +*E-DIGLN01,������\r +A,.9,-.2,[KSC19,kosdic.shx,s=.1,r=180],.9\r +*E-DIGLN01H,������(�ݹ��)\r +A,.45,-.1,[KSC19,kosdic.shx,s=.05,r=180],.45\r +*E-DIGLN01X,������(���)\r +A,1.8,-.4,[KSC19,kosdic.shx,s=.2,r=180],1.8\r +\r +;; ���\r +*B-GREEN01,����/�����\r +A,.000002,[KSC08,kosdic.shx,s=.1],-.2\r +*B-GREEN02,�����\r +A,0,[KSC21,kosdic.shx,s=.1],-.45\r +*E-BOUND01,�������\r +A,.875,[KSC60,kosdic.shx,s=.1],-.25,.875\r +\r +;; ��Ÿ\r +*B-RANDM01,�ұ�Ģ��\r +A,0,[KSC1A,kosdic.shx,s=.1],-.2\r +*E-DEMOL01,ö�Ŵ��\r +A,.075,[KSC01,kosdic.shx,s=.1,r=30],.075\r +*X-EARTH01,���ݼ�\r +A,0,[KSC20,kosdic.shx,s=.1,x=.25,r=180],.25\r +\r +;; ���ܼ�\r +*E-CUTLN01,���ܼ�(��)\r +A,.95,[KSC14,kosdic.shx,s=.1],-.1,.95\r +*E-CUTLN02,���ܼ�(ȣ)\r +A,.95,[KSC22,kosdic.shx,s=.1],-.1,.95\r +\r +;; ���帧 ����\r +*E-WFLOW01,���帧(��, �ļ�)\r +A,.6,[KSC36,kosdic.shx,s=.1],-.65\r +*E-WFLOW02,���帧(��, �Ǽ�)\r +A,1.5,[KSC36,kosdic.shx,s=.1],0\r +*E-WFLOW03,���帧(ȭ��, �ļ�)\r +A,.6,[KSC35,kosdic.shx,s=.1],-.65\r +*E-WFLOW04,���帧(ȭ��, �Ǽ�)\r +A,1.5,[KSC35,kosdic.shx,s=.1],0\r +\r +;; ���������\r +*G-WATER01,���������(W ����)\r +A,2.933333,["W",Standard,y=.05,s=.2],.066667\r +*G-WATER02,���������(W �ļ�)\r +A,2.75,-.05,["W",Standard,y=-.1,s=.2,r=360],-.2\r +\r +;; �¼�����\r +*G-HWATR01,�¼�����(HWL ����)\r +A,2.783629,["HWL",Standard,y=.05,s=.2],.216371\r +*G-HWATR02,�¼�����(HWL �ļ�)\r +A,2.35,-.05,["HWL",Standard,y=-.1,s=.2],-.6\r +\r +;; �ü�����\r +*G-CWATR01,�ü�����(CWL ����)\r +A,2.783629,["CWL",Standard,y=.05,s=.2],.216371\r +*G-CWATR02,�ü�����(CWL �ļ�)\r +A,2.35,-.05,["CWL",Standard,y=-.1,s=.2],-.6\r +\r +;; ��������\r +*E-SEWER01,��������(����)\r +A,.95,-.1,[KSC09,kosdic.shx,s=.1,r=180],.95\r +*E-SEWER01H,��������(����,�ݹ��)\r +A,.475,-.05,[KSC09,kosdic.shx,s=.05,r=180],.475\r +*E-SEWER01X,��������(����,���)\r +A,1.9,-.2,[KSC09,kosdic.shx,s=.2,r=180],1.9\r +*G-SEWER01,��������(S ����)\r +A,2.933333,["S",Standard,y=.05,s=.2],.066667\r +*G-SEWER02,��������(S �ļ�)\r +A,2.75,-.05,["S",Standard,y=-.1,s=.2,r=360],-.2\r +\r +;; ��ż���\r +*G-TELCM01,��ż���(T ����)\r +A,2.933333,["T",Standard,y=.05,s=.2],.066667\r +*G-TELCM02,��ż���(T �ļ�)\r +A,2.75,-.05,["T",Standard,y=-.1,s=.2,r=360],-.2\r +\r +;; ���⼱��\r +*G-ELECT01,���⼱��(E ����)\r +A,2.933333,["E",Standard,y=.05,s=.2],.066667\r +*G-ELECT02,���⼱��(E �ļ�)\r +A,2.75,-.05,["E",Standard,y=-.1,s=.2,r=360],-.2\r +\r +;; ��������\r +*G-GASLN01,��������(G ����)\r +A,2.933333,["G",Standard,y=.05,s=.2],.066667\r +*G-GASLN02,��������(G �ļ�)\r +A,2.75,-.05,["G",Standard,y=-.1,s=.2,r=360],-.2\r +*G-GASLN03,��������(GAS ����)\r +A,2.783629,["GAS",Standard,y=.05,s=.2],.216371\r +*G-GASLN04,��������(GAS �ļ�)\r +A,2.35,-.05,["GAS",Standard,y=-.1,s=.2],-.6\r +\r +;; �Ϲ�������\r +;; *CAL421,PIPE\r +;; A,2.733333,["PIPE",Standard,y=.05,s=.2],.266667\r +*G-PIPEL01,�Ϲ� ������(PIPE �ļ�)\r +A,3.25,-.05,["PIPE",Standard,y=-.1,s=.2],-.7\r +\r +;; �������\r +*H-DICHT00,�������\r +A,1.1,[KSC35,kosdic.shx,s=.1,r=360],-.333333,["T",Standard,y=-.1,s=.2,r=360],-.216667\r +*H-DICHT00R,�������(����)\r +A,1.1,[KSC35,kosdic.shx,s=.1],-.466667,["T",Standard,y=.1,s=.2,r=180],-.083333\r +\r +;; L������\r +*H-DICHL00,L������ ����00\r +A,1.1,[KSC35,kosdic.shx,s=.1],-.333333,["L",Standard,y=-.1,s=.2],-.216667\r +*H-DICHL00R,L������ ����00(����)\r +A,1.1,[KSC35,kosdic.shx,s=.1],-.466667,["L",Standard,y=.1,s=.2,r=180],-.083333\r +*H-DICHL01,L������ ����01\r +A,.9,[KSC35,kosdic.shx,s=.1,r=360],-.366667,["L1",Standard,y=-.1,s=.2,r=360],-.383333\r +*H-DICHL01R,L������ ����01(����)\r +A,.9,[KSC35,kosdic.shx,s=.1],-.633333,["L1",Standard,y=.1,s=.2,r=180],-.116667\r +*H-DICHL02,L������ ����02\r +A,.9,[KSC35,kosdic.shx,s=.1],-.333333,["L2",Standard,y=-.1,s=.2],-.416667\r +*H-DICHL02R,L������ ����02(����)\r +A,.9,[KSC35,kosdic.shx,s=.1],-.666667,["L2",Standard,y=.1,s=.2,r=180],-.083333\r +*H-DICHL03,L������ ����03\r +A,.9,[KSC35,kosdic.shx,s=.1,r=360],-.333333,["L3",Standard,y=-.1,s=.2,r=360],-.416667\r +*H-DICHL03R,L������ ����03(����)\r +A,.9,[KSC35,kosdic.shx,s=.1],-.666667,["L3",Standard,y=.1,s=.2,r=180],-.083333\r +*H-DICHL04,L������ ����04\r +A,.9,[KSC35,kosdic.shx,s=.1],-.333333,["L4",Standard,y=-.1,s=.2],-.416667\r +*H-DICHL04R,L������ ����04(����)\r +A,.9,[KSC35,kosdic.shx,s=.1],-.666667,["L4",Standard,y=.1,s=.2,r=180],-.083333\r +*H-DICHL05,L������ ����05\r +A,.9,[KSC35,kosdic.shx,s=.1],-.333333,["L5",Standard,y=-.1,s=.2],-.416667\r +*H-DICHL05R,L������ ����05(����)\r +A,.9,[KSC35,kosdic.shx,s=.1,r=360],-.666667,["L5",Standard,y=.1,s=.2,r=180],-.083333\r +*H-DICHL06,L������ ����06\r +A,.9,[KSC35,kosdic.shx,s=.1],-.333333,["L6",Standard,y=-.1,s=.2],-.416667\r +*H-DICHL06R,L������ ����06(����)\r +A,.9,[KSC35,kosdic.shx,s=.1,r=360],-.666667,["L6",Standard,y=.1,s=.2,r=180],-.083333\r +*H-DICHL07,L������ ����07\r +A,.9,[KSC35,kosdic.shx,s=.1],-.333333,["L7",Standard,y=-.1,s=.2],-.416667\r +*H-DICHL07R,L������ ����07(����)\r +A,.9,[KSC35,kosdic.shx,s=.1],-.666667,["L7",Standard,y=.1,s=.2,r=180],-.083333\r +*H-DICHL08,L������ ����08\r +A,.9,[KSC35,kosdic.shx,s=.1],-.333333,["L8",Standard,y=-.1,s=.2],-.416667\r +*H-DICHL08R,L������ ����08(����)\r +A,.9,[KSC35,kosdic.shx,s=.1],-.666667,["L8",Standard,y=.1,s=.2,r=180],-.083333\r +*H-DICHL09,L������ ����09\r +A,.9,[KSC35,kosdic.shx,s=.1,r=360],-.333333,["L9",Standard,y=-.1,s=.2,r=360],-.416667\r +*H-DICHL09R,L������ ����09(����)\r +A,.9,[KSC35,kosdic.shx,s=.1,r=360],-.666667,["L9",Standard,y=.1,s=.2,r=180],-.083333\r +*H-DICHL10,L������ ����10\r +A,.7,[KSC35,kosdic.shx,s=.1,r=360],-.383333,["L10",Standard,y=-.1,s=.2,r=360],-.566667\r +*H-DICHL10R,L������ ����10(����)\r +A,.7,[KSC35,kosdic.shx,s=.1],-.816667,["L10",Standard,y=.1,s=.2,r=180],-.133333\r +*H-DICHL11,L������ ����11\r +A,.7,[KSC35,kosdic.shx,s=.1],-.4,["L11",Standard,y=-.1,s=.2],-.55\r +*H-DICHL11R,L������ ����11(����)\r +A,.7,[KSC35,kosdic.shx,s=.1],-.8,["L11",Standard,y=.1,s=.2,r=180],-.15\r +*H-DICHL12,L������ ����12\r +A,.7,[KSC35,kosdic.shx,s=.1],-.366667,["L12",Standard,y=-.1,s=.2],-.583333\r +*H-DICHL12R,L������ ����12(����)\r +A,.7,[KSC35,kosdic.shx,s=.1],-.833333,["L12",Standard,y=.1,s=.2,r=180],-.116667\r +*H-DICHL13,L������ ����13\r +A,.7,[KSC35,kosdic.shx,s=.1,r=360],-.366667,["L13",Standard,y=-.1,s=.2,r=360],-.583333\r +*H-DICHL13R,L������ ����13(����)\r +A,.7,[KSC35,kosdic.shx,s=.1],-.833333,["L13",Standard,y=.1,s=.2,r=180],-.116667\r +*H-DICHL14,L������ ����14\r +A,.7,[KSC35,kosdic.shx,s=.1],-.366667,["L14",Standard,y=-.1,s=.2],-.583333\r +*H-DICHL14R,L������ ����14(����)\r +A,.7,[KSC35,kosdic.shx,s=.1,r=360],-.833333,["L14",Standard,y=.1,s=.2,r=180],-.116667\r +*H-DICHL15,L������ ����15\r +A,.7,[KSC35,kosdic.shx,s=.1],-.366667,["L15",Standard,y=-.1,s=.2],-.583333\r +*H-DICHL15R,L������ ����15(����)\r +A,.7,[KSC35,kosdic.shx,s=.1],-.833333,["L15",Standard,y=.1,s=.2,r=180],-.116667\r +\r +;; U������\r +*H-DICHU00,U������ ����00\r +A,1.1,[KSC35,kosdic.shx,s=.1],-.333333,["U",Standard,y=-.1,s=.2],-.216667\r +*H-DICHU00R,U������ ����00(����)\r +A,1.1,[KSC35,kosdic.shx,s=.1],-.466667,["U",Standard,y=.1,s=.2,r=180],-.083333\r +*H-DICHU01,U������ ����01\r +A,.9,[KSC35,kosdic.shx,s=.1],-.366667,["U1",Standard,y=-.1,s=.2],-.383333\r +*H-DICHU01R,U������ ����01(����)\r +A,.9,[KSC35,kosdic.shx,s=.1],-.633333,["U1",Standard,y=.1,s=.2,r=180],-.116667\r +*H-DICHU02,U������ ����02\r +A,.9,[KSC35,kosdic.shx,s=.1,r=360],-.333333,["U2",Standard,y=-.1,s=.2,r=360],-.416667\r +*H-DICHU02R,U������ ����02(����)\r +A,.9,[KSC35,kosdic.shx,s=.1],-.666667,["U2",Standard,y=.1,s=.2,r=180],-.083333\r +*H-DICHU03,U������ ����03\r +A,.9,[KSC35,kosdic.shx,s=.1,r=360],-.333333,["U3",Standard,y=-.1,s=.2,r=360],-.416667\r +*H-DICHU03R,U������ ����03(����)\r +A,.9,[KSC35,kosdic.shx,s=.1],-.666667,["U3",Standard,y=.1,s=.2,r=180],-.083333\r +*H-DICHU04,U������ ����04\r +A,.9,[KSC35,kosdic.shx,s=.1],-.333333,["U4",Standard,y=-.1,s=.2],-.416667\r +*H-DICHU04R,U������ ����04(����)\r +A,.9,[KSC35,kosdic.shx,s=.1],-.666667,["U4",Standard,y=.1,s=.2,r=180],-.083333\r +*H-DICHU05,U������ ����05\r +A,.9,[KSC35,kosdic.shx,s=.1],-.333333,["U5",Standard,y=-.1,s=.2],-.416667\r +*H-DICHU05R,U������ ����05(����)\r +A,.9,[KSC35,kosdic.shx,s=.1],-.666667,["U5",Standard,y=.1,s=.2,r=180],-.083333\r +*H-DICHU06,U������ ����06\r +A,.9,[KSC35,kosdic.shx,s=.1],-.333333,["U6",Standard,y=-.1,s=.2],-.416667\r +*H-DICHU06R,U������ ����06(����)\r +A,.9,[KSC35,kosdic.shx,s=.1],-.666667,["U6",Standard,y=.1,s=.2,r=180],-.083333\r +*H-DICHU07,U������ ����07\r +A,.9,[KSC35,kosdic.shx,s=.1],-.333333,["U7",Standard,y=-.1,s=.2],-.416667\r +*H-DICHU07R,U������ ����07(����)\r +A,.9,[KSC35,kosdic.shx,s=.1],-.666667,["U7",Standard,y=.1,s=.2,r=180],-.083333\r +*H-DICHU08,U������ ����08\r +A,.9,[KSC35,kosdic.shx,s=.1],-.333333,["U8",Standard,y=-.1,s=.2],-.416667\r +*H-DICHU08R,U������ ����08(����)\r +A,.9,[KSC35,kosdic.shx,s=.1],-.666667,["U8",Standard,y=.1,s=.2,r=180],-.083333\r +*H-DICHU09,U������ ����09\r +A,.9,[KSC35,kosdic.shx,s=.1],-.333333,["U9",Standard,y=-.1,s=.2],-.416667\r +*H-DICHU09R,U������ ����09(����)\r +A,.9,[KSC35,kosdic.shx,s=.1],-.666667,["U9",Standard,y=.1,s=.2,r=180],-.083333\r +*H-DICHU10,U������ ����10\r +A,.7,[KSC35,kosdic.shx,s=.1],-.383333,["U10",Standard,y=-.1,s=.2],-.566667\r +*H-DICHU10R,U������ ����10(����)\r +A,.7,[KSC35,kosdic.shx,s=.1],-.816667,["U10",Standard,y=.1,s=.2,r=180],-.133333\r +*H-DICHU11,U������ ����11\r +A,.7,[KSC35,kosdic.shx,s=.1],-.4,["U11",Standard,y=-.1,s=.2],-.55\r +*H-DICHU11R,U������ ����11(����)\r +A,.7,[KSC35,kosdic.shx,s=.1],-.8,["U11",Standard,y=.1,s=.2,r=180],-.15\r +*H-DICHU12,U������ ����12\r +A,.7,[KSC35,kosdic.shx,s=.1],-.366667,["U12",Standard,y=-.1,s=.2],-.583333\r +*H-DICHU12R,U������ ����12(����)\r +A,.7,[KSC35,kosdic.shx,s=.1,r=360],-.833333,["U12",Standard,y=.1,s=.2,r=180],-.116667\r +*H-DICHU13,U������ ����13\r +A,.7,[KSC35,kosdic.shx,s=.1,r=360],-.366667,["U13",Standard,y=-.1,s=.2,r=360],-.583333\r +*H-DICHU13R,U������ ����13(����)\r +A,.7,[KSC35,kosdic.shx,s=.1],-.833333,["U13",Standard,y=.1,s=.2,r=180],-.116667\r +*H-DICHU14,U������ ����14\r +A,.7,[KSC35,kosdic.shx,s=.1],-.366667,["U14",Standard,y=-.1,s=.2],-.583333\r +*H-DICHU14R,U������ ����14(����)\r +A,.7,[KSC35,kosdic.shx,s=.1],-.833333,["U14",Standard,y=.1,s=.2,r=180],-.116667\r +*H-DICHU15,U������ ����15\r +A,.7,[KSC35,kosdic.shx,s=.1,r=360],-.366667,["U15",Standard,y=-.1,s=.2,r=360],-.583333\r +*H-DICHU15R,U������ ����15(����)\r +A,.7,[KSC35,kosdic.shx,s=.1,r=360],-.833333,["U15",Standard,y=.1,s=.2,r=180],-.116667\r +\r +;; V������\r +*H-DICHV00,V������ ����00\r +A,1.1,[KSC35,kosdic.shx,s=.1,r=360],-.3,["V",Standard,y=-.1,s=.2,r=360],-.25\r +*H-DICHV00R,V������ ����00(����)\r +A,1.1,[KSC35,kosdic.shx,s=.1,r=360],-.5,["V",Standard,y=.1,s=.2,r=180],-.05\r +*H-DICHV01,V������ ����01\r +A,.9,[KSC35,kosdic.shx,s=.1,r=360],-.333333,["V1",Standard,y=-.1,s=.2,r=360],-.416667\r +*H-DICHV01R,V������ ����01(����)\r +A,.9,[KSC35,kosdic.shx,s=.1],-.666667,["V1",Standard,y=.1,s=.2,r=180],-.083333\r +*H-DICHV02,V������ ����02\r +A,.9,[KSC35,kosdic.shx,s=.1],-.3,["V2",Standard,y=-.1,s=.2],-.45\r +*H-DICHV02R,V������ ����02(����)\r +A,.9,[KSC35,kosdic.shx,s=.1,r=360],-.7,["V2",Standard,y=.1,s=.2,r=180],-.05\r +*H-DICHV03,V������ ����03\r +A,.9,[KSC35,kosdic.shx,s=.1,r=360],-.3,["V3",Standard,y=-.1,s=.2,r=360],-.45\r +*H-DICHV03R,V������ ����03(����)\r +A,.9,[KSC35,kosdic.shx,s=.1,r=360],-.7,["V3",Standard,y=.1,s=.2,r=180],-.05\r +*H-DICHV04,V������ ����04\r +A,.9,[KSC35,kosdic.shx,s=.1,r=360],-.3,["V4",Standard,y=-.1,s=.2,r=360],-.45\r +*H-DICHV04R,V������ ����04(����)\r +A,.9,[KSC35,kosdic.shx,s=.1],-.7,["V4",Standard,y=.1,s=.2,r=180],-.05\r +*H-DICHV05,V������ ����05\r +A,.9,[KSC35,kosdic.shx,s=.1,r=360],-.3,["V5",Standard,y=-.1,s=.2,r=360],-.45\r +*H-DICHV05R,V������ ����05(����)\r +A,.9,[KSC35,kosdic.shx,s=.1,r=360],-.7,["V5",Standard,y=.1,s=.2,r=180],-.05\r +*H-DICHV06,V������ ����06\r +A,.9,[KSC35,kosdic.shx,s=.1,r=360],-.3,["V6",Standard,y=-.1,s=.2,r=360],-.45\r +*H-DICHV06R,V������ ����06(����)\r +A,.9,[KSC35,kosdic.shx,s=.1],-.25,0,-.45,["V6",Standard,y=.1,s=.2,r=180],-.05\r +*H-DICHV07,V������ ����07\r +A,.9,[KSC35,kosdic.shx,s=.1,r=360],-.3,["V7",Standard,y=-.1,s=.2,r=360],-.45\r +*H-DICHV07R,V������ ����07(����)\r +A,.9,[KSC35,kosdic.shx,s=.1],-.7,["V7",Standard,y=.1,s=.2,r=180],-.05\r +*H-DICHV08,V������ ����08\r +A,.9,[KSC35,kosdic.shx,s=.1,r=360],-.3,["V8",Standard,y=-.1,s=.2,r=360],-.45\r +*H-DICHV08R,V������ ����08(����)\r +A,.9,[KSC35,kosdic.shx,s=.1],-.7,["V8",Standard,y=.1,s=.2,r=180],-.05\r +*H-DICHV09,V������ ����09\r +A,.9,[KSC35,kosdic.shx,s=.1,r=360],-.3,["V9",Standard,y=-.1,s=.2,r=360],-.45\r +*H-DICHV09R,V������ ����09(����)\r +A,.9,[KSC35,kosdic.shx,s=.1,r=360],-.7,["V9",Standard,y=.1,s=.2,r=180],-.05\r +*H-DICHV10,V������ ����10\r +A,.7,[KSC35,kosdic.shx,s=.1],-.35,["V10",Standard,y=-.1,s=.2],-.6\r +*H-DICHV10R,V������ ����10(����)\r +A,.7,[KSC35,kosdic.shx,s=.1],-.85,["V10",Standard,y=.1,s=.2,r=180],-.1\r +*H-DICHV11,V������ ����11\r +A,.7,[KSC35,kosdic.shx,s=.1],-.366667,["V11",Standard,y=-.1,s=.2],-.583333\r +*H-DICHV11R,V������ ����11(����)\r +A,.7,[KSC35,kosdic.shx,s=.1,r=360],-.833333,["V11",Standard,y=.1,s=.2,r=180],-.116667\r +*H-DICHV12,V������ ����12\r +A,.7,[KSC35,kosdic.shx,s=.1,r=360],-.333333,["V12",Standard,y=-.1,s=.2,r=360],-.616667\r +*H-DICHV12R,V������ ����12(����)\r +A,.7,[KSC35,kosdic.shx,s=.1],-.866667,["V12",Standard,y=.1,s=.2,r=180],-.083333\r +*H-DICHV13,V������ ����13\r +A,.7,[KSC35,kosdic.shx,s=.1],-.333333,["V13",Standard,y=-.1,s=.2],-.616667\r +*H-DICHV13R,V������ ����13(����)\r +A,.7,[KSC35,kosdic.shx,s=.1],-.866667,["V13",Standard,y=.1,s=.2,r=180],-.083333\r +*H-DICHV14,V������ ����14\r +A,.7,[KSC35,kosdic.shx,s=.1],-.333333,["V14",Standard,y=-.1,s=.2],-.616667\r +*H-DICHV14R,V������ ����14(����)\r +A,.7,[KSC35,kosdic.shx,s=.1],-.866667,["V14",Standard,y=.1,s=.2,r=180],-.083333\r +*H-DICHV15,V������ ����15\r +A,.7,[KSC35,kosdic.shx,s=.1],-.333333,["V15",Standard,y=-.1,s=.2],-.616667\r +*H-DICHV15R,V������ ����15(����)\r +A,.7,[KSC35,kosdic.shx,s=.1],-.866667,["V15",Standard,y=.1,s=.2,r=180],-.083333\r +\r +;; ����ũ\r +*H-DICHD00,����ũ ����00\r +A,1.1,[KSC35,kosdic.shx,s=.1,r=360],-.333333,["D",Standard,y=-.1,s=.2,r=360],-.216667\r +*H-DICHD00R,����ũ ����00(����)\r +A,1.1,[KSC35,kosdic.shx,s=.1],-.466667,["D",Standard,y=.1,s=.2,r=180],-.083333\r +*H-DICHD01,����ũ ����01\r +A,.9,[KSC35,kosdic.shx,s=.1,r=360],-.366667,["D1",Standard,y=-.1,s=.2,r=360],-.383333\r +*H-DICHD01R,����ũ ����01(����)\r +A,.9,[KSC35,kosdic.shx,s=.1,r=360],-.633333,["D1",Standard,y=.1,s=.2,r=180],-.116667\r +*H-DICHD02,����ũ ����02\r +A,.9,[KSC35,kosdic.shx,s=.1,r=360],-.333333,["D2",Standard,y=-.1,s=.2,r=360],-.416667\r +*H-DICHD02R,����ũ ����02(����)\r +A,.9,[KSC35,kosdic.shx,s=.1],-.666667,["D2",Standard,y=.1,s=.2,r=180],-.083333\r +*H-DICHD03,����ũ ����03\r +A,.9,[KSC35,kosdic.shx,s=.1],-.333333,["D3",Standard,y=-.1,s=.2],-.416667\r +*H-DICHD03R,����ũ ����03(����)\r +A,.9,[KSC35,kosdic.shx,s=.1],-.666667,["D3",Standard,y=.1,s=.2,r=180],-.083333\r +*H-DICHD04,����ũ ����04\r +A,.9,[KSC35,kosdic.shx,s=.1],-.333333,["D4",Standard,y=-.1,s=.2],-.416667\r +*H-DICHD04R,����ũ ����04(����)\r +A,.9,[KSC35,kosdic.shx,s=.1,r=360],-.666667,["D4",Standard,y=.1,s=.2,r=180],-.083333\r +*H-DICHD05,����ũ ����05\r +A,.9,[KSC35,kosdic.shx,s=.1],-.333333,["D5",Standard,y=-.1,s=.2],-.416667\r +*H-DICHD05R,����ũ ����05(����)\r +A,.9,[KSC35,kosdic.shx,s=.1],-.666667,["D5",Standard,y=.1,s=.2,r=180],-.083333\r +\r +;; �긶�� ����\r +*H-DICHB00,�긶������ ����00\r +A,.00001,[KSC52,kosdic.shx,s=.1],-.633333,["B",Standard,y=-.1,s=.2],-.216667\r +*H-DICHB00R,�긶������ ����00(����)\r +A,.00001,[KSC52,kosdic.shx,s=.1],-.766667,["B",Standard,y=.1,s=.2,r=180],-.083333\r +*H-DICHB01,�긶������ ����01\r +A,.00001,[KSC52,kosdic.shx,s=.1],-.666667,["B1",Standard,y=-.1,s=.2],-.383333\r +*H-DICHB01R,�긶������ ����01(����)\r +A,.00001,[KSC52,kosdic.shx,s=.1],-.933333,["B1",Standard,y=.1,s=.2,r=180],-.116667\r +*H-DICHB02,�긶������ ����02\r +A,.00001,[KSC52,kosdic.shx,s=.1],-.633333,["B2",Standard,y=-.1,s=.2],-.416667\r +*H-DICHB02R,�긶������ ����02(����)\r +A,.00001,[KSC52,kosdic.shx,s=.1],-.966667,["B2",Standard,y=.1,s=.2,r=180],-.083333\r +*H-DICHB03,�긶������ ����03\r +A,.00001,[KSC52,kosdic.shx,s=.1],-.633333,["B3",Standard,y=-.1,s=.2],-.416667\r +*H-DICHB03R,�긶������ ����03(����)\r +A,.00001,[KSC52,kosdic.shx,s=.1],-.966667,["B3",Standard,y=.1,s=.2,r=180],-.083333\r +*H-DICHB04,�긶������ ����04\r +A,.00001,[KSC52,kosdic.shx,s=.1],-.633333,["B4",Standard,y=-.1,s=.2],-.416667\r +*H-DICHB04R,�긶������ ����04(����)\r +A,.00001,[KSC52,kosdic.shx,s=.1],-.966667,["B4",Standard,y=.1,s=.2,r=180],-.083333\r +*H-DICHB05,�긶������ ����05\r +A,.00001,[KSC52,kosdic.shx,s=.1],-.633333,["B5",Standard,y=-.1,s=.2],-.416667\r +*H-DICHB05R,�긶������ ����05(����)\r +A,.00001,[KSC52,kosdic.shx,s=.1],-.966667,["B5",Standard,y=.1,s=.2,r=180],-.083333\r +\r +;; �;ϰ�\r +*H-DICHM00,�;ϰ� ����00\r +A,1.1,[KSC35,kosdic.shx,s=.1],-.333333,["M",Standard,y=-.1,s=.2],-.216667\r +*H-DICHM00R,�;ϰ� ����00(����)\r +A,1.1,[KSC35,kosdic.shx,s=.1],-.466667,["M",Standard,y=.1,s=.2,r=180],-.083333\r +*H-DICHM01,�;ϰ� ����01\r +A,.9,[KSC35,kosdic.shx,s=.1,r=360],-.366667,["M1",Standard,y=-.1,s=.2,r=360],-.383333\r +*H-DICHM01R,�;ϰ� ����01(����)\r +A,.9,[KSC35,kosdic.shx,s=.1],-.633333,["M1",Standard,y=.1,s=.2,r=180],-.116667\r +*H-DICHM02,�;ϰ� ����02\r +A,.9,[KSC35,kosdic.shx,s=.1],-.333333,["M2",Standard,y=-.1,s=.2],-.416667\r +*H-DICHM02R,�;ϰ� ����02(����)\r +A,.9,[KSC35,kosdic.shx,s=.1,r=360],-.666667,["M2",Standard,y=.1,s=.2,r=180],-.083333\r +*H-DICHM03,�;ϰ� ����03\r +A,.9,[KSC35,kosdic.shx,s=.1],-.333333,["M3",Standard,y=-.1,s=.2],-.416667\r +*H-DICHM03R,�;ϰ� ����03(����)\r +A,.9,[KSC35,kosdic.shx,s=.1],-.666667,["M3",Standard,y=.1,s=.2,r=180],-.083333\r +*H-DICHM04,�;ϰ� ����04\r +A,.9,[KSC35,kosdic.shx,s=.1],-.333333,["M4",Standard,y=-.1,s=.2],-.416667\r +*H-DICHM04R,�;ϰ� ����04(����)\r +A,.9,[KSC35,kosdic.shx,s=.1],-.666667,["M4",Standard,y=.1,s=.2,r=180],-.083333\r +*H-DICHM05,�;ϰ� ����05\r +A,.9,[KSC35,kosdic.shx,s=.1],-.333333,["M5",Standard,y=-.1,s=.2],-.416667\r +*H-DICHM05R,�;ϰ� ����05(����)\r +A,.9,[KSC35,kosdic.shx,s=.1],-.666667,["M5",Standard,y=.1,s=.2,r=180],-.083333\r +\r +;; �������\r +*H-DICHO00,������� ����00\r +A,.7,[KSC35,kosdic.shx,s=.1],-.333333,["L/O",Standard,y=-.1,s=.2],-.616667\r +*H-DICHO00R,������� ����00(����)\r +A,.7,[KSC35,kosdic.shx,s=.1],-.866667,["L/O",Standard,y=.1,s=.2,r=180],-.083333\r +*H-DICHO01,������� ����01\r +A,.5,[KSC35,kosdic.shx,s=.1],-.366667,["L1/O",Standard,y=-.1,s=.2],-.783333\r +*H-DICHO01R,������� ����01(����)\r +A,.5,[KSC35,kosdic.shx,s=.1],-1.033333,["L1/O",Standard,y=.1,s=.2,r=180],-.116667\r +*H-DICHO02,������� ����02\r +A,.5,[KSC35,kosdic.shx,s=.1],-.333333,["L2/O",Standard,y=-.1,s=.2],-.816667\r +*H-DICHO02R,������� ����02(����)\r +A,.5,[KSC35,kosdic.shx,s=.1,r=360],-1.066667,["L2/O",Standard,y=.1,s=.2,r=180],-.083333\r +*H-DICHO03,������� ����03\r +A,.5,[KSC35,kosdic.shx,s=.1],-.333333,["L3/O",Standard,y=-.1,s=.2],-.816667\r +*H-DICHO03R,������� ����03(����)\r +A,.5,[KSC35,kosdic.shx,s=.1],-1.066667,["L3/O",Standard,y=.1,s=.2,r=180],-.083333\r +*H-DICHO04,������� ����04\r +A,.5,[KSC35,kosdic.shx,s=.1,r=360],-.333333,["L4/O",Standard,y=-.1,s=.2,r=360],-.816667\r +*H-DICHO04R,������� ����04(����)\r +A,.5,[KSC35,kosdic.shx,s=.1],-1.066667,["L4/O",Standard,y=.1,s=.2,r=180],-.083333\r +*H-DICHO05,������� ����05\r +A,.5,[KSC35,kosdic.shx,s=.1,r=360],-.333333,["L5/O",Standard,y=-.1,s=.2,r=360],-.816667\r +*H-DICHO05R,������� ����05(����)\r +A,.5,[KSC35,kosdic.shx,s=.1],-1.066667,["L5/O",Standard,y=.1,s=.2,r=180],-.083333\r +\r +;; �Ҵ�����\r +*H-DICHG00,�Ҵ����� ����00\r +A,1.1,[KSC35,kosdic.shx,s=.1],-.333333,["G",Standard,y=-.1,s=.2],-.216667\r +*H-DICHG00R,�Ҵ����� ����00(����)\r +A,1.1,[KSC35,kosdic.shx,s=.1],-.466667,["G",Standard,y=.1,s=.2,r=180],-.083333\r +*H-DICHG01,�Ҵ����� ����01\r +A,.9,[KSC35,kosdic.shx,s=.1],-.366667,["G1",Standard,y=-.1,s=.2],-.383333\r +*H-DICHG01R,�Ҵ����� ����01(����)\r +A,.9,[KSC35,kosdic.shx,s=.1],-.633333,["G1",Standard,y=.1,s=.2,r=180],-.116667\r +*H-DICHG02,�Ҵ����� ����02\r +A,.9,[KSC35,kosdic.shx,s=.1,r=360],-.333333,["G2",Standard,y=-.1,s=.2,r=360],-.416667\r +*H-DICHG02R,�Ҵ����� ����02(����)\r +A,.9,[KSC35,kosdic.shx,s=.1],-.666667,["G2",Standard,y=.1,s=.2,r=180],-.083333\r +*H-DICHG03,�Ҵ����� ����03\r +A,.9,[KSC35,kosdic.shx,s=.1,r=360],-.333333,["G3",Standard,y=-.1,s=.2,r=360],-.416667\r +*H-DICHG03R,�Ҵ����� ����03(����)\r +A,.9,[KSC35,kosdic.shx,s=.1],-.666667,["G3",Standard,y=.1,s=.2,r=180],-.083333\r +*H-DICHG04,�Ҵ����� ����04\r +A,.9,[KSC35,kosdic.shx,s=.1,r=360],-.333333,["G4",Standard,y=-.1,s=.2,r=360],-.416667\r +*H-DICHG04R,�Ҵ����� ����04(����)\r +A,.9,[KSC35,kosdic.shx,s=.1],-.666667,["G4",Standard,y=.1,s=.2,r=180],-.083333\r +*H-DICHG05,�Ҵ����� ����05\r +A,.9,[KSC35,kosdic.shx,s=.1],-.333333,["G5",Standard,y=-.1,s=.2],-.416667\r +*H-DICHG05R,�Ҵ����� ����05(����)\r +A,.9,[KSC35,kosdic.shx,s=.1],-.666667,["G5",Standard,y=.1,s=.2,r=180],-.083333\r +\r +;; J������\r +*H-DICHJ00,J������ ����00\r +A,1.1,[KSC35,kosdic.shx,s=.1],-.333333,["J",Standard,y=-.1,s=.2],-.216667\r +*H-DICHJ00R,J������ ����00(����)\r +A,1.1,[KSC35,kosdic.shx,s=.1],-.466667,["J",Standard,y=.1,s=.2,r=180],-.083333\r +*H-DICHJ01,J������ ����01\r +A,.9,[KSC35,kosdic.shx,s=.1],-.366667,["J1",Standard,y=-.1,s=.2],-.383333\r +*H-DICHJ01R,J������ ����01(����)\r +A,.9,[KSC35,kosdic.shx,s=.1],-.633333,["J1",Standard,y=.1,s=.2,r=180],-.116667\r +*H-DICHJ02,J������ ����02\r +A,.9,[KSC35,kosdic.shx,s=.1],-.333333,["J2",Standard,y=-.1,s=.2],-.416667\r +*H-DICHJ02R,J������ ����02(����)\r +A,.9,[KSC35,kosdic.shx,s=.1],-.666667,["J2",Standard,y=.1,s=.2,r=180],-.083333\r +*H-DICHJ03,J������ ����03\r +A,.9,[KSC35,kosdic.shx,s=.1],-.333333,["J3",Standard,y=-.1,s=.2],-.416667\r +*H-DICHJ03R,J������ ����03(����)\r +A,.9,[KSC35,kosdic.shx,s=.1],-.666667,["J3",Standard,y=.1,s=.2,r=180],-.083333\r +*H-DICHJ04,J������ ����04\r +A,.9,[KSC35,kosdic.shx,s=.1],-.333333,["J4",Standard,y=-.1,s=.2],-.416667\r +*H-DICHJ04R,J������ ����04(����)\r +A,.9,[KSC35,kosdic.shx,s=.1],-.666667,["J4",Standard,y=.1,s=.2,r=180],-.083333\r +*H-DICHJ05,J������ ����05\r +A,.9,[KSC35,kosdic.shx,s=.1,r=360],-.333333,["J5",Standard,y=-.1,s=.2,r=360],-.416667\r +*H-DICHJ05R,J������ ����05(����)\r +A,.9,[KSC35,kosdic.shx,s=.1],-.666667,["J5",Standard,y=.1,s=.2,r=180],-.083333\r +\r +;; �����\r +*H-CANAL00,����� ����00\r +A,1.1,[KSC35,kosdic.shx,s=.1,r=360],-.333333,["Y",Standard,y=-.1,s=.2,r=360],-.216667\r +*H-CANAL00R,����� ����00(����)\r +A,1.1,[KSC35,kosdic.shx,s=.1],-.466667,["Y",Standard,y=.1,s=.2,r=180],-.083333\r +*H-CANAL01,����� ����01\r +A,.9,[KSC35,kosdic.shx,s=.1],-.366667,["Y1",Standard,y=-.1,s=.2],-.383333\r +*H-CANAL01R,����� ����01(����)\r +A,.9,[KSC35,kosdic.shx,s=.1],-.633333,["Y1",Standard,y=.1,s=.2,r=180],-.116667\r +*H-CANAL02,����� ����02\r +A,.9,[KSC35,kosdic.shx,s=.1,r=360],-.333333,["Y2",Standard,y=-.1,s=.2,r=360],-.416667\r +*H-CANAL02R,����� ����02(����)\r +A,.9,[KSC35,kosdic.shx,s=.1,r=360],-.666667,["Y2",Standard,y=.1,s=.2,r=180],-.083333\r +*H-CANAL03,����� ����03\r +A,.9,[KSC35,kosdic.shx,s=.1],-.333333,["Y3",Standard,y=-.1,s=.2],-.416667\r +*H-CANAL03R,����� ����03(����)\r +A,.9,[KSC35,kosdic.shx,s=.1,r=360],-.666667,["Y3",Standard,y=.1,s=.2,r=180],-.083333\r +*H-CANAL04,����� ����04\r +A,.9,[KSC35,kosdic.shx,s=.1],-.333333,["Y4",Standard,y=-.1,s=.2],-.416667\r +*H-CANAL04R,����� ����04(����)\r +A,.9,[KSC35,kosdic.shx,s=.1],-.666667,["Y4",Standard,y=.1,s=.2,r=180],-.083333\r +*H-CANAL05,����� ����05\r +A,.9,[KSC35,kosdic.shx,s=.1,r=360],-.333333,["Y5",Standard,y=-.1,s=.2,r=360],-.416667\r +*H-CANAL05R,����� ����05(����)\r +A,.9,[KSC35,kosdic.shx,s=.1,r=360],-.666667,["Y5",Standard,y=.1,s=.2,r=180],-.083333\r +*H-CANAL06,����� ����06\r +A,.9,[KSC35,kosdic.shx,s=.1],-.333333,["Y6",Standard,y=-.1,s=.2],-.416667\r +*H-CANAL06R,����� ����06(����)\r +A,.9,[KSC35,kosdic.shx,s=.1],-.666667,["Y6",Standard,y=.1,s=.2,r=180],-.083333\r +*H-CANAL07,����� ����07\r +A,.9,[KSC35,kosdic.shx,s=.1],-.333333,["Y7",Standard,y=-.1,s=.2],-.416667\r +*H-CANAL07R,����� ����07(����)\r +A,.9,[KSC35,kosdic.shx,s=.1],-.666667,["Y7",Standard,y=.1,s=.2,r=180],-.083333\r +*H-CANAL08,����� ����08\r +A,.9,[KSC35,kosdic.shx,s=.1],-.333333,["Y8",Standard,y=-.1,s=.2],-.416667\r +*H-CANAL08R,����� ����08(����)\r +A,.9,[KSC35,kosdic.shx,s=.1],-.666667,["Y8",Standard,y=.1,s=.2,r=180],-.083333\r +*H-CANAL09,����� ����09\r +A,.9,[KSC35,kosdic.shx,s=.1],-.333333,["Y9",Standard,y=-.1,s=.2],-.416667\r +*H-CANAL09R,����� ����09(����)\r +A,.9,[KSC35,kosdic.shx,s=.1],-.666667,["Y9",Standard,y=.1,s=.2,r=180],-.083333\r +*H-CANAL10,����� ����10\r +A,.7,[KSC35,kosdic.shx,s=.1,r=360],-.383333,["Y10",Standard,y=-.1,s=.2,r=360],-.566667\r +*H-CANAL10R,����� ����10(����)\r +A,.7,[KSC35,kosdic.shx,s=.1],-.816667,["Y10",Standard,y=.1,s=.2,r=180],-.133333\r +*H-CANAL11,����� ����11\r +A,.7,[KSC35,kosdic.shx,s=.1,r=360],-.383333,["Y11",Standard,y=-.1,s=.2,r=360],-.566667\r +*H-CANAL11R,����� ����11(����)\r +A,.7,[KSC35,kosdic.shx,s=.1],-.816667,["Y11",Standard,y=.1,s=.2,r=180],-.133333\r +*H-CANAL12,����� ����12\r +A,.7,[KSC35,kosdic.shx,s=.1,r=360],-.383333,["Y12",Standard,y=-.1,s=.2,r=360],-.566667\r +*H-CANAL12R,����� ����12(����)\r +A,.7,[KSC35,kosdic.shx,s=.1],-.816667,["Y12",Standard,y=.1,s=.2,r=180],-.133333\r +*H-CANAL13,����� ����13\r +A,.7,[KSC35,kosdic.shx,s=.1,r=360],-.383333,["Y13",Standard,y=-.1,s=.2,r=360],-.566667\r +*H-CANAL13R,����� ����13(����)\r +A,.7,[KSC35,kosdic.shx,s=.1],-.816667,["Y13",Standard,y=.1,s=.2,r=180],-.133333\r +*H-CANAL14,����� ����14\r +A,.7,[KSC35,kosdic.shx,s=.1,r=360],-.383333,["Y14",Standard,y=-.1,s=.2,r=360],-.566667\r +*H-CANAL14R,����� ����14(����)\r +A,.7,[KSC35,kosdic.shx,s=.1],-.816667,["Y14",Standard,y=.1,s=.2,r=180],-.133333\r +*H-CANAL15,����� ����15\r +A,.7,[KSC35,kosdic.shx,s=.1,r=360],-.383333,["Y15",Standard,y=-.1,s=.2,r=360],-.566667\r +*H-CANAL15R,����� ����15(����)\r +A,.7,[KSC35,kosdic.shx,s=.1],-.816667,["Y15",Standard,y=.1,s=.2,r=180],-.133333\r +*H-CANAL16,����� ����16\r +A,.7,[KSC35,kosdic.shx,s=.1,r=360],-.383333,["Y16",Standard,y=-.1,s=.2,r=360],-.566667\r +*H-CANAL16R,����� ����16(����)\r +A,.7,[KSC35,kosdic.shx,s=.1],-.816667,["Y16",Standard,y=.1,s=.2,r=180],-.133333\r +*H-CANAL17,����� ����17\r +A,.7,[KSC35,kosdic.shx,s=.1,r=360],-.383333,["Y17",Standard,y=-.1,s=.2,r=360],-.566667\r +*H-CANAL17R,����� ����17(����)\r +A,.7,[KSC35,kosdic.shx,s=.1],-.816667,["Y17",Standard,y=.1,s=.2,r=180],-.133333\r +*H-CANAL18,����� ����18\r +A,.7,[KSC35,kosdic.shx,s=.1,r=360],-.383333,["Y18",Standard,y=-.1,s=.2,r=360],-.566667\r +*H-CANAL18R,����� ����18(����)\r +A,.7,[KSC35,kosdic.shx,s=.1],-.816667,["Y18",Standard,y=.1,s=.2,r=180],-.133333\r +\r +`;function w3(n){const e=[];let t="",i=!1;for(let g=0;g0){const g=e[0];g.startsWith('"')&&g.endsWith('"')?(s="text",o=g.slice(1,-1),e.length>1&&!e[1].includes("=")&&(l=e[1])):(s="shape",r=g,e.length>1&&!e[1].includes("=")&&(a=e[1]));for(let m=1;m0){const M=_.substring(0,v).trim().toLowerCase(),y=_.substring(v+1).trim(),E=parseFloat(y);isNaN(E)||(M==="s"?c=E:M==="r"?u=E:M==="a"?(u=E,d=!0):M==="u"?(u=E,h=!0):M==="x"?f=E:M==="y"&&(p=E))}}}return{type:s,shapeName:r,shxFile:a,text:o,style:l,scale:c,rotation:u,isAbsoluteAngle:d,isUprightAngle:h,xOffset:f,yOffset:p}}function R3(n){const e=n.replace(/^A\s*,\s*/i,"").trim(),t=[];let i="",s=!1,r=!1;for(let a=0;a0?(i=r.substring(1,a).trim(),s=r.substring(a+1).trim()):(i=r.substring(1).trim(),s="")}else if(i&&r.toUpperCase().startsWith("A,")){const a=R3(r),o=[];let l=0;for(const c of a)if(c.startsWith("[")&&c.endsWith("]")){const u=w3(c.slice(1,-1));o.push(u)}else{const u=parseFloat(c);if(!isNaN(u))if(u>1e-6)o.push({type:"dash",val:u,scale:1,rotation:0,isAbsoluteAngle:!1,isUprightAngle:!1,xOffset:0,yOffset:0}),l+=u;else if(u<-1e-6){const d=Math.abs(u);o.push({type:"gap",val:-d,scale:1,rotation:0,isAbsoluteAngle:!1,isUprightAngle:!1,xOffset:0,yOffset:0}),l+=d}else o.push({type:"dash",val:.05,scale:1,rotation:0,isAbsoluteAngle:!1,isUprightAngle:!1,xOffset:0,yOffset:0}),l+=.05}o.length>0&&e.set(i.toUpperCase(),{name:i,description:s,elements:o,patternLength:Math.max(l,.1)}),i=null}}return e}const jp=new Map;function Qp(n){const e=L3(n);for(const[t,i]of e.entries())jp.set(t,i)}Qp(T3);Qp(C3);const D3={"H-DICHL02":"L2-2/0","H-DICHL02R":"L2-2","H-DICHL01":"L2-3/0","H-DICHL01R":"L2-3","H-DICHL06":"L5-1","H-DICHL06R":"L5-1","H-DICHL05":"L5","H-DICHL05R":"L5","H-DICHU05":"U5","H-DICHU05R":"U5","H-DICHB01":"B1","H-DICHB01R":"B1","H-DICHM03":"M3","H-DICHM03R":"M3","H-DICHV01":"V1","H-DICHV01R":"V1","H-DICHO01":"O1","H-DICHO01R":"O1","H-DICHL03":"L3","H-DICHL03R":"L3","H-DICHL04":"L4","H-DICHL04R":"L4","H-DICHL08":"L8","H-DICHL08R":"L8"},I3=new Set(["H-DICHL05","H-DICHL05R","H-DICHU05","H-DICHU05R","H-DICHB01","H-DICHB01R","H-DICHM03","H-DICHM03R","H-DICHV01","H-DICHV01R","H-DICHO01","H-DICHO01R"]);function e0(n){if(!n)return;const e=n.toUpperCase().trim(),t=jp.get(e);if(!t)return;let i=t.elements;I3.has(e)&&(i=i.filter(r=>r.type!=="shape"));const s=D3[e];return s&&(i=i.map(r=>r.type==="text"?{...r,text:s}:r)),{...t,elements:i}}function P3(n,e,t){if(!n)return;const i=e0(n);if(!e||!e.length)return i;if(!i){const o=[];let l=0;for(const c of e)if(c>1e-6)o.push({type:"dash",val:c,scale:1,rotation:0,isAbsoluteAngle:!1,isUprightAngle:!1,xOffset:0,yOffset:0}),l+=c;else if(c<-1e-6){const u=Math.abs(c);o.push({type:"gap",val:-u,scale:1,rotation:0,isAbsoluteAngle:!1,isUprightAngle:!1,xOffset:0,yOffset:0}),l+=u}return{name:n,description:t||"",elements:o,patternLength:Math.max(l,.1)}}const s=[];let r=0,a=0;for(const o of i.elements)if(o.type==="dash"){const l=r0?e[r]:o.val||.05;r0&&r++,s.push({...o,val:l}),a+=l}else if(o.type==="gap"){const l=rzs(e.slice(1,-1))).replace(/%%d/gi,"°").replace(/%%p/gi,"±").replace(/%%c/gi,"Ø").replace(/[{}]/g,"").replace(/[ \t]{2,}/g," ").replace(/^[ \t]+|[ \t]+$/gm,"").replace(/\n{3,}/g,` + +`).replace(/^\n+|\n+$/g,""):""}class N3{constructor(e){this._container=e,this._entityMeta=[],this._layerByHandle=new Map,this._layerByName=new Map,this._onSelectCb=null,this._measureActive=!1,this._measureCb=null,this._measurePtA=null,this._measureMarkers=[],this._textGen=0,this._curLayer=null,this._curLayerId=-1,this._layerObjs=new Map,this._layerBoxes=new Map,this._layerSamples=new Map,this._indexedBufs=[],this._metaHidden=null,this._fullContentBox=null,this._hiddenLayers=new Set,Vr.shared().catch(()=>{}),this._scene=new um,this._scene.background=new tt(856343),this._isDark=!0,this._isLoading=!1;const t=e.clientWidth||800,i=e.clientHeight||600;this._camera=new ru(-t/2,t/2,i/2,-i/2,-1e4,1e4),this._camera.position.set(0,0,100),this._renderer=new rv({antialias:!0,preserveDrawingBuffer:!0}),this._renderer.setPixelRatio(window.devicePixelRatio),this._renderer.setSize(t,i),e.appendChild(this._renderer.domElement),this._controls=new ov(this._camera,this._renderer.domElement),this._controls.enableRotate=!1,this._controls.screenSpacePanning=!0,this._controls.zoomToCursor=!0,this._controls.mouseButtons={LEFT:di.PAN,MIDDLE:di.PAN,RIGHT:di.PAN},this._controls.touches={ONE:Oi.PAN,TWO:Oi.DOLLY_PAN};const s=localStorage.getItem("hmw:zoom-speed");if(s){const r=parseFloat(s);isNaN(r)||(this._controls.zoomSpeed=r)}window.addEventListener("keydown",r=>{(r.key==="f"||r.key==="F")&&this.fit()}),this._group=new Tr,this._scene.add(this._group),window.addEventListener("resize",()=>this._onResize()),this._renderer.domElement.addEventListener("pointerdown",r=>{r.button===1&&r.preventDefault()}),this._renderer.domElement.addEventListener("mousedown",r=>{this._downXY=[r.clientX,r.clientY],r.button===1&&r.preventDefault()}),this._renderer.domElement.addEventListener("click",r=>this._onClick(r)),this._renderer.domElement.addEventListener("pointermove",r=>this._onPointerMove(r)),this._renderer.domElement.addEventListener("pointerleave",()=>{this._onPointerWorldCb&&this._onPointerWorldCb(null)}),this._selColor={r:216/255,g:58/255,b:47/255},this._gridVisible=!1,this._gridMesh=null,this._activeSpaceHex=null,this._onPointerWorldCb=null,this._ptrWorldTmp=new F,this._coordOrigin={x:0,y:0,z:0},this._coordXAxis={x:1,y:0,z:0},this._coordYAxis={x:0,y:1,z:0},this._controls.addEventListener("change",()=>{this._gridVisible&&this._rebuildGrid()}),this._animate()}onSelect(e){this._onSelectCb=e}resize(){this._onResize()}setZoomSpeed(e){this._controls&&(this._controls.zoomSpeed=e)}getZoomSpeed(){return this._controls?this._controls.zoomSpeed:1}onPointerWorld(e){this._onPointerWorldCb=e||null}screenToWorld(e,t){const i=this._screenToWcs(e,t);return i?this._wcsToCad(i.x,i.y):null}_screenToWcs(e,t){var v,M,y,E,S;const i=(v=this._renderer)==null?void 0:v.domElement,s=this._camera;if(!i||!s)return null;const r=i.getBoundingClientRect();if(r.width<1||r.height<1)return null;s.updateMatrixWorld(!0);const a=(e-r.left)/r.width*2-1,o=-((t-r.top)/r.height)*2+1,l=s.zoom||1,c=(s.right-s.left)*.5/l,u=(s.top-s.bottom)*.5/l,d=s.matrixWorld.elements,h=d[0],f=d[1],p=d[4],g=d[5],m=((y=(M=this._controls)==null?void 0:M.target)==null?void 0:y.x)??s.position.x,_=((S=(E=this._controls)==null?void 0:E.target)==null?void 0:S.y)??s.position.y;return{x:m+a*c*h+o*u*p,y:_+a*c*f+o*u*g,z:0}}_wcsToCad(e,t){const i=this._coordOrigin||{x:0,y:0},s=this._coordXAxis||{x:1,y:0},r=this._coordYAxis||{x:0,y:1},a=e-(i.x||0),o=t-(i.y||0);return{x:a*(s.x||0)+o*(s.y||0),y:a*(r.x||0)+o*(r.y||0),z:0}}_setCoordFrame(e){const i=Gs(e).find(r=>r.handleHex===this._activeSpaceHex),s=(e==null?void 0:e.vars)||{};(i==null?void 0:i.kind)==="model"&&s.ucsOrigin?(this._coordOrigin={x:s.ucsOrigin.x||0,y:s.ucsOrigin.y||0,z:s.ucsOrigin.z||0},this._coordXAxis=s.ucsXAxis||{x:1,y:0,z:0},this._coordYAxis=s.ucsYAxis||{x:0,y:1,z:0}):(this._coordOrigin={x:0,y:0,z:0},this._coordXAxis={x:1,y:0,z:0},this._coordYAxis={x:0,y:1,z:0})}_onPointerMove(e){if(!this._onPointerWorldCb)return;const t=this.screenToWorld(e.clientX,e.clientY);this._onPointerWorldCb(t)}fit(){if(this._contentBox&&!this._contentBox.isEmpty()){this._fit(this._contentBox);return}const e=new Ln,t=[];if(this._group.traverse(s=>{var l;if(!s.geometry||s.visible===!1)return;e.expandByObject(s);const r=(l=s.geometry.attributes)==null?void 0:l.position;if(!(r!=null&&r.array))return;const a=r.array,o=Math.max(3,Math.floor(a.length/3/4e3)*3);for(let c=0;c+1le.handleHex===this._activeSpaceHex),R=(ae==null?void 0:ae.kind)==="paper";this.setTheme(!R)}this._buildLayerMap((i=e==null?void 0:e.tables)==null?void 0:i.layers),this._buildStyleMap(((s=e==null?void 0:e.tables)==null?void 0:s.styles)||((r=e==null?void 0:e.tables)==null?void 0:r.textStyles)),this._buildLinetypeMap(e),this._viewTwist=this._readViewTwist(e),this._pickSegs=[],this._pickSegMeta=[],this._pickFills=[],this._pickCurIdx=-1;const ee=(e==null?void 0:e.entities)||[],ie=[],fe=[],oe=[],ge=new Map,pe=[],X=z=>{let ae=ge.get(z);return ae===void 0&&(ae=pe.length,pe.push(z),ge.set(z,ae)),ae},se=new Map;let j=null;const Me=new Ln,Ce=new F,_e=[],We=new Set,Xe=new Set,Ue=new Map,Fe=new Map;for(const z of((a=e==null?void 0:e.tables)==null?void 0:a.blocks)??[]){const ae=(z.name??"").toLowerCase().replace(/\*/g,"").trim(),R=typeof z.handle=="object"?(l=(o=z.handle)==null?void 0:o.value)==null?void 0:l.toString(16):(c=z.handle)==null?void 0:c.toString(16);R&&(z.basePoint&&Ue.set(R,z.basePoint),Fe.set(R,(z.name??"").toLowerCase()),ae==="model_space"||ae==="paper_space"||ae==="ms"||ae==="ps"||ae.startsWith("model")||ae.startsWith("paper")||ae===""?Xe.add(R):We.add(R))}const qe=Xe.size>0;this._blockCount=We.size,this._activeSpaceHex&&Xe.size&&!Xe.has(this._activeSpaceHex)&&(this._activeSpaceHex=null);const nt=this._activeSpaceHex?Sl(ee,this._activeSpaceHex):null,je=new Map;for(const z of ee){const ae=(d=(u=z.ownerHandle)==null?void 0:u.value)==null?void 0:d.toString(16);ae!=null&&(je.has(ae)||je.set(ae,[]),je.get(ae).push(z))}const pt=[];let vt=0,lt=null,ct=null;const G=z=>{const ae=z||"0";ae!==this._curLayer&&(this._curLayer=ae,this._curLayerId=X(ae),lt=this._layerBoxes.get(ae),lt||this._layerBoxes.set(ae,lt=new Ln),ct=this._layerSamples.get(ae),ct||this._layerSamples.set(ae,ct=[]))},ke=(z,ae,R=0)=>{!Number.isFinite(z)||!Number.isFinite(ae)||(Me.expandByPoint(Ce.set(z,ae,R)),lt&<.expandByPoint(Ce),vt++,!(vt&7)&&pt.length<1e5&&(pt.push(z,ae),ct&&ct.push(z,ae)))},Pe=(z,ae,R,le,ue,ve)=>{const xe=(ve>>16&255)/255,be=(ve>>8&255)/255,Z=(ve&255)/255;if(j){let de=se.get(j.key);de||(de={dash:j.dash,gap:j.gap,verts:[],colors:[],segLayer:[]},se.set(j.key,de)),de.verts.push(z,ae,ue,R,le,ue),de.colors.push(xe,be,Z,xe,be,Z),de.segLayer.push(this._curLayerId)}else ie.push(z,ae,ue,R,le,ue),fe.push(xe,be,Z,xe,be,Z),oe.push(this._curLayerId);this._pickCurIdx>=0&&(this._pickSegs.push(z,ae,R,le),this._pickSegMeta.push(this._pickCurIdx)),ke(z,ae,ue),ke(R,le,ue)},U=-1,b=Gs(e),K=b.find(z=>z.handleHex===this._activeSpaceHex);if((K==null?void 0:K.kind)==="paper"){const z=b.find(ae=>ae.kind==="model");if(z){const ae=Sl(ee,z.handleHex),R=ee.filter(ve=>{var be,Z;return(ve.type||ve.typeName||"").toUpperCase()!=="VIEWPORT"?!1:((Z=(be=ve.ownerHandle)==null?void 0:be.value)==null?void 0:Z.toString(16))===this._activeSpaceHex&&this._isModelViewport(ve)}),le=(ve,xe,be,Z,de,ye)=>{Pe(ve,xe,be,Z,U,ye)},ue=(ve,xe,be=0)=>ke(ve,xe,U);for(const ve of R)this._emitModelThroughViewport(ve,{entities:ee,modelAllowed:ae,blockDefHandles:We,entsByOwner:je,blockBaseByHex:Ue,blockNameByHex:Fe,pushSeg:le,expand:ue,pendingTexts:_e,setCurLayer:G,box:Me,_tmp:Ce,underlay:!0})}}for(const z of ee){const ae=(f=(h=z.ownerHandle)==null?void 0:h.value)==null?void 0:f.toString(16);if(qe&&ae&&We.has(ae)||nt&&ae&&!nt.has(ae))continue;G(this._layerNameOf(z));const R=z.data||z,le=(z.type||z.typeName||"").toUpperCase(),ue=this._entityColor(z),ve=this._resolveComplexLinetype(z);ve?j=null:j=this._resolveDash(z);const xe={entity:z,type:le,bounds:null,layer:this._curLayer,colStart:fe.length};this._entityMeta.push(xe),this._pickCurIdx=this._entityMeta.length-1;const be=_e.length;try{switch(le){case"LINE":R.start&&R.end&&(ve?this._drawComplexPath([R.start,R.end],!1,ve.pattern,ve.ltscale,ue,Pe,_e):Pe(R.start.x,R.start.y,R.end.x,R.end.y,R.start.z||0,ue),xe.bounds={type:"line",x1:R.start.x,y1:R.start.y,x2:R.end.x,y2:R.end.y});break;case"CIRCLE":if(R.center&&R.radius!=null){if(ve){const Z=this._sampleArcPoints(R.center,R.radius,0,Math.PI*2,R.center.z||0);this._drawComplexPath(Z,!0,ve.pattern,ve.ltscale,ue,Pe,_e)}else this._arcSegs(R.center,R.radius,0,Math.PI*2,R.center.z||0,ue,Pe);xe.bounds={type:"circle",cx:R.center.x,cy:R.center.y,r:R.radius}}break;case"ARC":if(R.center&&R.radius!=null){if(ve){const Z=this._sampleArcPoints(R.center,R.radius,R.startAngle??0,R.endAngle??Math.PI*2,R.center.z||0);this._drawComplexPath(Z,!1,ve.pattern,ve.ltscale,ue,Pe,_e)}else this._arcSegs(R.center,R.radius,R.startAngle??0,R.endAngle??Math.PI*2,R.center.z||0,ue,Pe);xe.bounds={type:"circle",cx:R.center.x,cy:R.center.y,r:R.radius}}break;case"LWPOLYLINE":if((p=R.points)!=null&&p.length){const Z=(g=R.bulges)==null?void 0:g.some(N=>Math.abs(N)>=1e-6),de=!!(R.closed||R.flags&1),ye=de?R.points.length:R.points.length-1;if(this._polyHasWidth(z,ye,1))this._widePolyMesh(R.points,R.bulges,de,z,ue,1,ke);else if(ve){const N=this._samplePolylinePoints(R.points,R.bulges,de,R.elevation||0);this._drawComplexPath(N,de,ve.pattern,ve.ltscale,ue,Pe,_e),N.forEach(re=>ke(re.x,re.y,re.z))}else Z?this._bulgePolySegs(R.points,R.bulges,de,ue,Pe,ke):(this._polylineSegs(R.points,de,R.elevation||0,ue,Pe),R.points.forEach(N=>ke(N.x,N.y,R.elevation||0)));xe.bounds={type:"point",cx:R.points[0].x,cy:R.points[0].y}}break;case"POLYLINE":if(ve&&(R.vertices||R.points)){const Z=!!(R.closed||R.flags&1),de=R.vertices||R.points;this._drawComplexPath(de,Z,ve.pattern,ve.ltscale,ue,Pe,_e),de.forEach(ye=>ke(ye.x,ye.y,ye.z||0))}else this._polylineSegs(R.vertices||R.points,R.closed||R.flags&1,0,ue,Pe);break;case"POLYLINE_2D":{const Z=(je.get((_=(m=z.handle)==null?void 0:m.value)==null?void 0:_.toString(16))??[]).filter(de=>(de.type||"").toUpperCase().startsWith("VERTEX")&&de.point);if(Z.length>=2){const de=Z.map(q=>q.point),ye=Z.map(q=>q.bulge||0),N=(R.flags&1)===1,re=R.elevation||0;if(ve){const q=this._samplePolylinePoints(de,ye,N,re);this._drawComplexPath(q,N,ve.pattern,ve.ltscale,ue,Pe,_e),q.forEach(ne=>ke(ne.x,ne.y,ne.z))}else ye.some(q=>Math.abs(q)>=1e-6)?this._bulgePolySegs(de,ye,N,ue,Pe,ke):(this._polylineSegs(de,N,re,ue,Pe),de.forEach(q=>ke(q.x,q.y,re)));xe.bounds={type:"point",cx:de[0].x,cy:de[0].y}}break}case"POINT":{const Z=R.position||R;typeof Z.x=="number"&&(Pe(Z.x-1,Z.y,Z.x+1,Z.y,Z.z||0,ue),Pe(Z.x,Z.y-1,Z.x,Z.y+1,Z.z||0,ue),xe.bounds={type:"point",cx:Z.x,cy:Z.y});break}case"ELLIPSE":if(R.center){if(ve){const Z=this._sampleEllipsePoints(R);this._drawComplexPath(Z,!1,ve.pattern,ve.ltscale,ue,Pe,_e),Z.forEach(de=>ke(de.x,de.y,de.z||0))}else this._ellipseSegs(R,ue,Pe);xe.bounds={type:"point",cx:R.center.x,cy:R.center.y}}break;case"SPLINE":{const Z=R.controlPoints??R.fitPoints;if((Z==null?void 0:Z.length)>=2){const de=Z.length>=3?(()=>{const ye=Z.length*10,N=[];for(let re=0;re<=ye;re++){const q=re/ye;N.push(this._catmullRom(Z,q))}return N})():Z;ve?(this._drawComplexPath(de,!!R.closed,ve.pattern,ve.ltscale,ue,Pe,_e),de.forEach(ye=>ke(ye.x,ye.y,ye.z||0))):(this._polylineSegs(de,!1,0,ue,Pe),de.forEach(ye=>ke(ye.x,ye.y,ye.z||0))),xe.bounds={type:"point",cx:de[0].x,cy:de[0].y}}break}case"ATTRIB":case"ATTDEF":{if((R.flags??0)&1)break;const Z=z.text??R.text??R.textValue??R.defaultValue??"",de=zs(Z),ye=z.textHeight??z.height??R.textHeight??R.height??2.5,N=z.rotationAngle??R.rotationAngle??0,re=z.horizAlignment??R.horizAlignment??0,q=z.vertAlignment??R.vertAlignment??0,me=re!==0||q!==0?z.alignmentPt??R.alignmentPt??z.insertionPt??R.insertionPt??R.insertionPoint??{x:0,y:0}:z.insertionPt??R.insertionPt??R.insertionPoint??{x:0,y:0};de&&(_e.push({text:de,pos:me,height:ye,rotation:N,color:ue,alignH:re,alignV:2}),xe.bounds={type:"point",cx:me.x,cy:me.y},this._addTextPick(de,me,ye,re,2),ke(me.x,me.y,0));break}case"XLINE":case"RAY":{const Z=R.basePoint??R.point??R.startPoint,de=R.direction??R.unitDir??R.vector;if(Z&&de){const N=Z.x+de.x*1e6,re=Z.y+de.y*1e6;le==="XLINE"?Pe(Z.x-de.x*1e6,Z.y-de.y*1e6,N,re,0,ue):Pe(Z.x,Z.y,N,re,0,ue),xe.bounds={type:"point",cx:Z.x,cy:Z.y},ke(Z.x,Z.y)}break}case"SOLID":{const Z=[R.corner1||R.pt1||R.point1,R.corner2||R.pt2||R.point2,R.corner3||R.pt3||R.point3,R.corner4||R.pt4||R.point4].filter(Boolean);Z.length>=3&&(this._solidMesh(Z,ue),xe.bounds={type:"point",cx:Z[0].x,cy:Z[0].y});break}case"TEXT":case"MTEXT":{const Z=z.text??R.text??"",de=zs(Z),ye=z.textHeight??z.height??R.textHeight??R.height??2.5;let N=0,re=0,q=0,ne;if(le==="TEXT")N=z.rotationAngle??R.rotationAngle??0,re=z.horizAlignment??R.horizAlignment??0,q=z.vertAlignment??R.vertAlignment??0,re===4&&(q=2),ne=re!==0||q!==0?z.alignmentPt??R.alignmentPt??z.insertionPt??R.insertionPt??{x:0,y:0}:z.insertionPt??R.insertionPt??R.insertionPoint??{x:0,y:0};else{const me=z.xAxisDir??R.xAxisDir;me&&(N=Math.atan2(me.y,me.x));const he=z.attachment??R.attachment??z.attachmentPoint??R.attachmentPoint??5;re=[1,4,7].includes(he)?0:[3,6,9].includes(he)?2:1,q=[1,2,3].includes(he)?3:[7,8,9].includes(he)?1:2,ne=z.insertionPt??R.insertionPt??R.insertionPoint??{x:0,y:0}}if(de){const me={text:de,pos:ne,height:ye,rotation:N,color:ue,alignH:re,alignV:q};le==="MTEXT"&&(me.linespacingFactor=z.linespacingFactor??R.linespacingFactor??1,me.rectWidth=z.rectWidth??R.rectWidth??0,me.rectHeight=z.rectHeight??R.rectHeight??0,me.bgFillFlags=z.bgFillFlags??R.bgFillFlags??0,me.bgScale=z.bgScale??R.bgScale??1.5,me.bgColorIndex=z.bgColorIndex??R.bgColorIndex,me.bgColorRgb=z.bgColorRgb??R.bgColorRgb),_e.push(me),xe.bounds={type:"point",cx:ne.x,cy:ne.y},this._addTextPick(de,ne,ye,re,q),ke(ne.x,ne.y,0)}break}case"INSERT":{const Z=z.insertionPt??R.insertionPt??R.insertionPoint,de=R.scaleX??((v=R.scale)==null?void 0:v.x)??((M=z.scale)==null?void 0:M.x)??1,ye=R.scaleY??((y=R.scale)==null?void 0:y.y)??((E=z.scale)==null?void 0:E.y)??1,N=R.rotation??z.rotation??0,re=((S=z.blockHeaderHandle)==null?void 0:S.value)??((A=R.blockHeaderHandle)==null?void 0:A.value);if(re!=null){const q=re.toString(16),ne=je.get(q)??[];if(ne.length>0){const me=(T=(x=e==null?void 0:e.tables)==null?void 0:x.blocks)==null?void 0:T.find(he=>{var Ae;return(typeof he.handle=="object"?(Ae=he.handle)==null?void 0:Ae.value:he.handle)===re});this._insertEntities(ne,{insertionPoint:Z??{x:0,y:0,z:0},xScale:de,yScale:ye,rotation:N,basePoint:me==null?void 0:me.basePoint},ue,Pe,_e,{entsByOwner:je,blockBase:Ue})}}Z&&(xe.bounds={type:"point",cx:Z.x,cy:Z.y},ke(Z.x,Z.y,0));break}case"HATCH":{const Z=R.paths??z.paths,de=R.solidFill??z.solidFill??!1;if(!(Z!=null&&Z.length))break;let ye=null;for(const N of Z){if(!((L=N.points)!=null&&L.length)||N.points.length<2)continue;ye||(ye=N.points[0]),((D=N.bulges)==null?void 0:D.some(q=>Math.abs(q)>=1e-6))?this._bulgePolySegs(N.points,N.bulges,!0,ue,Pe,ke):(this._polylineSegs(N.points,!0,0,ue,Pe),N.points.forEach(q=>ke(q.x,q.y,0)))}de&&this._hatchFill(Z,ue),ye&&(xe.bounds={type:"point",cx:ye.x,cy:ye.y});break}case"DIMENSION":case"DIMENSION_LINEAR":case"DIMENSION_ALIGNED":case"DIMENSION_RADIUS":case"DIMENSION_DIAMETER":case"DIMENSION_ANG_3PT":case"DIMENSION_ANG_2LN":case"DIMENSION_ORDINATE":{const Z=((w=z.blockHeaderHandle)==null?void 0:w.value)??((O=R.blockHeaderHandle)==null?void 0:O.value);let de=[];if(Z!=null){const ye=Z.toString(16);de=je.get(ye)??[]}if(de.length>0){for(const re of de){const q=(re.type||re.typeName||"").toUpperCase(),ne=re.data||re,me=this._entityColor(re)||ue;if(q==="LINE"&&ne.start&&ne.end)Pe(ne.start.x,ne.start.y,ne.end.x,ne.end.y,0,me),ke(ne.start.x,ne.start.y),ke(ne.end.x,ne.end.y);else if(q==="SOLID"){const he=[ne.corner1||ne.pt1,ne.corner2||ne.pt2,ne.corner3||ne.pt3,ne.corner4||ne.pt4].filter(Boolean);he.length>=3&&(this._solidMesh(he,me),he.forEach(Ie=>ke(Ie.x,Ie.y)))}else if(q==="ARC"&&ne.center&&ne.radius!=null)this._arcSegs(ne.center,ne.radius,ne.startAngle??0,ne.endAngle??Math.PI*2,0,me,Pe);else if(q==="TEXT"||q==="MTEXT"){const he=re.text??ne.text??ne.textValue??"",Ie=zs(he),Ae=re.insertionPt??ne.insertionPt??ne.insertionPoint??{x:0,y:0},ht=ne.textHeight??ne.height??re.textHeight??2.5;Ie&&(_e.push({text:Ie,pos:Ae,height:ht,rotation:ne.rotationAngle??0,color:me,alignH:1,alignV:2}),ke(Ae.x,Ae.y))}else if(q==="INSERT"){const he=re.insertionPt??ne.insertionPt??ne.insertionPoint??{x:0,y:0},Ie=ne.rotation??re.rotation??0,Ae=ne.scaleX??((k=ne.scale)==null?void 0:k.x)??((P=re.scale)==null?void 0:P.x)??1,ht=ne.scaleY??((B=ne.scale)==null?void 0:B.y)??((V=re.scale)==null?void 0:V.y)??Ae,at=((I=re.blockHeaderHandle)==null?void 0:I.value)??((H=ne.blockHeaderHandle)==null?void 0:H.value),Dt=at==null?void 0:at.toString(16),Wt=Fe.get(Dt)??"",Wi=Dt?je.get(Dt)??[]:[];Wt.includes("dot")?this._dotMesh(he,this._arrowDotRadius(Wi)*Math.abs(Ae)||Math.abs(Ae)*.5,me):Wi.length?this._insertEntities(Wi,{insertionPoint:he,xScale:Ae,yScale:ht,rotation:Ie,basePoint:Ue.get(Dt)},me,Pe,_e,{entsByOwner:je,blockBase:Ue}):this._defaultArrow(Wt,he,Ie,Math.abs(Ae)||1,me,Pe),ke(he.x,he.y)}}const ye=de.find(re=>(re.type||re.typeName||"").toUpperCase()==="LINE"),N=(ye==null?void 0:ye.data)||ye;N!=null&&N.start&&(xe.bounds={type:"point",cx:N.start.x,cy:N.start.y})}else{this._renderDimFallback(z,R,le,ue,Pe,_e,ke);const ye=z.pt10??R.pt10;ye&&(xe.bounds={type:"point",cx:ye.x,cy:ye.y},ke(ye.x,ye.y))}break}case"LEADER":{const Z=R.points??z.points;if((Z==null?void 0:Z.length)>=2){if(this._polylineSegs(Z,!1,0,ue,Pe),Z.forEach(de=>ke(de.x,de.y,de.z||0)),R.arrowheadOn??z.arrowheadOn??!0){const de=Z[0],ye=Z[1],N=Math.atan2(ye.y-de.y,ye.x-de.x),re=R.arrowSize??z.arrowSize??2.5;this._arrowMesh(de,N,re,ue)}xe.bounds={type:"point",cx:Z[0].x,cy:Z[0].y}}break}case"OLE2FRAME":{const Z=z.upperLeft??R.upperLeft??{x:0,y:0,z:0},de=z.lowerRight??R.lowerRight??{x:0,y:0,z:0},ye=z.sourceApp??R.sourceApp??z.source_application??"",N=z.imageDataUrl??R.imageDataUrl;let re=Math.min(Z.x,de.x),q=Math.max(Z.x,de.x),ne=Math.min(Z.y,de.y),me=Math.max(Z.y,de.y),he=q-re,Ie=me-ne;const Ae=Z.z||0;if(Pe(re,ne,q,ne,Ae,ue),Pe(q,ne,q,me,Ae,ue),Pe(q,me,re,me,Ae,ue),Pe(re,me,re,ne,Ae,ue),N)try{const at=(jr=>{const lr=jr.split(",")[1],cr=atob(lr),cn=new Uint8Array(cr.length);for(let Fn=0;Fn0,qi=document.createElement("canvas");qi.width=En,qi.height=ii;const hr=qi.getContext("2d"),Qr=hr.createImageData(En,ii),kn=Qr.data;if(Yi===32){const Fn=En*4;for(let un=0;un0&&Number.isFinite(N)&&R.push(N)}R.sort((ye,N)=>ye-N);const le=R.length?R[R.length>>1]:2.5,ue=Math.min(ae*2e-4,le),ve=2e4,xe=_e.filter(ye=>ye.underlay),be=_e.filter(ye=>!ye.underlay),Z=xe.concat(be),de=Z.length>ve?(console.warn(`텍스트 ${Z.length}개 → ${ve}개로 제한`),be.concat(xe).sort((ye,N)=>N.height-ye.height).slice(0,ve)):Z;this._drawTexts(de,ue)}if(this._layerNames=pe,this._lineColorAttr=null,this._origColors=null,ie.length){const z=new wt;z.setAttribute("position",new ft(ie,3));const ae=new ft(fe,3);z.setAttribute("color",ae);const R=new Ma(z,new Vs({vertexColors:!0}));this._registerIndexed(R,oe),this._group.add(R),this._lineColorAttr=ae,this._origColors=Float32Array.from(ae.array)}for(const z of se.values()){if(!z.verts.length)continue;const ae=new wt;ae.setAttribute("position",new ft(z.verts,3)),ae.setAttribute("color",new ft(z.colors,3));const R=new Ma(ae,new ag({vertexColors:!0,dashSize:z.dash,gapSize:z.gap}));R.computeLineDistances(),this._registerIndexed(R,z.segLayer),this._group.add(R)}this._setCoordFrame(e);const Q=Me.isEmpty()?null:this._trimmedContentBox(pt,Me)||Me;this._fullContentBox=Q?Q.clone():null,this._contentBox=Q?Q.clone():null,this._applyLayerVisibility();const ce=this._contentBox;!t.keepView&&ce&&!ce.isEmpty()&&this._fit(ce)}finally{this._isLoading=!1}}setTheme(e){const t=!!e,i=this._isDark!==t;this._isDark=t,this._scene.background=new tt(this._isDark?658189:16777215),this._gridVisible&&this._rebuildGrid(),i&&this._lastResult&&!this._isLoading&&this.load(this._lastResult,{keepView:!0,keepTheme:!0,spaceHandle:this._activeSpaceHex})}setGrid(e){this._gridVisible=e,e?this._rebuildGrid():this._gridMesh&&(this._scene.remove(this._gridMesh),this._gridMesh.geometry.dispose(),this._gridMesh.material.dispose(),this._gridMesh=null)}_rebuildGrid(){this._gridMesh&&(this._scene.remove(this._gridMesh),this._gridMesh.geometry.dispose(),this._gridMesh.material.dispose(),this._gridMesh=null);const e=this._camera.zoom||1,t=this._camera.position.x,i=this._camera.position.y,s=(this._camera.right-this._camera.left)/e/2,r=(this._camera.top-this._camera.bottom)/e/2,a=Math.max(s,r)*3,o=this._niceSpacing(Math.max(s,r)*2/20),[l,c,u,d]=[t-a,t+a,i-a,i+a],f=this._scene.background.r<.5?2829099:12303291,p=[];for(let m=Math.ceil(l/o)*o;m<=c;m+=o)p.push(m,u,-.5,m,d,-.5);for(let m=Math.ceil(u/o)*o;m<=d;m+=o)p.push(l,m,-.5,c,m,-.5);const g=new wt;g.setAttribute("position",new ft(p,3)),this._gridMesh=new Ma(g,new Vs({color:f})),this._scene.add(this._gridMesh)}_niceSpacing(e){if(e<=0)return 1;const t=Math.pow(10,Math.floor(Math.log10(e))),i=e/t;return(i<2?1:i<5?2:5)*t}getZoomPercent(){var e;return Math.round((((e=this._camera)==null?void 0:e.zoom)??1)*100)}onViewChange(e){var t;(t=this._controls)==null||t.addEventListener("change",e)}setHiddenLayers(e){this._hiddenLayers=new Set(e||[]),!this._applyLayerVisibility()&&this._lastResult&&this.load(this._lastResult,{keepView:!0})}_layerNameOf(e){var i,s;const t=((i=e.layerHandle)==null?void 0:i.value)??e.layerHandle;return(t!=null&&((s=this._layerNameByHandle)==null?void 0:s.get(String(t))))??e.layer??e.layerName??"0"}_registerIndexed(e,t){const i=e.geometry.attributes.position.count;if(!i)return;const s=i>65535?Uint32Array:Uint16Array,r=new s(i);for(let o=0;o=0&&i[h])continue;const f=d*2;c[u++]=f,c[u++]=f+1}o.attr.needsUpdate=!0,o.mesh.geometry.setDrawRange(0,u)}const s=this._entityMeta,r=new Uint8Array(s.length);if(e.size)for(let o=0;o1e-12?Number(e.viewHeight):r,o=r/a,l=Number(e.twistAngle)||0,c=Math.cos(l),u=Math.sin(l),d=(h,f)=>{const p=h-(s.x||0),g=f-(s.y||0),m=c*p-u*g,_=u*p+c*g;return{x:(t.x||0)+(m-(i.x||0))*o,y:(t.y||0)+(_-(i.y||0))*o}};return d.scale=o,d.twist=l,d}_viewportPaperClip(e){const t=e.center||{x:0,y:0},i=(Number(e.width)||0)/2,s=(Number(e.height)||0)/2,r=Math.max(i,s)*1e-6;return{minX:(t.x||0)-i-r,maxX:(t.x||0)+i+r,minY:(t.y||0)-s-r,maxY:(t.y||0)+s+r}}_clipSegToRect(e,t,i,s,r,a){const h=(g,m)=>{let _=0;return gr.maxX&&(_|=2),mr.maxY&&(_|=8),_};let f=h(e,t),p=h(i,s);for(;;){if(!(f|p)){a(e,t,i,s);return}if(f&p)return;const g=f||p;let m=0,_=0;g&8?(m=e+(i-e)*(r.maxY-t)/(s-t||1e-30),_=r.maxY):g&4?(m=e+(i-e)*(r.minY-t)/(s-t||1e-30),_=r.minY):g&2?(_=t+(s-t)*(r.maxX-e)/(i-e||1e-30),m=r.maxX):(_=t+(s-t)*(r.minX-e)/(i-e||1e-30),m=r.minX),g===f?(e=m,t=_,f=h(e,t)):(i=m,s=_,p=h(i,s))}}_emitModelThroughViewport(e,t){var y,E,S,A,x,T,L,D,w,O,k,P;const{entities:i,modelAllowed:s,blockDefHandles:r,entsByOwner:a,blockBaseByHex:o,pushSeg:l,expand:c,pendingTexts:u,setCurLayer:d,underlay:h=!1}=t,f=this._viewportModelToPaper(e),p=this._viewportPaperClip(e),g=f.scale||1,m=new Set((e.frozenLayers||[]).map(B=>String(B))),_=(B,V,I,H,ee,ie)=>{const fe=f(B,V),oe=f(I,H);this._clipSegToRect(fe.x,fe.y,oe.x,oe.y,p,(ge,pe,X,se)=>{l(ge,pe,X,se,ee||0,ie)})},v=(B,V,I=0)=>{const H=f(B,V);H.x>=p.minX&&H.x<=p.maxX&&H.y>=p.minY&&H.y<=p.maxY&&c(H.x,H.y,I)},M=(B,V)=>B>=p.minX&&B<=p.maxX&&V>=p.minY&&V<=p.maxY;for(const B of i){const V=(E=(y=B.ownerHandle)==null?void 0:y.value)==null?void 0:E.toString(16);if(!V||!s.has(V)||r.has(V))continue;if(d==null||d(this._layerNameOf(B)),m.size){const oe=(S=B.layerHandle)==null?void 0:S.value;if(oe!=null&&m.has(String(oe)))continue}const I=B.data||B,H=(B.type||B.typeName||"").toUpperCase(),ee=this._entityColor(B),ie=this._resolveComplexLinetype(B),fe=u.length;try{switch(H){case"LINE":I.start&&I.end&&(ie?this._drawComplexPath([I.start,I.end],!1,ie.pattern,ie.ltscale,ee,_,u):_(I.start.x,I.start.y,I.end.x,I.end.y,I.start.z||0,ee));break;case"CIRCLE":if(I.center&&I.radius!=null)if(ie){const oe=this._sampleArcPoints(I.center,I.radius,0,Math.PI*2,I.center.z||0);this._drawComplexPath(oe,!0,ie.pattern,ie.ltscale,ee,_,u)}else this._arcSegs(I.center,I.radius,0,Math.PI*2,I.center.z||0,ee,_);break;case"ARC":if(I.center&&I.radius!=null)if(ie){const oe=this._sampleArcPoints(I.center,I.radius,I.startAngle??0,I.endAngle??Math.PI*2,I.center.z||0);this._drawComplexPath(oe,!1,ie.pattern,ie.ltscale,ee,_,u)}else this._arcSegs(I.center,I.radius,I.startAngle??0,I.endAngle??Math.PI*2,I.center.z||0,ee,_);break;case"LWPOLYLINE":if((A=I.points)!=null&&A.length){const oe=(x=I.bulges)==null?void 0:x.some(pe=>Math.abs(pe)>=1e-6),ge=!!(I.closed||I.flags&1);if(ie){const pe=this._samplePolylinePoints(I.points,I.bulges,ge,I.elevation||0);this._drawComplexPath(pe,ge,ie.pattern,ie.ltscale,ee,_,u),pe.forEach(X=>v(X.x,X.y,X.z))}else oe?this._bulgePolySegs(I.points,I.bulges,ge,ee,_,v):(this._polylineSegs(I.points,ge,I.elevation||0,ee,_),I.points.forEach(pe=>v(pe.x,pe.y,I.elevation||0)))}break;case"POLYLINE":if(ie&&(I.vertices||I.points)){const oe=!!(I.closed||I.flags&1),ge=I.vertices||I.points;this._drawComplexPath(ge,oe,ie.pattern,ie.ltscale,ee,_,u),ge.forEach(pe=>v(pe.x,pe.y,pe.z||0))}else this._polylineSegs(I.vertices||I.points,I.closed||I.flags&1,0,ee,_);break;case"ELLIPSE":if(I.center)if(typeof this._ellipseSegs=="function")this._ellipseSegs(I,ee,_);else{const oe=I.center.x,ge=I.center.y,pe=I.smAxis||I.majorAxis||{x:I.radius||1,y:0},X=I.axisRatio??I.minorAxisRatio??.5,se=I.startAngle??I.startParameter??0,j=I.endAngle??I.endParameter??Math.PI*2,Me=64;let Ce,_e;for(let We=0;We<=Me;We++){const Xe=se+(j-se)*(We/Me),Ue=Math.cos(Xe),Fe=Math.sin(Xe),qe=oe+pe.x*Ue-pe.y*X*Fe,nt=ge+pe.y*Ue+pe.x*X*Fe;We>0&&_(Ce,_e,qe,nt,0,ee),Ce=qe,_e=nt}}break;case"SOLID":{const oe=[I.corner1||I.pt1,I.corner2||I.pt2,I.corner3||I.pt3,I.corner4||I.pt4].filter(Boolean);if(oe.length>=2)for(let ge=0;geMath.abs(j)>=1e-6)?this._bulgePolySegs(pe,se,X,ee,_,v):(this._polylineSegs(pe,X,0,ee,_),pe.forEach(j=>v(j.x,j.y)))}break}case"SPLINE":{const oe=(T=I.fitPoints)!=null&&T.length?I.fitPoints:I.controlPoints;(oe==null?void 0:oe.length)>=2&&this._polylineSegs(oe,!!I.closed,0,ee,_);break}case"TEXT":case"MTEXT":{const oe=B.text??I.text??"",ge=zs(oe);if(!ge)break;const pe=(B.textHeight??B.height??I.textHeight??I.height??2.5)*g;let X=(B.rotationAngle??I.rotationAngle??0)+(f.twist||0),se=0,j=0,Me;if(H==="TEXT")se=B.horizAlignment??I.horizAlignment??0,j=B.vertAlignment??I.vertAlignment??0,se===4&&(j=2),Me=se!==0||j!==0?B.alignmentPt??I.alignmentPt??B.insertionPt??I.insertionPt??{x:0,y:0}:B.insertionPt??I.insertionPt??I.insertionPoint??{x:0,y:0};else{const _e=B.xAxisDir??I.xAxisDir;_e&&(X=Math.atan2(_e.y,_e.x)+(f.twist||0));const We=B.attachment??I.attachment??B.attachmentPoint??I.attachmentPoint??5;se=[1,4,7].includes(We)?0:[3,6,9].includes(We)?2:1,j=[1,2,3].includes(We)?3:[7,8,9].includes(We)?1:2,Me=B.insertionPt??I.insertionPt??I.insertionPoint??{x:0,y:0}}const Ce=f(Me.x,Me.y);if(!M(Ce.x,Ce.y))break;u.push({text:ge,pos:Ce,height:pe,rotation:X,color:ee,alignH:se,alignV:j,underlay:!!h}),v(Me.x,Me.y);break}case"INSERT":{const oe=B.insertionPt??I.insertionPt??I.insertionPoint;if(!oe)break;const ge=I.scaleX??((L=I.scale)==null?void 0:L.x)??((D=B.scale)==null?void 0:D.x)??1,pe=I.scaleY??((w=I.scale)==null?void 0:w.y)??((O=B.scale)==null?void 0:O.y)??1,X=((k=B.blockHeaderHandle)==null?void 0:k.value)??((P=I.blockHeaderHandle)==null?void 0:P.value),se=X!=null?X.toString(16):null,j=se?a.get(se)??[]:[];if(j.length){const Me=u.length;this._insertEntities(j,{insertionPoint:oe,xScale:ge,yScale:pe,rotation:I.rotation??B.rotation??0,basePoint:o.get(se)},ee,_,u,{entsByOwner:a,blockBase:o});for(let Ce=Me;Cefe)for(let oe=fe;oe{this._renderer.render(this._scene,this._camera),this._renderer.domElement.toBlob(t=>e(t),"image/webp",.75)})}getLayerInfo(){var s,r,a;const e=this._lastResult;if(!e)return[];let t=this._layerInfoCache;if(!t){const o=new Map,l=this._activeSpaceHex?Sl(e.entities||[],this._activeSpaceHex):null;for(const c of e.entities||[]){const u=(r=(s=c.ownerHandle)==null?void 0:s.value)==null?void 0:r.toString(16);if(l&&u&&!l.has(u))continue;const d=this._layerNameOf(c);o.set(d,(o.get(d)||0)+1)}t=(((a=e.tables)==null?void 0:a.layers)||[]).map(c=>{const u=c.name??c.layerName??"0",d=Math.abs(c.colorIndex??c.color??c.colorNumber??7);return{name:u,colorHex:"#"+(Ia(d,this._isDark)??Il).toString(16).padStart(6,"0"),count:o.get(u)||0}}).filter(c=>c.count>0||!c.name.startsWith("*")),this._layerInfoCache=t}const i=this._hiddenLayers||new Set;return t.map(o=>({...o,visible:!i.has(o.name)}))}_resolveComplexLinetype(e){var o,l,c,u,d;let t=e.lineType??e.linetype;if(!t||t==="ByLayer"||t==="BYLAYER"||t==="ByBlock"||t==="BYBLOCK"){const h=((o=e.layerHandle)==null?void 0:o.value)??e.layerHandle;t=h!=null&&((l=this._layerLtByHandle)==null?void 0:l.get(String(h)))||((c=this._layerLtByName)==null?void 0:c.get(e.layer??e.layerName))||null}if(!t||t==="Continuous"||t==="ByLayer"||t==="ByBlock")return null;const i=t.toUpperCase().trim(),s=((u=this._dwgLinPatterns)==null?void 0:u.get(i))||e0(t);if(!s)return null;const r=((d=e.entityHeader)==null?void 0:d.linetypeScale)>0?e.entityHeader.linetypeScale:1,a=(this._globalLtscale||1)*r;return{pattern:s,ltscale:a}}_sampleArcPoints(e,t,i,s,r=0){let a=s-i;a<=0&&(a+=Math.PI*2);const o=Math.max(16,Math.ceil(a/(Math.PI*2)*Od)),l=[],c=e.z||r||0;for(let u=0;u<=o;u++){const d=i+a*u/o;l.push({x:e.x+t*Math.cos(d),y:e.y+t*Math.sin(d),z:c})}return l}_samplePolylinePoints(e,t,i,s=0){if(!e||e.length<2)return e||[];const r=[],a=i?e.length:e.length-1;for(let o=0;o1e-9){const g=4*Math.atan(u),m=Math.abs(g)/2,_=p/2/Math.sin(m),v=_*Math.cos(m),M=(l.x+c.x)/2,y=(l.y+c.y)/2,E=-f/p,S=h/p,A=u>0?1:-1,x=M+A*E*v,T=y+A*S*v,L=Math.atan2(l.y-T,l.x-x),D=Math.max(4,Math.ceil(Math.abs(g)/(Math.PI/16)));for(let w=r.length===0?0:1;w<=D;w++){const O=L+g*w/D;r.push({x:x+_*Math.cos(O),y:T+_*Math.sin(O),z:d})}}}}return r}_sampleEllipsePoints(e){const t=e.majorAxis??e.smAxis??{x:e.radius||1,y:0},i=e.center||{x:0,y:0},s=e.ratio??e.axisRatio??e.minorAxisRatio??.5,r=e.startParam??e.startAngle??0,a=e.endParam??e.endAngle??Math.PI*2,o=Math.hypot(t.x??1,t.y??0),l=o*s,c=Math.atan2(t.y??0,t.x??1);let u=a-r;u<=0&&(u+=Math.PI*2);const d=Pl,h=[],f=i.z||0;for(let p=0;p<=d;p++){const g=r+u*p/d,m=o*Math.cos(g),_=l*Math.sin(g),v=i.x+m*Math.cos(c)-_*Math.sin(c),M=i.y+m*Math.sin(c)+_*Math.cos(c);h.push({x:v,y:M,z:f})}return h}_drawComplexPath(e,t,i,s,r,a,o){var _;if(!e||e.length<2)return;const l=e.slice();t&&Math.hypot(l[l.length-1].x-l[0].x,l[l.length-1].y-l[0].y)>1e-6&&l.push(l[0]);const c=[];let u=0;for(let v=0;v{let M=Math.max(0,Math.min(v,u));for(let S=0;S1e-9?M/A:0,T=l[S],L=l[S+1],D=T.x+(L.x-T.x)*x,w=T.y+(L.y-T.y)*x,O=(T.z||0)+((L.z||0)-(T.z||0))*x,k=Math.atan2(L.y-T.y,L.x-T.x);return{x:D,y:w,z:O,angle:k}}M-=A}const y=l[l.length-1],E=l[l.length-2];return{x:y.x,y:y.y,z:y.z||0,angle:Math.atan2(y.y-E.y,y.x-E.x)}},h=i.elements||[];if(i.patternLength*s<1e-6||!h.length)return;let p=0;for(const v of h){if(v.type==="shape")break;v.type==="dash"?p+=Math.max((v.val||.05)*s,.01*s):v.type==="gap"&&(p+=Math.abs(v.val||.1)*s)}let g=0,m=0;for(;gy){const S=d(y),A=d(E);a(S.x,S.y,A.x,A.y,S.z,r)}g+=M}else if(v.type==="gap"){const M=Math.abs(v.val||.1)*s;g+=M}else if(v.type==="shape"){const M=d(g);this._renderShapeSymbol(v,M,s,r,a)}else if(v.type==="text"){const M=d(g);if(v.text&&o){const y=(v.style||"STANDARD").toUpperCase(),E=((_=this._textStyleHeightMap)==null?void 0:_.get(y))||0,S=v.scale>0?v.scale*.5:.1,x=(E>0?E*S:S)*s;let T=M.angle+(v.rotation||0)*Math.PI/180;v.isAbsoluteAngle&&(T=(v.rotation||0)*Math.PI/180);let L=Math.atan2(Math.sin(T),Math.cos(T));L>Math.PI/2?L-=Math.PI:L<-Math.PI/2&&(L+=Math.PI),T=L;const D=Math.cos(T),w=Math.sin(T),O=(v.xOffset||0)*s,k=0,P=h[(m-2+h.length)%h.length],B=h[m%h.length],V=P&&P.type==="gap"?Math.abs(P.val||0)*s:0,I=B&&B.type==="gap"?Math.abs(B.val||0)*s:0;let H=M;V>I&&V>1e-6?H=d(g-V/2):I>1e-6&&(H=d(g+I/2));const ee=H.x+(O*D-k*w),ie=H.y+(O*w+k*D);o.push({text:v.text,pos:{x:ee,y:ie,z:H.z},height:Math.max(x,.01),rotation:T,color:r,alignH:1,alignV:2})}}}}_renderShapeSymbol(e,t,i,s,r){const a=(e.shapeName||"").toUpperCase(),o=(e.scale||.1)*i,l=e.isAbsoluteAngle?(e.rotation||0)*Math.PI/180:t.angle+(e.rotation||0)*Math.PI/180,c=(e.xOffset||0)*i,u=(e.yOffset||0)*i,d=Math.cos(t.angle),h=Math.sin(t.angle),f=t.x+(c*d-u*h),p=t.y+(c*h+u*d),g=t.z||0,m=Math.cos(l),_=Math.sin(l),v=(M,y)=>({x:f+(M*m-y*_)*o,y:p+(M*_+y*m)*o});if(a.includes("KSC35")||a.includes("KSC36")||a.includes("KSC19")||a.includes("ARROW")){for(let A=0;A<=12;A++){const x=A/12,T=-.5+x,L=.25*(1-x),D=v(T,L),w=v(T,-L);r(D.x,D.y,w.x,w.y,g,s)}const y=v(.5,0),E=v(-.5,.25),S=v(-.5,-.25);r(y.x,y.y,E.x,E.y,g,s),r(E.x,E.y,S.x,S.y,g,s),r(S.x,S.y,y.x,y.y,g,s)}else if(a.includes("CIRC")||a.includes("KSC11")||a.includes("KSC01")){let y=v(.3,0);for(let E=1;E<=12;E++){const S=E/12*Math.PI*2,A=v(.3*Math.cos(S),.3*Math.sin(S));r(y.x,y.y,A.x,A.y,g,s),y=A}}else if(a.includes("BOX")||a.includes("KSC02")||a.includes("KSC05")){const M=v(-.3,-.3),y=v(.3,-.3),E=v(.3,.3),S=v(-.3,.3);r(M.x,M.y,y.x,y.y,g,s),r(y.x,y.y,E.x,E.y,g,s),r(E.x,E.y,S.x,S.y,g,s),r(S.x,S.y,M.x,M.y,g,s)}else if(a.includes("TRACK1")){const M=v(0,-.4),y=v(0,.4);r(M.x,M.y,y.x,y.y,g,s)}else if(a.includes("BAT")||a.includes("DIAMOND")){const M=v(0,.4),y=v(.4,0),E=v(0,-.4),S=v(-.4,0);r(M.x,M.y,y.x,y.y,g,s),r(y.x,y.y,E.x,E.y,g,s),r(E.x,E.y,S.x,S.y,g,s),r(S.x,S.y,M.x,M.y,g,s)}else{const M=v(.3,0),y=v(-.3,.2),E=v(-.3,-.2);r(M.x,M.y,y.x,y.y,g,s),r(y.x,y.y,E.x,E.y,g,s),r(E.x,E.y,M.x,M.y,g,s)}}_buildStyleMap(e){if(this._textStyleHeightMap||(this._textStyleHeightMap=new Map),this._textStyleHeightMap.clear(),!(!e||!Array.isArray(e)))for(const t of e){const i=(t.name||t.styleName||"").toUpperCase(),s=t.height??t.fixedTextHeight??0;i&&s>0&&this._textStyleHeightMap.set(i,s)}}_buildLayerMap(e){var t;if(this._layerByHandle.clear(),this._layerByName.clear(),this._layerNameByHandle=new Map,this._layer0Handle=null,!!e)for(const i of e){const s=((t=i.handle)==null?void 0:t.value)??i.handle,r=i.name??i.layerName,a=Math.abs(i.colorIndex??i.color??i.colorNumber??7),o=Ia(a,this._isDark)??Il;s!=null&&this._layerByHandle.set(String(s),o),r&&this._layerByName.set(r,o),s!=null&&r&&this._layerNameByHandle.set(String(s),r),r==="0"&&s!=null&&(this._layer0Handle=String(s))}}_readViewTwist(e){var r;const t=(r=e==null?void 0:e.tables)==null?void 0:r.vports;if(!Array.isArray(t)||!t.length)return 0;const i=t.find(a=>/active/i.test(a.name||""))||t[0],s=i==null?void 0:i.viewTwist;return typeof s=="number"&&isFinite(s)?s:0}_buildLinetypeMap(e){var t,i,s,r;this._ltPatterns=new Map,this._dwgLinPatterns=new Map,this._layerLtByName=new Map,this._layerLtByHandle=new Map,this._globalLtscale=((t=e==null?void 0:e.vars)==null?void 0:t.ltscale)>0?e.vars.ltscale:1;for(const a of((i=e==null?void 0:e.tables)==null?void 0:i.lineTypes)??[])if(a!=null&&a.name){const o=Array.isArray(a.pattern)?a.pattern:[];if(this._ltPatterns.set(a.name,o),o.length>0){const l=P3(a.name,o,a.description);l&&this._dwgLinPatterns.set(a.name.toUpperCase().trim(),l)}}for(const a of((s=e==null?void 0:e.tables)==null?void 0:s.layers)??[]){const o=a.name??a.layerName,l=((r=a.handle)==null?void 0:r.value)??a.handle,c=a.lineType??a.linetype;o&&c&&this._layerLtByName.set(o,c),l!=null&&c&&this._layerLtByHandle.set(String(l),c)}}_resolveDash(e){var l,c;if(!this._ltPatterns||this._ltPatterns.size===0)return null;let t=e.lineType??e.linetype;if(!t||t==="ByLayer"||t==="BYLAYER"||t==="ByBlock"||t==="BYBLOCK"){const u=((l=e.layerHandle)==null?void 0:l.value)??e.layerHandle;t=u!=null&&this._layerLtByHandle.get(String(u))||this._layerLtByName.get(e.layer??e.layerName)||null}if(!t||t==="Continuous"||t==="ByLayer"||t==="ByBlock")return null;const i=this._ltPatterns.get(t);if(!i||i.length===0)return null;const s=((c=e.entityHeader)==null?void 0:c.linetypeScale)>0?e.entityHeader.linetypeScale:1,r=this._globalLtscale*s;let a=0,o=0;for(const u of i){const d=Math.abs(u)*r;u>1e-6?a+=d:u<-1e-6?o+=d:a+=Math.max(d,.01*r)}return a<1e-4||o<1e-4?null:{key:`${a.toFixed(3)}|${o.toFixed(3)}`,dash:a,gap:o}}_resolveBlockColor(e,t){var r,a;const i=((r=e.entityHeader)==null?void 0:r.colorIndex)??e.color??e.colorIndex??e.colorNumber??256;if(i===0)return t;const s=String(((a=e.layerHandle)==null?void 0:a.value)??e.layerHandle??"");return i===256&&this._layer0Handle&&s===this._layer0Handle?t:this._entityColor(e)}_entityColor(e){var r,a;const t=((r=e.entityHeader)==null?void 0:r.colorIndex)??e.color??e.colorIndex??e.colorNumber??256;if(t!=null){const o=Ia(t,this._isDark);if(o!==null)return o}const i=((a=e.layerHandle)==null?void 0:a.value)??e.layerHandle;if(i!=null){const o=this._layerByHandle.get(String(i));if(o!==void 0)return o}const s=e.layer??e.layerName;if(s){const o=this._layerByName.get(s);if(o!==void 0)return o}return Il}_arrowMesh(e,t,i,s){if(!e||i<1e-4)return;const r=i*.166,a=(s>>16&255)/255,o=(s>>8&255)/255,l=(s&255)/255,c=new wt;c.setAttribute("position",new ft([0,0,0,-i,r,0,-i,-r,0],3)),c.setAttribute("color",new ft([a,o,l,a,o,l,a,o,l],3));const u=new Gt(c,new Xn({vertexColors:!0,side:Vt}));u.position.set(e.x,e.y,(e.z||0)+.5),u.rotation.z=t,this._addObj(u)}_defaultArrow(e,t,i,s,r,a){if(!t||s<1e-4)return;const o=(e||"").replace(/^[_*]+/,""),l=Math.cos(i),c=Math.sin(i),u=(d,h)=>({x:t.x+d*l-h*c,y:t.y+d*c+h*l});if(!(o==="none"||o==="small"||o==="integral")){if(o==="dot"||o==="dotsmall"||o==="dotblank"||o==="dotsmallblank"||o==="origin"||o==="origin2"){this._dotMesh(t,s*(o==="dotsmall"?.12:.5),r);return}if(o==="oblique"||o==="archtick"){const d=u(s*.5,s*.5),h=u(-s*.5,-s*.5);a(d.x,d.y,h.x,h.y,(t.z||0)+.5,r);return}if(o==="open"||o==="open30"||o==="open90"){const d=o==="open90"?s:s*.42,h=u(0,0),f=u(-s,d),p=u(-s,-d);a(f.x,f.y,h.x,h.y,(t.z||0)+.5,r),a(p.x,p.y,h.x,h.y,(t.z||0)+.5,r);return}this._arrowMesh(t,i,s,r)}}_dotMesh(e,t,i){if(!e||!(t>1e-5))return;const s=(i>>16&255)/255,r=(i>>8&255)/255,a=(i&255)/255,o=20,l=[],c=[],u=(e.z||0)+.5;for(let h=0;h{a+=l.x,o+=l.y}),a/=r.length,o/=r.length,r.forEach(l=>{t=Math.max(t,Math.hypot(l.x-a,l.y-o))})}}return t}_arcSegs(e,t,i,s,r,a,o){let l=s-i;l<=0&&(l+=Math.PI*2);const c=Math.max(8,Math.ceil(l/(Math.PI*2)*Od));let u=null;for(let d=0;d<=c;d++){const h=i+l*d/c,f=e.x+t*Math.cos(h),p=e.y+t*Math.sin(h);u&&o(u.x,u.y,f,p,r,a),u={x:f,y:p}}}_catmullRom(e,t){const i=e.length,s=t*(i-1),r=Math.min(Math.floor(s),i-2),a=s-r,o=e[Math.max(r-1,0)],l=e[r],c=e[r+1],u=e[Math.min(r+2,i-1)],d=a*a,h=d*a;return{x:.5*(2*l.x+(-o.x+c.x)*a+(2*o.x-5*l.x+4*c.x-u.x)*d+(-o.x+3*l.x-3*c.x+u.x)*h),y:.5*(2*l.y+(-o.y+c.y)*a+(2*o.y-5*l.y+4*c.y-u.y)*d+(-o.y+3*l.y-3*c.y+u.y)*h),z:.5*(2*(l.z||0)+(-(o.z||0)+(c.z||0))*a+(2*(o.z||0)-5*(l.z||0)+4*(c.z||0)-(u.z||0))*d+(-(o.z||0)+3*(l.z||0)-3*(c.z||0)+(u.z||0))*h)}}_ellipseSegs(e,t,i){const s=e.majorAxis??e.smAxis??{x:1,y:0},r=e.center,a=e.ratio??e.axisRatio??1,o=e.startParam??0,l=e.endParam??Math.PI*2,c=(s==null?void 0:s.x)??1,u=(s==null?void 0:s.y)??0,d=Math.sqrt(c*c+u*u),h=d*a,f=Math.atan2(u,c);let p=l-o;p<=0&&(p+=Math.PI*2);let g=null;for(let m=0;m<=Pl;m++){const _=o+p*m/Pl,v=d*Math.cos(_),M=h*Math.sin(_),y=r.x+v*Math.cos(f)-M*Math.sin(f),E=r.y+v*Math.sin(f)+M*Math.cos(f);g&&i(g.x,g.y,y,E,r.z||0,t),g={x:y,y:E}}}_polylineSegs(e,t,i,s,r){if(!(!e||e.length<2)){for(let a=0;a1e-12?l:Math.abs(r)>1e-12?r:a,d=Math.abs(c)>1e-12?c:Math.abs(r)>1e-12?r:o;return{sw:Math.abs(u),ew:Math.abs(d)}}_polyHasWidth(e,t,i=1){for(let s=0;s1e-9||a>1e-9)return!0}return!1}_pushWideSeg(e,t,i,s,r){const a=i.x-t.x,o=i.y-t.y,l=Math.hypot(a,o);if(l<1e-12)return;const c=-o/l,u=a/l,d=s*.5,h=r*.5,f={x:t.x+c*d,y:t.y+u*d},p={x:t.x-c*d,y:t.y-u*d},g={x:i.x-c*h,y:i.y-u*h},m={x:i.x+c*h,y:i.y+u*h};e.push(f.x,f.y,0,p.x,p.y,0,g.x,g.y,0),e.push(f.x,f.y,0,g.x,g.y,0,m.x,m.y,0)}_widePolyMesh(e,t,i,s,r,a=1,o=null){if(!e||e.length<2)return;const l=e.length,c=i?l:l-1,u=[];for(let f=0;f0?1:-1,P=L+k*w*T,B=D+k*O*T,V=Math.atan2(p.y-B,p.x-P),I=Math.max(2,Math.ceil(Math.abs(S)/(Math.PI/16)));let H={x:p.x,y:p.y},ee=m;for(let ie=1;ie<=I;ie++){const fe=ie/I,oe=V+S*ie/I,ge={x:P+x*Math.cos(oe),y:B+x*Math.sin(oe)},pe=m+(_-m)*fe;this._pushWideSeg(u,H,ge,ee,pe),H=ge,ee=pe}o&&(o(p.x,p.y),o(g.x,g.y))}}if(u.length<9)return;const d=new wt;d.setAttribute("position",new ft(u,3)),d.computeVertexNormals();const h=new Xn({color:new tt(r),side:Vt,depthWrite:!1});if(this._addObj(new Gt(d,h)),this._pickCurIdx>=0&&this._pickSegs)for(let f=0;f0?1:-1,T=y+x*S*M,L=E+x*A*M,D=Math.atan2(u.y-L,u.x-T),w=Math.max(2,Math.ceil(Math.abs(m)/(Math.PI/16)));let O=u;for(let k=1;k<=w;k++){const P=D+m*k/w,B=T+v*Math.cos(P),V=L+v*Math.sin(P);r(O.x,O.y,B,V,0,s),O={x:B,y:V}}a&&(a(u.x,u.y),a(d.x,d.y))}}}_solidMesh(e,t){const i=(t>>16&255)/255,s=(t>>8&255)/255,r=(t&255)/255,a=[],o=[],l=(...u)=>{for(const d of u)a.push(d.x,d.y,d.z||0),o.push(i,s,r)};e.length>=4?(l(e[0],e[1],e[3]),l(e[0],e[3],e[2])):l(e[0],e[1],e[2]);const c=new wt;if(c.setAttribute("position",new ft(a,3)),c.setAttribute("color",new ft(o,3)),this._addObj(new Gt(c,new Xn({vertexColors:!0,side:Vt}))),this._pickCurIdx>=0&&e.length>=3){const u=e.length>=4?[e[0],e[1],e[3],e[2]]:e.slice(0,3);this._pickFills.push({metaIdx:this._pickCurIdx,loops:[u]})}}_addTextPick(e,t,i,s=0,r=0){if(this._pickCurIdx<0||!t)return;const a=String(e).split(` +`),l=a.reduce((h,f)=>Math.max(h,f.length),1)*i*.62,c=a.length*i*1.2;let u=t.x;s===2?u=t.x-l:(s===1||s===4)&&(u=t.x-l/2);let d=t.y;r===3?d=t.y-c:r===2&&(d=t.y-c/2),this._pickFills.push({metaIdx:this._pickCurIdx,loops:[[{x:u,y:d},{x:u+l,y:d},{x:u+l,y:d+c},{x:u,y:d+c}]]})}_fillHit(e,t,i){let s=!1;for(const r of e)for(let a=0,o=r.length-1;ai!=d>i&&t<(u-l)*(i-c)/(d-c)+l&&(s=!s)}return s}_pointInAnyLoop(e,t,i){for(const s of e){if(!(s!=null&&s.length))continue;let r=!1;for(let a=0,o=s.length-1;ai!=c.y>i&&t<(c.x-l.x)*(i-l.y)/(c.y-l.y)+l.x&&(r=!r)}if(r)return!0}return!1}_loopArea(e){let t=0;for(let i=0;ic&&(c=m.x),m.y>u&&(u=m.y);const d=Math.hypot(c-o,u-l)||1;if(a>d*1e-4&&a>1e-6)return;let h=0;for(let m=0;m5e3)return;let p=0,g=0;for(const m of e)p+=m.x,g+=m.y;p/=e.length,g/=e.length;for(const m of this._pickFills)if(this._pointInAnyLoop(m.loops,p,g))return;this._hatchFill([{points:e,bulges:t||null,closed:!0}],i)}_pathPoints(e){const t=e.points;if(!(t!=null&&t.length))return null;const i=e.bulges,s=t.length;if(!(i!=null&&i.some(a=>Math.abs(a)>=1e-6)))return t.map(a=>({x:a.x,y:a.y}));const r=[];for(let a=0;a0?1:-1,S=_+E*M*m,A=v+E*y*m,x=Math.atan2(o.y-A,o.x-S),T=Math.max(6,Math.ceil(Math.abs(f)/(Math.PI/16)));for(let L=1;L{var u;return l+(((u=c.points)==null?void 0:u.length)??0)},0)>8e3)return;let s=[];for(const l of e){const c=this._pathPoints(l);c&&c.length>=3&&s.push(c)}if(!s.length)return;const r=l=>{let c=0;for(let u=0;u{var c;return!((c=l.points)!=null&&c.length)})&&s.length>=3||s.length>=5){const l=s.map(r).sort((u,d)=>u-d),c=l[Math.floor(l.length/2)]||0;if(c>0&&(s=s.filter(u=>r(u)<=c*10)),!s.length)return}if(this._pickCurIdx>=0&&s.length&&this._pickFills.push({metaIdx:this._pickCurIdx,loops:s}),s.length>=5||s.some(l=>this._polySelfIntersects(l))||this._hatchHasNestedLoop(s)){this._hatchFillEvenOddCanvas(s,t);return}const o=new Xn({color:new tt(t),side:Vt});for(const l of s)try{const c=new wf;c.moveTo(l[0].x,l[0].y);for(let u=1;u{let l=0;for(let c=0;c{let l=1/0,c=1/0,u=-1/0,d=-1/0;for(const h of o)h.xu&&(u=h.x),h.y>d&&(d=h.y);return{minX:l,minY:c,maxX:u,maxY:d}},s=(o,l)=>{let c=!1;for(let u=0,d=o.length-1;ul.y!=f.y>l.y&&l.x<(f.x-h.x)*(l.y-h.y)/(f.y-h.y)+h.x&&(c=!c)}return c},r=e.map(t),a=e.map(i);for(let o=0;o=h.maxX&&d.maxY>=h.maxY||s(e[u],{x:l,y:c}))return!0}}return!1}_polySelfIntersects(e){const t=e.length;if(t<4)return!1;const i=(a,o,l)=>(o.x-a.x)*(l.y-a.y)-(o.y-a.y)*(l.x-a.x),s=(a,o,l,c)=>{const u=i(a,o,l),d=i(a,o,c),h=i(l,c,a),f=i(l,c,o);return(u>0&&d<0||u<0&&d>0)&&(h>0&&f<0||h<0&&f>0)},r=Math.min(t,80);for(let a=0;as&&(s=v.x),v.y>r&&(r=v.y);const a=s-t,o=r-i,l=Math.min(a,o);if(!(l>1e-9))return!1;const c=(t+s)/2,u=(i+r)/2,d=.55*l,h=.22*l;let f=0;for(let v=0;v1e-9&&g>_*1.15}_convexHull(e){const t=e.map(a=>({x:a.x,y:a.y})).sort((a,o)=>a.x-o.x||a.y-o.y);if(t.length<=2)return t;const i=(a,o,l)=>(o.x-a.x)*(l.y-a.y)-(o.y-a.y)*(l.x-a.x),s=[];for(const a of t){for(;s.length>=2&&i(s[s.length-2],s[s.length-1],a)<=0;)s.pop();s.push(a)}const r=[];for(let a=t.length-1;a>=0;a--){const o=t[a];for(;r.length>=2&&i(r[r.length-2],r[r.length-1],o)<=0;)r.pop();r.push(o)}return s.pop(),r.pop(),s.concat(r)}_polyCentroid(e){let t=0,i=0;for(const s of e)t+=s.x,i+=s.y;return{x:t/e.length,y:i/e.length}}_pointInPoly(e,t){let i=!1;for(let s=0,r=e.length-1;st.y!=o.y>t.y&&t.x<(o.x-a.x)*(t.y-a.y)/(o.y-a.y)+a.x&&(i=!i)}return i}_hatchFillEvenOddCanvas(e,t){let i=1/0,s=1/0,r=-1/0,a=-1/0;for(const w of e)for(const O of w)O.xr&&(r=O.x),O.y>a&&(a=O.y);const o=r-i,l=a-s;if(!(o>1e-12)||!(l>1e-12))return;const c=2048,u=Math.min(c/o,c/l,64),d=Math.max(2,Math.ceil(o*u)+2),h=Math.max(2,Math.ceil(l*u)+2),f=(d-2)/o,p=(h-2)/l,g=document.createElement("canvas");g.width=d,g.height=h;const m=g.getContext("2d");if(!m)return;m.clearRect(0,0,d,h);const _=w=>({x:1+(w.x-i)*f,y:1+(a-w.y)*p}),v=w=>{if(w.length<3)return;const O=_(w[0]);m.moveTo(O.x,O.y);for(let k=1;kthis._convexHull(w)),S=w=>{if(w.length<3||!E.length)return!1;const O=this._polyCentroid(w);for(const k of E)if(k.length>=3&&this._pointInPoly(k,O))return!0;return!1};if(M.length){m.fillStyle="#ffffff",m.beginPath();for(const O of M)v(O);m.fill("nonzero");const w=y.filter(S);if(w.length){m.globalCompositeOperation="destination-out",m.beginPath();for(const O of w)v(O);m.fill("nonzero"),m.globalCompositeOperation="source-over"}}const A=y.filter(w=>!S(w));if(A.length){m.fillStyle="#ffffff",m.beginPath();for(const w of A)v(w);m.fill("evenodd")}const x=new Aa(g);x.colorSpace=ci,x.magFilter=Kt,x.minFilter=Ui,x.generateMipmaps=!0,x.needsUpdate=!0;const T=new Xn({map:x,color:new tt(t),transparent:!0,alphaTest:.4,side:Vt,depthWrite:!1}),L=new as(o,l),D=new Gt(L,T);D.position.set((i+r)/2,(s+a)/2,0),this._addObj(D)}_multilineSprite(e,t,i,s,r,a,o,l=0){const u="96px 'Malgun Gothic', 'Apple SD Gothic Neo', monospace",d=document.createElement("canvas"),h=d.getContext("2d");h.font=u;let f=1,p=96*.7,g=96*.2;for(const k of e){const P=h.measureText(k||" ");f=Math.max(f,Math.ceil(P.width)),p=Math.max(p,P.actualBoundingBoxAscent||96*.7),g=Math.max(g,P.actualBoundingBoxDescent||96*.2)}const m=Math.ceil(96*.15),_=Math.ceil(p+g+96*.35);d.width=f+m*2,d.height=_*e.length+m*2,h.font=u;const v=r>>16&255,M=r>>8&255,y=r&255;h.fillStyle=`rgb(${v},${M},${y})`,h.textBaseline="alphabetic";let E=m;a===1||a===4?(h.textAlign="center",E=d.width/2):a===2?(h.textAlign="right",E=d.width-m):(h.textAlign="left",E=m);for(let k=0;k0?e.linespacingFactor:1,u=o*(5/3)*c;let d=0;if(t!=null&&t.measureEm)for(const O of l)d=Math.max(d,t.measureEm(O||" "));else for(const O of l)d=Math.max(d,(O||" ").length*.9);let h=Math.max(d*o,o*.5),f=l.length<=1?o:o+(l.length-1)*u;e.rectWidth>0&&(h=Math.max(h,e.rectWidth)),e.rectHeight>0&&(f=Math.max(f,e.rectHeight));const p=e.bgScale>0?e.bgScale:1.5,g=h*p,m=f*p,_=e.alignH??1,v=e.alignV??2;let M=0,y=0;_===0||_===3||_===5?M=h/2:_===2&&(M=-h/2),v===3?y=-f/2:(v===0||v===1)&&(y=f/2);const E=e.rotation||0,S=Math.cos(E),A=Math.sin(E),x=e.pos.x+M*S-y*A,T=e.pos.y+M*A+y*S;let L=16776960;if(s&2)L=((w=(D=this._scene)==null?void 0:D.background)==null?void 0:w.r)<.5?658189:16250611;else if(e.bgColorRgb&&e.bgColorRgb.r!=null)L=(e.bgColorRgb.r&255)<<16|(e.bgColorRgb.g&255)<<8|e.bgColorRgb.b&255;else if(e.bgColorIndex!=null){const O=Ia(e.bgColorIndex,this._isDark);O!=null&&(L=O)}if(r){const O=new as(g,m),k=new Xn({color:new tt(L),side:Vt,depthWrite:!1,transparent:!1}),P=new Gt(O,k);P.position.set(x,T,.4),P.rotation.z=E,this._addObj(P)}if(a&&!r){const O=g/2,k=m/2,B=[[-O,-k],[O,-k],[O,k],[-O,k],[-O,-k]].map(([V,I])=>({x:x+V*S-I*A,y:T+V*A+I*S}));for(let V=0;V<4;V++){const I=B[V],H=B[V+1];this._widePolyMesh([I,H],null,!1,{constantWidth:Math.max(o*.05,.01)},L,1,null)}}}async _drawTexts(e,t){const i=this._textGen,s=e.filter(o=>o.underlay),r=e.filter(o=>!o.underlay),a=[{list:s,order:0},{list:r,order:1}];try{const o=await Vr.shared();if(i!==this._textGen)return;for(const{list:l,order:c}of a)if(l.length){for(const u of l)u.bgFillFlags|0&&(this._curLayer=u.layer??"0",this._drawMTextBackground(u,o,t));for(const[u,d]of U3(l)){const h=new E3(o);for(const p of d)h.add(p.text,p.pos,Math.max(p.height,t),p.rotation||0,p.color,p.alignH??0,p.alignV??0);const f=h.build();f&&(f.renderOrder=c,f.material&&(f.material.depthWrite=!1,f.material.transparent=!0),this._addObj(f,u))}}}catch(o){if(console.warn("[Viewer2D] Slug text unavailable, falling back to canvas sprites:",(o==null?void 0:o.message)??o),i!==this._textGen)return;for(const{list:l,order:c}of a)for(const u of l)this._curLayer=u.layer??"0",u.bgFillFlags|0&&this._drawMTextBackground(u,null,t),this._textSprite(u.text,u.pos,Math.max(u.height,t),u.rotation,u.color,u.alignH??0,u.alignV??0,c)}}_textSprite(e,t,i,s,r,a=0,o=0,l=0){const c=String(e).split(` +`);if(c.length>1){this._multilineSprite(c,t,i,s,r,a,o,l);return}const u=e+"\0"+r;let d=(this._texCache??(this._texCache=new Map)).get(u);if(!d){const x="96px 'Malgun Gothic', 'Apple SD Gothic Neo', monospace",T=document.createElement("canvas"),L=T.getContext("2d");L.font=x;const D=L.measureText(e),w=Math.max(1,Math.ceil(D.width)),O=D.actualBoundingBoxAscent||96*.7,k=D.actualBoundingBoxDescent||96*.2,P=Math.ceil(96*.15);T.width=w+P*2,T.height=Math.ceil(O+k)+P*2,L.font=x;const B=r>>16&255,V=r>>8&255,I=r&255;L.fillStyle=`rgb(${B},${V},${I})`,L.textBaseline="alphabetic",L.fillText(e,P,P+O),d={texture:new Aa(T),w:T.width,h:T.height,asc:O,pad:P},this._texCache.set(u,d)}const{texture:h,asc:f,pad:p}=d,g=i*d.h/f,m=g*(d.w/d.h),_=g/d.h,v=d.h/2;let M=0;a===0||a===3||a===5?M=m/2:a===1||a===4?M=0:a===2&&(M=-m/2);let y=0;a!==4&&(o===0||o===1?y=(p+f-v)*_:o===3&&(y=(p-v)*_));const E=new Cc({map:h,transparent:!0,depthTest:!1});s&&(E.rotation=s);const S=new $u(E);S.scale.set(m,g,1),S.position.set(t.x+M,t.y+y,1),S.renderOrder=l,this._addObj(S)}_insertEntities(e,t,i,s,r,a){var x,T,L,D,w,O,k,P,B,V;const o=a==null?void 0:a.entsByOwner,l=a==null?void 0:a.blockBase,c=(a==null?void 0:a.parentXf)??null,u=(a==null?void 0:a.scale)??1,d=(a==null?void 0:a.rot)??0,h=(a==null?void 0:a.depth)??0,f=t.insertionPoint??{x:0,y:0},p=t.basePoint,g=t.xScale??1,m=t.yScale??1,_=t.rotation??0,v=Math.cos(_),M=Math.sin(_),y=(I,H)=>{const ee=p?I-p.x:I,ie=p?H-p.y:H;return[f.x+ee*g*v-ie*m*M,f.y+ee*g*M+ie*m*v]},E=c?(I,H)=>c(...y(I,H)):y,S=u*Math.max(Math.abs(g),Math.abs(m)),A=d+_;for(const I of e){const H=I.data||I,ee=(I.type||I.typeName||"").toUpperCase();if(ee==="ATTDEF")continue;const ie=this._resolveBlockColor(I,i);try{if(ee==="LINE"&&H.start&&H.end){const[fe,oe]=E(H.start.x,H.start.y),[ge,pe]=E(H.end.x,H.end.y);s(fe,oe,ge,pe,0,ie)}else if((ee==="CIRCLE"||ee==="ARC")&&H.center&&H.radius!=null){const[fe,oe]=E(H.center.x,H.center.y),ge=H.radius*S,pe=ee==="ARC"?(H.startAngle??0)+A:0,X=ee==="ARC"?(H.endAngle??Math.PI*2)+A:Math.PI*2;this._arcSegs({x:fe,y:oe,z:0},ge,pe,X,0,ie,s)}else if(ee==="ELLIPSE"&&H.center){const[fe,oe]=E(H.center.x,H.center.y),ge=H.majorAxis??H.smAxis??{x:1,y:0},pe=Math.hypot(ge.x??0,ge.y??0)*S,X=Math.atan2(ge.y??0,ge.x??1)+A;this._ellipseSegs({center:{x:fe,y:oe,z:0},majorAxis:{x:pe*Math.cos(X),y:pe*Math.sin(X)},ratio:H.ratio??H.axisRatio??1,startParam:H.startParam??0,endParam:H.endParam??Math.PI*2},ie,s)}else if((ee==="LWPOLYLINE"||ee==="POLYLINE")&&(H.points||H.vertices)){const oe=(H.points??H.vertices).map(se=>{const[j,Me]=E(se.x,se.y);return{x:j,y:Me}}),ge=H.bulges??null,pe=!!(H.closed||H.flags&1);let X=!1;if(oe.length>=2&&this._pickFills.length){let se=0,j=0,Me=1/0,Ce=1/0,_e=-1/0,We=-1/0;for(const Fe of oe)se+=Fe.x,j+=Fe.y,Fe.x_e&&(_e=Fe.x),Fe.y>We&&(We=Fe.y);se/=oe.length,j/=oe.length;const Xe=Math.max(_e-Me,1e-9),Ue=Math.max(We-Ce,1e-9);for(const Fe of this._pickFills)if(this._pointInAnyLoop(Fe.loops,se,j)){for(const qe of Fe.loops){if(!(qe!=null&&qe.length))continue;let nt=1/0,je=1/0,pt=-1/0,vt=-1/0;for(const ke of qe)ke.xpt&&(pt=ke.x),ke.y>vt&&(vt=ke.y);const lt=Math.max(pt-nt,1e-9),ct=Math.max(vt-je,1e-9);if(Xe<=lt*1.5&&Ue<=ct*1.5&<<=Xe*1.5&&ct<=Ue*1.5){X=!0;break}}if(X)break}}if(!X){const se=pe?oe.length:oe.length-1;this._polyHasWidth(I,se,S)?this._widePolyMesh(oe,ge,pe,I,ie,S,null):(ge!=null&&ge.some(j=>Math.abs(j)>=1e-6)?this._bulgePolySegs(oe,ge,pe,ie,s):this._polylineSegs(oe,pe,0,ie,s),this._fillClosedPolyIfUncovered(oe,ge,ie))}}else if(ee==="POLYLINE_2D"&&o){const fe=(o.get((T=(x=I.handle)==null?void 0:x.value)==null?void 0:T.toString(16))??[]).filter(oe=>(oe.type||"").toUpperCase().startsWith("VERTEX")&&oe.point);if(fe.length>=2){const oe=fe.map(X=>{const[se,j]=E(X.point.x,X.point.y);return{x:se,y:j}}),ge=fe.map(X=>X.bulge||0),pe=(H.flags&1)===1;ge.some(X=>Math.abs(X)>=1e-6)?this._bulgePolySegs(oe,ge,pe,ie,s):this._polylineSegs(oe,pe,0,ie,s)}}else if(ee==="HATCH"){const fe=H.paths??I.paths;if(fe!=null&&fe.length){const oe=H.solidFill??I.solidFill??!1,ge=fe.map(pe=>({...pe,points:(pe.points??[]).map(X=>{const[se,j]=E(X.x,X.y);return{x:se,y:j}})}));if(oe)this._hatchFill(ge,ie);else for(const pe of ge)(((L=pe.points)==null?void 0:L.length)??0)<2||((D=pe.bulges)!=null&&D.some(X=>Math.abs(X)>=1e-6)?this._bulgePolySegs(pe.points,pe.bulges,!0,ie,s):this._polylineSegs(pe.points,!0,0,ie,s))}}else if(ee==="SOLID"){const fe=[H.corner1||H.pt1,H.corner2||H.pt2,H.corner3||H.pt3,H.corner4||H.pt4].filter(Boolean);if(fe.length>=3){const oe=fe.map(ge=>{const[pe,X]=E(ge.x,ge.y);return{x:pe,y:X,z:ge.z||0}});this._solidMesh(oe,ie)}}else if(ee==="INSERT"&&o&&h<8){const fe=((w=I.blockHeaderHandle)==null?void 0:w.value)??((O=H.blockHeaderHandle)==null?void 0:O.value);if(fe!=null){const oe=fe.toString(16),ge=o.get(oe)??[];if(ge.length){const pe=I.insertionPt??H.insertionPt??H.insertionPoint??{x:0,y:0},X=H.scaleX??((k=H.scale)==null?void 0:k.x)??((P=I.scale)==null?void 0:P.x)??1,se=H.scaleY??((B=H.scale)==null?void 0:B.y)??((V=I.scale)==null?void 0:V.y)??1,j=H.rotation??I.rotation??0;this._insertEntities(ge,{insertionPoint:pe,xScale:X,yScale:se,rotation:j,basePoint:l==null?void 0:l.get(oe)},ie,s,r,{entsByOwner:o,blockBase:l,parentXf:E,scale:S,rot:A,depth:h+1})}}}else if((ee==="TEXT"||ee==="MTEXT"||ee==="ATTRIB"||ee==="ATTDEF")&&r){if((ee==="ATTRIB"||ee==="ATTDEF")&&(H.flags??0)&1)continue;const fe=I.text??H.text??H.textValue??H.defaultValue??"",oe=zs(fe);let ge,pe,X=(H.rotationAngle??0)+A;if(ee==="MTEXT"){const Ue=I.attachment??H.attachment??I.attachmentPoint??H.attachmentPoint??5;ge=[1,4,7].includes(Ue)?0:[3,6,9].includes(Ue)?2:1,pe=[1,2,3].includes(Ue)?3:[7,8,9].includes(Ue)?1:2;const Fe=I.xAxisDir??H.xAxisDir;Fe&&(X=Math.atan2(Fe.y,Fe.x)+A)}else ge=H.horizAlignment??I.horizAlignment??0,pe=H.vertAlignment??I.vertAlignment??0;const se=ee!=="MTEXT"&&(ge!==0||pe!==0),j=I.alignmentPt??H.alignmentPt,Me=I.insertionPt??H.insertionPt??H.insertionPoint,Ce=se?j??Me??{x:0,y:0}:Me??{x:0,y:0},[_e,We]=E(Ce.x,Ce.y),Xe=(H.textHeight??H.height??I.textHeight??2.5)*S;if(oe){const Ue={text:oe,pos:{x:_e,y:We},height:Xe,rotation:X,color:ie,alignH:ge,alignV:pe};ee==="MTEXT"&&(Ue.linespacingFactor=I.linespacingFactor??H.linespacingFactor??1,Ue.rectWidth=(I.rectWidth??H.rectWidth??0)*S,Ue.rectHeight=(I.rectHeight??H.rectHeight??0)*S,Ue.bgFillFlags=I.bgFillFlags??H.bgFillFlags??0,Ue.bgScale=I.bgScale??H.bgScale??1.5,Ue.bgColorIndex=I.bgColorIndex??H.bgColorIndex,Ue.bgColorRgb=I.bgColorRgb??H.bgColorRgb),r.push(Ue)}}}catch{}}}_renderDimFallback(e,t,i,s,r,a,o){const l=e.pt10??t.pt10,c=e.pt13??t.pt13,u=e.pt14??t.pt14,d=e.pt15??t.pt15,h=e.textMidPt??t.textMidPt,f=e.actualMeasurement??t.actualMeasurement??0,p=e.textRot??t.textRot??0,g=e.dimRot??t.dimRot??0,m=e.userText??t.userText??"",_=S=>Math.abs(S)<1?S.toFixed(3):S.toFixed(2),v=(S,A)=>{!S||!A||(r(S.x,S.y,A.x,A.y,0,s),o(S.x,S.y),o(A.x,A.y))},M=(S,A,x,T,L)=>{this._arcSegs({x:S,y:A},x,T,L,0,s,r)},y=(S,A,x)=>this._arrowMesh(S,A,x,s),E=(S,A,x,T)=>{A&&S&&a.push({text:A,pos:S,height:x,rotation:T??0,color:s,alignH:1,alignV:2})};switch(i){case"DIMENSION":case"DIMENSION_LINEAR":case"DIMENSION_ALIGNED":{if(!c||!u||!l)return;let S,A,x,T;if(i==="DIMENSION_ALIGNED"){const D=u.x-c.x,w=u.y-c.y,O=Math.hypot(D,w);if(O<1e-9)return;const k=D/O,P=w/O,B=f/2;S=l.x-k*B,A=l.y-P*B,x=l.x+k*B,T=l.y+P*B}else{const D=Math.abs(Math.sin(g))>.5,w=f/2;S=l.x-(D?0:w),A=l.y-(D?w:0),x=l.x+(D?0:w),T=l.y+(D?w:0)}const L=Math.max(f*.04,1);v({x:S,y:A},{x,y:T}),v(c,{x:S,y:A}),v(u,{x,y:T}),y({x:S,y:A,z:0},Math.atan2(A-T,S-x),L),y({x,y:T,z:0},Math.atan2(T-A,x-S),L),E(h??{x:(S+x)/2,y:(A+T)/2},m||_(f),Math.max(L*1.5,1),p);break}case"DIMENSION_RADIUS":{if(!l||!d)return;const S=Math.max(f*.05,.5);v(l,d),y({x:d.x,y:d.y,z:0},Math.atan2(d.y-l.y,d.x-l.x),S),E(h??{x:(l.x+d.x)/2,y:(l.y+d.y)/2},m||`R${_(f)}`,Math.max(S*2,1));break}case"DIMENSION_DIAMETER":{if(!l||!d)return;const S={x:2*l.x-d.x,y:2*l.y-d.y},A=Math.max(f/2*.05,.5);v(d,S),y({x:d.x,y:d.y,z:0},Math.atan2(d.y-l.y,d.x-l.x),A),y({x:S.x,y:S.y,z:0},Math.atan2(S.y-l.y,S.x-l.x),A),E(h??l,m||`Ø${_(f)}`,Math.max(A*2,1));break}case"DIMENSION_ANG_3PT":case"DIMENSION_ANG_2LN":{if(!l||!c||!u)return;const S=l.x,A=l.y,x=Math.hypot(c.x-S,c.y-A);if(x<1e-9)return;let T=Math.atan2(c.y-A,c.x-S),L=Math.atan2(u.y-A,u.x-S),D=L-T;for(;D<0;)D+=Math.PI*2;D>Math.PI&&([T,L]=[L,T],D=Math.PI*2-D),M(S,A,x,T,T+D);const w=Math.max(x*.05,.5);y({x:S+Math.cos(T)*x,y:A+Math.sin(T)*x,z:0},T-Math.PI/2,w),y({x:S+Math.cos(T+D)*x,y:A+Math.sin(T+D)*x,z:0},T+D+Math.PI/2,w);const O=T+D/2;E(h??{x:S+Math.cos(O)*x*1.2,y:A+Math.sin(O)*x*1.2},m||`${(f*180/Math.PI).toFixed(1)}°`,Math.max(x*.1,1));break}case"DIMENSION_ORDINATE":{if(!l||!c)return;v(l,c),E(h??c,m||((f==null?void 0:f.toFixed(2))??""),2.5);break}}}_onClick(e){var p;if(this._downXY){const g=e.clientX-this._downXY[0],m=e.clientY-this._downXY[1];if(Math.hypot(g,m)>5)return}const t=this._camera,i=this._renderer.domElement.getBoundingClientRect(),s=this._screenToWcs(e.clientX,e.clientY);if(!s)return;const r=s.x,a=s.y;if(this._measureActive){this._doMeasure2D(r,a);return}const o=O3*(t.right-t.left)/(i.width*(t.zoom||1));let l=-1,c=o;const u=this._pickSegs,d=this._pickSegMeta,h=this._hiddenLayers.size?this._metaHidden:null;for(let g=0,m=0;g=0?this._entityMeta[l]:null;this._highlight(f),(p=this._onSelectCb)==null||p.call(this,f?f.entity:null)}_segDist(e,t,i,s,r,a){const o=r-i,l=a-s,c=o*o+l*l;if(!c)return Math.hypot(e-i,t-s);const u=Math.max(0,Math.min(1,((e-i)*o+(t-s)*l)/c));return Math.hypot(e-(i+u*o),t-(s+u*l))}startMeasure(e){this.stopMeasure(),this._measureCb=e,this._measureActive=!0}stopMeasure(){var e,t;this._measureActive=!1,this._measureCb=null,this._measurePtA=null;for(const i of this._measureMarkers)this._group.remove(i),(e=i.geometry)==null||e.dispose(),(t=i.material)==null||t.dispose();this._measureMarkers=[]}_doMeasure2D(e,t){var i,s;if(this._measurePtA){const r=this._measurePtA,a=Math.hypot(e-r.x,t-r.y),o=this._mkMeasureMarker(e,t),l=this._mkMeasureLine(r.x,r.y,e,t);this._measureMarkers.push(o,l),this._group.add(o,l),(s=this._measureCb)==null||s.call(this,{phase:"done",ax:r.x,ay:r.y,az:0,bx:e,by:t,bz:0,d:a}),this._measurePtA=null}else{this._measurePtA={x:e,y:t};const r=this._mkMeasureMarker(e,t);this._measureMarkers.push(r),this._group.add(r),(i=this._measureCb)==null||i.call(this,{phase:"a",ax:e,ay:t,az:0,bx:e,by:t,bz:0,d:0})}}_mkMeasureMarker(e,t){const i=this._camera,s=this._renderer.domElement.getBoundingClientRect(),r=(i.right-i.left)/(s.width*(i.zoom||1))*8,a=[new F(e-r,t,0),new F(e+r,t,0),new F(e,t-r,0),new F(e,t+r,0)],o=new wt().setFromPoints(a);o.setIndex([0,1,2,3]);const l=new Vs({color:15085616,depthTest:!1}),c=new Ma(o,l);return c.renderOrder=100,c}_mkMeasureLine(e,t,i,s){const r=new wt().setFromPoints([new F(e,t,0),new F(i,s,0)]),a=new Vs({color:15085616,depthTest:!1}),o=new Sf(r,a);return o.renderOrder=100,o}_highlight(e){const t=this._lineColorAttr,i=this._origColors;if(this._selMeta&&t&&i){const s=this._selMeta;for(let r=s.colStart;re.colStart){const s=this._selColor;for(let r=e.colStart;r>1:0;if(i<32)return t.clone();const s=new Float64Array(i),r=new Float64Array(i);let a=0;for(let v=0;v+1d)||!(p>f))return t.clone();const g=Math.max((h-d)*.02,1),m=Math.max((p-f)*.02,1),_=new Ln(new F(d-g,f-m,0),new F(h+g,p+m,0));return _.min.max(t.min),_.max.min(t.max),_}_fit(e){if(!e||e.isEmpty())return;const t=e.getCenter(new F),i=e.getSize(new F),s=this._container.clientWidth||800,r=this._container.clientHeight||600,a=s/Math.max(r,1),o=1.12,l=Math.max(i.x,1e-9),c=Math.max(i.y,1e-9),u=l/c;let d,h;u>a*8?(h=c*o,d=h*a):ua?h=d/a:d=h*a),this._camera.zoom=1,this._camera.left=-d/2,this._camera.right=d/2,this._camera.top=h/2,this._camera.bottom=-h/2;const f=Math.max(d,h,1e3);this._camera.near=-f,this._camera.far=f,this._camera.position.set(t.x,t.y,100);const p=-(this._viewTwist||0);this._camera.up.set(-Math.sin(p),Math.cos(p),0),this._controls.target.set(t.x,t.y,0),this._camera.lookAt(this._controls.target),this._camera.updateProjectionMatrix(),this._camera.updateMatrixWorld(!0),this._controls.update()}_clear(){var e,t,i;for(let s=this._group.children.length-1;s>=0;s--){const r=this._group.children[s];(e=r.geometry)==null||e.dispose(),r.material&&((t=r.material.map)==null||t.dispose(),r.material.dispose()),this._group.remove(r)}(i=this._texCache)==null||i.clear(),this._textGen++,this._contentBox=null,this._fullContentBox=null,this._layerObjs.clear(),this._layerBoxes.clear(),this._layerSamples.clear(),this._indexedBufs=[],this._layerNames=null,this._metaHidden=null,this._curLayer=null,this._curLayerId=-1,this._layerInfoCache=null}_onResize(){const e=this._container.clientWidth,t=this._container.clientHeight;if(!e||!t)return;this._renderer.setSize(e,t);const i=(this._camera.right-this._camera.left)/2,s=i/(e/t);this._camera.left=-i,this._camera.right=i,this._camera.top=s,this._camera.bottom=-s,this._camera.updateProjectionMatrix()}_animate(){requestAnimationFrame(()=>this._animate()),this._controls.update(),this._renderer.render(this._scene,this._camera)}}const k3="modulepreload",F3=function(n){return"/"+n},Ud={},B3=function(e,t,i){let s=Promise.resolve();if(t&&t.length>0){document.getElementsByTagName("link");const a=document.querySelector("meta[property=csp-nonce]"),o=(a==null?void 0:a.nonce)||(a==null?void 0:a.getAttribute("nonce"));s=Promise.allSettled(t.map(l=>{if(l=F3(l),l in Ud)return;Ud[l]=!0;const c=l.endsWith(".css"),u=c?'[rel="stylesheet"]':"";if(document.querySelector(`link[href="${l}"]${u}`))return;const d=document.createElement("link");if(d.rel=c?"stylesheet":k3,c||(d.as="script"),d.crossOrigin="",d.href=l,o&&d.setAttribute("nonce",o),document.head.appendChild(d),c)return new Promise((h,f)=>{d.addEventListener("load",h),d.addEventListener("error",()=>f(new Error(`Unable to preload CSS for ${l}`)))})}))}function r(a){const o=new Event("vite:preloadError",{cancelable:!0});if(o.payload=a,window.dispatchEvent(o),!o.defaultPrevented)throw a}return s.then(a=>{for(const o of a||[])o.status==="rejected"&&r(o.reason);return e().catch(r)})},Nd=/[\uAC00-\uD7A3]/,kd=/[\u1100-\u11FF\u3130-\u318F]/,H3=["cp949","windows-949","euc-kr"];let Mr;function z3(){if(Mr!==void 0)return Mr;for(const n of H3)try{return Mr=new TextDecoder(n),Mr}catch{}return Mr=null,null}function Fd(n){if(!n||Nd.test(n)||kd.test(n))return n;let e=!1;const t=new Uint8Array(n.length);for(let r=0;r255)return n;a>127&&(e=!0),t[r]=a}if(!e)return n;const i=z3();if(!i)return n;let s;try{s=i.decode(t)}catch{return n}return(Nd.test(s)||kd.test(s))&&!s.includes("�")?s:n}function V3(n){if(n==null||typeof n!="object")return n;const e=new WeakSet,t=i=>{if(i==null||typeof i!="object"||e.has(i))return;if(e.add(i),Array.isArray(i)){for(let r=0;r{const{initAcadrustParser:i,parseDwgAcadrust:s}=await import("./acadrustParser-CJeZuNZe.js");return{initAcadrustParser:i,parseDwgAcadrust:s}},[]);return await e(),V3(t(n))}class G3{constructor(e){this._pointer=0,this._eof=!1,this._data=e}next(){if(!this.hasNext())throw this._eof?new Error("Cannot call 'next' after EOF group has been read"):new Error("Unexpected end of input: EOF group not read before end of file. Ended on code "+this._data[this._pointer]);const e={code:parseInt(this._data[this._pointer])};return this._pointer++,e.value=Hd(e.code,this._data[this._pointer].trim()),this._pointer++,e.code===0&&e.value==="EOF"&&(this._eof=!0),this.lastReadGroup=e,e}peek(){if(!this.hasNext())throw this._eof?new Error("Cannot call 'next' after EOF group has been read"):new Error("Unexpected end of input: EOF group not read before end of file. Ended on code "+this._data[this._pointer]);const e={code:parseInt(this._data[this._pointer])};return e.value=Hd(e.code,this._data[this._pointer+1].trim()),e}rewind(e=1){this._pointer=this._pointer-e*2}hasNext(){return!(this._eof||this._pointer>this._data.length-2)}isEOF(){return this._eof}}function Hd(n,e){return n<=9?e:n>=10&&n<=59?parseFloat(e):n>=60&&n<=99?parseInt(e):n>=100&&n<=109?e:n>=110&&n<=149?parseFloat(e):n>=160&&n<=179?parseInt(e):n>=210&&n<=239?parseFloat(e):n>=270&&n<=289?parseInt(e):n>=290&&n<=299?W3(e):n>=300&&n<=369?e:n>=370&&n<=389?parseInt(e):n>=390&&n<=399?e:n>=400&&n<=409?parseInt(e):n>=410&&n<=419?e:n>=420&&n<=429?parseInt(e):n>=430&&n<=439?e:n>=440&&n<=459?parseInt(e):n>=460&&n<=469?parseFloat(e):n>=470&&n<=481||n===999||n>=1e3&&n<=1009?e:n>=1010&&n<=1059?parseFloat(e):n>=1060&&n<=1071?parseInt(e):(console.log("WARNING: Group code does not have a defined type: %j",{code:n,value:e}),e)}function W3(n){if(n==="0")return!1;if(n==="1")return!0;throw TypeError("String '"+n+"' cannot be cast to Boolean type")}const t0=[0,16711680,16776960,65280,65535,255,16711935,16777215,8421504,12632256,16711680,16744319,13369344,13395558,10027008,10046540,8323072,8339263,4980736,4990502,16727808,16752511,13382400,13401958,10036736,10051404,8331008,8343359,4985600,4992806,16744192,16760703,13395456,13408614,10046464,10056268,8339200,8347455,4990464,4995366,16760576,16768895,13408512,13415014,10056192,10061132,8347392,8351551,4995328,4997670,16776960,16777087,13421568,13421670,10000384,10000460,8355584,8355647,5000192,5000230,12582656,14679935,10079232,11717734,7510016,8755276,6258432,7307071,3755008,4344870,8388352,12582783,6736896,10079334,5019648,7510092,4161280,6258495,2509824,3755046,4194048,10485631,3394560,8375398,2529280,6264908,2064128,5209919,1264640,3099686,65280,8388479,52224,6736998,38912,5019724,32512,4161343,19456,2509862,65343,8388511,52275,6737023,38950,5019743,32543,4161359,19475,2509871,65407,8388543,52326,6737049,38988,5019762,32575,4161375,19494,2509881,65471,8388575,52377,6737074,39026,5019781,32607,4161391,19513,2509890,65535,8388607,52428,6737100,39064,5019800,32639,4161407,19532,2509900,49151,8380415,39372,6730444,29336,5014936,24447,4157311,14668,2507340,32767,8372223,26316,6724044,19608,5010072,16255,4153215,9804,2505036,16383,8364031,13260,6717388,9880,5005208,8063,4149119,4940,2502476,255,8355839,204,6710988,152,5000344,127,4145023,76,2500172,4129023,10452991,3342540,8349388,2490520,6245528,2031743,5193599,1245260,3089996,8323327,12550143,6684876,10053324,4980888,7490712,4128895,6242175,2490444,3745356,12517631,14647295,10027212,11691724,7471256,8735896,6226047,7290751,3735628,4335180,16711935,16744447,13369548,13395660,9961624,9981080,8323199,8339327,4980812,4990540,16711871,16744415,13369497,13395634,9961586,9981061,8323167,8339311,4980793,4990530,16711807,16744383,13369446,13395609,9961548,9981042,8323135,8339295,4980774,4990521,16711743,16744351,13369395,13395583,9961510,9981023,8323103,8339279,4980755,4990511,3355443,5987163,8684676,11382189,14079702,16777215];function X3(n){return t0[n]}function rt(n){const e={};n.rewind();let t=n.next(),i=t.code;if(e.x=t.value,i+=10,t=n.next(),t.code!=i)throw new Error("Expected code for point value to be "+i+" but got "+t.code+".");return e.y=t.value,i+=10,t=n.next(),t.code!=i?(n.rewind(),e):(e.z=t.value,e)}function qt(n,e,t){switch(e.code){case 0:n.type=e.value;break;case 5:n.handle=e.value;break;case 6:n.lineType=e.value;break;case 8:n.layer=e.value;break;case 48:n.lineTypeScale=e.value;break;case 60:n.visible=e.value===0;break;case 62:n.colorIndex=e.value,n.color=X3(Math.abs(e.value));break;case 67:n.inPaperSpace=e.value!==0;break;case 100:break;case 101:for(;e.code!=0;)e=t.next();t.rewind();break;case 330:n.ownerHandle=e.value;break;case 347:n.materialObjectHandle=e.value;break;case 370:n.lineweight=e.value;break;case 420:n.color=e.value;break;case 1e3:n.extendedData=n.extendedData||{},n.extendedData.customStrings=n.extendedData.customStrings||[],n.extendedData.customStrings.push(e.value);break;case 1001:n.extendedData=n.extendedData||{},n.extendedData.applicationName=e.value;break;default:return!1}return!0}class Y3{constructor(){this.ForEntityName="3DFACE"}parseEntity(e,t){const i={type:t.value,vertices:[]};for(t=e.next();!e.isEOF()&&t.code!==0;){switch(t.code){case 70:i.shape=(t.value&1)===1,i.hasContinuousLinetypePattern=(t.value&128)===128;break;case 10:i.vertices=K3(e,t),t=e.lastReadGroup;break;default:qt(i,t,e);break}t=e.next()}return i}}function K3(n,e){var t=[],i=!1,s=!1,r=4;for(let o=0;o<=r;o++){for(var a={};!n.isEOF()&&!(e.code===0||s);){switch(e.code){case 10:case 11:case 12:case 13:if(i){s=!0;continue}a.x=e.value,i=!0;break;case 20:case 21:case 22:case 23:a.y=e.value;break;case 30:case 31:case 32:case 33:a.z=e.value;break;default:return t}e=n.next()}t.push(a),i=!1,s=!1}return n.rewind(),t}class q3{constructor(){this.ForEntityName="ARC"}parseEntity(e,t){const i={type:t.value};for(t=e.next();!e.isEOF()&&t.code!==0;){switch(t.code){case 10:i.center=rt(e);break;case 40:i.radius=t.value;break;case 50:i.startAngle=Math.PI/180*t.value;break;case 51:i.endAngle=Math.PI/180*t.value,i.angleLength=i.endAngle-i.startAngle;break;case 210:i.extrusionDirectionX=t.value;break;case 220:i.extrusionDirectionY=t.value;break;case 230:i.extrusionDirectionZ=t.value;break;default:qt(i,t,e);break}t=e.next()}return i}}class $3{constructor(){this.ForEntityName="ATTDEF"}parseEntity(e,t){var i={type:t.value,scale:1,textStyle:"STANDARD"};for(t=e.next();!e.isEOF()&&t.code!==0;){switch(t.code){case 1:i.text=t.value;break;case 2:i.tag=t.value;break;case 3:i.prompt=t.value;break;case 7:i.textStyle=t.value;break;case 10:i.startPoint=rt(e);break;case 11:i.endPoint=rt(e);break;case 39:i.thickness=t.value;break;case 40:i.textHeight=t.value;break;case 41:i.scale=t.value;break;case 50:i.rotation=t.value;break;case 51:i.obliqueAngle=t.value;break;case 70:i.invisible=!!(t.value&1),i.constant=!!(t.value&2),i.verificationRequired=!!(t.value&4),i.preset=!!(t.value&8);break;case 71:i.backwards=!!(t.value&2),i.mirrored=!!(t.value&4);break;case 72:i.horizontalJustification=t.value;break;case 73:i.fieldLength=t.value;break;case 74:i.verticalJustification=t.value;break;case 100:break;case 210:i.extrusionDirectionX=t.value;break;case 220:i.extrusionDirectionY=t.value;break;case 230:i.extrusionDirectionZ=t.value;break;default:qt(i,t,e);break}t=e.next()}return i}}class Z3{constructor(){this.ForEntityName="CIRCLE"}parseEntity(e,t){const i={type:t.value};for(t=e.next();!e.isEOF()&&t.code!==0;){switch(t.code){case 10:i.center=rt(e);break;case 40:i.radius=t.value;break;case 50:i.startAngle=Math.PI/180*t.value;break;case 51:const s=Math.PI/180*t.value;s=0&&w<=_.levels.SILENT)return w;throw new TypeError("log.setLevel() called with invalid level: "+D)}_.name=g,_.levels={TRACE:0,DEBUG:1,INFO:2,WARN:3,ERROR:4,SILENT:5},_.methodFactory=m||h,_.getLevel=function(){return y??M??v},_.setLevel=function(D,w){return y=T(D),w!==!1&&S(y),u.call(_)},_.setDefaultLevel=function(D){M=T(D),A()||_.setLevel(D,!1)},_.resetLevel=function(){y=null,x(),u.call(_)},_.enableAll=function(D){_.setLevel(_.levels.TRACE,D)},_.disableAll=function(D){_.setLevel(_.levels.SILENT,D)},_.rebuild=function(){if(a!==_&&(v=T(a.getLevel())),u.call(_),a===_)for(var D in r)r[D].rebuild()},v=T(a?a.getLevel():"WARN");var L=A();L!=null&&(y=T(L)),u.call(_)}a=new f,a.getLogger=function(m){if(typeof m!="symbol"&&typeof m!="string"||m==="")throw new TypeError("You must supply a name when creating a logger.");var _=r[m];return _||(_=r[m]=new f(m,a.methodFactory)),_};var p=typeof window!==t?window.log:void 0;return a.noConflict=function(){return typeof window!==t&&window.log===a&&(window.log=p),a},a.getLoggers=function(){return r},a.default=a,a})})(n0);var pE=n0.exports;const it=fE(pE);it.setLevel("error");function mE(n){n.registerEntityHandler(Y3),n.registerEntityHandler(q3),n.registerEntityHandler($3),n.registerEntityHandler(Z3),n.registerEntityHandler(J3),n.registerEntityHandler(j3),n.registerEntityHandler(Q3),n.registerEntityHandler(eE),n.registerEntityHandler(tE),n.registerEntityHandler(iE),n.registerEntityHandler(sE),n.registerEntityHandler(aE),n.registerEntityHandler(cE),n.registerEntityHandler(uE),n.registerEntityHandler(hE)}class gE{constructor(){this._entityHandlers={},mE(this)}parse(e){return typeof e=="string"?this._parse(e):(console.error("Cannot read dxf source of type `"+typeof e),null)}registerEntityHandler(e){const t=new e;this._entityHandlers[t.ForEntityName]=t}parseSync(e){return this.parse(e)}parseStream(e){let t="";const i=this;return new Promise((s,r)=>{e.on("data",a=>{t+=a}),e.on("end",()=>{try{s(i._parse(t))}catch(a){r(a)}}),e.on("error",a=>{r(a)})})}_parse(e){const t={};let i=0;const s=e.split(/\r\n|\r|\n/g),r=new G3(s);if(!r.hasNext())throw Error("Empty file");const a=this;let o;function l(){for(o=r.next();!r.isEOF();)if(o.code===0&&o.value==="SECTION"){if(o=r.next(),o.code!==2){console.error("Unexpected code %s after 0:SECTION",i0(o)),o=r.next();continue}o.value==="HEADER"?(it.debug("> HEADER"),t.header=c(),it.debug("<")):o.value==="BLOCKS"?(it.debug("> BLOCKS"),t.blocks=u(),it.debug("<")):o.value==="ENTITIES"?(it.debug("> ENTITIES"),t.entities=M(!1),it.debug("<")):o.value==="TABLES"?(it.debug("> TABLES"),t.tables=h(),it.debug("<")):o.value==="EOF"?it.debug("EOF"):it.warn("Skipping section '%s'",o.value)}else o=r.next()}function c(){let S=null,A=null;const x={};for(o=r.next();;){if(Gn(o,0,"ENDSEC")){S&&(x[S]=A);break}else o.code===9?(S&&(x[S]=A),S=o.value):o.code===10?A={x:o.value}:o.code===20?A.y=o.value:o.code===30?A.z=o.value:A=o.value;o=r.next()}return o=r.next(),x}function u(){const S={};for(o=r.next();o.value!=="EOF"&&!Gn(o,0,"ENDSEC");)if(Gn(o,0,"BLOCK")){it.debug("block {");const A=d();it.debug("}"),E(A),A.name?S[A.name]=A:it.error('block with handle "'+A.handle+'" is missing a name.')}else es(o),o=r.next();return S}function d(){const S={};for(o=r.next();o.value!=="EOF";){switch(o.code){case 1:S.xrefPath=o.value,o=r.next();break;case 2:S.name=o.value,o=r.next();break;case 3:S.name2=o.value,o=r.next();break;case 5:S.handle=o.value,o=r.next();break;case 8:S.layer=o.value,o=r.next();break;case 10:S.position=y(o),o=r.next();break;case 67:S.paperSpace=!!(o.value&&o.value==1),o=r.next();break;case 70:o.value!=0&&(S.type=o.value),o=r.next();break;case 100:o=r.next();break;case 330:S.ownerHandle=o.value,o=r.next();break;case 0:if(o.value=="ENDBLK")break;S.entities=M(!0);break;default:es(o),o=r.next()}if(Gn(o,0,"ENDBLK")){o=r.next();break}}return S}function h(){const S={};for(o=r.next();o.value!=="EOF"&&!Gn(o,0,"ENDSEC");)Gn(o,0,"TABLE")?(o=r.next(),v[o.value]?(it.debug(o.value+" Table {"),S[v[o.value].tableName]=p(o),it.debug("}")):it.debug("Unhandled Table "+o.value)):o=r.next();return o=r.next(),S}const f="ENDTAB";function p(S){const A=v[S.value],x={};let T=0;for(o=r.next();!Gn(o,0,f);)switch(o.code){case 5:x.handle=o.value,o=r.next();break;case 330:x.ownerHandle=o.value,o=r.next();break;case 100:o.value==="AcDbSymbolTable"||es(o),o=r.next();break;case 70:T=o.value,o=r.next();break;case 0:o.value===A.dxfSymbolName?x[A.tableRecordsProperty]=A.parseTableRecords():(es(o),o=r.next());break;default:es(o),o=r.next()}const L=x[A.tableRecordsProperty];if(L){let D=(()=>{if(L.constructor===Array)return L.length;if(typeof L=="object")return Object.keys(L).length})();T!==D&&it.warn("Parsed "+D+" "+A.dxfSymbolName+"'s but expected "+T)}return o=r.next(),x}function g(){const S=[];let A={};for(it.debug("ViewPort {"),o=r.next();!Gn(o,0,f);)switch(o.code){case 2:A.name=o.value,o=r.next();break;case 10:A.lowerLeftCorner=y(o),o=r.next();break;case 11:A.upperRightCorner=y(o),o=r.next();break;case 12:A.center=y(o),o=r.next();break;case 13:A.snapBasePoint=y(o),o=r.next();break;case 14:A.snapSpacing=y(o),o=r.next();break;case 15:A.gridSpacing=y(o),o=r.next();break;case 16:A.viewDirectionFromTarget=y(o),o=r.next();break;case 17:A.viewTarget=y(o),o=r.next();break;case 42:A.lensLength=o.value,o=r.next();break;case 43:A.frontClippingPlane=o.value,o=r.next();break;case 44:A.backClippingPlane=o.value,o=r.next();break;case 45:A.viewHeight=o.value,o=r.next();break;case 50:A.snapRotationAngle=o.value,o=r.next();break;case 51:A.viewTwistAngle=o.value,o=r.next();break;case 79:A.orthographicType=o.value,o=r.next();break;case 110:A.ucsOrigin=y(o),o=r.next();break;case 111:A.ucsXAxis=y(o),o=r.next();break;case 112:A.ucsYAxis=y(o),o=r.next();break;case 110:A.ucsOrigin=y(o),o=r.next();break;case 281:A.renderMode=o.value,o=r.next();break;case 281:A.defaultLightingType=o.value,o=r.next();break;case 292:A.defaultLightingOn=o.value,o=r.next();break;case 330:A.ownerHandle=o.value,o=r.next();break;case 63:case 421:case 431:A.ambientColor=o.value,o=r.next();break;case 0:o.value==="VPORT"&&(it.debug("}"),S.push(A),it.debug("ViewPort {"),A={},o=r.next());break;default:es(o),o=r.next();break}return it.debug("}"),S.push(A),S}function m(){const S={};let A={},x=0,T;for(it.debug("LType {"),o=r.next();!Gn(o,0,"ENDTAB");)switch(o.code){case 2:A.name=o.value,T=o.value,o=r.next();break;case 3:A.description=o.value,o=r.next();break;case 73:x=o.value,x>0&&(A.pattern=[]),o=r.next();break;case 40:A.patternLength=o.value,o=r.next();break;case 49:A.pattern.push(o.value),o=r.next();break;case 0:it.debug("}"),x>0&&x!==A.pattern.length&&it.warn("lengths do not match on LTYPE pattern"),S[T]=A,A={},it.debug("LType {"),o=r.next();break;default:o=r.next()}return it.debug("}"),S[T]=A,S}function _(){const S={};let A={},x;for(it.debug("Layer {"),o=r.next();!Gn(o,0,"ENDTAB");)switch(o.code){case 2:A.name=o.value,x=o.value,o=r.next();break;case 62:A.visible=o.value>=0,A.colorIndex=Math.abs(o.value),A.color=_E(A.colorIndex),o=r.next();break;case 70:A.frozen=(o.value&1)!=0||(o.value&2)!=0,o=r.next();break;case 0:o.value==="LAYER"&&(it.debug("}"),S[x]=A,it.debug("Layer {"),A={},x=void 0,o=r.next());break;default:es(o),o=r.next();break}return it.debug("}"),S[x]=A,S}const v={VPORT:{tableRecordsProperty:"viewPorts",tableName:"viewPort",dxfSymbolName:"VPORT",parseTableRecords:g},LTYPE:{tableRecordsProperty:"lineTypes",tableName:"lineType",dxfSymbolName:"LTYPE",parseTableRecords:m},LAYER:{tableRecordsProperty:"layers",tableName:"layer",dxfSymbolName:"LAYER",parseTableRecords:_}};function M(S){const A=[],x=S?"ENDBLK":"ENDSEC";for(S||(o=r.next());;)if(o.code===0){if(o.value===x)break;const T=a._entityHandlers[o.value];if(T!=null){it.debug(o.value+" {");const L=T.parseEntity(r,o);o=r.lastReadGroup,it.debug("}"),E(L),A.push(L)}else{it.warn("Unhandled entity "+o.value),o=r.next();continue}}else o=r.next();return x=="ENDSEC"&&(o=r.next()),A}function y(S){const A={};let x=S.code;if(A.x=S.value,x+=10,S=r.next(),S.code!=x)throw new Error("Expected code for point value to be "+x+" but got "+S.code+".");return A.y=S.value,x+=10,S=r.next(),S.code!=x?(r.rewind(),A):(A.z=S.value,A)}function E(S){if(!S)throw new TypeError("entity cannot be undefined or null");S.handle||(S.handle=i++)}return l(),t}}function Gn(n,e,t){return n.code===e&&n.value===t}function es(n){it.debug("unhandled group "+i0(n))}function i0(n){return n.code+":"+n.value}function _E(n){return t0[n]}const Ha=Math.PI/180,xE=48;function yE(n,e,t,i,s,r,a){let o=s-i;if(r)for(;o<=0;)o+=Math.PI*2;else for(;o>=0;)o-=Math.PI*2;const l=Math.max(2,Math.ceil(Math.abs(o)/(Math.PI*2)*xE));for(let c=0;c<=l;c++){const u=i+o*c/l;a.push({x:n+t*Math.cos(u),y:e+t*Math.sin(u)})}}class vE{constructor(){this.ForEntityName="HATCH"}parseEntity(e,t){const i={type:t.value,paths:[],solidFill:!1};for(t=e.next();!e.isEOF()&&t.code!==0;){switch(t.code){case 70:i.solidFill=t.value!==0;break;case 2:i.patternName=t.value;break;case 8:i.layer=t.value;break;case 62:i.colorIndex=t.value;break;case 91:{const s=t.value;let r=e.next();for(let a=0;a=2&&t.paths.push(a),o}_readEdge(e,t,i,s){if(i===1){let r=0,a=0,o=0,l=0;s.code===10&&(r=s.value,s=e.next()),s.code===20&&(a=s.value,s=e.next()),s.code===11&&(o=s.value,s=e.next()),s.code===21&&(l=s.value,s=e.next()),t.points.push({x:r,y:a}),t.points.push({x:o,y:l})}else if(i===2){let r=0,a=0,o=0,l=0,c=0,u=1;s.code===10&&(r=s.value,s=e.next()),s.code===20&&(a=s.value,s=e.next()),s.code===40&&(o=s.value,s=e.next()),s.code===50&&(l=s.value*Ha,s=e.next()),s.code===51&&(c=s.value*Ha,s=e.next()),s.code===73&&(u=s.value,s=e.next()),yE(r,a,o,l,c,u!==0,t.points)}else if(i===3){let r=0,a=0,o=1,l=0,c=1,u=0,d=Math.PI*2,h=1;s.code===10&&(r=s.value,s=e.next()),s.code===20&&(a=s.value,s=e.next()),s.code===11&&(o=s.value,s=e.next()),s.code===21&&(l=s.value,s=e.next()),s.code===40&&(c=s.value,s=e.next()),s.code===50&&(u=s.value*Ha,s=e.next()),s.code===51&&(d=s.value*Ha,s=e.next()),s.code===73&&(h=s.value,s=e.next());const f=Math.hypot(o,l),p=f*c,g=Math.atan2(l,o);let m=d-u;if(h!==0)for(;m<=0;)m+=Math.PI*2;else for(;m>=0;)m-=Math.PI*2;const _=Math.max(4,Math.ceil(Math.abs(m)/(Math.PI*2)*72));for(let v=0;v<=_;v++){const M=u+m*v/_,y=f*Math.cos(M),E=p*Math.sin(M);t.points.push({x:r+y*Math.cos(g)-E*Math.sin(g),y:a+y*Math.sin(g)+E*Math.cos(g)})}}else if(i===4){let r=0,a=0;const o=()=>{const l=s.value|0;return s=e.next(),l};for(;!e.isEOF();)if(s.code===95)r=o();else if(s.code===96)a=o();else if(s.code===94||s.code===73||s.code===74)s=e.next();else break;for(let l=0;ln&&{x:n.x,y:n.y,z:n.z||0};function zd(n,e){var s;const t={...n};switch(delete t.color,(n.type||"").toUpperCase()){case"LINE":((s=n.vertices)==null?void 0:s.length)>=2&&(t.start=Xt(n.vertices[0]),t.end=Xt(n.vertices[1]));break;case"POLYLINE":case"LWPOLYLINE":t.type="LWPOLYLINE",t.points=(n.vertices||[]).map(Xt),t.bulges=(n.vertices||[]).map(r=>r.bulge||0),t.closed=!!n.shape||((n.flags||0)&1)===1;break;case"ARC":case"CIRCLE":t.center=Xt(n.center);break;case"ELLIPSE":t.center=Xt(n.center),t.majorAxis=Xt(n.majorAxisEndPoint),t.ratio=n.axisRatio,t.startParam=n.startAngle,t.endParam=n.endAngle;break;case"POINT":t.position=Xt(n.position);break;case"SOLID":case"3DFACE":{const r=n.points||[];r[0]&&(t.corner1=Xt(r[0])),r[1]&&(t.corner2=Xt(r[1])),r[2]&&(t.corner3=Xt(r[2])),r[3]&&(t.corner4=Xt(r[3])),t.type="SOLID";break}case"TEXT":case"ATTRIB":case"ATTDEF":t.insertionPoint=Xt(n.startPoint||n.position),t.alignmentPt=Xt(n.endPoint),t.rotationAngle=(n.rotation||0)*za,t.horizAlignment=n.halign||0,t.vertAlignment=n.valign||0,t.textHeight=n.textHeight??n.height;break;case"MTEXT":t.insertionPoint=Xt(n.position),t.textHeight=n.height??n.textHeight,n.directionVector?t.xAxisDir=Xt(n.directionVector):n.rotation!=null&&(t.xAxisDir={x:Math.cos(n.rotation*za),y:Math.sin(n.rotation*za)});break;case"INSERT":{t.insertionPoint=Xt(n.position),t.scaleX=n.xScale??1,t.scaleY=n.yScale??1,t.rotation=(n.rotation||0)*za;const r=e.get(n.name);r!=null&&(t.blockHeaderHandle={value:r});break}case"DIMENSION":{const r=e.get(n.block);r!=null&&(t.blockHeaderHandle={value:r});break}}return t}function SE(n){var u,d;const e=n.blocks||{},t=Object.keys(e),i=new Map;t.forEach((h,f)=>i.set(h,f+1));const s=t.find(h=>/model_space/i.test(h))??t.find(h=>/model/i.test(h)),r=s!=null?i.get(s):0,a=[];for(const h of n.entities||[]){const f=zd(h,i);f.ownerHandle={value:r},a.push(f)}for(const h of t){const f=i.get(h);for(const p of e[h].entities||[]){const g=zd(p,i);g.ownerHandle={value:f},a.push(g)}}const o=t.map(h=>({name:h,handle:{value:i.get(h)},basePoint:Xt(e[h].position)||{x:0,y:0,z:0}})),l=((d=(u=n.tables)==null?void 0:u.layer)==null?void 0:d.layers)||{},c=Object.values(l).map(h=>({name:h.name,colorIndex:h.colorIndex}));return{version:"dxf",vars:n.header||{},entities:a,tables:{blocks:o,layers:c}}}function bE(n){var s,r;try{return new TextDecoder("utf-8",{fatal:!0}).decode(n)}catch{}const t=(r=(s=new TextDecoder("latin1").decode(new Uint8Array(n,0,Math.min(n.byteLength,4096))).match(/\$DWGCODEPAGE[\s\S]*?\n\s*3\s*\n\s*([^\r\n]+)/i))==null?void 0:s[1])==null?void 0:r.trim().toLowerCase();let i="windows-1252";t&&(/949/.test(t)?i="euc-kr":/932/.test(t)?i="shift_jis":/936/.test(t)?i="gbk":/950/.test(t)&&(i="big5"));try{return new TextDecoder(i).decode(n)}catch{return new TextDecoder("utf-8").decode(n)}}function Vd(n){return ME(bE(n))}function ME(n){const e=new gE;e.registerEntityHandler(vE);const t=e.parseSync(n);return SE(t)}const s0=/\.dwg$/i,r0=/\.dxf$/i;function AE(n){return s0.test(n)}function EE(n){return r0.test(n)}function TE(n){return s0.test(n)||r0.test(n)}const Pi=n=>typeof n=="number"?n.toFixed(2):n??"-",pn=n=>typeof n=="number"?n.toFixed(3):n??"-",Hs=n=>{if(typeof n!="number")return"-";let e=n*180/Math.PI;for(;e<0;)e+=360;for(;e>=360;)e-=360;return e.toFixed(1)+"°"},Wn=n=>{if(!n)return"-";const e=typeof n.x=="number"?Pi(n.x):"0.00",t=typeof n.y=="number"?Pi(n.y):"0.00",i=typeof n.z=="number"&&Math.abs(n.z)>1e-6?`, ${Pi(n.z)}`:"";return`${e}, ${t}${i}`};function CE(n){return n==null?"BYLAYER":typeof n=="number"?n===256?"BYLAYER (256)":n===0?"BYBLOCK (0)":`ACI ${n}`:String(n)}function wE(n){var u,d,h,f;if(!n)return{id:"",type:"",handle:"",layer:"",general:[],geometry:[]};const e=n.data||n,t=(n.type||n.typeName||"ENTITY").toUpperCase(),i=((u=n.handle)==null?void 0:u.value)??n.handle??"-",s=n.layer??n.layerName??"0",r=CE(n.color??e.color),a=n.lineType??n.linetype??e.lineType??"BYLAYER",o=[["유형 (Type)",t],["핸들 (Handle)",String(i)],["레이어 (Layer)",String(s)],["색상 (Color)",r],["선종류 (Linetype)",String(a)]],l=[];switch(t){case"LINE":{if(e.start&&e.end){const p=e.end.x-e.start.x,g=e.end.y-e.start.y,m=(e.end.z||0)-(e.start.z||0),_=Math.hypot(p,g,m),v=Math.atan2(g,p);l.push(["시작점 (Start)",Wn(e.start)]),l.push(["끝점 (End)",Wn(e.end)]),l.push(["증분 (ΔX, ΔY)",`${Pi(p)}, ${Pi(g)}`]),l.push(["길이 (Length)",pn(_)]),l.push(["각도 (Angle)",Hs(v)])}break}case"CIRCLE":{if(e.center&&e.radius!=null){const p=e.radius,g=p*2,m=2*Math.PI*p,_=Math.PI*p*p;l.push(["중심점 (Center)",Wn(e.center)]),l.push(["반지름 (Radius)",pn(p)]),l.push(["지름 (Diameter)",pn(g)]),l.push(["둘레 (Circumference)",pn(m)]),l.push(["넓이 (Area)",pn(_)])}break}case"ARC":{if(e.center&&e.radius!=null){const p=e.radius,g=e.startAngle??0,m=e.endAngle??Math.PI*2;let _=m-g;for(;_<0;)_+=Math.PI*2;const v=_*p;l.push(["중심점 (Center)",Wn(e.center)]),l.push(["반지름 (Radius)",pn(p)]),l.push(["시작각 (Start Angle)",Hs(g)]),l.push(["끝각 (End Angle)",Hs(m)]),l.push(["중심각 (Sweep Angle)",Hs(_)]),l.push(["호 길이 (Arc Length)",pn(v)])}break}case"LWPOLYLINE":case"POLYLINE":{const p=e.points??e.vertices??[],g=!!(e.closed||e.flags&1);let m=0;for(let _=0;_=3){let _=0;for(let v=0;v0){const _=Math.min(p.length,4);for(let v=0;v<_;v++)l.push([`정점 P${v+1}`,Wn(p[v])]);p.length>_&&l.push(["...",`외 ${p.length-_}개 정점`])}break}case"TEXT":case"MTEXT":case"ATTRIB":{const p=e.text??n.text??e.textValue??"-",g=e.textHeight??e.height??n.textHeight,m=e.rotationAngle??e.rotation??0,_=e.insertionPoint??e.insertionPt??e.alignmentPt??e.pos;l.push(["텍스트 내용 (Content)",String(p)]),g!=null&&l.push(["높이 (Height)",pn(g)]),l.push(["회전각 (Rotation)",Hs(m)]),_&&l.push(["삽입점 (Position)",Wn(_)]);break}case"INSERT":{const p=e.name??e.blockName??n.name??"-",g=e.insertionPoint??e.insertionPt??n.insertionPt,m=e.xScale??((d=e.scale)==null?void 0:d.x)??1,_=e.yScale??((h=e.scale)==null?void 0:h.y)??1,v=e.zScale??((f=e.scale)==null?void 0:f.z)??1,M=e.rotation??0;l.push(["블록 이름 (Block)",String(p)]),g&&l.push(["삽입점 (Position)",Wn(g)]),l.push(["축척 (Scale X,Y,Z)",`${Pi(m)}, ${Pi(_)}, ${Pi(v)}`]),l.push(["회전각 (Rotation)",Hs(M)]);break}case"HATCH":{const p=e.solidFill??n.solidFill??!1,g=e.patternName??e.name??(p?"SOLID":"HATCH"),m=e.paths??n.paths??[];l.push(["패턴 (Pattern)",String(g)]),l.push(["채우기 유형 (Type)",p?"단색 채우기 (Solid)":"패턴 (Pattern)"]),l.push(["경계 루프 수 (Loops)",String(m.length)]);break}case"DIMENSION":case"DIMENSION_LINEAR":case"DIMENSION_ALIGNED":case"DIMENSION_RADIUS":case"DIMENSION_DIAMETER":case"DIMENSION_ANG_3PT":case"DIMENSION_ANG_2LN":case"DIMENSION_ORDINATE":{const p=e.actualMeasurement??n.actualMeasurement,g=e.userText||(p!=null?pn(p):"-"),m=e.textMidPt??n.textMidPt;l.push(["치수 유형 (Dim Type)",t]),p!=null&&l.push(["측정값 (Measurement)",pn(p)]),l.push(["표시 텍스트 (Text)",String(g)]),m&&l.push(["텍스트 위치 (Text Mid)",Wn(m)]);break}case"ELLIPSE":{e.center&&(l.push(["중심점 (Center)",Wn(e.center)]),e.majorAxis&&l.push(["주축 벡터 (Major Axis)",Wn(e.majorAxis)]),(e.axisRatio!=null||e.ratio!=null)&&l.push(["단축 비율 (Ratio)",pn(e.axisRatio??e.ratio)]));break}default:{let p=0;for(const[g,m]of Object.entries(e))if(!(typeof m=="object"||m==null||typeof m=="function")&&(l.push([g,String(m)]),p++,p>=12))break}}return{id:`${t}${i!=="-"?" · #"+i:""}`,type:t,handle:String(i),layer:String(s),general:o,geometry:l}}function Ol(n){return n.replace(/&/g,"&").replace(//g,">").replace(/"/g,""")}function Gc(n,e,t){if(!n)return;if(!e){t!=null&&t.zoomBtnEl&&(t.zoomBtnEl.style.display="none"),n.innerHTML=` +
+
🔍
+ 도면에서 객체(엔티티)를 클릭하면
상세 속성이 표시됩니다 +
`;return}t!=null&&t.zoomBtnEl&&(t.zoomBtnEl.style.display="inline-flex");const i=wE(e),s=r=>r.map(([a,o])=>` +
+ ${Ol(a)} + ${Ol(o)} +
`).join("");n.innerHTML=` +
+ +
+ + ${Ol(i.id)} +
+ + +
+
+ 일반 정보 (General) +
+ ${s(i.general)} +
+ + + ${i.geometry.length>0?` +
+
+ 기하 속성 (Geometry) +
+ ${s(i.geometry)} +
`:""} +
`}class RE{constructor(e,t,i){At(this,"viewer");At(this,"listEl");At(this,"countEl");At(this,"searchInputEl");At(this,"hiddenLayers",new Set);At(this,"searchQuery","");this.viewer=e,this.listEl=t,this.countEl=(i==null?void 0:i.countEl)||null,this.searchInputEl=(i==null?void 0:i.searchInputEl)||null,this.searchInputEl&&this.searchInputEl.addEventListener("input",s=>{this.searchQuery=s.target.value.trim().toLowerCase(),this.render()}),i!=null&&i.showAllBtnEl&&i.showAllBtnEl.addEventListener("click",()=>this.showAllLayers()),i!=null&&i.hideAllBtnEl&&i.hideAllBtnEl.addEventListener("click",()=>this.hideAllLayers()),this.listEl.addEventListener("click",s=>{var o,l;const r=(l=(o=s.target)==null?void 0:o.closest)==null?void 0:l.call(o,".layer-row");if(!r)return;const a=r.dataset.name;a&&this.toggleLayer(a)})}update(){this.hiddenLayers.clear();const e=this.viewer.getLayerInfo()||[];for(const t of e)t.visible||this.hiddenLayers.add(t.name);this.render()}showAllLayers(){this.hiddenLayers.clear(),this.viewer.setHiddenLayers(this.hiddenLayers),this.syncRows()}hideAllLayers(){const e=this.viewer.getLayerInfo()||[];for(const t of e)this.hiddenLayers.add(t.name);this.viewer.setHiddenLayers(this.hiddenLayers),this.syncRows()}toggleLayer(e){this.hiddenLayers.has(e)?this.hiddenLayers.delete(e):this.hiddenLayers.add(e),this.viewer.setHiddenLayers(this.hiddenLayers),this.syncRow(e)}syncRow(e){var i;const t=(i=this.listEl)==null?void 0:i.querySelector(`.layer-row[data-name="${LE(e)}"]`);t&&this.paintRow(t,!this.hiddenLayers.has(e))}syncRows(){this.listEl&&this.listEl.querySelectorAll(".layer-row").forEach(e=>{const t=e.dataset.name;t!=null&&this.paintRow(e,!this.hiddenLayers.has(t))})}paintRow(e,t){e.style.opacity=t?"1":"0.4";const i=e.querySelector(".eye-btn");i&&(i.textContent=t?"👁️":"🕶️",i.title=t?"숨기기":"표시하기")}render(){if(!this.listEl)return;const e=this.viewer.getLayerInfo()||[];if(this.countEl&&(this.countEl.textContent=`${e.length}개`),!e.length){this.listEl.innerHTML=` +
+ 도면에 레이어 정보가 없습니다 +
`;return}const t=e.filter(i=>i.name.toLowerCase().includes(this.searchQuery));if(!t.length){this.listEl.innerHTML=` +
+ 검색 결과가 없습니다 ("${Ar(this.searchQuery)}") +
`;return}this.listEl.innerHTML=t.map(i=>{const s=!this.hiddenLayers.has(i.name),r=s?"1":"0.4",a=s?"👁️":"🕶️",o=s?"숨기기":"표시하기";return` +
+ + + ${Ar(i.name)} + + + ${i.count} + + +
`}).join("")}}function LE(n){return n.replace(/["\\]/g,"\\$&")}function Ar(n){return n.replace(/&/g,"&").replace(//g,">").replace(/"/g,""")}let Va=30;function a0(n,e){if(!n)return{toggleCollapse:()=>{},isCollapsed:()=>!1};const t=(e==null?void 0:e.handleEl)||n.querySelector(".hdr")||n,i=(e==null?void 0:e.collapseBtnEl)||n.querySelector(".collapse-btn"),s=(e==null?void 0:e.bodyEl)||n.querySelector("#propBody")||n.querySelector("#layerBody")||n.children[1];let r=!1,a=!1,o=0,l=0,c=0,u=0;t&&(t.style.cursor="grab",t.style.userSelect="none"),n.addEventListener("pointerdown",()=>{Va++,n.style.zIndex=String(Va)});const d=m=>{if(m.target.closest("button, input, select, a, label, .hdr-actions"))return;a=!0,Va++,n.style.zIndex=String(Va),t&&(t.style.cursor="grabbing");const v=n.getBoundingClientRect();o=m.clientX,l=m.clientY,c=v.left,u=v.top,n.style.left=`${c}px`,n.style.top=`${u}px`,n.style.right="auto",n.style.bottom="auto",document.addEventListener("pointermove",h),document.addEventListener("pointerup",f),m.preventDefault()},h=m=>{if(!a)return;const _=m.clientX-o,v=m.clientY-l;let M=c+_,y=u+v;const E=Math.max(10,window.innerWidth-n.offsetWidth-10),S=Math.max(10,window.innerHeight-n.offsetHeight-10);M=Math.max(10,Math.min(M,E)),y=Math.max(10,Math.min(y,S)),n.style.left=`${M}px`,n.style.top=`${y}px`},f=()=>{a&&(a=!1,t&&(t.style.cursor="grab"),document.removeEventListener("pointermove",h),document.removeEventListener("pointerup",f))};t&&(t.addEventListener("pointerdown",d),t.addEventListener("dblclick",m=>{m.target.closest("button, input, select, a, label")||g()}));let p="";const g=()=>{r=!r,n.classList.toggle("collapsed",r),r?(p=n.style.height||`${n.offsetHeight}px`,n.style.height="42px",s&&(s.style.display="none")):(n.style.height=p||"480px",s&&(s.style.display="flex")),i&&(i.textContent=r?"▸":"▾",i.setAttribute("title",r?"펼치기":"접기")),e!=null&&e.onCollapseToggle&&e.onCollapseToggle(r)};return i&&i.addEventListener("click",m=>{m.stopPropagation(),g()}),{toggleCollapse:g,isCollapsed:()=>r}}b3("/fonts/NanumGothic-Regular.ttf");const DE=document.getElementById("app"),Gd=document.getElementById("status"),Ga=document.getElementById("spaces"),Eo=document.getElementById("layers"),IE=document.getElementById("layerList"),PE=document.getElementById("layerCount"),OE=document.getElementById("layerSearch"),UE=document.getElementById("layerShowAll"),NE=document.getElementById("layerHideAll"),kE=document.getElementById("closeLayersBtn"),FE=document.getElementById("collapseLayersBtn"),Gr=document.getElementById("properties"),Wc=document.getElementById("propBody"),BE=document.getElementById("propsBtn"),To=document.getElementById("zoomSelBtn"),HE=document.getElementById("closePropsBtn"),zE=document.getElementById("collapsePropsBtn");function ds(n,e=!1){Gd.textContent=n,Gd.classList.toggle("err",e)}a0(Gr,{collapseBtnEl:zE});a0(Eo,{collapseBtnEl:FE});Gc(Wc,null,{zoomBtnEl:To});const Yt=new N3(DE),VE=new RE(Yt,IE,{countEl:PE,searchInputEl:OE,showAllBtnEl:UE,hideAllBtnEl:NE});Yt.onSelect(n=>{var t;if(!n){ds("deselected"),Gc(Wc,null,{zoomBtnEl:To});return}Gr.style.display="flex",Gc(Wc,n,{zoomBtnEl:To});const e=n;ds(`select ${e.type??"?"} · layer=${e.layer??"-"} · h=${((t=e.handle)==null?void 0:t.value)??"-"}`)});const Wd=document.getElementById("coordX"),Xd=document.getElementById("coordY");function Yd(n){const e=Math.abs(n);return e>=1e6?n.toFixed(1):e>=1e3?n.toFixed(2):e>=1?n.toFixed(3):n.toFixed(4)}Yt.onPointerWorld(n=>{if(!n){Wd.textContent="—",Xd.textContent="—";return}Wd.textContent=Yd(n.x),Xd.textContent=Yd(n.y)});function o0(){var t;const n=Yt.getSpaces(),e=Yt.getActiveSpace();if(Ga.innerHTML="",n.length<2&&!((t=n[0])!=null&&t.entityCount)){Ga.style.display="none";return}Ga.style.display="flex";for(const i of n){const s=document.createElement("button");s.type="button",s.textContent=`${i.label}${i.entityCount?` (${i.entityCount})`:""}`,s.title=`${i.name} · handle ${i.handleHex}`,i.handleHex===e&&s.classList.add("active"),s.addEventListener("click",()=>{i.handleHex!==Yt.getActiveSpace()&&(Yt.setSpace(i.handleHex),o0(),bu(),Yt.fit(),ds(`space ${i.label} · ${i.entityCount} entities`))}),Ga.append(s)}}async function GE(n,e){return EE(e)?Vd(n):AE(e)?Bd(new Uint8Array(n)):new TextDecoder("latin1").decode(new Uint8Array(n,0,Math.min(6,n.byteLength))).startsWith("AC")?Bd(new Uint8Array(n)):Vd(n)}async function l0(n,e){const t=await GE(n,e),i=Gs(t),s=Ev(i);return Yt.load(t,{spaceHandle:(s==null?void 0:s.handleHex)??null}),Yt.resize(),t}async function No(n,e){const t=e??n.split("?")[0].split("/").pop()??n,i=await fetch(n);if(!i.ok)throw new Error(`HTTP ${i.status}`);return l0(await i.arrayBuffer(),t)}async function c0(n){if(!TE(n.name))throw new Error(`not .dwg/.dxf: ${n.name}`);return l0(await n.arrayBuffer(),n.name)}function bu(){VE.update()}async function WE(n,e){var r;const i=Gs(e).find(a=>a.handleHex===Yt.getActiveSpace()),s=i?` · ${i.label}`:"";ds(`✓ ${n} · ${((r=e.entities)==null?void 0:r.length)??0} entities${s}`),o0(),bu(),Yt.fit()}async function or(n,e){ds(`loading ${n}…`);try{await WE(n,await e())}catch(t){ds(`${n}: ${t.message}`,!0),console.error(t)}}const XE="/samples/civil.dwg";document.getElementById("sample").addEventListener("click",()=>{or("BasicSample.dwg",()=>No("/samples/BasicSample.dwg","BasicSample.dwg"))});var Kd;(Kd=document.getElementById("sampleCivil"))==null||Kd.addEventListener("click",()=>{or("C0060202-001-평면및종단면도.dwg",()=>No(XE,"C0060202-001-평면및종단면도.dwg"))});document.getElementById("sampleDxf").addEventListener("click",()=>{or("simple.dxf",()=>No("/samples/simple.dxf","simple.dxf"))});document.getElementById("file").addEventListener("change",n=>{var t;const e=(t=n.target.files)==null?void 0:t[0];e&&(or(e.name,()=>c0(e)),n.target.value="")});let Ul=!0;var qd;(qd=document.getElementById("fit"))==null||qd.addEventListener("click",()=>{Yt.fit()});document.getElementById("theme").addEventListener("click",()=>{Ul=!Ul,Yt.setTheme(Ul),bu()});document.getElementById("layersBtn").addEventListener("click",()=>{Eo.style.display=Eo.style.display==="flex"?"none":"flex"});kE.addEventListener("click",()=>{Eo.style.display="none"});BE.addEventListener("click",()=>{Gr.style.display=Gr.style.display==="none"?"flex":"none"});To.addEventListener("click",()=>{Yt.zoomToSelection()});HE.addEventListener("click",()=>{Gr.style.display="none"});window.addEventListener("keydown",n=>{var e;(n.key==="f"||n.key==="F")&&((e=n.target)==null?void 0:e.tagName)!=="INPUT"&&Yt.fit()});window.addEventListener("dragover",n=>n.preventDefault());window.addEventListener("drop",n=>{var t,i;n.preventDefault();const e=(i=(t=n.dataTransfer)==null?void 0:t.files)==null?void 0:i[0];e&&or(e.name,()=>c0(e))});const Nl=new URLSearchParams(location.search).get("model");Nl?or(Nl,()=>No(Nl)):ds("ready");window.addEventListener("resize",()=>Yt.resize()); diff --git a/dist2/index.html b/dist2/index.html index 96b0636..dd2efae 100644 --- a/dist2/index.html +++ b/dist2/index.html @@ -159,7 +159,7 @@ } .layer-sub-btn:hover { color: var(--ink); border-color: var(--accent); background: rgba(63,185,80,.1); } - +
diff --git a/src/layerPanel.ts b/src/layerPanel.ts index 71043e3..68b1897 100644 --- a/src/layerPanel.ts +++ b/src/layerPanel.ts @@ -49,6 +49,15 @@ export class LayerPanelManager { if (options?.hideAllBtnEl) { options.hideAllBtnEl.addEventListener('click', () => this.hideAllLayers()); } + + // Delegated click handling: bound once, so render() never has to re-attach + // a listener per row (that was O(layers) DOM work on every single toggle). + this.listEl.addEventListener('click', (e) => { + const row = (e.target as HTMLElement)?.closest?.('.layer-row') as HTMLElement | null; + if (!row) return; + const layerName = row.dataset.name; + if (layerName) this.toggleLayer(layerName); + }); } /** Refresh and re-render layer list from Viewer2D state */ @@ -66,7 +75,7 @@ export class LayerPanelManager { public showAllLayers(): void { this.hiddenLayers.clear(); this.viewer.setHiddenLayers(this.hiddenLayers); - this.render(); + this.syncRows(); } public hideAllLayers(): void { @@ -75,7 +84,7 @@ export class LayerPanelManager { this.hiddenLayers.add(l.name); } this.viewer.setHiddenLayers(this.hiddenLayers); - this.render(); + this.syncRows(); } public toggleLayer(name: string): void { @@ -85,7 +94,34 @@ export class LayerPanelManager { this.hiddenLayers.add(name); } this.viewer.setHiddenLayers(this.hiddenLayers); - this.render(); + this.syncRow(name); + } + + /** Patch one row in place — a full render() would rebuild the whole list. */ + private syncRow(name: string): void { + const row = this.listEl?.querySelector( + `.layer-row[data-name="${cssEscape(name)}"]` + ); + if (!row) return; + this.paintRow(row, !this.hiddenLayers.has(name)); + } + + /** Patch every row (show-all / hide-all) without touching the DOM structure. */ + private syncRows(): void { + if (!this.listEl) return; + this.listEl.querySelectorAll('.layer-row').forEach((row) => { + const name = row.dataset.name; + if (name != null) this.paintRow(row, !this.hiddenLayers.has(name)); + }); + } + + private paintRow(row: HTMLElement, visible: boolean): void { + row.style.opacity = visible ? '1' : '0.4'; + const btn = row.querySelector('.eye-btn'); + if (btn) { + btn.textContent = visible ? '👁️' : '🕶️'; + btn.title = visible ? '숨기기' : '표시하기'; + } } public render(): void { @@ -141,32 +177,15 @@ export class LayerPanelManager { `; }) .join(''); - - // Bind eye button click events - this.listEl.querySelectorAll('.eye-btn').forEach((btn) => { - btn.addEventListener('click', (e) => { - e.stopPropagation(); - const layerName = (btn as HTMLElement).dataset.toggle; - if (layerName) { - this.toggleLayer(layerName); - } - }); - }); - - // Also toggle when clicking row - this.listEl.querySelectorAll('.layer-row').forEach((row) => { - row.addEventListener('click', (e) => { - const target = e.target as HTMLElement; - if (target.closest('.eye-btn')) return; - const layerName = (row as HTMLElement).dataset.name; - if (layerName) { - this.toggleLayer(layerName); - } - }); - }); + // Clicks are handled by the delegated listener bound in the constructor. } } +/** Escape a layer name for use inside a double-quoted CSS attribute selector. */ +function cssEscape(str: string): string { + return str.replace(/["\\]/g, '\\$&'); +} + function escapeHtml(str: string): string { return str .replace(/&/g, '&') diff --git a/src/viewer2d/Viewer2D.js b/src/viewer2d/Viewer2D.js index 98b70f2..304d64f 100644 --- a/src/viewer2d/Viewer2D.js +++ b/src/viewer2d/Viewer2D.js @@ -18,6 +18,18 @@ const ARC_SEGS = 64; const ELLIPSE_SEGS = 72; const CLICK_THRESHOLD_PX = 14; +/** Bucket pending texts by their owning CAD layer (insertion order preserved). */ +function groupByLayer(list) { + const m = new Map(); + for (const t of list) { + const k = t.layer ?? '0'; + let arr = m.get(k); + if (!arr) m.set(k, arr = []); + arr.push(t); + } + return m; +} + function stripMText(s) { if (!s) return ''; return s @@ -46,6 +58,23 @@ export class Viewer2D { this._measurePtA = null; this._measureMarkers = []; this._textGen = 0; // invalidation token for the async Slug text flush + // ── Layer visibility index (see _applyLayerVisibility) ─────────────────── + // Layer on/off used to re-run load() = full re-tessellation (5 s+ on an + // 18 MB DWG). Instead we build every layer once and toggle visibility: + // · _layerObjs layer name → Object3D[] (hatch/solid/text/sprite meshes) + // · _indexedBufs merged LineSegments whose index buffer is rebuilt from a + // per-segment layer id — keeps the original draw order. + // · _layerBoxes / _layerSamples per-layer AABB + fit samples so Fit still + // frames only what is visible. + this._curLayer = null; + this._curLayerId = -1; + this._layerObjs = new Map(); + this._layerBoxes = new Map(); + this._layerSamples = new Map(); + this._indexedBufs = []; + this._metaHidden = null; + this._fullContentBox = null; + this._hiddenLayers = new Set(); SlugTextEngine.shared().catch(() => {}); // warm the font load; sprite fallback covers failure this._scene = new THREE.Scene(); @@ -228,7 +257,7 @@ export class Viewer2D { const box = new THREE.Box3(); const samples = []; this._group.traverse((obj) => { - if (!obj.geometry) return; + if (!obj.geometry || obj.visible === false) return; box.expandByObject(obj); const pos = obj.geometry.attributes?.position; if (!pos?.array) return; @@ -240,7 +269,9 @@ export class Viewer2D { }); if (box.isEmpty()) return; const use = this._trimmedContentBox(samples, box) || box; - this._contentBox = use.clone(); + // Don't cache while layers are off — the merged line buffer still holds the + // hidden segments, so this box is wider than what's on screen. + if (!this._hiddenLayers.size) this._contentBox = use.clone(); this._fit(use); } @@ -289,6 +320,16 @@ export class Viewer2D { const entities = result?.entities || []; const lineVerts = []; const lineColors = []; + // Layer id per emitted segment (2 verts). Drives the index rebuild that + // hides/shows layers without touching positions or colors. + const lineSegLayer = []; + const layerIds = new Map(); + const layerNames = []; + const layerIdOf = (name) => { + let id = layerIds.get(name); + if (id === undefined) { id = layerNames.length; layerNames.push(name); layerIds.set(name, id); } + return id; + }; // Dashed-linetype segments go into separate buckets keyed by dash|gap size; // each becomes its own LineDashedMaterial LineSegments at assembly. Solid // (Continuous / ByLayer→Continuous) segments stay in lineVerts/lineColors. @@ -354,11 +395,29 @@ export class Viewer2D { // Samples feed percentile trim so Fit matches CAD extents (ignore 1–2 junk verts). const fitSamples = []; let fitSampleN = 0; + // Per-layer AABB + fit samples: Fit must frame only the VISIBLE layers, and + // toggling no longer re-runs load(), so the split has to happen at build. + let curLayerBox = null; + let curLayerSamples = null; + const setCurLayer = (name) => { + const key = name || '0'; + if (key === this._curLayer) return; + this._curLayer = key; + this._curLayerId = layerIdOf(key); + curLayerBox = this._layerBoxes.get(key); + if (!curLayerBox) this._layerBoxes.set(key, curLayerBox = new THREE.Box3()); + curLayerSamples = this._layerSamples.get(key); + if (!curLayerSamples) this._layerSamples.set(key, curLayerSamples = []); + }; const expand = (x, y, z = 0) => { if (!Number.isFinite(x) || !Number.isFinite(y)) return; box.expandByPoint(_tmp.set(x, y, z)); + if (curLayerBox) curLayerBox.expandByPoint(_tmp); fitSampleN++; - if ((fitSampleN & 7) === 0 && fitSamples.length < 100000) fitSamples.push(x, y); + if ((fitSampleN & 7) === 0 && fitSamples.length < 100000) { + fitSamples.push(x, y); + if (curLayerSamples) curLayerSamples.push(x, y); + } }; const pushSeg = (ax, ay, bx, by, z, color) => { const r = ((color >> 16) & 0xFF) / 255; @@ -366,12 +425,14 @@ export class Viewer2D { const b = (color & 0xFF) / 255; if (curDash) { let bk = dashBuckets.get(curDash.key); - if (!bk) { bk = { dash: curDash.dash, gap: curDash.gap, verts: [], colors: [] }; dashBuckets.set(curDash.key, bk); } + if (!bk) { bk = { dash: curDash.dash, gap: curDash.gap, verts: [], colors: [], segLayer: [] }; dashBuckets.set(curDash.key, bk); } bk.verts.push(ax, ay, z, bx, by, z); bk.colors.push(r, g, b, r, g, b); + bk.segLayer.push(this._curLayerId); } else { lineVerts.push(ax, ay, z, bx, by, z); lineColors.push(r, g, b, r, g, b); + lineSegLayer.push(this._curLayerId); } if (this._pickCurIdx >= 0) { this._pickSegs.push(ax, ay, bx, by); this._pickSegMeta.push(this._pickCurIdx); } expand(ax, ay, z); expand(bx, by, z); @@ -413,6 +474,7 @@ export class Viewer2D { pushSeg: vpPush, expand: vpExpand, pendingTexts, + setCurLayer, box, _tmp, underlay: true, // tag pending texts drawn under paper labels @@ -430,20 +492,20 @@ export class Viewer2D { // Model/Paper filter: only entities belonging to the active space (and // their INSERT children such as ATTRIB). Other space geometry is hidden. if (allowedOwners && ownerHex && !allowedOwners.has(ownerHex)) continue; - if (this._hiddenLayers?.size) { - const lh = e.layerHandle?.value ?? e.layerHandle; - const lname = (lh != null && this._layerNameByHandle.get(String(lh))) ?? e.layer ?? e.layerName; - if (lname && this._hiddenLayers.has(lname)) continue; - } + // Hidden layers are NOT skipped here: geometry for every layer is built + // once and switched on/off by _applyLayerVisibility, so a toggle costs an + // index rebuild instead of a full reload. + setCurLayer(this._layerNameOf(e)); const d = e.data || e; const type = (e.type || e.typeName || '').toUpperCase(); const color = this._entityColor(e); const complexLt = this._resolveComplexLinetype(e); if (complexLt) curDash = null; else curDash = this._resolveDash(e); - const meta = { entity: e, type, bounds: null, colStart: lineColors.length }; + const meta = { entity: e, type, bounds: null, layer: this._curLayer, colStart: lineColors.length }; this._entityMeta.push(meta); this._pickCurIdx = this._entityMeta.length - 1; // owner for pick geometry emitted below + const textStart = pendingTexts.length; try { switch (type) { @@ -943,7 +1005,7 @@ export class Viewer2D { }); const mesh = new THREE.Mesh(planeGeom, planeMat); mesh.position.set(minX + width / 2, minY + Math.abs(height) / 2, z + 10); - this._group.add(mesh); + this._addObj(mesh); this._renderer.render(this._scene, this._camera); } catch (err) { console.error('Failed rendering CanvasTexture for OLE image:', err); @@ -983,6 +1045,11 @@ export class Viewer2D { } } catch { /* skip malformed entity */ } meta.colEnd = lineColors.length; + // Deferred texts are flushed after the loop (async) — stamp the owning + // layer now so _drawTexts can batch per layer. + for (let ti = textStart; ti < pendingTexts.length; ti++) { + if (pendingTexts[ti].layer === undefined) pendingTexts[ti].layer = this._curLayer; + } } // ── Render deferred text (underlay / paper stack) ───────────────────── @@ -1020,13 +1087,16 @@ export class Viewer2D { void this._drawTexts(renderTexts, minTextH); } + this._layerNames = layerNames; this._lineColorAttr = null; this._origColors = null; if (lineVerts.length) { const geom = new THREE.BufferGeometry(); geom.setAttribute('position', new THREE.Float32BufferAttribute(lineVerts, 3)); const colorAttr = new THREE.Float32BufferAttribute(lineColors, 3); geom.setAttribute('color', colorAttr); - this._group.add(new THREE.LineSegments(geom, new THREE.LineBasicMaterial({ vertexColors: true }))); + const lmesh = new THREE.LineSegments(geom, new THREE.LineBasicMaterial({ vertexColors: true })); + this._registerIndexed(lmesh, lineSegLayer); + this._group.add(lmesh); this._lineColorAttr = colorAttr; this._origColors = Float32Array.from(colorAttr.array); } @@ -1043,7 +1113,8 @@ export class Viewer2D { const dline = new THREE.LineSegments(dgeom, new THREE.LineDashedMaterial({ vertexColors: true, dashSize: bk.dash, gapSize: bk.gap, })); - dline.computeLineDistances(); + dline.computeLineDistances(); // must run BEFORE setIndex (three skips indexed geometry) + this._registerIndexed(dline, bk.segLayer); this._group.add(dline); } @@ -1052,8 +1123,13 @@ export class Viewer2D { // Visible-content AABB for Fit — trim extreme outliers (matches CAD zoom extents better). const fitBox = box.isEmpty() ? null : (this._trimmedContentBox(fitSamples, box) || box); + this._fullContentBox = fitBox ? fitBox.clone() : null; this._contentBox = fitBox ? fitBox.clone() : null; - if (!opts.keepView && fitBox && !fitBox.isEmpty()) this._fit(fitBox); + // Geometry for every layer is in the scene now — switch off the hidden ones + // (also refreshes _contentBox to the visible subset). + this._applyLayerVisibility(); + const useBox = this._contentBox; + if (!opts.keepView && useBox && !useBox.isEmpty()) this._fit(useBox); } finally { this._isLoading = false; } @@ -1117,12 +1193,118 @@ export class Viewer2D { /** Subscribe to pan/zoom changes (for live zoom readout). */ onViewChange(cb) { this._controls?.addEventListener('change', cb); } - /** Hide entities on the given layer names (Set); re-renders keeping the view. */ + /** + * Hide entities on the given layer names (Set). + * O(scene objects + segments) — no re-parse, no re-tessellation, no reload. + * Falls back to a full load() only if the scene predates the layer index. + */ setHiddenLayers(nameSet) { - this._hiddenLayers = nameSet || new Set(); + // Copy: the Layers panel keeps mutating the Set it handed us. + this._hiddenLayers = new Set(nameSet || []); + if (this._applyLayerVisibility()) return; if (this._lastResult) this.load(this._lastResult, { keepView: true }); } + /** Layer name of an entity ('0' when the file gives none). */ + _layerNameOf(e) { + const lh = e.layerHandle?.value ?? e.layerHandle; + return (lh != null && this._layerNameByHandle?.get(String(lh))) ?? e.layer ?? e.layerName ?? '0'; + } + + /** + * Give a merged LineSegments an index buffer so layers can be masked by + * rewriting indices (positions/colors/lineDistances stay put, which keeps + * draw order and the selection-highlight offsets in meta.colStart valid). + */ + _registerIndexed(mesh, segLayerArr) { + const vcount = mesh.geometry.attributes.position.count; + if (!vcount) return; + const IdxArr = vcount > 65535 ? Uint32Array : Uint16Array; + const index = new IdxArr(vcount); + for (let i = 0; i < vcount; i++) index[i] = i; + const attr = new THREE.BufferAttribute(index, 1); + attr.setUsage(THREE.DynamicDrawUsage); + mesh.geometry.setIndex(attr); + this._indexedBufs.push({ mesh, segLayer: Int32Array.from(segLayerArr), index, attr }); + } + + /** Track an entity-owned object so layer toggles can flip its visibility. */ + _addObj(obj, layer) { + const key = layer ?? this._curLayer; + if (key != null) { + obj.userData.cadLayer = key; + let arr = this._layerObjs.get(key); + if (!arr) this._layerObjs.set(key, arr = []); + arr.push(obj); + if (this._hiddenLayers.has(key)) obj.visible = false; + } + this._group.add(obj); + } + + /** + * Apply _hiddenLayers to the already-built scene. + * @returns {boolean} false when there is nothing built yet (caller reloads). + */ + _applyLayerVisibility() { + if (!this._layerNames && !this._layerObjs.size) return false; + const hidden = this._hiddenLayers; + + // 1) Whole objects (hatch fills, SOLID quads, arrows, images, text meshes). + for (const [name, objs] of this._layerObjs) { + const vis = !hidden.has(name); + for (const o of objs) o.visible = vis; + } + + // 2) Merged line buffers → rewrite the index to skip hidden segments. + const names = this._layerNames || []; + const hiddenId = new Uint8Array(names.length); + for (let i = 0; i < names.length; i++) if (hidden.has(names[i])) hiddenId[i] = 1; + for (const buf of this._indexedBufs) { + const seg = buf.segLayer, idx = buf.index; + let w = 0; + for (let s = 0; s < seg.length; s++) { + const id = seg[s]; + if (id >= 0 && hiddenId[id]) continue; + const v = s * 2; + idx[w++] = v; idx[w++] = v + 1; + } + buf.attr.needsUpdate = true; + buf.mesh.geometry.setDrawRange(0, w); + } + + // 3) Picking mask — _onClick skips segments/fills owned by hidden layers. + const metas = this._entityMeta; + const mh = new Uint8Array(metas.length); + if (hidden.size) { + for (let i = 0; i < metas.length; i++) if (hidden.has(metas[i].layer)) mh[i] = 1; + } + this._metaHidden = mh; + if (this._selMeta && hidden.has(this._selMeta.layer)) { + this._highlight(null); + this._onSelectCb?.(null); + } + + // 4) Fit box for the visible subset. + this._contentBox = this._visibleContentBox(); + return true; + } + + /** AABB (outlier-trimmed) of the layers currently switched on. */ + _visibleContentBox() { + const hidden = this._hiddenLayers; + if (!hidden.size) return this._fullContentBox ? this._fullContentBox.clone() : null; + const box = new THREE.Box3(); + const samples = []; + for (const [name, b] of this._layerBoxes) { + if (hidden.has(name) || b.isEmpty()) continue; + box.union(b); + const s = this._layerSamples.get(name); + if (s) for (let i = 0; i < s.length; i++) samples.push(s[i]); + } + if (box.isEmpty()) return null; + return (this._trimmedContentBox(samples, box) || box).clone(); + } + /** * Model / Paper (Layout) spaces present in the last loaded result. * @returns {import('./cadSpaces').CadSpace[]} @@ -1271,7 +1453,7 @@ export class Viewer2D { _emitModelThroughViewport(vp, ctx) { const { entities, modelAllowed, blockDefHandles, entsByOwner, blockBaseByHex, - pushSeg: basePush, expand: baseExpand, pendingTexts, + pushSeg: basePush, expand: baseExpand, pendingTexts, setCurLayer, underlay = false, } = ctx; const xf = this._viewportModelToPaper(vp); @@ -1300,11 +1482,8 @@ export class Viewer2D { const ownerHex = e.ownerHandle?.value?.toString(16); if (!ownerHex || !modelAllowed.has(ownerHex)) continue; if (blockDefHandles.has(ownerHex)) continue; - if (this._hiddenLayers?.size) { - const lh = e.layerHandle?.value ?? e.layerHandle; - const lname = (lh != null && this._layerNameByHandle.get(String(lh))) ?? e.layer ?? e.layerName; - if (lname && this._hiddenLayers.has(lname)) continue; - } + // Layer visibility is applied post-build (see _applyLayerVisibility). + setCurLayer?.(this._layerNameOf(e)); if (frozen.size) { const lh = e.layerHandle?.value; if (lh != null && frozen.has(String(lh))) continue; @@ -1516,6 +1695,9 @@ export class Viewer2D { } } } catch { /* skip malformed */ } + for (let ti = vpTextStart; ti < pendingTexts.length; ti++) { + if (pendingTexts[ti].layer === undefined) pendingTexts[ti].layer = this._curLayer; + } } // Transform any pending texts that are still in model space (from INSERT helpers). @@ -1540,33 +1722,39 @@ export class Viewer2D { }); } - /** Layer list for the Layers panel: [{ name, colorHex, count, visible }]. */ + /** + * Layer list for the Layers panel: [{ name, colorHex, count, visible }]. + * The name/color/count part is O(entities) — cached per load so the panel can + * call this on every toggle without re-walking a 500k-entity drawing. + */ getLayerInfo() { const result = this._lastResult; if (!result) return []; - const counts = new Map(); - const allowed = this._activeSpaceHex - ? buildAllowedOwnerHexes(result.entities || [], this._activeSpaceHex) - : null; - for (const e of (result.entities || [])) { - const ownerHex = e.ownerHandle?.value?.toString(16); - if (allowed && ownerHex && !allowed.has(ownerHex)) continue; - const lh = e.layerHandle?.value ?? e.layerHandle; - const name = (lh != null && this._layerNameByHandle?.get(String(lh))) - ?? e.layer ?? e.layerName ?? '0'; - counts.set(name, (counts.get(name) || 0) + 1); + let base = this._layerInfoCache; + if (!base) { + const counts = new Map(); + const allowed = this._activeSpaceHex + ? buildAllowedOwnerHexes(result.entities || [], this._activeSpaceHex) + : null; + for (const e of (result.entities || [])) { + const ownerHex = e.ownerHandle?.value?.toString(16); + if (allowed && ownerHex && !allowed.has(ownerHex)) continue; + const name = this._layerNameOf(e); + counts.set(name, (counts.get(name) || 0) + 1); + } + base = (result.tables?.layers || []).map(l => { + const name = l.name ?? l.layerName ?? '0'; + const aci = Math.abs(l.colorIndex ?? l.color ?? l.colorNumber ?? 7); + return { + name, + colorHex: '#' + ((aciToHex(aci, this._isDark) ?? DEFAULT_COLOR).toString(16).padStart(6, '0')), + count: counts.get(name) || 0, + }; + }).filter(l => l.count > 0 || !l.name.startsWith('*')); + this._layerInfoCache = base; } const hidden = this._hiddenLayers || new Set(); - return (result.tables?.layers || []).map(l => { - const name = l.name ?? l.layerName ?? '0'; - const aci = Math.abs(l.colorIndex ?? l.color ?? l.colorNumber ?? 7); - return { - name, - colorHex: '#' + ((aciToHex(aci, this._isDark) ?? DEFAULT_COLOR).toString(16).padStart(6, '0')), - count: counts.get(name) || 0, - visible: !hidden.has(name), - }; - }).filter(l => l.count > 0 || !l.name.startsWith('*')); + return base.map(l => ({ ...l, visible: !hidden.has(l.name) })); } // ── Private helpers ──────────────────────────────────────────────────────── @@ -2050,7 +2238,7 @@ export class Viewer2D { const mesh = new THREE.Mesh(geom, new THREE.MeshBasicMaterial({ vertexColors: true, side: THREE.DoubleSide })); mesh.position.set(pt.x, pt.y, (pt.z || 0) + 0.5); mesh.rotation.z = rotation; - this._group.add(mesh); + this._addObj(mesh); } // Default geometry for AutoCAD standard arrowhead blocks that ship no geometry @@ -2097,7 +2285,7 @@ export class Viewer2D { const geom = new THREE.BufferGeometry(); geom.setAttribute('position', new THREE.Float32BufferAttribute(verts, 3)); geom.setAttribute('color', new THREE.Float32BufferAttribute(cols, 3)); - this._group.add(new THREE.Mesh(geom, new THREE.MeshBasicMaterial({ vertexColors: true, side: THREE.DoubleSide }))); + this._addObj(new THREE.Mesh(geom, new THREE.MeshBasicMaterial({ vertexColors: true, side: THREE.DoubleSide }))); } // Dot radius (block-local) from an arrow block's geometry, measured from its centroid. @@ -2279,7 +2467,7 @@ export class Viewer2D { side: THREE.DoubleSide, depthWrite: false, }); - this._group.add(new THREE.Mesh(geo, mat)); + this._addObj(new THREE.Mesh(geo, mat)); // Pick as edge segments only — do NOT register the poly as a fill loop. // A closed outer frame (도곽 cw=2) used as _pickFills would mark the whole // interior as "covered" and (with a weak size check) hide every inner line. @@ -2350,7 +2538,7 @@ export class Viewer2D { const geom = new THREE.BufferGeometry(); geom.setAttribute('position', new THREE.Float32BufferAttribute(verts, 3)); geom.setAttribute('color', new THREE.Float32BufferAttribute(cols, 3)); - this._group.add(new THREE.Mesh(geom, new THREE.MeshBasicMaterial({ vertexColors: true, side: THREE.DoubleSide }))); + this._addObj(new THREE.Mesh(geom, new THREE.MeshBasicMaterial({ vertexColors: true, side: THREE.DoubleSide }))); // Filled quad/tri → pickable region (DWG SOLID vertex order is 0,1,3,2). if (this._pickCurIdx >= 0 && corners.length >= 3) { const loop = corners.length >= 4 ? [corners[0], corners[1], corners[3], corners[2]] : corners.slice(0, 3); @@ -2538,7 +2726,7 @@ export class Viewer2D { shape.moveTo(poly[0].x, poly[0].y); for (let k = 1; k < poly.length; k++) shape.lineTo(poly[k].x, poly[k].y); shape.closePath(); - this._group.add(new THREE.Mesh(new THREE.ShapeGeometry(shape), mat)); + this._addObj(new THREE.Mesh(new THREE.ShapeGeometry(shape), mat)); } catch { /* degenerate */ } } } @@ -2803,7 +2991,7 @@ export class Viewer2D { const mesh = new THREE.Mesh(geo, mat); mesh.position.set((minX + maxX) / 2, (minY + maxY) / 2, 0); // PlaneGeometry is XY; our 2D world is already XY. No rotation needed. - this._group.add(mesh); + this._addObj(mesh); } // Multi-line MTEXT: one canvas with stacked lines, aligned as a block. @@ -2854,7 +3042,7 @@ export class Viewer2D { sprite.scale.set(vw, vh, 1); sprite.position.set(pos.x + ox, pos.y + oy, 1); sprite.renderOrder = renderOrder; - this._group.add(sprite); + this._addObj(sprite); } // MTEXT background mask (opaque fill behind text). Flags (DXF 90): @@ -2930,7 +3118,7 @@ export class Viewer2D { const mesh = new THREE.Mesh(geo, mat); mesh.position.set(cx, cy, 0.4); // behind text (z≈1) mesh.rotation.z = rot; - this._group.add(mesh); + this._addObj(mesh); } if (useFrame && !useFill) { // Outline only — four edges as hairline segs (rare path) @@ -2971,21 +3159,27 @@ export class Viewer2D { for (const { list, order } of layers) { if (!list.length) continue; for (const t of list) { - if ((t.bgFillFlags | 0) !== 0) this._drawMTextBackground(t, engine, minTextH); + if ((t.bgFillFlags | 0) !== 0) { + this._curLayer = t.layer ?? '0'; // _drawMTextBackground emits via _addObj + this._drawMTextBackground(t, engine, minTextH); + } } - const batch = new SlugTextBatch(engine); - for (const t of list) { - batch.add(t.text, t.pos, Math.max(t.height, minTextH), t.rotation || 0, t.color, t.alignH ?? 0, t.alignV ?? 0); - } - const mesh = batch.build(); - if (mesh) { + // One merged mesh per CAD layer (not one per order): a layer toggle then + // just flips mesh.visible instead of rebuilding the whole text batch. + for (const [lname, items] of groupByLayer(list)) { + const batch = new SlugTextBatch(engine); + for (const t of items) { + batch.add(t.text, t.pos, Math.max(t.height, minTextH), t.rotation || 0, t.color, t.alignH ?? 0, t.alignV ?? 0); + } + const mesh = batch.build(); + if (!mesh) continue; mesh.renderOrder = order; // Transparent text: draw later order on top regardless of z if (mesh.material) { mesh.material.depthWrite = false; mesh.material.transparent = true; } - this._group.add(mesh); + this._addObj(mesh, lname); } } } catch (e) { @@ -2993,6 +3187,7 @@ export class Viewer2D { if (gen !== this._textGen) return; for (const { list, order } of layers) { for (const t of list) { + this._curLayer = t.layer ?? '0'; if ((t.bgFillFlags | 0) !== 0) this._drawMTextBackground(t, null, minTextH); this._textSprite(t.text, t.pos, Math.max(t.height, minTextH), t.rotation, t.color, t.alignH ?? 0, t.alignV ?? 0, order); } @@ -3067,7 +3262,7 @@ export class Viewer2D { sprite.scale.set(vw, vh, 1); sprite.position.set(pos.x + ox, pos.y + oy, 1); sprite.renderOrder = renderOrder; - this._group.add(sprite); + this._addObj(sprite); } // Render block definition entities transformed by INSERT params @@ -3416,7 +3611,11 @@ export class Viewer2D { // circles, polylines, block wires, dimension leaders/arrows). let bestIdx = -1, bestDist = thresh; const S = this._pickSegs, SM = this._pickSegMeta; + // Hidden layers stay in the buffers (only masked out of the draw index), so + // picking has to skip them explicitly. + const MH = this._hiddenLayers.size ? this._metaHidden : null; for (let i = 0, j = 0; i < S.length; i += 4, j++) { + if (MH && MH[SM[j]]) continue; const d = this._segDist(wx, wy, S[i], S[i + 1], S[i + 2], S[i + 3]); if (d < bestDist) { bestDist = d; bestIdx = SM[j]; } } @@ -3425,6 +3624,7 @@ export class Viewer2D { if (bestIdx < 0) { let bestArea = Infinity; for (const f of this._pickFills) { + if (MH && MH[f.metaIdx]) continue; if (this._fillHit(f.loops, wx, wy)) { const a = this._loopArea(f.loops[0] || []); if (a < bestArea) { bestArea = a; bestIdx = f.metaIdx; } @@ -3705,6 +3905,16 @@ export class Viewer2D { this._texCache?.clear(); this._textGen++; // invalidate any in-flight async text flush this._contentBox = null; + this._fullContentBox = null; + this._layerObjs.clear(); + this._layerBoxes.clear(); + this._layerSamples.clear(); + this._indexedBufs = []; + this._layerNames = null; + this._metaHidden = null; + this._curLayer = null; + this._curLayerId = -1; + this._layerInfoCache = null; } _onResize() {