shaders 2.0.628 → 2.0.629
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/vue/index.js +1 -1
- package/package.json +1 -1
package/dist/vue/index.js
CHANGED
|
@@ -393,7 +393,7 @@ struct ${e} {
|
|
|
393
393
|
${t}
|
|
394
394
|
};`}_getWGSLStructBinding(e,t,n,r=0,i=0){let a=e+`Struct`,o=this._getWGSLStruct(a,t);return`${o}
|
|
395
395
|
@binding( ${r} ) @group( ${i} )
|
|
396
|
-
var<${n}> ${e} : ${a};`}},cj=class{constructor(e){this.backend=e}getCurrentDepthStencilFormat(e){let t;return e.depthTexture===null?e.depth&&e.stencil?t=L.Depth24PlusStencil8:e.depth&&(t=L.Depth24Plus):t=this.getTextureFormatGPU(e.depthTexture),t}getTextureFormatGPU(e){return this.backend.get(e).format}getTextureSampleData(e){let t;if(e.isFramebufferTexture)t=1;else if(e.isDepthTexture&&!e.renderTarget){let e=this.backend.renderer,n=e.getRenderTarget();t=n?n.samples:e.samples}else e.renderTarget&&(t=e.renderTarget.samples);t||=1;let n=t>1&&e.renderTarget!==null&&e.isDepthTexture!==!0&&e.isFramebufferTexture!==!0,r=n?1:t;return{samples:t,primarySamples:r,isMSAA:n}}getCurrentColorFormat(e){let t;return t=e.textures===null?this.getPreferredCanvasFormat():this.getTextureFormatGPU(e.textures[0]),t}getCurrentColorSpace(e){return e.textures===null?this.backend.renderer.outputColorSpace:e.textures[0].colorSpace}getPrimitiveTopology(e,t){if(e.isPoints)return fA.PointList;if(e.isLineSegments||e.isMesh&&t.wireframe===!0)return fA.LineList;if(e.isLine)return fA.LineStrip;if(e.isMesh)return fA.TriangleList}getSampleCount(e){let t=1;return e>1&&(t=2**Math.floor(Math.log2(e)),t===2&&(t=4)),t}getSampleCountRenderContext(e){return e.textures===null?this.getSampleCount(this.backend.renderer.samples):this.getSampleCount(e.sampleCount)}getPreferredCanvasFormat(){let e=this.backend.parameters.outputType;if(e===void 0)return navigator.gpu.getPreferredCanvasFormat();if(e===st)return L.BGRA8Unorm;if(e===mt)return L.RGBA16Float;throw Error(`Unsupported outputType`)}};const lj=new Map([[Int8Array,[`sint8`,`snorm8`]],[Uint8Array,[`uint8`,`unorm8`]],[Int16Array,[`sint16`,`snorm16`]],[Uint16Array,[`uint16`,`unorm16`]],[Int32Array,[`sint32`,`snorm32`]],[Uint32Array,[`uint32`,`unorm32`]],[Float32Array,[`float32`]]]),uj=new Map([[ja,[`float16`]]]),dj=new Map([[Int32Array,`sint32`],[Int16Array,`sint32`],[Uint32Array,`uint32`],[Uint16Array,`uint32`],[Float32Array,`float32`]]);var fj=class{constructor(e){this.backend=e}createAttribute(e,t){let n=this._getBufferAttribute(e),r=this.backend,i=r.get(n),a=i.buffer;if(a===void 0){let o=r.device,s=n.array;if(e.normalized===!1){if(s.constructor===Int16Array||s.constructor===Int8Array)s=new Int32Array(s);else if((s.constructor===Uint16Array||s.constructor===Uint8Array)&&(s=new Uint32Array(s),t&GPUBufferUsage.INDEX))for(let e=0;e<s.length;e++)s[e]===65535&&(s[e]=4294967295)}if(n.array=s,(n.isStorageBufferAttribute||n.isStorageInstancedBufferAttribute)&&n.itemSize===3){s=new s.constructor(n.count*4);for(let e=0;e<n.count;e++)s.set(n.array.subarray(e*3,e*3+3),e*4);n.itemSize=4,n.array=s,i._force3to4BytesAlignment=!0}let c=s.byteLength,l=c+(4-c%4)%4;a=o.createBuffer({label:n.name,size:l,usage:t,mappedAtCreation:!0}),new s.constructor(a.getMappedRange()).set(s),a.unmap(),i.buffer=a}}updateAttribute(e){let t=this._getBufferAttribute(e),n=this.backend,r=n.device,i=n.get(t),a=n.get(t).buffer,o=t.array;if(i._force3to4BytesAlignment===!0){o=new o.constructor(t.count*4);for(let e=0;e<t.count;e++)o.set(t.array.subarray(e*3,e*3+3),e*4);t.array=o}let s=this._isTypedArray(o),c=t.updateRanges;if(c.length===0)r.queue.writeBuffer(a,0,o,0);else{let e=s?1:o.BYTES_PER_ELEMENT;for(let t=0,n=c.length;t<n;t++){let n=c[t],l,u;if(i._force3to4BytesAlignment===!0){let t=Math.floor(n.start/3),r=Math.ceil(n.count/3);l=t*4*e,u=r*4*e}else l=n.start*e,u=n.count*e;let d=l*(s?o.BYTES_PER_ELEMENT:1);r.queue.writeBuffer(a,d,o,l,u)}t.clearUpdateRanges()}}createShaderVertexBuffers(e){let t=e.getAttributes(),n=new Map;for(let e=0;e<t.length;e++){let r=t[e],i=r.array.BYTES_PER_ELEMENT,a=this._getBufferAttribute(r),o=n.get(a);if(o===void 0){let e,t;r.isInterleavedBufferAttribute===!0?(e=r.data.stride*i,t=r.data.isInstancedInterleavedBuffer?MA.Instance:MA.Vertex):(e=r.itemSize*i,t=r.isInstancedBufferAttribute?MA.Instance:MA.Vertex),r.normalized===!1&&(r.array.constructor===Int16Array||r.array.constructor===Uint16Array)&&(e=4),o={arrayStride:e,attributes:[],stepMode:t},n.set(a,o)}let s=this._getVertexFormat(r),c=r.isInterleavedBufferAttribute===!0?r.offset*i:0;o.attributes.push({shaderLocation:e,offset:c,format:s})}return Array.from(n.values())}destroyAttribute(e){let t=this.backend,n=t.get(this._getBufferAttribute(e));n.buffer.destroy(),t.delete(e)}async getArrayBufferAsync(e){let t=this.backend,n=t.device,r=t.get(this._getBufferAttribute(e)),i=r.buffer,a=i.size,o=n.createBuffer({label:`${e.name}_readback`,size:a,usage:GPUBufferUsage.COPY_DST|GPUBufferUsage.MAP_READ}),s=n.createCommandEncoder({label:`readback_encoder_${e.name}`});s.copyBufferToBuffer(i,0,o,0,a);let c=s.finish();n.queue.submit([c]),await o.mapAsync(GPUMapMode.READ);let l=o.getMappedRange(),u=new e.array.constructor(l.slice(0));return o.unmap(),u.buffer}_getVertexFormat(e){let{itemSize:t,normalized:n}=e,r=e.array.constructor,i=e.constructor,a;if(t===1)a=dj.get(r);else{let e=uj.get(i)||lj.get(r),o=e[n?1:0];if(o){let e=r.BYTES_PER_ELEMENT*t,n=Math.floor((e+3)/4)*4,i=n/r.BYTES_PER_ELEMENT;if(i%1)throw Error(`THREE.WebGPUAttributeUtils: Bad vertex format item size.`);a=`${o}x${i}`}}return a||console.error(`THREE.WebGPUAttributeUtils: Vertex format not supported yet.`),a}_isTypedArray(e){return ArrayBuffer.isView(e)&&!(e instanceof DataView)}_getBufferAttribute(e){return e.isInterleavedBufferAttribute&&(e=e.data),e}},pj=class{constructor(e){this.backend=e,this.bindGroupLayoutCache=new WeakMap}createBindingsLayout(e){let t=this.backend,n=t.device,r=[],i=0;for(let n of e.bindings){let e={binding:i++,visibility:n.visibility};if(n.isUniformBuffer||n.isStorageBuffer){let t={};n.isStorageBuffer&&(n.visibility&4&&(n.access===vc.READ_WRITE||n.access===vc.WRITE_ONLY)?t.type=TA.Storage:t.type=TA.ReadOnlyStorage),e.buffer=t}else if(n.isSampler){let r={};n.texture.isDepthTexture&&(n.texture.compareFunction===null?t.compatibilityMode&&(r.type=DA.NonFiltering):r.type=DA.Comparison),e.sampler=r}else if(n.isSampledTexture&&n.texture.isVideoTexture)e.externalTexture={};else if(n.isSampledTexture&&n.store){let t={};t.format=this.backend.get(n.texture).texture.format;let r=n.access;r===vc.READ_WRITE?t.access=EA.ReadWrite:r===vc.WRITE_ONLY?t.access=EA.WriteOnly:t.access=EA.ReadOnly,e.storageTexture=t}else if(n.isSampledTexture){let r={},{primarySamples:i}=t.utils.getTextureSampleData(n.texture);if(i>1&&(r.multisampled=!0,n.texture.isDepthTexture||(r.sampleType=OA.UnfilterableFloat)),n.texture.isDepthTexture)t.compatibilityMode&&n.texture.compareFunction===null?r.sampleType=OA.UnfilterableFloat:r.sampleType=OA.Depth;else if(n.texture.isDataTexture||n.texture.isDataArrayTexture||n.texture.isData3DTexture){let e=n.texture.type;e===dt?r.sampleType=OA.SInt:e===ft?r.sampleType=OA.UInt:e===pt&&(this.backend.hasFeature(`float32-filterable`)?r.sampleType=OA.Float:r.sampleType=OA.UnfilterableFloat)}n.isSampledCubeTexture?r.viewDimension=AA.Cube:n.texture.isArrayTexture||n.texture.isDataArrayTexture||n.texture.isCompressedArrayTexture?r.viewDimension=AA.TwoDArray:n.isSampledTexture3D&&(r.viewDimension=AA.ThreeD),e.texture=r}else console.error(`WebGPUBindingUtils: Unsupported binding "${n}".`);r.push(e)}return n.createBindGroupLayout({entries:r})}createBindings(e,t,n,r=0){let{backend:i,bindGroupLayoutCache:a}=this,o=i.get(e),s=a.get(e.bindingsReference);s===void 0&&(s=this.createBindingsLayout(e),a.set(e.bindingsReference,s));let c;n>0&&(o.groups===void 0&&(o.groups=[],o.versions=[]),o.versions[n]===r&&(c=o.groups[n])),c===void 0&&(c=this.createBindGroup(e,s),n>0&&(o.groups[n]=c,o.versions[n]=r)),o.group=c,o.layout=s}updateBinding(e){let t=this.backend,n=t.device,r=e.buffer,i=t.get(e).buffer;n.queue.writeBuffer(i,0,r,0)}createBindGroupIndex(e,t){let n=this.backend,r=n.device,i=GPUBufferUsage.UNIFORM|GPUBufferUsage.COPY_DST,a=e[0],o=r.createBuffer({label:`bindingCameraIndex_`+a,size:16,usage:i});r.queue.writeBuffer(o,0,e,0);let s=[{binding:0,resource:{buffer:o}}];return r.createBindGroup({label:`bindGroupCameraIndex_`+a,layout:t,entries:s})}createBindGroup(e,t){let n=this.backend,r=n.device,i=0,a=[];for(let t of e.bindings){if(t.isUniformBuffer){let e=n.get(t);if(e.buffer===void 0){let n=t.byteLength,i=GPUBufferUsage.UNIFORM|GPUBufferUsage.COPY_DST,a=r.createBuffer({label:`bindingBuffer_`+t.name,size:n,usage:i});e.buffer=a}a.push({binding:i,resource:{buffer:e.buffer}})}else if(t.isStorageBuffer){let e=n.get(t);if(e.buffer===void 0){let r=t.attribute;e.buffer=n.get(r).buffer}a.push({binding:i,resource:{buffer:e.buffer}})}else if(t.isSampler){let e=n.get(t.texture);a.push({binding:i,resource:e.sampler})}else if(t.isSampledTexture){let e=n.get(t.texture),o;if(e.externalTexture!==void 0)o=r.importExternalTexture({source:e.externalTexture});else{let n=t.store?1:e.texture.mipLevelCount,r=`view-${e.texture.width}-${e.texture.height}-${n}`;if(o=e[r],o===void 0){let i=jA.All,a;a=t.isSampledCubeTexture?AA.Cube:t.isSampledTexture3D?AA.ThreeD:t.texture.isArrayTexture||t.texture.isDataArrayTexture||t.texture.isCompressedArrayTexture?AA.TwoDArray:AA.TwoD,o=e[r]=e.texture.createView({aspect:i,dimension:a,mipLevelCount:n})}}a.push({binding:i,resource:o})}i++}return r.createBindGroup({label:`bindGroup_`+e.name,layout:t,entries:a})}},mj=class{constructor(e){this.backend=e,this._activePipelines=new WeakMap}setPipeline(e,t){let n=this._activePipelines.get(e);n!==t&&(e.setPipeline(t),this._activePipelines.set(e,t))}_getSampleCount(e){return this.backend.utils.getSampleCountRenderContext(e)}createRenderPipeline(e,t){let{object:n,material:r,geometry:i,pipeline:a}=e,{vertexProgram:o,fragmentProgram:s}=a,c=this.backend,l=c.device,u=c.utils,d=c.get(a),f=[];for(let t of e.getBindings()){let e=c.get(t);f.push(e.layout)}let p=c.attributeUtils.createShaderVertexBuffers(e),m;r.blending!==ae&&(r.blending!==oe||r.transparent!==!1)&&(m=this._getBlending(r));let h={};r.stencilWrite===!0&&(h={compare:this._getStencilCompare(r),failOp:this._getStencilOperation(r.stencilFail),depthFailOp:this._getStencilOperation(r.stencilZFail),passOp:this._getStencilOperation(r.stencilZPass)});let g=this._getColorWriteMask(r),_=[];if(e.context.textures!==null){let t=e.context.textures;for(let e=0;e<t.length;e++){let n=u.getTextureFormatGPU(t[e]);_.push({format:n,blend:m,writeMask:g})}}else{let t=u.getCurrentColorFormat(e.context);_.push({format:t,blend:m,writeMask:g})}let v=c.get(o).module,y=c.get(s).module,b=this._getPrimitiveState(n,i,r),x=this._getDepthCompare(r),S=u.getCurrentDepthStencilFormat(e.context),ee=this._getSampleCount(e.context),te={label:`renderPipeline_${r.name||r.type}_${r.id}`,vertex:Object.assign({},v,{buffers:p}),fragment:Object.assign({},y,{targets:_}),primitive:b,multisample:{count:ee,alphaToCoverageEnabled:r.alphaToCoverage&&ee>1},layout:l.createPipelineLayout({bindGroupLayouts:f})},ne={},re=e.context.depth,ie=e.context.stencil;if((re===!0||ie===!0)&&(re===!0&&(ne.format=S,ne.depthWriteEnabled=r.depthWrite,ne.depthCompare=x),ie===!0&&(ne.stencilFront=h,ne.stencilBack={},ne.stencilReadMask=r.stencilFuncMask,ne.stencilWriteMask=r.stencilWriteMask),r.polygonOffset===!0&&(ne.depthBias=r.polygonOffsetUnits,ne.depthBiasSlopeScale=r.polygonOffsetFactor,ne.depthBiasClamp=0),te.depthStencil=ne),t===null)d.pipeline=l.createRenderPipeline(te);else{let e=new Promise(e=>{l.createRenderPipelineAsync(te).then(t=>{d.pipeline=t,e()})});t.push(e)}}createBundleEncoder(e,t=`renderBundleEncoder`){let n=this.backend,{utils:r,device:i}=n,a=r.getCurrentDepthStencilFormat(e),o=r.getCurrentColorFormat(e),s=this._getSampleCount(e),c={label:t,colorFormats:[o],depthStencilFormat:a,sampleCount:s};return i.createRenderBundleEncoder(c)}createComputePipeline(e,t){let n=this.backend,r=n.device,i=n.get(e.computeProgram).module,a=n.get(e),o=[];for(let e of t){let t=n.get(e);o.push(t.layout)}a.pipeline=r.createComputePipeline({compute:i,layout:r.createPipelineLayout({bindGroupLayouts:o})})}_getBlending(e){let t,n,r=e.blending,i=e.blendSrc,a=e.blendDst,o=e.blendEquation;if(r===ue){let r=e.blendSrcAlpha===null?i:e.blendSrcAlpha,s=e.blendDstAlpha===null?a:e.blendDstAlpha,c=e.blendEquationAlpha===null?o:e.blendEquationAlpha;t={srcFactor:this._getBlendFactor(i),dstFactor:this._getBlendFactor(a),operation:this._getBlendOperation(o)},n={srcFactor:this._getBlendFactor(r),dstFactor:this._getBlendFactor(s),operation:this._getBlendOperation(c)}}else{let i=e.premultipliedAlpha,a=(e,r,i,a)=>{t={srcFactor:e,dstFactor:r,operation:SA.Add},n={srcFactor:i,dstFactor:a,operation:SA.Add}};if(i)switch(r){case oe:a(xA.One,xA.OneMinusSrcAlpha,xA.One,xA.OneMinusSrcAlpha);break;case se:a(xA.One,xA.One,xA.One,xA.One);break;case ce:a(xA.Zero,xA.OneMinusSrc,xA.Zero,xA.One);break;case le:a(xA.Zero,xA.Src,xA.Zero,xA.SrcAlpha);break}else switch(r){case oe:a(xA.SrcAlpha,xA.OneMinusSrcAlpha,xA.One,xA.OneMinusSrcAlpha);break;case se:a(xA.SrcAlpha,xA.One,xA.SrcAlpha,xA.One);break;case ce:a(xA.Zero,xA.OneMinusSrc,xA.Zero,xA.One);break;case le:a(xA.Zero,xA.Src,xA.Zero,xA.Src);break}}if(t!==void 0&&n!==void 0)return{color:t,alpha:n};console.error(`THREE.WebGPURenderer: Invalid blending: `,r)}_getBlendFactor(e){let t;switch(e){case ge:t=xA.Zero;break;case _e:t=xA.One;break;case ve:t=xA.Src;break;case ye:t=xA.OneMinusSrc;break;case be:t=xA.SrcAlpha;break;case xe:t=xA.OneMinusSrcAlpha;break;case we:t=xA.Dst;break;case Te:t=xA.OneMinusDst;break;case Se:t=xA.DstAlpha;break;case Ce:t=xA.OneMinusDstAlpha;break;case Ee:t=xA.SrcAlphaSaturated;break;case qb:t=xA.Constant;break;case Jb:t=xA.OneMinusConstant;break;default:console.error(`THREE.WebGPURenderer: Blend factor not supported.`,e)}return t}_getStencilCompare(e){let t,n=e.stencilFunc;switch(n){case On:t=pA.Never;break;case Fn:t=pA.Always;break;case kn:t=pA.Less;break;case jn:t=pA.LessEqual;break;case An:t=pA.Equal;break;case Pn:t=pA.GreaterEqual;break;case Mn:t=pA.Greater;break;case Nn:t=pA.NotEqual;break;default:console.error(`THREE.WebGPURenderer: Invalid stencil function.`,n)}return t}_getStencilOperation(e){let t;switch(e){case xn:t=wA.Keep;break;case bn:t=wA.Zero;break;case Sn:t=wA.Replace;break;case Dn:t=wA.Invert;break;case Cn:t=wA.IncrementClamp;break;case wn:t=wA.DecrementClamp;break;case Tn:t=wA.IncrementWrap;break;case En:t=wA.DecrementWrap;break;default:console.error(`THREE.WebGPURenderer: Invalid stencil operation.`,t)}return t}_getBlendOperation(e){let t;switch(e){case de:t=SA.Add;break;case fe:t=SA.Subtract;break;case pe:t=SA.ReverseSubtract;break;case me:t=SA.Min;break;case he:t=SA.Max;break;default:console.error(`THREE.WebGPUPipelineUtils: Blend equation not supported.`,e)}return t}_getPrimitiveState(e,t,n){let r={},i=this.backend.utils;switch(r.topology=i.getPrimitiveTopology(e,n),t.index!==null&&e.isLine===!0&&e.isLineSegments!==!0&&(r.stripIndexFormat=t.index.array instanceof Uint16Array?vA.Uint16:vA.Uint32),n.side){case ne:r.frontFace=gA.CCW,r.cullMode=_A.Back;break;case re:r.frontFace=gA.CCW,r.cullMode=_A.Front;break;case ie:r.frontFace=gA.CCW,r.cullMode=_A.None;break;default:console.error(`THREE.WebGPUPipelineUtils: Unknown material.side value.`,n.side);break}return r}_getColorWriteMask(e){return e.colorWrite===!0?CA.All:CA.None}_getDepthCompare(e){let t;if(e.depthTest===!1)t=pA.Always;else{let n=e.depthFunc;switch(n){case De:t=pA.Never;break;case Oe:t=pA.Always;break;case ke:t=pA.Less;break;case Ae:t=pA.LessEqual;break;case je:t=pA.Equal;break;case Me:t=pA.GreaterEqual;break;case Ne:t=pA.Greater;break;case Pe:t=pA.NotEqual;break;default:console.error(`THREE.WebGPUPipelineUtils: Invalid depth function.`,n)}}return t}},hj=class extends cA{constructor(e,t,n=2048){super(n),this.device=e,this.type=t,this.querySet=this.device.createQuerySet({type:`timestamp`,count:this.maxQueries,label:`queryset_global_timestamp_${t}`});let r=this.maxQueries*8;this.resolveBuffer=this.device.createBuffer({label:`buffer_timestamp_resolve_${t}`,size:r,usage:GPUBufferUsage.QUERY_RESOLVE|GPUBufferUsage.COPY_SRC}),this.resultBuffer=this.device.createBuffer({label:`buffer_timestamp_result_${t}`,size:r,usage:GPUBufferUsage.COPY_DST|GPUBufferUsage.MAP_READ})}allocateQueriesForContext(e){if(!this.trackTimestamp||this.isDisposed)return null;if(this.currentQueryIndex+2>this.maxQueries)return Mr(`WebGPUTimestampQueryPool [${this.type}]: Maximum number of queries exceeded, when using trackTimestamp it is necessary to resolves the queries via renderer.resolveTimestampsAsync( THREE.TimestampQuery.${this.type.toUpperCase()} ).`),null;let t=this.currentQueryIndex;return this.currentQueryIndex+=2,this.queryOffsets.set(e.id,t),t}async resolveQueriesAsync(){if(!this.trackTimestamp||this.currentQueryIndex===0||this.isDisposed)return this.lastValue;if(this.pendingResolve)return this.pendingResolve;this.pendingResolve=this._resolveQueries();try{let e=await this.pendingResolve;return e}finally{this.pendingResolve=null}}async _resolveQueries(){if(this.isDisposed)return this.lastValue;try{if(this.resultBuffer.mapState!==`unmapped`)return this.lastValue;let e=new Map(this.queryOffsets),t=this.currentQueryIndex,n=t*8;this.currentQueryIndex=0,this.queryOffsets.clear();let r=this.device.createCommandEncoder();r.resolveQuerySet(this.querySet,0,t,this.resolveBuffer,0),r.copyBufferToBuffer(this.resolveBuffer,0,this.resultBuffer,0,n);let i=r.finish();if(this.device.queue.submit([i]),this.resultBuffer.mapState!==`unmapped`)return this.lastValue;if(await this.resultBuffer.mapAsync(GPUMapMode.READ,0,n),this.isDisposed)return this.resultBuffer.mapState===`mapped`&&this.resultBuffer.unmap(),this.lastValue;let a=new BigUint64Array(this.resultBuffer.getMappedRange(0,n)),o=0;for(let[,t]of e){let e=a[t],n=a[t+1],r=Number(n-e)/1e6;o+=r}return this.resultBuffer.unmap(),this.lastValue=o,o}catch(e){return console.error(`Error resolving queries:`,e),this.resultBuffer.mapState===`mapped`&&this.resultBuffer.unmap(),this.lastValue}}async dispose(){if(!this.isDisposed){if(this.isDisposed=!0,this.pendingResolve)try{await this.pendingResolve}catch(e){console.error(`Error waiting for pending resolve:`,e)}if(this.resultBuffer&&this.resultBuffer.mapState===`mapped`)try{this.resultBuffer.unmap()}catch(e){console.error(`Error unmapping buffer:`,e)}this.querySet&&(this.querySet.destroy(),this.querySet=null),this.resolveBuffer&&(this.resolveBuffer.destroy(),this.resolveBuffer=null),this.resultBuffer&&(this.resultBuffer.destroy(),this.resultBuffer=null),this.queryOffsets.clear(),this.pendingResolve=null}}},gj=class extends Wk{constructor(e={}){super(e),this.isWebGPUBackend=!0,this.parameters.alpha=e.alpha===void 0?!0:e.alpha,this.parameters.compatibilityMode=e.compatibilityMode===void 0?!1:e.compatibilityMode,this.parameters.requiredLimits=e.requiredLimits===void 0?{}:e.requiredLimits,this.compatibilityMode=this.parameters.compatibilityMode,this.device=null,this.context=null,this.colorBuffer=null,this.defaultRenderPassdescriptor=null,this.utils=new cj(this),this.attributeUtils=new fj(this),this.bindingUtils=new pj(this),this.pipelineUtils=new mj(this),this.textureUtils=new HA(this),this.occludedResolveCache=new Map}async init(e){await super.init(e);let t=this.parameters,n;if(t.device===void 0){let e={powerPreference:t.powerPreference,featureLevel:t.compatibilityMode?`compatibility`:void 0},r=typeof navigator<`u`?await navigator.gpu.requestAdapter(e):null;if(r===null)throw Error(`WebGPUBackend: Unable to create WebGPU adapter.`);let i=Object.values(NA),a=[];for(let e of i)r.features.has(e)&&a.push(e);let o={requiredFeatures:a,requiredLimits:t.requiredLimits};n=await r.requestDevice(o)}else n=t.device;n.lost.then(t=>{let n={api:`WebGPU`,message:t.message||`Unknown reason`,reason:t.reason||null,originalEvent:t};e.onDeviceLost(n)});let r=t.context===void 0?e.domElement.getContext(`webgpu`):t.context;this.device=n,this.context=r;let i=t.alpha?`premultiplied`:`opaque`;this.trackTimestamp=this.trackTimestamp&&this.hasFeature(NA.TimestampQuery),this.context.configure({device:this.device,format:this.utils.getPreferredCanvasFormat(),usage:GPUTextureUsage.RENDER_ATTACHMENT|GPUTextureUsage.COPY_SRC,alphaMode:i}),this.updateSize()}get coordinateSystem(){return qn}async getArrayBufferAsync(e){return await this.attributeUtils.getArrayBufferAsync(e)}getContext(){return this.context}_getDefaultRenderPassDescriptor(){let e=this.defaultRenderPassdescriptor;if(e===null){let t=this.renderer;e={colorAttachments:[{view:null}]},(this.renderer.depth===!0||this.renderer.stencil===!0)&&(e.depthStencilAttachment={view:this.textureUtils.getDepthBuffer(t.depth,t.stencil).createView()});let n=e.colorAttachments[0];this.renderer.samples>0?n.view=this.colorBuffer.createView():n.resolveTarget=void 0,this.defaultRenderPassdescriptor=e}let t=e.colorAttachments[0];return this.renderer.samples>0?t.resolveTarget=this.context.getCurrentTexture().createView():t.view=this.context.getCurrentTexture().createView(),e}_isRenderCameraDepthArray(e){return e.depthTexture&&e.depthTexture.image.depth>1&&e.camera.isArrayCamera}_getRenderPassDescriptor(e,t={}){let n=e.renderTarget,r=this.get(n),i=r.descriptors;if(i===void 0||r.width!==n.width||r.height!==n.height||r.dimensions!==n.dimensions||r.activeMipmapLevel!==e.activeMipmapLevel||r.activeCubeFace!==e.activeCubeFace||r.samples!==n.samples){i={},r.descriptors=i;let e=()=>{n.removeEventListener(`dispose`,e),this.delete(n)};n.hasEventListener(`dispose`,e)===!1&&n.addEventListener(`dispose`,e)}let a=e.getCacheKey(),o=i[a];if(o===void 0){let t=e.textures,s=[],c,l=this._isRenderCameraDepthArray(e);for(let r=0;r<t.length;r++){let i=this.get(t[r]),a={label:`colorAttachment_${r}`,baseMipLevel:e.activeMipmapLevel,mipLevelCount:1,baseArrayLayer:e.activeCubeFace,arrayLayerCount:1,dimension:AA.TwoD};if(n.isRenderTarget3D)c=e.activeCubeFace,a.baseArrayLayer=0,a.dimension=AA.ThreeD,a.depthOrArrayLayers=t[r].image.depth;else if(n.isRenderTarget&&t[r].image.depth>1)if(l===!0){let t=e.camera.cameras;for(let e=0;e<t.length;e++){let t={...a,baseArrayLayer:e,arrayLayerCount:1,dimension:AA.TwoD},n=i.texture.createView(t);s.push({view:n,resolveTarget:void 0,depthSlice:void 0})}}else a.dimension=AA.TwoDArray,a.depthOrArrayLayers=t[r].image.depth;if(l!==!0){let e=i.texture.createView(a),t,n;i.msaaTexture===void 0?(t=e,n=void 0):(t=i.msaaTexture.createView(),n=e),s.push({view:t,resolveTarget:n,depthSlice:c})}}if(o={textureViews:s},e.depth){let t=this.get(e.depthTexture),n={};e.depthTexture.isArrayTexture&&(n.dimension=AA.TwoD,n.arrayLayerCount=1,n.baseArrayLayer=e.activeCubeFace),o.depthStencilView=t.texture.createView(n)}i[a]=o,r.width=n.width,r.height=n.height,r.samples=n.samples,r.activeMipmapLevel=e.activeMipmapLevel,r.activeCubeFace=e.activeCubeFace,r.dimensions=n.dimensions}let s={colorAttachments:[]};for(let e=0;e<o.textureViews.length;e++){let n=o.textureViews[e],r={r:0,g:0,b:0,a:1};e===0&&t.clearValue&&(r=t.clearValue),s.colorAttachments.push({view:n.view,depthSlice:n.depthSlice,resolveTarget:n.resolveTarget,loadOp:t.loadOp||hA.Load,storeOp:t.storeOp||mA.Store,clearValue:r})}return o.depthStencilView&&(s.depthStencilAttachment={view:o.depthStencilView}),s}beginRender(e){let t=this.get(e),n=this.device,r=e.occlusionQueryCount,i;r>0&&(t.currentOcclusionQuerySet&&t.currentOcclusionQuerySet.destroy(),t.currentOcclusionQueryBuffer&&t.currentOcclusionQueryBuffer.destroy(),t.currentOcclusionQuerySet=t.occlusionQuerySet,t.currentOcclusionQueryBuffer=t.occlusionQueryBuffer,t.currentOcclusionQueryObjects=t.occlusionQueryObjects,i=n.createQuerySet({type:`occlusion`,count:r,label:`occlusionQuerySet_${e.id}`}),t.occlusionQuerySet=i,t.occlusionQueryIndex=0,t.occlusionQueryObjects=Array(r),t.lastOcclusionObject=null);let a;a=e.textures===null?this._getDefaultRenderPassDescriptor():this._getRenderPassDescriptor(e,{loadOp:hA.Load}),this.initTimestampQuery(e,a),a.occlusionQuerySet=i;let o=a.depthStencilAttachment;if(e.textures!==null){let t=a.colorAttachments;for(let n=0;n<t.length;n++){let r=t[n];e.clearColor?(r.clearValue=n===0?e.clearColorValue:{r:0,g:0,b:0,a:1},r.loadOp=hA.Clear):r.loadOp=hA.Load,r.storeOp=mA.Store}}else{let t=a.colorAttachments[0];e.clearColor?(t.clearValue=e.clearColorValue,t.loadOp=hA.Clear):t.loadOp=hA.Load,t.storeOp=mA.Store}e.depth&&(e.clearDepth?(o.depthClearValue=e.clearDepthValue,o.depthLoadOp=hA.Clear):o.depthLoadOp=hA.Load,o.depthStoreOp=mA.Store),e.stencil&&(e.clearStencil?(o.stencilClearValue=e.clearStencilValue,o.stencilLoadOp=hA.Clear):o.stencilLoadOp=hA.Load,o.stencilStoreOp=mA.Store);let s=n.createCommandEncoder({label:`renderContext_`+e.id});if(this._isRenderCameraDepthArray(e)===!0){let n=e.camera.cameras;!t.layerDescriptors||t.layerDescriptors.length!==n.length?this._createDepthLayerDescriptors(e,t,a,n):this._updateDepthLayerDescriptors(e,t,n),t.bundleEncoders=[],t.bundleSets=[];for(let r=0;r<n.length;r++){let n=this.pipelineUtils.createBundleEncoder(e,`renderBundleArrayCamera_`+r),i={attributes:{},bindingGroups:[],pipeline:null,index:null};t.bundleEncoders.push(n),t.bundleSets.push(i)}t.currentPass=null}else{let n=s.beginRenderPass(a);if(t.currentPass=n,e.viewport&&this.updateViewport(e),e.scissor){let{x:t,y:r,width:i,height:a}=e.scissorValue;n.setScissorRect(t,r,i,a)}}t.descriptor=a,t.encoder=s,t.currentSets={attributes:{},bindingGroups:[],pipeline:null,index:null},t.renderBundles=[]}_createDepthLayerDescriptors(e,t,n,r){let i=n.depthStencilAttachment;t.layerDescriptors=[];let a=this.get(e.depthTexture);a.viewCache||=[];for(let o=0;o<r.length;o++){let r={...n,colorAttachments:[{...n.colorAttachments[0],view:n.colorAttachments[o].view}]};if(n.depthStencilAttachment){let t=o;a.viewCache[t]||(a.viewCache[t]=a.texture.createView({dimension:AA.TwoD,baseArrayLayer:o,arrayLayerCount:1})),r.depthStencilAttachment={view:a.viewCache[t],depthLoadOp:i.depthLoadOp||hA.Clear,depthStoreOp:i.depthStoreOp||mA.Store,depthClearValue:i.depthClearValue||1},e.stencil&&(r.depthStencilAttachment.stencilLoadOp=i.stencilLoadOp,r.depthStencilAttachment.stencilStoreOp=i.stencilStoreOp,r.depthStencilAttachment.stencilClearValue=i.stencilClearValue)}else r.depthStencilAttachment={...i};t.layerDescriptors.push(r)}}_updateDepthLayerDescriptors(e,t,n){for(let r=0;r<n.length;r++){let n=t.layerDescriptors[r];if(n.depthStencilAttachment){let t=n.depthStencilAttachment;e.depth&&(e.clearDepth?(t.depthClearValue=e.clearDepthValue,t.depthLoadOp=hA.Clear):t.depthLoadOp=hA.Load),e.stencil&&(e.clearStencil?(t.stencilClearValue=e.clearStencilValue,t.stencilLoadOp=hA.Clear):t.stencilLoadOp=hA.Load)}}}finishRender(e){let t=this.get(e),n=e.occlusionQueryCount;t.renderBundles.length>0&&t.currentPass.executeBundles(t.renderBundles),n>t.occlusionQueryIndex&&t.currentPass.endOcclusionQuery();let r=t.encoder;if(this._isRenderCameraDepthArray(e)===!0){let n=[];for(let e=0;e<t.bundleEncoders.length;e++){let r=t.bundleEncoders[e];n.push(r.finish())}for(let i=0;i<t.layerDescriptors.length;i++)if(i<n.length){let a=t.layerDescriptors[i],o=r.beginRenderPass(a);if(e.viewport){let{x:t,y:n,width:r,height:i,minDepth:a,maxDepth:s}=e.viewportValue;o.setViewport(t,n,r,i,a,s)}if(e.scissor){let{x:t,y:n,width:r,height:i}=e.scissorValue;o.setScissorRect(t,n,r,i)}o.executeBundles([n[i]]),o.end()}}else t.currentPass&&t.currentPass.end();if(n>0){let r=n*8,i=this.occludedResolveCache.get(r);i===void 0&&(i=this.device.createBuffer({size:r,usage:GPUBufferUsage.QUERY_RESOLVE|GPUBufferUsage.COPY_SRC}),this.occludedResolveCache.set(r,i));let a=this.device.createBuffer({size:r,usage:GPUBufferUsage.COPY_DST|GPUBufferUsage.MAP_READ});t.encoder.resolveQuerySet(t.occlusionQuerySet,0,n,i,0),t.encoder.copyBufferToBuffer(i,0,a,0,r),t.occlusionQueryBuffer=a,this.resolveOccludedAsync(e)}if(this.device.queue.submit([t.encoder.finish()]),e.textures!==null){let t=e.textures;for(let e=0;e<t.length;e++){let n=t[e];n.generateMipmaps===!0&&this.textureUtils.generateMipmaps(n)}}}isOccluded(e,t){let n=this.get(e);return n.occluded&&n.occluded.has(t)}async resolveOccludedAsync(e){let t=this.get(e),{currentOcclusionQueryBuffer:n,currentOcclusionQueryObjects:r}=t;if(n&&r){let e=new WeakSet;t.currentOcclusionQueryObjects=null,t.currentOcclusionQueryBuffer=null,await n.mapAsync(GPUMapMode.READ);let i=n.getMappedRange(),a=new BigUint64Array(i);for(let t=0;t<r.length;t++)a[t]===BigInt(0)&&e.add(r[t]);n.destroy(),t.occluded=e}}updateViewport(e){let{currentPass:t}=this.get(e),{x:n,y:r,width:i,height:a,minDepth:o,maxDepth:s}=e.viewportValue;t.setViewport(n,r,i,a,o,s)}getClearColor(){let e=super.getClearColor();return this.renderer.alpha===!0&&(e.r*=e.a,e.g*=e.a,e.b*=e.a),e}clear(e,t,n,r=null){let i=this.device,a=this.renderer,o=[],s,c,l,u;if(e){let e=this.getClearColor();c={r:e.r,g:e.g,b:e.b,a:e.a}}if(r===null){l=a.depth,u=a.stencil;let t=this._getDefaultRenderPassDescriptor();if(e){o=t.colorAttachments;let e=o[0];e.clearValue=c,e.loadOp=hA.Clear,e.storeOp=mA.Store}(l||u)&&(s=t.depthStencilAttachment)}else{l=r.depth,u=r.stencil;let i={loadOp:e?hA.Clear:hA.Load,clearValue:e?c:void 0};l&&(i.depthLoadOp=t?hA.Clear:hA.Load,i.depthClearValue=t?a.getClearDepth():void 0,i.depthStoreOp=mA.Store),u&&(i.stencilLoadOp=n?hA.Clear:hA.Load,i.stencilClearValue=n?a.getClearStencil():void 0,i.stencilStoreOp=mA.Store);let d=this._getRenderPassDescriptor(r,i);o=d.colorAttachments,s=d.depthStencilAttachment}l&&s&&s.depthLoadOp===void 0&&(t?(s.depthLoadOp=hA.Clear,s.depthClearValue=a.getClearDepth(),s.depthStoreOp=mA.Store):(s.depthLoadOp=hA.Load,s.depthStoreOp=mA.Store)),u&&s&&s.stencilLoadOp===void 0&&(n?(s.stencilLoadOp=hA.Clear,s.stencilClearValue=a.getClearStencil(),s.stencilStoreOp=mA.Store):(s.stencilLoadOp=hA.Load,s.stencilStoreOp=mA.Store));let d=i.createCommandEncoder({label:`clear`}),f=d.beginRenderPass({colorAttachments:o,depthStencilAttachment:s});f.end(),i.queue.submit([d.finish()])}beginCompute(e){let t=this.get(e),n={label:`computeGroup_`+e.id};this.initTimestampQuery(e,n),t.cmdEncoderGPU=this.device.createCommandEncoder({label:`computeGroup_`+e.id}),t.passEncoderGPU=t.cmdEncoderGPU.beginComputePass(n)}compute(e,t,n,r){let{passEncoderGPU:i}=this.get(e),a=this.get(r).pipeline;this.pipelineUtils.setPipeline(i,a);for(let e=0,t=n.length;e<t;e++){let t=n[e],r=this.get(t);i.setBindGroup(e,r.group)}let o=this.device.limits.maxComputeWorkgroupsPerDimension,s=this.get(t);s.dispatchSize===void 0&&(s.dispatchSize={x:0,y:1,z:1});let{dispatchSize:c}=s;t.dispatchCount>o?(c.x=Math.min(t.dispatchCount,o),c.y=Math.ceil(t.dispatchCount/o)):c.x=t.dispatchCount,i.dispatchWorkgroups(c.x,c.y,c.z)}finishCompute(e){let t=this.get(e);t.passEncoderGPU.end(),this.device.queue.submit([t.cmdEncoderGPU.finish()])}async waitForGPU(){await this.device.queue.onSubmittedWorkDone()}draw(e,t){let{object:n,material:r,context:i,pipeline:a}=e,o=e.getBindings(),s=this.get(i),c=this.get(a).pipeline,l=e.getIndex(),u=l!==null,d=e.getDrawParameters();if(d===null)return;let f=(t,n)=>{this.pipelineUtils.setPipeline(t,c),n.pipeline=c;let a=n.bindingGroups;for(let e=0,n=o.length;e<n;e++){let n=o[e],r=this.get(n);a[n.index]!==n.id&&(t.setBindGroup(n.index,r.group),a[n.index]=n.id)}if(u===!0&&n.index!==l){let e=this.get(l).buffer,r=l.array instanceof Uint16Array?vA.Uint16:vA.Uint32;t.setIndexBuffer(e,r),n.index=l}let d=e.getVertexBuffers();for(let e=0,r=d.length;e<r;e++){let r=d[e];if(n.attributes[e]!==r){let i=this.get(r).buffer;t.setVertexBuffer(e,i),n.attributes[e]=r}}i.stencil===!0&&r.stencilWrite===!0&&s.currentStencilRef!==r.stencilRef&&(t.setStencilReference(r.stencilRef),s.currentStencilRef=r.stencilRef)},p=(r,i)=>{if(f(r,i),n.isBatchedMesh===!0){let e=n._multiDrawStarts,i=n._multiDrawCounts,a=n._multiDrawCount,o=n._multiDrawInstances;o!==null&&Mr(`THREE.WebGPUBackend: renderMultiDrawInstances has been deprecated and will be removed in r184. Append to renderMultiDraw arguments and use indirection.`);for(let s=0;s<a;s++){let a=o?o[s]:1,c=a>1?0:s;u===!0?r.drawIndexed(i[s],a,e[s]/l.array.BYTES_PER_ELEMENT,0,c):r.draw(i[s],a,e[s],c),t.update(n,i[s],a)}}else if(u===!0){let{vertexCount:i,instanceCount:a,firstVertex:o}=d,s=e.getIndirect();if(s!==null){let e=this.get(s).buffer;r.drawIndexedIndirect(e,0)}else r.drawIndexed(i,a,o,0,0);t.update(n,i,a)}else{let{vertexCount:i,instanceCount:a,firstVertex:o}=d,s=e.getIndirect();if(s!==null){let e=this.get(s).buffer;r.drawIndirect(e,0)}else r.draw(i,a,o,0);t.update(n,i,a)}};if(e.camera.isArrayCamera&&e.camera.cameras.length>0){let t=this.get(e.camera),r=e.camera.cameras,a=e.getBindingGroup(`cameraIndex`);if(t.indexesGPU===void 0||t.indexesGPU.length!==r.length){let e=this.get(a),n=[],i=new Uint32Array([0,0,0,0]);for(let t=0,a=r.length;t<a;t++){i[0]=t;let r=this.bindingUtils.createBindGroupIndex(i,e.layout);n.push(r)}t.indexesGPU=n}let o=this.renderer.getPixelRatio();for(let e=0,c=r.length;e<c;e++){let c=r[e];if(n.layers.test(c.layers)){let n=c.viewport,r=s.currentPass,l=s.currentSets;if(s.bundleEncoders){let t=s.bundleEncoders[e],n=s.bundleSets[e];r=t,l=n}n&&r.setViewport(Math.floor(n.x*o),Math.floor(n.y*o),Math.floor(n.width*o),Math.floor(n.height*o),i.viewportValue.minDepth,i.viewportValue.maxDepth),a&&t.indexesGPU&&(r.setBindGroup(a.index,t.indexesGPU[e]),l.bindingGroups[a.index]=a.id),p(r,l)}}}else if(s.currentPass){if(s.occlusionQuerySet!==void 0){let e=s.lastOcclusionObject;e!==n&&(e!==null&&e.occlusionTest===!0&&(s.currentPass.endOcclusionQuery(),s.occlusionQueryIndex++),n.occlusionTest===!0&&(s.currentPass.beginOcclusionQuery(s.occlusionQueryIndex),s.occlusionQueryObjects[s.occlusionQueryIndex]=n),s.lastOcclusionObject=n)}p(s.currentPass,s.currentSets)}}needsRenderUpdate(e){let t=this.get(e),{object:n,material:r}=e,i=this.utils,a=i.getSampleCountRenderContext(e.context),o=i.getCurrentColorSpace(e.context),s=i.getCurrentColorFormat(e.context),c=i.getCurrentDepthStencilFormat(e.context),l=i.getPrimitiveTopology(n,r),u=!1;return(t.material!==r||t.materialVersion!==r.version||t.transparent!==r.transparent||t.blending!==r.blending||t.premultipliedAlpha!==r.premultipliedAlpha||t.blendSrc!==r.blendSrc||t.blendDst!==r.blendDst||t.blendEquation!==r.blendEquation||t.blendSrcAlpha!==r.blendSrcAlpha||t.blendDstAlpha!==r.blendDstAlpha||t.blendEquationAlpha!==r.blendEquationAlpha||t.colorWrite!==r.colorWrite||t.depthWrite!==r.depthWrite||t.depthTest!==r.depthTest||t.depthFunc!==r.depthFunc||t.stencilWrite!==r.stencilWrite||t.stencilFunc!==r.stencilFunc||t.stencilFail!==r.stencilFail||t.stencilZFail!==r.stencilZFail||t.stencilZPass!==r.stencilZPass||t.stencilFuncMask!==r.stencilFuncMask||t.stencilWriteMask!==r.stencilWriteMask||t.side!==r.side||t.alphaToCoverage!==r.alphaToCoverage||t.sampleCount!==a||t.colorSpace!==o||t.colorFormat!==s||t.depthStencilFormat!==c||t.primitiveTopology!==l||t.clippingContextCacheKey!==e.clippingContextCacheKey)&&(t.material=r,t.materialVersion=r.version,t.transparent=r.transparent,t.blending=r.blending,t.premultipliedAlpha=r.premultipliedAlpha,t.blendSrc=r.blendSrc,t.blendDst=r.blendDst,t.blendEquation=r.blendEquation,t.blendSrcAlpha=r.blendSrcAlpha,t.blendDstAlpha=r.blendDstAlpha,t.blendEquationAlpha=r.blendEquationAlpha,t.colorWrite=r.colorWrite,t.depthWrite=r.depthWrite,t.depthTest=r.depthTest,t.depthFunc=r.depthFunc,t.stencilWrite=r.stencilWrite,t.stencilFunc=r.stencilFunc,t.stencilFail=r.stencilFail,t.stencilZFail=r.stencilZFail,t.stencilZPass=r.stencilZPass,t.stencilFuncMask=r.stencilFuncMask,t.stencilWriteMask=r.stencilWriteMask,t.side=r.side,t.alphaToCoverage=r.alphaToCoverage,t.sampleCount=a,t.colorSpace=o,t.colorFormat=s,t.depthStencilFormat=c,t.primitiveTopology=l,t.clippingContextCacheKey=e.clippingContextCacheKey,u=!0),u}getRenderCacheKey(e){let{object:t,material:n}=e,r=this.utils,i=e.context;return[n.transparent,n.blending,n.premultipliedAlpha,n.blendSrc,n.blendDst,n.blendEquation,n.blendSrcAlpha,n.blendDstAlpha,n.blendEquationAlpha,n.colorWrite,n.depthWrite,n.depthTest,n.depthFunc,n.stencilWrite,n.stencilFunc,n.stencilFail,n.stencilZFail,n.stencilZPass,n.stencilFuncMask,n.stencilWriteMask,n.side,r.getSampleCountRenderContext(i),r.getCurrentColorSpace(i),r.getCurrentColorFormat(i),r.getCurrentDepthStencilFormat(i),r.getPrimitiveTopology(t,n),e.getGeometryCacheKey(),e.clippingContextCacheKey].join()}createSampler(e){this.textureUtils.createSampler(e)}destroySampler(e){this.textureUtils.destroySampler(e)}createDefaultTexture(e){this.textureUtils.createDefaultTexture(e)}createTexture(e,t){this.textureUtils.createTexture(e,t)}updateTexture(e,t){this.textureUtils.updateTexture(e,t)}generateMipmaps(e){this.textureUtils.generateMipmaps(e)}destroyTexture(e){this.textureUtils.destroyTexture(e)}async copyTextureToBuffer(e,t,n,r,i,a){return this.textureUtils.copyTextureToBuffer(e,t,n,r,i,a)}initTimestampQuery(e,t){if(!this.trackTimestamp)return;let n=e.isComputeNode?`compute`:`render`;this.timestampQueryPool[n]||(this.timestampQueryPool[n]=new hj(this.device,n,2048));let r=this.timestampQueryPool[n],i=r.allocateQueriesForContext(e);t.timestampWrites={querySet:r.querySet,beginningOfPassWriteIndex:i,endOfPassWriteIndex:i+1}}createNodeBuilder(e,t){return new sj(e,t)}createProgram(e){let t=this.get(e);t.module={module:this.device.createShaderModule({code:e.code,label:e.stage+(e.name===``?``:`_${e.name}`)}),entryPoint:`main`}}destroyProgram(e){this.delete(e)}createRenderPipeline(e,t){this.pipelineUtils.createRenderPipeline(e,t)}createComputePipeline(e,t){this.pipelineUtils.createComputePipeline(e,t)}beginBundle(e){let t=this.get(e);t._currentPass=t.currentPass,t._currentSets=t.currentSets,t.currentSets={attributes:{},bindingGroups:[],pipeline:null,index:null},t.currentPass=this.pipelineUtils.createBundleEncoder(e)}finishBundle(e,t){let n=this.get(e),r=n.currentPass,i=r.finish();this.get(t).bundleGPU=i,n.currentSets=n._currentSets,n.currentPass=n._currentPass}addBundle(e,t){let n=this.get(e);n.renderBundles.push(this.get(t).bundleGPU)}createBindings(e,t,n,r){this.bindingUtils.createBindings(e,t,n,r)}updateBindings(e,t,n,r){this.bindingUtils.createBindings(e,t,n,r)}updateBinding(e){this.bindingUtils.updateBinding(e)}createIndexAttribute(e){this.attributeUtils.createAttribute(e,GPUBufferUsage.INDEX|GPUBufferUsage.COPY_SRC|GPUBufferUsage.COPY_DST)}createAttribute(e){this.attributeUtils.createAttribute(e,GPUBufferUsage.VERTEX|GPUBufferUsage.COPY_SRC|GPUBufferUsage.COPY_DST)}createStorageAttribute(e){this.attributeUtils.createAttribute(e,GPUBufferUsage.STORAGE|GPUBufferUsage.VERTEX|GPUBufferUsage.COPY_SRC|GPUBufferUsage.COPY_DST)}createIndirectStorageAttribute(e){this.attributeUtils.createAttribute(e,GPUBufferUsage.STORAGE|GPUBufferUsage.INDIRECT|GPUBufferUsage.COPY_SRC|GPUBufferUsage.COPY_DST)}updateAttribute(e){this.attributeUtils.updateAttribute(e)}destroyAttribute(e){this.attributeUtils.destroyAttribute(e)}updateSize(){this.colorBuffer=this.textureUtils.getColorBuffer(),this.defaultRenderPassdescriptor=null}getMaxAnisotropy(){return 16}hasFeature(e){return this.device.features.has(e)}copyTextureToTexture(e,t,n=null,r=null,i=0,a=0){let o=0,s=0,c=0,l=0,u=0,d=0,f=e.image.width,p=e.image.height,m=1;n!==null&&(n.isBox3===!0?(l=n.min.x,u=n.min.y,d=n.min.z,f=n.max.x-n.min.x,p=n.max.y-n.min.y,m=n.max.z-n.min.z):(l=n.min.x,u=n.min.y,f=n.max.x-n.min.x,p=n.max.y-n.min.y,m=1)),r!==null&&(o=r.x,s=r.y,c=r.z||0);let h=this.device.createCommandEncoder({label:`copyTextureToTexture_`+e.id+`_`+t.id}),g=this.get(e).texture,_=this.get(t).texture;h.copyTextureToTexture({texture:g,mipLevel:i,origin:{x:l,y:u,z:d}},{texture:_,mipLevel:a,origin:{x:o,y:s,z:c}},[f,p,m]),this.device.queue.submit([h.finish()]),a===0&&t.generateMipmaps&&this.textureUtils.generateMipmaps(t)}copyFramebufferToTexture(e,t,n){let r=this.get(t),i=null;i=t.renderTarget?e.isDepthTexture?this.get(t.depthTexture).texture:this.get(t.textures[0]).texture:e.isDepthTexture?this.textureUtils.getDepthBuffer(t.depth,t.stencil):this.context.getCurrentTexture();let a=this.get(e).texture;if(i.format!==a.format){console.error(`WebGPUBackend: copyFramebufferToTexture: Source and destination formats do not match.`,i.format,a.format);return}let o;if(r.currentPass?(r.currentPass.end(),o=r.encoder):o=this.device.createCommandEncoder({label:`copyFramebufferToTexture_`+e.id}),o.copyTextureToTexture({texture:i,origin:[n.x,n.y,0]},{texture:a},[n.z,n.w]),r.currentPass){let{descriptor:e}=r;for(let t=0;t<e.colorAttachments.length;t++)e.colorAttachments[t].loadOp=hA.Load;if(t.depth&&(e.depthStencilAttachment.depthLoadOp=hA.Load),t.stencil&&(e.depthStencilAttachment.stencilLoadOp=hA.Load),r.currentPass=o.beginRenderPass(e),r.currentSets={attributes:{},bindingGroups:[],pipeline:null,index:null},t.viewport&&this.updateViewport(t),t.scissor){let{x:e,y:n,width:i,height:a}=t.scissorValue;r.currentPass.setScissorRect(e,n,i,a)}}else this.device.queue.submit([o.finish()]);e.generateMipmaps&&this.textureUtils.generateMipmaps(e)}},_j=class extends Es{constructor(e,t,n,r,i,a){super(e,t,n,r,i,a),this.iesMap=null}copy(e,t){return super.copy(e,t),this.iesMap=e.iesMap,this}},vj=class extends Es{constructor(e,t,n,r,i,a){super(e,t,n,r,i,a),this.aspect=null}copy(e,t){return super.copy(e,t),this.aspect=e.aspect,this}},yj=class extends YO{constructor(){super(),this.addMaterial(xv,`MeshPhongMaterial`),this.addMaterial(_b,`MeshStandardMaterial`),this.addMaterial(yb,`MeshPhysicalMaterial`),this.addMaterial(Cb,`MeshToonMaterial`),this.addMaterial(dv,`MeshBasicMaterial`),this.addMaterial(yv,`MeshLambertMaterial`),this.addMaterial(X_,`MeshNormalMaterial`),this.addMaterial(Db,`MeshMatcapMaterial`),this.addMaterial(V_,`LineBasicMaterial`),this.addMaterial(U_,`LineDashedMaterial`),this.addMaterial(Nb,`PointsMaterial`),this.addMaterial(jb,`SpriteMaterial`),this.addMaterial(Ib,`ShadowMaterial`),this.addLight(YT,js),this.addLight(bO,Ps),this.addLight(wO,Is),this.addLight(TO,Es),this.addLight(kO,Fs),this.addLight(AO,bs),this.addLight(jO,Rs),this.addLight(EO,_j),this.addLight(OO,vj),this.addToneMapping(zC,ze),this.addToneMapping(BC,Be),this.addToneMapping(VC,Ve),this.addToneMapping(UC,He),this.addToneMapping(qC,Ue),this.addToneMapping(JC,We)}},bj=class extends vk{constructor(e={}){let t;e.forceWebGL?t=dA:(t=gj,e.getFallback=()=>(console.warn(`THREE.WebGPURenderer: WebGPU is not available, running under WebGL2 backend.`),new dA(e)));let n=new t(e);super(n,e),this.library=new yj,this.isWebGPURenderer=!0,typeof __THREE_DEVTOOLS__<`u`&&__THREE_DEVTOOLS__.dispatchEvent(new CustomEvent(`observe`,{detail:this}))}},xj={};_(xj,{BRDF_GGX:()=>Sj,BRDF_Lambert:()=>Cj,BasicShadowFilter:()=>wj,Break:()=>Tj,Const:()=>vte,Continue:()=>Ej,DFGApprox:()=>Dj,D_GGX:()=>Oj,Discard:()=>kj,EPSILON:()=>Aj,F_Schlick:()=>jj,Fn:()=>Mj,INFINITY:()=>Nj,If:()=>Pj,Loop:()=>Ij,NodeAccess:()=>Bj,NodeShaderStage:()=>Lj,NodeType:()=>Rj,NodeUpdateType:()=>zj,PCFShadowFilter:()=>Vj,PCFSoftShadowFilter:()=>Hj,PI:()=>Uj,PI2:()=>Wj,Return:()=>Gj,Schlick_to_F0:()=>Kj,ScriptableNodeResources:()=>qj,ShaderNode:()=>Jj,Switch:()=>Fj,TBNViewMatrix:()=>Yj,VSMShadowFilter:()=>Xj,V_GGX_SmithCorrelated:()=>Zj,Var:()=>aF,abs:()=>Qj,acesFilmicToneMapping:()=>$j,acos:()=>eM,add:()=>tM,addNodeElement:()=>nM,agxToneMapping:()=>rM,all:()=>iM,alphaT:()=>aM,and:()=>oM,anisotropy:()=>sM,anisotropyB:()=>cM,anisotropyT:()=>lM,any:()=>uM,append:()=>dM,array:()=>fM,arrayBuffer:()=>pM,asin:()=>mM,assign:()=>hM,atan:()=>gM,atan2:()=>_M,atomicAdd:()=>vM,atomicAnd:()=>yM,atomicFunc:()=>bM,atomicLoad:()=>pee,atomicMax:()=>xM,atomicMin:()=>SM,atomicOr:()=>CM,atomicStore:()=>wM,atomicSub:()=>TM,atomicXor:()=>EM,attenuationColor:()=>mee,attenuationDistance:()=>hee,attribute:()=>gee,attributeArray:()=>_ee,backgroundBlurriness:()=>vee,backgroundIntensity:()=>yee,backgroundRotation:()=>bee,batch:()=>xee,billboarding:()=>See,bitAnd:()=>Cee,bitNot:()=>wee,bitOr:()=>Tee,bitXor:()=>Eee,bitangentGeometry:()=>Dee,bitangentLocal:()=>Oee,bitangentView:()=>kee,bitangentWorld:()=>Aee,bitcast:()=>jee,blendBurn:()=>Mee,blendColor:()=>Nee,blendDodge:()=>Pee,blendOverlay:()=>Fee,blendScreen:()=>Iee,blur:()=>Lee,bool:()=>Ree,buffer:()=>zee,bufferAttribute:()=>Bee,bumpMap:()=>Vee,burn:()=>Hee,bvec2:()=>Uee,bvec3:()=>Wee,bvec4:()=>Gee,bypass:()=>Kee,cache:()=>qee,call:()=>Jee,cameraFar:()=>Yee,cameraIndex:()=>Xee,cameraNear:()=>Zee,cameraNormalMatrix:()=>Qee,cameraPosition:()=>$ee,cameraProjectionMatrix:()=>ete,cameraProjectionMatrixInverse:()=>tte,cameraViewMatrix:()=>nte,cameraWorldMatrix:()=>rte,cbrt:()=>ite,cdl:()=>ate,ceil:()=>ote,checker:()=>ste,cineonToneMapping:()=>cte,clamp:()=>DM,clearcoat:()=>lte,clearcoatRoughness:()=>ute,code:()=>dte,color:()=>fte,colorSpaceToWorking:()=>pte,colorToDirection:()=>mte,compute:()=>hte,computeSkinning:()=>gte,cond:()=>_te,context:()=>yte,convert:()=>bte,convertColorSpace:()=>xte,convertToTexture:()=>Ste,cos:()=>OM,cross:()=>Cte,cubeTexture:()=>wte,dFdx:()=>Tte,dFdy:()=>Ete,dashSize:()=>Dte,debug:()=>Ote,decrement:()=>kte,decrementBefore:()=>Ate,defaultBuildStages:()=>jte,defaultShaderStages:()=>Mte,defined:()=>Nte,degrees:()=>Pte,deltaTime:()=>Fte,densityFog:()=>Ite,densityFogFactor:()=>Lte,depth:()=>Rte,depthPass:()=>zte,difference:()=>Bte,diffuseColor:()=>Vte,directPointLight:()=>Hte,directionToColor:()=>Ute,dispersion:()=>Wte,distance:()=>Gte,div:()=>Kte,dodge:()=>qte,dot:()=>kM,drawIndex:()=>Jte,dynamicBufferAttribute:()=>Yte,element:()=>Xte,emissive:()=>Zte,equal:()=>Qte,equals:()=>$te,equirectUV:()=>ene,exp:()=>tne,exp2:()=>nne,expression:()=>rne,faceDirection:()=>ine,faceForward:()=>ane,faceforward:()=>one,float:()=>AM,floor:()=>sne,fog:()=>cne,fract:()=>jM,frameGroup:()=>lne,frameId:()=>une,frontFacing:()=>dne,fwidth:()=>fne,gain:()=>pne,gapSize:()=>mne,getConstNodeType:()=>hne,getCurrentStack:()=>gne,getDirection:()=>_ne,getDistanceAttenuation:()=>vne,getGeometryRoughness:()=>yne,getNormalFromDepth:()=>bne,getParallaxCorrectNormal:()=>xne,getRoughness:()=>Sne,getScreenPosition:()=>Cne,getShIrradianceAt:()=>wne,getShadowMaterial:()=>Dne,getShadowRenderObjectFunction:()=>One,getTextureIndex:()=>Tne,getViewPosition:()=>Ene,globalId:()=>bre,glsl:()=>kne,glslFn:()=>Ane,grayscale:()=>jne,greaterThan:()=>Mne,greaterThanEqual:()=>Nne,hash:()=>Pne,highpModelNormalViewMatrix:()=>Fne,highpModelViewMatrix:()=>Ine,hue:()=>Lne,increment:()=>Rne,incrementBefore:()=>zne,instance:()=>Bne,instanceIndex:()=>Vne,instancedArray:()=>Hne,instancedBufferAttribute:()=>Une,instancedDynamicBufferAttribute:()=>Wne,instancedMesh:()=>Gne,int:()=>Kne,inverseSqrt:()=>qne,inversesqrt:()=>Jne,invocationLocalIndex:()=>Yne,invocationSubgroupIndex:()=>Xne,ior:()=>Zne,iridescence:()=>Qne,iridescenceIOR:()=>$ne,iridescenceThickness:()=>ere,ivec2:()=>tre,ivec3:()=>nre,ivec4:()=>rre,js:()=>ire,label:()=>are,length:()=>ore,lengthSq:()=>sre,lessThan:()=>cre,lessThanEqual:()=>lre,lightPosition:()=>ure,lightProjectionUV:()=>WM,lightShadowMatrix:()=>dre,lightTargetDirection:()=>fre,lightTargetPosition:()=>pre,lightViewPosition:()=>mre,lightingContext:()=>hre,lights:()=>gre,linearDepth:()=>_re,linearToneMapping:()=>vre,localId:()=>yre,log:()=>xre,log2:()=>Sre,logarithmicDepthToViewZ:()=>Cre,loop:()=>wre,luminance:()=>Tre,mat2:()=>Dre,mat3:()=>Ore,mat4:()=>kre,matcapUV:()=>Are,materialAO:()=>jre,materialAlphaTest:()=>Mre,materialAnisotropy:()=>Nre,materialAnisotropyVector:()=>Pre,materialAttenuationColor:()=>Fre,materialAttenuationDistance:()=>Ire,materialClearcoat:()=>Lre,materialClearcoatNormal:()=>Rre,materialClearcoatRoughness:()=>zre,materialColor:()=>Bre,materialDispersion:()=>Vre,materialEmissive:()=>Hre,materialIOR:()=>Ure,materialIridescence:()=>Wre,materialIridescenceIOR:()=>Gre,materialIridescenceThickness:()=>Kre,materialLightMap:()=>qre,materialLineDashOffset:()=>Jre,materialLineDashSize:()=>Yre,materialLineGapSize:()=>Xre,materialLineScale:()=>Zre,materialLineWidth:()=>Qre,materialMetalness:()=>$re,materialNormal:()=>eie,materialOpacity:()=>tie,materialPointSize:()=>nie,materialReference:()=>rie,materialReflectivity:()=>iie,materialRefractionRatio:()=>aie,materialRotation:()=>oie,materialRoughness:()=>sie,materialSheen:()=>cie,materialSheenRoughness:()=>lie,materialShininess:()=>uie,materialSpecular:()=>die,materialSpecularColor:()=>fie,materialSpecularIntensity:()=>pie,materialSpecularStrength:()=>mie,materialThickness:()=>hie,materialTransmission:()=>gie,max:()=>MM,maxMipLevel:()=>_ie,mediumpModelViewMatrix:()=>Ere,metalness:()=>vie,min:()=>yie,mix:()=>NM,mixElement:()=>bie,mod:()=>xie,modInt:()=>Sie,modelDirection:()=>Cie,modelNormalMatrix:()=>wie,modelPosition:()=>Tie,modelRadius:()=>Eie,modelScale:()=>Die,modelViewMatrix:()=>Oie,modelViewPosition:()=>kie,modelViewProjection:()=>Aie,modelWorldMatrix:()=>jie,modelWorldMatrixInverse:()=>Mie,morphReference:()=>Nie,mrt:()=>Pie,mul:()=>PM,mx_aastep:()=>Fie,mx_cell_noise_float:()=>Iie,mx_contrast:()=>Lie,mx_fractal_noise_float:()=>Rie,mx_fractal_noise_vec2:()=>zie,mx_fractal_noise_vec3:()=>Bie,mx_fractal_noise_vec4:()=>Vie,mx_hsvtorgb:()=>Hie,mx_noise_float:()=>Uie,mx_noise_vec3:()=>Wie,mx_noise_vec4:()=>Gie,mx_ramplr:()=>Kie,mx_ramptb:()=>qie,mx_rgbtohsv:()=>Jie,mx_safepower:()=>Yie,mx_splitlr:()=>Xie,mx_splittb:()=>Zie,mx_srgb_texture_to_lin_rec709:()=>Qie,mx_transform_uv:()=>$ie,mx_worley_noise_float:()=>eae,mx_worley_noise_vec2:()=>tae,mx_worley_noise_vec3:()=>nae,namespace:()=>rae,negate:()=>iae,neutralToneMapping:()=>aae,nodeArray:()=>oae,nodeImmutable:()=>sae,nodeObject:()=>cae,nodeObjects:()=>lae,nodeProxy:()=>uae,normalFlat:()=>dae,normalGeometry:()=>fae,normalLocal:()=>pae,normalMap:()=>mae,normalView:()=>hae,normalWorld:()=>gae,normalize:()=>_ae,not:()=>vae,notEqual:()=>yae,numWorkgroups:()=>bae,objectDirection:()=>xae,objectGroup:()=>Sae,objectPosition:()=>Cae,objectRadius:()=>wae,objectScale:()=>Tae,objectViewPosition:()=>Eae,objectWorldMatrix:()=>Dae,oneMinus:()=>Oae,or:()=>kae,orthographicDepthToViewZ:()=>Aae,oscSawtooth:()=>jae,oscSine:()=>Mae,oscSquare:()=>Nae,oscTriangle:()=>Pae,output:()=>Fae,outputStruct:()=>Iae,overlay:()=>Lae,overloadingFn:()=>Rae,parabola:()=>zae,parallaxDirection:()=>Bae,parallaxUV:()=>Vae,parameter:()=>Hae,pass:()=>Uae,passTexture:()=>Wae,pcurve:()=>Gae,perspectiveDepthToViewZ:()=>Kae,pmremTexture:()=>qae,pointShadow:()=>ON,pointUV:()=>Jae,pointWidth:()=>Yae,positionGeometry:()=>Xae,positionLocal:()=>Zae,positionPrevious:()=>Qae,positionView:()=>$ae,positionViewDirection:()=>eoe,positionWorld:()=>toe,positionWorldDirection:()=>noe,posterize:()=>roe,pow:()=>FM,pow2:()=>ioe,pow3:()=>aoe,pow4:()=>ooe,premult:()=>IM,property:()=>LM,radians:()=>RM,rand:()=>zM,range:()=>BM,rangeFog:()=>VM,rangeFogFactor:()=>HM,reciprocal:()=>UM,reference:()=>GM,referenceBuffer:()=>KM,reflect:()=>qM,reflectVector:()=>JM,reflectView:()=>YM,reflector:()=>XM,refract:()=>ZM,refractVector:()=>QM,refractView:()=>$M,reinhardToneMapping:()=>eN,remainder:()=>tN,remap:()=>nN,remapClamp:()=>rN,renderGroup:()=>iN,renderOutput:()=>aN,rendererReference:()=>oN,rotate:()=>sN,rotateUV:()=>cN,roughness:()=>lN,round:()=>uN,rtt:()=>dN,sRGBTransferEOTF:()=>fN,sRGBTransferOETF:()=>pN,sampler:()=>mN,samplerComparison:()=>hN,saturate:()=>gN,saturation:()=>_N,screen:()=>vN,screenCoordinate:()=>yN,screenSize:()=>bN,screenUV:()=>xN,scriptable:()=>SN,scriptableValue:()=>CN,select:()=>wN,setCurrentStack:()=>TN,shaderStages:()=>EN,shadow:()=>DN,shadowPositionWorld:()=>kN,shapeCircle:()=>jN,sharedUniformGroup:()=>AN,sheen:()=>MN,sheenRoughness:()=>NN,shiftLeft:()=>PN,shiftRight:()=>FN,shininess:()=>IN,sign:()=>LN,sin:()=>RN,sinc:()=>zN,skinning:()=>BN,smoothstep:()=>VN,smoothstepElement:()=>HN,specularColor:()=>UN,specularF90:()=>WN,spherizeUV:()=>GN,split:()=>KN,spritesheetUV:()=>qN,sqrt:()=>JN,stack:()=>YN,step:()=>XN,storage:()=>ZN,storageBarrier:()=>QN,storageObject:()=>$N,storageTexture:()=>eP,string:()=>tP,struct:()=>nP,sub:()=>rP,subgroupIndex:()=>iP,subgroupSize:()=>aP,tan:()=>oP,tangentGeometry:()=>sP,tangentLocal:()=>cP,tangentView:()=>lP,tangentWorld:()=>uP,temp:()=>dP,texture:()=>fP,texture3D:()=>pP,textureBarrier:()=>mP,textureBicubic:()=>hP,textureCubeUV:()=>gP,textureLoad:()=>_P,textureSize:()=>vP,textureStore:()=>yP,thickness:()=>bP,time:()=>xP,timerDelta:()=>SP,timerGlobal:()=>CP,timerLocal:()=>wP,toneMapping:()=>TP,toneMappingExposure:()=>EP,toonOutlinePass:()=>DP,transformDirection:()=>OP,transformNormal:()=>kP,transformNormalToView:()=>AP,transformedBentNormalView:()=>jP,transformedBitangentView:()=>MP,transformedBitangentWorld:()=>NP,transformedClearcoatNormalView:()=>PP,transformedNormalView:()=>FP,transformedNormalWorld:()=>IP,transformedTangentView:()=>LP,transformedTangentWorld:()=>RP,transmission:()=>zP,transpose:()=>BP,triNoise3D:()=>VP,triplanarTexture:()=>HP,triplanarTextures:()=>UP,trunc:()=>WP,tslFn:()=>GP,uint:()=>KP,uniform:()=>qP,uniformArray:()=>YP,uniformCubeTexture:()=>JP,uniformGroup:()=>XP,uniformTexture:()=>ZP,uniforms:()=>QP,unpremult:()=>$P,userData:()=>eF,uv:()=>tF,uvec2:()=>nF,uvec3:()=>rF,uvec4:()=>iF,varying:()=>oF,varyingProperty:()=>sF,vec2:()=>cF,vec3:()=>lF,vec4:()=>uF,vectorComponents:()=>dF,velocity:()=>fF,vertexColor:()=>pF,vertexIndex:()=>mF,vibrance:()=>hF,viewZToLogarithmicDepth:()=>gF,viewZToOrthographicDepth:()=>_F,viewZToPerspectiveDepth:()=>vF,viewport:()=>yF,viewportBottomLeft:()=>bF,viewportCoordinate:()=>xF,viewportDepthTexture:()=>SF,viewportLinearDepth:()=>CF,viewportMipTexture:()=>wF,viewportResolution:()=>TF,viewportSafeUV:()=>EF,viewportSharedTexture:()=>DF,viewportSize:()=>OF,viewportTexture:()=>kF,viewportTopLeft:()=>AF,viewportUV:()=>jF,wgsl:()=>MF,wgslFn:()=>NF,workgroupArray:()=>PF,workgroupBarrier:()=>FF,workgroupId:()=>IF,workingToColorSpace:()=>LF,xor:()=>RF});const Sj=I.BRDF_GGX,Cj=I.BRDF_Lambert,wj=I.BasicShadowFilter,Tj=I.Break,Ej=I.Continue,Dj=I.DFGApprox,Oj=I.D_GGX,kj=I.Discard,Aj=I.EPSILON,jj=I.F_Schlick,Mj=I.Fn,Nj=I.INFINITY,Pj=I.If,Fj=I.Switch,Ij=I.Loop,Lj=I.NodeShaderStage,Rj=I.NodeType,zj=I.NodeUpdateType,Bj=I.NodeAccess,Vj=I.PCFShadowFilter,Hj=I.PCFSoftShadowFilter,Uj=I.PI,Wj=I.PI2,Gj=I.Return,Kj=I.Schlick_to_F0,qj=I.ScriptableNodeResources,Jj=I.ShaderNode,Yj=I.TBNViewMatrix,Xj=I.VSMShadowFilter,Zj=I.V_GGX_SmithCorrelated,Qj=I.abs,$j=I.acesFilmicToneMapping,eM=I.acos,tM=I.add,nM=I.addNodeElement,rM=I.agxToneMapping,iM=I.all,aM=I.alphaT,oM=I.and,sM=I.anisotropy,cM=I.anisotropyB,lM=I.anisotropyT,uM=I.any,dM=I.append,fM=I.array,pM=I.arrayBuffer,mM=I.asin,hM=I.assign,gM=I.atan,_M=I.atan2,vM=I.atomicAdd,yM=I.atomicAnd,bM=I.atomicFunc,xM=I.atomicMax,SM=I.atomicMin,CM=I.atomicOr,wM=I.atomicStore,TM=I.atomicSub,EM=I.atomicXor,pee=I.atomicLoad,mee=I.attenuationColor,hee=I.attenuationDistance,gee=I.attribute,_ee=I.attributeArray,vee=I.backgroundBlurriness,yee=I.backgroundIntensity,bee=I.backgroundRotation,xee=I.batch,See=I.billboarding,Cee=I.bitAnd,wee=I.bitNot,Tee=I.bitOr,Eee=I.bitXor,Dee=I.bitangentGeometry,Oee=I.bitangentLocal,kee=I.bitangentView,Aee=I.bitangentWorld,jee=I.bitcast,Mee=I.blendBurn,Nee=I.blendColor,Pee=I.blendDodge,Fee=I.blendOverlay,Iee=I.blendScreen,Lee=I.blur,Ree=I.bool,zee=I.buffer,Bee=I.bufferAttribute,Vee=I.bumpMap,Hee=I.burn,Uee=I.bvec2,Wee=I.bvec3,Gee=I.bvec4,Kee=I.bypass,qee=I.cache,Jee=I.call,Yee=I.cameraFar,Xee=I.cameraIndex,Zee=I.cameraNear,Qee=I.cameraNormalMatrix,$ee=I.cameraPosition,ete=I.cameraProjectionMatrix,tte=I.cameraProjectionMatrixInverse,nte=I.cameraViewMatrix,rte=I.cameraWorldMatrix,ite=I.cbrt,ate=I.cdl,ote=I.ceil,ste=I.checker,cte=I.cineonToneMapping,DM=I.clamp,lte=I.clearcoat,ute=I.clearcoatRoughness,dte=I.code,fte=I.color,pte=I.colorSpaceToWorking,mte=I.colorToDirection,hte=I.compute,gte=I.computeSkinning,_te=I.cond,vte=I.Const,yte=I.context,bte=I.convert,xte=I.convertColorSpace,Ste=I.convertToTexture,OM=I.cos,Cte=I.cross,wte=I.cubeTexture,Tte=I.dFdx,Ete=I.dFdy,Dte=I.dashSize,Ote=I.debug,kte=I.decrement,Ate=I.decrementBefore,jte=I.defaultBuildStages,Mte=I.defaultShaderStages,Nte=I.defined,Pte=I.degrees,Fte=I.deltaTime,Ite=I.densityFog,Lte=I.densityFogFactor,Rte=I.depth,zte=I.depthPass,Bte=I.difference,Vte=I.diffuseColor,Hte=I.directPointLight,Ute=I.directionToColor,Wte=I.dispersion,Gte=I.distance,Kte=I.div,qte=I.dodge,kM=I.dot,Jte=I.drawIndex,Yte=I.dynamicBufferAttribute,Xte=I.element,Zte=I.emissive,Qte=I.equal,$te=I.equals,ene=I.equirectUV,tne=I.exp,nne=I.exp2,rne=I.expression,ine=I.faceDirection,ane=I.faceForward,one=I.faceforward,AM=I.float,sne=I.floor,cne=I.fog,jM=I.fract,lne=I.frameGroup,une=I.frameId,dne=I.frontFacing,fne=I.fwidth,pne=I.gain,mne=I.gapSize,hne=I.getConstNodeType,gne=I.getCurrentStack,_ne=I.getDirection,vne=I.getDistanceAttenuation,yne=I.getGeometryRoughness,bne=I.getNormalFromDepth,xne=I.getParallaxCorrectNormal,Sne=I.getRoughness,Cne=I.getScreenPosition,wne=I.getShIrradianceAt,Tne=I.getTextureIndex,Ene=I.getViewPosition,Dne=I.getShadowMaterial,One=I.getShadowRenderObjectFunction,kne=I.glsl,Ane=I.glslFn,jne=I.grayscale,Mne=I.greaterThan,Nne=I.greaterThanEqual,Pne=I.hash,Fne=I.highpModelNormalViewMatrix,Ine=I.highpModelViewMatrix,Lne=I.hue,Rne=I.increment,zne=I.incrementBefore,Bne=I.instance,Vne=I.instanceIndex,Hne=I.instancedArray,Une=I.instancedBufferAttribute,Wne=I.instancedDynamicBufferAttribute,Gne=I.instancedMesh,Kne=I.int,qne=I.inverseSqrt,Jne=I.inversesqrt,Yne=I.invocationLocalIndex,Xne=I.invocationSubgroupIndex,Zne=I.ior,Qne=I.iridescence,$ne=I.iridescenceIOR,ere=I.iridescenceThickness,tre=I.ivec2,nre=I.ivec3,rre=I.ivec4,ire=I.js,are=I.label,ore=I.length,sre=I.lengthSq,cre=I.lessThan,lre=I.lessThanEqual,ure=I.lightPosition,dre=I.lightShadowMatrix,fre=I.lightTargetDirection,pre=I.lightTargetPosition,mre=I.lightViewPosition,hre=I.lightingContext,gre=I.lights,_re=I.linearDepth,vre=I.linearToneMapping,yre=I.localId,bre=I.globalId,xre=I.log,Sre=I.log2,Cre=I.logarithmicDepthToViewZ,wre=I.loop,Tre=I.luminance,Ere=I.mediumpModelViewMatrix,Dre=I.mat2,Ore=I.mat3,kre=I.mat4,Are=I.matcapUV,jre=I.materialAO,Mre=I.materialAlphaTest,Nre=I.materialAnisotropy,Pre=I.materialAnisotropyVector,Fre=I.materialAttenuationColor,Ire=I.materialAttenuationDistance,Lre=I.materialClearcoat,Rre=I.materialClearcoatNormal,zre=I.materialClearcoatRoughness,Bre=I.materialColor,Vre=I.materialDispersion,Hre=I.materialEmissive,Ure=I.materialIOR,Wre=I.materialIridescence,Gre=I.materialIridescenceIOR,Kre=I.materialIridescenceThickness,qre=I.materialLightMap,Jre=I.materialLineDashOffset,Yre=I.materialLineDashSize,Xre=I.materialLineGapSize,Zre=I.materialLineScale,Qre=I.materialLineWidth,$re=I.materialMetalness,eie=I.materialNormal,tie=I.materialOpacity,nie=I.materialPointSize,rie=I.materialReference,iie=I.materialReflectivity,aie=I.materialRefractionRatio,oie=I.materialRotation,sie=I.materialRoughness,cie=I.materialSheen,lie=I.materialSheenRoughness,uie=I.materialShininess,die=I.materialSpecular,fie=I.materialSpecularColor,pie=I.materialSpecularIntensity,mie=I.materialSpecularStrength,hie=I.materialThickness,gie=I.materialTransmission,MM=I.max,_ie=I.maxMipLevel,vie=I.metalness,yie=I.min,NM=I.mix,bie=I.mixElement,xie=I.mod,Sie=I.modInt,Cie=I.modelDirection,wie=I.modelNormalMatrix,Tie=I.modelPosition,Eie=I.modelRadius,Die=I.modelScale,Oie=I.modelViewMatrix,kie=I.modelViewPosition,Aie=I.modelViewProjection,jie=I.modelWorldMatrix,Mie=I.modelWorldMatrixInverse,Nie=I.morphReference,Pie=I.mrt,PM=I.mul,Fie=I.mx_aastep,Iie=I.mx_cell_noise_float,Lie=I.mx_contrast,Rie=I.mx_fractal_noise_float,zie=I.mx_fractal_noise_vec2,Bie=I.mx_fractal_noise_vec3,Vie=I.mx_fractal_noise_vec4,Hie=I.mx_hsvtorgb,Uie=I.mx_noise_float,Wie=I.mx_noise_vec3,Gie=I.mx_noise_vec4,Kie=I.mx_ramplr,qie=I.mx_ramptb,Jie=I.mx_rgbtohsv,Yie=I.mx_safepower,Xie=I.mx_splitlr,Zie=I.mx_splittb,Qie=I.mx_srgb_texture_to_lin_rec709,$ie=I.mx_transform_uv,eae=I.mx_worley_noise_float,tae=I.mx_worley_noise_vec2,nae=I.mx_worley_noise_vec3,rae=I.namespace,iae=I.negate,aae=I.neutralToneMapping,oae=I.nodeArray,sae=I.nodeImmutable,cae=I.nodeObject,lae=I.nodeObjects,uae=I.nodeProxy,dae=I.normalFlat,fae=I.normalGeometry,pae=I.normalLocal,mae=I.normalMap,hae=I.normalView,gae=I.normalWorld,_ae=I.normalize,vae=I.not,yae=I.notEqual,bae=I.numWorkgroups,xae=I.objectDirection,Sae=I.objectGroup,Cae=I.objectPosition,wae=I.objectRadius,Tae=I.objectScale,Eae=I.objectViewPosition,Dae=I.objectWorldMatrix,Oae=I.oneMinus,kae=I.or,Aae=I.orthographicDepthToViewZ,jae=I.oscSawtooth,Mae=I.oscSine,Nae=I.oscSquare,Pae=I.oscTriangle,Fae=I.output,Iae=I.outputStruct,Lae=I.overlay,Rae=I.overloadingFn,zae=I.parabola,Bae=I.parallaxDirection,Vae=I.parallaxUV,Hae=I.parameter,Uae=I.pass,Wae=I.passTexture,Gae=I.pcurve,Kae=I.perspectiveDepthToViewZ,qae=I.pmremTexture,Jae=I.pointUV,Yae=I.pointWidth,Xae=I.positionGeometry,Zae=I.positionLocal,Qae=I.positionPrevious,$ae=I.positionView,eoe=I.positionViewDirection,toe=I.positionWorld,noe=I.positionWorldDirection,roe=I.posterize,FM=I.pow,ioe=I.pow2,aoe=I.pow3,ooe=I.pow4,IM=I.premult,LM=I.property,RM=I.radians,zM=I.rand,BM=I.range,VM=I.rangeFog,HM=I.rangeFogFactor,UM=I.reciprocal,WM=I.lightProjectionUV,GM=I.reference,KM=I.referenceBuffer,qM=I.reflect,JM=I.reflectVector,YM=I.reflectView,XM=I.reflector,ZM=I.refract,QM=I.refractVector,$M=I.refractView,eN=I.reinhardToneMapping,tN=I.remainder,nN=I.remap,rN=I.remapClamp,iN=I.renderGroup,aN=I.renderOutput,oN=I.rendererReference,sN=I.rotate,cN=I.rotateUV,lN=I.roughness,uN=I.round,dN=I.rtt,fN=I.sRGBTransferEOTF,pN=I.sRGBTransferOETF,mN=I.sampler,hN=I.samplerComparison,gN=I.saturate,_N=I.saturation,vN=I.screen,yN=I.screenCoordinate,bN=I.screenSize,xN=I.screenUV,SN=I.scriptable,CN=I.scriptableValue,wN=I.select,TN=I.setCurrentStack,EN=I.shaderStages,DN=I.shadow,ON=I.pointShadow,kN=I.shadowPositionWorld,AN=I.sharedUniformGroup,jN=I.shapeCircle,MN=I.sheen,NN=I.sheenRoughness,PN=I.shiftLeft,FN=I.shiftRight,IN=I.shininess,LN=I.sign,RN=I.sin,zN=I.sinc,BN=I.skinning,VN=I.smoothstep,HN=I.smoothstepElement,UN=I.specularColor,WN=I.specularF90,GN=I.spherizeUV,KN=I.split,qN=I.spritesheetUV,JN=I.sqrt,YN=I.stack,XN=I.step,ZN=I.storage,QN=I.storageBarrier,$N=I.storageObject,eP=I.storageTexture,tP=I.string,nP=I.struct,rP=I.sub,iP=I.subgroupIndex,aP=I.subgroupSize,oP=I.tan,sP=I.tangentGeometry,cP=I.tangentLocal,lP=I.tangentView,uP=I.tangentWorld,dP=I.temp,fP=I.texture,pP=I.texture3D,mP=I.textureBarrier,hP=I.textureBicubic,gP=I.textureCubeUV,_P=I.textureLoad,vP=I.textureSize,yP=I.textureStore,bP=I.thickness,xP=I.time,SP=I.timerDelta,CP=I.timerGlobal,wP=I.timerLocal,TP=I.toneMapping,EP=I.toneMappingExposure,DP=I.toonOutlinePass,OP=I.transformDirection,kP=I.transformNormal,AP=I.transformNormalToView,jP=I.transformedBentNormalView,MP=I.transformedBitangentView,NP=I.transformedBitangentWorld,PP=I.transformedClearcoatNormalView,FP=I.transformedNormalView,IP=I.transformedNormalWorld,LP=I.transformedTangentView,RP=I.transformedTangentWorld,zP=I.transmission,BP=I.transpose,VP=I.triNoise3D,HP=I.triplanarTexture,UP=I.triplanarTextures,WP=I.trunc,GP=I.tslFn,KP=I.uint,qP=I.uniform,JP=I.uniformCubeTexture,YP=I.uniformArray,XP=I.uniformGroup,ZP=I.uniformTexture,QP=I.uniforms,$P=I.unpremult,eF=I.userData,tF=I.uv,nF=I.uvec2,rF=I.uvec3,iF=I.uvec4,aF=I.Var,oF=I.varying,sF=I.varyingProperty,cF=I.vec2,lF=I.vec3,uF=I.vec4,dF=I.vectorComponents,fF=I.velocity,pF=I.vertexColor,mF=I.vertexIndex,hF=I.vibrance,gF=I.viewZToLogarithmicDepth,_F=I.viewZToOrthographicDepth,vF=I.viewZToPerspectiveDepth,yF=I.viewport,bF=I.viewportBottomLeft,xF=I.viewportCoordinate,SF=I.viewportDepthTexture,CF=I.viewportLinearDepth,wF=I.viewportMipTexture,TF=I.viewportResolution,EF=I.viewportSafeUV,DF=I.viewportSharedTexture,OF=I.viewportSize,kF=I.viewportTexture,AF=I.viewportTopLeft,jF=I.viewportUV,MF=I.wgsl,NF=I.wgslFn,PF=I.workgroupArray,FF=I.workgroupBarrier,IF=I.workgroupId,LF=I.workingToColorSpace,RF=I.xor;function zF(e,t,n=1){let r=e.rgb,i=t.rgb,a=PM(r,i),o=PM(t.a,n),s=NM(r,a,o),c=MM(e.a,PM(t.a,n));return uF(s,c)}function BF(e,t,n=1){let r=PM(t.a,n),i=tM(r,PM(e.a,rP(1,r))),a=tM(PM(t.rgb,r),PM(e.rgb,PM(e.a,rP(1,r))));return uF(a,i)}const VF={normal:BF,multiply:zF};function HF(e,t,n=`normal`,r=1){let i=VF[n]||VF.normal;return i(e,t,r)}function UF(e,t){let n=PM(e.a,t.a);return uF(e.rgb,n)}function WF(e,t){let n=rP(1,t.a),r=PM(e.a,n);return uF(e.rgb,r)}function GF(e,t){let n=lF(.2126,.7152,.0722),r=kM(t.rgb,n),i=PM(e.a,r);return uF(e.rgb,i)}function KF(e,t){let n=lF(.2126,.7152,.0722),r=kM(t.rgb,n),i=rP(1,r),a=PM(e.a,i);return uF(e.rgb,a)}const qF={alpha:UF,alphaInverted:WF,luminance:GF,luminanceInverted:KF};function JF(e,t,n=`alpha`){let r=qF[n]||qF.alpha;return r(e,t)}const YF={BASE_URL:`/`,DEV:!1,MODE:`production`,PROD:!0,SSR:!1};let XF=null,ZF=!1;const QF=()=>{try{if(YF!==void 0){let{MODE:e,DEV:t}=YF;return t||e===`development`}if(typeof window<`u`&&window.location){let e=window.location.hostname;return e===`localhost`||e===`127.0.0.1`||e.endsWith(`.local`)||e.includes(`dev.`)||e.startsWith(`dev-`)}return!1}catch{return!1}};function $F(){let e,t,n,r,i,a={nodes:new Map,rootId:null,idToNodeId:new Map},o=null,s=null,c=null,l=!1,u=!1,d=!1,f=null,p=!1,m=!0,h=0,g=0,_=0,v=0,y=8,b=.5,x=.5,S=!1,ee=!1,te=[],ne=!1,re=[],ie=!1,ae=()=>{var e,t,n;return(e=t=(n=window).matchMedia)?.call(n,`(prefers-reduced-motion: reduce)`).matches??!1},oe=(n,i)=>{if(n===h&&i===g)return;let o=performance.now();if(o-_<y)return;h=n,g=i,_=o,e.setSize(n,i,!1);let s=n/i,c=2,l=c*s;t.left=-l/2,t.right=l/2,t.top=c/2,t.bottom=-c/2,t.updateProjectionMatrix(),r.scale.set(l,c,1),a.rootId&&d&&le(),xe().catch(console.warn)},se=n=>{if(!e||!t||!r)return;let i=n[0];if(!i)return;let{width:a,height:o}=i.contentRect,s=Math.round(a),c=Math.round(o);oe(s,c)},ce=e=>{let t=e[0];t&&(p=t.isIntersecting,p?(i&&l&&a.rootId&&le(),m&&Se()):Ce())},le=()=>{if(!a.rootId||!i||ee)return;let e=a.nodes.get(a.rootId);if(e){ee=!0;try{let e=me(a.rootId);e&&i&&(i.fragmentNode=e,i.needsUpdate=!0)}catch(e){console.error(`Error composing shader tree:`,e)}finally{ee=!1}p&&xe()}},ue=e=>{let t=[];return a.nodes.forEach(n=>{n.parentId===e&&t.push(n)}),t},de=e=>{for(let[t,n]of a.nodes.entries())if(n.metadata.id===e)return t;return null},fe=(e,t,n,r)=>{var i,a;if(!(i=a=t.metadata.mask)?.source)return e;let o=t.metadata.mask.source,s=de(o);if(!s)return e;if(r.has(s))return console.error(`Uh oh, looks like you've got a circular dependency in your shader masks.`),e;let c=new Set(r);c.add(n);let l=me(s,c),u=t.metadata.mask.type||`alpha`;return JF(e,l,u)},pe=e=>{var t,n;let r=a.nodes.get(e);if(!r||!r.metadata.id)return!1;let i=r.metadata.id;for(let e of a.nodes.values())if((t=n=e.metadata.mask)?.source===i)return!0;return!1},me=(e,t=new Set)=>{let n=a.nodes.get(e);if(!n)return uF(0,0,0,0);let r=e=>{n.cleanupCallbacks.push(e)},i=e=>{n.beforeRenderCallbacks.push(e)},o=e=>{n.afterRenderCallbacks.push(e)},s=ue(e);if(s.length===0){let a=n.fragmentNodeFunc({uniforms:n.uniforms??{},childNode:void 0,onCleanup:r,onBeforeRender:i,onAfterRender:o,canvas:XF});return fe(a,n,e,t)}else{let a=[...s].sort((e,t)=>e.metadata.renderOrder-t.metadata.renderOrder),u=n.parentId===null;if(u){let s;for(let e of a){var c;if(e.metadata.opacity===0&&!pe(e.id))continue;let n=me(e.id,t),r=((c=e.uniforms)==null||(c=c.opacity)==null||(c=c.uniform)==null?void 0:c.value)>0,i=pe(e.id)&&!r?0:e.metadata.opacity;s=s===void 0?n:HF(s,n,e.metadata.blendMode,i)}let l=n.fragmentNodeFunc({uniforms:n.uniforms??{},childNode:s,onCleanup:r,onBeforeRender:i,onAfterRender:o,canvas:XF});return fe(l,n,e,t)}else{let s;for(let e of a){var l;let n=me(e.id,t);if(e.metadata.opacity===0&&!pe(e.id))continue;let r=((l=e.uniforms)==null||(l=l.opacity)==null||(l=l.uniform)==null?void 0:l.value)>0,i=pe(e.id)&&!r?0:e.metadata.opacity;s=s===void 0?n:HF(s,n,e.metadata.blendMode,i)}let c=n.fragmentNodeFunc({uniforms:n.uniforms??{},childNode:s,onCleanup:r,onBeforeRender:i,onAfterRender:o,canvas:XF});return fe(c,n,e,t)}}},he=(e,t,n,r,o={})=>{let s=0;if(n!==null){let e=Array.from(a.nodes.values()).filter(e=>e.parentId===n);e.length>0&&(s=Math.max(...e.map(e=>e.metadata.renderOrder))+1)}let c={id:e,fragmentNodeFunc:t,parentId:n,metadata:{blendMode:r?.blendMode||`normal`,opacity:r?.opacity===void 0?1:r?.opacity,id:r?.id,mask:r?.mask,renderOrder:r?.renderOrder===void 0?s:r?.renderOrder},uniforms:o,cleanupCallbacks:[],beforeRenderCallbacks:[],afterRenderCallbacks:[]};a.nodes.set(e,c),n===null&&(a.rootId=e),i&&l&&(te.includes(e)||te.push(e),ne||(ne=!0,queueMicrotask(()=>{ne=!1,te=[],le()})))},ge=(e,t,n)=>{let r=a.nodes.get(e);if(!r||!r.uniforms){console.warn(`Node or uniforms not found for ID: ${e}`);return}let i=r.uniforms[t];if(!i||!i.uniform){console.warn(`Uniform ${t} not found in node: ${e}`);return}i.uniform.value=n,p&&xe()},_e=(e,t)=>{var n,r,o,s,c,u,d,f;let m=a.nodes.get(e);if(!m)return;let h=!1;t.blendMode!==void 0&&m.metadata.blendMode!==t.blendMode&&(m.metadata.blendMode=t.blendMode,h=!0),t.opacity!==void 0&&m.metadata.opacity!==t.opacity&&(m.metadata.opacity=t.opacity,h=!0),t.renderOrder!==void 0&&m.metadata.renderOrder!==t.renderOrder&&(m.metadata.renderOrder=t.renderOrder,h=!0),t.id!==void 0&&m.metadata.id!==t.id&&(m.metadata.id=t.id,h=!0),t.mask!==void 0&&((n=c=m.metadata.mask)?.source!==(r=u=t.mask)?.source||(o=d=m.metadata.mask)?.type!==(s=f=t.mask)?.type)&&(m.metadata.mask=t.mask,h=!0),h&&i&&l?(re.includes(e)||re.push(e),ie||(ie=!0,queueMicrotask(()=>{ie=!1,re=[],le()}))):p&&xe()},ve=e=>{if(!a.nodes.has(e))return;let t=a.nodes.get(e);if(t&&t.cleanupCallbacks.length>0)for(let n of t.cleanupCallbacks)try{n()}catch(t){console.error(`Error executing cleanup callback for node ${e}:`,t)}let n=ue(e);for(let e of n)ve(e.id);a.rootId===e&&(a.rootId=null),a.nodes.delete(e),i&&l&&le()},ye=e=>{let t={deltaTime:e,pointer:{x:b,y:x},pointerActive:S,dimensions:{width:h,height:g}};for(let e of a.nodes.values())if(e.beforeRenderCallbacks.length>0)for(let n of e.beforeRenderCallbacks)try{n(t)}catch(t){console.error(`Error executing before render callback for node ${e.id}:`,t)}},be=e=>{let t={deltaTime:e,pointer:{x:b,y:x},pointerActive:S,dimensions:{width:h,height:g}};for(let e of a.nodes.values())if(e.afterRenderCallbacks.length>0)for(let n of e.afterRenderCallbacks)try{n(t)}catch(t){console.error(`Error executing after render callback for node ${e.id}:`,t)}},xe=async()=>{if(!l||!e||!n||!t||!i)return;let r=performance.now(),a=v>0?(r-v)/1e3:.016,o=Math.min(a,.1);v=r,ye(o);try{if(ee)return;e instanceof bj?await e.renderAsync(n,t).then(()=>{l&&be(o)}).catch(e=>{console.error(`WebGPU render error:`,e)}):(e.render(n,t),be(o))}catch(e){console.error(`Render frame error:`,e)}},Se=()=>{if(o||!m||!p)return;let e=()=>{o=requestAnimationFrame(e),xe()};e()},Ce=()=>{o&&(cancelAnimationFrame(o),o=null)},we=e=>{if(!XF)return;let t,n;if(`touches`in e){if(e.touches.length===0)return;t=e.touches[0].clientX,n=e.touches[0].clientY}else t=e.clientX,n=e.clientY;let r=XF.getBoundingClientRect(),i=(t-r.left)/r.width,a=(n-r.top)/r.height;b=i,x=a},Te=e=>{we(e)},Ee=e=>{we(e)},De=()=>{S=!1,xe()},Oe=()=>{S=!1,xe()},ke=async({canvas:a})=>{if(l||u)return;u=!0,f=new AbortController;let o=f;try{if(XF=a,n=new xo,n.background=null,t=new Ms(-1,1,1,-1,.1,10),t.position.z=1,t.lookAt(0,0,0),window.addEventListener(`mousemove`,Te),window.addEventListener(`touchmove`,Ee),a.addEventListener(`mousedown`,()=>{S=!0,xe()}),a.addEventListener(`touchstart`,()=>{S=!0,xe()}),window.addEventListener(`mouseup`,De),window.addEventListener(`touchend`,Oe),o.signal.aborted)return;try{if(e=new bj({canvas:a,antialias:!0,alpha:!0,depth:!1,powerPreference:`high-performance`}),await e.init(),o.signal.aborted){e.dispose();return}}catch(e){if(o.signal.aborted)return;console.error(`[Shaders] WebGPU initialization error:`,e);return}if(o.signal.aborted){e&&e.dispose();return}e.setPixelRatio(Math.min(window.devicePixelRatio,2)),e.outputColorSpace=gn,i=new dv({transparent:!0}),i.fragmentNode=uF(0,0,0,0);let u=new Uo(2,2);r=new Qa(u,i),n.add(r),s=new ResizeObserver(se),s.observe(a),c=new IntersectionObserver(ce,{threshold:0}),c.observe(a),m=!ae();let{width:f,height:h}=a.getBoundingClientRect();oe(Math.round(f),Math.round(h)),d=!0,await xe(),m&&p&&Se(),o.signal.aborted||(l=!0)}catch(e){console.error(`[Shaders] Initialization error:`,e)}finally{u=!1,f===o&&(f=null)}},Ae=()=>{!QF()||ZF||(console.warn(`Shaders is running in development mode. Please purchase a license at https://shaders.com to use it in production.`),ZF=!0)},je=()=>{if(f&&f.abort(),s&&(s.disconnect(),s=null),c&&(c.disconnect(),c=null),XF&&(XF.removeEventListener(`mousedown`,()=>{S=!0}),XF.removeEventListener(`touchstart`,()=>{S=!0})),window&&(window.removeEventListener(`mousemove`,Te),window.removeEventListener(`touchmove`,Ee),window.removeEventListener(`mouseup`,De),window.removeEventListener(`touchend`,Oe)),Ce(),a.nodes.clear(),a.rootId=null,a.idToNodeId.clear(),te=[],ne=!1,re=[],ie=!1,r&&(n&&n.remove(r),r.geometry&&r.geometry.dispose(),r.material instanceof ya&&r.material.dispose()),e)try{e.dispose()}catch(e){console.warn(`Error disposing renderer:`,e)}XF=null,e=null,t=null,n=null,r=null,i=null,l=!1,u=!1,d=!1,f=null,h=0,g=0,p=!1,m=!0,b=.5,x=.5,S=!1};return{initialize:ke,cleanup:je,registerNode:he,removeNode:ve,updateUniformValue:ge,updateNodeMetadata:_e,showLicenseWarning:Ae}}const{uniform:eI}=xj;function tI(e,t,n){let r={};return Object.entries(e.props).forEach(([e,i])=>{let a=t[e],o=a;i.transform&&(o=i.transform(a)),r[e]={uniform:eI(o).label(`${e}_${n}`),transform:i.transform||void 0}}),r}const{vec2:nI,fract:rI,sin:soe,dot:iI}=xj,aI=e=>rI(soe(iI(e,nI(12.12345,78.12345))).mul(40000.12345)),coe=(e=.03)=>t=>aI(t).mul(e).mul(.10012345),{vec2:oI}=xj,loe=(e=oI(0),t=.02,n=1,r=1)=>{let{vec2:i,sin:a,cos:o,time:s}=xj,c=r*1.618033988749895,l=r*2.718281828459045,u=(Math.sin(r)+2)*5,d=(Math.cos(r)+2)*5,f=i(a(e.x.mul(n).mul(u).add(s.mul(.1)).add(c)),o(e.y.mul(n).mul(u).add(s.mul(.1)).add(l))),p=i(a(e.y.mul(n).mul(d).add(s.mul(.05)).add(l)),o(e.x.mul(n).mul(d).add(s.mul(.05)).add(c))),m=f.add(p).mul(t);return e.add(m)},uoe=(e,t,n=.6,r=.3,i=1)=>{let{max:a,smoothstep:o,vec4:s}=xj,c=a(a(e.r,e.g),e.b),l=o(n,n+r,c).mul(i).mul(1),u=e.rgb.add(t.rgb.mul(l));return s(u,e.a)},doe=(e={})=>{let{inset:t=.4,softness:n=.5,offsetX:r=0,offsetY:i=0}=e,{float:a,smoothstep:o,uv:s}=xj,c=s(),l=c.x.sub(.5).sub(a(r)).mul(2),u=c.y.sub(.5).add(a(i)).mul(2),d=l.mul(l).add(u.mul(u)).sqrt();return a(1).sub(o(a(1).sub(a(t)),a(1).sub(a(t)).add(a(n)),d.mul(a(1).add(a(n)))))};var sI=function(exports){"use strict";function t(e){"@babel/helpers - typeof";return t=typeof Symbol==`function`&&typeof Symbol.iterator==`symbol`?function(e){return typeof e}:function(e){return e&&typeof Symbol==`function`&&e.constructor===Symbol&&e!==Symbol.prototype?`symbol`:typeof e},t(e)}function n(e,n){if(t(e)!=`object`||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var i=r.call(e,n||`default`);if(t(i)!=`object`)return i;throw TypeError(`@@toPrimitive must return a primitive value.`)}return(n===`string`?String:Number)(e)}function r(e){var r=n(e,`string`);return t(r)==`symbol`?r:r+``}function i(e,t,n){return(t=r(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}return exports.defineProperty=i,exports}({}),cI,lI;function uI(e,t){let n=e.length;Array.isArray(e[0])||(e=[e]),Array.isArray(t[0])||(t=t.map(e=>[e]));let r=t[0].length,i=t[0].map((e,n)=>t.map(e=>e[n])),a=e.map(e=>i.map(t=>{let n=0;if(!Array.isArray(e)){for(let r of t)n+=e*r;return n}for(let r=0;r<e.length;r++)n+=e[r]*(t[r]||0);return n}));return n===1&&(a=a[0]),r===1?a.map(e=>e[0]):a}function dI(e){return fI(e)===`string`}function fI(e){let t=Object.prototype.toString.call(e);return(t.match(/^\[object\s+(.*?)\]$/)[1]||``).toLowerCase()}function pI(e,{precision:t,unit:n}){return mI(e)?`none`:gI(e,t)+(n??``)}function mI(e){return Number.isNaN(e)||e instanceof Number&&e?.none}function hI(e){return mI(e)?0:e}function gI(e,t){if(e===0)return 0;let n=~~e,r=0;n&&t&&(r=~~Math.log10(Math.abs(n))+1);let i=10**(t-r);return Math.floor(e*i+.5)/i}const _I={deg:1,grad:.9,rad:180/Math.PI,turn:360};function vI(e){if(!e)return;e=e.trim();let t=/^([a-z]+)\((.+?)\)$/i,n=/^-?[\d.]+$/,r=/%|deg|g?rad|turn$/,i=/\/?\s*(none|[-\w.]+(?:%|deg|g?rad|turn)?)/g,a=e.match(t);if(a){let e=[];return a[2].replace(i,(t,i)=>{let a=i.match(r),o=i;if(a){let e=a[0],t=o.slice(0,-e.length);e===`%`?(o=new Number(t/100),o.type=`<percentage>`):(o=new Number(t*_I[e]),o.type=`<angle>`,o.unit=e)}else n.test(o)?(o=new Number(o),o.type=`<number>`):o===`none`&&(o=new Number(NaN),o.none=!0);t.startsWith(`/`)&&(o=o instanceof Number?o:new Number(o),o.alpha=!0),typeof o==`object`&&o instanceof Number&&(o.raw=i),e.push(o)}),{name:a[1].toLowerCase(),rawName:a[1],rawArgs:a[2],args:e}}}function yI(e){return e[e.length-1]}function bI(e,t,n){return isNaN(e)?t:isNaN(t)?e:e+(t-e)*n}function xI(e,t,n){return(n-e)/(t-e)}function SI(e,t,n){return bI(t[0],t[1],xI(e[0],e[1],n))}function CI(e){return e.map(e=>e.split(`|`).map(e=>{e=e.trim();let t=e.match(/^(<[a-z]+>)\[(-?[.\d]+),\s*(-?[.\d]+)\]?$/);if(t){let e=new String(t[1]);return e.range=[+t[2],+t[3]],e}return e}))}function wI(e,t,n){return Math.max(Math.min(n,t),e)}function TI(e,t){return Math.sign(e)===Math.sign(t)?e:-e}function EI(e,t){return TI(Math.abs(e)**t,e)}function DI(e,t){return t===0?0:e/t}function OI(e,t,n=0,r=e.length){for(;n<r;){let i=n+r>>1;e[i]<t?n=i+1:r=i}return n}var kI=Object.freeze({__proto__:null,bisectLeft:OI,clamp:wI,copySign:TI,interpolate:bI,interpolateInv:xI,isNone:mI,isString:dI,last:yI,mapRange:SI,multiplyMatrices:uI,parseCoordGrammar:CI,parseFunction:vI,serializeNumber:pI,skipNone:hI,spow:EI,toPrecision:gI,type:fI,zdiv:DI}),AI=class{add(e,t,n){if(typeof arguments[0]!=`string`){for(var e in arguments[0])this.add(e,arguments[0][e],arguments[1]);return}(Array.isArray(e)?e:[e]).forEach(function(e){this[e]=this[e]||[],t&&this[e][n?`unshift`:`push`](t)},this)}run(e,t){this[e]=this[e]||[],this[e].forEach(function(e){e.call(t&&t.context?t.context:t,t)})}};const jI=new AI;var MI={gamut_mapping:`css`,precision:5,deltaE:`76`,verbose:((cI=globalThis)==null||(cI=cI.process)==null||(cI=cI.env)==null||(cI=cI.NODE_ENV)==null?void 0:cI.toLowerCase())!==`test`,warn:function(e){var t,n;this.verbose&&((t=globalThis)==null||(t=t.console)==null||(n=t.warn)==null||n.call(t,e))}};const NI={D50:[.3457/.3585,1,.2958/.3585],D65:[.3127/.329,1,.3583/.329]};function PI(e){return Array.isArray(e)?e:NI[e]}function FI(e,t,n,r={}){if(e=PI(e),t=PI(t),!e||!t)throw TypeError(`Missing white point to convert ${e?``:`from`}${!e&&!t?`/`:``}${t?``:`to`}`);if(e===t)return n;let i={W1:e,W2:t,XYZ:n,options:r};if(jI.run(`chromatic-adaptation-start`,i),i.M||(i.W1===NI.D65&&i.W2===NI.D50?i.M=[[1.0479297925449969,.022946870601609652,-.05019226628920524],[.02962780877005599,.9904344267538799,-.017073799063418826],[-.009243040646204504,.015055191490298152,.7518742814281371]]:i.W1===NI.D50&&i.W2===NI.D65&&(i.M=[[.955473421488075,-.02309845494876471,.06325924320057072],[-.0283697093338637,1.0099953980813041,.021041441191917323],[.012314014864481998,-.020507649298898964,1.330365926242124]])),jI.run(`chromatic-adaptation-end`,i),i.M)return uI(i.M,i.XYZ);throw TypeError(`Only Bradford CAT with white points D50 and D65 supported for now.`)}const II=new Set([`<number>`,`<percentage>`,`<angle>`]);function LI(e,t,n,r){let i=Object.entries(e.coords).map(([e,i],a)=>{let o=t.coordGrammar[a],s=r[a],c=s?.type,l;if(l=s.none?o.find(e=>II.has(e)):o.find(e=>e==c),!l){let t=i.name||e;throw TypeError(`${c??s.raw} not allowed for ${t} in ${n}()`)}let u=l.range;c===`<percentage>`&&(u||=[0,1]);let d=i.range||i.refRange;return u&&d&&(r[a]=SI(u,d,r[a])),l});return i}function RI(e,{meta:t}={}){var n,r;let i={str:(n=r=String(e))?.trim()};if(jI.run(`parse-start`,i),i.color)return i.color;if(i.parsed=vI(i.str),i.parsed){let e=i.parsed.name;if(e===`color`){let e=i.parsed.args.shift(),n=e.startsWith(`--`)?e.substring(2):`--${e}`,r=[e,n],c=i.parsed.rawArgs.indexOf(`/`)>0?i.parsed.args.pop():1;for(let n of VI.all){let s=n.getFormat(`color`);if(s){var a,o;if(r.includes(s.id)||(a=o=s.ids)?.filter(e=>r.includes(e)).length){let r=Object.keys(n.coords).map((e,t)=>i.parsed.args[t]||0),a;return s.coordGrammar&&(a=LI(n,s,`color`,r)),t&&Object.assign(t,{formatId:`color`,types:a}),s.id.startsWith(`--`)&&!e.startsWith(`--`)&&MI.warn(`${n.name} is a non-standard space and not currently supported in the CSS spec. Use prefixed color(${s.id}) instead of color(${e}).`),e.startsWith(`--`)&&!s.id.startsWith(`--`)&&MI.warn(`${n.name} is a standard space and supported in the CSS spec. Use color(${s.id}) instead of prefixed color(${e}).`),{spaceId:n.id,coords:r,alpha:c}}}}let l=``,u=e in VI.registry?e:n;if(u in VI.registry){var s;let e=(s=VI.registry[u].formats)==null||(s=s.color)==null?void 0:s.id;e&&(l=`Did you mean color(${e})?`)}throw TypeError(`Cannot parse color(${e}). `+(l||`Missing a plugin?`))}else for(let n of VI.all){let r=n.getFormat(e);if(r&&r.type===`function`){let a=1;(r.lastAlpha||yI(i.parsed.args).alpha)&&(a=i.parsed.args.pop());let o=i.parsed.args,s;return r.coordGrammar&&(s=LI(n,r,e,o)),t&&Object.assign(t,{formatId:r.name,types:s}),{spaceId:n.id,coords:o,alpha:a}}}}else for(let e of VI.all)for(let n in e.formats){let r=e.formats[n];if(r.type!==`custom`||r.test&&!r.test(i.str))continue;let a=r.parse(i.str);if(a)return a.alpha??=1,t&&(t.formatId=n),a}throw TypeError(`Could not parse ${e} as a color. Missing a plugin?`)}function zI(e){if(Array.isArray(e))return e.map(zI);if(!e)throw TypeError(`Empty color reference`);dI(e)&&(e=RI(e));let t=e.space||e.spaceId;return t instanceof VI||(e.space=VI.get(t)),e.alpha===void 0&&(e.alpha=1),e}const BI=75e-6;var VI=(lI=class e{constructor(t){var n,r;this.id=t.id,this.name=t.name,this.base=t.base?e.get(t.base):null,this.aliases=t.aliases,this.base&&(this.fromBase=t.fromBase,this.toBase=t.toBase);let i=t.coords??this.base.coords;for(let e in i)`name`in i[e]||(i[e].name=e);this.coords=i;let a=t.white??this.base.white??`D65`;for(let e in this.white=PI(a),this.formats=t.formats??{},this.formats){let t=this.formats[e];t.type||=`function`,t.name||=e}(n=r=this.formats.color)?.id||(this.formats.color={...this.formats.color??{},id:t.cssId||this.id}),t.gamutSpace?this.gamutSpace=t.gamutSpace===`self`?this:e.get(t.gamutSpace):this.isPolar?this.gamutSpace=this.base:this.gamutSpace=this,this.gamutSpace.isUnbounded&&(this.inGamut=(e,t)=>!0),this.referred=t.referred,Object.defineProperty(this,`path`,{value:HI(this).reverse(),writable:!1,enumerable:!0,configurable:!0}),jI.run(`colorspace-init-end`,this)}inGamut(e,{epsilon:t=BI}={}){if(!this.equals(this.gamutSpace))return e=this.to(this.gamutSpace,e),this.gamutSpace.inGamut(e,{epsilon:t});let n=Object.values(this.coords);return e.every((e,r)=>{let i=n[r];if(i.type!==`angle`&&i.range){if(Number.isNaN(e))return!0;let[n,r]=i.range;return(n===void 0||e>=n-t)&&(r===void 0||e<=r+t)}return!0})}get isUnbounded(){return Object.values(this.coords).every(e=>!(`range`in e))}get cssId(){var e;return((e=this.formats)==null||(e=e.color)==null?void 0:e.id)||this.id}get isPolar(){for(let e in this.coords)if(this.coords[e].type===`angle`)return!0;return!1}getFormat(e){if(typeof e==`object`)return e=UI(e,this),e;let t;return t=e===`default`?Object.values(this.formats)[0]:this.formats[e],t?(t=UI(t,this),t):null}equals(e){return e?this===e||this.id===e||this.id===e.id:!1}to(t,n){if(arguments.length===1){let e=zI(t);[t,n]=[e.space,e.coords]}if(t=e.get(t),this.equals(t))return n;n=n.map(e=>Number.isNaN(e)?0:e);let r=this.path,i=t.path,a,o;for(let e=0;e<r.length&&r[e].equals(i[e]);e++)a=r[e],o=e;if(!a)throw Error(`Cannot convert between color spaces ${this} and ${t}: no connection space was found`);for(let e=r.length-1;e>o;e--)n=r[e].toBase(n);for(let e=o+1;e<i.length;e++)n=i[e].fromBase(n);return n}from(t,n){if(arguments.length===1){let e=zI(t);[t,n]=[e.space,e.coords]}return t=e.get(t),t.to(this,n)}toString(){return`${this.name} (${this.id})`}getMinCoords(){let e=[];for(let t in this.coords){let n=this.coords[t],r=n.range||n.refRange;e.push(r?.min??0)}return e}static get all(){return[...new Set(Object.values(e.registry))]}static register(e,t){if(arguments.length===1&&(t=arguments[0],e=t.id),t=this.get(t),this.registry[e]&&this.registry[e]!==t)throw Error(`Duplicate color space registration: '${e}'`);if(this.registry[e]=t,arguments.length===1&&t.aliases)for(let e of t.aliases)this.register(e,t);return t}static get(t,...n){if(!t||t instanceof e)return t;let r=fI(t);if(r===`string`){let n=e.registry[t.toLowerCase()];if(!n)throw TypeError(`No color space found with id = "${t}"`);return n}if(n.length)return e.get(...n);throw TypeError(`${t} is not a valid color space`)}static resolveCoord(t,n){let r=fI(t),i,a;if(r===`string`?t.includes(`.`)?[i,a]=t.split(`.`):[i,a]=[,t]:Array.isArray(t)?[i,a]=t:(i=t.space,a=t.coordId),i=e.get(i),i||=n,!i)throw TypeError(`Cannot resolve coordinate reference ${t}: No color space specified and relative references are not allowed here`);if(r=fI(a),r===`number`||r===`string`&&a>=0){let e=Object.entries(i.coords)[a];if(e)return{space:i,id:e[0],index:a,...e[1]}}i=e.get(i);let o=a.toLowerCase(),s=0;for(let e in i.coords){var c,l;let t=i.coords[e];if(e.toLowerCase()===o||(c=l=t.name)?.toLowerCase()===o)return{space:i,id:e,index:s,...t};s++}throw TypeError(`No "${a}" coordinate found in ${i.name}. Its coordinates are: ${Object.keys(i.coords).join(`, `)}`)}},sI.defineProperty(lI,`registry`,{}),sI.defineProperty(lI,`DEFAULT_FORMAT`,{type:`functions`,name:`color`}),lI);function HI(e){let t=[e];for(let n=e;n=n.base;)t.push(n);return t}function UI(e,{coords:t}={}){if(e.coords&&!e.coordGrammar){e.type||=`function`,e.name||=`color`,e.coordGrammar=CI(e.coords);let n=Object.entries(t).map(([t,n],r)=>{let i=e.coordGrammar[r][0],a=n.range||n.refRange,o=i.range,s=``;return i==`<percentage>`?(o=[0,100],s=`%`):i==`<angle>`&&(s=`deg`),{fromRange:a,toRange:o,suffix:s}});e.serializeCoords=(e,t)=>e.map((e,r)=>{let{fromRange:i,toRange:a,suffix:o}=n[r];return i&&a&&(e=SI(i,a,e)),e=pI(e,{precision:t,unit:o}),e})}return e}var WI=new VI({id:`xyz-d65`,name:`XYZ D65`,coords:{x:{name:`X`},y:{name:`Y`},z:{name:`Z`}},white:`D65`,formats:{color:{ids:[`xyz-d65`,`xyz`]}},aliases:[`xyz`]}),GI=class extends VI{constructor(e){e.coords||={r:{range:[0,1],name:`Red`},g:{range:[0,1],name:`Green`},b:{range:[0,1],name:`Blue`}},e.base||=WI,e.toXYZ_M&&e.fromXYZ_M&&(e.toBase??=t=>{let n=uI(e.toXYZ_M,t);return this.white!==this.base.white&&(n=FI(this.white,this.base.white,n)),n},e.fromBase??=t=>(t=FI(this.base.white,this.white,t),uI(e.fromXYZ_M,t))),e.referred??=`display`,super(e)}};function KI(e,t){return e=zI(e),!t||e.space.equals(t)?e.coords.slice():(t=VI.get(t),t.from(e))}function qI(e,t){e=zI(e);let{space:n,index:r}=VI.resolveCoord(t,e.space),i=KI(e,n);return i[r]}function JI(e,t,n){return e=zI(e),t=VI.get(t),e.coords=t.to(e.space,n),e}JI.returns=`color`;function YI(e,t,n){if(e=zI(e),arguments.length===2&&fI(arguments[1])===`object`){let t=arguments[1];for(let n in t)YI(e,n,t[n])}else{typeof n==`function`&&(n=n(qI(e,t)));let{space:r,index:i}=VI.resolveCoord(t,e.space),a=KI(e,r);a[i]=n,JI(e,r,a)}return e}YI.returns=`color`;var XI=new VI({id:`xyz-d50`,name:`XYZ D50`,white:`D50`,base:WI,fromBase:e=>FI(WI.white,`D50`,e),toBase:e=>FI(`D50`,WI.white,e)});const ZI=216/24389,QI=24/116,$I=24389/27;let eL=NI.D50;var tL=new VI({id:`lab`,name:`Lab`,coords:{l:{refRange:[0,100],name:`Lightness`},a:{refRange:[-125,125]},b:{refRange:[-125,125]}},white:eL,base:XI,fromBase(e){let t=e.map((e,t)=>e/eL[t]),n=t.map(e=>e>ZI?Math.cbrt(e):($I*e+16)/116);return[116*n[1]-16,500*(n[0]-n[1]),200*(n[1]-n[2])]},toBase(e){let t=[];t[1]=(e[0]+16)/116,t[0]=e[1]/500+t[1],t[2]=t[1]-e[2]/200;let n=[t[0]>QI?t[0]**3:(116*t[0]-16)/$I,e[0]>8?((e[0]+16)/116)**3:e[0]/$I,t[2]>QI?t[2]**3:(116*t[2]-16)/$I];return n.map((e,t)=>e*eL[t])},formats:{lab:{coords:[`<number> | <percentage>`,`<number> | <percentage>[-1,1]`,`<number> | <percentage>[-1,1]`]}}});function nL(e){return(e%360+360)%360}function rL(e,t){if(e===`raw`)return t;let[n,r]=t.map(nL),i=r-n;return e===`increasing`?i<0&&(r+=360):e===`decreasing`?i>0&&(n+=360):e===`longer`?-180<i&&i<180&&(i>0?n+=360:r+=360):e===`shorter`&&(i>180?n+=360:i<-180&&(r+=360)),[n,r]}var iL=new VI({id:`lch`,name:`LCH`,coords:{l:{refRange:[0,100],name:`Lightness`},c:{refRange:[0,150],name:`Chroma`},h:{refRange:[0,360],type:`angle`,name:`Hue`}},base:tL,fromBase(e){let[t,n,r]=e,i,a=.02;return i=Math.abs(n)<a&&Math.abs(r)<a?NaN:Math.atan2(r,n)*180/Math.PI,[t,Math.sqrt(n**2+r**2),nL(i)]},toBase(e){let[t,n,r]=e;return n<0&&(n=0),isNaN(r)&&(r=0),[t,n*Math.cos(r*Math.PI/180),n*Math.sin(r*Math.PI/180)]},formats:{lch:{coords:[`<number> | <percentage>`,`<number> | <percentage>`,`<number> | <angle>`]}}});const aL=25**7,oL=Math.PI,sL=180/oL,cL=oL/180;function lL(e){let t=e*e,n=t*t*t*e;return n}function uL(e,t,{kL:n=1,kC:r=1,kH:i=1}={}){[e,t]=zI([e,t]);let[a,o,s]=tL.from(e),c=iL.from(tL,[a,o,s])[1],[l,u,d]=tL.from(t),f=iL.from(tL,[l,u,d])[1];c<0&&(c=0),f<0&&(f=0);let p=(c+f)/2,m=lL(p),h=.5*(1-Math.sqrt(m/(m+aL))),g=(1+h)*o,_=(1+h)*u,v=Math.sqrt(g**2+s**2),y=Math.sqrt(_**2+d**2),b=g===0&&s===0?0:Math.atan2(s,g),x=_===0&&d===0?0:Math.atan2(d,_);b<0&&(b+=2*oL),x<0&&(x+=2*oL),b*=sL,x*=sL;let S=l-a,ee=y-v,te=x-b,ne=b+x,re=Math.abs(te),ie;v*y===0?ie=0:re<=180?ie=te:te>180?ie=te-360:te<-180?ie=te+360:MI.warn(`the unthinkable has happened`);let ae=2*Math.sqrt(y*v)*Math.sin(ie*cL/2),oe=(a+l)/2,se=(v+y)/2,ce=lL(se),le;le=v*y===0?ne:re<=180?ne/2:ne<360?(ne+360)/2:(ne-360)/2;let ue=(oe-50)**2,de=1+.015*ue/Math.sqrt(20+ue),fe=1+.045*se,pe=1;pe-=.17*Math.cos((le-30)*cL),pe+=.24*Math.cos(2*le*cL),pe+=.32*Math.cos((3*le+6)*cL),pe-=.2*Math.cos((4*le-63)*cL);let me=1+.015*se*pe,he=30*Math.exp(-1*((le-275)/25)**2),ge=2*Math.sqrt(ce/(ce+aL)),_e=-1*Math.sin(2*he*cL)*ge,ve=(S/(n*de))**2;return ve+=(ee/(r*fe))**2,ve+=(ae/(i*me))**2,ve+=_e*(ee/(r*fe))*(ae/(i*me)),Math.sqrt(ve)}const dL=[[.819022437996703,.3619062600528904,-.1288737815209879],[.0329836539323885,.9292868615863434,.0361446663506424],[.0481771893596242,.2642395317527308,.6335478284694309]],fL=[[1.2268798758459243,-.5578149944602171,.2813910456659647],[-.0405757452148008,1.112286803280317,-.0717110580655164],[-.0763729366746601,-.4214933324022432,1.5869240198367816]],pL=[[.210454268309314,.7936177747023054,-.0040720430116193],[1.9779985324311684,-2.42859224204858,.450593709617411],[.0259040424655478,.7827717124575296,-.8086757549230774]],mL=[[1,.3963377773761749,.2158037573099136],[1,-.1055613458156586,-.0638541728258133],[1,-.0894841775298119,-1.2914855480194092]];var hL=new VI({id:`oklab`,name:`Oklab`,coords:{l:{refRange:[0,1],name:`Lightness`},a:{refRange:[-.4,.4]},b:{refRange:[-.4,.4]}},white:`D65`,base:WI,fromBase(e){let t=uI(dL,e),n=t.map(e=>Math.cbrt(e));return uI(pL,n)},toBase(e){let t=uI(mL,e),n=t.map(e=>e**3);return uI(fL,n)},formats:{oklab:{coords:[`<percentage> | <number>`,`<number> | <percentage>[-1,1]`,`<number> | <percentage>[-1,1]`]}}});function gL(e,t){[e,t]=zI([e,t]);let[n,r,i]=hL.from(e),[a,o,s]=hL.from(t),c=n-a,l=r-o,u=i-s;return Math.sqrt(c**2+l**2+u**2)}const _L=75e-6;function vL(e,t,{epsilon:n=_L}={}){e=zI(e),t||=e.space,t=VI.get(t);let r=e.coords;return t!==e.space&&(r=t.from(e)),t.inGamut(r,{epsilon:n})}function yL(e){return{space:e.space,coords:e.coords.slice(),alpha:e.alpha}}function bL(e,t,n=`lab`){n=VI.get(n);let r=n.from(e),i=n.from(t);return Math.sqrt(r.reduce((e,t,n)=>{let r=i[n];return isNaN(t)||isNaN(r)?e:e+(r-t)**2},0))}function xL(e,t){return bL(e,t,`lab`)}const SL=Math.PI,CL=SL/180;function wL(e,t,{l:n=2,c:r=1}={}){[e,t]=zI([e,t]);let[i,a,o]=tL.from(e),[,s,c]=iL.from(tL,[i,a,o]),[l,u,d]=tL.from(t),f=iL.from(tL,[l,u,d])[1];s<0&&(s=0),f<0&&(f=0);let p=i-l,m=s-f,h=a-u,g=o-d,_=h**2+g**2-m**2,v=.511;i>=16&&(v=.040975*i/(1+.01765*i));let y=.0638*s/(1+.0131*s)+.638,b;Number.isNaN(c)&&(c=0),b=c>=164&&c<=345?.56+Math.abs(.2*Math.cos((c+168)*CL)):.36+Math.abs(.4*Math.cos((c+35)*CL));let x=s**4,S=Math.sqrt(x/(x+1900)),ee=y*(S*b+1-S),te=(p/(n*v))**2;return te+=(m/(r*y))**2,te+=_/ee**2,Math.sqrt(te)}const TL=203;var EL=new VI({id:`xyz-abs-d65`,cssId:`--xyz-abs-d65`,name:`Absolute XYZ D65`,coords:{x:{refRange:[0,9504.7],name:`Xa`},y:{refRange:[0,1e4],name:`Ya`},z:{refRange:[0,10888.3],name:`Za`}},base:WI,fromBase(e){return e.map(e=>Math.max(e*TL,0))},toBase(e){return e.map(e=>Math.max(e/TL,0))}});const DL=1.15,OL=.66,kL=2610/2**14,AL=2**14/2610,jL=3424/2**12,ML=2413/2**7,NL=2392/2**7,PL=1.7*2523/2**5,FL=2**5/(1.7*2523),IL=-.56,LL=16295499532821565e-27,RL=[[.41478972,.579999,.014648],[-.20151,1.120649,.0531008],[-.0166008,.2648,.6684799]],zL=[[1.9242264357876067,-1.0047923125953657,.037651404030618],[.35031676209499907,.7264811939316552,-.06538442294808501],[-.09098281098284752,-.3127282905230739,1.5227665613052603]],BL=[[.5,.5,0],[3.524,-4.066708,.542708],[.199076,1.096799,-1.295875]],VL=[[1,.1386050432715393,.05804731615611886],[.9999999999999999,-.1386050432715393,-.05804731615611886],[.9999999999999998,-.09601924202631895,-.8118918960560388]];var HL=new VI({id:`jzazbz`,name:`Jzazbz`,coords:{jz:{refRange:[0,1],name:`Jz`},az:{refRange:[-.5,.5]},bz:{refRange:[-.5,.5]}},base:EL,fromBase(e){let[t,n,r]=e,i=DL*t-(DL-1)*r,a=OL*n-(OL-1)*t,o=uI(RL,[i,a,r]),s=o.map(function(e){let t=jL+ML*(e/1e4)**kL,n=1+NL*(e/1e4)**kL;return(t/n)**PL}),[c,l,u]=uI(BL,s),d=(1+IL)*c/(1+IL*c)-LL;return[d,l,u]},toBase(e){let[t,n,r]=e,i=(t+LL)/(1+IL-IL*(t+LL)),a=uI(VL,[i,n,r]),o=a.map(function(e){let t=jL-e**FL,n=NL*e**FL-ML,r=1e4*(t/n)**AL;return r}),[s,c,l]=uI(zL,o),u=(s+(DL-1)*l)/DL,d=(c+(OL-1)*u)/OL;return[u,d,l]},formats:{color:{coords:[`<number> | <percentage>`,`<number> | <percentage>[-1,1]`,`<number> | <percentage>[-1,1]`]}}}),UL=new VI({id:`jzczhz`,name:`JzCzHz`,coords:{jz:{refRange:[0,1],name:`Jz`},cz:{refRange:[0,1],name:`Chroma`},hz:{refRange:[0,360],type:`angle`,name:`Hue`}},base:HL,fromBase(e){let[t,n,r]=e,i,a=2e-4;return i=Math.abs(n)<a&&Math.abs(r)<a?NaN:Math.atan2(r,n)*180/Math.PI,[t,Math.sqrt(n**2+r**2),nL(i)]},toBase(e){return[e[0],e[1]*Math.cos(e[2]*Math.PI/180),e[1]*Math.sin(e[2]*Math.PI/180)]}});function WL(e,t){[e,t]=zI([e,t]);let[n,r,i]=UL.from(e),[a,o,s]=UL.from(t),c=n-a,l=r-o;Number.isNaN(i)&&Number.isNaN(s)?(i=0,s=0):Number.isNaN(i)?i=s:Number.isNaN(s)&&(s=i);let u=i-s,d=2*Math.sqrt(r*o)*Math.sin(u/2*(Math.PI/180));return Math.sqrt(c**2+l**2+d**2)}const GL=3424/4096,KL=2413/128,qL=2392/128,JL=2610/16384,YL=2523/32,XL=16384/2610,ZL=32/2523,QL=[[.3592832590121217,.6976051147779502,-.035891593232029],[-.1920808463704993,1.100476797037432,.0753748658519118],[.0070797844607479,.0748396662186362,.8433265453898765]],$L=[[2048/4096,2048/4096,0],[6610/4096,-13613/4096,7003/4096],[17933/4096,-17390/4096,-543/4096]],eR=[[.9999999999999998,.0086090370379328,.111029625003026],[.9999999999999998,-.0086090370379328,-.1110296250030259],[.9999999999999998,.5600313357106791,-.3206271749873188]],tR=[[2.0701522183894223,-1.3263473389671563,.2066510476294053],[.3647385209748072,.6805660249472273,-.0453045459220347],[-.0497472075358123,-.0492609666966131,1.1880659249923042]];var nR=new VI({id:`ictcp`,name:`ICTCP`,coords:{i:{refRange:[0,1],name:`I`},ct:{refRange:[-.5,.5],name:`CT`},cp:{refRange:[-.5,.5],name:`CP`}},base:EL,fromBase(e){let t=uI(QL,e);return rR(t)},toBase(e){let t=iR(e);return uI(tR,t)}});function rR(e){let t=e.map(function(e){let t=GL+KL*(e/1e4)**JL,n=1+qL*(e/1e4)**JL;return(t/n)**YL});return uI($L,t)}function iR(e){let t=uI(eR,e),n=t.map(function(e){let t=Math.max(e**ZL-GL,0),n=KL-qL*e**ZL;return 1e4*(t/n)**XL});return n}function aR(e,t){[e,t]=zI([e,t]);let[n,r,i]=nR.from(e),[a,o,s]=nR.from(t);return 720*Math.sqrt((n-a)**2+.25*(r-o)**2+(i-s)**2)}const oR=NI.D65,sR=.42,cR=1/sR,lR=2*Math.PI,uR=[[.401288,.650173,-.051461],[-.250268,1.204414,.045854],[-.002079,.048952,.953127]],dR=[[1.8620678550872327,-1.0112546305316843,.14918677544445175],[.38752654323613717,.6214474419314753,-.008973985167612518],[-.015841498849333856,-.03412293802851557,1.0499644368778496]],fR=[[460,451,288],[460,-891,-261],[460,-220,-6300]],pR={dark:[.8,.525,.8],dim:[.9,.59,.9],average:[1,.69,1]},mR={h:[20.14,90,164.25,237.53,380.14],e:[.8,.7,1,1.2,.8],H:[0,100,200,300,400]},hR=180/Math.PI,gR=Math.PI/180;function _R(e,t){let n=e.map(e=>{let n=EI(t*Math.abs(e)*.01,sR);return 400*TI(n,e)/(n+27.13)});return n}function vR(e,t){let n=100/t*27.13**cR;return e.map(e=>{let t=Math.abs(e);return TI(n*EI(t/(400-t),cR),e)})}function yR(e){let t=nL(e);t<=mR.h[0]&&(t+=360);let n=OI(mR.h,t)-1,[r,i]=mR.h.slice(n,n+2),[a,o]=mR.e.slice(n,n+2),s=mR.H[n],c=(t-r)/a;return s+100*c/(c+(i-t)/o)}function bR(e){let t=(e%400+400)%400,n=Math.floor(.01*t);t%=100;let[r,i]=mR.h.slice(n,n+2),[a,o]=mR.e.slice(n,n+2);return nL((t*(o*r-a*i)-100*r*o)/(t*(o-a)-100*o))}function xR(e,t,n,r,i){let a={};a.discounting=i,a.refWhite=e,a.surround=r;let o=e.map(e=>e*100);a.la=t,a.yb=n;let s=o[1],c=uI(uR,o);r=pR[a.surround];let l=r[0];a.c=r[1],a.nc=r[2];let u=1/(5*a.la+1),d=u**4;a.fl=d*a.la+.1*(1-d)*(1-d)*Math.cbrt(5*a.la),a.flRoot=a.fl**.25,a.n=a.yb/s,a.z=1.48+Math.sqrt(a.n),a.nbb=.725*a.n**-.2,a.ncb=a.nbb;let f=i?1:Math.max(Math.min(l*(1-1/3.6*Math.exp((-a.la-42)/92)),1),0);a.dRgb=c.map(e=>bI(1,s/e,f)),a.dRgbInv=a.dRgb.map(e=>1/e);let p=c.map((e,t)=>e*a.dRgb[t]),m=_R(p,a.fl);return a.aW=a.nbb*(2*m[0]+m[1]+.05*m[2]),a}const SR=xR(oR,64/Math.PI*.2,20,`average`,!1);function CR(e,t){if(!(e.J!==void 0^e.Q!==void 0))throw Error(`Conversion requires one and only one: 'J' or 'Q'`);if(!(e.C!==void 0^e.M!==void 0^e.s!==void 0))throw Error(`Conversion requires one and only one: 'C', 'M' or 's'`);if(!(e.h!==void 0^e.H!==void 0))throw Error(`Conversion requires one and only one: 'h' or 'H'`);if(e.J===0||e.Q===0)return[0,0,0];let n=0;n=e.h===void 0?bR(e.H)*gR:nL(e.h)*gR;let r=Math.cos(n),i=Math.sin(n),a=0;e.J===void 0?e.Q!==void 0&&(a=.25*t.c*e.Q/((t.aW+4)*t.flRoot)):a=EI(e.J,1/2)*.1;let o=0;e.C===void 0?e.M===void 0?e.s!==void 0&&(o=4e-4*e.s**2*(t.aW+4)/t.c):o=e.M/t.flRoot/a:o=e.C/a;let s=EI(o*(1.64-.29**t.n)**-.73,10/9),c=.25*(Math.cos(n+2)+3.8),l=t.aW*EI(a,2/t.c/t.z),u=5e4/13*t.nc*t.ncb*c,d=l/t.nbb,f=23*(d+.305)*DI(s,23*u+s*(11*r+108*i)),p=f*r,m=f*i,h=vR(uI(fR,[d,p,m]).map(e=>e*1/1403),t.fl);return uI(dR,h.map((e,n)=>e*t.dRgbInv[n])).map(e=>e/100)}function wR(e,t){let n=e.map(e=>e*100),r=_R(uI(uR,n).map((e,n)=>e*t.dRgb[n]),t.fl),i=r[0]+(-12*r[1]+r[2])/11,a=(r[0]+r[1]-2*r[2])/9,o=(Math.atan2(a,i)%lR+lR)%lR,s=.25*(Math.cos(o+2)+3.8),c=5e4/13*t.nc*t.ncb*DI(s*Math.sqrt(i**2+a**2),r[0]+r[1]+1.05*r[2]+.305),l=EI(c,.9)*(1.64-.29**t.n)**.73,u=t.nbb*(2*r[0]+r[1]+.05*r[2]),d=EI(u/t.aW,.5*t.c*t.z),f=100*EI(d,2),p=4/t.c*d*(t.aW+4)*t.flRoot,m=l*d,h=m*t.flRoot,g=nL(o*hR),_=yR(g),v=50*EI(t.c*l/(t.aW+4),1/2);return{J:f,C:m,h:g,s:v,Q:p,M:h,H:_}}var TR=new VI({id:`cam16-jmh`,cssId:`--cam16-jmh`,name:`CAM16-JMh`,coords:{j:{refRange:[0,100],name:`J`},m:{refRange:[0,105],name:`Colorfulness`},h:{refRange:[0,360],type:`angle`,name:`Hue`}},base:WI,fromBase(e){let t=wR(e,SR);return[t.J,t.M,t.h]},toBase(e){return CR({J:e[0],M:e[1],h:e[2]},SR)}});const ER=NI.D65,DR=216/24389,OR=24389/27;function kR(e){let t=e>DR?Math.cbrt(e):(OR*e+16)/116;return 116*t-16}function AR(e){return e>8?((e+16)/116)**3:e/OR}function jR(e,t){let[n,r,i]=e,a=[],o=0;if(i===0)return[0,0,0];let s=AR(i);o=i>0?.00379058511492914*i**2+.608983189401032*i+.9155088574762233:9514440756550361e-21*i**2+.08693057439788597*i-21.928975842194614;let c=2e-12,l=15,u=0,d=1/0;for(;u<=l;){a=CR({J:o,C:r,h:n},t);let e=Math.abs(a[1]-s);if(e<d){if(e<=c)return a;d=e}o-=(a[1]-s)*o/(2*a[1]),u+=1}return CR({J:o,C:r,h:n},t)}function MR(e,t){let n=kR(e[1]);if(n===0)return[0,0,0];let r=wR(e,NR);return[nL(r.h),r.C,n]}const NR=xR(ER,200/Math.PI*AR(50),AR(50)*100,`average`,!1);var PR=new VI({id:`hct`,name:`HCT`,coords:{h:{refRange:[0,360],type:`angle`,name:`Hue`},c:{refRange:[0,145],name:`Colorfulness`},t:{refRange:[0,100],name:`Tone`}},base:WI,fromBase(e){return MR(e)},toBase(e){return jR(e,NR)},formats:{color:{id:`--hct`,coords:[`<number> | <angle>`,`<percentage> | <number>`,`<percentage> | <number>`]}}});const FR=Math.PI/180,IR=[1,.007,.0228];function LR(e){e[1]<0&&(e=PR.fromBase(PR.toBase(e)));let t=Math.log(Math.max(1+IR[2]*e[1]*NR.flRoot,1))/IR[2],n=e[0]*FR,r=t*Math.cos(n),i=t*Math.sin(n);return[e[2],r,i]}function RR(e,t){[e,t]=zI([e,t]);let[n,r,i]=LR(PR.from(e)),[a,o,s]=LR(PR.from(t));return Math.sqrt((n-a)**2+(r-o)**2+(i-s)**2)}var zR={deltaE76:xL,deltaECMC:wL,deltaE2000:uL,deltaEJz:WL,deltaEITP:aR,deltaEOK:gL,deltaEHCT:RR};function BR(e){let t=e?Math.floor(Math.log10(Math.abs(e))):0;return Math.max(parseFloat(`1e${t-2}`),1e-6)}const VR={hct:{method:`hct.c`,jnd:2,deltaEMethod:`hct`,blackWhiteClamp:{}},"hct-tonal":{method:`hct.c`,jnd:0,deltaEMethod:`hct`,blackWhiteClamp:{channel:`hct.t`,min:0,max:100}}};function HR(e,{method:t=MI.gamut_mapping,space:n=void 0,deltaEMethod:r=``,jnd:i=2,blackWhiteClamp:a={}}={}){if(e=zI(e),dI(arguments[1])?n=arguments[1]:n||=e.space,n=VI.get(n),vL(e,n,{epsilon:0}))return e;let o;if(t===`css`)o=WR(e,{space:n});else{if(t!==`clip`&&!vL(e,n)){Object.prototype.hasOwnProperty.call(VR,t)&&({method:t,jnd:i,deltaEMethod:r,blackWhiteClamp:a}=VR[t]);let s=uL;if(r!==``){for(let e in zR)if(`deltae`+r.toLowerCase()===e.toLowerCase()){s=zR[e];break}}let c=HR(GR(e,n),{method:`clip`,space:n});if(s(e,c)>i){if(Object.keys(a).length===3){let t=VI.resolveCoord(a.channel),n=qI(GR(e,t.space),t.id);if(mI(n)&&(n=0),n>=a.max)return GR({space:`xyz-d65`,coords:NI.D65},e.space);if(n<=a.min)return GR({space:`xyz-d65`,coords:[0,0,0]},e.space)}let r=VI.resolveCoord(t),c=r.space,l=r.id,u=GR(e,c);u.coords.forEach((e,t)=>{mI(e)&&(u.coords[t]=0)});let d=r.range||r.refRange,f=d[0],p=BR(i),m=f,h=qI(u,l);for(;h-m>p;){let e=yL(u);e=HR(e,{space:n,method:`clip`});let t=s(u,e);t-i<p?m=qI(u,l):h=qI(u,l),YI(u,l,(m+h)/2)}o=GR(u,n)}else o=c}else o=GR(e,n);if(t===`clip`||!vL(o,n,{epsilon:0})){let e=Object.values(n.coords).map(e=>e.range||[]);o.coords=o.coords.map((t,n)=>{let[r,i]=e[n];return r!==void 0&&(t=Math.max(r,t)),i!==void 0&&(t=Math.min(t,i)),t})}}return n!==e.space&&(o=GR(o,e.space)),e.coords=o.coords,e}HR.returns=`color`;const UR={WHITE:{space:hL,coords:[1,0,0]},BLACK:{space:hL,coords:[0,0,0]}};function WR(e,{space:t}={}){let n=.02,r=1e-4;e=zI(e),t||=e.space,t=VI.get(t);let i=VI.get(`oklch`);if(t.isUnbounded)return GR(e,t);let a=GR(e,i),o=a.coords[0];if(o>=1){let n=GR(UR.WHITE,t);return n.alpha=e.alpha,GR(n,t)}if(o<=0){let n=GR(UR.BLACK,t);return n.alpha=e.alpha,GR(n,t)}if(vL(a,t,{epsilon:0}))return GR(a,t);function s(e){let n=GR(e,t),r=Object.values(t.coords);return n.coords=n.coords.map((e,t)=>{if(`range`in r[t]){let[n,i]=r[t].range;return wI(n,e,i)}return e}),n}let c=0,l=a.coords[1],u=!0,d=yL(a),f=s(d),p=gL(f,d);if(p<n)return f;for(;l-c>r;){let e=(c+l)/2;if(d.coords[1]=e,u&&vL(d,t,{epsilon:0}))c=e;else if(f=s(d),p=gL(f,d),p<n){if(n-p<r)break;u=!1,c=e}else l=e}return f}function GR(e,t,{inGamut:n}={}){e=zI(e),t=VI.get(t);let r=t.from(e),i={space:t,coords:r,alpha:e.alpha};return n&&(i=HR(i,n===!0?void 0:n)),i}GR.returns=`color`;function KR(e,{precision:t=MI.precision,format:n=`default`,inGamut:r=!0,...i}={}){let a;e=zI(e);let o=n;n=e.space.getFormat(n)??e.space.getFormat(`default`)??VI.DEFAULT_FORMAT;let s=e.coords.slice();if(r||=n.toGamut,r&&!vL(e)&&(s=HR(yL(e),r===!0?void 0:r).coords),n.type===`custom`)if(i.precision=t,n.serialize)a=n.serialize(s,e.alpha,i);else throw TypeError(`format ${o} can only be used to parse colors, not for serialization`);else{let r=n.name||`color`;n.serializeCoords?s=n.serializeCoords(s,t):t!==null&&(s=s.map(e=>pI(e,{precision:t})));let i=[...s];if(r===`color`){var c,l;let t=n.id||(c=l=n.ids)?.[0]||e.space.id;i.unshift(t)}let o=e.alpha;t!==null&&(o=pI(o,{precision:t}));let u=e.alpha>=1||n.noAlpha?``:`${n.commas?`,`:` /`} ${o}`;a=`${r}(${i.join(n.commas?`, `:` `)}${u})`}return a}const qR=[[.6369580483012914,.14461690358620832,.1688809751641721],[.2627002120112671,.6779980715188708,.05930171646986196],[0,.028072693049087428,1.060985057710791]],JR=[[1.716651187971268,-.355670783776392,-.25336628137366],[-.666684351832489,1.616481236634939,.0157685458139111],[.017639857445311,-.042770613257809,.942103121235474]];var YR=new GI({id:`rec2020-linear`,cssId:`--rec2020-linear`,name:`Linear REC.2020`,white:`D65`,toXYZ_M:qR,fromXYZ_M:JR});const XR=1.09929682680944,ZR=.018053968510807;var QR=new GI({id:`rec2020`,name:`REC.2020`,base:YR,toBase(e){return e.map(function(e){return e<ZR*4.5?e/4.5:((e+XR-1)/XR)**(1/.45)})},fromBase(e){return e.map(function(e){return e>=ZR?XR*e**.45-(XR-1):4.5*e})}});const $R=[[.4865709486482162,.26566769316909306,.1982172852343625],[.2289745640697488,.6917385218365064,.079286914093745],[0,.04511338185890264,1.043944368900976]],ez=[[2.493496911941425,-.9313836179191239,-.40271078445071684],[-.8294889695615747,1.7626640603183463,.023624685841943577],[.03584583024378447,-.07617238926804182,.9568845240076872]];var tz=new GI({id:`p3-linear`,cssId:`--display-p3-linear`,name:`Linear P3`,white:`D65`,toXYZ_M:$R,fromXYZ_M:ez});const nz=[[.41239079926595934,.357584339383878,.1804807884018343],[.21263900587151027,.715168678767756,.07219231536073371],[.01933081871559182,.11919477979462598,.9505321522496607]],rz=[[3.2409699419045226,-1.537383177570094,-.4986107602930034],[-.9692436362808796,1.8759675015077202,.04155505740717559],[.05563007969699366,-.20397695888897652,1.0569715142428786]];var iz=new GI({id:`srgb-linear`,name:`Linear sRGB`,white:`D65`,toXYZ_M:nz,fromXYZ_M:rz}),az={aliceblue:[240/255,248/255,1],antiquewhite:[250/255,235/255,215/255],aqua:[0,1,1],aquamarine:[127/255,1,212/255],azure:[240/255,1,1],beige:[245/255,245/255,220/255],bisque:[1,228/255,196/255],black:[0,0,0],blanchedalmond:[1,235/255,205/255],blue:[0,0,1],blueviolet:[138/255,43/255,226/255],brown:[165/255,42/255,42/255],burlywood:[222/255,184/255,135/255],cadetblue:[95/255,158/255,160/255],chartreuse:[127/255,1,0],chocolate:[210/255,105/255,30/255],coral:[1,127/255,80/255],cornflowerblue:[100/255,149/255,237/255],cornsilk:[1,248/255,220/255],crimson:[220/255,20/255,60/255],cyan:[0,1,1],darkblue:[0,0,139/255],darkcyan:[0,139/255,139/255],darkgoldenrod:[184/255,134/255,11/255],darkgray:[169/255,169/255,169/255],darkgreen:[0,100/255,0],darkgrey:[169/255,169/255,169/255],darkkhaki:[189/255,183/255,107/255],darkmagenta:[139/255,0,139/255],darkolivegreen:[85/255,107/255,47/255],darkorange:[1,140/255,0],darkorchid:[153/255,50/255,204/255],darkred:[139/255,0,0],darksalmon:[233/255,150/255,122/255],darkseagreen:[143/255,188/255,143/255],darkslateblue:[72/255,61/255,139/255],darkslategray:[47/255,79/255,79/255],darkslategrey:[47/255,79/255,79/255],darkturquoise:[0,206/255,209/255],darkviolet:[148/255,0,211/255],deeppink:[1,20/255,147/255],deepskyblue:[0,191/255,1],dimgray:[105/255,105/255,105/255],dimgrey:[105/255,105/255,105/255],dodgerblue:[30/255,144/255,1],firebrick:[178/255,34/255,34/255],floralwhite:[1,250/255,240/255],forestgreen:[34/255,139/255,34/255],fuchsia:[1,0,1],gainsboro:[220/255,220/255,220/255],ghostwhite:[248/255,248/255,1],gold:[1,215/255,0],goldenrod:[218/255,165/255,32/255],gray:[128/255,128/255,128/255],green:[0,128/255,0],greenyellow:[173/255,1,47/255],grey:[128/255,128/255,128/255],honeydew:[240/255,1,240/255],hotpink:[1,105/255,180/255],indianred:[205/255,92/255,92/255],indigo:[75/255,0,130/255],ivory:[1,1,240/255],khaki:[240/255,230/255,140/255],lavender:[230/255,230/255,250/255],lavenderblush:[1,240/255,245/255],lawngreen:[124/255,252/255,0],lemonchiffon:[1,250/255,205/255],lightblue:[173/255,216/255,230/255],lightcoral:[240/255,128/255,128/255],lightcyan:[224/255,1,1],lightgoldenrodyellow:[250/255,250/255,210/255],lightgray:[211/255,211/255,211/255],lightgreen:[144/255,238/255,144/255],lightgrey:[211/255,211/255,211/255],lightpink:[1,182/255,193/255],lightsalmon:[1,160/255,122/255],lightseagreen:[32/255,178/255,170/255],lightskyblue:[135/255,206/255,250/255],lightslategray:[119/255,136/255,153/255],lightslategrey:[119/255,136/255,153/255],lightsteelblue:[176/255,196/255,222/255],lightyellow:[1,1,224/255],lime:[0,1,0],limegreen:[50/255,205/255,50/255],linen:[250/255,240/255,230/255],magenta:[1,0,1],maroon:[128/255,0,0],mediumaquamarine:[102/255,205/255,170/255],mediumblue:[0,0,205/255],mediumorchid:[186/255,85/255,211/255],mediumpurple:[147/255,112/255,219/255],mediumseagreen:[60/255,179/255,113/255],mediumslateblue:[123/255,104/255,238/255],mediumspringgreen:[0,250/255,154/255],mediumturquoise:[72/255,209/255,204/255],mediumvioletred:[199/255,21/255,133/255],midnightblue:[25/255,25/255,112/255],mintcream:[245/255,1,250/255],mistyrose:[1,228/255,225/255],moccasin:[1,228/255,181/255],navajowhite:[1,222/255,173/255],navy:[0,0,128/255],oldlace:[253/255,245/255,230/255],olive:[128/255,128/255,0],olivedrab:[107/255,142/255,35/255],orange:[1,165/255,0],orangered:[1,69/255,0],orchid:[218/255,112/255,214/255],palegoldenrod:[238/255,232/255,170/255],palegreen:[152/255,251/255,152/255],paleturquoise:[175/255,238/255,238/255],palevioletred:[219/255,112/255,147/255],papayawhip:[1,239/255,213/255],peachpuff:[1,218/255,185/255],peru:[205/255,133/255,63/255],pink:[1,192/255,203/255],plum:[221/255,160/255,221/255],powderblue:[176/255,224/255,230/255],purple:[128/255,0,128/255],rebeccapurple:[102/255,51/255,153/255],red:[1,0,0],rosybrown:[188/255,143/255,143/255],royalblue:[65/255,105/255,225/255],saddlebrown:[139/255,69/255,19/255],salmon:[250/255,128/255,114/255],sandybrown:[244/255,164/255,96/255],seagreen:[46/255,139/255,87/255],seashell:[1,245/255,238/255],sienna:[160/255,82/255,45/255],silver:[192/255,192/255,192/255],skyblue:[135/255,206/255,235/255],slateblue:[106/255,90/255,205/255],slategray:[112/255,128/255,144/255],slategrey:[112/255,128/255,144/255],snow:[1,250/255,250/255],springgreen:[0,1,127/255],steelblue:[70/255,130/255,180/255],tan:[210/255,180/255,140/255],teal:[0,128/255,128/255],thistle:[216/255,191/255,216/255],tomato:[1,99/255,71/255],turquoise:[64/255,224/255,208/255],violet:[238/255,130/255,238/255],wheat:[245/255,222/255,179/255],white:[1,1,1],whitesmoke:[245/255,245/255,245/255],yellow:[1,1,0],yellowgreen:[154/255,205/255,50/255]};let oz=[,,,].fill(`<percentage> | <number>[0, 255]`),sz=[,,,].fill(`<number>[0, 255]`);var cz=new GI({id:`srgb`,name:`sRGB`,base:iz,fromBase:e=>e.map(e=>{let t=e<0?-1:1,n=e*t;return n>.0031308?t*(1.055*n**(1/2.4)-.055):12.92*e}),toBase:e=>e.map(e=>{let t=e<0?-1:1,n=e*t;return n<=.04045?e/12.92:t*((n+.055)/1.055)**2.4}),formats:{rgb:{coords:oz},rgb_number:{name:`rgb`,commas:!0,coords:sz,noAlpha:!0},color:{},rgba:{coords:oz,commas:!0,lastAlpha:!0},rgba_number:{name:`rgba`,commas:!0,coords:sz},hex:{type:`custom`,toGamut:!0,test:e=>/^#([a-f0-9]{3,4}){1,2}$/i.test(e),parse(e){e.length<=5&&(e=e.replace(/[a-f0-9]/gi,`$&$&`));let t=[];return e.replace(/[a-f0-9]{2}/gi,e=>{t.push(parseInt(e,16)/255)}),{spaceId:`srgb`,coords:t.slice(0,3),alpha:t.slice(3)[0]}},serialize:(e,t,{collapse:n=!0}={})=>{t<1&&e.push(t),e=e.map(e=>Math.round(e*255));let r=n&&e.every(e=>e%17==0),i=e.map(e=>r?(e/17).toString(16):e.toString(16).padStart(2,`0`)).join(``);return`#`+i}},keyword:{type:`custom`,test:e=>/^[a-z]+$/i.test(e),parse(e){e=e.toLowerCase();let t={spaceId:`srgb`,coords:null,alpha:1};if(e===`transparent`?(t.coords=az.black,t.alpha=0):t.coords=az[e],t.coords)return t}}}}),lz=new GI({id:`p3`,cssId:`display-p3`,name:`P3`,base:tz,fromBase:cz.fromBase,toBase:cz.toBase});MI.display_space=cz;let uz;if(typeof CSS<`u`&&CSS.supports)for(let e of[tL,QR,lz]){let t=e.getMinCoords(),n={space:e,coords:t,alpha:1},r=KR(n);if(CSS.supports(`color`,r)){MI.display_space=e;break}}function dz(e,{space:t=MI.display_space,...n}={}){let r=KR(e,n);if(typeof CSS>`u`||CSS.supports(`color`,r)||!MI.display_space)r=new String(r),r.color=e;else{let i=e,a=e.coords.some(mI)||mI(e.alpha);if(a&&!(uz??=CSS.supports(`color`,`hsl(none 50% 50%)`))&&(i=yL(e),i.coords=i.coords.map(hI),i.alpha=hI(i.alpha),r=KR(i,n),CSS.supports(`color`,r)))return r=new String(r),r.color=i,r;i=GR(i,t),r=new String(KR(i,n)),r.color=i}return r}function fz(e,t){return e=zI(e),t=zI(t),e.space===t.space&&e.alpha===t.alpha&&e.coords.every((e,n)=>e===t.coords[n])}function pz(e){return qI(e,[WI,`y`])}function mz(e,t){YI(e,[WI,`y`],t)}function hz(e){Object.defineProperty(e.prototype,`luminance`,{get(){return pz(this)},set(e){mz(this,e)}})}var gz=Object.freeze({__proto__:null,getLuminance:pz,register:hz,setLuminance:mz});function _z(e,t){e=zI(e),t=zI(t);let n=Math.max(pz(e),0),r=Math.max(pz(t),0);return r>n&&([n,r]=[r,n]),(n+.05)/(r+.05)}const vz=.56,yz=.57,bz=.62,xz=.65,Sz=.022,Cz=1.414,wz=.1,Tz=5e-4,Ez=1.14,Dz=.027,Oz=1.14;function kz(e){return e>=Sz?e:e+(Sz-e)**Cz}function Az(e){let t=e<0?-1:1,n=Math.abs(e);return t*n**2.4}function jz(e,t){t=zI(t),e=zI(e);let n,r,i,a,o,s;t=GR(t,`srgb`),[a,o,s]=t.coords;let c=Az(a)*.2126729+Az(o)*.7151522+Az(s)*.072175;e=GR(e,`srgb`),[a,o,s]=e.coords;let l=Az(a)*.2126729+Az(o)*.7151522+Az(s)*.072175,u=kz(c),d=kz(l),f=d>u;return Math.abs(d-u)<Tz?r=0:f?(n=d**vz-u**yz,r=n*Ez):(n=d**xz-u**bz,r=n*Oz),i=Math.abs(r)<wz?0:r>0?r-Dz:r+Dz,i*100}function Mz(e,t){e=zI(e),t=zI(t);let n=Math.max(pz(e),0),r=Math.max(pz(t),0);r>n&&([n,r]=[r,n]);let i=n+r;return i===0?0:(n-r)/i}const Nz=5e4;function Pz(e,t){e=zI(e),t=zI(t);let n=Math.max(pz(e),0),r=Math.max(pz(t),0);return r>n&&([n,r]=[r,n]),r===0?Nz:(n-r)/r}function Fz(e,t){e=zI(e),t=zI(t);let n=qI(e,[tL,`l`]),r=qI(t,[tL,`l`]);return Math.abs(n-r)}const Iz=216/24389,Lz=24/116,Rz=24389/27;let zz=NI.D65;var Bz=new VI({id:`lab-d65`,name:`Lab D65`,coords:{l:{refRange:[0,100],name:`Lightness`},a:{refRange:[-125,125]},b:{refRange:[-125,125]}},white:zz,base:WI,fromBase(e){let t=e.map((e,t)=>e/zz[t]),n=t.map(e=>e>Iz?Math.cbrt(e):(Rz*e+16)/116);return[116*n[1]-16,500*(n[0]-n[1]),200*(n[1]-n[2])]},toBase(e){let t=[];t[1]=(e[0]+16)/116,t[0]=e[1]/500+t[1],t[2]=t[1]-e[2]/200;let n=[t[0]>Lz?t[0]**3:(116*t[0]-16)/Rz,e[0]>8?((e[0]+16)/116)**3:e[0]/Rz,t[2]>Lz?t[2]**3:(116*t[2]-16)/Rz];return n.map((e,t)=>e*zz[t])},formats:{"lab-d65":{coords:[`<number> | <percentage>`,`<number> | <percentage>[-1,1]`,`<number> | <percentage>[-1,1]`]}}});const Vz=5**.5*.5+.5;function Hz(e,t){e=zI(e),t=zI(t);let n=qI(e,[Bz,`l`]),r=qI(t,[Bz,`l`]),i=Math.abs(n**+Vz-r**+Vz),a=i**(1/Vz)*Math.SQRT2-40;return a<7.5?0:a}var Uz=Object.freeze({__proto__:null,contrastAPCA:jz,contrastDeltaPhi:Hz,contrastLstar:Fz,contrastMichelson:Mz,contrastWCAG21:_z,contrastWeber:Pz});function Wz(e,t,n={}){dI(n)&&(n={algorithm:n});let{algorithm:r,...i}=n;if(!r){let e=Object.keys(Uz).map(e=>e.replace(/^contrast/,``)).join(`, `);throw TypeError(`contrast() function needs a contrast algorithm. Please specify one of: ${e}`)}for(let n in e=zI(e),t=zI(t),Uz)if(`contrast`+r.toLowerCase()===n.toLowerCase())return Uz[n](e,t,i);throw TypeError(`Unknown contrast algorithm: ${r}`)}function Gz(e){let[t,n,r]=KI(e,WI),i=t+15*n+3*r;return[4*t/i,9*n/i]}function Kz(e){let[t,n,r]=KI(e,WI),i=t+n+r;return[t/i,n/i]}function qz(e){Object.defineProperty(e.prototype,`uv`,{get(){return Gz(this)}}),Object.defineProperty(e.prototype,`xy`,{get(){return Kz(this)}})}var Jz=Object.freeze({__proto__:null,register:qz,uv:Gz,xy:Kz});function Yz(e,t,n={}){dI(n)&&(n={method:n});let{method:r=MI.deltaE,...i}=n;for(let n in zR)if(`deltae`+r.toLowerCase()===n.toLowerCase())return zR[n](e,t,i);throw TypeError(`Unknown deltaE method: ${r}`)}function Xz(e,t=.25){let n=VI.get(`oklch`,`lch`),r=[n,`l`];return YI(e,r,e=>e*(1+t))}function Zz(e,t=.25){let n=VI.get(`oklch`,`lch`),r=[n,`l`];return YI(e,r,e=>e*(1-t))}var Qz=Object.freeze({__proto__:null,darken:Zz,lighten:Xz});function $z(e,t,n=.5,r={}){[e,t]=[zI(e),zI(t)],fI(n)===`object`&&([n,r]=[.5,n]);let i=tB(e,t,r);return i(n)}function eB(e,t,n={}){let r;nB(e)&&([r,n]=[e,t],[e,t]=r.rangeArgs.colors);let{maxDeltaE:i,deltaEMethod:a,steps:o=2,maxSteps:s=1e3,...c}=n;r||([e,t]=[zI(e),zI(t)],r=tB(e,t,c));let l=Yz(e,t),u=i>0?Math.max(o,Math.ceil(l/i)+1):o,d=[];if(s!==void 0&&(u=Math.min(u,s)),u===1)d=[{p:.5,color:r(.5)}];else{let e=1/(u-1);d=Array.from({length:u},(t,n)=>{let i=n*e;return{p:i,color:r(i)}})}if(i>0){let e=d.reduce((e,t,n)=>{if(n===0)return 0;let r=Yz(t.color,d[n-1].color,a);return Math.max(e,r)},0);for(;e>i;){e=0;for(let t=1;t<d.length&&d.length<s;t++){let n=d[t-1],i=d[t],a=(i.p+n.p)/2,o=r(a);e=Math.max(e,Yz(o,n.color),Yz(o,i.color)),d.splice(t,0,{p:a,color:r(a)}),t++}}}return d=d.map(e=>e.color),d}function tB(e,t,n={}){if(nB(e)){let[n,r]=[e,t];return tB(...n.rangeArgs.colors,{...n.rangeArgs.options,...r})}let{space:r,outputSpace:i,progression:a,premultiplied:o}=n;e=zI(e),t=zI(t),e=yL(e),t=yL(t);let s={colors:[e,t],options:n};if(r=r?VI.get(r):VI.registry[MI.interpolationSpace]||e.space,i=i?VI.get(i):r,e=GR(e,r),t=GR(t,r),e=HR(e),t=HR(t),r.coords.h&&r.coords.h.type===`angle`){let i=n.hue=n.hue||`shorter`,a=[r,`h`],[o,s]=[qI(e,a),qI(t,a)];isNaN(o)&&!isNaN(s)?o=s:isNaN(s)&&!isNaN(o)&&(s=o),[o,s]=rL(i,[o,s]),YI(e,a,o),YI(t,a,s)}return o&&(e.coords=e.coords.map(t=>t*e.alpha),t.coords=t.coords.map(e=>e*t.alpha)),Object.assign(n=>{n=a?a(n):n;let s=e.coords.map((e,r)=>{let i=t.coords[r];return bI(e,i,n)}),c=bI(e.alpha,t.alpha,n),l={space:r,coords:s,alpha:c};return o&&(l.coords=l.coords.map(e=>e/c)),i!==r&&(l=GR(l,i)),l},{rangeArgs:s})}function nB(e){return fI(e)===`function`&&!!e.rangeArgs}MI.interpolationSpace=`lab`;function rB(e){e.defineFunction(`mix`,$z,{returns:`color`}),e.defineFunction(`range`,tB,{returns:`function<color>`}),e.defineFunction(`steps`,eB,{returns:`array<color>`})}var iB=Object.freeze({__proto__:null,isRange:nB,mix:$z,range:tB,register:rB,steps:eB}),aB=new VI({id:`hsl`,name:`HSL`,coords:{h:{refRange:[0,360],type:`angle`,name:`Hue`},s:{range:[0,100],name:`Saturation`},l:{range:[0,100],name:`Lightness`}},base:cz,fromBase:e=>{let t=Math.max(...e),n=Math.min(...e),[r,i,a]=e,[o,s,c]=[NaN,0,(n+t)/2],l=t-n;if(l!==0){switch(s=c===0||c===1?0:(t-c)/Math.min(c,1-c),t){case r:o=(i-a)/l+(i<a?6:0);break;case i:o=(a-r)/l+2;break;case a:o=(r-i)/l+4}o*=60}return s<0&&(o+=180,s=Math.abs(s)),o>=360&&(o-=360),[o,s*100,c*100]},toBase:e=>{let[t,n,r]=e;t%=360,t<0&&(t+=360),n/=100,r/=100;function i(e){let i=(e+t/30)%12,a=n*Math.min(r,1-r);return r-a*Math.max(-1,Math.min(i-3,9-i,1))}return[i(0),i(8),i(4)]},formats:{hsl:{coords:[`<number> | <angle>`,`<percentage>`,`<percentage>`]},hsla:{coords:[`<number> | <angle>`,`<percentage>`,`<percentage>`],commas:!0,lastAlpha:!0}}}),oB=new VI({id:`hsv`,name:`HSV`,coords:{h:{refRange:[0,360],type:`angle`,name:`Hue`},s:{range:[0,100],name:`Saturation`},v:{range:[0,100],name:`Value`}},base:aB,fromBase(e){let[t,n,r]=e;n/=100,r/=100;let i=r+n*Math.min(r,1-r);return[t,i===0?0:200*(1-r/i),100*i]},toBase(e){let[t,n,r]=e;n/=100,r/=100;let i=r*(1-n/2);return[t,i===0||i===1?0:(r-i)/Math.min(i,1-i)*100,i*100]},formats:{color:{id:`--hsv`,coords:[`<number> | <angle>`,`<percentage> | <number>`,`<percentage> | <number>`]}}}),sB=new VI({id:`hwb`,name:`HWB`,coords:{h:{refRange:[0,360],type:`angle`,name:`Hue`},w:{range:[0,100],name:`Whiteness`},b:{range:[0,100],name:`Blackness`}},base:oB,fromBase(e){let[t,n,r]=e;return[t,r*(100-n)/100,100-r]},toBase(e){let[t,n,r]=e;n/=100,r/=100;let i=n+r;if(i>=1){let e=n/i;return[t,0,e*100]}let a=1-r,o=a===0?0:1-n/a;return[t,o*100,a*100]},formats:{hwb:{coords:[`<number> | <angle>`,`<percentage> | <number>`,`<percentage> | <number>`]}}});const cB=[[.5766690429101305,.1855582379065463,.1882286462349947],[.29734497525053605,.6273635662554661,.07529145849399788],[.02703136138641234,.07068885253582723,.9913375368376388]],lB=[[2.0415879038107465,-.5650069742788596,-.34473135077832956],[-.9692436362808795,1.8759675015077202,.04155505740717557],[.013444280632031142,-.11836239223101838,1.0151749943912054]];var uB=new GI({id:`a98rgb-linear`,cssId:`--a98-rgb-linear`,name:`Linear Adobe® 98 RGB compatible`,white:`D65`,toXYZ_M:cB,fromXYZ_M:lB}),dB=new GI({id:`a98rgb`,cssId:`a98-rgb`,name:`Adobe® 98 RGB compatible`,base:uB,toBase:e=>e.map(e=>Math.abs(e)**(563/256)*Math.sign(e)),fromBase:e=>e.map(e=>Math.abs(e)**(256/563)*Math.sign(e))});const fB=[[.7977666449006423,.13518129740053308,.0313477341283922],[.2880748288194013,.711835234241873,8993693872564e-17],[0,0,.8251046025104602]],pB=[[1.3457868816471583,-.25557208737979464,-.05110186497554526],[-.5446307051249019,1.5082477428451468,.02052744743642139],[0,0,1.2119675456389452]];var mB=new GI({id:`prophoto-linear`,cssId:`--prophoto-rgb-linear`,name:`Linear ProPhoto`,white:`D50`,base:XI,toXYZ_M:fB,fromXYZ_M:pB});const hB=1/512,gB=16/512;var _B=new GI({id:`prophoto`,cssId:`prophoto-rgb`,name:`ProPhoto`,base:mB,toBase(e){return e.map(e=>e<gB?e/16:e**1.8)},fromBase(e){return e.map(e=>e>=hB?e**(1/1.8):16*e)}}),vB=new VI({id:`oklch`,name:`Oklch`,coords:{l:{refRange:[0,1],name:`Lightness`},c:{refRange:[0,.4],name:`Chroma`},h:{refRange:[0,360],type:`angle`,name:`Hue`}},white:`D65`,base:hL,fromBase(e){let[t,n,r]=e,i,a=2e-4;return i=Math.abs(n)<a&&Math.abs(r)<a?NaN:Math.atan2(r,n)*180/Math.PI,[t,Math.sqrt(n**2+r**2),nL(i)]},toBase(e){let[t,n,r]=e,i,a;return isNaN(r)?(i=0,a=0):(i=n*Math.cos(r*Math.PI/180),a=n*Math.sin(r*Math.PI/180)),[t,i,a]},formats:{oklch:{coords:[`<percentage> | <number>`,`<number> | <percentage>[0,1]`,`<number> | <angle>`]}}});let yB=NI.D65;const bB=216/24389,xB=24389/27,[SB,CB]=Gz({space:WI,coords:yB});var wB=new VI({id:`luv`,name:`Luv`,coords:{l:{refRange:[0,100],name:`Lightness`},u:{refRange:[-215,215]},v:{refRange:[-215,215]}},white:yB,base:WI,fromBase(e){let t=[hI(e[0]),hI(e[1]),hI(e[2])],n=t[1],[r,i]=Gz({space:WI,coords:t});if(!Number.isFinite(r)||!Number.isFinite(i))return[0,0,0];let a=n<=bB?xB*n:116*Math.cbrt(n)-16;return[a,13*a*(r-SB),13*a*(i-CB)]},toBase(e){let[t,n,r]=e;if(t===0||mI(t))return[0,0,0];n=hI(n),r=hI(r);let i=n/(13*t)+SB,a=r/(13*t)+CB,o=t<=8?t/xB:((t+16)/116)**3;return[o*(9*i/(4*a)),o,o*((12-3*i-20*a)/(4*a))]},formats:{color:{id:`--luv`,coords:[`<number> | <percentage>`,`<number> | <percentage>[-1,1]`,`<number> | <percentage>[-1,1]`]}}}),TB=new VI({id:`lchuv`,name:`LChuv`,coords:{l:{refRange:[0,100],name:`Lightness`},c:{refRange:[0,220],name:`Chroma`},h:{refRange:[0,360],type:`angle`,name:`Hue`}},base:wB,fromBase(e){let[t,n,r]=e,i,a=.02;return i=Math.abs(n)<a&&Math.abs(r)<a?NaN:Math.atan2(r,n)*180/Math.PI,[t,Math.sqrt(n**2+r**2),nL(i)]},toBase(e){let[t,n,r]=e;return n<0&&(n=0),isNaN(r)&&(r=0),[t,n*Math.cos(r*Math.PI/180),n*Math.sin(r*Math.PI/180)]},formats:{color:{id:`--lchuv`,coords:[`<number> | <percentage>`,`<number> | <percentage>`,`<number> | <angle>`]}}});const EB=216/24389,DB=24389/27,OB=rz[0][0],kB=rz[0][1],AB=rz[0][2],jB=rz[1][0],MB=rz[1][1],NB=rz[1][2],PB=rz[2][0],FB=rz[2][1],IB=rz[2][2];function LB(e,t,n){let r=t/(Math.sin(n)-e*Math.cos(n));return r<0?1/0:r}function RB(e){let t=(e+16)**3/1560896,n=t>EB?t:e/DB,r=n*(284517*OB-94839*AB),i=n*(838422*AB+769860*kB+731718*OB),a=n*(632260*AB-126452*kB),o=n*(284517*jB-94839*NB),s=n*(838422*NB+769860*MB+731718*jB),c=n*(632260*NB-126452*MB),l=n*(284517*PB-94839*IB),u=n*(838422*IB+769860*FB+731718*PB),d=n*(632260*IB-126452*FB);return{r0s:r/a,r0i:i*e/a,r1s:r/(a+126452),r1i:(i-769860)*e/(a+126452),g0s:o/c,g0i:s*e/c,g1s:o/(c+126452),g1i:(s-769860)*e/(c+126452),b0s:l/d,b0i:u*e/d,b1s:l/(d+126452),b1i:(u-769860)*e/(d+126452)}}function zB(e,t){let n=t/360*Math.PI*2,r=LB(e.r0s,e.r0i,n),i=LB(e.r1s,e.r1i,n),a=LB(e.g0s,e.g0i,n),o=LB(e.g1s,e.g1i,n),s=LB(e.b0s,e.b0i,n),c=LB(e.b1s,e.b1i,n);return Math.min(r,i,a,o,s,c)}var BB=new VI({id:`hsluv`,name:`HSLuv`,coords:{h:{refRange:[0,360],type:`angle`,name:`Hue`},s:{range:[0,100],name:`Saturation`},l:{range:[0,100],name:`Lightness`}},base:TB,gamutSpace:cz,fromBase(e){let[t,n,r]=[hI(e[0]),hI(e[1]),hI(e[2])],i;if(t>99.9999999)i=0,t=100;else if(t<1e-8)i=0,t=0;else{let e=RB(t),a=zB(e,r);i=n/a*100}return[r,i,t]},toBase(e){let[t,n,r]=[hI(e[0]),hI(e[1]),hI(e[2])],i;if(r>99.9999999)r=100,i=0;else if(r<1e-8)r=0,i=0;else{let e=RB(r),a=zB(e,t);i=a/100*n}return[r,i,t]},formats:{color:{id:`--hsluv`,coords:[`<number> | <angle>`,`<percentage> | <number>`,`<percentage> | <number>`]}}});rz[0][0],rz[0][1],rz[0][2],rz[1][0],rz[1][1],rz[1][2],rz[2][0],rz[2][1],rz[2][2];function VB(e,t){return Math.abs(t)/Math.sqrt(e**2+1)}function HB(e){let t=VB(e.r0s,e.r0i),n=VB(e.r1s,e.r1i),r=VB(e.g0s,e.g0i),i=VB(e.g1s,e.g1i),a=VB(e.b0s,e.b0i),o=VB(e.b1s,e.b1i);return Math.min(t,n,r,i,a,o)}var UB=new VI({id:`hpluv`,name:`HPLuv`,coords:{h:{refRange:[0,360],type:`angle`,name:`Hue`},s:{range:[0,100],name:`Saturation`},l:{range:[0,100],name:`Lightness`}},base:TB,gamutSpace:`self`,fromBase(e){let[t,n,r]=[hI(e[0]),hI(e[1]),hI(e[2])],i;if(t>99.9999999)i=0,t=100;else if(t<1e-8)i=0,t=0;else{let e=RB(t),r=HB(e);i=n/r*100}return[r,i,t]},toBase(e){let[t,n,r]=[hI(e[0]),hI(e[1]),hI(e[2])],i;if(r>99.9999999)r=100,i=0;else if(r<1e-8)r=0,i=0;else{let e=RB(r),t=HB(e);i=t/100*n}return[r,i,t]},formats:{color:{id:`--hpluv`,coords:[`<number> | <angle>`,`<percentage> | <number>`,`<percentage> | <number>`]}}});const WB=203,GB=2610/2**14,KB=2**14/2610,qB=2523/2**5,JB=2**5/2523,YB=3424/2**12,XB=2413/2**7,ZB=2392/2**7;var QB=new GI({id:`rec2100pq`,cssId:`rec2100-pq`,name:`REC.2100-PQ`,base:YR,toBase(e){return e.map(function(e){let t=(Math.max(e**JB-YB,0)/(XB-ZB*e**JB))**KB;return t*1e4/WB})},fromBase(e){return e.map(function(e){let t=Math.max(e*WB/1e4,0),n=YB+XB*t**GB,r=1+ZB*t**GB;return(n/r)**qB})}});const $B=.17883277,eV=.28466892,tV=.55991073,nV=3.7743;var rV=new GI({id:`rec2100hlg`,cssId:`rec2100-hlg`,name:`REC.2100-HLG`,referred:`scene`,base:YR,toBase(e){return e.map(function(e){return e<=.5?e**2/3*nV:(Math.exp((e-tV)/$B)+eV)/12*nV})},fromBase(e){return e.map(function(e){return e/=nV,e<=1/12?Math.sqrt(3*e):$B*Math.log(12*e-eV)+tV})}});const iV={};jI.add(`chromatic-adaptation-start`,e=>{e.options.method&&(e.M=oV(e.W1,e.W2,e.options.method))}),jI.add(`chromatic-adaptation-end`,e=>{e.M||=oV(e.W1,e.W2,e.options.method)});function aV({id:e,toCone_M:t,fromCone_M:n}){iV[e]=arguments[0]}function oV(e,t,n=`Bradford`){let r=iV[n],[i,a,o]=uI(r.toCone_M,e),[s,c,l]=uI(r.toCone_M,t),u=[[s/i,0,0],[0,c/a,0],[0,0,l/o]],d=uI(u,r.toCone_M),f=uI(r.fromCone_M,d);return f}aV({id:`von Kries`,toCone_M:[[.40024,.7076,-.08081],[-.2263,1.16532,.0457],[0,0,.91822]],fromCone_M:[[1.8599363874558397,-1.1293816185800916,.21989740959619328],[.3611914362417676,.6388124632850422,-6370596838649899e-21],[0,0,1.0890636230968613]]}),aV({id:`Bradford`,toCone_M:[[.8951,.2664,-.1614],[-.7502,1.7135,.0367],[.0389,-.0685,1.0296]],fromCone_M:[[.9869929054667121,-.14705425642099013,.15996265166373122],[.4323052697233945,.5183602715367774,.049291228212855594],[-.00852866457517732,.04004282165408486,.96848669578755]]}),aV({id:`CAT02`,toCone_M:[[.7328,.4296,-.1624],[-.7036,1.6975,.0061],[.003,.0136,.9834]],fromCone_M:[[1.0961238208355142,-.27886900021828726,.18274517938277307],[.4543690419753592,.4735331543074117,.07209780371722911],[-.009627608738429355,-.00569803121611342,1.0153256399545427]]}),aV({id:`CAT16`,toCone_M:[[.401288,.650173,-.051461],[-.250268,1.204414,.045854],[-.002079,.048952,.953127]],fromCone_M:[[1.862067855087233,-1.0112546305316845,.14918677544445172],[.3875265432361372,.6214474419314753,-.008973985167612521],[-.01584149884933386,-.03412293802851557,1.0499644368778496]]}),Object.assign(NI,{A:[1.0985,1,.35585],C:[.98074,1,1.18232],D55:[.95682,1,.92149],D75:[.94972,1,1.22638],E:[1,1,1],F2:[.99186,1,.67393],F7:[.95041,1,1.08747],F11:[1.00962,1,.6435]}),NI.ACES=[.32168/.33767,1,.34065/.33767];const sV=[[.6624541811085053,.13400420645643313,.1561876870049078],[.27222871678091454,.6740817658111484,.05368951740793705],[-.005574649490394108,.004060733528982826,1.0103391003129971]],cV=[[1.6410233796943257,-.32480329418479,-.23642469523761225],[-.6636628587229829,1.6153315916573379,.016756347685530137],[.011721894328375376,-.008284441996237409,.9883948585390215]];var lV=new GI({id:`acescg`,cssId:`--acescg`,name:`ACEScg`,coords:{r:{range:[0,65504],name:`Red`},g:{range:[0,65504],name:`Green`},b:{range:[0,65504],name:`Blue`}},referred:`scene`,white:NI.ACES,toXYZ_M:sV,fromXYZ_M:cV});const uV=2**-16,dV=-.35828683,fV=(Math.log2(65504)+9.72)/17.52;var pV=new GI({id:`acescc`,cssId:`--acescc`,name:`ACEScc`,coords:{r:{range:[dV,fV],name:`Red`},g:{range:[dV,fV],name:`Green`},b:{range:[dV,fV],name:`Blue`}},referred:`scene`,base:lV,toBase(e){let t=-5.279999999999999/17.52;return e.map(function(e){return e<=t?(2**(e*17.52-9.72)-uV)*2:e<fV?2**(e*17.52-9.72):65504})},fromBase(e){return e.map(function(e){return e<=0?(Math.log2(uV)+9.72)/17.52:e<uV?(Math.log2(uV+e*.5)+9.72)/17.52:(Math.log2(e)+9.72)/17.52})}}),mV=Object.freeze({__proto__:null,A98RGB:dB,A98RGB_Linear:uB,ACEScc:pV,ACEScg:lV,CAM16_JMh:TR,HCT:PR,HPLuv:UB,HSL:aB,HSLuv:BB,HSV:oB,HWB:sB,ICTCP:nR,JzCzHz:UL,Jzazbz:HL,LCH:iL,LCHuv:TB,Lab:tL,Lab_D65:Bz,Luv:wB,OKLCH:vB,OKLab:hL,P3:lz,P3_Linear:tz,ProPhoto:_B,ProPhoto_Linear:mB,REC_2020:QR,REC_2020_Linear:YR,REC_2100_HLG:rV,REC_2100_PQ:QB,XYZ_ABS_D65:EL,XYZ_D50:XI,XYZ_D65:WI,sRGB:cz,sRGB_Linear:iz}),hV=class e{constructor(...e){let t;e.length===1&&(t=zI(e[0]));let n,r,i;t?(n=t.space||t.spaceId,r=t.coords,i=t.alpha):[n,r,i]=e,Object.defineProperty(this,`space`,{value:VI.get(n),writable:!1,enumerable:!0,configurable:!0}),this.coords=r?r.slice():[0,0,0],this.alpha=i>1||i===void 0?1:i<0?0:i;for(let e=0;e<this.coords.length;e++)this.coords[e]===`NaN`&&(this.coords[e]=NaN);for(let e in this.space.coords)Object.defineProperty(this,e,{get:()=>this.get(e),set:t=>this.set(e,t)})}get spaceId(){return this.space.id}clone(){return new e(this.space,this.coords,this.alpha)}toJSON(){return{spaceId:this.spaceId,coords:this.coords,alpha:this.alpha}}display(...t){let n=dz(this,...t);return n.color=new e(n.color),n}static get(t,...n){return t instanceof e?t:new e(t,...n)}static defineFunction(t,n,r=n){let{instance:i=!0,returns:a}=r,o=function(...t){let r=n(...t);if(a===`color`)r=e.get(r);else if(a===`function<color>`){let t=r;r=function(...n){let r=t(...n);return e.get(r)},Object.assign(r,t)}else a===`array<color>`&&(r=r.map(t=>e.get(t)));return r};t in e||(e[t]=o),i&&(e.prototype[t]=function(...e){return o(this,...e)})}static defineFunctions(t){for(let n in t)e.defineFunction(n,t[n],t[n])}static extend(exports){if(exports.register)exports.register(e);else for(let n in exports)e.defineFunction(n,exports[n])}};hV.defineFunctions({get:qI,getAll:KI,set:YI,setAll:JI,to:GR,equals:fz,inGamut:vL,toGamut:HR,distance:bL,toString:KR}),Object.assign(hV,{util:kI,hooks:jI,WHITES:NI,Space:VI,spaces:VI.registry,parse:RI,defaults:MI});for(let e of Object.keys(mV))VI.register(mV[e]);for(let e in VI.registry)gV(e,VI.registry[e]);jI.add(`colorspace-init-end`,e=>{var t,n;gV(e.id,e),(t=n=e.aliases)?.forEach(t=>{gV(t,e)})});function gV(e,t){let n=e.replace(/-/g,`_`);Object.defineProperty(hV.prototype,n,{get(){let n=this.getAll(e);return typeof Proxy>`u`?n:new Proxy(n,{has:(e,n)=>{try{return VI.resolveCoord([t,n]),!0}catch{}return Reflect.has(e,n)},get:(e,n,r)=>{if(n&&typeof n!=`symbol`&&!(n in e)){let{index:r}=VI.resolveCoord([t,n]);if(r>=0)return e[r]}return Reflect.get(e,n,r)},set:(n,r,i,a)=>{if(r&&typeof r!=`symbol`&&!(r in n)||r>=0){let{index:a}=VI.resolveCoord([t,r]);if(a>=0)return n[a]=i,this.setAll(e,n),!0}return Reflect.set(n,r,i,a)}})},set(t){this.setAll(e,t)},configurable:!0,enumerable:!0})}hV.extend(zR),hV.extend({deltaE:Yz}),Object.assign(hV,{deltaEMethods:zR}),hV.extend(Qz),hV.extend({contrast:Wz}),hV.extend(Jz),hV.extend(gz),hV.extend(iB),hV.extend(Uz);const{vec2:_V,vec4:vV}=xj,yV=e=>{let t=new hV(e);return vV(...t.to(`p3-linear`).coords,t.alpha).value},bV=e=>{let t=.5,n=.5;if(typeof e==`string`){let r=e.toLowerCase().trim().split(/\s+/);r.includes(`left`)?t=0:r.includes(`right`)?t=1:(r.includes(`center`)||r.length===1&&(r[0]===`top`||r[0]===`bottom`))&&(t=.5),r.includes(`top`)?n=0:r.includes(`bottom`)?n=1:(r.includes(`center`)||r.length===1&&(r[0]===`left`||r[0]===`right`))&&(n=.5),r.length===1&&r[0]===`center`&&(t=.5,n=.5)}else typeof e==`object`&&e?(t=e.x,n=e.y):console.warn(`Invalid position value provided: ${e}. Defaulting to center.`);return _V(t,1-n).value},{vec2:xV,viewportSize:SV}=xj,CV=(e=xV(0))=>{let t=SV,n=t.x.div(t.y),r=e.x.mul(n);return xV(r,e.y)},wV={name:`Circle`,props:{color:{type:String,default:`#ffffff`,transform:yV,description:`The color of the circle`},backgroundColor:{type:String,default:`transparent`,transform:yV,description:`The background color`},radius:{type:Number,default:1,description:`The radius of the circle`},softness:{type:Number,default:0,description:`Edge softness (0 = sharp, 1 = soft)`},center:{type:Object,default:{x:.5,y:.5},transform:bV}},fragmentNode:({uniforms:e})=>{let{vec2:t,vec4:n,length:r,mix:i,smoothstep:a,uv:o}=xj,s=t(e.center.uniform.x.mul(.5).add(.25),e.center.uniform.y.mul(.5).add(.25)),c=CV(o()),l=CV(s),u=r(c.sub(l)),d=e.softness.uniform,f=e.radius.uniform.mul(.25),p=a(f,f.sub(d),u);return n(i(e.backgroundColor.uniform,e.color.uniform,p),1)}};var TV=r({__name:`Circle`,props:o({blendMode:{},opacity:{},id:{},maskSource:{},maskType:{},color:{},backgroundColor:{},radius:{},softness:{},center:{}},{blendMode:`normal`,opacity:1,...Object.entries(wV.props).reduce((e,[t,n])=>(e[t]=n.default,e),{})}),setup(t){let n=t,r=n.id||`${wV.name.toLowerCase()}_${Math.random().toString(36).substring(7)}`;d(`ombreParentId`,r);let o=e(()=>{let e={...Object.entries(wV.props).reduce((e,[t,n])=>(e[t]=n.default,e),{})};for(let t in n)t!==`blendMode`&&t!==`opacity`&&n[t]!==Object.entries(wV.props).reduce((e,[t,n])=>(e[t]=n.default,e),{})[t]&&(e[t]=m(n[t]));return e}),s=tI(wV,o.value,r),l=a(`ombreParentId`);if(l===void 0)throw Error(`Shader components must be used inside an <Shader> component or another shader component`);let u=a(`ombreNodeRegister`);if(u===void 0)throw Error(`Shader components must be used inside an <Shader> component or another shader component`);let f=a(`ombreUniformUpdate`);if(f===void 0)throw Error(`Shader components require ombreUniformUpdate from parent`);let g=a(`ombreMetadataUpdate`);if(g===void 0)throw Error(`Shader components require ombreMetadataUpdate from parent`);let _=()=>{let e=i();e.run(()=>{Object.entries(s).forEach(([e,{uniform:t,transform:i}])=>{h(()=>n[e],n=>{if(t&&t.value!==void 0){let t=i?i(n):n;f(r,e,t)}},{deep:!0})}),h(()=>[n.blendMode,n.opacity,n.maskSource,n.maskType],([e,t])=>{g(r,{blendMode:e,opacity:t,id:n.id,mask:n.maskSource?{source:n.maskSource,type:n.maskType||`alpha`}:void 0,renderOrder:0})},{deep:!0}),u(r,wV.fragmentNode,l,{blendMode:n.blendMode,opacity:n.opacity,id:n.id,mask:n.maskSource?{source:n.maskSource,type:n.maskType||`alpha`}:void 0,renderOrder:0},s)}),c(()=>{e.stop()})};return _(),c(()=>{u(r,null,null,null,null)}),(e,t)=>p(e.$slots,`default`)}}),EV=TV;const DV={name:`DotGrid`,props:{color:{type:String,default:`#ffffff`,description:`Dot color`,transform:yV},density:{type:Number,default:100,description:`Grid density (number of dots)`},dotSize:{type:Number,default:.2,description:`Size of each dot (0-1)`}},fragmentNode:({uniforms:e})=>{let{viewportUV:t,vec4:n,vec3:r,vec2:i,smoothstep:a,length:o,floor:s,float:c,viewportSize:l}=xj,u=t,d=e.density.uniform,f=e.dotSize.uniform,p=e.color.uniform,m=l,h=m.x.div(m.y),g=i(u.x.mul(h),u.y),_=g.mul(d),v=_.sub(s(_)),y=o(v.sub(.5)),b=c(1).sub(a(f.mul(.45),f.mul(.5),y)),x=r(p).mul(b);return n(x,b)}};var OV=r({__name:`DotGrid`,props:o({blendMode:{},opacity:{},id:{},maskSource:{},maskType:{},color:{},density:{},dotSize:{}},{blendMode:`normal`,opacity:1,...Object.entries(DV.props).reduce((e,[t,n])=>(e[t]=n.default,e),{})}),setup(t){let n=t,r=n.id||`${DV.name.toLowerCase()}_${Math.random().toString(36).substring(7)}`;d(`ombreParentId`,r);let o=e(()=>{let e={...Object.entries(DV.props).reduce((e,[t,n])=>(e[t]=n.default,e),{})};for(let t in n)t!==`blendMode`&&t!==`opacity`&&n[t]!==Object.entries(DV.props).reduce((e,[t,n])=>(e[t]=n.default,e),{})[t]&&(e[t]=m(n[t]));return e}),s=tI(DV,o.value,r),l=a(`ombreParentId`);if(l===void 0)throw Error(`Shader components must be used inside an <Shader> component or another shader component`);let u=a(`ombreNodeRegister`);if(u===void 0)throw Error(`Shader components must be used inside an <Shader> component or another shader component`);let f=a(`ombreUniformUpdate`);if(f===void 0)throw Error(`Shader components require ombreUniformUpdate from parent`);let g=a(`ombreMetadataUpdate`);if(g===void 0)throw Error(`Shader components require ombreMetadataUpdate from parent`);let _=()=>{let e=i();e.run(()=>{Object.entries(s).forEach(([e,{uniform:t,transform:i}])=>{h(()=>n[e],n=>{if(t&&t.value!==void 0){let t=i?i(n):n;f(r,e,t)}},{deep:!0})}),h(()=>[n.blendMode,n.opacity,n.maskSource,n.maskType],([e,t])=>{g(r,{blendMode:e,opacity:t,id:n.id,mask:n.maskSource?{source:n.maskSource,type:n.maskType||`alpha`}:void 0,renderOrder:0})},{deep:!0}),u(r,DV.fragmentNode,l,{blendMode:n.blendMode,opacity:n.opacity,id:n.id,mask:n.maskSource?{source:n.maskSource,type:n.maskType||`alpha`}:void 0,renderOrder:0},s)}),c(()=>{e.stop()})};return _(),c(()=>{u(r,null,null,null,null)}),(e,t)=>p(e.$slots,`default`)}}),kV=OV;const AV={name:`FilmGrain`,props:{intensity:{type:Number,default:.25,description:`Grain intensity (0-1)`},power:{type:Number,default:.645,description:`Controls blending based on brightness`},speed:{type:Number,default:.5,description:`Animation speed of grain noise`}},fragmentNode:({uniforms:e,childNode:t})=>{let n=t||uF(0,0,0,0),r=tF(),i=e=>jM(RN(kM(e,cF(12.9898,78.233))).mul(43758.5453)),a=e=>kM(e,uF(.299,.587,.114,0)),o=i(r).add(xP.mul(e.speed.uniform)),s=jM(RN(o.mul(43758.5453))),c=NM(AM(.5),AM(.75),s).mul(e.intensity.uniform),l=FM(a(n),e.power.uniform),u=n.mul(c),d=DM(l,0,1),f=NM(u,n,d);return uF(f.x,f.y,f.z,n.w)}};var jV=r({__name:`FilmGrain`,props:o({blendMode:{},opacity:{},id:{},maskSource:{},maskType:{},intensity:{},power:{},speed:{}},{blendMode:`normal`,opacity:1,...Object.entries(AV.props).reduce((e,[t,n])=>(e[t]=n.default,e),{})}),setup(t){let n=t,r=n.id||`${AV.name.toLowerCase()}_${Math.random().toString(36).substring(7)}`;d(`ombreParentId`,r);let o=e(()=>{let e={...Object.entries(AV.props).reduce((e,[t,n])=>(e[t]=n.default,e),{})};for(let t in n)t!==`blendMode`&&t!==`opacity`&&n[t]!==Object.entries(AV.props).reduce((e,[t,n])=>(e[t]=n.default,e),{})[t]&&(e[t]=m(n[t]));return e}),s=tI(AV,o.value,r),l=a(`ombreParentId`);if(l===void 0)throw Error(`Shader components must be used inside an <Shader> component or another shader component`);let u=a(`ombreNodeRegister`);if(u===void 0)throw Error(`Shader components must be used inside an <Shader> component or another shader component`);let f=a(`ombreUniformUpdate`);if(f===void 0)throw Error(`Shader components require ombreUniformUpdate from parent`);let g=a(`ombreMetadataUpdate`);if(g===void 0)throw Error(`Shader components require ombreMetadataUpdate from parent`);let _=()=>{let e=i();e.run(()=>{Object.entries(s).forEach(([e,{uniform:t,transform:i}])=>{h(()=>n[e],n=>{if(t&&t.value!==void 0){let t=i?i(n):n;f(r,e,t)}},{deep:!0})}),h(()=>[n.blendMode,n.opacity,n.maskSource,n.maskType],([e,t])=>{g(r,{blendMode:e,opacity:t,id:n.id,mask:n.maskSource?{source:n.maskSource,type:n.maskType||`alpha`}:void 0,renderOrder:0})},{deep:!0}),u(r,AV.fragmentNode,l,{blendMode:n.blendMode,opacity:n.opacity,id:n.id,mask:n.maskSource?{source:n.maskSource,type:n.maskType||`alpha`}:void 0,renderOrder:0},s)}),c(()=>{e.stop()})};return _(),c(()=>{u(r,null,null,null,null)}),(e,t)=>p(e.$slots,`default`)}}),MV=jV;const NV=new WeakMap,PV={name:`glassTiles`,props:{intensity:{type:Number,default:1,description:`The intensity of the glass tiles effect`},tileCount:{type:Number,default:100,description:`Number of tiles across the shortest dimension`}},fragmentNode:({uniforms:e,childNode:t,onCleanup:n,canvas:r})=>{let{vec2:i,vec4:a,floor:o,mul:s,div:c,sub:l,add:u,convertToTexture:d,uv:f,uniform:p}=xj;if(!t)return console.error(`You must pass a child component into the Glass Tiles shader.`),a(0);let m=d(t),h=p(1),g=()=>{r&&(h.value=r.clientWidth/r.clientHeight)};g();let _=NV.get(r);_||(_=new ResizeObserver(e=>{let t=e[0];if(!t)return;let{width:n,height:r}=t.contentRect,i=window.devicePixelRatio||1;m.setSize(n*i,r*i),g()}),_.observe(r),NV.set(r,_)),n(()=>{let e=NV.get(r);e&&(e.disconnect(),NV.delete(r))});let v=f(),y=e.intensity.uniform,b=e.tileCount.uniform,x=i(h.greaterThanEqual(1).select(s(b,h),b),h.lessThan(1).select(c(b,h),b)),S=c(o(s(v,x)),x),ee=l(v,S),te=i(.5,.5),ne=s(y,.025),re=c(ee,c(i(1),x)),ie=l(re,te),ae=s(ie,ne),oe=u(ee,ae),se=u(oe,S);return a(m.sample(se))}};var FV=r({__name:`GlassTiles`,props:o({blendMode:{},opacity:{},id:{},maskSource:{},maskType:{},intensity:{},tileCount:{}},{blendMode:`normal`,opacity:1,...Object.entries(PV.props).reduce((e,[t,n])=>(e[t]=n.default,e),{})}),setup(t){let n=t,r=n.id||`${PV.name.toLowerCase()}_${Math.random().toString(36).substring(7)}`;d(`ombreParentId`,r);let o=e(()=>{let e={...Object.entries(PV.props).reduce((e,[t,n])=>(e[t]=n.default,e),{})};for(let t in n)t!==`blendMode`&&t!==`opacity`&&n[t]!==Object.entries(PV.props).reduce((e,[t,n])=>(e[t]=n.default,e),{})[t]&&(e[t]=m(n[t]));return e}),s=tI(PV,o.value,r),l=a(`ombreParentId`);if(l===void 0)throw Error(`Shader components must be used inside an <Shader> component or another shader component`);let u=a(`ombreNodeRegister`);if(u===void 0)throw Error(`Shader components must be used inside an <Shader> component or another shader component`);let f=a(`ombreUniformUpdate`);if(f===void 0)throw Error(`Shader components require ombreUniformUpdate from parent`);let g=a(`ombreMetadataUpdate`);if(g===void 0)throw Error(`Shader components require ombreMetadataUpdate from parent`);let _=()=>{let e=i();e.run(()=>{Object.entries(s).forEach(([e,{uniform:t,transform:i}])=>{h(()=>n[e],n=>{if(t&&t.value!==void 0){let t=i?i(n):n;f(r,e,t)}},{deep:!0})}),h(()=>[n.blendMode,n.opacity,n.maskSource,n.maskType],([e,t])=>{g(r,{blendMode:e,opacity:t,id:n.id,mask:n.maskSource?{source:n.maskSource,type:n.maskType||`alpha`}:void 0,renderOrder:0})},{deep:!0}),u(r,PV.fragmentNode,l,{blendMode:n.blendMode,opacity:n.opacity,id:n.id,mask:n.maskSource?{source:n.maskSource,type:n.maskType||`alpha`}:void 0,renderOrder:0},s)}),c(()=>{e.stop()})};return _(),c(()=>{u(r,null,null,null,null)}),(e,t)=>p(e.$slots,`default`)}}),IV=FV;const LV={VERTEX:`vertex`,FRAGMENT:`fragment`},RV={NONE:`none`,FRAME:`frame`,RENDER:`render`,OBJECT:`object`},zV=[`fragment`,`vertex`],foe=[...zV,`compute`],BV=[`x`,`y`,`z`,`w`],VV=`00.01.02.03.04.05.06.07.08.09.0a.0b.0c.0d.0e.0f.10.11.12.13.14.15.16.17.18.19.1a.1b.1c.1d.1e.1f.20.21.22.23.24.25.26.27.28.29.2a.2b.2c.2d.2e.2f.30.31.32.33.34.35.36.37.38.39.3a.3b.3c.3d.3e.3f.40.41.42.43.44.45.46.47.48.49.4a.4b.4c.4d.4e.4f.50.51.52.53.54.55.56.57.58.59.5a.5b.5c.5d.5e.5f.60.61.62.63.64.65.66.67.68.69.6a.6b.6c.6d.6e.6f.70.71.72.73.74.75.76.77.78.79.7a.7b.7c.7d.7e.7f.80.81.82.83.84.85.86.87.88.89.8a.8b.8c.8d.8e.8f.90.91.92.93.94.95.96.97.98.99.9a.9b.9c.9d.9e.9f.a0.a1.a2.a3.a4.a5.a6.a7.a8.a9.aa.ab.ac.ad.ae.af.b0.b1.b2.b3.b4.b5.b6.b7.b8.b9.ba.bb.bc.bd.be.bf.c0.c1.c2.c3.c4.c5.c6.c7.c8.c9.ca.cb.cc.cd.ce.cf.d0.d1.d2.d3.d4.d5.d6.d7.d8.d9.da.db.dc.dd.de.df.e0.e1.e2.e3.e4.e5.e6.e7.e8.e9.ea.eb.ec.ed.ee.ef.f0.f1.f2.f3.f4.f5.f6.f7.f8.f9.fa.fb.fc.fd.fe.ff`.split(`.`);let HV=1234567;const UV=Math.PI/180,WV=180/Math.PI;function GV(){let e=Math.random()*4294967295|0,t=Math.random()*4294967295|0,n=Math.random()*4294967295|0,r=Math.random()*4294967295|0,i=VV[e&255]+VV[e>>8&255]+VV[e>>16&255]+VV[e>>24&255]+`-`+VV[t&255]+VV[t>>8&255]+`-`+VV[t>>16&15|64]+VV[t>>24&255]+`-`+VV[n&63|128]+VV[n>>8&255]+`-`+VV[n>>16&255]+VV[n>>24&255]+VV[r&255]+VV[r>>8&255]+VV[r>>16&255]+VV[r>>24&255];return i.toLowerCase()}function KV(e,t,n){return Math.max(t,Math.min(n,e))}function qV(e,t){return(e%t+t)%t}function JV(e,t,n,r,i){return r+(e-t)*(i-r)/(n-t)}function YV(e,t,n){return e===t?0:(n-e)/(t-e)}function XV(e,t,n){return(1-n)*e+n*t}function ZV(e,t,n,r){return XV(e,t,1-Math.exp(-n*r))}function QV(e,t=1){return t-Math.abs(qV(e,t*2)-t)}function $V(e,t,n){return e<=t?0:e>=n?1:(e=(e-t)/(n-t),e*e*(3-2*e))}function eH(e,t,n){return e<=t?0:e>=n?1:(e=(e-t)/(n-t),e*e*e*(e*(e*6-15)+10))}function tH(e,t){return e+Math.floor(Math.random()*(t-e+1))}function nH(e,t){return e+Math.random()*(t-e)}function rH(e){return e*(.5-Math.random())}function iH(e){e!==void 0&&(HV=e);let t=HV+=1831565813;return t=Math.imul(t^t>>>15,t|1),t^=t+Math.imul(t^t>>>7,t|61),((t^t>>>14)>>>0)/4294967296}function aH(e){return e*UV}function oH(e){return e*WV}function sH(e){return(e&e-1)==0&&e!==0}function cH(e){return 2**Math.ceil(Math.log(e)/Math.LN2)}function lH(e){return 2**Math.floor(Math.log(e)/Math.LN2)}function uH(e,t,n,r,i){let a=Math.cos,o=Math.sin,s=a(n/2),c=o(n/2),l=a((t+r)/2),u=o((t+r)/2),d=a((t-r)/2),f=o((t-r)/2),p=a((r-t)/2),m=o((r-t)/2);switch(i){case`XYX`:e.set(s*u,c*d,c*f,s*l);break;case`YZY`:e.set(c*f,s*u,c*d,s*l);break;case`ZXZ`:e.set(c*d,c*f,s*u,s*l);break;case`XZX`:e.set(s*u,c*m,c*p,s*l);break;case`YXY`:e.set(c*p,s*u,c*m,s*l);break;case`ZYZ`:e.set(c*m,c*p,s*u,s*l);break;default:console.warn(`THREE.MathUtils: .setQuaternionFromProperEuler() encountered an unknown order: `+i)}}function dH(e,t){switch(t.constructor){case Float32Array:return e;case Uint32Array:return e/4294967295;case Uint16Array:return e/65535;case Uint8Array:return e/255;case Int32Array:return Math.max(e/2147483647,-1);case Int16Array:return Math.max(e/32767,-1);case Int8Array:return Math.max(e/127,-1);default:throw Error(`Invalid component type.`)}}function fH(e,t){switch(t.constructor){case Float32Array:return e;case Uint32Array:return Math.round(e*4294967295);case Uint16Array:return Math.round(e*65535);case Uint8Array:return Math.round(e*255);case Int32Array:return Math.round(e*2147483647);case Int16Array:return Math.round(e*32767);case Int8Array:return Math.round(e*127);default:throw Error(`Invalid component type.`)}}const pH={DEG2RAD:UV,RAD2DEG:WV,generateUUID:GV,clamp:KV,euclideanModulo:qV,mapLinear:JV,inverseLerp:YV,lerp:XV,damp:ZV,pingpong:QV,smoothstep:$V,smootherstep:eH,randInt:tH,randFloat:nH,randFloatSpread:rH,seededRandom:iH,degToRad:aH,radToDeg:oH,isPowerOfTwo:sH,ceilPowerOfTwo:cH,floorPowerOfTwo:lH,setQuaternionFromProperEuler:uH,normalize:fH,denormalize:dH},mH=0,hH=1015,gH=``,_H=`srgb`,vH=`srgb-linear`,yH=`linear`,bH=`srgb`,xH=35044,SH=2e3,CH=2001;var wH=class e{constructor(t,n,r,i,a,o,s,c,l){e.prototype.isMatrix3=!0,this.elements=[1,0,0,0,1,0,0,0,1],t!==void 0&&this.set(t,n,r,i,a,o,s,c,l)}set(e,t,n,r,i,a,o,s,c){let l=this.elements;return l[0]=e,l[1]=r,l[2]=o,l[3]=t,l[4]=i,l[5]=s,l[6]=n,l[7]=a,l[8]=c,this}identity(){return this.set(1,0,0,0,1,0,0,0,1),this}copy(e){let t=this.elements,n=e.elements;return t[0]=n[0],t[1]=n[1],t[2]=n[2],t[3]=n[3],t[4]=n[4],t[5]=n[5],t[6]=n[6],t[7]=n[7],t[8]=n[8],this}extractBasis(e,t,n){return e.setFromMatrix3Column(this,0),t.setFromMatrix3Column(this,1),n.setFromMatrix3Column(this,2),this}setFromMatrix4(e){let 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){let n=e.elements,r=t.elements,i=this.elements,a=n[0],o=n[3],s=n[6],c=n[1],l=n[4],u=n[7],d=n[2],f=n[5],p=n[8],m=r[0],h=r[3],g=r[6],_=r[1],v=r[4],y=r[7],b=r[2],x=r[5],S=r[8];return i[0]=a*m+o*_+s*b,i[3]=a*h+o*v+s*x,i[6]=a*g+o*y+s*S,i[1]=c*m+l*_+u*b,i[4]=c*h+l*v+u*x,i[7]=c*g+l*y+u*S,i[2]=d*m+f*_+p*b,i[5]=d*h+f*v+p*x,i[8]=d*g+f*y+p*S,this}multiplyScalar(e){let 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(){let e=this.elements,t=e[0],n=e[1],r=e[2],i=e[3],a=e[4],o=e[5],s=e[6],c=e[7],l=e[8];return t*a*l-t*o*c-n*i*l+n*o*s+r*i*c-r*a*s}invert(){let e=this.elements,t=e[0],n=e[1],r=e[2],i=e[3],a=e[4],o=e[5],s=e[6],c=e[7],l=e[8],u=l*a-o*c,d=o*s-l*i,f=c*i-a*s,p=t*u+n*d+r*f;if(p===0)return this.set(0,0,0,0,0,0,0,0,0);let m=1/p;return e[0]=u*m,e[1]=(r*c-l*n)*m,e[2]=(o*n-r*a)*m,e[3]=d*m,e[4]=(l*t-r*s)*m,e[5]=(r*i-o*t)*m,e[6]=f*m,e[7]=(n*s-c*t)*m,e[8]=(a*t-n*i)*m,this}transpose(){let e,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){let 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,n,r,i,a,o){let s=Math.cos(i),c=Math.sin(i);return this.set(n*s,n*c,-n*(s*a+c*o)+a+e,-r*c,r*s,-r*(-c*a+s*o)+o+t,0,0,1),this}scale(e,t){return this.premultiply(TH.makeScale(e,t)),this}rotate(e){return this.premultiply(TH.makeRotation(-e)),this}translate(e,t){return this.premultiply(TH.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){let t=Math.cos(e),n=Math.sin(e);return this.set(t,-n,0,n,t,0,0,0,1),this}makeScale(e,t){return this.set(e,0,0,0,t,0,0,0,1),this}equals(e){let t=this.elements,n=e.elements;for(let e=0;e<9;e++)if(t[e]!==n[e])return!1;return!0}fromArray(e,t=0){for(let n=0;n<9;n++)this.elements[n]=e[n+t];return this}toArray(e=[],t=0){let n=this.elements;return e[t]=n[0],e[t+1]=n[1],e[t+2]=n[2],e[t+3]=n[3],e[t+4]=n[4],e[t+5]=n[5],e[t+6]=n[6],e[t+7]=n[7],e[t+8]=n[8],e}clone(){return new this.constructor().fromArray(this.elements)}};const TH=new wH,EH={};function DH(e){e in EH||(EH[e]=!0,console.warn(e))}const OH=new wH().set(.4123908,.3575843,.1804808,.212639,.7151687,.0721923,.0193308,.1191948,.9505322),kH=new wH().set(3.2409699,-1.5373832,-.4986108,-.9692436,1.8759675,.0415551,.0556301,-.203977,1.0569715);function AH(){let e={enabled:!0,workingColorSpace:vH,spaces:{},convert:function(e,t,n){return this.enabled===!1||t===n||!t||!n?e:(this.spaces[t].transfer===bH&&(e.r=MH(e.r),e.g=MH(e.g),e.b=MH(e.b)),this.spaces[t].primaries!==this.spaces[n].primaries&&(e.applyMatrix3(this.spaces[t].toXYZ),e.applyMatrix3(this.spaces[n].fromXYZ)),this.spaces[n].transfer===bH&&(e.r=NH(e.r),e.g=NH(e.g),e.b=NH(e.b)),e)},workingToColorSpace:function(e,t){return this.convert(e,this.workingColorSpace,t)},colorSpaceToWorking:function(e,t){return this.convert(e,t,this.workingColorSpace)},getPrimaries:function(e){return this.spaces[e].primaries},getTransfer:function(e){return e===gH?yH:this.spaces[e].transfer},getLuminanceCoefficients:function(e,t=this.workingColorSpace){return e.fromArray(this.spaces[t].luminanceCoefficients)},define:function(e){Object.assign(this.spaces,e)},_getMatrix:function(e,t,n){return e.copy(this.spaces[t].toXYZ).multiply(this.spaces[n].fromXYZ)},_getDrawingBufferColorSpace:function(e){return this.spaces[e].outputColorSpaceConfig.drawingBufferColorSpace},_getUnpackColorSpace:function(e=this.workingColorSpace){return this.spaces[e].workingColorSpaceConfig.unpackColorSpace},fromWorkingColorSpace:function(t,n){return DH(`THREE.ColorManagement: .fromWorkingColorSpace() has been renamed to .workingToColorSpace().`),e.workingToColorSpace(t,n)},toWorkingColorSpace:function(t,n){return DH(`THREE.ColorManagement: .toWorkingColorSpace() has been renamed to .colorSpaceToWorking().`),e.colorSpaceToWorking(t,n)}},t=[.64,.33,.3,.6,.15,.06],n=[.2126,.7152,.0722],r=[.3127,.329];return e.define({[vH]:{primaries:t,whitePoint:r,transfer:yH,toXYZ:OH,fromXYZ:kH,luminanceCoefficients:n,workingColorSpaceConfig:{unpackColorSpace:_H},outputColorSpaceConfig:{drawingBufferColorSpace:_H}},[_H]:{primaries:t,whitePoint:r,transfer:bH,toXYZ:OH,fromXYZ:kH,luminanceCoefficients:n,outputColorSpaceConfig:{drawingBufferColorSpace:_H}}}),e}const jH=AH();function MH(e){return e<.04045?e*.0773993808:(e*.9478672986+.0521327014)**2.4}function NH(e){return e<.0031308?e*12.92:1.055*e**.41666-.055}const PH={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},FH={h:0,s:0,l:0},IH={h:0,s:0,l:0};function LH(e,t,n){return n<0&&(n+=1),n>1&&--n,n<1/6?e+(t-e)*6*n:n<1/2?t:n<2/3?e+(t-e)*6*(2/3-n):e}var RH=class{constructor(e,t,n){return this.isColor=!0,this.r=1,this.g=1,this.b=1,this.set(e,t,n)}set(e,t,n){if(t===void 0&&n===void 0){let t=e;t&&t.isColor?this.copy(t):typeof t==`number`?this.setHex(t):typeof t==`string`&&this.setStyle(t)}else this.setRGB(e,t,n);return this}setScalar(e){return this.r=e,this.g=e,this.b=e,this}setHex(e,t=_H){return e=Math.floor(e),this.r=(e>>16&255)/255,this.g=(e>>8&255)/255,this.b=(e&255)/255,jH.colorSpaceToWorking(this,t),this}setRGB(e,t,n,r=jH.workingColorSpace){return this.r=e,this.g=t,this.b=n,jH.colorSpaceToWorking(this,r),this}setHSL(e,t,n,r=jH.workingColorSpace){if(e=qV(e,1),t=KV(t,0,1),n=KV(n,0,1),t===0)this.r=this.g=this.b=n;else{let r=n<=.5?n*(1+t):n+t-n*t,i=2*n-r;this.r=LH(i,r,e+1/3),this.g=LH(i,r,e),this.b=LH(i,r,e-1/3)}return jH.colorSpaceToWorking(this,r),this}setStyle(e,t=_H){function n(t){t!==void 0&&parseFloat(t)<1&&console.warn(`THREE.Color: Alpha component of `+e+` will be ignored.`)}let r;if(r=/^(\w+)\(([^\)]*)\)/.exec(e)){let i,a=r[1],o=r[2];switch(a){case`rgb`:case`rgba`:if(i=/^\s*(\d+)\s*,\s*(\d+)\s*,\s*(\d+)\s*(?:,\s*(\d*\.?\d+)\s*)?$/.exec(o))return n(i[4]),this.setRGB(Math.min(255,parseInt(i[1],10))/255,Math.min(255,parseInt(i[2],10))/255,Math.min(255,parseInt(i[3],10))/255,t);if(i=/^\s*(\d+)\%\s*,\s*(\d+)\%\s*,\s*(\d+)\%\s*(?:,\s*(\d*\.?\d+)\s*)?$/.exec(o))return n(i[4]),this.setRGB(Math.min(100,parseInt(i[1],10))/100,Math.min(100,parseInt(i[2],10))/100,Math.min(100,parseInt(i[3],10))/100,t);break;case`hsl`:case`hsla`:if(i=/^\s*(\d*\.?\d+)\s*,\s*(\d*\.?\d+)\%\s*,\s*(\d*\.?\d+)\%\s*(?:,\s*(\d*\.?\d+)\s*)?$/.exec(o))return n(i[4]),this.setHSL(parseFloat(i[1])/360,parseFloat(i[2])/100,parseFloat(i[3])/100,t);break;default:console.warn(`THREE.Color: Unknown color model `+e)}}else if(r=/^\#([A-Fa-f\d]+)$/.exec(e)){let n=r[1],i=n.length;if(i===3)return this.setRGB(parseInt(n.charAt(0),16)/15,parseInt(n.charAt(1),16)/15,parseInt(n.charAt(2),16)/15,t);if(i===6)return this.setHex(parseInt(n,16),t);console.warn(`THREE.Color: Invalid hex color `+e)}else if(e&&e.length>0)return this.setColorName(e,t);return this}setColorName(e,t=_H){let n=PH[e.toLowerCase()];return n===void 0?console.warn(`THREE.Color: Unknown color `+e):this.setHex(n,t),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=MH(e.r),this.g=MH(e.g),this.b=MH(e.b),this}copyLinearToSRGB(e){return this.r=NH(e.r),this.g=NH(e.g),this.b=NH(e.b),this}convertSRGBToLinear(){return this.copySRGBToLinear(this),this}convertLinearToSRGB(){return this.copyLinearToSRGB(this),this}getHex(e=_H){return jH.workingToColorSpace(zH.copy(this),e),Math.round(KV(zH.r*255,0,255))*65536+Math.round(KV(zH.g*255,0,255))*256+Math.round(KV(zH.b*255,0,255))}getHexString(e=_H){return(`000000`+this.getHex(e).toString(16)).slice(-6)}getHSL(e,t=jH.workingColorSpace){jH.workingToColorSpace(zH.copy(this),t);let n=zH.r,r=zH.g,i=zH.b,a=Math.max(n,r,i),o=Math.min(n,r,i),s,c,l=(o+a)/2;if(o===a)s=0,c=0;else{let e=a-o;switch(c=l<=.5?e/(a+o):e/(2-a-o),a){case n:s=(r-i)/e+(r<i?6:0);break;case r:s=(i-n)/e+2;break;case i:s=(n-r)/e+4;break}s/=6}return e.h=s,e.s=c,e.l=l,e}getRGB(e,t=jH.workingColorSpace){return jH.workingToColorSpace(zH.copy(this),t),e.r=zH.r,e.g=zH.g,e.b=zH.b,e}getStyle(e=_H){jH.workingToColorSpace(zH.copy(this),e);let t=zH.r,n=zH.g,r=zH.b;return e===_H?`rgb(${Math.round(t*255)},${Math.round(n*255)},${Math.round(r*255)})`:`color(${e} ${t.toFixed(3)} ${n.toFixed(3)} ${r.toFixed(3)})`}offsetHSL(e,t,n){return this.getHSL(FH),this.setHSL(FH.h+e,FH.s+t,FH.l+n)}add(e){return this.r+=e.r,this.g+=e.g,this.b+=e.b,this}addColors(e,t){return this.r=e.r+t.r,this.g=e.g+t.g,this.b=e.b+t.b,this}addScalar(e){return this.r+=e,this.g+=e,this.b+=e,this}sub(e){return this.r=Math.max(0,this.r-e.r),this.g=Math.max(0,this.g-e.g),this.b=Math.max(0,this.b-e.b),this}multiply(e){return this.r*=e.r,this.g*=e.g,this.b*=e.b,this}multiplyScalar(e){return this.r*=e,this.g*=e,this.b*=e,this}lerp(e,t){return this.r+=(e.r-this.r)*t,this.g+=(e.g-this.g)*t,this.b+=(e.b-this.b)*t,this}lerpColors(e,t,n){return this.r=e.r+(t.r-e.r)*n,this.g=e.g+(t.g-e.g)*n,this.b=e.b+(t.b-e.b)*n,this}lerpHSL(e,t){this.getHSL(FH),e.getHSL(IH);let n=XV(FH.h,IH.h,t),r=XV(FH.s,IH.s,t),i=XV(FH.l,IH.l,t);return this.setHSL(n,r,i),this}setFromVector3(e){return this.r=e.x,this.g=e.y,this.b=e.z,this}applyMatrix3(e){let t=this.r,n=this.g,r=this.b,i=e.elements;return this.r=i[0]*t+i[3]*n+i[6]*r,this.g=i[1]*t+i[4]*n+i[7]*r,this.b=i[2]*t+i[5]*n+i[8]*r,this}equals(e){return e.r===this.r&&e.g===this.g&&e.b===this.b}fromArray(e,t=0){return this.r=e[t],this.g=e[t+1],this.b=e[t+2],this}toArray(e=[],t=0){return e[t]=this.r,e[t+1]=this.g,e[t+2]=this.b,e}fromBufferAttribute(e,t){return this.r=e.getX(t),this.g=e.getY(t),this.b=e.getZ(t),this}toJSON(){return this.getHex()}*[Symbol.iterator](){yield this.r,yield this.g,yield this.b}};const zH=new RH;RH.NAMES=PH;var BH=class e{constructor(t,n,r,i){e.prototype.isMatrix2=!0,this.elements=[1,0,0,1],t!==void 0&&this.set(t,n,r,i)}identity(){return this.set(1,0,0,1),this}fromArray(e,t=0){for(let n=0;n<4;n++)this.elements[n]=e[n+t];return this}set(e,t,n,r){let i=this.elements;return i[0]=e,i[2]=t,i[1]=n,i[3]=r,this}},VH=class{constructor(e=0,t=0,n=0,r=1){this.isQuaternion=!0,this._x=e,this._y=t,this._z=n,this._w=r}static slerpFlat(e,t,n,r,i,a,o){let s=n[r+0],c=n[r+1],l=n[r+2],u=n[r+3],d=i[a+0],f=i[a+1],p=i[a+2],m=i[a+3];if(o===0){e[t+0]=s,e[t+1]=c,e[t+2]=l,e[t+3]=u;return}if(o===1){e[t+0]=d,e[t+1]=f,e[t+2]=p,e[t+3]=m;return}if(u!==m||s!==d||c!==f||l!==p){let e=1-o,t=s*d+c*f+l*p+u*m,n=t>=0?1:-1,r=1-t*t;if(r>2**-52){let i=Math.sqrt(r),a=Math.atan2(i,t*n);e=Math.sin(e*a)/i,o=Math.sin(o*a)/i}let i=o*n;if(s=s*e+d*i,c=c*e+f*i,l=l*e+p*i,u=u*e+m*i,e===1-o){let e=1/Math.sqrt(s*s+c*c+l*l+u*u);s*=e,c*=e,l*=e,u*=e}}e[t]=s,e[t+1]=c,e[t+2]=l,e[t+3]=u}static multiplyQuaternionsFlat(e,t,n,r,i,a){let o=n[r],s=n[r+1],c=n[r+2],l=n[r+3],u=i[a],d=i[a+1],f=i[a+2],p=i[a+3];return e[t]=o*p+l*u+s*f-c*d,e[t+1]=s*p+l*d+c*u-o*f,e[t+2]=c*p+l*f+o*d-s*u,e[t+3]=l*p-o*u-s*d-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,n,r){return this._x=e,this._y=t,this._z=n,this._w=r,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){let n=e._x,r=e._y,i=e._z,a=e._order,o=Math.cos,s=Math.sin,c=o(n/2),l=o(r/2),u=o(i/2),d=s(n/2),f=s(r/2),p=s(i/2);switch(a){case`XYZ`:this._x=d*l*u+c*f*p,this._y=c*f*u-d*l*p,this._z=c*l*p+d*f*u,this._w=c*l*u-d*f*p;break;case`YXZ`:this._x=d*l*u+c*f*p,this._y=c*f*u-d*l*p,this._z=c*l*p-d*f*u,this._w=c*l*u+d*f*p;break;case`ZXY`:this._x=d*l*u-c*f*p,this._y=c*f*u+d*l*p,this._z=c*l*p+d*f*u,this._w=c*l*u-d*f*p;break;case`ZYX`:this._x=d*l*u-c*f*p,this._y=c*f*u+d*l*p,this._z=c*l*p-d*f*u,this._w=c*l*u+d*f*p;break;case`YZX`:this._x=d*l*u+c*f*p,this._y=c*f*u+d*l*p,this._z=c*l*p-d*f*u,this._w=c*l*u-d*f*p;break;case`XZY`:this._x=d*l*u-c*f*p,this._y=c*f*u-d*l*p,this._z=c*l*p+d*f*u,this._w=c*l*u+d*f*p;break;default:console.warn(`THREE.Quaternion: .setFromEuler() encountered an unknown order: `+a)}return t===!0&&this._onChangeCallback(),this}setFromAxisAngle(e,t){let n=t/2,r=Math.sin(n);return this._x=e.x*r,this._y=e.y*r,this._z=e.z*r,this._w=Math.cos(n),this._onChangeCallback(),this}setFromRotationMatrix(e){let t=e.elements,n=t[0],r=t[4],i=t[8],a=t[1],o=t[5],s=t[9],c=t[2],l=t[6],u=t[10],d=n+o+u;if(d>0){let e=.5/Math.sqrt(d+1);this._w=.25/e,this._x=(l-s)*e,this._y=(i-c)*e,this._z=(a-r)*e}else if(n>o&&n>u){let e=2*Math.sqrt(1+n-o-u);this._w=(l-s)/e,this._x=.25*e,this._y=(r+a)/e,this._z=(i+c)/e}else if(o>u){let e=2*Math.sqrt(1+o-n-u);this._w=(i-c)/e,this._x=(r+a)/e,this._y=.25*e,this._z=(s+l)/e}else{let e=2*Math.sqrt(1+u-n-o);this._w=(a-r)/e,this._x=(i+c)/e,this._y=(s+l)/e,this._z=.25*e}return this._onChangeCallback(),this}setFromUnitVectors(e,t){let n=e.dot(t)+1;return n<2**-52?(n=0,Math.abs(e.x)>Math.abs(e.z)?(this._x=-e.y,this._y=e.x,this._z=0,this._w=n):(this._x=0,this._y=-e.z,this._z=e.y,this._w=n)):(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=n),this.normalize()}angleTo(e){return 2*Math.acos(Math.abs(KV(this.dot(e),-1,1)))}rotateTowards(e,t){let n=this.angleTo(e);if(n===0)return this;let r=Math.min(1,t/n);return this.slerp(e,r),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*=e,this._y*=e,this._z*=e,this._w*=e),this._onChangeCallback(),this}multiply(e){return this.multiplyQuaternions(this,e)}premultiply(e){return this.multiplyQuaternions(e,this)}multiplyQuaternions(e,t){let n=e._x,r=e._y,i=e._z,a=e._w,o=t._x,s=t._y,c=t._z,l=t._w;return this._x=n*l+a*o+r*c-i*s,this._y=r*l+a*s+i*o-n*c,this._z=i*l+a*c+n*s-r*o,this._w=a*l-n*o-r*s-i*c,this._onChangeCallback(),this}slerp(e,t){if(t===0)return this;if(t===1)return this.copy(e);let n=this._x,r=this._y,i=this._z,a=this._w,o=a*e._w+n*e._x+r*e._y+i*e._z;if(o<0?(this._w=-e._w,this._x=-e._x,this._y=-e._y,this._z=-e._z,o=-o):this.copy(e),o>=1)return this._w=a,this._x=n,this._y=r,this._z=i,this;let s=1-o*o;if(s<=2**-52){let e=1-t;return this._w=e*a+t*this._w,this._x=e*n+t*this._x,this._y=e*r+t*this._y,this._z=e*i+t*this._z,this.normalize(),this}let c=Math.sqrt(s),l=Math.atan2(c,o),u=Math.sin((1-t)*l)/c,d=Math.sin(t*l)/c;return this._w=a*u+this._w*d,this._x=n*u+this._x*d,this._y=r*u+this._y*d,this._z=i*u+this._z*d,this._onChangeCallback(),this}slerpQuaternions(e,t,n){return this.copy(e).slerp(t,n)}random(){let e=2*Math.PI*Math.random(),t=2*Math.PI*Math.random(),n=Math.random(),r=Math.sqrt(1-n),i=Math.sqrt(n);return this.set(r*Math.sin(e),r*Math.cos(e),i*Math.sin(t),i*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}},HH=class e{constructor(t=0,n=0,r=0){e.prototype.isVector3=!0,this.x=t,this.y=n,this.z=r}set(e,t,n){return n===void 0&&(n=this.z),this.x=e,this.y=t,this.z=n,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 Error(`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 Error(`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(WH.setFromEuler(e))}applyAxisAngle(e,t){return this.applyQuaternion(WH.setFromAxisAngle(e,t))}applyMatrix3(e){let t=this.x,n=this.y,r=this.z,i=e.elements;return this.x=i[0]*t+i[3]*n+i[6]*r,this.y=i[1]*t+i[4]*n+i[7]*r,this.z=i[2]*t+i[5]*n+i[8]*r,this}applyNormalMatrix(e){return this.applyMatrix3(e).normalize()}applyMatrix4(e){let t=this.x,n=this.y,r=this.z,i=e.elements,a=1/(i[3]*t+i[7]*n+i[11]*r+i[15]);return this.x=(i[0]*t+i[4]*n+i[8]*r+i[12])*a,this.y=(i[1]*t+i[5]*n+i[9]*r+i[13])*a,this.z=(i[2]*t+i[6]*n+i[10]*r+i[14])*a,this}applyQuaternion(e){let t=this.x,n=this.y,r=this.z,i=e.x,a=e.y,o=e.z,s=e.w,c=2*(a*r-o*n),l=2*(o*t-i*r),u=2*(i*n-a*t);return this.x=t+s*c+a*u-o*l,this.y=n+s*l+o*c-i*u,this.z=r+s*u+i*l-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){let t=this.x,n=this.y,r=this.z,i=e.elements;return this.x=i[0]*t+i[4]*n+i[8]*r,this.y=i[1]*t+i[5]*n+i[9]*r,this.z=i[2]*t+i[6]*n+i[10]*r,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=KV(this.x,e.x,t.x),this.y=KV(this.y,e.y,t.y),this.z=KV(this.z,e.z,t.z),this}clampScalar(e,t){return this.x=KV(this.x,e,t),this.y=KV(this.y,e,t),this.z=KV(this.z,e,t),this}clampLength(e,t){let n=this.length();return this.divideScalar(n||1).multiplyScalar(KV(n,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,n){return this.x=e.x+(t.x-e.x)*n,this.y=e.y+(t.y-e.y)*n,this.z=e.z+(t.z-e.z)*n,this}cross(e){return this.crossVectors(this,e)}crossVectors(e,t){let n=e.x,r=e.y,i=e.z,a=t.x,o=t.y,s=t.z;return this.x=r*s-i*o,this.y=i*a-n*s,this.z=n*o-r*a,this}projectOnVector(e){let t=e.lengthSq();if(t===0)return this.set(0,0,0);let n=e.dot(this)/t;return this.copy(e).multiplyScalar(n)}projectOnPlane(e){return UH.copy(this).projectOnVector(e),this.sub(UH)}reflect(e){return this.sub(UH.copy(e).multiplyScalar(2*this.dot(e)))}angleTo(e){let t=Math.sqrt(this.lengthSq()*e.lengthSq());if(t===0)return Math.PI/2;let n=this.dot(e)/t;return Math.acos(KV(n,-1,1))}distanceTo(e){return Math.sqrt(this.distanceToSquared(e))}distanceToSquared(e){let t=this.x-e.x,n=this.y-e.y,r=this.z-e.z;return t*t+n*n+r*r}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,n){let r=Math.sin(t)*e;return this.x=r*Math.sin(n),this.y=Math.cos(t)*e,this.z=r*Math.cos(n),this}setFromCylindrical(e){return this.setFromCylindricalCoords(e.radius,e.theta,e.y)}setFromCylindricalCoords(e,t,n){return this.x=e*Math.sin(t),this.y=n,this.z=e*Math.cos(t),this}setFromMatrixPosition(e){let t=e.elements;return this.x=t[12],this.y=t[13],this.z=t[14],this}setFromMatrixScale(e){let t=this.setFromMatrixColumn(e,0).length(),n=this.setFromMatrixColumn(e,1).length(),r=this.setFromMatrixColumn(e,2).length();return this.x=t,this.y=n,this.z=r,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(){let e=Math.random()*Math.PI*2,t=Math.random()*2-1,n=Math.sqrt(1-t*t);return this.x=n*Math.cos(e),this.y=t,this.z=n*Math.sin(e),this}*[Symbol.iterator](){yield this.x,yield this.y,yield this.z}};const UH=new HH,WH=new VH;var GH=class e{constructor(t,n,r,i,a,o,s,c,l,u,d,f,p,m,h,g){e.prototype.isMatrix4=!0,this.elements=[1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1],t!==void 0&&this.set(t,n,r,i,a,o,s,c,l,u,d,f,p,m,h,g)}set(e,t,n,r,i,a,o,s,c,l,u,d,f,p,m,h){let g=this.elements;return g[0]=e,g[4]=t,g[8]=n,g[12]=r,g[1]=i,g[5]=a,g[9]=o,g[13]=s,g[2]=c,g[6]=l,g[10]=u,g[14]=d,g[3]=f,g[7]=p,g[11]=m,g[15]=h,this}identity(){return this.set(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1),this}clone(){return new e().fromArray(this.elements)}copy(e){let t=this.elements,n=e.elements;return t[0]=n[0],t[1]=n[1],t[2]=n[2],t[3]=n[3],t[4]=n[4],t[5]=n[5],t[6]=n[6],t[7]=n[7],t[8]=n[8],t[9]=n[9],t[10]=n[10],t[11]=n[11],t[12]=n[12],t[13]=n[13],t[14]=n[14],t[15]=n[15],this}copyPosition(e){let t=this.elements,n=e.elements;return t[12]=n[12],t[13]=n[13],t[14]=n[14],this}setFromMatrix3(e){let t=e.elements;return this.set(t[0],t[3],t[6],0,t[1],t[4],t[7],0,t[2],t[5],t[8],0,0,0,0,1),this}extractBasis(e,t,n){return e.setFromMatrixColumn(this,0),t.setFromMatrixColumn(this,1),n.setFromMatrixColumn(this,2),this}makeBasis(e,t,n){return this.set(e.x,t.x,n.x,0,e.y,t.y,n.y,0,e.z,t.z,n.z,0,0,0,0,1),this}extractRotation(e){let t=this.elements,n=e.elements,r=1/KH.setFromMatrixColumn(e,0).length(),i=1/KH.setFromMatrixColumn(e,1).length(),a=1/KH.setFromMatrixColumn(e,2).length();return t[0]=n[0]*r,t[1]=n[1]*r,t[2]=n[2]*r,t[3]=0,t[4]=n[4]*i,t[5]=n[5]*i,t[6]=n[6]*i,t[7]=0,t[8]=n[8]*a,t[9]=n[9]*a,t[10]=n[10]*a,t[11]=0,t[12]=0,t[13]=0,t[14]=0,t[15]=1,this}makeRotationFromEuler(e){let t=this.elements,n=e.x,r=e.y,i=e.z,a=Math.cos(n),o=Math.sin(n),s=Math.cos(r),c=Math.sin(r),l=Math.cos(i),u=Math.sin(i);if(e.order===`XYZ`){let e=a*l,n=a*u,r=o*l,i=o*u;t[0]=s*l,t[4]=-s*u,t[8]=c,t[1]=n+r*c,t[5]=e-i*c,t[9]=-o*s,t[2]=i-e*c,t[6]=r+n*c,t[10]=a*s}else if(e.order===`YXZ`){let e=s*l,n=s*u,r=c*l,i=c*u;t[0]=e+i*o,t[4]=r*o-n,t[8]=a*c,t[1]=a*u,t[5]=a*l,t[9]=-o,t[2]=n*o-r,t[6]=i+e*o,t[10]=a*s}else if(e.order===`ZXY`){let e=s*l,n=s*u,r=c*l,i=c*u;t[0]=e-i*o,t[4]=-a*u,t[8]=r+n*o,t[1]=n+r*o,t[5]=a*l,t[9]=i-e*o,t[2]=-a*c,t[6]=o,t[10]=a*s}else if(e.order===`ZYX`){let e=a*l,n=a*u,r=o*l,i=o*u;t[0]=s*l,t[4]=r*c-n,t[8]=e*c+i,t[1]=s*u,t[5]=i*c+e,t[9]=n*c-r,t[2]=-c,t[6]=o*s,t[10]=a*s}else if(e.order===`YZX`){let e=a*s,n=a*c,r=o*s,i=o*c;t[0]=s*l,t[4]=i-e*u,t[8]=r*u+n,t[1]=u,t[5]=a*l,t[9]=-o*l,t[2]=-c*l,t[6]=n*u+r,t[10]=e-i*u}else if(e.order===`XZY`){let e=a*s,n=a*c,r=o*s,i=o*c;t[0]=s*l,t[4]=-u,t[8]=c*l,t[1]=e*u+i,t[5]=a*l,t[9]=n*u-r,t[2]=r*u-n,t[6]=o*l,t[10]=i*u+e}return t[3]=0,t[7]=0,t[11]=0,t[12]=0,t[13]=0,t[14]=0,t[15]=1,this}makeRotationFromQuaternion(e){return this.compose(JH,e,YH)}lookAt(e,t,n){let r=this.elements;return QH.subVectors(e,t),QH.lengthSq()===0&&(QH.z=1),QH.normalize(),XH.crossVectors(n,QH),XH.lengthSq()===0&&(Math.abs(n.z)===1?QH.x+=1e-4:QH.z+=1e-4,QH.normalize(),XH.crossVectors(n,QH)),XH.normalize(),ZH.crossVectors(QH,XH),r[0]=XH.x,r[4]=ZH.x,r[8]=QH.x,r[1]=XH.y,r[5]=ZH.y,r[9]=QH.y,r[2]=XH.z,r[6]=ZH.z,r[10]=QH.z,this}multiply(e){return this.multiplyMatrices(this,e)}premultiply(e){return this.multiplyMatrices(e,this)}multiplyMatrices(e,t){let n=e.elements,r=t.elements,i=this.elements,a=n[0],o=n[4],s=n[8],c=n[12],l=n[1],u=n[5],d=n[9],f=n[13],p=n[2],m=n[6],h=n[10],g=n[14],_=n[3],v=n[7],y=n[11],b=n[15],x=r[0],S=r[4],ee=r[8],te=r[12],ne=r[1],re=r[5],ie=r[9],ae=r[13],oe=r[2],se=r[6],ce=r[10],le=r[14],ue=r[3],de=r[7],fe=r[11],pe=r[15];return i[0]=a*x+o*ne+s*oe+c*ue,i[4]=a*S+o*re+s*se+c*de,i[8]=a*ee+o*ie+s*ce+c*fe,i[12]=a*te+o*ae+s*le+c*pe,i[1]=l*x+u*ne+d*oe+f*ue,i[5]=l*S+u*re+d*se+f*de,i[9]=l*ee+u*ie+d*ce+f*fe,i[13]=l*te+u*ae+d*le+f*pe,i[2]=p*x+m*ne+h*oe+g*ue,i[6]=p*S+m*re+h*se+g*de,i[10]=p*ee+m*ie+h*ce+g*fe,i[14]=p*te+m*ae+h*le+g*pe,i[3]=_*x+v*ne+y*oe+b*ue,i[7]=_*S+v*re+y*se+b*de,i[11]=_*ee+v*ie+y*ce+b*fe,i[15]=_*te+v*ae+y*le+b*pe,this}multiplyScalar(e){let t=this.elements;return t[0]*=e,t[4]*=e,t[8]*=e,t[12]*=e,t[1]*=e,t[5]*=e,t[9]*=e,t[13]*=e,t[2]*=e,t[6]*=e,t[10]*=e,t[14]*=e,t[3]*=e,t[7]*=e,t[11]*=e,t[15]*=e,this}determinant(){let e=this.elements,t=e[0],n=e[4],r=e[8],i=e[12],a=e[1],o=e[5],s=e[9],c=e[13],l=e[2],u=e[6],d=e[10],f=e[14],p=e[3],m=e[7],h=e[11],g=e[15];return p*(+i*s*u-r*c*u-i*o*d+n*c*d+r*o*f-n*s*f)+m*(+t*s*f-t*c*d+i*a*d-r*a*f+r*c*l-i*s*l)+h*(+t*c*u-t*o*f-i*a*u+n*a*f+i*o*l-n*c*l)+g*(-r*o*l-t*s*u+t*o*d+r*a*u-n*a*d+n*s*l)}transpose(){let e=this.elements,t;return t=e[1],e[1]=e[4],e[4]=t,t=e[2],e[2]=e[8],e[8]=t,t=e[6],e[6]=e[9],e[9]=t,t=e[3],e[3]=e[12],e[12]=t,t=e[7],e[7]=e[13],e[13]=t,t=e[11],e[11]=e[14],e[14]=t,this}setPosition(e,t,n){let r=this.elements;return e.isVector3?(r[12]=e.x,r[13]=e.y,r[14]=e.z):(r[12]=e,r[13]=t,r[14]=n),this}invert(){let e=this.elements,t=e[0],n=e[1],r=e[2],i=e[3],a=e[4],o=e[5],s=e[6],c=e[7],l=e[8],u=e[9],d=e[10],f=e[11],p=e[12],m=e[13],h=e[14],g=e[15],_=u*h*c-m*d*c+m*s*f-o*h*f-u*s*g+o*d*g,v=p*d*c-l*h*c-p*s*f+a*h*f+l*s*g-a*d*g,y=l*m*c-p*u*c+p*o*f-a*m*f-l*o*g+a*u*g,b=p*u*s-l*m*s-p*o*d+a*m*d+l*o*h-a*u*h,x=t*_+n*v+r*y+i*b;if(x===0)return this.set(0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0);let S=1/x;return e[0]=_*S,e[1]=(m*d*i-u*h*i-m*r*f+n*h*f+u*r*g-n*d*g)*S,e[2]=(o*h*i-m*s*i+m*r*c-n*h*c-o*r*g+n*s*g)*S,e[3]=(u*s*i-o*d*i-u*r*c+n*d*c+o*r*f-n*s*f)*S,e[4]=v*S,e[5]=(l*h*i-p*d*i+p*r*f-t*h*f-l*r*g+t*d*g)*S,e[6]=(p*s*i-a*h*i-p*r*c+t*h*c+a*r*g-t*s*g)*S,e[7]=(a*d*i-l*s*i+l*r*c-t*d*c-a*r*f+t*s*f)*S,e[8]=y*S,e[9]=(p*u*i-l*m*i-p*n*f+t*m*f+l*n*g-t*u*g)*S,e[10]=(a*m*i-p*o*i+p*n*c-t*m*c-a*n*g+t*o*g)*S,e[11]=(l*o*i-a*u*i-l*n*c+t*u*c+a*n*f-t*o*f)*S,e[12]=b*S,e[13]=(l*m*r-p*u*r+p*n*d-t*m*d-l*n*h+t*u*h)*S,e[14]=(p*o*r-a*m*r-p*n*s+t*m*s+a*n*h-t*o*h)*S,e[15]=(a*u*r-l*o*r+l*n*s-t*u*s-a*n*d+t*o*d)*S,this}scale(e){let t=this.elements,n=e.x,r=e.y,i=e.z;return t[0]*=n,t[4]*=r,t[8]*=i,t[1]*=n,t[5]*=r,t[9]*=i,t[2]*=n,t[6]*=r,t[10]*=i,t[3]*=n,t[7]*=r,t[11]*=i,this}getMaxScaleOnAxis(){let e=this.elements,t=e[0]*e[0]+e[1]*e[1]+e[2]*e[2],n=e[4]*e[4]+e[5]*e[5]+e[6]*e[6],r=e[8]*e[8]+e[9]*e[9]+e[10]*e[10];return Math.sqrt(Math.max(t,n,r))}makeTranslation(e,t,n){return e.isVector3?this.set(1,0,0,e.x,0,1,0,e.y,0,0,1,e.z,0,0,0,1):this.set(1,0,0,e,0,1,0,t,0,0,1,n,0,0,0,1),this}makeRotationX(e){let t=Math.cos(e),n=Math.sin(e);return this.set(1,0,0,0,0,t,-n,0,0,n,t,0,0,0,0,1),this}makeRotationY(e){let t=Math.cos(e),n=Math.sin(e);return this.set(t,0,n,0,0,1,0,0,-n,0,t,0,0,0,0,1),this}makeRotationZ(e){let t=Math.cos(e),n=Math.sin(e);return this.set(t,-n,0,0,n,t,0,0,0,0,1,0,0,0,0,1),this}makeRotationAxis(e,t){let n=Math.cos(t),r=Math.sin(t),i=1-n,a=e.x,o=e.y,s=e.z,c=i*a,l=i*o;return this.set(c*a+n,c*o-r*s,c*s+r*o,0,c*o+r*s,l*o+n,l*s-r*a,0,c*s-r*o,l*s+r*a,i*s*s+n,0,0,0,0,1),this}makeScale(e,t,n){return this.set(e,0,0,0,0,t,0,0,0,0,n,0,0,0,0,1),this}makeShear(e,t,n,r,i,a){return this.set(1,n,i,0,e,1,a,0,t,r,1,0,0,0,0,1),this}compose(e,t,n){let r=this.elements,i=t._x,a=t._y,o=t._z,s=t._w,c=i+i,l=a+a,u=o+o,d=i*c,f=i*l,p=i*u,m=a*l,h=a*u,g=o*u,_=s*c,v=s*l,y=s*u,b=n.x,x=n.y,S=n.z;return r[0]=(1-(m+g))*b,r[1]=(f+y)*b,r[2]=(p-v)*b,r[3]=0,r[4]=(f-y)*x,r[5]=(1-(d+g))*x,r[6]=(h+_)*x,r[7]=0,r[8]=(p+v)*S,r[9]=(h-_)*S,r[10]=(1-(d+m))*S,r[11]=0,r[12]=e.x,r[13]=e.y,r[14]=e.z,r[15]=1,this}decompose(e,t,n){let r=this.elements,i=KH.set(r[0],r[1],r[2]).length(),a=KH.set(r[4],r[5],r[6]).length(),o=KH.set(r[8],r[9],r[10]).length(),s=this.determinant();s<0&&(i=-i),e.x=r[12],e.y=r[13],e.z=r[14],qH.copy(this);let c=1/i,l=1/a,u=1/o;return qH.elements[0]*=c,qH.elements[1]*=c,qH.elements[2]*=c,qH.elements[4]*=l,qH.elements[5]*=l,qH.elements[6]*=l,qH.elements[8]*=u,qH.elements[9]*=u,qH.elements[10]*=u,t.setFromRotationMatrix(qH),n.x=i,n.y=a,n.z=o,this}makePerspective(e,t,n,r,i,a,o=SH){let s=this.elements,c=2*i/(t-e),l=2*i/(n-r),u=(t+e)/(t-e),d=(n+r)/(n-r),f,p;if(o===SH)f=-(a+i)/(a-i),p=-2*a*i/(a-i);else if(o===CH)f=-a/(a-i),p=-a*i/(a-i);else throw Error(`THREE.Matrix4.makePerspective(): Invalid coordinate system: `+o);return s[0]=c,s[4]=0,s[8]=u,s[12]=0,s[1]=0,s[5]=l,s[9]=d,s[13]=0,s[2]=0,s[6]=0,s[10]=f,s[14]=p,s[3]=0,s[7]=0,s[11]=-1,s[15]=0,this}makeOrthographic(e,t,n,r,i,a,o=SH){let s=this.elements,c=1/(t-e),l=1/(n-r),u=1/(a-i),d=(t+e)*c,f=(n+r)*l,p,m;if(o===SH)p=(a+i)*u,m=-2*u;else if(o===CH)p=i*u,m=-1*u;else throw Error(`THREE.Matrix4.makeOrthographic(): Invalid coordinate system: `+o);return s[0]=2*c,s[4]=0,s[8]=0,s[12]=-d,s[1]=0,s[5]=2*l,s[9]=0,s[13]=-f,s[2]=0,s[6]=0,s[10]=m,s[14]=-p,s[3]=0,s[7]=0,s[11]=0,s[15]=1,this}equals(e){let t=this.elements,n=e.elements;for(let e=0;e<16;e++)if(t[e]!==n[e])return!1;return!0}fromArray(e,t=0){for(let n=0;n<16;n++)this.elements[n]=e[n+t];return this}toArray(e=[],t=0){let n=this.elements;return e[t]=n[0],e[t+1]=n[1],e[t+2]=n[2],e[t+3]=n[3],e[t+4]=n[4],e[t+5]=n[5],e[t+6]=n[6],e[t+7]=n[7],e[t+8]=n[8],e[t+9]=n[9],e[t+10]=n[10],e[t+11]=n[11],e[t+12]=n[12],e[t+13]=n[13],e[t+14]=n[14],e[t+15]=n[15],e}};const KH=new HH,qH=new GH,JH=new HH(0,0,0),YH=new HH(1,1,1),XH=new HH,ZH=new HH,QH=new HH;var $H=class e{constructor(t=0,n=0){e.prototype.isVector2=!0,this.x=t,this.y=n}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 Error(`index is out of range: `+e)}return this}getComponent(e){switch(e){case 0:return this.x;case 1:return this.y;default:throw Error(`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){let t=this.x,n=this.y,r=e.elements;return this.x=r[0]*t+r[3]*n+r[6],this.y=r[1]*t+r[4]*n+r[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=KV(this.x,e.x,t.x),this.y=KV(this.y,e.y,t.y),this}clampScalar(e,t){return this.x=KV(this.x,e,t),this.y=KV(this.y,e,t),this}clampLength(e,t){let n=this.length();return this.divideScalar(n||1).multiplyScalar(KV(n,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(){let e=Math.atan2(-this.y,-this.x)+Math.PI;return e}angleTo(e){let t=Math.sqrt(this.lengthSq()*e.lengthSq());if(t===0)return Math.PI/2;let n=this.dot(e)/t;return Math.acos(KV(n,-1,1))}distanceTo(e){return Math.sqrt(this.distanceToSquared(e))}distanceToSquared(e){let t=this.x-e.x,n=this.y-e.y;return t*t+n*n}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,n){return this.x=e.x+(t.x-e.x)*n,this.y=e.y+(t.y-e.y)*n,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){let n=Math.cos(t),r=Math.sin(t),i=this.x-e.x,a=this.y-e.y;return this.x=i*n-a*r+e.x,this.y=i*r+a*n+e.y,this}random(){return this.x=Math.random(),this.y=Math.random(),this}*[Symbol.iterator](){yield this.x,yield this.y}},eU=class e{constructor(t=0,n=0,r=0,i=1){e.prototype.isVector4=!0,this.x=t,this.y=n,this.z=r,this.w=i}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,n,r){return this.x=e,this.y=t,this.z=n,this.w=r,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 Error(`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 Error(`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?1:e.w,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){let t=this.x,n=this.y,r=this.z,i=this.w,a=e.elements;return this.x=a[0]*t+a[4]*n+a[8]*r+a[12]*i,this.y=a[1]*t+a[5]*n+a[9]*r+a[13]*i,this.z=a[2]*t+a[6]*n+a[10]*r+a[14]*i,this.w=a[3]*t+a[7]*n+a[11]*r+a[15]*i,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);let 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,n,r,i,a=.01,o=.1,s=e.elements,c=s[0],l=s[4],u=s[8],d=s[1],f=s[5],p=s[9],m=s[2],h=s[6],g=s[10];if(Math.abs(l-d)<a&&Math.abs(u-m)<a&&Math.abs(p-h)<a){if(Math.abs(l+d)<o&&Math.abs(u+m)<o&&Math.abs(p+h)<o&&Math.abs(c+f+g-3)<o)return this.set(1,0,0,0),this;t=Math.PI;let e=(c+1)/2,s=(f+1)/2,_=(g+1)/2,v=(l+d)/4,y=(u+m)/4,b=(p+h)/4;return e>s&&e>_?e<a?(n=0,r=.707106781,i=.707106781):(n=Math.sqrt(e),r=v/n,i=y/n):s>_?s<a?(n=.707106781,r=0,i=.707106781):(r=Math.sqrt(s),n=v/r,i=b/r):_<a?(n=.707106781,r=.707106781,i=0):(i=Math.sqrt(_),n=y/i,r=b/i),this.set(n,r,i,t),this}let _=Math.sqrt((h-p)*(h-p)+(u-m)*(u-m)+(d-l)*(d-l));return Math.abs(_)<.001&&(_=1),this.x=(h-p)/_,this.y=(u-m)/_,this.z=(d-l)/_,this.w=Math.acos((c+f+g-1)/2),this}setFromMatrixPosition(e){let 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=KV(this.x,e.x,t.x),this.y=KV(this.y,e.y,t.y),this.z=KV(this.z,e.z,t.z),this.w=KV(this.w,e.w,t.w),this}clampScalar(e,t){return this.x=KV(this.x,e,t),this.y=KV(this.y,e,t),this.z=KV(this.z,e,t),this.w=KV(this.w,e,t),this}clampLength(e,t){let n=this.length();return this.divideScalar(n||1).multiplyScalar(KV(n,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,n){return this.x=e.x+(t.x-e.x)*n,this.y=e.y+(t.y-e.y)*n,this.z=e.z+(t.z-e.z)*n,this.w=e.w+(t.w-e.w)*n,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}};function tU(e,t=0){let n=3735928559^t,r=1103547991^t;if(e instanceof Array)for(let t=0,i;t<e.length;t++)i=e[t],n=Math.imul(n^i,2654435761),r=Math.imul(r^i,1597334677);else for(let t=0,i;t<e.length;t++)i=e.charCodeAt(t),n=Math.imul(n^i,2654435761),r=Math.imul(r^i,1597334677);return n=Math.imul(n^n>>>16,2246822507),n^=Math.imul(r^r>>>13,3266489909),r=Math.imul(r^r>>>16,2246822507),r^=Math.imul(n^n>>>13,3266489909),4294967296*(2097151&r)+(n>>>0)}const nU=(...e)=>tU(e);function rU(e,t=!1){let n=[];e.isNode===!0&&(n.push(e.id),e=e.getSelf());for(let{property:r,childNode:i}of iU(e))n.push(tU(r.slice(0,-4)),i.getCacheKey(t));return tU(n)}function*iU(e,t=!1){for(let n in e){if(n.startsWith(`_`)===!0)continue;let r=e[n];if(Array.isArray(r)===!0)for(let e=0;e<r.length;e++){let i=r[e];i&&(i.isNode===!0||t&&typeof i.toJSON==`function`)&&(yield{property:n,index:e,childNode:i})}else if(r&&r.isNode===!0)yield{property:n,childNode:r};else if(typeof r==`object`)for(let e in r){let i=r[e];i&&(i.isNode===!0||t&&typeof i.toJSON==`function`)&&(yield{property:n,index:e,childNode:i})}}}function aU(e){if(e==null)return null;let t=typeof e;return e.isNode===!0?`node`:t===`number`?`float`:t===`boolean`?`bool`:t===`string`?`string`:t===`function`?`shader`:e.isVector2===!0?`vec2`:e.isVector3===!0?`vec3`:e.isVector4===!0?`vec4`:e.isMatrix2===!0?`mat2`:e.isMatrix3===!0?`mat3`:e.isMatrix4===!0?`mat4`:e.isColor===!0?`color`:e instanceof ArrayBuffer?`ArrayBuffer`:null}function oU(e,...t){let n=e?e.slice(-4):void 0;return t.length===1&&(n===`vec2`?t=[t[0],t[0]]:n===`vec3`?t=[t[0],t[0],t[0]]:n===`vec4`&&(t=[t[0],t[0],t[0],t[0]])),e===`color`?new RH(...t):n===`vec2`?new $H(...t):n===`vec3`?new HH(...t):n===`vec4`?new eU(...t):n===`mat2`?new BH(...t):n===`mat3`?new wH(...t):n===`mat4`?new GH(...t):e===`bool`?t[0]||!1:e===`float`||e===`int`||e===`uint`?t[0]||0:e===`string`?t[0]||``:e===`ArrayBuffer`?cU(t[0]):null}function sU(e){let t=``,n=new Uint8Array(e);for(let e=0;e<n.length;e++)t+=String.fromCharCode(n[e]);return btoa(t)}function cU(e){return Uint8Array.from(atob(e),e=>e.charCodeAt(0)).buffer}var lU=class{addEventListener(e,t){this._listeners===void 0&&(this._listeners={});let n=this._listeners;n[e]===void 0&&(n[e]=[]),n[e].indexOf(t)===-1&&n[e].push(t)}hasEventListener(e,t){let n=this._listeners;return n===void 0?!1:n[e]!==void 0&&n[e].indexOf(t)!==-1}removeEventListener(e,t){let n=this._listeners;if(n===void 0)return;let r=n[e];if(r!==void 0){let e=r.indexOf(t);e!==-1&&r.splice(e,1)}}dispatchEvent(e){let t=this._listeners;if(t===void 0)return;let n=t[e.type];if(n!==void 0){e.target=this;let t=n.slice(0);for(let n=0,r=t.length;n<r;n++)t[n].call(this,e);e.target=null}}};const uU={analyze:`setup`,generate:`analyze`};let dU=0;var fU=class extends lU{static get type(){return`Node`}constructor(e=null){super(),this.nodeType=e,this.updateType=RV.NONE,this.updateBeforeType=RV.NONE,this.updateAfterType=RV.NONE,this.uuid=pH.generateUUID(),this.version=0,this.global=!1,this.parents=!1,this.isNode=!0,this._cacheKey=null,this._cacheKeyVersion=0,Object.defineProperty(this,`id`,{value:dU++})}set needsUpdate(e){e===!0&&this.version++}get type(){return this.constructor.type}onUpdate(e,t){return this.updateType=t,this.update=e.bind(this.getSelf()),this}onFrameUpdate(e){return this.onUpdate(e,RV.FRAME)}onRenderUpdate(e){return this.onUpdate(e,RV.RENDER)}onObjectUpdate(e){return this.onUpdate(e,RV.OBJECT)}onReference(e){return this.updateReference=e.bind(this.getSelf()),this}getSelf(){return this.self||this}updateReference(){return this}isGlobal(){return this.global}*getChildren(){for(let{childNode:e}of iU(this))yield e}dispose(){this.dispatchEvent({type:`dispose`})}traverse(e){e(this);for(let t of this.getChildren())t.traverse(e)}getCacheKey(e=!1){return e||=this.version!==this._cacheKeyVersion,(e===!0||this._cacheKey===null)&&(this._cacheKey=nU(rU(this,e),this.customCacheKey()),this._cacheKeyVersion=this.version),this._cacheKey}customCacheKey(){return 0}getScope(){return this}getHash(){return this.uuid}getUpdateType(){return this.updateType}getUpdateBeforeType(){return this.updateBeforeType}getUpdateAfterType(){return this.updateAfterType}getElementType(e){let t=this.getNodeType(e),n=e.getElementType(t);return n}getMemberType(){return`void`}getNodeType(e){let t=e.getNodeProperties(this);return t.outputNode?t.outputNode.getNodeType(e):this.nodeType}getShared(e){let t=this.getHash(e),n=e.getNodeFromHash(t);return n||this}setup(e){let t=e.getNodeProperties(this),n=0;for(let e of this.getChildren())t[`node`+ n++]=e;return t.outputNode||null}analyze(e,t=null){let n=e.increaseUsage(this);if(this.parents===!0){let n=e.getDataFromNode(this,`any`);n.stages=n.stages||{},n.stages[e.shaderStage]=n.stages[e.shaderStage]||[],n.stages[e.shaderStage].push(t)}if(n===1){let t=e.getNodeProperties(this);for(let n of Object.values(t))n&&n.isNode===!0&&n.build(e,this)}}generate(e,t){let{outputNode:n}=e.getNodeProperties(this);if(n&&n.isNode===!0)return n.build(e,t)}updateBefore(){console.warn(`Abstract function.`)}updateAfter(){console.warn(`Abstract function.`)}update(){console.warn(`Abstract function.`)}build(e,t=null){let n=this.getShared(e);if(this!==n)return n.build(e,t);let r=e.getDataFromNode(this);r.buildStages=r.buildStages||{},r.buildStages[e.buildStage]=!0;let i=uU[e.buildStage];if(i&&r.buildStages[i]!==!0){let t=e.getBuildStage();e.setBuildStage(i),this.build(e),e.setBuildStage(t)}e.addNode(this),e.addChain(this);let a=null,o=e.getBuildStage();if(o===`setup`){this.updateReference(e);let t=e.getNodeProperties(this);if(t.initialized!==!0){t.initialized=!0,t.outputNode=this.setup(e)||t.outputNode||null;for(let n of Object.values(t))if(n&&n.isNode===!0){if(n.parents===!0){let t=e.getNodeProperties(n);t.parents=t.parents||[],t.parents.push(this)}n.build(e)}}a=t.outputNode}else if(o===`analyze`)this.analyze(e,t);else if(o===`generate`){let n=this.generate.length===1;if(n){let n=this.getNodeType(e),r=e.getDataFromNode(this);a=r.snippet,a===void 0?r.generated===void 0?(r.generated=!0,a=this.generate(e)||``,r.snippet=a):(console.warn(`THREE.Node: Recursion detected.`,this),a=``):r.flowCodes!==void 0&&e.context.nodeBlock!==void 0&&e.addFlowCodeHierarchy(this,e.context.nodeBlock),a=e.format(a,n,t)}else a=this.generate(e,t)||``}return e.removeChain(this),e.addSequentialNode(this),a}getSerializeChildren(){return iU(this)}serialize(e){let t=this.getSerializeChildren(),n={};for(let{property:r,index:i,childNode:a}of t)i===void 0?n[r]=a.toJSON(e.meta).uuid:(n[r]===void 0&&(n[r]=Number.isInteger(i)?[]:{}),n[r][i]=a.toJSON(e.meta).uuid);Object.keys(n).length>0&&(e.inputNodes=n)}deserialize(e){if(e.inputNodes!==void 0){let t=e.meta.nodes;for(let n in e.inputNodes)if(Array.isArray(e.inputNodes[n])){let r=[];for(let i of e.inputNodes[n])r.push(t[i]);this[n]=r}else if(typeof e.inputNodes[n]==`object`){let r={};for(let i in e.inputNodes[n]){let a=e.inputNodes[n][i];r[i]=t[a]}this[n]=r}else{let r=e.inputNodes[n];this[n]=t[r]}}}toJSON(e){let{uuid:t,type:n}=this,r=e===void 0||typeof e==`string`;r&&(e={textures:{},images:{},nodes:{}});let i=e.nodes[t];i===void 0&&(i={uuid:t,type:n,meta:e,metadata:{version:4.7,type:`Node`,generator:`Node.toJSON`}},r!==!0&&(e.nodes[i.uuid]=i),this.serialize(i),delete i.meta);function a(e){let t=[];for(let n in e){let r=e[n];delete r.metadata,t.push(r)}return t}if(r){let t=a(e.textures),n=a(e.images),r=a(e.nodes);t.length>0&&(i.textures=t),n.length>0&&(i.images=n),r.length>0&&(i.nodes=r)}return i}},pU=fU,mU=class extends pU{static get type(){return`TempNode`}constructor(e=null){super(e),this.isTempNode=!0}hasDependencies(e){return e.getDataFromNode(this).usageCount>1}build(e,t){let n=e.getBuildStage();if(n===`generate`){let n=e.getVectorType(this.getNodeType(e,t)),r=e.getDataFromNode(this);if(r.propertyName!==void 0)return e.format(r.propertyName,n,t);if(n!==`void`&&t!==`void`&&this.hasDependencies(e)){let i=super.build(e,n),a=e.getVarFromNode(this,null,n),o=e.getPropertyName(a);return e.addLineFlowCode(`${o} = ${i}`,this),r.snippet=i,r.propertyName=o,e.format(r.propertyName,n,t)}}return super.build(e,t)}},hU=mU,gU=class extends pU{static get type(){return`ArrayElementNode`}constructor(e,t){super(),this.node=e,this.indexNode=t,this.isArrayElementNode=!0}getNodeType(e){return this.node.getElementType(e)}generate(e){let t=this.indexNode.getNodeType(e),n=this.node.build(e),r=this.indexNode.build(e,!e.isVector(t)&&e.isInteger(t)?t:`uint`);return`${n}[ ${r} ]`}},_U=gU,vU=class extends pU{static get type(){return`ConvertNode`}constructor(e,t){super(),this.node=e,this.convertTo=t}getNodeType(e){let t=this.node.getNodeType(e),n=null;for(let r of this.convertTo.split(`|`))(n===null||e.getTypeLength(t)===e.getTypeLength(r))&&(n=r);return n}serialize(e){super.serialize(e),e.convertTo=this.convertTo}deserialize(e){super.deserialize(e),this.convertTo=e.convertTo}generate(e,t){let n=this.node,r=this.getNodeType(e),i=n.build(e,r);return e.format(i,r,t)}},yU=vU,bU=class extends hU{static get type(){return`JoinNode`}constructor(e=[],t=null){super(t),this.nodes=e}getNodeType(e){return this.nodeType===null?e.getTypeFromLength(this.nodes.reduce((t,n)=>t+e.getTypeLength(n.getNodeType(e)),0)):e.getVectorType(this.nodeType)}generate(e,t){let n=this.getNodeType(e),r=e.getTypeLength(n),i=this.nodes,a=e.getComponentType(n),o=[],s=0;for(let t of i){if(s>=r){console.error(`THREE.TSL: Length of parameters exceeds maximum length of function '${n}()' type.`);break}let i=t.getNodeType(e),c=e.getTypeLength(i),l;s+c>r&&(console.error(`THREE.TSL: Length of '${n}()' data exceeds maximum length of output type.`),c=r-s,i=e.getTypeFromLength(c)),s+=c,l=t.build(e,i);let u=e.getComponentType(i);u!==a&&(l=e.format(l,u,a)),o.push(l)}let c=`${e.getType(n)}( ${o.join(`, `)} )`;return e.format(c,n,t)}},xU=bU;const SU=BV.join(``);var CU=class extends pU{static get type(){return`SplitNode`}constructor(e,t=`x`){super(),this.node=e,this.components=t,this.isSplitNode=!0}getVectorLength(){let e=this.components.length;for(let t of this.components)e=Math.max(BV.indexOf(t)+1,e);return e}getComponentType(e){return e.getComponentType(this.node.getNodeType(e))}getNodeType(e){return e.getTypeFromLength(this.components.length,this.getComponentType(e))}generate(e,t){let n=this.node,r=e.getTypeLength(n.getNodeType(e)),i=null;if(r>1){let a=null,o=this.getVectorLength();o>=r&&(a=e.getTypeFromLength(this.getVectorLength(),this.getComponentType(e)));let s=n.build(e,a);i=this.components.length===r&&this.components===SU.slice(0,this.components.length)?e.format(s,a,t):e.format(`${s}.${this.components}`,this.getNodeType(e),t)}else i=n.build(e,t);return i}serialize(e){super.serialize(e),e.components=this.components}deserialize(e){super.deserialize(e),this.components=e.components}},wU=CU,TU=class extends hU{static get type(){return`SetNode`}constructor(e,t,n){super(),this.sourceNode=e,this.components=t,this.targetNode=n}getNodeType(e){return this.sourceNode.getNodeType(e)}generate(e){let{sourceNode:t,components:n,targetNode:r}=this,i=this.getNodeType(e),a=e.getComponentType(r.getNodeType(e)),o=e.getTypeFromLength(n.length,a),s=r.build(e,o),c=t.build(e,i),l=e.getTypeLength(i),u=[];for(let e=0;e<l;e++){let t=BV[e];t===n[0]?(u.push(s),e+=n.length-1):u.push(c+`.`+t)}return`${e.getType(i)}( ${u.join(`, `)} )`}},EU=TU,DU=class extends hU{static get type(){return`FlipNode`}constructor(e,t){super(),this.sourceNode=e,this.components=t}getNodeType(e){return this.sourceNode.getNodeType(e)}generate(e){let{components:t,sourceNode:n}=this,r=this.getNodeType(e),i=n.build(e),a=e.getVarFromNode(this),o=e.getPropertyName(a);e.addLineFlowCode(o+` = `+i,this);let s=e.getTypeLength(r),c=[],l=0;for(let e=0;e<s;e++){let n=BV[e];n===t[l]?(c.push(`1.0 - `+(o+`.`+n)),l++):c.push(o+`.`+n)}return`${e.getType(r)}( ${c.join(`, `)} )`}},OU=DU,kU=class extends pU{static get type(){return`InputNode`}constructor(e,t=null){super(t),this.isInputNode=!0,this.value=e,this.precision=null}getNodeType(){return this.nodeType===null?aU(this.value):this.nodeType}getInputType(e){return this.getNodeType(e)}setPrecision(e){return this.precision=e,this}serialize(e){super.serialize(e),e.value=this.value,this.value&&this.value.toArray&&(e.value=this.value.toArray()),e.valueType=aU(this.value),e.nodeType=this.nodeType,e.valueType===`ArrayBuffer`&&(e.value=sU(e.value)),e.precision=this.precision}deserialize(e){super.deserialize(e),this.nodeType=e.nodeType,this.value=Array.isArray(e.value)?oU(e.valueType,...e.value):e.value,this.precision=e.precision||null,this.value&&this.value.fromArray&&(this.value=this.value.fromArray(e.value))}generate(){console.warn(`Abstract function.`)}},AU=kU;const jU=/float|u?int/;var MU=class extends AU{static get type(){return`ConstNode`}constructor(e,t=null){super(e,t),this.isConstNode=!0}generateConst(e){return e.generateConst(this.getNodeType(e),this.value)}generate(e,t){let n=this.getNodeType(e);return jU.test(n)&&jU.test(t)?e.generateConst(t,this.value):e.format(this.generateConst(e),n,t)}},NU=MU,PU=class extends pU{static get type(){return`MemberNode`}constructor(e,t){super(),this.node=e,this.property=t,this.isMemberNode=!0}getNodeType(e){return this.node.getMemberType(e,this.property)}generate(e){let t=this.node.build(e);return t+`.`+this.property}},FU=PU;let IU=null;const LU=new Map;function R(e,t){if(LU.has(e)){console.warn(`THREE.TSL: Redefinition of method chaining '${e}'.`);return}if(typeof t!=`function`)throw Error(`THREE.TSL: Node element ${e} is not a function`);LU.set(e,t)}const RU=e=>e.replace(/r|s/g,`x`).replace(/g|t/g,`y`).replace(/b|p/g,`z`).replace(/a|q/g,`w`),zU=e=>RU(e).split(``).sort().join(``),BU={setup(e,t){let n=t.shift();return e(dW(n),...t)},get(e,t,n){if(typeof t==`string`&&e[t]===void 0){if(e.isStackNode!==!0&&t===`assign`)return(...e)=>(IU.assign(n,...e),n);if(LU.has(t)){let r=LU.get(t);return e.isStackNode?(...e)=>n.add(r(...e)):(...e)=>r(n,...e)}else if(t===`self`)return e;else if(t.endsWith(`Assign`)&&LU.has(t.slice(0,t.length-6))){let r=LU.get(t.slice(0,t.length-6));return e.isStackNode?(...e)=>n.assign(e[0],r(...e)):(...e)=>n.assign(r(n,...e))}else if(/^[xyzwrgbastpq]{1,4}$/.test(t)===!0)return t=RU(t),uW(new wU(n,t));else if(/^set[XYZWRGBASTPQ]{1,4}$/.test(t)===!0)return t=zU(t.slice(3).toLowerCase()),n=>uW(new EU(e,t,uW(n)));else if(/^flip[XYZWRGBASTPQ]{1,4}$/.test(t)===!0)return t=zU(t.slice(4).toLowerCase()),()=>uW(new OU(uW(e),t));else if(t===`width`||t===`height`||t===`depth`)return t===`width`?t=`x`:t===`height`?t=`y`:t===`depth`&&(t=`z`),uW(new wU(e,t));else if(/^\d+$/.test(t)===!0)return uW(new _U(n,new NU(Number(t),`uint`)));else if(/^get$/.test(t)===!0)return e=>uW(new FU(n,e))}return Reflect.get(e,t,n)},set(e,t,n,r){return typeof t==`string`&&e[t]===void 0&&(/^[xyzwrgbastpq]{1,4}$/.test(t)===!0||t===`width`||t===`height`||t===`depth`||/^\d+$/.test(t)===!0)?(r[t].assign(n),!0):Reflect.set(e,t,n,r)}},VU=new WeakMap,HU=new WeakMap,UU=function(e,t=null){let n=aU(e);if(n===`node`){let t=VU.get(e);return t===void 0&&(t=new Proxy(e,BU),VU.set(e,t),VU.set(t,t)),t}else if(t===null&&(n===`float`||n===`boolean`)||n&&n!==`shader`&&n!==`string`)return uW(aW(e,t));else if(n===`shader`)return mW(e);return e},WU=function(e,t=null){for(let n in e)e[n]=uW(e[n],t);return e},GU=function(e,t=null){let n=e.length;for(let r=0;r<n;r++)e[r]=uW(e[r],t);return e},KU=function(e,t=null,n=null,r=null){let i=e=>uW(r===null?e:Object.assign(e,r)),a,o=t,s,c;function l(t){let n;return n=o?/[a-z]/i.test(o)?o+`()`:o:e.type,s!==void 0&&t.length<s?(console.error(`THREE.TSL: "${n}" parameter length is less than minimum required.`),t.concat(Array(s-t.length).fill(0))):c!==void 0&&t.length>c?(console.error(`THREE.TSL: "${n}" parameter length exceeds limit.`),t.slice(0,c)):t}return t===null?a=(...t)=>i(new e(...fW(l(t)))):n===null?a=(...n)=>i(new e(t,...fW(l(n)))):(n=uW(n),a=(...r)=>i(new e(t,...fW(l(r)),n))),a.setParameterLength=(...e)=>(e.length===1?s=c=e[0]:e.length===2&&([s,c]=e),a),a.setName=e=>(o=e,a),a};var qU=class extends pU{constructor(e,t){super(),this.shaderNode=e,this.inputNodes=t,this.isShaderCallNodeInternal=!0}getNodeType(e){return this.shaderNode.nodeType||this.getOutputNode(e).getNodeType(e)}getMemberType(e,t){return this.getOutputNode(e).getMemberType(e,t)}call(e){let{shaderNode:t,inputNodes:n}=this,r=e.getNodeProperties(t),i=t.namespace&&t.namespace===e.namespace?e.getNamespace(`once`):`once`;if(r[i])return r[i];let a=null;if(t.layout){let r=HU.get(e.constructor);r===void 0&&(r=new WeakMap,HU.set(e.constructor,r));let i=r.get(t);i===void 0&&(i=uW(e.buildFunctionNode(t)),r.set(t,i)),e.addInclude(i),a=uW(i.call(n))}else{let r=t.jsFunc,i=n!==null||r.length>1?r(n||[],e):r(e);a=uW(i)}return t.once&&(r[i]=a),a}setupOutput(e){return e.addStack(),e.stack.outputNode=this.call(e),e.removeStack()}getOutputNode(e){let t=e.getNodeProperties(this),n=e.getOutputNamespace();return t[n]=t[n]||this.setupOutput(e),t[n]}build(e,t=null){let n=null,r=e.getBuildStage(),i=e.getNodeProperties(this),a=e.getOutputNamespace(),o=this.getOutputNode(e);if(r===`setup`){let t=e.getNamespace(`initialized`);i[t]!==!0&&(i[t]=!0,i[a]=this.getOutputNode(e),i[a].build(e)),n=i[a]}else r===`analyze`?o.build(e,t):r===`generate`&&(n=o.build(e,t)||``);return n}},JU=class extends pU{constructor(e,t){super(t),this.jsFunc=e,this.layout=null,this.global=!0,this.once=!1,this.namespace=null}setLayout(e){return this.layout=e,this}call(e=null){return dW(e),uW(new qU(this,e))}setup(){return this.call()}};const YU=[!1,!0],XU=[0,1,2,3],ZU=[-1,-2],QU=[.5,1.5,1/3,1e-6,1e6,Math.PI,Math.PI*2,1/Math.PI,2/Math.PI,1/(Math.PI*2),Math.PI/2],$U=new Map;for(let e of YU)$U.set(e,new NU(e));const eW=new Map;for(let e of XU)eW.set(e,new NU(e,`uint`));const tW=new Map([...eW].map(e=>new NU(e.value,`int`)));for(let e of ZU)tW.set(e,new NU(e,`int`));const nW=new Map([...tW].map(e=>new NU(e.value)));for(let e of QU)nW.set(e,new NU(e));for(let e of QU)nW.set(-e,new NU(-e));const rW={bool:$U,uint:eW,ints:tW,float:nW},iW=new Map([...$U,...nW]),aW=(e,t)=>iW.has(e)?iW.get(e):e.isNode===!0?e:new NU(e,t),oW=e=>{try{return e.getNodeType()}catch{return}},sW=function(e,t=null){return(...n)=>{if((n.length===0||![`bool`,`float`,`int`,`uint`].includes(e)&&n.every(e=>typeof e!=`object`))&&(n=[oU(e,...n)]),n.length===1&&t!==null&&t.has(n[0]))return uW(t.get(n[0]));if(n.length===1){let t=aW(n[0],e);return oW(t)===e?uW(t):uW(new yU(t,e))}let r=n.map(e=>aW(e));return uW(new xU(r,e))}},cW=e=>e==null?null:e.nodeType||e.convertTo||(typeof e==`string`?e:null);function lW(e,t){return new Proxy(new JU(e,t),BU)}const uW=(e,t=null)=>UU(e,t),dW=(e,t=null)=>new WU(e,t),fW=(e,t=null)=>new GU(e,t),z=(...e)=>new KU(...e);let pW=0;const mW=(e,t=null)=>{let n=null;t!==null&&(typeof t==`object`?n=t.return:(typeof t==`string`?n=t:console.error(`THREE.TSL: Invalid layout type.`),t=null));let r=new lW(e,n),i=(...e)=>{let t;dW(e);let i=e[0]&&(e[0].isNode||Object.getPrototypeOf(e[0])!==Object.prototype);t=i?[...e]:e[0];let a=r.call(t);return n===`void`&&a.toStack(),a};if(i.shaderNode=r,i.id=r.id,i.getNodeType=(...e)=>r.getNodeType(...e),i.getCacheKey=(...e)=>r.getCacheKey(...e),i.setLayout=e=>(r.setLayout(e),i),i.once=(e=null)=>(r.once=!0,r.namespace=e,i),t!==null){if(typeof t.inputs!=`object`){let e={name:`fn`+ pW++,type:n,inputs:[]};for(let n in t){if(n===`return`)continue;e.inputs.push({name:n,type:t[n]})}t=e}i.setLayout(t)}return i};function hW(e){return IU&&IU.add(e),e}R(`toStack`,hW);const gW=new sW(`color`),_W=new sW(`float`,rW.float),vW=new sW(`int`,rW.ints),yW=new sW(`uint`,rW.uint),bW=new sW(`bool`,rW.bool),xW=new sW(`vec2`),SW=new sW(`ivec2`),CW=new sW(`uvec2`),wW=new sW(`bvec2`),TW=new sW(`vec3`),EW=new sW(`ivec3`),DW=new sW(`uvec3`),OW=new sW(`bvec3`),kW=new sW(`vec4`),AW=new sW(`ivec4`),jW=new sW(`uvec4`),MW=new sW(`bvec4`),NW=new sW(`mat2`),PW=new sW(`mat3`),FW=new sW(`mat4`);R(`toColor`,gW),R(`toFloat`,_W),R(`toInt`,vW),R(`toUint`,yW),R(`toBool`,bW),R(`toVec2`,xW),R(`toIVec2`,SW),R(`toUVec2`,CW),R(`toBVec2`,wW),R(`toVec3`,TW),R(`toIVec3`,EW),R(`toUVec3`,DW),R(`toBVec3`,OW),R(`toVec4`,kW),R(`toIVec4`,AW),R(`toUVec4`,jW),R(`toBVec4`,MW),R(`toMat2`,NW),R(`toMat3`,PW),R(`toMat4`,FW);const IW=z(_U).setParameterLength(2),LW=(e,t)=>uW(new yU(uW(e),t));R(`element`,IW),R(`convert`,LW),R(`append`,e=>(console.warn(`THREE.TSL: .append() has been renamed to .toStack().`),hW(e)));const RW={"==":`equal`,"!=":`notEqual`,"<":`lessThan`,">":`greaterThan`,"<=":`lessThanEqual`,">=":`greaterThanEqual`,"%":`mod`};var zW=class e extends hU{static get type(){return`OperatorNode`}constructor(t,n,r,...i){if(super(),i.length>0){let a=new e(t,n,r);for(let n=0;n<i.length-1;n++)a=new e(t,a,i[n]);n=a,r=i[i.length-1]}this.op=t,this.aNode=n,this.bNode=r,this.isOperatorNode=!0}getOperatorMethod(e,t){return e.getMethod(RW[this.op],t)}getNodeType(e){let t=this.op,n=this.aNode,r=this.bNode,i=n.getNodeType(e),a=r?r.getNodeType(e):null;if(i===`void`||a===`void`)return`void`;if(t===`%`)return i;if(t===`~`||t===`&`||t===`|`||t===`^`||t===`>>`||t===`<<`)return e.getIntegerType(i);if(t===`!`||t===`&&`||t===`||`||t===`^^`)return`bool`;if(t===`==`||t===`!=`||t===`<`||t===`>`||t===`<=`||t===`>=`){let t=Math.max(e.getTypeLength(i),e.getTypeLength(a));return t>1?`bvec${t}`:`bool`}else{if(e.isMatrix(i)){if(a===`float`)return i;if(e.isVector(a))return e.getVectorFromMatrix(i);if(e.isMatrix(a))return i}else if(e.isMatrix(a)){if(i===`float`)return a;if(e.isVector(i))return e.getVectorFromMatrix(a)}return e.getTypeLength(a)>e.getTypeLength(i)?a:i}}generate(e,t){let n=this.op,{aNode:r,bNode:i}=this,a=this.getNodeType(e),o=null,s=null;a===`void`?o=s=a:(o=r.getNodeType(e),s=i?i.getNodeType(e):null,n===`<`||n===`>`||n===`<=`||n===`>=`||n===`==`||n===`!=`?e.isVector(o)?s=o:e.isVector(s)?o=s:o!==s&&(o=s=`float`):n===`>>`||n===`<<`?(o=a,s=e.changeComponentType(s,`uint`)):n===`%`?(o=a,s=e.isInteger(o)&&e.isInteger(s)?s:o):e.isMatrix(o)?s===`float`?s=`float`:e.isVector(s)?s=e.getVectorFromMatrix(o):e.isMatrix(s)||(o=s=a):o=e.isMatrix(s)?o===`float`?`float`:e.isVector(o)?e.getVectorFromMatrix(s):s=a:s=a);let c=r.build(e,o),l=i?i.build(e,s):null,u=e.getFunctionOperator(n);if(t!==`void`){let r=e.renderer.coordinateSystem===SH;if(n===`==`||n===`!=`||n===`<`||n===`>`||n===`<=`||n===`>=`)return r&&e.isVector(o)?e.format(`${this.getOperatorMethod(e,t)}( ${c}, ${l} )`,a,t):e.format(`( ${c} ${n} ${l} )`,a,t);if(n===`%`)return e.isInteger(s)?e.format(`( ${c} % ${l} )`,a,t):e.format(`${this.getOperatorMethod(e,a)}( ${c}, ${l} )`,a,t);if(n===`!`||n===`~`)return e.format(`(${n}${c})`,o,t);if(u)return e.format(`${u}( ${c}, ${l} )`,a,t);if(e.isMatrix(o)&&s===`float`)return e.format(`( ${l} ${n} ${c} )`,a,t);if(o===`float`&&e.isMatrix(s))return e.format(`${c} ${n} ${l}`,a,t);{let i=`( ${c} ${n} ${l} )`;return!r&&a===`bool`&&e.isVector(o)&&e.isVector(s)&&(i=`all${i}`),e.format(i,a,t)}}else if(o!==`void`)return u?e.format(`${u}( ${c}, ${l} )`,a,t):e.isMatrix(o)&&s===`float`?e.format(`${l} ${n} ${c}`,a,t):e.format(`${c} ${n} ${l}`,a,t)}serialize(e){super.serialize(e),e.op=this.op}deserialize(e){super.deserialize(e),this.op=e.op}};const BW=z(zW,`+`).setParameterLength(2,1/0).setName(`add`),VW=z(zW,`-`).setParameterLength(2,1/0).setName(`sub`),HW=z(zW,`*`).setParameterLength(2,1/0).setName(`mul`),UW=z(zW,`/`).setParameterLength(2,1/0).setName(`div`),WW=z(zW,`%`).setParameterLength(2).setName(`mod`),GW=z(zW,`==`).setParameterLength(2).setName(`equal`),KW=z(zW,`!=`).setParameterLength(2).setName(`notEqual`),qW=z(zW,`<`).setParameterLength(2).setName(`lessThan`),JW=z(zW,`>`).setParameterLength(2).setName(`greaterThan`),YW=z(zW,`<=`).setParameterLength(2).setName(`lessThanEqual`),XW=z(zW,`>=`).setParameterLength(2).setName(`greaterThanEqual`),ZW=z(zW,`&&`).setParameterLength(2,1/0).setName(`and`),QW=z(zW,`||`).setParameterLength(2,1/0).setName(`or`),$W=z(zW,`!`).setParameterLength(1).setName(`not`),eG=z(zW,`^^`).setParameterLength(2).setName(`xor`),tG=z(zW,`&`).setParameterLength(2).setName(`bitAnd`),nG=z(zW,`~`).setParameterLength(2).setName(`bitNot`),rG=z(zW,`|`).setParameterLength(2).setName(`bitOr`),iG=z(zW,`^`).setParameterLength(2).setName(`bitXor`),aG=z(zW,`<<`).setParameterLength(2).setName(`shiftLeft`),oG=z(zW,`>>`).setParameterLength(2).setName(`shiftRight`),sG=mW(([e])=>(e.addAssign(1),e)),cG=mW(([e])=>(e.subAssign(1),e)),lG=mW(([e])=>{let t=vW(e).toConst();return e.addAssign(1),t}),uG=mW(([e])=>{let t=vW(e).toConst();return e.subAssign(1),t});R(`add`,BW),R(`sub`,VW),R(`mul`,HW),R(`div`,UW),R(`mod`,WW),R(`equal`,GW),R(`notEqual`,KW),R(`lessThan`,qW),R(`greaterThan`,JW),R(`lessThanEqual`,YW),R(`greaterThanEqual`,XW),R(`and`,ZW),R(`or`,QW),R(`not`,$W),R(`xor`,eG),R(`bitAnd`,tG),R(`bitNot`,nG),R(`bitOr`,rG),R(`bitXor`,iG),R(`shiftLeft`,aG),R(`shiftRight`,oG),R(`incrementBefore`,sG),R(`decrementBefore`,cG),R(`increment`,lG),R(`decrement`,uG);const dG=(e,t)=>(console.warn(`THREE.TSL: "remainder()" is deprecated. Use "mod( int( ... ) )" instead.`),WW(e,t)),fG=(e,t)=>(console.warn(`THREE.TSL: "modInt()" is deprecated. Use "mod( int( ... ) )" instead.`),WW(vW(e),vW(t)));R(`remainder`,dG),R(`modInt`,fG);var B=class e extends hU{static get type(){return`MathNode`}constructor(t,n,r=null,i=null){if(super(),(t===e.MAX||t===e.MIN)&&arguments.length>3){let a=new e(t,n,r);for(let n=2;n<arguments.length-1;n++)a=new e(t,a,arguments[n]);n=a,r=arguments[arguments.length-1],i=null}this.method=t,this.aNode=n,this.bNode=r,this.cNode=i,this.isMathNode=!0}getInputType(e){let t=this.aNode.getNodeType(e),n=this.bNode?this.bNode.getNodeType(e):null,r=this.cNode?this.cNode.getNodeType(e):null,i=e.isMatrix(t)?0:e.getTypeLength(t),a=e.isMatrix(n)?0:e.getTypeLength(n),o=e.isMatrix(r)?0:e.getTypeLength(r);return i>a&&i>o?t:a>o?n:o>i?r:t}getNodeType(t){let n=this.method;return n===e.LENGTH||n===e.DISTANCE||n===e.DOT?`float`:n===e.CROSS?`vec3`:n===e.ALL||n===e.ANY?`bool`:n===e.EQUALS?t.changeComponentType(this.aNode.getNodeType(t),`bool`):this.getInputType(t)}setup(t){let{aNode:n,bNode:r,method:i}=this,a=null;if(i===e.ONE_MINUS)a=VW(1,n);else if(i===e.RECIPROCAL)a=UW(1,n);else if(i===e.DIFFERENCE)a=PG(VW(n,r));else if(i===e.TRANSFORM_DIRECTION){let e=n,i=r;t.isMatrix(e.getNodeType(t))?i=kW(TW(i),0):e=kW(TW(e),0);let o=HW(e,i).xyz;a=EG(o)}return a===null?super.setup(t):a}generate(t,n){let r=t.getNodeProperties(this);if(r.outputNode)return super.generate(t,n);let i=this.method,a=this.getNodeType(t),o=this.getInputType(t),s=this.aNode,c=this.bNode,l=this.cNode,u=t.renderer.coordinateSystem;if(i===e.NEGATE)return t.format(`( - `+s.build(t,o)+` )`,a,n);{let r=[];return i===e.CROSS?r.push(s.build(t,a),c.build(t,a)):u===SH&&i===e.STEP?r.push(s.build(t,t.getTypeLength(s.getNodeType(t))===1?`float`:o),c.build(t,o)):u===SH&&(i===e.MIN||i===e.MAX)?r.push(s.build(t,o),c.build(t,t.getTypeLength(c.getNodeType(t))===1?`float`:o)):i===e.REFRACT?r.push(s.build(t,o),c.build(t,o),l.build(t,`float`)):i===e.MIX?r.push(s.build(t,o),c.build(t,o),l.build(t,t.getTypeLength(l.getNodeType(t))===1?`float`:o)):(u===CH&&i===e.ATAN&&c!==null&&(i=`atan2`),t.shaderStage!==`fragment`&&(i===e.DFDX||i===e.DFDY)&&(console.warn(`THREE.TSL: '${i}' is not supported in the ${t.shaderStage} stage.`),i=`/*`+i+`*/`),r.push(s.build(t,o)),c!==null&&r.push(c.build(t,o)),l!==null&&r.push(l.build(t,o))),t.format(`${t.getMethod(i,a)}( ${r.join(`, `)} )`,a,n)}}serialize(e){super.serialize(e),e.method=this.method}deserialize(e){super.deserialize(e),this.method=e.method}};B.ALL=`all`,B.ANY=`any`,B.RADIANS=`radians`,B.DEGREES=`degrees`,B.EXP=`exp`,B.EXP2=`exp2`,B.LOG=`log`,B.LOG2=`log2`,B.SQRT=`sqrt`,B.INVERSE_SQRT=`inversesqrt`,B.FLOOR=`floor`,B.CEIL=`ceil`,B.NORMALIZE=`normalize`,B.FRACT=`fract`,B.SIN=`sin`,B.COS=`cos`,B.TAN=`tan`,B.ASIN=`asin`,B.ACOS=`acos`,B.ATAN=`atan`,B.ABS=`abs`,B.SIGN=`sign`,B.LENGTH=`length`,B.NEGATE=`negate`,B.ONE_MINUS=`oneMinus`,B.DFDX=`dFdx`,B.DFDY=`dFdy`,B.ROUND=`round`,B.RECIPROCAL=`reciprocal`,B.TRUNC=`trunc`,B.FWIDTH=`fwidth`,B.TRANSPOSE=`transpose`,B.BITCAST=`bitcast`,B.EQUALS=`equals`,B.MIN=`min`,B.MAX=`max`,B.STEP=`step`,B.REFLECT=`reflect`,B.DISTANCE=`distance`,B.DIFFERENCE=`difference`,B.DOT=`dot`,B.CROSS=`cross`,B.POW=`pow`,B.TRANSFORM_DIRECTION=`transformDirection`,B.MIX=`mix`,B.CLAMP=`clamp`,B.REFRACT=`refract`,B.SMOOTHSTEP=`smoothstep`,B.FACEFORWARD=`faceforward`;const pG=_W(Math.PI),poe=_W(Math.PI*2),mG=z(B,B.ALL).setParameterLength(1),hG=z(B,B.ANY).setParameterLength(1),gG=z(B,B.RADIANS).setParameterLength(1),_G=z(B,B.DEGREES).setParameterLength(1),vG=z(B,B.EXP).setParameterLength(1),yG=z(B,B.EXP2).setParameterLength(1),bG=z(B,B.LOG).setParameterLength(1),xG=z(B,B.LOG2).setParameterLength(1),SG=z(B,B.SQRT).setParameterLength(1),CG=z(B,B.INVERSE_SQRT).setParameterLength(1),wG=z(B,B.FLOOR).setParameterLength(1),TG=z(B,B.CEIL).setParameterLength(1),EG=z(B,B.NORMALIZE).setParameterLength(1),DG=z(B,B.FRACT).setParameterLength(1),OG=z(B,B.SIN).setParameterLength(1),kG=z(B,B.COS).setParameterLength(1),AG=z(B,B.TAN).setParameterLength(1),jG=z(B,B.ASIN).setParameterLength(1),MG=z(B,B.ACOS).setParameterLength(1),NG=z(B,B.ATAN).setParameterLength(1,2),PG=z(B,B.ABS).setParameterLength(1),FG=z(B,B.SIGN).setParameterLength(1),IG=z(B,B.LENGTH).setParameterLength(1),LG=z(B,B.NEGATE).setParameterLength(1),RG=z(B,B.ONE_MINUS).setParameterLength(1),zG=z(B,B.DFDX).setParameterLength(1),BG=z(B,B.DFDY).setParameterLength(1),VG=z(B,B.ROUND).setParameterLength(1),HG=z(B,B.RECIPROCAL).setParameterLength(1),UG=z(B,B.TRUNC).setParameterLength(1),WG=z(B,B.FWIDTH).setParameterLength(1),GG=z(B,B.TRANSPOSE).setParameterLength(1),KG=(e,t)=>(console.warn(`THREE.TSL: "equals" is deprecated. Use "equal" inside a vector instead, like: "bvec*( equal( ... ) )"`),GW(e,t)),qG=z(B,B.MIN).setParameterLength(2,1/0),JG=z(B,B.MAX).setParameterLength(2,1/0),YG=z(B,B.STEP).setParameterLength(2),XG=z(B,B.REFLECT).setParameterLength(2),ZG=z(B,B.DISTANCE).setParameterLength(2),QG=z(B,B.DIFFERENCE).setParameterLength(2),$G=z(B,B.DOT).setParameterLength(2),eK=z(B,B.CROSS).setParameterLength(2),tK=z(B,B.POW).setParameterLength(2),nK=z(B,B.POW,2).setParameterLength(1),rK=z(B,B.POW,3).setParameterLength(1),iK=z(B,B.POW,4).setParameterLength(1),aK=z(B,B.TRANSFORM_DIRECTION).setParameterLength(2),oK=e=>HW(FG(e),tK(PG(e),1/3)),sK=e=>$G(e,e),cK=z(B,B.MIX).setParameterLength(3),lK=(e,t=0,n=1)=>uW(new B(B.CLAMP,uW(e),uW(t),uW(n))),uK=e=>lK(e),dK=z(B,B.REFRACT).setParameterLength(3),fK=z(B,B.SMOOTHSTEP).setParameterLength(3),pK=z(B,B.FACEFORWARD).setParameterLength(3),mK=mW(([e])=>{let t=12.9898,n=78.233,r=43758.5453,i=$G(e.xy,xW(t,n)),a=WW(i,pG);return DG(OG(a).mul(r))}),hK=(e,t,n)=>cK(t,n,e),gK=(e,t,n)=>fK(t,n,e),_K=(e,t)=>(console.warn(`THREE.TSL: "atan2" is overloaded. Use "atan" instead.`),NG(e,t));R(`all`,mG),R(`any`,hG),R(`equals`,KG),R(`radians`,gG),R(`degrees`,_G),R(`exp`,vG),R(`exp2`,yG),R(`log`,bG),R(`log2`,xG),R(`sqrt`,SG),R(`inverseSqrt`,CG),R(`floor`,wG),R(`ceil`,TG),R(`normalize`,EG),R(`fract`,DG),R(`sin`,OG),R(`cos`,kG),R(`tan`,AG),R(`asin`,jG),R(`acos`,MG),R(`atan`,NG),R(`abs`,PG),R(`sign`,FG),R(`length`,IG),R(`lengthSq`,sK),R(`negate`,LG),R(`oneMinus`,RG),R(`dFdx`,zG),R(`dFdy`,BG),R(`round`,VG),R(`reciprocal`,HG),R(`trunc`,UG),R(`fwidth`,WG),R(`atan2`,_K),R(`min`,qG),R(`max`,JG),R(`step`,YG),R(`reflect`,XG),R(`distance`,ZG),R(`dot`,$G),R(`cross`,eK),R(`pow`,tK),R(`pow2`,nK),R(`pow3`,rK),R(`pow4`,iK),R(`transformDirection`,aK),R(`mix`,hK),R(`clamp`,lK),R(`refract`,dK),R(`smoothstep`,gK),R(`faceForward`,pK),R(`difference`,QG),R(`saturate`,uK),R(`cbrt`,oK),R(`transpose`,GG),R(`rand`,mK);var vK=class extends hU{static get type(){return`ArrayNode`}constructor(e,t,n=null){super(e),this.count=t,this.values=n,this.isArrayNode=!0}getNodeType(e){return this.nodeType===null&&(this.nodeType=this.values[0].getNodeType(e)),this.nodeType}getElementType(e){return this.getNodeType(e)}generate(e){let t=this.getNodeType(e);return e.generateArray(t,this.count,this.values)}};const yK=(...e)=>{let t;if(e.length===1){let n=e[0];t=new vK(null,n.length,n)}else{let n=e[0],r=e[1];t=new vK(n,r)}return uW(t)};R(`toArray`,(e,t)=>yK(Array(t).fill(e)));var bK=class extends pU{static get type(){return`UniformGroupNode`}constructor(e,t=!1,n=1){super(`string`),this.name=e,this.shared=t,this.order=n,this.isUniformGroup=!0}serialize(e){super.serialize(e),e.name=this.name,e.version=this.version,e.shared=this.shared}deserialize(e){super.deserialize(e),this.name=e.name,this.version=e.version,this.shared=e.shared}};const xK=e=>new bK(e),SK=(e,t=0)=>new bK(e,!0,t),CK=SK(`render`),wK=xK(`object`);var TK=class extends AU{static get type(){return`UniformNode`}constructor(e,t=null){super(e,t),this.isUniformNode=!0,this.name=``,this.groupNode=wK}label(e){return this.name=e,this}setGroup(e){return this.groupNode=e,this}getGroup(){return this.groupNode}getUniformHash(e){return this.getHash(e)}onUpdate(e,t){let n=this.getSelf();return e=e.bind(n),super.onUpdate(t=>{let r=e(t,n);r!==void 0&&(this.value=r)},t)}generate(e,t){let n=this.getNodeType(e),r=this.getUniformHash(e),i=e.getNodeFromHash(r);i===void 0&&(e.setHashNode(this,r),i=this);let a=i.getInputType(e),o=e.getUniformFromNode(i,a,e.shaderStage,this.name||e.context.label),s=e.getPropertyName(o);return e.context.label!==void 0&&delete e.context.label,e.format(s,n,t)}};const EK=(e,t)=>{let n=cW(t||e),r=e&&e.isNode===!0?e.node&&e.node.value||e.value:e;return uW(new TK(r,n))};var DK=class extends pU{static get type(){return`PropertyNode`}constructor(e,t=null,n=!1){super(e),this.name=t,this.varying=n,this.isPropertyNode=!0,this.global=!0}getHash(e){return this.name||super.getHash(e)}generate(e){let t;return this.varying===!0?(t=e.getVaryingFromNode(this,this.name),t.needsInterpolation=!0):t=e.getVarFromNode(this,this.name),e.getPropertyName(t)}};const OK=(e,t)=>uW(new DK(e,t));var kK=class extends hU{static get type(){return`AssignNode`}constructor(e,t){super(),this.targetNode=e,this.sourceNode=t,this.isAssignNode=!0}hasDependencies(){return!1}getNodeType(e,t){return t===`void`?`void`:this.targetNode.getNodeType(e)}needsSplitAssign(e){let{targetNode:t}=this;if(e.isAvailable(`swizzleAssign`)===!1&&t.isSplitNode&&t.components.length>1){let n=e.getTypeLength(t.node.getNodeType(e)),r=BV.join(``).slice(0,n)!==t.components;return r}return!1}setup(e){let{targetNode:t,sourceNode:n}=this,r=e.getNodeProperties(this);r.sourceNode=n,r.targetNode=t.context({assign:!0})}generate(e,t){let{targetNode:n,sourceNode:r}=e.getNodeProperties(this),i=this.needsSplitAssign(e),a=n.getNodeType(e),o=n.build(e),s=r.build(e,a),c=r.getNodeType(e),l=e.getDataFromNode(this),u;if(l.initialized===!0)t!==`void`&&(u=o);else if(i){let r=e.getVarFromNode(this,null,a),i=e.getPropertyName(r);e.addLineFlowCode(`${i} = ${s}`,this);let c=n.node,l=c.node.context({assign:!0}),d=l.build(e);for(let t=0;t<c.components.length;t++){let n=c.components[t];e.addLineFlowCode(`${d}.${n} = ${i}[ ${t} ]`,this)}t!==`void`&&(u=o)}else u=`${o} = ${s}`,(t===`void`||c===`void`)&&(e.addLineFlowCode(u,this),t!==`void`&&(u=o));return l.initialized=!0,e.format(u,a,t)}};const AK=z(kK).setParameterLength(2);R(`assign`,AK);var jK=class extends hU{static get type(){return`FunctionCallNode`}constructor(e=null,t={}){super(),this.functionNode=e,this.parameters=t}setParameters(e){return this.parameters=e,this}getParameters(){return this.parameters}getNodeType(e){return this.functionNode.getNodeType(e)}generate(e){let t=[],n=this.functionNode,r=n.getInputs(e),i=this.parameters,a=(t,n)=>{let r=n.type,i=r===`pointer`,a;return a=i?`&`+t.build(e):t.build(e,r),a};if(Array.isArray(i)){if(i.length>r.length)console.error(`THREE.TSL: The number of provided parameters exceeds the expected number of inputs in 'Fn()'.`),i.length=r.length;else if(i.length<r.length)for(console.error(`THREE.TSL: The number of provided parameters is less than the expected number of inputs in 'Fn()'.`);i.length<r.length;)i.push(_W(0));for(let e=0;e<i.length;e++)t.push(a(i[e],r[e]))}else for(let e of r){let n=i[e.name];n===void 0?(console.error(`THREE.TSL: Input '${e.name}' not found in \'Fn()\'.`),t.push(a(_W(0),e))):t.push(a(n,e))}let o=n.build(e,`property`);return`${o}( ${t.join(`, `)} )`}};const MK=(e,...t)=>(t=t.length>1||t[0]&&t[0].isNode===!0?fW(t):dW(t[0]),uW(new jK(uW(e),t)));R(`call`,MK);var NK=class extends pU{static get type(){return`ConditionalNode`}constructor(e,t,n=null){super(),this.condNode=e,this.ifNode=t,this.elseNode=n}getNodeType(e){let{ifNode:t,elseNode:n}=e.getNodeProperties(this);if(t===void 0)return this.setup(e),this.getNodeType(e);let r=t.getNodeType(e);if(n!==null){let t=n.getNodeType(e);if(e.getTypeLength(t)>e.getTypeLength(r))return t}return r}setup(e){let t=this.condNode.cache(),n=this.ifNode.cache(),r=this.elseNode?this.elseNode.cache():null,i=e.context.nodeBlock;e.getDataFromNode(n).parentNodeBlock=i,r!==null&&(e.getDataFromNode(r).parentNodeBlock=i);let a=e.getNodeProperties(this);a.condNode=t,a.ifNode=n.context({nodeBlock:n}),a.elseNode=r?r.context({nodeBlock:r}):null}generate(e,t){let n=this.getNodeType(e),r=e.getDataFromNode(this);if(r.nodeProperty!==void 0)return r.nodeProperty;let{condNode:i,ifNode:a,elseNode:o}=e.getNodeProperties(this),s=e.currentFunctionNode,c=t!==`void`,l=c?OK(n).build(e):``;r.nodeProperty=l;let u=i.build(e,`bool`);e.addFlowCode(`\n${e.tab}if ( ${u} ) {\n\n`).addFlowTab();let d=a.build(e,n);if(d&&(c?d=l+` = `+d+`;`:(d=`return `+d+`;`,s===null&&(console.warn(`THREE.TSL: Return statement used in an inline 'Fn()'. Define a layout struct to allow return values.`),d=`// `+d))),e.removeFlowTab().addFlowCode(e.tab+` `+d+`
|
|
396
|
+
var<${n}> ${e} : ${a};`}},cj=class{constructor(e){this.backend=e}getCurrentDepthStencilFormat(e){let t;return e.depthTexture===null?e.depth&&e.stencil?t=L.Depth24PlusStencil8:e.depth&&(t=L.Depth24Plus):t=this.getTextureFormatGPU(e.depthTexture),t}getTextureFormatGPU(e){return this.backend.get(e).format}getTextureSampleData(e){let t;if(e.isFramebufferTexture)t=1;else if(e.isDepthTexture&&!e.renderTarget){let e=this.backend.renderer,n=e.getRenderTarget();t=n?n.samples:e.samples}else e.renderTarget&&(t=e.renderTarget.samples);t||=1;let n=t>1&&e.renderTarget!==null&&e.isDepthTexture!==!0&&e.isFramebufferTexture!==!0,r=n?1:t;return{samples:t,primarySamples:r,isMSAA:n}}getCurrentColorFormat(e){let t;return t=e.textures===null?this.getPreferredCanvasFormat():this.getTextureFormatGPU(e.textures[0]),t}getCurrentColorSpace(e){return e.textures===null?this.backend.renderer.outputColorSpace:e.textures[0].colorSpace}getPrimitiveTopology(e,t){if(e.isPoints)return fA.PointList;if(e.isLineSegments||e.isMesh&&t.wireframe===!0)return fA.LineList;if(e.isLine)return fA.LineStrip;if(e.isMesh)return fA.TriangleList}getSampleCount(e){let t=1;return e>1&&(t=2**Math.floor(Math.log2(e)),t===2&&(t=4)),t}getSampleCountRenderContext(e){return e.textures===null?this.getSampleCount(this.backend.renderer.samples):this.getSampleCount(e.sampleCount)}getPreferredCanvasFormat(){let e=this.backend.parameters.outputType;if(e===void 0)return navigator.gpu.getPreferredCanvasFormat();if(e===st)return L.BGRA8Unorm;if(e===mt)return L.RGBA16Float;throw Error(`Unsupported outputType`)}};const lj=new Map([[Int8Array,[`sint8`,`snorm8`]],[Uint8Array,[`uint8`,`unorm8`]],[Int16Array,[`sint16`,`snorm16`]],[Uint16Array,[`uint16`,`unorm16`]],[Int32Array,[`sint32`,`snorm32`]],[Uint32Array,[`uint32`,`unorm32`]],[Float32Array,[`float32`]]]),uj=new Map([[ja,[`float16`]]]),dj=new Map([[Int32Array,`sint32`],[Int16Array,`sint32`],[Uint32Array,`uint32`],[Uint16Array,`uint32`],[Float32Array,`float32`]]);var fj=class{constructor(e){this.backend=e}createAttribute(e,t){let n=this._getBufferAttribute(e),r=this.backend,i=r.get(n),a=i.buffer;if(a===void 0){let o=r.device,s=n.array;if(e.normalized===!1){if(s.constructor===Int16Array||s.constructor===Int8Array)s=new Int32Array(s);else if((s.constructor===Uint16Array||s.constructor===Uint8Array)&&(s=new Uint32Array(s),t&GPUBufferUsage.INDEX))for(let e=0;e<s.length;e++)s[e]===65535&&(s[e]=4294967295)}if(n.array=s,(n.isStorageBufferAttribute||n.isStorageInstancedBufferAttribute)&&n.itemSize===3){s=new s.constructor(n.count*4);for(let e=0;e<n.count;e++)s.set(n.array.subarray(e*3,e*3+3),e*4);n.itemSize=4,n.array=s,i._force3to4BytesAlignment=!0}let c=s.byteLength,l=c+(4-c%4)%4;a=o.createBuffer({label:n.name,size:l,usage:t,mappedAtCreation:!0}),new s.constructor(a.getMappedRange()).set(s),a.unmap(),i.buffer=a}}updateAttribute(e){let t=this._getBufferAttribute(e),n=this.backend,r=n.device,i=n.get(t),a=n.get(t).buffer,o=t.array;if(i._force3to4BytesAlignment===!0){o=new o.constructor(t.count*4);for(let e=0;e<t.count;e++)o.set(t.array.subarray(e*3,e*3+3),e*4);t.array=o}let s=this._isTypedArray(o),c=t.updateRanges;if(c.length===0)r.queue.writeBuffer(a,0,o,0);else{let e=s?1:o.BYTES_PER_ELEMENT;for(let t=0,n=c.length;t<n;t++){let n=c[t],l,u;if(i._force3to4BytesAlignment===!0){let t=Math.floor(n.start/3),r=Math.ceil(n.count/3);l=t*4*e,u=r*4*e}else l=n.start*e,u=n.count*e;let d=l*(s?o.BYTES_PER_ELEMENT:1);r.queue.writeBuffer(a,d,o,l,u)}t.clearUpdateRanges()}}createShaderVertexBuffers(e){let t=e.getAttributes(),n=new Map;for(let e=0;e<t.length;e++){let r=t[e],i=r.array.BYTES_PER_ELEMENT,a=this._getBufferAttribute(r),o=n.get(a);if(o===void 0){let e,t;r.isInterleavedBufferAttribute===!0?(e=r.data.stride*i,t=r.data.isInstancedInterleavedBuffer?MA.Instance:MA.Vertex):(e=r.itemSize*i,t=r.isInstancedBufferAttribute?MA.Instance:MA.Vertex),r.normalized===!1&&(r.array.constructor===Int16Array||r.array.constructor===Uint16Array)&&(e=4),o={arrayStride:e,attributes:[],stepMode:t},n.set(a,o)}let s=this._getVertexFormat(r),c=r.isInterleavedBufferAttribute===!0?r.offset*i:0;o.attributes.push({shaderLocation:e,offset:c,format:s})}return Array.from(n.values())}destroyAttribute(e){let t=this.backend,n=t.get(this._getBufferAttribute(e));n.buffer.destroy(),t.delete(e)}async getArrayBufferAsync(e){let t=this.backend,n=t.device,r=t.get(this._getBufferAttribute(e)),i=r.buffer,a=i.size,o=n.createBuffer({label:`${e.name}_readback`,size:a,usage:GPUBufferUsage.COPY_DST|GPUBufferUsage.MAP_READ}),s=n.createCommandEncoder({label:`readback_encoder_${e.name}`});s.copyBufferToBuffer(i,0,o,0,a);let c=s.finish();n.queue.submit([c]),await o.mapAsync(GPUMapMode.READ);let l=o.getMappedRange(),u=new e.array.constructor(l.slice(0));return o.unmap(),u.buffer}_getVertexFormat(e){let{itemSize:t,normalized:n}=e,r=e.array.constructor,i=e.constructor,a;if(t===1)a=dj.get(r);else{let e=uj.get(i)||lj.get(r),o=e[n?1:0];if(o){let e=r.BYTES_PER_ELEMENT*t,n=Math.floor((e+3)/4)*4,i=n/r.BYTES_PER_ELEMENT;if(i%1)throw Error(`THREE.WebGPUAttributeUtils: Bad vertex format item size.`);a=`${o}x${i}`}}return a||console.error(`THREE.WebGPUAttributeUtils: Vertex format not supported yet.`),a}_isTypedArray(e){return ArrayBuffer.isView(e)&&!(e instanceof DataView)}_getBufferAttribute(e){return e.isInterleavedBufferAttribute&&(e=e.data),e}},pj=class{constructor(e){this.backend=e,this.bindGroupLayoutCache=new WeakMap}createBindingsLayout(e){let t=this.backend,n=t.device,r=[],i=0;for(let n of e.bindings){let e={binding:i++,visibility:n.visibility};if(n.isUniformBuffer||n.isStorageBuffer){let t={};n.isStorageBuffer&&(n.visibility&4&&(n.access===vc.READ_WRITE||n.access===vc.WRITE_ONLY)?t.type=TA.Storage:t.type=TA.ReadOnlyStorage),e.buffer=t}else if(n.isSampler){let r={};n.texture.isDepthTexture&&(n.texture.compareFunction===null?t.compatibilityMode&&(r.type=DA.NonFiltering):r.type=DA.Comparison),e.sampler=r}else if(n.isSampledTexture&&n.texture.isVideoTexture)e.externalTexture={};else if(n.isSampledTexture&&n.store){let t={};t.format=this.backend.get(n.texture).texture.format;let r=n.access;r===vc.READ_WRITE?t.access=EA.ReadWrite:r===vc.WRITE_ONLY?t.access=EA.WriteOnly:t.access=EA.ReadOnly,e.storageTexture=t}else if(n.isSampledTexture){let r={},{primarySamples:i}=t.utils.getTextureSampleData(n.texture);if(i>1&&(r.multisampled=!0,n.texture.isDepthTexture||(r.sampleType=OA.UnfilterableFloat)),n.texture.isDepthTexture)t.compatibilityMode&&n.texture.compareFunction===null?r.sampleType=OA.UnfilterableFloat:r.sampleType=OA.Depth;else if(n.texture.isDataTexture||n.texture.isDataArrayTexture||n.texture.isData3DTexture){let e=n.texture.type;e===dt?r.sampleType=OA.SInt:e===ft?r.sampleType=OA.UInt:e===pt&&(this.backend.hasFeature(`float32-filterable`)?r.sampleType=OA.Float:r.sampleType=OA.UnfilterableFloat)}n.isSampledCubeTexture?r.viewDimension=AA.Cube:n.texture.isArrayTexture||n.texture.isDataArrayTexture||n.texture.isCompressedArrayTexture?r.viewDimension=AA.TwoDArray:n.isSampledTexture3D&&(r.viewDimension=AA.ThreeD),e.texture=r}else console.error(`WebGPUBindingUtils: Unsupported binding "${n}".`);r.push(e)}return n.createBindGroupLayout({entries:r})}createBindings(e,t,n,r=0){let{backend:i,bindGroupLayoutCache:a}=this,o=i.get(e),s=a.get(e.bindingsReference);s===void 0&&(s=this.createBindingsLayout(e),a.set(e.bindingsReference,s));let c;n>0&&(o.groups===void 0&&(o.groups=[],o.versions=[]),o.versions[n]===r&&(c=o.groups[n])),c===void 0&&(c=this.createBindGroup(e,s),n>0&&(o.groups[n]=c,o.versions[n]=r)),o.group=c,o.layout=s}updateBinding(e){let t=this.backend,n=t.device,r=e.buffer,i=t.get(e).buffer;n.queue.writeBuffer(i,0,r,0)}createBindGroupIndex(e,t){let n=this.backend,r=n.device,i=GPUBufferUsage.UNIFORM|GPUBufferUsage.COPY_DST,a=e[0],o=r.createBuffer({label:`bindingCameraIndex_`+a,size:16,usage:i});r.queue.writeBuffer(o,0,e,0);let s=[{binding:0,resource:{buffer:o}}];return r.createBindGroup({label:`bindGroupCameraIndex_`+a,layout:t,entries:s})}createBindGroup(e,t){let n=this.backend,r=n.device,i=0,a=[];for(let t of e.bindings){if(t.isUniformBuffer){let e=n.get(t);if(e.buffer===void 0){let n=t.byteLength,i=GPUBufferUsage.UNIFORM|GPUBufferUsage.COPY_DST,a=r.createBuffer({label:`bindingBuffer_`+t.name,size:n,usage:i});e.buffer=a}a.push({binding:i,resource:{buffer:e.buffer}})}else if(t.isStorageBuffer){let e=n.get(t);if(e.buffer===void 0){let r=t.attribute;e.buffer=n.get(r).buffer}a.push({binding:i,resource:{buffer:e.buffer}})}else if(t.isSampler){let e=n.get(t.texture);a.push({binding:i,resource:e.sampler})}else if(t.isSampledTexture){let e=n.get(t.texture),o;if(e.externalTexture!==void 0)o=r.importExternalTexture({source:e.externalTexture});else{let n=t.store?1:e.texture.mipLevelCount,r=`view-${e.texture.width}-${e.texture.height}-${n}`;if(o=e[r],o===void 0){let i=jA.All,a;a=t.isSampledCubeTexture?AA.Cube:t.isSampledTexture3D?AA.ThreeD:t.texture.isArrayTexture||t.texture.isDataArrayTexture||t.texture.isCompressedArrayTexture?AA.TwoDArray:AA.TwoD,o=e[r]=e.texture.createView({aspect:i,dimension:a,mipLevelCount:n})}}a.push({binding:i,resource:o})}i++}return r.createBindGroup({label:`bindGroup_`+e.name,layout:t,entries:a})}},mj=class{constructor(e){this.backend=e,this._activePipelines=new WeakMap}setPipeline(e,t){let n=this._activePipelines.get(e);n!==t&&(e.setPipeline(t),this._activePipelines.set(e,t))}_getSampleCount(e){return this.backend.utils.getSampleCountRenderContext(e)}createRenderPipeline(e,t){let{object:n,material:r,geometry:i,pipeline:a}=e,{vertexProgram:o,fragmentProgram:s}=a,c=this.backend,l=c.device,u=c.utils,d=c.get(a),f=[];for(let t of e.getBindings()){let e=c.get(t);f.push(e.layout)}let p=c.attributeUtils.createShaderVertexBuffers(e),m;r.blending!==ae&&(r.blending!==oe||r.transparent!==!1)&&(m=this._getBlending(r));let h={};r.stencilWrite===!0&&(h={compare:this._getStencilCompare(r),failOp:this._getStencilOperation(r.stencilFail),depthFailOp:this._getStencilOperation(r.stencilZFail),passOp:this._getStencilOperation(r.stencilZPass)});let g=this._getColorWriteMask(r),_=[];if(e.context.textures!==null){let t=e.context.textures;for(let e=0;e<t.length;e++){let n=u.getTextureFormatGPU(t[e]);_.push({format:n,blend:m,writeMask:g})}}else{let t=u.getCurrentColorFormat(e.context);_.push({format:t,blend:m,writeMask:g})}let v=c.get(o).module,y=c.get(s).module,b=this._getPrimitiveState(n,i,r),x=this._getDepthCompare(r),S=u.getCurrentDepthStencilFormat(e.context),ee=this._getSampleCount(e.context),te={label:`renderPipeline_${r.name||r.type}_${r.id}`,vertex:Object.assign({},v,{buffers:p}),fragment:Object.assign({},y,{targets:_}),primitive:b,multisample:{count:ee,alphaToCoverageEnabled:r.alphaToCoverage&&ee>1},layout:l.createPipelineLayout({bindGroupLayouts:f})},ne={},re=e.context.depth,ie=e.context.stencil;if((re===!0||ie===!0)&&(re===!0&&(ne.format=S,ne.depthWriteEnabled=r.depthWrite,ne.depthCompare=x),ie===!0&&(ne.stencilFront=h,ne.stencilBack={},ne.stencilReadMask=r.stencilFuncMask,ne.stencilWriteMask=r.stencilWriteMask),r.polygonOffset===!0&&(ne.depthBias=r.polygonOffsetUnits,ne.depthBiasSlopeScale=r.polygonOffsetFactor,ne.depthBiasClamp=0),te.depthStencil=ne),t===null)d.pipeline=l.createRenderPipeline(te);else{let e=new Promise(e=>{l.createRenderPipelineAsync(te).then(t=>{d.pipeline=t,e()})});t.push(e)}}createBundleEncoder(e,t=`renderBundleEncoder`){let n=this.backend,{utils:r,device:i}=n,a=r.getCurrentDepthStencilFormat(e),o=r.getCurrentColorFormat(e),s=this._getSampleCount(e),c={label:t,colorFormats:[o],depthStencilFormat:a,sampleCount:s};return i.createRenderBundleEncoder(c)}createComputePipeline(e,t){let n=this.backend,r=n.device,i=n.get(e.computeProgram).module,a=n.get(e),o=[];for(let e of t){let t=n.get(e);o.push(t.layout)}a.pipeline=r.createComputePipeline({compute:i,layout:r.createPipelineLayout({bindGroupLayouts:o})})}_getBlending(e){let t,n,r=e.blending,i=e.blendSrc,a=e.blendDst,o=e.blendEquation;if(r===ue){let r=e.blendSrcAlpha===null?i:e.blendSrcAlpha,s=e.blendDstAlpha===null?a:e.blendDstAlpha,c=e.blendEquationAlpha===null?o:e.blendEquationAlpha;t={srcFactor:this._getBlendFactor(i),dstFactor:this._getBlendFactor(a),operation:this._getBlendOperation(o)},n={srcFactor:this._getBlendFactor(r),dstFactor:this._getBlendFactor(s),operation:this._getBlendOperation(c)}}else{let i=e.premultipliedAlpha,a=(e,r,i,a)=>{t={srcFactor:e,dstFactor:r,operation:SA.Add},n={srcFactor:i,dstFactor:a,operation:SA.Add}};if(i)switch(r){case oe:a(xA.One,xA.OneMinusSrcAlpha,xA.One,xA.OneMinusSrcAlpha);break;case se:a(xA.One,xA.One,xA.One,xA.One);break;case ce:a(xA.Zero,xA.OneMinusSrc,xA.Zero,xA.One);break;case le:a(xA.Zero,xA.Src,xA.Zero,xA.SrcAlpha);break}else switch(r){case oe:a(xA.SrcAlpha,xA.OneMinusSrcAlpha,xA.One,xA.OneMinusSrcAlpha);break;case se:a(xA.SrcAlpha,xA.One,xA.SrcAlpha,xA.One);break;case ce:a(xA.Zero,xA.OneMinusSrc,xA.Zero,xA.One);break;case le:a(xA.Zero,xA.Src,xA.Zero,xA.Src);break}}if(t!==void 0&&n!==void 0)return{color:t,alpha:n};console.error(`THREE.WebGPURenderer: Invalid blending: `,r)}_getBlendFactor(e){let t;switch(e){case ge:t=xA.Zero;break;case _e:t=xA.One;break;case ve:t=xA.Src;break;case ye:t=xA.OneMinusSrc;break;case be:t=xA.SrcAlpha;break;case xe:t=xA.OneMinusSrcAlpha;break;case we:t=xA.Dst;break;case Te:t=xA.OneMinusDst;break;case Se:t=xA.DstAlpha;break;case Ce:t=xA.OneMinusDstAlpha;break;case Ee:t=xA.SrcAlphaSaturated;break;case qb:t=xA.Constant;break;case Jb:t=xA.OneMinusConstant;break;default:console.error(`THREE.WebGPURenderer: Blend factor not supported.`,e)}return t}_getStencilCompare(e){let t,n=e.stencilFunc;switch(n){case On:t=pA.Never;break;case Fn:t=pA.Always;break;case kn:t=pA.Less;break;case jn:t=pA.LessEqual;break;case An:t=pA.Equal;break;case Pn:t=pA.GreaterEqual;break;case Mn:t=pA.Greater;break;case Nn:t=pA.NotEqual;break;default:console.error(`THREE.WebGPURenderer: Invalid stencil function.`,n)}return t}_getStencilOperation(e){let t;switch(e){case xn:t=wA.Keep;break;case bn:t=wA.Zero;break;case Sn:t=wA.Replace;break;case Dn:t=wA.Invert;break;case Cn:t=wA.IncrementClamp;break;case wn:t=wA.DecrementClamp;break;case Tn:t=wA.IncrementWrap;break;case En:t=wA.DecrementWrap;break;default:console.error(`THREE.WebGPURenderer: Invalid stencil operation.`,t)}return t}_getBlendOperation(e){let t;switch(e){case de:t=SA.Add;break;case fe:t=SA.Subtract;break;case pe:t=SA.ReverseSubtract;break;case me:t=SA.Min;break;case he:t=SA.Max;break;default:console.error(`THREE.WebGPUPipelineUtils: Blend equation not supported.`,e)}return t}_getPrimitiveState(e,t,n){let r={},i=this.backend.utils;switch(r.topology=i.getPrimitiveTopology(e,n),t.index!==null&&e.isLine===!0&&e.isLineSegments!==!0&&(r.stripIndexFormat=t.index.array instanceof Uint16Array?vA.Uint16:vA.Uint32),n.side){case ne:r.frontFace=gA.CCW,r.cullMode=_A.Back;break;case re:r.frontFace=gA.CCW,r.cullMode=_A.Front;break;case ie:r.frontFace=gA.CCW,r.cullMode=_A.None;break;default:console.error(`THREE.WebGPUPipelineUtils: Unknown material.side value.`,n.side);break}return r}_getColorWriteMask(e){return e.colorWrite===!0?CA.All:CA.None}_getDepthCompare(e){let t;if(e.depthTest===!1)t=pA.Always;else{let n=e.depthFunc;switch(n){case De:t=pA.Never;break;case Oe:t=pA.Always;break;case ke:t=pA.Less;break;case Ae:t=pA.LessEqual;break;case je:t=pA.Equal;break;case Me:t=pA.GreaterEqual;break;case Ne:t=pA.Greater;break;case Pe:t=pA.NotEqual;break;default:console.error(`THREE.WebGPUPipelineUtils: Invalid depth function.`,n)}}return t}},hj=class extends cA{constructor(e,t,n=2048){super(n),this.device=e,this.type=t,this.querySet=this.device.createQuerySet({type:`timestamp`,count:this.maxQueries,label:`queryset_global_timestamp_${t}`});let r=this.maxQueries*8;this.resolveBuffer=this.device.createBuffer({label:`buffer_timestamp_resolve_${t}`,size:r,usage:GPUBufferUsage.QUERY_RESOLVE|GPUBufferUsage.COPY_SRC}),this.resultBuffer=this.device.createBuffer({label:`buffer_timestamp_result_${t}`,size:r,usage:GPUBufferUsage.COPY_DST|GPUBufferUsage.MAP_READ})}allocateQueriesForContext(e){if(!this.trackTimestamp||this.isDisposed)return null;if(this.currentQueryIndex+2>this.maxQueries)return Mr(`WebGPUTimestampQueryPool [${this.type}]: Maximum number of queries exceeded, when using trackTimestamp it is necessary to resolves the queries via renderer.resolveTimestampsAsync( THREE.TimestampQuery.${this.type.toUpperCase()} ).`),null;let t=this.currentQueryIndex;return this.currentQueryIndex+=2,this.queryOffsets.set(e.id,t),t}async resolveQueriesAsync(){if(!this.trackTimestamp||this.currentQueryIndex===0||this.isDisposed)return this.lastValue;if(this.pendingResolve)return this.pendingResolve;this.pendingResolve=this._resolveQueries();try{let e=await this.pendingResolve;return e}finally{this.pendingResolve=null}}async _resolveQueries(){if(this.isDisposed)return this.lastValue;try{if(this.resultBuffer.mapState!==`unmapped`)return this.lastValue;let e=new Map(this.queryOffsets),t=this.currentQueryIndex,n=t*8;this.currentQueryIndex=0,this.queryOffsets.clear();let r=this.device.createCommandEncoder();r.resolveQuerySet(this.querySet,0,t,this.resolveBuffer,0),r.copyBufferToBuffer(this.resolveBuffer,0,this.resultBuffer,0,n);let i=r.finish();if(this.device.queue.submit([i]),this.resultBuffer.mapState!==`unmapped`)return this.lastValue;if(await this.resultBuffer.mapAsync(GPUMapMode.READ,0,n),this.isDisposed)return this.resultBuffer.mapState===`mapped`&&this.resultBuffer.unmap(),this.lastValue;let a=new BigUint64Array(this.resultBuffer.getMappedRange(0,n)),o=0;for(let[,t]of e){let e=a[t],n=a[t+1],r=Number(n-e)/1e6;o+=r}return this.resultBuffer.unmap(),this.lastValue=o,o}catch(e){return console.error(`Error resolving queries:`,e),this.resultBuffer.mapState===`mapped`&&this.resultBuffer.unmap(),this.lastValue}}async dispose(){if(!this.isDisposed){if(this.isDisposed=!0,this.pendingResolve)try{await this.pendingResolve}catch(e){console.error(`Error waiting for pending resolve:`,e)}if(this.resultBuffer&&this.resultBuffer.mapState===`mapped`)try{this.resultBuffer.unmap()}catch(e){console.error(`Error unmapping buffer:`,e)}this.querySet&&(this.querySet.destroy(),this.querySet=null),this.resolveBuffer&&(this.resolveBuffer.destroy(),this.resolveBuffer=null),this.resultBuffer&&(this.resultBuffer.destroy(),this.resultBuffer=null),this.queryOffsets.clear(),this.pendingResolve=null}}},gj=class extends Wk{constructor(e={}){super(e),this.isWebGPUBackend=!0,this.parameters.alpha=e.alpha===void 0?!0:e.alpha,this.parameters.compatibilityMode=e.compatibilityMode===void 0?!1:e.compatibilityMode,this.parameters.requiredLimits=e.requiredLimits===void 0?{}:e.requiredLimits,this.compatibilityMode=this.parameters.compatibilityMode,this.device=null,this.context=null,this.colorBuffer=null,this.defaultRenderPassdescriptor=null,this.utils=new cj(this),this.attributeUtils=new fj(this),this.bindingUtils=new pj(this),this.pipelineUtils=new mj(this),this.textureUtils=new HA(this),this.occludedResolveCache=new Map}async init(e){await super.init(e);let t=this.parameters,n;if(t.device===void 0){let e={powerPreference:t.powerPreference,featureLevel:t.compatibilityMode?`compatibility`:void 0},r=typeof navigator<`u`?await navigator.gpu.requestAdapter(e):null;if(r===null)throw Error(`WebGPUBackend: Unable to create WebGPU adapter.`);let i=Object.values(NA),a=[];for(let e of i)r.features.has(e)&&a.push(e);let o={requiredFeatures:a,requiredLimits:t.requiredLimits};n=await r.requestDevice(o)}else n=t.device;n.lost.then(t=>{let n={api:`WebGPU`,message:t.message||`Unknown reason`,reason:t.reason||null,originalEvent:t};e.onDeviceLost(n)});let r=t.context===void 0?e.domElement.getContext(`webgpu`):t.context;this.device=n,this.context=r;let i=t.alpha?`premultiplied`:`opaque`;this.trackTimestamp=this.trackTimestamp&&this.hasFeature(NA.TimestampQuery),this.context.configure({device:this.device,format:this.utils.getPreferredCanvasFormat(),usage:GPUTextureUsage.RENDER_ATTACHMENT|GPUTextureUsage.COPY_SRC,alphaMode:i}),this.updateSize()}get coordinateSystem(){return qn}async getArrayBufferAsync(e){return await this.attributeUtils.getArrayBufferAsync(e)}getContext(){return this.context}_getDefaultRenderPassDescriptor(){let e=this.defaultRenderPassdescriptor;if(e===null){let t=this.renderer;e={colorAttachments:[{view:null}]},(this.renderer.depth===!0||this.renderer.stencil===!0)&&(e.depthStencilAttachment={view:this.textureUtils.getDepthBuffer(t.depth,t.stencil).createView()});let n=e.colorAttachments[0];this.renderer.samples>0?n.view=this.colorBuffer.createView():n.resolveTarget=void 0,this.defaultRenderPassdescriptor=e}let t=e.colorAttachments[0];return this.renderer.samples>0?t.resolveTarget=this.context.getCurrentTexture().createView():t.view=this.context.getCurrentTexture().createView(),e}_isRenderCameraDepthArray(e){return e.depthTexture&&e.depthTexture.image.depth>1&&e.camera.isArrayCamera}_getRenderPassDescriptor(e,t={}){let n=e.renderTarget,r=this.get(n),i=r.descriptors;if(i===void 0||r.width!==n.width||r.height!==n.height||r.dimensions!==n.dimensions||r.activeMipmapLevel!==e.activeMipmapLevel||r.activeCubeFace!==e.activeCubeFace||r.samples!==n.samples){i={},r.descriptors=i;let e=()=>{n.removeEventListener(`dispose`,e),this.delete(n)};n.hasEventListener(`dispose`,e)===!1&&n.addEventListener(`dispose`,e)}let a=e.getCacheKey(),o=i[a];if(o===void 0){let t=e.textures,s=[],c,l=this._isRenderCameraDepthArray(e);for(let r=0;r<t.length;r++){let i=this.get(t[r]),a={label:`colorAttachment_${r}`,baseMipLevel:e.activeMipmapLevel,mipLevelCount:1,baseArrayLayer:e.activeCubeFace,arrayLayerCount:1,dimension:AA.TwoD};if(n.isRenderTarget3D)c=e.activeCubeFace,a.baseArrayLayer=0,a.dimension=AA.ThreeD,a.depthOrArrayLayers=t[r].image.depth;else if(n.isRenderTarget&&t[r].image.depth>1)if(l===!0){let t=e.camera.cameras;for(let e=0;e<t.length;e++){let t={...a,baseArrayLayer:e,arrayLayerCount:1,dimension:AA.TwoD},n=i.texture.createView(t);s.push({view:n,resolveTarget:void 0,depthSlice:void 0})}}else a.dimension=AA.TwoDArray,a.depthOrArrayLayers=t[r].image.depth;if(l!==!0){let e=i.texture.createView(a),t,n;i.msaaTexture===void 0?(t=e,n=void 0):(t=i.msaaTexture.createView(),n=e),s.push({view:t,resolveTarget:n,depthSlice:c})}}if(o={textureViews:s},e.depth){let t=this.get(e.depthTexture),n={};e.depthTexture.isArrayTexture&&(n.dimension=AA.TwoD,n.arrayLayerCount=1,n.baseArrayLayer=e.activeCubeFace),o.depthStencilView=t.texture.createView(n)}i[a]=o,r.width=n.width,r.height=n.height,r.samples=n.samples,r.activeMipmapLevel=e.activeMipmapLevel,r.activeCubeFace=e.activeCubeFace,r.dimensions=n.dimensions}let s={colorAttachments:[]};for(let e=0;e<o.textureViews.length;e++){let n=o.textureViews[e],r={r:0,g:0,b:0,a:1};e===0&&t.clearValue&&(r=t.clearValue),s.colorAttachments.push({view:n.view,depthSlice:n.depthSlice,resolveTarget:n.resolveTarget,loadOp:t.loadOp||hA.Load,storeOp:t.storeOp||mA.Store,clearValue:r})}return o.depthStencilView&&(s.depthStencilAttachment={view:o.depthStencilView}),s}beginRender(e){let t=this.get(e),n=this.device,r=e.occlusionQueryCount,i;r>0&&(t.currentOcclusionQuerySet&&t.currentOcclusionQuerySet.destroy(),t.currentOcclusionQueryBuffer&&t.currentOcclusionQueryBuffer.destroy(),t.currentOcclusionQuerySet=t.occlusionQuerySet,t.currentOcclusionQueryBuffer=t.occlusionQueryBuffer,t.currentOcclusionQueryObjects=t.occlusionQueryObjects,i=n.createQuerySet({type:`occlusion`,count:r,label:`occlusionQuerySet_${e.id}`}),t.occlusionQuerySet=i,t.occlusionQueryIndex=0,t.occlusionQueryObjects=Array(r),t.lastOcclusionObject=null);let a;a=e.textures===null?this._getDefaultRenderPassDescriptor():this._getRenderPassDescriptor(e,{loadOp:hA.Load}),this.initTimestampQuery(e,a),a.occlusionQuerySet=i;let o=a.depthStencilAttachment;if(e.textures!==null){let t=a.colorAttachments;for(let n=0;n<t.length;n++){let r=t[n];e.clearColor?(r.clearValue=n===0?e.clearColorValue:{r:0,g:0,b:0,a:1},r.loadOp=hA.Clear):r.loadOp=hA.Load,r.storeOp=mA.Store}}else{let t=a.colorAttachments[0];e.clearColor?(t.clearValue=e.clearColorValue,t.loadOp=hA.Clear):t.loadOp=hA.Load,t.storeOp=mA.Store}e.depth&&(e.clearDepth?(o.depthClearValue=e.clearDepthValue,o.depthLoadOp=hA.Clear):o.depthLoadOp=hA.Load,o.depthStoreOp=mA.Store),e.stencil&&(e.clearStencil?(o.stencilClearValue=e.clearStencilValue,o.stencilLoadOp=hA.Clear):o.stencilLoadOp=hA.Load,o.stencilStoreOp=mA.Store);let s=n.createCommandEncoder({label:`renderContext_`+e.id});if(this._isRenderCameraDepthArray(e)===!0){let n=e.camera.cameras;!t.layerDescriptors||t.layerDescriptors.length!==n.length?this._createDepthLayerDescriptors(e,t,a,n):this._updateDepthLayerDescriptors(e,t,n),t.bundleEncoders=[],t.bundleSets=[];for(let r=0;r<n.length;r++){let n=this.pipelineUtils.createBundleEncoder(e,`renderBundleArrayCamera_`+r),i={attributes:{},bindingGroups:[],pipeline:null,index:null};t.bundleEncoders.push(n),t.bundleSets.push(i)}t.currentPass=null}else{let n=s.beginRenderPass(a);if(t.currentPass=n,e.viewport&&this.updateViewport(e),e.scissor){let{x:t,y:r,width:i,height:a}=e.scissorValue;n.setScissorRect(t,r,i,a)}}t.descriptor=a,t.encoder=s,t.currentSets={attributes:{},bindingGroups:[],pipeline:null,index:null},t.renderBundles=[]}_createDepthLayerDescriptors(e,t,n,r){let i=n.depthStencilAttachment;t.layerDescriptors=[];let a=this.get(e.depthTexture);a.viewCache||=[];for(let o=0;o<r.length;o++){let r={...n,colorAttachments:[{...n.colorAttachments[0],view:n.colorAttachments[o].view}]};if(n.depthStencilAttachment){let t=o;a.viewCache[t]||(a.viewCache[t]=a.texture.createView({dimension:AA.TwoD,baseArrayLayer:o,arrayLayerCount:1})),r.depthStencilAttachment={view:a.viewCache[t],depthLoadOp:i.depthLoadOp||hA.Clear,depthStoreOp:i.depthStoreOp||mA.Store,depthClearValue:i.depthClearValue||1},e.stencil&&(r.depthStencilAttachment.stencilLoadOp=i.stencilLoadOp,r.depthStencilAttachment.stencilStoreOp=i.stencilStoreOp,r.depthStencilAttachment.stencilClearValue=i.stencilClearValue)}else r.depthStencilAttachment={...i};t.layerDescriptors.push(r)}}_updateDepthLayerDescriptors(e,t,n){for(let r=0;r<n.length;r++){let n=t.layerDescriptors[r];if(n.depthStencilAttachment){let t=n.depthStencilAttachment;e.depth&&(e.clearDepth?(t.depthClearValue=e.clearDepthValue,t.depthLoadOp=hA.Clear):t.depthLoadOp=hA.Load),e.stencil&&(e.clearStencil?(t.stencilClearValue=e.clearStencilValue,t.stencilLoadOp=hA.Clear):t.stencilLoadOp=hA.Load)}}}finishRender(e){let t=this.get(e),n=e.occlusionQueryCount;t.renderBundles.length>0&&t.currentPass.executeBundles(t.renderBundles),n>t.occlusionQueryIndex&&t.currentPass.endOcclusionQuery();let r=t.encoder;if(this._isRenderCameraDepthArray(e)===!0){let n=[];for(let e=0;e<t.bundleEncoders.length;e++){let r=t.bundleEncoders[e];n.push(r.finish())}for(let i=0;i<t.layerDescriptors.length;i++)if(i<n.length){let a=t.layerDescriptors[i],o=r.beginRenderPass(a);if(e.viewport){let{x:t,y:n,width:r,height:i,minDepth:a,maxDepth:s}=e.viewportValue;o.setViewport(t,n,r,i,a,s)}if(e.scissor){let{x:t,y:n,width:r,height:i}=e.scissorValue;o.setScissorRect(t,n,r,i)}o.executeBundles([n[i]]),o.end()}}else t.currentPass&&t.currentPass.end();if(n>0){let r=n*8,i=this.occludedResolveCache.get(r);i===void 0&&(i=this.device.createBuffer({size:r,usage:GPUBufferUsage.QUERY_RESOLVE|GPUBufferUsage.COPY_SRC}),this.occludedResolveCache.set(r,i));let a=this.device.createBuffer({size:r,usage:GPUBufferUsage.COPY_DST|GPUBufferUsage.MAP_READ});t.encoder.resolveQuerySet(t.occlusionQuerySet,0,n,i,0),t.encoder.copyBufferToBuffer(i,0,a,0,r),t.occlusionQueryBuffer=a,this.resolveOccludedAsync(e)}if(this.device.queue.submit([t.encoder.finish()]),e.textures!==null){let t=e.textures;for(let e=0;e<t.length;e++){let n=t[e];n.generateMipmaps===!0&&this.textureUtils.generateMipmaps(n)}}}isOccluded(e,t){let n=this.get(e);return n.occluded&&n.occluded.has(t)}async resolveOccludedAsync(e){let t=this.get(e),{currentOcclusionQueryBuffer:n,currentOcclusionQueryObjects:r}=t;if(n&&r){let e=new WeakSet;t.currentOcclusionQueryObjects=null,t.currentOcclusionQueryBuffer=null,await n.mapAsync(GPUMapMode.READ);let i=n.getMappedRange(),a=new BigUint64Array(i);for(let t=0;t<r.length;t++)a[t]===BigInt(0)&&e.add(r[t]);n.destroy(),t.occluded=e}}updateViewport(e){let{currentPass:t}=this.get(e),{x:n,y:r,width:i,height:a,minDepth:o,maxDepth:s}=e.viewportValue;t.setViewport(n,r,i,a,o,s)}getClearColor(){let e=super.getClearColor();return this.renderer.alpha===!0&&(e.r*=e.a,e.g*=e.a,e.b*=e.a),e}clear(e,t,n,r=null){let i=this.device,a=this.renderer,o=[],s,c,l,u;if(e){let e=this.getClearColor();c={r:e.r,g:e.g,b:e.b,a:e.a}}if(r===null){l=a.depth,u=a.stencil;let t=this._getDefaultRenderPassDescriptor();if(e){o=t.colorAttachments;let e=o[0];e.clearValue=c,e.loadOp=hA.Clear,e.storeOp=mA.Store}(l||u)&&(s=t.depthStencilAttachment)}else{l=r.depth,u=r.stencil;let i={loadOp:e?hA.Clear:hA.Load,clearValue:e?c:void 0};l&&(i.depthLoadOp=t?hA.Clear:hA.Load,i.depthClearValue=t?a.getClearDepth():void 0,i.depthStoreOp=mA.Store),u&&(i.stencilLoadOp=n?hA.Clear:hA.Load,i.stencilClearValue=n?a.getClearStencil():void 0,i.stencilStoreOp=mA.Store);let d=this._getRenderPassDescriptor(r,i);o=d.colorAttachments,s=d.depthStencilAttachment}l&&s&&s.depthLoadOp===void 0&&(t?(s.depthLoadOp=hA.Clear,s.depthClearValue=a.getClearDepth(),s.depthStoreOp=mA.Store):(s.depthLoadOp=hA.Load,s.depthStoreOp=mA.Store)),u&&s&&s.stencilLoadOp===void 0&&(n?(s.stencilLoadOp=hA.Clear,s.stencilClearValue=a.getClearStencil(),s.stencilStoreOp=mA.Store):(s.stencilLoadOp=hA.Load,s.stencilStoreOp=mA.Store));let d=i.createCommandEncoder({label:`clear`}),f=d.beginRenderPass({colorAttachments:o,depthStencilAttachment:s});f.end(),i.queue.submit([d.finish()])}beginCompute(e){let t=this.get(e),n={label:`computeGroup_`+e.id};this.initTimestampQuery(e,n),t.cmdEncoderGPU=this.device.createCommandEncoder({label:`computeGroup_`+e.id}),t.passEncoderGPU=t.cmdEncoderGPU.beginComputePass(n)}compute(e,t,n,r){let{passEncoderGPU:i}=this.get(e),a=this.get(r).pipeline;this.pipelineUtils.setPipeline(i,a);for(let e=0,t=n.length;e<t;e++){let t=n[e],r=this.get(t);i.setBindGroup(e,r.group)}let o=this.device.limits.maxComputeWorkgroupsPerDimension,s=this.get(t);s.dispatchSize===void 0&&(s.dispatchSize={x:0,y:1,z:1});let{dispatchSize:c}=s;t.dispatchCount>o?(c.x=Math.min(t.dispatchCount,o),c.y=Math.ceil(t.dispatchCount/o)):c.x=t.dispatchCount,i.dispatchWorkgroups(c.x,c.y,c.z)}finishCompute(e){let t=this.get(e);t.passEncoderGPU.end(),this.device.queue.submit([t.cmdEncoderGPU.finish()])}async waitForGPU(){await this.device.queue.onSubmittedWorkDone()}draw(e,t){let{object:n,material:r,context:i,pipeline:a}=e,o=e.getBindings(),s=this.get(i),c=this.get(a).pipeline,l=e.getIndex(),u=l!==null,d=e.getDrawParameters();if(d===null)return;let f=(t,n)=>{this.pipelineUtils.setPipeline(t,c),n.pipeline=c;let a=n.bindingGroups;for(let e=0,n=o.length;e<n;e++){let n=o[e],r=this.get(n);a[n.index]!==n.id&&(t.setBindGroup(n.index,r.group),a[n.index]=n.id)}if(u===!0&&n.index!==l){let e=this.get(l).buffer,r=l.array instanceof Uint16Array?vA.Uint16:vA.Uint32;t.setIndexBuffer(e,r),n.index=l}let d=e.getVertexBuffers();for(let e=0,r=d.length;e<r;e++){let r=d[e];if(n.attributes[e]!==r){let i=this.get(r).buffer;t.setVertexBuffer(e,i),n.attributes[e]=r}}i.stencil===!0&&r.stencilWrite===!0&&s.currentStencilRef!==r.stencilRef&&(t.setStencilReference(r.stencilRef),s.currentStencilRef=r.stencilRef)},p=(r,i)=>{if(f(r,i),n.isBatchedMesh===!0){let e=n._multiDrawStarts,i=n._multiDrawCounts,a=n._multiDrawCount,o=n._multiDrawInstances;o!==null&&Mr(`THREE.WebGPUBackend: renderMultiDrawInstances has been deprecated and will be removed in r184. Append to renderMultiDraw arguments and use indirection.`);for(let s=0;s<a;s++){let a=o?o[s]:1,c=a>1?0:s;u===!0?r.drawIndexed(i[s],a,e[s]/l.array.BYTES_PER_ELEMENT,0,c):r.draw(i[s],a,e[s],c),t.update(n,i[s],a)}}else if(u===!0){let{vertexCount:i,instanceCount:a,firstVertex:o}=d,s=e.getIndirect();if(s!==null){let e=this.get(s).buffer;r.drawIndexedIndirect(e,0)}else r.drawIndexed(i,a,o,0,0);t.update(n,i,a)}else{let{vertexCount:i,instanceCount:a,firstVertex:o}=d,s=e.getIndirect();if(s!==null){let e=this.get(s).buffer;r.drawIndirect(e,0)}else r.draw(i,a,o,0);t.update(n,i,a)}};if(e.camera.isArrayCamera&&e.camera.cameras.length>0){let t=this.get(e.camera),r=e.camera.cameras,a=e.getBindingGroup(`cameraIndex`);if(t.indexesGPU===void 0||t.indexesGPU.length!==r.length){let e=this.get(a),n=[],i=new Uint32Array([0,0,0,0]);for(let t=0,a=r.length;t<a;t++){i[0]=t;let r=this.bindingUtils.createBindGroupIndex(i,e.layout);n.push(r)}t.indexesGPU=n}let o=this.renderer.getPixelRatio();for(let e=0,c=r.length;e<c;e++){let c=r[e];if(n.layers.test(c.layers)){let n=c.viewport,r=s.currentPass,l=s.currentSets;if(s.bundleEncoders){let t=s.bundleEncoders[e],n=s.bundleSets[e];r=t,l=n}n&&r.setViewport(Math.floor(n.x*o),Math.floor(n.y*o),Math.floor(n.width*o),Math.floor(n.height*o),i.viewportValue.minDepth,i.viewportValue.maxDepth),a&&t.indexesGPU&&(r.setBindGroup(a.index,t.indexesGPU[e]),l.bindingGroups[a.index]=a.id),p(r,l)}}}else if(s.currentPass){if(s.occlusionQuerySet!==void 0){let e=s.lastOcclusionObject;e!==n&&(e!==null&&e.occlusionTest===!0&&(s.currentPass.endOcclusionQuery(),s.occlusionQueryIndex++),n.occlusionTest===!0&&(s.currentPass.beginOcclusionQuery(s.occlusionQueryIndex),s.occlusionQueryObjects[s.occlusionQueryIndex]=n),s.lastOcclusionObject=n)}p(s.currentPass,s.currentSets)}}needsRenderUpdate(e){let t=this.get(e),{object:n,material:r}=e,i=this.utils,a=i.getSampleCountRenderContext(e.context),o=i.getCurrentColorSpace(e.context),s=i.getCurrentColorFormat(e.context),c=i.getCurrentDepthStencilFormat(e.context),l=i.getPrimitiveTopology(n,r),u=!1;return(t.material!==r||t.materialVersion!==r.version||t.transparent!==r.transparent||t.blending!==r.blending||t.premultipliedAlpha!==r.premultipliedAlpha||t.blendSrc!==r.blendSrc||t.blendDst!==r.blendDst||t.blendEquation!==r.blendEquation||t.blendSrcAlpha!==r.blendSrcAlpha||t.blendDstAlpha!==r.blendDstAlpha||t.blendEquationAlpha!==r.blendEquationAlpha||t.colorWrite!==r.colorWrite||t.depthWrite!==r.depthWrite||t.depthTest!==r.depthTest||t.depthFunc!==r.depthFunc||t.stencilWrite!==r.stencilWrite||t.stencilFunc!==r.stencilFunc||t.stencilFail!==r.stencilFail||t.stencilZFail!==r.stencilZFail||t.stencilZPass!==r.stencilZPass||t.stencilFuncMask!==r.stencilFuncMask||t.stencilWriteMask!==r.stencilWriteMask||t.side!==r.side||t.alphaToCoverage!==r.alphaToCoverage||t.sampleCount!==a||t.colorSpace!==o||t.colorFormat!==s||t.depthStencilFormat!==c||t.primitiveTopology!==l||t.clippingContextCacheKey!==e.clippingContextCacheKey)&&(t.material=r,t.materialVersion=r.version,t.transparent=r.transparent,t.blending=r.blending,t.premultipliedAlpha=r.premultipliedAlpha,t.blendSrc=r.blendSrc,t.blendDst=r.blendDst,t.blendEquation=r.blendEquation,t.blendSrcAlpha=r.blendSrcAlpha,t.blendDstAlpha=r.blendDstAlpha,t.blendEquationAlpha=r.blendEquationAlpha,t.colorWrite=r.colorWrite,t.depthWrite=r.depthWrite,t.depthTest=r.depthTest,t.depthFunc=r.depthFunc,t.stencilWrite=r.stencilWrite,t.stencilFunc=r.stencilFunc,t.stencilFail=r.stencilFail,t.stencilZFail=r.stencilZFail,t.stencilZPass=r.stencilZPass,t.stencilFuncMask=r.stencilFuncMask,t.stencilWriteMask=r.stencilWriteMask,t.side=r.side,t.alphaToCoverage=r.alphaToCoverage,t.sampleCount=a,t.colorSpace=o,t.colorFormat=s,t.depthStencilFormat=c,t.primitiveTopology=l,t.clippingContextCacheKey=e.clippingContextCacheKey,u=!0),u}getRenderCacheKey(e){let{object:t,material:n}=e,r=this.utils,i=e.context;return[n.transparent,n.blending,n.premultipliedAlpha,n.blendSrc,n.blendDst,n.blendEquation,n.blendSrcAlpha,n.blendDstAlpha,n.blendEquationAlpha,n.colorWrite,n.depthWrite,n.depthTest,n.depthFunc,n.stencilWrite,n.stencilFunc,n.stencilFail,n.stencilZFail,n.stencilZPass,n.stencilFuncMask,n.stencilWriteMask,n.side,r.getSampleCountRenderContext(i),r.getCurrentColorSpace(i),r.getCurrentColorFormat(i),r.getCurrentDepthStencilFormat(i),r.getPrimitiveTopology(t,n),e.getGeometryCacheKey(),e.clippingContextCacheKey].join()}createSampler(e){this.textureUtils.createSampler(e)}destroySampler(e){this.textureUtils.destroySampler(e)}createDefaultTexture(e){this.textureUtils.createDefaultTexture(e)}createTexture(e,t){this.textureUtils.createTexture(e,t)}updateTexture(e,t){this.textureUtils.updateTexture(e,t)}generateMipmaps(e){this.textureUtils.generateMipmaps(e)}destroyTexture(e){this.textureUtils.destroyTexture(e)}async copyTextureToBuffer(e,t,n,r,i,a){return this.textureUtils.copyTextureToBuffer(e,t,n,r,i,a)}initTimestampQuery(e,t){if(!this.trackTimestamp)return;let n=e.isComputeNode?`compute`:`render`;this.timestampQueryPool[n]||(this.timestampQueryPool[n]=new hj(this.device,n,2048));let r=this.timestampQueryPool[n],i=r.allocateQueriesForContext(e);t.timestampWrites={querySet:r.querySet,beginningOfPassWriteIndex:i,endOfPassWriteIndex:i+1}}createNodeBuilder(e,t){return new sj(e,t)}createProgram(e){let t=this.get(e);t.module={module:this.device.createShaderModule({code:e.code,label:e.stage+(e.name===``?``:`_${e.name}`)}),entryPoint:`main`}}destroyProgram(e){this.delete(e)}createRenderPipeline(e,t){this.pipelineUtils.createRenderPipeline(e,t)}createComputePipeline(e,t){this.pipelineUtils.createComputePipeline(e,t)}beginBundle(e){let t=this.get(e);t._currentPass=t.currentPass,t._currentSets=t.currentSets,t.currentSets={attributes:{},bindingGroups:[],pipeline:null,index:null},t.currentPass=this.pipelineUtils.createBundleEncoder(e)}finishBundle(e,t){let n=this.get(e),r=n.currentPass,i=r.finish();this.get(t).bundleGPU=i,n.currentSets=n._currentSets,n.currentPass=n._currentPass}addBundle(e,t){let n=this.get(e);n.renderBundles.push(this.get(t).bundleGPU)}createBindings(e,t,n,r){this.bindingUtils.createBindings(e,t,n,r)}updateBindings(e,t,n,r){this.bindingUtils.createBindings(e,t,n,r)}updateBinding(e){this.bindingUtils.updateBinding(e)}createIndexAttribute(e){this.attributeUtils.createAttribute(e,GPUBufferUsage.INDEX|GPUBufferUsage.COPY_SRC|GPUBufferUsage.COPY_DST)}createAttribute(e){this.attributeUtils.createAttribute(e,GPUBufferUsage.VERTEX|GPUBufferUsage.COPY_SRC|GPUBufferUsage.COPY_DST)}createStorageAttribute(e){this.attributeUtils.createAttribute(e,GPUBufferUsage.STORAGE|GPUBufferUsage.VERTEX|GPUBufferUsage.COPY_SRC|GPUBufferUsage.COPY_DST)}createIndirectStorageAttribute(e){this.attributeUtils.createAttribute(e,GPUBufferUsage.STORAGE|GPUBufferUsage.INDIRECT|GPUBufferUsage.COPY_SRC|GPUBufferUsage.COPY_DST)}updateAttribute(e){this.attributeUtils.updateAttribute(e)}destroyAttribute(e){this.attributeUtils.destroyAttribute(e)}updateSize(){this.colorBuffer=this.textureUtils.getColorBuffer(),this.defaultRenderPassdescriptor=null}getMaxAnisotropy(){return 16}hasFeature(e){return this.device.features.has(e)}copyTextureToTexture(e,t,n=null,r=null,i=0,a=0){let o=0,s=0,c=0,l=0,u=0,d=0,f=e.image.width,p=e.image.height,m=1;n!==null&&(n.isBox3===!0?(l=n.min.x,u=n.min.y,d=n.min.z,f=n.max.x-n.min.x,p=n.max.y-n.min.y,m=n.max.z-n.min.z):(l=n.min.x,u=n.min.y,f=n.max.x-n.min.x,p=n.max.y-n.min.y,m=1)),r!==null&&(o=r.x,s=r.y,c=r.z||0);let h=this.device.createCommandEncoder({label:`copyTextureToTexture_`+e.id+`_`+t.id}),g=this.get(e).texture,_=this.get(t).texture;h.copyTextureToTexture({texture:g,mipLevel:i,origin:{x:l,y:u,z:d}},{texture:_,mipLevel:a,origin:{x:o,y:s,z:c}},[f,p,m]),this.device.queue.submit([h.finish()]),a===0&&t.generateMipmaps&&this.textureUtils.generateMipmaps(t)}copyFramebufferToTexture(e,t,n){let r=this.get(t),i=null;i=t.renderTarget?e.isDepthTexture?this.get(t.depthTexture).texture:this.get(t.textures[0]).texture:e.isDepthTexture?this.textureUtils.getDepthBuffer(t.depth,t.stencil):this.context.getCurrentTexture();let a=this.get(e).texture;if(i.format!==a.format){console.error(`WebGPUBackend: copyFramebufferToTexture: Source and destination formats do not match.`,i.format,a.format);return}let o;if(r.currentPass?(r.currentPass.end(),o=r.encoder):o=this.device.createCommandEncoder({label:`copyFramebufferToTexture_`+e.id}),o.copyTextureToTexture({texture:i,origin:[n.x,n.y,0]},{texture:a},[n.z,n.w]),r.currentPass){let{descriptor:e}=r;for(let t=0;t<e.colorAttachments.length;t++)e.colorAttachments[t].loadOp=hA.Load;if(t.depth&&(e.depthStencilAttachment.depthLoadOp=hA.Load),t.stencil&&(e.depthStencilAttachment.stencilLoadOp=hA.Load),r.currentPass=o.beginRenderPass(e),r.currentSets={attributes:{},bindingGroups:[],pipeline:null,index:null},t.viewport&&this.updateViewport(t),t.scissor){let{x:e,y:n,width:i,height:a}=t.scissorValue;r.currentPass.setScissorRect(e,n,i,a)}}else this.device.queue.submit([o.finish()]);e.generateMipmaps&&this.textureUtils.generateMipmaps(e)}},_j=class extends Es{constructor(e,t,n,r,i,a){super(e,t,n,r,i,a),this.iesMap=null}copy(e,t){return super.copy(e,t),this.iesMap=e.iesMap,this}},vj=class extends Es{constructor(e,t,n,r,i,a){super(e,t,n,r,i,a),this.aspect=null}copy(e,t){return super.copy(e,t),this.aspect=e.aspect,this}},yj=class extends YO{constructor(){super(),this.addMaterial(xv,`MeshPhongMaterial`),this.addMaterial(_b,`MeshStandardMaterial`),this.addMaterial(yb,`MeshPhysicalMaterial`),this.addMaterial(Cb,`MeshToonMaterial`),this.addMaterial(dv,`MeshBasicMaterial`),this.addMaterial(yv,`MeshLambertMaterial`),this.addMaterial(X_,`MeshNormalMaterial`),this.addMaterial(Db,`MeshMatcapMaterial`),this.addMaterial(V_,`LineBasicMaterial`),this.addMaterial(U_,`LineDashedMaterial`),this.addMaterial(Nb,`PointsMaterial`),this.addMaterial(jb,`SpriteMaterial`),this.addMaterial(Ib,`ShadowMaterial`),this.addLight(YT,js),this.addLight(bO,Ps),this.addLight(wO,Is),this.addLight(TO,Es),this.addLight(kO,Fs),this.addLight(AO,bs),this.addLight(jO,Rs),this.addLight(EO,_j),this.addLight(OO,vj),this.addToneMapping(zC,ze),this.addToneMapping(BC,Be),this.addToneMapping(VC,Ve),this.addToneMapping(UC,He),this.addToneMapping(qC,Ue),this.addToneMapping(JC,We)}},bj=class extends vk{constructor(e={}){let t;e.forceWebGL?t=dA:(t=gj,e.getFallback=()=>(console.warn(`THREE.WebGPURenderer: WebGPU is not available, running under WebGL2 backend.`),new dA(e)));let n=new t(e);super(n,e),this.library=new yj,this.isWebGPURenderer=!0,typeof __THREE_DEVTOOLS__<`u`&&__THREE_DEVTOOLS__.dispatchEvent(new CustomEvent(`observe`,{detail:this}))}},xj={};_(xj,{BRDF_GGX:()=>Sj,BRDF_Lambert:()=>Cj,BasicShadowFilter:()=>wj,Break:()=>Tj,Const:()=>vte,Continue:()=>Ej,DFGApprox:()=>Dj,D_GGX:()=>Oj,Discard:()=>kj,EPSILON:()=>Aj,F_Schlick:()=>jj,Fn:()=>Mj,INFINITY:()=>Nj,If:()=>Pj,Loop:()=>Ij,NodeAccess:()=>Bj,NodeShaderStage:()=>Lj,NodeType:()=>Rj,NodeUpdateType:()=>zj,PCFShadowFilter:()=>Vj,PCFSoftShadowFilter:()=>Hj,PI:()=>Uj,PI2:()=>Wj,Return:()=>Gj,Schlick_to_F0:()=>Kj,ScriptableNodeResources:()=>qj,ShaderNode:()=>Jj,Switch:()=>Fj,TBNViewMatrix:()=>Yj,VSMShadowFilter:()=>Xj,V_GGX_SmithCorrelated:()=>Zj,Var:()=>aF,abs:()=>Qj,acesFilmicToneMapping:()=>$j,acos:()=>eM,add:()=>tM,addNodeElement:()=>nM,agxToneMapping:()=>rM,all:()=>iM,alphaT:()=>aM,and:()=>oM,anisotropy:()=>sM,anisotropyB:()=>cM,anisotropyT:()=>lM,any:()=>uM,append:()=>dM,array:()=>fM,arrayBuffer:()=>pM,asin:()=>mM,assign:()=>hM,atan:()=>gM,atan2:()=>_M,atomicAdd:()=>vM,atomicAnd:()=>yM,atomicFunc:()=>bM,atomicLoad:()=>pee,atomicMax:()=>xM,atomicMin:()=>SM,atomicOr:()=>CM,atomicStore:()=>wM,atomicSub:()=>TM,atomicXor:()=>EM,attenuationColor:()=>mee,attenuationDistance:()=>hee,attribute:()=>gee,attributeArray:()=>_ee,backgroundBlurriness:()=>vee,backgroundIntensity:()=>yee,backgroundRotation:()=>bee,batch:()=>xee,billboarding:()=>See,bitAnd:()=>Cee,bitNot:()=>wee,bitOr:()=>Tee,bitXor:()=>Eee,bitangentGeometry:()=>Dee,bitangentLocal:()=>Oee,bitangentView:()=>kee,bitangentWorld:()=>Aee,bitcast:()=>jee,blendBurn:()=>Mee,blendColor:()=>Nee,blendDodge:()=>Pee,blendOverlay:()=>Fee,blendScreen:()=>Iee,blur:()=>Lee,bool:()=>Ree,buffer:()=>zee,bufferAttribute:()=>Bee,bumpMap:()=>Vee,burn:()=>Hee,bvec2:()=>Uee,bvec3:()=>Wee,bvec4:()=>Gee,bypass:()=>Kee,cache:()=>qee,call:()=>Jee,cameraFar:()=>Yee,cameraIndex:()=>Xee,cameraNear:()=>Zee,cameraNormalMatrix:()=>Qee,cameraPosition:()=>$ee,cameraProjectionMatrix:()=>ete,cameraProjectionMatrixInverse:()=>tte,cameraViewMatrix:()=>nte,cameraWorldMatrix:()=>rte,cbrt:()=>ite,cdl:()=>ate,ceil:()=>ote,checker:()=>ste,cineonToneMapping:()=>cte,clamp:()=>DM,clearcoat:()=>lte,clearcoatRoughness:()=>ute,code:()=>dte,color:()=>fte,colorSpaceToWorking:()=>pte,colorToDirection:()=>mte,compute:()=>hte,computeSkinning:()=>gte,cond:()=>_te,context:()=>yte,convert:()=>bte,convertColorSpace:()=>xte,convertToTexture:()=>Ste,cos:()=>OM,cross:()=>Cte,cubeTexture:()=>wte,dFdx:()=>Tte,dFdy:()=>Ete,dashSize:()=>Dte,debug:()=>Ote,decrement:()=>kte,decrementBefore:()=>Ate,defaultBuildStages:()=>jte,defaultShaderStages:()=>Mte,defined:()=>Nte,degrees:()=>Pte,deltaTime:()=>Fte,densityFog:()=>Ite,densityFogFactor:()=>Lte,depth:()=>Rte,depthPass:()=>zte,difference:()=>Bte,diffuseColor:()=>Vte,directPointLight:()=>Hte,directionToColor:()=>Ute,dispersion:()=>Wte,distance:()=>Gte,div:()=>Kte,dodge:()=>qte,dot:()=>kM,drawIndex:()=>Jte,dynamicBufferAttribute:()=>Yte,element:()=>Xte,emissive:()=>Zte,equal:()=>Qte,equals:()=>$te,equirectUV:()=>ene,exp:()=>tne,exp2:()=>nne,expression:()=>rne,faceDirection:()=>ine,faceForward:()=>ane,faceforward:()=>one,float:()=>AM,floor:()=>sne,fog:()=>cne,fract:()=>jM,frameGroup:()=>lne,frameId:()=>une,frontFacing:()=>dne,fwidth:()=>fne,gain:()=>pne,gapSize:()=>mne,getConstNodeType:()=>hne,getCurrentStack:()=>gne,getDirection:()=>_ne,getDistanceAttenuation:()=>vne,getGeometryRoughness:()=>yne,getNormalFromDepth:()=>bne,getParallaxCorrectNormal:()=>xne,getRoughness:()=>Sne,getScreenPosition:()=>Cne,getShIrradianceAt:()=>wne,getShadowMaterial:()=>Dne,getShadowRenderObjectFunction:()=>One,getTextureIndex:()=>Tne,getViewPosition:()=>Ene,globalId:()=>bre,glsl:()=>kne,glslFn:()=>Ane,grayscale:()=>jne,greaterThan:()=>Mne,greaterThanEqual:()=>Nne,hash:()=>Pne,highpModelNormalViewMatrix:()=>Fne,highpModelViewMatrix:()=>Ine,hue:()=>Lne,increment:()=>Rne,incrementBefore:()=>zne,instance:()=>Bne,instanceIndex:()=>Vne,instancedArray:()=>Hne,instancedBufferAttribute:()=>Une,instancedDynamicBufferAttribute:()=>Wne,instancedMesh:()=>Gne,int:()=>Kne,inverseSqrt:()=>qne,inversesqrt:()=>Jne,invocationLocalIndex:()=>Yne,invocationSubgroupIndex:()=>Xne,ior:()=>Zne,iridescence:()=>Qne,iridescenceIOR:()=>$ne,iridescenceThickness:()=>ere,ivec2:()=>tre,ivec3:()=>nre,ivec4:()=>rre,js:()=>ire,label:()=>are,length:()=>ore,lengthSq:()=>sre,lessThan:()=>cre,lessThanEqual:()=>lre,lightPosition:()=>ure,lightProjectionUV:()=>WM,lightShadowMatrix:()=>dre,lightTargetDirection:()=>fre,lightTargetPosition:()=>pre,lightViewPosition:()=>mre,lightingContext:()=>hre,lights:()=>gre,linearDepth:()=>_re,linearToneMapping:()=>vre,localId:()=>yre,log:()=>xre,log2:()=>Sre,logarithmicDepthToViewZ:()=>Cre,loop:()=>wre,luminance:()=>Tre,mat2:()=>Dre,mat3:()=>Ore,mat4:()=>kre,matcapUV:()=>Are,materialAO:()=>jre,materialAlphaTest:()=>Mre,materialAnisotropy:()=>Nre,materialAnisotropyVector:()=>Pre,materialAttenuationColor:()=>Fre,materialAttenuationDistance:()=>Ire,materialClearcoat:()=>Lre,materialClearcoatNormal:()=>Rre,materialClearcoatRoughness:()=>zre,materialColor:()=>Bre,materialDispersion:()=>Vre,materialEmissive:()=>Hre,materialIOR:()=>Ure,materialIridescence:()=>Wre,materialIridescenceIOR:()=>Gre,materialIridescenceThickness:()=>Kre,materialLightMap:()=>qre,materialLineDashOffset:()=>Jre,materialLineDashSize:()=>Yre,materialLineGapSize:()=>Xre,materialLineScale:()=>Zre,materialLineWidth:()=>Qre,materialMetalness:()=>$re,materialNormal:()=>eie,materialOpacity:()=>tie,materialPointSize:()=>nie,materialReference:()=>rie,materialReflectivity:()=>iie,materialRefractionRatio:()=>aie,materialRotation:()=>oie,materialRoughness:()=>sie,materialSheen:()=>cie,materialSheenRoughness:()=>lie,materialShininess:()=>uie,materialSpecular:()=>die,materialSpecularColor:()=>fie,materialSpecularIntensity:()=>pie,materialSpecularStrength:()=>mie,materialThickness:()=>hie,materialTransmission:()=>gie,max:()=>MM,maxMipLevel:()=>_ie,mediumpModelViewMatrix:()=>Ere,metalness:()=>vie,min:()=>yie,mix:()=>NM,mixElement:()=>bie,mod:()=>xie,modInt:()=>Sie,modelDirection:()=>Cie,modelNormalMatrix:()=>wie,modelPosition:()=>Tie,modelRadius:()=>Eie,modelScale:()=>Die,modelViewMatrix:()=>Oie,modelViewPosition:()=>kie,modelViewProjection:()=>Aie,modelWorldMatrix:()=>jie,modelWorldMatrixInverse:()=>Mie,morphReference:()=>Nie,mrt:()=>Pie,mul:()=>PM,mx_aastep:()=>Fie,mx_cell_noise_float:()=>Iie,mx_contrast:()=>Lie,mx_fractal_noise_float:()=>Rie,mx_fractal_noise_vec2:()=>zie,mx_fractal_noise_vec3:()=>Bie,mx_fractal_noise_vec4:()=>Vie,mx_hsvtorgb:()=>Hie,mx_noise_float:()=>Uie,mx_noise_vec3:()=>Wie,mx_noise_vec4:()=>Gie,mx_ramplr:()=>Kie,mx_ramptb:()=>qie,mx_rgbtohsv:()=>Jie,mx_safepower:()=>Yie,mx_splitlr:()=>Xie,mx_splittb:()=>Zie,mx_srgb_texture_to_lin_rec709:()=>Qie,mx_transform_uv:()=>$ie,mx_worley_noise_float:()=>eae,mx_worley_noise_vec2:()=>tae,mx_worley_noise_vec3:()=>nae,namespace:()=>rae,negate:()=>iae,neutralToneMapping:()=>aae,nodeArray:()=>oae,nodeImmutable:()=>sae,nodeObject:()=>cae,nodeObjects:()=>lae,nodeProxy:()=>uae,normalFlat:()=>dae,normalGeometry:()=>fae,normalLocal:()=>pae,normalMap:()=>mae,normalView:()=>hae,normalWorld:()=>gae,normalize:()=>_ae,not:()=>vae,notEqual:()=>yae,numWorkgroups:()=>bae,objectDirection:()=>xae,objectGroup:()=>Sae,objectPosition:()=>Cae,objectRadius:()=>wae,objectScale:()=>Tae,objectViewPosition:()=>Eae,objectWorldMatrix:()=>Dae,oneMinus:()=>Oae,or:()=>kae,orthographicDepthToViewZ:()=>Aae,oscSawtooth:()=>jae,oscSine:()=>Mae,oscSquare:()=>Nae,oscTriangle:()=>Pae,output:()=>Fae,outputStruct:()=>Iae,overlay:()=>Lae,overloadingFn:()=>Rae,parabola:()=>zae,parallaxDirection:()=>Bae,parallaxUV:()=>Vae,parameter:()=>Hae,pass:()=>Uae,passTexture:()=>Wae,pcurve:()=>Gae,perspectiveDepthToViewZ:()=>Kae,pmremTexture:()=>qae,pointShadow:()=>ON,pointUV:()=>Jae,pointWidth:()=>Yae,positionGeometry:()=>Xae,positionLocal:()=>Zae,positionPrevious:()=>Qae,positionView:()=>$ae,positionViewDirection:()=>eoe,positionWorld:()=>toe,positionWorldDirection:()=>noe,posterize:()=>roe,pow:()=>FM,pow2:()=>ioe,pow3:()=>aoe,pow4:()=>ooe,premult:()=>IM,property:()=>LM,radians:()=>RM,rand:()=>zM,range:()=>BM,rangeFog:()=>VM,rangeFogFactor:()=>HM,reciprocal:()=>UM,reference:()=>GM,referenceBuffer:()=>KM,reflect:()=>qM,reflectVector:()=>JM,reflectView:()=>YM,reflector:()=>XM,refract:()=>ZM,refractVector:()=>QM,refractView:()=>$M,reinhardToneMapping:()=>eN,remainder:()=>tN,remap:()=>nN,remapClamp:()=>rN,renderGroup:()=>iN,renderOutput:()=>aN,rendererReference:()=>oN,rotate:()=>sN,rotateUV:()=>cN,roughness:()=>lN,round:()=>uN,rtt:()=>dN,sRGBTransferEOTF:()=>fN,sRGBTransferOETF:()=>pN,sampler:()=>mN,samplerComparison:()=>hN,saturate:()=>gN,saturation:()=>_N,screen:()=>vN,screenCoordinate:()=>yN,screenSize:()=>bN,screenUV:()=>xN,scriptable:()=>SN,scriptableValue:()=>CN,select:()=>wN,setCurrentStack:()=>TN,shaderStages:()=>EN,shadow:()=>DN,shadowPositionWorld:()=>kN,shapeCircle:()=>jN,sharedUniformGroup:()=>AN,sheen:()=>MN,sheenRoughness:()=>NN,shiftLeft:()=>PN,shiftRight:()=>FN,shininess:()=>IN,sign:()=>LN,sin:()=>RN,sinc:()=>zN,skinning:()=>BN,smoothstep:()=>VN,smoothstepElement:()=>HN,specularColor:()=>UN,specularF90:()=>WN,spherizeUV:()=>GN,split:()=>KN,spritesheetUV:()=>qN,sqrt:()=>JN,stack:()=>YN,step:()=>XN,storage:()=>ZN,storageBarrier:()=>QN,storageObject:()=>$N,storageTexture:()=>eP,string:()=>tP,struct:()=>nP,sub:()=>rP,subgroupIndex:()=>iP,subgroupSize:()=>aP,tan:()=>oP,tangentGeometry:()=>sP,tangentLocal:()=>cP,tangentView:()=>lP,tangentWorld:()=>uP,temp:()=>dP,texture:()=>fP,texture3D:()=>pP,textureBarrier:()=>mP,textureBicubic:()=>hP,textureCubeUV:()=>gP,textureLoad:()=>_P,textureSize:()=>vP,textureStore:()=>yP,thickness:()=>bP,time:()=>xP,timerDelta:()=>SP,timerGlobal:()=>CP,timerLocal:()=>wP,toneMapping:()=>TP,toneMappingExposure:()=>EP,toonOutlinePass:()=>DP,transformDirection:()=>OP,transformNormal:()=>kP,transformNormalToView:()=>AP,transformedBentNormalView:()=>jP,transformedBitangentView:()=>MP,transformedBitangentWorld:()=>NP,transformedClearcoatNormalView:()=>PP,transformedNormalView:()=>FP,transformedNormalWorld:()=>IP,transformedTangentView:()=>LP,transformedTangentWorld:()=>RP,transmission:()=>zP,transpose:()=>BP,triNoise3D:()=>VP,triplanarTexture:()=>HP,triplanarTextures:()=>UP,trunc:()=>WP,tslFn:()=>GP,uint:()=>KP,uniform:()=>qP,uniformArray:()=>YP,uniformCubeTexture:()=>JP,uniformGroup:()=>XP,uniformTexture:()=>ZP,uniforms:()=>QP,unpremult:()=>$P,userData:()=>eF,uv:()=>tF,uvec2:()=>nF,uvec3:()=>rF,uvec4:()=>iF,varying:()=>oF,varyingProperty:()=>sF,vec2:()=>cF,vec3:()=>lF,vec4:()=>uF,vectorComponents:()=>dF,velocity:()=>fF,vertexColor:()=>pF,vertexIndex:()=>mF,vibrance:()=>hF,viewZToLogarithmicDepth:()=>gF,viewZToOrthographicDepth:()=>_F,viewZToPerspectiveDepth:()=>vF,viewport:()=>yF,viewportBottomLeft:()=>bF,viewportCoordinate:()=>xF,viewportDepthTexture:()=>SF,viewportLinearDepth:()=>CF,viewportMipTexture:()=>wF,viewportResolution:()=>TF,viewportSafeUV:()=>EF,viewportSharedTexture:()=>DF,viewportSize:()=>OF,viewportTexture:()=>kF,viewportTopLeft:()=>AF,viewportUV:()=>jF,wgsl:()=>MF,wgslFn:()=>NF,workgroupArray:()=>PF,workgroupBarrier:()=>FF,workgroupId:()=>IF,workingToColorSpace:()=>LF,xor:()=>RF});const Sj=I.BRDF_GGX,Cj=I.BRDF_Lambert,wj=I.BasicShadowFilter,Tj=I.Break,Ej=I.Continue,Dj=I.DFGApprox,Oj=I.D_GGX,kj=I.Discard,Aj=I.EPSILON,jj=I.F_Schlick,Mj=I.Fn,Nj=I.INFINITY,Pj=I.If,Fj=I.Switch,Ij=I.Loop,Lj=I.NodeShaderStage,Rj=I.NodeType,zj=I.NodeUpdateType,Bj=I.NodeAccess,Vj=I.PCFShadowFilter,Hj=I.PCFSoftShadowFilter,Uj=I.PI,Wj=I.PI2,Gj=I.Return,Kj=I.Schlick_to_F0,qj=I.ScriptableNodeResources,Jj=I.ShaderNode,Yj=I.TBNViewMatrix,Xj=I.VSMShadowFilter,Zj=I.V_GGX_SmithCorrelated,Qj=I.abs,$j=I.acesFilmicToneMapping,eM=I.acos,tM=I.add,nM=I.addNodeElement,rM=I.agxToneMapping,iM=I.all,aM=I.alphaT,oM=I.and,sM=I.anisotropy,cM=I.anisotropyB,lM=I.anisotropyT,uM=I.any,dM=I.append,fM=I.array,pM=I.arrayBuffer,mM=I.asin,hM=I.assign,gM=I.atan,_M=I.atan2,vM=I.atomicAdd,yM=I.atomicAnd,bM=I.atomicFunc,xM=I.atomicMax,SM=I.atomicMin,CM=I.atomicOr,wM=I.atomicStore,TM=I.atomicSub,EM=I.atomicXor,pee=I.atomicLoad,mee=I.attenuationColor,hee=I.attenuationDistance,gee=I.attribute,_ee=I.attributeArray,vee=I.backgroundBlurriness,yee=I.backgroundIntensity,bee=I.backgroundRotation,xee=I.batch,See=I.billboarding,Cee=I.bitAnd,wee=I.bitNot,Tee=I.bitOr,Eee=I.bitXor,Dee=I.bitangentGeometry,Oee=I.bitangentLocal,kee=I.bitangentView,Aee=I.bitangentWorld,jee=I.bitcast,Mee=I.blendBurn,Nee=I.blendColor,Pee=I.blendDodge,Fee=I.blendOverlay,Iee=I.blendScreen,Lee=I.blur,Ree=I.bool,zee=I.buffer,Bee=I.bufferAttribute,Vee=I.bumpMap,Hee=I.burn,Uee=I.bvec2,Wee=I.bvec3,Gee=I.bvec4,Kee=I.bypass,qee=I.cache,Jee=I.call,Yee=I.cameraFar,Xee=I.cameraIndex,Zee=I.cameraNear,Qee=I.cameraNormalMatrix,$ee=I.cameraPosition,ete=I.cameraProjectionMatrix,tte=I.cameraProjectionMatrixInverse,nte=I.cameraViewMatrix,rte=I.cameraWorldMatrix,ite=I.cbrt,ate=I.cdl,ote=I.ceil,ste=I.checker,cte=I.cineonToneMapping,DM=I.clamp,lte=I.clearcoat,ute=I.clearcoatRoughness,dte=I.code,fte=I.color,pte=I.colorSpaceToWorking,mte=I.colorToDirection,hte=I.compute,gte=I.computeSkinning,_te=I.cond,vte=I.Const,yte=I.context,bte=I.convert,xte=I.convertColorSpace,Ste=I.convertToTexture,OM=I.cos,Cte=I.cross,wte=I.cubeTexture,Tte=I.dFdx,Ete=I.dFdy,Dte=I.dashSize,Ote=I.debug,kte=I.decrement,Ate=I.decrementBefore,jte=I.defaultBuildStages,Mte=I.defaultShaderStages,Nte=I.defined,Pte=I.degrees,Fte=I.deltaTime,Ite=I.densityFog,Lte=I.densityFogFactor,Rte=I.depth,zte=I.depthPass,Bte=I.difference,Vte=I.diffuseColor,Hte=I.directPointLight,Ute=I.directionToColor,Wte=I.dispersion,Gte=I.distance,Kte=I.div,qte=I.dodge,kM=I.dot,Jte=I.drawIndex,Yte=I.dynamicBufferAttribute,Xte=I.element,Zte=I.emissive,Qte=I.equal,$te=I.equals,ene=I.equirectUV,tne=I.exp,nne=I.exp2,rne=I.expression,ine=I.faceDirection,ane=I.faceForward,one=I.faceforward,AM=I.float,sne=I.floor,cne=I.fog,jM=I.fract,lne=I.frameGroup,une=I.frameId,dne=I.frontFacing,fne=I.fwidth,pne=I.gain,mne=I.gapSize,hne=I.getConstNodeType,gne=I.getCurrentStack,_ne=I.getDirection,vne=I.getDistanceAttenuation,yne=I.getGeometryRoughness,bne=I.getNormalFromDepth,xne=I.getParallaxCorrectNormal,Sne=I.getRoughness,Cne=I.getScreenPosition,wne=I.getShIrradianceAt,Tne=I.getTextureIndex,Ene=I.getViewPosition,Dne=I.getShadowMaterial,One=I.getShadowRenderObjectFunction,kne=I.glsl,Ane=I.glslFn,jne=I.grayscale,Mne=I.greaterThan,Nne=I.greaterThanEqual,Pne=I.hash,Fne=I.highpModelNormalViewMatrix,Ine=I.highpModelViewMatrix,Lne=I.hue,Rne=I.increment,zne=I.incrementBefore,Bne=I.instance,Vne=I.instanceIndex,Hne=I.instancedArray,Une=I.instancedBufferAttribute,Wne=I.instancedDynamicBufferAttribute,Gne=I.instancedMesh,Kne=I.int,qne=I.inverseSqrt,Jne=I.inversesqrt,Yne=I.invocationLocalIndex,Xne=I.invocationSubgroupIndex,Zne=I.ior,Qne=I.iridescence,$ne=I.iridescenceIOR,ere=I.iridescenceThickness,tre=I.ivec2,nre=I.ivec3,rre=I.ivec4,ire=I.js,are=I.label,ore=I.length,sre=I.lengthSq,cre=I.lessThan,lre=I.lessThanEqual,ure=I.lightPosition,dre=I.lightShadowMatrix,fre=I.lightTargetDirection,pre=I.lightTargetPosition,mre=I.lightViewPosition,hre=I.lightingContext,gre=I.lights,_re=I.linearDepth,vre=I.linearToneMapping,yre=I.localId,bre=I.globalId,xre=I.log,Sre=I.log2,Cre=I.logarithmicDepthToViewZ,wre=I.loop,Tre=I.luminance,Ere=I.mediumpModelViewMatrix,Dre=I.mat2,Ore=I.mat3,kre=I.mat4,Are=I.matcapUV,jre=I.materialAO,Mre=I.materialAlphaTest,Nre=I.materialAnisotropy,Pre=I.materialAnisotropyVector,Fre=I.materialAttenuationColor,Ire=I.materialAttenuationDistance,Lre=I.materialClearcoat,Rre=I.materialClearcoatNormal,zre=I.materialClearcoatRoughness,Bre=I.materialColor,Vre=I.materialDispersion,Hre=I.materialEmissive,Ure=I.materialIOR,Wre=I.materialIridescence,Gre=I.materialIridescenceIOR,Kre=I.materialIridescenceThickness,qre=I.materialLightMap,Jre=I.materialLineDashOffset,Yre=I.materialLineDashSize,Xre=I.materialLineGapSize,Zre=I.materialLineScale,Qre=I.materialLineWidth,$re=I.materialMetalness,eie=I.materialNormal,tie=I.materialOpacity,nie=I.materialPointSize,rie=I.materialReference,iie=I.materialReflectivity,aie=I.materialRefractionRatio,oie=I.materialRotation,sie=I.materialRoughness,cie=I.materialSheen,lie=I.materialSheenRoughness,uie=I.materialShininess,die=I.materialSpecular,fie=I.materialSpecularColor,pie=I.materialSpecularIntensity,mie=I.materialSpecularStrength,hie=I.materialThickness,gie=I.materialTransmission,MM=I.max,_ie=I.maxMipLevel,vie=I.metalness,yie=I.min,NM=I.mix,bie=I.mixElement,xie=I.mod,Sie=I.modInt,Cie=I.modelDirection,wie=I.modelNormalMatrix,Tie=I.modelPosition,Eie=I.modelRadius,Die=I.modelScale,Oie=I.modelViewMatrix,kie=I.modelViewPosition,Aie=I.modelViewProjection,jie=I.modelWorldMatrix,Mie=I.modelWorldMatrixInverse,Nie=I.morphReference,Pie=I.mrt,PM=I.mul,Fie=I.mx_aastep,Iie=I.mx_cell_noise_float,Lie=I.mx_contrast,Rie=I.mx_fractal_noise_float,zie=I.mx_fractal_noise_vec2,Bie=I.mx_fractal_noise_vec3,Vie=I.mx_fractal_noise_vec4,Hie=I.mx_hsvtorgb,Uie=I.mx_noise_float,Wie=I.mx_noise_vec3,Gie=I.mx_noise_vec4,Kie=I.mx_ramplr,qie=I.mx_ramptb,Jie=I.mx_rgbtohsv,Yie=I.mx_safepower,Xie=I.mx_splitlr,Zie=I.mx_splittb,Qie=I.mx_srgb_texture_to_lin_rec709,$ie=I.mx_transform_uv,eae=I.mx_worley_noise_float,tae=I.mx_worley_noise_vec2,nae=I.mx_worley_noise_vec3,rae=I.namespace,iae=I.negate,aae=I.neutralToneMapping,oae=I.nodeArray,sae=I.nodeImmutable,cae=I.nodeObject,lae=I.nodeObjects,uae=I.nodeProxy,dae=I.normalFlat,fae=I.normalGeometry,pae=I.normalLocal,mae=I.normalMap,hae=I.normalView,gae=I.normalWorld,_ae=I.normalize,vae=I.not,yae=I.notEqual,bae=I.numWorkgroups,xae=I.objectDirection,Sae=I.objectGroup,Cae=I.objectPosition,wae=I.objectRadius,Tae=I.objectScale,Eae=I.objectViewPosition,Dae=I.objectWorldMatrix,Oae=I.oneMinus,kae=I.or,Aae=I.orthographicDepthToViewZ,jae=I.oscSawtooth,Mae=I.oscSine,Nae=I.oscSquare,Pae=I.oscTriangle,Fae=I.output,Iae=I.outputStruct,Lae=I.overlay,Rae=I.overloadingFn,zae=I.parabola,Bae=I.parallaxDirection,Vae=I.parallaxUV,Hae=I.parameter,Uae=I.pass,Wae=I.passTexture,Gae=I.pcurve,Kae=I.perspectiveDepthToViewZ,qae=I.pmremTexture,Jae=I.pointUV,Yae=I.pointWidth,Xae=I.positionGeometry,Zae=I.positionLocal,Qae=I.positionPrevious,$ae=I.positionView,eoe=I.positionViewDirection,toe=I.positionWorld,noe=I.positionWorldDirection,roe=I.posterize,FM=I.pow,ioe=I.pow2,aoe=I.pow3,ooe=I.pow4,IM=I.premult,LM=I.property,RM=I.radians,zM=I.rand,BM=I.range,VM=I.rangeFog,HM=I.rangeFogFactor,UM=I.reciprocal,WM=I.lightProjectionUV,GM=I.reference,KM=I.referenceBuffer,qM=I.reflect,JM=I.reflectVector,YM=I.reflectView,XM=I.reflector,ZM=I.refract,QM=I.refractVector,$M=I.refractView,eN=I.reinhardToneMapping,tN=I.remainder,nN=I.remap,rN=I.remapClamp,iN=I.renderGroup,aN=I.renderOutput,oN=I.rendererReference,sN=I.rotate,cN=I.rotateUV,lN=I.roughness,uN=I.round,dN=I.rtt,fN=I.sRGBTransferEOTF,pN=I.sRGBTransferOETF,mN=I.sampler,hN=I.samplerComparison,gN=I.saturate,_N=I.saturation,vN=I.screen,yN=I.screenCoordinate,bN=I.screenSize,xN=I.screenUV,SN=I.scriptable,CN=I.scriptableValue,wN=I.select,TN=I.setCurrentStack,EN=I.shaderStages,DN=I.shadow,ON=I.pointShadow,kN=I.shadowPositionWorld,AN=I.sharedUniformGroup,jN=I.shapeCircle,MN=I.sheen,NN=I.sheenRoughness,PN=I.shiftLeft,FN=I.shiftRight,IN=I.shininess,LN=I.sign,RN=I.sin,zN=I.sinc,BN=I.skinning,VN=I.smoothstep,HN=I.smoothstepElement,UN=I.specularColor,WN=I.specularF90,GN=I.spherizeUV,KN=I.split,qN=I.spritesheetUV,JN=I.sqrt,YN=I.stack,XN=I.step,ZN=I.storage,QN=I.storageBarrier,$N=I.storageObject,eP=I.storageTexture,tP=I.string,nP=I.struct,rP=I.sub,iP=I.subgroupIndex,aP=I.subgroupSize,oP=I.tan,sP=I.tangentGeometry,cP=I.tangentLocal,lP=I.tangentView,uP=I.tangentWorld,dP=I.temp,fP=I.texture,pP=I.texture3D,mP=I.textureBarrier,hP=I.textureBicubic,gP=I.textureCubeUV,_P=I.textureLoad,vP=I.textureSize,yP=I.textureStore,bP=I.thickness,xP=I.time,SP=I.timerDelta,CP=I.timerGlobal,wP=I.timerLocal,TP=I.toneMapping,EP=I.toneMappingExposure,DP=I.toonOutlinePass,OP=I.transformDirection,kP=I.transformNormal,AP=I.transformNormalToView,jP=I.transformedBentNormalView,MP=I.transformedBitangentView,NP=I.transformedBitangentWorld,PP=I.transformedClearcoatNormalView,FP=I.transformedNormalView,IP=I.transformedNormalWorld,LP=I.transformedTangentView,RP=I.transformedTangentWorld,zP=I.transmission,BP=I.transpose,VP=I.triNoise3D,HP=I.triplanarTexture,UP=I.triplanarTextures,WP=I.trunc,GP=I.tslFn,KP=I.uint,qP=I.uniform,JP=I.uniformCubeTexture,YP=I.uniformArray,XP=I.uniformGroup,ZP=I.uniformTexture,QP=I.uniforms,$P=I.unpremult,eF=I.userData,tF=I.uv,nF=I.uvec2,rF=I.uvec3,iF=I.uvec4,aF=I.Var,oF=I.varying,sF=I.varyingProperty,cF=I.vec2,lF=I.vec3,uF=I.vec4,dF=I.vectorComponents,fF=I.velocity,pF=I.vertexColor,mF=I.vertexIndex,hF=I.vibrance,gF=I.viewZToLogarithmicDepth,_F=I.viewZToOrthographicDepth,vF=I.viewZToPerspectiveDepth,yF=I.viewport,bF=I.viewportBottomLeft,xF=I.viewportCoordinate,SF=I.viewportDepthTexture,CF=I.viewportLinearDepth,wF=I.viewportMipTexture,TF=I.viewportResolution,EF=I.viewportSafeUV,DF=I.viewportSharedTexture,OF=I.viewportSize,kF=I.viewportTexture,AF=I.viewportTopLeft,jF=I.viewportUV,MF=I.wgsl,NF=I.wgslFn,PF=I.workgroupArray,FF=I.workgroupBarrier,IF=I.workgroupId,LF=I.workingToColorSpace,RF=I.xor;function zF(e,t,n=1){let r=e.rgb,i=t.rgb,a=PM(r,i),o=PM(t.a,n),s=NM(r,a,o),c=MM(e.a,PM(t.a,n));return uF(s,c)}function BF(e,t,n=1){let r=PM(t.a,n),i=tM(r,PM(e.a,rP(1,r))),a=tM(PM(t.rgb,r),PM(e.rgb,PM(e.a,rP(1,r))));return uF(a,i)}const VF={normal:BF,multiply:zF};function HF(e,t,n=`normal`,r=1){let i=VF[n]||VF.normal;return i(e,t,r)}function UF(e,t){let n=PM(e.a,t.a);return uF(e.rgb,n)}function WF(e,t){let n=rP(1,t.a),r=PM(e.a,n);return uF(e.rgb,r)}function GF(e,t){let n=lF(.2126,.7152,.0722),r=kM(t.rgb,n),i=PM(e.a,r);return uF(e.rgb,i)}function KF(e,t){let n=lF(.2126,.7152,.0722),r=kM(t.rgb,n),i=rP(1,r),a=PM(e.a,i);return uF(e.rgb,a)}const qF={alpha:UF,alphaInverted:WF,luminance:GF,luminanceInverted:KF};function JF(e,t,n=`alpha`){let r=qF[n]||qF.alpha;return r(e,t)}const YF={BASE_URL:`/`,DEV:!1,MODE:`production`,PROD:!0,SSR:!1};let XF=null,ZF=!1;const QF=()=>{try{if(YF!==void 0){let{MODE:e,DEV:t}=YF;return t||e===`development`}if(typeof window<`u`&&window.location){let e=window.location.hostname;return e===`localhost`||e===`127.0.0.1`||e.endsWith(`.local`)||e.includes(`dev.`)||e.startsWith(`dev-`)}return!1}catch{return!1}};function $F(){let e=`renderer_${Math.random().toString(36).substr(2,9)}`,t,n,r,i,a,o={nodes:new Map,rootId:null,idToNodeId:new Map},s=null,c=null,l=null,u=!1,d=!1,f=!1,p=null,m=!1,h=!0,g=0,_=0,v=0,y=0,b=8,x=.5,S=.5,ee=!1,te=!1,ne=!1,re=[],ie=!1,ae=[],oe=!1,se=()=>{var e,t,n;return(e=t=(n=window).matchMedia)?.call(n,`(prefers-reduced-motion: reduce)`).matches??!1},ce=(e,r)=>{if(e===g&&r===_)return;let a=performance.now();if(a-v<b)return;g=e,_=r,v=a,t.setSize(e,r,!1);let s=e/r,c=2,l=c*s;n.left=-l/2,n.right=l/2,n.top=c/2,n.bottom=-c/2,n.updateProjectionMatrix(),i.scale.set(l,c,1),o.rootId&&f&&de(),Ce().catch(console.warn)},le=e=>{if(!t||!n||!i)return;let r=e[0];if(!r)return;let{width:a,height:o}=r.contentRect,s=Math.round(a),c=Math.round(o);ce(s,c)},ue=e=>{let t=e[0];t&&(m=t.isIntersecting,m?(a&&u&&o.rootId&&de(),h&&we()):Te())},de=()=>{if(!o.rootId||!a||te)return;let e=o.nodes.get(o.rootId);if(e){te=!0;try{let e=ge(o.rootId);e&&a&&(a.fragmentNode=e,a.needsUpdate=!0)}catch(e){console.error(`Error composing shader tree:`,e)}finally{te=!1}m&&Ce()}},fe=e=>{let t=[];return o.nodes.forEach(n=>{n.parentId===e&&t.push(n)}),t},pe=e=>{for(let[t,n]of o.nodes.entries())if(n.metadata.id===e)return t;return null},me=(e,t,n,r)=>{var i,a;if(!(i=a=t.metadata.mask)?.source)return e;let o=t.metadata.mask.source,s=pe(o);if(!s)return e;if(r.has(s))return console.error(`Uh oh, looks like you've got a circular dependency in your shader masks.`),e;let c=new Set(r);c.add(n);let l=ge(s,c),u=t.metadata.mask.type||`alpha`;return JF(e,l,u)},he=e=>{var t,n;let r=o.nodes.get(e);if(!r||!r.metadata.id)return!1;let i=r.metadata.id;for(let e of o.nodes.values())if((t=n=e.metadata.mask)?.source===i)return!0;return!1},ge=(e,t=new Set)=>{let n=o.nodes.get(e);if(!n)return uF(0,0,0,0);let r=e=>{n.cleanupCallbacks.push(e)},i=e=>{n.beforeRenderCallbacks.push(e)},a=e=>{n.afterRenderCallbacks.push(e)},s=fe(e);if(s.length===0){let o=n.fragmentNodeFunc({uniforms:n.uniforms??{},childNode:void 0,onCleanup:r,onBeforeRender:i,onAfterRender:a,canvas:XF});return me(o,n,e,t)}else{let o=[...s].sort((e,t)=>e.metadata.renderOrder-t.metadata.renderOrder),u=n.parentId===null;if(u){let s;for(let e of o){var c;if(e.metadata.opacity===0&&!he(e.id))continue;let n=ge(e.id,t),r=((c=e.uniforms)==null||(c=c.opacity)==null||(c=c.uniform)==null?void 0:c.value)>0,i=he(e.id)&&!r?0:e.metadata.opacity;s=s===void 0?n:HF(s,n,e.metadata.blendMode,i)}let l=n.fragmentNodeFunc({uniforms:n.uniforms??{},childNode:s,onCleanup:r,onBeforeRender:i,onAfterRender:a,canvas:XF});return me(l,n,e,t)}else{let s;for(let e of o){var l;let n=ge(e.id,t);if(e.metadata.opacity===0&&!he(e.id))continue;let r=((l=e.uniforms)==null||(l=l.opacity)==null||(l=l.uniform)==null?void 0:l.value)>0,i=he(e.id)&&!r?0:e.metadata.opacity;s=s===void 0?n:HF(s,n,e.metadata.blendMode,i)}let c=n.fragmentNodeFunc({uniforms:n.uniforms??{},childNode:s,onCleanup:r,onBeforeRender:i,onAfterRender:a,canvas:XF});return me(c,n,e,t)}}},_e=(e,t,n,r,i={})=>{let s=0;if(n!==null){let e=Array.from(o.nodes.values()).filter(e=>e.parentId===n);e.length>0&&(s=Math.max(...e.map(e=>e.metadata.renderOrder))+1)}let c={id:e,fragmentNodeFunc:t,parentId:n,metadata:{blendMode:r?.blendMode||`normal`,opacity:r?.opacity===void 0?1:r?.opacity,id:r?.id,mask:r?.mask,renderOrder:r?.renderOrder===void 0?s:r?.renderOrder},uniforms:i,cleanupCallbacks:[],beforeRenderCallbacks:[],afterRenderCallbacks:[]};o.nodes.set(e,c),n===null&&(o.rootId=e),a&&u&&(re.includes(e)||re.push(e),ie||(ie=!0,queueMicrotask(()=>{ie=!1,re=[],de()})))},ve=(e,t,n)=>{let r=o.nodes.get(e);if(!r||!r.uniforms){console.warn(`Node or uniforms not found for ID: ${e}`);return}let i=r.uniforms[t];if(!i||!i.uniform){console.warn(`Uniform ${t} not found in node: ${e}`);return}i.uniform.value=n,m&&Ce()},ye=(e,t)=>{var n,r,i,s,c,l,d,f;let p=o.nodes.get(e);if(!p)return;let h=!1;t.blendMode!==void 0&&p.metadata.blendMode!==t.blendMode&&(p.metadata.blendMode=t.blendMode,h=!0),t.opacity!==void 0&&p.metadata.opacity!==t.opacity&&(p.metadata.opacity=t.opacity,h=!0),t.renderOrder!==void 0&&p.metadata.renderOrder!==t.renderOrder&&(p.metadata.renderOrder=t.renderOrder,h=!0),t.id!==void 0&&p.metadata.id!==t.id&&(p.metadata.id=t.id,h=!0),t.mask!==void 0&&((n=c=p.metadata.mask)?.source!==(r=l=t.mask)?.source||(i=d=p.metadata.mask)?.type!==(s=f=t.mask)?.type)&&(p.metadata.mask=t.mask,h=!0),h&&a&&u?(ae.includes(e)||ae.push(e),oe||(oe=!0,queueMicrotask(()=>{oe=!1,ae=[],de()}))):m&&Ce()},be=e=>{if(!o.nodes.has(e))return;let t=o.nodes.get(e);if(t&&t.cleanupCallbacks.length>0)for(let n of t.cleanupCallbacks)try{n()}catch(t){console.error(`Error executing cleanup callback for node ${e}:`,t)}let n=fe(e);for(let e of n)be(e.id);o.rootId===e&&(o.rootId=null),o.nodes.delete(e),a&&u&&de()},xe=e=>{let t={deltaTime:e,pointer:{x,y:S},pointerActive:ee,dimensions:{width:g,height:_}};for(let e of o.nodes.values())if(e.beforeRenderCallbacks.length>0)for(let n of e.beforeRenderCallbacks)try{n(t)}catch(t){console.error(`Error executing before render callback for node ${e.id}:`,t)}},Se=e=>{let t={deltaTime:e,pointer:{x,y:S},pointerActive:ee,dimensions:{width:g,height:_}};for(let e of o.nodes.values())if(e.afterRenderCallbacks.length>0)for(let n of e.afterRenderCallbacks)try{n(t)}catch(t){console.error(`Error executing after render callback for node ${e.id}:`,t)}},Ce=async()=>{if(!u||!t||!r||!n||!a)return;let e=performance.now(),i=y>0?(e-y)/1e3:.016,o=Math.min(i,.1);y=e,xe(o);try{if(te)return;t instanceof bj?await t.renderAsync(r,n).then(()=>{u&&Se(o)}).catch(e=>{console.error(`WebGPU render error:`,e)}):(t.render(r,n),Se(o))}catch(e){console.error(`Render frame error:`,e)}},we=()=>{if(s||!h||!m)return;let e=()=>{s=requestAnimationFrame(e),Ce()};e()},Te=()=>{s&&(cancelAnimationFrame(s),s=null)},Ee=e=>{if(!XF)return;let t,n;if(`touches`in e){if(e.touches.length===0)return;t=e.touches[0].clientX,n=e.touches[0].clientY}else t=e.clientX,n=e.clientY;let r=XF.getBoundingClientRect(),i=(t-r.left)/r.width,a=(n-r.top)/r.height;x=i,S=a},De=e=>{Ee(e)},Oe=e=>{Ee(e)},ke=()=>{ee=!1,Ce()},Ae=()=>{ee=!1,Ce()},je=()=>{ee=!0,Ce()},Me=()=>{ee=!0,Ce()},Ne=async({canvas:o})=>{if(u||d)return;d=!0,p=new AbortController;let s=p;try{if(XF=o,r=new xo,r.background=null,n=new Ms(-1,1,1,-1,.1,10),n.position.z=1,n.lookAt(0,0,0),ne||(window.addEventListener(`mousemove`,De),window.addEventListener(`touchmove`,Oe),window.addEventListener(`mouseup`,ke),window.addEventListener(`touchend`,Ae),o.addEventListener(`mousedown`,je),o.addEventListener(`touchstart`,Me),ne=!0,console.log(`[${e}] Added event listeners`)),s.signal.aborted)return;try{if(t=new bj({canvas:o,antialias:!0,alpha:!0,depth:!1,powerPreference:`high-performance`}),await t.init(),s.signal.aborted){t.dispose();return}}catch(e){if(s.signal.aborted)return;console.error(`[Shaders] WebGPU initialization error:`,e);return}if(s.signal.aborted){t&&t.dispose();return}t.setPixelRatio(Math.min(window.devicePixelRatio,2)),t.outputColorSpace=gn,a=new dv({transparent:!0}),a.fragmentNode=uF(0,0,0,0);let d=new Uo(2,2);i=new Qa(d,a),r.add(i),c=new ResizeObserver(le),c.observe(o),l=new IntersectionObserver(ue,{threshold:0}),l.observe(o),h=!se();let{width:p,height:g}=o.getBoundingClientRect();ce(Math.round(p),Math.round(g)),f=!0,await Ce(),h&&m&&we(),s.signal.aborted||(u=!0)}catch(e){console.error(`[Shaders] Initialization error:`,e)}finally{d=!1,p===s&&(p=null)}},Pe=()=>{!QF()||ZF||(console.warn(`Shaders is running in development mode. Please purchase a license at https://shaders.com to use it in production.`),ZF=!0)},Fe=()=>{if(console.log(`[${e}] Cleanup called`),p&&p.abort(),c&&(c.disconnect(),c=null),l&&(l.disconnect(),l=null),ne&&(console.log(`[${e}] Removing event listeners`),XF&&(XF.removeEventListener(`mousedown`,je),XF.removeEventListener(`touchstart`,Me)),window&&(window.removeEventListener(`mousemove`,De),window.removeEventListener(`touchmove`,Oe),window.removeEventListener(`mouseup`,ke),window.removeEventListener(`touchend`,Ae)),ne=!1),Te(),o.nodes.clear(),o.rootId=null,o.idToNodeId.clear(),re=[],ie=!1,ae=[],oe=!1,i&&(r&&r.remove(i),i.geometry&&i.geometry.dispose(),i.material instanceof ya&&i.material.dispose()),t)try{t.dispose()}catch(e){console.warn(`Error disposing renderer:`,e)}XF=null,t=null,n=null,r=null,i=null,a=null,u=!1,d=!1,f=!1,p=null,g=0,_=0,m=!1,h=!0,x=.5,S=.5,ee=!1};return{initialize:Ne,cleanup:Fe,registerNode:_e,removeNode:be,updateUniformValue:ve,updateNodeMetadata:ye,showLicenseWarning:Pe}}const{uniform:eI}=xj;function tI(e,t,n){let r={};return Object.entries(e.props).forEach(([e,i])=>{let a=t[e],o=a;i.transform&&(o=i.transform(a)),r[e]={uniform:eI(o).label(`${e}_${n}`),transform:i.transform||void 0}}),r}const{vec2:nI,fract:rI,sin:soe,dot:iI}=xj,aI=e=>rI(soe(iI(e,nI(12.12345,78.12345))).mul(40000.12345)),coe=(e=.03)=>t=>aI(t).mul(e).mul(.10012345),{vec2:oI}=xj,loe=(e=oI(0),t=.02,n=1,r=1)=>{let{vec2:i,sin:a,cos:o,time:s}=xj,c=r*1.618033988749895,l=r*2.718281828459045,u=(Math.sin(r)+2)*5,d=(Math.cos(r)+2)*5,f=i(a(e.x.mul(n).mul(u).add(s.mul(.1)).add(c)),o(e.y.mul(n).mul(u).add(s.mul(.1)).add(l))),p=i(a(e.y.mul(n).mul(d).add(s.mul(.05)).add(l)),o(e.x.mul(n).mul(d).add(s.mul(.05)).add(c))),m=f.add(p).mul(t);return e.add(m)},uoe=(e,t,n=.6,r=.3,i=1)=>{let{max:a,smoothstep:o,vec4:s}=xj,c=a(a(e.r,e.g),e.b),l=o(n,n+r,c).mul(i).mul(1),u=e.rgb.add(t.rgb.mul(l));return s(u,e.a)},doe=(e={})=>{let{inset:t=.4,softness:n=.5,offsetX:r=0,offsetY:i=0}=e,{float:a,smoothstep:o,uv:s}=xj,c=s(),l=c.x.sub(.5).sub(a(r)).mul(2),u=c.y.sub(.5).add(a(i)).mul(2),d=l.mul(l).add(u.mul(u)).sqrt();return a(1).sub(o(a(1).sub(a(t)),a(1).sub(a(t)).add(a(n)),d.mul(a(1).add(a(n)))))};var sI=function(exports){"use strict";function t(e){"@babel/helpers - typeof";return t=typeof Symbol==`function`&&typeof Symbol.iterator==`symbol`?function(e){return typeof e}:function(e){return e&&typeof Symbol==`function`&&e.constructor===Symbol&&e!==Symbol.prototype?`symbol`:typeof e},t(e)}function n(e,n){if(t(e)!=`object`||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var i=r.call(e,n||`default`);if(t(i)!=`object`)return i;throw TypeError(`@@toPrimitive must return a primitive value.`)}return(n===`string`?String:Number)(e)}function r(e){var r=n(e,`string`);return t(r)==`symbol`?r:r+``}function i(e,t,n){return(t=r(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}return exports.defineProperty=i,exports}({}),cI,lI;function uI(e,t){let n=e.length;Array.isArray(e[0])||(e=[e]),Array.isArray(t[0])||(t=t.map(e=>[e]));let r=t[0].length,i=t[0].map((e,n)=>t.map(e=>e[n])),a=e.map(e=>i.map(t=>{let n=0;if(!Array.isArray(e)){for(let r of t)n+=e*r;return n}for(let r=0;r<e.length;r++)n+=e[r]*(t[r]||0);return n}));return n===1&&(a=a[0]),r===1?a.map(e=>e[0]):a}function dI(e){return fI(e)===`string`}function fI(e){let t=Object.prototype.toString.call(e);return(t.match(/^\[object\s+(.*?)\]$/)[1]||``).toLowerCase()}function pI(e,{precision:t,unit:n}){return mI(e)?`none`:gI(e,t)+(n??``)}function mI(e){return Number.isNaN(e)||e instanceof Number&&e?.none}function hI(e){return mI(e)?0:e}function gI(e,t){if(e===0)return 0;let n=~~e,r=0;n&&t&&(r=~~Math.log10(Math.abs(n))+1);let i=10**(t-r);return Math.floor(e*i+.5)/i}const _I={deg:1,grad:.9,rad:180/Math.PI,turn:360};function vI(e){if(!e)return;e=e.trim();let t=/^([a-z]+)\((.+?)\)$/i,n=/^-?[\d.]+$/,r=/%|deg|g?rad|turn$/,i=/\/?\s*(none|[-\w.]+(?:%|deg|g?rad|turn)?)/g,a=e.match(t);if(a){let e=[];return a[2].replace(i,(t,i)=>{let a=i.match(r),o=i;if(a){let e=a[0],t=o.slice(0,-e.length);e===`%`?(o=new Number(t/100),o.type=`<percentage>`):(o=new Number(t*_I[e]),o.type=`<angle>`,o.unit=e)}else n.test(o)?(o=new Number(o),o.type=`<number>`):o===`none`&&(o=new Number(NaN),o.none=!0);t.startsWith(`/`)&&(o=o instanceof Number?o:new Number(o),o.alpha=!0),typeof o==`object`&&o instanceof Number&&(o.raw=i),e.push(o)}),{name:a[1].toLowerCase(),rawName:a[1],rawArgs:a[2],args:e}}}function yI(e){return e[e.length-1]}function bI(e,t,n){return isNaN(e)?t:isNaN(t)?e:e+(t-e)*n}function xI(e,t,n){return(n-e)/(t-e)}function SI(e,t,n){return bI(t[0],t[1],xI(e[0],e[1],n))}function CI(e){return e.map(e=>e.split(`|`).map(e=>{e=e.trim();let t=e.match(/^(<[a-z]+>)\[(-?[.\d]+),\s*(-?[.\d]+)\]?$/);if(t){let e=new String(t[1]);return e.range=[+t[2],+t[3]],e}return e}))}function wI(e,t,n){return Math.max(Math.min(n,t),e)}function TI(e,t){return Math.sign(e)===Math.sign(t)?e:-e}function EI(e,t){return TI(Math.abs(e)**t,e)}function DI(e,t){return t===0?0:e/t}function OI(e,t,n=0,r=e.length){for(;n<r;){let i=n+r>>1;e[i]<t?n=i+1:r=i}return n}var kI=Object.freeze({__proto__:null,bisectLeft:OI,clamp:wI,copySign:TI,interpolate:bI,interpolateInv:xI,isNone:mI,isString:dI,last:yI,mapRange:SI,multiplyMatrices:uI,parseCoordGrammar:CI,parseFunction:vI,serializeNumber:pI,skipNone:hI,spow:EI,toPrecision:gI,type:fI,zdiv:DI}),AI=class{add(e,t,n){if(typeof arguments[0]!=`string`){for(var e in arguments[0])this.add(e,arguments[0][e],arguments[1]);return}(Array.isArray(e)?e:[e]).forEach(function(e){this[e]=this[e]||[],t&&this[e][n?`unshift`:`push`](t)},this)}run(e,t){this[e]=this[e]||[],this[e].forEach(function(e){e.call(t&&t.context?t.context:t,t)})}};const jI=new AI;var MI={gamut_mapping:`css`,precision:5,deltaE:`76`,verbose:((cI=globalThis)==null||(cI=cI.process)==null||(cI=cI.env)==null||(cI=cI.NODE_ENV)==null?void 0:cI.toLowerCase())!==`test`,warn:function(e){var t,n;this.verbose&&((t=globalThis)==null||(t=t.console)==null||(n=t.warn)==null||n.call(t,e))}};const NI={D50:[.3457/.3585,1,.2958/.3585],D65:[.3127/.329,1,.3583/.329]};function PI(e){return Array.isArray(e)?e:NI[e]}function FI(e,t,n,r={}){if(e=PI(e),t=PI(t),!e||!t)throw TypeError(`Missing white point to convert ${e?``:`from`}${!e&&!t?`/`:``}${t?``:`to`}`);if(e===t)return n;let i={W1:e,W2:t,XYZ:n,options:r};if(jI.run(`chromatic-adaptation-start`,i),i.M||(i.W1===NI.D65&&i.W2===NI.D50?i.M=[[1.0479297925449969,.022946870601609652,-.05019226628920524],[.02962780877005599,.9904344267538799,-.017073799063418826],[-.009243040646204504,.015055191490298152,.7518742814281371]]:i.W1===NI.D50&&i.W2===NI.D65&&(i.M=[[.955473421488075,-.02309845494876471,.06325924320057072],[-.0283697093338637,1.0099953980813041,.021041441191917323],[.012314014864481998,-.020507649298898964,1.330365926242124]])),jI.run(`chromatic-adaptation-end`,i),i.M)return uI(i.M,i.XYZ);throw TypeError(`Only Bradford CAT with white points D50 and D65 supported for now.`)}const II=new Set([`<number>`,`<percentage>`,`<angle>`]);function LI(e,t,n,r){let i=Object.entries(e.coords).map(([e,i],a)=>{let o=t.coordGrammar[a],s=r[a],c=s?.type,l;if(l=s.none?o.find(e=>II.has(e)):o.find(e=>e==c),!l){let t=i.name||e;throw TypeError(`${c??s.raw} not allowed for ${t} in ${n}()`)}let u=l.range;c===`<percentage>`&&(u||=[0,1]);let d=i.range||i.refRange;return u&&d&&(r[a]=SI(u,d,r[a])),l});return i}function RI(e,{meta:t}={}){var n,r;let i={str:(n=r=String(e))?.trim()};if(jI.run(`parse-start`,i),i.color)return i.color;if(i.parsed=vI(i.str),i.parsed){let e=i.parsed.name;if(e===`color`){let e=i.parsed.args.shift(),n=e.startsWith(`--`)?e.substring(2):`--${e}`,r=[e,n],c=i.parsed.rawArgs.indexOf(`/`)>0?i.parsed.args.pop():1;for(let n of VI.all){let s=n.getFormat(`color`);if(s){var a,o;if(r.includes(s.id)||(a=o=s.ids)?.filter(e=>r.includes(e)).length){let r=Object.keys(n.coords).map((e,t)=>i.parsed.args[t]||0),a;return s.coordGrammar&&(a=LI(n,s,`color`,r)),t&&Object.assign(t,{formatId:`color`,types:a}),s.id.startsWith(`--`)&&!e.startsWith(`--`)&&MI.warn(`${n.name} is a non-standard space and not currently supported in the CSS spec. Use prefixed color(${s.id}) instead of color(${e}).`),e.startsWith(`--`)&&!s.id.startsWith(`--`)&&MI.warn(`${n.name} is a standard space and supported in the CSS spec. Use color(${s.id}) instead of prefixed color(${e}).`),{spaceId:n.id,coords:r,alpha:c}}}}let l=``,u=e in VI.registry?e:n;if(u in VI.registry){var s;let e=(s=VI.registry[u].formats)==null||(s=s.color)==null?void 0:s.id;e&&(l=`Did you mean color(${e})?`)}throw TypeError(`Cannot parse color(${e}). `+(l||`Missing a plugin?`))}else for(let n of VI.all){let r=n.getFormat(e);if(r&&r.type===`function`){let a=1;(r.lastAlpha||yI(i.parsed.args).alpha)&&(a=i.parsed.args.pop());let o=i.parsed.args,s;return r.coordGrammar&&(s=LI(n,r,e,o)),t&&Object.assign(t,{formatId:r.name,types:s}),{spaceId:n.id,coords:o,alpha:a}}}}else for(let e of VI.all)for(let n in e.formats){let r=e.formats[n];if(r.type!==`custom`||r.test&&!r.test(i.str))continue;let a=r.parse(i.str);if(a)return a.alpha??=1,t&&(t.formatId=n),a}throw TypeError(`Could not parse ${e} as a color. Missing a plugin?`)}function zI(e){if(Array.isArray(e))return e.map(zI);if(!e)throw TypeError(`Empty color reference`);dI(e)&&(e=RI(e));let t=e.space||e.spaceId;return t instanceof VI||(e.space=VI.get(t)),e.alpha===void 0&&(e.alpha=1),e}const BI=75e-6;var VI=(lI=class e{constructor(t){var n,r;this.id=t.id,this.name=t.name,this.base=t.base?e.get(t.base):null,this.aliases=t.aliases,this.base&&(this.fromBase=t.fromBase,this.toBase=t.toBase);let i=t.coords??this.base.coords;for(let e in i)`name`in i[e]||(i[e].name=e);this.coords=i;let a=t.white??this.base.white??`D65`;for(let e in this.white=PI(a),this.formats=t.formats??{},this.formats){let t=this.formats[e];t.type||=`function`,t.name||=e}(n=r=this.formats.color)?.id||(this.formats.color={...this.formats.color??{},id:t.cssId||this.id}),t.gamutSpace?this.gamutSpace=t.gamutSpace===`self`?this:e.get(t.gamutSpace):this.isPolar?this.gamutSpace=this.base:this.gamutSpace=this,this.gamutSpace.isUnbounded&&(this.inGamut=(e,t)=>!0),this.referred=t.referred,Object.defineProperty(this,`path`,{value:HI(this).reverse(),writable:!1,enumerable:!0,configurable:!0}),jI.run(`colorspace-init-end`,this)}inGamut(e,{epsilon:t=BI}={}){if(!this.equals(this.gamutSpace))return e=this.to(this.gamutSpace,e),this.gamutSpace.inGamut(e,{epsilon:t});let n=Object.values(this.coords);return e.every((e,r)=>{let i=n[r];if(i.type!==`angle`&&i.range){if(Number.isNaN(e))return!0;let[n,r]=i.range;return(n===void 0||e>=n-t)&&(r===void 0||e<=r+t)}return!0})}get isUnbounded(){return Object.values(this.coords).every(e=>!(`range`in e))}get cssId(){var e;return((e=this.formats)==null||(e=e.color)==null?void 0:e.id)||this.id}get isPolar(){for(let e in this.coords)if(this.coords[e].type===`angle`)return!0;return!1}getFormat(e){if(typeof e==`object`)return e=UI(e,this),e;let t;return t=e===`default`?Object.values(this.formats)[0]:this.formats[e],t?(t=UI(t,this),t):null}equals(e){return e?this===e||this.id===e||this.id===e.id:!1}to(t,n){if(arguments.length===1){let e=zI(t);[t,n]=[e.space,e.coords]}if(t=e.get(t),this.equals(t))return n;n=n.map(e=>Number.isNaN(e)?0:e);let r=this.path,i=t.path,a,o;for(let e=0;e<r.length&&r[e].equals(i[e]);e++)a=r[e],o=e;if(!a)throw Error(`Cannot convert between color spaces ${this} and ${t}: no connection space was found`);for(let e=r.length-1;e>o;e--)n=r[e].toBase(n);for(let e=o+1;e<i.length;e++)n=i[e].fromBase(n);return n}from(t,n){if(arguments.length===1){let e=zI(t);[t,n]=[e.space,e.coords]}return t=e.get(t),t.to(this,n)}toString(){return`${this.name} (${this.id})`}getMinCoords(){let e=[];for(let t in this.coords){let n=this.coords[t],r=n.range||n.refRange;e.push(r?.min??0)}return e}static get all(){return[...new Set(Object.values(e.registry))]}static register(e,t){if(arguments.length===1&&(t=arguments[0],e=t.id),t=this.get(t),this.registry[e]&&this.registry[e]!==t)throw Error(`Duplicate color space registration: '${e}'`);if(this.registry[e]=t,arguments.length===1&&t.aliases)for(let e of t.aliases)this.register(e,t);return t}static get(t,...n){if(!t||t instanceof e)return t;let r=fI(t);if(r===`string`){let n=e.registry[t.toLowerCase()];if(!n)throw TypeError(`No color space found with id = "${t}"`);return n}if(n.length)return e.get(...n);throw TypeError(`${t} is not a valid color space`)}static resolveCoord(t,n){let r=fI(t),i,a;if(r===`string`?t.includes(`.`)?[i,a]=t.split(`.`):[i,a]=[,t]:Array.isArray(t)?[i,a]=t:(i=t.space,a=t.coordId),i=e.get(i),i||=n,!i)throw TypeError(`Cannot resolve coordinate reference ${t}: No color space specified and relative references are not allowed here`);if(r=fI(a),r===`number`||r===`string`&&a>=0){let e=Object.entries(i.coords)[a];if(e)return{space:i,id:e[0],index:a,...e[1]}}i=e.get(i);let o=a.toLowerCase(),s=0;for(let e in i.coords){var c,l;let t=i.coords[e];if(e.toLowerCase()===o||(c=l=t.name)?.toLowerCase()===o)return{space:i,id:e,index:s,...t};s++}throw TypeError(`No "${a}" coordinate found in ${i.name}. Its coordinates are: ${Object.keys(i.coords).join(`, `)}`)}},sI.defineProperty(lI,`registry`,{}),sI.defineProperty(lI,`DEFAULT_FORMAT`,{type:`functions`,name:`color`}),lI);function HI(e){let t=[e];for(let n=e;n=n.base;)t.push(n);return t}function UI(e,{coords:t}={}){if(e.coords&&!e.coordGrammar){e.type||=`function`,e.name||=`color`,e.coordGrammar=CI(e.coords);let n=Object.entries(t).map(([t,n],r)=>{let i=e.coordGrammar[r][0],a=n.range||n.refRange,o=i.range,s=``;return i==`<percentage>`?(o=[0,100],s=`%`):i==`<angle>`&&(s=`deg`),{fromRange:a,toRange:o,suffix:s}});e.serializeCoords=(e,t)=>e.map((e,r)=>{let{fromRange:i,toRange:a,suffix:o}=n[r];return i&&a&&(e=SI(i,a,e)),e=pI(e,{precision:t,unit:o}),e})}return e}var WI=new VI({id:`xyz-d65`,name:`XYZ D65`,coords:{x:{name:`X`},y:{name:`Y`},z:{name:`Z`}},white:`D65`,formats:{color:{ids:[`xyz-d65`,`xyz`]}},aliases:[`xyz`]}),GI=class extends VI{constructor(e){e.coords||={r:{range:[0,1],name:`Red`},g:{range:[0,1],name:`Green`},b:{range:[0,1],name:`Blue`}},e.base||=WI,e.toXYZ_M&&e.fromXYZ_M&&(e.toBase??=t=>{let n=uI(e.toXYZ_M,t);return this.white!==this.base.white&&(n=FI(this.white,this.base.white,n)),n},e.fromBase??=t=>(t=FI(this.base.white,this.white,t),uI(e.fromXYZ_M,t))),e.referred??=`display`,super(e)}};function KI(e,t){return e=zI(e),!t||e.space.equals(t)?e.coords.slice():(t=VI.get(t),t.from(e))}function qI(e,t){e=zI(e);let{space:n,index:r}=VI.resolveCoord(t,e.space),i=KI(e,n);return i[r]}function JI(e,t,n){return e=zI(e),t=VI.get(t),e.coords=t.to(e.space,n),e}JI.returns=`color`;function YI(e,t,n){if(e=zI(e),arguments.length===2&&fI(arguments[1])===`object`){let t=arguments[1];for(let n in t)YI(e,n,t[n])}else{typeof n==`function`&&(n=n(qI(e,t)));let{space:r,index:i}=VI.resolveCoord(t,e.space),a=KI(e,r);a[i]=n,JI(e,r,a)}return e}YI.returns=`color`;var XI=new VI({id:`xyz-d50`,name:`XYZ D50`,white:`D50`,base:WI,fromBase:e=>FI(WI.white,`D50`,e),toBase:e=>FI(`D50`,WI.white,e)});const ZI=216/24389,QI=24/116,$I=24389/27;let eL=NI.D50;var tL=new VI({id:`lab`,name:`Lab`,coords:{l:{refRange:[0,100],name:`Lightness`},a:{refRange:[-125,125]},b:{refRange:[-125,125]}},white:eL,base:XI,fromBase(e){let t=e.map((e,t)=>e/eL[t]),n=t.map(e=>e>ZI?Math.cbrt(e):($I*e+16)/116);return[116*n[1]-16,500*(n[0]-n[1]),200*(n[1]-n[2])]},toBase(e){let t=[];t[1]=(e[0]+16)/116,t[0]=e[1]/500+t[1],t[2]=t[1]-e[2]/200;let n=[t[0]>QI?t[0]**3:(116*t[0]-16)/$I,e[0]>8?((e[0]+16)/116)**3:e[0]/$I,t[2]>QI?t[2]**3:(116*t[2]-16)/$I];return n.map((e,t)=>e*eL[t])},formats:{lab:{coords:[`<number> | <percentage>`,`<number> | <percentage>[-1,1]`,`<number> | <percentage>[-1,1]`]}}});function nL(e){return(e%360+360)%360}function rL(e,t){if(e===`raw`)return t;let[n,r]=t.map(nL),i=r-n;return e===`increasing`?i<0&&(r+=360):e===`decreasing`?i>0&&(n+=360):e===`longer`?-180<i&&i<180&&(i>0?n+=360:r+=360):e===`shorter`&&(i>180?n+=360:i<-180&&(r+=360)),[n,r]}var iL=new VI({id:`lch`,name:`LCH`,coords:{l:{refRange:[0,100],name:`Lightness`},c:{refRange:[0,150],name:`Chroma`},h:{refRange:[0,360],type:`angle`,name:`Hue`}},base:tL,fromBase(e){let[t,n,r]=e,i,a=.02;return i=Math.abs(n)<a&&Math.abs(r)<a?NaN:Math.atan2(r,n)*180/Math.PI,[t,Math.sqrt(n**2+r**2),nL(i)]},toBase(e){let[t,n,r]=e;return n<0&&(n=0),isNaN(r)&&(r=0),[t,n*Math.cos(r*Math.PI/180),n*Math.sin(r*Math.PI/180)]},formats:{lch:{coords:[`<number> | <percentage>`,`<number> | <percentage>`,`<number> | <angle>`]}}});const aL=25**7,oL=Math.PI,sL=180/oL,cL=oL/180;function lL(e){let t=e*e,n=t*t*t*e;return n}function uL(e,t,{kL:n=1,kC:r=1,kH:i=1}={}){[e,t]=zI([e,t]);let[a,o,s]=tL.from(e),c=iL.from(tL,[a,o,s])[1],[l,u,d]=tL.from(t),f=iL.from(tL,[l,u,d])[1];c<0&&(c=0),f<0&&(f=0);let p=(c+f)/2,m=lL(p),h=.5*(1-Math.sqrt(m/(m+aL))),g=(1+h)*o,_=(1+h)*u,v=Math.sqrt(g**2+s**2),y=Math.sqrt(_**2+d**2),b=g===0&&s===0?0:Math.atan2(s,g),x=_===0&&d===0?0:Math.atan2(d,_);b<0&&(b+=2*oL),x<0&&(x+=2*oL),b*=sL,x*=sL;let S=l-a,ee=y-v,te=x-b,ne=b+x,re=Math.abs(te),ie;v*y===0?ie=0:re<=180?ie=te:te>180?ie=te-360:te<-180?ie=te+360:MI.warn(`the unthinkable has happened`);let ae=2*Math.sqrt(y*v)*Math.sin(ie*cL/2),oe=(a+l)/2,se=(v+y)/2,ce=lL(se),le;le=v*y===0?ne:re<=180?ne/2:ne<360?(ne+360)/2:(ne-360)/2;let ue=(oe-50)**2,de=1+.015*ue/Math.sqrt(20+ue),fe=1+.045*se,pe=1;pe-=.17*Math.cos((le-30)*cL),pe+=.24*Math.cos(2*le*cL),pe+=.32*Math.cos((3*le+6)*cL),pe-=.2*Math.cos((4*le-63)*cL);let me=1+.015*se*pe,he=30*Math.exp(-1*((le-275)/25)**2),ge=2*Math.sqrt(ce/(ce+aL)),_e=-1*Math.sin(2*he*cL)*ge,ve=(S/(n*de))**2;return ve+=(ee/(r*fe))**2,ve+=(ae/(i*me))**2,ve+=_e*(ee/(r*fe))*(ae/(i*me)),Math.sqrt(ve)}const dL=[[.819022437996703,.3619062600528904,-.1288737815209879],[.0329836539323885,.9292868615863434,.0361446663506424],[.0481771893596242,.2642395317527308,.6335478284694309]],fL=[[1.2268798758459243,-.5578149944602171,.2813910456659647],[-.0405757452148008,1.112286803280317,-.0717110580655164],[-.0763729366746601,-.4214933324022432,1.5869240198367816]],pL=[[.210454268309314,.7936177747023054,-.0040720430116193],[1.9779985324311684,-2.42859224204858,.450593709617411],[.0259040424655478,.7827717124575296,-.8086757549230774]],mL=[[1,.3963377773761749,.2158037573099136],[1,-.1055613458156586,-.0638541728258133],[1,-.0894841775298119,-1.2914855480194092]];var hL=new VI({id:`oklab`,name:`Oklab`,coords:{l:{refRange:[0,1],name:`Lightness`},a:{refRange:[-.4,.4]},b:{refRange:[-.4,.4]}},white:`D65`,base:WI,fromBase(e){let t=uI(dL,e),n=t.map(e=>Math.cbrt(e));return uI(pL,n)},toBase(e){let t=uI(mL,e),n=t.map(e=>e**3);return uI(fL,n)},formats:{oklab:{coords:[`<percentage> | <number>`,`<number> | <percentage>[-1,1]`,`<number> | <percentage>[-1,1]`]}}});function gL(e,t){[e,t]=zI([e,t]);let[n,r,i]=hL.from(e),[a,o,s]=hL.from(t),c=n-a,l=r-o,u=i-s;return Math.sqrt(c**2+l**2+u**2)}const _L=75e-6;function vL(e,t,{epsilon:n=_L}={}){e=zI(e),t||=e.space,t=VI.get(t);let r=e.coords;return t!==e.space&&(r=t.from(e)),t.inGamut(r,{epsilon:n})}function yL(e){return{space:e.space,coords:e.coords.slice(),alpha:e.alpha}}function bL(e,t,n=`lab`){n=VI.get(n);let r=n.from(e),i=n.from(t);return Math.sqrt(r.reduce((e,t,n)=>{let r=i[n];return isNaN(t)||isNaN(r)?e:e+(r-t)**2},0))}function xL(e,t){return bL(e,t,`lab`)}const SL=Math.PI,CL=SL/180;function wL(e,t,{l:n=2,c:r=1}={}){[e,t]=zI([e,t]);let[i,a,o]=tL.from(e),[,s,c]=iL.from(tL,[i,a,o]),[l,u,d]=tL.from(t),f=iL.from(tL,[l,u,d])[1];s<0&&(s=0),f<0&&(f=0);let p=i-l,m=s-f,h=a-u,g=o-d,_=h**2+g**2-m**2,v=.511;i>=16&&(v=.040975*i/(1+.01765*i));let y=.0638*s/(1+.0131*s)+.638,b;Number.isNaN(c)&&(c=0),b=c>=164&&c<=345?.56+Math.abs(.2*Math.cos((c+168)*CL)):.36+Math.abs(.4*Math.cos((c+35)*CL));let x=s**4,S=Math.sqrt(x/(x+1900)),ee=y*(S*b+1-S),te=(p/(n*v))**2;return te+=(m/(r*y))**2,te+=_/ee**2,Math.sqrt(te)}const TL=203;var EL=new VI({id:`xyz-abs-d65`,cssId:`--xyz-abs-d65`,name:`Absolute XYZ D65`,coords:{x:{refRange:[0,9504.7],name:`Xa`},y:{refRange:[0,1e4],name:`Ya`},z:{refRange:[0,10888.3],name:`Za`}},base:WI,fromBase(e){return e.map(e=>Math.max(e*TL,0))},toBase(e){return e.map(e=>Math.max(e/TL,0))}});const DL=1.15,OL=.66,kL=2610/2**14,AL=2**14/2610,jL=3424/2**12,ML=2413/2**7,NL=2392/2**7,PL=1.7*2523/2**5,FL=2**5/(1.7*2523),IL=-.56,LL=16295499532821565e-27,RL=[[.41478972,.579999,.014648],[-.20151,1.120649,.0531008],[-.0166008,.2648,.6684799]],zL=[[1.9242264357876067,-1.0047923125953657,.037651404030618],[.35031676209499907,.7264811939316552,-.06538442294808501],[-.09098281098284752,-.3127282905230739,1.5227665613052603]],BL=[[.5,.5,0],[3.524,-4.066708,.542708],[.199076,1.096799,-1.295875]],VL=[[1,.1386050432715393,.05804731615611886],[.9999999999999999,-.1386050432715393,-.05804731615611886],[.9999999999999998,-.09601924202631895,-.8118918960560388]];var HL=new VI({id:`jzazbz`,name:`Jzazbz`,coords:{jz:{refRange:[0,1],name:`Jz`},az:{refRange:[-.5,.5]},bz:{refRange:[-.5,.5]}},base:EL,fromBase(e){let[t,n,r]=e,i=DL*t-(DL-1)*r,a=OL*n-(OL-1)*t,o=uI(RL,[i,a,r]),s=o.map(function(e){let t=jL+ML*(e/1e4)**kL,n=1+NL*(e/1e4)**kL;return(t/n)**PL}),[c,l,u]=uI(BL,s),d=(1+IL)*c/(1+IL*c)-LL;return[d,l,u]},toBase(e){let[t,n,r]=e,i=(t+LL)/(1+IL-IL*(t+LL)),a=uI(VL,[i,n,r]),o=a.map(function(e){let t=jL-e**FL,n=NL*e**FL-ML,r=1e4*(t/n)**AL;return r}),[s,c,l]=uI(zL,o),u=(s+(DL-1)*l)/DL,d=(c+(OL-1)*u)/OL;return[u,d,l]},formats:{color:{coords:[`<number> | <percentage>`,`<number> | <percentage>[-1,1]`,`<number> | <percentage>[-1,1]`]}}}),UL=new VI({id:`jzczhz`,name:`JzCzHz`,coords:{jz:{refRange:[0,1],name:`Jz`},cz:{refRange:[0,1],name:`Chroma`},hz:{refRange:[0,360],type:`angle`,name:`Hue`}},base:HL,fromBase(e){let[t,n,r]=e,i,a=2e-4;return i=Math.abs(n)<a&&Math.abs(r)<a?NaN:Math.atan2(r,n)*180/Math.PI,[t,Math.sqrt(n**2+r**2),nL(i)]},toBase(e){return[e[0],e[1]*Math.cos(e[2]*Math.PI/180),e[1]*Math.sin(e[2]*Math.PI/180)]}});function WL(e,t){[e,t]=zI([e,t]);let[n,r,i]=UL.from(e),[a,o,s]=UL.from(t),c=n-a,l=r-o;Number.isNaN(i)&&Number.isNaN(s)?(i=0,s=0):Number.isNaN(i)?i=s:Number.isNaN(s)&&(s=i);let u=i-s,d=2*Math.sqrt(r*o)*Math.sin(u/2*(Math.PI/180));return Math.sqrt(c**2+l**2+d**2)}const GL=3424/4096,KL=2413/128,qL=2392/128,JL=2610/16384,YL=2523/32,XL=16384/2610,ZL=32/2523,QL=[[.3592832590121217,.6976051147779502,-.035891593232029],[-.1920808463704993,1.100476797037432,.0753748658519118],[.0070797844607479,.0748396662186362,.8433265453898765]],$L=[[2048/4096,2048/4096,0],[6610/4096,-13613/4096,7003/4096],[17933/4096,-17390/4096,-543/4096]],eR=[[.9999999999999998,.0086090370379328,.111029625003026],[.9999999999999998,-.0086090370379328,-.1110296250030259],[.9999999999999998,.5600313357106791,-.3206271749873188]],tR=[[2.0701522183894223,-1.3263473389671563,.2066510476294053],[.3647385209748072,.6805660249472273,-.0453045459220347],[-.0497472075358123,-.0492609666966131,1.1880659249923042]];var nR=new VI({id:`ictcp`,name:`ICTCP`,coords:{i:{refRange:[0,1],name:`I`},ct:{refRange:[-.5,.5],name:`CT`},cp:{refRange:[-.5,.5],name:`CP`}},base:EL,fromBase(e){let t=uI(QL,e);return rR(t)},toBase(e){let t=iR(e);return uI(tR,t)}});function rR(e){let t=e.map(function(e){let t=GL+KL*(e/1e4)**JL,n=1+qL*(e/1e4)**JL;return(t/n)**YL});return uI($L,t)}function iR(e){let t=uI(eR,e),n=t.map(function(e){let t=Math.max(e**ZL-GL,0),n=KL-qL*e**ZL;return 1e4*(t/n)**XL});return n}function aR(e,t){[e,t]=zI([e,t]);let[n,r,i]=nR.from(e),[a,o,s]=nR.from(t);return 720*Math.sqrt((n-a)**2+.25*(r-o)**2+(i-s)**2)}const oR=NI.D65,sR=.42,cR=1/sR,lR=2*Math.PI,uR=[[.401288,.650173,-.051461],[-.250268,1.204414,.045854],[-.002079,.048952,.953127]],dR=[[1.8620678550872327,-1.0112546305316843,.14918677544445175],[.38752654323613717,.6214474419314753,-.008973985167612518],[-.015841498849333856,-.03412293802851557,1.0499644368778496]],fR=[[460,451,288],[460,-891,-261],[460,-220,-6300]],pR={dark:[.8,.525,.8],dim:[.9,.59,.9],average:[1,.69,1]},mR={h:[20.14,90,164.25,237.53,380.14],e:[.8,.7,1,1.2,.8],H:[0,100,200,300,400]},hR=180/Math.PI,gR=Math.PI/180;function _R(e,t){let n=e.map(e=>{let n=EI(t*Math.abs(e)*.01,sR);return 400*TI(n,e)/(n+27.13)});return n}function vR(e,t){let n=100/t*27.13**cR;return e.map(e=>{let t=Math.abs(e);return TI(n*EI(t/(400-t),cR),e)})}function yR(e){let t=nL(e);t<=mR.h[0]&&(t+=360);let n=OI(mR.h,t)-1,[r,i]=mR.h.slice(n,n+2),[a,o]=mR.e.slice(n,n+2),s=mR.H[n],c=(t-r)/a;return s+100*c/(c+(i-t)/o)}function bR(e){let t=(e%400+400)%400,n=Math.floor(.01*t);t%=100;let[r,i]=mR.h.slice(n,n+2),[a,o]=mR.e.slice(n,n+2);return nL((t*(o*r-a*i)-100*r*o)/(t*(o-a)-100*o))}function xR(e,t,n,r,i){let a={};a.discounting=i,a.refWhite=e,a.surround=r;let o=e.map(e=>e*100);a.la=t,a.yb=n;let s=o[1],c=uI(uR,o);r=pR[a.surround];let l=r[0];a.c=r[1],a.nc=r[2];let u=1/(5*a.la+1),d=u**4;a.fl=d*a.la+.1*(1-d)*(1-d)*Math.cbrt(5*a.la),a.flRoot=a.fl**.25,a.n=a.yb/s,a.z=1.48+Math.sqrt(a.n),a.nbb=.725*a.n**-.2,a.ncb=a.nbb;let f=i?1:Math.max(Math.min(l*(1-1/3.6*Math.exp((-a.la-42)/92)),1),0);a.dRgb=c.map(e=>bI(1,s/e,f)),a.dRgbInv=a.dRgb.map(e=>1/e);let p=c.map((e,t)=>e*a.dRgb[t]),m=_R(p,a.fl);return a.aW=a.nbb*(2*m[0]+m[1]+.05*m[2]),a}const SR=xR(oR,64/Math.PI*.2,20,`average`,!1);function CR(e,t){if(!(e.J!==void 0^e.Q!==void 0))throw Error(`Conversion requires one and only one: 'J' or 'Q'`);if(!(e.C!==void 0^e.M!==void 0^e.s!==void 0))throw Error(`Conversion requires one and only one: 'C', 'M' or 's'`);if(!(e.h!==void 0^e.H!==void 0))throw Error(`Conversion requires one and only one: 'h' or 'H'`);if(e.J===0||e.Q===0)return[0,0,0];let n=0;n=e.h===void 0?bR(e.H)*gR:nL(e.h)*gR;let r=Math.cos(n),i=Math.sin(n),a=0;e.J===void 0?e.Q!==void 0&&(a=.25*t.c*e.Q/((t.aW+4)*t.flRoot)):a=EI(e.J,1/2)*.1;let o=0;e.C===void 0?e.M===void 0?e.s!==void 0&&(o=4e-4*e.s**2*(t.aW+4)/t.c):o=e.M/t.flRoot/a:o=e.C/a;let s=EI(o*(1.64-.29**t.n)**-.73,10/9),c=.25*(Math.cos(n+2)+3.8),l=t.aW*EI(a,2/t.c/t.z),u=5e4/13*t.nc*t.ncb*c,d=l/t.nbb,f=23*(d+.305)*DI(s,23*u+s*(11*r+108*i)),p=f*r,m=f*i,h=vR(uI(fR,[d,p,m]).map(e=>e*1/1403),t.fl);return uI(dR,h.map((e,n)=>e*t.dRgbInv[n])).map(e=>e/100)}function wR(e,t){let n=e.map(e=>e*100),r=_R(uI(uR,n).map((e,n)=>e*t.dRgb[n]),t.fl),i=r[0]+(-12*r[1]+r[2])/11,a=(r[0]+r[1]-2*r[2])/9,o=(Math.atan2(a,i)%lR+lR)%lR,s=.25*(Math.cos(o+2)+3.8),c=5e4/13*t.nc*t.ncb*DI(s*Math.sqrt(i**2+a**2),r[0]+r[1]+1.05*r[2]+.305),l=EI(c,.9)*(1.64-.29**t.n)**.73,u=t.nbb*(2*r[0]+r[1]+.05*r[2]),d=EI(u/t.aW,.5*t.c*t.z),f=100*EI(d,2),p=4/t.c*d*(t.aW+4)*t.flRoot,m=l*d,h=m*t.flRoot,g=nL(o*hR),_=yR(g),v=50*EI(t.c*l/(t.aW+4),1/2);return{J:f,C:m,h:g,s:v,Q:p,M:h,H:_}}var TR=new VI({id:`cam16-jmh`,cssId:`--cam16-jmh`,name:`CAM16-JMh`,coords:{j:{refRange:[0,100],name:`J`},m:{refRange:[0,105],name:`Colorfulness`},h:{refRange:[0,360],type:`angle`,name:`Hue`}},base:WI,fromBase(e){let t=wR(e,SR);return[t.J,t.M,t.h]},toBase(e){return CR({J:e[0],M:e[1],h:e[2]},SR)}});const ER=NI.D65,DR=216/24389,OR=24389/27;function kR(e){let t=e>DR?Math.cbrt(e):(OR*e+16)/116;return 116*t-16}function AR(e){return e>8?((e+16)/116)**3:e/OR}function jR(e,t){let[n,r,i]=e,a=[],o=0;if(i===0)return[0,0,0];let s=AR(i);o=i>0?.00379058511492914*i**2+.608983189401032*i+.9155088574762233:9514440756550361e-21*i**2+.08693057439788597*i-21.928975842194614;let c=2e-12,l=15,u=0,d=1/0;for(;u<=l;){a=CR({J:o,C:r,h:n},t);let e=Math.abs(a[1]-s);if(e<d){if(e<=c)return a;d=e}o-=(a[1]-s)*o/(2*a[1]),u+=1}return CR({J:o,C:r,h:n},t)}function MR(e,t){let n=kR(e[1]);if(n===0)return[0,0,0];let r=wR(e,NR);return[nL(r.h),r.C,n]}const NR=xR(ER,200/Math.PI*AR(50),AR(50)*100,`average`,!1);var PR=new VI({id:`hct`,name:`HCT`,coords:{h:{refRange:[0,360],type:`angle`,name:`Hue`},c:{refRange:[0,145],name:`Colorfulness`},t:{refRange:[0,100],name:`Tone`}},base:WI,fromBase(e){return MR(e)},toBase(e){return jR(e,NR)},formats:{color:{id:`--hct`,coords:[`<number> | <angle>`,`<percentage> | <number>`,`<percentage> | <number>`]}}});const FR=Math.PI/180,IR=[1,.007,.0228];function LR(e){e[1]<0&&(e=PR.fromBase(PR.toBase(e)));let t=Math.log(Math.max(1+IR[2]*e[1]*NR.flRoot,1))/IR[2],n=e[0]*FR,r=t*Math.cos(n),i=t*Math.sin(n);return[e[2],r,i]}function RR(e,t){[e,t]=zI([e,t]);let[n,r,i]=LR(PR.from(e)),[a,o,s]=LR(PR.from(t));return Math.sqrt((n-a)**2+(r-o)**2+(i-s)**2)}var zR={deltaE76:xL,deltaECMC:wL,deltaE2000:uL,deltaEJz:WL,deltaEITP:aR,deltaEOK:gL,deltaEHCT:RR};function BR(e){let t=e?Math.floor(Math.log10(Math.abs(e))):0;return Math.max(parseFloat(`1e${t-2}`),1e-6)}const VR={hct:{method:`hct.c`,jnd:2,deltaEMethod:`hct`,blackWhiteClamp:{}},"hct-tonal":{method:`hct.c`,jnd:0,deltaEMethod:`hct`,blackWhiteClamp:{channel:`hct.t`,min:0,max:100}}};function HR(e,{method:t=MI.gamut_mapping,space:n=void 0,deltaEMethod:r=``,jnd:i=2,blackWhiteClamp:a={}}={}){if(e=zI(e),dI(arguments[1])?n=arguments[1]:n||=e.space,n=VI.get(n),vL(e,n,{epsilon:0}))return e;let o;if(t===`css`)o=WR(e,{space:n});else{if(t!==`clip`&&!vL(e,n)){Object.prototype.hasOwnProperty.call(VR,t)&&({method:t,jnd:i,deltaEMethod:r,blackWhiteClamp:a}=VR[t]);let s=uL;if(r!==``){for(let e in zR)if(`deltae`+r.toLowerCase()===e.toLowerCase()){s=zR[e];break}}let c=HR(GR(e,n),{method:`clip`,space:n});if(s(e,c)>i){if(Object.keys(a).length===3){let t=VI.resolveCoord(a.channel),n=qI(GR(e,t.space),t.id);if(mI(n)&&(n=0),n>=a.max)return GR({space:`xyz-d65`,coords:NI.D65},e.space);if(n<=a.min)return GR({space:`xyz-d65`,coords:[0,0,0]},e.space)}let r=VI.resolveCoord(t),c=r.space,l=r.id,u=GR(e,c);u.coords.forEach((e,t)=>{mI(e)&&(u.coords[t]=0)});let d=r.range||r.refRange,f=d[0],p=BR(i),m=f,h=qI(u,l);for(;h-m>p;){let e=yL(u);e=HR(e,{space:n,method:`clip`});let t=s(u,e);t-i<p?m=qI(u,l):h=qI(u,l),YI(u,l,(m+h)/2)}o=GR(u,n)}else o=c}else o=GR(e,n);if(t===`clip`||!vL(o,n,{epsilon:0})){let e=Object.values(n.coords).map(e=>e.range||[]);o.coords=o.coords.map((t,n)=>{let[r,i]=e[n];return r!==void 0&&(t=Math.max(r,t)),i!==void 0&&(t=Math.min(t,i)),t})}}return n!==e.space&&(o=GR(o,e.space)),e.coords=o.coords,e}HR.returns=`color`;const UR={WHITE:{space:hL,coords:[1,0,0]},BLACK:{space:hL,coords:[0,0,0]}};function WR(e,{space:t}={}){let n=.02,r=1e-4;e=zI(e),t||=e.space,t=VI.get(t);let i=VI.get(`oklch`);if(t.isUnbounded)return GR(e,t);let a=GR(e,i),o=a.coords[0];if(o>=1){let n=GR(UR.WHITE,t);return n.alpha=e.alpha,GR(n,t)}if(o<=0){let n=GR(UR.BLACK,t);return n.alpha=e.alpha,GR(n,t)}if(vL(a,t,{epsilon:0}))return GR(a,t);function s(e){let n=GR(e,t),r=Object.values(t.coords);return n.coords=n.coords.map((e,t)=>{if(`range`in r[t]){let[n,i]=r[t].range;return wI(n,e,i)}return e}),n}let c=0,l=a.coords[1],u=!0,d=yL(a),f=s(d),p=gL(f,d);if(p<n)return f;for(;l-c>r;){let e=(c+l)/2;if(d.coords[1]=e,u&&vL(d,t,{epsilon:0}))c=e;else if(f=s(d),p=gL(f,d),p<n){if(n-p<r)break;u=!1,c=e}else l=e}return f}function GR(e,t,{inGamut:n}={}){e=zI(e),t=VI.get(t);let r=t.from(e),i={space:t,coords:r,alpha:e.alpha};return n&&(i=HR(i,n===!0?void 0:n)),i}GR.returns=`color`;function KR(e,{precision:t=MI.precision,format:n=`default`,inGamut:r=!0,...i}={}){let a;e=zI(e);let o=n;n=e.space.getFormat(n)??e.space.getFormat(`default`)??VI.DEFAULT_FORMAT;let s=e.coords.slice();if(r||=n.toGamut,r&&!vL(e)&&(s=HR(yL(e),r===!0?void 0:r).coords),n.type===`custom`)if(i.precision=t,n.serialize)a=n.serialize(s,e.alpha,i);else throw TypeError(`format ${o} can only be used to parse colors, not for serialization`);else{let r=n.name||`color`;n.serializeCoords?s=n.serializeCoords(s,t):t!==null&&(s=s.map(e=>pI(e,{precision:t})));let i=[...s];if(r===`color`){var c,l;let t=n.id||(c=l=n.ids)?.[0]||e.space.id;i.unshift(t)}let o=e.alpha;t!==null&&(o=pI(o,{precision:t}));let u=e.alpha>=1||n.noAlpha?``:`${n.commas?`,`:` /`} ${o}`;a=`${r}(${i.join(n.commas?`, `:` `)}${u})`}return a}const qR=[[.6369580483012914,.14461690358620832,.1688809751641721],[.2627002120112671,.6779980715188708,.05930171646986196],[0,.028072693049087428,1.060985057710791]],JR=[[1.716651187971268,-.355670783776392,-.25336628137366],[-.666684351832489,1.616481236634939,.0157685458139111],[.017639857445311,-.042770613257809,.942103121235474]];var YR=new GI({id:`rec2020-linear`,cssId:`--rec2020-linear`,name:`Linear REC.2020`,white:`D65`,toXYZ_M:qR,fromXYZ_M:JR});const XR=1.09929682680944,ZR=.018053968510807;var QR=new GI({id:`rec2020`,name:`REC.2020`,base:YR,toBase(e){return e.map(function(e){return e<ZR*4.5?e/4.5:((e+XR-1)/XR)**(1/.45)})},fromBase(e){return e.map(function(e){return e>=ZR?XR*e**.45-(XR-1):4.5*e})}});const $R=[[.4865709486482162,.26566769316909306,.1982172852343625],[.2289745640697488,.6917385218365064,.079286914093745],[0,.04511338185890264,1.043944368900976]],ez=[[2.493496911941425,-.9313836179191239,-.40271078445071684],[-.8294889695615747,1.7626640603183463,.023624685841943577],[.03584583024378447,-.07617238926804182,.9568845240076872]];var tz=new GI({id:`p3-linear`,cssId:`--display-p3-linear`,name:`Linear P3`,white:`D65`,toXYZ_M:$R,fromXYZ_M:ez});const nz=[[.41239079926595934,.357584339383878,.1804807884018343],[.21263900587151027,.715168678767756,.07219231536073371],[.01933081871559182,.11919477979462598,.9505321522496607]],rz=[[3.2409699419045226,-1.537383177570094,-.4986107602930034],[-.9692436362808796,1.8759675015077202,.04155505740717559],[.05563007969699366,-.20397695888897652,1.0569715142428786]];var iz=new GI({id:`srgb-linear`,name:`Linear sRGB`,white:`D65`,toXYZ_M:nz,fromXYZ_M:rz}),az={aliceblue:[240/255,248/255,1],antiquewhite:[250/255,235/255,215/255],aqua:[0,1,1],aquamarine:[127/255,1,212/255],azure:[240/255,1,1],beige:[245/255,245/255,220/255],bisque:[1,228/255,196/255],black:[0,0,0],blanchedalmond:[1,235/255,205/255],blue:[0,0,1],blueviolet:[138/255,43/255,226/255],brown:[165/255,42/255,42/255],burlywood:[222/255,184/255,135/255],cadetblue:[95/255,158/255,160/255],chartreuse:[127/255,1,0],chocolate:[210/255,105/255,30/255],coral:[1,127/255,80/255],cornflowerblue:[100/255,149/255,237/255],cornsilk:[1,248/255,220/255],crimson:[220/255,20/255,60/255],cyan:[0,1,1],darkblue:[0,0,139/255],darkcyan:[0,139/255,139/255],darkgoldenrod:[184/255,134/255,11/255],darkgray:[169/255,169/255,169/255],darkgreen:[0,100/255,0],darkgrey:[169/255,169/255,169/255],darkkhaki:[189/255,183/255,107/255],darkmagenta:[139/255,0,139/255],darkolivegreen:[85/255,107/255,47/255],darkorange:[1,140/255,0],darkorchid:[153/255,50/255,204/255],darkred:[139/255,0,0],darksalmon:[233/255,150/255,122/255],darkseagreen:[143/255,188/255,143/255],darkslateblue:[72/255,61/255,139/255],darkslategray:[47/255,79/255,79/255],darkslategrey:[47/255,79/255,79/255],darkturquoise:[0,206/255,209/255],darkviolet:[148/255,0,211/255],deeppink:[1,20/255,147/255],deepskyblue:[0,191/255,1],dimgray:[105/255,105/255,105/255],dimgrey:[105/255,105/255,105/255],dodgerblue:[30/255,144/255,1],firebrick:[178/255,34/255,34/255],floralwhite:[1,250/255,240/255],forestgreen:[34/255,139/255,34/255],fuchsia:[1,0,1],gainsboro:[220/255,220/255,220/255],ghostwhite:[248/255,248/255,1],gold:[1,215/255,0],goldenrod:[218/255,165/255,32/255],gray:[128/255,128/255,128/255],green:[0,128/255,0],greenyellow:[173/255,1,47/255],grey:[128/255,128/255,128/255],honeydew:[240/255,1,240/255],hotpink:[1,105/255,180/255],indianred:[205/255,92/255,92/255],indigo:[75/255,0,130/255],ivory:[1,1,240/255],khaki:[240/255,230/255,140/255],lavender:[230/255,230/255,250/255],lavenderblush:[1,240/255,245/255],lawngreen:[124/255,252/255,0],lemonchiffon:[1,250/255,205/255],lightblue:[173/255,216/255,230/255],lightcoral:[240/255,128/255,128/255],lightcyan:[224/255,1,1],lightgoldenrodyellow:[250/255,250/255,210/255],lightgray:[211/255,211/255,211/255],lightgreen:[144/255,238/255,144/255],lightgrey:[211/255,211/255,211/255],lightpink:[1,182/255,193/255],lightsalmon:[1,160/255,122/255],lightseagreen:[32/255,178/255,170/255],lightskyblue:[135/255,206/255,250/255],lightslategray:[119/255,136/255,153/255],lightslategrey:[119/255,136/255,153/255],lightsteelblue:[176/255,196/255,222/255],lightyellow:[1,1,224/255],lime:[0,1,0],limegreen:[50/255,205/255,50/255],linen:[250/255,240/255,230/255],magenta:[1,0,1],maroon:[128/255,0,0],mediumaquamarine:[102/255,205/255,170/255],mediumblue:[0,0,205/255],mediumorchid:[186/255,85/255,211/255],mediumpurple:[147/255,112/255,219/255],mediumseagreen:[60/255,179/255,113/255],mediumslateblue:[123/255,104/255,238/255],mediumspringgreen:[0,250/255,154/255],mediumturquoise:[72/255,209/255,204/255],mediumvioletred:[199/255,21/255,133/255],midnightblue:[25/255,25/255,112/255],mintcream:[245/255,1,250/255],mistyrose:[1,228/255,225/255],moccasin:[1,228/255,181/255],navajowhite:[1,222/255,173/255],navy:[0,0,128/255],oldlace:[253/255,245/255,230/255],olive:[128/255,128/255,0],olivedrab:[107/255,142/255,35/255],orange:[1,165/255,0],orangered:[1,69/255,0],orchid:[218/255,112/255,214/255],palegoldenrod:[238/255,232/255,170/255],palegreen:[152/255,251/255,152/255],paleturquoise:[175/255,238/255,238/255],palevioletred:[219/255,112/255,147/255],papayawhip:[1,239/255,213/255],peachpuff:[1,218/255,185/255],peru:[205/255,133/255,63/255],pink:[1,192/255,203/255],plum:[221/255,160/255,221/255],powderblue:[176/255,224/255,230/255],purple:[128/255,0,128/255],rebeccapurple:[102/255,51/255,153/255],red:[1,0,0],rosybrown:[188/255,143/255,143/255],royalblue:[65/255,105/255,225/255],saddlebrown:[139/255,69/255,19/255],salmon:[250/255,128/255,114/255],sandybrown:[244/255,164/255,96/255],seagreen:[46/255,139/255,87/255],seashell:[1,245/255,238/255],sienna:[160/255,82/255,45/255],silver:[192/255,192/255,192/255],skyblue:[135/255,206/255,235/255],slateblue:[106/255,90/255,205/255],slategray:[112/255,128/255,144/255],slategrey:[112/255,128/255,144/255],snow:[1,250/255,250/255],springgreen:[0,1,127/255],steelblue:[70/255,130/255,180/255],tan:[210/255,180/255,140/255],teal:[0,128/255,128/255],thistle:[216/255,191/255,216/255],tomato:[1,99/255,71/255],turquoise:[64/255,224/255,208/255],violet:[238/255,130/255,238/255],wheat:[245/255,222/255,179/255],white:[1,1,1],whitesmoke:[245/255,245/255,245/255],yellow:[1,1,0],yellowgreen:[154/255,205/255,50/255]};let oz=[,,,].fill(`<percentage> | <number>[0, 255]`),sz=[,,,].fill(`<number>[0, 255]`);var cz=new GI({id:`srgb`,name:`sRGB`,base:iz,fromBase:e=>e.map(e=>{let t=e<0?-1:1,n=e*t;return n>.0031308?t*(1.055*n**(1/2.4)-.055):12.92*e}),toBase:e=>e.map(e=>{let t=e<0?-1:1,n=e*t;return n<=.04045?e/12.92:t*((n+.055)/1.055)**2.4}),formats:{rgb:{coords:oz},rgb_number:{name:`rgb`,commas:!0,coords:sz,noAlpha:!0},color:{},rgba:{coords:oz,commas:!0,lastAlpha:!0},rgba_number:{name:`rgba`,commas:!0,coords:sz},hex:{type:`custom`,toGamut:!0,test:e=>/^#([a-f0-9]{3,4}){1,2}$/i.test(e),parse(e){e.length<=5&&(e=e.replace(/[a-f0-9]/gi,`$&$&`));let t=[];return e.replace(/[a-f0-9]{2}/gi,e=>{t.push(parseInt(e,16)/255)}),{spaceId:`srgb`,coords:t.slice(0,3),alpha:t.slice(3)[0]}},serialize:(e,t,{collapse:n=!0}={})=>{t<1&&e.push(t),e=e.map(e=>Math.round(e*255));let r=n&&e.every(e=>e%17==0),i=e.map(e=>r?(e/17).toString(16):e.toString(16).padStart(2,`0`)).join(``);return`#`+i}},keyword:{type:`custom`,test:e=>/^[a-z]+$/i.test(e),parse(e){e=e.toLowerCase();let t={spaceId:`srgb`,coords:null,alpha:1};if(e===`transparent`?(t.coords=az.black,t.alpha=0):t.coords=az[e],t.coords)return t}}}}),lz=new GI({id:`p3`,cssId:`display-p3`,name:`P3`,base:tz,fromBase:cz.fromBase,toBase:cz.toBase});MI.display_space=cz;let uz;if(typeof CSS<`u`&&CSS.supports)for(let e of[tL,QR,lz]){let t=e.getMinCoords(),n={space:e,coords:t,alpha:1},r=KR(n);if(CSS.supports(`color`,r)){MI.display_space=e;break}}function dz(e,{space:t=MI.display_space,...n}={}){let r=KR(e,n);if(typeof CSS>`u`||CSS.supports(`color`,r)||!MI.display_space)r=new String(r),r.color=e;else{let i=e,a=e.coords.some(mI)||mI(e.alpha);if(a&&!(uz??=CSS.supports(`color`,`hsl(none 50% 50%)`))&&(i=yL(e),i.coords=i.coords.map(hI),i.alpha=hI(i.alpha),r=KR(i,n),CSS.supports(`color`,r)))return r=new String(r),r.color=i,r;i=GR(i,t),r=new String(KR(i,n)),r.color=i}return r}function fz(e,t){return e=zI(e),t=zI(t),e.space===t.space&&e.alpha===t.alpha&&e.coords.every((e,n)=>e===t.coords[n])}function pz(e){return qI(e,[WI,`y`])}function mz(e,t){YI(e,[WI,`y`],t)}function hz(e){Object.defineProperty(e.prototype,`luminance`,{get(){return pz(this)},set(e){mz(this,e)}})}var gz=Object.freeze({__proto__:null,getLuminance:pz,register:hz,setLuminance:mz});function _z(e,t){e=zI(e),t=zI(t);let n=Math.max(pz(e),0),r=Math.max(pz(t),0);return r>n&&([n,r]=[r,n]),(n+.05)/(r+.05)}const vz=.56,yz=.57,bz=.62,xz=.65,Sz=.022,Cz=1.414,wz=.1,Tz=5e-4,Ez=1.14,Dz=.027,Oz=1.14;function kz(e){return e>=Sz?e:e+(Sz-e)**Cz}function Az(e){let t=e<0?-1:1,n=Math.abs(e);return t*n**2.4}function jz(e,t){t=zI(t),e=zI(e);let n,r,i,a,o,s;t=GR(t,`srgb`),[a,o,s]=t.coords;let c=Az(a)*.2126729+Az(o)*.7151522+Az(s)*.072175;e=GR(e,`srgb`),[a,o,s]=e.coords;let l=Az(a)*.2126729+Az(o)*.7151522+Az(s)*.072175,u=kz(c),d=kz(l),f=d>u;return Math.abs(d-u)<Tz?r=0:f?(n=d**vz-u**yz,r=n*Ez):(n=d**xz-u**bz,r=n*Oz),i=Math.abs(r)<wz?0:r>0?r-Dz:r+Dz,i*100}function Mz(e,t){e=zI(e),t=zI(t);let n=Math.max(pz(e),0),r=Math.max(pz(t),0);r>n&&([n,r]=[r,n]);let i=n+r;return i===0?0:(n-r)/i}const Nz=5e4;function Pz(e,t){e=zI(e),t=zI(t);let n=Math.max(pz(e),0),r=Math.max(pz(t),0);return r>n&&([n,r]=[r,n]),r===0?Nz:(n-r)/r}function Fz(e,t){e=zI(e),t=zI(t);let n=qI(e,[tL,`l`]),r=qI(t,[tL,`l`]);return Math.abs(n-r)}const Iz=216/24389,Lz=24/116,Rz=24389/27;let zz=NI.D65;var Bz=new VI({id:`lab-d65`,name:`Lab D65`,coords:{l:{refRange:[0,100],name:`Lightness`},a:{refRange:[-125,125]},b:{refRange:[-125,125]}},white:zz,base:WI,fromBase(e){let t=e.map((e,t)=>e/zz[t]),n=t.map(e=>e>Iz?Math.cbrt(e):(Rz*e+16)/116);return[116*n[1]-16,500*(n[0]-n[1]),200*(n[1]-n[2])]},toBase(e){let t=[];t[1]=(e[0]+16)/116,t[0]=e[1]/500+t[1],t[2]=t[1]-e[2]/200;let n=[t[0]>Lz?t[0]**3:(116*t[0]-16)/Rz,e[0]>8?((e[0]+16)/116)**3:e[0]/Rz,t[2]>Lz?t[2]**3:(116*t[2]-16)/Rz];return n.map((e,t)=>e*zz[t])},formats:{"lab-d65":{coords:[`<number> | <percentage>`,`<number> | <percentage>[-1,1]`,`<number> | <percentage>[-1,1]`]}}});const Vz=5**.5*.5+.5;function Hz(e,t){e=zI(e),t=zI(t);let n=qI(e,[Bz,`l`]),r=qI(t,[Bz,`l`]),i=Math.abs(n**+Vz-r**+Vz),a=i**(1/Vz)*Math.SQRT2-40;return a<7.5?0:a}var Uz=Object.freeze({__proto__:null,contrastAPCA:jz,contrastDeltaPhi:Hz,contrastLstar:Fz,contrastMichelson:Mz,contrastWCAG21:_z,contrastWeber:Pz});function Wz(e,t,n={}){dI(n)&&(n={algorithm:n});let{algorithm:r,...i}=n;if(!r){let e=Object.keys(Uz).map(e=>e.replace(/^contrast/,``)).join(`, `);throw TypeError(`contrast() function needs a contrast algorithm. Please specify one of: ${e}`)}for(let n in e=zI(e),t=zI(t),Uz)if(`contrast`+r.toLowerCase()===n.toLowerCase())return Uz[n](e,t,i);throw TypeError(`Unknown contrast algorithm: ${r}`)}function Gz(e){let[t,n,r]=KI(e,WI),i=t+15*n+3*r;return[4*t/i,9*n/i]}function Kz(e){let[t,n,r]=KI(e,WI),i=t+n+r;return[t/i,n/i]}function qz(e){Object.defineProperty(e.prototype,`uv`,{get(){return Gz(this)}}),Object.defineProperty(e.prototype,`xy`,{get(){return Kz(this)}})}var Jz=Object.freeze({__proto__:null,register:qz,uv:Gz,xy:Kz});function Yz(e,t,n={}){dI(n)&&(n={method:n});let{method:r=MI.deltaE,...i}=n;for(let n in zR)if(`deltae`+r.toLowerCase()===n.toLowerCase())return zR[n](e,t,i);throw TypeError(`Unknown deltaE method: ${r}`)}function Xz(e,t=.25){let n=VI.get(`oklch`,`lch`),r=[n,`l`];return YI(e,r,e=>e*(1+t))}function Zz(e,t=.25){let n=VI.get(`oklch`,`lch`),r=[n,`l`];return YI(e,r,e=>e*(1-t))}var Qz=Object.freeze({__proto__:null,darken:Zz,lighten:Xz});function $z(e,t,n=.5,r={}){[e,t]=[zI(e),zI(t)],fI(n)===`object`&&([n,r]=[.5,n]);let i=tB(e,t,r);return i(n)}function eB(e,t,n={}){let r;nB(e)&&([r,n]=[e,t],[e,t]=r.rangeArgs.colors);let{maxDeltaE:i,deltaEMethod:a,steps:o=2,maxSteps:s=1e3,...c}=n;r||([e,t]=[zI(e),zI(t)],r=tB(e,t,c));let l=Yz(e,t),u=i>0?Math.max(o,Math.ceil(l/i)+1):o,d=[];if(s!==void 0&&(u=Math.min(u,s)),u===1)d=[{p:.5,color:r(.5)}];else{let e=1/(u-1);d=Array.from({length:u},(t,n)=>{let i=n*e;return{p:i,color:r(i)}})}if(i>0){let e=d.reduce((e,t,n)=>{if(n===0)return 0;let r=Yz(t.color,d[n-1].color,a);return Math.max(e,r)},0);for(;e>i;){e=0;for(let t=1;t<d.length&&d.length<s;t++){let n=d[t-1],i=d[t],a=(i.p+n.p)/2,o=r(a);e=Math.max(e,Yz(o,n.color),Yz(o,i.color)),d.splice(t,0,{p:a,color:r(a)}),t++}}}return d=d.map(e=>e.color),d}function tB(e,t,n={}){if(nB(e)){let[n,r]=[e,t];return tB(...n.rangeArgs.colors,{...n.rangeArgs.options,...r})}let{space:r,outputSpace:i,progression:a,premultiplied:o}=n;e=zI(e),t=zI(t),e=yL(e),t=yL(t);let s={colors:[e,t],options:n};if(r=r?VI.get(r):VI.registry[MI.interpolationSpace]||e.space,i=i?VI.get(i):r,e=GR(e,r),t=GR(t,r),e=HR(e),t=HR(t),r.coords.h&&r.coords.h.type===`angle`){let i=n.hue=n.hue||`shorter`,a=[r,`h`],[o,s]=[qI(e,a),qI(t,a)];isNaN(o)&&!isNaN(s)?o=s:isNaN(s)&&!isNaN(o)&&(s=o),[o,s]=rL(i,[o,s]),YI(e,a,o),YI(t,a,s)}return o&&(e.coords=e.coords.map(t=>t*e.alpha),t.coords=t.coords.map(e=>e*t.alpha)),Object.assign(n=>{n=a?a(n):n;let s=e.coords.map((e,r)=>{let i=t.coords[r];return bI(e,i,n)}),c=bI(e.alpha,t.alpha,n),l={space:r,coords:s,alpha:c};return o&&(l.coords=l.coords.map(e=>e/c)),i!==r&&(l=GR(l,i)),l},{rangeArgs:s})}function nB(e){return fI(e)===`function`&&!!e.rangeArgs}MI.interpolationSpace=`lab`;function rB(e){e.defineFunction(`mix`,$z,{returns:`color`}),e.defineFunction(`range`,tB,{returns:`function<color>`}),e.defineFunction(`steps`,eB,{returns:`array<color>`})}var iB=Object.freeze({__proto__:null,isRange:nB,mix:$z,range:tB,register:rB,steps:eB}),aB=new VI({id:`hsl`,name:`HSL`,coords:{h:{refRange:[0,360],type:`angle`,name:`Hue`},s:{range:[0,100],name:`Saturation`},l:{range:[0,100],name:`Lightness`}},base:cz,fromBase:e=>{let t=Math.max(...e),n=Math.min(...e),[r,i,a]=e,[o,s,c]=[NaN,0,(n+t)/2],l=t-n;if(l!==0){switch(s=c===0||c===1?0:(t-c)/Math.min(c,1-c),t){case r:o=(i-a)/l+(i<a?6:0);break;case i:o=(a-r)/l+2;break;case a:o=(r-i)/l+4}o*=60}return s<0&&(o+=180,s=Math.abs(s)),o>=360&&(o-=360),[o,s*100,c*100]},toBase:e=>{let[t,n,r]=e;t%=360,t<0&&(t+=360),n/=100,r/=100;function i(e){let i=(e+t/30)%12,a=n*Math.min(r,1-r);return r-a*Math.max(-1,Math.min(i-3,9-i,1))}return[i(0),i(8),i(4)]},formats:{hsl:{coords:[`<number> | <angle>`,`<percentage>`,`<percentage>`]},hsla:{coords:[`<number> | <angle>`,`<percentage>`,`<percentage>`],commas:!0,lastAlpha:!0}}}),oB=new VI({id:`hsv`,name:`HSV`,coords:{h:{refRange:[0,360],type:`angle`,name:`Hue`},s:{range:[0,100],name:`Saturation`},v:{range:[0,100],name:`Value`}},base:aB,fromBase(e){let[t,n,r]=e;n/=100,r/=100;let i=r+n*Math.min(r,1-r);return[t,i===0?0:200*(1-r/i),100*i]},toBase(e){let[t,n,r]=e;n/=100,r/=100;let i=r*(1-n/2);return[t,i===0||i===1?0:(r-i)/Math.min(i,1-i)*100,i*100]},formats:{color:{id:`--hsv`,coords:[`<number> | <angle>`,`<percentage> | <number>`,`<percentage> | <number>`]}}}),sB=new VI({id:`hwb`,name:`HWB`,coords:{h:{refRange:[0,360],type:`angle`,name:`Hue`},w:{range:[0,100],name:`Whiteness`},b:{range:[0,100],name:`Blackness`}},base:oB,fromBase(e){let[t,n,r]=e;return[t,r*(100-n)/100,100-r]},toBase(e){let[t,n,r]=e;n/=100,r/=100;let i=n+r;if(i>=1){let e=n/i;return[t,0,e*100]}let a=1-r,o=a===0?0:1-n/a;return[t,o*100,a*100]},formats:{hwb:{coords:[`<number> | <angle>`,`<percentage> | <number>`,`<percentage> | <number>`]}}});const cB=[[.5766690429101305,.1855582379065463,.1882286462349947],[.29734497525053605,.6273635662554661,.07529145849399788],[.02703136138641234,.07068885253582723,.9913375368376388]],lB=[[2.0415879038107465,-.5650069742788596,-.34473135077832956],[-.9692436362808795,1.8759675015077202,.04155505740717557],[.013444280632031142,-.11836239223101838,1.0151749943912054]];var uB=new GI({id:`a98rgb-linear`,cssId:`--a98-rgb-linear`,name:`Linear Adobe® 98 RGB compatible`,white:`D65`,toXYZ_M:cB,fromXYZ_M:lB}),dB=new GI({id:`a98rgb`,cssId:`a98-rgb`,name:`Adobe® 98 RGB compatible`,base:uB,toBase:e=>e.map(e=>Math.abs(e)**(563/256)*Math.sign(e)),fromBase:e=>e.map(e=>Math.abs(e)**(256/563)*Math.sign(e))});const fB=[[.7977666449006423,.13518129740053308,.0313477341283922],[.2880748288194013,.711835234241873,8993693872564e-17],[0,0,.8251046025104602]],pB=[[1.3457868816471583,-.25557208737979464,-.05110186497554526],[-.5446307051249019,1.5082477428451468,.02052744743642139],[0,0,1.2119675456389452]];var mB=new GI({id:`prophoto-linear`,cssId:`--prophoto-rgb-linear`,name:`Linear ProPhoto`,white:`D50`,base:XI,toXYZ_M:fB,fromXYZ_M:pB});const hB=1/512,gB=16/512;var _B=new GI({id:`prophoto`,cssId:`prophoto-rgb`,name:`ProPhoto`,base:mB,toBase(e){return e.map(e=>e<gB?e/16:e**1.8)},fromBase(e){return e.map(e=>e>=hB?e**(1/1.8):16*e)}}),vB=new VI({id:`oklch`,name:`Oklch`,coords:{l:{refRange:[0,1],name:`Lightness`},c:{refRange:[0,.4],name:`Chroma`},h:{refRange:[0,360],type:`angle`,name:`Hue`}},white:`D65`,base:hL,fromBase(e){let[t,n,r]=e,i,a=2e-4;return i=Math.abs(n)<a&&Math.abs(r)<a?NaN:Math.atan2(r,n)*180/Math.PI,[t,Math.sqrt(n**2+r**2),nL(i)]},toBase(e){let[t,n,r]=e,i,a;return isNaN(r)?(i=0,a=0):(i=n*Math.cos(r*Math.PI/180),a=n*Math.sin(r*Math.PI/180)),[t,i,a]},formats:{oklch:{coords:[`<percentage> | <number>`,`<number> | <percentage>[0,1]`,`<number> | <angle>`]}}});let yB=NI.D65;const bB=216/24389,xB=24389/27,[SB,CB]=Gz({space:WI,coords:yB});var wB=new VI({id:`luv`,name:`Luv`,coords:{l:{refRange:[0,100],name:`Lightness`},u:{refRange:[-215,215]},v:{refRange:[-215,215]}},white:yB,base:WI,fromBase(e){let t=[hI(e[0]),hI(e[1]),hI(e[2])],n=t[1],[r,i]=Gz({space:WI,coords:t});if(!Number.isFinite(r)||!Number.isFinite(i))return[0,0,0];let a=n<=bB?xB*n:116*Math.cbrt(n)-16;return[a,13*a*(r-SB),13*a*(i-CB)]},toBase(e){let[t,n,r]=e;if(t===0||mI(t))return[0,0,0];n=hI(n),r=hI(r);let i=n/(13*t)+SB,a=r/(13*t)+CB,o=t<=8?t/xB:((t+16)/116)**3;return[o*(9*i/(4*a)),o,o*((12-3*i-20*a)/(4*a))]},formats:{color:{id:`--luv`,coords:[`<number> | <percentage>`,`<number> | <percentage>[-1,1]`,`<number> | <percentage>[-1,1]`]}}}),TB=new VI({id:`lchuv`,name:`LChuv`,coords:{l:{refRange:[0,100],name:`Lightness`},c:{refRange:[0,220],name:`Chroma`},h:{refRange:[0,360],type:`angle`,name:`Hue`}},base:wB,fromBase(e){let[t,n,r]=e,i,a=.02;return i=Math.abs(n)<a&&Math.abs(r)<a?NaN:Math.atan2(r,n)*180/Math.PI,[t,Math.sqrt(n**2+r**2),nL(i)]},toBase(e){let[t,n,r]=e;return n<0&&(n=0),isNaN(r)&&(r=0),[t,n*Math.cos(r*Math.PI/180),n*Math.sin(r*Math.PI/180)]},formats:{color:{id:`--lchuv`,coords:[`<number> | <percentage>`,`<number> | <percentage>`,`<number> | <angle>`]}}});const EB=216/24389,DB=24389/27,OB=rz[0][0],kB=rz[0][1],AB=rz[0][2],jB=rz[1][0],MB=rz[1][1],NB=rz[1][2],PB=rz[2][0],FB=rz[2][1],IB=rz[2][2];function LB(e,t,n){let r=t/(Math.sin(n)-e*Math.cos(n));return r<0?1/0:r}function RB(e){let t=(e+16)**3/1560896,n=t>EB?t:e/DB,r=n*(284517*OB-94839*AB),i=n*(838422*AB+769860*kB+731718*OB),a=n*(632260*AB-126452*kB),o=n*(284517*jB-94839*NB),s=n*(838422*NB+769860*MB+731718*jB),c=n*(632260*NB-126452*MB),l=n*(284517*PB-94839*IB),u=n*(838422*IB+769860*FB+731718*PB),d=n*(632260*IB-126452*FB);return{r0s:r/a,r0i:i*e/a,r1s:r/(a+126452),r1i:(i-769860)*e/(a+126452),g0s:o/c,g0i:s*e/c,g1s:o/(c+126452),g1i:(s-769860)*e/(c+126452),b0s:l/d,b0i:u*e/d,b1s:l/(d+126452),b1i:(u-769860)*e/(d+126452)}}function zB(e,t){let n=t/360*Math.PI*2,r=LB(e.r0s,e.r0i,n),i=LB(e.r1s,e.r1i,n),a=LB(e.g0s,e.g0i,n),o=LB(e.g1s,e.g1i,n),s=LB(e.b0s,e.b0i,n),c=LB(e.b1s,e.b1i,n);return Math.min(r,i,a,o,s,c)}var BB=new VI({id:`hsluv`,name:`HSLuv`,coords:{h:{refRange:[0,360],type:`angle`,name:`Hue`},s:{range:[0,100],name:`Saturation`},l:{range:[0,100],name:`Lightness`}},base:TB,gamutSpace:cz,fromBase(e){let[t,n,r]=[hI(e[0]),hI(e[1]),hI(e[2])],i;if(t>99.9999999)i=0,t=100;else if(t<1e-8)i=0,t=0;else{let e=RB(t),a=zB(e,r);i=n/a*100}return[r,i,t]},toBase(e){let[t,n,r]=[hI(e[0]),hI(e[1]),hI(e[2])],i;if(r>99.9999999)r=100,i=0;else if(r<1e-8)r=0,i=0;else{let e=RB(r),a=zB(e,t);i=a/100*n}return[r,i,t]},formats:{color:{id:`--hsluv`,coords:[`<number> | <angle>`,`<percentage> | <number>`,`<percentage> | <number>`]}}});rz[0][0],rz[0][1],rz[0][2],rz[1][0],rz[1][1],rz[1][2],rz[2][0],rz[2][1],rz[2][2];function VB(e,t){return Math.abs(t)/Math.sqrt(e**2+1)}function HB(e){let t=VB(e.r0s,e.r0i),n=VB(e.r1s,e.r1i),r=VB(e.g0s,e.g0i),i=VB(e.g1s,e.g1i),a=VB(e.b0s,e.b0i),o=VB(e.b1s,e.b1i);return Math.min(t,n,r,i,a,o)}var UB=new VI({id:`hpluv`,name:`HPLuv`,coords:{h:{refRange:[0,360],type:`angle`,name:`Hue`},s:{range:[0,100],name:`Saturation`},l:{range:[0,100],name:`Lightness`}},base:TB,gamutSpace:`self`,fromBase(e){let[t,n,r]=[hI(e[0]),hI(e[1]),hI(e[2])],i;if(t>99.9999999)i=0,t=100;else if(t<1e-8)i=0,t=0;else{let e=RB(t),r=HB(e);i=n/r*100}return[r,i,t]},toBase(e){let[t,n,r]=[hI(e[0]),hI(e[1]),hI(e[2])],i;if(r>99.9999999)r=100,i=0;else if(r<1e-8)r=0,i=0;else{let e=RB(r),t=HB(e);i=t/100*n}return[r,i,t]},formats:{color:{id:`--hpluv`,coords:[`<number> | <angle>`,`<percentage> | <number>`,`<percentage> | <number>`]}}});const WB=203,GB=2610/2**14,KB=2**14/2610,qB=2523/2**5,JB=2**5/2523,YB=3424/2**12,XB=2413/2**7,ZB=2392/2**7;var QB=new GI({id:`rec2100pq`,cssId:`rec2100-pq`,name:`REC.2100-PQ`,base:YR,toBase(e){return e.map(function(e){let t=(Math.max(e**JB-YB,0)/(XB-ZB*e**JB))**KB;return t*1e4/WB})},fromBase(e){return e.map(function(e){let t=Math.max(e*WB/1e4,0),n=YB+XB*t**GB,r=1+ZB*t**GB;return(n/r)**qB})}});const $B=.17883277,eV=.28466892,tV=.55991073,nV=3.7743;var rV=new GI({id:`rec2100hlg`,cssId:`rec2100-hlg`,name:`REC.2100-HLG`,referred:`scene`,base:YR,toBase(e){return e.map(function(e){return e<=.5?e**2/3*nV:(Math.exp((e-tV)/$B)+eV)/12*nV})},fromBase(e){return e.map(function(e){return e/=nV,e<=1/12?Math.sqrt(3*e):$B*Math.log(12*e-eV)+tV})}});const iV={};jI.add(`chromatic-adaptation-start`,e=>{e.options.method&&(e.M=oV(e.W1,e.W2,e.options.method))}),jI.add(`chromatic-adaptation-end`,e=>{e.M||=oV(e.W1,e.W2,e.options.method)});function aV({id:e,toCone_M:t,fromCone_M:n}){iV[e]=arguments[0]}function oV(e,t,n=`Bradford`){let r=iV[n],[i,a,o]=uI(r.toCone_M,e),[s,c,l]=uI(r.toCone_M,t),u=[[s/i,0,0],[0,c/a,0],[0,0,l/o]],d=uI(u,r.toCone_M),f=uI(r.fromCone_M,d);return f}aV({id:`von Kries`,toCone_M:[[.40024,.7076,-.08081],[-.2263,1.16532,.0457],[0,0,.91822]],fromCone_M:[[1.8599363874558397,-1.1293816185800916,.21989740959619328],[.3611914362417676,.6388124632850422,-6370596838649899e-21],[0,0,1.0890636230968613]]}),aV({id:`Bradford`,toCone_M:[[.8951,.2664,-.1614],[-.7502,1.7135,.0367],[.0389,-.0685,1.0296]],fromCone_M:[[.9869929054667121,-.14705425642099013,.15996265166373122],[.4323052697233945,.5183602715367774,.049291228212855594],[-.00852866457517732,.04004282165408486,.96848669578755]]}),aV({id:`CAT02`,toCone_M:[[.7328,.4296,-.1624],[-.7036,1.6975,.0061],[.003,.0136,.9834]],fromCone_M:[[1.0961238208355142,-.27886900021828726,.18274517938277307],[.4543690419753592,.4735331543074117,.07209780371722911],[-.009627608738429355,-.00569803121611342,1.0153256399545427]]}),aV({id:`CAT16`,toCone_M:[[.401288,.650173,-.051461],[-.250268,1.204414,.045854],[-.002079,.048952,.953127]],fromCone_M:[[1.862067855087233,-1.0112546305316845,.14918677544445172],[.3875265432361372,.6214474419314753,-.008973985167612521],[-.01584149884933386,-.03412293802851557,1.0499644368778496]]}),Object.assign(NI,{A:[1.0985,1,.35585],C:[.98074,1,1.18232],D55:[.95682,1,.92149],D75:[.94972,1,1.22638],E:[1,1,1],F2:[.99186,1,.67393],F7:[.95041,1,1.08747],F11:[1.00962,1,.6435]}),NI.ACES=[.32168/.33767,1,.34065/.33767];const sV=[[.6624541811085053,.13400420645643313,.1561876870049078],[.27222871678091454,.6740817658111484,.05368951740793705],[-.005574649490394108,.004060733528982826,1.0103391003129971]],cV=[[1.6410233796943257,-.32480329418479,-.23642469523761225],[-.6636628587229829,1.6153315916573379,.016756347685530137],[.011721894328375376,-.008284441996237409,.9883948585390215]];var lV=new GI({id:`acescg`,cssId:`--acescg`,name:`ACEScg`,coords:{r:{range:[0,65504],name:`Red`},g:{range:[0,65504],name:`Green`},b:{range:[0,65504],name:`Blue`}},referred:`scene`,white:NI.ACES,toXYZ_M:sV,fromXYZ_M:cV});const uV=2**-16,dV=-.35828683,fV=(Math.log2(65504)+9.72)/17.52;var pV=new GI({id:`acescc`,cssId:`--acescc`,name:`ACEScc`,coords:{r:{range:[dV,fV],name:`Red`},g:{range:[dV,fV],name:`Green`},b:{range:[dV,fV],name:`Blue`}},referred:`scene`,base:lV,toBase(e){let t=-5.279999999999999/17.52;return e.map(function(e){return e<=t?(2**(e*17.52-9.72)-uV)*2:e<fV?2**(e*17.52-9.72):65504})},fromBase(e){return e.map(function(e){return e<=0?(Math.log2(uV)+9.72)/17.52:e<uV?(Math.log2(uV+e*.5)+9.72)/17.52:(Math.log2(e)+9.72)/17.52})}}),mV=Object.freeze({__proto__:null,A98RGB:dB,A98RGB_Linear:uB,ACEScc:pV,ACEScg:lV,CAM16_JMh:TR,HCT:PR,HPLuv:UB,HSL:aB,HSLuv:BB,HSV:oB,HWB:sB,ICTCP:nR,JzCzHz:UL,Jzazbz:HL,LCH:iL,LCHuv:TB,Lab:tL,Lab_D65:Bz,Luv:wB,OKLCH:vB,OKLab:hL,P3:lz,P3_Linear:tz,ProPhoto:_B,ProPhoto_Linear:mB,REC_2020:QR,REC_2020_Linear:YR,REC_2100_HLG:rV,REC_2100_PQ:QB,XYZ_ABS_D65:EL,XYZ_D50:XI,XYZ_D65:WI,sRGB:cz,sRGB_Linear:iz}),hV=class e{constructor(...e){let t;e.length===1&&(t=zI(e[0]));let n,r,i;t?(n=t.space||t.spaceId,r=t.coords,i=t.alpha):[n,r,i]=e,Object.defineProperty(this,`space`,{value:VI.get(n),writable:!1,enumerable:!0,configurable:!0}),this.coords=r?r.slice():[0,0,0],this.alpha=i>1||i===void 0?1:i<0?0:i;for(let e=0;e<this.coords.length;e++)this.coords[e]===`NaN`&&(this.coords[e]=NaN);for(let e in this.space.coords)Object.defineProperty(this,e,{get:()=>this.get(e),set:t=>this.set(e,t)})}get spaceId(){return this.space.id}clone(){return new e(this.space,this.coords,this.alpha)}toJSON(){return{spaceId:this.spaceId,coords:this.coords,alpha:this.alpha}}display(...t){let n=dz(this,...t);return n.color=new e(n.color),n}static get(t,...n){return t instanceof e?t:new e(t,...n)}static defineFunction(t,n,r=n){let{instance:i=!0,returns:a}=r,o=function(...t){let r=n(...t);if(a===`color`)r=e.get(r);else if(a===`function<color>`){let t=r;r=function(...n){let r=t(...n);return e.get(r)},Object.assign(r,t)}else a===`array<color>`&&(r=r.map(t=>e.get(t)));return r};t in e||(e[t]=o),i&&(e.prototype[t]=function(...e){return o(this,...e)})}static defineFunctions(t){for(let n in t)e.defineFunction(n,t[n],t[n])}static extend(exports){if(exports.register)exports.register(e);else for(let n in exports)e.defineFunction(n,exports[n])}};hV.defineFunctions({get:qI,getAll:KI,set:YI,setAll:JI,to:GR,equals:fz,inGamut:vL,toGamut:HR,distance:bL,toString:KR}),Object.assign(hV,{util:kI,hooks:jI,WHITES:NI,Space:VI,spaces:VI.registry,parse:RI,defaults:MI});for(let e of Object.keys(mV))VI.register(mV[e]);for(let e in VI.registry)gV(e,VI.registry[e]);jI.add(`colorspace-init-end`,e=>{var t,n;gV(e.id,e),(t=n=e.aliases)?.forEach(t=>{gV(t,e)})});function gV(e,t){let n=e.replace(/-/g,`_`);Object.defineProperty(hV.prototype,n,{get(){let n=this.getAll(e);return typeof Proxy>`u`?n:new Proxy(n,{has:(e,n)=>{try{return VI.resolveCoord([t,n]),!0}catch{}return Reflect.has(e,n)},get:(e,n,r)=>{if(n&&typeof n!=`symbol`&&!(n in e)){let{index:r}=VI.resolveCoord([t,n]);if(r>=0)return e[r]}return Reflect.get(e,n,r)},set:(n,r,i,a)=>{if(r&&typeof r!=`symbol`&&!(r in n)||r>=0){let{index:a}=VI.resolveCoord([t,r]);if(a>=0)return n[a]=i,this.setAll(e,n),!0}return Reflect.set(n,r,i,a)}})},set(t){this.setAll(e,t)},configurable:!0,enumerable:!0})}hV.extend(zR),hV.extend({deltaE:Yz}),Object.assign(hV,{deltaEMethods:zR}),hV.extend(Qz),hV.extend({contrast:Wz}),hV.extend(Jz),hV.extend(gz),hV.extend(iB),hV.extend(Uz);const{vec2:_V,vec4:vV}=xj,yV=e=>{let t=new hV(e);return vV(...t.to(`p3-linear`).coords,t.alpha).value},bV=e=>{let t=.5,n=.5;if(typeof e==`string`){let r=e.toLowerCase().trim().split(/\s+/);r.includes(`left`)?t=0:r.includes(`right`)?t=1:(r.includes(`center`)||r.length===1&&(r[0]===`top`||r[0]===`bottom`))&&(t=.5),r.includes(`top`)?n=0:r.includes(`bottom`)?n=1:(r.includes(`center`)||r.length===1&&(r[0]===`left`||r[0]===`right`))&&(n=.5),r.length===1&&r[0]===`center`&&(t=.5,n=.5)}else typeof e==`object`&&e?(t=e.x,n=e.y):console.warn(`Invalid position value provided: ${e}. Defaulting to center.`);return _V(t,1-n).value},{vec2:xV,viewportSize:SV}=xj,CV=(e=xV(0))=>{let t=SV,n=t.x.div(t.y),r=e.x.mul(n);return xV(r,e.y)},wV={name:`Circle`,props:{color:{type:String,default:`#ffffff`,transform:yV,description:`The color of the circle`},backgroundColor:{type:String,default:`transparent`,transform:yV,description:`The background color`},radius:{type:Number,default:1,description:`The radius of the circle`},softness:{type:Number,default:0,description:`Edge softness (0 = sharp, 1 = soft)`},center:{type:Object,default:{x:.5,y:.5},transform:bV}},fragmentNode:({uniforms:e})=>{let{vec2:t,vec4:n,length:r,mix:i,smoothstep:a,uv:o}=xj,s=t(e.center.uniform.x.mul(.5).add(.25),e.center.uniform.y.mul(.5).add(.25)),c=CV(o()),l=CV(s),u=r(c.sub(l)),d=e.softness.uniform,f=e.radius.uniform.mul(.25),p=a(f,f.sub(d),u);return n(i(e.backgroundColor.uniform,e.color.uniform,p),1)}};var TV=r({__name:`Circle`,props:o({blendMode:{},opacity:{},id:{},maskSource:{},maskType:{},color:{},backgroundColor:{},radius:{},softness:{},center:{}},{blendMode:`normal`,opacity:1,...Object.entries(wV.props).reduce((e,[t,n])=>(e[t]=n.default,e),{})}),setup(t){let n=t,r=n.id||`${wV.name.toLowerCase()}_${Math.random().toString(36).substring(7)}`;d(`ombreParentId`,r);let o=e(()=>{let e={...Object.entries(wV.props).reduce((e,[t,n])=>(e[t]=n.default,e),{})};for(let t in n)t!==`blendMode`&&t!==`opacity`&&n[t]!==Object.entries(wV.props).reduce((e,[t,n])=>(e[t]=n.default,e),{})[t]&&(e[t]=m(n[t]));return e}),s=tI(wV,o.value,r),l=a(`ombreParentId`);if(l===void 0)throw Error(`Shader components must be used inside an <Shader> component or another shader component`);let u=a(`ombreNodeRegister`);if(u===void 0)throw Error(`Shader components must be used inside an <Shader> component or another shader component`);let f=a(`ombreUniformUpdate`);if(f===void 0)throw Error(`Shader components require ombreUniformUpdate from parent`);let g=a(`ombreMetadataUpdate`);if(g===void 0)throw Error(`Shader components require ombreMetadataUpdate from parent`);let _=()=>{let e=i();e.run(()=>{Object.entries(s).forEach(([e,{uniform:t,transform:i}])=>{h(()=>n[e],n=>{if(t&&t.value!==void 0){let t=i?i(n):n;f(r,e,t)}},{deep:!0})}),h(()=>[n.blendMode,n.opacity,n.maskSource,n.maskType],([e,t])=>{g(r,{blendMode:e,opacity:t,id:n.id,mask:n.maskSource?{source:n.maskSource,type:n.maskType||`alpha`}:void 0,renderOrder:0})},{deep:!0}),u(r,wV.fragmentNode,l,{blendMode:n.blendMode,opacity:n.opacity,id:n.id,mask:n.maskSource?{source:n.maskSource,type:n.maskType||`alpha`}:void 0,renderOrder:0},s)}),c(()=>{e.stop()})};return _(),c(()=>{u(r,null,null,null,null)}),(e,t)=>p(e.$slots,`default`)}}),EV=TV;const DV={name:`DotGrid`,props:{color:{type:String,default:`#ffffff`,description:`Dot color`,transform:yV},density:{type:Number,default:100,description:`Grid density (number of dots)`},dotSize:{type:Number,default:.2,description:`Size of each dot (0-1)`}},fragmentNode:({uniforms:e})=>{let{viewportUV:t,vec4:n,vec3:r,vec2:i,smoothstep:a,length:o,floor:s,float:c,viewportSize:l}=xj,u=t,d=e.density.uniform,f=e.dotSize.uniform,p=e.color.uniform,m=l,h=m.x.div(m.y),g=i(u.x.mul(h),u.y),_=g.mul(d),v=_.sub(s(_)),y=o(v.sub(.5)),b=c(1).sub(a(f.mul(.45),f.mul(.5),y)),x=r(p).mul(b);return n(x,b)}};var OV=r({__name:`DotGrid`,props:o({blendMode:{},opacity:{},id:{},maskSource:{},maskType:{},color:{},density:{},dotSize:{}},{blendMode:`normal`,opacity:1,...Object.entries(DV.props).reduce((e,[t,n])=>(e[t]=n.default,e),{})}),setup(t){let n=t,r=n.id||`${DV.name.toLowerCase()}_${Math.random().toString(36).substring(7)}`;d(`ombreParentId`,r);let o=e(()=>{let e={...Object.entries(DV.props).reduce((e,[t,n])=>(e[t]=n.default,e),{})};for(let t in n)t!==`blendMode`&&t!==`opacity`&&n[t]!==Object.entries(DV.props).reduce((e,[t,n])=>(e[t]=n.default,e),{})[t]&&(e[t]=m(n[t]));return e}),s=tI(DV,o.value,r),l=a(`ombreParentId`);if(l===void 0)throw Error(`Shader components must be used inside an <Shader> component or another shader component`);let u=a(`ombreNodeRegister`);if(u===void 0)throw Error(`Shader components must be used inside an <Shader> component or another shader component`);let f=a(`ombreUniformUpdate`);if(f===void 0)throw Error(`Shader components require ombreUniformUpdate from parent`);let g=a(`ombreMetadataUpdate`);if(g===void 0)throw Error(`Shader components require ombreMetadataUpdate from parent`);let _=()=>{let e=i();e.run(()=>{Object.entries(s).forEach(([e,{uniform:t,transform:i}])=>{h(()=>n[e],n=>{if(t&&t.value!==void 0){let t=i?i(n):n;f(r,e,t)}},{deep:!0})}),h(()=>[n.blendMode,n.opacity,n.maskSource,n.maskType],([e,t])=>{g(r,{blendMode:e,opacity:t,id:n.id,mask:n.maskSource?{source:n.maskSource,type:n.maskType||`alpha`}:void 0,renderOrder:0})},{deep:!0}),u(r,DV.fragmentNode,l,{blendMode:n.blendMode,opacity:n.opacity,id:n.id,mask:n.maskSource?{source:n.maskSource,type:n.maskType||`alpha`}:void 0,renderOrder:0},s)}),c(()=>{e.stop()})};return _(),c(()=>{u(r,null,null,null,null)}),(e,t)=>p(e.$slots,`default`)}}),kV=OV;const AV={name:`FilmGrain`,props:{intensity:{type:Number,default:.25,description:`Grain intensity (0-1)`},power:{type:Number,default:.645,description:`Controls blending based on brightness`},speed:{type:Number,default:.5,description:`Animation speed of grain noise`}},fragmentNode:({uniforms:e,childNode:t})=>{let n=t||uF(0,0,0,0),r=tF(),i=e=>jM(RN(kM(e,cF(12.9898,78.233))).mul(43758.5453)),a=e=>kM(e,uF(.299,.587,.114,0)),o=i(r).add(xP.mul(e.speed.uniform)),s=jM(RN(o.mul(43758.5453))),c=NM(AM(.5),AM(.75),s).mul(e.intensity.uniform),l=FM(a(n),e.power.uniform),u=n.mul(c),d=DM(l,0,1),f=NM(u,n,d);return uF(f.x,f.y,f.z,n.w)}};var jV=r({__name:`FilmGrain`,props:o({blendMode:{},opacity:{},id:{},maskSource:{},maskType:{},intensity:{},power:{},speed:{}},{blendMode:`normal`,opacity:1,...Object.entries(AV.props).reduce((e,[t,n])=>(e[t]=n.default,e),{})}),setup(t){let n=t,r=n.id||`${AV.name.toLowerCase()}_${Math.random().toString(36).substring(7)}`;d(`ombreParentId`,r);let o=e(()=>{let e={...Object.entries(AV.props).reduce((e,[t,n])=>(e[t]=n.default,e),{})};for(let t in n)t!==`blendMode`&&t!==`opacity`&&n[t]!==Object.entries(AV.props).reduce((e,[t,n])=>(e[t]=n.default,e),{})[t]&&(e[t]=m(n[t]));return e}),s=tI(AV,o.value,r),l=a(`ombreParentId`);if(l===void 0)throw Error(`Shader components must be used inside an <Shader> component or another shader component`);let u=a(`ombreNodeRegister`);if(u===void 0)throw Error(`Shader components must be used inside an <Shader> component or another shader component`);let f=a(`ombreUniformUpdate`);if(f===void 0)throw Error(`Shader components require ombreUniformUpdate from parent`);let g=a(`ombreMetadataUpdate`);if(g===void 0)throw Error(`Shader components require ombreMetadataUpdate from parent`);let _=()=>{let e=i();e.run(()=>{Object.entries(s).forEach(([e,{uniform:t,transform:i}])=>{h(()=>n[e],n=>{if(t&&t.value!==void 0){let t=i?i(n):n;f(r,e,t)}},{deep:!0})}),h(()=>[n.blendMode,n.opacity,n.maskSource,n.maskType],([e,t])=>{g(r,{blendMode:e,opacity:t,id:n.id,mask:n.maskSource?{source:n.maskSource,type:n.maskType||`alpha`}:void 0,renderOrder:0})},{deep:!0}),u(r,AV.fragmentNode,l,{blendMode:n.blendMode,opacity:n.opacity,id:n.id,mask:n.maskSource?{source:n.maskSource,type:n.maskType||`alpha`}:void 0,renderOrder:0},s)}),c(()=>{e.stop()})};return _(),c(()=>{u(r,null,null,null,null)}),(e,t)=>p(e.$slots,`default`)}}),MV=jV;const NV=new WeakMap,PV={name:`glassTiles`,props:{intensity:{type:Number,default:1,description:`The intensity of the glass tiles effect`},tileCount:{type:Number,default:100,description:`Number of tiles across the shortest dimension`}},fragmentNode:({uniforms:e,childNode:t,onCleanup:n,canvas:r})=>{let{vec2:i,vec4:a,floor:o,mul:s,div:c,sub:l,add:u,convertToTexture:d,uv:f,uniform:p}=xj;if(!t)return console.error(`You must pass a child component into the Glass Tiles shader.`),a(0);let m=d(t),h=p(1),g=()=>{r&&(h.value=r.clientWidth/r.clientHeight)};g();let _=NV.get(r);_||(_=new ResizeObserver(e=>{let t=e[0];if(!t)return;let{width:n,height:r}=t.contentRect,i=window.devicePixelRatio||1;m.setSize(n*i,r*i),g()}),_.observe(r),NV.set(r,_)),n(()=>{let e=NV.get(r);e&&(e.disconnect(),NV.delete(r))});let v=f(),y=e.intensity.uniform,b=e.tileCount.uniform,x=i(h.greaterThanEqual(1).select(s(b,h),b),h.lessThan(1).select(c(b,h),b)),S=c(o(s(v,x)),x),ee=l(v,S),te=i(.5,.5),ne=s(y,.025),re=c(ee,c(i(1),x)),ie=l(re,te),ae=s(ie,ne),oe=u(ee,ae),se=u(oe,S);return a(m.sample(se))}};var FV=r({__name:`GlassTiles`,props:o({blendMode:{},opacity:{},id:{},maskSource:{},maskType:{},intensity:{},tileCount:{}},{blendMode:`normal`,opacity:1,...Object.entries(PV.props).reduce((e,[t,n])=>(e[t]=n.default,e),{})}),setup(t){let n=t,r=n.id||`${PV.name.toLowerCase()}_${Math.random().toString(36).substring(7)}`;d(`ombreParentId`,r);let o=e(()=>{let e={...Object.entries(PV.props).reduce((e,[t,n])=>(e[t]=n.default,e),{})};for(let t in n)t!==`blendMode`&&t!==`opacity`&&n[t]!==Object.entries(PV.props).reduce((e,[t,n])=>(e[t]=n.default,e),{})[t]&&(e[t]=m(n[t]));return e}),s=tI(PV,o.value,r),l=a(`ombreParentId`);if(l===void 0)throw Error(`Shader components must be used inside an <Shader> component or another shader component`);let u=a(`ombreNodeRegister`);if(u===void 0)throw Error(`Shader components must be used inside an <Shader> component or another shader component`);let f=a(`ombreUniformUpdate`);if(f===void 0)throw Error(`Shader components require ombreUniformUpdate from parent`);let g=a(`ombreMetadataUpdate`);if(g===void 0)throw Error(`Shader components require ombreMetadataUpdate from parent`);let _=()=>{let e=i();e.run(()=>{Object.entries(s).forEach(([e,{uniform:t,transform:i}])=>{h(()=>n[e],n=>{if(t&&t.value!==void 0){let t=i?i(n):n;f(r,e,t)}},{deep:!0})}),h(()=>[n.blendMode,n.opacity,n.maskSource,n.maskType],([e,t])=>{g(r,{blendMode:e,opacity:t,id:n.id,mask:n.maskSource?{source:n.maskSource,type:n.maskType||`alpha`}:void 0,renderOrder:0})},{deep:!0}),u(r,PV.fragmentNode,l,{blendMode:n.blendMode,opacity:n.opacity,id:n.id,mask:n.maskSource?{source:n.maskSource,type:n.maskType||`alpha`}:void 0,renderOrder:0},s)}),c(()=>{e.stop()})};return _(),c(()=>{u(r,null,null,null,null)}),(e,t)=>p(e.$slots,`default`)}}),IV=FV;const LV={VERTEX:`vertex`,FRAGMENT:`fragment`},RV={NONE:`none`,FRAME:`frame`,RENDER:`render`,OBJECT:`object`},zV=[`fragment`,`vertex`],foe=[...zV,`compute`],BV=[`x`,`y`,`z`,`w`],VV=`00.01.02.03.04.05.06.07.08.09.0a.0b.0c.0d.0e.0f.10.11.12.13.14.15.16.17.18.19.1a.1b.1c.1d.1e.1f.20.21.22.23.24.25.26.27.28.29.2a.2b.2c.2d.2e.2f.30.31.32.33.34.35.36.37.38.39.3a.3b.3c.3d.3e.3f.40.41.42.43.44.45.46.47.48.49.4a.4b.4c.4d.4e.4f.50.51.52.53.54.55.56.57.58.59.5a.5b.5c.5d.5e.5f.60.61.62.63.64.65.66.67.68.69.6a.6b.6c.6d.6e.6f.70.71.72.73.74.75.76.77.78.79.7a.7b.7c.7d.7e.7f.80.81.82.83.84.85.86.87.88.89.8a.8b.8c.8d.8e.8f.90.91.92.93.94.95.96.97.98.99.9a.9b.9c.9d.9e.9f.a0.a1.a2.a3.a4.a5.a6.a7.a8.a9.aa.ab.ac.ad.ae.af.b0.b1.b2.b3.b4.b5.b6.b7.b8.b9.ba.bb.bc.bd.be.bf.c0.c1.c2.c3.c4.c5.c6.c7.c8.c9.ca.cb.cc.cd.ce.cf.d0.d1.d2.d3.d4.d5.d6.d7.d8.d9.da.db.dc.dd.de.df.e0.e1.e2.e3.e4.e5.e6.e7.e8.e9.ea.eb.ec.ed.ee.ef.f0.f1.f2.f3.f4.f5.f6.f7.f8.f9.fa.fb.fc.fd.fe.ff`.split(`.`);let HV=1234567;const UV=Math.PI/180,WV=180/Math.PI;function GV(){let e=Math.random()*4294967295|0,t=Math.random()*4294967295|0,n=Math.random()*4294967295|0,r=Math.random()*4294967295|0,i=VV[e&255]+VV[e>>8&255]+VV[e>>16&255]+VV[e>>24&255]+`-`+VV[t&255]+VV[t>>8&255]+`-`+VV[t>>16&15|64]+VV[t>>24&255]+`-`+VV[n&63|128]+VV[n>>8&255]+`-`+VV[n>>16&255]+VV[n>>24&255]+VV[r&255]+VV[r>>8&255]+VV[r>>16&255]+VV[r>>24&255];return i.toLowerCase()}function KV(e,t,n){return Math.max(t,Math.min(n,e))}function qV(e,t){return(e%t+t)%t}function JV(e,t,n,r,i){return r+(e-t)*(i-r)/(n-t)}function YV(e,t,n){return e===t?0:(n-e)/(t-e)}function XV(e,t,n){return(1-n)*e+n*t}function ZV(e,t,n,r){return XV(e,t,1-Math.exp(-n*r))}function QV(e,t=1){return t-Math.abs(qV(e,t*2)-t)}function $V(e,t,n){return e<=t?0:e>=n?1:(e=(e-t)/(n-t),e*e*(3-2*e))}function eH(e,t,n){return e<=t?0:e>=n?1:(e=(e-t)/(n-t),e*e*e*(e*(e*6-15)+10))}function tH(e,t){return e+Math.floor(Math.random()*(t-e+1))}function nH(e,t){return e+Math.random()*(t-e)}function rH(e){return e*(.5-Math.random())}function iH(e){e!==void 0&&(HV=e);let t=HV+=1831565813;return t=Math.imul(t^t>>>15,t|1),t^=t+Math.imul(t^t>>>7,t|61),((t^t>>>14)>>>0)/4294967296}function aH(e){return e*UV}function oH(e){return e*WV}function sH(e){return(e&e-1)==0&&e!==0}function cH(e){return 2**Math.ceil(Math.log(e)/Math.LN2)}function lH(e){return 2**Math.floor(Math.log(e)/Math.LN2)}function uH(e,t,n,r,i){let a=Math.cos,o=Math.sin,s=a(n/2),c=o(n/2),l=a((t+r)/2),u=o((t+r)/2),d=a((t-r)/2),f=o((t-r)/2),p=a((r-t)/2),m=o((r-t)/2);switch(i){case`XYX`:e.set(s*u,c*d,c*f,s*l);break;case`YZY`:e.set(c*f,s*u,c*d,s*l);break;case`ZXZ`:e.set(c*d,c*f,s*u,s*l);break;case`XZX`:e.set(s*u,c*m,c*p,s*l);break;case`YXY`:e.set(c*p,s*u,c*m,s*l);break;case`ZYZ`:e.set(c*m,c*p,s*u,s*l);break;default:console.warn(`THREE.MathUtils: .setQuaternionFromProperEuler() encountered an unknown order: `+i)}}function dH(e,t){switch(t.constructor){case Float32Array:return e;case Uint32Array:return e/4294967295;case Uint16Array:return e/65535;case Uint8Array:return e/255;case Int32Array:return Math.max(e/2147483647,-1);case Int16Array:return Math.max(e/32767,-1);case Int8Array:return Math.max(e/127,-1);default:throw Error(`Invalid component type.`)}}function fH(e,t){switch(t.constructor){case Float32Array:return e;case Uint32Array:return Math.round(e*4294967295);case Uint16Array:return Math.round(e*65535);case Uint8Array:return Math.round(e*255);case Int32Array:return Math.round(e*2147483647);case Int16Array:return Math.round(e*32767);case Int8Array:return Math.round(e*127);default:throw Error(`Invalid component type.`)}}const pH={DEG2RAD:UV,RAD2DEG:WV,generateUUID:GV,clamp:KV,euclideanModulo:qV,mapLinear:JV,inverseLerp:YV,lerp:XV,damp:ZV,pingpong:QV,smoothstep:$V,smootherstep:eH,randInt:tH,randFloat:nH,randFloatSpread:rH,seededRandom:iH,degToRad:aH,radToDeg:oH,isPowerOfTwo:sH,ceilPowerOfTwo:cH,floorPowerOfTwo:lH,setQuaternionFromProperEuler:uH,normalize:fH,denormalize:dH},mH=0,hH=1015,gH=``,_H=`srgb`,vH=`srgb-linear`,yH=`linear`,bH=`srgb`,xH=35044,SH=2e3,CH=2001;var wH=class e{constructor(t,n,r,i,a,o,s,c,l){e.prototype.isMatrix3=!0,this.elements=[1,0,0,0,1,0,0,0,1],t!==void 0&&this.set(t,n,r,i,a,o,s,c,l)}set(e,t,n,r,i,a,o,s,c){let l=this.elements;return l[0]=e,l[1]=r,l[2]=o,l[3]=t,l[4]=i,l[5]=s,l[6]=n,l[7]=a,l[8]=c,this}identity(){return this.set(1,0,0,0,1,0,0,0,1),this}copy(e){let t=this.elements,n=e.elements;return t[0]=n[0],t[1]=n[1],t[2]=n[2],t[3]=n[3],t[4]=n[4],t[5]=n[5],t[6]=n[6],t[7]=n[7],t[8]=n[8],this}extractBasis(e,t,n){return e.setFromMatrix3Column(this,0),t.setFromMatrix3Column(this,1),n.setFromMatrix3Column(this,2),this}setFromMatrix4(e){let 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){let n=e.elements,r=t.elements,i=this.elements,a=n[0],o=n[3],s=n[6],c=n[1],l=n[4],u=n[7],d=n[2],f=n[5],p=n[8],m=r[0],h=r[3],g=r[6],_=r[1],v=r[4],y=r[7],b=r[2],x=r[5],S=r[8];return i[0]=a*m+o*_+s*b,i[3]=a*h+o*v+s*x,i[6]=a*g+o*y+s*S,i[1]=c*m+l*_+u*b,i[4]=c*h+l*v+u*x,i[7]=c*g+l*y+u*S,i[2]=d*m+f*_+p*b,i[5]=d*h+f*v+p*x,i[8]=d*g+f*y+p*S,this}multiplyScalar(e){let 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(){let e=this.elements,t=e[0],n=e[1],r=e[2],i=e[3],a=e[4],o=e[5],s=e[6],c=e[7],l=e[8];return t*a*l-t*o*c-n*i*l+n*o*s+r*i*c-r*a*s}invert(){let e=this.elements,t=e[0],n=e[1],r=e[2],i=e[3],a=e[4],o=e[5],s=e[6],c=e[7],l=e[8],u=l*a-o*c,d=o*s-l*i,f=c*i-a*s,p=t*u+n*d+r*f;if(p===0)return this.set(0,0,0,0,0,0,0,0,0);let m=1/p;return e[0]=u*m,e[1]=(r*c-l*n)*m,e[2]=(o*n-r*a)*m,e[3]=d*m,e[4]=(l*t-r*s)*m,e[5]=(r*i-o*t)*m,e[6]=f*m,e[7]=(n*s-c*t)*m,e[8]=(a*t-n*i)*m,this}transpose(){let e,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){let 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,n,r,i,a,o){let s=Math.cos(i),c=Math.sin(i);return this.set(n*s,n*c,-n*(s*a+c*o)+a+e,-r*c,r*s,-r*(-c*a+s*o)+o+t,0,0,1),this}scale(e,t){return this.premultiply(TH.makeScale(e,t)),this}rotate(e){return this.premultiply(TH.makeRotation(-e)),this}translate(e,t){return this.premultiply(TH.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){let t=Math.cos(e),n=Math.sin(e);return this.set(t,-n,0,n,t,0,0,0,1),this}makeScale(e,t){return this.set(e,0,0,0,t,0,0,0,1),this}equals(e){let t=this.elements,n=e.elements;for(let e=0;e<9;e++)if(t[e]!==n[e])return!1;return!0}fromArray(e,t=0){for(let n=0;n<9;n++)this.elements[n]=e[n+t];return this}toArray(e=[],t=0){let n=this.elements;return e[t]=n[0],e[t+1]=n[1],e[t+2]=n[2],e[t+3]=n[3],e[t+4]=n[4],e[t+5]=n[5],e[t+6]=n[6],e[t+7]=n[7],e[t+8]=n[8],e}clone(){return new this.constructor().fromArray(this.elements)}};const TH=new wH,EH={};function DH(e){e in EH||(EH[e]=!0,console.warn(e))}const OH=new wH().set(.4123908,.3575843,.1804808,.212639,.7151687,.0721923,.0193308,.1191948,.9505322),kH=new wH().set(3.2409699,-1.5373832,-.4986108,-.9692436,1.8759675,.0415551,.0556301,-.203977,1.0569715);function AH(){let e={enabled:!0,workingColorSpace:vH,spaces:{},convert:function(e,t,n){return this.enabled===!1||t===n||!t||!n?e:(this.spaces[t].transfer===bH&&(e.r=MH(e.r),e.g=MH(e.g),e.b=MH(e.b)),this.spaces[t].primaries!==this.spaces[n].primaries&&(e.applyMatrix3(this.spaces[t].toXYZ),e.applyMatrix3(this.spaces[n].fromXYZ)),this.spaces[n].transfer===bH&&(e.r=NH(e.r),e.g=NH(e.g),e.b=NH(e.b)),e)},workingToColorSpace:function(e,t){return this.convert(e,this.workingColorSpace,t)},colorSpaceToWorking:function(e,t){return this.convert(e,t,this.workingColorSpace)},getPrimaries:function(e){return this.spaces[e].primaries},getTransfer:function(e){return e===gH?yH:this.spaces[e].transfer},getLuminanceCoefficients:function(e,t=this.workingColorSpace){return e.fromArray(this.spaces[t].luminanceCoefficients)},define:function(e){Object.assign(this.spaces,e)},_getMatrix:function(e,t,n){return e.copy(this.spaces[t].toXYZ).multiply(this.spaces[n].fromXYZ)},_getDrawingBufferColorSpace:function(e){return this.spaces[e].outputColorSpaceConfig.drawingBufferColorSpace},_getUnpackColorSpace:function(e=this.workingColorSpace){return this.spaces[e].workingColorSpaceConfig.unpackColorSpace},fromWorkingColorSpace:function(t,n){return DH(`THREE.ColorManagement: .fromWorkingColorSpace() has been renamed to .workingToColorSpace().`),e.workingToColorSpace(t,n)},toWorkingColorSpace:function(t,n){return DH(`THREE.ColorManagement: .toWorkingColorSpace() has been renamed to .colorSpaceToWorking().`),e.colorSpaceToWorking(t,n)}},t=[.64,.33,.3,.6,.15,.06],n=[.2126,.7152,.0722],r=[.3127,.329];return e.define({[vH]:{primaries:t,whitePoint:r,transfer:yH,toXYZ:OH,fromXYZ:kH,luminanceCoefficients:n,workingColorSpaceConfig:{unpackColorSpace:_H},outputColorSpaceConfig:{drawingBufferColorSpace:_H}},[_H]:{primaries:t,whitePoint:r,transfer:bH,toXYZ:OH,fromXYZ:kH,luminanceCoefficients:n,outputColorSpaceConfig:{drawingBufferColorSpace:_H}}}),e}const jH=AH();function MH(e){return e<.04045?e*.0773993808:(e*.9478672986+.0521327014)**2.4}function NH(e){return e<.0031308?e*12.92:1.055*e**.41666-.055}const PH={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},FH={h:0,s:0,l:0},IH={h:0,s:0,l:0};function LH(e,t,n){return n<0&&(n+=1),n>1&&--n,n<1/6?e+(t-e)*6*n:n<1/2?t:n<2/3?e+(t-e)*6*(2/3-n):e}var RH=class{constructor(e,t,n){return this.isColor=!0,this.r=1,this.g=1,this.b=1,this.set(e,t,n)}set(e,t,n){if(t===void 0&&n===void 0){let t=e;t&&t.isColor?this.copy(t):typeof t==`number`?this.setHex(t):typeof t==`string`&&this.setStyle(t)}else this.setRGB(e,t,n);return this}setScalar(e){return this.r=e,this.g=e,this.b=e,this}setHex(e,t=_H){return e=Math.floor(e),this.r=(e>>16&255)/255,this.g=(e>>8&255)/255,this.b=(e&255)/255,jH.colorSpaceToWorking(this,t),this}setRGB(e,t,n,r=jH.workingColorSpace){return this.r=e,this.g=t,this.b=n,jH.colorSpaceToWorking(this,r),this}setHSL(e,t,n,r=jH.workingColorSpace){if(e=qV(e,1),t=KV(t,0,1),n=KV(n,0,1),t===0)this.r=this.g=this.b=n;else{let r=n<=.5?n*(1+t):n+t-n*t,i=2*n-r;this.r=LH(i,r,e+1/3),this.g=LH(i,r,e),this.b=LH(i,r,e-1/3)}return jH.colorSpaceToWorking(this,r),this}setStyle(e,t=_H){function n(t){t!==void 0&&parseFloat(t)<1&&console.warn(`THREE.Color: Alpha component of `+e+` will be ignored.`)}let r;if(r=/^(\w+)\(([^\)]*)\)/.exec(e)){let i,a=r[1],o=r[2];switch(a){case`rgb`:case`rgba`:if(i=/^\s*(\d+)\s*,\s*(\d+)\s*,\s*(\d+)\s*(?:,\s*(\d*\.?\d+)\s*)?$/.exec(o))return n(i[4]),this.setRGB(Math.min(255,parseInt(i[1],10))/255,Math.min(255,parseInt(i[2],10))/255,Math.min(255,parseInt(i[3],10))/255,t);if(i=/^\s*(\d+)\%\s*,\s*(\d+)\%\s*,\s*(\d+)\%\s*(?:,\s*(\d*\.?\d+)\s*)?$/.exec(o))return n(i[4]),this.setRGB(Math.min(100,parseInt(i[1],10))/100,Math.min(100,parseInt(i[2],10))/100,Math.min(100,parseInt(i[3],10))/100,t);break;case`hsl`:case`hsla`:if(i=/^\s*(\d*\.?\d+)\s*,\s*(\d*\.?\d+)\%\s*,\s*(\d*\.?\d+)\%\s*(?:,\s*(\d*\.?\d+)\s*)?$/.exec(o))return n(i[4]),this.setHSL(parseFloat(i[1])/360,parseFloat(i[2])/100,parseFloat(i[3])/100,t);break;default:console.warn(`THREE.Color: Unknown color model `+e)}}else if(r=/^\#([A-Fa-f\d]+)$/.exec(e)){let n=r[1],i=n.length;if(i===3)return this.setRGB(parseInt(n.charAt(0),16)/15,parseInt(n.charAt(1),16)/15,parseInt(n.charAt(2),16)/15,t);if(i===6)return this.setHex(parseInt(n,16),t);console.warn(`THREE.Color: Invalid hex color `+e)}else if(e&&e.length>0)return this.setColorName(e,t);return this}setColorName(e,t=_H){let n=PH[e.toLowerCase()];return n===void 0?console.warn(`THREE.Color: Unknown color `+e):this.setHex(n,t),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=MH(e.r),this.g=MH(e.g),this.b=MH(e.b),this}copyLinearToSRGB(e){return this.r=NH(e.r),this.g=NH(e.g),this.b=NH(e.b),this}convertSRGBToLinear(){return this.copySRGBToLinear(this),this}convertLinearToSRGB(){return this.copyLinearToSRGB(this),this}getHex(e=_H){return jH.workingToColorSpace(zH.copy(this),e),Math.round(KV(zH.r*255,0,255))*65536+Math.round(KV(zH.g*255,0,255))*256+Math.round(KV(zH.b*255,0,255))}getHexString(e=_H){return(`000000`+this.getHex(e).toString(16)).slice(-6)}getHSL(e,t=jH.workingColorSpace){jH.workingToColorSpace(zH.copy(this),t);let n=zH.r,r=zH.g,i=zH.b,a=Math.max(n,r,i),o=Math.min(n,r,i),s,c,l=(o+a)/2;if(o===a)s=0,c=0;else{let e=a-o;switch(c=l<=.5?e/(a+o):e/(2-a-o),a){case n:s=(r-i)/e+(r<i?6:0);break;case r:s=(i-n)/e+2;break;case i:s=(n-r)/e+4;break}s/=6}return e.h=s,e.s=c,e.l=l,e}getRGB(e,t=jH.workingColorSpace){return jH.workingToColorSpace(zH.copy(this),t),e.r=zH.r,e.g=zH.g,e.b=zH.b,e}getStyle(e=_H){jH.workingToColorSpace(zH.copy(this),e);let t=zH.r,n=zH.g,r=zH.b;return e===_H?`rgb(${Math.round(t*255)},${Math.round(n*255)},${Math.round(r*255)})`:`color(${e} ${t.toFixed(3)} ${n.toFixed(3)} ${r.toFixed(3)})`}offsetHSL(e,t,n){return this.getHSL(FH),this.setHSL(FH.h+e,FH.s+t,FH.l+n)}add(e){return this.r+=e.r,this.g+=e.g,this.b+=e.b,this}addColors(e,t){return this.r=e.r+t.r,this.g=e.g+t.g,this.b=e.b+t.b,this}addScalar(e){return this.r+=e,this.g+=e,this.b+=e,this}sub(e){return this.r=Math.max(0,this.r-e.r),this.g=Math.max(0,this.g-e.g),this.b=Math.max(0,this.b-e.b),this}multiply(e){return this.r*=e.r,this.g*=e.g,this.b*=e.b,this}multiplyScalar(e){return this.r*=e,this.g*=e,this.b*=e,this}lerp(e,t){return this.r+=(e.r-this.r)*t,this.g+=(e.g-this.g)*t,this.b+=(e.b-this.b)*t,this}lerpColors(e,t,n){return this.r=e.r+(t.r-e.r)*n,this.g=e.g+(t.g-e.g)*n,this.b=e.b+(t.b-e.b)*n,this}lerpHSL(e,t){this.getHSL(FH),e.getHSL(IH);let n=XV(FH.h,IH.h,t),r=XV(FH.s,IH.s,t),i=XV(FH.l,IH.l,t);return this.setHSL(n,r,i),this}setFromVector3(e){return this.r=e.x,this.g=e.y,this.b=e.z,this}applyMatrix3(e){let t=this.r,n=this.g,r=this.b,i=e.elements;return this.r=i[0]*t+i[3]*n+i[6]*r,this.g=i[1]*t+i[4]*n+i[7]*r,this.b=i[2]*t+i[5]*n+i[8]*r,this}equals(e){return e.r===this.r&&e.g===this.g&&e.b===this.b}fromArray(e,t=0){return this.r=e[t],this.g=e[t+1],this.b=e[t+2],this}toArray(e=[],t=0){return e[t]=this.r,e[t+1]=this.g,e[t+2]=this.b,e}fromBufferAttribute(e,t){return this.r=e.getX(t),this.g=e.getY(t),this.b=e.getZ(t),this}toJSON(){return this.getHex()}*[Symbol.iterator](){yield this.r,yield this.g,yield this.b}};const zH=new RH;RH.NAMES=PH;var BH=class e{constructor(t,n,r,i){e.prototype.isMatrix2=!0,this.elements=[1,0,0,1],t!==void 0&&this.set(t,n,r,i)}identity(){return this.set(1,0,0,1),this}fromArray(e,t=0){for(let n=0;n<4;n++)this.elements[n]=e[n+t];return this}set(e,t,n,r){let i=this.elements;return i[0]=e,i[2]=t,i[1]=n,i[3]=r,this}},VH=class{constructor(e=0,t=0,n=0,r=1){this.isQuaternion=!0,this._x=e,this._y=t,this._z=n,this._w=r}static slerpFlat(e,t,n,r,i,a,o){let s=n[r+0],c=n[r+1],l=n[r+2],u=n[r+3],d=i[a+0],f=i[a+1],p=i[a+2],m=i[a+3];if(o===0){e[t+0]=s,e[t+1]=c,e[t+2]=l,e[t+3]=u;return}if(o===1){e[t+0]=d,e[t+1]=f,e[t+2]=p,e[t+3]=m;return}if(u!==m||s!==d||c!==f||l!==p){let e=1-o,t=s*d+c*f+l*p+u*m,n=t>=0?1:-1,r=1-t*t;if(r>2**-52){let i=Math.sqrt(r),a=Math.atan2(i,t*n);e=Math.sin(e*a)/i,o=Math.sin(o*a)/i}let i=o*n;if(s=s*e+d*i,c=c*e+f*i,l=l*e+p*i,u=u*e+m*i,e===1-o){let e=1/Math.sqrt(s*s+c*c+l*l+u*u);s*=e,c*=e,l*=e,u*=e}}e[t]=s,e[t+1]=c,e[t+2]=l,e[t+3]=u}static multiplyQuaternionsFlat(e,t,n,r,i,a){let o=n[r],s=n[r+1],c=n[r+2],l=n[r+3],u=i[a],d=i[a+1],f=i[a+2],p=i[a+3];return e[t]=o*p+l*u+s*f-c*d,e[t+1]=s*p+l*d+c*u-o*f,e[t+2]=c*p+l*f+o*d-s*u,e[t+3]=l*p-o*u-s*d-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,n,r){return this._x=e,this._y=t,this._z=n,this._w=r,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){let n=e._x,r=e._y,i=e._z,a=e._order,o=Math.cos,s=Math.sin,c=o(n/2),l=o(r/2),u=o(i/2),d=s(n/2),f=s(r/2),p=s(i/2);switch(a){case`XYZ`:this._x=d*l*u+c*f*p,this._y=c*f*u-d*l*p,this._z=c*l*p+d*f*u,this._w=c*l*u-d*f*p;break;case`YXZ`:this._x=d*l*u+c*f*p,this._y=c*f*u-d*l*p,this._z=c*l*p-d*f*u,this._w=c*l*u+d*f*p;break;case`ZXY`:this._x=d*l*u-c*f*p,this._y=c*f*u+d*l*p,this._z=c*l*p+d*f*u,this._w=c*l*u-d*f*p;break;case`ZYX`:this._x=d*l*u-c*f*p,this._y=c*f*u+d*l*p,this._z=c*l*p-d*f*u,this._w=c*l*u+d*f*p;break;case`YZX`:this._x=d*l*u+c*f*p,this._y=c*f*u+d*l*p,this._z=c*l*p-d*f*u,this._w=c*l*u-d*f*p;break;case`XZY`:this._x=d*l*u-c*f*p,this._y=c*f*u-d*l*p,this._z=c*l*p+d*f*u,this._w=c*l*u+d*f*p;break;default:console.warn(`THREE.Quaternion: .setFromEuler() encountered an unknown order: `+a)}return t===!0&&this._onChangeCallback(),this}setFromAxisAngle(e,t){let n=t/2,r=Math.sin(n);return this._x=e.x*r,this._y=e.y*r,this._z=e.z*r,this._w=Math.cos(n),this._onChangeCallback(),this}setFromRotationMatrix(e){let t=e.elements,n=t[0],r=t[4],i=t[8],a=t[1],o=t[5],s=t[9],c=t[2],l=t[6],u=t[10],d=n+o+u;if(d>0){let e=.5/Math.sqrt(d+1);this._w=.25/e,this._x=(l-s)*e,this._y=(i-c)*e,this._z=(a-r)*e}else if(n>o&&n>u){let e=2*Math.sqrt(1+n-o-u);this._w=(l-s)/e,this._x=.25*e,this._y=(r+a)/e,this._z=(i+c)/e}else if(o>u){let e=2*Math.sqrt(1+o-n-u);this._w=(i-c)/e,this._x=(r+a)/e,this._y=.25*e,this._z=(s+l)/e}else{let e=2*Math.sqrt(1+u-n-o);this._w=(a-r)/e,this._x=(i+c)/e,this._y=(s+l)/e,this._z=.25*e}return this._onChangeCallback(),this}setFromUnitVectors(e,t){let n=e.dot(t)+1;return n<2**-52?(n=0,Math.abs(e.x)>Math.abs(e.z)?(this._x=-e.y,this._y=e.x,this._z=0,this._w=n):(this._x=0,this._y=-e.z,this._z=e.y,this._w=n)):(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=n),this.normalize()}angleTo(e){return 2*Math.acos(Math.abs(KV(this.dot(e),-1,1)))}rotateTowards(e,t){let n=this.angleTo(e);if(n===0)return this;let r=Math.min(1,t/n);return this.slerp(e,r),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*=e,this._y*=e,this._z*=e,this._w*=e),this._onChangeCallback(),this}multiply(e){return this.multiplyQuaternions(this,e)}premultiply(e){return this.multiplyQuaternions(e,this)}multiplyQuaternions(e,t){let n=e._x,r=e._y,i=e._z,a=e._w,o=t._x,s=t._y,c=t._z,l=t._w;return this._x=n*l+a*o+r*c-i*s,this._y=r*l+a*s+i*o-n*c,this._z=i*l+a*c+n*s-r*o,this._w=a*l-n*o-r*s-i*c,this._onChangeCallback(),this}slerp(e,t){if(t===0)return this;if(t===1)return this.copy(e);let n=this._x,r=this._y,i=this._z,a=this._w,o=a*e._w+n*e._x+r*e._y+i*e._z;if(o<0?(this._w=-e._w,this._x=-e._x,this._y=-e._y,this._z=-e._z,o=-o):this.copy(e),o>=1)return this._w=a,this._x=n,this._y=r,this._z=i,this;let s=1-o*o;if(s<=2**-52){let e=1-t;return this._w=e*a+t*this._w,this._x=e*n+t*this._x,this._y=e*r+t*this._y,this._z=e*i+t*this._z,this.normalize(),this}let c=Math.sqrt(s),l=Math.atan2(c,o),u=Math.sin((1-t)*l)/c,d=Math.sin(t*l)/c;return this._w=a*u+this._w*d,this._x=n*u+this._x*d,this._y=r*u+this._y*d,this._z=i*u+this._z*d,this._onChangeCallback(),this}slerpQuaternions(e,t,n){return this.copy(e).slerp(t,n)}random(){let e=2*Math.PI*Math.random(),t=2*Math.PI*Math.random(),n=Math.random(),r=Math.sqrt(1-n),i=Math.sqrt(n);return this.set(r*Math.sin(e),r*Math.cos(e),i*Math.sin(t),i*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}},HH=class e{constructor(t=0,n=0,r=0){e.prototype.isVector3=!0,this.x=t,this.y=n,this.z=r}set(e,t,n){return n===void 0&&(n=this.z),this.x=e,this.y=t,this.z=n,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 Error(`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 Error(`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(WH.setFromEuler(e))}applyAxisAngle(e,t){return this.applyQuaternion(WH.setFromAxisAngle(e,t))}applyMatrix3(e){let t=this.x,n=this.y,r=this.z,i=e.elements;return this.x=i[0]*t+i[3]*n+i[6]*r,this.y=i[1]*t+i[4]*n+i[7]*r,this.z=i[2]*t+i[5]*n+i[8]*r,this}applyNormalMatrix(e){return this.applyMatrix3(e).normalize()}applyMatrix4(e){let t=this.x,n=this.y,r=this.z,i=e.elements,a=1/(i[3]*t+i[7]*n+i[11]*r+i[15]);return this.x=(i[0]*t+i[4]*n+i[8]*r+i[12])*a,this.y=(i[1]*t+i[5]*n+i[9]*r+i[13])*a,this.z=(i[2]*t+i[6]*n+i[10]*r+i[14])*a,this}applyQuaternion(e){let t=this.x,n=this.y,r=this.z,i=e.x,a=e.y,o=e.z,s=e.w,c=2*(a*r-o*n),l=2*(o*t-i*r),u=2*(i*n-a*t);return this.x=t+s*c+a*u-o*l,this.y=n+s*l+o*c-i*u,this.z=r+s*u+i*l-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){let t=this.x,n=this.y,r=this.z,i=e.elements;return this.x=i[0]*t+i[4]*n+i[8]*r,this.y=i[1]*t+i[5]*n+i[9]*r,this.z=i[2]*t+i[6]*n+i[10]*r,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=KV(this.x,e.x,t.x),this.y=KV(this.y,e.y,t.y),this.z=KV(this.z,e.z,t.z),this}clampScalar(e,t){return this.x=KV(this.x,e,t),this.y=KV(this.y,e,t),this.z=KV(this.z,e,t),this}clampLength(e,t){let n=this.length();return this.divideScalar(n||1).multiplyScalar(KV(n,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,n){return this.x=e.x+(t.x-e.x)*n,this.y=e.y+(t.y-e.y)*n,this.z=e.z+(t.z-e.z)*n,this}cross(e){return this.crossVectors(this,e)}crossVectors(e,t){let n=e.x,r=e.y,i=e.z,a=t.x,o=t.y,s=t.z;return this.x=r*s-i*o,this.y=i*a-n*s,this.z=n*o-r*a,this}projectOnVector(e){let t=e.lengthSq();if(t===0)return this.set(0,0,0);let n=e.dot(this)/t;return this.copy(e).multiplyScalar(n)}projectOnPlane(e){return UH.copy(this).projectOnVector(e),this.sub(UH)}reflect(e){return this.sub(UH.copy(e).multiplyScalar(2*this.dot(e)))}angleTo(e){let t=Math.sqrt(this.lengthSq()*e.lengthSq());if(t===0)return Math.PI/2;let n=this.dot(e)/t;return Math.acos(KV(n,-1,1))}distanceTo(e){return Math.sqrt(this.distanceToSquared(e))}distanceToSquared(e){let t=this.x-e.x,n=this.y-e.y,r=this.z-e.z;return t*t+n*n+r*r}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,n){let r=Math.sin(t)*e;return this.x=r*Math.sin(n),this.y=Math.cos(t)*e,this.z=r*Math.cos(n),this}setFromCylindrical(e){return this.setFromCylindricalCoords(e.radius,e.theta,e.y)}setFromCylindricalCoords(e,t,n){return this.x=e*Math.sin(t),this.y=n,this.z=e*Math.cos(t),this}setFromMatrixPosition(e){let t=e.elements;return this.x=t[12],this.y=t[13],this.z=t[14],this}setFromMatrixScale(e){let t=this.setFromMatrixColumn(e,0).length(),n=this.setFromMatrixColumn(e,1).length(),r=this.setFromMatrixColumn(e,2).length();return this.x=t,this.y=n,this.z=r,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(){let e=Math.random()*Math.PI*2,t=Math.random()*2-1,n=Math.sqrt(1-t*t);return this.x=n*Math.cos(e),this.y=t,this.z=n*Math.sin(e),this}*[Symbol.iterator](){yield this.x,yield this.y,yield this.z}};const UH=new HH,WH=new VH;var GH=class e{constructor(t,n,r,i,a,o,s,c,l,u,d,f,p,m,h,g){e.prototype.isMatrix4=!0,this.elements=[1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1],t!==void 0&&this.set(t,n,r,i,a,o,s,c,l,u,d,f,p,m,h,g)}set(e,t,n,r,i,a,o,s,c,l,u,d,f,p,m,h){let g=this.elements;return g[0]=e,g[4]=t,g[8]=n,g[12]=r,g[1]=i,g[5]=a,g[9]=o,g[13]=s,g[2]=c,g[6]=l,g[10]=u,g[14]=d,g[3]=f,g[7]=p,g[11]=m,g[15]=h,this}identity(){return this.set(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1),this}clone(){return new e().fromArray(this.elements)}copy(e){let t=this.elements,n=e.elements;return t[0]=n[0],t[1]=n[1],t[2]=n[2],t[3]=n[3],t[4]=n[4],t[5]=n[5],t[6]=n[6],t[7]=n[7],t[8]=n[8],t[9]=n[9],t[10]=n[10],t[11]=n[11],t[12]=n[12],t[13]=n[13],t[14]=n[14],t[15]=n[15],this}copyPosition(e){let t=this.elements,n=e.elements;return t[12]=n[12],t[13]=n[13],t[14]=n[14],this}setFromMatrix3(e){let t=e.elements;return this.set(t[0],t[3],t[6],0,t[1],t[4],t[7],0,t[2],t[5],t[8],0,0,0,0,1),this}extractBasis(e,t,n){return e.setFromMatrixColumn(this,0),t.setFromMatrixColumn(this,1),n.setFromMatrixColumn(this,2),this}makeBasis(e,t,n){return this.set(e.x,t.x,n.x,0,e.y,t.y,n.y,0,e.z,t.z,n.z,0,0,0,0,1),this}extractRotation(e){let t=this.elements,n=e.elements,r=1/KH.setFromMatrixColumn(e,0).length(),i=1/KH.setFromMatrixColumn(e,1).length(),a=1/KH.setFromMatrixColumn(e,2).length();return t[0]=n[0]*r,t[1]=n[1]*r,t[2]=n[2]*r,t[3]=0,t[4]=n[4]*i,t[5]=n[5]*i,t[6]=n[6]*i,t[7]=0,t[8]=n[8]*a,t[9]=n[9]*a,t[10]=n[10]*a,t[11]=0,t[12]=0,t[13]=0,t[14]=0,t[15]=1,this}makeRotationFromEuler(e){let t=this.elements,n=e.x,r=e.y,i=e.z,a=Math.cos(n),o=Math.sin(n),s=Math.cos(r),c=Math.sin(r),l=Math.cos(i),u=Math.sin(i);if(e.order===`XYZ`){let e=a*l,n=a*u,r=o*l,i=o*u;t[0]=s*l,t[4]=-s*u,t[8]=c,t[1]=n+r*c,t[5]=e-i*c,t[9]=-o*s,t[2]=i-e*c,t[6]=r+n*c,t[10]=a*s}else if(e.order===`YXZ`){let e=s*l,n=s*u,r=c*l,i=c*u;t[0]=e+i*o,t[4]=r*o-n,t[8]=a*c,t[1]=a*u,t[5]=a*l,t[9]=-o,t[2]=n*o-r,t[6]=i+e*o,t[10]=a*s}else if(e.order===`ZXY`){let e=s*l,n=s*u,r=c*l,i=c*u;t[0]=e-i*o,t[4]=-a*u,t[8]=r+n*o,t[1]=n+r*o,t[5]=a*l,t[9]=i-e*o,t[2]=-a*c,t[6]=o,t[10]=a*s}else if(e.order===`ZYX`){let e=a*l,n=a*u,r=o*l,i=o*u;t[0]=s*l,t[4]=r*c-n,t[8]=e*c+i,t[1]=s*u,t[5]=i*c+e,t[9]=n*c-r,t[2]=-c,t[6]=o*s,t[10]=a*s}else if(e.order===`YZX`){let e=a*s,n=a*c,r=o*s,i=o*c;t[0]=s*l,t[4]=i-e*u,t[8]=r*u+n,t[1]=u,t[5]=a*l,t[9]=-o*l,t[2]=-c*l,t[6]=n*u+r,t[10]=e-i*u}else if(e.order===`XZY`){let e=a*s,n=a*c,r=o*s,i=o*c;t[0]=s*l,t[4]=-u,t[8]=c*l,t[1]=e*u+i,t[5]=a*l,t[9]=n*u-r,t[2]=r*u-n,t[6]=o*l,t[10]=i*u+e}return t[3]=0,t[7]=0,t[11]=0,t[12]=0,t[13]=0,t[14]=0,t[15]=1,this}makeRotationFromQuaternion(e){return this.compose(JH,e,YH)}lookAt(e,t,n){let r=this.elements;return QH.subVectors(e,t),QH.lengthSq()===0&&(QH.z=1),QH.normalize(),XH.crossVectors(n,QH),XH.lengthSq()===0&&(Math.abs(n.z)===1?QH.x+=1e-4:QH.z+=1e-4,QH.normalize(),XH.crossVectors(n,QH)),XH.normalize(),ZH.crossVectors(QH,XH),r[0]=XH.x,r[4]=ZH.x,r[8]=QH.x,r[1]=XH.y,r[5]=ZH.y,r[9]=QH.y,r[2]=XH.z,r[6]=ZH.z,r[10]=QH.z,this}multiply(e){return this.multiplyMatrices(this,e)}premultiply(e){return this.multiplyMatrices(e,this)}multiplyMatrices(e,t){let n=e.elements,r=t.elements,i=this.elements,a=n[0],o=n[4],s=n[8],c=n[12],l=n[1],u=n[5],d=n[9],f=n[13],p=n[2],m=n[6],h=n[10],g=n[14],_=n[3],v=n[7],y=n[11],b=n[15],x=r[0],S=r[4],ee=r[8],te=r[12],ne=r[1],re=r[5],ie=r[9],ae=r[13],oe=r[2],se=r[6],ce=r[10],le=r[14],ue=r[3],de=r[7],fe=r[11],pe=r[15];return i[0]=a*x+o*ne+s*oe+c*ue,i[4]=a*S+o*re+s*se+c*de,i[8]=a*ee+o*ie+s*ce+c*fe,i[12]=a*te+o*ae+s*le+c*pe,i[1]=l*x+u*ne+d*oe+f*ue,i[5]=l*S+u*re+d*se+f*de,i[9]=l*ee+u*ie+d*ce+f*fe,i[13]=l*te+u*ae+d*le+f*pe,i[2]=p*x+m*ne+h*oe+g*ue,i[6]=p*S+m*re+h*se+g*de,i[10]=p*ee+m*ie+h*ce+g*fe,i[14]=p*te+m*ae+h*le+g*pe,i[3]=_*x+v*ne+y*oe+b*ue,i[7]=_*S+v*re+y*se+b*de,i[11]=_*ee+v*ie+y*ce+b*fe,i[15]=_*te+v*ae+y*le+b*pe,this}multiplyScalar(e){let t=this.elements;return t[0]*=e,t[4]*=e,t[8]*=e,t[12]*=e,t[1]*=e,t[5]*=e,t[9]*=e,t[13]*=e,t[2]*=e,t[6]*=e,t[10]*=e,t[14]*=e,t[3]*=e,t[7]*=e,t[11]*=e,t[15]*=e,this}determinant(){let e=this.elements,t=e[0],n=e[4],r=e[8],i=e[12],a=e[1],o=e[5],s=e[9],c=e[13],l=e[2],u=e[6],d=e[10],f=e[14],p=e[3],m=e[7],h=e[11],g=e[15];return p*(+i*s*u-r*c*u-i*o*d+n*c*d+r*o*f-n*s*f)+m*(+t*s*f-t*c*d+i*a*d-r*a*f+r*c*l-i*s*l)+h*(+t*c*u-t*o*f-i*a*u+n*a*f+i*o*l-n*c*l)+g*(-r*o*l-t*s*u+t*o*d+r*a*u-n*a*d+n*s*l)}transpose(){let e=this.elements,t;return t=e[1],e[1]=e[4],e[4]=t,t=e[2],e[2]=e[8],e[8]=t,t=e[6],e[6]=e[9],e[9]=t,t=e[3],e[3]=e[12],e[12]=t,t=e[7],e[7]=e[13],e[13]=t,t=e[11],e[11]=e[14],e[14]=t,this}setPosition(e,t,n){let r=this.elements;return e.isVector3?(r[12]=e.x,r[13]=e.y,r[14]=e.z):(r[12]=e,r[13]=t,r[14]=n),this}invert(){let e=this.elements,t=e[0],n=e[1],r=e[2],i=e[3],a=e[4],o=e[5],s=e[6],c=e[7],l=e[8],u=e[9],d=e[10],f=e[11],p=e[12],m=e[13],h=e[14],g=e[15],_=u*h*c-m*d*c+m*s*f-o*h*f-u*s*g+o*d*g,v=p*d*c-l*h*c-p*s*f+a*h*f+l*s*g-a*d*g,y=l*m*c-p*u*c+p*o*f-a*m*f-l*o*g+a*u*g,b=p*u*s-l*m*s-p*o*d+a*m*d+l*o*h-a*u*h,x=t*_+n*v+r*y+i*b;if(x===0)return this.set(0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0);let S=1/x;return e[0]=_*S,e[1]=(m*d*i-u*h*i-m*r*f+n*h*f+u*r*g-n*d*g)*S,e[2]=(o*h*i-m*s*i+m*r*c-n*h*c-o*r*g+n*s*g)*S,e[3]=(u*s*i-o*d*i-u*r*c+n*d*c+o*r*f-n*s*f)*S,e[4]=v*S,e[5]=(l*h*i-p*d*i+p*r*f-t*h*f-l*r*g+t*d*g)*S,e[6]=(p*s*i-a*h*i-p*r*c+t*h*c+a*r*g-t*s*g)*S,e[7]=(a*d*i-l*s*i+l*r*c-t*d*c-a*r*f+t*s*f)*S,e[8]=y*S,e[9]=(p*u*i-l*m*i-p*n*f+t*m*f+l*n*g-t*u*g)*S,e[10]=(a*m*i-p*o*i+p*n*c-t*m*c-a*n*g+t*o*g)*S,e[11]=(l*o*i-a*u*i-l*n*c+t*u*c+a*n*f-t*o*f)*S,e[12]=b*S,e[13]=(l*m*r-p*u*r+p*n*d-t*m*d-l*n*h+t*u*h)*S,e[14]=(p*o*r-a*m*r-p*n*s+t*m*s+a*n*h-t*o*h)*S,e[15]=(a*u*r-l*o*r+l*n*s-t*u*s-a*n*d+t*o*d)*S,this}scale(e){let t=this.elements,n=e.x,r=e.y,i=e.z;return t[0]*=n,t[4]*=r,t[8]*=i,t[1]*=n,t[5]*=r,t[9]*=i,t[2]*=n,t[6]*=r,t[10]*=i,t[3]*=n,t[7]*=r,t[11]*=i,this}getMaxScaleOnAxis(){let e=this.elements,t=e[0]*e[0]+e[1]*e[1]+e[2]*e[2],n=e[4]*e[4]+e[5]*e[5]+e[6]*e[6],r=e[8]*e[8]+e[9]*e[9]+e[10]*e[10];return Math.sqrt(Math.max(t,n,r))}makeTranslation(e,t,n){return e.isVector3?this.set(1,0,0,e.x,0,1,0,e.y,0,0,1,e.z,0,0,0,1):this.set(1,0,0,e,0,1,0,t,0,0,1,n,0,0,0,1),this}makeRotationX(e){let t=Math.cos(e),n=Math.sin(e);return this.set(1,0,0,0,0,t,-n,0,0,n,t,0,0,0,0,1),this}makeRotationY(e){let t=Math.cos(e),n=Math.sin(e);return this.set(t,0,n,0,0,1,0,0,-n,0,t,0,0,0,0,1),this}makeRotationZ(e){let t=Math.cos(e),n=Math.sin(e);return this.set(t,-n,0,0,n,t,0,0,0,0,1,0,0,0,0,1),this}makeRotationAxis(e,t){let n=Math.cos(t),r=Math.sin(t),i=1-n,a=e.x,o=e.y,s=e.z,c=i*a,l=i*o;return this.set(c*a+n,c*o-r*s,c*s+r*o,0,c*o+r*s,l*o+n,l*s-r*a,0,c*s-r*o,l*s+r*a,i*s*s+n,0,0,0,0,1),this}makeScale(e,t,n){return this.set(e,0,0,0,0,t,0,0,0,0,n,0,0,0,0,1),this}makeShear(e,t,n,r,i,a){return this.set(1,n,i,0,e,1,a,0,t,r,1,0,0,0,0,1),this}compose(e,t,n){let r=this.elements,i=t._x,a=t._y,o=t._z,s=t._w,c=i+i,l=a+a,u=o+o,d=i*c,f=i*l,p=i*u,m=a*l,h=a*u,g=o*u,_=s*c,v=s*l,y=s*u,b=n.x,x=n.y,S=n.z;return r[0]=(1-(m+g))*b,r[1]=(f+y)*b,r[2]=(p-v)*b,r[3]=0,r[4]=(f-y)*x,r[5]=(1-(d+g))*x,r[6]=(h+_)*x,r[7]=0,r[8]=(p+v)*S,r[9]=(h-_)*S,r[10]=(1-(d+m))*S,r[11]=0,r[12]=e.x,r[13]=e.y,r[14]=e.z,r[15]=1,this}decompose(e,t,n){let r=this.elements,i=KH.set(r[0],r[1],r[2]).length(),a=KH.set(r[4],r[5],r[6]).length(),o=KH.set(r[8],r[9],r[10]).length(),s=this.determinant();s<0&&(i=-i),e.x=r[12],e.y=r[13],e.z=r[14],qH.copy(this);let c=1/i,l=1/a,u=1/o;return qH.elements[0]*=c,qH.elements[1]*=c,qH.elements[2]*=c,qH.elements[4]*=l,qH.elements[5]*=l,qH.elements[6]*=l,qH.elements[8]*=u,qH.elements[9]*=u,qH.elements[10]*=u,t.setFromRotationMatrix(qH),n.x=i,n.y=a,n.z=o,this}makePerspective(e,t,n,r,i,a,o=SH){let s=this.elements,c=2*i/(t-e),l=2*i/(n-r),u=(t+e)/(t-e),d=(n+r)/(n-r),f,p;if(o===SH)f=-(a+i)/(a-i),p=-2*a*i/(a-i);else if(o===CH)f=-a/(a-i),p=-a*i/(a-i);else throw Error(`THREE.Matrix4.makePerspective(): Invalid coordinate system: `+o);return s[0]=c,s[4]=0,s[8]=u,s[12]=0,s[1]=0,s[5]=l,s[9]=d,s[13]=0,s[2]=0,s[6]=0,s[10]=f,s[14]=p,s[3]=0,s[7]=0,s[11]=-1,s[15]=0,this}makeOrthographic(e,t,n,r,i,a,o=SH){let s=this.elements,c=1/(t-e),l=1/(n-r),u=1/(a-i),d=(t+e)*c,f=(n+r)*l,p,m;if(o===SH)p=(a+i)*u,m=-2*u;else if(o===CH)p=i*u,m=-1*u;else throw Error(`THREE.Matrix4.makeOrthographic(): Invalid coordinate system: `+o);return s[0]=2*c,s[4]=0,s[8]=0,s[12]=-d,s[1]=0,s[5]=2*l,s[9]=0,s[13]=-f,s[2]=0,s[6]=0,s[10]=m,s[14]=-p,s[3]=0,s[7]=0,s[11]=0,s[15]=1,this}equals(e){let t=this.elements,n=e.elements;for(let e=0;e<16;e++)if(t[e]!==n[e])return!1;return!0}fromArray(e,t=0){for(let n=0;n<16;n++)this.elements[n]=e[n+t];return this}toArray(e=[],t=0){let n=this.elements;return e[t]=n[0],e[t+1]=n[1],e[t+2]=n[2],e[t+3]=n[3],e[t+4]=n[4],e[t+5]=n[5],e[t+6]=n[6],e[t+7]=n[7],e[t+8]=n[8],e[t+9]=n[9],e[t+10]=n[10],e[t+11]=n[11],e[t+12]=n[12],e[t+13]=n[13],e[t+14]=n[14],e[t+15]=n[15],e}};const KH=new HH,qH=new GH,JH=new HH(0,0,0),YH=new HH(1,1,1),XH=new HH,ZH=new HH,QH=new HH;var $H=class e{constructor(t=0,n=0){e.prototype.isVector2=!0,this.x=t,this.y=n}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 Error(`index is out of range: `+e)}return this}getComponent(e){switch(e){case 0:return this.x;case 1:return this.y;default:throw Error(`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){let t=this.x,n=this.y,r=e.elements;return this.x=r[0]*t+r[3]*n+r[6],this.y=r[1]*t+r[4]*n+r[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=KV(this.x,e.x,t.x),this.y=KV(this.y,e.y,t.y),this}clampScalar(e,t){return this.x=KV(this.x,e,t),this.y=KV(this.y,e,t),this}clampLength(e,t){let n=this.length();return this.divideScalar(n||1).multiplyScalar(KV(n,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(){let e=Math.atan2(-this.y,-this.x)+Math.PI;return e}angleTo(e){let t=Math.sqrt(this.lengthSq()*e.lengthSq());if(t===0)return Math.PI/2;let n=this.dot(e)/t;return Math.acos(KV(n,-1,1))}distanceTo(e){return Math.sqrt(this.distanceToSquared(e))}distanceToSquared(e){let t=this.x-e.x,n=this.y-e.y;return t*t+n*n}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,n){return this.x=e.x+(t.x-e.x)*n,this.y=e.y+(t.y-e.y)*n,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){let n=Math.cos(t),r=Math.sin(t),i=this.x-e.x,a=this.y-e.y;return this.x=i*n-a*r+e.x,this.y=i*r+a*n+e.y,this}random(){return this.x=Math.random(),this.y=Math.random(),this}*[Symbol.iterator](){yield this.x,yield this.y}},eU=class e{constructor(t=0,n=0,r=0,i=1){e.prototype.isVector4=!0,this.x=t,this.y=n,this.z=r,this.w=i}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,n,r){return this.x=e,this.y=t,this.z=n,this.w=r,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 Error(`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 Error(`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?1:e.w,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){let t=this.x,n=this.y,r=this.z,i=this.w,a=e.elements;return this.x=a[0]*t+a[4]*n+a[8]*r+a[12]*i,this.y=a[1]*t+a[5]*n+a[9]*r+a[13]*i,this.z=a[2]*t+a[6]*n+a[10]*r+a[14]*i,this.w=a[3]*t+a[7]*n+a[11]*r+a[15]*i,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);let 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,n,r,i,a=.01,o=.1,s=e.elements,c=s[0],l=s[4],u=s[8],d=s[1],f=s[5],p=s[9],m=s[2],h=s[6],g=s[10];if(Math.abs(l-d)<a&&Math.abs(u-m)<a&&Math.abs(p-h)<a){if(Math.abs(l+d)<o&&Math.abs(u+m)<o&&Math.abs(p+h)<o&&Math.abs(c+f+g-3)<o)return this.set(1,0,0,0),this;t=Math.PI;let e=(c+1)/2,s=(f+1)/2,_=(g+1)/2,v=(l+d)/4,y=(u+m)/4,b=(p+h)/4;return e>s&&e>_?e<a?(n=0,r=.707106781,i=.707106781):(n=Math.sqrt(e),r=v/n,i=y/n):s>_?s<a?(n=.707106781,r=0,i=.707106781):(r=Math.sqrt(s),n=v/r,i=b/r):_<a?(n=.707106781,r=.707106781,i=0):(i=Math.sqrt(_),n=y/i,r=b/i),this.set(n,r,i,t),this}let _=Math.sqrt((h-p)*(h-p)+(u-m)*(u-m)+(d-l)*(d-l));return Math.abs(_)<.001&&(_=1),this.x=(h-p)/_,this.y=(u-m)/_,this.z=(d-l)/_,this.w=Math.acos((c+f+g-1)/2),this}setFromMatrixPosition(e){let 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=KV(this.x,e.x,t.x),this.y=KV(this.y,e.y,t.y),this.z=KV(this.z,e.z,t.z),this.w=KV(this.w,e.w,t.w),this}clampScalar(e,t){return this.x=KV(this.x,e,t),this.y=KV(this.y,e,t),this.z=KV(this.z,e,t),this.w=KV(this.w,e,t),this}clampLength(e,t){let n=this.length();return this.divideScalar(n||1).multiplyScalar(KV(n,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,n){return this.x=e.x+(t.x-e.x)*n,this.y=e.y+(t.y-e.y)*n,this.z=e.z+(t.z-e.z)*n,this.w=e.w+(t.w-e.w)*n,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}};function tU(e,t=0){let n=3735928559^t,r=1103547991^t;if(e instanceof Array)for(let t=0,i;t<e.length;t++)i=e[t],n=Math.imul(n^i,2654435761),r=Math.imul(r^i,1597334677);else for(let t=0,i;t<e.length;t++)i=e.charCodeAt(t),n=Math.imul(n^i,2654435761),r=Math.imul(r^i,1597334677);return n=Math.imul(n^n>>>16,2246822507),n^=Math.imul(r^r>>>13,3266489909),r=Math.imul(r^r>>>16,2246822507),r^=Math.imul(n^n>>>13,3266489909),4294967296*(2097151&r)+(n>>>0)}const nU=(...e)=>tU(e);function rU(e,t=!1){let n=[];e.isNode===!0&&(n.push(e.id),e=e.getSelf());for(let{property:r,childNode:i}of iU(e))n.push(tU(r.slice(0,-4)),i.getCacheKey(t));return tU(n)}function*iU(e,t=!1){for(let n in e){if(n.startsWith(`_`)===!0)continue;let r=e[n];if(Array.isArray(r)===!0)for(let e=0;e<r.length;e++){let i=r[e];i&&(i.isNode===!0||t&&typeof i.toJSON==`function`)&&(yield{property:n,index:e,childNode:i})}else if(r&&r.isNode===!0)yield{property:n,childNode:r};else if(typeof r==`object`)for(let e in r){let i=r[e];i&&(i.isNode===!0||t&&typeof i.toJSON==`function`)&&(yield{property:n,index:e,childNode:i})}}}function aU(e){if(e==null)return null;let t=typeof e;return e.isNode===!0?`node`:t===`number`?`float`:t===`boolean`?`bool`:t===`string`?`string`:t===`function`?`shader`:e.isVector2===!0?`vec2`:e.isVector3===!0?`vec3`:e.isVector4===!0?`vec4`:e.isMatrix2===!0?`mat2`:e.isMatrix3===!0?`mat3`:e.isMatrix4===!0?`mat4`:e.isColor===!0?`color`:e instanceof ArrayBuffer?`ArrayBuffer`:null}function oU(e,...t){let n=e?e.slice(-4):void 0;return t.length===1&&(n===`vec2`?t=[t[0],t[0]]:n===`vec3`?t=[t[0],t[0],t[0]]:n===`vec4`&&(t=[t[0],t[0],t[0],t[0]])),e===`color`?new RH(...t):n===`vec2`?new $H(...t):n===`vec3`?new HH(...t):n===`vec4`?new eU(...t):n===`mat2`?new BH(...t):n===`mat3`?new wH(...t):n===`mat4`?new GH(...t):e===`bool`?t[0]||!1:e===`float`||e===`int`||e===`uint`?t[0]||0:e===`string`?t[0]||``:e===`ArrayBuffer`?cU(t[0]):null}function sU(e){let t=``,n=new Uint8Array(e);for(let e=0;e<n.length;e++)t+=String.fromCharCode(n[e]);return btoa(t)}function cU(e){return Uint8Array.from(atob(e),e=>e.charCodeAt(0)).buffer}var lU=class{addEventListener(e,t){this._listeners===void 0&&(this._listeners={});let n=this._listeners;n[e]===void 0&&(n[e]=[]),n[e].indexOf(t)===-1&&n[e].push(t)}hasEventListener(e,t){let n=this._listeners;return n===void 0?!1:n[e]!==void 0&&n[e].indexOf(t)!==-1}removeEventListener(e,t){let n=this._listeners;if(n===void 0)return;let r=n[e];if(r!==void 0){let e=r.indexOf(t);e!==-1&&r.splice(e,1)}}dispatchEvent(e){let t=this._listeners;if(t===void 0)return;let n=t[e.type];if(n!==void 0){e.target=this;let t=n.slice(0);for(let n=0,r=t.length;n<r;n++)t[n].call(this,e);e.target=null}}};const uU={analyze:`setup`,generate:`analyze`};let dU=0;var fU=class extends lU{static get type(){return`Node`}constructor(e=null){super(),this.nodeType=e,this.updateType=RV.NONE,this.updateBeforeType=RV.NONE,this.updateAfterType=RV.NONE,this.uuid=pH.generateUUID(),this.version=0,this.global=!1,this.parents=!1,this.isNode=!0,this._cacheKey=null,this._cacheKeyVersion=0,Object.defineProperty(this,`id`,{value:dU++})}set needsUpdate(e){e===!0&&this.version++}get type(){return this.constructor.type}onUpdate(e,t){return this.updateType=t,this.update=e.bind(this.getSelf()),this}onFrameUpdate(e){return this.onUpdate(e,RV.FRAME)}onRenderUpdate(e){return this.onUpdate(e,RV.RENDER)}onObjectUpdate(e){return this.onUpdate(e,RV.OBJECT)}onReference(e){return this.updateReference=e.bind(this.getSelf()),this}getSelf(){return this.self||this}updateReference(){return this}isGlobal(){return this.global}*getChildren(){for(let{childNode:e}of iU(this))yield e}dispose(){this.dispatchEvent({type:`dispose`})}traverse(e){e(this);for(let t of this.getChildren())t.traverse(e)}getCacheKey(e=!1){return e||=this.version!==this._cacheKeyVersion,(e===!0||this._cacheKey===null)&&(this._cacheKey=nU(rU(this,e),this.customCacheKey()),this._cacheKeyVersion=this.version),this._cacheKey}customCacheKey(){return 0}getScope(){return this}getHash(){return this.uuid}getUpdateType(){return this.updateType}getUpdateBeforeType(){return this.updateBeforeType}getUpdateAfterType(){return this.updateAfterType}getElementType(e){let t=this.getNodeType(e),n=e.getElementType(t);return n}getMemberType(){return`void`}getNodeType(e){let t=e.getNodeProperties(this);return t.outputNode?t.outputNode.getNodeType(e):this.nodeType}getShared(e){let t=this.getHash(e),n=e.getNodeFromHash(t);return n||this}setup(e){let t=e.getNodeProperties(this),n=0;for(let e of this.getChildren())t[`node`+ n++]=e;return t.outputNode||null}analyze(e,t=null){let n=e.increaseUsage(this);if(this.parents===!0){let n=e.getDataFromNode(this,`any`);n.stages=n.stages||{},n.stages[e.shaderStage]=n.stages[e.shaderStage]||[],n.stages[e.shaderStage].push(t)}if(n===1){let t=e.getNodeProperties(this);for(let n of Object.values(t))n&&n.isNode===!0&&n.build(e,this)}}generate(e,t){let{outputNode:n}=e.getNodeProperties(this);if(n&&n.isNode===!0)return n.build(e,t)}updateBefore(){console.warn(`Abstract function.`)}updateAfter(){console.warn(`Abstract function.`)}update(){console.warn(`Abstract function.`)}build(e,t=null){let n=this.getShared(e);if(this!==n)return n.build(e,t);let r=e.getDataFromNode(this);r.buildStages=r.buildStages||{},r.buildStages[e.buildStage]=!0;let i=uU[e.buildStage];if(i&&r.buildStages[i]!==!0){let t=e.getBuildStage();e.setBuildStage(i),this.build(e),e.setBuildStage(t)}e.addNode(this),e.addChain(this);let a=null,o=e.getBuildStage();if(o===`setup`){this.updateReference(e);let t=e.getNodeProperties(this);if(t.initialized!==!0){t.initialized=!0,t.outputNode=this.setup(e)||t.outputNode||null;for(let n of Object.values(t))if(n&&n.isNode===!0){if(n.parents===!0){let t=e.getNodeProperties(n);t.parents=t.parents||[],t.parents.push(this)}n.build(e)}}a=t.outputNode}else if(o===`analyze`)this.analyze(e,t);else if(o===`generate`){let n=this.generate.length===1;if(n){let n=this.getNodeType(e),r=e.getDataFromNode(this);a=r.snippet,a===void 0?r.generated===void 0?(r.generated=!0,a=this.generate(e)||``,r.snippet=a):(console.warn(`THREE.Node: Recursion detected.`,this),a=``):r.flowCodes!==void 0&&e.context.nodeBlock!==void 0&&e.addFlowCodeHierarchy(this,e.context.nodeBlock),a=e.format(a,n,t)}else a=this.generate(e,t)||``}return e.removeChain(this),e.addSequentialNode(this),a}getSerializeChildren(){return iU(this)}serialize(e){let t=this.getSerializeChildren(),n={};for(let{property:r,index:i,childNode:a}of t)i===void 0?n[r]=a.toJSON(e.meta).uuid:(n[r]===void 0&&(n[r]=Number.isInteger(i)?[]:{}),n[r][i]=a.toJSON(e.meta).uuid);Object.keys(n).length>0&&(e.inputNodes=n)}deserialize(e){if(e.inputNodes!==void 0){let t=e.meta.nodes;for(let n in e.inputNodes)if(Array.isArray(e.inputNodes[n])){let r=[];for(let i of e.inputNodes[n])r.push(t[i]);this[n]=r}else if(typeof e.inputNodes[n]==`object`){let r={};for(let i in e.inputNodes[n]){let a=e.inputNodes[n][i];r[i]=t[a]}this[n]=r}else{let r=e.inputNodes[n];this[n]=t[r]}}}toJSON(e){let{uuid:t,type:n}=this,r=e===void 0||typeof e==`string`;r&&(e={textures:{},images:{},nodes:{}});let i=e.nodes[t];i===void 0&&(i={uuid:t,type:n,meta:e,metadata:{version:4.7,type:`Node`,generator:`Node.toJSON`}},r!==!0&&(e.nodes[i.uuid]=i),this.serialize(i),delete i.meta);function a(e){let t=[];for(let n in e){let r=e[n];delete r.metadata,t.push(r)}return t}if(r){let t=a(e.textures),n=a(e.images),r=a(e.nodes);t.length>0&&(i.textures=t),n.length>0&&(i.images=n),r.length>0&&(i.nodes=r)}return i}},pU=fU,mU=class extends pU{static get type(){return`TempNode`}constructor(e=null){super(e),this.isTempNode=!0}hasDependencies(e){return e.getDataFromNode(this).usageCount>1}build(e,t){let n=e.getBuildStage();if(n===`generate`){let n=e.getVectorType(this.getNodeType(e,t)),r=e.getDataFromNode(this);if(r.propertyName!==void 0)return e.format(r.propertyName,n,t);if(n!==`void`&&t!==`void`&&this.hasDependencies(e)){let i=super.build(e,n),a=e.getVarFromNode(this,null,n),o=e.getPropertyName(a);return e.addLineFlowCode(`${o} = ${i}`,this),r.snippet=i,r.propertyName=o,e.format(r.propertyName,n,t)}}return super.build(e,t)}},hU=mU,gU=class extends pU{static get type(){return`ArrayElementNode`}constructor(e,t){super(),this.node=e,this.indexNode=t,this.isArrayElementNode=!0}getNodeType(e){return this.node.getElementType(e)}generate(e){let t=this.indexNode.getNodeType(e),n=this.node.build(e),r=this.indexNode.build(e,!e.isVector(t)&&e.isInteger(t)?t:`uint`);return`${n}[ ${r} ]`}},_U=gU,vU=class extends pU{static get type(){return`ConvertNode`}constructor(e,t){super(),this.node=e,this.convertTo=t}getNodeType(e){let t=this.node.getNodeType(e),n=null;for(let r of this.convertTo.split(`|`))(n===null||e.getTypeLength(t)===e.getTypeLength(r))&&(n=r);return n}serialize(e){super.serialize(e),e.convertTo=this.convertTo}deserialize(e){super.deserialize(e),this.convertTo=e.convertTo}generate(e,t){let n=this.node,r=this.getNodeType(e),i=n.build(e,r);return e.format(i,r,t)}},yU=vU,bU=class extends hU{static get type(){return`JoinNode`}constructor(e=[],t=null){super(t),this.nodes=e}getNodeType(e){return this.nodeType===null?e.getTypeFromLength(this.nodes.reduce((t,n)=>t+e.getTypeLength(n.getNodeType(e)),0)):e.getVectorType(this.nodeType)}generate(e,t){let n=this.getNodeType(e),r=e.getTypeLength(n),i=this.nodes,a=e.getComponentType(n),o=[],s=0;for(let t of i){if(s>=r){console.error(`THREE.TSL: Length of parameters exceeds maximum length of function '${n}()' type.`);break}let i=t.getNodeType(e),c=e.getTypeLength(i),l;s+c>r&&(console.error(`THREE.TSL: Length of '${n}()' data exceeds maximum length of output type.`),c=r-s,i=e.getTypeFromLength(c)),s+=c,l=t.build(e,i);let u=e.getComponentType(i);u!==a&&(l=e.format(l,u,a)),o.push(l)}let c=`${e.getType(n)}( ${o.join(`, `)} )`;return e.format(c,n,t)}},xU=bU;const SU=BV.join(``);var CU=class extends pU{static get type(){return`SplitNode`}constructor(e,t=`x`){super(),this.node=e,this.components=t,this.isSplitNode=!0}getVectorLength(){let e=this.components.length;for(let t of this.components)e=Math.max(BV.indexOf(t)+1,e);return e}getComponentType(e){return e.getComponentType(this.node.getNodeType(e))}getNodeType(e){return e.getTypeFromLength(this.components.length,this.getComponentType(e))}generate(e,t){let n=this.node,r=e.getTypeLength(n.getNodeType(e)),i=null;if(r>1){let a=null,o=this.getVectorLength();o>=r&&(a=e.getTypeFromLength(this.getVectorLength(),this.getComponentType(e)));let s=n.build(e,a);i=this.components.length===r&&this.components===SU.slice(0,this.components.length)?e.format(s,a,t):e.format(`${s}.${this.components}`,this.getNodeType(e),t)}else i=n.build(e,t);return i}serialize(e){super.serialize(e),e.components=this.components}deserialize(e){super.deserialize(e),this.components=e.components}},wU=CU,TU=class extends hU{static get type(){return`SetNode`}constructor(e,t,n){super(),this.sourceNode=e,this.components=t,this.targetNode=n}getNodeType(e){return this.sourceNode.getNodeType(e)}generate(e){let{sourceNode:t,components:n,targetNode:r}=this,i=this.getNodeType(e),a=e.getComponentType(r.getNodeType(e)),o=e.getTypeFromLength(n.length,a),s=r.build(e,o),c=t.build(e,i),l=e.getTypeLength(i),u=[];for(let e=0;e<l;e++){let t=BV[e];t===n[0]?(u.push(s),e+=n.length-1):u.push(c+`.`+t)}return`${e.getType(i)}( ${u.join(`, `)} )`}},EU=TU,DU=class extends hU{static get type(){return`FlipNode`}constructor(e,t){super(),this.sourceNode=e,this.components=t}getNodeType(e){return this.sourceNode.getNodeType(e)}generate(e){let{components:t,sourceNode:n}=this,r=this.getNodeType(e),i=n.build(e),a=e.getVarFromNode(this),o=e.getPropertyName(a);e.addLineFlowCode(o+` = `+i,this);let s=e.getTypeLength(r),c=[],l=0;for(let e=0;e<s;e++){let n=BV[e];n===t[l]?(c.push(`1.0 - `+(o+`.`+n)),l++):c.push(o+`.`+n)}return`${e.getType(r)}( ${c.join(`, `)} )`}},OU=DU,kU=class extends pU{static get type(){return`InputNode`}constructor(e,t=null){super(t),this.isInputNode=!0,this.value=e,this.precision=null}getNodeType(){return this.nodeType===null?aU(this.value):this.nodeType}getInputType(e){return this.getNodeType(e)}setPrecision(e){return this.precision=e,this}serialize(e){super.serialize(e),e.value=this.value,this.value&&this.value.toArray&&(e.value=this.value.toArray()),e.valueType=aU(this.value),e.nodeType=this.nodeType,e.valueType===`ArrayBuffer`&&(e.value=sU(e.value)),e.precision=this.precision}deserialize(e){super.deserialize(e),this.nodeType=e.nodeType,this.value=Array.isArray(e.value)?oU(e.valueType,...e.value):e.value,this.precision=e.precision||null,this.value&&this.value.fromArray&&(this.value=this.value.fromArray(e.value))}generate(){console.warn(`Abstract function.`)}},AU=kU;const jU=/float|u?int/;var MU=class extends AU{static get type(){return`ConstNode`}constructor(e,t=null){super(e,t),this.isConstNode=!0}generateConst(e){return e.generateConst(this.getNodeType(e),this.value)}generate(e,t){let n=this.getNodeType(e);return jU.test(n)&&jU.test(t)?e.generateConst(t,this.value):e.format(this.generateConst(e),n,t)}},NU=MU,PU=class extends pU{static get type(){return`MemberNode`}constructor(e,t){super(),this.node=e,this.property=t,this.isMemberNode=!0}getNodeType(e){return this.node.getMemberType(e,this.property)}generate(e){let t=this.node.build(e);return t+`.`+this.property}},FU=PU;let IU=null;const LU=new Map;function R(e,t){if(LU.has(e)){console.warn(`THREE.TSL: Redefinition of method chaining '${e}'.`);return}if(typeof t!=`function`)throw Error(`THREE.TSL: Node element ${e} is not a function`);LU.set(e,t)}const RU=e=>e.replace(/r|s/g,`x`).replace(/g|t/g,`y`).replace(/b|p/g,`z`).replace(/a|q/g,`w`),zU=e=>RU(e).split(``).sort().join(``),BU={setup(e,t){let n=t.shift();return e(dW(n),...t)},get(e,t,n){if(typeof t==`string`&&e[t]===void 0){if(e.isStackNode!==!0&&t===`assign`)return(...e)=>(IU.assign(n,...e),n);if(LU.has(t)){let r=LU.get(t);return e.isStackNode?(...e)=>n.add(r(...e)):(...e)=>r(n,...e)}else if(t===`self`)return e;else if(t.endsWith(`Assign`)&&LU.has(t.slice(0,t.length-6))){let r=LU.get(t.slice(0,t.length-6));return e.isStackNode?(...e)=>n.assign(e[0],r(...e)):(...e)=>n.assign(r(n,...e))}else if(/^[xyzwrgbastpq]{1,4}$/.test(t)===!0)return t=RU(t),uW(new wU(n,t));else if(/^set[XYZWRGBASTPQ]{1,4}$/.test(t)===!0)return t=zU(t.slice(3).toLowerCase()),n=>uW(new EU(e,t,uW(n)));else if(/^flip[XYZWRGBASTPQ]{1,4}$/.test(t)===!0)return t=zU(t.slice(4).toLowerCase()),()=>uW(new OU(uW(e),t));else if(t===`width`||t===`height`||t===`depth`)return t===`width`?t=`x`:t===`height`?t=`y`:t===`depth`&&(t=`z`),uW(new wU(e,t));else if(/^\d+$/.test(t)===!0)return uW(new _U(n,new NU(Number(t),`uint`)));else if(/^get$/.test(t)===!0)return e=>uW(new FU(n,e))}return Reflect.get(e,t,n)},set(e,t,n,r){return typeof t==`string`&&e[t]===void 0&&(/^[xyzwrgbastpq]{1,4}$/.test(t)===!0||t===`width`||t===`height`||t===`depth`||/^\d+$/.test(t)===!0)?(r[t].assign(n),!0):Reflect.set(e,t,n,r)}},VU=new WeakMap,HU=new WeakMap,UU=function(e,t=null){let n=aU(e);if(n===`node`){let t=VU.get(e);return t===void 0&&(t=new Proxy(e,BU),VU.set(e,t),VU.set(t,t)),t}else if(t===null&&(n===`float`||n===`boolean`)||n&&n!==`shader`&&n!==`string`)return uW(aW(e,t));else if(n===`shader`)return mW(e);return e},WU=function(e,t=null){for(let n in e)e[n]=uW(e[n],t);return e},GU=function(e,t=null){let n=e.length;for(let r=0;r<n;r++)e[r]=uW(e[r],t);return e},KU=function(e,t=null,n=null,r=null){let i=e=>uW(r===null?e:Object.assign(e,r)),a,o=t,s,c;function l(t){let n;return n=o?/[a-z]/i.test(o)?o+`()`:o:e.type,s!==void 0&&t.length<s?(console.error(`THREE.TSL: "${n}" parameter length is less than minimum required.`),t.concat(Array(s-t.length).fill(0))):c!==void 0&&t.length>c?(console.error(`THREE.TSL: "${n}" parameter length exceeds limit.`),t.slice(0,c)):t}return t===null?a=(...t)=>i(new e(...fW(l(t)))):n===null?a=(...n)=>i(new e(t,...fW(l(n)))):(n=uW(n),a=(...r)=>i(new e(t,...fW(l(r)),n))),a.setParameterLength=(...e)=>(e.length===1?s=c=e[0]:e.length===2&&([s,c]=e),a),a.setName=e=>(o=e,a),a};var qU=class extends pU{constructor(e,t){super(),this.shaderNode=e,this.inputNodes=t,this.isShaderCallNodeInternal=!0}getNodeType(e){return this.shaderNode.nodeType||this.getOutputNode(e).getNodeType(e)}getMemberType(e,t){return this.getOutputNode(e).getMemberType(e,t)}call(e){let{shaderNode:t,inputNodes:n}=this,r=e.getNodeProperties(t),i=t.namespace&&t.namespace===e.namespace?e.getNamespace(`once`):`once`;if(r[i])return r[i];let a=null;if(t.layout){let r=HU.get(e.constructor);r===void 0&&(r=new WeakMap,HU.set(e.constructor,r));let i=r.get(t);i===void 0&&(i=uW(e.buildFunctionNode(t)),r.set(t,i)),e.addInclude(i),a=uW(i.call(n))}else{let r=t.jsFunc,i=n!==null||r.length>1?r(n||[],e):r(e);a=uW(i)}return t.once&&(r[i]=a),a}setupOutput(e){return e.addStack(),e.stack.outputNode=this.call(e),e.removeStack()}getOutputNode(e){let t=e.getNodeProperties(this),n=e.getOutputNamespace();return t[n]=t[n]||this.setupOutput(e),t[n]}build(e,t=null){let n=null,r=e.getBuildStage(),i=e.getNodeProperties(this),a=e.getOutputNamespace(),o=this.getOutputNode(e);if(r===`setup`){let t=e.getNamespace(`initialized`);i[t]!==!0&&(i[t]=!0,i[a]=this.getOutputNode(e),i[a].build(e)),n=i[a]}else r===`analyze`?o.build(e,t):r===`generate`&&(n=o.build(e,t)||``);return n}},JU=class extends pU{constructor(e,t){super(t),this.jsFunc=e,this.layout=null,this.global=!0,this.once=!1,this.namespace=null}setLayout(e){return this.layout=e,this}call(e=null){return dW(e),uW(new qU(this,e))}setup(){return this.call()}};const YU=[!1,!0],XU=[0,1,2,3],ZU=[-1,-2],QU=[.5,1.5,1/3,1e-6,1e6,Math.PI,Math.PI*2,1/Math.PI,2/Math.PI,1/(Math.PI*2),Math.PI/2],$U=new Map;for(let e of YU)$U.set(e,new NU(e));const eW=new Map;for(let e of XU)eW.set(e,new NU(e,`uint`));const tW=new Map([...eW].map(e=>new NU(e.value,`int`)));for(let e of ZU)tW.set(e,new NU(e,`int`));const nW=new Map([...tW].map(e=>new NU(e.value)));for(let e of QU)nW.set(e,new NU(e));for(let e of QU)nW.set(-e,new NU(-e));const rW={bool:$U,uint:eW,ints:tW,float:nW},iW=new Map([...$U,...nW]),aW=(e,t)=>iW.has(e)?iW.get(e):e.isNode===!0?e:new NU(e,t),oW=e=>{try{return e.getNodeType()}catch{return}},sW=function(e,t=null){return(...n)=>{if((n.length===0||![`bool`,`float`,`int`,`uint`].includes(e)&&n.every(e=>typeof e!=`object`))&&(n=[oU(e,...n)]),n.length===1&&t!==null&&t.has(n[0]))return uW(t.get(n[0]));if(n.length===1){let t=aW(n[0],e);return oW(t)===e?uW(t):uW(new yU(t,e))}let r=n.map(e=>aW(e));return uW(new xU(r,e))}},cW=e=>e==null?null:e.nodeType||e.convertTo||(typeof e==`string`?e:null);function lW(e,t){return new Proxy(new JU(e,t),BU)}const uW=(e,t=null)=>UU(e,t),dW=(e,t=null)=>new WU(e,t),fW=(e,t=null)=>new GU(e,t),z=(...e)=>new KU(...e);let pW=0;const mW=(e,t=null)=>{let n=null;t!==null&&(typeof t==`object`?n=t.return:(typeof t==`string`?n=t:console.error(`THREE.TSL: Invalid layout type.`),t=null));let r=new lW(e,n),i=(...e)=>{let t;dW(e);let i=e[0]&&(e[0].isNode||Object.getPrototypeOf(e[0])!==Object.prototype);t=i?[...e]:e[0];let a=r.call(t);return n===`void`&&a.toStack(),a};if(i.shaderNode=r,i.id=r.id,i.getNodeType=(...e)=>r.getNodeType(...e),i.getCacheKey=(...e)=>r.getCacheKey(...e),i.setLayout=e=>(r.setLayout(e),i),i.once=(e=null)=>(r.once=!0,r.namespace=e,i),t!==null){if(typeof t.inputs!=`object`){let e={name:`fn`+ pW++,type:n,inputs:[]};for(let n in t){if(n===`return`)continue;e.inputs.push({name:n,type:t[n]})}t=e}i.setLayout(t)}return i};function hW(e){return IU&&IU.add(e),e}R(`toStack`,hW);const gW=new sW(`color`),_W=new sW(`float`,rW.float),vW=new sW(`int`,rW.ints),yW=new sW(`uint`,rW.uint),bW=new sW(`bool`,rW.bool),xW=new sW(`vec2`),SW=new sW(`ivec2`),CW=new sW(`uvec2`),wW=new sW(`bvec2`),TW=new sW(`vec3`),EW=new sW(`ivec3`),DW=new sW(`uvec3`),OW=new sW(`bvec3`),kW=new sW(`vec4`),AW=new sW(`ivec4`),jW=new sW(`uvec4`),MW=new sW(`bvec4`),NW=new sW(`mat2`),PW=new sW(`mat3`),FW=new sW(`mat4`);R(`toColor`,gW),R(`toFloat`,_W),R(`toInt`,vW),R(`toUint`,yW),R(`toBool`,bW),R(`toVec2`,xW),R(`toIVec2`,SW),R(`toUVec2`,CW),R(`toBVec2`,wW),R(`toVec3`,TW),R(`toIVec3`,EW),R(`toUVec3`,DW),R(`toBVec3`,OW),R(`toVec4`,kW),R(`toIVec4`,AW),R(`toUVec4`,jW),R(`toBVec4`,MW),R(`toMat2`,NW),R(`toMat3`,PW),R(`toMat4`,FW);const IW=z(_U).setParameterLength(2),LW=(e,t)=>uW(new yU(uW(e),t));R(`element`,IW),R(`convert`,LW),R(`append`,e=>(console.warn(`THREE.TSL: .append() has been renamed to .toStack().`),hW(e)));const RW={"==":`equal`,"!=":`notEqual`,"<":`lessThan`,">":`greaterThan`,"<=":`lessThanEqual`,">=":`greaterThanEqual`,"%":`mod`};var zW=class e extends hU{static get type(){return`OperatorNode`}constructor(t,n,r,...i){if(super(),i.length>0){let a=new e(t,n,r);for(let n=0;n<i.length-1;n++)a=new e(t,a,i[n]);n=a,r=i[i.length-1]}this.op=t,this.aNode=n,this.bNode=r,this.isOperatorNode=!0}getOperatorMethod(e,t){return e.getMethod(RW[this.op],t)}getNodeType(e){let t=this.op,n=this.aNode,r=this.bNode,i=n.getNodeType(e),a=r?r.getNodeType(e):null;if(i===`void`||a===`void`)return`void`;if(t===`%`)return i;if(t===`~`||t===`&`||t===`|`||t===`^`||t===`>>`||t===`<<`)return e.getIntegerType(i);if(t===`!`||t===`&&`||t===`||`||t===`^^`)return`bool`;if(t===`==`||t===`!=`||t===`<`||t===`>`||t===`<=`||t===`>=`){let t=Math.max(e.getTypeLength(i),e.getTypeLength(a));return t>1?`bvec${t}`:`bool`}else{if(e.isMatrix(i)){if(a===`float`)return i;if(e.isVector(a))return e.getVectorFromMatrix(i);if(e.isMatrix(a))return i}else if(e.isMatrix(a)){if(i===`float`)return a;if(e.isVector(i))return e.getVectorFromMatrix(a)}return e.getTypeLength(a)>e.getTypeLength(i)?a:i}}generate(e,t){let n=this.op,{aNode:r,bNode:i}=this,a=this.getNodeType(e),o=null,s=null;a===`void`?o=s=a:(o=r.getNodeType(e),s=i?i.getNodeType(e):null,n===`<`||n===`>`||n===`<=`||n===`>=`||n===`==`||n===`!=`?e.isVector(o)?s=o:e.isVector(s)?o=s:o!==s&&(o=s=`float`):n===`>>`||n===`<<`?(o=a,s=e.changeComponentType(s,`uint`)):n===`%`?(o=a,s=e.isInteger(o)&&e.isInteger(s)?s:o):e.isMatrix(o)?s===`float`?s=`float`:e.isVector(s)?s=e.getVectorFromMatrix(o):e.isMatrix(s)||(o=s=a):o=e.isMatrix(s)?o===`float`?`float`:e.isVector(o)?e.getVectorFromMatrix(s):s=a:s=a);let c=r.build(e,o),l=i?i.build(e,s):null,u=e.getFunctionOperator(n);if(t!==`void`){let r=e.renderer.coordinateSystem===SH;if(n===`==`||n===`!=`||n===`<`||n===`>`||n===`<=`||n===`>=`)return r&&e.isVector(o)?e.format(`${this.getOperatorMethod(e,t)}( ${c}, ${l} )`,a,t):e.format(`( ${c} ${n} ${l} )`,a,t);if(n===`%`)return e.isInteger(s)?e.format(`( ${c} % ${l} )`,a,t):e.format(`${this.getOperatorMethod(e,a)}( ${c}, ${l} )`,a,t);if(n===`!`||n===`~`)return e.format(`(${n}${c})`,o,t);if(u)return e.format(`${u}( ${c}, ${l} )`,a,t);if(e.isMatrix(o)&&s===`float`)return e.format(`( ${l} ${n} ${c} )`,a,t);if(o===`float`&&e.isMatrix(s))return e.format(`${c} ${n} ${l}`,a,t);{let i=`( ${c} ${n} ${l} )`;return!r&&a===`bool`&&e.isVector(o)&&e.isVector(s)&&(i=`all${i}`),e.format(i,a,t)}}else if(o!==`void`)return u?e.format(`${u}( ${c}, ${l} )`,a,t):e.isMatrix(o)&&s===`float`?e.format(`${l} ${n} ${c}`,a,t):e.format(`${c} ${n} ${l}`,a,t)}serialize(e){super.serialize(e),e.op=this.op}deserialize(e){super.deserialize(e),this.op=e.op}};const BW=z(zW,`+`).setParameterLength(2,1/0).setName(`add`),VW=z(zW,`-`).setParameterLength(2,1/0).setName(`sub`),HW=z(zW,`*`).setParameterLength(2,1/0).setName(`mul`),UW=z(zW,`/`).setParameterLength(2,1/0).setName(`div`),WW=z(zW,`%`).setParameterLength(2).setName(`mod`),GW=z(zW,`==`).setParameterLength(2).setName(`equal`),KW=z(zW,`!=`).setParameterLength(2).setName(`notEqual`),qW=z(zW,`<`).setParameterLength(2).setName(`lessThan`),JW=z(zW,`>`).setParameterLength(2).setName(`greaterThan`),YW=z(zW,`<=`).setParameterLength(2).setName(`lessThanEqual`),XW=z(zW,`>=`).setParameterLength(2).setName(`greaterThanEqual`),ZW=z(zW,`&&`).setParameterLength(2,1/0).setName(`and`),QW=z(zW,`||`).setParameterLength(2,1/0).setName(`or`),$W=z(zW,`!`).setParameterLength(1).setName(`not`),eG=z(zW,`^^`).setParameterLength(2).setName(`xor`),tG=z(zW,`&`).setParameterLength(2).setName(`bitAnd`),nG=z(zW,`~`).setParameterLength(2).setName(`bitNot`),rG=z(zW,`|`).setParameterLength(2).setName(`bitOr`),iG=z(zW,`^`).setParameterLength(2).setName(`bitXor`),aG=z(zW,`<<`).setParameterLength(2).setName(`shiftLeft`),oG=z(zW,`>>`).setParameterLength(2).setName(`shiftRight`),sG=mW(([e])=>(e.addAssign(1),e)),cG=mW(([e])=>(e.subAssign(1),e)),lG=mW(([e])=>{let t=vW(e).toConst();return e.addAssign(1),t}),uG=mW(([e])=>{let t=vW(e).toConst();return e.subAssign(1),t});R(`add`,BW),R(`sub`,VW),R(`mul`,HW),R(`div`,UW),R(`mod`,WW),R(`equal`,GW),R(`notEqual`,KW),R(`lessThan`,qW),R(`greaterThan`,JW),R(`lessThanEqual`,YW),R(`greaterThanEqual`,XW),R(`and`,ZW),R(`or`,QW),R(`not`,$W),R(`xor`,eG),R(`bitAnd`,tG),R(`bitNot`,nG),R(`bitOr`,rG),R(`bitXor`,iG),R(`shiftLeft`,aG),R(`shiftRight`,oG),R(`incrementBefore`,sG),R(`decrementBefore`,cG),R(`increment`,lG),R(`decrement`,uG);const dG=(e,t)=>(console.warn(`THREE.TSL: "remainder()" is deprecated. Use "mod( int( ... ) )" instead.`),WW(e,t)),fG=(e,t)=>(console.warn(`THREE.TSL: "modInt()" is deprecated. Use "mod( int( ... ) )" instead.`),WW(vW(e),vW(t)));R(`remainder`,dG),R(`modInt`,fG);var B=class e extends hU{static get type(){return`MathNode`}constructor(t,n,r=null,i=null){if(super(),(t===e.MAX||t===e.MIN)&&arguments.length>3){let a=new e(t,n,r);for(let n=2;n<arguments.length-1;n++)a=new e(t,a,arguments[n]);n=a,r=arguments[arguments.length-1],i=null}this.method=t,this.aNode=n,this.bNode=r,this.cNode=i,this.isMathNode=!0}getInputType(e){let t=this.aNode.getNodeType(e),n=this.bNode?this.bNode.getNodeType(e):null,r=this.cNode?this.cNode.getNodeType(e):null,i=e.isMatrix(t)?0:e.getTypeLength(t),a=e.isMatrix(n)?0:e.getTypeLength(n),o=e.isMatrix(r)?0:e.getTypeLength(r);return i>a&&i>o?t:a>o?n:o>i?r:t}getNodeType(t){let n=this.method;return n===e.LENGTH||n===e.DISTANCE||n===e.DOT?`float`:n===e.CROSS?`vec3`:n===e.ALL||n===e.ANY?`bool`:n===e.EQUALS?t.changeComponentType(this.aNode.getNodeType(t),`bool`):this.getInputType(t)}setup(t){let{aNode:n,bNode:r,method:i}=this,a=null;if(i===e.ONE_MINUS)a=VW(1,n);else if(i===e.RECIPROCAL)a=UW(1,n);else if(i===e.DIFFERENCE)a=PG(VW(n,r));else if(i===e.TRANSFORM_DIRECTION){let e=n,i=r;t.isMatrix(e.getNodeType(t))?i=kW(TW(i),0):e=kW(TW(e),0);let o=HW(e,i).xyz;a=EG(o)}return a===null?super.setup(t):a}generate(t,n){let r=t.getNodeProperties(this);if(r.outputNode)return super.generate(t,n);let i=this.method,a=this.getNodeType(t),o=this.getInputType(t),s=this.aNode,c=this.bNode,l=this.cNode,u=t.renderer.coordinateSystem;if(i===e.NEGATE)return t.format(`( - `+s.build(t,o)+` )`,a,n);{let r=[];return i===e.CROSS?r.push(s.build(t,a),c.build(t,a)):u===SH&&i===e.STEP?r.push(s.build(t,t.getTypeLength(s.getNodeType(t))===1?`float`:o),c.build(t,o)):u===SH&&(i===e.MIN||i===e.MAX)?r.push(s.build(t,o),c.build(t,t.getTypeLength(c.getNodeType(t))===1?`float`:o)):i===e.REFRACT?r.push(s.build(t,o),c.build(t,o),l.build(t,`float`)):i===e.MIX?r.push(s.build(t,o),c.build(t,o),l.build(t,t.getTypeLength(l.getNodeType(t))===1?`float`:o)):(u===CH&&i===e.ATAN&&c!==null&&(i=`atan2`),t.shaderStage!==`fragment`&&(i===e.DFDX||i===e.DFDY)&&(console.warn(`THREE.TSL: '${i}' is not supported in the ${t.shaderStage} stage.`),i=`/*`+i+`*/`),r.push(s.build(t,o)),c!==null&&r.push(c.build(t,o)),l!==null&&r.push(l.build(t,o))),t.format(`${t.getMethod(i,a)}( ${r.join(`, `)} )`,a,n)}}serialize(e){super.serialize(e),e.method=this.method}deserialize(e){super.deserialize(e),this.method=e.method}};B.ALL=`all`,B.ANY=`any`,B.RADIANS=`radians`,B.DEGREES=`degrees`,B.EXP=`exp`,B.EXP2=`exp2`,B.LOG=`log`,B.LOG2=`log2`,B.SQRT=`sqrt`,B.INVERSE_SQRT=`inversesqrt`,B.FLOOR=`floor`,B.CEIL=`ceil`,B.NORMALIZE=`normalize`,B.FRACT=`fract`,B.SIN=`sin`,B.COS=`cos`,B.TAN=`tan`,B.ASIN=`asin`,B.ACOS=`acos`,B.ATAN=`atan`,B.ABS=`abs`,B.SIGN=`sign`,B.LENGTH=`length`,B.NEGATE=`negate`,B.ONE_MINUS=`oneMinus`,B.DFDX=`dFdx`,B.DFDY=`dFdy`,B.ROUND=`round`,B.RECIPROCAL=`reciprocal`,B.TRUNC=`trunc`,B.FWIDTH=`fwidth`,B.TRANSPOSE=`transpose`,B.BITCAST=`bitcast`,B.EQUALS=`equals`,B.MIN=`min`,B.MAX=`max`,B.STEP=`step`,B.REFLECT=`reflect`,B.DISTANCE=`distance`,B.DIFFERENCE=`difference`,B.DOT=`dot`,B.CROSS=`cross`,B.POW=`pow`,B.TRANSFORM_DIRECTION=`transformDirection`,B.MIX=`mix`,B.CLAMP=`clamp`,B.REFRACT=`refract`,B.SMOOTHSTEP=`smoothstep`,B.FACEFORWARD=`faceforward`;const pG=_W(Math.PI),poe=_W(Math.PI*2),mG=z(B,B.ALL).setParameterLength(1),hG=z(B,B.ANY).setParameterLength(1),gG=z(B,B.RADIANS).setParameterLength(1),_G=z(B,B.DEGREES).setParameterLength(1),vG=z(B,B.EXP).setParameterLength(1),yG=z(B,B.EXP2).setParameterLength(1),bG=z(B,B.LOG).setParameterLength(1),xG=z(B,B.LOG2).setParameterLength(1),SG=z(B,B.SQRT).setParameterLength(1),CG=z(B,B.INVERSE_SQRT).setParameterLength(1),wG=z(B,B.FLOOR).setParameterLength(1),TG=z(B,B.CEIL).setParameterLength(1),EG=z(B,B.NORMALIZE).setParameterLength(1),DG=z(B,B.FRACT).setParameterLength(1),OG=z(B,B.SIN).setParameterLength(1),kG=z(B,B.COS).setParameterLength(1),AG=z(B,B.TAN).setParameterLength(1),jG=z(B,B.ASIN).setParameterLength(1),MG=z(B,B.ACOS).setParameterLength(1),NG=z(B,B.ATAN).setParameterLength(1,2),PG=z(B,B.ABS).setParameterLength(1),FG=z(B,B.SIGN).setParameterLength(1),IG=z(B,B.LENGTH).setParameterLength(1),LG=z(B,B.NEGATE).setParameterLength(1),RG=z(B,B.ONE_MINUS).setParameterLength(1),zG=z(B,B.DFDX).setParameterLength(1),BG=z(B,B.DFDY).setParameterLength(1),VG=z(B,B.ROUND).setParameterLength(1),HG=z(B,B.RECIPROCAL).setParameterLength(1),UG=z(B,B.TRUNC).setParameterLength(1),WG=z(B,B.FWIDTH).setParameterLength(1),GG=z(B,B.TRANSPOSE).setParameterLength(1),KG=(e,t)=>(console.warn(`THREE.TSL: "equals" is deprecated. Use "equal" inside a vector instead, like: "bvec*( equal( ... ) )"`),GW(e,t)),qG=z(B,B.MIN).setParameterLength(2,1/0),JG=z(B,B.MAX).setParameterLength(2,1/0),YG=z(B,B.STEP).setParameterLength(2),XG=z(B,B.REFLECT).setParameterLength(2),ZG=z(B,B.DISTANCE).setParameterLength(2),QG=z(B,B.DIFFERENCE).setParameterLength(2),$G=z(B,B.DOT).setParameterLength(2),eK=z(B,B.CROSS).setParameterLength(2),tK=z(B,B.POW).setParameterLength(2),nK=z(B,B.POW,2).setParameterLength(1),rK=z(B,B.POW,3).setParameterLength(1),iK=z(B,B.POW,4).setParameterLength(1),aK=z(B,B.TRANSFORM_DIRECTION).setParameterLength(2),oK=e=>HW(FG(e),tK(PG(e),1/3)),sK=e=>$G(e,e),cK=z(B,B.MIX).setParameterLength(3),lK=(e,t=0,n=1)=>uW(new B(B.CLAMP,uW(e),uW(t),uW(n))),uK=e=>lK(e),dK=z(B,B.REFRACT).setParameterLength(3),fK=z(B,B.SMOOTHSTEP).setParameterLength(3),pK=z(B,B.FACEFORWARD).setParameterLength(3),mK=mW(([e])=>{let t=12.9898,n=78.233,r=43758.5453,i=$G(e.xy,xW(t,n)),a=WW(i,pG);return DG(OG(a).mul(r))}),hK=(e,t,n)=>cK(t,n,e),gK=(e,t,n)=>fK(t,n,e),_K=(e,t)=>(console.warn(`THREE.TSL: "atan2" is overloaded. Use "atan" instead.`),NG(e,t));R(`all`,mG),R(`any`,hG),R(`equals`,KG),R(`radians`,gG),R(`degrees`,_G),R(`exp`,vG),R(`exp2`,yG),R(`log`,bG),R(`log2`,xG),R(`sqrt`,SG),R(`inverseSqrt`,CG),R(`floor`,wG),R(`ceil`,TG),R(`normalize`,EG),R(`fract`,DG),R(`sin`,OG),R(`cos`,kG),R(`tan`,AG),R(`asin`,jG),R(`acos`,MG),R(`atan`,NG),R(`abs`,PG),R(`sign`,FG),R(`length`,IG),R(`lengthSq`,sK),R(`negate`,LG),R(`oneMinus`,RG),R(`dFdx`,zG),R(`dFdy`,BG),R(`round`,VG),R(`reciprocal`,HG),R(`trunc`,UG),R(`fwidth`,WG),R(`atan2`,_K),R(`min`,qG),R(`max`,JG),R(`step`,YG),R(`reflect`,XG),R(`distance`,ZG),R(`dot`,$G),R(`cross`,eK),R(`pow`,tK),R(`pow2`,nK),R(`pow3`,rK),R(`pow4`,iK),R(`transformDirection`,aK),R(`mix`,hK),R(`clamp`,lK),R(`refract`,dK),R(`smoothstep`,gK),R(`faceForward`,pK),R(`difference`,QG),R(`saturate`,uK),R(`cbrt`,oK),R(`transpose`,GG),R(`rand`,mK);var vK=class extends hU{static get type(){return`ArrayNode`}constructor(e,t,n=null){super(e),this.count=t,this.values=n,this.isArrayNode=!0}getNodeType(e){return this.nodeType===null&&(this.nodeType=this.values[0].getNodeType(e)),this.nodeType}getElementType(e){return this.getNodeType(e)}generate(e){let t=this.getNodeType(e);return e.generateArray(t,this.count,this.values)}};const yK=(...e)=>{let t;if(e.length===1){let n=e[0];t=new vK(null,n.length,n)}else{let n=e[0],r=e[1];t=new vK(n,r)}return uW(t)};R(`toArray`,(e,t)=>yK(Array(t).fill(e)));var bK=class extends pU{static get type(){return`UniformGroupNode`}constructor(e,t=!1,n=1){super(`string`),this.name=e,this.shared=t,this.order=n,this.isUniformGroup=!0}serialize(e){super.serialize(e),e.name=this.name,e.version=this.version,e.shared=this.shared}deserialize(e){super.deserialize(e),this.name=e.name,this.version=e.version,this.shared=e.shared}};const xK=e=>new bK(e),SK=(e,t=0)=>new bK(e,!0,t),CK=SK(`render`),wK=xK(`object`);var TK=class extends AU{static get type(){return`UniformNode`}constructor(e,t=null){super(e,t),this.isUniformNode=!0,this.name=``,this.groupNode=wK}label(e){return this.name=e,this}setGroup(e){return this.groupNode=e,this}getGroup(){return this.groupNode}getUniformHash(e){return this.getHash(e)}onUpdate(e,t){let n=this.getSelf();return e=e.bind(n),super.onUpdate(t=>{let r=e(t,n);r!==void 0&&(this.value=r)},t)}generate(e,t){let n=this.getNodeType(e),r=this.getUniformHash(e),i=e.getNodeFromHash(r);i===void 0&&(e.setHashNode(this,r),i=this);let a=i.getInputType(e),o=e.getUniformFromNode(i,a,e.shaderStage,this.name||e.context.label),s=e.getPropertyName(o);return e.context.label!==void 0&&delete e.context.label,e.format(s,n,t)}};const EK=(e,t)=>{let n=cW(t||e),r=e&&e.isNode===!0?e.node&&e.node.value||e.value:e;return uW(new TK(r,n))};var DK=class extends pU{static get type(){return`PropertyNode`}constructor(e,t=null,n=!1){super(e),this.name=t,this.varying=n,this.isPropertyNode=!0,this.global=!0}getHash(e){return this.name||super.getHash(e)}generate(e){let t;return this.varying===!0?(t=e.getVaryingFromNode(this,this.name),t.needsInterpolation=!0):t=e.getVarFromNode(this,this.name),e.getPropertyName(t)}};const OK=(e,t)=>uW(new DK(e,t));var kK=class extends hU{static get type(){return`AssignNode`}constructor(e,t){super(),this.targetNode=e,this.sourceNode=t,this.isAssignNode=!0}hasDependencies(){return!1}getNodeType(e,t){return t===`void`?`void`:this.targetNode.getNodeType(e)}needsSplitAssign(e){let{targetNode:t}=this;if(e.isAvailable(`swizzleAssign`)===!1&&t.isSplitNode&&t.components.length>1){let n=e.getTypeLength(t.node.getNodeType(e)),r=BV.join(``).slice(0,n)!==t.components;return r}return!1}setup(e){let{targetNode:t,sourceNode:n}=this,r=e.getNodeProperties(this);r.sourceNode=n,r.targetNode=t.context({assign:!0})}generate(e,t){let{targetNode:n,sourceNode:r}=e.getNodeProperties(this),i=this.needsSplitAssign(e),a=n.getNodeType(e),o=n.build(e),s=r.build(e,a),c=r.getNodeType(e),l=e.getDataFromNode(this),u;if(l.initialized===!0)t!==`void`&&(u=o);else if(i){let r=e.getVarFromNode(this,null,a),i=e.getPropertyName(r);e.addLineFlowCode(`${i} = ${s}`,this);let c=n.node,l=c.node.context({assign:!0}),d=l.build(e);for(let t=0;t<c.components.length;t++){let n=c.components[t];e.addLineFlowCode(`${d}.${n} = ${i}[ ${t} ]`,this)}t!==`void`&&(u=o)}else u=`${o} = ${s}`,(t===`void`||c===`void`)&&(e.addLineFlowCode(u,this),t!==`void`&&(u=o));return l.initialized=!0,e.format(u,a,t)}};const AK=z(kK).setParameterLength(2);R(`assign`,AK);var jK=class extends hU{static get type(){return`FunctionCallNode`}constructor(e=null,t={}){super(),this.functionNode=e,this.parameters=t}setParameters(e){return this.parameters=e,this}getParameters(){return this.parameters}getNodeType(e){return this.functionNode.getNodeType(e)}generate(e){let t=[],n=this.functionNode,r=n.getInputs(e),i=this.parameters,a=(t,n)=>{let r=n.type,i=r===`pointer`,a;return a=i?`&`+t.build(e):t.build(e,r),a};if(Array.isArray(i)){if(i.length>r.length)console.error(`THREE.TSL: The number of provided parameters exceeds the expected number of inputs in 'Fn()'.`),i.length=r.length;else if(i.length<r.length)for(console.error(`THREE.TSL: The number of provided parameters is less than the expected number of inputs in 'Fn()'.`);i.length<r.length;)i.push(_W(0));for(let e=0;e<i.length;e++)t.push(a(i[e],r[e]))}else for(let e of r){let n=i[e.name];n===void 0?(console.error(`THREE.TSL: Input '${e.name}' not found in \'Fn()\'.`),t.push(a(_W(0),e))):t.push(a(n,e))}let o=n.build(e,`property`);return`${o}( ${t.join(`, `)} )`}};const MK=(e,...t)=>(t=t.length>1||t[0]&&t[0].isNode===!0?fW(t):dW(t[0]),uW(new jK(uW(e),t)));R(`call`,MK);var NK=class extends pU{static get type(){return`ConditionalNode`}constructor(e,t,n=null){super(),this.condNode=e,this.ifNode=t,this.elseNode=n}getNodeType(e){let{ifNode:t,elseNode:n}=e.getNodeProperties(this);if(t===void 0)return this.setup(e),this.getNodeType(e);let r=t.getNodeType(e);if(n!==null){let t=n.getNodeType(e);if(e.getTypeLength(t)>e.getTypeLength(r))return t}return r}setup(e){let t=this.condNode.cache(),n=this.ifNode.cache(),r=this.elseNode?this.elseNode.cache():null,i=e.context.nodeBlock;e.getDataFromNode(n).parentNodeBlock=i,r!==null&&(e.getDataFromNode(r).parentNodeBlock=i);let a=e.getNodeProperties(this);a.condNode=t,a.ifNode=n.context({nodeBlock:n}),a.elseNode=r?r.context({nodeBlock:r}):null}generate(e,t){let n=this.getNodeType(e),r=e.getDataFromNode(this);if(r.nodeProperty!==void 0)return r.nodeProperty;let{condNode:i,ifNode:a,elseNode:o}=e.getNodeProperties(this),s=e.currentFunctionNode,c=t!==`void`,l=c?OK(n).build(e):``;r.nodeProperty=l;let u=i.build(e,`bool`);e.addFlowCode(`\n${e.tab}if ( ${u} ) {\n\n`).addFlowTab();let d=a.build(e,n);if(d&&(c?d=l+` = `+d+`;`:(d=`return `+d+`;`,s===null&&(console.warn(`THREE.TSL: Return statement used in an inline 'Fn()'. Define a layout struct to allow return values.`),d=`// `+d))),e.removeFlowTab().addFlowCode(e.tab+` `+d+`
|
|
397
397
|
|
|
398
398
|
`+e.tab+`}`),o!==null){e.addFlowCode(` else {
|
|
399
399
|
|
package/package.json
CHANGED