@splinetool/viewer 2.0.19 → 2.0.21

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.
@@ -4159,14 +4159,14 @@ void main() {
4159
4159
  }
4160
4160
  post({ kind: 'ready' });
4161
4161
  }, 250);
4162
- })();`}),t1e=V(()=>{Y$=class{constructor(e,t,i){this.deps=e,this.onConsole=t,this.onEvent=i,this.disposed=!1,this.eventUnsubs=new Map,this.variablePollHandle=null,this.lastVariables=null}dispose(){this.disposed=!0;for(let e of this.eventUnsubs.values())e();this.eventUnsubs.clear(),this.stopVariablePolling()}execute(e,t){let i=this.deps;switch(e){case"setVariable":{let r=i.setVariable(String(t[0]),t[1]);return r.warning&&this.onConsole("warn",r.warning),r.ok}case"setVariables":{let r=t[0]??{},n=!0;for(let[s,a]of Object.entries(r)){let o=i.setVariable(s,a);o.warning&&this.onConsole("warn",o.warning),n=n&&o.ok}return n}case"getVariable":return i.getVariable(String(t[0]));case"getVariables":return i.getVariables();case"getAllObjects":return i.getAllObjects();case"findObjectByName":case"findObjectById":return i.findObject(String(t[0]));case"getGeometry":{let r=i.getGeometry(String(t[0]),t[1]??{});return r.warning&&this.onConsole("warn",r.warning),r.data}case"updateObject":return i.updateObject(String(t[0]),t[1]??{});case"createObject":return i.createObject(String(t[0]),t[1]??{});case"createCustomMaterial":if(i.createCustomMaterial===void 0)throw new Error("createCustomMaterial: not available on this surface \u2014 custom three.js/TSL materials need the inline HTML-content mode (editor Preview/Play and web exports).");return i.createCustomMaterial(t[0]);case"setMaterial":if(i.setMaterial===void 0)throw new Error("setMaterial: not available on this surface \u2014 custom three.js/TSL materials need the inline HTML-content mode (editor Preview/Play and web exports).");return i.setMaterial(String(t[0]),t[1]);case"cloneObject":return i.cloneObject(String(t[0]),t[1]??{});case"removeObject":return i.removeObject(String(t[0]));case"spawnObject":{let r=i.spawnObject(String(t[0]),t[1]??{});return r.warning&&this.onConsole("warn",r.warning),r.object}case"destroyObject":return i.destroyObject(String(t[0]));case"setInstanceTransforms":{let r=t[1]===null||t[1]===void 0?null:t[1],n=i.setInstanceTransforms(String(t[0]),r);return n<0&&this.onConsole("warn",`spline.setInstanceTransforms: "${String(t[0])}" has no cloner \u2014 make the object a cloner first (its copies are what this drives).`),n}case"emitEvent":case"emitEventReverse":{let r=i.emitEvent(String(t[0]),String(t[1]),e==="emitEventReverse");return r.warning&&this.onConsole("warn",r.warning),r.ok}case"requestRender":return i.requestRender(),!0;case"listenEvent":{let r=String(t[0]);return r==="variableChange"?this.startVariablePolling():this.eventUnsubs.has(r)||this.eventUnsubs.set(r,i.addSplineEventListener(r,n=>{this.onEvent(r,n)})),!0}case"unlistenEvent":{let r=String(t[0]);return r==="variableChange"?this.stopVariablePolling():(this.eventUnsubs.get(r)?.(),this.eventUnsubs.delete(r)),!0}default:throw new Error(`Unknown spline bridge method: ${e}`)}}startVariablePolling(){this.variablePollHandle===null&&(this.lastVariables=this.deps.getVariables(),this.variablePollHandle=window.setInterval(()=>{if(this.disposed)return;let e=this.deps.getVariables(),t=function(i,r){let n=[];for(let s of Object.keys(r))i[s]!==r[s]&&n.push({name:s,value:r[s]});return n}(this.lastVariables??{},e);this.lastVariables=e;for(let i of t)this.onEvent("variableChange",i)},100))}stopVariablePolling(){this.variablePollHandle!==null&&(window.clearInterval(this.variablePollHandle),this.variablePollHandle=null),this.lastVariables=null}}});function QNe(e,t,i,r){return[e[0]*t+e[4]*i+e[8]*r+e[12],e[1]*t+e[5]*i+e[9]*r+e[13],e[2]*t+e[6]*i+e[10]*r+e[14]]}var JNe=V(()=>{}),i1e,eIe=V(()=>{}),tIe=V(()=>{K$(),t1e(),i1e=class{constructor(e,t,i){this.iframe=e,this.deps=t,this.onConsole=i,this.disposed=!1,this.handshakeSeen=!1,this.handshakeTimer=null,this.onMessage=r=>{if(this.disposed||r.source!==this.iframe.contentWindow)return;let n=r.data;var s;typeof(s=n)!="object"||s===null||s[hg]!==!0||typeof s.kind!="string"||this.handleMessage(n)},this.host=new Y$(t,i,(r,n)=>{this.sendEvent(r,n)})}attach(){window.addEventListener("message",this.onMessage),this.send({[hg]:!0,kind:"ready-ack"}),this.handshakeTimer=window.setTimeout(()=>{this.handshakeTimer=null,!this.handshakeSeen&&!this.disposed&&this.onConsole("warn","The HTML content frame has not initialized (no signal from its scripts yet) \u2014 if the page looks frozen, check for errors in its code.")},6e3)}dispose(){this.disposed=!0,window.removeEventListener("message",this.onMessage),this.host.dispose(),this.handshakeTimer!==null&&(window.clearTimeout(this.handshakeTimer),this.handshakeTimer=null)}handleMessage(e){switch(e.kind){case"ready":this.handshakeSeen=!0,this.send({[hg]:!0,kind:"ready-ack"});break;case"console":this.onConsole(e.level,e.text);break;case"call":{let t;try{t=Promise.resolve(this.host.execute(e.method,e.args))}catch(i){t=Promise.reject(i)}t.then(i=>{this.send({[hg]:!0,kind:"result",id:e.id,ok:!0,value:i,error:void 0})},i=>{let r=i instanceof Error?i.message:String(i);this.send({[hg]:!0,kind:"result",id:e.id,ok:!1,value:void 0,error:r}),this.onConsole("error",r)});break}case"input":this.dispatchInput(e.event)}}send(e){this.iframe.contentWindow?.postMessage(e,"*")}sendEvent(e,t){this.send({[hg]:!0,kind:"event",eventName:e,payload:t})}dispatchInput(e){let t=this.deps.getCanvas();if(!t)return;let i=this.iframe.getBoundingClientRect(),r={bubbles:!0,cancelable:!0,view:window,shiftKey:e.shiftKey,ctrlKey:e.ctrlKey,altKey:e.altKey,metaKey:e.metaKey};switch(e.type){case"pointerdown":case"pointermove":case"pointerup":case"pointercancel":t.dispatchEvent(new PointerEvent(e.type,{...r,clientX:(e.x??0)+i.left,clientY:(e.y??0)+i.top,button:e.button,buttons:e.buttons,pointerId:e.pointerId,pointerType:e.pointerType,isPrimary:e.isPrimary,movementX:e.movementX,movementY:e.movementY}));break;case"click":case"dblclick":t.dispatchEvent(new MouseEvent(e.type,{...r,clientX:(e.x??0)+i.left,clientY:(e.y??0)+i.top,button:e.button,buttons:e.buttons}));break;case"wheel":{let n=new WheelEvent("wheel",{...r,clientX:(e.x??0)+i.left,clientY:(e.y??0)+i.top,deltaX:e.deltaX,deltaY:e.deltaY,deltaMode:e.deltaMode});typeof e.wheelDeltaX=="number"&&Object.defineProperty(n,"wheelDeltaX",{value:e.wheelDeltaX}),typeof e.wheelDeltaY=="number"&&Object.defineProperty(n,"wheelDeltaY",{value:e.wheelDeltaY}),t.dispatchEvent(n);break}case"keydown":case"keyup":t.dispatchEvent(new KeyboardEvent(e.type,{...r,key:e.key,code:e.code,repeat:e.repeat}))}}}}),Hr=V(()=>{X$(),UNe(),FNe(),zNe(),VNe(),GNe(),jNe(),HNe(),WNe(),qNe(),$Ne(),KNe(),K$(),ZNe(),t1e(),JNe(),eIe(),tIe()}),iIe=V(()=>{});function r1e(e){return Array.isArray(e)?e:[e]}function OO(e,t){let i=0;for(;i<e.length&&i<t.length;){if(e[i]<t[i])return-1;if(e[i]>t[i])return 1;i+=1}return i!==t.length?-1:i!==e.length?1:0}var rIe=V(()=>{});function Ho(e,t){return Object.setPrototypeOf(e,t),e}function GU(e){let t={...e};return Object.setPrototypeOf(t,Object.getPrototypeOf(e)),t}function wg(e,t,i){if(e===void 0?t===void 0?(e=0,t=10):e=t-10:t===void 0&&(t=e+10),e>t){let s=e;e=t,t=s}let r=[],n=1/(i+1);for(let s=0;s<i;s++){let a=e+(t-e)*(s+.75+.5*Math.random())*n;r.push(a)}return r}function Z$(e){return e instanceof Uint8Array||e instanceof Uint16Array||e instanceof Uint32Array||e instanceof Int8Array||e instanceof Int16Array||e instanceof Int32Array||e instanceof Float32Array||e instanceof Float64Array}var nIe=V(()=>{});function Q$(e){if(e.deepFreeze!==void 0)return void e.deepFreeze(e);let t=Object.getOwnPropertyNames(e);for(let i of t){let r=e[i];r&&typeof r=="object"&&Q$(r)}return Object.freeze(e)}function n1e(e){for(let t of Object.keys(e))e[t]===void 0&&delete e[t];return e}var jU,LO,E7,ai,J$,sIe=V(()=>{}),Ja=V(()=>{iIe(),rIe(),nIe(),sIe()}),eX=V(()=>{jU=class{},LO=class extends jU{constructor(e){super(),this.id=e}},E7=class extends jU{constructor(e){super(),this.data=e}}}),aIe=V(()=>{}),y4=V(()=>{ai=class{modifyById(e,t){let i=this;if(i[e]===void 0)throw new Error("not expected");{let r={...i,[e]:t};return Object.setPrototypeOf(r,ai.prototype),r}}add(e,t){return this.runOp({type:1,id:e,data:t})?.data??this}runOp(e){let t=this;if(e.type===1){let i,r=t[e.id];i=r===void 0?{type:2,id:e.id}:{type:1,id:e.id,data:r};let{id:n,data:s}=e,a={...t,[n]:s};return Object.setPrototypeOf(a,ai.prototype),{data:a,actual:e,reverse:i}}if(e.type===2){let{id:i}=e,r=t[i];if(r===void 0)return null;{let n={...t};return Object.setPrototypeOf(n,ai.prototype),delete n[i],{data:n,actual:e,reverse:{type:1,id:i,data:r}}}}return null}}}),tX=V(()=>{J$=class extends Error{}});function s1e(e,t){for(let i of e)t(i.id,i.data)!==!0&&s1e(i.children,t)}function a1e(e,t){if(t(e.id,e.data)!==!0)for(let i of e.children)a1e(i,t)}var Ma,VC,Jx,Nt,n1=V(()=>{Ja(),tX(),Ja(),Ma=class extends Array{constructor(...e){super(...e),Bc(this,"partialObjectCaches"),Bc(this,"objCaches"),Bc(this,"parentCaches"),Object.setPrototypeOf(this,Ma.prototype)}deepFreeze(){let e=0;for(;e<this.length;)Q$(this[e]),e++}fillCaches0(e,t){this.objCaches.set(e.id,e),this.parentCaches.set(e.id,t);for(let i of e.children)this.fillCaches0(i,e.id)}fillCaches(){if(this.objCaches===void 0){this.objCaches=new Map,this.parentCaches=new Map;for(let e of this)this.fillCaches0(e,null)}}randomId(){this.fillCaches();let e=Array.from(this.objCaches.keys());if(e.length!==0)return e[Math.max(0,Math.floor(Math.random()*e.length)-1)]}nonExistOrDescendantOf(e,t){if(!this.has(e))return!0;for(;e;){let i=this.parent(e);if(i===t)return!0;e=i}return!1}rootAcestor(e){for(;e;){let t=this.parent(e);if(!t)return e;e=t}return e}isDescendantOf(e,t){for(;e;){let i=this.parent(e);if(i===t)return!0;e=i}return!1}data(e){return this.get(e)?.data}has(e){return this.childrenOf(e)!==void 0}partialCache(e){this.partialObjectCaches===void 0&&(this.partialObjectCaches=new Map);let t=this.get(e);t!==void 0&&this.partialObjectCaches.set(e,t)}get(e){if(this.partialObjectCaches!==void 0){let t=this.partialObjectCaches.get(e);if(t!==void 0)return t}return this.fillCaches(),this.objCaches.get(e)}childrenOf(e){return e===null?this:this.get(e)?.children}traverseFrom(e,t){if(e===null)this.traverse(t);else{let i=this.get(e);i&&a1e(i,t)}}traverse(e){s1e(this,e)}totalSize(){return this.fillCaches(),this.objCaches.size}parent(e){return this.fillCaches(),this.parentCaches.get(e)}childrenArray(e){return e===null?this:this.get(e).children}modifyById(e,t){if(this.get(e)===void 0)throw new Error("not expected");{let i=this.parent(e),r=this.childrenArray(i),n=r.findIndex(o=>o.id===e);if(n<0)throw new Error("not expected");let s=r[n];r=[...r],r[n]={...s,data:t};let a=new Map;return a.set(e,r[n]),this.modifyArrayBy(i,r,a)}}modifyArrayBy(e,t,i=void 0){let r=e,n=t;for(;r!==null;){let a=n,o=r;if(r=this.parent(r),r===void 0)throw new Error;n=this.childrenArray(r);let l=n.findIndex(u=>u.id===o);if(l<0)throw new Error;n=[...n],n[l]={...n[l],children:a},i&&i.set(o,n[l])}Object.setPrototypeOf(n,Ma.prototype);let s=n;if(i&&this.objCaches!==void 0&&this.parentCaches!==void 0){s.objCaches=this.objCaches;for(let[a,o]of i)s.objCaches.set(a,o);s.parentCaches=this.parentCaches,this.objCaches=void 0,this.parentCaches=void 0}else s.fillCaches();return s}runOp(e){switch(e.type){case 7:return this.addOp(e);case 8:return this.deleteOp(e);case 9:return this.moveOp(e)}return null}checkDuplicatedIdRec({id:e,children:t}){if(this.get(e)!==void 0)return!0;for(let i of t)if(this.checkDuplicatedIdRec(i))return!0;return!1}addOp(e){let{parent:t,fi:i,id:r,data:n,children:s}=e;if(t!==null&&this.get(t)===void 0||this.checkDuplicatedIdRec(e))return null;{let a=t,o=this.childrenArray(a),l={fi:i,id:r,data:n,children:s};return o=[...o,l],o.sort((u,h)=>u.fi-h.fi),e.localIndex=o.indexOf(l),{data:this.modifyArrayBy(a,o),actual:e,reverse:{type:8,id:r}}}}deleteOp(e){let{id:t}=e;if(this.get(t)===null)return null;{let i=this.parent(t);if(i===void 0)return null;let r=this.childrenArray(i),n=r.findIndex(a=>a.id===t);e.localIndex=n,r=[...r];let s=r.splice(n,1)[0];return{data:this.modifyArrayBy(i,r),actual:e,reverse:{type:7,...s,parent:i}}}}moveOp(e){let{parent:t,fi:i,id:r}=e;if(t!==null&&this.get(t)===void 0)return this.deleteOp({type:8,id:r});if(t!==null){let d=t;for(;d!==null;){if(d===void 0)throw new Error;if(d===r)throw new J$("cyclic tree");d=this.parent(d)}}let n=this.parent(r);if(n===void 0)return null;let s=n,a=this.childrenArray(n),o=a.findIndex(d=>d.id===r);a=[...a];let l=a.splice(o,1)[0],u=this.modifyArrayBy(n,a);n=t,a=u.childrenArray(n);let h=l.fi;return l={...l,fi:i},a=[...a,l],a.sort((d,c)=>d.fi-c.fi),e.localIndex=a.indexOf(l),u=u.modifyArrayBy(n,a),{data:u,actual:e,reverse:{type:9,parent:s,fi:h,id:r}}}previous(e,t){if(t===null){let r=this.childrenArray(e);return r.length===0?null:r[r.length-1].id}let i=null;for(let r of this.childrenArray(e)){if(r.id===t)return i;i=r.id}return null}traverseSortNext(e){let t=this.parent(e);if(t!==void 0){let i=this.childrenArray(t),r=i.findIndex(n=>n.id===e)+1;if(r<i.length)return i[r].id;if(t)return this.traverseSortNext(t)}}sortNext(e){let t=this.childrenArray(e);return t.length>0?t[0].id:this.traverseSortNext(e)}traverseSortPrevious(e){let t=this.childrenArray(e);return t.length>0?this.traverseSortPrevious(t[t.length-1].id):e}sortPrevious(e){let t=this.parent(e);if(t!==void 0){let i=this.childrenArray(t),r=i.findIndex(n=>n.id===e)-1;return r>=0?this.traverseSortPrevious(i[r].id):t}}getAllSorted(e){let t=[];for(let i of e){let r=this.getWithSortKey(i.id);r!==void 0&&t.push({...i,...r})}t.sort((i,r)=>OO(i.sortKey,r.sortKey));for(let i of t)delete i.sortKey;return t}getAllIdSorted(e){let t=[];for(let i of e){let r=this.getWithSortKey(i);r!==void 0&&t.push(r)}t.sort((i,r)=>OO(i.sortKey,r.sortKey));for(let i of t)delete i.sortKey;return t.map(i=>i.id)}getWithSortKey(e){let t=e,i=[],r=this.get(t),n=r;if(r!==void 0){for(;t;)i.splice(0,0,r.fi),t=this.parent(t),t!==null&&(r=this.get(t));return{...n,sortKey:i}}}insertBeforeHelper(e,t,i){return this.insertAfterHelper(e,this.previous(e,t),i)}insertAfterHelper(e,t,i){let r=this.childrenArray(e);if(t===null){if(r.length===0)return wg(0,i,i);{let n=r[0].fi;return wg(n-i,n,i)}}{let n=this.get(t);if(n===void 0||this.parent(t)!==e)throw new Error("illegal args");let s=r.find(a=>a.fi>n.fi);if(s===void 0){let a=r[r.length-1].fi;return wg(a,a+i,i)}return wg(n.fi,s.fi,i)}}}}),iX=V(()=>{var e;VC=null,(e=Jx||(Jx={})).setPreservePrototype=function(t){VC=t},e.tryPreservePrototype=function(t,i){return Object.getPrototypeOf(t)===VC&&Object.setPrototypeOf(i,VC),i},e.runOp=function(t,i){if(i.type!==0)return null;if(Array.isArray(t)){let r=i.props,n={},s=[...t],a=!1;if(r)for(let o of Object.keys(r)){let l=parseInt(o);if(isNaN(l))throw new Error("wrong index");n[o]=s[l],s[l]=r[o],a=!0}return a?{data:s,actual:i,reverse:{type:0,props:n}}:null}{let r=i.props,n={},s={...t},a=!1;if(r)for(let o of Object.keys(r)){n[o]=s[o];let l=r[o];l===void 0?delete s[o]:s[o]=l,a=!0}return a?{data:e.tryPreservePrototype(t,s),actual:i,reverse:{type:0,props:n}}:null}}}),s1=V(()=>{Ja(),Ja(),Nt=class extends Array{constructor(...e){super(...e),Bc(this,"objCaches"),Object.setPrototypeOf(this,Nt.prototype)}deepFreeze(){let e=0;for(;e<this.length;)Q$(this[e]),e++}fillCaches0(e){this.objCaches.set(e.id,e)}fillCaches(){if(this.objCaches===void 0){this.objCaches=new Map,Object.getOwnPropertyDescriptor(this,"objCaches").enumerable=!1;for(let e of this)this.fillCaches0(e)}}randomId(){this.fillCaches();let e=Array.from(this.objCaches.keys());if(e.length!==0)return e[Math.max(0,Math.floor(Math.random()*e.length)-1)]}data(e){return this.get(e)?.data}get(e){return this.fillCaches(),this.objCaches.get(e)}modifyById(e,t){if(this.get(e)===void 0)throw new Error("not expected");{let i=this,r=i.findIndex(s=>s.id===e);if(r<0)throw new Error("not expected");let n=i[r];return i=[...i],i[r]={...n,data:t},this.modifyArrayBy(i)}}modifyArrayBy(e){Object.setPrototypeOf(e,Nt.prototype);let t=e;return typeof process<"u"||t.fillCaches(),t}runOp(e){switch(e.type){case 4:return this.addOp(e);case 5:return this.deleteOp(e);case 6:return this.moveOp(e)}return null}addOp(e){let{fi:t,id:i,data:r}=e,n=this,s={fi:t,id:i,data:r};return n=[...n,s],n.sort((a,o)=>a.fi-o.fi),e.localIndex=n.indexOf(s),{data:this.modifyArrayBy(n),actual:e,reverse:{type:5,id:i}}}deleteOp(e){let{id:t}=e,i=this,r=i.findIndex(s=>s.id===t);if(r===-1)return null;e.localIndex=r,i=[...i];let n=i.splice(r,1)[0];return{data:this.modifyArrayBy(i),actual:e,reverse:{type:4,...n}}}moveOp(e){let{fi:t,id:i}=e,r=this;r=[...r];let n=r.findIndex(o=>o.id===i);if(n===-1)return null;let s=r[n].fi,a={...r[n],fi:t};return r[n]=a,r.sort((o,l)=>o.fi-l.fi),e.localIndex=r.indexOf(a),{data:this.modifyArrayBy(r),actual:e,reverse:{type:6,fi:s,id:i}}}previous(e){if(e===null)return this.length===0?null:this[this.length-1].id;let t=null;for(let i of this){if(i.id===e)return t;t=i.id}return null}insertBeforeHelper(e,t){return this.insertAfterHelper(this.previous(e),t)}insertAfterHelper(e,t){let i=this;if(e===null){if(i.length===0)return wg(0,t,t);{let r=i[0].fi;return wg(r-t,r,t)}}{let r=this.get(e);if(r===void 0)throw new Error("illegal args");let n=i.find(s=>s.fi>r.fi);if(n===void 0){let s=i[i.length-1].fi;return wg(s,s+t,t)}return wg(r.fi,n.fi,t)}}}});function oIe(e,t){let i={cur:[],result:[],len:0};return[e=bx(e,t,i)??e,i.result]}function tI(e,t){return e===null?null:(e.cur[e.len]=t,e.len+=1,e)}function iI(e){e&&(e.len-=1)}function o1e(e,t,i){let r=!1,n=e.map(s=>{let a=s.id,o=t[a];if(o!==void 0&&typeof o=="string"&&(r=!0,a=o,i!==null))throw new Error("not supported");let l=bx(s.data,t,tI(i,a));iI(i),r=r||l!==void 0,l===void 0&&(l=s.data);let u=o1e(s.children,t,i);return u!==void 0?r=!0:u=s.children,{...s,id:a,data:l,children:u}});if(r)return n}function bx(e,t,i){if(e instanceof Ma){let r=o1e(e,t,i);return r!==void 0&&Object.setPrototypeOf(r,Object.getPrototypeOf(e)),r}if(e instanceof Nt)return function(r,n,s){let a=!1,o=r.map(l=>{let u=l.id,h=n[u];if(h!==void 0&&typeof h=="string"&&(a=!0,u=h,s!==null))throw new Error("not supported");let d=bx(l.data,n,tI(s,u));return iI(s),a=a||d!==void 0,d===void 0&&(d=l.data),{...l,id:u,data:d}});if(a)return Object.setPrototypeOf(o,Object.getPrototypeOf(r)),o}(e,t,i);if(Array.isArray(e)){let r=!1,n=e.map((s,a)=>{let o=bx(s,t,tI(i,a));return iI(i),r=r||o!==void 0,o===void 0&&(o=s),o});return r?(Object.setPrototypeOf(n,Object.getPrototypeOf(e)),n):void 0}if(e&&typeof e=="object"&&!Z$(e)){let r={},n=!1;for(let[s,a]of Object.entries(e))if(s!=="name"&&s!=="variableId"){let o=t[s];if(typeof o=="string"){if(i!==null)throw new Error("not supported");n=!0,s=o}let l=bx(a,t,tI(i,s));iI(i),n=n||l!==void 0,l===void 0&&(l=a),r[s]=l}else r[s]=a;return n?(Object.setPrototypeOf(r,Object.getPrototypeOf(e)),r):void 0}if(typeof e=="string"){let r=t[e];return r!==void 0&&function(n){if(n===null)return null;n.result.push(n.cur.slice(0,n.len))}(i),r}}var l1e=V(()=>{n1(),s1(),Ja()});function xx(e){return e&&typeof e=="object"&&e instanceof Zs}function rX(e,t){if(t===void 0)return;let i=!1,r=e.map(n=>{let s=n.id,a=pE(n.data,t[s]);if(i=i||a!==void 0,a===void 0&&(a=n.data),n.children){let o=rX(n.children,t);return o!==void 0?i=!0:o=n.children,{...n,id:s,data:a,children:o}}return{...n,id:s,data:a}});return i?r:void 0}function pE(e,t){if(!xx(t))return t;if(e instanceof Ma){let i=rX(e,t);return i!==void 0&&Object.setPrototypeOf(i,Object.getPrototypeOf(e)),i}if(e instanceof Nt)return function(i,r){if(r===void 0)return;let n=!1,s=i.map(a=>{let o=a.id,l=pE(a.data,r[o]);return n=n||l!==void 0,l===void 0&&(l=a.data),{...a,id:o,data:l}});return n?(Object.setPrototypeOf(s,Object.getPrototypeOf(i)),s):void 0}(e,t);if(Array.isArray(e)){let i=!1,r=e.map((n,s)=>{let a=pE(n,t[s]);return i=i||a!==void 0,a===void 0&&(a=n),a});return i?(Object.setPrototypeOf(r,Object.getPrototypeOf(e)),r):void 0}if(e instanceof Zs)return nX(e,t);if(e&&typeof e=="object"){let i={},r=!1;for(let[n,s]of Object.entries(e)){let a=pE(s,t[n]);r=r||a!==void 0,a===void 0&&(a=s),i[n]=a}return r?(Object.setPrototypeOf(i,Object.getPrototypeOf(e)),i):void 0}}function nX(e,t){if(e===void 0)return t;if(t===void 0)return e;if(!xx(t))return t;if(!xx(e))return Ig.apply(e,t);let i=new Set;for(let n of Object.keys(e))i.add(n);for(let n of Object.keys(t))i.add(n);let r=new Zs;for(let n of i){let s=nX(e===void 0?void 0:e[n],t===void 0?void 0:t[n]);r[n]=s}return r}var Zs,Ig,BO,qa,rJ,sX=V(()=>{var e;n1(),s1(),x4(),Ja(),Zs=class{unusedFunOverridesTable(t){}runOp(t){let i=[],r=this,n=0,s={};for(;n<t.path.length;){if(i.push(r),r=r===void 0?void 0:r[t.path[n]],r!==void 0&&!xx(r))return null;n+=1}r=r?GU(r):new Zs;for(let[a,o]of Object.entries(t.props)){let l=r[a];s[a]=l,o===void 0?delete r[a]:r[a]=o}for(;n>0;){if(Object.keys(r).length===0){let a=i[n-1];a&&(r=GU(a),delete r[t.path[n-1]])}else{let a=i[n-1];if(a){let o=GU(a);o[t.path[n-1]]=r,r=o}else{let o=new Zs;o[t.path[n-1]]=r,r=o}}n-=1}return{data:Object.setPrototypeOf(r,Zs.prototype),actual:t,reverse:{...t,props:s}}}},(e=Ig||(Ig={})).apply=function(t,i){return pE(t,i)??t},e.merge=function(t,i){return nX(t,i)},e.filterOp=function(t,i){let r=0,n=i.path,s=t;for(;r<n.length&&s!==void 0;){if(s=wa.zoomOnce(s,n[r]),s===void 0)return i;if(!xx(s))return;r+=1}if(s===void 0)return i;if(xx(s)){if(i.type===0){let a={...i.props};for(let o of Object.keys(s))delete a[o];return{...i,props:a}}if(i.type===1||i.type===4||i.type===7){let a=rX([i],s);return a?a[0]:i}return i}}}),lIe=V(()=>{x4(),y4(),n1(),tX(),iX(),s1(),l1e(),sX(),(BO||(BO={})).replaceProps=function(e,t){let i=wa.zoom(t,e.path);if(typeof i=="object"){let r={};for(let n of Object.keys(e.props))r[n]=i[n];return{...e,props:r}}return{...e,props:{}}},(e=>{function t(n,s){let a=s.path,o=[];for(;;){let l;if(n instanceof Zs&&s.type===0&&(l=n.runOp({...s,path:a.slice(o.length)}),l===null&&(l=void 0)),l===void 0&&o.length===a.length&&(l=n instanceof Ma||n instanceof Nt||n instanceof ai?n.runOp(s):Jx.runOp(n,s)),l!==void 0){if(l!==null){let d=l.data;for(let c=o.length-1;c>=0;c--){let p=a[c],m=o[c];if(m instanceof Ma){if(typeof p=="number")throw new Error("illegal arg");d=m.modifyById(p,d)}else if(m instanceof Nt){if(typeof p=="number")throw new Error("illegal arg");d=m.modifyById(p,d)}else if(m instanceof ai){if(typeof p=="number")throw new Error("illegal arg");d=m.modifyById(p,d)}else if(m instanceof Zs){let f={...m,[p]:d};d=Object.setPrototypeOf(f,Zs.prototype)}else{if(typeof m!="object")return null;if(Array.isArray(m)){if(typeof p=="string"&&(p=parseInt(p),isNaN(p)))throw new Error("Invalid path");let f=d;d=[...m],d[p]=f}else d=Jx.tryPreservePrototype(m,{...m,[p]:d})}}return{data:d,actual:{...l.actual,path:a},reverse:{...l.reverse,path:a}}}return null}let u,h=a[o.length];if(n instanceof Ma){if(typeof h=="number")throw new Error("");u=n.get(h)?.data}else if(n instanceof Nt){if(typeof h=="number")throw new Error("");u=n.get(h)?.data}else n!==null&&(u=n[h]);if(u===void 0)return null;o.push(n),n=u}}function i(n,s){for(let a=0;a<n.length&&a<s.length;a++)if(n[a]!==s[a])return!0;return!1}function r(n,s){if(n.length!==s.length)return!1;for(let a=0;a<n.length;a++)if(n[a]!==s[a])return!1;return!0}e.drop=function(n,s){return{...n,path:n.path.slice(s)}},e.applySimple=function(n,s){return t(n,s)?.data??n},e.apply=t,e.pathDisjoint=i,e.pathEq=r,e.commutative=function(n,s){return i(n.path,s.path)},e.subsumed=function(n,s){return!(n.type!==0||s.type!==0||!r(n.path,s.path))&&Object.keys(n.props).every(a=>s.props[a]!==void 0)}})(qa||(qa={})),(e=>{function t(i,r){let n=i,s=[],a=[];for(let o of r)try{if(o.type===3||o.type===5&&o.path[o.path.length-1]==="variables"){let l,u,h;if(o.type===3?(l=wa.zoom(n,[...o.path,o.id]),h=qa.apply(n,{...o,type:2})):(l=wa.zoom(n,[...o.path,o.id,"value"]),h=qa.apply(n,o)),h!==null){n=h.data;let[d,c]=oIe(n,{[o.id]:l});n=d;for(let p=0;p<c.length;p++){let m=c[p],f=m.pop();if(typeof f=="number"){let g=[f];for(let y=p+1;y<c.length;y++){let _=c[y],b=_[_.length-1];if(typeof b!="number"||!wa.equal(m,_.slice(0,_.length-1)))break;g.push(b),c.splice(y,1)}let v=wa.zoom(n,m);u=v.map((y,_)=>g.includes(_)?o.id:y),l=v,f=m.pop()}else{if(f==="alphaOverride"||f==="alpha"){l/=100;let g=l,v=wa.zoom(n,m.slice(0,m.length-2)),y=v.layers.map(_=>_.id===m[m.length-1]?{..._,data:{..._.data,[f]:g}}:_);Object.setPrototypeOf(y,Object.getPrototypeOf(v.layers)),v.layers=y}u=o.id}s.push({type:0,path:m,props:{[f]:l}}),a.push({type:0,path:m,props:{[f]:u}})}a.push(h.reverse),s.push(h.actual)}}else{let l=qa.apply(n,o);l!==null&&(s.push(l.actual),n=l.data,a.push(l.reverse))}}catch(l){if(l instanceof J$)return null;throw l}return{data:n,actual:s,reverse:a.reverse()}}e.empty=function(){return[]},e.removePrefix=function(i,r){let n=[];for(let s of i){let[a,...o]=s.path;a===r&&n.push({...s,path:o})}return n},e.addPrefix=function(i,r){return i.map(n=>({...n,path:[r,...n.path]}))},e.concat=function(i,r){return[...i,...r]},e.compress=function(i,r){return[...i.filter(n=>!r.some(s=>qa.subsumed(n,s))),...r]},e.commutative=function(i,r){return i.every(n=>r.every(s=>qa.commutative(n,s)))},e.applyAll=function(i,r){for(let n of r){let s=t(i,n);s!==null&&(i=s.data)}return i},e.apply=t})(rJ||(rJ={}))});function HU(e,t,i){if(e.length>0){let r=e[e.length-1];if(r.type===0&&t.type===0&&wa.equal(r.path,i))return void Object.assign(r.props,t.props)}e.push({...t,path:i})}function rI(e,t,i){return i instanceof Ma?new _4(e,t,i):i instanceof Nt?new b4(e,t,i):i instanceof ai?new Proxy(new u1e(e,t,i),c1e):i!==null&&typeof i=="object"?Z$(i)?i:new Proxy(new h1e(e,t,i),d1e):i}function yM(e){let t=new C7(e);return[rI(t,"",e),t]}function UO(e,t){let[i,r]=yM(e);return t(i),r.result()}function qs(e){return e instanceof _4||e instanceof b4?e._current:e!==null&&typeof e=="object"?e[A7]:e}var A7,nJ,CS,z1,h1e,u1e,WU,d1e,c1e,_4,b4,C7,wa,p1e=V(()=>{y4(),n1(),iX(),s1(),Ja(),x4(),A7=Symbol(),nJ=Symbol(),CS=Symbol(),z1=class{reportOp(e,t,i=[]){let r=this;if(t===null)return;r._current=t.data;let n=i;for(;!(r instanceof C7);){let s=r._path,a=r._current;if(s!==""&&n.splice(0,0,s),r=r._parent,r===null)return;r.update(s,a)}r.push(n,e,t.actual,t.reverse)}deleteChildren(e){if(this._children){let t=this._children[e];if(t){let i=t[CS];i&&i(),delete this._children[e]}}}},h1e=class extends z1{constructor(e,t,i){super(),this._parent=e,this._path=t,this._current=i}update(e,t){if(Array.isArray(this._current)){if(typeof e=="string"&&(e=parseInt(e),isNaN(e)))throw new Error("Invalid path");this._current=[...this._current],this._current[e]=t}else this._current=Jx.tryPreservePrototype(this._current,{...this._current,[e]:t})}runOp(e){this.reportOp(e,Jx.runOp(this._current,e),e.path)}},u1e=class extends z1{constructor(e,t,i){super(),this._parent=e,this._path=t,this._current=i}update(e,t){this._current={...this._current,[e]:t},Object.setPrototypeOf(this._current,ai.prototype)}runOp(e){this.reportOp(e,this._current.runOp(e))}},WU={get(e,t){if(t===CS)return()=>{e._parent=null};if(t===A7)return e._current;if(t===nJ)return e;let{_current:i,_children:r}=e;if(t==="push"&&Array.isArray(i))throw new Error("not supported to expand array");let n=r===void 0?void 0:r[t];if(n!==void 0)return n;let s=i[t],a=rI(e,t,s);return a!==s?(r===void 0&&(r={},e._children=r),r[t]=a,a):s},has:(e,t)=>t in e._current,ownKeys:e=>Reflect.ownKeys(e._current),defineProperty(){throw Error("not supported")},getPrototypeOf:e=>Object.getPrototypeOf(e._current),setPrototypeOf(){throw Error("not supported")},getOwnPropertyDescriptor(e,t){let i=e._current,r=Reflect.getOwnPropertyDescriptor(i,t);return r&&{writable:!0,configurable:!0,enumerable:r.enumerable,value:i[t]}}},d1e={...WU,set(e,t,i){let r={type:0,props:{[t]:qs(i)??i}};return e.deleteChildren(t),e.runOp(r),!0},deleteProperty(e,t){let i={type:0,props:{[t]:void 0}};return e.deleteChildren(t),e.runOp(i),!0}},c1e={...WU,set(e,t,i){return i===void 0?this.deleteProperty(e,t):(e.deleteChildren(t),e.runOp({type:1,id:t,data:i})),!0},deleteProperty:(e,t)=>(e.runOp({type:2,id:t}),!0)},_4=class extends z1{constructor(e,t,i){super(),this._children={},this._parent=e,this._path=t,this._current=i,this[CS]=()=>{this._parent=null}}unproxy(){return this._current}update(e,t){this._current=this._current.modifyById(e,t)}runOp(e){this.reportOp(e,this._current.runOp(e))}randomId(){return this._current.randomId()}isDescendantOf(e,t){return this._current.isDescendantOf(e,t)}childrenOf(e){return this._current.childrenOf(e)}get(e){return this._current.get(e)}parent(e){return this._current.parent(e)}traverse(e){this._current.traverse((t,i)=>{e(t,this.data(t))})}data(e){let{_current:t,_children:i}=this,r=i===void 0?void 0:i[e];if(r!==void 0)return r;let n=t.get(e)?.data,s=rI(this,e,n);return s!==n?(i===void 0&&(i={},this._children=i),i[e]=s,s):n}add(e,t,i,r,n){this.runOp({type:7,parent:e,fi:t,id:i,data:r,children:n})}move(e,t,i){this.runOp({type:9,parent:e,fi:t,id:i})}insertAfter(e,t,i){let r=this._current.insertAfterHelper(e,t,i.length);for(let n=0;n<i.length;n++){let s=i[n];this.add(e,r[n],s.id,s.data,s.children)}}insertBefore(e,t,i){let r=this._current.insertBeforeHelper(e,t,i.length);for(let n=0;n<i.length;n++){let s=i[n];this.add(e,r[n],s.id,s.data,s.children)}}moveAfter(e,t,i){let r=this._current.insertAfterHelper(e,t,i.length);for(let n=0;n<i.length;n++){let s=i[n];this.move(e,r[n],s)}}moveBefore(e,t,i){let r=this._current.insertBeforeHelper(e,t,i.length);for(let n=0;n<i.length;n++){let s=i[n];this.move(e,r[n],s)}}delete(e){this.deleteChildren(e),this.runOp({type:8,id:e})}sortNext(e){return this._current.sortNext(e)}sortPrevious(e){return this._current.sortPrevious(e)}getAllSorted(e){return this._current.getAllSorted(e)}},b4=class extends z1{constructor(e,t,i){super(),this._children={},this._parent=e,this._path=t,this._current=i,this[CS]=()=>{this._parent=null}}unproxy(){return this._current}get length(){return this._current.length}forEach(e){let t=this.length;for(let i=0;i<t;i++){let r=this._current[i].id,n=this._current[i].fi;e(this.data(this._current[i].id),r,n,i)}}find(e){let t=this.length;for(let i=0;i<t;i++){let r=this._current[i].id;if(e(this.data(r),r))return this.get(r)}}update(e,t){this._current=this._current.modifyById(e,t)}randomId(){return this._current.randomId()}get(e){return{...this._current.get(e),data:this.data(e)}}at(e){let{id:t,fi:i}=this._current.at(e);return{id:t,fi:i,data:this.data(t)}}data(e){let{_current:t,_children:i}=this,r=i===void 0?void 0:i[e];if(r!==void 0)return r;let n=t.get(e)?.data,s=rI(this,e,n);return s!==n?(i===void 0&&(i={},this._children=i),i[e]=s,s):n}runOp(e){this.reportOp(e,this._current.runOp(e))}add(e,t,i){this.runOp({type:4,fi:e,id:t,data:i})}move(e,t){this.runOp({type:6,fi:e,id:t})}insertAfter(e,t){let i=this._current.insertAfterHelper(e,t.length);for(let r=0;r<t.length;r++){let n=t[r];this.add(i[r],n.id,n.data)}}insertBefore(e,t){let i=this._current.insertBeforeHelper(e,t.length);for(let r=0;r<t.length;r++){let n=t[r];this.add(i[r],n.id,n.data)}}moveAfter(e,t){let i=this._current.insertAfterHelper(e,t.length);for(let r=0;r<t.length;r++){let n=t[r];this.move(i[r],n)}}moveBefore(e,t){let i=this._current.insertBeforeHelper(e,t.length);for(let r=0;r<t.length;r++){let n=t[r];this.move(i[r],n)}}delete(e){this.deleteChildren(e),this.runOp({type:5,id:e})}},C7=class extends z1{constructor(e){super(),this.ts=[],this.actual=[],this.reverse=[],this._current=e}update(e,t){if(e!=="")throw new Error("");this._current=t}push(e,t,i,r){HU(this.ts,t,e),HU(this.actual,i,e),HU(this.reverse,r,e)}result(){return{data:this._current,ts:this.ts,actual:this.actual,reverse:this.reverse.reverse()}}}}),x4=V(()=>{eX(),p1e(),s1(),n1(),Ja(),(e=>{function t(r,n){return(r instanceof Ma||r instanceof _4)&&typeof n=="string"||(r instanceof Nt||r instanceof b4)&&typeof n=="string"?r.data(n):typeof n=="number"&&Array.isArray(r)||typeof n=="string"&&typeof r=="object"&&r!==null?r[n]:void 0}function i(r,n,s=0){for(;s<n.length&&r!==void 0;)r=t(r,n[s]),s+=1;return r}e.equal=function(r,n){if(n.length!==r.length)return!1;{let s=0;for(;s<r.length;){if(r[s]!==n[s])return!1;s+=1}}return!0},e.removeOverridden=function(r,n,s){let a=i(s,r);if(a!==void 0&&typeof a=="object"&&a!==null){let o={...n};return Object.keys(a).forEach(l=>{delete o[l]}),o}return n},e.zoomOnce=t,e.zoom=i,e.findPathes=function(r,n){let s=[];return function a(o,l){if(o instanceof LO&&o.id===n.id)s.push(l);else if(o instanceof Nt)for(let u=0;u<o.length;u++)a(o[u].data,[...l,o[u].id]);else if(o instanceof Ma)o.traverse((u,h)=>{a(u,[...l,h])});else if(Array.isArray(o))for(let u=0;u<o.length;u++)a(o[u],[...l,u]);else{if(Z$(o))return;if(typeof o=="object"&&o!==null)for(let u in o)a(o[u],[...l,u])}}(r,[]),s}})(wa||(wa={}))}),hIe=V(()=>{});function Qr(e,t){let i=[];if(!(t.length<=e.length))return null;{let r=0;for(;r<t.length;){if(t[r]==="*")i.push(e[r]);else if(e[r]!==t[r])return null;r+=1}}return i}var uIe=V(()=>{});function GC(e){try{if(!Rn.trusted&&!vm){let i=Br.sharedLength||0;i<Br.length&&(Br.length=i)}let t;if(Rn.randomAccessStructure&&Rt[Ue]<64&&Rt[Ue]>=32&&uJ?(t=uJ(Rt,Ue,fu,Rn),Rt=null,!(e&&e.lazy)&&t&&(t=t.toJSON()),Ue=fu):t=Ks(),To&&(Ue=To.postBundlePosition,To=null),vm&&(Br.restoreStructures=null),Ue==fu)Br&&Br.restoreStructures&&sJ(),Br=null,Rt=null,gm&&(gm=null);else{if(Ue>fu)throw new Error("Unexpected end of MessagePack data");if(!vm){let i;try{i=JSON.stringify(t,(r,n)=>typeof n=="bigint"?`${n}n`:n).slice(0,100)}catch(r){i="(JSON view not available "+r+")"}throw new Error("Data read, but end of buffer not reached "+i)}}return t}catch(t){throw Br&&Br.restoreStructures&&sJ(),P7(),(t instanceof RangeError||t.message.startsWith("Unexpected end of buffer")||Ue>fu)&&(t.incomplete=!0),t}}function sJ(){for(let e in Br.restoreStructures)Br[e]=Br.restoreStructures[e];Br.restoreStructures=null}function Ks(){let e=Rt[Ue++];if(e<160){if(e<128){if(e<64)return e;{let t=Br[63&e]||Rn.getStructures&&m1e()[63&e];return t?(t.read||(t.read=R7(t,63&e)),t.read()):e}}if(e<144){if(e-=128,Rn.mapsAsObjects){let t={};for(let i=0;i<e;i++){let r=g1e();r==="__proto__"&&(r="__proto_"),t[r]=Ks()}return t}{let t=new Map;for(let i=0;i<e;i++)t.set(Ks(),Ks());return t}}{e-=144;let t=new Array(e);for(let i=0;i<e;i++)t[i]=Ks();return Rn.freezeData?Object.freeze(t):t}}if(e<192){let t=e-160;if(gd>=Ue)return Sg.slice(Ue-Sh,(Ue+=t)-Sh);if(gd==0&&fu<140){let i=t<16?aX(t):f1e(t);if(i!=null)return i}return kO(t)}{let t;switch(e){case 192:return null;case 193:return To?(t=Ks(),t>0?To[1].slice(To.position1,To.position1+=t):To[0].slice(To.position0,To.position0-=t)):_1e;case 194:return!1;case 195:return!0;case 196:if(t=Rt[Ue++],t===void 0)throw new Error("Unexpected end of buffer");return qU(t);case 197:return t=Er.getUint16(Ue),Ue+=2,qU(t);case 198:return t=Er.getUint32(Ue),Ue+=4,qU(t);case 199:return E0(Rt[Ue++]);case 200:return t=Er.getUint16(Ue),Ue+=2,E0(t);case 201:return t=Er.getUint32(Ue),Ue+=4,E0(t);case 202:if(t=Er.getFloat32(Ue),Rn.useFloat32>2){let i=B7[(127&Rt[Ue])<<1|Rt[Ue+1]>>7];return Ue+=4,(i*t+(t>0?.5:-.5)|0)/i}return Ue+=4,t;case 203:return t=Er.getFloat64(Ue),Ue+=8,t;case 204:return Rt[Ue++];case 205:return t=Er.getUint16(Ue),Ue+=2,t;case 206:return t=Er.getUint32(Ue),Ue+=4,t;case 207:return Rn.int64AsType==="number"?(t=4294967296*Er.getUint32(Ue),t+=Er.getUint32(Ue+4)):Rn.int64AsType==="string"?t=Er.getBigUint64(Ue).toString():Rn.int64AsType==="auto"?(t=Er.getBigUint64(Ue),t<=BigInt(2)<<BigInt(52)&&(t=Number(t))):t=Er.getBigUint64(Ue),Ue+=8,t;case 208:return Er.getInt8(Ue++);case 209:return t=Er.getInt16(Ue),Ue+=2,t;case 210:return t=Er.getInt32(Ue),Ue+=4,t;case 211:return Rn.int64AsType==="number"?(t=4294967296*Er.getInt32(Ue),t+=Er.getUint32(Ue+4)):Rn.int64AsType==="string"?t=Er.getBigInt64(Ue).toString():Rn.int64AsType==="auto"?(t=Er.getBigInt64(Ue),t>=BigInt(-2)<<BigInt(52)&&t<=BigInt(2)<<BigInt(52)&&(t=Number(t))):t=Er.getBigInt64(Ue),Ue+=8,t;case 212:if(t=Rt[Ue++],t==114)return L7(63&Rt[Ue++]);{let i=_o[t];if(i)return i.read?(Ue++,i.read(Ks())):i.noBuffer?(Ue++,i()):i(Rt.subarray(Ue,++Ue));throw new Error("Unknown extension "+t)}case 213:return t=Rt[Ue],t==114?(Ue++,L7(63&Rt[Ue++],Rt[Ue++])):E0(2);case 214:return E0(4);case 215:return E0(8);case 216:return E0(16);case 217:return t=Rt[Ue++],gd>=Ue?Sg.slice(Ue-Sh,(Ue+=t)-Sh):x1e(t);case 218:return t=Er.getUint16(Ue),gd>=(Ue+=2)?Sg.slice(Ue-Sh,(Ue+=t)-Sh):w1e(t);case 219:return t=Er.getUint32(Ue),gd>=(Ue+=4)?Sg.slice(Ue-Sh,(Ue+=t)-Sh):S1e(t);case 220:return t=Er.getUint16(Ue),Ue+=2,aJ(t);case 221:return t=Er.getUint32(Ue),Ue+=4,aJ(t);case 222:return t=Er.getUint16(Ue),Ue+=2,oJ(t);case 223:return t=Er.getUint32(Ue),Ue+=4,oJ(t);default:if(e>=224)return e-256;if(e===void 0){let i=new Error("Unexpected end of MessagePack data");throw i.incomplete=!0,i}throw new Error("Unknown MessagePack token "+e)}}}function R7(e,t){function i(){if(i.count++>N7){let n;try{n=e.read=new Function("r","return function(){return "+(Rn.freezeData?"Object.freeze":"")+"({"+e.map(s=>s==="__proto__"?"__proto_:r()":b1e.test(s)?s+":r()":"["+JSON.stringify(s)+"]:r()").join(",")+"})}")(Ks)}catch{return N7=1/0,i()}return e.read0=n,e.highByte===0&&(e.read=I7(t,e.read)),n()}let r={};for(let n=0,s=e.length;n<s;n++){let a=e[n];a==="__proto__"&&(a="__proto_"),r[a]=Ks()}return Rn.freezeData?Object.freeze(r):r}return i.count=0,e.read0=i,e.highByte===0?I7(t,i):i}function m1e(){let e=y1e(()=>(Rt=null,Rn.getStructures()));return Br=Rn._mergeStructures(e,Br)}function _M(e){let t;if(e<16&&(t=aX(e)))return t;if(e>64&&D7)return D7.decode(Rt.subarray(Ue,Ue+=e));let i=Ue+e,r=[];for(t="";Ue<i;){let n=Rt[Ue++];if(128&n)if((224&n)==192){let s=(31&n)<<6|63&Rt[Ue++];s<128?r.push(65533):r.push(s)}else if((240&n)==224){let s=(31&n)<<12|(63&Rt[Ue++])<<6|63&Rt[Ue++];s<2048||s>=55296&&s<=57343?r.push(65533):r.push(s)}else if((248&n)==240){let s=(7&n)<<18|(63&Rt[Ue++])<<12|(63&Rt[Ue++])<<6|63&Rt[Ue++];s<65536||s>1114111?r.push(65533):(s>65535&&(s-=65536,r.push(s>>>10&1023|55296),s=56320|1023&s),r.push(s))}else r.push(65533);else r.push(n);r.length>=4096&&(t+=ba.apply(String,r),r.length=0)}return r.length>0&&(t+=ba.apply(String,r)),t}function aJ(e){let t=new Array(e);for(let i=0;i<e;i++)t[i]=Ks();return Rn.freezeData?Object.freeze(t):t}function oJ(e){if(Rn.mapsAsObjects){let t={};for(let i=0;i<e;i++){let r=g1e();r==="__proto__"&&(r="__proto_"),t[r]=Ks()}return t}{let t=new Map;for(let i=0;i<e;i++)t.set(Ks(),Ks());return t}}function f1e(e){let t=Ue,i=new Array(e);for(let r=0;r<e;r++){let n=Rt[Ue++];if((128&n)>0)return void(Ue=t);i[r]=n}return ba.apply(String,i)}function aX(e){if(e<4){if(e<2){if(e===0)return"";{let t=Rt[Ue++];return(128&t)>1?void(Ue-=1):ba(t)}}{let t=Rt[Ue++],i=Rt[Ue++];if((128&t)>0||(128&i)>0)return void(Ue-=2);if(e<3)return ba(t,i);let r=Rt[Ue++];return(128&r)>0?void(Ue-=3):ba(t,i,r)}}{let t=Rt[Ue++],i=Rt[Ue++],r=Rt[Ue++],n=Rt[Ue++];if((128&t)>0||(128&i)>0||(128&r)>0||(128&n)>0)return void(Ue-=4);if(e<6){if(e===4)return ba(t,i,r,n);{let s=Rt[Ue++];return(128&s)>0?void(Ue-=5):ba(t,i,r,n,s)}}if(e<8){let s=Rt[Ue++],a=Rt[Ue++];if((128&s)>0||(128&a)>0)return void(Ue-=6);if(e<7)return ba(t,i,r,n,s,a);let o=Rt[Ue++];return(128&o)>0?void(Ue-=7):ba(t,i,r,n,s,a,o)}{let s=Rt[Ue++],a=Rt[Ue++],o=Rt[Ue++],l=Rt[Ue++];if((128&s)>0||(128&a)>0||(128&o)>0||(128&l)>0)return void(Ue-=8);if(e<10){if(e===8)return ba(t,i,r,n,s,a,o,l);{let u=Rt[Ue++];return(128&u)>0?void(Ue-=9):ba(t,i,r,n,s,a,o,l,u)}}if(e<12){let u=Rt[Ue++],h=Rt[Ue++];if((128&u)>0||(128&h)>0)return void(Ue-=10);if(e<11)return ba(t,i,r,n,s,a,o,l,u,h);let d=Rt[Ue++];return(128&d)>0?void(Ue-=11):ba(t,i,r,n,s,a,o,l,u,h,d)}{let u=Rt[Ue++],h=Rt[Ue++],d=Rt[Ue++],c=Rt[Ue++];if((128&u)>0||(128&h)>0||(128&d)>0||(128&c)>0)return void(Ue-=12);if(e<14){if(e===12)return ba(t,i,r,n,s,a,o,l,u,h,d,c);{let p=Rt[Ue++];return(128&p)>0?void(Ue-=13):ba(t,i,r,n,s,a,o,l,u,h,d,c,p)}}{let p=Rt[Ue++],m=Rt[Ue++];if((128&p)>0||(128&m)>0)return void(Ue-=14);if(e<15)return ba(t,i,r,n,s,a,o,l,u,h,d,c,p,m);let f=Rt[Ue++];return(128&f)>0?void(Ue-=15):ba(t,i,r,n,s,a,o,l,u,h,d,c,p,m,f)}}}}}function lJ(){let e,t=Rt[Ue++];if(t<192)e=t-160;else switch(t){case 217:e=Rt[Ue++];break;case 218:e=Er.getUint16(Ue),Ue+=2;break;case 219:e=Er.getUint32(Ue),Ue+=4;break;default:throw new Error("Expected string")}return _M(e)}function qU(e){return Rn.copyBuffers?Uint8Array.prototype.slice.call(Rt,Ue,Ue+=e):Rt.subarray(Ue,Ue+=e)}function E0(e){let t=Rt[Ue++];if(_o[t]){let i;return _o[t](Rt.subarray(Ue,i=Ue+=e),r=>{Ue=r;try{return Ks()}finally{Ue=i}})}throw new Error("Unknown extension type "+t)}function g1e(){let e=Rt[Ue++];if(!(e>=160&&e<192))return Ue--,v1e(Ks());if(e-=160,gd>=Ue)return Sg.slice(Ue-Sh,(Ue+=e)-Sh);if(!(gd==0&&fu<180))return kO(e);let t,i=4095&(e<<5^(e>1?Er.getUint16(Ue):e>0?Rt[Ue]:0)),r=O7[i],n=Ue,s=Ue+e-3,a=0;if(r&&r.bytes==e){for(;n<s;){if(t=Er.getUint32(n),t!=r[a++]){n=1879048192;break}n+=4}for(s+=3;n<s;)if(t=Rt[n++],t!=r[a++]){n=1879048192;break}if(n===s)return Ue=n,r.string;s-=3,n=Ue}for(r=[],O7[i]=r,r.bytes=e;n<s;)t=Er.getUint32(n),r.push(t),n+=4;for(s+=3;n<s;)t=Rt[n++],r.push(t);let o=e<16?aX(e):f1e(e);return r.string=o??kO(e)}function v1e(e){if(typeof e=="string")return e;if(typeof e=="number"||typeof e=="boolean"||typeof e=="bigint")return e.toString();if(e==null)return e+"";if(Rn.allowArraysInMapKeys&&Array.isArray(e)&&e.flat().every(t=>["string","number","boolean","bigint"].includes(typeof t)))return e.flat().toString();throw new Error("Invalid property type for record: "+typeof e)}function y1e(e){dJ&&dJ();let t=fu,i=Ue,r=zO,n=Sh,s=gd,a=Sg,o=FO,l=gm,u=To,h=new Uint8Array(Rt.slice(0,fu)),d=Br,c=Br.slice(0,Br.length),p=Rn,m=vm,f=e();return fu=t,Ue=i,zO=r,Sh=n,gd=s,Sg=a,FO=o,gm=l,To=u,Rt=h,vm=m,(Br=d).splice(0,Br.length,...c),Rn=p,Er=new DataView(Rt.buffer,Rt.byteOffset,Rt.byteLength),f}function P7(){Rt=null,gm=null,Br=null}function dIe(e){e.unpack?_o[e.type]=e.unpack:_o[e.type]=e}var D7,Rt,fu,Ue,hJ,FO,zO,Rn,Br,Sg,Sh,gd,To,gm,_o,Er,$U,_1e,vm,N7,uJ,dJ,bM,b1e,I7,kO,x1e,w1e,S1e,ba,O7,L7,XU,cJ,pJ,mJ,B7,jC,fJ,gJ,vJ,U7,YU,iA,cIe=V(()=>{try{D7=new TextDecoder}catch{}Ue=0,FO=hJ=[],zO=0,Rn={},Sh=0,gd=0,_o=[],$U={useRecords:!1,mapsAsObjects:!0},(_1e=new class{}).name="MessagePack 0xC1",vm=!1,N7=2,bM=class{constructor(e){e&&(e.useRecords===!1&&e.mapsAsObjects===void 0&&(e.mapsAsObjects=!0),e.sequential&&e.trusted!==!1&&(e.trusted=!0,!e.structures&&e.useRecords!=0&&(e.structures=[],e.maxSharedStructures||(e.maxSharedStructures=0))),e.structures?e.structures.sharedLength=e.structures.length:e.getStructures&&((e.structures=[]).uninitialized=!0,e.structures.sharedLength=0),e.int64AsNumber&&(e.int64AsType="number")),Object.assign(this,e)}unpack(e,t){if(Rt)return y1e(()=>(P7(),this?this.unpack(e,t):bM.prototype.unpack.call($U,e,t)));!e.buffer&&e.constructor===ArrayBuffer&&(e=typeof Buffer<"u"?Buffer.from(e):new Uint8Array(e)),typeof t=="object"?(fu=t.end||e.length,Ue=t.start||0):(Ue=0,fu=t>-1?t:e.length),zO=0,gd=0,Sg=null,FO=hJ,To=null,Rt=e;try{Er=e.dataView||(e.dataView=new DataView(e.buffer,e.byteOffset,e.byteLength))}catch(i){throw Rt=null,e instanceof Uint8Array?i:new Error("Source must be a Uint8Array or Buffer but was a "+(e&&typeof e=="object"?e.constructor.name:typeof e))}if(this instanceof bM){if(Rn=this,this.structures)return Br=this.structures,GC(t);(!Br||Br.length>0)&&(Br=[])}else Rn=$U,(!Br||Br.length>0)&&(Br=[]);return GC(t)}unpackMultiple(e,t){let i,r=0;try{vm=!0;let n=e.length,s=this?this.unpack(e,n):jC.unpack(e,n);if(!t){for(i=[s];Ue<n;)r=Ue,i.push(GC());return i}if(t(s,r,Ue)===!1)return;for(;Ue<n;)if(r=Ue,t(GC(),r,Ue)===!1)return}catch(n){throw n.lastPosition=r,n.values=i,n}finally{vm=!1,P7()}}_mergeStructures(e,t){e=e||[],Object.isFrozen(e)&&(e=e.map(i=>i.slice(0)));for(let i=0,r=e.length;i<r;i++){let n=e[i];n&&(n.isShared=!0,i>=32&&(n.highByte=i-32>>5))}e.sharedLength=e.length;for(let i in t||[])if(i>=0){let r=e[i],n=t[i];n&&(r&&((e.restoreStructures||(e.restoreStructures=[]))[i]=r),e[i]=n)}return this.structures=e}decode(e,t){return this.unpack(e,t)}},b1e=/^[a-zA-Z_$][a-zA-Z\d_$]*$/,I7=(e,t)=>function(){let i=Rt[Ue++];if(i===0)return t();let r=e<32?-(e+(i<<5)):e+(i<<5),n=Br[r]||m1e()[r];if(!n)throw new Error("Record id is not defined for "+r);return n.read||(n.read=R7(n,e)),n.read()},kO=_M,x1e=_M,w1e=_M,S1e=_M,ba=String.fromCharCode,O7=new Array(4096),L7=(e,t)=>{let i=Ks().map(v1e),r=e;t!==void 0&&(e=e<32?-((t<<5)+e):(t<<5)+e,i.highByte=t);let n=Br[e];return n&&(n.isShared||vm)&&((Br.restoreStructures||(Br.restoreStructures=[]))[e]=n),Br[e]=i,i.read=R7(i,r),(i.read0||i.read)()},_o[0]=()=>{},_o[0].noBuffer=!0,_o[66]=e=>{let t=e.byteLength%8||8,i=BigInt(128&e[0]?e[0]-256:e[0]);for(let r=1;r<t;r++)i<<=BigInt(8),i+=BigInt(e[r]);if(e.byteLength!==t){let r=new DataView(e.buffer,e.byteOffset,e.byteLength),n=(s,a)=>{let o=a-s;if(o<=40){let d=r.getBigUint64(s);for(let c=s+8;c<a;c+=8)d<<=BigInt(64),d|=r.getBigUint64(c);return d}let l=s+(o>>4<<3),u=n(s,l),h=n(l,a);return u<<BigInt(8*(a-l))|h};i=i<<BigInt(8*(r.byteLength-t))|n(t,r.byteLength)}return i},XU={Error,EvalError,RangeError,ReferenceError,SyntaxError,TypeError,URIError,AggregateError:typeof AggregateError=="function"?AggregateError:null},_o[101]=()=>{let e=Ks();if(!XU[e[0]]){let t=Error(e[1],{cause:e[2]});return t.name=e[0],t}return XU[e[0]](e[1],{cause:e[2]})},_o[105]=e=>{if(Rn.structuredClone===!1)throw new Error("Structured clone extension is disabled");let t=Er.getUint32(Ue-4);gm||(gm=new Map);let i,r=Rt[Ue];i=r>=144&&r<160||r==220||r==221?[]:r>=128&&r<144||r==222||r==223?new Map:(r>=199&&r<=201||r>=212&&r<=216)&&Rt[Ue+1]===115?new Set:{};let n={target:i};gm.set(t,n);let s=Ks();if(!n.used)return n.target=s;if(Object.assign(i,s),i instanceof Map)for(let[a,o]of s.entries())i.set(a,o);if(i instanceof Set)for(let a of Array.from(s))i.add(a);return i},_o[112]=e=>{if(Rn.structuredClone===!1)throw new Error("Structured clone extension is disabled");let t=Er.getUint32(Ue-4),i=gm.get(t);return i.used=!0,i.target},_o[115]=()=>new Set(Ks()),cJ=["Int8","Uint8","Uint8Clamped","Int16","Uint16","Int32","Uint32","Float32","Float64","BigInt64","BigUint64"].map(e=>e+"Array"),pJ=typeof globalThis=="object"?globalThis:window,_o[116]=e=>{let t=e[0],i=Uint8Array.prototype.slice.call(e,1).buffer,r=cJ[t];if(!r){if(t===16)return i;if(t===17)return new DataView(i);throw new Error("Could not find typed array for code "+t)}return new pJ[r](i)},_o[120]=()=>{let e=Ks();return new RegExp(e[0],e[1])},mJ=[],_o[98]=e=>{let t=(e[0]<<24)+(e[1]<<16)+(e[2]<<8)+e[3],i=Ue;return Ue+=t-e.length,To=mJ,(To=[lJ(),lJ()]).position0=0,To.position1=0,To.postBundlePosition=Ue,Ue=i,Ks()},_o[255]=e=>e.length==4?new Date(1e3*(16777216*e[0]+(e[1]<<16)+(e[2]<<8)+e[3])):e.length==8?new Date(((e[0]<<22)+(e[1]<<14)+(e[2]<<6)+(e[3]>>2))/1e6+1e3*(4294967296*(3&e[3])+16777216*e[4]+(e[5]<<16)+(e[6]<<8)+e[7])):e.length==12?new Date(((e[0]<<24)+(e[1]<<16)+(e[2]<<8)+e[3])/1e6+1e3*((128&e[4]?-281474976710656:0)+1099511627776*e[6]+4294967296*e[7]+16777216*e[8]+(e[9]<<16)+(e[10]<<8)+e[11])):new Date("invalid"),B7=new Array(147);for(let e=0;e<256;e++)B7[e]=+("1e"+Math.floor(45.15-.30103*e));(jC=new bM({useRecords:!1})).unpack,jC.unpackMultiple,jC.unpack,fJ=new Float32Array(1),new Uint8Array(fJ.buffer,0,4)}),pIe=V(()=>{cIe(),eX(),sX(),s1(),y4(),n1(),gJ=[{Class:ai.prototype.constructor,type:1,write:e=>({...e}),read:e=>(Object.setPrototypeOf(e,ai.prototype),e)},{Class:Nt.prototype.constructor,type:2,write:e=>[...e],read:e=>(Object.setPrototypeOf(e,Nt.prototype),e)},{Class:Ma.prototype.constructor,type:3,write:e=>[...e],read:e=>(Object.setPrototypeOf(e,Ma.prototype),e)},{Class:LO.prototype.constructor,type:4,write:e=>e.id,read:e=>new LO(e)},{Class:E7.prototype.constructor,type:5,write:e=>e.data,read:e=>new E7(e)},{Class:Zs.prototype.constructor,type:6,write:e=>({...e}),read:e=>(Object.setPrototypeOf(e,Zs.prototype),e)}];for(let e of gJ)dIe(e);vJ=new bM({structuredClone:!0}),(U7||(U7={})).deserialize=function(e){return vJ.unpack(e)}}),mIe=V(()=>{pIe(),YU=e=>()=>{throw new Error(e+" is not available in the runtime build (decode-only CollabSerialize)")},iA={deserialize:U7.deserialize,serialize:YU("CollabSerialize.serialize"),checksum:YU("CollabSerialize.checksum")}}),Nr=V(()=>{x4(),aIe(),tX(),n1(),y4(),iX(),s1(),lIe(),hIe(),p1e(),uIe(),eX(),mIe(),l1e(),sX()});function F7(e){return e==="MouseDown"||e==="MouseUp"||e==="KeyDown"||e==="KeyUp"||e==="Collision"||e==="Trigger"}var yJ,z7,ex,HC,KU,_J,bJ,xJ,k7,V7,wJ,SJ,TJ,MJ,EJ,G7,j7,AJ,CJ,RJ,PJ,T1e=V(()=>{var e,t,i;Nr(),le(),(e=yJ||(yJ={})).toEventUIType=function(r){return r.type==="Conditional"?r.condition.type==="Distance"?"Distance":"StateChange":r.type},e.fromEventUIType=function(r){return r==="Distance"||r==="StateChange"?"Conditional":r},z7={LookAt:[],Follow:["Create"],DragDrop:["Transition","Animation","Audio","Particles","Create","SetVariable","DynamicVariablePlay","Conditional","ClearLocalStorage","UserAPI"],MouseHover:["Transition","Animation","TimelineAnimation","Particles","Create","Destroy","SwitchCamera","SceneTransition","SetVariable","DynamicVariablePlay","Conditional","ClearLocalStorage","UserAPI"],Scroll:["Transition","Animation","TimelineAnimation","Create","SetVariable","DynamicVariablePlay","Conditional","ClearLocalStorage","UserAPI"],Start:["Transition","Animation","TimelineAnimation","Audio","Particles","Video","Create","Destroy","SwitchCamera","SceneTransition","Reset","SetVariable","DynamicVariablePlay","Conditional","ClearLocalStorage","UserAPI"],Conditional:["Transition","Animation","TimelineAnimation","Audio","Particles","Video","Link","Create","Destroy","SwitchCamera","SceneTransition","Reset","SetVariable","DynamicVariablePlay","Conditional","ClearLocalStorage","UserAPI"],MouseDown:["Transition","Animation","TimelineAnimation","Audio","Particles","Video","Link","Create","Destroy","SwitchCamera","SceneTransition","Reset","SetVariable","DynamicVariablePlay","Conditional","ClearLocalStorage","UserAPI"],MouseUp:["Transition","Animation","TimelineAnimation","Audio","Particles","Video","Link","Create","Destroy","SwitchCamera","SceneTransition","Reset","SetVariable","DynamicVariablePlay","Conditional","ClearLocalStorage","UserAPI"],MousePress:["Transition","Animation","TimelineAnimation","Audio","Particles","Video","Link","Create","SwitchCamera","SceneTransition","Reset","SetVariable","DynamicVariablePlay","Conditional","ClearLocalStorage","UserAPI"],KeyDown:["Transition","Animation","TimelineAnimation","Audio","Particles","Video","Link","Create","Destroy","SwitchCamera","SceneTransition","Reset","SetVariable","DynamicVariablePlay","Conditional","ClearLocalStorage","UserAPI"],KeyUp:["Transition","Animation","TimelineAnimation","Audio","Particles","Video","Link","Create","Destroy","SwitchCamera","SceneTransition","Reset","SetVariable","DynamicVariablePlay","Conditional","ClearLocalStorage","UserAPI"],KeyPress:["Transition","Animation","Audio","Particles","Video","Link","Create","SwitchCamera","Reset","SetVariable","DynamicVariablePlay","Conditional","ClearLocalStorage","UserAPI"],GameControl:["Transition","Animation","TimelineAnimation","Audio","Particles","Create","Conditional"],Collision:["Transition","Animation","TimelineAnimation","Audio","Particles","Video","Create","Destroy","Reset","SetVariable","DynamicVariablePlay","Conditional","ClearLocalStorage","UserAPI"],Trigger:["Transition","Audio","Particles","Video","Link","Create","Destroy","SwitchCamera","SceneTransition","Reset","SetVariable","DynamicVariablePlay","Conditional","ClearLocalStorage","UserAPI"],Resize:["Transition","Animation","Audio","Particles","Video","Create","Destroy","SwitchCamera","SceneTransition","Reset","SetVariable","DynamicVariablePlay","Conditional","ClearLocalStorage","UserAPI"],VariableChange:["Transition","Animation","TimelineAnimation","Audio","Particles","Video","Link","Create","Destroy","SwitchCamera","SceneTransition","Reset","SetVariable","DynamicVariablePlay","Conditional","ClearLocalStorage","UserAPI"],API:["Transition","Animation","Audio","Particles","Video","Link","Create","Destroy","SwitchCamera","SceneTransition","Reset","SetVariable","DynamicVariablePlay","Conditional","ClearLocalStorage","UserAPI"],WEBHOOK:["Transition","Animation","Audio","Particles","Video","Link","Create","Destroy","SwitchCamera","SceneTransition","Reset","SetVariable","DynamicVariablePlay","Conditional","ClearLocalStorage","UserAPI"],AIAssistantListener:["SetVariable"],AIAssistantTrigger:["Transition","Animation","Audio","Particles","Video","Link","Create","Destroy","SwitchCamera","SceneTransition","Reset","SetVariable","DynamicVariablePlay","Conditional","ClearLocalStorage","UserAPI"]},(r=>{r.is=function(n){return n.type==="MouseDown"||n.type==="MouseUp"||n.type==="MousePress"||n.type==="KeyDown"||n.type==="KeyUp"||n.type==="KeyPress"},r.defaultData=function(n){return n==="MouseDown"||n==="MouseUp"||n==="MousePress"?{type:n,mode:"Object",disabled:!1,name:"",actions:new Nt}:{type:n,disabled:!1,name:"",key:void 0,actions:new Nt}}})(ex||(ex={})),(r=>{r.propertyDefaultData=function(n){return{type:"Property",value:[n??null,"position","x"]}},r.valueDefaultData={type:"Literal",value:0}})(HC||(HC={})),(t=KU||(KU={})).comparisonDefaultData=function(r){return{type:"Comparison",operator:"==",lOperand:HC.propertyDefaultData(r),rOperand:{...HC.valueDefaultData}}},t.distanceDefaultData=function(r){return{type:"Distance",toObject:r??null,fromObject:r??null,distance:200}},t.stateDefaultData=function(r,n){return{type:"State",object:r??null,state:n??null}},(_J||(_J={})).isConditionalSubActions=function(r){return r.find(n=>n==="ifActions"||n==="elseActions")!==void 0},(r=>{r.is=function(n){return n.type==="Conditional"},r.defaultData=function(n){return{type:"Conditional",disabled:!1,name:"",inActions:new Nt,outActions:new Nt,condition:KU.distanceDefaultData(n)}}})(bJ||(bJ={})),(xJ||(xJ={})).defaultData={type:"DragDrop",name:"",cursor:"hand",disabled:!1,dampingFactor:1,objects:[],snapTo:"center",snapSurfaceMode:"bbox",snapSurfaceOffset:0,dropOn:"all",autoOrient:!0,dropDestinations:[],plane:"adaptive",planeMode:"locked",referenceFrame:"global",limits:[-1/0,1/0,-1/0,1/0,-1/0,1/0],drop:!1,resetOnSnapFail:!1,snapSpeed:20,resetSpeed:20,dragDropActions:{drag:new Nt,drop:new Nt}},(k7||(k7={})).defaultData={type:"Follow",disabled:!1,name:"",maxDelta:0,dampingFactor:1,target:"cursor",plane:"custom",resetOnPointerLeave:!0,resetAfterDistanceLimit:!0,enabledTranslation:[!0,!0,!0],limitDistanceEnabled:!1,limitDistance:1e3,snapDelay:0,resetSpeed:5,actions:new Nt},(V7||(V7={})).defaultData={type:"LookAt",disabled:!1,name:"",distance:1e3,dampingFactor:1,target:"cursor",tilt:"up",axis:"z",plane:"custom",resetOnPointerLeave:!0,resetAfterDistanceLimit:!0,enabledRotation:[!0,!0,!0],limitDistanceEnabled:!1,limitDistance:1e3,snapDelay:0,resetSpeed:5},(r=>{r.is=function(n){return n.type==="MouseHover"},r.defaultData=function(){return{type:"MouseHover",disabled:!1,name:"",actions:new Nt}}})(wJ||(wJ={})),(r=>{r.is=function(n){return n.type==="Scroll"},r.defaultData=function(){return{type:"Scroll",disabled:!1,name:"",steps:100,trigger:"load",startFrom:"enter",enterAnchor:"top",startOffset:0,endAfter:400,actions:new Nt}}})(SJ||(SJ={})),(r=>{r.is=function(n){return n.type==="Start"},r.defaultData=function(){return{type:"Start",disabled:!1,name:"",actions:new Nt}}})(TJ||(TJ={})),(r=>{r.is=function(n){return n.type==="Collision"},r.defaultData=function(){return{type:"Collision",disabled:!1,name:"",target:"character",actions:new Nt}}})(MJ||(MJ={})),(r=>{r.is=function(n){return n.type==="Trigger"},r.defaultData=function(n,s){return{type:"Trigger",name:"",disabled:!1,target:"all",triggeringObjects:[],actions:new Nt,triggerZone:"box",position:s.toArray(),rotation:[0,0,0],size:n.toArray(),radius:n.length()/2,helperVisible:!0}}})(EJ||(EJ={})),(i=G7||(G7={})).defaultSizes={mobile:[480,480],tablet:[768,768],desktop:[1200,1200],custom:[769,1200]},i.is=function(r){return r.type==="Resize"},i.sizeToDevice=function(r){return typeof r=="string"?r:"custom"},i.deviceToSize=function(r){return typeof r=="string"?[...i.defaultSizes[r]]:[...r]},i.defaultData=function(){let r={size:"mobile",operator:"<",actions:new Nt},n={size:"tablet",operator:"<",actions:new Nt},s={size:[...i.defaultSizes.custom],operator:"<>",actions:new Nt},a=new Nt;return a.push({id:ht.generateUUID(),fi:0,data:r},{id:ht.generateUUID(),fi:1,data:n},{id:ht.generateUUID(),fi:2,data:s}),{type:"Resize",disabled:!1,name:"",orientation:"horizontal",breakpoints:a}},i.defaultBreakpointData=function(){return{size:[...i.defaultSizes.custom],operator:"<>",actions:new Nt}},(r=>{r.propertyPaths={Position:["position"],"Position X":["position","x"],"Position Y":["position","y"],"Position Z":["position","z"],Rotation:["rotation"],"Rotation X":["rotation","x"],"Rotation Y":["rotation","y"],"Rotation Z":["rotation","z"],Scale:["scale"],"Scale X":["scale","x"],"Scale Y":["scale","y"],"Scale Z":["scale","z"],Width:["width"],Height:["height"],Depth:["depth"],"Mouse Position X":["mouse","x"],"Mouse Position Y":["mouse","y"],"Mouse Pressed":["mouse","pressed"],"Screen Width":["mouse","width"],"Screen Height":["mouse","height"],"Hit Position X":["raycast","x"],"Hit Position Y":["raycast","y"],"Hit Position Z":["raycast","z"],"Hit Object Position X":["raycast","objX"],"Hit Object Position Y":["raycast","objY"],"Hit Object Position Z":["raycast","objZ"]},r.is=function(n){return n.type==="VariableChange"},r.defaultData=function(){return{disabled:!1,type:"VariableChange",name:"",actions:new Nt,variableId:"",objectId:null,property:"Position X"}}})(j7||(j7={})),(r=>{r.is=function(n){return n.type==="API"},r.defaultData=function(){return{disabled:!1,type:"API",name:"",successActions:new Nt,errorActions:new Nt,userAPIId:""}}})(AJ||(AJ={})),(r=>{r.is=function(n){return n.type==="WEBHOOK"},r.defaultData=function(){return{disabled:!1,type:"WEBHOOK",name:"",actions:new Nt,userWebhookId:""}}})(CJ||(CJ={})),(r=>{r.is=function(n){return n.type==="AIAssistantListener"},r.defaultData=function(){return{disabled:!1,type:"AIAssistantListener",name:"",actions:new Nt,analysis:"average",analysisRange:[0,71],analysisSingle:0}}})(RJ||(RJ={})),(r=>{r.is=function(n){return n.type==="AIAssistantTrigger"},r.defaultData=function(){return{disabled:!1,description:"",name:"",type:"AIAssistantTrigger",actions:new Nt}}})(PJ||(PJ={}))});function DJ(e){let t=typeof e;return e!==null&&(t==="object"||t==="function")}function NJ(e){return typeof e=="string"&&e.length===36&&/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/i.test(e)}var a1,wx,M1e,eo,IJ,Uc,Og,rA,OJ,Sx,aa,kr,H7,LJ,Tg,ew,BJ,UJ,FJ,zJ,kJ,VJ,GJ,jJ,ZU,HJ,WJ,QU,qJ,$J,XJ,JU,YJ,eF,KJ,ZJ,QJ,JJ,eee,tee,iee,ree,nee,Ky,ym,Mg,W7,q7,VO,GO,jO,HO,WO,$7,X7,qO,Y7,Tx,see,tF,iF,K7,aee,$O,oee,lee,nA,hee,uee,dee,cee,pee,mee,fee,gee,vee,w4,oX,os,is,Db,E1e,sA,XO,Fv,Z7,lX,YO,KO,Q7,lm,nI,Xn,rF,gg,Dh=V(()=>{var e,t,i,r,n,s,a,o;a1="personal camera",wx="a218fcc3-276b-49b9-b485-49037fd14f5f",M1e=2500134,eo=5526619,(e=IJ||{}).x="x",e.y="y",e.z="z",IJ=e,(l=>{function u(c,p){return Math.pow(p[0]-c[0],2)+Math.pow(p[1]-c[1],2)}function h(c,p){return Math.sqrt(u(c,p))}function d(c,p,m){let f=l.sub(p,c),g=l.sub(m,c),v=l.dot(f,g)/l.dot(f,f),y=l.scalarMultiply(f,v);return l.add(c,y)}l.isEqual=function(c,p){return c[0]===p[0]&&c[1]===p[1]},l.lerp=function(c,p,m){return[c[0]+(p[0]-c[0])*m,c[1]+(p[1]-c[1])*m]},l.add=function(c,p){return[c[0]+p[0],c[1]+p[1]]},l.sub=function(c,p){return[c[0]-p[0],c[1]-p[1]]},l.multiply=function(c,p){return[c[0]*p[0],c[1]*p[1]]},l.divide=function(c,p){return[c[0]/p[0],c[1]/p[1]]},l.distanceSquared=u,l.distance=h,l.dot=function(c,p){return c[0]*p[0]+c[1]*p[1]},l.scalarMultiply=function(c,p){return[c[0]*p,c[1]*p]},l.projectionOnto=d,l.projectionOntoDistance=function(c,p,m){return h(c,d(c,p,m))},l.center=function(c,p){return[.5*(c[0]+p[0]),.5*(c[1]+p[1])]}})(Uc||(Uc={})),(t=Og||(Og={})).isEqual=function(l,u){return l[0]===u[0]&&l[1]===u[1]&&l[2]===u[2]},t.add=function(l,u){return[l[0]+u[0],l[1]+u[1],l[2]+u[2]]},t.sub=function(l,u){return[l[0]-u[0],l[1]-u[1],l[2]-u[2]]},t.div=function(l,u){return[l[0]/u[0],l[1]/u[1],l[2]/u[2]]},t.mul=function(l,u){return[l[0]*u[0],l[1]*u[1],l[2]*u[2]]},t.dist=function(l,u){return Math.hypot(l[0]-u[0],l[1]-u[1],l[2]-u[2])},t.lerp=function(l,u,h){return[l[0]+(u[0]-l[0])*h,l[1]+(u[1]-l[1])*h,l[2]+(u[2]-l[2])*h]},(i=rA||(rA={})).isEqual=function(l,u){return l[0]===u[0]&&l[1]===u[1]&&l[2]===u[2]&&l[3]===u[3]},i.lerp=function(l,u,h){return[l[0]+(u[0]-l[0])*h,l[1]+(u[1]-l[1])*h,l[2]+(u[2]-l[2])*h,l[3]+(u[3]-l[3])*h]},(l=>{let u=180/Math.PI,h=Math.PI/180;function d(p){return typeof p=="number"?p*u:p}function c(p){return typeof p=="number"?p*h:p}l.radToDeg=function(p){return[d(p[0]),d(p[1]),d(p[2])]},l.degToRad=function(p){return[c(p[0]),c(p[1]),c(p[2])]}})(OJ||(OJ={})),(r=Sx||(Sx={})).identity=[1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1],r.isEqual=function(l,u){for(let h=0;h<16;h++)if(l[h]!==u[h])return!1;return!0},r.simplify=function(l){return l??r.identity},r.applyMatrix4=function(l,u){let h=u.slice(0);for(let d=0,c=u.length;d<c;d+=3){let p=l[3]*u[d]+l[7]*u[d+1]+l[11]*u[d+2]+l[15];h[d]=(l[0]*u[d]+l[4]*u[d+1]+l[8]*u[d+2]+l[12])/p,h[d+1]=(l[1]*u[d]+l[5]*u[d+1]+l[9]*u[d+2]+l[13])/p,h[d+2]=(l[2]*u[d]+l[6]*u[d+1]+l[10]*u[d+2]+l[14])/p}return h},(n=aa||(aa={})).isRGB=function(l){return typeof l=="object"&&typeof l.r=="number"&&typeof l.g=="number"&&typeof l.b=="number"},n.white={r:1,g:1,b:1},n.red={r:1,g:0,b:0},n.black={r:0,g:0,b:0},n.toRgb255a1=function(l){return{r:Math.round(255*l.r),g:Math.round(255*l.g),b:Math.round(255*l.b),a:1}},n.clone=function(l){return{r:l.r,g:l.g,b:l.b}},n.fromHex=function(l){return{r:((l=Math.floor(l))>>16&255)/255,g:(l>>8&255)/255,b:(255&l)/255}},n.toHex=function(l){return 65536*Math.round(255*l.r)+256*Math.round(255*l.g)+Math.round(255*l.b)},n.equals=function(l,u){return l.r===u.r&&l.g===u.g&&l.b===u.b},n.equalsFixed=function(l,u){return l.r.toFixed(2)===u.r.toFixed(2)&&l.g.toFixed(2)===u.g.toFixed(2)&&l.b.toFixed(2)===u.b.toFixed(2)},n.lerp=function(l,u,h){return{r:l.r+(u.r-l.r)*h,g:l.g+(u.g-l.g)*h,b:l.b+(u.b-l.b)*h}},n.is=function(l){return!!DJ(l)&&"r"in l&&"g"in l&&"b"in l&&!("a"in l)},(s=kr||(kr={})).white={...aa.white,a:1},s.is=function(l){return!!DJ(l)&&"r"in l&&"g"in l&&"b"in l&&"a"in l},s.transparent={...aa.white,a:0},s.from0to1=function(l){return{r:l[0],g:l[1],b:l[2],a:l[3]}},s.fromHexAndA=function(l,u){return{...aa.fromHex(l),a:u}},s.toRgb255a1=function(l){return{r:Math.round(255*l.r),g:Math.round(255*l.g),b:Math.round(255*l.b),a:l.a}},s.equals=function(l,u){return aa.equals(l,u)&&l.a===u.a},s.equalsFixed=function(l,u){return aa.equalsFixed(l,u)&&l.a.toFixed(2)===u.a.toFixed(2)},s.lerp=function(l,u,h){return{r:l.r+(u.r-l.r)*h,g:l.g+(u.g-l.g)*h,b:l.b+(u.b-l.b)*h,a:l.a+(u.a-l.a)*h}},s.toStyle=function({r:l,g:u,b:h,a:d}=s.white){return`rgba(${255*l}, ${255*u}, ${255*h}, ${d})`},(H7||(H7={})).identity={position:[0,0,0],rotation:[0,0,0],scale:[1,1,1],pivot:[0,0,0],pivotRotation:[0,0,0]},(a=LJ||{})[a.LINEAR=0]="LINEAR",a[a.EASE=1]="EASE",a[a.EASE_IN=2]="EASE_IN",a[a.EASE_OUT=3]="EASE_OUT",a[a.EASE_IN_OUT=4]="EASE_IN_OUT",a[a.CUBIC=5]="CUBIC",a[a.SPRING=6]="SPRING",a[a.ARC=7]="ARC",a[a.NONE=8]="NONE",LJ=a,(Tg||(Tg={})).defaultData={mass:1,stiffness:80,damping:10,velocity:0},(ew||(ew={})).defaultData={control1:[.5,0],control2:[.5,1]},(o=BJ||(BJ={})).linear=[0,0,1,1],o.ease=[.25,.1,.25,1],o.easeIn=[.42,0,1,1],o.easeOut=[0,0,.58,1],o.easeInOut=[.42,0,.58,1]}),fIe=V(()=>{var e,t;Nr(),T1e(),(UJ||(UJ={})).defaultData={type:"SwitchCamera",name:"",targetCamera:"",delay:0,animate:!0,duration:1e3,easing:4,runMode:"Normal"},(FJ||(FJ={})).defaultData={type:"SceneTransition",name:"",target:"",delay:0,duration:1,transition:"none"},(zJ||(zJ={})).defaultData={type:"Link",name:"",url:null,context:"tab"},(kJ||(kJ={})).defaultData={type:"Destroy",name:"",objects:[],delay:0},(VJ||(VJ={})).defaultData={type:"Particles",name:"",emitterObjectId:"",delay:0,emission:"start",triggerAfter:"any"},(GJ||(GJ={})).defaultData={type:"Create",name:"",object:"",delay:0,creationSpeed:10,coordinateSystem:"world",dynamic:!0,destroy:"No",destroyAfterQuantity:5,lifetime:2,position:[0,0,0],rotation:[0,0,0],velocity:[1e3,0,0],hideBase:"No"},(jJ||(jJ={})).defaultData={type:"Reset",name:"",delay:0},(ZU||(ZU={})).defaultData={interaction:"play",delay:0,volume:.5,loop:1},(e=HJ||(HJ={})).pauseDefaultData={interaction:"pause",delay:0},e.stopDefaultData={interaction:"stop",delay:0},(t=WJ||(WJ={})).defaultData={type:"Audio",name:"",...ZU.defaultData},t.hasAudioByActions=i=>i.some(({data:r})=>r.type==="Audio"&&r.interaction==="play"&&r.audio),t.hasAudioByEvents=i=>{for(let{data:r}of i)if(ex.is(r)||r.type==="Start"||r.type==="Collision"){if(t.hasAudioByActions(r.actions))return!0}else if(r.type==="Conditional"){if(t.hasAudioByActions(r.inActions)||t.hasAudioByActions(r.outActions))return!0}else if(r.type==="GameControl"&&Object.values(r.gameActions).find(n=>t.hasAudioByActions(n)))return!0},t.getAudiosByActions=i=>{let r=[];return i.forEach(n=>{let s=n.data;s.type==="Audio"&&s.interaction==="play"&&s.audio&&r.push(n),s.type==="Conditional"&&(r.push(...t.getAudiosByActions(s.ifActions)),r.push(...t.getAudiosByActions(s.elseActions)))}),r},t.getAudiosByEvents=i=>{let r=[];return i.forEach(({data:n})=>{ex.is(n)||n.type==="Collision"||n.type==="Start"||n.type==="Trigger"?r.push(...t.getAudiosByActions(n.actions)):n.type==="Conditional"?(r.push(...t.getAudiosByActions(n.inActions)),r.push(...t.getAudiosByActions(n.outActions))):n.type==="GameControl"?Object.values(n.gameActions).forEach(s=>{r.push(...t.getAudiosByActions(s))}):n.type==="DragDrop"&&(r.push(...t.getAudiosByActions(n.dragDropActions.drag)),r.push(...t.getAudiosByActions(n.dragDropActions.drop)))}),r},(QU||(QU={})).defaultData={interaction:"play",delay:0,volume:.5,loop:1/0},(i=>{i.pauseDefaultData={interaction:"pause",delay:0},i.stopDefaultData={interaction:"stop",delay:0}})(qJ||(qJ={})),(i=>{i.defaultData={type:"Video",name:"",triggerAfter:"autoplay",...QU.defaultData},i.hasVideoByActions=r=>r.some(({data:n})=>n.type==="Video"&&n.interaction==="play"&&n.layerId),i.hasVideoByObject=r=>{if(r.events){for(let{data:n}of r.events)if((ex.is(n)||n.type==="Start")&&i.hasVideoByActions(n.actions))return!0}},i.getVideosByActions=r=>{let n=[];return r.forEach(s=>{let a=s.data;a.type==="Video"&&a.interaction==="play"&&a.layerId&&n.push(s)}),n},i.getVideosByEvents=r=>{let n=[];return r.forEach(({data:s})=>{(ex.is(s)||s.type==="Start")&&n.push(...i.getVideosByActions(s.actions))}),n}})($J||($J={})),(XJ||(XJ={})).defaultData=function(i){return{state:i,repeat:0,delay:0,delayDirection:"start-once",direction:"normal",duration:1e3,easing:4}},(JU||(JU={})).defaultData=function(){return{tweens:new Nt,repeat:0,delay:0,delayDirection:"start-once",direction:"normal"}},(YJ||(YJ={})).defaultData=function(i){return{type:"Transition",name:"",runMode:"Once",object:i??null,...JU.defaultData()}},(eF||(eF={})).defaultData=function(i){return{interaction:"play",timeline:i,repeat:0,delay:0,delayDirection:"start-once",direction:"normal",runMode:"Once"}},(i=>{i.pauseDefaultData={interaction:"pause",delay:0},i.stopDefaultData={interaction:"stop",delay:0}})(KJ||(KJ={})),(ZJ||(ZJ={})).defaultData=function(i){return{type:"TimelineAnimation",name:"",...eF.defaultData(i)}},(QJ||(QJ={})).defaultData=function(i,r,n){return{type:"Animation",name:"",object:i,clipId:r,crop:n,crop2:n,repeat:-1,delay:0,delayDirection:"start-once",direction:"normal",runMode:"Normal"}},(JJ||(JJ={})).defaultData={type:"SetVariable",name:"",variableId:"",expression:[]},(eee||(eee={})).defaultData=()=>({type:"Conditional",name:"",ifActions:new Nt,elseActions:new Nt,condition:[]}),(tee||(tee={})).defaultData={type:"DynamicVariablePlay",name:"",variableId:"",mode:"PlayPause",delay:0,pauseDelay:0},(iee||(iee={})).defaultData={type:"ClearLocalStorage",name:"",target:"all"},(ree||(ree={})).defaultData={name:"",type:"UserAPI"}}),gIe=V(()=>{var e;(e=nee||(nee={})).emptyAudio={data:Uint8Array.from(atob("UklGRjIAAABXQVZFZm10IBIAAAABAAEAQB8AAEAfAAABAAgAAABmYWN0BAAAAAAAAABkYXRhAAAAAA=="),t=>t.charCodeAt(0)),mimeType:"audio/wav",filename:"unknown"},e.maxSize=2e6}),A1e=V(()=>{var e;(e=Ky||(Ky={})).all=["PerspectiveCamera","OrthographicCamera"],e.is=function(t){return e.all.includes(t)},(t=>{t.DefaultUp=[0,1,0],t.DefaultTargetOffset=1e3,t.MinTargetOffset=.001,t.sanitizeTargetOffset=function(s){return s===void 0||!Number.isFinite(s)||s<t.MinTargetOffset?t.DefaultTargetOffset:s},t.DefaultAzimuth=-24,t.DefaultElevation=15;let i=t.DefaultAzimuth*Math.PI/180,r=t.DefaultElevation*Math.PI/180,n=180/Math.PI;t.DefaultPosition=[t.DefaultTargetOffset*Math.sin(i)*Math.cos(r),t.DefaultTargetOffset*Math.sin(r),t.DefaultTargetOffset*Math.cos(i)*Math.cos(r)],t.DefaultRotation=[Math.atan2(-Math.sin(r),Math.cos(i)*Math.cos(r))*n,Math.asin(Math.sin(i)*Math.cos(r))*n,Math.atan2(Math.sin(i)*Math.sin(r),Math.cos(i))*n],t.defaultData={far:1e5,type:"PerspectiveCamera",perspective:{near:70,fov:45,zoom:1},orthographic:{near:-1e5,zoom:1},up:t.DefaultUp,isUpVectorFlipped:!1,targetOffset:t.DefaultTargetOffset},t.getZoom=function(s){return s.type==="PerspectiveCamera"?s.perspective?.zoom??1:s.orthographic?.zoom??1}})(ym||(ym={}))}),C1e=V(()=>{var e;(e=Mg||(Mg={})).defaultData=function(t,i=.1){return{disabled:!1,type:"linear",hideBase:!1,instanced:!1,count:3,radial:{radius:2*Math.max(typeof t[0]=="number"?t[0]:1,typeof t[1]=="number"?t[1]:1),start:0,end:360,alignment:!1,axis:"y",scale:[1,1,1],rotation:[0,0,0],position:[0,0,0],pivot:[0,0,0],pivotRotation:[0,0,0]},toObject:{object:"",spreadType:"random",scale:[0,0,0],rotation:[0,0,0],position:[0,0,0],axis:"x",seed:0,count:99,align:"normal",pivot:[0,0,0],pivotRotation:[0,0,0]},linear:{scale:[1,1,1],rotation:[0,0,0],position:[(typeof t[0]=="number"?t[0]+t[0]:1)*i,0,0],pivot:[0,0,0],pivotRotation:[0,0,0]},grid:{count:[2,2,2],size:t.map(r=>(typeof r=="number"?r:1)*(1+i)),useCenter:!0},randomness:!1,randomnessObject:{strength:100,scale:[0,0,0],rotation:[0,0,0],position:[0,0,0],movement:1,seed:0,freqScale:10,noiseType:"perlin"}}},e.merge=function(t,i){let r={...t};if(q7.forEach(n=>{Object.assign(r,{[n]:i[n]??t[n]})}),r.radial={...t.radial},i.radial){let n=t.radial,s=i.radial;VO.forEach(a=>{Object.assign(r.radial,{[a]:s[a]??n[a]})})}if(r.linear={...t.linear},i.linear){let n=t.linear,s=i.linear;GO.forEach(a=>{Object.assign(r.linear,{[a]:s[a]??n[a]})})}if(r.grid={...t.grid},i.grid){let n=t.grid,s=i.grid;jO.forEach(a=>{Object.assign(r.grid,{[a]:s[a]??n[a]})})}if(r.toObject={...t.toObject},i.toObject){let n=t.toObject,s=i.toObject;HO.forEach(a=>{Object.assign(r.toObject,{[a]:s[a]??n[a]})})}if(r.randomnessObject={...t.randomnessObject},i.randomnessObject){let n=t.randomnessObject,s=i.randomnessObject;WO.forEach(a=>{Object.assign(r.randomnessObject,{[a]:s[a]??n[a]})})}return r},e.isPartial=function(t){return!(!t.randomnessObject&&!t.toObject)},(t=>{t.defaultData={radial:{},linear:{},grid:{},toObject:{},randomnessObject:{}};let i=["radial","linear","grid","toObject","randomnessObject"];t.toOps=function(r,n){let s=[];r.count!==void 0&&s.push({type:0,path:n,props:{count:r.count}});for(let a of i){let o=r[a];o&&Object.keys(o).length>0&&s.push({type:0,path:[...n,a],props:o})}return s}})(W7||(W7={})),q7=["count"],VO=["radius","start","end","position","scale","rotation"],GO=["position","scale","rotation"],jO=["count","size"],HO=["count","position","scale","rotation"],WO=["strength","scale","rotation","position","movement","seed","freqScale"]}),R1e=V(()=>{var e;Dh(),(e=$7||($7={})).all=["PointLight","SpotLight","DirectionalLight","HemisphereLight"],e.is=function(t){return e.all.includes(t)},(X7||(X7={})).defaultData=function(t){return function(i){if(i==="PointLight")return{type:i,color:kr.white,intensity:1,distance:2e3,decay:1,shadows:!0,shadowResolution:1024,shadowRadius:1,penumbraSize:.5,depth:1e5};if(i==="SpotLight")return{type:i,color:kr.white,intensity:1,distance:2e3,decay:1,shadows:!0,penumbra:0,angle:30/180*Math.PI,depth:1e5,penumbraSize:.5,shadowResolution:1024,shadowRadius:1};if(i==="DirectionalLight")return{type:i,color:kr.white,intensity:1,shadows:!0,size:2e3,depth:1e5,penumbraSize:.5,shadowResolution:1024,shadowRadius:1};throw new Error("not implemented")}(t)}}),P1e=V(()=>{var e;(e=qO||(qO={})).defaultShapeData={type:"PlaneEmitterShape",size:[100,100,100]},e.defaultCollisionData={colliderEntityId:null,collisionBounce:.75},e.defaultData={renderMaterial:{type:"particleMaterial",color:{r:1,g:.2,b:.545,a:1},color2:{r:.945,g:.714,b:.184,a:1},coloring:"gradient",ease:"linearFadeOut",easeSize:"linearFadeOut",transparent:!0,size:[40,40],texture:"pt_default_particle",spriteRotation:[0,0]},birthRatePerSec:50,gravity:1,noiseStrength:0,noiseScale:0,noiseSeed:1,noiseType:"curl",randomRotation:0,randomScale:.2,randomMass:.5,rootObjectType:"instancedMesh",life:1,direction:[0,0,0],directionMode:"axis",speed:10,shape:e.defaultShapeData,autoPlay:!0,emitTimeDelay:0,emitTimeCycle:"infinity",emitTimeDuration:1,...e.defaultCollisionData}}),D1e=V(()=>{var e;(e=Y7||(Y7={})).defaultData={gravity:10,damping:.03,localStiffness:.67,globalStiffness:.5,globalRange:.15,stiffnessFalloff:.1,windStrength:0,vspCoefficient:.01,elasticity:.15,hairLength:.75,tipSeparation:.8,kink:0,kinkFrequency:0,clumpStrength:0,clumpSize:32,clumpTipScale:1.5,spreadRadius:.03,guideStrands:8192,headShape:"sphere",baseObjectId:null,hairColorSource:"custom",hairShadeRoot:.6,hairShadeTip:1.15,hairRootColor:{r:.29,g:.102,b:.039,a:1},hairMidColor:{r:.8,g:.267,b:.133,a:1},hairTipColor:{r:.545,g:.18,b:.18,a:1},headColor:{r:.325,g:.137,b:.114,a:1},noiseEnabled:!1,noiseColorA:{r:.545,g:.184,b:.788,a:1},noiseColorB:{r:.914,g:.188,b:.914,a:1},noiseColorC:{r:.2,g:.4,b:1,a:1},noiseColorD:{r:.2,g:1,b:.6,a:1},noiseScale:1.8,noiseMixHair:.75,noiseMixHead:.8,castShadow:!0,receiveShadow:!0,hairWidth:1.75,specularPower:40,specularIntensity:.4,diffuseIntensity:.6,ambientIntensity:.25,opacity:1,tipFade:.4,autoPlay:!0},e.regenProps=["hairLength","spreadRadius","guideStrands","headShape","baseObjectId"]}),hX=V(()=>{(Tx||(Tx={})).defaultData={enabled:"visibility",fusedBody:!0,rigidBody:"positioned",density:1,pointMass:0,gravityScale:1,friction:.5,damping:0,restitution:.2,colliderType:"convex",enabledRotation:[!0,!0,!0],enabledTranslation:[!0,!0,!0]}}),N1e=V(()=>{var e,t;(e=see||{})[e.Front=0]="Front",e[e.Back=1]="Back",e[e.Double=2]="Double",see=e,(t=tF||(tF={})).defaultData={castShadow:!0,receiveShadow:!0},t.equals=function(i,r){return i.castShadow===r.castShadow&&i.receiveShadow===r.receiveShadow},(i=>{i.defaultData={flatShading:!1,wireframe:!1,side:0},i.equals=function(r,n){return r.flatShading===n.flatShading&&r.side===n.side&&r.wireframe===n.wireframe&&(r.shadowCatcher??!1)===(n.shadowCatcher??!1)}})(iF||(iF={})),(K7||(K7={})).defaultData={...iF.defaultData,...tF.defaultData},(aee||(aee={})).getMaterialData=function(i,r){let n=[];if("material"in i){let s=typeof i.material=="string"?r.materials[i.material]??r.lib.materials[i.material]?.asset:i.material;s&&n.push(s)}else if("materials"in i)for(let s of i.materials){let a=typeof s=="string"?r.materials[s]??r.lib.materials[s]?.asset:s;a&&n.push(a)}return n}}),I1e=V(()=>{var e;(e=$O||($O={})).defaultVideo={data:"",thumb:"/_assets/_videos/catThumb.png",type:"video",name:"Cat video"},e.maxSize=3e7}),AA=V(()=>{var e,t,i,r;Nr(),Dh(),I1e(),Dh(),(oee||(oee={})).is=function(n){return n==="texture"||n==="video"||n==="color"||n==="depth"||n==="normal"||n==="gradient"||n==="noise"||n==="fresnel"||n==="cavity"||n==="dust"||n==="rainbow"||n==="toon"||n==="outline"||n==="particle"||n==="transmission"||n==="reflection"||n==="matcap"||n==="displace"||n==="pattern"||n==="vertexColor"||n==="light"},(lee||(lee={})).is=function(n){return n==="luminance"||n==="r"||n==="g"||n==="b"||n==="a"},(nA||(nA={})).is=function(n){return typeof n=="object"&&n!==null&&n.image!=null},(hee||(hee={})).is=function(n){return n==="phong"||n==="toon"||n==="lambert"||n==="physical"},(r=uee||{})[r.Linear=0]="Linear",r[r.Radial=1]="Radial",r[r.Polar=2]="Polar",uee=r,dee=(n=>(n[n.RepeatWrapping=1e3]="RepeatWrapping",n[n.ClampToEdgeWrapping=1001]="ClampToEdgeWrapping",n[n.MirroredRepeatWrapping=1002]="MirroredRepeatWrapping",n))(dee||{}),cee=(n=>(n[n.NearestFilter=1003]="NearestFilter",n[n.LinearFilter=1006]="LinearFilter",n[n.LinearMipmapLinearFilter=1008]="LinearMipmapLinearFilter",n))(cee||{}),(i=pee||{})[i.UV=0]="UV",i[i.Planar=1]="Planar",i[i.Spherical=2]="Spherical",i[i.Cylindrical=3]="Cylindrical",i[i.Triplanar=4]="Triplanar",pee=i,(t=mee||{})[t.Simplex=0]="Simplex",t[t.SimplexFractal=1]="SimplexFractal",t[t.Ashima=2]="Ashima",t[t.Fbm=3]="Fbm",t[t.Perlin=4]="Perlin",t[t.Voronoi=5]="Voronoi",mee=t,(e=fee||{})[e.F1=0]="F1",e[e.F2=1]="F2",e[e.F2MinusF1=2]="F2MinusF1",e[e.SmoothBlend=3]="SmoothBlend",e[e.Edge=4]="Edge",e[e.Power=5]="Power",e[e.Lines=6]="Lines",e[e.Cells=7]="Cells",fee=e,gee=(n=>(n[n.Lights=0]="Lights",n[n.Static=1]="Static",n[n.Camera=2]="Camera",n))(gee||{}),vee=(n=>(n[n.Circle=0]="Circle",n[n.Ring=1]="Ring",n[n.Polygon=2]="Polygon",n[n.Cross=3]="Cross",n[n.Diamond=4]="Diamond",n[n.Checkerboard=5]="Checkerboard",n[n.Line=6]="Line",n[n.Wave=7]="Wave",n))(vee||{}),w4=["mode","gradientType","noiseType","tracingMode","mirror","displacementType","projection","cnormal","crop","axis","side","roughnessMapChannel","metalnessMap","metalnessMapChannel","normalMap","aoMap","aoMapChannel","emissiveMap","style"],oX=["wrapping","image","video","name","minFilter","magFilter"],(n=>{n.patch=function(s,a){let{texture:o,...l}=a;if(Object.assign(s,l),o){let u=s.texture;u&&Object.assign(u,o)}},n.defaultColorLayer=function(s){return{...n.defaultData("color"),color:s}},n.defaultData=function(s,a){return s==="light"&&a?function(o){let l={mode:0,isMask:!1,visible:!0,bumpMap:void 0,bumpMapIntensity:5,roughnessMap:void 0,alphaOverride:1};switch(o){case"phong":return{...l,category:"phong",specular:{r:.2,g:.2,b:.2},shininess:5,type:"light",visible:!0,mode:0,occlusion:!0,alpha:.6};case"toon":return{...l,category:"toon",specular:{r:.2,g:.2,b:.2},shininess:10,type:"light",alpha:1};case"lambert":return{...l,category:"lambert",emissive:{r:0,g:0,b:0},type:"light",alpha:1,visible:!0,mode:0,occlusion:!0};case"physical":return{...l,category:"physical",roughness:.6,metalness:.2,reflectivity:.2,type:"light",alpha:.6,visible:!0,mode:0,occlusion:!0}}}(a):function(o){let l={alpha:1,mode:0,isMask:!1,visible:!0};switch(o){case"texture":return{...l,type:"texture",size:[128,128],blending:0,axis:"x",side:2,projection:0,texture:{image:"image_0",wrapping:1e3,repeat:[1,1],offset:[0,0],rotation:0,minFilter:1008,magFilter:1006},crop:!1};case"video":return{...l,type:"video",size:[128,128],blending:0,axis:"x",side:2,projection:0,texture:{video:$O.defaultVideo,wrapping:1001,repeat:[1,1],offset:[0,0],rotation:0,minFilter:1008,magFilter:1006},crop:!1};case"color":return{...l,type:"color",color:aa.fromHex(eo)};case"vertexColor":return{...l,type:"vertexColor"};case"depth":return{...l,type:"depth",gradientType:1,smooth:!1,isVector:!0,isWorldSpace:!1,origin:[0,0,0],direction:[1,0,0],colors:[[1,1,1,1],[0,0,0,1]],steps:[0,1],near:50,far:200};case"normal":return{...l,type:"normal",cnormal:[1,1,1]};case"gradient":return{...l,type:"gradient",gradientType:0,smooth:!1,colors:[[0,0,0,1],[1,1,1,1],[1,1,1,1],[1,1,1,1],[1,1,1,1],[1,1,1,1],[1,1,1,1],[1,1,1,1],[1,1,1,1],[1,1,1,1]],steps:[0,1,1,1,1,1,1,1,1,1],num:2,angle:0,offset:[0,0],morph:[0,0]};case"noise":return{...l,type:"noise",size:[100,100,100],noiseType:0,scale:1,move:1,colorA:{...aa.fromHex(6710886),a:1},colorB:{...aa.fromHex(6710886),a:1},colorC:{...aa.fromHex(16777215),a:1},colorD:{...aa.fromHex(16777215),a:1},distortion:[1,1],fA:[1.7,9.2],fB:[8.3,2.8],voronoiStyle:0,highCut:1,lowCut:0,smoothness:.3,seed:0,quality:1};case"cavity":return{...l,type:"cavity",mode:3,ridge:1,valley:1};case"fresnel":return{...l,type:"fresnel",color:kr.fromHexAndA(16777215,1),bias:.1,scale:1,intensity:2,factor:1};case"dust":return{...l,type:"dust",color:kr.fromHexAndA(10323813,1),coverage:.2,softness:.2,noiseStrength:.2,noiseScale:1};case"rainbow":return{...l,type:"rainbow",filmThickness:30,movement:0,wavelengths:[0,0,0],noiseStrength:0,noiseScale:1,offset:[0,0,0]};case"toon":return{...l,type:"toon",positioning:2,colors:[[0,0,0,1],[.5,.5,.5,1],[.5,.5,.5,1],[1,1,1,1],[1,1,1,1],[1,1,1,1],[1,1,1,1],[1,1,1,1],[1,1,1,1],[1,1,1,1]],steps:[0,.475,.525,1,1,1,1,1,1,1],num:4,source:[0,1e3,0],isWorldSpace:!0,noiseStrength:0,noiseScale:1,shadowColor:kr.fromHexAndA(0,0),offset:[0,0,0]};case"outline":return{...l,type:"outline",outlineColor:kr.fromHexAndA(0,1),contourColor:kr.fromHexAndA(0,1),outlineWidth:2,contourWidth:5,outlineThreshold:.4,contourThreshold:0,outlineSmoothing:0,contourFrequency:10,contourDirection:[0,1,0],positionalLines:!1,compensation:!0};case"matcap":return{...l,type:"matcap",texture:{image:"matcap_0",wrapping:1001,repeat:[1,1],offset:[0,0],rotation:0,minFilter:1008,magFilter:1006}};case"transmission":return{...l,type:"transmission",thickness:10,ior:1.5,roughness:1};case"reflection":return{...l,type:"reflection",blur:0,thickness:.001,steps:60,stepSize:.005,tracingMode:1,mirror:0};case"displace":return{visible:!0,type:"displace",displacementType:"noise",noiseType:0,scale:10,movement:1,offset:[0,0,0],intensity:8,voronoiStyle:0,smoothness:.3,seed:0,highCut:1,lowCut:0,quality:1};case"pattern":return{...l,type:"pattern",style:0,projection:0,axis:"y",blending:0,offset:[0,0],colorA:{...aa.fromHex(0),a:1},colorB:{...aa.fromHex(16777215),a:1},frequency:[10,10],size:.5,variation:0,smoothness:.5,zigzag:0,rotation:0,vertical:[0,1],horizontal:[0,1],sides:6}}}(s)}})(os||(os={})),(n=>{function s(a,o="layer1",l="layer2",u=aa.fromHex(16777215)){let h=new Nt;return h.push({fi:0,data:os.defaultData("light",a),id:o}),h.push({fi:1,data:os.defaultData("color"),id:l}),{layers:h}}n.isMergable=function(a){return!a.layers.some(o=>o.data.type==="texture"&&o.data.projection!==0||o.data.type==="depth"&&!o.data.isWorldSpace||o.data.type==="noise"||o.data.type==="dust"&&o.data.noiseStrength!==0||o.data.type==="displace")},n.getHash=function(a){let o="";return a.layers.forEach(l=>{Object.entries(l.data).forEach(([u,h])=>{o+=`${u}${h}`,Array.isArray(h)?h.forEach(d=>o+=`${d}`):typeof h=="object"?Object.values(h).forEach(d=>{o+=typeof d=="number"?`${d.toFixed(4)}`:`${d}`}):o+=`${h}`})}),o},n.defaultEmptyData=function(){return{layers:new Nt}},n.defaultData=function(a="layer1",o="layer2"){return s("physical",a,o)},n.withName=function(a,o){return{...a,name:o}},n.defaultTwoLayerData=s,n.defaultColorMaterial=function(a,o,l="layer1",u="layer2"){let h=new Nt;return h.push({fi:0,data:os.defaultData("light",o),id:l}),h.push({fi:1,data:os.defaultColorLayer(a),id:u}),{layers:h}},n.defaultUIObjectMaterial=function(a){let o=os.defaultData("texture");a&&Object.assign(o.texture,{image:a});let l=new Nt;return l.push({fi:0,data:o,id:"layer1"}),l.push({fi:1,data:{...os.defaultData("transmission"),alpha:1},id:"layer2"}),l.push({fi:2,data:{...os.defaultData("light","lambert"),alpha:0},id:"layer3"}),{layers:l}},n.defaultTwoLayerTextureData=function(a,o="physical",l="layer1",u="layer2"){let h=os.defaultData("texture");Object.assign(h.texture,{image:a});let d=new Nt;return d.push({fi:0,data:h,id:l}),d.push({fi:1,data:os.defaultData("light",o),id:u}),{layers:d}},n.defaultTwoLayerVideoTextureData=function(a,o="physical",l="layer1",u="layer2"){let h=os.defaultData("video");Object.assign(h.texture,{video:a});let d=new Nt;return d.push({fi:0,data:h,id:l}),d.push({fi:1,data:os.defaultData("light",o),id:u}),{layers:d}}})(is||(is={}))}),vIe=V(()=>{Db="Roboto_regular",E1e="https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Me5WZLCzYlKw.ttf"}),O1e=V(()=>{Nr(),(sA||(sA={})).defaultData=function(){return{points:new Nt,roundness:0,shapeHoles:[],isClosed:!1}}}),L1e=V(()=>{Nr(),(XO||(XO={})).defaultData=function(){return{points:new Nt,lastInsertionPlane:null,subdivisions:12,isClosed:!1,subdivisionMode:"parametric"}},Fv={type:"Ellipse",width:50,height:50,spikes:16,angle:360,innerRadius:0},(Z7||(Z7={})).merge=function(e,t){let i={...e};return YO.forEach(r=>{Object.assign(i,{[r]:t[r]??e[r]})}),i},lX={shape:Fv,depth:1,offset:0,bevel:50,bevelSides:6,angle:0,twist:0,startScale:1,endScale:1,capType:"flat"},YO=["depth","offset","angle","twist","startScale","endScale"]}),uX=V(()=>{var e,t;O1e(),L1e(),(e=KO||(KO={})).is2DParametricMesh=function(i){return i==="PolygonGeometry"||i==="RectangleGeometry"||i==="StarGeometry"||i==="TriangleGeometry"||i==="EllipseGeometry"||i==="UIGeometry"},e.isParametricMesh=function(i){return i==="PolygonGeometry"||i==="RectangleGeometry"||i==="StarGeometry"||i==="TriangleGeometry"||i==="EllipseGeometry"||i==="PathGeometry"||i==="VectorGeometry"||i==="ConeGeometry"||i==="CubeGeometry"||i==="CylinderGeometry"||i==="DodecahedronGeometry"||i==="HelixGeometry"||i==="IcosahedronGeometry"||i==="LatheGeometry"||i==="PyramidGeometry"||i==="SphereGeometry"||i==="PlaneGeometry"||i==="BackdropGeometry"||i==="TorusGeometry"||i==="TorusKnotGeometry"||i==="BooleanGeometry"||i==="TextGeometry"||i==="InputGeometry"||i==="DecalGeometry"},e.isSwappableGeometry=function(i){return i==="PolygonGeometry"||i==="RectangleGeometry"||i==="StarGeometry"||i==="TriangleGeometry"||i==="EllipseGeometry"||i==="PathGeometry"||i==="VectorGeometry"||i==="ConeGeometry"||i==="CubeGeometry"||i==="CylinderGeometry"||i==="DodecahedronGeometry"||i==="HelixGeometry"||i==="IcosahedronGeometry"||i==="LatheGeometry"||i==="PyramidGeometry"||i==="SphereGeometry"||i==="PlaneGeometry"||i==="BackdropGeometry"||i==="TorusGeometry"||i==="TorusKnotGeometry"||i==="TextGeometry"||i==="SubdivGeometry"||i==="NonParametricGeometry"},(Q7||(Q7={})).merge=function(i,r){let n={...i};return Object.assign(n,r),n.type==="PathGeometry"&&"extrusion"in r&&r.extrusion&&(n.extrusion={...i.extrusion},Object.assign(n.extrusion,Z7.merge(n.extrusion,r.extrusion))),n},(t=lm||(lm={})).defaultData=function(i){if(i==="RectangleGeometry")return{width:320,height:320,type:i,cornerRadius:[0,0,0,0],cornerType:0,depth:0,extrudeBevelSize:0,extrudeBevelSegments:1};if(i==="UIGeometry")return{type:i,frame:"",cornerRadius:[0,0,0,0],cornerType:0,width:1,height:1};if(i==="PathGeometry")return{type:i,width:1,height:1,depth:1,path:XO.defaultData(),extrusion:lX};if(i==="VectorGeometry")return{width:1,height:1,type:i,subdivisions:12,shape:sA.defaultData(),depth:0,extrudeBevelSize:0,extrudeBevelSegments:1};if(i==="BooleanGeometry")return{type:i,operation:2,width:0,height:0,depth:0,phongAngle:35};if(i==="ShapeBlendGeometry")return{type:i,width:0,height:0,depth:0,resolutionLevel:6,blendRange:100,useChildrenColors:!1};if(i==="DecalGeometry")return{type:i,width:200,height:200,depth:200,offset:1};if(i==="TextGeometry")return{type:i,width:100,height:100,depth:0,horizontalAlign:1,verticalAlign:1,fontSize:16,lineHeight:1.2,letterSpacing:0,text:{textValue:""},textTransform:1,font:"Roboto_regular",editable:!1,extrudeBevelSize:0,extrudeBevelSegments:1};if(i==="InputGeometry")return{...t.defaultData("TextGeometry"),type:i,editable:!0};if(i==="SphereGeometry")return{type:"SphereGeometry",width:100,height:100,depth:100,widthSegments:64,heightSegments:64,phiStart:0,phiLength:2*Math.PI,thetaStart:0,thetaLength:180};throw new Error("not implemented")},nI=["width","height","depth"]}),B1e=V(()=>{Dh(),(e=>{function t(i){return i.mode??"linear"}e.defaultData={enabled:!1,useBackgroundColor:!1,color:aa.white,near:.1,far:2e3,mode:"linear",density:.005,heightFalloff:.01,heightBase:0},e.getMode=t,e.getModeIndex=function(i){let r=t(i);return r==="height"?1:r==="both"?2:0},e.getDensity=function(i){return i.density??e.defaultData.density},e.getHeightFalloff=function(i){return i.heightFalloff??e.defaultData.heightFalloff},e.getHeightBase=function(i){return i.heightBase??e.defaultData.heightBase}})(Xn||(Xn={}))}),dX=V(()=>{(rF||(rF={})).defaultData={image:null,rotation:0,blur:32,showBackground:!0},(gg||(gg={})).defaultData={enabled:!1,mode:"hdri",hdri:rF.defaultData,timeOfDay:10,weather:"partlyCloudy",lighting:!0,lightingIntensity:1,lightingQuality:"full",clouds:!0,windSpeed:2,animateWind:!0,exposure:1,seed:2}});function yIe(e){let t=typeof e=="string"?Number.parseInt(e,10):e;return typeof t=="number"&&Number.isFinite(t)?Math.min(5,Math.max(0,Math.round(t))):3}var aA,cy,nF,sF,aF,Mx,oF,J7,eH,yee,k1,U1e,ra,ZO,_ee,bee,xee,wee,_c,mE,QO,JO,_m,py,See,Eg,eL,bm,lF,hF,Xv,Zy,Yv,fE,tH,Tee,Eo,uF,Mee,Eee,hm,mu,Ex,iH,F1e=V(()=>{(()=>{let e={opacity:1,blendFunction:13,enabled:!1};(aA||(aA={})).defaultData={enabled:!1,pixelation:{...e,blendFunction:16,granularity:15},bloom:{...e,blendFunction:16,intensity:1,blurScale:1,luminanceThreshold:.25,luminanceSmoothing:.025,kernelSize:3},chromaticAberration:{...e,offset:[2,2]},vignette:{...e,darkness:1,offset:0},hueSaturation:{...e,hue:3,saturation:0},brightnessContrast:{...e,brightness:.25,contrast:0},depthOfField:{...e,focusDistance:100,focalLength:20,bokehScale:5},noise:{...e,blendFunction:16}}})()}),cX=V(()=>{var e;B1e(),dX(),F1e(),Dh(),(e=cy||(cy={})).defaultData={type:"normal",softShadowQuality:"low"},e.isSoft=function(t){return t!=null&&(t.type===void 0||t.type==="soft")},(nF||(nF={})).defaultData={enabled:!0,color:{r:.8274509803921568,g:.8274509803921568,b:.8274509803921568},intensity:.75},(sF||(sF={})).defaultData={occlusion:!1,aoFullRes:!1,radius:256,bias:.5,aoColor:{r:.19607843137254902,g:.19607843137254902,b:.19607843137254902}},(t=>{t.defaultData={pipeline:"classic",toneMapping:"aces",exposure:1},t.isUntouched=function(i){return i===void 0||i.pipeline==="classic"&&(i.toneMapping==="none"||i.toneMapping==="aces")&&i.exposure===1}})(aF||(aF={})),(Mx||(Mx={})).defaultData={usePhysics:!1,gravity:-10},(oF||(oF={})).defaultData={playCamera:a1,gameControlObject:null},(J7||(J7={})).defaultData={backgroundColor:kr.fromHexAndA(M1e,1),postprocessing:aA.defaultData,fog:Xn.defaultData,sky:gg.defaultData,globalPhysics:Mx.defaultData,ambient:nF.defaultData,ao:sF.defaultData,shadow:cy.defaultData,publish:oF.defaultData,grading:aF.defaultData}}),_Ie=V(()=>{(eH||(eH={})).defaultData={colliderType:"box",size:[100,100,100],colliderHelperVisible:!0,forceType:"collider",forceRange:"global",forceIntensity:.5,forceDambing:.95}}),S4=V(()=>{var e,t,i;Nr(),A1e(),R1e(),P1e(),D1e(),hX(),N1e(),Dh(),AA(),uX(),C1e(),Ja(),cX(),_Ie(),(e=yee||(yee={})).isComponentRelated=function(r){return r==="Component"||r==="Instance"},e.isEmptyOrComponent=function(r){return r==="Empty"||r==="Instance"},(t=k1||(k1={})).identity={...H7.identity,hiddenMatrix:Sx.identity},t.fromObject=function(r){return{position:r.position,rotation:r.rotation,scale:r.scale,pivot:r.pivot,pivotRotation:r.pivotRotation,hiddenMatrix:r.hiddenMatrix}},t.merge=function(r,n){return{position:n?.position||r.position,rotation:n?.rotation||r.rotation,pivot:n?.pivot||r.pivot,pivotRotation:n?.pivotRotation||r.pivotRotation,scale:n?.scale||r.scale,hiddenMatrix:n?.hiddenMatrix||r.hiddenMatrix}},t.diff=function(r,n){return n1e({position:Og.isEqual(r.position,n.position)?void 0:n.position,rotation:Og.isEqual(r.rotation,n.rotation)?void 0:n.rotation,scale:Og.isEqual(r.scale,n.scale)?null:n.scale,hiddenMatrix:Sx.isEqual(r.hiddenMatrix,n.hiddenMatrix)?void 0:n.hiddenMatrix})},U1e=["slide","offset"],(ra||(ra={})).defaultData={states:new Nt,events:new Nt,visible:!0,raycastLock:!1,physics:Tx.defaultData,pathSnapping:{pathId:null,slide:0,offset:0,orientation:"tangential"},...k1.identity,cloner:null},(ZO||(ZO={})).defaultData={type:"Empty",...ra.defaultData},(_ee||(_ee={})).defaultData={type:"ParticleCollider",...eH.defaultData,...ra.defaultData},(bee||(bee={})).defaultData={type:"Component",...ra.defaultData},(xee||(xee={})).defaultData={type:"Particle",...ra.defaultData,...qO.defaultData},(wee||(wee={})).defaultData={type:"Hair",...ra.defaultData,...Y7.defaultData},(_c||(_c={})).defaultData={type:"Mesh",...ra.defaultData,...K7.defaultData},(mE||(mE={})).defaultData={...ra.defaultData,...k1.identity,position:ym.DefaultPosition,rotation:ym.DefaultRotation,...ym.defaultData},(r=>{r.defaultData=function(n){return{...ra.defaultData,...X7.defaultData(n)}},r.defaultDirectionalLightData={...r.defaultData("DirectionalLight"),position:[200,300,300],name:"Directional Light",intensity:.7}})(QO||(QO={})),(r=>{function n(s,a,o=0){for(;o<a.length;){let l=s?s[a[o]]:void 0;if(a.length===o+1)return l;if(!l)return;s=l.descendants,o+=1}}r.resolveWithDes=n,r.resolve=function(s,a,o=0){let l=n(s,a,o);if(l){let u=Object.keys(l);if(u.length===1&&u[0]==="descendants")return}return l}})(JO||(JO={})),(r=>{function n(s,a){return{...ra.defaultData,...a,component:s,overrides:new Zs,physics:void 0,events:void 0,type:"Instance"}}r.rootOverrideProps=["physics","events"],r.compositeNonOptionalOverrideProps=["geometry"],r.compositeEntireOverrideOverrideProps=["material"],r.ofComponent=n,r.fromComponentData=function(s){let a=k1.fromObject(s.data);return n(s.id,a)}})(_m||(_m={})),(r=>{r.defaultData={type:"Page",...ra.defaultData,physics:{...Tx.defaultData,fusedBody:!1},...J7.defaultData,camera:mE.defaultData,timelines:new ai},r.isUIPage=function(n){return n.uiScene!==void 0}})(py||(py={})),(i=See||(See={})).defaultCamera={position:[0,0,1e3],scale:[1,1,1],rotation:[0,0,0],pivot:[0,0,0],pivotRotation:[0,0,0],hiddenMatrix:Sx.identity,name:"Play Camera",visible:!0,raycastLock:!1,physics:Tx.defaultData,states:new Nt,events:new Nt,cloner:null,pathSnapping:{pathId:null,orientation:"tangential",slide:0,offset:0},...ym.defaultData},i.KeysByResetCategory={States:["states"],Events:["events"],Material:["material","materials"],Geometry:["geometry"],Position:["position"],Rotation:["rotation"],Scale:["scale"],Transform:["position","scale","rotation","hiddenMatrix"],Name:["name"],Visibility:["visible","raycastLock","flatShading","wireframe","side","shadowCatcher"],Shadows:["castShadow","receiveShadow"],Cloner:["cloner"],Physics:["physics"]},i.defaultMeshObject={name:"Rectangle",...ra.defaultData,..._c.defaultData,geometry:lm.defaultData("RectangleGeometry"),material:is.defaultTwoLayerData("physical","layer1","layer2")},i.defaultBooleanObject={name:"Boolean",...ra.defaultData,..._c.defaultData,geometry:lm.defaultData("BooleanGeometry"),material:is.defaultTwoLayerData("physical","layer1","layer2")},i.defaultShapeBlendObject={name:"Shape Blend",...ra.defaultData,..._c.defaultData,geometry:lm.defaultData("ShapeBlendGeometry"),material:is.defaultTwoLayerData("physical","layer1","layer2")},i.defaultTextObject={name:"Text",...ra.defaultData,..._c.defaultData,geometry:lm.defaultData("TextGeometry"),material:is.defaultTwoLayerData("physical","layer1","layer2")},i.defaultInputObject={name:"Input",...ra.defaultData,..._c.defaultData,geometry:lm.defaultData("InputGeometry"),material:is.defaultTwoLayerData("physical","layer1","layer2")},(r=>{r.newEmpty=function(n,s){let a={name:s};return n.type==="Mesh"?(a.geometry={},"material"in n&&(a.material={layers:new Zs}),"materials"in n&&(a.materials=n.materials.map(o=>({layers:new Zs})))):Ky.is(n.type)&&(a.perspective={},a.orthographic={}),a},r.toOps=function(n,s){let a,o=[],l={orthographic:0,perspective:0,geometry:0};function u(h,d){for(let[c,p]of Object.entries(d.layers)){let{texture:m,...f}=p;if(m!==void 0&&Object.keys(m).length>0){let g={path:[...h,"layers",c,"texture"],props:m,type:0};o.push(g)}if(Object.keys(f).length>0){let g={path:[...h,"layers",c],props:f,type:0};o.push(g)}}}for(let[h,d]of Object.entries(s)){let c=d;if(h!=="name")if(h==="cloner")o.push(...W7.toOps(c,["cloner"]));else if(h==="pathSnapping")o.push({path:[h],props:{slide:c.slide,offset:c.offset},type:0});else if(h==="material")u(["material"],c);else if(h==="materials")for(let[p,m]of Object.entries(c))u(["materials",p],m);else if(l[h]===0){if(h==="geometry"&&c.extrusion!==void 0){let p={path:[h,"extrusion"],props:c.extrusion,type:0};o.push(p),c={...c},delete c.extrusion}if(Object.keys(c).length>0){let p={path:[h],props:c,type:0};o.push(p)}}else a===void 0&&(a={path:[],props:{},type:0},o.push(a)),a.props[h]=c}return o},r.patch=function(n,s){if(s===void 0)return n;let a={...n};if(Object.assign(a,k1.merge(a,s)),Object.assign(a,{pathSnapping:Object.assign({},a.pathSnapping,{slide:s.pathSnapping?.slide??a.pathSnapping?.slide??0,offset:s.pathSnapping?.offset??a.pathSnapping?.offset??0})}),Ky.is(n.type)){a.orthographic={...a.orthographic},a.perspective={...a.perspective};let o=s;o.orthographic?.zoom!==void 0&&(a.orthographic.zoom=o.orthographic.zoom),o.perspective?.zoom!==void 0&&(a.perspective.zoom=o.perspective.zoom),o.isUpVectorFlipped!==void 0&&(a.isUpVectorFlipped=o.isUpVectorFlipped),o.targetOffset!==void 0&&(a.targetOffset=o.targetOffset)}else if(n.type==="Mesh")"geometry"in s&&Object.assign(a,{geometry:Q7.merge(a.geometry,s.geometry)}),(s.material||s.materials)&&(a=function(o,l){if(l===void 0)return o;let u={...o};return"material"in u&&"material"in l&&l.material&&(u.material=UO(u.material,h=>{if(typeof h!="string")for(let[d,c]of Object.entries(l.material.layers)){let p=h.layers.data(d);p&&os.patch(p,c)}}).data),u.materials&&l.materials&&(u.materials=UO(u.materials,h=>{for(let d=0;d<u.materials.length;d++){let c=l.materials[d];if(typeof c!="string")for(let[p,m]of Object.entries(c.layers)){let f=h[d]?.layers?.data(p);f&&os.patch(f,m)}}}).data),u}(a,s)),a.cloner&&"cloner"in s&&Object.assign(a,{cloner:Mg.merge(a.cloner,s.cloner)});else if(n.type==="Empty")a.cloner&&"cloner"in s&&Object.assign(a,{cloner:Mg.merge(a.cloner,s.cloner)});else if($7.is(n.type)){let o=s;o.intensity!==void 0&&(a.intensity=o.intensity),o.color!==void 0&&(typeof o.color=="string"?a.color=o.color:a.color=aa.clone(o.color))}return a}})(Eg||(Eg={}))}),pX=V(()=>{(eL||(eL={})).defaultData={enablePan:!0,enableZoom:!0,enableRotate:!0,enableDamping:!0,rotationLimitsMode:0,rotationVerticalOffset:{min:Math.PI/4,max:Math.PI/4},rotationHorizontalOffset:{min:Math.PI/4,max:Math.PI/4},rotationSoftLimit:2,rotationSpeed:1,panLimitsMode:0,panVerticalOffset:{min:250,max:250},panHorizontalOffset:{min:250,max:250},panSoftLimit:2,zoomLimitsEnabled:!1,zoomLimits:{min:.1,max:2},autoRotate:!1,autoRotateSpeed:2,autoRotateClockwise:!0,hoverRotatePanMode:0,hoverRotatePanStrength:20,hoverRotateDamping:.125,isTouchZoom:!0,orbitTouches:2,panTouches:3,resetHoverEffectOnPointerLeave:!0}}),T4=V(()=>{pX(),Dh(),(bm||(bm={})).defaultData={orbitControls:eL.defaultData,playPage:wx,withBackground:!0,preventScroll:!1,preventTouchScroll:!1,hideCursor:!1,mouseEventTarget:"canvas",joystickSizeAndXYOffset:Array(12).fill(0).map((e,t)=>{let i=0,r=0;return t<5?r=-30:t<10&&(r=30),t===0||t===10||t===5?i=30:(t===4||t===11||t===9)&&(i=-30),[120,[i,r],"show"]}),settings:{image:{format:"jpg",ratio:1,colorSpace:"display-p3"},videoStatic:{fps:60,mbps:150,ratio:1,duration:1e3,format:"mp4",imageFormat:"jpg",activeTimeline:null,colorSpace:"display-p3"},web:{logo:!0,compress:!0,preset:1,preload:!0,hint:!1,imageQuality:70,pixelRatioMobile:0,pixelRatioDesktop:0}},stopRaycast:!0,hdTransmission:!1,renderer:"webgpu",asyncShaderCompilation:!0}}),z1e=V(()=>{var e;(lF||(lF={})).defaultData={id:"basic",label:"Basic",style:"None",prompt:""},(hF||(hF={})).defaultData={weather:0,shadows:0,lightOrigin:0,temperature:0,sun:0,camera:0,environment:0,particles:0,nature:0,floor:0},(e=Xv||(Xv={})).defaultData=()=>({mode:"line-art-both",prompt:"",negativePrompt:"",style:{...lF.defaultData},isRandomSeed:!0,seed:e.generateSeed(),guessMode:!1,advanced:!1,steps:20,guidanceScale:7.5,controlNetScale:1,modifiers:hF.defaultData}),e.generateSeed=()=>Math.round(1e5*Math.random())}),mX=V(()=>{S4(),Nr(),T4(),Dh(),Ja(),z1e(),(e=>{function t(i,r){let n=i.scene.objects.get(r);if(n&&n.data.type==="Component")return n;{let s=i.shared.lib.components[r];if(s)return{...s.asset,id:r}}}e.physicsEnabled=function(i){return i.find(r=>r.data.type==="Page"&&r.data.globalPhysics.usePhysics)!==void 0},e.findTimeline=function(i,r){let n=i.find(s=>s.data.type==="Page"&&s.data.timelines?.[r]!==void 0);return n&&n.data.timelines?.[r]},e.getComponentData=t,e.traverseModuleInstances=function(i,r,n){i.scene.objects.traverseFrom(r,(s,a)=>{if(a.type==="Instance"){let o=t(i,a.component)?.data;o&&n(s,a,o.events)}else n(s,a,a.events)})}})(Zy||(Zy={})),(e=>{function t(r=!0,n=[]){let s=[];r&&s.push({...e.defaultLight}),s.push(...n);let a=new Ma;return a.push({fi:1,id:wx,data:{...py.defaultData,name:"Scene 1"},children:s}),a}function i(r){return{...e.defaultData,objects:Ho(r,Ma.prototype)}}e.TRASH_CAN_ID="830a2708-8ed9-49cf-a68e-085299892222",e.defaultLight={fi:-1,data:QO.defaultDirectionalLightData,id:"830a2708-8ed9-49cf-a68e-085299899103",children:[]},e.createDefaultObjectTreeWithPage=t,e.defaultData={objects:t(),publish:bm.defaultData,styles:Xv.defaultData()},e.emptyDataWithoutPage=function(){return{objects:new Ma,publish:bm.defaultData,styles:Xv.defaultData()}},e.emptyDataWithPage=function(r=!0){return{objects:t(r),publish:bm.defaultData,styles:Xv.defaultData()}},e.emptyData=function(){return{objects:new Ma,publish:{...bm.defaultData},styles:Xv.defaultData()}},e.withObjs=i,e.withObj=function(r,n){return i([{id:r,data:n,children:[],fi:0}])}})(Yv||(Yv={}))}),k1e=V(()=>{(fE||(fE={})).defaultData={preset:"fullscreen",allowResponsive:!1,size:[512,512],coords:[0,0],sceneScale:1,color:{r:0,g:0,b:0,a:.5}}}),fX=V(()=>{var e,t;Nr(),Ja(),(e=tH||(tH={})).defaultData=i=>({url:i,name:"New Webhook",parametersSchemas:new Nt}),e.defaultParameterValueByType=i=>i==="number"?0:i!=="boolean"&&"",(Tee||(Tee={})).defaultData=(i,r="GET")=>({url:i,method:r,name:"New API",headers:new Nt,queries:new Nt,autoStart:!0}),(i=>{function r(s){return s.textValue!==void 0}function n(s){return typeof s=="boolean"}i.isTextValue=r,i.isNumber=function(s){return typeof s=="number"},i.isBoolean=n,i.typeOfVariable=function(s){return r(s)?"string":n(s)?"boolean":"number"},i.getDisplayedValue=function(s){return i.isTextValue(s)?Array.isArray(s.textValue)?s.textValue.map(a=>a.toString().padStart(s.padding??2,"0")).join(s.deliminator??":")+(s.suffix!==void 0?" "+s.suffix:""):s.textValue.toString():i.isBoolean(s)?s?"True":"False":i.isNumber(s)?parseFloat(s.toFixed(3)).toString():s.toString()}})(Eo||(Eo={})),(uF||(uF={})).all=["images","videos","colors","audios","particles","fonts","materials","variables"],(Mee||(Mee={})).all=[...uF.all,"components"],(Eee||(Eee={})).defaultData=function(){return{images:new ai,videos:new ai,colors:new ai,audios:new ai,particles:new ai,fonts:new ai,materials:new ai,components:new ai,variables:new ai,userAPIs:new ai,userWebhooks:new ai}},(hm||(hm={})).defaultData=function(){return{images:new ai,videos:new ai,colors:new ai,audios:new ai,particles:new ai,fonts:new ai,materials:new ai,components:new ai,variables:new ai,userAPIs:new ai,userWebhooks:new ai}},(t=mu||(mu={})).defaultColors=function(){return Ho({"89b10010-844c-11ec-a8a3-0242ac120002":{r:.5,g:.5,b:.5,a:1,name:"Default Color"}},ai.prototype)},t.defaultImages=function(){return Ho({},ai.prototype)},t.emptyData=function(){return{catelogs:new ai,materials:new ai,images:new ai,videos:new ai,colors:new ai,audios:new ai,particles:new ai,fonts:new ai,variables:new Nt,userAPIs:new ai,userWebhooks:new ai,lib:hm.defaultData()}},t.defaultVariables=function(i){switch(i){case"number":return{value:0,name:"Number"};case"boolean":return{value:!1,name:"Boolean"};case"string":return{value:{textValue:"String value"},name:"String"};case"time":{let r=[0,0,0];return{name:"Time",value:{textValue:r,deliminator:":",padding:2,suffix:"AM"},dynamicVariableType:"time",format:"HH:mm:ss",format12h24h:"12ampm",timeZone:null,hasEnd:!1,endValue:{textValue:r,deliminator:":",padding:2,suffix:"AM"},autoStart:!0,repeat:!1}}case"counter":return{name:"Counter",value:0,dynamicVariableType:"counter",updateInterval:1e3,increment:1,autoStart:!0,hasEnd:!0,endValue:60,repeat:!0,randomStart:!1,range:[0,100],decimals:0};case"random":return{name:"Random",value:0,dynamicVariableType:"random",updateInterval:1e3,increment:1,autoStart:!0,isStatic:!1,hasEnd:!0,endValue:60,repeat:!0,min:0,max:100,decimals:0};default:console.error("Unknown variable type",i)}},t.getFormattedTimerTime=function(i,r){if(r.format==="HH:mm:ss"){let n=Math.floor(i/3600),s=Math.floor((i-3600*n)/60);return{textValue:[n,s,Math.round(i-3600*n-60*s)]}}if(r.format==="mm:ss"){let n=Math.floor(i/60);return{textValue:[n,Math.round(i-60*n)]}}return r.format==="number"?Math.round(i):Math.round(1e3*i)/1e3}}),bIe=V(()=>{}),V1e=V(()=>{var e;Nr(),mX(),k1e(),fX(),(e=Ex||(Ex={})).defaultData={schema:131,scene:Yv.defaultData,frames:new ai().add("72fc2993-2da3-4b6b-96ac-2879db3a28bd",fE.defaultData),shared:{...mu.emptyData(),colors:mu.defaultColors()}},e.createDefaultData=function(){return iA.deserialize(iA.serialize(e.defaultData))},e.emptyDataForImports=function(){return{schema:131,scene:Yv.emptyDataWithPage(),frames:new ai().add("72fc2993-2da3-4b6b-96ac-2879db3a28bd",fE.defaultData),shared:{...mu.emptyData(),colors:mu.defaultColors(),images:mu.defaultImages()}}},e.emptyData=function(){return{schema:131,scene:Yv.emptyDataWithPage(),frames:new ai().add("72fc2993-2da3-4b6b-96ac-2879db3a28bd",fE.defaultData),shared:mu.emptyData()}},e.clipboard2dData=function(){return{schema:131,scene:Yv.emptyData(),frames:new ai,shared:mu.emptyData()}},e.withoutLib=function(t){return{...t,shared:{...t.shared,lib:hm.defaultData()}}},e.getComponentData=function(t,i){return Zy.getComponentData(t,i)},e.hasSensitiveData=function(t){let i=Object.values(t.shared.userAPIs);for(let r of i){let n=r.headers;for(let s of n)if(s.data.key.toLowerCase()==="authorization"&&s.data.value!=="")return!0}return!1}}),xIe=V(()=>{(iH||(iH={})).emptyImage={data:"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVQYV2NgYAAAAAMAAWgmWQ0AAAAASUVORK5CYII=",name:"empty"}});function my(e,t=[0,0]){return[e&&!isNaN(e[0])?e[0]:t[0],e&&!isNaN(e[1])?e[1]:t[1]]}function RS(e,t,i){switch(e){case 0:return"cubicBezier( 0, 0, 1, 1 )";case 1:return"cubicBezier( .25, .1, .25, 1 )";case 2:return"cubicBezier( .42, 0, 1, 1 )";case 3:return"cubicBezier( 0, 0, .58, 1 )";case 4:return"cubicBezier( .42, 0, .58, 1 )";case 7:return"cubicBezier( .25, 1, .5, 1 )";case 5:{let{control1:r,control2:n}=t??{...ew.defaultData};return`cubicBezier( ${r[0]}, ${r[1]}, ${n[0]}, ${n[1]} )`}case 6:{let{mass:r,stiffness:n,damping:s,velocity:a}=i??{...Tg.defaultData},o=new G1e(r,n,s,a),l=o.solve(1);return()=>u=>o.solve(u)/l}case 8:return()=>r=>Math.floor(r)}}var Aee,Cee,fy,oA,G1e,tL,iL,j1e=V(()=>{Nr(),Dh(),(Aee||(Aee={})).defaultData=function(e,t){return{id:e,name:t,duration:5,objectTimelines:new ai}},(Cee||(Cee={})).is=function(e){return e&&typeof e.x=="number"&&typeof e.y=="number"&&typeof e.z=="number"},(e=>{function t(h,d){let c=[0,0],p=[1,1];if(h?.cubicControls)c=my(h.cubicControls.control1,c);else switch(h?.type){case 2:case 4:c=[.42,0];break;case 3:case 0:c=[0,0];break;case 1:c=[.25,.1];break;case 7:c=[.25,1]}if(d?.cubicControls)p=my(d.cubicControls.control2,p);else switch(d?.type){case 2:case 0:p=[1,1];break;case 3:case 4:p=[.58,1];break;case 1:p=[.25,1];break;case 7:p=[.5,1]}return{control1:c,control2:p}}function i(h){if(!e.BEZIER_PRESETS.includes(h))return;let d={type:h};return{control1:t(d).control1,control2:t(void 0,d).control2}}function r(h,d){return Math.abs(h[0]-d[0])<.001&&Math.abs(h[1]-d[1])<.001}function n(h){let d=e.ROOT_PROPERTY_ORDER.indexOf(h[0]);return d===-1?e.ROOT_PROPERTY_ORDER.length:d}function s(h){return h.layerId??h.path.join(".")}function a(h){let d=h[h.length-1];return oA.includes(d)?d:void 0}function o(h){return h.layerId?h.layerId:(a(h.path)?h.path.slice(0,-1):h.path).join(".")}function l(h){return["material",h.type==="light"?`${h.category} lighting`:h.type]}function u(h,d,c){return{id:h,data:{id:h,time:c?.time??0,path:d,value:{},layerId:c?.layerId,index:c?.index,isPlaceholder:!0,easing:{type:5,cubicControls:{control1:[.42,0],control2:[.58,1]}}}}}e.getControlsWithDefault=t,e.BEZIER_PRESETS=[0,1,2,3,4,7],e.presetHandles=i,e.presetForHandles=function(h){return e.BEZIER_PRESETS.find(d=>{let c=i(d);return c!==void 0&&r(c.control1,h.control1)&&r(c.control2,h.control2)})},e.defaultData=function(h){return{id:h,keyframes:new Nt}},e.ROOT_PROPERTY_ORDER=["position","rotation","scale","shape size","material","opacity","camera","light","cloner","path extrusion","path snapping"],e.rowOrder=n,e.propertyKey=s,e.groupKeyframes=function(h,d){let c=new Map;for(let p of h){let m=p.data;if(d?.(m))continue;let f=s(m),g=c.get(f);g||(g={id:f,path:m.path,keyframes:[],layerId:m.layerId,index:m.index},c.set(f,g)),m.isPlaceholder?g.placeholder=p.id:g.keyframes.push(p)}return[...c.values()].sort((p,m)=>{let f=n(p.path)-n(m.path);return f!==0?f:(p.index??0)-(m.index??0)})},e.rowAxis=a,e.drawnRowKey=o,e.drawnRows=function(h){let d=new Map;for(let c of h){let p=a(c.path),m=p?c.path.slice(0,-1):c.path,f=o(c),g=d.get(f);g||(g={id:f,path:m,layerId:c.layerId,index:c.index,tracks:[]},d.set(f,g)),g.tracks.push({axis:p,property:c})}return[...d.values()]},e.sortedKeyframes=function(h){return[...h].sort((d,c)=>d.data.time-c.data.time)},e.materialLayerPath=l,e.createMaterialGroup=function(h,d){return h.map(({data:c,id:p},m)=>u(d(),l(c),{layerId:p,index:m}))},e.placeholderKeyframe=u,e.createName=function(h){return Object.entries(h).reduce((d,[c,p])=>(typeof p!="string"&&d.push({name:p.name}),d),[])},e.Presets=[{name:"Slide in",animationParams:{translateX:{value:[-20,0],easing:RS(3),duration:1e3},opacity:{value:[0,1],easing:RS(3),duration:1e3},endDelay:250,loop:!0}},{name:"Rotate",animationParams:{rotate:{value:[0,"1turn"],easing:RS(5),duration:700},endDelay:250,loop:!0}},{name:"Scale Out",animationParams:{scale:{value:[1,1.5],easing:RS(4),duration:1e3},endDelay:250,loop:!0}},{name:"Jump",animationParams:{translateY:[{value:0,duration:200,easing:"linear"},{value:-20,easing:"linear",duration:200},{value:0,easing:"linear",duration:100}],endDelay:500,loop:!0}},{name:"Jump Rotate",animationParams:{translateY:[{value:0,duration:200,easing:"linear"},{value:-20,easing:"linear",duration:200},{value:0,easing:"linear",duration:100}],rotate:{value:[0,"1turn"],easing:RS(5),duration:500},endDelay:500,loop:!0}},{name:"Bounce",animationParams:{translateY:{value:["20px","-20px"],duration:575,easing:"easeOutQuad"},direction:"alternate",loop:!0}}]})(fy||(fy={})),oA=["x","y","z"],G1e=class{constructor(e=1,t=100,i=10,r=0){this.mass=e,this.stiffness=t,this.damping=i,this.initialVelocity=r,this.m_w0=Math.sqrt(t/e),this.m_zeta=i/(2*Math.sqrt(t*e)),this.m_zeta<1?(this.m_wd=this.m_w0*Math.sqrt(1-this.m_zeta*this.m_zeta),this.m_A=1,this.m_B=(this.m_zeta*this.m_w0-r)/this.m_wd):(this.m_wd=0,this.m_A=1,this.m_B=-r+this.m_w0)}solve(e){return 1-(this.m_zeta<1?Math.exp(-e*this.m_zeta*this.m_w0)*(this.m_A*Math.cos(this.m_wd*e)+this.m_B*Math.sin(this.m_wd*e)):(this.m_A+this.m_B*e)*Math.exp(-e*this.m_w0))}getDuration(){let e=.16666666666666666,t=0,i=0;for(;;)if(t+=e,this.solve(t)===1){if(i++,i>=16)break}else i=0;return t*e*1e3}}}),gX=V(()=>{var e;Dh(),Nr(),(tL||(tL={})).list=["idle","move","jump","run"],(e=iL||(iL={})).defaultColliderData={type:"capsule",height:200,radius:50,position:[0,0,0],rotation:[0,0,0]},e.defaultDataThirdPerson={moveMode:"walk",forwardDirection:"+z",speedTranslate:1e3,speedRotate:100,runMultiplier:2,rotationMode:"normal",rotBy:"keys",rotByTouch:"drag",delayPos:[.3,.3],delayRot:[.3,.3],keyAssignments:[["moveNegZ","W"],["moveNegX","A"],["movePosZ","S"],["movePosX","D"],["rotPosX","\u25B2"],["rotPosY","\u25C0"],["rotNegX","\u25BC"],["rotNegY","\u25B6"],["jump","Space"],["run","\u21E7"],["none","Ctrl"]],touchControl:!0,joystickPosLoc:5,joystickRotLoc:11,jumpTouchButtonLoc:9,collider:e.defaultColliderData,colliderHelperVisible:!0,collisionEnabled:!0,jumpPower:100,resetYPosition:3e3,alignToGround:!1,autoOrientMove:!0,orientWith:"camera",orientMode:"radial",delayPosCamera:.3,delayRotCamera:.3,camera:"",cameraXAxis:"Limit",cameraYAxis:"Free",cameraRotXLimits:[0,Math.PI/2],cameraRotYLimits:[-Math.PI/2,Math.PI/2],gameActions:{idle:new Nt,move:new Nt,jump:new Nt,run:new Nt},navmesh:{enabled:!1,ch:6,cs:6,walkableClimb:5,walkableHeight:1,walkableRadius:0,zones:"all",objects:[],helperVisible:!0,destinationHelperRadius:0,destinationHelperColor:kr.fromHexAndA(3728051,1)}}});function Rv(e,...t){let i={};for(let r of t.flat())e!=null&&r in e&&(i[r]=e[r]);return i}function Ree(e){e.layers.forEach(t=>{if(t.type==="depth"&&t.colorA!==void 0){let i=t.colorA,r=t.colorB,n=[[i.r,i.g,i.b,i.a],[r.r,r.g,r.b,r.a]],s=[0,1];for(let o=2;o<10;o++)n.push(n[1]),s.push(1);let a={...Rv(qs(t),"type","visible","isVector","isWorldSpace","origin","alpha","mode"),near:Math.max(0,t.near),far:Math.max(0,t.far),colors:n,steps:s,num:2,direction:[1,0,0],smooth:!1,gradientType:1};Object.assign(t,a)}else if(t.type==="depth"&&t.gradientType===1&&(t.near<0||t.far<0)){let i={...qs(t),near:Math.max(t.near,0),far:Math.max(t.far,0)};Object.assign(t,i)}})}function Xp(e,t){Object.values(e.shared.materials).forEach(i=>t(i))}function Yp(e,t){e.scene.objects.traverse((i,r)=>{"materials"in r?r.materials.forEach((n,s)=>{n===void 0&&(r.materials[s]=is.defaultTwoLayerData("phong"),n=r.materials[s]),typeof n!="string"&&t(n)}):"material"in r?typeof r.material!="string"&&(r.material===void 0&&(r.material=is.defaultTwoLayerData("phong")),t(r.material)):r.type==="Mesh"&&(r.material===void 0&&(r.material=is.defaultTwoLayerData("phong")),t(r.material)),"overrides"in r&&Object.values(r.overrides).forEach(n=>{n.material&&typeof n.material!="string"&&Object.getPrototypeOf(n.material)!==Zs.prototype&&t(n.material)})})}function Pee(e){e.layers===void 0&&Object.assign(e,is.defaultTwoLayerData("lambert"))}function dF(e){!e.layers||e.layers.forEach(t=>{if(t.type==="depth"&&t.colors.length===10){let i=[...t.colors];i.push(t.colors[9]);let r=[...t.steps];r.push(t.steps[9]);let n={...qs(t),colors:i,steps:r};Object.assign(t,n)}})}function Dee(e){e.scene.objects.traverse((t,i)=>{"materials"in i?i.materials.forEach(r=>{typeof r!="string"&&dF(r)}):"material"in i&&typeof i.material!="string"&&dF(i.material)}),Object.values(e.shared.materials).forEach(t=>dF(t))}function Nee(e){e.layers&&e.layers.forEach(t=>{t.type==="depth"&&t.num!==void 0&&(t.colors=t.colors.slice(0,t.num),t.steps=t.steps.slice(0,t.num),delete t.num)})}function Iee(e){e.layers&&e.layers.forEach(t=>{(function(i){return i.type!=="displace"})(t)&&t.isMask===void 0&&(t.isMask=!1),(t.type==="texture"||t.type==="video")&&t.blending===void 0&&(t.blending=0),(t.type==="noise"||t.type==="displace"&&t.displacementType==="noise")&&(t.voronoiStyle===void 0&&(t.voronoiStyle=0),t.highCut===void 0&&(t.highCut=1),t.lowCut===void 0&&(t.lowCut=0),t.smoothness===void 0&&(t.smoothness=.3),t.seed===void 0&&(t.seed=0),t.quality===void 0&&(t.quality=1))})}function Oee(e){let t=e.layers.find(i=>i.type==="light")?.data;if(t?.category==="basic"){let i=os.defaultData("light","phong"),r=t;Object.assign(r,i),r.visible=!1}}function Lee(e){Xp(e,Oee),Yp(e,Oee)}function Bee(e){e.layers.forEach(t=>{t.type==="light"&&t.category!=="toon"&&t.occlusion===void 0&&(t.occlusion=!0)})}function Uee(e){e.layers&&e.layers.forEach(t=>{t.type==="light"&&t.bumpMapIntensity===void 0&&(t.bumpMapIntensity=5)})}var wIe=V(()=>{AA(),Dh(),pX(),S4(),Nr(),T4(),Ja(),le(),uX(),gX(),z1e(),mX(),hX(),cX()}),H1e={};function Fee(e){e.layers&&e.layers.forEach(t=>{t.type==="light"&&t.alphaOverride===void 0&&(t.alphaOverride=1)})}function zee(e){e.rotation=e.rotation.slice(0,3).map(t=>t*zv)}function W1e(e){zee(e),e.type==="Page"&&zee(e.camera),e.states?.forEach(i=>{i.rotation===void 0||i.rotation===null||(i.rotation=i.rotation.slice(0,3).map(r=>r*zv))});let t=e.geometry;t&&t.type==="SphereGeometry"&&(t.thetaLength=(t.thetaLength??180)*zv),t&&t.type==="TorusGeometry"&&(t.arc=t.arc*zv),t&&t.type==="PathGeometry"&&(t.extrusion.angle*=zv,t.extrusion.twist*=zv),e.type==="Mesh"&&e.geometry.type==="TextGeometry"&&(e.geometry.text={textValue:e.geometry.text}),Array.isArray(qs(e.events))&&e.events?.forEach(i=>{(i.type==="MouseDown"||i.type==="MouseUp"||i.type==="MousePress"||i.type==="KeyDown"||i.type==="KeyUp"||i.type==="KeyPress"||i.type==="Collision"||i.type==="Trigger")&&(i.runMode=i.toggle?"Toggle":"Repeat")})}function SIe(e){e.scene.objects.traverse((t,i)=>{})}function TIe(e){let t=e.schema??104;t!==131&&t<130&&(rL(e.asset),e.schema=130)}function tx(e,t){t(e.data);for(let i of e.children)tx(i,t)}function q1e(e){let t=e.schema??104;t!==131&&(t<105&&(tx(e.asset,W1e),e.schema=105),t<118&&(tx(e.asset,X1e),e.schema=118),t<121&&(tx(e.asset,nH),e.schema=121),t<130&&(tx(e.asset,MIe),e.schema=130))}function $1e(e,t){Yp(e,t),Xp(e,t),Object.values(e.shared.lib.materials).forEach(i=>t(i.asset))}function rL(e){e.layers===void 0&&Object.assign(e,is.defaultTwoLayerData("phong"))}function MIe(e){"materials"in e?e.materials.forEach(t=>{t!==void 0&&typeof t!="string"&&rL(t)}):"material"in e&&e.material!==void 0&&typeof e.material!="string"&&rL(e.material)}function X1e(e){e.timelineAnimations=Ho({},ai.prototype)}function EIe(e){let t=[];return e?(e.forEach((i,r)=>{let{path:n,keyframes:s}=i.data,a=n[0]==="material"?i.id:void 0;s?.length?s.forEach(({id:o,data:l})=>{t.push({id:o,data:{...l,path:n,layerId:a,index:r}})}):t.push(fy.placeholderKeyframe(i.id,n,{layerId:a,index:r}))}),t.sort((i,r)=>i.data.time-r.data.time),new Nt(...t.map((i,r)=>({...i,fi:r})))):new Nt}function AIe(e){for(let{id:t,data:i}of[...e.unproxy()]){let r=i.path?.[0];if(!r||!Y1e.includes(r))continue;let n=rH(i.value);if(!n.length)continue;let s=e.data(t);if(!s)continue;let a=i.value,[o,...l]=n;for(let u of l){let h=ht.generateUUID();e.insertBefore(null,[{id:h,data:{...i,id:h,path:[r,u],value:a[u],easing:CIe(i.easing)}}])}s.path=[r,o],s.value=a[o]}}function rH(e){return e===null||typeof e!="object"?[]:oA.filter(t=>t in e)}function CIe(e){let t=e?.cubicControls;return{...e,cubicControls:{control1:[...t?.control1??[0,0]],control2:[...t?.control2??[1,1]]},...e?.springParameters?{springParameters:{...e.springParameters}}:{}}}function RIe(e,t){return Math.abs(e[0]-t[0])<1e-6&&Math.abs(e[1]-t[1])<1e-6}function PIe(e){let t=function(s){let a=[];for(let o of fy.groupKeyframes(s)){let l=new Set(o.keyframes.flatMap(h=>rH(h.data.value))),u=l.size?[...l].map(h=>o.keyframes.filter(d=>rH(d.data.value).includes(h))):[o.keyframes];for(let h of u){let d=[...h].sort((c,p)=>c.data.time-p.data.time);for(let c=0;c+1<d.length;c++)a.push({left:d[c],right:d[c+1]})}}return a}([...e.unproxy()]),i=new Map,r=new Set;for(let{left:s,right:a}of t){let o=s.data.easing?.type,l=(o===void 0?void 0:fy.presetHandles(o))?.control2??(o===5?my(a.data.easing?.cubicControls?.control2,[1,1]):void 0);if(!l)continue;let u=i.get(a.id);u?RIe(u,l)||r.add(a.id):i.set(a.id,l)}let n=new Map;for(let{id:s,data:a}of e.unproxy()){let o=a.easing?.type,l=o===void 0?void 0:fy.presetHandles(o);l&&n.set(s,l.control1)}for(let{left:s,right:a}of t)r.has(a.id)&&n.delete(s.id);for(let[s,a]of n){let o=e.data(s);!o?.easing||(o.easing.cubicControls={control1:a,control2:my(o.easing.cubicControls?.control2,[1,1])},o.easing.type=5)}for(let{left:s,right:a}of t){if(!n.has(s.id))continue;let o=e.data(a.id),l=i.get(a.id);!o?.easing||!l||(o.easing.cubicControls={control1:my(o.easing.cubicControls?.control1,[0,0]),control2:l})}}function kee(e,t){e.scene.objects.traverse((i,r)=>{let n=r;if(n.type==="Page"&&n.timelines)for(let s of Object.values(n.timelines))for(let a of Object.values(s.objectTimelines??{}))t(a.keyframes)})}function nH(e){e.pivot=[0,0,0],e.pivotRotation=[0,0,0]}function DIe(e){}function NIe(e){let t=e.schema??0;if(t!==131){if(t>131)return void console.error(`This scene was created with a newer version of Spline (file format ${t}, this runtime reads 131). Update @splinetool/runtime to the latest version to load it correctly.`);console.warn("updating from ",t,"to ",131),function(i,r){if(r<1&&(Yp(i,Ree),Xp(i,Ree),i.schema=1),r<2&&(function(n){Object.assign(n.scene.publish,{orbitControls:{...eL.defaultData,...qs(n.scene.publish.orbitControls)}})}(i),i.schema=2),r<3&&(function(n){function s(a){if(a.layers){for(let o of Object.values(a.layers))if(o){for(let[l,u]of Object.entries(o))if((w4.includes(l)||typeof u=="boolean")&&delete o[l],l==="texture")for(let[h,d]of Object.entries(u))(oX.includes(h)||typeof d=="boolean")&&delete u[h]}}}n.scene.objects.traverse((a,o)=>{o.states.forEach(l=>{let u=l;u.material?s(u.material):u.materials&&u.materials.forEach(h=>{s(h)})})})}(i),i.schema=3),r<4&&(function(n){n.scene.publish.withBackground=!0}(i),i.schema=4),r<5&&(function(n){n.scene.publish.settings.web={compress:!0,preload:!0,preset:1,logo:!0,hint:!1}}(i),i.schema=5),r<6&&(function(n){n.scene.objects.traverse((s,a)=>{let o=a.cloner;o&&(o.radial.scale=o.radial.scale.map(l=>l+1),o.linear.scale=o.linear.scale.map(l=>l+1))})}(i),i.schema=6),r<7&&(function(n){n.scene.objects.traverse((s,a)=>{let o=a.geometry;o&&(o.type==="DodecahedronGeometry"||o.type==="IcosahedronGeometry")&&(o.detail=Math.round(o.detail))})}(i),i.schema=7),r<8&&(i.schema=8),r<9&&(Dee(i),i.schema=9),r<10&&(function(n){n.scene.objects.traverse((s,a)=>{a.type==="Mesh"&&(a.geometry.type==="BooleanGeometry"||a.geometry.type==="SubdivGeometry")&&(a.geometry.phongAngle=35)})}(i),i.schema=10),r<11&&(function(n){n.scene.environment.ambientLight.softShadows=!1,n.scene.environment.ambientLight.softShadowQuality="low",n.scene.objects.traverse((s,a)=>{(a.type==="DirectionalLight"||a.type==="SpotLight")&&(a.shadowResolution=1024,a.shadowRadius=1,a.depth=1e5)}),n.shared.penumbraSize=new Array(5).fill(.5)}(i),i.schema=11),r<12&&(Dee(i),i.schema=12),r<13&&(function(n){n.shared.audios=Ho({},ai.prototype)}(i),i.schema=13),r<14&&(function(n){let s=n.shared.materials;Object.entries(s).forEach(([a,o])=>{if(!o.layers){let l={name:"Untitled Material",layers:[{fi:0,data:{type:"light",category:"phong",alpha:.6,visible:!0,mode:0,specular:{r:.2,g:.2,b:.2},shininess:5},id:"layer1"},{fi:1,data:{type:"color",alpha:1,visible:!0,mode:0,color:{r:.2823529411764706,g:.2823529411764706,b:.30196078431372547}},id:"layer2"}]};Object.assign(s,{[a]:l})}})}(i),i.schema=14),r<15&&(function(n){Object.entries(qs(n.shared.images)).filter(s=>s[1].asset===!1).map(s=>s[0]).forEach(s=>{delete n.shared.images[s]}),Object.entries(qs(n.shared.audios)).filter(s=>s[1].asset===!1).map(s=>s[0]).forEach(s=>{delete n.shared.audios[s]})}(i),i.schema=15),r<16&&(function(n){n.scene.publish.settings.web.preload=!1}(i),i.schema=16),r<17&&(Yp(i,Nee),Xp(i,Nee),i.schema=17),r<18&&(Yp(i,Pee),Xp(i,Pee),i.schema=18),r<19&&(function(n){Object.assign(n.scene.publish.settings,{video:{...bm.defaultData.settings.video,...qs(n.scene.publish.settings.video)}})}(i),i.schema=19),r<20&&(function(n){n.shared.fonts=Ho({},ai.prototype)}(i),function(n){let s=[];n.scene.objects.traverse((a,o)=>{let l=o;if(l.type==="TextFrame"){let u=is.defaultTwoLayerData("phong"),h=typeof l.color=="string"?n.shared.colors[l.color]:l.color;u.layers[1].data.color={r:h.r,g:h.g,b:h.b},u.layers[1].data.alpha=l.alpha;let d=function(m){return m.replace(".typeface","").replace(/optimer/gi,"open sans").replace("space_mono","space mono").replace(/alma_mono/gi,"varela round").replace(/droid_sans_mono/gi,"noto sans mono").replace(/droid_sans|gentilis|gnomon_(simple|foreground)|helvetiker/gi,"roboto").replace(/droid_serif/gi,"roboto slab").replace("_sans"," sans").replace("crimson_text","crimson text").replace("medium_medium","medium").replace("fatface_fatface","fatface").replace("100hairline","thin").replace("200thin","extralight").replace("300light","light").replace("500medium","medium").replace("600semi","semibold").replace("800heavy","extrabold").replace("900black","black").replace(/bodoni_(11|16|24|36|48|72|96)([^_])/gi,"bodoni_$1_$2").replace(/bodoni_(11|16|24|36|48|72|96)/gi,"bodoni moda").replace(/(thin|hairline)(_regular)?/gi,"100").replace(/(extra|ultra)light(_regular)?/gi,"200").replace(/light(_regular)?/gi,"300").replace(/_book|_normal|_roman/gi,"_regular").replace(/medium(_regular)?/gi,"500").replace(/(semi|demi)bold(_regular)?/gi,"600").replace(/(extra|ultra)bold(_regular)?/gi,"800").replace(/bold(_regular)?/gi,"700").replace(/(black|heavy|fatface)(_regular)?/gi,"900").replace(/([1-9]00)_italic/gi,"$1italic").replace(/regularitalic/gi,"italic").replace(/regularitalic/gi,"italic").split(" ").map(f=>f.charAt(0).toUpperCase()+f.slice(1)).join(" ")}(l.font);n.shared.fonts[d]===void 0&&(n.shared.fonts[d]={name:d});let c={name:l.name,...ra.defaultData,..._c.defaultData,flatShading:!1,wireframe:!1,geometry:{...lm.defaultData("TextGeometry"),width:l.width,height:l.height,font:d,depth:0,horizontalAlign:l.horizontalAlign,verticalAlign:l.verticalAlign,fontSize:1.40625*l.fontSize,lineHeight:l.lineHeight/1.40625,letterSpacing:l.letterSpacing-1,text:l.text,textTransform:l.textTransform,extrudeBevelSize:0,extrudeBevelSegments:1},material:u,states:qs(l.states),events:qs(l.events),visible:l.visible,raycastLock:l.raycastLock,position:l.position,rotation:l.rotation,scale:l.scale,hiddenMatrix:l.hiddenMatrix},p=qs(n.scene.objects).parent(a);n.scene.objects.insertAfter(p??null,a,[{id:a+"new",data:c,children:[]}]),s.push(a)}}),s.forEach(a=>{n.scene.objects.delete(a)})}(i),i.schema=20),r<21&&(function(n){let s={0:"MouseDown",1:"MouseUp",2:"MouseHover",5:"KeyDown",6:"KeyUp",7:"Start",9:"LookAt",10:"Follow",11:"Scroll",12:"Audio",13:"GameControl"};n.scene.objects.traverse((a,o)=>{o.events.forEach(l=>{if(s[Number(l.type)])if(Object.assign(l,{type:s[Number(l.type)]}),l.type==="Audio"&&"audioEvent"in l&&(Object.assign(l,{playAudio:l.audioEvent}),delete l.audioEvent),l.type==="GameControl")Object.assign(l,{gameActions:{idle:new Nt,move:new Nt,jump:new Nt}});else{let u=new Nt;Object.assign(l,{actions:u}),(l.type==="MouseDown"||l.type==="MouseUp"||l.type==="KeyDown"||l.type==="KeyUp")&&"url"in l&&u.push({fi:0,id:ht.generateUUID(),data:{type:"Link",url:l.url,delay:0}}),"targets"in l&&(l.targets.forEach((h,d,c)=>{let p={easing:h.easing,duration:h.duration};h.easing===6?Object.assign(p,Rv(h,"mass","stiffness","damping","velocity")):h.easing===5&&Object.assign(p,{control1:{...h.control1},control2:{...h.control2}});let m={repeat:h.repeat?-1:0,delay:h.delay,delayDirection:h.delayDirection,direction:h.cycle&&h.rewind?"pingpong-rewind":h.cycle?"pingpong":"normal"},f={state:h.state,...m,...p},g={allowSlerp:!0,type:"Transition",object:h.object,repeat:0,delay:0,delayDirection:void 0,direction:"normal",tweens:new Nt({fi:0,id:ht.generateUUID(),data:{state:void 0,repeat:0,delay:0,delayDirection:void 0,direction:"normal",duration:0,easing:4}},{fi:1,id:ht.generateUUID(),data:f})};u.push({fi:c,id:d,data:g})}),delete l.targets)}})})}(i),function(n){n.scene.objects.traverse((s,a)=>{function o(l,u){let h=new Nt,d=[];if(a.events.forEach((c,p,m)=>{if(c.type==="Audio"&&c.trigger===u){let f;d.push(p),c.interaction==="play"?f={...Rv(c,"interaction","audio","delay","volume","loop"),triggerAfter:"after"in c?c.after:void 0,toggle:"after"in c?c.toggle:void 0,type:"Audio"}:(c.interaction==="pause"||c.interaction==="stop")&&(f={...Rv(c,"interaction","delay","object","playAudio"),type:"Audio"}),f&&h.push({fi:m,id:p,data:f})}}),d.forEach(c=>a.events.delete(c)),h.length){let c=a.events.find(p=>p.type===l)?.data;c?"actions"in c&&c.actions.insertBefore(null,h):a.events.insertBefore(null,[{id:ht.generateUUID(),data:{type:l,actions:h}}])}}o("Start","start"),o("MouseDown","mouseDown"),o("MouseUp","mouseUp"),o("KeyDown","keyDown"),o("KeyUp","keyUp")})}(i),i.schema=21),r<22&&(Lee(i),i.schema=22),r<23&&(function(n){n.scene.objects.traverse((s,a)=>{a.type==="Mesh"&&a.geometry.type==="SubdivGeometry"&&(a.geometry.scaleBaked||(a.geometry.scaleBaked=[1,1,1]))})}(i),i.schema=23),r<24&&(function(n){n.scene.objects.traverse((s,a)=>{(a.type==="Empty"||a.type==="Mesh")&&a.cloner&&!a.cloner.randomnessObject&&!a.cloner.toObject&&!a.cloner.randomness&&(a.cloner={...a.cloner,toObject:{object:"",spreadType:"random",scale:[0,0,0],rotation:[0,0,0],position:[0,0,0],axis:"x",seed:0,count:99,align:"normal"},randomness:!1,randomnessObject:{strength:100,scale:[0,0,0],rotation:[0,0,0],position:[0,0,0],movement:1,seed:0,freqScale:10,noiseType:"perlin"}})})}(i),i.schema=24),(r<25||i.shared.videos===void 0)&&(function(n){n.shared.videos=Ho({},ai.prototype)}(i),r<25&&(i.schema=25)),r<26&&(function(n){n.scene.objects.traverse((s,a)=>{let o=n.scene.objects.unproxy().parent(s);if(o){let l=qs(n.scene.objects.data(o));l&&l.type==="Mesh"&&l.geometry.type==="BooleanGeometry"&&a.type==="Mesh"&&(a.visible=qs(a).booleanExclude!==!0)}})}(i),i.schema=26),r<27&&(function(n){n.scene.objects.traverse((s,a)=>{if(a.type==="Mesh"){let o=a;a.geometry.type==="NonParametricGeometry"?o.material!==void 0&&delete o.material:o.materials!==void 0&&delete o.materials}})}(i),i.schema=27),r<28&&(Lee(i),i.schema=28),r<29&&(function(n){function s(o){Object.setPrototypeOf(o,Zs.prototype),o.texture&&Object.setPrototypeOf(o.texture,Zs.prototype)}function a(o){Object.setPrototypeOf(o,Zs.prototype);for(let l in o)s(o[l])}n.scene.objects.traverse((o,l)=>{l.states.forEach(u=>{let h=u;if(h.material){let d=qs(h.material).layers;a(d),h.material.layers=d}if(h.materials)for(let d=0;d<h.materials.length;d++){let c=h.materials[d],p=qs(c).layers;a(p),c.layers=p}})})}(i),i.schema=29),r<30&&(function(n){n.scene.objects.traverse((s,a)=>{a.type==="Mesh"&&a.geometry.type==="NonParametricGeometry"&&!("material"in a)&&!("materials"in a)&&(a.material=is.defaultTwoLayerData("phong"))})}(i),i.schema=30),r<31&&(function(n){n.scene.publish.orbitControls.autoZoom===void 0&&(n.scene.publish.orbitControls.autoZoom=!1),n.scene.objects.traverse((s,a)=>{(a.type==="OrthographicCamera"||a.type==="PerspectiveCamera")&&(a.orthographic.autoZoom===void 0&&(a.orthographic.autoZoom=!1),a.orthographic.autoZoomFrustumSize===void 0&&(a.orthographic.autoZoomFrustumSize=790))})}(i),i.schema=31),r<33&&(function(n){n.scene.objects.traverse((s,a)=>{a.pathSnapping===void 0&&(a.pathSnapping={pathId:null,slide:0,offset:0,orientation:"tangential"}),a.pathSnapping.offset===void 0&&(a.pathSnapping.offset=0)})}(i),i.schema=33),r<34&&(function(n){n.scene.publish.mouseEventTarget===void 0&&(n.scene.publish.mouseEventTarget="canvas"),n.scene.publish.settings.web.hint===void 0&&(n.scene.publish.settings.web.hint=!1)}(i),i.schema=34),r<35&&(function(n){let{video:s}=n.scene.publish.settings;s.format==="gif"&&s.fps>48&&(s.fps=15)}(i),i.schema=35),r<36&&(function(n){n.scene.objects.traverse((s,a)=>{a.events.forEach(o=>{o.type==="GameControl"&&(o.resetYPosition=Math.abs(o.resetYPosition-a.position[1]))})})}(i),i.schema=36),r<37&&(function(n){let s=n.scene.environment.usePhysics;n.scene.objects.traverse((a,o)=>{s&&o.physics===null?o.collision=!1:o.collision="visibility"})}(i),i.schema=37),r<38&&(Yp(i,Iee),Xp(i,Iee),i.schema=38),r<39&&(function(n){n.scene.objects.traverse((s,a)=>{a.events.forEach(o=>{o.type==="GameControl"&&(o.navmesh=iL.defaultDataThirdPerson.navmesh)})})}(i),i.schema=39),r<40&&(function(n){n.scene.styles||(n.scene.styles=Xv.defaultData())}(i),i.schema=40),r<41&&(function(n){n.scene.environment.ambientLight.occlusion===void 0&&(n.scene.environment.ambientLight.occlusion=!1),n.scene.environment.ambientLight.aoFullRes===void 0&&(n.scene.environment.ambientLight.aoFullRes=!1),n.scene.environment.ambientLight.radius===void 0&&(n.scene.environment.ambientLight.radius=256),n.scene.environment.ambientLight.bias===void 0&&(n.scene.environment.ambientLight.bias=.5),n.scene.environment.ambientLight.aoColor===void 0&&(n.scene.environment.ambientLight.aoColor={r:.19607843137254902,g:.19607843137254902,b:.19607843137254902}),Yp(n,Bee),Xp(n,Bee)}(i),i.schema=41),r<42&&(function(n){n.scene.objects.traverse((s,a)=>{a.events.forEach(o=>{o.type==="GameControl"&&Object.assign(o.gameActions,{run:new Nt})})})}(i),i.schema=42),r<43&&(function(n){n.scene.objects.traverse((s,a)=>{a.events.forEach(o=>{o.type==="GameControl"&&(o.keyAssignments=[...o.keyAssignments,["run","\u21E7"],["none","Ctrl"]])})})}(i),i.schema=43),r<99){Yp(i,Uee),Xp(i,Uee),i.scene.publish.playCamera===null&&(i.scene.publish.playCamera=a1);let n=qs(i.scene.objects),s=i.scene.objects;i.scene.publish.playPage=wx,s.insertBefore(null,null,[{id:wx,data:{...py.defaultData,backgroundColor:i.scene.backgroundColor,fog:i.scene.fog,postprocessing:i.scene.postprocessing,ao:Rv(i.scene.environment.ambientLight,"occlusion","aoFullRes","radius","bias","aoColor"),publish:{playCamera:i.scene.publish.playCamera,gameControlObject:i.scene.publish.gameControlObject},shadow:Rv(i.scene.environment.ambientLight,"softShadowQuality"),globalPhysics:{...Mx.defaultData,...Rv(i.scene.environment,"usePhysics","gravity")},camera:qs(i.scene.ownerCamera)??py.defaultData.camera,name:"Scene"},children:[]}]);for(let l of n)l.id!==Yv.TRASH_CAN_ID&&s.move(wx,l.fi,l.id);let a=0,o=0;i.shared.penumbraSize&&i.scene.objects.traverse((l,u)=>{u.type==="DirectionalLight"?(u.penumbraSize=i.shared.penumbraSize[Math.min(a,2)],a+=1):u.type==="SpotLight"&&(u.penumbraSize=i.shared.penumbraSize[3+Math.min(o,1)],o+=1),(u.physics===void 0||u.physics===null)&&u.type!=="Instance"&&(u.physics={},Object.assign(u.physics,Tx.defaultData)),u.physics!==void 0&&u.physics!==null&&(u.physics.enabled=u.collision??"visibility",delete u.collision)}),i.schema=99}}(e,t),t<100&&(e.scene.publish.joystickSizeAndXYOffset===void 0&&(e.scene.publish.joystickSizeAndXYOffset=bm.defaultData.joystickSizeAndXYOffset),e.schema=100),t<101&&(Yp(e,Fee),Xp(e,Fee),e.schema=101),t<102&&(function(i){i.scene.objects.traverse((r,n)=>{let s=n.geometry;s&&s.type==="PathGeometry"&&(s.extrusion.capType="flat",s.extrusion.bevel=50,s.extrusion.bevelSides=6,s.extrusion.shape.type==="Custom"&&(s.extrusion.shape.shapeQuality="low"))})}(e),e.schema=102),t<104&&(e.shared.catelogs=new ai,e.shared.lib=hm.defaultData(),e.schema=104),t<105&&(function(i){i.shared.variables=Ho({},ai.prototype)}(e),e.scene.objects.traverse((i,r)=>{W1e(r)}),e.schema=105);for(let i of Object.values(e.shared.lib.components))q1e(i);t<106&&(function(i){let r=qs(i.shared.variables);i.shared.variables=Ho(Object.entries(r??{}).map(([n,s],a)=>({fi:a,id:n,data:s})),Nt.prototype)}(e),e.schema=106),t<107&&(e.shared.lib.variables=hm.defaultData().variables,e.schema=107),t<109&&(function(i){i.shared.particles=Ho({},ai.prototype),i.shared.lib&&(i.shared.lib.particles=hm.defaultData().particles)}(e),e.schema=109),t<110&&(function(i){i.scene.objects.traverse((r,n)=>{n.type==="Particle"&&typeof n.renderMaterial.size=="number"&&Object.assign(n.renderMaterial,{size:[n.renderMaterial.size,n.renderMaterial.size]})})}(e),e.schema=110),t<111&&(e.scene.objects.traverse((i,r)=>{(function(n){Array.isArray(qs(n.events))&&n.events?.forEach(s=>{"disabled"in s||(s.disabled=!1),(s.type==="MouseDown"||s.type==="MouseUp"||s.type==="MousePress")&&(s.mode=s.mode||"Object")})})(r)}),e.schema=111),t<112&&(function(i){i.scene.objects.traverse((r,n)=>{n.type==="Page"&&(n.postprocessing.depthOfField.focusDistance=100,n.postprocessing.depthOfField.focalLength=20,n.postprocessing.depthOfField.bokehScale=5)})}(e),e.schema=112),t<113&&(function(i){i.scene.objects.traverse((r,n)=>{Array.isArray(qs(n.events))!==!1&&n.events?.forEach(s=>{let a=s.runMode;s.type==="MouseDown"||s.type==="MouseUp"||s.type==="KeyDown"||s.type==="KeyUp"||s.type==="Collision"||s.type==="Trigger"?s.actions?.forEach(o=>{o.type==="Transition"&&(o.runMode=a??"Repeat"),(o.type==="Animation"||o.type==="SwitchCamera")&&(o.runMode=a==="Toggle"?"Toggle":"Normal")}):s.type==="MouseHover"||s.type==="MousePress"||s.type==="KeyPress"?s.actions?.forEach(o=>{(o.type==="Transition"||o.type==="Animation"||o.type==="SwitchCamera")&&(o.runMode="Toggle")}):s.type==="GameControl"?(delete s.actions,Object.keys(s.gameActions).forEach(o=>{s.gameActions[o]?.forEach(l=>{l.type==="Transition"&&(l.runMode="Repeat"),l.type==="Animation"&&(l.runMode="Normal")})})):s.type==="DragDrop"?(delete s.actions,s.dragDropActions?.drag?.forEach(o=>{(o.type==="Transition"||o.type==="Animation"||o.type==="SwitchCamera")&&(o.runMode="Toggle")}),s.dragDropActions?.drop?.forEach(o=>{(o.type==="Transition"||o.type==="Animation"||o.type==="SwitchCamera")&&(o.runMode="Toggle")})):s.type==="Resize"?(delete s.actions,s.breakpoints?.forEach(o=>{o.actions?.forEach(l=>{(l.type==="Transition"||l.type==="Animation"||l.type==="SwitchCamera")&&(l.runMode="Toggle")})})):s.type==="Start"?s.actions?.forEach(o=>{o.type==="Transition"&&(o.runMode="Once"),(o.type==="Animation"||o.type==="SwitchCamera")&&(o.runMode="Normal")}):s.type==="VariableChange"||s.type==="Scroll"?s.actions?.forEach(o=>{o.type==="Transition"&&(o.runMode="Repeat"),(o.type==="Animation"||o.type==="SwitchCamera")&&(o.runMode="Normal")}):s.type==="Conditional"&&(delete s.actions,s.inActions?.forEach(o=>{o.type==="Transition"&&(o.runMode="Repeat"),(o.type==="Animation"||o.type==="SwitchCamera")&&(o.runMode="Normal")}),s.outActions?.forEach(o=>{o.type==="Transition"&&(o.runMode="Repeat"),(o.type==="Animation"||o.type==="SwitchCamera")&&(o.runMode="Normal")}))})})}(e),e.schema=113),t<114&&(e.scene.publish.settings.web.imageQuality===void 0&&(e.scene.publish.settings.web.imageQuality=70),e.schema=114),t<115&&(function(i){i.shared.userAPIs=Ho({},ai.prototype),i.shared.userWebhooks=Ho({},ai.prototype),i.shared.lib&&(i.shared.lib.userAPIs=hm.defaultData().userAPIs,i.shared.lib.userWebhooks=hm.defaultData().userWebhooks)}(e),e.schema=115),t<116&&(function(i){i.scene.publish.settings.videoStatic===void 0&&(i.scene.publish.settings.videoStatic=bm.defaultData.settings.videoStatic)}(e),e.schema=116),t<117&&(e.scene.publish.settings.web.pixelRatioMobile===void 0&&(e.scene.publish.settings.web.pixelRatioMobile=0),e.scene.publish.settings.web.pixelRatioDesktop===void 0&&(e.scene.publish.settings.web.pixelRatioDesktop=0),e.schema=117),t<118&&(e.shared.timelineAnimations=Ho({},ai.prototype),e.scene.objects.traverse((i,r)=>{X1e(r)}),e.schema=118),t<119&&(e.scene.publish.settings.videoStatic.format=Ex.defaultData.scene.publish.settings.videoStatic.format,e.scene.publish.settings.videoStatic.imageFormat=Ex.defaultData.scene.publish.settings.videoStatic.imageFormat,e.schema=119),t<120&&(e.scene.publish.settings.image.colorSpace="display-p3",e.scene.publish.settings.videoStatic.colorSpace="display-p3",e.schema=120),t<121&&(e.scene.objects.traverse((i,r)=>{nH(r),r.type==="Page"&&r.camera!==void 0&&nH(r.camera)}),e.schema=121),t<122&&(delete e.scene.publish.settings.video,e.scene.publish.orbitControls.rotationSpeed=Ex.defaultData.scene.publish.orbitControls.rotationSpeed,e.schema=122),t<123&&(e.scene.objects.traverse((i,r)=>{r.type==="Page"&&r.sky===void 0&&(r.sky=gg.defaultData)}),e.schema=123),t<124&&(t>=123&&e.scene.objects.traverse((i,r)=>{let n=r.sky;r.type==="Page"&&n!==void 0&&(typeof n.exposure=="number"&&(n.exposure=Math.round(n.exposure/5e-4*1e4)/1e4),n.lighting===void 0&&(n.lighting=gg.defaultData.lighting))}),e.schema=124),t<125&&(e.scene.objects.traverse((i,r)=>{let n=r.sky;r.type==="Page"&&n!==void 0&&n.lightingIntensity===void 0&&(n.lightingIntensity=gg.defaultData.lightingIntensity)}),e.schema=125),t<126&&(e.scene.objects.traverse((i,r)=>{let n=r.sky;r.type==="Page"&&n!==void 0&&(n.mode===void 0&&(n.mode="physical"),n.hdri===void 0?n.hdri={...gg.defaultData.hdri}:(n.hdri.blur===void 0&&(n.hdri.blur=gg.defaultData.hdri.blur),Array.isArray(n.hdri.rotation)&&(n.hdri.rotation=n.hdri.rotation[1]??0)))}),e.schema=126),t<127&&(e.scene.objects.traverse((i,r)=>{let n=r.sky;r.type==="Page"&&n?.hdri!==void 0&&n.hdri.showBackground===void 0&&(n.hdri.showBackground=!0)}),e.schema=127),t<128&&(e.scene.objects.traverse((i,r)=>{let n=r.sky;r.type==="Page"&&n!==void 0&&n.lightingQuality===void 0&&(n.lightingQuality="full")}),e.schema=128),t<129&&(e.scene.objects.traverse((i,r)=>{if(r.type==="Page"){r.camera===void 0&&(r.camera=py.defaultData.camera);let n=r.camera;n.far=1e5,n.perspective?n.perspective.near=70:n.perspective={near:70,fov:45,zoom:1}}}),e.schema=129),t<130&&($1e(e,rL),e.schema=130),t<131&&(function(i){i.scene.objects.traverse((r,n)=>{let s=n.states;if(!s)return;let a=n.timelineAnimations,o=[];s.forEach((l,u)=>{(l.isAnimation||a?.[u])&&o.push(u)}),o.forEach(l=>s.delete(l))})}(e),function(i){let r=i.shared,n=r.timelineAnimations;if(!n)return;let s=i.scene.objects,a=s.unproxy().find(o=>o.data.type==="Page")?.id;for(let[o,l]of Object.entries(n)){let u=Ho({},ai.prototype),h=0,d=Boolean(l.loop);for(let[m,f]of Object.entries(l.mapping??{})){let g=s.data(m)?.timelineAnimations?.[f];!g||(h=Math.max(h,g.to??0),d=d||Boolean(g.loop),u[m]={id:m,keyframes:EIe(g.properties?.unproxy())})}let c=l.page??a,p=c?s.data(c):void 0;p&&p.type==="Page"&&((p.timelines??(p.timelines=Ho({},ai.prototype)))[o]={id:o,name:l.name,duration:h||5,...d?{loop:d}:{},objectTimelines:u})}delete r.timelineAnimations,s.traverse((o,l)=>{delete l.timelineAnimations})}(e),kee(e,AIe),kee(e,PIe),e.schema=131)}}cw(H1e,{updateAllMaterials:()=>$1e,updateDocumentSchema:()=>NIe,updateLibSchema:()=>DIe,updateMaterialSchema:()=>TIe,updateObjectStateRec:()=>tx,updateObjectsSchema:()=>q1e,updateTextValues:()=>SIe});var zv,Y1e,Vee,WC,cF,Gee,qC,Kv,PS,V1,$C,pF,sI,mF,fF,jee,aI,gF,gy,sH,M4=V(()=>{le(),V1e(),Nr(),j1e(),wIe(),T4(),AA(),Ja(),fX(),S4(),dX(),zv=180/Math.PI,Y1e=["position","rotation","scale","shape size"]}),IIe=V(()=>{var e,t,i;Dh(),Nr(),Ja(),(Vee||(Vee={})).is=function(r){return!0},(e=WC||(WC={})).defaultData={position:[0,0],scale:[1,1],rotation:0,shear:[0,0]},e.merge=function(r,n){return{position:n?.position??r.position,rotation:n?.rotation??r.rotation,scale:n?.scale??r.scale,shear:n?.shear??r.shear}},e.diff=function(r,n){return n1e({position:Uc.isEqual(r.position,n.position)?void 0:n.position,rotation:r.rotation===n.rotation?void 0:n.rotation,scale:Uc.isEqual(r.scale,n.scale)?void 0:n.scale,shear:r.shear&&n.shear&&Uc.isEqual(r.shear,n.shear)?void 0:n.shear})},(cF||(cF={})).defaultData={horizontalConstraint:0,verticalConstraint:0},(Gee||(Gee={})).defaultData={direction:"row",wrap:"unwrap",align:"top-left",gap:10,rowGap:10,autoGap:!1,autoRowGap:!1,leftPadding:8,rightPadding:8,topPadding:8,bottomPadding:8},(qC||(qC={})).defaultData={opacity:1,fill:{color:kr.fromHexAndA(eo,1),enabled:!0},stroke:{color:kr.from0to1([0,0,0,1]),thickness:1,enabled:!1,mode:"inside"},layerBlur:{radius:2,enabled:!1},backgroundBlur:{radius:2,enabled:!1},dropShadow:{offset:[10,10],blurRadius:10,color:kr.from0to1([0,0,0,1]),enabled:!1,spread:0},innerShadow:{offset:[10,10],blurRadius:10,color:kr.from0to1([0,0,0,1]),enabled:!1,spread:0}},(t=Kv||(Kv={})).newEmpty=function(r,n){return{name:n}},t.patch=function(r,n){if(n===void 0)return r;let s={...r};return Object.assign(s,WC.merge(s,n)),s=function(a,o){if(o===void 0)return a;let l={...a},u=["width","height","cornerRadius"];for(let h of u)h in l&&h in o&&o[h]!==void 0&&Object.assign(l,{[h]:o[h]});return l}(s,n),s=function(a,o){if(o===void 0)return a;let l={...a};return"fill"in l&&"fill"in o&&o.fill!==void 0&&Object.assign(l,{fill:{...l.fill,...o.fill}}),"stroke"in l&&"stroke"in o&&o.stroke!==void 0&&Object.assign(l,{stroke:{...l.stroke,...o.stroke}}),"layerBlur"in l&&"layerBlur"in o&&o.layerBlur!==void 0&&Object.assign(l,{layerBlur:{...l.layerBlur,...o.layerBlur}}),"backgroundBlur"in l&&"backgroundBlur"in o&&o.backgroundBlur!==void 0&&Object.assign(l,{backgroundBlur:{...l.backgroundBlur,...o.backgroundBlur}}),"dropShadow"in l&&"dropShadow"in o&&o.dropShadow!==void 0&&Object.assign(l,{dropShadow:{...l.dropShadow,...o.dropShadow}}),"innerShadow"in l&&"innerShadow"in o&&o.innerShadow!==void 0&&Object.assign(l,{innerShadow:{...l.innerShadow,...o.innerShadow}}),l}(s,n),s},t.toOps=function(r,n){let s,a=[];for(let[o,l]of Object.entries(n))o!=="name"&&(s===void 0&&(s={path:[],props:{},type:0},a.push(s)),s.props[o]=l);return a},(PS||(PS={})).defaultData={...WC.defaultData,...cF.defaultData,states:new Nt,events:new Nt,visible:!0,raycastLock:!1},(V1||(V1={})).defaultData={...PS.defaultData,...qC.defaultData},($C||($C={})).defaultData={cornerRadius:[0,0,0,0]},(pF||(pF={})).defaultData={...V1.defaultData,type:"ellipse2d",width:100,height:100,name:"Ellipse"},(sI||(sI={})).defaultData={...V1.defaultData,...$C.defaultData,type:"rectangle2d",width:100,height:100,name:"Rectangle"},(mF||(mF={})).defaultData={...V1.defaultData,type:"text2d",width:100,height:100,fontSize:12,lineHeight:1.2,letterSpacing:0,text:{textValue:"Hello world"},horizontalAlign:1,verticalAlign:1,textTransform:1,font:"Roboto_regular",name:"Text"},(fF||(fF={})).defaultData={...V1.defaultData,type:"path2d",path:"",name:"Path"},(jee||(jee={})).is=function(r){return r.type==="ellipse2d"||r.type==="rectangle2d"||r.type==="text2d"||r.type==="vector2d"||r.type==="path2d"},(aI||(aI={})).defaultData={...PS.defaultData,name:"Group",type:"group2d"},(gF||(gF={})).defaultData=()=>({...PS.defaultData,...$C.defaultData,...qC.defaultData,name:"Frame",type:"frame2d",clipped:!0,width:200,height:200,fill:{color:kr.fromHexAndA(4737101,1),enabled:!0},stroke:{color:kr.fromHexAndA(0,1),thickness:1,enabled:!1,mode:"inside"},backgroundBlur:{radius:2,enabled:!1},layerBlur:{radius:2,enabled:!1}}),(r=>{r.defaultData=function(n){switch(n){case"rectangle2d":case"vector2d":return{...sI.defaultData};case"ellipse2d":return{...pF.defaultData};case"text2d":return{...mF.defaultData};case"path2d":return{...fF.defaultData};case"frame2d":return{...gF.defaultData()};case"group2d":return{...aI.defaultData}}},r.getPivot=function(n){return"width"in n&&"height"in n?[typeof n.width=="number"?.5*n.width:0,typeof n.height=="number"?.5*n.height:0]:[0,0]},r.isResizeable=function(n){return n.type==="rectangle2d"||n.type==="ellipse2d"||n.type==="text2d"||n.type==="frame2d"},r.isAutoLayoutable=function(n){return n.type==="frame2d"&&n.autoLayout!==void 0},r.hasCorners=function(n){return n.type==="rectangle2d"||n.type==="frame2d"}})(gy||(gy={})),(i=sH||(sH={})).defaultData={name:"UI",type:"scene2d",objects:new Ma},i.emptyData=function(){return{type:"scene2d",objects:new Ma}}}),OIe=V(()=>{fIe(),gIe(),A1e(),C1e(),V1e(),T1e(),xIe(),I1e(),B1e(),dX(),M4(),k1e(),uX(),hX(),R1e(),AA(),N1e(),F1e(),Dh(),T4(),S4(),pX(),L1e(),fX(),mX(),vIe(),O1e(),gX(),cX(),P1e(),D1e(),IIe()});function Zv(e,t=!1){let i=e[0].index!==null,r=new Set(Object.keys(e[0].attributes)),n=new Set(Object.keys(e[0].morphAttributes)),s={},a={},o=e[0].morphTargetsRelative,l=new At,u=0;for(let h=0;h<e.length;++h){let d=e[h],c=0;if(i!==(d.index!==null))return console.error("THREE.BufferGeometryUtils: .mergeGeometries() failed with geometry at index "+h+". All geometries must have compatible attributes; make sure index attribute exists among all geometries, or in none of them."),null;for(let p in d.attributes){if(!r.has(p))return console.error("THREE.BufferGeometryUtils: .mergeGeometries() failed with geometry at index "+h+'. All geometries must have compatible attributes; make sure "'+p+'" attribute exists among all geometries, or in none of them.'),null;s[p]===void 0&&(s[p]=[]),s[p].push(d.attributes[p]),c++}if(c!==r.size)return console.error("THREE.BufferGeometryUtils: .mergeGeometries() failed with geometry at index "+h+". Make sure all geometries have the same number of attributes."),null;if(o!==d.morphTargetsRelative)return console.error("THREE.BufferGeometryUtils: .mergeGeometries() failed with geometry at index "+h+". .morphTargetsRelative must be consistent throughout all geometries."),null;for(let p in d.morphAttributes){if(!n.has(p))return console.error("THREE.BufferGeometryUtils: .mergeGeometries() failed with geometry at index "+h+". .morphAttributes must be consistent throughout all geometries."),null;a[p]===void 0&&(a[p]=[]),a[p].push(d.morphAttributes[p])}if(t){let p;if(i)p=d.index.count;else{if(d.attributes.position===void 0)return console.error("THREE.BufferGeometryUtils: .mergeGeometries() failed with geometry at index "+h+". The geometry must have either an index or a position attribute"),null;p=d.attributes.position.count}l.addGroup(u,p,h),u+=p}}if(i){let h=0,d=[];for(let c=0;c<e.length;++c){let p=e[c].index;for(let m=0;m<p.count;++m)d.push(p.getX(m)+h);h+=e[c].attributes.position.count}l.setIndex(d)}for(let h in s){let d=Hee(s[h]);if(!d)return console.error("THREE.BufferGeometryUtils: .mergeGeometries() failed while trying to merge the "+h+" attribute."),null;l.setAttribute(h,d)}for(let h in a){let d=a[h][0].length;if(d!==0){l.morphAttributes=l.morphAttributes||{},l.morphAttributes[h]=[];for(let c=0;c<d;++c){let p=[];for(let f=0;f<a[h].length;++f)p.push(a[h][f][c]);let m=Hee(p);if(!m)return console.error("THREE.BufferGeometryUtils: .mergeGeometries() failed while trying to merge the "+h+" morphAttribute."),null;l.morphAttributes[h].push(m)}}}return l}function Hee(e){let t,i,r,n=-1,s=0;for(let u=0;u<e.length;++u){let h=e[u];if(t===void 0&&(t=h.array.constructor),t!==h.array.constructor)return console.error("THREE.BufferGeometryUtils: .mergeAttributes() failed. BufferAttribute.array must be of consistent array types across matching attributes."),null;if(i===void 0&&(i=h.itemSize),i!==h.itemSize)return console.error("THREE.BufferGeometryUtils: .mergeAttributes() failed. BufferAttribute.itemSize must be consistent across matching attributes."),null;if(r===void 0&&(r=h.normalized),r!==h.normalized)return console.error("THREE.BufferGeometryUtils: .mergeAttributes() failed. BufferAttribute.normalized must be consistent across matching attributes."),null;if(n===-1&&(n=h.gpuType),n!==h.gpuType)return console.error("THREE.BufferGeometryUtils: .mergeAttributes() failed. BufferAttribute.gpuType must be consistent across matching attributes."),null;s+=h.count*i}let a=new t(s),o=new It(a,i,r),l=0;for(let u=0;u<e.length;++u){let h=e[u];if(h.isInterleavedBufferAttribute){let d=l/i;for(let c=0,p=h.count;c<p;c++)for(let m=0;m<i;m++){let f=h.getComponent(c,m);o.setComponent(c+d,m,f)}}else a.set(h.array,l);l+=h.count*i}return n!==void 0&&(o.gpuType=n),o}var CA=V(()=>{le()});function K1e(e){let t=e.points.length/7,i=new Nt;for(let r=0;r<t;r++){let n=7*r,s=e.points[n+0],a=e.points[n+1],o=e.points[n+2],l=e.points[n+3],u=e.points[n+4],h=e.points[n+5],d=e.points[n+6];i.push({fi:r,id:ht.generateUUID(),data:{roundness:d,position:[s,a],areControlsDirectionsMirrored:!0,controlPrevious:{position:[o,l]},controlNext:{position:[u,h]}}})}return{points:i,isClosed:e.isClosed,roundness:e.roundness,shapeHoles:e.shapeHoles?.map(r=>K1e(r))??[]}}function Z1e(e){let{userData:t,uuid:i,...r}=e;if(t===void 0||t.type==="NonParametricGeometry")return function(a){let o,{userData:l,data:u}=a,h=u?.groups,d=u?.attributes??{},c=u?.morphAttributes??{},p=u?.interleavedBuffers,m=u?.arrayBuffers,f=u?.index;d.position!==void 0&&Array.isArray(d.position.array)&&(o=function(v){let y=1/0,_=1/0,b=1/0,x=-1/0,w=-1/0,S=-1/0;for(let M=0;M<v.length;M+=3){let T=v[M],A=v[M+1],E=v[M+2];y=Math.min(y,T),_=Math.min(_,A),b=Math.min(b,E),x=Math.max(x,T),w=Math.max(w,A),S=Math.max(S,E)}return{width:x-y,height:w-_,depth:S-b}}(d.position.array));let g={...l===void 0?{}:l.parameters,data:{attributes:d,morphAttributes:c,interleavedBuffers:p,arrayBuffers:m},...o===void 0?{}:o,type:"NonParametricGeometry"};return f!==void 0&&Object.assign(g.data,{index:f}),h!==void 0&&Object.assign(g.data,{groups:h.map(v=>({...v,materialIndex:v.materialIndex??0}))}),g}(e);if(t.type==="SubdivGeometry"){let a="SubdivGeometry",o=r.data?.attributes;if(o?.positionWASM===void 0){let u=new At;if(o?.position===void 0||o?.faceMap===void 0)return null;let h=o.position.array,d=o.faceMap.array,c=r.data.index.array;u.setAttribute("position",new Et(h,3)),u.setIndex(new Um(c,1));let p=function(v,y=1e-4){y=Math.max(y,Number.EPSILON);let _={},b=v.getIndex(),x=v.getAttribute("position"),w=b?b.count:x.count,S=0,M=Object.keys(v.attributes),T={},A={},E=[],R=["getX","getY","getZ","getW"],N=["setX","setY","setZ","setW"];for(let j=0,K=M.length;j<K;j++){let q=M[j],ne=v.attributes[q];T[q]=new ne.constructor(new ne.array.constructor(ne.count*ne.itemSize),ne.itemSize,ne.normalized);let ve=v.morphAttributes[q];ve&&(A[q]||(A[q]=[]),ve.forEach((oe,me)=>{let ye=new oe.array.constructor(oe.count*oe.itemSize);A[q][me]=new oe.constructor(ye,oe.itemSize,oe.normalized)}))}let D=.5*y,O=Math.log10(1/y),z=Math.pow(10,O),U=D*z;for(let j=0;j<w;j++){let K=b?b.getX(j):j,q="";for(let ne=0,ve=M.length;ne<ve;ne++){let oe=M[ne],me=v.getAttribute(oe),ye=me.itemSize;for(let Z=0;Z<ye;Z++)q+=~~(me[R[Z]](K)*z+U)+","}if(q in _)E.push(_[q]);else{for(let ne=0,ve=M.length;ne<ve;ne++){let oe=M[ne],me=v.getAttribute(oe),ye=v.morphAttributes[oe],Z=me.itemSize,pe=T[oe],H=A[oe];for(let F=0;F<Z;F++){let X=R[F],re=N[F];if(pe[re](S,me[X](K)),ye)for(let k=0,Q=ye.length;k<Q;k++)H[k][re](S,ye[k][X](K))}}_[q]=S,E.push(S),S++}}let G=v.clone();for(let j in v.attributes){let K=T[j];if(G.setAttribute(j,new K.constructor(K.array.slice(0,S*K.itemSize),K.itemSize,K.normalized)),j in A)for(let q=0;q<A[j].length;q++){let ne=A[j][q];G.morphAttributes[j][q]=new ne.constructor(ne.array.slice(0,S*ne.itemSize),ne.itemSize,ne.normalized)}}return G.setIndex(E),G}(u),m=[],f=new Array(d[d.length-1]+1).fill(3),g=p.getIndex().array;for(let v=0,y=d.length;v<y;)d[v]===d[v+1]?(f[d[v]]++,m.push(...new Set(g.slice(3*v,3*v+6))),v+=2):(m.push(...g.slice(3*v,3*v+3)),v++);o.indexWASM={array:m},o.positionWASM=p.attributes.position,o.verticesPerFaceWASM={array:f}}if(o?.positionWASM===void 0||o?.positionWASM.length===0||o?.indexWASM===void 0||o?.indexWASM.length===0||o?.verticesPerFaceWASM===void 0||o?.verticesPerFaceWASM.length===0)return null;let l={type:a,...LIe(o.positionWASM.array)};l.subdivisions=t.parameters.subdivisions;for(let u in o)u==="positionWASM"?l[u]=new Float32Array(o[u].array):u==="indexWASM"?l[u]=new Int32Array(o[u].array):u==="verticesPerFaceWASM"&&(l[u]=new Int8Array(o[u].array));return l.scaleBaked=[1,1,1],l}let n=t.type,s=t.parameters;return n==="VectorGeometry"?(s.extrudeDepth&&(s.depth=s.extrudeDepth),{...s,width:100,height:100,shape:K1e(t.shape),type:n}):n==="LatheGeometry"?{...t.parameters,type:n,points:(t?.parameters.points??[]).map(a=>[a.x,a.y])}:(s.extrudeDepth&&(s.depth=s.extrudeDepth),{...s,type:n})}function LIe(e){return aH.setFromArray(e),aH.getSize(xM),{width:xM.x,height:xM.y,depth:xM.z}}var aH,xM,Q1e,Vm,gE,J1e,gw,DS,XC,vF,vw,Wee,yF,qee,_F,tw,lf,hf,lp,bF,$ee,Xee,xF,oH,xm,BIe=V(()=>{Nr(),le(),CA(),new Ve,new Zt,new cn,new P,new P,aH=new mn,xM=new P}),UIe=V(()=>{}),FIe=V(()=>{Nr(),M4()}),zIe=V(()=>{AA(),[...w4],new Set(oX)}),Ht=V(()=>{OIe(),UIe(),bIe(),M4(),FIe(),j1e(),zIe(),gX(),Nr()}),Wm=V(()=>{Q1e=[3,4,8,9],Vm=5,gE=3,J1e=32}),RA=V(()=>{le(),gw=e=>{var t;return(t=class extends e{}).geometryHelper=new Ph(30,30,30),t}}),PA=V(()=>{le(),DS=new fm,XC=new Ha,vF=new Ve,vw=(e,t,i,r,n=!1,s=e)=>{let a=t,o=s.matrixWorld;if(a.boundingSphere===null&&a.computeBoundingSphere(),XC.copy(a.boundingSphere),XC.applyMatrix4(o),i.ray.intersectsSphere(XC)===!1||(vF.copy(o).invert(),DS.copy(i.ray).applyMatrix4(vF),a.boundingBox!==null&&DS.intersectsBox(a.boundingBox)===!1))return;let l,u,h,d,c,p,m=a.index,f=a.attributes.position,g=a.drawRange;if(n===!1){for(c=Math.max(0,g.start),p=Math.min(m.count,g.start+g.count);c<p;c+=3)if(u=m.getX(c),h=m.getX(c+1),d=m.getX(c+2),l=v(e,i,DS,f,u,h,d),l)return l.faceIndex=Math.floor(c/3),void r.push(l)}else{let y=a.attributes.position,_=new P,b=new P,x=new P,w=new P,S=2,M=1/((s.scale.x+s.scale.y+s.scale.z)/3),T=M*M;for(let A=Math.max(0,g.start),E=Math.min(y.count,g.start+g.count)-1;A<E;A+=S){if(_.fromBufferAttribute(y,A),b.fromBufferAttribute(y,A+1),DS.distanceSqToSegment(_,b,w,x)>T)continue;w.applyMatrix4(s.matrixWorld);let R=i.ray.origin.distanceTo(w);R<i.near||R>i.far||r.push({distance:R,point:x.clone().applyMatrix4(s.matrixWorld),object:e})}}function v(y,_,b,x,w,S,M){let T=new P,A=new P,E=new P,R=new P,N=new P;if(T.fromBufferAttribute(x,w),A.fromBufferAttribute(x,S),E.fromBufferAttribute(x,M),b.intersectTriangle(T,A,E,!1,R)===null)return null;N.copy(R),N.applyMatrix4(y.matrixWorld);let D=_.ray.origin.distanceTo(N);return D<_.near||D>_.far?null:{faceIndex:1,distance:D,point:N.clone(),object:y}}}}),E4=V(()=>{le(),RA(),PA(),Wee=new P(1,1,1),yF=new P,qee=new P,_F=new Zt,tw=class extends gw(Mye){constructor(e,t=15){super(t),this.object=e,this.dummy=new mw,this.object.updateMatrixWorld(),this.name=`EmptyObjectHelper: ${e.uuid}`,this.matrix=this.dummy.matrixWorld,this.matrixAutoUpdate=!1,this.object.isBone&&(this.visible=!1)}raycast(e,t){vw(this.object,tw.geometryHelper,e,t,!1,this.dummy)}update(){}updateMatrix(){}updateMatrixWorld(e){this.object.matrixWorld.decompose(yF,_F,qee),this.matrix.compose(yF,_F,Wee),super.updateMatrixWorld(e)}updateWorldMatrix(e,t){}}}),kIe=V(()=>{le(),lf=new P,hf=new P,lp=new Ve,bF=[new P(-1,1,1),new P(-1,-1,1),new P(1,-1,1),new P(1,1,1),new P(-1,1,-1),new P(-1,-1,-1),new P(1,-1,-1),new P(1,1,-1)],$ee=[[0,3],[1,2],[5,6],[4,7],[0,1],[3,2],[7,6],[4,5],[0,4],[1,5],[2,6],[3,7]],Xee=[[0,2],[7,5],[4,1],[3,6],[4,3],[1,6]],xF=(e,t,i)=>{e.updateEntityBoxSize(lf,hf),lp.copy(t).multiply(e.matrixWorld),hf.x===0&&hf.y===0&&hf.z===0?i.push(new P(lf.x,lf.y,lf.z).applyMatrix4(lp)):bF.forEach(r=>{i.push(r.clone().multiply(hf).add(lf).applyMatrix4(lp))})},oH=class extends mn{constructor(){super(...arguments),this.matrix=new Ve,this.vertices=[],this.faces=[],this.edges=[],this.centerEdges=[]}copy(e){return super.copy(e),this.matrix.copy(e.matrix),this.vertices=e.vertices.map(t=>t.clone()),this.faces=e.faces.map(t=>t.clone()),this.edges=e.edges.map(t=>t.clone()),this.centerEdges=e.centerEdges.map(t=>t.clone()),this}setFromObjectSize(e,t=!1){e.updateWorldMatrix(!1,t),this.makeEmpty(),this.matrix.copy(e.matrixWorld);let i=new Ve().copy(e.matrixWorld).invert();return this.expandByObjectSize(e,i,t)}expandByObjectSize(e,t,i=!1){let r=[];if(i===!0){let n=[];e.traverseEntity(s=>{if(s.visible||s.cloner&&s.data.visible){if(!("geometry"in s))return lp.copy(t).multiply(s.matrixWorld),void n.push(new P().applyMatrix4(lp));xF(s,t,r)}}),r.length===0&&r.push(...n)}else xF(e,t,r);return this.setFromPoints(r)}getCenter(e){return(e=super.getCenter(e)).applyMatrix4(this.matrix),e}getPositionToCenter(e){return(e=super.getCenter(e)).applyMatrix4(lp.copy(this.matrix).setPosition(0,0,0)),e}computeVertices(){this.getSize(hf).multiplyScalar(.5),this.getCenter(lf),lp.copy(this.matrix).setPosition(lf),this.vertices=bF.map(e=>e.clone().multiply(hf).applyMatrix4(lp))}computeEdges(){this.vertices.length>0&&this.computeVertices(),this.edges=$ee.map(([e,t])=>new Eh(this.vertices[e],this.vertices[t])),this.centerEdges=this.edges.map(e=>e.getCenter(new P))}computeFaces(){this.vertices.length>0&&this.computeVertices(),this.faces=Xee.map(([e,t])=>this.vertices[e].clone().add(this.vertices[t]).multiplyScalar(.5))}}}),nL=V(()=>{xm={Cloner:null,changeEntityProptotype:()=>{},createEntity:()=>{}}});function vE(e){return e?.isParticleSystem===!0}function Qy(e){return e?.isHairSystem===!0}function Gg(e){return e?.isShapeBlendEntity===!0}function A4(e){return e?.isPathObject===!0}function Ql(e){return e?.isObject2D===!0}function Xo(e){return e?.isUIObject===!0}function ix(e){return e?.isCloner===!0}function Qv(e){return e?.isClone===!0}function oI(e){return e?.isComponentObject===!0}var rs=V(()=>{});function Nn(e){vX.add(e)}function Sa(e,t){let i=`${e}:${t}`;uH.has(i)||uH.add(i)}function sL(e,t){yX.set(e,t)}function wF(e){return yX.get(e)}function yw(e,t){_X.set(e,t)}function SF(e){return _X.get(e)}function lH(e,t){bX.set(e,t)}function e_e(e){return bX.get(e)}function hH(){return C4}var vX,uH,yX,_X,bX,C4,aL,_r=V(()=>{vX=new Set,uH=new Set,yX=new Map,_X=new Map,bX=new Map,C4=null,aL=null});function t_e(e){let t=e.elements;ud.set(t[0],t[1],t[2]),dd.set(t[4],t[5],t[6]),Ec.set(t[8],t[9],t[10])}function i_e(){let e=Math.max(ud.lengthSq(),dd.lengthSq(),Ec.lengthSq());ud.lengthSq()>wM*e?Th.copy(ud).normalize():Th.set(1,0,0),Mh.crossVectors(Ec,Th),Mh.lengthSq()<=wM*e&&(Mh.copy(dd).addScaledVector(Th,-dd.dot(Th)),Mh.lengthSq()<=wM*e&&function(t,i){t.set(1,0,0).cross(i),t.lengthSq()<=wM&&t.set(0,1,0).cross(i),t.normalize()}(Mh,Th)),Mh.normalize(),Jv.crossVectors(Th,Mh)}function r_e(e){return t_e(e),i_e(),n_e.makeBasis(Th,Mh,Jv)}var ud,dd,Ec,Th,Mh,Jv,n_e,wM,SM,YC,ey,R4,s_e=V(()=>{le(),ud=new P,dd=new P,Ec=new P,Th=new P,Mh=new P,Jv=new P,n_e=new Ve,wM=1e-12,SM=.01}),DA=V(()=>{le(),s_e(),YC=new Ve,(ey||(ey={})).is=function(e){return e&&e.__isSPEObject},R4=e=>class extends e{constructor(){super(...arguments),this.previousModelViewMatrix=new Ve,this.copyPreviousMatrix=!0,this.hiddenMatrix=new Ve,this.pivotMatrix=new Ve,this.matrixWorldRigid=new Ve,this.shearScale=new Ve,this.shearScaleInv=new Ve}get __isSPEObject(){return!0}getPhysicsLocalMatrix(t){return!!this.rigidBody?.isDynamic()&&(t.copy(this.matrixWorld),this.hasNonUniformScale&&t.multiply(this.shearScaleInv),this.parent&&t.premultiply(YC.copy(this.parent.matrixWorld).invert()),t.premultiply(YC.copy(this.hiddenMatrix).invert()),t.multiply(YC.copy(this.pivotMatrix).invert()),!0)}isDescendantOf(t){t instanceof hn&&(t=t.uuid);let i=this;for(;i.parent;){if(i.parent.uuid===t)return!0;i=i.parent}return!1}updateMatrixWorld(t){this.matrixAutoUpdate&&this.updateMatrix(),(this.matrixWorldNeedsUpdate||t)&&(this.parent===null?this.matrixWorld.multiplyMatrices(this.hiddenMatrix,this.matrix):(this.matrixWorld.multiplyMatrices(this.parent.matrixWorld,this.hiddenMatrix),this.matrixWorld.multiplyMatrices(this.matrixWorld,this.matrix)),this.matrixWorld.multiply(this.pivotMatrix),this.matrixWorldNeedsUpdate=!1,t=!0);for(let i of this.children)i.updateMatrixWorld(t)}updateWorldMatrix(t,i){let r=this.parent;if(t&&r!==null&&r.updateWorldMatrix(!0,!1),this.matrixAutoUpdate&&this.updateMatrix(),this.parent===null?this.matrixWorld.multiplyMatrices(this.hiddenMatrix,this.matrix):(this.matrixWorld.multiplyMatrices(this.parent.matrixWorld,this.hiddenMatrix),this.matrixWorld.multiplyMatrices(this.matrixWorld,this.matrix)),this.matrixWorld.multiply(this.pivotMatrix),i)for(let n of this.children)n.updateWorldMatrix(!1,!0)}traverseChildren(t,i=0){for(let r of this.children)ey.is(r)&&r.traverseObject(t,i+1)}traverseObject(t,i=0){if(t(this,i)!==!0)for(let r of this.children)ey.is(r)&&r.traverseObject(t,i+1)}updateMatrixWorldRigid(){this.hasNonUniformScale=function(t,i,r){return t_e(t),i_e(),i.makeBasis(Th,Mh,Jv),r.set(Th.dot(ud),Th.dot(dd),Th.dot(Ec),0,Mh.dot(ud),Mh.dot(dd),Mh.dot(Ec),0,Jv.dot(ud),Jv.dot(dd),Jv.dot(Ec),0,0,0,0,1),function(){let n=ud.length(),s=dd.length(),a=Ec.length(),o=Math.max(n,s,a);if(o-n>SM||o-s>SM||o-a>SM)return!0;let l=SM*o*o;return Math.abs(ud.dot(dd))>l||Math.abs(ud.dot(Ec))>l||Math.abs(dd.dot(Ec))>l}()}(this.matrixWorld,this.matrixWorldRigid,this.shearScale),this.matrixWorldRigid.copyPosition(this.matrixWorld),this.shearScaleInv.copy(this.shearScale).invert()}attach(t,i){this.updateWorldMatrix(!0,!1);let r=new Ve().copy(this.matrixWorld).invert();return t.parent!==null&&(t.parent.updateWorldMatrix(!0,!1),r.multiply(t.parent.matrixWorld)),"hiddenMatrix"in t&&t.hiddenMatrix instanceof Ve?t.hiddenMatrix.premultiply(r):t.applyMatrix4(r),t.updateWorldMatrix(!1,!1),this.add(t),i!==void 0&&(this.children.pop(),this.children.splice(i,0,t)),this}copy(t,i=!1){return super.copy(t,i),this.hasNonUniformScale=t.hasNonUniformScale,this}onAfterRender(t,i,r,n,s,a){this.copyPreviousMatrix&&this.previousModelViewMatrix.copy(this.modelViewMatrix)}}});function Yee(e,t,i){return vg.subVectors(t,e),lA.subVectors(t,i),vg.cross(lA).length()<=yE}function a_e(e){let t=pH.get(e.points);if(t!==void 0&&t.isClosed===e.isClosed)return t.curve;let i=function(r){let n=r.points,s=[n[0]],a=[new P(...n[0].data.position)];Pv.copy(a[0]);for(let v=0;v<n.length-1;v++)vg.fromArray(n[v].data.position),lA.fromArray(n[v+1].data.position),Nb.subVectors(vg,Pv),Ib.subVectors(vg,lA),Nb.cross(Ib).length()>yE&&(s.push(n[v]),a.push(new P().copy(vg)),Pv.copy(vg));let o=n[n.length-1];s.push(o),a.push(new P(...o.data.position));let l=r.isClosed,u=s.length-(l?0:1),h=s.length,d=[],c=[];for(let v=0;v<h;v++){let y=s[v].data;d.push(new P(...y.controlPrevious.position)),c.push(new P(...y.controlNext.position))}let p=[];for(let v=0;v<u;v++){let y=v===h-1?0:v+1;p.push(Yee(a[v],c[v],a[y])&&Yee(a[v],d[y],a[y]))}let m=[];for(let v=0;v<h;v++){let y=s[v].data,_=a[v],b={position:_,prevDir:void 0,nextDir:void 0,controlPrevious:d[v],controlNext:c[v],tan:void 0,baseRoundness:y.roundness,removedLength:0};if(m.push(b),y.roundness===0||!l&&(v===0||v===h-1))continue;let x=l&&v==0?h-1:v-1,w=l&&v==h-1?0:v+1,S=new P().subVectors(a[x],_).normalize(),M=new P().subVectors(a[w],_).normalize();b.prevDir=S,b.nextDir=M;let T=p[l&&v===0?h-1:v-1],A=p[v];if(T&&A){Dv.addVectors(S,M).normalize();let E=Pv.crossVectors(Dv,S).length()/S.dot(Dv);b.tan=E,b.removedLength=y.roundness/E}}for(let v=0;v<u;v++){let y=l&&v===h-1?0:v+1,_=m[v],b=m[y];if(_.removedLength!==0||b.removedLength!==0){let x=_.position.distanceTo(b.position);_.removedLength=Math.min(_.removedLength,x/2),b.removedLength=Math.min(b.removedLength,x/2)}}let f=new Array(2*h).fill(null);for(let v=0;v<u;v++){let y=l&&v===h-1?0:v+1,_=m[v],b=m[y],x=null;if(p[v]){let w=_.position.clone(),S=b.position.clone();(_.removedLength!==0||b.removedLength!==0)&&(_.nextDir&&w.add(Pv.copy(_.nextDir).setLength(_.removedLength)),b.prevDir&&S.add(Pv.copy(b.prevDir).setLength(b.removedLength))),w.distanceTo(S)>yE&&(x=new hE(w,w.clone().lerp(S,.3),S.clone().lerp(w,.3),S))}else _.position.distanceTo(b.position)>yE&&(x=new hE(_.position,_.controlNext,b.controlPrevious,b.position));f[2*v+1]=x}for(let v=0;v<h;v++){let y=m[v];if(y.removedLength===0)continue;let _=y.position,b=y.prevDir.clone().multiplyScalar(y.removedLength).add(_),x=y.nextDir.clone().multiplyScalar(y.removedLength).add(_),w=y.tan*y.removedLength;Dv.addVectors(y.prevDir,y.nextDir).normalize(),Nb.copy(b).lerp(x,.5);let S=b.distanceTo(x)/2;cH.copy(Dv).multiplyScalar(Math.sqrt(Math.pow(w,2)-Math.pow(S,2))).add(Nb),lI.copy(Dv).multiplyScalar(-w).add(cH);let M=_.distanceTo(lI)/_.distanceTo(Nb);Ib.copy(y.prevDir).multiplyScalar(M*_.distanceTo(b)).add(_),dH.copy(Ib).lerp(lI,2);let T=b.clone().lerp(Ib,4/3),A=x.clone().lerp(dH,4/3);f[2*v]=new hE(b,T,A,x)}let g=new o_e;for(let v=0;v<f.length;v++){let y=f[v];y&&g.add(y)}return g}(e);return pH.set(e.points,{isClosed:e.isClosed,curve:i}),i}var o_e,yE,vg,lA,Pv,Dv,Nb,lI,Ib,dH,cH,pH,hr,bc,Kee,Zee,G1,TF,KC,ZC,Qee,MF,EF,P4,mH,o1,Ac,l_e=V(()=>{le(),o_e=class extends r7{constructor(){super()}getPoints(e=12){let t,i=[],r=this.getCurveLengths(),n=r[r.length-1]/r.length;for(let s=0,a=this.curves;s<a.length;s++){let o=a[s],l=s===0?r[s]:r[s]-r[s-1],u=Math.ceil(e*l/n),h=o.getPoints(u);for(let d=0;d<h.length;d++){let c=h[d];t&&t.equals(c)||(i.push(c),t=c)}}return this.autoClose&&i.length>1&&!i[i.length-1].equals(i[0])&&i.push(i[0]),i}},yE=.001,vg=new P,lA=new P,Pv=new P,Dv=new P,Nb=new P,lI=new P,Ib=new P,dH=new P,cH=new P,pH=new WeakMap}),xl=V(()=>{le(),Ht(),kIe(),Nr(),nL(),rs(),_r(),DA(),l_e(),Hr(),(hr||(hr={})).is=function(e){return e&&e.__isEntity},bc=e=>hr.is(e),Kee={type:"completeState",isfromEntity:!0},Zee=["x","y","z"],G1=new P,TF=new P(1,1,1),KC=new Zt,ZC=new cn,Qee=new P().set(0,1,0),MF=new Ve,EF=new Ve,P4=e=>class extends R4(e){constructor(){super(...arguments),this.raycastLock=!1,this.scaleLock=!1,this.disposed=!1,this.stateSelection=null,this.destroyedInAction=!1,this.instances=[],this.prevState=null,this.currentState=null,this.currentAnimationAction=null,this.reversibleToState=null,this.transitionState={settled:!0,state:null},this.currentTransitionEvent=null,this.previousAction=null,this._singleBBox=new oH,this._recursiveBBox=new oH,this.singleBBoxNeedsUpdate=!0,this.recursiveBBoxNeedsUpdate=!0,this._needApplyPathSnapping=!0,this.attachedPaths=new Set}get __isEntity(){return!0}entityChildren(t){let i=this.children[t];if(hr.is(i))return i}entityChildrenCount(){let t=this.children.length;for(;t--;)if(hr.is(this.children[t]))return t+1;return 0}get isConcreteEntity(){return typeof this.identity=="string"}get isVirtualEntity(){return typeof this.identity!="string"}get isInstanceRoot(){return this.isConcreteEntity&&this.data.type==="Instance"}nearestInstanceSelfOrParent(){let t=this;for(;t.data.type!=="Instance";){let i=t.parent;if(!hr.is(i))return;t=i}return t}forInstancesRec(t){this.instances.forEach(i=>{i.disposed||t(i),i.forInstancesRec(t)})}super_Entity(t,i){typeof t=="string"&&(this.uuid=t),this.identity=t,this.data=i,this.matrixAutoUpdate=!1,this.dataPatched=this.data}changeSelectedState(t,i,r=!1){if(this.data.states.length!==0||r){for(let n of this.data.states)Eg.toOps(this.data,n.data).forEach(s=>{let a=BO.replaceProps(s,this.data);this.dataPatched=this.data,this.updateByPatchedOp(a,this.data,i)});if(t!==null){let n=this.data.states.data(t);n&&(this.dataPatched=Eg.patch(this.data,n),Eg.toOps(this.data,n).forEach(s=>{this.updateByPatchedOp(s,this.dataPatched,i)}))}r&&this.updateTransformState(this.dataPatched,i),this.stateSelection=t,this.updatePathSnapping(this.dataPatched.pathSnapping)}}get singleBBox(){return this.singleBBoxNeedsUpdate&&(this.singleBBoxNeedsUpdate=!1,this._singleBBox.setFromObjectSize(this,!1),this._singleBBox.computeVertices(),this._singleBBox.computeEdges(),this._singleBBox.computeFaces()),this._singleBBox}get recursiveBBox(){return this.recursiveBBoxNeedsUpdate&&(this.recursiveBBoxNeedsUpdate=!1,this._recursiveBBox.setFromObjectSize(this,!0),this._recursiveBBox.computeVertices(),this._recursiveBBox.computeEdges(),this._recursiveBBox.computeFaces()),this._recursiveBBox}updateEntityBoxSize(t,i){t.setScalar(0),i.setScalar(0)}resetBBoxNeedsUpdateSelf(){this.singleBBoxNeedsUpdate=!0,this.recursiveBBoxNeedsUpdate=!0}resetBBoxNeedsUpdate(){this.resetBBoxNeedsUpdateSelf(),this.traverseAncestors(t=>{bc(t)&&t.resetBBoxNeedsUpdateSelf()}),this.traverseEntity(t=>{t.resetBBoxNeedsUpdateSelf()})}find(t){let i;return this.traverseEntity(r=>{r.uuid===t&&(i=r)}),i}traverseSortNextHelper(){let t=this.parent;if(t){let i=t.children,r=i.indexOf(this)+1;if(hr.is(i[r]))return i[r];if(hr.is(t))return t.traverseSortNextHelper()}}sortNext(){let t=this.children;return this.children.length>0&&hr.is(this.children[0])?t[0]:this.traverseSortNextHelper()}goUp(t){let i=this;for(;t>0&&i!==null;)i=i.parent,t-=1;return i}hasAnccestorOrSelf(t){return this===t||this.hasAnccestor(t)}hasAnccestor(t){let i=this.parent;for(;i;){if(t===i)return!0;i=i.parent}return!1}countToAccestor(t){let i=0,r=this;for(;r!==t;){if(r===null)return-1;r=r.parent,i+=1}return i}forEachEntity(t){for(let i of this.children)bc(i)&&t(i)}traverseEntityAncestors(t){this.traverseAncestors(i=>{hr.is(i)&&t(i)})}traverseConcreteEntity(t,i=0){if(t(this,i)!==!0)for(let r of this.children)bc(r)&&r.isConcreteEntity&&r.traverseEntity(t,i+1)}traverseEntity(t,i=0){if(t(this,i)!==!0)for(let r of this.children)bc(r)&&r.traverseEntity(t,i+1)}traverseVisibleEntity(t){t(this);for(let i of this.children)bc(i)&&i.visible&&i.traverseVisibleEntity(t)}updateMatrix(){super.updateMatrix(),this.cloner&&this.cloner.onObjUpdateMatrix(),this.dispatchEvent({type:"updateMatrix"})}updateMatrixWorld(t){super.updateMatrixWorld(t),this.dispatchEvent({type:"updateMatrixWorld"})}copy(t,i=!1){return super.copy(t,i),this.dataPatched=t.dataPatched,this.raycastLock=t.raycastLock,this.scaleLock=t.scaleLock,this.hiddenMatrix.copy(t.hiddenMatrix),this}hasEntityChild(){return this.children.some(t=>bc(t))}isAncestorOf(t){if(this.uuid===t)return!1;let i=!1;return this.traverseEntity(r=>{r.uuid===t&&(i=!0)}),i}toObjectTransformState(t=[]){return this.updateWorldMatrix(!0,!1),M7({position:this.position.toArray(),rotation:[this.rotation.x*ht.RAD2DEG,this.rotation.y*ht.RAD2DEG,this.rotation.z*ht.RAD2DEG],scale:this.scale.toArray(),hiddenMatrix:this.hiddenMatrix.toArray(),pivot:[0,0,0],pivotRotation:[0,0,0]},t)}getTransformValues(t,i,r){return i[t].map((n,s)=>r?.shared.getVariable(n,[this.uuid,t,Zee[s]])??n)}updateTransformState(t,i){let r=!1;if(t.position&&(this.position.fromArray(this.getTransformValues("position",t,i)),r=!0),t.rotation&&(G1.fromArray(this.getTransformValues("rotation",t,i)).multiplyScalar(ht.DEG2RAD),this.rotation.setFromVector3(G1),r=!0),t.scale&&(this.scale.fromArray(this.getTransformValues("scale",t,i)),r=!0),t.hiddenMatrix!==void 0&&(r=!0,this.hiddenMatrix.fromArray(t.hiddenMatrix??Sx.identity)),t.pivot!==void 0||t.pivotRotation!==void 0){if(r=!0,t.pivot!==void 0&&t.pivotRotation!==void 0)this.pivotMatrix.compose(G1.fromArray(t.pivot).negate(),KC.setFromEuler(ZC.fromArray(t.pivotRotation.map(n=>n*ht.DEG2RAD))).invert(),TF);else if(t.pivot!==void 0)this.pivotMatrix.setPosition(-t.pivot[0],-t.pivot[1],-t.pivot[2]);else if(t.pivotRotation!==void 0){let n=G1.setFromMatrixPosition(this.pivotMatrix);KC.setFromEuler(ZC.fromArray(t.pivotRotation.map(s=>s*ht.DEG2RAD))).invert(),this.pivotMatrix.compose(n,KC,TF)}}return r&&(this.updateMatrix(),this.resetBBoxNeedsUpdate(),this.invalidateClonerTransform(this),this.traverseEntityAncestors(n=>{n.invalidateClonerTransform(this)})),t.position&&t.rotation&&t.scale&&t.hiddenMatrix!==void 0&&this.updateWorldMatrix(!1,!0),r}onVariableUpdate(t=!1){t?this.resetBBoxNeedsUpdate():(this.updateMatrix(),this.resetBBoxNeedsUpdate(),this.invalidateClonerTransform(this),this.traverseEntityAncestors(i=>{i.invalidateClonerTransform(this)}),this.requestRender())}dispose(){this.disposed=!0,this.cloner&&(this.cloner.dispose(),this.cloner=void 0)}disposeChildrenRecursively(){for(let t of this.children)hr.is(t)&&t.disposeRecursively()}disposeRecursively(){this.dispose(),this.children.forEach(t=>{hr.is(t)&&t.disposeRecursively()})}toState(t=[]){return M7({name:this.name,visible:this.visible,raycastLock:this.raycastLock,...this.toObjectTransformState(t)},t)}updateByObjUpdateOp(t,i){t!==void 0&&this.updateByOp({type:0,props:t,path:[]},{...this.data,...t},i,!1)}updateByOp(t,i,r,n){let s=this.data;this.data=i;let a=t,o=Qr(t.path,["states","*"]);if(o!==null){if(t.type===0){let[l]=o;if(this?.stateSelection===l){let u={...t.props};if(delete u.name,Object.values(t.props).some(h=>h===void 0)){let h=this.data;if(h!==void 0){let d=wa.zoom(h,t.path.slice(2));if(d)for(let c in t.props)t.props[c]===void 0&&c in d&&(u[c]=d[c])}}a={...t,props:u,path:t.path.slice(2)}}}}else if(t.type===0){let l=this.stateSelection?this.data.states.data(this.stateSelection):void 0;if(l!==void 0){if(t.props.name!==void 0&&l.name){let{name:h,...d}=l;l=d}if(t.props.material!==void 0&&"material"in l){let{material:h,...d}=l;l=d}let u=wa.removeOverridden(t.path,t.props,l);a={...t,props:u}}}if(this.updateByPatchedOpBase(a,Eg.patch(this.data,this.stateSelection?this.data.states.data(this.stateSelection):void 0),r),Qr(t.path,["overrides"])){let l=[],u=[...t.path];for(l.push(u[1]),u.splice(0,2);u.length>0&&u[0]==="descendants";)l.push(u[1]),u.splice(0,2);if(l[l.length-1]===void 0){if(t.type===0)for(let h of Object.keys(t.props)){l[l.length-1]=h;let d=r.scene.findInstance([this.uuid,...l]);d&&(d.overrideData=t.props[h],d.updateState(Ig.apply(d.component.data,d.overrideData),r))}}else{let h=r.scene.findInstance([this.uuid,...l]);if(h){let d=wa.zoom(h.component.data,u);if((t={...t,path:u}).type===0){let c=t.props;if(d)for(let[p,m]of Object.entries(t.props))m===void 0&&(c===t.props&&(c={...t.props}),c[p]=d[p]);t={...t,props:c}}h.overrideData=JO.resolve(i.overrides,l),h.updateByOp(t,qa.applySimple(h.data,t),r,!1)}}}else if(this.instances.length>0){let l;if(t.path.length===0&&t.type===0){let u;for(let h of _m.rootOverrideProps)h in t.props&&(u===void 0&&(u={}),u[h]=t.props[h]);u&&(l={...t,props:u})}else for(let u of _m.rootOverrideProps)if(Qr(t.path,[u])){l=t;break}l!==void 0&&this.instances.forEach(u=>{if(u.isInstanceRoot){let h=Ig.filterOp(u.overrideData,l);h&&u.updateByOp(h,qa.applySimple(u.data,h),r,!0)}}),this.instances.forEach(u=>{if(!u.isInstanceRoot){let h=Ig.filterOp(u.overrideData,t);if(h){let d;d=s===u.data&&t===h?i:qa.applySimple(u.data,h),u.updateByOp(h,d,r,!0)}}})}}updateByPatchedOpBase(t,i,r){if(this.dataPatched=i,t.path.length===0&&t.type===0)t.props.type!==void 0&&!Ky.is(t.props.type)&&xm.changeEntityProptotype(this,i,r);else if(t.path.length===1&&t.path[0]==="geometry"&&t.type===0&&"type"in t.props){xm.changeEntityProptotype(this,i,r);for(let n of this.children)hr.is(n)&&n.updateVisible(r.scene)}this.updateByPatchedOp(t,i,r)}updateByPatchedOp(t,i,r){if(t.path.length===0&&t.type===0?this.updateState(t.props,r):t.type===0&&("resolutionLevel"in t.props||"useChildrenColors"in t.props)&&this.updateState(i,r),t.path[0]==="morphTargetInfluences"&&t.type===0){let n=i.morphTargetInfluences.get(t.path[1])?.data.name;n&&this.updateMorphInfluences(n,r.shared.getVariable(t.props.value,[this.uuid,"morphTargetInfluences",n]))}if(Qr(t.path,["pathSnapping"])!==null&&this.updatePathSnapping(i.pathSnapping),Qr(t.path,["cloner"])!==null){let n=qa.drop(t,1);n.path.length===0&&n.type===0&&n.props.disabled===!0?this.setFromClonerState(null,r):this.cloner?this.cloner.updateState(i.cloner,r):(this.setFromClonerState(i.cloner,r),this.expandCloner(r)),this.updateVisible(r.scene)}}updatePathSnapping(t=this.dataPatched.pathSnapping){this._updatedPathSnapping=t,this._needApplyPathSnapping=!0}get updatedPathSnapping(){return this._updatedPathSnapping}applyPathSnapping(t){if(this._needApplyPathSnapping===!1)return;let i=this._updatedPathSnapping?.pathId??this.dataPatched.pathSnapping.pathId,r=this._updatedPathSnapping?.slide??this.dataPatched.pathSnapping.slide??0,n=this._updatedPathSnapping?.offset??this.dataPatched.pathSnapping.offset??0,s=this._updatedPathSnapping?.orientation??this.dataPatched.pathSnapping.orientation;if(i===null)return;let a=t.find(i);if(!a)return;this._needApplyPathSnapping=!1;let o=a.data;if(o.geometry.path.points.length<=1)return;let l=a_e(o.geometry.path),u=(r+n)%1;r+n===1&&u===0&&(u=1);let h=null;try{h=l.curves.length?l.getPointAt(u):null}catch{}if(h===null)return;a.updateMatrixWorld();let d=this.parent?MF.copy(this.parent.matrixWorld).invert():MF.identity();d.multiply(a.matrixWorld),h.applyMatrix4(d);let c={position:h.toArray(),rotation:o.rotation};if(s==="tangential"){let p=EF.extractRotation(a.matrixWorld),m=l.getTangentAt(u).applyMatrix4(p).add(h),f=EF.lookAt(h,m,Qee),g=G1.setFromEuler(ZC.setFromRotationMatrix(f)).multiplyScalar(ht.RAD2DEG);c={...c,rotation:g.toArray()}}this.updateTransformState(c),this.traverseEntity(p=>{p._cameraType&&p.dispatchEvent(Kee)})}updateVisible(t){if(this.visible=this.dataPatched.visible&&(!this.dataPatched.cloner||(this.dataPatched.cloner.disabled??!1)||this.dataPatched.cloner?.hideBase!==!0),!t)return;let i=!1;this.traverseEntity(r=>{if(r.data.type==="Splat")return i=!0,!0}),i&&t.reloadSplats()}updateState_Entity(t,i){t.name!==void 0&&(this.name=t.name),t.raycastLock!==void 0&&(this.raycastLock=t.raycastLock),t.visible!==void 0&&(this.updateVisible(i?.scene),this.resetBBoxNeedsUpdate()),i&&"cloner"in t&&t.cloner!==void 0&&(this.setFromClonerState(t.cloner,i),this.updateVisible(i.scene)),this.updateTransformState(t,i)}get attachedSurfaceCloners(){return this.children.filter(t=>ix(t)&&t.parameters.type==="toObject")}setFromClonerState(t,i){if(!this.disposed)if(t===null||t.disabled)this.cloner&&this.cloner.dispose(),this.cloner=void 0;else if(this.cloner===void 0){if(xm.Cloner===null)return void Sa("cloners","a cloner");this.cloner=new xm.Cloner(this,t),i.scene.addPendingExpandCloner(this)}else this.cloner.updateState(t,i)}expandCloner(t){!this.disposed&&this.cloner&&this.cloner.expandClones(t)}invalidateClonerTransform(t){this.cloner&&this.cloner.invalidateTransform(t)}requestRender(){this.dispatchEvent({type:"requestRender"})}}}),l1=V(()=>{le(),xl(),(mH||(mH={})).is=e=>"objectHelper"in e,o1=(e,t)=>class extends P4(e){constructor(){super(...arguments),this.objectHelper=new t(this),this.gizmos={}}get geometryHelper(){return t.geometryHelper}raycast(i,r){this.objectHelper.raycast(i,r)}showGizmos(){for(let i in this.gizmos){let r=this.gizmos[i];r instanceof QE&&(r.visible=!0)}}updateEntityBoxSize(i,r){this.objectHelper.visible&&this.geometryHelper instanceof Ph?(i.setScalar(0),r.set(this.geometryHelper.parameters.width,this.geometryHelper.parameters.height,this.geometryHelper.parameters.height).multiplyScalar(.5)):super.updateEntityBoxSize(i,r)}hideGizmos(){for(let i in this.gizmos){let r=this.gizmos[i];r instanceof QE&&(r.visible=!1)}}}}),D4=V(()=>{le(),E4(),l1(),Ac=class extends o1(mw,tw){constructor(e,t){super(),this.super_Entity(e,t),this.objectHelper.update(),this.data.type==="Empty"&&(this.objectHelper.visible=!1)}updateState(e,t){this.updateState_Entity(e,t),"buffer"in e&&Object.keys(e).length===1&&t.scene.reloadSplats()}}});function Ru(e,t,i,r,n,s,a){TM.set(n,s,a).unproject(r);let o=t[e];if(o!==void 0){let l=i.getAttribute("position");for(let u=0,h=o.length;u<h;u++)l.setXYZ(o[u],TM.x,TM.y,TM.z)}}var TM,nh,Jee,h_e,VIe=V(()=>{le(),RA(),PA(),TM=new P,nh=new xg,Jee=class extends Eb{constructor(e){let t=new At,i=new ad({color:16777215,vertexColors:!0,toneMapped:!1}),r=[],n=[],s={},a=new ot(15711266),o=new ot(15711266),l=new ot(2857471);function u(d,c,p){h(d,p),h(c,p)}function h(d,c){r.push(0,0,0),n.push(c.r,c.g,c.b),s[d]===void 0&&(s[d]=[]),s[d].push(r.length/3-1)}u("n1","n2",a),u("n2","n4",a),u("n4","n3",a),u("n3","n1",a),u("f1","f2",a),u("f2","f4",a),u("f4","f3",a),u("f3","f1",a),u("n1","f1",a),u("n2","f2",a),u("n3","f3",a),u("n4","f4",a),u("p","n1",o),u("p","n2",o),u("p","n3",o),u("p","n4",o),u("u1","u2",l),u("u2","u3",l),u("u3","u1",l),t.setAttribute("position",new Et(r,3)),t.setAttribute("color",new Et(n,3)),super(t,i),this.type="CameraHelper",this.camera=e,this.camera.updateProjectionMatrix&&this.camera.updateProjectionMatrix(),this.matrix=e.matrixWorld,this.matrixAutoUpdate=!1,this.pointMap=s,this.update()}update(){let e=this.geometry,t=this.pointMap;nh.projectionMatrixInverse.elements=[.5112609807824982,-0,-0,-0,-0,.41421356237309503,-0,-0,-0,-0,-0,-.099999,-0,-0,-1.0000000000000002,.100001];let i=.8;Ru("n1",t,e,nh,-1,-1,i),Ru("n2",t,e,nh,1,-1,i),Ru("n3",t,e,nh,-1,1,i),Ru("n4",t,e,nh,1,1,i);let r=i;Ru("f1",t,e,nh,-1,-1,r),Ru("f2",t,e,nh,1,-1,r),Ru("f3",t,e,nh,-1,1,r),Ru("f4",t,e,nh,1,1,r);let n=r;Ru("u1",t,e,nh,.35,1.1,n),Ru("u2",t,e,nh,-.35,1.1,n),Ru("u3",t,e,nh,0,1.55,n),e.getAttribute("position").needsUpdate=!0}dispose(){this.geometry.dispose(),this.material.dispose()}},h_e=class extends gw(Jee){constructor(e){super(e),this.object=e,this.name=`CombinedCameraHelper: ${e.uuid}`}updateMatrixWorld(e){super.updateMatrixWorld(e),this.updateTarget()}updateTarget(){let e=this.object.getTarget();this.updateWorldMatrix(!0,!1),this.worldToLocal(e)}raycast(e,t){vw(this.object,this.geometry,e,t,!0)}}});function ete(e){return 1-Math.pow(1-e,3)}var A0,QC,JC,e3,j1,t3,Wd,us,Nh=V(()=>{le(),VIe(),Ht(),l1(),Hr(),A0=new P,QC=new P,JC=new Zt,e3=new P,j1=new P,t3=new P,Wd=class extends o1(xg,h_e){constructor(e="",t={...mE.defaultData,name:""}){super(),this._cameraType="OrthographicCamera",this.targetOffset=ym.DefaultTargetOffset,this.isUpVectorFlipped=!1,this.angleOffsetFromUp=0,this.wasMovedByUser=!1,this.wasMovedBySwitchCameraAction=!1,this._createdAt=typeof performance<"u"?performance.now():0,this._tickProjectionTransition=()=>{let n=this._projectionTransition;if(n===void 0)return;if(this.disposed)return void this._endProjectionTransition();n.raf=requestAnimationFrame(this._tickProjectionTransition);let s=Wd.projectionTransitionRequestRender??n.requestRender;this.updateProjectionMatrix(),s?.()},this.super_Entity(e,t),this.previousProjectionMatrix=new Ve,this.matrixAutoUpdate=!0,this.width=window.innerWidth,this.height=window.innerHeight;let i=this.width,r=this.height;this.orthoCamera=new Vg(-.5*i,.5*i,.5*r,-.5*r,-5e4,1e4),this.perspCamera=new bh(45,i/r,50,1e4),this.left=this.orthoCamera.left,this.right=this.orthoCamera.right,this.top=this.orthoCamera.top,this.bottom=this.orthoCamera.bottom,this.far=this.orthoCamera.far,this.view=this.orthoCamera.view,this.aspect=this.perspCamera.aspect,this.focus=this.perspCamera.focus,this.filmGauge=this.perspCamera.filmGauge,this.filmOffset=this.perspCamera.filmOffset,this.objectHelper.update()}static withoutProjectionTransition(e){let t=Wd.projectionTransitionsEnabled;Wd.projectionTransitionsEnabled=!1;try{return e()}finally{Wd.projectionTransitionsEnabled=t}}get isPerspectiveCamera(){return this.cameraType==="PerspectiveCamera"}get isOrthographicCamera(){return!this.isPerspectiveCamera}get cameraType(){return this._cameraType}set fov(e){this.perspCamera.fov=e}get fov(){return this.perspCamera.fov}setNear(e,t){e==="PerspectiveCamera"?this.perspCamera.near=t:this.orthoCamera.near=t}setZoom(e,t){t>=0&&(e==="PerspectiveCamera"?this.perspCamera.zoom=t:this.orthoCamera.zoom=t)}set cameraType(e){e==="PerspectiveCamera"?this.toPerspective():e==="OrthographicCamera"&&this.toOrthographic()}get near(){return this._cameraType==="PerspectiveCamera"?this.perspCamera.near:this.orthoCamera.near}set near(e){this._cameraType==="PerspectiveCamera"?this.perspCamera.near=e:this.orthoCamera.near=e}get zoom(){return this._cameraType==="PerspectiveCamera"?this.perspCamera.zoom:this.orthoCamera.zoom}set zoom(e){e>=0&&(this._cameraType==="PerspectiveCamera"?this.perspCamera.zoom=e:this.orthoCamera.zoom=e)}lookAt(e,t,i){typeof e=="number"&&(e=new P(e,t,i)),super.lookAt(e),this.getWorldPosition(A0),this.targetOffset=A0.distanceTo(e)}getTarget(e=new P){return this.getWorldDirection(QC),this.getWorldPosition(A0),QC.multiplyScalar(this.targetOffset),e.copy(A0).add(QC),e}getDistanceToTarget(){let e=this.getTarget();return this.getWorldPosition(A0),A0.distanceTo(e)}updateUp(){this.getWorldQuaternion(JC),e3.set(0,0,1).applyQuaternion(JC),j1.copy(hn.DEFAULT_UP),this.isUpVectorFlipped&&j1.negate(),j1.applyQuaternion(JC),t3.copy(hn.DEFAULT_UP).projectOnPlane(e3),this.angleOffsetFromUp=t3.angleTo(j1),this.angleOffsetFromUp*=t3.cross(j1).dot(e3)>=0?1:-1}updateTransformState(e,t){let i=super.updateTransformState(e,t);return e.isUpVectorFlipped!==void 0&&(this.isUpVectorFlipped=e.isUpVectorFlipped),this.updateUp(),i}getViewFrontToObject(e){let t=e.getWorldPosition(new P),i=e.getWorldDirection(new P).multiplyScalar(this.targetOffset);return{position:t.clone().add(i),target:t}}getViewToTarget(e){let t=this.getWorldDirection(new P).multiplyScalar(this.targetOffset);return{position:e.clone().sub(t),target:e}}getViewToObject(e){let t=new P;return e.getWorldPosition(t),this.getViewToTarget(t)}setViewplaneSize(e,t,i=!1){if(this.aspect=e/t,i){let r=e>t?this.aspect:1,n=e>t?1:this.aspect;this.left=-395*r,this.right=395*r,this.top=1/n*395,this.bottom=1/n*-395}else this.left=.5*-e,this.right=.5*e,this.top=.5*t,this.bottom=.5*-t;this.updateProjectionMatrix()}copyViewPlaneSize(e){this.aspect=e.aspect,this.left=e.left,this.right=e.right,this.top=e.top,this.bottom=e.bottom,this.updateProjectionMatrix()}toOrthographic(){this.orthoCamera.left=this.left,this.orthoCamera.right=this.right,this.orthoCamera.top=this.top,this.orthoCamera.bottom=this.bottom,this.orthoCamera.view=this.view,this.orthoCamera.far=this.far,this.orthoCamera.updateProjectionMatrix(),this.projectionMatrix=this.orthoCamera.projectionMatrix,this.projectionMatrixInverse=this.orthoCamera.projectionMatrixInverse,this._cameraType="OrthographicCamera",this._applyProjectionTransition(),this.objectHelper&&this.objectHelper.update()}toPerspective(){this.perspCamera.aspect=this.aspect,this.perspCamera.fov=this.fov,this.perspCamera.view=this.view,this.perspCamera.far=this.far,this.perspCamera.updateProjectionMatrix(),this.projectionMatrix=this.perspCamera.projectionMatrix,this.projectionMatrixInverse=this.perspCamera.projectionMatrixInverse,this._cameraType="PerspectiveCamera",this._applyProjectionTransition(),this.objectHelper&&this.objectHelper.update()}get isProjectionTransitioning(){return this._projectionTransition!==void 0}get projectionTransitionProgress(){let e=this._projectionTransition;if(e===void 0)return 1;let t=(performance.now()-e.start)/e.duration;return t>=1?1:t<=0?0:ete(t)}get _activeSubCamera(){return this._cameraType==="PerspectiveCamera"?this.perspCamera:this.orthoCamera}_canAnimateProjection(){return Wd.projectionTransitionsEnabled&&typeof requestAnimationFrame=="function"&&typeof performance<"u"&&performance.now()-this._createdAt>=Wd.projectionTransitionMinAgeMs}_beginProjectionTransition(e){let t=this._projectionTransition;t===void 0&&(t={from:new Ve,blend:new Ve,blendInverse:new Ve,start:0,duration:Wd.projectionTransitionDuration,referenceDepth:1,raf:0,requestRender:e},this._projectionTransition=t),t.from.copy(this.projectionMatrix),t.start=performance.now(),t.duration=Wd.projectionTransitionDuration,t.referenceDepth=Number.isFinite(this.targetOffset)?Math.max(1,this.targetOffset):1,e&&(t.requestRender=e),t.raf!==0&&cancelAnimationFrame(t.raf),t.raf=requestAnimationFrame(this._tickProjectionTransition)}_applyProjectionTransition(){let e=this._projectionTransition;if(e===void 0)return;let t=(performance.now()-e.start)/e.duration;if(t>=1)return void this._endProjectionTransition();let i=ete(t),r=e.from.elements,n=this._activeSubCamera.projectionMatrix.elements,s=e.blend.elements,a=e.referenceDepth,o=Math.max(1e-6,r[15]-r[11]*a),l=i*o/(i*o+(1-i)*Math.max(1e-6,n[15]-n[11]*a));for(let u=0;u<16;u++)s[u]=r[u]+(n[u]-r[u])*l;e.blendInverse.copy(e.blend).invert(),this.projectionMatrix=e.blend,this.projectionMatrixInverse=e.blendInverse}_endProjectionTransition(){let e=this._projectionTransition;if(e===void 0)return;e.raf!==0&&cancelAnimationFrame(e.raf),this._projectionTransition=void 0;let t=this._activeSubCamera;this.projectionMatrix=t.projectionMatrix,this.projectionMatrixInverse=t.projectionMatrixInverse}_syncProjectionTransition(e){let t=e._projectionTransition;if(t===void 0)return void(this._projectionTransition!==void 0&&this._endProjectionTransition());let i=this._projectionTransition;i===void 0?(i={from:new Ve,blend:new Ve,blendInverse:new Ve,start:0,duration:1,referenceDepth:1,raf:0,requestRender:void 0},this._projectionTransition=i):i.raf!==0&&(cancelAnimationFrame(i.raf),i.raf=0),i.requestRender=void 0,i.from.copy(t.from),i.start=t.start,i.duration=t.duration,i.referenceDepth=t.referenceDepth,this._applyProjectionTransition()}setFocalLength(e){this.perspCamera.setFocalLength(e),this.toPerspective()}getFocalLength(){return this.perspCamera.getFocalLength()}getEffectiveFOV(){return this.perspCamera.getEffectiveFOV()}getFilmWidth(){return this.perspCamera.getFilmWidth()}getFilmHeight(){return this.perspCamera.getFilmHeight()}setViewOffset(e,t,i,r,n,s){this._cameraType==="PerspectiveCamera"?this.perspCamera.setViewOffset(e,t,i,r,n,s):this.orthoCamera.setViewOffset(e,t,i,r,n,s),this._applyProjectionTransition()}clearViewOffset(){this._cameraType==="PerspectiveCamera"?(this.perspCamera.clearViewOffset(),this.toPerspective()):(this.orthoCamera.clearViewOffset(),this.toOrthographic())}copyHistory(){this.previousProjectionMatrix&&this.previousProjectionMatrix.copy(this.projectionMatrix)}updateProjectionMatrix(){this._cameraType==="PerspectiveCamera"?this.toPerspective():this._cameraType==="OrthographicCamera"&&this.toOrthographic()}updateMatrixWorld(e){super.updateMatrixWorld(e),this.matrixWorldInverse.copy(this.matrixWorld).invert()}updateWorldMatrix(e,t){super.updateWorldMatrix(e,t),this.matrixWorldInverse.copy(this.matrixWorld).invert()}copy(e,t){return super.copy(e,t),this.parent=e.parent,this.orthoCamera.copy(e.orthoCamera),this.perspCamera.copy(e.perspCamera),this.left=e.left,this.right=e.right,this.top=e.top,this.bottom=e.bottom,this.far=e.far,this.view=e.view===null?null:Object.assign({},e.view),this._cameraType=e._cameraType,this.aspect=e.aspect,this.fov=e.fov,this.focus=e.focus,this.filmGauge=e.filmGauge,this.filmOffset=e.filmOffset,this.targetOffset=ym.sanitizeTargetOffset(e.targetOffset),this.updateProjectionMatrix(),this._syncProjectionTransition(e),this}toCameraState(e=[]){return M7({type:this.cameraType,far:this.far,orthographic:{near:this.orthoCamera.near,zoom:this.orthoCamera.zoom},perspective:{near:this.perspCamera.near,fov:this.perspCamera.fov,zoom:this.perspCamera.zoom},up:this.up.toArray(),targetOffset:this.targetOffset,isUpVectorFlipped:this.isUpVectorFlipped},e)}updateCameraSubtype(e,t){let i=e==="perspective"?"PerspectiveCamera":"OrthographicCamera";t.zoom!==void 0&&this.setZoom(i,t.zoom),t.near!==void 0&&this.setNear(i,t.near),t.fov!==void 0&&i==="PerspectiveCamera"&&(this.fov=t.fov)}updateState(e,t){this.updateCameraState(e,t)}updateCameraState(e,t){this.updateState_Entity(e,t),e.far!==void 0&&(this.far=e.far),e.orthographic!==void 0&&this.updateCameraSubtype("orthographic",e.orthographic),e.perspective!==void 0&&this.updateCameraSubtype("perspective",e.perspective),e.type!==void 0&&(e.type!==this._cameraType&&this._canAnimateProjection()&&this._beginProjectionTransition(t?.shared.requestRender),this.cameraType=e.type),e.up!==void 0&&this.up.fromArray(e.up.map(i=>typeof i=="number"?i:0)),e.targetOffset!==void 0&&(this.targetOffset=ym.sanitizeTargetOffset(e.targetOffset)),e.isUpVectorFlipped!==void 0&&(this.isUpVectorFlipped=e.isUpVectorFlipped),this.updateProjectionMatrix()}updateByPatchedOp(e,t,i){super.updateByPatchedOp(e,t,i),e.path.length===1&&e.type===0&&this.updateCameraSubtype(e.path[0],e.props)}toState(e){return{...super.toState(e),...this.toCameraState(e),type:this.cameraType}}},(us=Wd).projectionTransitionsEnabled=!1,us.projectionTransitionDuration=350,us.projectionTransitionMinAgeMs=1e3});function u_e(e){return e.type==="TorusGeometry"&&e.arc===360}var d_e,i3,fH,hA=V(()=>{le(),d_e=class{static create(e){return this.build(this.normalizeInputs(e))}static normalizeInputs(e,t){let i=Object.assign({},t?.parameters??{width:100,revolutions:2,segments:40,pathRadius:10,pathType:0,pathSegments:30,cornerRadius:30,cornerSegments:4},e.parameters),r=Math.abs(i.width),n=Math.abs(i.height??r),s=Math.abs(i.depth??r),a=Math.abs(Math.min(r,s))/2;return{parameters:Object.assign(i,{width:r,height:n,depth:s,radius:a,segments:Math.round(i.segments),pathSegments:Math.round(i.pathSegments),cornerSegments:Math.round(i.cornerSegments)})}}static build(e){let{width:t,height:i,depth:r,radius:n,revolutions:s,segments:a,pathRadius:o,pathType:l,pathSegments:u,cornerRadius:h,cornerSegments:d}=e.parameters,c=new fH(!1,t,i,r,n,s,a,o,l,u,h,d);return Object.assign(c,{userData:{...e,type:"HelixGeometry"}})}},i3=new Um([0,0,0],1),fH=class extends At{constructor(e=!0,t=1,i=1,r=1,n=1,s=1,a=1,o=1,l=1,u=1,h=1,d=1){if(super(),s===0)return;let c=e&&s===1;c&&(d=0),h>100&&(h=100),h===0&&(d=0);let p,m,f,g,v,y,_,b,x=()=>new P,w=new P,S=x(),M=x(),T=x(),A=x(),E=x(),R=x(),N=x(),D=x(),O=x(),z=x(),U=x(),G=i-2*o+.001,j=G/s,K=Math.ceil(a*s),q=K+1,ne=G/K,ve=-G/2,oe=u+1,me=2*Math.PI/u,ye=Math.PI/2/d,Z=Math.min((1-h/100)*o,o-.01),pe=o-Z,H=0,F=2*d+2,X=oe*F/2,re=X+oe*q,k=Math.max(0,oe*(q+F)),[Q,te,W]=[3,3,2].map(dt=>Array(k*dt).fill(0)),he=[],ce=n-o;function Ee(dt,et){let Xt=Math.PI/2;y=et*ne,b=2*Math.PI*(y%j)/j+Xt,y+=ve,_=Math.sin(b)*ce,v=Math.cos(b)*ce,e?dt.set(v,_,y):dt.set(v,y,_)}Ee(w,-1e-10),Ee(S,0),A.copy(w),Ee(w,1);let Se=w.distanceTo(S),qe=c?0:pe+Z,Ne=Se*K+2*qe,He=Z,Re=Ne-qe;for(let dt=0;dt<=K;dt++){Ee(M,dt),U.subVectors(M,A).normalize(),A.copy(M),O.copy(M).setComponent(+e+1,0).normalize(),z.crossVectors(U,O).normalize();let et=dt===0,Xt=dt===K,si=et?3*Math.PI/2:ye,ar=et?He:Re,St=et?oe:re,Dt=et?0:k-oe,Qt=U.clone().multiplyScalar(et?-pe:pe).add(M),Ai=U.clone().multiplyScalar(et?-1:1).normalize();for(let wi=0;wi<oe;wi++){let fi=wi*me;if(E.addVectors(w.copy(O).multiplyScalar(o*Math.cos(fi)),S.copy(z).multiplyScalar(o*Math.sin(fi))),R.copy(E).normalize(),et||Xt){c||(H=Dt+wi,[0,1,2].forEach(Ci=>{Q[3*H+Ci]=Qt.getComponent(Ci),te[3*H+Ci]=Ai.getComponent(Ci)}),W[2*H]=+Xt,W[2*H+1]=wi/u),S.copy(R).multiplyScalar(Z),T.addVectors(M,S);for(let Ci=0;Ci<d;Ci++){let Ir=Ci*ye+si;N.addVectors(w.copy(U).multiplyScalar(pe*Math.sin(Ir)),S.copy(R).multiplyScalar(pe*Math.cos(Ir))),D.copy(N).normalize(),S.addVectors(T,N),N.normalize(),H=St+Ci*oe+wi,[0,1,2].forEach(ir=>{Q[3*H+ir]=S.getComponent(ir),te[3*H+ir]=D.getComponent(ir)});let Wr=+et+Math.sin(Ir);W[2*H]=(ar+pe*Wr)/Ne,W[2*H+1]=wi/u}}S.addVectors(M,E),H=X+dt*oe+wi,[0,1,2].forEach(Ci=>{Q[3*H+Ci]=S.getComponent(Ci),te[3*H+Ci]=R.getComponent(Ci)}),W[2*H]=(qe+dt*Se)/Ne,W[2*H+1]=wi/u}}let ee=q+2*d+2,[Me,We]=[+c,ee-1];for(let dt=Me;dt<=We-1;dt++){let et=c&&dt===We-1;for(let Xt=0;Xt<oe-1;Xt++)p=dt*oe+Xt,m=p+1,f=(et?Xt:p)+oe,g=(et?Xt+1:m)+oe,dt===0?he.push(m,g,f):dt===ee-2?he.push(p,m,f):he.push(p,m,f,m,g,f)}this.setIndex(he),this.setAttribute("position",new Et(Q,3)),this.setAttribute("normal",new Et(te,3)),this.setAttribute("uv",new Et(W,2))}getClosedTorusIndicesForBooleanOrSubdiv(){let e,t,i,r,n=this.userData.parameters,s=Math.ceil(n.tubularSegments),a=n.radialSegments,o=a+1,l=[];for(let u=1;u<s;u++)for(let h=0;h<a;h++)e=u*o+h,t=e+1,i=e+o,r=t+o,l.push(e,t,i,t,r,i);for(let u=0;u<a;u++)e=s*o+u,t=e+1,i=u+o,r=u+1+o,l.push(e,t,i,t,r,i);return i3.array=new Uint32Array(l),i3.count=l.length,i3}}});function GIe(e){return ite||(ite=async function(){let t=e??"https://cdn.spline.design/@splinetool/runtime@2.0.19/build",i=import("./boolean.js"),[r,n]=await Promise.all([i,fetch(`${t}/boolean.wasm`).then(s=>s.arrayBuffer())]);await r.default({module_or_path:n}),uA=r}())}function oL(){if(uA===void 0)throw new Error("boolean-wasm is not loaded");return uA}function xX(e){let t=dA.get(e);if(t===void 0)throw new Error("Unknown csg mesh set handle "+e);return t}function wX(e){return dA.set(++gH,e),gH}function jIe(e,t,i){if(uA===void 0)return-1;let{positions:r,indices:n,normals:s}=function(a,o){if(o&&a.userData.positions!==void 0){let p=a.userData,m=[];for(let f=0,g=0;f<p.verticesPerFace.length;f++){let v=p.verticesPerFace[f];for(let y=1;y<v-1;y++)m.push(p.indices[g],p.indices[g+y],p.indices[g+y+1]);g+=v}return{positions:p.positions instanceof Float32Array?p.positions:new Float32Array(p.positions),indices:new Uint32Array(m)}}let l;l=u_e(a.userData.parameters)?a.getClosedTorusIndicesForBooleanOrSubdiv():a.getIndex();let u,h=a.getAttribute("position");if(l===null){u=new Uint32Array(h.count);for(let p=0;p<u.length;p++)u[p]=p}else u=l.array instanceof Uint32Array?l.array:new Uint32Array(l.array);let d=a.getAttribute("normal"),c=d!==void 0&&d.itemSize===3&&d.count===h.count&&d.array instanceof Float32Array&&d.isInterleavedBufferAttribute!==!0?d.array:void 0;return{positions:h.array,indices:u,normals:c}}(e,t);return wX(new uA.CsgMesh(r,n,s))}function tte(e,t){let i=oL(),r=p_e[t];if(r===void 0)throw new Error("Unknown boolean operation "+t);let n=e.map(xX);if(n.length===1)return i.clone_mesh(n[0]);let s,a=[];if(t===2&&n.length>2){let o=n[0];for(let l=1;l<n.length-1;l++)o=i.boolean_mesh(o,n[l],0),a.push(o);s=i.boolean_mesh(n[n.length-1],o,2)}else if(t===2)s=i.boolean_mesh(n[1],n[0],2);else{let o=n[n.length-1];for(let l=0;l<n.length-1&&(o=i.boolean_mesh(o,n[l],r),a.push(o),o.tri_count()!==0);l++);s=o,a.pop()}for(let o of a)o.free();return s}function AF(e,t){xX(e).transform(new Float32Array(t.elements))}function c_e(e){let t=dA.get(e);t!==void 0&&(t.free(),dA.delete(e))}var uA,dA,gH,ite,p_e,N4=V(()=>{le(),hA(),dA=new Map,gH=0,p_e={0:0,1:1,2:2}});function C0(e){return e!==null&&"booleanOp"in e}var vH,m_e,HIe=V(()=>{le(),xl(),N4(),vH=class extends P4(Cr){constructor(){super(...arguments),this.booleanMeshSetAddress=-1,this.booleanWasTransformed=!1,this.booleanMatrixInvOld=new Ve}updateVisible(e){super.updateVisible(e),this.visible=!C0(this.parent)&&this.visible,C0(this.parent)&&this.parent.invalidateDownstreamBooleanData()}onClonerLayoutUpdated(){C0(this.parent)&&this.invalidateDownstreamBooleanData()}freeBooleanPointer(){this.booleanMeshSetAddress!==-1&&(c_e(this.booleanMeshSetAddress),this.booleanMeshSetAddress=-1)}invalidateDownstreamBooleanData(e=!1){return e?this.booleanWasTransformed=!0:this.freeBooleanPointer(),C0(this.parent)?this.parent.invalidateDownstreamBooleanData():this}invalidateUpstreamBooleanData(){this.freeBooleanPointer();for(let e of this.children)e instanceof vH&&(e.freeBooleanPointer(),C0(e)&&e.invalidateUpstreamBooleanData())}updateTransformState(e,t){let i=super.updateTransformState(e,t);return i&&C0(this.parent)&&this.invalidateDownstreamBooleanData(!0),i}onVariableUpdate(e=!1){super.onVariableUpdate(e),C0(this.parent)&&this.invalidateDownstreamBooleanData(!0)}}}),WIe=V(()=>{m_e=null});function SX(e,t=0,i=e.count,r,n){let s=1/0,a=1/0,o=1/0,l=-1/0,u=-1/0,h=-1/0;for(let d=t;d<i;d++){let c=e.getX(d),p=e.getY(d),m=e.getZ(d);c<s&&(s=c),p<a&&(a=p),m<o&&(o=m),c>l&&(l=c),p>u&&(u=p),m>h&&(h=m)}MM.min.set(s,a,o),MM.max.set(l,u,h),MM.getCenter(r),MM.getSize(n).multiplyScalar(.5)}var MM,rte,nte,Ss,Pa=V(()=>{le(),HIe(),WIe(),MM=new mn,rte=new At,nte=new Zl,Ss=class extends vH{constructor(e,t){super(rte,nte),this.super_Entity(e,t)}updateState(e,t){this.updateState_Entity(e,t)}raycast(e,t){let i=m_e;i===null?super.raycast(e,t):i(this,e,t)}updateEntityBoxSize(e,t){let i=this.geometry.getAttribute("position");i!==void 0?SX(i,this.geometry.drawRange.start,this.geometry.drawRange.count<1/0?this.geometry.drawRange.count:i.count,e,t):super.updateEntityBoxSize(e,t)}}});function lL(e){return e?.isClassicNodeMaterial===!0}var Fr,cA,f_e,g_e,_E,v_e,y_e,__e,TX=V(()=>{}),bu=V(()=>{le(),Fr=class extends ot{constructor(e,t,i,r){super(e,t,i),this.isColorA=!0,this.a=r}setRGBA(e,t,i,r){super.setRGB(e,t,i),this.a=r}copy(e){return super.copy(e),this.a="a"in e?e.a:1,this}clone(){return new this.constructor(this.r,this.g,this.b,this.a)}equals(e){return super.equals(e)&&this.a===e.a}setStyle(e,t="srgb"){let i;if(e==="transparent")return this.setRGBA(0,0,0,0),this;if(i=/^((?:rgb|hsl)a?)\(([^)]*)\)/.exec(e)){let r,n=i[1],s=i[2];switch(n){case"rgb":case"rgba":if(r=/^\s*(\d+)\s*,\s*(\d+)\s*,\s*(\d+)\s*(?:,\s*(\d*\.?\d+)\s*)?$/.exec(s))return this.a=n==="rgba"?parseFloat(r[4]):1,super.setStyle(e,t);break;case"hsl":case"hsla":if(r=/^\s*(\d*\.?\d+)\s*,\s*(\d*\.?\d+)%\s*,\s*(\d*\.?\d+)%\s*(?:,\s*(\d*\.?\d+)\s*)?$/.exec(s))return this.a=n==="hsla"?parseFloat(r[4]):1,super.setStyle(e,t)}}return super.setStyle(e,t)}get x(){return this.r}get y(){return this.g}get z(){return this.b}get w(){return this.a}set x(e){this.r=e}set y(e){this.g=e}set z(e){this.b=e}set w(e){this.a=e}}}),b_e=V(()=>{bu(),cA=class extends Fr{}}),qIe=V(()=>{f_e=class{constructor(e=1e4){this.timeout=e,this.cache=new Map,this.head={data:null,time:0,src:null,next:null,prev:null},this.tail={data:null,time:1/0,src:null,next:null,prev:null},this.hasClean=!1,this.cleanupTimer=null,this.head.next=this.tail,this.tail.prev=this.head}log(...e){}remove(e){let t=this.cache.get(e);t&&(this.dispose(e,t.data),this.cache.delete(e),t.prev.next=t.next,t.next.prev=t.prev,t.next=null,t.prev=null,t.data=null)}scheduleCleanup(){this.hasClean||(this.log("scheduled cleanup"),this.hasClean=!0,this.cleanupTimer=setTimeout(()=>{this.hasClean=!1,this.cleanupTimer=null,this.log("cleaning");let e=Date.now(),t=this.head.next;for(;t.time<e-this.timeout;){this.dispose(t.src,t.data),this.cache.delete(t.src);let i=t;t=t.next,t.prev=this.head,this.head.next=t,i.next=null,i.prev=null,i.data=null}this.head.next!==this.tail?this.scheduleCleanup():this.log("no more cleanup")},this.timeout+1e3))}has(e){return this.cache.get(e)?.data}load(e){let t=Date.now(),i=this.cache.get(e);return i===void 0?(i={data:this.create(e),src:e,time:t,next:null,prev:null},this.cache.set(e,i)):(i.time=t,i.prev.next=i.next,i.next.prev=i.prev),i.prev=this.tail.prev,i.next=this.tail,this.tail.prev.next=i,this.tail.prev=i,this.scheduleCleanup(),i.data}disposeAll(){this.cleanupTimer!==null&&(clearTimeout(this.cleanupTimer),this.cleanupTimer=null),this.hasClean=!1,this.cache.forEach((e,t)=>{this.dispose(t,e.data),e.next=null,e.prev=null,e.data=null}),this.cache.clear(),this.head.next=this.tail,this.tail.prev=this.head}destroy(){this.disposeAll(),this.head=null,this.tail=null}}}),x_e=V(()=>{qIe(),g_e=class extends f_e{create(e){return URL.createObjectURL(new Blob([e]))}dispose(e,t){URL.revokeObjectURL(t)}}}),w_e=V(()=>{v_e=class{constructor(e,t){this.data=e,this.cache=t,this.refCount=0}deref(){this.refCount,this.refCount-=1,this.refCount===0&&(this.cache.remove(this),this.dispose())}dispose(){this.refCount}},y_e=class{constructor(){this.cache=new Map}remove(e){this.cache.delete(e.data)}load(e){let t=this.cache.get(e);return t===void 0&&(t=this.create(e),this.cache.set(e,t)),t.refCount+=1,t}}}),$Ie=V(()=>{le(),__e=class extends mye{constructor(e){super(e),this.type=ni}parse(e){let t=function(p,m){switch(p){case 1:throw new Error("THREE.HDRLoader: Read Error: "+(m||""));case 2:throw new Error("THREE.HDRLoader: Write Error: "+(m||""));case 3:throw new Error("THREE.HDRLoader: Bad File Format: "+(m||""));default:throw new Error("THREE.HDRLoader: Memory Error: "+(m||""))}},i=function(p,m,f){m=m||1024;let g=p.pos,v=-1,y=0,_="",b=String.fromCharCode.apply(null,new Uint16Array(p.subarray(g,g+128)));for(;0>(v=b.indexOf(`
4162
+ })();`}),t1e=V(()=>{Y$=class{constructor(e,t,i){this.deps=e,this.onConsole=t,this.onEvent=i,this.disposed=!1,this.eventUnsubs=new Map,this.variablePollHandle=null,this.lastVariables=null}dispose(){this.disposed=!0;for(let e of this.eventUnsubs.values())e();this.eventUnsubs.clear(),this.stopVariablePolling()}execute(e,t){let i=this.deps;switch(e){case"setVariable":{let r=i.setVariable(String(t[0]),t[1]);return r.warning&&this.onConsole("warn",r.warning),r.ok}case"setVariables":{let r=t[0]??{},n=!0;for(let[s,a]of Object.entries(r)){let o=i.setVariable(s,a);o.warning&&this.onConsole("warn",o.warning),n=n&&o.ok}return n}case"getVariable":return i.getVariable(String(t[0]));case"getVariables":return i.getVariables();case"getAllObjects":return i.getAllObjects();case"findObjectByName":case"findObjectById":return i.findObject(String(t[0]));case"getGeometry":{let r=i.getGeometry(String(t[0]),t[1]??{});return r.warning&&this.onConsole("warn",r.warning),r.data}case"updateObject":return i.updateObject(String(t[0]),t[1]??{});case"createObject":return i.createObject(String(t[0]),t[1]??{});case"createCustomMaterial":if(i.createCustomMaterial===void 0)throw new Error("createCustomMaterial: not available on this surface \u2014 custom three.js/TSL materials need the inline HTML-content mode (editor Preview/Play and web exports).");return i.createCustomMaterial(t[0]);case"setMaterial":if(i.setMaterial===void 0)throw new Error("setMaterial: not available on this surface \u2014 custom three.js/TSL materials need the inline HTML-content mode (editor Preview/Play and web exports).");return i.setMaterial(String(t[0]),t[1]);case"cloneObject":return i.cloneObject(String(t[0]),t[1]??{});case"removeObject":return i.removeObject(String(t[0]));case"spawnObject":{let r=i.spawnObject(String(t[0]),t[1]??{});return r.warning&&this.onConsole("warn",r.warning),r.object}case"destroyObject":return i.destroyObject(String(t[0]));case"setInstanceTransforms":{let r=t[1]===null||t[1]===void 0?null:t[1],n=i.setInstanceTransforms(String(t[0]),r);return n<0&&this.onConsole("warn",`spline.setInstanceTransforms: "${String(t[0])}" has no cloner \u2014 make the object a cloner first (its copies are what this drives).`),n}case"emitEvent":case"emitEventReverse":{let r=i.emitEvent(String(t[0]),String(t[1]),e==="emitEventReverse");return r.warning&&this.onConsole("warn",r.warning),r.ok}case"requestRender":return i.requestRender(),!0;case"listenEvent":{let r=String(t[0]);return r==="variableChange"?this.startVariablePolling():this.eventUnsubs.has(r)||this.eventUnsubs.set(r,i.addSplineEventListener(r,n=>{this.onEvent(r,n)})),!0}case"unlistenEvent":{let r=String(t[0]);return r==="variableChange"?this.stopVariablePolling():(this.eventUnsubs.get(r)?.(),this.eventUnsubs.delete(r)),!0}default:throw new Error(`Unknown spline bridge method: ${e}`)}}startVariablePolling(){this.variablePollHandle===null&&(this.lastVariables=this.deps.getVariables(),this.variablePollHandle=window.setInterval(()=>{if(this.disposed)return;let e=this.deps.getVariables(),t=function(i,r){let n=[];for(let s of Object.keys(r))i[s]!==r[s]&&n.push({name:s,value:r[s]});return n}(this.lastVariables??{},e);this.lastVariables=e;for(let i of t)this.onEvent("variableChange",i)},100))}stopVariablePolling(){this.variablePollHandle!==null&&(window.clearInterval(this.variablePollHandle),this.variablePollHandle=null),this.lastVariables=null}}});function QNe(e,t,i,r){return[e[0]*t+e[4]*i+e[8]*r+e[12],e[1]*t+e[5]*i+e[9]*r+e[13],e[2]*t+e[6]*i+e[10]*r+e[14]]}var JNe=V(()=>{}),i1e,eIe=V(()=>{}),tIe=V(()=>{K$(),t1e(),i1e=class{constructor(e,t,i){this.iframe=e,this.deps=t,this.onConsole=i,this.disposed=!1,this.handshakeSeen=!1,this.handshakeTimer=null,this.onMessage=r=>{if(this.disposed||r.source!==this.iframe.contentWindow)return;let n=r.data;var s;typeof(s=n)!="object"||s===null||s[hg]!==!0||typeof s.kind!="string"||this.handleMessage(n)},this.host=new Y$(t,i,(r,n)=>{this.sendEvent(r,n)})}attach(){window.addEventListener("message",this.onMessage),this.send({[hg]:!0,kind:"ready-ack"}),this.handshakeTimer=window.setTimeout(()=>{this.handshakeTimer=null,!this.handshakeSeen&&!this.disposed&&this.onConsole("warn","The HTML content frame has not initialized (no signal from its scripts yet) \u2014 if the page looks frozen, check for errors in its code.")},6e3)}dispose(){this.disposed=!0,window.removeEventListener("message",this.onMessage),this.host.dispose(),this.handshakeTimer!==null&&(window.clearTimeout(this.handshakeTimer),this.handshakeTimer=null)}handleMessage(e){switch(e.kind){case"ready":this.handshakeSeen=!0,this.send({[hg]:!0,kind:"ready-ack"});break;case"console":this.onConsole(e.level,e.text);break;case"call":{let t;try{t=Promise.resolve(this.host.execute(e.method,e.args))}catch(i){t=Promise.reject(i)}t.then(i=>{this.send({[hg]:!0,kind:"result",id:e.id,ok:!0,value:i,error:void 0})},i=>{let r=i instanceof Error?i.message:String(i);this.send({[hg]:!0,kind:"result",id:e.id,ok:!1,value:void 0,error:r}),this.onConsole("error",r)});break}case"input":this.dispatchInput(e.event)}}send(e){this.iframe.contentWindow?.postMessage(e,"*")}sendEvent(e,t){this.send({[hg]:!0,kind:"event",eventName:e,payload:t})}dispatchInput(e){let t=this.deps.getCanvas();if(!t)return;let i=this.iframe.getBoundingClientRect(),r={bubbles:!0,cancelable:!0,view:window,shiftKey:e.shiftKey,ctrlKey:e.ctrlKey,altKey:e.altKey,metaKey:e.metaKey};switch(e.type){case"pointerdown":case"pointermove":case"pointerup":case"pointercancel":t.dispatchEvent(new PointerEvent(e.type,{...r,clientX:(e.x??0)+i.left,clientY:(e.y??0)+i.top,button:e.button,buttons:e.buttons,pointerId:e.pointerId,pointerType:e.pointerType,isPrimary:e.isPrimary,movementX:e.movementX,movementY:e.movementY}));break;case"click":case"dblclick":t.dispatchEvent(new MouseEvent(e.type,{...r,clientX:(e.x??0)+i.left,clientY:(e.y??0)+i.top,button:e.button,buttons:e.buttons}));break;case"wheel":{let n=new WheelEvent("wheel",{...r,clientX:(e.x??0)+i.left,clientY:(e.y??0)+i.top,deltaX:e.deltaX,deltaY:e.deltaY,deltaMode:e.deltaMode});typeof e.wheelDeltaX=="number"&&Object.defineProperty(n,"wheelDeltaX",{value:e.wheelDeltaX}),typeof e.wheelDeltaY=="number"&&Object.defineProperty(n,"wheelDeltaY",{value:e.wheelDeltaY}),t.dispatchEvent(n);break}case"keydown":case"keyup":t.dispatchEvent(new KeyboardEvent(e.type,{...r,key:e.key,code:e.code,repeat:e.repeat}))}}}}),Hr=V(()=>{X$(),UNe(),FNe(),zNe(),VNe(),GNe(),jNe(),HNe(),WNe(),qNe(),$Ne(),KNe(),K$(),ZNe(),t1e(),JNe(),eIe(),tIe()}),iIe=V(()=>{});function r1e(e){return Array.isArray(e)?e:[e]}function OO(e,t){let i=0;for(;i<e.length&&i<t.length;){if(e[i]<t[i])return-1;if(e[i]>t[i])return 1;i+=1}return i!==t.length?-1:i!==e.length?1:0}var rIe=V(()=>{});function Ho(e,t){return Object.setPrototypeOf(e,t),e}function GU(e){let t={...e};return Object.setPrototypeOf(t,Object.getPrototypeOf(e)),t}function wg(e,t,i){if(e===void 0?t===void 0?(e=0,t=10):e=t-10:t===void 0&&(t=e+10),e>t){let s=e;e=t,t=s}let r=[],n=1/(i+1);for(let s=0;s<i;s++){let a=e+(t-e)*(s+.75+.5*Math.random())*n;r.push(a)}return r}function Z$(e){return e instanceof Uint8Array||e instanceof Uint16Array||e instanceof Uint32Array||e instanceof Int8Array||e instanceof Int16Array||e instanceof Int32Array||e instanceof Float32Array||e instanceof Float64Array}var nIe=V(()=>{});function Q$(e){if(e.deepFreeze!==void 0)return void e.deepFreeze(e);let t=Object.getOwnPropertyNames(e);for(let i of t){let r=e[i];r&&typeof r=="object"&&Q$(r)}return Object.freeze(e)}function n1e(e){for(let t of Object.keys(e))e[t]===void 0&&delete e[t];return e}var jU,LO,E7,ai,J$,sIe=V(()=>{}),Ja=V(()=>{iIe(),rIe(),nIe(),sIe()}),eX=V(()=>{jU=class{},LO=class extends jU{constructor(e){super(),this.id=e}},E7=class extends jU{constructor(e){super(),this.data=e}}}),aIe=V(()=>{}),y4=V(()=>{ai=class{modifyById(e,t){let i=this;if(i[e]===void 0)throw new Error("not expected");{let r={...i,[e]:t};return Object.setPrototypeOf(r,ai.prototype),r}}add(e,t){return this.runOp({type:1,id:e,data:t})?.data??this}runOp(e){let t=this;if(e.type===1){let i,r=t[e.id];i=r===void 0?{type:2,id:e.id}:{type:1,id:e.id,data:r};let{id:n,data:s}=e,a={...t,[n]:s};return Object.setPrototypeOf(a,ai.prototype),{data:a,actual:e,reverse:i}}if(e.type===2){let{id:i}=e,r=t[i];if(r===void 0)return null;{let n={...t};return Object.setPrototypeOf(n,ai.prototype),delete n[i],{data:n,actual:e,reverse:{type:1,id:i,data:r}}}}return null}}}),tX=V(()=>{J$=class extends Error{}});function s1e(e,t){for(let i of e)t(i.id,i.data)!==!0&&s1e(i.children,t)}function a1e(e,t){if(t(e.id,e.data)!==!0)for(let i of e.children)a1e(i,t)}var Ma,VC,Jx,Nt,n1=V(()=>{Ja(),tX(),Ja(),Ma=class extends Array{constructor(...e){super(...e),Bc(this,"partialObjectCaches"),Bc(this,"objCaches"),Bc(this,"parentCaches"),Object.setPrototypeOf(this,Ma.prototype)}deepFreeze(){let e=0;for(;e<this.length;)Q$(this[e]),e++}fillCaches0(e,t){this.objCaches.set(e.id,e),this.parentCaches.set(e.id,t);for(let i of e.children)this.fillCaches0(i,e.id)}fillCaches(){if(this.objCaches===void 0){this.objCaches=new Map,this.parentCaches=new Map;for(let e of this)this.fillCaches0(e,null)}}randomId(){this.fillCaches();let e=Array.from(this.objCaches.keys());if(e.length!==0)return e[Math.max(0,Math.floor(Math.random()*e.length)-1)]}nonExistOrDescendantOf(e,t){if(!this.has(e))return!0;for(;e;){let i=this.parent(e);if(i===t)return!0;e=i}return!1}rootAcestor(e){for(;e;){let t=this.parent(e);if(!t)return e;e=t}return e}isDescendantOf(e,t){for(;e;){let i=this.parent(e);if(i===t)return!0;e=i}return!1}data(e){return this.get(e)?.data}has(e){return this.childrenOf(e)!==void 0}partialCache(e){this.partialObjectCaches===void 0&&(this.partialObjectCaches=new Map);let t=this.get(e);t!==void 0&&this.partialObjectCaches.set(e,t)}get(e){if(this.partialObjectCaches!==void 0){let t=this.partialObjectCaches.get(e);if(t!==void 0)return t}return this.fillCaches(),this.objCaches.get(e)}childrenOf(e){return e===null?this:this.get(e)?.children}traverseFrom(e,t){if(e===null)this.traverse(t);else{let i=this.get(e);i&&a1e(i,t)}}traverse(e){s1e(this,e)}totalSize(){return this.fillCaches(),this.objCaches.size}parent(e){return this.fillCaches(),this.parentCaches.get(e)}childrenArray(e){return e===null?this:this.get(e).children}modifyById(e,t){if(this.get(e)===void 0)throw new Error("not expected");{let i=this.parent(e),r=this.childrenArray(i),n=r.findIndex(o=>o.id===e);if(n<0)throw new Error("not expected");let s=r[n];r=[...r],r[n]={...s,data:t};let a=new Map;return a.set(e,r[n]),this.modifyArrayBy(i,r,a)}}modifyArrayBy(e,t,i=void 0){let r=e,n=t;for(;r!==null;){let a=n,o=r;if(r=this.parent(r),r===void 0)throw new Error;n=this.childrenArray(r);let l=n.findIndex(u=>u.id===o);if(l<0)throw new Error;n=[...n],n[l]={...n[l],children:a},i&&i.set(o,n[l])}Object.setPrototypeOf(n,Ma.prototype);let s=n;if(i&&this.objCaches!==void 0&&this.parentCaches!==void 0){s.objCaches=this.objCaches;for(let[a,o]of i)s.objCaches.set(a,o);s.parentCaches=this.parentCaches,this.objCaches=void 0,this.parentCaches=void 0}else s.fillCaches();return s}runOp(e){switch(e.type){case 7:return this.addOp(e);case 8:return this.deleteOp(e);case 9:return this.moveOp(e)}return null}checkDuplicatedIdRec({id:e,children:t}){if(this.get(e)!==void 0)return!0;for(let i of t)if(this.checkDuplicatedIdRec(i))return!0;return!1}addOp(e){let{parent:t,fi:i,id:r,data:n,children:s}=e;if(t!==null&&this.get(t)===void 0||this.checkDuplicatedIdRec(e))return null;{let a=t,o=this.childrenArray(a),l={fi:i,id:r,data:n,children:s};return o=[...o,l],o.sort((u,h)=>u.fi-h.fi),e.localIndex=o.indexOf(l),{data:this.modifyArrayBy(a,o),actual:e,reverse:{type:8,id:r}}}}deleteOp(e){let{id:t}=e;if(this.get(t)===null)return null;{let i=this.parent(t);if(i===void 0)return null;let r=this.childrenArray(i),n=r.findIndex(a=>a.id===t);e.localIndex=n,r=[...r];let s=r.splice(n,1)[0];return{data:this.modifyArrayBy(i,r),actual:e,reverse:{type:7,...s,parent:i}}}}moveOp(e){let{parent:t,fi:i,id:r}=e;if(t!==null&&this.get(t)===void 0)return this.deleteOp({type:8,id:r});if(t!==null){let d=t;for(;d!==null;){if(d===void 0)throw new Error;if(d===r)throw new J$("cyclic tree");d=this.parent(d)}}let n=this.parent(r);if(n===void 0)return null;let s=n,a=this.childrenArray(n),o=a.findIndex(d=>d.id===r);a=[...a];let l=a.splice(o,1)[0],u=this.modifyArrayBy(n,a);n=t,a=u.childrenArray(n);let h=l.fi;return l={...l,fi:i},a=[...a,l],a.sort((d,c)=>d.fi-c.fi),e.localIndex=a.indexOf(l),u=u.modifyArrayBy(n,a),{data:u,actual:e,reverse:{type:9,parent:s,fi:h,id:r}}}previous(e,t){if(t===null){let r=this.childrenArray(e);return r.length===0?null:r[r.length-1].id}let i=null;for(let r of this.childrenArray(e)){if(r.id===t)return i;i=r.id}return null}traverseSortNext(e){let t=this.parent(e);if(t!==void 0){let i=this.childrenArray(t),r=i.findIndex(n=>n.id===e)+1;if(r<i.length)return i[r].id;if(t)return this.traverseSortNext(t)}}sortNext(e){let t=this.childrenArray(e);return t.length>0?t[0].id:this.traverseSortNext(e)}traverseSortPrevious(e){let t=this.childrenArray(e);return t.length>0?this.traverseSortPrevious(t[t.length-1].id):e}sortPrevious(e){let t=this.parent(e);if(t!==void 0){let i=this.childrenArray(t),r=i.findIndex(n=>n.id===e)-1;return r>=0?this.traverseSortPrevious(i[r].id):t}}getAllSorted(e){let t=[];for(let i of e){let r=this.getWithSortKey(i.id);r!==void 0&&t.push({...i,...r})}t.sort((i,r)=>OO(i.sortKey,r.sortKey));for(let i of t)delete i.sortKey;return t}getAllIdSorted(e){let t=[];for(let i of e){let r=this.getWithSortKey(i);r!==void 0&&t.push(r)}t.sort((i,r)=>OO(i.sortKey,r.sortKey));for(let i of t)delete i.sortKey;return t.map(i=>i.id)}getWithSortKey(e){let t=e,i=[],r=this.get(t),n=r;if(r!==void 0){for(;t;)i.splice(0,0,r.fi),t=this.parent(t),t!==null&&(r=this.get(t));return{...n,sortKey:i}}}insertBeforeHelper(e,t,i){return this.insertAfterHelper(e,this.previous(e,t),i)}insertAfterHelper(e,t,i){let r=this.childrenArray(e);if(t===null){if(r.length===0)return wg(0,i,i);{let n=r[0].fi;return wg(n-i,n,i)}}{let n=this.get(t);if(n===void 0||this.parent(t)!==e)throw new Error("illegal args");let s=r.find(a=>a.fi>n.fi);if(s===void 0){let a=r[r.length-1].fi;return wg(a,a+i,i)}return wg(n.fi,s.fi,i)}}}}),iX=V(()=>{var e;VC=null,(e=Jx||(Jx={})).setPreservePrototype=function(t){VC=t},e.tryPreservePrototype=function(t,i){return Object.getPrototypeOf(t)===VC&&Object.setPrototypeOf(i,VC),i},e.runOp=function(t,i){if(i.type!==0)return null;if(Array.isArray(t)){let r=i.props,n={},s=[...t],a=!1;if(r)for(let o of Object.keys(r)){let l=parseInt(o);if(isNaN(l))throw new Error("wrong index");n[o]=s[l],s[l]=r[o],a=!0}return a?{data:s,actual:i,reverse:{type:0,props:n}}:null}{let r=i.props,n={},s={...t},a=!1;if(r)for(let o of Object.keys(r)){n[o]=s[o];let l=r[o];l===void 0?delete s[o]:s[o]=l,a=!0}return a?{data:e.tryPreservePrototype(t,s),actual:i,reverse:{type:0,props:n}}:null}}}),s1=V(()=>{Ja(),Ja(),Nt=class extends Array{constructor(...e){super(...e),Bc(this,"objCaches"),Object.setPrototypeOf(this,Nt.prototype)}deepFreeze(){let e=0;for(;e<this.length;)Q$(this[e]),e++}fillCaches0(e){this.objCaches.set(e.id,e)}fillCaches(){if(this.objCaches===void 0){this.objCaches=new Map,Object.getOwnPropertyDescriptor(this,"objCaches").enumerable=!1;for(let e of this)this.fillCaches0(e)}}randomId(){this.fillCaches();let e=Array.from(this.objCaches.keys());if(e.length!==0)return e[Math.max(0,Math.floor(Math.random()*e.length)-1)]}data(e){return this.get(e)?.data}get(e){return this.fillCaches(),this.objCaches.get(e)}modifyById(e,t){if(this.get(e)===void 0)throw new Error("not expected");{let i=this,r=i.findIndex(s=>s.id===e);if(r<0)throw new Error("not expected");let n=i[r];return i=[...i],i[r]={...n,data:t},this.modifyArrayBy(i)}}modifyArrayBy(e){Object.setPrototypeOf(e,Nt.prototype);let t=e;return typeof process<"u"||t.fillCaches(),t}runOp(e){switch(e.type){case 4:return this.addOp(e);case 5:return this.deleteOp(e);case 6:return this.moveOp(e)}return null}addOp(e){let{fi:t,id:i,data:r}=e,n=this,s={fi:t,id:i,data:r};return n=[...n,s],n.sort((a,o)=>a.fi-o.fi),e.localIndex=n.indexOf(s),{data:this.modifyArrayBy(n),actual:e,reverse:{type:5,id:i}}}deleteOp(e){let{id:t}=e,i=this,r=i.findIndex(s=>s.id===t);if(r===-1)return null;e.localIndex=r,i=[...i];let n=i.splice(r,1)[0];return{data:this.modifyArrayBy(i),actual:e,reverse:{type:4,...n}}}moveOp(e){let{fi:t,id:i}=e,r=this;r=[...r];let n=r.findIndex(o=>o.id===i);if(n===-1)return null;let s=r[n].fi,a={...r[n],fi:t};return r[n]=a,r.sort((o,l)=>o.fi-l.fi),e.localIndex=r.indexOf(a),{data:this.modifyArrayBy(r),actual:e,reverse:{type:6,fi:s,id:i}}}previous(e){if(e===null)return this.length===0?null:this[this.length-1].id;let t=null;for(let i of this){if(i.id===e)return t;t=i.id}return null}insertBeforeHelper(e,t){return this.insertAfterHelper(this.previous(e),t)}insertAfterHelper(e,t){let i=this;if(e===null){if(i.length===0)return wg(0,t,t);{let r=i[0].fi;return wg(r-t,r,t)}}{let r=this.get(e);if(r===void 0)throw new Error("illegal args");let n=i.find(s=>s.fi>r.fi);if(n===void 0){let s=i[i.length-1].fi;return wg(s,s+t,t)}return wg(r.fi,n.fi,t)}}}});function oIe(e,t){let i={cur:[],result:[],len:0};return[e=bx(e,t,i)??e,i.result]}function tI(e,t){return e===null?null:(e.cur[e.len]=t,e.len+=1,e)}function iI(e){e&&(e.len-=1)}function o1e(e,t,i){let r=!1,n=e.map(s=>{let a=s.id,o=t[a];if(o!==void 0&&typeof o=="string"&&(r=!0,a=o,i!==null))throw new Error("not supported");let l=bx(s.data,t,tI(i,a));iI(i),r=r||l!==void 0,l===void 0&&(l=s.data);let u=o1e(s.children,t,i);return u!==void 0?r=!0:u=s.children,{...s,id:a,data:l,children:u}});if(r)return n}function bx(e,t,i){if(e instanceof Ma){let r=o1e(e,t,i);return r!==void 0&&Object.setPrototypeOf(r,Object.getPrototypeOf(e)),r}if(e instanceof Nt)return function(r,n,s){let a=!1,o=r.map(l=>{let u=l.id,h=n[u];if(h!==void 0&&typeof h=="string"&&(a=!0,u=h,s!==null))throw new Error("not supported");let d=bx(l.data,n,tI(s,u));return iI(s),a=a||d!==void 0,d===void 0&&(d=l.data),{...l,id:u,data:d}});if(a)return Object.setPrototypeOf(o,Object.getPrototypeOf(r)),o}(e,t,i);if(Array.isArray(e)){let r=!1,n=e.map((s,a)=>{let o=bx(s,t,tI(i,a));return iI(i),r=r||o!==void 0,o===void 0&&(o=s),o});return r?(Object.setPrototypeOf(n,Object.getPrototypeOf(e)),n):void 0}if(e&&typeof e=="object"&&!Z$(e)){let r={},n=!1;for(let[s,a]of Object.entries(e))if(s!=="name"&&s!=="variableId"){let o=t[s];if(typeof o=="string"){if(i!==null)throw new Error("not supported");n=!0,s=o}let l=bx(a,t,tI(i,s));iI(i),n=n||l!==void 0,l===void 0&&(l=a),r[s]=l}else r[s]=a;return n?(Object.setPrototypeOf(r,Object.getPrototypeOf(e)),r):void 0}if(typeof e=="string"){let r=t[e];return r!==void 0&&function(n){if(n===null)return null;n.result.push(n.cur.slice(0,n.len))}(i),r}}var l1e=V(()=>{n1(),s1(),Ja()});function xx(e){return e&&typeof e=="object"&&e instanceof Zs}function rX(e,t){if(t===void 0)return;let i=!1,r=e.map(n=>{let s=n.id,a=pE(n.data,t[s]);if(i=i||a!==void 0,a===void 0&&(a=n.data),n.children){let o=rX(n.children,t);return o!==void 0?i=!0:o=n.children,{...n,id:s,data:a,children:o}}return{...n,id:s,data:a}});return i?r:void 0}function pE(e,t){if(!xx(t))return t;if(e instanceof Ma){let i=rX(e,t);return i!==void 0&&Object.setPrototypeOf(i,Object.getPrototypeOf(e)),i}if(e instanceof Nt)return function(i,r){if(r===void 0)return;let n=!1,s=i.map(a=>{let o=a.id,l=pE(a.data,r[o]);return n=n||l!==void 0,l===void 0&&(l=a.data),{...a,id:o,data:l}});return n?(Object.setPrototypeOf(s,Object.getPrototypeOf(i)),s):void 0}(e,t);if(Array.isArray(e)){let i=!1,r=e.map((n,s)=>{let a=pE(n,t[s]);return i=i||a!==void 0,a===void 0&&(a=n),a});return i?(Object.setPrototypeOf(r,Object.getPrototypeOf(e)),r):void 0}if(e instanceof Zs)return nX(e,t);if(e&&typeof e=="object"){let i={},r=!1;for(let[n,s]of Object.entries(e)){let a=pE(s,t[n]);r=r||a!==void 0,a===void 0&&(a=s),i[n]=a}return r?(Object.setPrototypeOf(i,Object.getPrototypeOf(e)),i):void 0}}function nX(e,t){if(e===void 0)return t;if(t===void 0)return e;if(!xx(t))return t;if(!xx(e))return Ig.apply(e,t);let i=new Set;for(let n of Object.keys(e))i.add(n);for(let n of Object.keys(t))i.add(n);let r=new Zs;for(let n of i){let s=nX(e===void 0?void 0:e[n],t===void 0?void 0:t[n]);r[n]=s}return r}var Zs,Ig,BO,qa,rJ,sX=V(()=>{var e;n1(),s1(),x4(),Ja(),Zs=class{unusedFunOverridesTable(t){}runOp(t){let i=[],r=this,n=0,s={};for(;n<t.path.length;){if(i.push(r),r=r===void 0?void 0:r[t.path[n]],r!==void 0&&!xx(r))return null;n+=1}r=r?GU(r):new Zs;for(let[a,o]of Object.entries(t.props)){let l=r[a];s[a]=l,o===void 0?delete r[a]:r[a]=o}for(;n>0;){if(Object.keys(r).length===0){let a=i[n-1];a&&(r=GU(a),delete r[t.path[n-1]])}else{let a=i[n-1];if(a){let o=GU(a);o[t.path[n-1]]=r,r=o}else{let o=new Zs;o[t.path[n-1]]=r,r=o}}n-=1}return{data:Object.setPrototypeOf(r,Zs.prototype),actual:t,reverse:{...t,props:s}}}},(e=Ig||(Ig={})).apply=function(t,i){return pE(t,i)??t},e.merge=function(t,i){return nX(t,i)},e.filterOp=function(t,i){let r=0,n=i.path,s=t;for(;r<n.length&&s!==void 0;){if(s=wa.zoomOnce(s,n[r]),s===void 0)return i;if(!xx(s))return;r+=1}if(s===void 0)return i;if(xx(s)){if(i.type===0){let a={...i.props};for(let o of Object.keys(s))delete a[o];return{...i,props:a}}if(i.type===1||i.type===4||i.type===7){let a=rX([i],s);return a?a[0]:i}return i}}}),lIe=V(()=>{x4(),y4(),n1(),tX(),iX(),s1(),l1e(),sX(),(BO||(BO={})).replaceProps=function(e,t){let i=wa.zoom(t,e.path);if(typeof i=="object"){let r={};for(let n of Object.keys(e.props))r[n]=i[n];return{...e,props:r}}return{...e,props:{}}},(e=>{function t(n,s){let a=s.path,o=[];for(;;){let l;if(n instanceof Zs&&s.type===0&&(l=n.runOp({...s,path:a.slice(o.length)}),l===null&&(l=void 0)),l===void 0&&o.length===a.length&&(l=n instanceof Ma||n instanceof Nt||n instanceof ai?n.runOp(s):Jx.runOp(n,s)),l!==void 0){if(l!==null){let d=l.data;for(let c=o.length-1;c>=0;c--){let p=a[c],m=o[c];if(m instanceof Ma){if(typeof p=="number")throw new Error("illegal arg");d=m.modifyById(p,d)}else if(m instanceof Nt){if(typeof p=="number")throw new Error("illegal arg");d=m.modifyById(p,d)}else if(m instanceof ai){if(typeof p=="number")throw new Error("illegal arg");d=m.modifyById(p,d)}else if(m instanceof Zs){let f={...m,[p]:d};d=Object.setPrototypeOf(f,Zs.prototype)}else{if(typeof m!="object")return null;if(Array.isArray(m)){if(typeof p=="string"&&(p=parseInt(p),isNaN(p)))throw new Error("Invalid path");let f=d;d=[...m],d[p]=f}else d=Jx.tryPreservePrototype(m,{...m,[p]:d})}}return{data:d,actual:{...l.actual,path:a},reverse:{...l.reverse,path:a}}}return null}let u,h=a[o.length];if(n instanceof Ma){if(typeof h=="number")throw new Error("");u=n.get(h)?.data}else if(n instanceof Nt){if(typeof h=="number")throw new Error("");u=n.get(h)?.data}else n!==null&&(u=n[h]);if(u===void 0)return null;o.push(n),n=u}}function i(n,s){for(let a=0;a<n.length&&a<s.length;a++)if(n[a]!==s[a])return!0;return!1}function r(n,s){if(n.length!==s.length)return!1;for(let a=0;a<n.length;a++)if(n[a]!==s[a])return!1;return!0}e.drop=function(n,s){return{...n,path:n.path.slice(s)}},e.applySimple=function(n,s){return t(n,s)?.data??n},e.apply=t,e.pathDisjoint=i,e.pathEq=r,e.commutative=function(n,s){return i(n.path,s.path)},e.subsumed=function(n,s){return!(n.type!==0||s.type!==0||!r(n.path,s.path))&&Object.keys(n.props).every(a=>s.props[a]!==void 0)}})(qa||(qa={})),(e=>{function t(i,r){let n=i,s=[],a=[];for(let o of r)try{if(o.type===3||o.type===5&&o.path[o.path.length-1]==="variables"){let l,u,h;if(o.type===3?(l=wa.zoom(n,[...o.path,o.id]),h=qa.apply(n,{...o,type:2})):(l=wa.zoom(n,[...o.path,o.id,"value"]),h=qa.apply(n,o)),h!==null){n=h.data;let[d,c]=oIe(n,{[o.id]:l});n=d;for(let p=0;p<c.length;p++){let m=c[p],f=m.pop();if(typeof f=="number"){let g=[f];for(let y=p+1;y<c.length;y++){let _=c[y],b=_[_.length-1];if(typeof b!="number"||!wa.equal(m,_.slice(0,_.length-1)))break;g.push(b),c.splice(y,1)}let v=wa.zoom(n,m);u=v.map((y,_)=>g.includes(_)?o.id:y),l=v,f=m.pop()}else{if(f==="alphaOverride"||f==="alpha"){l/=100;let g=l,v=wa.zoom(n,m.slice(0,m.length-2)),y=v.layers.map(_=>_.id===m[m.length-1]?{..._,data:{..._.data,[f]:g}}:_);Object.setPrototypeOf(y,Object.getPrototypeOf(v.layers)),v.layers=y}u=o.id}s.push({type:0,path:m,props:{[f]:l}}),a.push({type:0,path:m,props:{[f]:u}})}a.push(h.reverse),s.push(h.actual)}}else{let l=qa.apply(n,o);l!==null&&(s.push(l.actual),n=l.data,a.push(l.reverse))}}catch(l){if(l instanceof J$)return null;throw l}return{data:n,actual:s,reverse:a.reverse()}}e.empty=function(){return[]},e.removePrefix=function(i,r){let n=[];for(let s of i){let[a,...o]=s.path;a===r&&n.push({...s,path:o})}return n},e.addPrefix=function(i,r){return i.map(n=>({...n,path:[r,...n.path]}))},e.concat=function(i,r){return[...i,...r]},e.compress=function(i,r){return[...i.filter(n=>!r.some(s=>qa.subsumed(n,s))),...r]},e.commutative=function(i,r){return i.every(n=>r.every(s=>qa.commutative(n,s)))},e.applyAll=function(i,r){for(let n of r){let s=t(i,n);s!==null&&(i=s.data)}return i},e.apply=t})(rJ||(rJ={}))});function HU(e,t,i){if(e.length>0){let r=e[e.length-1];if(r.type===0&&t.type===0&&wa.equal(r.path,i))return void Object.assign(r.props,t.props)}e.push({...t,path:i})}function rI(e,t,i){return i instanceof Ma?new _4(e,t,i):i instanceof Nt?new b4(e,t,i):i instanceof ai?new Proxy(new u1e(e,t,i),c1e):i!==null&&typeof i=="object"?Z$(i)?i:new Proxy(new h1e(e,t,i),d1e):i}function yM(e){let t=new C7(e);return[rI(t,"",e),t]}function UO(e,t){let[i,r]=yM(e);return t(i),r.result()}function qs(e){return e instanceof _4||e instanceof b4?e._current:e!==null&&typeof e=="object"?e[A7]:e}var A7,nJ,CS,z1,h1e,u1e,WU,d1e,c1e,_4,b4,C7,wa,p1e=V(()=>{y4(),n1(),iX(),s1(),Ja(),x4(),A7=Symbol(),nJ=Symbol(),CS=Symbol(),z1=class{reportOp(e,t,i=[]){let r=this;if(t===null)return;r._current=t.data;let n=i;for(;!(r instanceof C7);){let s=r._path,a=r._current;if(s!==""&&n.splice(0,0,s),r=r._parent,r===null)return;r.update(s,a)}r.push(n,e,t.actual,t.reverse)}deleteChildren(e){if(this._children){let t=this._children[e];if(t){let i=t[CS];i&&i(),delete this._children[e]}}}},h1e=class extends z1{constructor(e,t,i){super(),this._parent=e,this._path=t,this._current=i}update(e,t){if(Array.isArray(this._current)){if(typeof e=="string"&&(e=parseInt(e),isNaN(e)))throw new Error("Invalid path");this._current=[...this._current],this._current[e]=t}else this._current=Jx.tryPreservePrototype(this._current,{...this._current,[e]:t})}runOp(e){this.reportOp(e,Jx.runOp(this._current,e),e.path)}},u1e=class extends z1{constructor(e,t,i){super(),this._parent=e,this._path=t,this._current=i}update(e,t){this._current={...this._current,[e]:t},Object.setPrototypeOf(this._current,ai.prototype)}runOp(e){this.reportOp(e,this._current.runOp(e))}},WU={get(e,t){if(t===CS)return()=>{e._parent=null};if(t===A7)return e._current;if(t===nJ)return e;let{_current:i,_children:r}=e;if(t==="push"&&Array.isArray(i))throw new Error("not supported to expand array");let n=r===void 0?void 0:r[t];if(n!==void 0)return n;let s=i[t],a=rI(e,t,s);return a!==s?(r===void 0&&(r={},e._children=r),r[t]=a,a):s},has:(e,t)=>t in e._current,ownKeys:e=>Reflect.ownKeys(e._current),defineProperty(){throw Error("not supported")},getPrototypeOf:e=>Object.getPrototypeOf(e._current),setPrototypeOf(){throw Error("not supported")},getOwnPropertyDescriptor(e,t){let i=e._current,r=Reflect.getOwnPropertyDescriptor(i,t);return r&&{writable:!0,configurable:!0,enumerable:r.enumerable,value:i[t]}}},d1e={...WU,set(e,t,i){let r={type:0,props:{[t]:qs(i)??i}};return e.deleteChildren(t),e.runOp(r),!0},deleteProperty(e,t){let i={type:0,props:{[t]:void 0}};return e.deleteChildren(t),e.runOp(i),!0}},c1e={...WU,set(e,t,i){return i===void 0?this.deleteProperty(e,t):(e.deleteChildren(t),e.runOp({type:1,id:t,data:i})),!0},deleteProperty:(e,t)=>(e.runOp({type:2,id:t}),!0)},_4=class extends z1{constructor(e,t,i){super(),this._children={},this._parent=e,this._path=t,this._current=i,this[CS]=()=>{this._parent=null}}unproxy(){return this._current}update(e,t){this._current=this._current.modifyById(e,t)}runOp(e){this.reportOp(e,this._current.runOp(e))}randomId(){return this._current.randomId()}isDescendantOf(e,t){return this._current.isDescendantOf(e,t)}childrenOf(e){return this._current.childrenOf(e)}get(e){return this._current.get(e)}parent(e){return this._current.parent(e)}traverse(e){this._current.traverse((t,i)=>{e(t,this.data(t))})}data(e){let{_current:t,_children:i}=this,r=i===void 0?void 0:i[e];if(r!==void 0)return r;let n=t.get(e)?.data,s=rI(this,e,n);return s!==n?(i===void 0&&(i={},this._children=i),i[e]=s,s):n}add(e,t,i,r,n){this.runOp({type:7,parent:e,fi:t,id:i,data:r,children:n})}move(e,t,i){this.runOp({type:9,parent:e,fi:t,id:i})}insertAfter(e,t,i){let r=this._current.insertAfterHelper(e,t,i.length);for(let n=0;n<i.length;n++){let s=i[n];this.add(e,r[n],s.id,s.data,s.children)}}insertBefore(e,t,i){let r=this._current.insertBeforeHelper(e,t,i.length);for(let n=0;n<i.length;n++){let s=i[n];this.add(e,r[n],s.id,s.data,s.children)}}moveAfter(e,t,i){let r=this._current.insertAfterHelper(e,t,i.length);for(let n=0;n<i.length;n++){let s=i[n];this.move(e,r[n],s)}}moveBefore(e,t,i){let r=this._current.insertBeforeHelper(e,t,i.length);for(let n=0;n<i.length;n++){let s=i[n];this.move(e,r[n],s)}}delete(e){this.deleteChildren(e),this.runOp({type:8,id:e})}sortNext(e){return this._current.sortNext(e)}sortPrevious(e){return this._current.sortPrevious(e)}getAllSorted(e){return this._current.getAllSorted(e)}},b4=class extends z1{constructor(e,t,i){super(),this._children={},this._parent=e,this._path=t,this._current=i,this[CS]=()=>{this._parent=null}}unproxy(){return this._current}get length(){return this._current.length}forEach(e){let t=this.length;for(let i=0;i<t;i++){let r=this._current[i].id,n=this._current[i].fi;e(this.data(this._current[i].id),r,n,i)}}find(e){let t=this.length;for(let i=0;i<t;i++){let r=this._current[i].id;if(e(this.data(r),r))return this.get(r)}}update(e,t){this._current=this._current.modifyById(e,t)}randomId(){return this._current.randomId()}get(e){return{...this._current.get(e),data:this.data(e)}}at(e){let{id:t,fi:i}=this._current.at(e);return{id:t,fi:i,data:this.data(t)}}data(e){let{_current:t,_children:i}=this,r=i===void 0?void 0:i[e];if(r!==void 0)return r;let n=t.get(e)?.data,s=rI(this,e,n);return s!==n?(i===void 0&&(i={},this._children=i),i[e]=s,s):n}runOp(e){this.reportOp(e,this._current.runOp(e))}add(e,t,i){this.runOp({type:4,fi:e,id:t,data:i})}move(e,t){this.runOp({type:6,fi:e,id:t})}insertAfter(e,t){let i=this._current.insertAfterHelper(e,t.length);for(let r=0;r<t.length;r++){let n=t[r];this.add(i[r],n.id,n.data)}}insertBefore(e,t){let i=this._current.insertBeforeHelper(e,t.length);for(let r=0;r<t.length;r++){let n=t[r];this.add(i[r],n.id,n.data)}}moveAfter(e,t){let i=this._current.insertAfterHelper(e,t.length);for(let r=0;r<t.length;r++){let n=t[r];this.move(i[r],n)}}moveBefore(e,t){let i=this._current.insertBeforeHelper(e,t.length);for(let r=0;r<t.length;r++){let n=t[r];this.move(i[r],n)}}delete(e){this.deleteChildren(e),this.runOp({type:5,id:e})}},C7=class extends z1{constructor(e){super(),this.ts=[],this.actual=[],this.reverse=[],this._current=e}update(e,t){if(e!=="")throw new Error("");this._current=t}push(e,t,i,r){HU(this.ts,t,e),HU(this.actual,i,e),HU(this.reverse,r,e)}result(){return{data:this._current,ts:this.ts,actual:this.actual,reverse:this.reverse.reverse()}}}}),x4=V(()=>{eX(),p1e(),s1(),n1(),Ja(),(e=>{function t(r,n){return(r instanceof Ma||r instanceof _4)&&typeof n=="string"||(r instanceof Nt||r instanceof b4)&&typeof n=="string"?r.data(n):typeof n=="number"&&Array.isArray(r)||typeof n=="string"&&typeof r=="object"&&r!==null?r[n]:void 0}function i(r,n,s=0){for(;s<n.length&&r!==void 0;)r=t(r,n[s]),s+=1;return r}e.equal=function(r,n){if(n.length!==r.length)return!1;{let s=0;for(;s<r.length;){if(r[s]!==n[s])return!1;s+=1}}return!0},e.removeOverridden=function(r,n,s){let a=i(s,r);if(a!==void 0&&typeof a=="object"&&a!==null){let o={...n};return Object.keys(a).forEach(l=>{delete o[l]}),o}return n},e.zoomOnce=t,e.zoom=i,e.findPathes=function(r,n){let s=[];return function a(o,l){if(o instanceof LO&&o.id===n.id)s.push(l);else if(o instanceof Nt)for(let u=0;u<o.length;u++)a(o[u].data,[...l,o[u].id]);else if(o instanceof Ma)o.traverse((u,h)=>{a(u,[...l,h])});else if(Array.isArray(o))for(let u=0;u<o.length;u++)a(o[u],[...l,u]);else{if(Z$(o))return;if(typeof o=="object"&&o!==null)for(let u in o)a(o[u],[...l,u])}}(r,[]),s}})(wa||(wa={}))}),hIe=V(()=>{});function Qr(e,t){let i=[];if(!(t.length<=e.length))return null;{let r=0;for(;r<t.length;){if(t[r]==="*")i.push(e[r]);else if(e[r]!==t[r])return null;r+=1}}return i}var uIe=V(()=>{});function GC(e){try{if(!Rn.trusted&&!vm){let i=Br.sharedLength||0;i<Br.length&&(Br.length=i)}let t;if(Rn.randomAccessStructure&&Rt[Ue]<64&&Rt[Ue]>=32&&uJ?(t=uJ(Rt,Ue,fu,Rn),Rt=null,!(e&&e.lazy)&&t&&(t=t.toJSON()),Ue=fu):t=Ks(),To&&(Ue=To.postBundlePosition,To=null),vm&&(Br.restoreStructures=null),Ue==fu)Br&&Br.restoreStructures&&sJ(),Br=null,Rt=null,gm&&(gm=null);else{if(Ue>fu)throw new Error("Unexpected end of MessagePack data");if(!vm){let i;try{i=JSON.stringify(t,(r,n)=>typeof n=="bigint"?`${n}n`:n).slice(0,100)}catch(r){i="(JSON view not available "+r+")"}throw new Error("Data read, but end of buffer not reached "+i)}}return t}catch(t){throw Br&&Br.restoreStructures&&sJ(),P7(),(t instanceof RangeError||t.message.startsWith("Unexpected end of buffer")||Ue>fu)&&(t.incomplete=!0),t}}function sJ(){for(let e in Br.restoreStructures)Br[e]=Br.restoreStructures[e];Br.restoreStructures=null}function Ks(){let e=Rt[Ue++];if(e<160){if(e<128){if(e<64)return e;{let t=Br[63&e]||Rn.getStructures&&m1e()[63&e];return t?(t.read||(t.read=R7(t,63&e)),t.read()):e}}if(e<144){if(e-=128,Rn.mapsAsObjects){let t={};for(let i=0;i<e;i++){let r=g1e();r==="__proto__"&&(r="__proto_"),t[r]=Ks()}return t}{let t=new Map;for(let i=0;i<e;i++)t.set(Ks(),Ks());return t}}{e-=144;let t=new Array(e);for(let i=0;i<e;i++)t[i]=Ks();return Rn.freezeData?Object.freeze(t):t}}if(e<192){let t=e-160;if(gd>=Ue)return Sg.slice(Ue-Sh,(Ue+=t)-Sh);if(gd==0&&fu<140){let i=t<16?aX(t):f1e(t);if(i!=null)return i}return kO(t)}{let t;switch(e){case 192:return null;case 193:return To?(t=Ks(),t>0?To[1].slice(To.position1,To.position1+=t):To[0].slice(To.position0,To.position0-=t)):_1e;case 194:return!1;case 195:return!0;case 196:if(t=Rt[Ue++],t===void 0)throw new Error("Unexpected end of buffer");return qU(t);case 197:return t=Er.getUint16(Ue),Ue+=2,qU(t);case 198:return t=Er.getUint32(Ue),Ue+=4,qU(t);case 199:return E0(Rt[Ue++]);case 200:return t=Er.getUint16(Ue),Ue+=2,E0(t);case 201:return t=Er.getUint32(Ue),Ue+=4,E0(t);case 202:if(t=Er.getFloat32(Ue),Rn.useFloat32>2){let i=B7[(127&Rt[Ue])<<1|Rt[Ue+1]>>7];return Ue+=4,(i*t+(t>0?.5:-.5)|0)/i}return Ue+=4,t;case 203:return t=Er.getFloat64(Ue),Ue+=8,t;case 204:return Rt[Ue++];case 205:return t=Er.getUint16(Ue),Ue+=2,t;case 206:return t=Er.getUint32(Ue),Ue+=4,t;case 207:return Rn.int64AsType==="number"?(t=4294967296*Er.getUint32(Ue),t+=Er.getUint32(Ue+4)):Rn.int64AsType==="string"?t=Er.getBigUint64(Ue).toString():Rn.int64AsType==="auto"?(t=Er.getBigUint64(Ue),t<=BigInt(2)<<BigInt(52)&&(t=Number(t))):t=Er.getBigUint64(Ue),Ue+=8,t;case 208:return Er.getInt8(Ue++);case 209:return t=Er.getInt16(Ue),Ue+=2,t;case 210:return t=Er.getInt32(Ue),Ue+=4,t;case 211:return Rn.int64AsType==="number"?(t=4294967296*Er.getInt32(Ue),t+=Er.getUint32(Ue+4)):Rn.int64AsType==="string"?t=Er.getBigInt64(Ue).toString():Rn.int64AsType==="auto"?(t=Er.getBigInt64(Ue),t>=BigInt(-2)<<BigInt(52)&&t<=BigInt(2)<<BigInt(52)&&(t=Number(t))):t=Er.getBigInt64(Ue),Ue+=8,t;case 212:if(t=Rt[Ue++],t==114)return L7(63&Rt[Ue++]);{let i=_o[t];if(i)return i.read?(Ue++,i.read(Ks())):i.noBuffer?(Ue++,i()):i(Rt.subarray(Ue,++Ue));throw new Error("Unknown extension "+t)}case 213:return t=Rt[Ue],t==114?(Ue++,L7(63&Rt[Ue++],Rt[Ue++])):E0(2);case 214:return E0(4);case 215:return E0(8);case 216:return E0(16);case 217:return t=Rt[Ue++],gd>=Ue?Sg.slice(Ue-Sh,(Ue+=t)-Sh):x1e(t);case 218:return t=Er.getUint16(Ue),gd>=(Ue+=2)?Sg.slice(Ue-Sh,(Ue+=t)-Sh):w1e(t);case 219:return t=Er.getUint32(Ue),gd>=(Ue+=4)?Sg.slice(Ue-Sh,(Ue+=t)-Sh):S1e(t);case 220:return t=Er.getUint16(Ue),Ue+=2,aJ(t);case 221:return t=Er.getUint32(Ue),Ue+=4,aJ(t);case 222:return t=Er.getUint16(Ue),Ue+=2,oJ(t);case 223:return t=Er.getUint32(Ue),Ue+=4,oJ(t);default:if(e>=224)return e-256;if(e===void 0){let i=new Error("Unexpected end of MessagePack data");throw i.incomplete=!0,i}throw new Error("Unknown MessagePack token "+e)}}}function R7(e,t){function i(){if(i.count++>N7){let n;try{n=e.read=new Function("r","return function(){return "+(Rn.freezeData?"Object.freeze":"")+"({"+e.map(s=>s==="__proto__"?"__proto_:r()":b1e.test(s)?s+":r()":"["+JSON.stringify(s)+"]:r()").join(",")+"})}")(Ks)}catch{return N7=1/0,i()}return e.read0=n,e.highByte===0&&(e.read=I7(t,e.read)),n()}let r={};for(let n=0,s=e.length;n<s;n++){let a=e[n];a==="__proto__"&&(a="__proto_"),r[a]=Ks()}return Rn.freezeData?Object.freeze(r):r}return i.count=0,e.read0=i,e.highByte===0?I7(t,i):i}function m1e(){let e=y1e(()=>(Rt=null,Rn.getStructures()));return Br=Rn._mergeStructures(e,Br)}function _M(e){let t;if(e<16&&(t=aX(e)))return t;if(e>64&&D7)return D7.decode(Rt.subarray(Ue,Ue+=e));let i=Ue+e,r=[];for(t="";Ue<i;){let n=Rt[Ue++];if(128&n)if((224&n)==192){let s=(31&n)<<6|63&Rt[Ue++];s<128?r.push(65533):r.push(s)}else if((240&n)==224){let s=(31&n)<<12|(63&Rt[Ue++])<<6|63&Rt[Ue++];s<2048||s>=55296&&s<=57343?r.push(65533):r.push(s)}else if((248&n)==240){let s=(7&n)<<18|(63&Rt[Ue++])<<12|(63&Rt[Ue++])<<6|63&Rt[Ue++];s<65536||s>1114111?r.push(65533):(s>65535&&(s-=65536,r.push(s>>>10&1023|55296),s=56320|1023&s),r.push(s))}else r.push(65533);else r.push(n);r.length>=4096&&(t+=ba.apply(String,r),r.length=0)}return r.length>0&&(t+=ba.apply(String,r)),t}function aJ(e){let t=new Array(e);for(let i=0;i<e;i++)t[i]=Ks();return Rn.freezeData?Object.freeze(t):t}function oJ(e){if(Rn.mapsAsObjects){let t={};for(let i=0;i<e;i++){let r=g1e();r==="__proto__"&&(r="__proto_"),t[r]=Ks()}return t}{let t=new Map;for(let i=0;i<e;i++)t.set(Ks(),Ks());return t}}function f1e(e){let t=Ue,i=new Array(e);for(let r=0;r<e;r++){let n=Rt[Ue++];if((128&n)>0)return void(Ue=t);i[r]=n}return ba.apply(String,i)}function aX(e){if(e<4){if(e<2){if(e===0)return"";{let t=Rt[Ue++];return(128&t)>1?void(Ue-=1):ba(t)}}{let t=Rt[Ue++],i=Rt[Ue++];if((128&t)>0||(128&i)>0)return void(Ue-=2);if(e<3)return ba(t,i);let r=Rt[Ue++];return(128&r)>0?void(Ue-=3):ba(t,i,r)}}{let t=Rt[Ue++],i=Rt[Ue++],r=Rt[Ue++],n=Rt[Ue++];if((128&t)>0||(128&i)>0||(128&r)>0||(128&n)>0)return void(Ue-=4);if(e<6){if(e===4)return ba(t,i,r,n);{let s=Rt[Ue++];return(128&s)>0?void(Ue-=5):ba(t,i,r,n,s)}}if(e<8){let s=Rt[Ue++],a=Rt[Ue++];if((128&s)>0||(128&a)>0)return void(Ue-=6);if(e<7)return ba(t,i,r,n,s,a);let o=Rt[Ue++];return(128&o)>0?void(Ue-=7):ba(t,i,r,n,s,a,o)}{let s=Rt[Ue++],a=Rt[Ue++],o=Rt[Ue++],l=Rt[Ue++];if((128&s)>0||(128&a)>0||(128&o)>0||(128&l)>0)return void(Ue-=8);if(e<10){if(e===8)return ba(t,i,r,n,s,a,o,l);{let u=Rt[Ue++];return(128&u)>0?void(Ue-=9):ba(t,i,r,n,s,a,o,l,u)}}if(e<12){let u=Rt[Ue++],h=Rt[Ue++];if((128&u)>0||(128&h)>0)return void(Ue-=10);if(e<11)return ba(t,i,r,n,s,a,o,l,u,h);let d=Rt[Ue++];return(128&d)>0?void(Ue-=11):ba(t,i,r,n,s,a,o,l,u,h,d)}{let u=Rt[Ue++],h=Rt[Ue++],d=Rt[Ue++],c=Rt[Ue++];if((128&u)>0||(128&h)>0||(128&d)>0||(128&c)>0)return void(Ue-=12);if(e<14){if(e===12)return ba(t,i,r,n,s,a,o,l,u,h,d,c);{let p=Rt[Ue++];return(128&p)>0?void(Ue-=13):ba(t,i,r,n,s,a,o,l,u,h,d,c,p)}}{let p=Rt[Ue++],m=Rt[Ue++];if((128&p)>0||(128&m)>0)return void(Ue-=14);if(e<15)return ba(t,i,r,n,s,a,o,l,u,h,d,c,p,m);let f=Rt[Ue++];return(128&f)>0?void(Ue-=15):ba(t,i,r,n,s,a,o,l,u,h,d,c,p,m,f)}}}}}function lJ(){let e,t=Rt[Ue++];if(t<192)e=t-160;else switch(t){case 217:e=Rt[Ue++];break;case 218:e=Er.getUint16(Ue),Ue+=2;break;case 219:e=Er.getUint32(Ue),Ue+=4;break;default:throw new Error("Expected string")}return _M(e)}function qU(e){return Rn.copyBuffers?Uint8Array.prototype.slice.call(Rt,Ue,Ue+=e):Rt.subarray(Ue,Ue+=e)}function E0(e){let t=Rt[Ue++];if(_o[t]){let i;return _o[t](Rt.subarray(Ue,i=Ue+=e),r=>{Ue=r;try{return Ks()}finally{Ue=i}})}throw new Error("Unknown extension type "+t)}function g1e(){let e=Rt[Ue++];if(!(e>=160&&e<192))return Ue--,v1e(Ks());if(e-=160,gd>=Ue)return Sg.slice(Ue-Sh,(Ue+=e)-Sh);if(!(gd==0&&fu<180))return kO(e);let t,i=4095&(e<<5^(e>1?Er.getUint16(Ue):e>0?Rt[Ue]:0)),r=O7[i],n=Ue,s=Ue+e-3,a=0;if(r&&r.bytes==e){for(;n<s;){if(t=Er.getUint32(n),t!=r[a++]){n=1879048192;break}n+=4}for(s+=3;n<s;)if(t=Rt[n++],t!=r[a++]){n=1879048192;break}if(n===s)return Ue=n,r.string;s-=3,n=Ue}for(r=[],O7[i]=r,r.bytes=e;n<s;)t=Er.getUint32(n),r.push(t),n+=4;for(s+=3;n<s;)t=Rt[n++],r.push(t);let o=e<16?aX(e):f1e(e);return r.string=o??kO(e)}function v1e(e){if(typeof e=="string")return e;if(typeof e=="number"||typeof e=="boolean"||typeof e=="bigint")return e.toString();if(e==null)return e+"";if(Rn.allowArraysInMapKeys&&Array.isArray(e)&&e.flat().every(t=>["string","number","boolean","bigint"].includes(typeof t)))return e.flat().toString();throw new Error("Invalid property type for record: "+typeof e)}function y1e(e){dJ&&dJ();let t=fu,i=Ue,r=zO,n=Sh,s=gd,a=Sg,o=FO,l=gm,u=To,h=new Uint8Array(Rt.slice(0,fu)),d=Br,c=Br.slice(0,Br.length),p=Rn,m=vm,f=e();return fu=t,Ue=i,zO=r,Sh=n,gd=s,Sg=a,FO=o,gm=l,To=u,Rt=h,vm=m,(Br=d).splice(0,Br.length,...c),Rn=p,Er=new DataView(Rt.buffer,Rt.byteOffset,Rt.byteLength),f}function P7(){Rt=null,gm=null,Br=null}function dIe(e){e.unpack?_o[e.type]=e.unpack:_o[e.type]=e}var D7,Rt,fu,Ue,hJ,FO,zO,Rn,Br,Sg,Sh,gd,To,gm,_o,Er,$U,_1e,vm,N7,uJ,dJ,bM,b1e,I7,kO,x1e,w1e,S1e,ba,O7,L7,XU,cJ,pJ,mJ,B7,jC,fJ,gJ,vJ,U7,YU,iA,cIe=V(()=>{try{D7=new TextDecoder}catch{}Ue=0,FO=hJ=[],zO=0,Rn={},Sh=0,gd=0,_o=[],$U={useRecords:!1,mapsAsObjects:!0},(_1e=new class{}).name="MessagePack 0xC1",vm=!1,N7=2,bM=class{constructor(e){e&&(e.useRecords===!1&&e.mapsAsObjects===void 0&&(e.mapsAsObjects=!0),e.sequential&&e.trusted!==!1&&(e.trusted=!0,!e.structures&&e.useRecords!=0&&(e.structures=[],e.maxSharedStructures||(e.maxSharedStructures=0))),e.structures?e.structures.sharedLength=e.structures.length:e.getStructures&&((e.structures=[]).uninitialized=!0,e.structures.sharedLength=0),e.int64AsNumber&&(e.int64AsType="number")),Object.assign(this,e)}unpack(e,t){if(Rt)return y1e(()=>(P7(),this?this.unpack(e,t):bM.prototype.unpack.call($U,e,t)));!e.buffer&&e.constructor===ArrayBuffer&&(e=typeof Buffer<"u"?Buffer.from(e):new Uint8Array(e)),typeof t=="object"?(fu=t.end||e.length,Ue=t.start||0):(Ue=0,fu=t>-1?t:e.length),zO=0,gd=0,Sg=null,FO=hJ,To=null,Rt=e;try{Er=e.dataView||(e.dataView=new DataView(e.buffer,e.byteOffset,e.byteLength))}catch(i){throw Rt=null,e instanceof Uint8Array?i:new Error("Source must be a Uint8Array or Buffer but was a "+(e&&typeof e=="object"?e.constructor.name:typeof e))}if(this instanceof bM){if(Rn=this,this.structures)return Br=this.structures,GC(t);(!Br||Br.length>0)&&(Br=[])}else Rn=$U,(!Br||Br.length>0)&&(Br=[]);return GC(t)}unpackMultiple(e,t){let i,r=0;try{vm=!0;let n=e.length,s=this?this.unpack(e,n):jC.unpack(e,n);if(!t){for(i=[s];Ue<n;)r=Ue,i.push(GC());return i}if(t(s,r,Ue)===!1)return;for(;Ue<n;)if(r=Ue,t(GC(),r,Ue)===!1)return}catch(n){throw n.lastPosition=r,n.values=i,n}finally{vm=!1,P7()}}_mergeStructures(e,t){e=e||[],Object.isFrozen(e)&&(e=e.map(i=>i.slice(0)));for(let i=0,r=e.length;i<r;i++){let n=e[i];n&&(n.isShared=!0,i>=32&&(n.highByte=i-32>>5))}e.sharedLength=e.length;for(let i in t||[])if(i>=0){let r=e[i],n=t[i];n&&(r&&((e.restoreStructures||(e.restoreStructures=[]))[i]=r),e[i]=n)}return this.structures=e}decode(e,t){return this.unpack(e,t)}},b1e=/^[a-zA-Z_$][a-zA-Z\d_$]*$/,I7=(e,t)=>function(){let i=Rt[Ue++];if(i===0)return t();let r=e<32?-(e+(i<<5)):e+(i<<5),n=Br[r]||m1e()[r];if(!n)throw new Error("Record id is not defined for "+r);return n.read||(n.read=R7(n,e)),n.read()},kO=_M,x1e=_M,w1e=_M,S1e=_M,ba=String.fromCharCode,O7=new Array(4096),L7=(e,t)=>{let i=Ks().map(v1e),r=e;t!==void 0&&(e=e<32?-((t<<5)+e):(t<<5)+e,i.highByte=t);let n=Br[e];return n&&(n.isShared||vm)&&((Br.restoreStructures||(Br.restoreStructures=[]))[e]=n),Br[e]=i,i.read=R7(i,r),(i.read0||i.read)()},_o[0]=()=>{},_o[0].noBuffer=!0,_o[66]=e=>{let t=e.byteLength%8||8,i=BigInt(128&e[0]?e[0]-256:e[0]);for(let r=1;r<t;r++)i<<=BigInt(8),i+=BigInt(e[r]);if(e.byteLength!==t){let r=new DataView(e.buffer,e.byteOffset,e.byteLength),n=(s,a)=>{let o=a-s;if(o<=40){let d=r.getBigUint64(s);for(let c=s+8;c<a;c+=8)d<<=BigInt(64),d|=r.getBigUint64(c);return d}let l=s+(o>>4<<3),u=n(s,l),h=n(l,a);return u<<BigInt(8*(a-l))|h};i=i<<BigInt(8*(r.byteLength-t))|n(t,r.byteLength)}return i},XU={Error,EvalError,RangeError,ReferenceError,SyntaxError,TypeError,URIError,AggregateError:typeof AggregateError=="function"?AggregateError:null},_o[101]=()=>{let e=Ks();if(!XU[e[0]]){let t=Error(e[1],{cause:e[2]});return t.name=e[0],t}return XU[e[0]](e[1],{cause:e[2]})},_o[105]=e=>{if(Rn.structuredClone===!1)throw new Error("Structured clone extension is disabled");let t=Er.getUint32(Ue-4);gm||(gm=new Map);let i,r=Rt[Ue];i=r>=144&&r<160||r==220||r==221?[]:r>=128&&r<144||r==222||r==223?new Map:(r>=199&&r<=201||r>=212&&r<=216)&&Rt[Ue+1]===115?new Set:{};let n={target:i};gm.set(t,n);let s=Ks();if(!n.used)return n.target=s;if(Object.assign(i,s),i instanceof Map)for(let[a,o]of s.entries())i.set(a,o);if(i instanceof Set)for(let a of Array.from(s))i.add(a);return i},_o[112]=e=>{if(Rn.structuredClone===!1)throw new Error("Structured clone extension is disabled");let t=Er.getUint32(Ue-4),i=gm.get(t);return i.used=!0,i.target},_o[115]=()=>new Set(Ks()),cJ=["Int8","Uint8","Uint8Clamped","Int16","Uint16","Int32","Uint32","Float32","Float64","BigInt64","BigUint64"].map(e=>e+"Array"),pJ=typeof globalThis=="object"?globalThis:window,_o[116]=e=>{let t=e[0],i=Uint8Array.prototype.slice.call(e,1).buffer,r=cJ[t];if(!r){if(t===16)return i;if(t===17)return new DataView(i);throw new Error("Could not find typed array for code "+t)}return new pJ[r](i)},_o[120]=()=>{let e=Ks();return new RegExp(e[0],e[1])},mJ=[],_o[98]=e=>{let t=(e[0]<<24)+(e[1]<<16)+(e[2]<<8)+e[3],i=Ue;return Ue+=t-e.length,To=mJ,(To=[lJ(),lJ()]).position0=0,To.position1=0,To.postBundlePosition=Ue,Ue=i,Ks()},_o[255]=e=>e.length==4?new Date(1e3*(16777216*e[0]+(e[1]<<16)+(e[2]<<8)+e[3])):e.length==8?new Date(((e[0]<<22)+(e[1]<<14)+(e[2]<<6)+(e[3]>>2))/1e6+1e3*(4294967296*(3&e[3])+16777216*e[4]+(e[5]<<16)+(e[6]<<8)+e[7])):e.length==12?new Date(((e[0]<<24)+(e[1]<<16)+(e[2]<<8)+e[3])/1e6+1e3*((128&e[4]?-281474976710656:0)+1099511627776*e[6]+4294967296*e[7]+16777216*e[8]+(e[9]<<16)+(e[10]<<8)+e[11])):new Date("invalid"),B7=new Array(147);for(let e=0;e<256;e++)B7[e]=+("1e"+Math.floor(45.15-.30103*e));(jC=new bM({useRecords:!1})).unpack,jC.unpackMultiple,jC.unpack,fJ=new Float32Array(1),new Uint8Array(fJ.buffer,0,4)}),pIe=V(()=>{cIe(),eX(),sX(),s1(),y4(),n1(),gJ=[{Class:ai.prototype.constructor,type:1,write:e=>({...e}),read:e=>(Object.setPrototypeOf(e,ai.prototype),e)},{Class:Nt.prototype.constructor,type:2,write:e=>[...e],read:e=>(Object.setPrototypeOf(e,Nt.prototype),e)},{Class:Ma.prototype.constructor,type:3,write:e=>[...e],read:e=>(Object.setPrototypeOf(e,Ma.prototype),e)},{Class:LO.prototype.constructor,type:4,write:e=>e.id,read:e=>new LO(e)},{Class:E7.prototype.constructor,type:5,write:e=>e.data,read:e=>new E7(e)},{Class:Zs.prototype.constructor,type:6,write:e=>({...e}),read:e=>(Object.setPrototypeOf(e,Zs.prototype),e)}];for(let e of gJ)dIe(e);vJ=new bM({structuredClone:!0}),(U7||(U7={})).deserialize=function(e){return vJ.unpack(e)}}),mIe=V(()=>{pIe(),YU=e=>()=>{throw new Error(e+" is not available in the runtime build (decode-only CollabSerialize)")},iA={deserialize:U7.deserialize,serialize:YU("CollabSerialize.serialize"),checksum:YU("CollabSerialize.checksum")}}),Nr=V(()=>{x4(),aIe(),tX(),n1(),y4(),iX(),s1(),lIe(),hIe(),p1e(),uIe(),eX(),mIe(),l1e(),sX()});function F7(e){return e==="MouseDown"||e==="MouseUp"||e==="KeyDown"||e==="KeyUp"||e==="Collision"||e==="Trigger"}var yJ,z7,ex,HC,KU,_J,bJ,xJ,k7,V7,wJ,SJ,TJ,MJ,EJ,G7,j7,AJ,CJ,RJ,PJ,T1e=V(()=>{var e,t,i;Nr(),le(),(e=yJ||(yJ={})).toEventUIType=function(r){return r.type==="Conditional"?r.condition.type==="Distance"?"Distance":"StateChange":r.type},e.fromEventUIType=function(r){return r==="Distance"||r==="StateChange"?"Conditional":r},z7={LookAt:[],Follow:["Create"],DragDrop:["Transition","Animation","Audio","Particles","Create","SetVariable","DynamicVariablePlay","Conditional","ClearLocalStorage","UserAPI"],MouseHover:["Transition","Animation","TimelineAnimation","Particles","Create","Destroy","SwitchCamera","SceneTransition","SetVariable","DynamicVariablePlay","Conditional","ClearLocalStorage","UserAPI"],Scroll:["Transition","Animation","TimelineAnimation","Create","SetVariable","DynamicVariablePlay","Conditional","ClearLocalStorage","UserAPI"],Start:["Transition","Animation","TimelineAnimation","Audio","Particles","Video","Create","Destroy","SwitchCamera","SceneTransition","Reset","SetVariable","DynamicVariablePlay","Conditional","ClearLocalStorage","UserAPI"],Conditional:["Transition","Animation","TimelineAnimation","Audio","Particles","Video","Link","Create","Destroy","SwitchCamera","SceneTransition","Reset","SetVariable","DynamicVariablePlay","Conditional","ClearLocalStorage","UserAPI"],MouseDown:["Transition","Animation","TimelineAnimation","Audio","Particles","Video","Link","Create","Destroy","SwitchCamera","SceneTransition","Reset","SetVariable","DynamicVariablePlay","Conditional","ClearLocalStorage","UserAPI"],MouseUp:["Transition","Animation","TimelineAnimation","Audio","Particles","Video","Link","Create","Destroy","SwitchCamera","SceneTransition","Reset","SetVariable","DynamicVariablePlay","Conditional","ClearLocalStorage","UserAPI"],MousePress:["Transition","Animation","TimelineAnimation","Audio","Particles","Video","Link","Create","SwitchCamera","SceneTransition","Reset","SetVariable","DynamicVariablePlay","Conditional","ClearLocalStorage","UserAPI"],KeyDown:["Transition","Animation","TimelineAnimation","Audio","Particles","Video","Link","Create","Destroy","SwitchCamera","SceneTransition","Reset","SetVariable","DynamicVariablePlay","Conditional","ClearLocalStorage","UserAPI"],KeyUp:["Transition","Animation","TimelineAnimation","Audio","Particles","Video","Link","Create","Destroy","SwitchCamera","SceneTransition","Reset","SetVariable","DynamicVariablePlay","Conditional","ClearLocalStorage","UserAPI"],KeyPress:["Transition","Animation","Audio","Particles","Video","Link","Create","SwitchCamera","Reset","SetVariable","DynamicVariablePlay","Conditional","ClearLocalStorage","UserAPI"],GameControl:["Transition","Animation","TimelineAnimation","Audio","Particles","Create","Conditional"],Collision:["Transition","Animation","TimelineAnimation","Audio","Particles","Video","Create","Destroy","Reset","SetVariable","DynamicVariablePlay","Conditional","ClearLocalStorage","UserAPI"],Trigger:["Transition","Audio","Particles","Video","Link","Create","Destroy","SwitchCamera","SceneTransition","Reset","SetVariable","DynamicVariablePlay","Conditional","ClearLocalStorage","UserAPI"],Resize:["Transition","Animation","Audio","Particles","Video","Create","Destroy","SwitchCamera","SceneTransition","Reset","SetVariable","DynamicVariablePlay","Conditional","ClearLocalStorage","UserAPI"],VariableChange:["Transition","Animation","TimelineAnimation","Audio","Particles","Video","Link","Create","Destroy","SwitchCamera","SceneTransition","Reset","SetVariable","DynamicVariablePlay","Conditional","ClearLocalStorage","UserAPI"],API:["Transition","Animation","Audio","Particles","Video","Link","Create","Destroy","SwitchCamera","SceneTransition","Reset","SetVariable","DynamicVariablePlay","Conditional","ClearLocalStorage","UserAPI"],WEBHOOK:["Transition","Animation","Audio","Particles","Video","Link","Create","Destroy","SwitchCamera","SceneTransition","Reset","SetVariable","DynamicVariablePlay","Conditional","ClearLocalStorage","UserAPI"],AIAssistantListener:["SetVariable"],AIAssistantTrigger:["Transition","Animation","Audio","Particles","Video","Link","Create","Destroy","SwitchCamera","SceneTransition","Reset","SetVariable","DynamicVariablePlay","Conditional","ClearLocalStorage","UserAPI"]},(r=>{r.is=function(n){return n.type==="MouseDown"||n.type==="MouseUp"||n.type==="MousePress"||n.type==="KeyDown"||n.type==="KeyUp"||n.type==="KeyPress"},r.defaultData=function(n){return n==="MouseDown"||n==="MouseUp"||n==="MousePress"?{type:n,mode:"Object",disabled:!1,name:"",actions:new Nt}:{type:n,disabled:!1,name:"",key:void 0,actions:new Nt}}})(ex||(ex={})),(r=>{r.propertyDefaultData=function(n){return{type:"Property",value:[n??null,"position","x"]}},r.valueDefaultData={type:"Literal",value:0}})(HC||(HC={})),(t=KU||(KU={})).comparisonDefaultData=function(r){return{type:"Comparison",operator:"==",lOperand:HC.propertyDefaultData(r),rOperand:{...HC.valueDefaultData}}},t.distanceDefaultData=function(r){return{type:"Distance",toObject:r??null,fromObject:r??null,distance:200}},t.stateDefaultData=function(r,n){return{type:"State",object:r??null,state:n??null}},(_J||(_J={})).isConditionalSubActions=function(r){return r.find(n=>n==="ifActions"||n==="elseActions")!==void 0},(r=>{r.is=function(n){return n.type==="Conditional"},r.defaultData=function(n){return{type:"Conditional",disabled:!1,name:"",inActions:new Nt,outActions:new Nt,condition:KU.distanceDefaultData(n)}}})(bJ||(bJ={})),(xJ||(xJ={})).defaultData={type:"DragDrop",name:"",cursor:"hand",disabled:!1,dampingFactor:1,objects:[],snapTo:"center",snapSurfaceMode:"bbox",snapSurfaceOffset:0,dropOn:"all",autoOrient:!0,dropDestinations:[],plane:"adaptive",planeMode:"locked",referenceFrame:"global",limits:[-1/0,1/0,-1/0,1/0,-1/0,1/0],drop:!1,resetOnSnapFail:!1,snapSpeed:20,resetSpeed:20,dragDropActions:{drag:new Nt,drop:new Nt}},(k7||(k7={})).defaultData={type:"Follow",disabled:!1,name:"",maxDelta:0,dampingFactor:1,target:"cursor",plane:"custom",resetOnPointerLeave:!0,resetAfterDistanceLimit:!0,enabledTranslation:[!0,!0,!0],limitDistanceEnabled:!1,limitDistance:1e3,snapDelay:0,resetSpeed:5,actions:new Nt},(V7||(V7={})).defaultData={type:"LookAt",disabled:!1,name:"",distance:1e3,dampingFactor:1,target:"cursor",tilt:"up",axis:"z",plane:"custom",resetOnPointerLeave:!0,resetAfterDistanceLimit:!0,enabledRotation:[!0,!0,!0],limitDistanceEnabled:!1,limitDistance:1e3,snapDelay:0,resetSpeed:5},(r=>{r.is=function(n){return n.type==="MouseHover"},r.defaultData=function(){return{type:"MouseHover",disabled:!1,name:"",actions:new Nt}}})(wJ||(wJ={})),(r=>{r.is=function(n){return n.type==="Scroll"},r.defaultData=function(){return{type:"Scroll",disabled:!1,name:"",steps:100,trigger:"load",startFrom:"enter",enterAnchor:"top",startOffset:0,endAfter:400,actions:new Nt}}})(SJ||(SJ={})),(r=>{r.is=function(n){return n.type==="Start"},r.defaultData=function(){return{type:"Start",disabled:!1,name:"",actions:new Nt}}})(TJ||(TJ={})),(r=>{r.is=function(n){return n.type==="Collision"},r.defaultData=function(){return{type:"Collision",disabled:!1,name:"",target:"character",actions:new Nt}}})(MJ||(MJ={})),(r=>{r.is=function(n){return n.type==="Trigger"},r.defaultData=function(n,s){return{type:"Trigger",name:"",disabled:!1,target:"all",triggeringObjects:[],actions:new Nt,triggerZone:"box",position:s.toArray(),rotation:[0,0,0],size:n.toArray(),radius:n.length()/2,helperVisible:!0}}})(EJ||(EJ={})),(i=G7||(G7={})).defaultSizes={mobile:[480,480],tablet:[768,768],desktop:[1200,1200],custom:[769,1200]},i.is=function(r){return r.type==="Resize"},i.sizeToDevice=function(r){return typeof r=="string"?r:"custom"},i.deviceToSize=function(r){return typeof r=="string"?[...i.defaultSizes[r]]:[...r]},i.defaultData=function(){let r={size:"mobile",operator:"<",actions:new Nt},n={size:"tablet",operator:"<",actions:new Nt},s={size:[...i.defaultSizes.custom],operator:"<>",actions:new Nt},a=new Nt;return a.push({id:ht.generateUUID(),fi:0,data:r},{id:ht.generateUUID(),fi:1,data:n},{id:ht.generateUUID(),fi:2,data:s}),{type:"Resize",disabled:!1,name:"",orientation:"horizontal",breakpoints:a}},i.defaultBreakpointData=function(){return{size:[...i.defaultSizes.custom],operator:"<>",actions:new Nt}},(r=>{r.propertyPaths={Position:["position"],"Position X":["position","x"],"Position Y":["position","y"],"Position Z":["position","z"],Rotation:["rotation"],"Rotation X":["rotation","x"],"Rotation Y":["rotation","y"],"Rotation Z":["rotation","z"],Scale:["scale"],"Scale X":["scale","x"],"Scale Y":["scale","y"],"Scale Z":["scale","z"],Width:["width"],Height:["height"],Depth:["depth"],"Mouse Position X":["mouse","x"],"Mouse Position Y":["mouse","y"],"Mouse Pressed":["mouse","pressed"],"Screen Width":["mouse","width"],"Screen Height":["mouse","height"],"Hit Position X":["raycast","x"],"Hit Position Y":["raycast","y"],"Hit Position Z":["raycast","z"],"Hit Object Position X":["raycast","objX"],"Hit Object Position Y":["raycast","objY"],"Hit Object Position Z":["raycast","objZ"]},r.is=function(n){return n.type==="VariableChange"},r.defaultData=function(){return{disabled:!1,type:"VariableChange",name:"",actions:new Nt,variableId:"",objectId:null,property:"Position X"}}})(j7||(j7={})),(r=>{r.is=function(n){return n.type==="API"},r.defaultData=function(){return{disabled:!1,type:"API",name:"",successActions:new Nt,errorActions:new Nt,userAPIId:""}}})(AJ||(AJ={})),(r=>{r.is=function(n){return n.type==="WEBHOOK"},r.defaultData=function(){return{disabled:!1,type:"WEBHOOK",name:"",actions:new Nt,userWebhookId:""}}})(CJ||(CJ={})),(r=>{r.is=function(n){return n.type==="AIAssistantListener"},r.defaultData=function(){return{disabled:!1,type:"AIAssistantListener",name:"",actions:new Nt,analysis:"average",analysisRange:[0,71],analysisSingle:0}}})(RJ||(RJ={})),(r=>{r.is=function(n){return n.type==="AIAssistantTrigger"},r.defaultData=function(){return{disabled:!1,description:"",name:"",type:"AIAssistantTrigger",actions:new Nt}}})(PJ||(PJ={}))});function DJ(e){let t=typeof e;return e!==null&&(t==="object"||t==="function")}function NJ(e){return typeof e=="string"&&e.length===36&&/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/i.test(e)}var a1,wx,M1e,eo,IJ,Uc,Og,rA,OJ,Sx,aa,kr,H7,LJ,Tg,ew,BJ,UJ,FJ,zJ,kJ,VJ,GJ,jJ,ZU,HJ,WJ,QU,qJ,$J,XJ,JU,YJ,eF,KJ,ZJ,QJ,JJ,eee,tee,iee,ree,nee,Ky,ym,Mg,W7,q7,VO,GO,jO,HO,WO,$7,X7,qO,Y7,Tx,see,tF,iF,K7,aee,$O,oee,lee,nA,hee,uee,dee,cee,pee,mee,fee,gee,vee,w4,oX,os,is,Db,E1e,sA,XO,Fv,Z7,lX,YO,KO,Q7,lm,nI,Xn,rF,gg,Dh=V(()=>{var e,t,i,r,n,s,a,o;a1="personal camera",wx="a218fcc3-276b-49b9-b485-49037fd14f5f",M1e=2500134,eo=5526619,(e=IJ||{}).x="x",e.y="y",e.z="z",IJ=e,(l=>{function u(c,p){return Math.pow(p[0]-c[0],2)+Math.pow(p[1]-c[1],2)}function h(c,p){return Math.sqrt(u(c,p))}function d(c,p,m){let f=l.sub(p,c),g=l.sub(m,c),v=l.dot(f,g)/l.dot(f,f),y=l.scalarMultiply(f,v);return l.add(c,y)}l.isEqual=function(c,p){return c[0]===p[0]&&c[1]===p[1]},l.lerp=function(c,p,m){return[c[0]+(p[0]-c[0])*m,c[1]+(p[1]-c[1])*m]},l.add=function(c,p){return[c[0]+p[0],c[1]+p[1]]},l.sub=function(c,p){return[c[0]-p[0],c[1]-p[1]]},l.multiply=function(c,p){return[c[0]*p[0],c[1]*p[1]]},l.divide=function(c,p){return[c[0]/p[0],c[1]/p[1]]},l.distanceSquared=u,l.distance=h,l.dot=function(c,p){return c[0]*p[0]+c[1]*p[1]},l.scalarMultiply=function(c,p){return[c[0]*p,c[1]*p]},l.projectionOnto=d,l.projectionOntoDistance=function(c,p,m){return h(c,d(c,p,m))},l.center=function(c,p){return[.5*(c[0]+p[0]),.5*(c[1]+p[1])]}})(Uc||(Uc={})),(t=Og||(Og={})).isEqual=function(l,u){return l[0]===u[0]&&l[1]===u[1]&&l[2]===u[2]},t.add=function(l,u){return[l[0]+u[0],l[1]+u[1],l[2]+u[2]]},t.sub=function(l,u){return[l[0]-u[0],l[1]-u[1],l[2]-u[2]]},t.div=function(l,u){return[l[0]/u[0],l[1]/u[1],l[2]/u[2]]},t.mul=function(l,u){return[l[0]*u[0],l[1]*u[1],l[2]*u[2]]},t.dist=function(l,u){return Math.hypot(l[0]-u[0],l[1]-u[1],l[2]-u[2])},t.lerp=function(l,u,h){return[l[0]+(u[0]-l[0])*h,l[1]+(u[1]-l[1])*h,l[2]+(u[2]-l[2])*h]},(i=rA||(rA={})).isEqual=function(l,u){return l[0]===u[0]&&l[1]===u[1]&&l[2]===u[2]&&l[3]===u[3]},i.lerp=function(l,u,h){return[l[0]+(u[0]-l[0])*h,l[1]+(u[1]-l[1])*h,l[2]+(u[2]-l[2])*h,l[3]+(u[3]-l[3])*h]},(l=>{let u=180/Math.PI,h=Math.PI/180;function d(p){return typeof p=="number"?p*u:p}function c(p){return typeof p=="number"?p*h:p}l.radToDeg=function(p){return[d(p[0]),d(p[1]),d(p[2])]},l.degToRad=function(p){return[c(p[0]),c(p[1]),c(p[2])]}})(OJ||(OJ={})),(r=Sx||(Sx={})).identity=[1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1],r.isEqual=function(l,u){for(let h=0;h<16;h++)if(l[h]!==u[h])return!1;return!0},r.simplify=function(l){return l??r.identity},r.applyMatrix4=function(l,u){let h=u.slice(0);for(let d=0,c=u.length;d<c;d+=3){let p=l[3]*u[d]+l[7]*u[d+1]+l[11]*u[d+2]+l[15];h[d]=(l[0]*u[d]+l[4]*u[d+1]+l[8]*u[d+2]+l[12])/p,h[d+1]=(l[1]*u[d]+l[5]*u[d+1]+l[9]*u[d+2]+l[13])/p,h[d+2]=(l[2]*u[d]+l[6]*u[d+1]+l[10]*u[d+2]+l[14])/p}return h},(n=aa||(aa={})).isRGB=function(l){return typeof l=="object"&&typeof l.r=="number"&&typeof l.g=="number"&&typeof l.b=="number"},n.white={r:1,g:1,b:1},n.red={r:1,g:0,b:0},n.black={r:0,g:0,b:0},n.toRgb255a1=function(l){return{r:Math.round(255*l.r),g:Math.round(255*l.g),b:Math.round(255*l.b),a:1}},n.clone=function(l){return{r:l.r,g:l.g,b:l.b}},n.fromHex=function(l){return{r:((l=Math.floor(l))>>16&255)/255,g:(l>>8&255)/255,b:(255&l)/255}},n.toHex=function(l){return 65536*Math.round(255*l.r)+256*Math.round(255*l.g)+Math.round(255*l.b)},n.equals=function(l,u){return l.r===u.r&&l.g===u.g&&l.b===u.b},n.equalsFixed=function(l,u){return l.r.toFixed(2)===u.r.toFixed(2)&&l.g.toFixed(2)===u.g.toFixed(2)&&l.b.toFixed(2)===u.b.toFixed(2)},n.lerp=function(l,u,h){return{r:l.r+(u.r-l.r)*h,g:l.g+(u.g-l.g)*h,b:l.b+(u.b-l.b)*h}},n.is=function(l){return!!DJ(l)&&"r"in l&&"g"in l&&"b"in l&&!("a"in l)},(s=kr||(kr={})).white={...aa.white,a:1},s.is=function(l){return!!DJ(l)&&"r"in l&&"g"in l&&"b"in l&&"a"in l},s.transparent={...aa.white,a:0},s.from0to1=function(l){return{r:l[0],g:l[1],b:l[2],a:l[3]}},s.fromHexAndA=function(l,u){return{...aa.fromHex(l),a:u}},s.toRgb255a1=function(l){return{r:Math.round(255*l.r),g:Math.round(255*l.g),b:Math.round(255*l.b),a:l.a}},s.equals=function(l,u){return aa.equals(l,u)&&l.a===u.a},s.equalsFixed=function(l,u){return aa.equalsFixed(l,u)&&l.a.toFixed(2)===u.a.toFixed(2)},s.lerp=function(l,u,h){return{r:l.r+(u.r-l.r)*h,g:l.g+(u.g-l.g)*h,b:l.b+(u.b-l.b)*h,a:l.a+(u.a-l.a)*h}},s.toStyle=function({r:l,g:u,b:h,a:d}=s.white){return`rgba(${255*l}, ${255*u}, ${255*h}, ${d})`},(H7||(H7={})).identity={position:[0,0,0],rotation:[0,0,0],scale:[1,1,1],pivot:[0,0,0],pivotRotation:[0,0,0]},(a=LJ||{})[a.LINEAR=0]="LINEAR",a[a.EASE=1]="EASE",a[a.EASE_IN=2]="EASE_IN",a[a.EASE_OUT=3]="EASE_OUT",a[a.EASE_IN_OUT=4]="EASE_IN_OUT",a[a.CUBIC=5]="CUBIC",a[a.SPRING=6]="SPRING",a[a.ARC=7]="ARC",a[a.NONE=8]="NONE",LJ=a,(Tg||(Tg={})).defaultData={mass:1,stiffness:80,damping:10,velocity:0},(ew||(ew={})).defaultData={control1:[.5,0],control2:[.5,1]},(o=BJ||(BJ={})).linear=[0,0,1,1],o.ease=[.25,.1,.25,1],o.easeIn=[.42,0,1,1],o.easeOut=[0,0,.58,1],o.easeInOut=[.42,0,.58,1]}),fIe=V(()=>{var e,t;Nr(),T1e(),(UJ||(UJ={})).defaultData={type:"SwitchCamera",name:"",targetCamera:"",delay:0,animate:!0,duration:1e3,easing:4,runMode:"Normal"},(FJ||(FJ={})).defaultData={type:"SceneTransition",name:"",target:"",delay:0,duration:1,transition:"none"},(zJ||(zJ={})).defaultData={type:"Link",name:"",url:null,context:"tab"},(kJ||(kJ={})).defaultData={type:"Destroy",name:"",objects:[],delay:0},(VJ||(VJ={})).defaultData={type:"Particles",name:"",emitterObjectId:"",delay:0,emission:"start",triggerAfter:"any"},(GJ||(GJ={})).defaultData={type:"Create",name:"",object:"",delay:0,creationSpeed:10,coordinateSystem:"world",dynamic:!0,destroy:"No",destroyAfterQuantity:5,lifetime:2,position:[0,0,0],rotation:[0,0,0],velocity:[1e3,0,0],hideBase:"No"},(jJ||(jJ={})).defaultData={type:"Reset",name:"",delay:0},(ZU||(ZU={})).defaultData={interaction:"play",delay:0,volume:.5,loop:1},(e=HJ||(HJ={})).pauseDefaultData={interaction:"pause",delay:0},e.stopDefaultData={interaction:"stop",delay:0},(t=WJ||(WJ={})).defaultData={type:"Audio",name:"",...ZU.defaultData},t.hasAudioByActions=i=>i.some(({data:r})=>r.type==="Audio"&&r.interaction==="play"&&r.audio),t.hasAudioByEvents=i=>{for(let{data:r}of i)if(ex.is(r)||r.type==="Start"||r.type==="Collision"){if(t.hasAudioByActions(r.actions))return!0}else if(r.type==="Conditional"){if(t.hasAudioByActions(r.inActions)||t.hasAudioByActions(r.outActions))return!0}else if(r.type==="GameControl"&&Object.values(r.gameActions).find(n=>t.hasAudioByActions(n)))return!0},t.getAudiosByActions=i=>{let r=[];return i.forEach(n=>{let s=n.data;s.type==="Audio"&&s.interaction==="play"&&s.audio&&r.push(n),s.type==="Conditional"&&(r.push(...t.getAudiosByActions(s.ifActions)),r.push(...t.getAudiosByActions(s.elseActions)))}),r},t.getAudiosByEvents=i=>{let r=[];return i.forEach(({data:n})=>{ex.is(n)||n.type==="Collision"||n.type==="Start"||n.type==="Trigger"?r.push(...t.getAudiosByActions(n.actions)):n.type==="Conditional"?(r.push(...t.getAudiosByActions(n.inActions)),r.push(...t.getAudiosByActions(n.outActions))):n.type==="GameControl"?Object.values(n.gameActions).forEach(s=>{r.push(...t.getAudiosByActions(s))}):n.type==="DragDrop"&&(r.push(...t.getAudiosByActions(n.dragDropActions.drag)),r.push(...t.getAudiosByActions(n.dragDropActions.drop)))}),r},(QU||(QU={})).defaultData={interaction:"play",delay:0,volume:.5,loop:1/0},(i=>{i.pauseDefaultData={interaction:"pause",delay:0},i.stopDefaultData={interaction:"stop",delay:0}})(qJ||(qJ={})),(i=>{i.defaultData={type:"Video",name:"",triggerAfter:"autoplay",...QU.defaultData},i.hasVideoByActions=r=>r.some(({data:n})=>n.type==="Video"&&n.interaction==="play"&&n.layerId),i.hasVideoByObject=r=>{if(r.events){for(let{data:n}of r.events)if((ex.is(n)||n.type==="Start")&&i.hasVideoByActions(n.actions))return!0}},i.getVideosByActions=r=>{let n=[];return r.forEach(s=>{let a=s.data;a.type==="Video"&&a.interaction==="play"&&a.layerId&&n.push(s)}),n},i.getVideosByEvents=r=>{let n=[];return r.forEach(({data:s})=>{(ex.is(s)||s.type==="Start")&&n.push(...i.getVideosByActions(s.actions))}),n}})($J||($J={})),(XJ||(XJ={})).defaultData=function(i){return{state:i,repeat:0,delay:0,delayDirection:"start-once",direction:"normal",duration:1e3,easing:4}},(JU||(JU={})).defaultData=function(){return{tweens:new Nt,repeat:0,delay:0,delayDirection:"start-once",direction:"normal"}},(YJ||(YJ={})).defaultData=function(i){return{type:"Transition",name:"",runMode:"Once",object:i??null,...JU.defaultData()}},(eF||(eF={})).defaultData=function(i){return{interaction:"play",timeline:i,repeat:0,delay:0,delayDirection:"start-once",direction:"normal",runMode:"Once"}},(i=>{i.pauseDefaultData={interaction:"pause",delay:0},i.stopDefaultData={interaction:"stop",delay:0}})(KJ||(KJ={})),(ZJ||(ZJ={})).defaultData=function(i){return{type:"TimelineAnimation",name:"",...eF.defaultData(i)}},(QJ||(QJ={})).defaultData=function(i,r,n){return{type:"Animation",name:"",object:i,clipId:r,crop:n,crop2:n,repeat:-1,delay:0,delayDirection:"start-once",direction:"normal",runMode:"Normal"}},(JJ||(JJ={})).defaultData={type:"SetVariable",name:"",variableId:"",expression:[]},(eee||(eee={})).defaultData=()=>({type:"Conditional",name:"",ifActions:new Nt,elseActions:new Nt,condition:[]}),(tee||(tee={})).defaultData={type:"DynamicVariablePlay",name:"",variableId:"",mode:"PlayPause",delay:0,pauseDelay:0},(iee||(iee={})).defaultData={type:"ClearLocalStorage",name:"",target:"all"},(ree||(ree={})).defaultData={name:"",type:"UserAPI"}}),gIe=V(()=>{var e;(e=nee||(nee={})).emptyAudio={data:Uint8Array.from(atob("UklGRjIAAABXQVZFZm10IBIAAAABAAEAQB8AAEAfAAABAAgAAABmYWN0BAAAAAAAAABkYXRhAAAAAA=="),t=>t.charCodeAt(0)),mimeType:"audio/wav",filename:"unknown"},e.maxSize=2e6}),A1e=V(()=>{var e;(e=Ky||(Ky={})).all=["PerspectiveCamera","OrthographicCamera"],e.is=function(t){return e.all.includes(t)},(t=>{t.DefaultUp=[0,1,0],t.DefaultTargetOffset=1e3,t.MinTargetOffset=.001,t.sanitizeTargetOffset=function(s){return s===void 0||!Number.isFinite(s)||s<t.MinTargetOffset?t.DefaultTargetOffset:s},t.DefaultAzimuth=-24,t.DefaultElevation=15;let i=t.DefaultAzimuth*Math.PI/180,r=t.DefaultElevation*Math.PI/180,n=180/Math.PI;t.DefaultPosition=[t.DefaultTargetOffset*Math.sin(i)*Math.cos(r),t.DefaultTargetOffset*Math.sin(r),t.DefaultTargetOffset*Math.cos(i)*Math.cos(r)],t.DefaultRotation=[Math.atan2(-Math.sin(r),Math.cos(i)*Math.cos(r))*n,Math.asin(Math.sin(i)*Math.cos(r))*n,Math.atan2(Math.sin(i)*Math.sin(r),Math.cos(i))*n],t.defaultData={far:1e5,type:"PerspectiveCamera",perspective:{near:70,fov:45,zoom:1},orthographic:{near:-1e5,zoom:1},up:t.DefaultUp,isUpVectorFlipped:!1,targetOffset:t.DefaultTargetOffset},t.getZoom=function(s){return s.type==="PerspectiveCamera"?s.perspective?.zoom??1:s.orthographic?.zoom??1}})(ym||(ym={}))}),C1e=V(()=>{var e;(e=Mg||(Mg={})).defaultData=function(t,i=.1){return{disabled:!1,type:"linear",hideBase:!1,instanced:!1,count:3,radial:{radius:2*Math.max(typeof t[0]=="number"?t[0]:1,typeof t[1]=="number"?t[1]:1),start:0,end:360,alignment:!1,axis:"y",scale:[1,1,1],rotation:[0,0,0],position:[0,0,0],pivot:[0,0,0],pivotRotation:[0,0,0]},toObject:{object:"",spreadType:"random",scale:[0,0,0],rotation:[0,0,0],position:[0,0,0],axis:"x",seed:0,count:99,align:"normal",pivot:[0,0,0],pivotRotation:[0,0,0]},linear:{scale:[1,1,1],rotation:[0,0,0],position:[(typeof t[0]=="number"?t[0]+t[0]:1)*i,0,0],pivot:[0,0,0],pivotRotation:[0,0,0]},grid:{count:[2,2,2],size:t.map(r=>(typeof r=="number"?r:1)*(1+i)),useCenter:!0},randomness:!1,randomnessObject:{strength:100,scale:[0,0,0],rotation:[0,0,0],position:[0,0,0],movement:1,seed:0,freqScale:10,noiseType:"perlin"}}},e.merge=function(t,i){let r={...t};if(q7.forEach(n=>{Object.assign(r,{[n]:i[n]??t[n]})}),r.radial={...t.radial},i.radial){let n=t.radial,s=i.radial;VO.forEach(a=>{Object.assign(r.radial,{[a]:s[a]??n[a]})})}if(r.linear={...t.linear},i.linear){let n=t.linear,s=i.linear;GO.forEach(a=>{Object.assign(r.linear,{[a]:s[a]??n[a]})})}if(r.grid={...t.grid},i.grid){let n=t.grid,s=i.grid;jO.forEach(a=>{Object.assign(r.grid,{[a]:s[a]??n[a]})})}if(r.toObject={...t.toObject},i.toObject){let n=t.toObject,s=i.toObject;HO.forEach(a=>{Object.assign(r.toObject,{[a]:s[a]??n[a]})})}if(r.randomnessObject={...t.randomnessObject},i.randomnessObject){let n=t.randomnessObject,s=i.randomnessObject;WO.forEach(a=>{Object.assign(r.randomnessObject,{[a]:s[a]??n[a]})})}return r},e.isPartial=function(t){return!(!t.randomnessObject&&!t.toObject)},(t=>{t.defaultData={radial:{},linear:{},grid:{},toObject:{},randomnessObject:{}};let i=["radial","linear","grid","toObject","randomnessObject"];t.toOps=function(r,n){let s=[];r.count!==void 0&&s.push({type:0,path:n,props:{count:r.count}});for(let a of i){let o=r[a];o&&Object.keys(o).length>0&&s.push({type:0,path:[...n,a],props:o})}return s}})(W7||(W7={})),q7=["count"],VO=["radius","start","end","position","scale","rotation"],GO=["position","scale","rotation"],jO=["count","size"],HO=["count","position","scale","rotation"],WO=["strength","scale","rotation","position","movement","seed","freqScale"]}),R1e=V(()=>{var e;Dh(),(e=$7||($7={})).all=["PointLight","SpotLight","DirectionalLight","HemisphereLight"],e.is=function(t){return e.all.includes(t)},(X7||(X7={})).defaultData=function(t){return function(i){if(i==="PointLight")return{type:i,color:kr.white,intensity:1,distance:2e3,decay:1,shadows:!0,shadowResolution:1024,shadowRadius:1,penumbraSize:.5,depth:1e5};if(i==="SpotLight")return{type:i,color:kr.white,intensity:1,distance:2e3,decay:1,shadows:!0,penumbra:0,angle:30/180*Math.PI,depth:1e5,penumbraSize:.5,shadowResolution:1024,shadowRadius:1};if(i==="DirectionalLight")return{type:i,color:kr.white,intensity:1,shadows:!0,size:2e3,depth:1e5,penumbraSize:.5,shadowResolution:1024,shadowRadius:1};throw new Error("not implemented")}(t)}}),P1e=V(()=>{var e;(e=qO||(qO={})).defaultShapeData={type:"PlaneEmitterShape",size:[100,100,100]},e.defaultCollisionData={colliderEntityId:null,collisionBounce:.75},e.defaultData={renderMaterial:{type:"particleMaterial",color:{r:1,g:.2,b:.545,a:1},color2:{r:.945,g:.714,b:.184,a:1},coloring:"gradient",ease:"linearFadeOut",easeSize:"linearFadeOut",transparent:!0,size:[40,40],texture:"pt_default_particle",spriteRotation:[0,0]},birthRatePerSec:50,gravity:1,noiseStrength:0,noiseScale:0,noiseSeed:1,noiseType:"curl",randomRotation:0,randomScale:.2,randomMass:.5,rootObjectType:"instancedMesh",life:1,direction:[0,0,0],directionMode:"axis",speed:10,shape:e.defaultShapeData,autoPlay:!0,emitTimeDelay:0,emitTimeCycle:"infinity",emitTimeDuration:1,...e.defaultCollisionData}}),D1e=V(()=>{var e;(e=Y7||(Y7={})).defaultData={gravity:10,damping:.03,localStiffness:.67,globalStiffness:.5,globalRange:.15,stiffnessFalloff:.1,windStrength:0,vspCoefficient:.01,elasticity:.15,hairLength:.75,tipSeparation:.8,kink:0,kinkFrequency:0,clumpStrength:0,clumpSize:32,clumpTipScale:1.5,spreadRadius:.03,guideStrands:8192,headShape:"sphere",baseObjectId:null,hairColorSource:"custom",hairShadeRoot:.6,hairShadeTip:1.15,hairRootColor:{r:.29,g:.102,b:.039,a:1},hairMidColor:{r:.8,g:.267,b:.133,a:1},hairTipColor:{r:.545,g:.18,b:.18,a:1},headColor:{r:.325,g:.137,b:.114,a:1},noiseEnabled:!1,noiseColorA:{r:.545,g:.184,b:.788,a:1},noiseColorB:{r:.914,g:.188,b:.914,a:1},noiseColorC:{r:.2,g:.4,b:1,a:1},noiseColorD:{r:.2,g:1,b:.6,a:1},noiseScale:1.8,noiseMixHair:.75,noiseMixHead:.8,castShadow:!0,receiveShadow:!0,hairWidth:1.75,specularPower:40,specularIntensity:.4,diffuseIntensity:.6,ambientIntensity:.25,opacity:1,tipFade:.4,autoPlay:!0},e.regenProps=["hairLength","spreadRadius","guideStrands","headShape","baseObjectId"]}),hX=V(()=>{(Tx||(Tx={})).defaultData={enabled:"visibility",fusedBody:!0,rigidBody:"positioned",density:1,pointMass:0,gravityScale:1,friction:.5,damping:0,restitution:.2,colliderType:"convex",enabledRotation:[!0,!0,!0],enabledTranslation:[!0,!0,!0]}}),N1e=V(()=>{var e,t;(e=see||{})[e.Front=0]="Front",e[e.Back=1]="Back",e[e.Double=2]="Double",see=e,(t=tF||(tF={})).defaultData={castShadow:!0,receiveShadow:!0},t.equals=function(i,r){return i.castShadow===r.castShadow&&i.receiveShadow===r.receiveShadow},(i=>{i.defaultData={flatShading:!1,wireframe:!1,side:0},i.equals=function(r,n){return r.flatShading===n.flatShading&&r.side===n.side&&r.wireframe===n.wireframe&&(r.shadowCatcher??!1)===(n.shadowCatcher??!1)}})(iF||(iF={})),(K7||(K7={})).defaultData={...iF.defaultData,...tF.defaultData},(aee||(aee={})).getMaterialData=function(i,r){let n=[];if("material"in i){let s=typeof i.material=="string"?r.materials[i.material]??r.lib.materials[i.material]?.asset:i.material;s&&n.push(s)}else if("materials"in i)for(let s of i.materials){let a=typeof s=="string"?r.materials[s]??r.lib.materials[s]?.asset:s;a&&n.push(a)}return n}}),I1e=V(()=>{var e;(e=$O||($O={})).defaultVideo={data:"",thumb:"/_assets/_videos/catThumb.png",type:"video",name:"Cat video"},e.maxSize=3e7}),AA=V(()=>{var e,t,i,r;Nr(),Dh(),I1e(),Dh(),(oee||(oee={})).is=function(n){return n==="texture"||n==="video"||n==="color"||n==="depth"||n==="normal"||n==="gradient"||n==="noise"||n==="fresnel"||n==="cavity"||n==="dust"||n==="rainbow"||n==="toon"||n==="outline"||n==="particle"||n==="transmission"||n==="reflection"||n==="matcap"||n==="displace"||n==="pattern"||n==="vertexColor"||n==="light"},(lee||(lee={})).is=function(n){return n==="luminance"||n==="r"||n==="g"||n==="b"||n==="a"},(nA||(nA={})).is=function(n){return typeof n=="object"&&n!==null&&n.image!=null},(hee||(hee={})).is=function(n){return n==="phong"||n==="toon"||n==="lambert"||n==="physical"},(r=uee||{})[r.Linear=0]="Linear",r[r.Radial=1]="Radial",r[r.Polar=2]="Polar",uee=r,dee=(n=>(n[n.RepeatWrapping=1e3]="RepeatWrapping",n[n.ClampToEdgeWrapping=1001]="ClampToEdgeWrapping",n[n.MirroredRepeatWrapping=1002]="MirroredRepeatWrapping",n))(dee||{}),cee=(n=>(n[n.NearestFilter=1003]="NearestFilter",n[n.LinearFilter=1006]="LinearFilter",n[n.LinearMipmapLinearFilter=1008]="LinearMipmapLinearFilter",n))(cee||{}),(i=pee||{})[i.UV=0]="UV",i[i.Planar=1]="Planar",i[i.Spherical=2]="Spherical",i[i.Cylindrical=3]="Cylindrical",i[i.Triplanar=4]="Triplanar",pee=i,(t=mee||{})[t.Simplex=0]="Simplex",t[t.SimplexFractal=1]="SimplexFractal",t[t.Ashima=2]="Ashima",t[t.Fbm=3]="Fbm",t[t.Perlin=4]="Perlin",t[t.Voronoi=5]="Voronoi",mee=t,(e=fee||{})[e.F1=0]="F1",e[e.F2=1]="F2",e[e.F2MinusF1=2]="F2MinusF1",e[e.SmoothBlend=3]="SmoothBlend",e[e.Edge=4]="Edge",e[e.Power=5]="Power",e[e.Lines=6]="Lines",e[e.Cells=7]="Cells",fee=e,gee=(n=>(n[n.Lights=0]="Lights",n[n.Static=1]="Static",n[n.Camera=2]="Camera",n))(gee||{}),vee=(n=>(n[n.Circle=0]="Circle",n[n.Ring=1]="Ring",n[n.Polygon=2]="Polygon",n[n.Cross=3]="Cross",n[n.Diamond=4]="Diamond",n[n.Checkerboard=5]="Checkerboard",n[n.Line=6]="Line",n[n.Wave=7]="Wave",n))(vee||{}),w4=["mode","gradientType","noiseType","tracingMode","mirror","displacementType","projection","cnormal","crop","axis","side","roughnessMapChannel","metalnessMap","metalnessMapChannel","normalMap","aoMap","aoMapChannel","emissiveMap","style"],oX=["wrapping","image","video","name","minFilter","magFilter"],(n=>{n.patch=function(s,a){let{texture:o,...l}=a;if(Object.assign(s,l),o){let u=s.texture;u&&Object.assign(u,o)}},n.defaultColorLayer=function(s){return{...n.defaultData("color"),color:s}},n.defaultData=function(s,a){return s==="light"&&a?function(o){let l={mode:0,isMask:!1,visible:!0,bumpMap:void 0,bumpMapIntensity:5,roughnessMap:void 0,alphaOverride:1};switch(o){case"phong":return{...l,category:"phong",specular:{r:.2,g:.2,b:.2},shininess:5,type:"light",visible:!0,mode:0,occlusion:!0,alpha:.6};case"toon":return{...l,category:"toon",specular:{r:.2,g:.2,b:.2},shininess:10,type:"light",alpha:1};case"lambert":return{...l,category:"lambert",emissive:{r:0,g:0,b:0},type:"light",alpha:1,visible:!0,mode:0,occlusion:!0};case"physical":return{...l,category:"physical",roughness:.6,metalness:.2,reflectivity:.2,type:"light",alpha:.6,visible:!0,mode:0,occlusion:!0}}}(a):function(o){let l={alpha:1,mode:0,isMask:!1,visible:!0};switch(o){case"texture":return{...l,type:"texture",size:[128,128],blending:0,axis:"x",side:2,projection:0,texture:{image:"image_0",wrapping:1e3,repeat:[1,1],offset:[0,0],rotation:0,minFilter:1008,magFilter:1006},crop:!1};case"video":return{...l,type:"video",size:[128,128],blending:0,axis:"x",side:2,projection:0,texture:{video:$O.defaultVideo,wrapping:1001,repeat:[1,1],offset:[0,0],rotation:0,minFilter:1008,magFilter:1006},crop:!1};case"color":return{...l,type:"color",color:aa.fromHex(eo)};case"vertexColor":return{...l,type:"vertexColor"};case"depth":return{...l,type:"depth",gradientType:1,smooth:!1,isVector:!0,isWorldSpace:!1,origin:[0,0,0],direction:[1,0,0],colors:[[1,1,1,1],[0,0,0,1]],steps:[0,1],near:50,far:200};case"normal":return{...l,type:"normal",cnormal:[1,1,1]};case"gradient":return{...l,type:"gradient",gradientType:0,smooth:!1,colors:[[0,0,0,1],[1,1,1,1],[1,1,1,1],[1,1,1,1],[1,1,1,1],[1,1,1,1],[1,1,1,1],[1,1,1,1],[1,1,1,1],[1,1,1,1]],steps:[0,1,1,1,1,1,1,1,1,1],num:2,angle:0,offset:[0,0],morph:[0,0]};case"noise":return{...l,type:"noise",size:[100,100,100],noiseType:0,scale:1,move:1,colorA:{...aa.fromHex(6710886),a:1},colorB:{...aa.fromHex(6710886),a:1},colorC:{...aa.fromHex(16777215),a:1},colorD:{...aa.fromHex(16777215),a:1},distortion:[1,1],fA:[1.7,9.2],fB:[8.3,2.8],voronoiStyle:0,highCut:1,lowCut:0,smoothness:.3,seed:0,quality:1};case"cavity":return{...l,type:"cavity",mode:3,ridge:1,valley:1};case"fresnel":return{...l,type:"fresnel",color:kr.fromHexAndA(16777215,1),bias:.1,scale:1,intensity:2,factor:1};case"dust":return{...l,type:"dust",color:kr.fromHexAndA(10323813,1),coverage:.2,softness:.2,noiseStrength:.2,noiseScale:1};case"rainbow":return{...l,type:"rainbow",filmThickness:30,movement:0,wavelengths:[0,0,0],noiseStrength:0,noiseScale:1,offset:[0,0,0]};case"toon":return{...l,type:"toon",positioning:2,colors:[[0,0,0,1],[.5,.5,.5,1],[.5,.5,.5,1],[1,1,1,1],[1,1,1,1],[1,1,1,1],[1,1,1,1],[1,1,1,1],[1,1,1,1],[1,1,1,1]],steps:[0,.475,.525,1,1,1,1,1,1,1],num:4,source:[0,1e3,0],isWorldSpace:!0,noiseStrength:0,noiseScale:1,shadowColor:kr.fromHexAndA(0,0),offset:[0,0,0]};case"outline":return{...l,type:"outline",outlineColor:kr.fromHexAndA(0,1),contourColor:kr.fromHexAndA(0,1),outlineWidth:2,contourWidth:5,outlineThreshold:.4,contourThreshold:0,outlineSmoothing:0,contourFrequency:10,contourDirection:[0,1,0],positionalLines:!1,compensation:!0};case"matcap":return{...l,type:"matcap",texture:{image:"matcap_0",wrapping:1001,repeat:[1,1],offset:[0,0],rotation:0,minFilter:1008,magFilter:1006}};case"transmission":return{...l,type:"transmission",thickness:10,ior:1.5,roughness:1};case"reflection":return{...l,type:"reflection",blur:0,thickness:.001,steps:60,stepSize:.005,tracingMode:1,mirror:0};case"displace":return{visible:!0,type:"displace",displacementType:"noise",noiseType:0,scale:10,movement:1,offset:[0,0,0],intensity:8,voronoiStyle:0,smoothness:.3,seed:0,highCut:1,lowCut:0,quality:1};case"pattern":return{...l,type:"pattern",style:0,projection:0,axis:"y",blending:0,offset:[0,0],colorA:{...aa.fromHex(0),a:1},colorB:{...aa.fromHex(16777215),a:1},frequency:[10,10],size:.5,variation:0,smoothness:.5,zigzag:0,rotation:0,vertical:[0,1],horizontal:[0,1],sides:6}}}(s)}})(os||(os={})),(n=>{function s(a,o="layer1",l="layer2",u=aa.fromHex(16777215)){let h=new Nt;return h.push({fi:0,data:os.defaultData("light",a),id:o}),h.push({fi:1,data:os.defaultData("color"),id:l}),{layers:h}}n.isMergable=function(a){return!a.layers.some(o=>o.data.type==="texture"&&o.data.projection!==0||o.data.type==="depth"&&!o.data.isWorldSpace||o.data.type==="noise"||o.data.type==="dust"&&o.data.noiseStrength!==0||o.data.type==="displace")},n.getHash=function(a){let o="";return a.layers.forEach(l=>{Object.entries(l.data).forEach(([u,h])=>{o+=`${u}${h}`,Array.isArray(h)?h.forEach(d=>o+=`${d}`):typeof h=="object"?Object.values(h).forEach(d=>{o+=typeof d=="number"?`${d.toFixed(4)}`:`${d}`}):o+=`${h}`})}),o},n.defaultEmptyData=function(){return{layers:new Nt}},n.defaultData=function(a="layer1",o="layer2"){return s("physical",a,o)},n.withName=function(a,o){return{...a,name:o}},n.defaultTwoLayerData=s,n.defaultColorMaterial=function(a,o,l="layer1",u="layer2"){let h=new Nt;return h.push({fi:0,data:os.defaultData("light",o),id:l}),h.push({fi:1,data:os.defaultColorLayer(a),id:u}),{layers:h}},n.defaultUIObjectMaterial=function(a){let o=os.defaultData("texture");a&&Object.assign(o.texture,{image:a});let l=new Nt;return l.push({fi:0,data:o,id:"layer1"}),l.push({fi:1,data:{...os.defaultData("transmission"),alpha:1},id:"layer2"}),l.push({fi:2,data:{...os.defaultData("light","lambert"),alpha:0},id:"layer3"}),{layers:l}},n.defaultTwoLayerTextureData=function(a,o="physical",l="layer1",u="layer2"){let h=os.defaultData("texture");Object.assign(h.texture,{image:a});let d=new Nt;return d.push({fi:0,data:h,id:l}),d.push({fi:1,data:os.defaultData("light",o),id:u}),{layers:d}},n.defaultTwoLayerVideoTextureData=function(a,o="physical",l="layer1",u="layer2"){let h=os.defaultData("video");Object.assign(h.texture,{video:a});let d=new Nt;return d.push({fi:0,data:h,id:l}),d.push({fi:1,data:os.defaultData("light",o),id:u}),{layers:d}}})(is||(is={}))}),vIe=V(()=>{Db="Roboto_regular",E1e="https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Me5WZLCzYlKw.ttf"}),O1e=V(()=>{Nr(),(sA||(sA={})).defaultData=function(){return{points:new Nt,roundness:0,shapeHoles:[],isClosed:!1}}}),L1e=V(()=>{Nr(),(XO||(XO={})).defaultData=function(){return{points:new Nt,lastInsertionPlane:null,subdivisions:12,isClosed:!1,subdivisionMode:"parametric"}},Fv={type:"Ellipse",width:50,height:50,spikes:16,angle:360,innerRadius:0},(Z7||(Z7={})).merge=function(e,t){let i={...e};return YO.forEach(r=>{Object.assign(i,{[r]:t[r]??e[r]})}),i},lX={shape:Fv,depth:1,offset:0,bevel:50,bevelSides:6,angle:0,twist:0,startScale:1,endScale:1,capType:"flat"},YO=["depth","offset","angle","twist","startScale","endScale"]}),uX=V(()=>{var e,t;O1e(),L1e(),(e=KO||(KO={})).is2DParametricMesh=function(i){return i==="PolygonGeometry"||i==="RectangleGeometry"||i==="StarGeometry"||i==="TriangleGeometry"||i==="EllipseGeometry"||i==="UIGeometry"},e.isParametricMesh=function(i){return i==="PolygonGeometry"||i==="RectangleGeometry"||i==="StarGeometry"||i==="TriangleGeometry"||i==="EllipseGeometry"||i==="PathGeometry"||i==="VectorGeometry"||i==="ConeGeometry"||i==="CubeGeometry"||i==="CylinderGeometry"||i==="DodecahedronGeometry"||i==="HelixGeometry"||i==="IcosahedronGeometry"||i==="LatheGeometry"||i==="PyramidGeometry"||i==="SphereGeometry"||i==="PlaneGeometry"||i==="BackdropGeometry"||i==="TorusGeometry"||i==="TorusKnotGeometry"||i==="BooleanGeometry"||i==="TextGeometry"||i==="InputGeometry"||i==="DecalGeometry"},e.isSwappableGeometry=function(i){return i==="PolygonGeometry"||i==="RectangleGeometry"||i==="StarGeometry"||i==="TriangleGeometry"||i==="EllipseGeometry"||i==="PathGeometry"||i==="VectorGeometry"||i==="ConeGeometry"||i==="CubeGeometry"||i==="CylinderGeometry"||i==="DodecahedronGeometry"||i==="HelixGeometry"||i==="IcosahedronGeometry"||i==="LatheGeometry"||i==="PyramidGeometry"||i==="SphereGeometry"||i==="PlaneGeometry"||i==="BackdropGeometry"||i==="TorusGeometry"||i==="TorusKnotGeometry"||i==="TextGeometry"||i==="SubdivGeometry"||i==="NonParametricGeometry"},(Q7||(Q7={})).merge=function(i,r){let n={...i};return Object.assign(n,r),n.type==="PathGeometry"&&"extrusion"in r&&r.extrusion&&(n.extrusion={...i.extrusion},Object.assign(n.extrusion,Z7.merge(n.extrusion,r.extrusion))),n},(t=lm||(lm={})).defaultData=function(i){if(i==="RectangleGeometry")return{width:320,height:320,type:i,cornerRadius:[0,0,0,0],cornerType:0,depth:0,extrudeBevelSize:0,extrudeBevelSegments:1};if(i==="UIGeometry")return{type:i,frame:"",cornerRadius:[0,0,0,0],cornerType:0,width:1,height:1};if(i==="PathGeometry")return{type:i,width:1,height:1,depth:1,path:XO.defaultData(),extrusion:lX};if(i==="VectorGeometry")return{width:1,height:1,type:i,subdivisions:12,shape:sA.defaultData(),depth:0,extrudeBevelSize:0,extrudeBevelSegments:1};if(i==="BooleanGeometry")return{type:i,operation:2,width:0,height:0,depth:0,phongAngle:35};if(i==="ShapeBlendGeometry")return{type:i,width:0,height:0,depth:0,resolutionLevel:6,blendRange:100,useChildrenColors:!1};if(i==="DecalGeometry")return{type:i,width:200,height:200,depth:200,offset:1};if(i==="TextGeometry")return{type:i,width:100,height:100,depth:0,horizontalAlign:1,verticalAlign:1,fontSize:16,lineHeight:1.2,letterSpacing:0,text:{textValue:""},textTransform:1,font:"Roboto_regular",editable:!1,extrudeBevelSize:0,extrudeBevelSegments:1};if(i==="InputGeometry")return{...t.defaultData("TextGeometry"),type:i,editable:!0};if(i==="SphereGeometry")return{type:"SphereGeometry",width:100,height:100,depth:100,widthSegments:64,heightSegments:64,phiStart:0,phiLength:2*Math.PI,thetaStart:0,thetaLength:180};throw new Error("not implemented")},nI=["width","height","depth"]}),B1e=V(()=>{Dh(),(e=>{function t(i){return i.mode??"linear"}e.defaultData={enabled:!1,useBackgroundColor:!1,color:aa.white,near:.1,far:2e3,mode:"linear",density:.005,heightFalloff:.01,heightBase:0},e.getMode=t,e.getModeIndex=function(i){let r=t(i);return r==="height"?1:r==="both"?2:0},e.getDensity=function(i){return i.density??e.defaultData.density},e.getHeightFalloff=function(i){return i.heightFalloff??e.defaultData.heightFalloff},e.getHeightBase=function(i){return i.heightBase??e.defaultData.heightBase}})(Xn||(Xn={}))}),dX=V(()=>{(rF||(rF={})).defaultData={image:null,rotation:0,blur:32,showBackground:!0},(gg||(gg={})).defaultData={enabled:!1,mode:"hdri",hdri:rF.defaultData,timeOfDay:10,weather:"partlyCloudy",lighting:!0,lightingIntensity:1,lightingQuality:"full",clouds:!0,windSpeed:2,animateWind:!0,exposure:1,seed:2}});function yIe(e){let t=typeof e=="string"?Number.parseInt(e,10):e;return typeof t=="number"&&Number.isFinite(t)?Math.min(5,Math.max(0,Math.round(t))):3}var aA,cy,nF,sF,aF,Mx,oF,J7,eH,yee,k1,U1e,ra,ZO,_ee,bee,xee,wee,_c,mE,QO,JO,_m,py,See,Eg,eL,bm,lF,hF,Xv,Zy,Yv,fE,tH,Tee,Eo,uF,Mee,Eee,hm,mu,Ex,iH,F1e=V(()=>{(()=>{let e={opacity:1,blendFunction:13,enabled:!1};(aA||(aA={})).defaultData={enabled:!1,pixelation:{...e,blendFunction:16,granularity:15},bloom:{...e,blendFunction:16,intensity:1,blurScale:1,luminanceThreshold:.25,luminanceSmoothing:.025,kernelSize:3},chromaticAberration:{...e,offset:[2,2]},vignette:{...e,darkness:1,offset:0},hueSaturation:{...e,hue:3,saturation:0},brightnessContrast:{...e,brightness:.25,contrast:0},depthOfField:{...e,focusDistance:100,focalLength:20,bokehScale:5},noise:{...e,blendFunction:16}}})()}),cX=V(()=>{var e;B1e(),dX(),F1e(),Dh(),(e=cy||(cy={})).defaultData={type:"normal",softShadowQuality:"low"},e.isSoft=function(t){return t!=null&&(t.type===void 0||t.type==="soft")},(nF||(nF={})).defaultData={enabled:!0,color:{r:.8274509803921568,g:.8274509803921568,b:.8274509803921568},intensity:.75},(sF||(sF={})).defaultData={occlusion:!1,aoFullRes:!1,radius:256,bias:.5,aoColor:{r:.19607843137254902,g:.19607843137254902,b:.19607843137254902}},(t=>{t.defaultData={pipeline:"classic",toneMapping:"aces",exposure:1},t.isUntouched=function(i){return i===void 0||i.pipeline==="classic"&&(i.toneMapping==="none"||i.toneMapping==="aces")&&i.exposure===1}})(aF||(aF={})),(Mx||(Mx={})).defaultData={usePhysics:!1,gravity:-10},(oF||(oF={})).defaultData={playCamera:a1,gameControlObject:null},(J7||(J7={})).defaultData={backgroundColor:kr.fromHexAndA(M1e,1),postprocessing:aA.defaultData,fog:Xn.defaultData,sky:gg.defaultData,globalPhysics:Mx.defaultData,ambient:nF.defaultData,ao:sF.defaultData,shadow:cy.defaultData,publish:oF.defaultData,grading:aF.defaultData}}),_Ie=V(()=>{(eH||(eH={})).defaultData={colliderType:"box",size:[100,100,100],colliderHelperVisible:!0,forceType:"collider",forceRange:"global",forceIntensity:.5,forceDambing:.95}}),S4=V(()=>{var e,t,i;Nr(),A1e(),R1e(),P1e(),D1e(),hX(),N1e(),Dh(),AA(),uX(),C1e(),Ja(),cX(),_Ie(),(e=yee||(yee={})).isComponentRelated=function(r){return r==="Component"||r==="Instance"},e.isEmptyOrComponent=function(r){return r==="Empty"||r==="Instance"},(t=k1||(k1={})).identity={...H7.identity,hiddenMatrix:Sx.identity},t.fromObject=function(r){return{position:r.position,rotation:r.rotation,scale:r.scale,pivot:r.pivot,pivotRotation:r.pivotRotation,hiddenMatrix:r.hiddenMatrix}},t.merge=function(r,n){return{position:n?.position||r.position,rotation:n?.rotation||r.rotation,pivot:n?.pivot||r.pivot,pivotRotation:n?.pivotRotation||r.pivotRotation,scale:n?.scale||r.scale,hiddenMatrix:n?.hiddenMatrix||r.hiddenMatrix}},t.diff=function(r,n){return n1e({position:Og.isEqual(r.position,n.position)?void 0:n.position,rotation:Og.isEqual(r.rotation,n.rotation)?void 0:n.rotation,scale:Og.isEqual(r.scale,n.scale)?null:n.scale,hiddenMatrix:Sx.isEqual(r.hiddenMatrix,n.hiddenMatrix)?void 0:n.hiddenMatrix})},U1e=["slide","offset"],(ra||(ra={})).defaultData={states:new Nt,events:new Nt,visible:!0,raycastLock:!1,physics:Tx.defaultData,pathSnapping:{pathId:null,slide:0,offset:0,orientation:"tangential"},...k1.identity,cloner:null},(ZO||(ZO={})).defaultData={type:"Empty",...ra.defaultData},(_ee||(_ee={})).defaultData={type:"ParticleCollider",...eH.defaultData,...ra.defaultData},(bee||(bee={})).defaultData={type:"Component",...ra.defaultData},(xee||(xee={})).defaultData={type:"Particle",...ra.defaultData,...qO.defaultData},(wee||(wee={})).defaultData={type:"Hair",...ra.defaultData,...Y7.defaultData},(_c||(_c={})).defaultData={type:"Mesh",...ra.defaultData,...K7.defaultData},(mE||(mE={})).defaultData={...ra.defaultData,...k1.identity,position:ym.DefaultPosition,rotation:ym.DefaultRotation,...ym.defaultData},(r=>{r.defaultData=function(n){return{...ra.defaultData,...X7.defaultData(n)}},r.defaultDirectionalLightData={...r.defaultData("DirectionalLight"),position:[200,300,300],name:"Directional Light",intensity:.7}})(QO||(QO={})),(r=>{function n(s,a,o=0){for(;o<a.length;){let l=s?s[a[o]]:void 0;if(a.length===o+1)return l;if(!l)return;s=l.descendants,o+=1}}r.resolveWithDes=n,r.resolve=function(s,a,o=0){let l=n(s,a,o);if(l){let u=Object.keys(l);if(u.length===1&&u[0]==="descendants")return}return l}})(JO||(JO={})),(r=>{function n(s,a){return{...ra.defaultData,...a,component:s,overrides:new Zs,physics:void 0,events:void 0,type:"Instance"}}r.rootOverrideProps=["physics","events"],r.compositeNonOptionalOverrideProps=["geometry"],r.compositeEntireOverrideOverrideProps=["material"],r.ofComponent=n,r.fromComponentData=function(s){let a=k1.fromObject(s.data);return n(s.id,a)}})(_m||(_m={})),(r=>{r.defaultData={type:"Page",...ra.defaultData,physics:{...Tx.defaultData,fusedBody:!1},...J7.defaultData,camera:mE.defaultData,timelines:new ai},r.isUIPage=function(n){return n.uiScene!==void 0}})(py||(py={})),(i=See||(See={})).defaultCamera={position:[0,0,1e3],scale:[1,1,1],rotation:[0,0,0],pivot:[0,0,0],pivotRotation:[0,0,0],hiddenMatrix:Sx.identity,name:"Play Camera",visible:!0,raycastLock:!1,physics:Tx.defaultData,states:new Nt,events:new Nt,cloner:null,pathSnapping:{pathId:null,orientation:"tangential",slide:0,offset:0},...ym.defaultData},i.KeysByResetCategory={States:["states"],Events:["events"],Material:["material","materials"],Geometry:["geometry"],Position:["position"],Rotation:["rotation"],Scale:["scale"],Transform:["position","scale","rotation","hiddenMatrix"],Name:["name"],Visibility:["visible","raycastLock","flatShading","wireframe","side","shadowCatcher"],Shadows:["castShadow","receiveShadow"],Cloner:["cloner"],Physics:["physics"]},i.defaultMeshObject={name:"Rectangle",...ra.defaultData,..._c.defaultData,geometry:lm.defaultData("RectangleGeometry"),material:is.defaultTwoLayerData("physical","layer1","layer2")},i.defaultBooleanObject={name:"Boolean",...ra.defaultData,..._c.defaultData,geometry:lm.defaultData("BooleanGeometry"),material:is.defaultTwoLayerData("physical","layer1","layer2")},i.defaultShapeBlendObject={name:"Shape Blend",...ra.defaultData,..._c.defaultData,geometry:lm.defaultData("ShapeBlendGeometry"),material:is.defaultTwoLayerData("physical","layer1","layer2")},i.defaultTextObject={name:"Text",...ra.defaultData,..._c.defaultData,geometry:lm.defaultData("TextGeometry"),material:is.defaultTwoLayerData("physical","layer1","layer2")},i.defaultInputObject={name:"Input",...ra.defaultData,..._c.defaultData,geometry:lm.defaultData("InputGeometry"),material:is.defaultTwoLayerData("physical","layer1","layer2")},(r=>{r.newEmpty=function(n,s){let a={name:s};return n.type==="Mesh"?(a.geometry={},"material"in n&&(a.material={layers:new Zs}),"materials"in n&&(a.materials=n.materials.map(o=>({layers:new Zs})))):Ky.is(n.type)&&(a.perspective={},a.orthographic={}),a},r.toOps=function(n,s){let a,o=[],l={orthographic:0,perspective:0,geometry:0};function u(h,d){for(let[c,p]of Object.entries(d.layers)){let{texture:m,...f}=p;if(m!==void 0&&Object.keys(m).length>0){let g={path:[...h,"layers",c,"texture"],props:m,type:0};o.push(g)}if(Object.keys(f).length>0){let g={path:[...h,"layers",c],props:f,type:0};o.push(g)}}}for(let[h,d]of Object.entries(s)){let c=d;if(h!=="name")if(h==="cloner")o.push(...W7.toOps(c,["cloner"]));else if(h==="pathSnapping")o.push({path:[h],props:{slide:c.slide,offset:c.offset},type:0});else if(h==="material")u(["material"],c);else if(h==="materials")for(let[p,m]of Object.entries(c))u(["materials",p],m);else if(l[h]===0){if(h==="geometry"&&c.extrusion!==void 0){let p={path:[h,"extrusion"],props:c.extrusion,type:0};o.push(p),c={...c},delete c.extrusion}if(Object.keys(c).length>0){let p={path:[h],props:c,type:0};o.push(p)}}else a===void 0&&(a={path:[],props:{},type:0},o.push(a)),a.props[h]=c}return o},r.patch=function(n,s){if(s===void 0)return n;let a={...n};if(Object.assign(a,k1.merge(a,s)),Object.assign(a,{pathSnapping:Object.assign({},a.pathSnapping,{slide:s.pathSnapping?.slide??a.pathSnapping?.slide??0,offset:s.pathSnapping?.offset??a.pathSnapping?.offset??0})}),Ky.is(n.type)){a.orthographic={...a.orthographic},a.perspective={...a.perspective};let o=s;o.orthographic?.zoom!==void 0&&(a.orthographic.zoom=o.orthographic.zoom),o.perspective?.zoom!==void 0&&(a.perspective.zoom=o.perspective.zoom),o.isUpVectorFlipped!==void 0&&(a.isUpVectorFlipped=o.isUpVectorFlipped),o.targetOffset!==void 0&&(a.targetOffset=o.targetOffset)}else if(n.type==="Mesh")"geometry"in s&&Object.assign(a,{geometry:Q7.merge(a.geometry,s.geometry)}),(s.material||s.materials)&&(a=function(o,l){if(l===void 0)return o;let u={...o};return"material"in u&&"material"in l&&l.material&&(u.material=UO(u.material,h=>{if(typeof h!="string")for(let[d,c]of Object.entries(l.material.layers)){let p=h.layers.data(d);p&&os.patch(p,c)}}).data),u.materials&&l.materials&&(u.materials=UO(u.materials,h=>{for(let d=0;d<u.materials.length;d++){let c=l.materials[d];if(typeof c!="string")for(let[p,m]of Object.entries(c.layers)){let f=h[d]?.layers?.data(p);f&&os.patch(f,m)}}}).data),u}(a,s)),a.cloner&&"cloner"in s&&Object.assign(a,{cloner:Mg.merge(a.cloner,s.cloner)});else if(n.type==="Empty")a.cloner&&"cloner"in s&&Object.assign(a,{cloner:Mg.merge(a.cloner,s.cloner)});else if($7.is(n.type)){let o=s;o.intensity!==void 0&&(a.intensity=o.intensity),o.color!==void 0&&(typeof o.color=="string"?a.color=o.color:a.color=aa.clone(o.color))}return a}})(Eg||(Eg={}))}),pX=V(()=>{(eL||(eL={})).defaultData={enablePan:!0,enableZoom:!0,enableRotate:!0,enableDamping:!0,rotationLimitsMode:0,rotationVerticalOffset:{min:Math.PI/4,max:Math.PI/4},rotationHorizontalOffset:{min:Math.PI/4,max:Math.PI/4},rotationSoftLimit:2,rotationSpeed:1,panLimitsMode:0,panVerticalOffset:{min:250,max:250},panHorizontalOffset:{min:250,max:250},panSoftLimit:2,zoomLimitsEnabled:!1,zoomLimits:{min:.1,max:2},autoRotate:!1,autoRotateSpeed:2,autoRotateClockwise:!0,hoverRotatePanMode:0,hoverRotatePanStrength:20,hoverRotateDamping:.125,isTouchZoom:!0,orbitTouches:2,panTouches:3,resetHoverEffectOnPointerLeave:!0}}),T4=V(()=>{pX(),Dh(),(bm||(bm={})).defaultData={orbitControls:eL.defaultData,playPage:wx,withBackground:!0,preventScroll:!1,preventTouchScroll:!1,hideCursor:!1,mouseEventTarget:"canvas",joystickSizeAndXYOffset:Array(12).fill(0).map((e,t)=>{let i=0,r=0;return t<5?r=-30:t<10&&(r=30),t===0||t===10||t===5?i=30:(t===4||t===11||t===9)&&(i=-30),[120,[i,r],"show"]}),settings:{image:{format:"jpg",ratio:1,colorSpace:"display-p3"},videoStatic:{fps:60,mbps:150,ratio:1,duration:1e3,format:"mp4",imageFormat:"jpg",activeTimeline:null,colorSpace:"display-p3"},web:{logo:!0,compress:!0,preset:1,preload:!0,hint:!1,imageQuality:70,pixelRatioMobile:0,pixelRatioDesktop:0}},stopRaycast:!0,hdTransmission:!1,renderer:"webgpu",asyncShaderCompilation:!0}}),z1e=V(()=>{var e;(lF||(lF={})).defaultData={id:"basic",label:"Basic",style:"None",prompt:""},(hF||(hF={})).defaultData={weather:0,shadows:0,lightOrigin:0,temperature:0,sun:0,camera:0,environment:0,particles:0,nature:0,floor:0},(e=Xv||(Xv={})).defaultData=()=>({mode:"line-art-both",prompt:"",negativePrompt:"",style:{...lF.defaultData},isRandomSeed:!0,seed:e.generateSeed(),guessMode:!1,advanced:!1,steps:20,guidanceScale:7.5,controlNetScale:1,modifiers:hF.defaultData}),e.generateSeed=()=>Math.round(1e5*Math.random())}),mX=V(()=>{S4(),Nr(),T4(),Dh(),Ja(),z1e(),(e=>{function t(i,r){let n=i.scene.objects.get(r);if(n&&n.data.type==="Component")return n;{let s=i.shared.lib.components[r];if(s)return{...s.asset,id:r}}}e.physicsEnabled=function(i){return i.find(r=>r.data.type==="Page"&&r.data.globalPhysics.usePhysics)!==void 0},e.findTimeline=function(i,r){let n=i.find(s=>s.data.type==="Page"&&s.data.timelines?.[r]!==void 0);return n&&n.data.timelines?.[r]},e.getComponentData=t,e.traverseModuleInstances=function(i,r,n){i.scene.objects.traverseFrom(r,(s,a)=>{if(a.type==="Instance"){let o=t(i,a.component)?.data;o&&n(s,a,o.events)}else n(s,a,a.events)})}})(Zy||(Zy={})),(e=>{function t(r=!0,n=[]){let s=[];r&&s.push({...e.defaultLight}),s.push(...n);let a=new Ma;return a.push({fi:1,id:wx,data:{...py.defaultData,name:"Scene 1"},children:s}),a}function i(r){return{...e.defaultData,objects:Ho(r,Ma.prototype)}}e.TRASH_CAN_ID="830a2708-8ed9-49cf-a68e-085299892222",e.defaultLight={fi:-1,data:QO.defaultDirectionalLightData,id:"830a2708-8ed9-49cf-a68e-085299899103",children:[]},e.createDefaultObjectTreeWithPage=t,e.defaultData={objects:t(),publish:bm.defaultData,styles:Xv.defaultData()},e.emptyDataWithoutPage=function(){return{objects:new Ma,publish:bm.defaultData,styles:Xv.defaultData()}},e.emptyDataWithPage=function(r=!0){return{objects:t(r),publish:bm.defaultData,styles:Xv.defaultData()}},e.emptyData=function(){return{objects:new Ma,publish:{...bm.defaultData},styles:Xv.defaultData()}},e.withObjs=i,e.withObj=function(r,n){return i([{id:r,data:n,children:[],fi:0}])}})(Yv||(Yv={}))}),k1e=V(()=>{(fE||(fE={})).defaultData={preset:"fullscreen",allowResponsive:!1,size:[512,512],coords:[0,0],sceneScale:1,color:{r:0,g:0,b:0,a:.5}}}),fX=V(()=>{var e,t;Nr(),Ja(),(e=tH||(tH={})).defaultData=i=>({url:i,name:"New Webhook",parametersSchemas:new Nt}),e.defaultParameterValueByType=i=>i==="number"?0:i!=="boolean"&&"",(Tee||(Tee={})).defaultData=(i,r="GET")=>({url:i,method:r,name:"New API",headers:new Nt,queries:new Nt,autoStart:!0}),(i=>{function r(s){return s.textValue!==void 0}function n(s){return typeof s=="boolean"}i.isTextValue=r,i.isNumber=function(s){return typeof s=="number"},i.isBoolean=n,i.typeOfVariable=function(s){return r(s)?"string":n(s)?"boolean":"number"},i.getDisplayedValue=function(s){return i.isTextValue(s)?Array.isArray(s.textValue)?s.textValue.map(a=>a.toString().padStart(s.padding??2,"0")).join(s.deliminator??":")+(s.suffix!==void 0?" "+s.suffix:""):s.textValue.toString():i.isBoolean(s)?s?"True":"False":i.isNumber(s)?parseFloat(s.toFixed(3)).toString():s.toString()}})(Eo||(Eo={})),(uF||(uF={})).all=["images","videos","colors","audios","particles","fonts","materials","variables"],(Mee||(Mee={})).all=[...uF.all,"components"],(Eee||(Eee={})).defaultData=function(){return{images:new ai,videos:new ai,colors:new ai,audios:new ai,particles:new ai,fonts:new ai,materials:new ai,components:new ai,variables:new ai,userAPIs:new ai,userWebhooks:new ai}},(hm||(hm={})).defaultData=function(){return{images:new ai,videos:new ai,colors:new ai,audios:new ai,particles:new ai,fonts:new ai,materials:new ai,components:new ai,variables:new ai,userAPIs:new ai,userWebhooks:new ai}},(t=mu||(mu={})).defaultColors=function(){return Ho({"89b10010-844c-11ec-a8a3-0242ac120002":{r:.5,g:.5,b:.5,a:1,name:"Default Color"}},ai.prototype)},t.defaultImages=function(){return Ho({},ai.prototype)},t.emptyData=function(){return{catelogs:new ai,materials:new ai,images:new ai,videos:new ai,colors:new ai,audios:new ai,particles:new ai,fonts:new ai,variables:new Nt,userAPIs:new ai,userWebhooks:new ai,lib:hm.defaultData()}},t.defaultVariables=function(i){switch(i){case"number":return{value:0,name:"Number"};case"boolean":return{value:!1,name:"Boolean"};case"string":return{value:{textValue:"String value"},name:"String"};case"time":{let r=[0,0,0];return{name:"Time",value:{textValue:r,deliminator:":",padding:2,suffix:"AM"},dynamicVariableType:"time",format:"HH:mm:ss",format12h24h:"12ampm",timeZone:null,hasEnd:!1,endValue:{textValue:r,deliminator:":",padding:2,suffix:"AM"},autoStart:!0,repeat:!1}}case"counter":return{name:"Counter",value:0,dynamicVariableType:"counter",updateInterval:1e3,increment:1,autoStart:!0,hasEnd:!0,endValue:60,repeat:!0,randomStart:!1,range:[0,100],decimals:0};case"random":return{name:"Random",value:0,dynamicVariableType:"random",updateInterval:1e3,increment:1,autoStart:!0,isStatic:!1,hasEnd:!0,endValue:60,repeat:!0,min:0,max:100,decimals:0};default:console.error("Unknown variable type",i)}},t.getFormattedTimerTime=function(i,r){if(r.format==="HH:mm:ss"){let n=Math.floor(i/3600),s=Math.floor((i-3600*n)/60);return{textValue:[n,s,Math.round(i-3600*n-60*s)]}}if(r.format==="mm:ss"){let n=Math.floor(i/60);return{textValue:[n,Math.round(i-60*n)]}}return r.format==="number"?Math.round(i):Math.round(1e3*i)/1e3}}),bIe=V(()=>{}),V1e=V(()=>{var e;Nr(),mX(),k1e(),fX(),(e=Ex||(Ex={})).defaultData={schema:131,scene:Yv.defaultData,frames:new ai().add("72fc2993-2da3-4b6b-96ac-2879db3a28bd",fE.defaultData),shared:{...mu.emptyData(),colors:mu.defaultColors()}},e.createDefaultData=function(){return iA.deserialize(iA.serialize(e.defaultData))},e.emptyDataForImports=function(){return{schema:131,scene:Yv.emptyDataWithPage(),frames:new ai().add("72fc2993-2da3-4b6b-96ac-2879db3a28bd",fE.defaultData),shared:{...mu.emptyData(),colors:mu.defaultColors(),images:mu.defaultImages()}}},e.emptyData=function(){return{schema:131,scene:Yv.emptyDataWithPage(),frames:new ai().add("72fc2993-2da3-4b6b-96ac-2879db3a28bd",fE.defaultData),shared:mu.emptyData()}},e.clipboard2dData=function(){return{schema:131,scene:Yv.emptyData(),frames:new ai,shared:mu.emptyData()}},e.withoutLib=function(t){return{...t,shared:{...t.shared,lib:hm.defaultData()}}},e.getComponentData=function(t,i){return Zy.getComponentData(t,i)},e.hasSensitiveData=function(t){let i=Object.values(t.shared.userAPIs);for(let r of i){let n=r.headers;for(let s of n)if(s.data.key.toLowerCase()==="authorization"&&s.data.value!=="")return!0}return!1}}),xIe=V(()=>{(iH||(iH={})).emptyImage={data:"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVQYV2NgYAAAAAMAAWgmWQ0AAAAASUVORK5CYII=",name:"empty"}});function my(e,t=[0,0]){return[e&&!isNaN(e[0])?e[0]:t[0],e&&!isNaN(e[1])?e[1]:t[1]]}function RS(e,t,i){switch(e){case 0:return"cubicBezier( 0, 0, 1, 1 )";case 1:return"cubicBezier( .25, .1, .25, 1 )";case 2:return"cubicBezier( .42, 0, 1, 1 )";case 3:return"cubicBezier( 0, 0, .58, 1 )";case 4:return"cubicBezier( .42, 0, .58, 1 )";case 7:return"cubicBezier( .25, 1, .5, 1 )";case 5:{let{control1:r,control2:n}=t??{...ew.defaultData};return`cubicBezier( ${r[0]}, ${r[1]}, ${n[0]}, ${n[1]} )`}case 6:{let{mass:r,stiffness:n,damping:s,velocity:a}=i??{...Tg.defaultData},o=new G1e(r,n,s,a),l=o.solve(1);return()=>u=>o.solve(u)/l}case 8:return()=>r=>Math.floor(r)}}var Aee,Cee,fy,oA,G1e,tL,iL,j1e=V(()=>{Nr(),Dh(),(Aee||(Aee={})).defaultData=function(e,t){return{id:e,name:t,duration:5,objectTimelines:new ai}},(Cee||(Cee={})).is=function(e){return e&&typeof e.x=="number"&&typeof e.y=="number"&&typeof e.z=="number"},(e=>{function t(h,d){let c=[0,0],p=[1,1];if(h?.cubicControls)c=my(h.cubicControls.control1,c);else switch(h?.type){case 2:case 4:c=[.42,0];break;case 3:case 0:c=[0,0];break;case 1:c=[.25,.1];break;case 7:c=[.25,1]}if(d?.cubicControls)p=my(d.cubicControls.control2,p);else switch(d?.type){case 2:case 0:p=[1,1];break;case 3:case 4:p=[.58,1];break;case 1:p=[.25,1];break;case 7:p=[.5,1]}return{control1:c,control2:p}}function i(h){if(!e.BEZIER_PRESETS.includes(h))return;let d={type:h};return{control1:t(d).control1,control2:t(void 0,d).control2}}function r(h,d){return Math.abs(h[0]-d[0])<.001&&Math.abs(h[1]-d[1])<.001}function n(h){let d=e.ROOT_PROPERTY_ORDER.indexOf(h[0]);return d===-1?e.ROOT_PROPERTY_ORDER.length:d}function s(h){return h.layerId??h.path.join(".")}function a(h){let d=h[h.length-1];return oA.includes(d)?d:void 0}function o(h){return h.layerId?h.layerId:(a(h.path)?h.path.slice(0,-1):h.path).join(".")}function l(h){return["material",h.type==="light"?`${h.category} lighting`:h.type]}function u(h,d,c){return{id:h,data:{id:h,time:c?.time??0,path:d,value:{},layerId:c?.layerId,index:c?.index,isPlaceholder:!0,easing:{type:5,cubicControls:{control1:[.42,0],control2:[.58,1]}}}}}e.getControlsWithDefault=t,e.BEZIER_PRESETS=[0,1,2,3,4,7],e.presetHandles=i,e.presetForHandles=function(h){return e.BEZIER_PRESETS.find(d=>{let c=i(d);return c!==void 0&&r(c.control1,h.control1)&&r(c.control2,h.control2)})},e.defaultData=function(h){return{id:h,keyframes:new Nt}},e.ROOT_PROPERTY_ORDER=["position","rotation","scale","shape size","material","opacity","camera","light","cloner","path extrusion","path snapping"],e.rowOrder=n,e.propertyKey=s,e.groupKeyframes=function(h,d){let c=new Map;for(let p of h){let m=p.data;if(d?.(m))continue;let f=s(m),g=c.get(f);g||(g={id:f,path:m.path,keyframes:[],layerId:m.layerId,index:m.index},c.set(f,g)),m.isPlaceholder?g.placeholder=p.id:g.keyframes.push(p)}return[...c.values()].sort((p,m)=>{let f=n(p.path)-n(m.path);return f!==0?f:(p.index??0)-(m.index??0)})},e.rowAxis=a,e.drawnRowKey=o,e.drawnRows=function(h){let d=new Map;for(let c of h){let p=a(c.path),m=p?c.path.slice(0,-1):c.path,f=o(c),g=d.get(f);g||(g={id:f,path:m,layerId:c.layerId,index:c.index,tracks:[]},d.set(f,g)),g.tracks.push({axis:p,property:c})}return[...d.values()]},e.sortedKeyframes=function(h){return[...h].sort((d,c)=>d.data.time-c.data.time)},e.materialLayerPath=l,e.createMaterialGroup=function(h,d){return h.map(({data:c,id:p},m)=>u(d(),l(c),{layerId:p,index:m}))},e.placeholderKeyframe=u,e.createName=function(h){return Object.entries(h).reduce((d,[c,p])=>(typeof p!="string"&&d.push({name:p.name}),d),[])},e.Presets=[{name:"Slide in",animationParams:{translateX:{value:[-20,0],easing:RS(3),duration:1e3},opacity:{value:[0,1],easing:RS(3),duration:1e3},endDelay:250,loop:!0}},{name:"Rotate",animationParams:{rotate:{value:[0,"1turn"],easing:RS(5),duration:700},endDelay:250,loop:!0}},{name:"Scale Out",animationParams:{scale:{value:[1,1.5],easing:RS(4),duration:1e3},endDelay:250,loop:!0}},{name:"Jump",animationParams:{translateY:[{value:0,duration:200,easing:"linear"},{value:-20,easing:"linear",duration:200},{value:0,easing:"linear",duration:100}],endDelay:500,loop:!0}},{name:"Jump Rotate",animationParams:{translateY:[{value:0,duration:200,easing:"linear"},{value:-20,easing:"linear",duration:200},{value:0,easing:"linear",duration:100}],rotate:{value:[0,"1turn"],easing:RS(5),duration:500},endDelay:500,loop:!0}},{name:"Bounce",animationParams:{translateY:{value:["20px","-20px"],duration:575,easing:"easeOutQuad"},direction:"alternate",loop:!0}}]})(fy||(fy={})),oA=["x","y","z"],G1e=class{constructor(e=1,t=100,i=10,r=0){this.mass=e,this.stiffness=t,this.damping=i,this.initialVelocity=r,this.m_w0=Math.sqrt(t/e),this.m_zeta=i/(2*Math.sqrt(t*e)),this.m_zeta<1?(this.m_wd=this.m_w0*Math.sqrt(1-this.m_zeta*this.m_zeta),this.m_A=1,this.m_B=(this.m_zeta*this.m_w0-r)/this.m_wd):(this.m_wd=0,this.m_A=1,this.m_B=-r+this.m_w0)}solve(e){return 1-(this.m_zeta<1?Math.exp(-e*this.m_zeta*this.m_w0)*(this.m_A*Math.cos(this.m_wd*e)+this.m_B*Math.sin(this.m_wd*e)):(this.m_A+this.m_B*e)*Math.exp(-e*this.m_w0))}getDuration(){let e=.16666666666666666,t=0,i=0;for(;;)if(t+=e,this.solve(t)===1){if(i++,i>=16)break}else i=0;return t*e*1e3}}}),gX=V(()=>{var e;Dh(),Nr(),(tL||(tL={})).list=["idle","move","jump","run"],(e=iL||(iL={})).defaultColliderData={type:"capsule",height:200,radius:50,position:[0,0,0],rotation:[0,0,0]},e.defaultDataThirdPerson={moveMode:"walk",forwardDirection:"+z",speedTranslate:1e3,speedRotate:100,runMultiplier:2,rotationMode:"normal",rotBy:"keys",rotByTouch:"drag",delayPos:[.3,.3],delayRot:[.3,.3],keyAssignments:[["moveNegZ","W"],["moveNegX","A"],["movePosZ","S"],["movePosX","D"],["rotPosX","\u25B2"],["rotPosY","\u25C0"],["rotNegX","\u25BC"],["rotNegY","\u25B6"],["jump","Space"],["run","\u21E7"],["none","Ctrl"]],touchControl:!0,joystickPosLoc:5,joystickRotLoc:11,jumpTouchButtonLoc:9,collider:e.defaultColliderData,colliderHelperVisible:!0,collisionEnabled:!0,jumpPower:100,resetYPosition:3e3,alignToGround:!1,autoOrientMove:!0,orientWith:"camera",orientMode:"radial",delayPosCamera:.3,delayRotCamera:.3,camera:"",cameraXAxis:"Limit",cameraYAxis:"Free",cameraRotXLimits:[0,Math.PI/2],cameraRotYLimits:[-Math.PI/2,Math.PI/2],gameActions:{idle:new Nt,move:new Nt,jump:new Nt,run:new Nt},navmesh:{enabled:!1,ch:6,cs:6,walkableClimb:5,walkableHeight:1,walkableRadius:0,zones:"all",objects:[],helperVisible:!0,destinationHelperRadius:0,destinationHelperColor:kr.fromHexAndA(3728051,1)}}});function Rv(e,...t){let i={};for(let r of t.flat())e!=null&&r in e&&(i[r]=e[r]);return i}function Ree(e){e.layers.forEach(t=>{if(t.type==="depth"&&t.colorA!==void 0){let i=t.colorA,r=t.colorB,n=[[i.r,i.g,i.b,i.a],[r.r,r.g,r.b,r.a]],s=[0,1];for(let o=2;o<10;o++)n.push(n[1]),s.push(1);let a={...Rv(qs(t),"type","visible","isVector","isWorldSpace","origin","alpha","mode"),near:Math.max(0,t.near),far:Math.max(0,t.far),colors:n,steps:s,num:2,direction:[1,0,0],smooth:!1,gradientType:1};Object.assign(t,a)}else if(t.type==="depth"&&t.gradientType===1&&(t.near<0||t.far<0)){let i={...qs(t),near:Math.max(t.near,0),far:Math.max(t.far,0)};Object.assign(t,i)}})}function Xp(e,t){Object.values(e.shared.materials).forEach(i=>t(i))}function Yp(e,t){e.scene.objects.traverse((i,r)=>{"materials"in r?r.materials.forEach((n,s)=>{n===void 0&&(r.materials[s]=is.defaultTwoLayerData("phong"),n=r.materials[s]),typeof n!="string"&&t(n)}):"material"in r?typeof r.material!="string"&&(r.material===void 0&&(r.material=is.defaultTwoLayerData("phong")),t(r.material)):r.type==="Mesh"&&(r.material===void 0&&(r.material=is.defaultTwoLayerData("phong")),t(r.material)),"overrides"in r&&Object.values(r.overrides).forEach(n=>{n.material&&typeof n.material!="string"&&Object.getPrototypeOf(n.material)!==Zs.prototype&&t(n.material)})})}function Pee(e){e.layers===void 0&&Object.assign(e,is.defaultTwoLayerData("lambert"))}function dF(e){!e.layers||e.layers.forEach(t=>{if(t.type==="depth"&&t.colors.length===10){let i=[...t.colors];i.push(t.colors[9]);let r=[...t.steps];r.push(t.steps[9]);let n={...qs(t),colors:i,steps:r};Object.assign(t,n)}})}function Dee(e){e.scene.objects.traverse((t,i)=>{"materials"in i?i.materials.forEach(r=>{typeof r!="string"&&dF(r)}):"material"in i&&typeof i.material!="string"&&dF(i.material)}),Object.values(e.shared.materials).forEach(t=>dF(t))}function Nee(e){e.layers&&e.layers.forEach(t=>{t.type==="depth"&&t.num!==void 0&&(t.colors=t.colors.slice(0,t.num),t.steps=t.steps.slice(0,t.num),delete t.num)})}function Iee(e){e.layers&&e.layers.forEach(t=>{(function(i){return i.type!=="displace"})(t)&&t.isMask===void 0&&(t.isMask=!1),(t.type==="texture"||t.type==="video")&&t.blending===void 0&&(t.blending=0),(t.type==="noise"||t.type==="displace"&&t.displacementType==="noise")&&(t.voronoiStyle===void 0&&(t.voronoiStyle=0),t.highCut===void 0&&(t.highCut=1),t.lowCut===void 0&&(t.lowCut=0),t.smoothness===void 0&&(t.smoothness=.3),t.seed===void 0&&(t.seed=0),t.quality===void 0&&(t.quality=1))})}function Oee(e){let t=e.layers.find(i=>i.type==="light")?.data;if(t?.category==="basic"){let i=os.defaultData("light","phong"),r=t;Object.assign(r,i),r.visible=!1}}function Lee(e){Xp(e,Oee),Yp(e,Oee)}function Bee(e){e.layers.forEach(t=>{t.type==="light"&&t.category!=="toon"&&t.occlusion===void 0&&(t.occlusion=!0)})}function Uee(e){e.layers&&e.layers.forEach(t=>{t.type==="light"&&t.bumpMapIntensity===void 0&&(t.bumpMapIntensity=5)})}var wIe=V(()=>{AA(),Dh(),pX(),S4(),Nr(),T4(),Ja(),le(),uX(),gX(),z1e(),mX(),hX(),cX()}),H1e={};function Fee(e){e.layers&&e.layers.forEach(t=>{t.type==="light"&&t.alphaOverride===void 0&&(t.alphaOverride=1)})}function zee(e){e.rotation=e.rotation.slice(0,3).map(t=>t*zv)}function W1e(e){zee(e),e.type==="Page"&&zee(e.camera),e.states?.forEach(i=>{i.rotation===void 0||i.rotation===null||(i.rotation=i.rotation.slice(0,3).map(r=>r*zv))});let t=e.geometry;t&&t.type==="SphereGeometry"&&(t.thetaLength=(t.thetaLength??180)*zv),t&&t.type==="TorusGeometry"&&(t.arc=t.arc*zv),t&&t.type==="PathGeometry"&&(t.extrusion.angle*=zv,t.extrusion.twist*=zv),e.type==="Mesh"&&e.geometry.type==="TextGeometry"&&(e.geometry.text={textValue:e.geometry.text}),Array.isArray(qs(e.events))&&e.events?.forEach(i=>{(i.type==="MouseDown"||i.type==="MouseUp"||i.type==="MousePress"||i.type==="KeyDown"||i.type==="KeyUp"||i.type==="KeyPress"||i.type==="Collision"||i.type==="Trigger")&&(i.runMode=i.toggle?"Toggle":"Repeat")})}function SIe(e){e.scene.objects.traverse((t,i)=>{})}function TIe(e){let t=e.schema??104;t!==131&&t<130&&(rL(e.asset),e.schema=130)}function tx(e,t){t(e.data);for(let i of e.children)tx(i,t)}function q1e(e){let t=e.schema??104;t!==131&&(t<105&&(tx(e.asset,W1e),e.schema=105),t<118&&(tx(e.asset,X1e),e.schema=118),t<121&&(tx(e.asset,nH),e.schema=121),t<130&&(tx(e.asset,MIe),e.schema=130))}function $1e(e,t){Yp(e,t),Xp(e,t),Object.values(e.shared.lib.materials).forEach(i=>t(i.asset))}function rL(e){e.layers===void 0&&Object.assign(e,is.defaultTwoLayerData("phong"))}function MIe(e){"materials"in e?e.materials.forEach(t=>{t!==void 0&&typeof t!="string"&&rL(t)}):"material"in e&&e.material!==void 0&&typeof e.material!="string"&&rL(e.material)}function X1e(e){e.timelineAnimations=Ho({},ai.prototype)}function EIe(e){let t=[];return e?(e.forEach((i,r)=>{let{path:n,keyframes:s}=i.data,a=n[0]==="material"?i.id:void 0;s?.length?s.forEach(({id:o,data:l})=>{t.push({id:o,data:{...l,path:n,layerId:a,index:r}})}):t.push(fy.placeholderKeyframe(i.id,n,{layerId:a,index:r}))}),t.sort((i,r)=>i.data.time-r.data.time),new Nt(...t.map((i,r)=>({...i,fi:r})))):new Nt}function AIe(e){for(let{id:t,data:i}of[...e.unproxy()]){let r=i.path?.[0];if(!r||!Y1e.includes(r))continue;let n=rH(i.value);if(!n.length)continue;let s=e.data(t);if(!s)continue;let a=i.value,[o,...l]=n;for(let u of l){let h=ht.generateUUID();e.insertBefore(null,[{id:h,data:{...i,id:h,path:[r,u],value:a[u],easing:CIe(i.easing)}}])}s.path=[r,o],s.value=a[o]}}function rH(e){return e===null||typeof e!="object"?[]:oA.filter(t=>t in e)}function CIe(e){let t=e?.cubicControls;return{...e,cubicControls:{control1:[...t?.control1??[0,0]],control2:[...t?.control2??[1,1]]},...e?.springParameters?{springParameters:{...e.springParameters}}:{}}}function RIe(e,t){return Math.abs(e[0]-t[0])<1e-6&&Math.abs(e[1]-t[1])<1e-6}function PIe(e){let t=function(s){let a=[];for(let o of fy.groupKeyframes(s)){let l=new Set(o.keyframes.flatMap(h=>rH(h.data.value))),u=l.size?[...l].map(h=>o.keyframes.filter(d=>rH(d.data.value).includes(h))):[o.keyframes];for(let h of u){let d=[...h].sort((c,p)=>c.data.time-p.data.time);for(let c=0;c+1<d.length;c++)a.push({left:d[c],right:d[c+1]})}}return a}([...e.unproxy()]),i=new Map,r=new Set;for(let{left:s,right:a}of t){let o=s.data.easing?.type,l=(o===void 0?void 0:fy.presetHandles(o))?.control2??(o===5?my(a.data.easing?.cubicControls?.control2,[1,1]):void 0);if(!l)continue;let u=i.get(a.id);u?RIe(u,l)||r.add(a.id):i.set(a.id,l)}let n=new Map;for(let{id:s,data:a}of e.unproxy()){let o=a.easing?.type,l=o===void 0?void 0:fy.presetHandles(o);l&&n.set(s,l.control1)}for(let{left:s,right:a}of t)r.has(a.id)&&n.delete(s.id);for(let[s,a]of n){let o=e.data(s);!o?.easing||(o.easing.cubicControls={control1:a,control2:my(o.easing.cubicControls?.control2,[1,1])},o.easing.type=5)}for(let{left:s,right:a}of t){if(!n.has(s.id))continue;let o=e.data(a.id),l=i.get(a.id);!o?.easing||!l||(o.easing.cubicControls={control1:my(o.easing.cubicControls?.control1,[0,0]),control2:l})}}function kee(e,t){e.scene.objects.traverse((i,r)=>{let n=r;if(n.type==="Page"&&n.timelines)for(let s of Object.values(n.timelines))for(let a of Object.values(s.objectTimelines??{}))t(a.keyframes)})}function nH(e){e.pivot=[0,0,0],e.pivotRotation=[0,0,0]}function DIe(e){}function NIe(e){let t=e.schema??0;if(t!==131){if(t>131)return void console.error(`This scene was created with a newer version of Spline (file format ${t}, this runtime reads 131). Update @splinetool/runtime to the latest version to load it correctly.`);console.warn("updating from ",t,"to ",131),function(i,r){if(r<1&&(Yp(i,Ree),Xp(i,Ree),i.schema=1),r<2&&(function(n){Object.assign(n.scene.publish,{orbitControls:{...eL.defaultData,...qs(n.scene.publish.orbitControls)}})}(i),i.schema=2),r<3&&(function(n){function s(a){if(a.layers){for(let o of Object.values(a.layers))if(o){for(let[l,u]of Object.entries(o))if((w4.includes(l)||typeof u=="boolean")&&delete o[l],l==="texture")for(let[h,d]of Object.entries(u))(oX.includes(h)||typeof d=="boolean")&&delete u[h]}}}n.scene.objects.traverse((a,o)=>{o.states.forEach(l=>{let u=l;u.material?s(u.material):u.materials&&u.materials.forEach(h=>{s(h)})})})}(i),i.schema=3),r<4&&(function(n){n.scene.publish.withBackground=!0}(i),i.schema=4),r<5&&(function(n){n.scene.publish.settings.web={compress:!0,preload:!0,preset:1,logo:!0,hint:!1}}(i),i.schema=5),r<6&&(function(n){n.scene.objects.traverse((s,a)=>{let o=a.cloner;o&&(o.radial.scale=o.radial.scale.map(l=>l+1),o.linear.scale=o.linear.scale.map(l=>l+1))})}(i),i.schema=6),r<7&&(function(n){n.scene.objects.traverse((s,a)=>{let o=a.geometry;o&&(o.type==="DodecahedronGeometry"||o.type==="IcosahedronGeometry")&&(o.detail=Math.round(o.detail))})}(i),i.schema=7),r<8&&(i.schema=8),r<9&&(Dee(i),i.schema=9),r<10&&(function(n){n.scene.objects.traverse((s,a)=>{a.type==="Mesh"&&(a.geometry.type==="BooleanGeometry"||a.geometry.type==="SubdivGeometry")&&(a.geometry.phongAngle=35)})}(i),i.schema=10),r<11&&(function(n){n.scene.environment.ambientLight.softShadows=!1,n.scene.environment.ambientLight.softShadowQuality="low",n.scene.objects.traverse((s,a)=>{(a.type==="DirectionalLight"||a.type==="SpotLight")&&(a.shadowResolution=1024,a.shadowRadius=1,a.depth=1e5)}),n.shared.penumbraSize=new Array(5).fill(.5)}(i),i.schema=11),r<12&&(Dee(i),i.schema=12),r<13&&(function(n){n.shared.audios=Ho({},ai.prototype)}(i),i.schema=13),r<14&&(function(n){let s=n.shared.materials;Object.entries(s).forEach(([a,o])=>{if(!o.layers){let l={name:"Untitled Material",layers:[{fi:0,data:{type:"light",category:"phong",alpha:.6,visible:!0,mode:0,specular:{r:.2,g:.2,b:.2},shininess:5},id:"layer1"},{fi:1,data:{type:"color",alpha:1,visible:!0,mode:0,color:{r:.2823529411764706,g:.2823529411764706,b:.30196078431372547}},id:"layer2"}]};Object.assign(s,{[a]:l})}})}(i),i.schema=14),r<15&&(function(n){Object.entries(qs(n.shared.images)).filter(s=>s[1].asset===!1).map(s=>s[0]).forEach(s=>{delete n.shared.images[s]}),Object.entries(qs(n.shared.audios)).filter(s=>s[1].asset===!1).map(s=>s[0]).forEach(s=>{delete n.shared.audios[s]})}(i),i.schema=15),r<16&&(function(n){n.scene.publish.settings.web.preload=!1}(i),i.schema=16),r<17&&(Yp(i,Nee),Xp(i,Nee),i.schema=17),r<18&&(Yp(i,Pee),Xp(i,Pee),i.schema=18),r<19&&(function(n){Object.assign(n.scene.publish.settings,{video:{...bm.defaultData.settings.video,...qs(n.scene.publish.settings.video)}})}(i),i.schema=19),r<20&&(function(n){n.shared.fonts=Ho({},ai.prototype)}(i),function(n){let s=[];n.scene.objects.traverse((a,o)=>{let l=o;if(l.type==="TextFrame"){let u=is.defaultTwoLayerData("phong"),h=typeof l.color=="string"?n.shared.colors[l.color]:l.color;u.layers[1].data.color={r:h.r,g:h.g,b:h.b},u.layers[1].data.alpha=l.alpha;let d=function(m){return m.replace(".typeface","").replace(/optimer/gi,"open sans").replace("space_mono","space mono").replace(/alma_mono/gi,"varela round").replace(/droid_sans_mono/gi,"noto sans mono").replace(/droid_sans|gentilis|gnomon_(simple|foreground)|helvetiker/gi,"roboto").replace(/droid_serif/gi,"roboto slab").replace("_sans"," sans").replace("crimson_text","crimson text").replace("medium_medium","medium").replace("fatface_fatface","fatface").replace("100hairline","thin").replace("200thin","extralight").replace("300light","light").replace("500medium","medium").replace("600semi","semibold").replace("800heavy","extrabold").replace("900black","black").replace(/bodoni_(11|16|24|36|48|72|96)([^_])/gi,"bodoni_$1_$2").replace(/bodoni_(11|16|24|36|48|72|96)/gi,"bodoni moda").replace(/(thin|hairline)(_regular)?/gi,"100").replace(/(extra|ultra)light(_regular)?/gi,"200").replace(/light(_regular)?/gi,"300").replace(/_book|_normal|_roman/gi,"_regular").replace(/medium(_regular)?/gi,"500").replace(/(semi|demi)bold(_regular)?/gi,"600").replace(/(extra|ultra)bold(_regular)?/gi,"800").replace(/bold(_regular)?/gi,"700").replace(/(black|heavy|fatface)(_regular)?/gi,"900").replace(/([1-9]00)_italic/gi,"$1italic").replace(/regularitalic/gi,"italic").replace(/regularitalic/gi,"italic").split(" ").map(f=>f.charAt(0).toUpperCase()+f.slice(1)).join(" ")}(l.font);n.shared.fonts[d]===void 0&&(n.shared.fonts[d]={name:d});let c={name:l.name,...ra.defaultData,..._c.defaultData,flatShading:!1,wireframe:!1,geometry:{...lm.defaultData("TextGeometry"),width:l.width,height:l.height,font:d,depth:0,horizontalAlign:l.horizontalAlign,verticalAlign:l.verticalAlign,fontSize:1.40625*l.fontSize,lineHeight:l.lineHeight/1.40625,letterSpacing:l.letterSpacing-1,text:l.text,textTransform:l.textTransform,extrudeBevelSize:0,extrudeBevelSegments:1},material:u,states:qs(l.states),events:qs(l.events),visible:l.visible,raycastLock:l.raycastLock,position:l.position,rotation:l.rotation,scale:l.scale,hiddenMatrix:l.hiddenMatrix},p=qs(n.scene.objects).parent(a);n.scene.objects.insertAfter(p??null,a,[{id:a+"new",data:c,children:[]}]),s.push(a)}}),s.forEach(a=>{n.scene.objects.delete(a)})}(i),i.schema=20),r<21&&(function(n){let s={0:"MouseDown",1:"MouseUp",2:"MouseHover",5:"KeyDown",6:"KeyUp",7:"Start",9:"LookAt",10:"Follow",11:"Scroll",12:"Audio",13:"GameControl"};n.scene.objects.traverse((a,o)=>{o.events.forEach(l=>{if(s[Number(l.type)])if(Object.assign(l,{type:s[Number(l.type)]}),l.type==="Audio"&&"audioEvent"in l&&(Object.assign(l,{playAudio:l.audioEvent}),delete l.audioEvent),l.type==="GameControl")Object.assign(l,{gameActions:{idle:new Nt,move:new Nt,jump:new Nt}});else{let u=new Nt;Object.assign(l,{actions:u}),(l.type==="MouseDown"||l.type==="MouseUp"||l.type==="KeyDown"||l.type==="KeyUp")&&"url"in l&&u.push({fi:0,id:ht.generateUUID(),data:{type:"Link",url:l.url,delay:0}}),"targets"in l&&(l.targets.forEach((h,d,c)=>{let p={easing:h.easing,duration:h.duration};h.easing===6?Object.assign(p,Rv(h,"mass","stiffness","damping","velocity")):h.easing===5&&Object.assign(p,{control1:{...h.control1},control2:{...h.control2}});let m={repeat:h.repeat?-1:0,delay:h.delay,delayDirection:h.delayDirection,direction:h.cycle&&h.rewind?"pingpong-rewind":h.cycle?"pingpong":"normal"},f={state:h.state,...m,...p},g={allowSlerp:!0,type:"Transition",object:h.object,repeat:0,delay:0,delayDirection:void 0,direction:"normal",tweens:new Nt({fi:0,id:ht.generateUUID(),data:{state:void 0,repeat:0,delay:0,delayDirection:void 0,direction:"normal",duration:0,easing:4}},{fi:1,id:ht.generateUUID(),data:f})};u.push({fi:c,id:d,data:g})}),delete l.targets)}})})}(i),function(n){n.scene.objects.traverse((s,a)=>{function o(l,u){let h=new Nt,d=[];if(a.events.forEach((c,p,m)=>{if(c.type==="Audio"&&c.trigger===u){let f;d.push(p),c.interaction==="play"?f={...Rv(c,"interaction","audio","delay","volume","loop"),triggerAfter:"after"in c?c.after:void 0,toggle:"after"in c?c.toggle:void 0,type:"Audio"}:(c.interaction==="pause"||c.interaction==="stop")&&(f={...Rv(c,"interaction","delay","object","playAudio"),type:"Audio"}),f&&h.push({fi:m,id:p,data:f})}}),d.forEach(c=>a.events.delete(c)),h.length){let c=a.events.find(p=>p.type===l)?.data;c?"actions"in c&&c.actions.insertBefore(null,h):a.events.insertBefore(null,[{id:ht.generateUUID(),data:{type:l,actions:h}}])}}o("Start","start"),o("MouseDown","mouseDown"),o("MouseUp","mouseUp"),o("KeyDown","keyDown"),o("KeyUp","keyUp")})}(i),i.schema=21),r<22&&(Lee(i),i.schema=22),r<23&&(function(n){n.scene.objects.traverse((s,a)=>{a.type==="Mesh"&&a.geometry.type==="SubdivGeometry"&&(a.geometry.scaleBaked||(a.geometry.scaleBaked=[1,1,1]))})}(i),i.schema=23),r<24&&(function(n){n.scene.objects.traverse((s,a)=>{(a.type==="Empty"||a.type==="Mesh")&&a.cloner&&!a.cloner.randomnessObject&&!a.cloner.toObject&&!a.cloner.randomness&&(a.cloner={...a.cloner,toObject:{object:"",spreadType:"random",scale:[0,0,0],rotation:[0,0,0],position:[0,0,0],axis:"x",seed:0,count:99,align:"normal"},randomness:!1,randomnessObject:{strength:100,scale:[0,0,0],rotation:[0,0,0],position:[0,0,0],movement:1,seed:0,freqScale:10,noiseType:"perlin"}})})}(i),i.schema=24),(r<25||i.shared.videos===void 0)&&(function(n){n.shared.videos=Ho({},ai.prototype)}(i),r<25&&(i.schema=25)),r<26&&(function(n){n.scene.objects.traverse((s,a)=>{let o=n.scene.objects.unproxy().parent(s);if(o){let l=qs(n.scene.objects.data(o));l&&l.type==="Mesh"&&l.geometry.type==="BooleanGeometry"&&a.type==="Mesh"&&(a.visible=qs(a).booleanExclude!==!0)}})}(i),i.schema=26),r<27&&(function(n){n.scene.objects.traverse((s,a)=>{if(a.type==="Mesh"){let o=a;a.geometry.type==="NonParametricGeometry"?o.material!==void 0&&delete o.material:o.materials!==void 0&&delete o.materials}})}(i),i.schema=27),r<28&&(Lee(i),i.schema=28),r<29&&(function(n){function s(o){Object.setPrototypeOf(o,Zs.prototype),o.texture&&Object.setPrototypeOf(o.texture,Zs.prototype)}function a(o){Object.setPrototypeOf(o,Zs.prototype);for(let l in o)s(o[l])}n.scene.objects.traverse((o,l)=>{l.states.forEach(u=>{let h=u;if(h.material){let d=qs(h.material).layers;a(d),h.material.layers=d}if(h.materials)for(let d=0;d<h.materials.length;d++){let c=h.materials[d],p=qs(c).layers;a(p),c.layers=p}})})}(i),i.schema=29),r<30&&(function(n){n.scene.objects.traverse((s,a)=>{a.type==="Mesh"&&a.geometry.type==="NonParametricGeometry"&&!("material"in a)&&!("materials"in a)&&(a.material=is.defaultTwoLayerData("phong"))})}(i),i.schema=30),r<31&&(function(n){n.scene.publish.orbitControls.autoZoom===void 0&&(n.scene.publish.orbitControls.autoZoom=!1),n.scene.objects.traverse((s,a)=>{(a.type==="OrthographicCamera"||a.type==="PerspectiveCamera")&&(a.orthographic.autoZoom===void 0&&(a.orthographic.autoZoom=!1),a.orthographic.autoZoomFrustumSize===void 0&&(a.orthographic.autoZoomFrustumSize=790))})}(i),i.schema=31),r<33&&(function(n){n.scene.objects.traverse((s,a)=>{a.pathSnapping===void 0&&(a.pathSnapping={pathId:null,slide:0,offset:0,orientation:"tangential"}),a.pathSnapping.offset===void 0&&(a.pathSnapping.offset=0)})}(i),i.schema=33),r<34&&(function(n){n.scene.publish.mouseEventTarget===void 0&&(n.scene.publish.mouseEventTarget="canvas"),n.scene.publish.settings.web.hint===void 0&&(n.scene.publish.settings.web.hint=!1)}(i),i.schema=34),r<35&&(function(n){let{video:s}=n.scene.publish.settings;s.format==="gif"&&s.fps>48&&(s.fps=15)}(i),i.schema=35),r<36&&(function(n){n.scene.objects.traverse((s,a)=>{a.events.forEach(o=>{o.type==="GameControl"&&(o.resetYPosition=Math.abs(o.resetYPosition-a.position[1]))})})}(i),i.schema=36),r<37&&(function(n){let s=n.scene.environment.usePhysics;n.scene.objects.traverse((a,o)=>{s&&o.physics===null?o.collision=!1:o.collision="visibility"})}(i),i.schema=37),r<38&&(Yp(i,Iee),Xp(i,Iee),i.schema=38),r<39&&(function(n){n.scene.objects.traverse((s,a)=>{a.events.forEach(o=>{o.type==="GameControl"&&(o.navmesh=iL.defaultDataThirdPerson.navmesh)})})}(i),i.schema=39),r<40&&(function(n){n.scene.styles||(n.scene.styles=Xv.defaultData())}(i),i.schema=40),r<41&&(function(n){n.scene.environment.ambientLight.occlusion===void 0&&(n.scene.environment.ambientLight.occlusion=!1),n.scene.environment.ambientLight.aoFullRes===void 0&&(n.scene.environment.ambientLight.aoFullRes=!1),n.scene.environment.ambientLight.radius===void 0&&(n.scene.environment.ambientLight.radius=256),n.scene.environment.ambientLight.bias===void 0&&(n.scene.environment.ambientLight.bias=.5),n.scene.environment.ambientLight.aoColor===void 0&&(n.scene.environment.ambientLight.aoColor={r:.19607843137254902,g:.19607843137254902,b:.19607843137254902}),Yp(n,Bee),Xp(n,Bee)}(i),i.schema=41),r<42&&(function(n){n.scene.objects.traverse((s,a)=>{a.events.forEach(o=>{o.type==="GameControl"&&Object.assign(o.gameActions,{run:new Nt})})})}(i),i.schema=42),r<43&&(function(n){n.scene.objects.traverse((s,a)=>{a.events.forEach(o=>{o.type==="GameControl"&&(o.keyAssignments=[...o.keyAssignments,["run","\u21E7"],["none","Ctrl"]])})})}(i),i.schema=43),r<99){Yp(i,Uee),Xp(i,Uee),i.scene.publish.playCamera===null&&(i.scene.publish.playCamera=a1);let n=qs(i.scene.objects),s=i.scene.objects;i.scene.publish.playPage=wx,s.insertBefore(null,null,[{id:wx,data:{...py.defaultData,backgroundColor:i.scene.backgroundColor,fog:i.scene.fog,postprocessing:i.scene.postprocessing,ao:Rv(i.scene.environment.ambientLight,"occlusion","aoFullRes","radius","bias","aoColor"),publish:{playCamera:i.scene.publish.playCamera,gameControlObject:i.scene.publish.gameControlObject},shadow:Rv(i.scene.environment.ambientLight,"softShadowQuality"),globalPhysics:{...Mx.defaultData,...Rv(i.scene.environment,"usePhysics","gravity")},camera:qs(i.scene.ownerCamera)??py.defaultData.camera,name:"Scene"},children:[]}]);for(let l of n)l.id!==Yv.TRASH_CAN_ID&&s.move(wx,l.fi,l.id);let a=0,o=0;i.shared.penumbraSize&&i.scene.objects.traverse((l,u)=>{u.type==="DirectionalLight"?(u.penumbraSize=i.shared.penumbraSize[Math.min(a,2)],a+=1):u.type==="SpotLight"&&(u.penumbraSize=i.shared.penumbraSize[3+Math.min(o,1)],o+=1),(u.physics===void 0||u.physics===null)&&u.type!=="Instance"&&(u.physics={},Object.assign(u.physics,Tx.defaultData)),u.physics!==void 0&&u.physics!==null&&(u.physics.enabled=u.collision??"visibility",delete u.collision)}),i.schema=99}}(e,t),t<100&&(e.scene.publish.joystickSizeAndXYOffset===void 0&&(e.scene.publish.joystickSizeAndXYOffset=bm.defaultData.joystickSizeAndXYOffset),e.schema=100),t<101&&(Yp(e,Fee),Xp(e,Fee),e.schema=101),t<102&&(function(i){i.scene.objects.traverse((r,n)=>{let s=n.geometry;s&&s.type==="PathGeometry"&&(s.extrusion.capType="flat",s.extrusion.bevel=50,s.extrusion.bevelSides=6,s.extrusion.shape.type==="Custom"&&(s.extrusion.shape.shapeQuality="low"))})}(e),e.schema=102),t<104&&(e.shared.catelogs=new ai,e.shared.lib=hm.defaultData(),e.schema=104),t<105&&(function(i){i.shared.variables=Ho({},ai.prototype)}(e),e.scene.objects.traverse((i,r)=>{W1e(r)}),e.schema=105);for(let i of Object.values(e.shared.lib.components))q1e(i);t<106&&(function(i){let r=qs(i.shared.variables);i.shared.variables=Ho(Object.entries(r??{}).map(([n,s],a)=>({fi:a,id:n,data:s})),Nt.prototype)}(e),e.schema=106),t<107&&(e.shared.lib.variables=hm.defaultData().variables,e.schema=107),t<109&&(function(i){i.shared.particles=Ho({},ai.prototype),i.shared.lib&&(i.shared.lib.particles=hm.defaultData().particles)}(e),e.schema=109),t<110&&(function(i){i.scene.objects.traverse((r,n)=>{n.type==="Particle"&&typeof n.renderMaterial.size=="number"&&Object.assign(n.renderMaterial,{size:[n.renderMaterial.size,n.renderMaterial.size]})})}(e),e.schema=110),t<111&&(e.scene.objects.traverse((i,r)=>{(function(n){Array.isArray(qs(n.events))&&n.events?.forEach(s=>{"disabled"in s||(s.disabled=!1),(s.type==="MouseDown"||s.type==="MouseUp"||s.type==="MousePress")&&(s.mode=s.mode||"Object")})})(r)}),e.schema=111),t<112&&(function(i){i.scene.objects.traverse((r,n)=>{n.type==="Page"&&(n.postprocessing.depthOfField.focusDistance=100,n.postprocessing.depthOfField.focalLength=20,n.postprocessing.depthOfField.bokehScale=5)})}(e),e.schema=112),t<113&&(function(i){i.scene.objects.traverse((r,n)=>{Array.isArray(qs(n.events))!==!1&&n.events?.forEach(s=>{let a=s.runMode;s.type==="MouseDown"||s.type==="MouseUp"||s.type==="KeyDown"||s.type==="KeyUp"||s.type==="Collision"||s.type==="Trigger"?s.actions?.forEach(o=>{o.type==="Transition"&&(o.runMode=a??"Repeat"),(o.type==="Animation"||o.type==="SwitchCamera")&&(o.runMode=a==="Toggle"?"Toggle":"Normal")}):s.type==="MouseHover"||s.type==="MousePress"||s.type==="KeyPress"?s.actions?.forEach(o=>{(o.type==="Transition"||o.type==="Animation"||o.type==="SwitchCamera")&&(o.runMode="Toggle")}):s.type==="GameControl"?(delete s.actions,Object.keys(s.gameActions).forEach(o=>{s.gameActions[o]?.forEach(l=>{l.type==="Transition"&&(l.runMode="Repeat"),l.type==="Animation"&&(l.runMode="Normal")})})):s.type==="DragDrop"?(delete s.actions,s.dragDropActions?.drag?.forEach(o=>{(o.type==="Transition"||o.type==="Animation"||o.type==="SwitchCamera")&&(o.runMode="Toggle")}),s.dragDropActions?.drop?.forEach(o=>{(o.type==="Transition"||o.type==="Animation"||o.type==="SwitchCamera")&&(o.runMode="Toggle")})):s.type==="Resize"?(delete s.actions,s.breakpoints?.forEach(o=>{o.actions?.forEach(l=>{(l.type==="Transition"||l.type==="Animation"||l.type==="SwitchCamera")&&(l.runMode="Toggle")})})):s.type==="Start"?s.actions?.forEach(o=>{o.type==="Transition"&&(o.runMode="Once"),(o.type==="Animation"||o.type==="SwitchCamera")&&(o.runMode="Normal")}):s.type==="VariableChange"||s.type==="Scroll"?s.actions?.forEach(o=>{o.type==="Transition"&&(o.runMode="Repeat"),(o.type==="Animation"||o.type==="SwitchCamera")&&(o.runMode="Normal")}):s.type==="Conditional"&&(delete s.actions,s.inActions?.forEach(o=>{o.type==="Transition"&&(o.runMode="Repeat"),(o.type==="Animation"||o.type==="SwitchCamera")&&(o.runMode="Normal")}),s.outActions?.forEach(o=>{o.type==="Transition"&&(o.runMode="Repeat"),(o.type==="Animation"||o.type==="SwitchCamera")&&(o.runMode="Normal")}))})})}(e),e.schema=113),t<114&&(e.scene.publish.settings.web.imageQuality===void 0&&(e.scene.publish.settings.web.imageQuality=70),e.schema=114),t<115&&(function(i){i.shared.userAPIs=Ho({},ai.prototype),i.shared.userWebhooks=Ho({},ai.prototype),i.shared.lib&&(i.shared.lib.userAPIs=hm.defaultData().userAPIs,i.shared.lib.userWebhooks=hm.defaultData().userWebhooks)}(e),e.schema=115),t<116&&(function(i){i.scene.publish.settings.videoStatic===void 0&&(i.scene.publish.settings.videoStatic=bm.defaultData.settings.videoStatic)}(e),e.schema=116),t<117&&(e.scene.publish.settings.web.pixelRatioMobile===void 0&&(e.scene.publish.settings.web.pixelRatioMobile=0),e.scene.publish.settings.web.pixelRatioDesktop===void 0&&(e.scene.publish.settings.web.pixelRatioDesktop=0),e.schema=117),t<118&&(e.shared.timelineAnimations=Ho({},ai.prototype),e.scene.objects.traverse((i,r)=>{X1e(r)}),e.schema=118),t<119&&(e.scene.publish.settings.videoStatic.format=Ex.defaultData.scene.publish.settings.videoStatic.format,e.scene.publish.settings.videoStatic.imageFormat=Ex.defaultData.scene.publish.settings.videoStatic.imageFormat,e.schema=119),t<120&&(e.scene.publish.settings.image.colorSpace="display-p3",e.scene.publish.settings.videoStatic.colorSpace="display-p3",e.schema=120),t<121&&(e.scene.objects.traverse((i,r)=>{nH(r),r.type==="Page"&&r.camera!==void 0&&nH(r.camera)}),e.schema=121),t<122&&(delete e.scene.publish.settings.video,e.scene.publish.orbitControls.rotationSpeed=Ex.defaultData.scene.publish.orbitControls.rotationSpeed,e.schema=122),t<123&&(e.scene.objects.traverse((i,r)=>{r.type==="Page"&&r.sky===void 0&&(r.sky=gg.defaultData)}),e.schema=123),t<124&&(t>=123&&e.scene.objects.traverse((i,r)=>{let n=r.sky;r.type==="Page"&&n!==void 0&&(typeof n.exposure=="number"&&(n.exposure=Math.round(n.exposure/5e-4*1e4)/1e4),n.lighting===void 0&&(n.lighting=gg.defaultData.lighting))}),e.schema=124),t<125&&(e.scene.objects.traverse((i,r)=>{let n=r.sky;r.type==="Page"&&n!==void 0&&n.lightingIntensity===void 0&&(n.lightingIntensity=gg.defaultData.lightingIntensity)}),e.schema=125),t<126&&(e.scene.objects.traverse((i,r)=>{let n=r.sky;r.type==="Page"&&n!==void 0&&(n.mode===void 0&&(n.mode="physical"),n.hdri===void 0?n.hdri={...gg.defaultData.hdri}:(n.hdri.blur===void 0&&(n.hdri.blur=gg.defaultData.hdri.blur),Array.isArray(n.hdri.rotation)&&(n.hdri.rotation=n.hdri.rotation[1]??0)))}),e.schema=126),t<127&&(e.scene.objects.traverse((i,r)=>{let n=r.sky;r.type==="Page"&&n?.hdri!==void 0&&n.hdri.showBackground===void 0&&(n.hdri.showBackground=!0)}),e.schema=127),t<128&&(e.scene.objects.traverse((i,r)=>{let n=r.sky;r.type==="Page"&&n!==void 0&&n.lightingQuality===void 0&&(n.lightingQuality="full")}),e.schema=128),t<129&&(e.scene.objects.traverse((i,r)=>{if(r.type==="Page"){r.camera===void 0&&(r.camera=py.defaultData.camera);let n=r.camera;n.far=1e5,n.perspective?n.perspective.near=70:n.perspective={near:70,fov:45,zoom:1}}}),e.schema=129),t<130&&($1e(e,rL),e.schema=130),t<131&&(function(i){i.scene.objects.traverse((r,n)=>{let s=n.states;if(!s)return;let a=n.timelineAnimations,o=[];s.forEach((l,u)=>{(l.isAnimation||a?.[u])&&o.push(u)}),o.forEach(l=>s.delete(l))})}(e),function(i){let r=i.shared,n=r.timelineAnimations;if(!n)return;let s=i.scene.objects,a=s.unproxy().find(o=>o.data.type==="Page")?.id;for(let[o,l]of Object.entries(n)){let u=Ho({},ai.prototype),h=0,d=Boolean(l.loop);for(let[m,f]of Object.entries(l.mapping??{})){let g=s.data(m)?.timelineAnimations?.[f];!g||(h=Math.max(h,g.to??0),d=d||Boolean(g.loop),u[m]={id:m,keyframes:EIe(g.properties?.unproxy())})}let c=l.page??a,p=c?s.data(c):void 0;p&&p.type==="Page"&&((p.timelines??(p.timelines=Ho({},ai.prototype)))[o]={id:o,name:l.name,duration:h||5,...d?{loop:d}:{},objectTimelines:u})}delete r.timelineAnimations,s.traverse((o,l)=>{delete l.timelineAnimations})}(e),kee(e,AIe),kee(e,PIe),e.schema=131)}}cw(H1e,{updateAllMaterials:()=>$1e,updateDocumentSchema:()=>NIe,updateLibSchema:()=>DIe,updateMaterialSchema:()=>TIe,updateObjectStateRec:()=>tx,updateObjectsSchema:()=>q1e,updateTextValues:()=>SIe});var zv,Y1e,Vee,WC,cF,Gee,qC,Kv,PS,V1,$C,pF,sI,mF,fF,jee,aI,gF,gy,sH,M4=V(()=>{le(),V1e(),Nr(),j1e(),wIe(),T4(),AA(),Ja(),fX(),S4(),dX(),zv=180/Math.PI,Y1e=["position","rotation","scale","shape size"]}),IIe=V(()=>{var e,t,i;Dh(),Nr(),Ja(),(Vee||(Vee={})).is=function(r){return!0},(e=WC||(WC={})).defaultData={position:[0,0],scale:[1,1],rotation:0,shear:[0,0]},e.merge=function(r,n){return{position:n?.position??r.position,rotation:n?.rotation??r.rotation,scale:n?.scale??r.scale,shear:n?.shear??r.shear}},e.diff=function(r,n){return n1e({position:Uc.isEqual(r.position,n.position)?void 0:n.position,rotation:r.rotation===n.rotation?void 0:n.rotation,scale:Uc.isEqual(r.scale,n.scale)?void 0:n.scale,shear:r.shear&&n.shear&&Uc.isEqual(r.shear,n.shear)?void 0:n.shear})},(cF||(cF={})).defaultData={horizontalConstraint:0,verticalConstraint:0},(Gee||(Gee={})).defaultData={direction:"row",wrap:"unwrap",align:"top-left",gap:10,rowGap:10,autoGap:!1,autoRowGap:!1,leftPadding:8,rightPadding:8,topPadding:8,bottomPadding:8},(qC||(qC={})).defaultData={opacity:1,fill:{color:kr.fromHexAndA(eo,1),enabled:!0},stroke:{color:kr.from0to1([0,0,0,1]),thickness:1,enabled:!1,mode:"inside"},layerBlur:{radius:2,enabled:!1},backgroundBlur:{radius:2,enabled:!1},dropShadow:{offset:[10,10],blurRadius:10,color:kr.from0to1([0,0,0,1]),enabled:!1,spread:0},innerShadow:{offset:[10,10],blurRadius:10,color:kr.from0to1([0,0,0,1]),enabled:!1,spread:0}},(t=Kv||(Kv={})).newEmpty=function(r,n){return{name:n}},t.patch=function(r,n){if(n===void 0)return r;let s={...r};return Object.assign(s,WC.merge(s,n)),s=function(a,o){if(o===void 0)return a;let l={...a},u=["width","height","cornerRadius"];for(let h of u)h in l&&h in o&&o[h]!==void 0&&Object.assign(l,{[h]:o[h]});return l}(s,n),s=function(a,o){if(o===void 0)return a;let l={...a};return"fill"in l&&"fill"in o&&o.fill!==void 0&&Object.assign(l,{fill:{...l.fill,...o.fill}}),"stroke"in l&&"stroke"in o&&o.stroke!==void 0&&Object.assign(l,{stroke:{...l.stroke,...o.stroke}}),"layerBlur"in l&&"layerBlur"in o&&o.layerBlur!==void 0&&Object.assign(l,{layerBlur:{...l.layerBlur,...o.layerBlur}}),"backgroundBlur"in l&&"backgroundBlur"in o&&o.backgroundBlur!==void 0&&Object.assign(l,{backgroundBlur:{...l.backgroundBlur,...o.backgroundBlur}}),"dropShadow"in l&&"dropShadow"in o&&o.dropShadow!==void 0&&Object.assign(l,{dropShadow:{...l.dropShadow,...o.dropShadow}}),"innerShadow"in l&&"innerShadow"in o&&o.innerShadow!==void 0&&Object.assign(l,{innerShadow:{...l.innerShadow,...o.innerShadow}}),l}(s,n),s},t.toOps=function(r,n){let s,a=[];for(let[o,l]of Object.entries(n))o!=="name"&&(s===void 0&&(s={path:[],props:{},type:0},a.push(s)),s.props[o]=l);return a},(PS||(PS={})).defaultData={...WC.defaultData,...cF.defaultData,states:new Nt,events:new Nt,visible:!0,raycastLock:!1},(V1||(V1={})).defaultData={...PS.defaultData,...qC.defaultData},($C||($C={})).defaultData={cornerRadius:[0,0,0,0]},(pF||(pF={})).defaultData={...V1.defaultData,type:"ellipse2d",width:100,height:100,name:"Ellipse"},(sI||(sI={})).defaultData={...V1.defaultData,...$C.defaultData,type:"rectangle2d",width:100,height:100,name:"Rectangle"},(mF||(mF={})).defaultData={...V1.defaultData,type:"text2d",width:100,height:100,fontSize:12,lineHeight:1.2,letterSpacing:0,text:{textValue:"Hello world"},horizontalAlign:1,verticalAlign:1,textTransform:1,font:"Roboto_regular",name:"Text"},(fF||(fF={})).defaultData={...V1.defaultData,type:"path2d",path:"",name:"Path"},(jee||(jee={})).is=function(r){return r.type==="ellipse2d"||r.type==="rectangle2d"||r.type==="text2d"||r.type==="vector2d"||r.type==="path2d"},(aI||(aI={})).defaultData={...PS.defaultData,name:"Group",type:"group2d"},(gF||(gF={})).defaultData=()=>({...PS.defaultData,...$C.defaultData,...qC.defaultData,name:"Frame",type:"frame2d",clipped:!0,width:200,height:200,fill:{color:kr.fromHexAndA(4737101,1),enabled:!0},stroke:{color:kr.fromHexAndA(0,1),thickness:1,enabled:!1,mode:"inside"},backgroundBlur:{radius:2,enabled:!1},layerBlur:{radius:2,enabled:!1}}),(r=>{r.defaultData=function(n){switch(n){case"rectangle2d":case"vector2d":return{...sI.defaultData};case"ellipse2d":return{...pF.defaultData};case"text2d":return{...mF.defaultData};case"path2d":return{...fF.defaultData};case"frame2d":return{...gF.defaultData()};case"group2d":return{...aI.defaultData}}},r.getPivot=function(n){return"width"in n&&"height"in n?[typeof n.width=="number"?.5*n.width:0,typeof n.height=="number"?.5*n.height:0]:[0,0]},r.isResizeable=function(n){return n.type==="rectangle2d"||n.type==="ellipse2d"||n.type==="text2d"||n.type==="frame2d"},r.isAutoLayoutable=function(n){return n.type==="frame2d"&&n.autoLayout!==void 0},r.hasCorners=function(n){return n.type==="rectangle2d"||n.type==="frame2d"}})(gy||(gy={})),(i=sH||(sH={})).defaultData={name:"UI",type:"scene2d",objects:new Ma},i.emptyData=function(){return{type:"scene2d",objects:new Ma}}}),OIe=V(()=>{fIe(),gIe(),A1e(),C1e(),V1e(),T1e(),xIe(),I1e(),B1e(),dX(),M4(),k1e(),uX(),hX(),R1e(),AA(),N1e(),F1e(),Dh(),T4(),S4(),pX(),L1e(),fX(),mX(),vIe(),O1e(),gX(),cX(),P1e(),D1e(),IIe()});function Zv(e,t=!1){let i=e[0].index!==null,r=new Set(Object.keys(e[0].attributes)),n=new Set(Object.keys(e[0].morphAttributes)),s={},a={},o=e[0].morphTargetsRelative,l=new At,u=0;for(let h=0;h<e.length;++h){let d=e[h],c=0;if(i!==(d.index!==null))return console.error("THREE.BufferGeometryUtils: .mergeGeometries() failed with geometry at index "+h+". All geometries must have compatible attributes; make sure index attribute exists among all geometries, or in none of them."),null;for(let p in d.attributes){if(!r.has(p))return console.error("THREE.BufferGeometryUtils: .mergeGeometries() failed with geometry at index "+h+'. All geometries must have compatible attributes; make sure "'+p+'" attribute exists among all geometries, or in none of them.'),null;s[p]===void 0&&(s[p]=[]),s[p].push(d.attributes[p]),c++}if(c!==r.size)return console.error("THREE.BufferGeometryUtils: .mergeGeometries() failed with geometry at index "+h+". Make sure all geometries have the same number of attributes."),null;if(o!==d.morphTargetsRelative)return console.error("THREE.BufferGeometryUtils: .mergeGeometries() failed with geometry at index "+h+". .morphTargetsRelative must be consistent throughout all geometries."),null;for(let p in d.morphAttributes){if(!n.has(p))return console.error("THREE.BufferGeometryUtils: .mergeGeometries() failed with geometry at index "+h+". .morphAttributes must be consistent throughout all geometries."),null;a[p]===void 0&&(a[p]=[]),a[p].push(d.morphAttributes[p])}if(t){let p;if(i)p=d.index.count;else{if(d.attributes.position===void 0)return console.error("THREE.BufferGeometryUtils: .mergeGeometries() failed with geometry at index "+h+". The geometry must have either an index or a position attribute"),null;p=d.attributes.position.count}l.addGroup(u,p,h),u+=p}}if(i){let h=0,d=[];for(let c=0;c<e.length;++c){let p=e[c].index;for(let m=0;m<p.count;++m)d.push(p.getX(m)+h);h+=e[c].attributes.position.count}l.setIndex(d)}for(let h in s){let d=Hee(s[h]);if(!d)return console.error("THREE.BufferGeometryUtils: .mergeGeometries() failed while trying to merge the "+h+" attribute."),null;l.setAttribute(h,d)}for(let h in a){let d=a[h][0].length;if(d!==0){l.morphAttributes=l.morphAttributes||{},l.morphAttributes[h]=[];for(let c=0;c<d;++c){let p=[];for(let f=0;f<a[h].length;++f)p.push(a[h][f][c]);let m=Hee(p);if(!m)return console.error("THREE.BufferGeometryUtils: .mergeGeometries() failed while trying to merge the "+h+" morphAttribute."),null;l.morphAttributes[h].push(m)}}}return l}function Hee(e){let t,i,r,n=-1,s=0;for(let u=0;u<e.length;++u){let h=e[u];if(t===void 0&&(t=h.array.constructor),t!==h.array.constructor)return console.error("THREE.BufferGeometryUtils: .mergeAttributes() failed. BufferAttribute.array must be of consistent array types across matching attributes."),null;if(i===void 0&&(i=h.itemSize),i!==h.itemSize)return console.error("THREE.BufferGeometryUtils: .mergeAttributes() failed. BufferAttribute.itemSize must be consistent across matching attributes."),null;if(r===void 0&&(r=h.normalized),r!==h.normalized)return console.error("THREE.BufferGeometryUtils: .mergeAttributes() failed. BufferAttribute.normalized must be consistent across matching attributes."),null;if(n===-1&&(n=h.gpuType),n!==h.gpuType)return console.error("THREE.BufferGeometryUtils: .mergeAttributes() failed. BufferAttribute.gpuType must be consistent across matching attributes."),null;s+=h.count*i}let a=new t(s),o=new It(a,i,r),l=0;for(let u=0;u<e.length;++u){let h=e[u];if(h.isInterleavedBufferAttribute){let d=l/i;for(let c=0,p=h.count;c<p;c++)for(let m=0;m<i;m++){let f=h.getComponent(c,m);o.setComponent(c+d,m,f)}}else a.set(h.array,l);l+=h.count*i}return n!==void 0&&(o.gpuType=n),o}var CA=V(()=>{le()});function K1e(e){let t=e.points.length/7,i=new Nt;for(let r=0;r<t;r++){let n=7*r,s=e.points[n+0],a=e.points[n+1],o=e.points[n+2],l=e.points[n+3],u=e.points[n+4],h=e.points[n+5],d=e.points[n+6];i.push({fi:r,id:ht.generateUUID(),data:{roundness:d,position:[s,a],areControlsDirectionsMirrored:!0,controlPrevious:{position:[o,l]},controlNext:{position:[u,h]}}})}return{points:i,isClosed:e.isClosed,roundness:e.roundness,shapeHoles:e.shapeHoles?.map(r=>K1e(r))??[]}}function Z1e(e){let{userData:t,uuid:i,...r}=e;if(t===void 0||t.type==="NonParametricGeometry")return function(a){let o,{userData:l,data:u}=a,h=u?.groups,d=u?.attributes??{},c=u?.morphAttributes??{},p=u?.interleavedBuffers,m=u?.arrayBuffers,f=u?.index;d.position!==void 0&&Array.isArray(d.position.array)&&(o=function(v){let y=1/0,_=1/0,b=1/0,x=-1/0,w=-1/0,S=-1/0;for(let M=0;M<v.length;M+=3){let T=v[M],A=v[M+1],E=v[M+2];y=Math.min(y,T),_=Math.min(_,A),b=Math.min(b,E),x=Math.max(x,T),w=Math.max(w,A),S=Math.max(S,E)}return{width:x-y,height:w-_,depth:S-b}}(d.position.array));let g={...l===void 0?{}:l.parameters,data:{attributes:d,morphAttributes:c,interleavedBuffers:p,arrayBuffers:m},...o===void 0?{}:o,type:"NonParametricGeometry"};return f!==void 0&&Object.assign(g.data,{index:f}),h!==void 0&&Object.assign(g.data,{groups:h.map(v=>({...v,materialIndex:v.materialIndex??0}))}),g}(e);if(t.type==="SubdivGeometry"){let a="SubdivGeometry",o=r.data?.attributes;if(o?.positionWASM===void 0){let u=new At;if(o?.position===void 0||o?.faceMap===void 0)return null;let h=o.position.array,d=o.faceMap.array,c=r.data.index.array;u.setAttribute("position",new Et(h,3)),u.setIndex(new Um(c,1));let p=function(v,y=1e-4){y=Math.max(y,Number.EPSILON);let _={},b=v.getIndex(),x=v.getAttribute("position"),w=b?b.count:x.count,S=0,M=Object.keys(v.attributes),T={},A={},E=[],R=["getX","getY","getZ","getW"],N=["setX","setY","setZ","setW"];for(let j=0,K=M.length;j<K;j++){let q=M[j],ne=v.attributes[q];T[q]=new ne.constructor(new ne.array.constructor(ne.count*ne.itemSize),ne.itemSize,ne.normalized);let ve=v.morphAttributes[q];ve&&(A[q]||(A[q]=[]),ve.forEach((oe,me)=>{let ye=new oe.array.constructor(oe.count*oe.itemSize);A[q][me]=new oe.constructor(ye,oe.itemSize,oe.normalized)}))}let D=.5*y,O=Math.log10(1/y),z=Math.pow(10,O),U=D*z;for(let j=0;j<w;j++){let K=b?b.getX(j):j,q="";for(let ne=0,ve=M.length;ne<ve;ne++){let oe=M[ne],me=v.getAttribute(oe),ye=me.itemSize;for(let Z=0;Z<ye;Z++)q+=~~(me[R[Z]](K)*z+U)+","}if(q in _)E.push(_[q]);else{for(let ne=0,ve=M.length;ne<ve;ne++){let oe=M[ne],me=v.getAttribute(oe),ye=v.morphAttributes[oe],Z=me.itemSize,pe=T[oe],H=A[oe];for(let F=0;F<Z;F++){let X=R[F],re=N[F];if(pe[re](S,me[X](K)),ye)for(let k=0,Q=ye.length;k<Q;k++)H[k][re](S,ye[k][X](K))}}_[q]=S,E.push(S),S++}}let G=v.clone();for(let j in v.attributes){let K=T[j];if(G.setAttribute(j,new K.constructor(K.array.slice(0,S*K.itemSize),K.itemSize,K.normalized)),j in A)for(let q=0;q<A[j].length;q++){let ne=A[j][q];G.morphAttributes[j][q]=new ne.constructor(ne.array.slice(0,S*ne.itemSize),ne.itemSize,ne.normalized)}}return G.setIndex(E),G}(u),m=[],f=new Array(d[d.length-1]+1).fill(3),g=p.getIndex().array;for(let v=0,y=d.length;v<y;)d[v]===d[v+1]?(f[d[v]]++,m.push(...new Set(g.slice(3*v,3*v+6))),v+=2):(m.push(...g.slice(3*v,3*v+3)),v++);o.indexWASM={array:m},o.positionWASM=p.attributes.position,o.verticesPerFaceWASM={array:f}}if(o?.positionWASM===void 0||o?.positionWASM.length===0||o?.indexWASM===void 0||o?.indexWASM.length===0||o?.verticesPerFaceWASM===void 0||o?.verticesPerFaceWASM.length===0)return null;let l={type:a,...LIe(o.positionWASM.array)};l.subdivisions=t.parameters.subdivisions;for(let u in o)u==="positionWASM"?l[u]=new Float32Array(o[u].array):u==="indexWASM"?l[u]=new Int32Array(o[u].array):u==="verticesPerFaceWASM"&&(l[u]=new Int8Array(o[u].array));return l.scaleBaked=[1,1,1],l}let n=t.type,s=t.parameters;return n==="VectorGeometry"?(s.extrudeDepth&&(s.depth=s.extrudeDepth),{...s,width:100,height:100,shape:K1e(t.shape),type:n}):n==="LatheGeometry"?{...t.parameters,type:n,points:(t?.parameters.points??[]).map(a=>[a.x,a.y])}:(s.extrudeDepth&&(s.depth=s.extrudeDepth),{...s,type:n})}function LIe(e){return aH.setFromArray(e),aH.getSize(xM),{width:xM.x,height:xM.y,depth:xM.z}}var aH,xM,Q1e,Vm,gE,J1e,gw,DS,XC,vF,vw,Wee,yF,qee,_F,tw,lf,hf,lp,bF,$ee,Xee,xF,oH,xm,BIe=V(()=>{Nr(),le(),CA(),new Ve,new Zt,new cn,new P,new P,aH=new mn,xM=new P}),UIe=V(()=>{}),FIe=V(()=>{Nr(),M4()}),zIe=V(()=>{AA(),[...w4],new Set(oX)}),Ht=V(()=>{OIe(),UIe(),bIe(),M4(),FIe(),j1e(),zIe(),gX(),Nr()}),Wm=V(()=>{Q1e=[3,4,8,9],Vm=5,gE=3,J1e=32}),RA=V(()=>{le(),gw=e=>{var t;return(t=class extends e{}).geometryHelper=new Ph(30,30,30),t}}),PA=V(()=>{le(),DS=new fm,XC=new Ha,vF=new Ve,vw=(e,t,i,r,n=!1,s=e)=>{let a=t,o=s.matrixWorld;if(a.boundingSphere===null&&a.computeBoundingSphere(),XC.copy(a.boundingSphere),XC.applyMatrix4(o),i.ray.intersectsSphere(XC)===!1||(vF.copy(o).invert(),DS.copy(i.ray).applyMatrix4(vF),a.boundingBox!==null&&DS.intersectsBox(a.boundingBox)===!1))return;let l,u,h,d,c,p,m=a.index,f=a.attributes.position,g=a.drawRange;if(n===!1){for(c=Math.max(0,g.start),p=Math.min(m.count,g.start+g.count);c<p;c+=3)if(u=m.getX(c),h=m.getX(c+1),d=m.getX(c+2),l=v(e,i,DS,f,u,h,d),l)return l.faceIndex=Math.floor(c/3),void r.push(l)}else{let y=a.attributes.position,_=new P,b=new P,x=new P,w=new P,S=2,M=1/((s.scale.x+s.scale.y+s.scale.z)/3),T=M*M;for(let A=Math.max(0,g.start),E=Math.min(y.count,g.start+g.count)-1;A<E;A+=S){if(_.fromBufferAttribute(y,A),b.fromBufferAttribute(y,A+1),DS.distanceSqToSegment(_,b,w,x)>T)continue;w.applyMatrix4(s.matrixWorld);let R=i.ray.origin.distanceTo(w);R<i.near||R>i.far||r.push({distance:R,point:x.clone().applyMatrix4(s.matrixWorld),object:e})}}function v(y,_,b,x,w,S,M){let T=new P,A=new P,E=new P,R=new P,N=new P;if(T.fromBufferAttribute(x,w),A.fromBufferAttribute(x,S),E.fromBufferAttribute(x,M),b.intersectTriangle(T,A,E,!1,R)===null)return null;N.copy(R),N.applyMatrix4(y.matrixWorld);let D=_.ray.origin.distanceTo(N);return D<_.near||D>_.far?null:{faceIndex:1,distance:D,point:N.clone(),object:y}}}}),E4=V(()=>{le(),RA(),PA(),Wee=new P(1,1,1),yF=new P,qee=new P,_F=new Zt,tw=class extends gw(Mye){constructor(e,t=15){super(t),this.object=e,this.dummy=new mw,this.object.updateMatrixWorld(),this.name=`EmptyObjectHelper: ${e.uuid}`,this.matrix=this.dummy.matrixWorld,this.matrixAutoUpdate=!1,this.object.isBone&&(this.visible=!1)}raycast(e,t){vw(this.object,tw.geometryHelper,e,t,!1,this.dummy)}update(){}updateMatrix(){}updateMatrixWorld(e){this.object.matrixWorld.decompose(yF,_F,qee),this.matrix.compose(yF,_F,Wee),super.updateMatrixWorld(e)}updateWorldMatrix(e,t){}}}),kIe=V(()=>{le(),lf=new P,hf=new P,lp=new Ve,bF=[new P(-1,1,1),new P(-1,-1,1),new P(1,-1,1),new P(1,1,1),new P(-1,1,-1),new P(-1,-1,-1),new P(1,-1,-1),new P(1,1,-1)],$ee=[[0,3],[1,2],[5,6],[4,7],[0,1],[3,2],[7,6],[4,5],[0,4],[1,5],[2,6],[3,7]],Xee=[[0,2],[7,5],[4,1],[3,6],[4,3],[1,6]],xF=(e,t,i)=>{e.updateEntityBoxSize(lf,hf),lp.copy(t).multiply(e.matrixWorld),hf.x===0&&hf.y===0&&hf.z===0?i.push(new P(lf.x,lf.y,lf.z).applyMatrix4(lp)):bF.forEach(r=>{i.push(r.clone().multiply(hf).add(lf).applyMatrix4(lp))})},oH=class extends mn{constructor(){super(...arguments),this.matrix=new Ve,this.vertices=[],this.faces=[],this.edges=[],this.centerEdges=[]}copy(e){return super.copy(e),this.matrix.copy(e.matrix),this.vertices=e.vertices.map(t=>t.clone()),this.faces=e.faces.map(t=>t.clone()),this.edges=e.edges.map(t=>t.clone()),this.centerEdges=e.centerEdges.map(t=>t.clone()),this}setFromObjectSize(e,t=!1){e.updateWorldMatrix(!1,t),this.makeEmpty(),this.matrix.copy(e.matrixWorld);let i=new Ve().copy(e.matrixWorld).invert();return this.expandByObjectSize(e,i,t)}expandByObjectSize(e,t,i=!1){let r=[];if(i===!0){let n=[];e.traverseEntity(s=>{if(s.visible||s.cloner&&s.data.visible){if(!("geometry"in s))return lp.copy(t).multiply(s.matrixWorld),void n.push(new P().applyMatrix4(lp));xF(s,t,r)}}),r.length===0&&r.push(...n)}else xF(e,t,r);return this.setFromPoints(r)}getCenter(e){return(e=super.getCenter(e)).applyMatrix4(this.matrix),e}getPositionToCenter(e){return(e=super.getCenter(e)).applyMatrix4(lp.copy(this.matrix).setPosition(0,0,0)),e}computeVertices(){this.getSize(hf).multiplyScalar(.5),this.getCenter(lf),lp.copy(this.matrix).setPosition(lf),this.vertices=bF.map(e=>e.clone().multiply(hf).applyMatrix4(lp))}computeEdges(){this.vertices.length>0&&this.computeVertices(),this.edges=$ee.map(([e,t])=>new Eh(this.vertices[e],this.vertices[t])),this.centerEdges=this.edges.map(e=>e.getCenter(new P))}computeFaces(){this.vertices.length>0&&this.computeVertices(),this.faces=Xee.map(([e,t])=>this.vertices[e].clone().add(this.vertices[t]).multiplyScalar(.5))}}}),nL=V(()=>{xm={Cloner:null,changeEntityProptotype:()=>{},createEntity:()=>{}}});function vE(e){return e?.isParticleSystem===!0}function Qy(e){return e?.isHairSystem===!0}function Gg(e){return e?.isShapeBlendEntity===!0}function A4(e){return e?.isPathObject===!0}function Ql(e){return e?.isObject2D===!0}function Xo(e){return e?.isUIObject===!0}function ix(e){return e?.isCloner===!0}function Qv(e){return e?.isClone===!0}function oI(e){return e?.isComponentObject===!0}var rs=V(()=>{});function Nn(e){vX.add(e)}function Sa(e,t){let i=`${e}:${t}`;uH.has(i)||uH.add(i)}function sL(e,t){yX.set(e,t)}function wF(e){return yX.get(e)}function yw(e,t){_X.set(e,t)}function SF(e){return _X.get(e)}function lH(e,t){bX.set(e,t)}function e_e(e){return bX.get(e)}function hH(){return C4}var vX,uH,yX,_X,bX,C4,aL,_r=V(()=>{vX=new Set,uH=new Set,yX=new Map,_X=new Map,bX=new Map,C4=null,aL=null});function t_e(e){let t=e.elements;ud.set(t[0],t[1],t[2]),dd.set(t[4],t[5],t[6]),Ec.set(t[8],t[9],t[10])}function i_e(){let e=Math.max(ud.lengthSq(),dd.lengthSq(),Ec.lengthSq());ud.lengthSq()>wM*e?Th.copy(ud).normalize():Th.set(1,0,0),Mh.crossVectors(Ec,Th),Mh.lengthSq()<=wM*e&&(Mh.copy(dd).addScaledVector(Th,-dd.dot(Th)),Mh.lengthSq()<=wM*e&&function(t,i){t.set(1,0,0).cross(i),t.lengthSq()<=wM&&t.set(0,1,0).cross(i),t.normalize()}(Mh,Th)),Mh.normalize(),Jv.crossVectors(Th,Mh)}function r_e(e){return t_e(e),i_e(),n_e.makeBasis(Th,Mh,Jv)}var ud,dd,Ec,Th,Mh,Jv,n_e,wM,SM,YC,ey,R4,s_e=V(()=>{le(),ud=new P,dd=new P,Ec=new P,Th=new P,Mh=new P,Jv=new P,n_e=new Ve,wM=1e-12,SM=.01}),DA=V(()=>{le(),s_e(),YC=new Ve,(ey||(ey={})).is=function(e){return e&&e.__isSPEObject},R4=e=>class extends e{constructor(){super(...arguments),this.previousModelViewMatrix=new Ve,this.copyPreviousMatrix=!0,this.hiddenMatrix=new Ve,this.pivotMatrix=new Ve,this.matrixWorldRigid=new Ve,this.shearScale=new Ve,this.shearScaleInv=new Ve}get __isSPEObject(){return!0}getPhysicsLocalMatrix(t){return!!this.rigidBody?.isDynamic()&&(t.copy(this.matrixWorld),this.hasNonUniformScale&&t.multiply(this.shearScaleInv),this.parent&&t.premultiply(YC.copy(this.parent.matrixWorld).invert()),t.premultiply(YC.copy(this.hiddenMatrix).invert()),t.multiply(YC.copy(this.pivotMatrix).invert()),!0)}isDescendantOf(t){t instanceof hn&&(t=t.uuid);let i=this;for(;i.parent;){if(i.parent.uuid===t)return!0;i=i.parent}return!1}updateMatrixWorld(t){this.matrixAutoUpdate&&this.updateMatrix(),(this.matrixWorldNeedsUpdate||t)&&(this.parent===null?this.matrixWorld.multiplyMatrices(this.hiddenMatrix,this.matrix):(this.matrixWorld.multiplyMatrices(this.parent.matrixWorld,this.hiddenMatrix),this.matrixWorld.multiplyMatrices(this.matrixWorld,this.matrix)),this.matrixWorld.multiply(this.pivotMatrix),this.matrixWorldNeedsUpdate=!1,t=!0);for(let i of this.children)i.updateMatrixWorld(t)}updateWorldMatrix(t,i){let r=this.parent;if(t&&r!==null&&r.updateWorldMatrix(!0,!1),this.matrixAutoUpdate&&this.updateMatrix(),this.parent===null?this.matrixWorld.multiplyMatrices(this.hiddenMatrix,this.matrix):(this.matrixWorld.multiplyMatrices(this.parent.matrixWorld,this.hiddenMatrix),this.matrixWorld.multiplyMatrices(this.matrixWorld,this.matrix)),this.matrixWorld.multiply(this.pivotMatrix),i)for(let n of this.children)n.updateWorldMatrix(!1,!0)}traverseChildren(t,i=0){for(let r of this.children)ey.is(r)&&r.traverseObject(t,i+1)}traverseObject(t,i=0){if(t(this,i)!==!0)for(let r of this.children)ey.is(r)&&r.traverseObject(t,i+1)}updateMatrixWorldRigid(){this.hasNonUniformScale=function(t,i,r){return t_e(t),i_e(),i.makeBasis(Th,Mh,Jv),r.set(Th.dot(ud),Th.dot(dd),Th.dot(Ec),0,Mh.dot(ud),Mh.dot(dd),Mh.dot(Ec),0,Jv.dot(ud),Jv.dot(dd),Jv.dot(Ec),0,0,0,0,1),function(){let n=ud.length(),s=dd.length(),a=Ec.length(),o=Math.max(n,s,a);if(o-n>SM||o-s>SM||o-a>SM)return!0;let l=SM*o*o;return Math.abs(ud.dot(dd))>l||Math.abs(ud.dot(Ec))>l||Math.abs(dd.dot(Ec))>l}()}(this.matrixWorld,this.matrixWorldRigid,this.shearScale),this.matrixWorldRigid.copyPosition(this.matrixWorld),this.shearScaleInv.copy(this.shearScale).invert()}attach(t,i){this.updateWorldMatrix(!0,!1);let r=new Ve().copy(this.matrixWorld).invert();return t.parent!==null&&(t.parent.updateWorldMatrix(!0,!1),r.multiply(t.parent.matrixWorld)),"hiddenMatrix"in t&&t.hiddenMatrix instanceof Ve?t.hiddenMatrix.premultiply(r):t.applyMatrix4(r),t.updateWorldMatrix(!1,!1),this.add(t),i!==void 0&&(this.children.pop(),this.children.splice(i,0,t)),this}copy(t,i=!1){return super.copy(t,i),this.hasNonUniformScale=t.hasNonUniformScale,this}onAfterRender(t,i,r,n,s,a){this.copyPreviousMatrix&&this.previousModelViewMatrix.copy(this.modelViewMatrix)}}});function Yee(e,t,i){return vg.subVectors(t,e),lA.subVectors(t,i),vg.cross(lA).length()<=yE}function a_e(e){let t=pH.get(e.points);if(t!==void 0&&t.isClosed===e.isClosed)return t.curve;let i=function(r){let n=r.points,s=[n[0]],a=[new P(...n[0].data.position)];Pv.copy(a[0]);for(let v=0;v<n.length-1;v++)vg.fromArray(n[v].data.position),lA.fromArray(n[v+1].data.position),Nb.subVectors(vg,Pv),Ib.subVectors(vg,lA),Nb.cross(Ib).length()>yE&&(s.push(n[v]),a.push(new P().copy(vg)),Pv.copy(vg));let o=n[n.length-1];s.push(o),a.push(new P(...o.data.position));let l=r.isClosed,u=s.length-(l?0:1),h=s.length,d=[],c=[];for(let v=0;v<h;v++){let y=s[v].data;d.push(new P(...y.controlPrevious.position)),c.push(new P(...y.controlNext.position))}let p=[];for(let v=0;v<u;v++){let y=v===h-1?0:v+1;p.push(Yee(a[v],c[v],a[y])&&Yee(a[v],d[y],a[y]))}let m=[];for(let v=0;v<h;v++){let y=s[v].data,_=a[v],b={position:_,prevDir:void 0,nextDir:void 0,controlPrevious:d[v],controlNext:c[v],tan:void 0,baseRoundness:y.roundness,removedLength:0};if(m.push(b),y.roundness===0||!l&&(v===0||v===h-1))continue;let x=l&&v==0?h-1:v-1,w=l&&v==h-1?0:v+1,S=new P().subVectors(a[x],_).normalize(),M=new P().subVectors(a[w],_).normalize();b.prevDir=S,b.nextDir=M;let T=p[l&&v===0?h-1:v-1],A=p[v];if(T&&A){Dv.addVectors(S,M).normalize();let E=Pv.crossVectors(Dv,S).length()/S.dot(Dv);b.tan=E,b.removedLength=y.roundness/E}}for(let v=0;v<u;v++){let y=l&&v===h-1?0:v+1,_=m[v],b=m[y];if(_.removedLength!==0||b.removedLength!==0){let x=_.position.distanceTo(b.position);_.removedLength=Math.min(_.removedLength,x/2),b.removedLength=Math.min(b.removedLength,x/2)}}let f=new Array(2*h).fill(null);for(let v=0;v<u;v++){let y=l&&v===h-1?0:v+1,_=m[v],b=m[y],x=null;if(p[v]){let w=_.position.clone(),S=b.position.clone();(_.removedLength!==0||b.removedLength!==0)&&(_.nextDir&&w.add(Pv.copy(_.nextDir).setLength(_.removedLength)),b.prevDir&&S.add(Pv.copy(b.prevDir).setLength(b.removedLength))),w.distanceTo(S)>yE&&(x=new hE(w,w.clone().lerp(S,.3),S.clone().lerp(w,.3),S))}else _.position.distanceTo(b.position)>yE&&(x=new hE(_.position,_.controlNext,b.controlPrevious,b.position));f[2*v+1]=x}for(let v=0;v<h;v++){let y=m[v];if(y.removedLength===0)continue;let _=y.position,b=y.prevDir.clone().multiplyScalar(y.removedLength).add(_),x=y.nextDir.clone().multiplyScalar(y.removedLength).add(_),w=y.tan*y.removedLength;Dv.addVectors(y.prevDir,y.nextDir).normalize(),Nb.copy(b).lerp(x,.5);let S=b.distanceTo(x)/2;cH.copy(Dv).multiplyScalar(Math.sqrt(Math.pow(w,2)-Math.pow(S,2))).add(Nb),lI.copy(Dv).multiplyScalar(-w).add(cH);let M=_.distanceTo(lI)/_.distanceTo(Nb);Ib.copy(y.prevDir).multiplyScalar(M*_.distanceTo(b)).add(_),dH.copy(Ib).lerp(lI,2);let T=b.clone().lerp(Ib,4/3),A=x.clone().lerp(dH,4/3);f[2*v]=new hE(b,T,A,x)}let g=new o_e;for(let v=0;v<f.length;v++){let y=f[v];y&&g.add(y)}return g}(e);return pH.set(e.points,{isClosed:e.isClosed,curve:i}),i}var o_e,yE,vg,lA,Pv,Dv,Nb,lI,Ib,dH,cH,pH,hr,bc,Kee,Zee,G1,TF,KC,ZC,Qee,MF,EF,P4,mH,o1,Ac,l_e=V(()=>{le(),o_e=class extends r7{constructor(){super()}getPoints(e=12){let t,i=[],r=this.getCurveLengths(),n=r[r.length-1]/r.length;for(let s=0,a=this.curves;s<a.length;s++){let o=a[s],l=s===0?r[s]:r[s]-r[s-1],u=Math.ceil(e*l/n),h=o.getPoints(u);for(let d=0;d<h.length;d++){let c=h[d];t&&t.equals(c)||(i.push(c),t=c)}}return this.autoClose&&i.length>1&&!i[i.length-1].equals(i[0])&&i.push(i[0]),i}},yE=.001,vg=new P,lA=new P,Pv=new P,Dv=new P,Nb=new P,lI=new P,Ib=new P,dH=new P,cH=new P,pH=new WeakMap}),xl=V(()=>{le(),Ht(),kIe(),Nr(),nL(),rs(),_r(),DA(),l_e(),Hr(),(hr||(hr={})).is=function(e){return e&&e.__isEntity},bc=e=>hr.is(e),Kee={type:"completeState",isfromEntity:!0},Zee=["x","y","z"],G1=new P,TF=new P(1,1,1),KC=new Zt,ZC=new cn,Qee=new P().set(0,1,0),MF=new Ve,EF=new Ve,P4=e=>class extends R4(e){constructor(){super(...arguments),this.raycastLock=!1,this.scaleLock=!1,this.disposed=!1,this.stateSelection=null,this.destroyedInAction=!1,this.instances=[],this.prevState=null,this.currentState=null,this.currentAnimationAction=null,this.reversibleToState=null,this.transitionState={settled:!0,state:null},this.currentTransitionEvent=null,this.previousAction=null,this._singleBBox=new oH,this._recursiveBBox=new oH,this.singleBBoxNeedsUpdate=!0,this.recursiveBBoxNeedsUpdate=!0,this._needApplyPathSnapping=!0,this.attachedPaths=new Set}get __isEntity(){return!0}entityChildren(t){let i=this.children[t];if(hr.is(i))return i}entityChildrenCount(){let t=this.children.length;for(;t--;)if(hr.is(this.children[t]))return t+1;return 0}get isConcreteEntity(){return typeof this.identity=="string"}get isVirtualEntity(){return typeof this.identity!="string"}get isInstanceRoot(){return this.isConcreteEntity&&this.data.type==="Instance"}nearestInstanceSelfOrParent(){let t=this;for(;t.data.type!=="Instance";){let i=t.parent;if(!hr.is(i))return;t=i}return t}forInstancesRec(t){this.instances.forEach(i=>{i.disposed||t(i),i.forInstancesRec(t)})}super_Entity(t,i){typeof t=="string"&&(this.uuid=t),this.identity=t,this.data=i,this.matrixAutoUpdate=!1,this.dataPatched=this.data}changeSelectedState(t,i,r=!1){if(this.data.states.length!==0||r){for(let n of this.data.states)Eg.toOps(this.data,n.data).forEach(s=>{let a=BO.replaceProps(s,this.data);this.dataPatched=this.data,this.updateByPatchedOp(a,this.data,i)});if(t!==null){let n=this.data.states.data(t);n&&(this.dataPatched=Eg.patch(this.data,n),Eg.toOps(this.data,n).forEach(s=>{this.updateByPatchedOp(s,this.dataPatched,i)}))}r&&this.updateTransformState(this.dataPatched,i),this.stateSelection=t,this.updatePathSnapping(this.dataPatched.pathSnapping)}}get singleBBox(){return this.singleBBoxNeedsUpdate&&(this.singleBBoxNeedsUpdate=!1,this._singleBBox.setFromObjectSize(this,!1),this._singleBBox.computeVertices(),this._singleBBox.computeEdges(),this._singleBBox.computeFaces()),this._singleBBox}get recursiveBBox(){return this.recursiveBBoxNeedsUpdate&&(this.recursiveBBoxNeedsUpdate=!1,this._recursiveBBox.setFromObjectSize(this,!0),this._recursiveBBox.computeVertices(),this._recursiveBBox.computeEdges(),this._recursiveBBox.computeFaces()),this._recursiveBBox}updateEntityBoxSize(t,i){t.setScalar(0),i.setScalar(0)}resetBBoxNeedsUpdateSelf(){this.singleBBoxNeedsUpdate=!0,this.recursiveBBoxNeedsUpdate=!0}resetBBoxNeedsUpdate(){this.resetBBoxNeedsUpdateSelf(),this.traverseAncestors(t=>{bc(t)&&t.resetBBoxNeedsUpdateSelf()}),this.traverseEntity(t=>{t.resetBBoxNeedsUpdateSelf()})}find(t){let i;return this.traverseEntity(r=>{r.uuid===t&&(i=r)}),i}traverseSortNextHelper(){let t=this.parent;if(t){let i=t.children,r=i.indexOf(this)+1;if(hr.is(i[r]))return i[r];if(hr.is(t))return t.traverseSortNextHelper()}}sortNext(){let t=this.children;return this.children.length>0&&hr.is(this.children[0])?t[0]:this.traverseSortNextHelper()}goUp(t){let i=this;for(;t>0&&i!==null;)i=i.parent,t-=1;return i}hasAnccestorOrSelf(t){return this===t||this.hasAnccestor(t)}hasAnccestor(t){let i=this.parent;for(;i;){if(t===i)return!0;i=i.parent}return!1}countToAccestor(t){let i=0,r=this;for(;r!==t;){if(r===null)return-1;r=r.parent,i+=1}return i}forEachEntity(t){for(let i of this.children)bc(i)&&t(i)}traverseEntityAncestors(t){this.traverseAncestors(i=>{hr.is(i)&&t(i)})}traverseConcreteEntity(t,i=0){if(t(this,i)!==!0)for(let r of this.children)bc(r)&&r.isConcreteEntity&&r.traverseEntity(t,i+1)}traverseEntity(t,i=0){if(t(this,i)!==!0)for(let r of this.children)bc(r)&&r.traverseEntity(t,i+1)}traverseVisibleEntity(t){t(this);for(let i of this.children)bc(i)&&i.visible&&i.traverseVisibleEntity(t)}updateMatrix(){super.updateMatrix(),this.cloner&&this.cloner.onObjUpdateMatrix(),this.dispatchEvent({type:"updateMatrix"})}updateMatrixWorld(t){super.updateMatrixWorld(t),this.dispatchEvent({type:"updateMatrixWorld"})}copy(t,i=!1){return super.copy(t,i),this.dataPatched=t.dataPatched,this.raycastLock=t.raycastLock,this.scaleLock=t.scaleLock,this.hiddenMatrix.copy(t.hiddenMatrix),this}hasEntityChild(){return this.children.some(t=>bc(t))}isAncestorOf(t){if(this.uuid===t)return!1;let i=!1;return this.traverseEntity(r=>{r.uuid===t&&(i=!0)}),i}toObjectTransformState(t=[]){return this.updateWorldMatrix(!0,!1),M7({position:this.position.toArray(),rotation:[this.rotation.x*ht.RAD2DEG,this.rotation.y*ht.RAD2DEG,this.rotation.z*ht.RAD2DEG],scale:this.scale.toArray(),hiddenMatrix:this.hiddenMatrix.toArray(),pivot:[0,0,0],pivotRotation:[0,0,0]},t)}getTransformValues(t,i,r){return i[t].map((n,s)=>r?.shared.getVariable(n,[this.uuid,t,Zee[s]])??n)}updateTransformState(t,i){let r=!1;if(t.position&&(this.position.fromArray(this.getTransformValues("position",t,i)),r=!0),t.rotation&&(G1.fromArray(this.getTransformValues("rotation",t,i)).multiplyScalar(ht.DEG2RAD),this.rotation.setFromVector3(G1),r=!0),t.scale&&(this.scale.fromArray(this.getTransformValues("scale",t,i)),r=!0),t.hiddenMatrix!==void 0&&(r=!0,this.hiddenMatrix.fromArray(t.hiddenMatrix??Sx.identity)),t.pivot!==void 0||t.pivotRotation!==void 0){if(r=!0,t.pivot!==void 0&&t.pivotRotation!==void 0)this.pivotMatrix.compose(G1.fromArray(t.pivot).negate(),KC.setFromEuler(ZC.fromArray(t.pivotRotation.map(n=>n*ht.DEG2RAD))).invert(),TF);else if(t.pivot!==void 0)this.pivotMatrix.setPosition(-t.pivot[0],-t.pivot[1],-t.pivot[2]);else if(t.pivotRotation!==void 0){let n=G1.setFromMatrixPosition(this.pivotMatrix);KC.setFromEuler(ZC.fromArray(t.pivotRotation.map(s=>s*ht.DEG2RAD))).invert(),this.pivotMatrix.compose(n,KC,TF)}}return r&&(this.updateMatrix(),this.resetBBoxNeedsUpdate(),this.invalidateClonerTransform(this),this.traverseEntityAncestors(n=>{n.invalidateClonerTransform(this)})),t.position&&t.rotation&&t.scale&&t.hiddenMatrix!==void 0&&this.updateWorldMatrix(!1,!0),r}onVariableUpdate(t=!1){t?this.resetBBoxNeedsUpdate():(this.updateMatrix(),this.resetBBoxNeedsUpdate(),this.invalidateClonerTransform(this),this.traverseEntityAncestors(i=>{i.invalidateClonerTransform(this)}),this.requestRender())}dispose(){this.disposed=!0,this.cloner&&(this.cloner.dispose(),this.cloner=void 0)}disposeChildrenRecursively(){for(let t of this.children)hr.is(t)&&t.disposeRecursively()}disposeRecursively(){this.dispose(),this.children.forEach(t=>{hr.is(t)&&t.disposeRecursively()})}toState(t=[]){return M7({name:this.name,visible:this.visible,raycastLock:this.raycastLock,...this.toObjectTransformState(t)},t)}updateByObjUpdateOp(t,i){t!==void 0&&this.updateByOp({type:0,props:t,path:[]},{...this.data,...t},i,!1)}updateByOp(t,i,r,n){let s=this.data;this.data=i;let a=t,o=Qr(t.path,["states","*"]);if(o!==null){if(t.type===0){let[l]=o;if(this?.stateSelection===l){let u={...t.props};if(delete u.name,Object.values(t.props).some(h=>h===void 0)){let h=this.data;if(h!==void 0){let d=wa.zoom(h,t.path.slice(2));if(d)for(let c in t.props)t.props[c]===void 0&&c in d&&(u[c]=d[c])}}a={...t,props:u,path:t.path.slice(2)}}}}else if(t.type===0){let l=this.stateSelection?this.data.states.data(this.stateSelection):void 0;if(l!==void 0){if(t.props.name!==void 0&&l.name){let{name:h,...d}=l;l=d}if(t.props.material!==void 0&&"material"in l){let{material:h,...d}=l;l=d}let u=wa.removeOverridden(t.path,t.props,l);a={...t,props:u}}}if(this.updateByPatchedOpBase(a,Eg.patch(this.data,this.stateSelection?this.data.states.data(this.stateSelection):void 0),r),Qr(t.path,["overrides"])){let l=[],u=[...t.path];for(l.push(u[1]),u.splice(0,2);u.length>0&&u[0]==="descendants";)l.push(u[1]),u.splice(0,2);if(l[l.length-1]===void 0){if(t.type===0)for(let h of Object.keys(t.props)){l[l.length-1]=h;let d=r.scene.findInstance([this.uuid,...l]);d&&(d.overrideData=t.props[h],d.updateState(Ig.apply(d.component.data,d.overrideData),r))}}else{let h=r.scene.findInstance([this.uuid,...l]);if(h){let d=wa.zoom(h.component.data,u);if((t={...t,path:u}).type===0){let c=t.props;if(d)for(let[p,m]of Object.entries(t.props))m===void 0&&(c===t.props&&(c={...t.props}),c[p]=d[p]);t={...t,props:c}}h.overrideData=JO.resolve(i.overrides,l),h.updateByOp(t,qa.applySimple(h.data,t),r,!1)}}}else if(this.instances.length>0){let l;if(t.path.length===0&&t.type===0){let u;for(let h of _m.rootOverrideProps)h in t.props&&(u===void 0&&(u={}),u[h]=t.props[h]);u&&(l={...t,props:u})}else for(let u of _m.rootOverrideProps)if(Qr(t.path,[u])){l=t;break}l!==void 0&&this.instances.forEach(u=>{if(u.isInstanceRoot){let h=Ig.filterOp(u.overrideData,l);h&&u.updateByOp(h,qa.applySimple(u.data,h),r,!0)}}),this.instances.forEach(u=>{if(!u.isInstanceRoot){let h=Ig.filterOp(u.overrideData,t);if(h){let d;d=s===u.data&&t===h?i:qa.applySimple(u.data,h),u.updateByOp(h,d,r,!0)}}})}}updateByPatchedOpBase(t,i,r){if(this.dataPatched=i,t.path.length===0&&t.type===0)t.props.type!==void 0&&!Ky.is(t.props.type)&&xm.changeEntityProptotype(this,i,r);else if(t.path.length===1&&t.path[0]==="geometry"&&t.type===0&&"type"in t.props){xm.changeEntityProptotype(this,i,r);for(let n of this.children)hr.is(n)&&n.updateVisible(r.scene)}this.updateByPatchedOp(t,i,r)}updateByPatchedOp(t,i,r){if(t.path.length===0&&t.type===0?this.updateState(t.props,r):t.type===0&&("resolutionLevel"in t.props||"useChildrenColors"in t.props)&&this.updateState(i,r),t.path[0]==="morphTargetInfluences"&&t.type===0){let n=i.morphTargetInfluences.get(t.path[1])?.data.name;n&&this.updateMorphInfluences(n,r.shared.getVariable(t.props.value,[this.uuid,"morphTargetInfluences",n]))}if(Qr(t.path,["pathSnapping"])!==null&&this.updatePathSnapping(i.pathSnapping),Qr(t.path,["cloner"])!==null){let n=qa.drop(t,1);n.path.length===0&&n.type===0&&n.props.disabled===!0?this.setFromClonerState(null,r):this.cloner?this.cloner.updateState(i.cloner,r):(this.setFromClonerState(i.cloner,r),this.expandCloner(r)),this.updateVisible(r.scene)}}updatePathSnapping(t=this.dataPatched.pathSnapping){this._updatedPathSnapping=t,this._needApplyPathSnapping=!0}get updatedPathSnapping(){return this._updatedPathSnapping}applyPathSnapping(t){if(this._needApplyPathSnapping===!1)return;let i=this._updatedPathSnapping?.pathId??this.dataPatched.pathSnapping.pathId,r=this._updatedPathSnapping?.slide??this.dataPatched.pathSnapping.slide??0,n=this._updatedPathSnapping?.offset??this.dataPatched.pathSnapping.offset??0,s=this._updatedPathSnapping?.orientation??this.dataPatched.pathSnapping.orientation;if(i===null)return;let a=t.find(i);if(!a)return;this._needApplyPathSnapping=!1;let o=a.data;if(o.geometry.path.points.length<=1)return;let l=a_e(o.geometry.path),u=(r+n)%1;r+n===1&&u===0&&(u=1);let h=null;try{h=l.curves.length?l.getPointAt(u):null}catch{}if(h===null)return;a.updateMatrixWorld();let d=this.parent?MF.copy(this.parent.matrixWorld).invert():MF.identity();d.multiply(a.matrixWorld),h.applyMatrix4(d);let c={position:h.toArray(),rotation:o.rotation};if(s==="tangential"){let p=EF.extractRotation(a.matrixWorld),m=l.getTangentAt(u).applyMatrix4(p).add(h),f=EF.lookAt(h,m,Qee),g=G1.setFromEuler(ZC.setFromRotationMatrix(f)).multiplyScalar(ht.RAD2DEG);c={...c,rotation:g.toArray()}}this.updateTransformState(c),this.traverseEntity(p=>{p._cameraType&&p.dispatchEvent(Kee)})}updateVisible(t){if(this.visible=this.dataPatched.visible&&(!this.dataPatched.cloner||(this.dataPatched.cloner.disabled??!1)||this.dataPatched.cloner?.hideBase!==!0),!t)return;let i=!1;this.traverseEntity(r=>{if(r.data.type==="Splat")return i=!0,!0}),i&&t.reloadSplats()}updateState_Entity(t,i){t.name!==void 0&&(this.name=t.name),t.raycastLock!==void 0&&(this.raycastLock=t.raycastLock),t.visible!==void 0&&(this.updateVisible(i?.scene),this.resetBBoxNeedsUpdate()),i&&"cloner"in t&&t.cloner!==void 0&&(this.setFromClonerState(t.cloner,i),this.updateVisible(i.scene)),this.updateTransformState(t,i)}get attachedSurfaceCloners(){return this.children.filter(t=>ix(t)&&t.parameters.type==="toObject")}setFromClonerState(t,i){if(!this.disposed)if(t===null||t.disabled)this.cloner&&this.cloner.dispose(),this.cloner=void 0;else if(this.cloner===void 0){if(xm.Cloner===null)return void Sa("cloners","a cloner");this.cloner=new xm.Cloner(this,t),i.scene.addPendingExpandCloner(this)}else this.cloner.updateState(t,i)}expandCloner(t){!this.disposed&&this.cloner&&this.cloner.expandClones(t)}invalidateClonerTransform(t){this.cloner&&this.cloner.invalidateTransform(t)}requestRender(){this.dispatchEvent({type:"requestRender"})}}}),l1=V(()=>{le(),xl(),(mH||(mH={})).is=e=>"objectHelper"in e,o1=(e,t)=>class extends P4(e){constructor(){super(...arguments),this.objectHelper=new t(this),this.gizmos={}}get geometryHelper(){return t.geometryHelper}raycast(i,r){this.objectHelper.raycast(i,r)}showGizmos(){for(let i in this.gizmos){let r=this.gizmos[i];r instanceof QE&&(r.visible=!0)}}updateEntityBoxSize(i,r){this.objectHelper.visible&&this.geometryHelper instanceof Ph?(i.setScalar(0),r.set(this.geometryHelper.parameters.width,this.geometryHelper.parameters.height,this.geometryHelper.parameters.height).multiplyScalar(.5)):super.updateEntityBoxSize(i,r)}hideGizmos(){for(let i in this.gizmos){let r=this.gizmos[i];r instanceof QE&&(r.visible=!1)}}}}),D4=V(()=>{le(),E4(),l1(),Ac=class extends o1(mw,tw){constructor(e,t){super(),this.super_Entity(e,t),this.objectHelper.update(),this.data.type==="Empty"&&(this.objectHelper.visible=!1)}updateState(e,t){this.updateState_Entity(e,t),"buffer"in e&&Object.keys(e).length===1&&t.scene.reloadSplats()}}});function Ru(e,t,i,r,n,s,a){TM.set(n,s,a).unproject(r);let o=t[e];if(o!==void 0){let l=i.getAttribute("position");for(let u=0,h=o.length;u<h;u++)l.setXYZ(o[u],TM.x,TM.y,TM.z)}}var TM,nh,Jee,h_e,VIe=V(()=>{le(),RA(),PA(),TM=new P,nh=new xg,Jee=class extends Eb{constructor(e){let t=new At,i=new ad({color:16777215,vertexColors:!0,toneMapped:!1}),r=[],n=[],s={},a=new ot(15711266),o=new ot(15711266),l=new ot(2857471);function u(d,c,p){h(d,p),h(c,p)}function h(d,c){r.push(0,0,0),n.push(c.r,c.g,c.b),s[d]===void 0&&(s[d]=[]),s[d].push(r.length/3-1)}u("n1","n2",a),u("n2","n4",a),u("n4","n3",a),u("n3","n1",a),u("f1","f2",a),u("f2","f4",a),u("f4","f3",a),u("f3","f1",a),u("n1","f1",a),u("n2","f2",a),u("n3","f3",a),u("n4","f4",a),u("p","n1",o),u("p","n2",o),u("p","n3",o),u("p","n4",o),u("u1","u2",l),u("u2","u3",l),u("u3","u1",l),t.setAttribute("position",new Et(r,3)),t.setAttribute("color",new Et(n,3)),super(t,i),this.type="CameraHelper",this.camera=e,this.camera.updateProjectionMatrix&&this.camera.updateProjectionMatrix(),this.matrix=e.matrixWorld,this.matrixAutoUpdate=!1,this.pointMap=s,this.update()}update(){let e=this.geometry,t=this.pointMap;nh.projectionMatrixInverse.elements=[.5112609807824982,-0,-0,-0,-0,.41421356237309503,-0,-0,-0,-0,-0,-.099999,-0,-0,-1.0000000000000002,.100001];let i=.8;Ru("n1",t,e,nh,-1,-1,i),Ru("n2",t,e,nh,1,-1,i),Ru("n3",t,e,nh,-1,1,i),Ru("n4",t,e,nh,1,1,i);let r=i;Ru("f1",t,e,nh,-1,-1,r),Ru("f2",t,e,nh,1,-1,r),Ru("f3",t,e,nh,-1,1,r),Ru("f4",t,e,nh,1,1,r);let n=r;Ru("u1",t,e,nh,.35,1.1,n),Ru("u2",t,e,nh,-.35,1.1,n),Ru("u3",t,e,nh,0,1.55,n),e.getAttribute("position").needsUpdate=!0}dispose(){this.geometry.dispose(),this.material.dispose()}},h_e=class extends gw(Jee){constructor(e){super(e),this.object=e,this.name=`CombinedCameraHelper: ${e.uuid}`}updateMatrixWorld(e){super.updateMatrixWorld(e),this.updateTarget()}updateTarget(){let e=this.object.getTarget();this.updateWorldMatrix(!0,!1),this.worldToLocal(e)}raycast(e,t){vw(this.object,this.geometry,e,t,!0)}}});function ete(e){return 1-Math.pow(1-e,3)}var A0,QC,JC,e3,j1,t3,Wd,us,Nh=V(()=>{le(),VIe(),Ht(),l1(),Hr(),A0=new P,QC=new P,JC=new Zt,e3=new P,j1=new P,t3=new P,Wd=class extends o1(xg,h_e){constructor(e="",t={...mE.defaultData,name:""}){super(),this._cameraType="OrthographicCamera",this.targetOffset=ym.DefaultTargetOffset,this.isUpVectorFlipped=!1,this.angleOffsetFromUp=0,this.wasMovedByUser=!1,this.wasMovedBySwitchCameraAction=!1,this._createdAt=typeof performance<"u"?performance.now():0,this._tickProjectionTransition=()=>{let n=this._projectionTransition;if(n===void 0)return;if(this.disposed)return void this._endProjectionTransition();n.raf=requestAnimationFrame(this._tickProjectionTransition);let s=Wd.projectionTransitionRequestRender??n.requestRender;this.updateProjectionMatrix(),s?.()},this.super_Entity(e,t),this.previousProjectionMatrix=new Ve,this.matrixAutoUpdate=!0,this.width=window.innerWidth,this.height=window.innerHeight;let i=this.width,r=this.height;this.orthoCamera=new Vg(-.5*i,.5*i,.5*r,-.5*r,-5e4,1e4),this.perspCamera=new bh(45,i/r,50,1e4),this.left=this.orthoCamera.left,this.right=this.orthoCamera.right,this.top=this.orthoCamera.top,this.bottom=this.orthoCamera.bottom,this.far=this.orthoCamera.far,this.view=this.orthoCamera.view,this.aspect=this.perspCamera.aspect,this.focus=this.perspCamera.focus,this.filmGauge=this.perspCamera.filmGauge,this.filmOffset=this.perspCamera.filmOffset,this.objectHelper.update()}static withoutProjectionTransition(e){let t=Wd.projectionTransitionsEnabled;Wd.projectionTransitionsEnabled=!1;try{return e()}finally{Wd.projectionTransitionsEnabled=t}}get isPerspectiveCamera(){return this.cameraType==="PerspectiveCamera"}get isOrthographicCamera(){return!this.isPerspectiveCamera}get cameraType(){return this._cameraType}set fov(e){this.perspCamera.fov=e}get fov(){return this.perspCamera.fov}setNear(e,t){e==="PerspectiveCamera"?this.perspCamera.near=t:this.orthoCamera.near=t}setZoom(e,t){t>=0&&(e==="PerspectiveCamera"?this.perspCamera.zoom=t:this.orthoCamera.zoom=t)}set cameraType(e){e==="PerspectiveCamera"?this.toPerspective():e==="OrthographicCamera"&&this.toOrthographic()}get near(){return this._cameraType==="PerspectiveCamera"?this.perspCamera.near:this.orthoCamera.near}set near(e){this._cameraType==="PerspectiveCamera"?this.perspCamera.near=e:this.orthoCamera.near=e}get zoom(){return this._cameraType==="PerspectiveCamera"?this.perspCamera.zoom:this.orthoCamera.zoom}set zoom(e){e>=0&&(this._cameraType==="PerspectiveCamera"?this.perspCamera.zoom=e:this.orthoCamera.zoom=e)}lookAt(e,t,i){typeof e=="number"&&(e=new P(e,t,i)),super.lookAt(e),this.getWorldPosition(A0),this.targetOffset=A0.distanceTo(e)}getTarget(e=new P){return this.getWorldDirection(QC),this.getWorldPosition(A0),QC.multiplyScalar(this.targetOffset),e.copy(A0).add(QC),e}getDistanceToTarget(){let e=this.getTarget();return this.getWorldPosition(A0),A0.distanceTo(e)}updateUp(){this.getWorldQuaternion(JC),e3.set(0,0,1).applyQuaternion(JC),j1.copy(hn.DEFAULT_UP),this.isUpVectorFlipped&&j1.negate(),j1.applyQuaternion(JC),t3.copy(hn.DEFAULT_UP).projectOnPlane(e3),this.angleOffsetFromUp=t3.angleTo(j1),this.angleOffsetFromUp*=t3.cross(j1).dot(e3)>=0?1:-1}updateTransformState(e,t){let i=super.updateTransformState(e,t);return e.isUpVectorFlipped!==void 0&&(this.isUpVectorFlipped=e.isUpVectorFlipped),this.updateUp(),i}getViewFrontToObject(e){let t=e.getWorldPosition(new P),i=e.getWorldDirection(new P).multiplyScalar(this.targetOffset);return{position:t.clone().add(i),target:t}}getViewToTarget(e){let t=this.getWorldDirection(new P).multiplyScalar(this.targetOffset);return{position:e.clone().sub(t),target:e}}getViewToObject(e){let t=new P;return e.getWorldPosition(t),this.getViewToTarget(t)}setViewplaneSize(e,t,i=!1){if(this.aspect=e/t,i){let r=e>t?this.aspect:1,n=e>t?1:this.aspect;this.left=-395*r,this.right=395*r,this.top=1/n*395,this.bottom=1/n*-395}else this.left=.5*-e,this.right=.5*e,this.top=.5*t,this.bottom=.5*-t;this.updateProjectionMatrix()}copyViewPlaneSize(e){this.aspect=e.aspect,this.left=e.left,this.right=e.right,this.top=e.top,this.bottom=e.bottom,this.updateProjectionMatrix()}toOrthographic(){this.orthoCamera.left=this.left,this.orthoCamera.right=this.right,this.orthoCamera.top=this.top,this.orthoCamera.bottom=this.bottom,this.orthoCamera.view=this.view,this.orthoCamera.far=this.far,this.orthoCamera.updateProjectionMatrix(),this.projectionMatrix=this.orthoCamera.projectionMatrix,this.projectionMatrixInverse=this.orthoCamera.projectionMatrixInverse,this._cameraType="OrthographicCamera",this._applyProjectionTransition(),this.objectHelper&&this.objectHelper.update()}toPerspective(){this.perspCamera.aspect=this.aspect,this.perspCamera.fov=this.fov,this.perspCamera.view=this.view,this.perspCamera.far=this.far,this.perspCamera.updateProjectionMatrix(),this.projectionMatrix=this.perspCamera.projectionMatrix,this.projectionMatrixInverse=this.perspCamera.projectionMatrixInverse,this._cameraType="PerspectiveCamera",this._applyProjectionTransition(),this.objectHelper&&this.objectHelper.update()}get isProjectionTransitioning(){return this._projectionTransition!==void 0}get projectionTransitionProgress(){let e=this._projectionTransition;if(e===void 0)return 1;let t=(performance.now()-e.start)/e.duration;return t>=1?1:t<=0?0:ete(t)}get _activeSubCamera(){return this._cameraType==="PerspectiveCamera"?this.perspCamera:this.orthoCamera}_canAnimateProjection(){return Wd.projectionTransitionsEnabled&&typeof requestAnimationFrame=="function"&&typeof performance<"u"&&performance.now()-this._createdAt>=Wd.projectionTransitionMinAgeMs}_beginProjectionTransition(e){let t=this._projectionTransition;t===void 0&&(t={from:new Ve,blend:new Ve,blendInverse:new Ve,start:0,duration:Wd.projectionTransitionDuration,referenceDepth:1,raf:0,requestRender:e},this._projectionTransition=t),t.from.copy(this.projectionMatrix),t.start=performance.now(),t.duration=Wd.projectionTransitionDuration,t.referenceDepth=Number.isFinite(this.targetOffset)?Math.max(1,this.targetOffset):1,e&&(t.requestRender=e),t.raf!==0&&cancelAnimationFrame(t.raf),t.raf=requestAnimationFrame(this._tickProjectionTransition)}_applyProjectionTransition(){let e=this._projectionTransition;if(e===void 0)return;let t=(performance.now()-e.start)/e.duration;if(t>=1)return void this._endProjectionTransition();let i=ete(t),r=e.from.elements,n=this._activeSubCamera.projectionMatrix.elements,s=e.blend.elements,a=e.referenceDepth,o=Math.max(1e-6,r[15]-r[11]*a),l=i*o/(i*o+(1-i)*Math.max(1e-6,n[15]-n[11]*a));for(let u=0;u<16;u++)s[u]=r[u]+(n[u]-r[u])*l;e.blendInverse.copy(e.blend).invert(),this.projectionMatrix=e.blend,this.projectionMatrixInverse=e.blendInverse}_endProjectionTransition(){let e=this._projectionTransition;if(e===void 0)return;e.raf!==0&&cancelAnimationFrame(e.raf),this._projectionTransition=void 0;let t=this._activeSubCamera;this.projectionMatrix=t.projectionMatrix,this.projectionMatrixInverse=t.projectionMatrixInverse}_syncProjectionTransition(e){let t=e._projectionTransition;if(t===void 0)return void(this._projectionTransition!==void 0&&this._endProjectionTransition());let i=this._projectionTransition;i===void 0?(i={from:new Ve,blend:new Ve,blendInverse:new Ve,start:0,duration:1,referenceDepth:1,raf:0,requestRender:void 0},this._projectionTransition=i):i.raf!==0&&(cancelAnimationFrame(i.raf),i.raf=0),i.requestRender=void 0,i.from.copy(t.from),i.start=t.start,i.duration=t.duration,i.referenceDepth=t.referenceDepth,this._applyProjectionTransition()}setFocalLength(e){this.perspCamera.setFocalLength(e),this.toPerspective()}getFocalLength(){return this.perspCamera.getFocalLength()}getEffectiveFOV(){return this.perspCamera.getEffectiveFOV()}getFilmWidth(){return this.perspCamera.getFilmWidth()}getFilmHeight(){return this.perspCamera.getFilmHeight()}setViewOffset(e,t,i,r,n,s){this._cameraType==="PerspectiveCamera"?this.perspCamera.setViewOffset(e,t,i,r,n,s):this.orthoCamera.setViewOffset(e,t,i,r,n,s),this._applyProjectionTransition()}clearViewOffset(){this._cameraType==="PerspectiveCamera"?(this.perspCamera.clearViewOffset(),this.toPerspective()):(this.orthoCamera.clearViewOffset(),this.toOrthographic())}copyHistory(){this.previousProjectionMatrix&&this.previousProjectionMatrix.copy(this.projectionMatrix)}updateProjectionMatrix(){this._cameraType==="PerspectiveCamera"?this.toPerspective():this._cameraType==="OrthographicCamera"&&this.toOrthographic()}updateMatrixWorld(e){super.updateMatrixWorld(e),this.matrixWorldInverse.copy(this.matrixWorld).invert()}updateWorldMatrix(e,t){super.updateWorldMatrix(e,t),this.matrixWorldInverse.copy(this.matrixWorld).invert()}copy(e,t){return super.copy(e,t),this.parent=e.parent,this.orthoCamera.copy(e.orthoCamera),this.perspCamera.copy(e.perspCamera),this.left=e.left,this.right=e.right,this.top=e.top,this.bottom=e.bottom,this.far=e.far,this.view=e.view===null?null:Object.assign({},e.view),this._cameraType=e._cameraType,this.aspect=e.aspect,this.fov=e.fov,this.focus=e.focus,this.filmGauge=e.filmGauge,this.filmOffset=e.filmOffset,this.targetOffset=ym.sanitizeTargetOffset(e.targetOffset),this.updateProjectionMatrix(),this._syncProjectionTransition(e),this}toCameraState(e=[]){return M7({type:this.cameraType,far:this.far,orthographic:{near:this.orthoCamera.near,zoom:this.orthoCamera.zoom},perspective:{near:this.perspCamera.near,fov:this.perspCamera.fov,zoom:this.perspCamera.zoom},up:this.up.toArray(),targetOffset:this.targetOffset,isUpVectorFlipped:this.isUpVectorFlipped},e)}updateCameraSubtype(e,t){let i=e==="perspective"?"PerspectiveCamera":"OrthographicCamera";t.zoom!==void 0&&this.setZoom(i,t.zoom),t.near!==void 0&&this.setNear(i,t.near),t.fov!==void 0&&i==="PerspectiveCamera"&&(this.fov=t.fov)}updateState(e,t){this.updateCameraState(e,t)}updateCameraState(e,t){this.updateState_Entity(e,t),e.far!==void 0&&(this.far=e.far),e.orthographic!==void 0&&this.updateCameraSubtype("orthographic",e.orthographic),e.perspective!==void 0&&this.updateCameraSubtype("perspective",e.perspective),e.type!==void 0&&(e.type!==this._cameraType&&this._canAnimateProjection()&&this._beginProjectionTransition(t?.shared.requestRender),this.cameraType=e.type),e.up!==void 0&&this.up.fromArray(e.up.map(i=>typeof i=="number"?i:0)),e.targetOffset!==void 0&&(this.targetOffset=ym.sanitizeTargetOffset(e.targetOffset)),e.isUpVectorFlipped!==void 0&&(this.isUpVectorFlipped=e.isUpVectorFlipped),this.updateProjectionMatrix()}updateByPatchedOp(e,t,i){super.updateByPatchedOp(e,t,i),e.path.length===1&&e.type===0&&this.updateCameraSubtype(e.path[0],e.props)}toState(e){return{...super.toState(e),...this.toCameraState(e),type:this.cameraType}}},(us=Wd).projectionTransitionsEnabled=!1,us.projectionTransitionDuration=350,us.projectionTransitionMinAgeMs=1e3});function u_e(e){return e.type==="TorusGeometry"&&e.arc===360}var d_e,i3,fH,hA=V(()=>{le(),d_e=class{static create(e){return this.build(this.normalizeInputs(e))}static normalizeInputs(e,t){let i=Object.assign({},t?.parameters??{width:100,revolutions:2,segments:40,pathRadius:10,pathType:0,pathSegments:30,cornerRadius:30,cornerSegments:4},e.parameters),r=Math.abs(i.width),n=Math.abs(i.height??r),s=Math.abs(i.depth??r),a=Math.abs(Math.min(r,s))/2;return{parameters:Object.assign(i,{width:r,height:n,depth:s,radius:a,segments:Math.round(i.segments),pathSegments:Math.round(i.pathSegments),cornerSegments:Math.round(i.cornerSegments)})}}static build(e){let{width:t,height:i,depth:r,radius:n,revolutions:s,segments:a,pathRadius:o,pathType:l,pathSegments:u,cornerRadius:h,cornerSegments:d}=e.parameters,c=new fH(!1,t,i,r,n,s,a,o,l,u,h,d);return Object.assign(c,{userData:{...e,type:"HelixGeometry"}})}},i3=new Um([0,0,0],1),fH=class extends At{constructor(e=!0,t=1,i=1,r=1,n=1,s=1,a=1,o=1,l=1,u=1,h=1,d=1){if(super(),s===0)return;let c=e&&s===1;c&&(d=0),h>100&&(h=100),h===0&&(d=0);let p,m,f,g,v,y,_,b,x=()=>new P,w=new P,S=x(),M=x(),T=x(),A=x(),E=x(),R=x(),N=x(),D=x(),O=x(),z=x(),U=x(),G=i-2*o+.001,j=G/s,K=Math.ceil(a*s),q=K+1,ne=G/K,ve=-G/2,oe=u+1,me=2*Math.PI/u,ye=Math.PI/2/d,Z=Math.min((1-h/100)*o,o-.01),pe=o-Z,H=0,F=2*d+2,X=oe*F/2,re=X+oe*q,k=Math.max(0,oe*(q+F)),[Q,te,W]=[3,3,2].map(dt=>Array(k*dt).fill(0)),he=[],ce=n-o;function Ee(dt,et){let Xt=Math.PI/2;y=et*ne,b=2*Math.PI*(y%j)/j+Xt,y+=ve,_=Math.sin(b)*ce,v=Math.cos(b)*ce,e?dt.set(v,_,y):dt.set(v,y,_)}Ee(w,-1e-10),Ee(S,0),A.copy(w),Ee(w,1);let Se=w.distanceTo(S),qe=c?0:pe+Z,Ne=Se*K+2*qe,He=Z,Re=Ne-qe;for(let dt=0;dt<=K;dt++){Ee(M,dt),U.subVectors(M,A).normalize(),A.copy(M),O.copy(M).setComponent(+e+1,0).normalize(),z.crossVectors(U,O).normalize();let et=dt===0,Xt=dt===K,si=et?3*Math.PI/2:ye,ar=et?He:Re,St=et?oe:re,Dt=et?0:k-oe,Qt=U.clone().multiplyScalar(et?-pe:pe).add(M),Ai=U.clone().multiplyScalar(et?-1:1).normalize();for(let wi=0;wi<oe;wi++){let fi=wi*me;if(E.addVectors(w.copy(O).multiplyScalar(o*Math.cos(fi)),S.copy(z).multiplyScalar(o*Math.sin(fi))),R.copy(E).normalize(),et||Xt){c||(H=Dt+wi,[0,1,2].forEach(Ci=>{Q[3*H+Ci]=Qt.getComponent(Ci),te[3*H+Ci]=Ai.getComponent(Ci)}),W[2*H]=+Xt,W[2*H+1]=wi/u),S.copy(R).multiplyScalar(Z),T.addVectors(M,S);for(let Ci=0;Ci<d;Ci++){let Ir=Ci*ye+si;N.addVectors(w.copy(U).multiplyScalar(pe*Math.sin(Ir)),S.copy(R).multiplyScalar(pe*Math.cos(Ir))),D.copy(N).normalize(),S.addVectors(T,N),N.normalize(),H=St+Ci*oe+wi,[0,1,2].forEach(ir=>{Q[3*H+ir]=S.getComponent(ir),te[3*H+ir]=D.getComponent(ir)});let Wr=+et+Math.sin(Ir);W[2*H]=(ar+pe*Wr)/Ne,W[2*H+1]=wi/u}}S.addVectors(M,E),H=X+dt*oe+wi,[0,1,2].forEach(Ci=>{Q[3*H+Ci]=S.getComponent(Ci),te[3*H+Ci]=R.getComponent(Ci)}),W[2*H]=(qe+dt*Se)/Ne,W[2*H+1]=wi/u}}let ee=q+2*d+2,[Me,We]=[+c,ee-1];for(let dt=Me;dt<=We-1;dt++){let et=c&&dt===We-1;for(let Xt=0;Xt<oe-1;Xt++)p=dt*oe+Xt,m=p+1,f=(et?Xt:p)+oe,g=(et?Xt+1:m)+oe,dt===0?he.push(m,g,f):dt===ee-2?he.push(p,m,f):he.push(p,m,f,m,g,f)}this.setIndex(he),this.setAttribute("position",new Et(Q,3)),this.setAttribute("normal",new Et(te,3)),this.setAttribute("uv",new Et(W,2))}getClosedTorusIndicesForBooleanOrSubdiv(){let e,t,i,r,n=this.userData.parameters,s=Math.ceil(n.tubularSegments),a=n.radialSegments,o=a+1,l=[];for(let u=1;u<s;u++)for(let h=0;h<a;h++)e=u*o+h,t=e+1,i=e+o,r=t+o,l.push(e,t,i,t,r,i);for(let u=0;u<a;u++)e=s*o+u,t=e+1,i=u+o,r=u+1+o,l.push(e,t,i,t,r,i);return i3.array=new Uint32Array(l),i3.count=l.length,i3}}});function GIe(e){return ite||(ite=async function(){let t=e??"https://cdn.spline.design/@splinetool/runtime@2.0.21/build",i=import("./boolean.js"),[r,n]=await Promise.all([i,fetch(`${t}/boolean.wasm`).then(s=>s.arrayBuffer())]);await r.default({module_or_path:n}),uA=r}())}function oL(){if(uA===void 0)throw new Error("boolean-wasm is not loaded");return uA}function xX(e){let t=dA.get(e);if(t===void 0)throw new Error("Unknown csg mesh set handle "+e);return t}function wX(e){return dA.set(++gH,e),gH}function jIe(e,t,i){if(uA===void 0)return-1;let{positions:r,indices:n,normals:s}=function(a,o){if(o&&a.userData.positions!==void 0){let p=a.userData,m=[];for(let f=0,g=0;f<p.verticesPerFace.length;f++){let v=p.verticesPerFace[f];for(let y=1;y<v-1;y++)m.push(p.indices[g],p.indices[g+y],p.indices[g+y+1]);g+=v}return{positions:p.positions instanceof Float32Array?p.positions:new Float32Array(p.positions),indices:new Uint32Array(m)}}let l;l=u_e(a.userData.parameters)?a.getClosedTorusIndicesForBooleanOrSubdiv():a.getIndex();let u,h=a.getAttribute("position");if(l===null){u=new Uint32Array(h.count);for(let p=0;p<u.length;p++)u[p]=p}else u=l.array instanceof Uint32Array?l.array:new Uint32Array(l.array);let d=a.getAttribute("normal"),c=d!==void 0&&d.itemSize===3&&d.count===h.count&&d.array instanceof Float32Array&&d.isInterleavedBufferAttribute!==!0?d.array:void 0;return{positions:h.array,indices:u,normals:c}}(e,t);return wX(new uA.CsgMesh(r,n,s))}function tte(e,t){let i=oL(),r=p_e[t];if(r===void 0)throw new Error("Unknown boolean operation "+t);let n=e.map(xX);if(n.length===1)return i.clone_mesh(n[0]);let s,a=[];if(t===2&&n.length>2){let o=n[0];for(let l=1;l<n.length-1;l++)o=i.boolean_mesh(o,n[l],0),a.push(o);s=i.boolean_mesh(n[n.length-1],o,2)}else if(t===2)s=i.boolean_mesh(n[1],n[0],2);else{let o=n[n.length-1];for(let l=0;l<n.length-1&&(o=i.boolean_mesh(o,n[l],r),a.push(o),o.tri_count()!==0);l++);s=o,a.pop()}for(let o of a)o.free();return s}function AF(e,t){xX(e).transform(new Float32Array(t.elements))}function c_e(e){let t=dA.get(e);t!==void 0&&(t.free(),dA.delete(e))}var uA,dA,gH,ite,p_e,N4=V(()=>{le(),hA(),dA=new Map,gH=0,p_e={0:0,1:1,2:2}});function C0(e){return e!==null&&"booleanOp"in e}var vH,m_e,HIe=V(()=>{le(),xl(),N4(),vH=class extends P4(Cr){constructor(){super(...arguments),this.booleanMeshSetAddress=-1,this.booleanWasTransformed=!1,this.booleanMatrixInvOld=new Ve}updateVisible(e){super.updateVisible(e),this.visible=!C0(this.parent)&&this.visible,C0(this.parent)&&this.parent.invalidateDownstreamBooleanData()}onClonerLayoutUpdated(){C0(this.parent)&&this.invalidateDownstreamBooleanData()}freeBooleanPointer(){this.booleanMeshSetAddress!==-1&&(c_e(this.booleanMeshSetAddress),this.booleanMeshSetAddress=-1)}invalidateDownstreamBooleanData(e=!1){return e?this.booleanWasTransformed=!0:this.freeBooleanPointer(),C0(this.parent)?this.parent.invalidateDownstreamBooleanData():this}invalidateUpstreamBooleanData(){this.freeBooleanPointer();for(let e of this.children)e instanceof vH&&(e.freeBooleanPointer(),C0(e)&&e.invalidateUpstreamBooleanData())}updateTransformState(e,t){let i=super.updateTransformState(e,t);return i&&C0(this.parent)&&this.invalidateDownstreamBooleanData(!0),i}onVariableUpdate(e=!1){super.onVariableUpdate(e),C0(this.parent)&&this.invalidateDownstreamBooleanData(!0)}}}),WIe=V(()=>{m_e=null});function SX(e,t=0,i=e.count,r,n){let s=1/0,a=1/0,o=1/0,l=-1/0,u=-1/0,h=-1/0;for(let d=t;d<i;d++){let c=e.getX(d),p=e.getY(d),m=e.getZ(d);c<s&&(s=c),p<a&&(a=p),m<o&&(o=m),c>l&&(l=c),p>u&&(u=p),m>h&&(h=m)}MM.min.set(s,a,o),MM.max.set(l,u,h),MM.getCenter(r),MM.getSize(n).multiplyScalar(.5)}var MM,rte,nte,Ss,Pa=V(()=>{le(),HIe(),WIe(),MM=new mn,rte=new At,nte=new Zl,Ss=class extends vH{constructor(e,t){super(rte,nte),this.super_Entity(e,t)}updateState(e,t){this.updateState_Entity(e,t)}raycast(e,t){let i=m_e;i===null?super.raycast(e,t):i(this,e,t)}updateEntityBoxSize(e,t){let i=this.geometry.getAttribute("position");i!==void 0?SX(i,this.geometry.drawRange.start,this.geometry.drawRange.count<1/0?this.geometry.drawRange.count:i.count,e,t):super.updateEntityBoxSize(e,t)}}});function lL(e){return e?.isClassicNodeMaterial===!0}var Fr,cA,f_e,g_e,_E,v_e,y_e,__e,TX=V(()=>{}),bu=V(()=>{le(),Fr=class extends ot{constructor(e,t,i,r){super(e,t,i),this.isColorA=!0,this.a=r}setRGBA(e,t,i,r){super.setRGB(e,t,i),this.a=r}copy(e){return super.copy(e),this.a="a"in e?e.a:1,this}clone(){return new this.constructor(this.r,this.g,this.b,this.a)}equals(e){return super.equals(e)&&this.a===e.a}setStyle(e,t="srgb"){let i;if(e==="transparent")return this.setRGBA(0,0,0,0),this;if(i=/^((?:rgb|hsl)a?)\(([^)]*)\)/.exec(e)){let r,n=i[1],s=i[2];switch(n){case"rgb":case"rgba":if(r=/^\s*(\d+)\s*,\s*(\d+)\s*,\s*(\d+)\s*(?:,\s*(\d*\.?\d+)\s*)?$/.exec(s))return this.a=n==="rgba"?parseFloat(r[4]):1,super.setStyle(e,t);break;case"hsl":case"hsla":if(r=/^\s*(\d*\.?\d+)\s*,\s*(\d*\.?\d+)%\s*,\s*(\d*\.?\d+)%\s*(?:,\s*(\d*\.?\d+)\s*)?$/.exec(s))return this.a=n==="hsla"?parseFloat(r[4]):1,super.setStyle(e,t)}}return super.setStyle(e,t)}get x(){return this.r}get y(){return this.g}get z(){return this.b}get w(){return this.a}set x(e){this.r=e}set y(e){this.g=e}set z(e){this.b=e}set w(e){this.a=e}}}),b_e=V(()=>{bu(),cA=class extends Fr{}}),qIe=V(()=>{f_e=class{constructor(e=1e4){this.timeout=e,this.cache=new Map,this.head={data:null,time:0,src:null,next:null,prev:null},this.tail={data:null,time:1/0,src:null,next:null,prev:null},this.hasClean=!1,this.cleanupTimer=null,this.head.next=this.tail,this.tail.prev=this.head}log(...e){}remove(e){let t=this.cache.get(e);t&&(this.dispose(e,t.data),this.cache.delete(e),t.prev.next=t.next,t.next.prev=t.prev,t.next=null,t.prev=null,t.data=null)}scheduleCleanup(){this.hasClean||(this.log("scheduled cleanup"),this.hasClean=!0,this.cleanupTimer=setTimeout(()=>{this.hasClean=!1,this.cleanupTimer=null,this.log("cleaning");let e=Date.now(),t=this.head.next;for(;t.time<e-this.timeout;){this.dispose(t.src,t.data),this.cache.delete(t.src);let i=t;t=t.next,t.prev=this.head,this.head.next=t,i.next=null,i.prev=null,i.data=null}this.head.next!==this.tail?this.scheduleCleanup():this.log("no more cleanup")},this.timeout+1e3))}has(e){return this.cache.get(e)?.data}load(e){let t=Date.now(),i=this.cache.get(e);return i===void 0?(i={data:this.create(e),src:e,time:t,next:null,prev:null},this.cache.set(e,i)):(i.time=t,i.prev.next=i.next,i.next.prev=i.prev),i.prev=this.tail.prev,i.next=this.tail,this.tail.prev.next=i,this.tail.prev=i,this.scheduleCleanup(),i.data}disposeAll(){this.cleanupTimer!==null&&(clearTimeout(this.cleanupTimer),this.cleanupTimer=null),this.hasClean=!1,this.cache.forEach((e,t)=>{this.dispose(t,e.data),e.next=null,e.prev=null,e.data=null}),this.cache.clear(),this.head.next=this.tail,this.tail.prev=this.head}destroy(){this.disposeAll(),this.head=null,this.tail=null}}}),x_e=V(()=>{qIe(),g_e=class extends f_e{create(e){return URL.createObjectURL(new Blob([e]))}dispose(e,t){URL.revokeObjectURL(t)}}}),w_e=V(()=>{v_e=class{constructor(e,t){this.data=e,this.cache=t,this.refCount=0}deref(){this.refCount,this.refCount-=1,this.refCount===0&&(this.cache.remove(this),this.dispose())}dispose(){this.refCount}},y_e=class{constructor(){this.cache=new Map}remove(e){this.cache.delete(e.data)}load(e){let t=this.cache.get(e);return t===void 0&&(t=this.create(e),this.cache.set(e,t)),t.refCount+=1,t}}}),$Ie=V(()=>{le(),__e=class extends mye{constructor(e){super(e),this.type=ni}parse(e){let t=function(p,m){switch(p){case 1:throw new Error("THREE.HDRLoader: Read Error: "+(m||""));case 2:throw new Error("THREE.HDRLoader: Write Error: "+(m||""));case 3:throw new Error("THREE.HDRLoader: Bad File Format: "+(m||""));default:throw new Error("THREE.HDRLoader: Memory Error: "+(m||""))}},i=function(p,m,f){m=m||1024;let g=p.pos,v=-1,y=0,_="",b=String.fromCharCode.apply(null,new Uint16Array(p.subarray(g,g+128)));for(;0>(v=b.indexOf(`
4163
4163
  `))&&y<m&&g<p.byteLength;)_+=b,y+=b.length,g+=128,b=String.fromCharCode.apply(null,new Uint16Array(p.subarray(g,g+128)));return-1<v&&(f!==!1&&(p.pos+=y+v+1),_+b.slice(0,v))},r=function(p,m,f,g){let v=p[m+3],y=Math.pow(2,v-128)/255;f[g+0]=p[m+0]*y,f[g+1]=p[m+1]*y,f[g+2]=p[m+2]*y,f[g+3]=1},n=function(p,m,f,g){let v=p[m+3],y=Math.pow(2,v-128)/255;f[g+0]=xd.toHalfFloat(Math.min(p[m+0]*y,65504)),f[g+1]=xd.toHalfFloat(Math.min(p[m+1]*y,65504)),f[g+2]=xd.toHalfFloat(Math.min(p[m+2]*y,65504)),f[g+3]=xd.toHalfFloat(1)},s=new Uint8Array(e);s.pos=0;let a,o,l,u=function(p){let m,f,g=/^#\?(\S+)/,v=/^\s*GAMMA\s*=\s*(\d+(\.\d+)?)\s*$/,y=/^\s*EXPOSURE\s*=\s*(\d+(\.\d+)?)\s*$/,_=/^\s*FORMAT=(\S+)\s*$/,b=/^\s*\-Y\s+(\d+)\s+\+X\s+(\d+)\s*$/,x={valid:0,string:"",comments:"",programtype:"RGBE",format:"",gamma:1,exposure:1,width:0,height:0};for((p.pos>=p.byteLength||!(m=i(p)))&&t(1,"no header found"),(f=m.match(g))||t(3,"bad initial token"),x.valid|=1,x.programtype=f[1],x.string+=m+`
4164
4164
  `;m=i(p),m!==!1;)if(x.string+=m+`
4165
4165
  `,m.charAt(0)!=="#"){if((f=m.match(v))&&(x.gamma=parseFloat(f[1])),(f=m.match(y))&&(x.exposure=parseFloat(f[1])),(f=m.match(_))&&(x.valid|=2,x.format=f[1]),(f=m.match(b))&&(x.valid|=4,x.height=parseInt(f[1],10),x.width=parseInt(f[2],10)),2&x.valid&&4&x.valid)break}else x.comments+=m+`
4166
4166
  `;return 2&x.valid||t(3,"missing format specifier"),4&x.valid||t(3,"missing image size specifier"),x}(s),h=u.width,d=u.height,c=function(p,m,f){let g=m;if(g<8||g>32767||p[0]!==2||p[1]!==2||128&p[2])return new Uint8Array(p);g!==(p[2]<<8|p[3])&&t(3,"wrong scanline width");let v=new Uint8Array(4*m*f);v.length||t(4,"unable to allocate buffer space");let y=0,_=0,b=4*g,x=new Uint8Array(4),w=new Uint8Array(b),S=f;for(;S>0&&_<p.byteLength;){_+4>p.byteLength&&t(1),x[0]=p[_++],x[1]=p[_++],x[2]=p[_++],x[3]=p[_++],(x[0]!=2||x[1]!=2||(x[2]<<8|x[3])!=g)&&t(3,"bad rgbe scanline format");let M,T=0;for(;T<b&&_<p.byteLength;){M=p[_++];let E=M>128;if(E&&(M-=128),(M===0||T+M>b)&&t(3,"bad scanline data"),E){let R=p[_++];for(let N=0;N<M;N++)w[T++]=R}else w.set(p.subarray(_,_+M),T),T+=M,_+=M}let A=g;for(let E=0;E<A;E++){let R=0;v[y]=w[E+R],R+=g,v[y+1]=w[E+R],R+=g,v[y+2]=w[E+R],R+=g,v[y+3]=w[E+R],y+=4}S--}return v}(s.subarray(s.pos),h,d);switch(this.type){case jt:l=c.length/4;let p=new Float32Array(4*l);for(let f=0;f<l;f++)r(c,4*f,p,4*f);a=p,o=jt;break;case ni:l=c.length/4;let m=new Uint16Array(4*l);for(let f=0;f<l;f++)n(c,4*f,m,4*f);a=m,o=ni;break;default:throw new Error("THREE.HDRLoader: Unsupported type: "+this.type)}return{width:h,height:d,data:a,header:u.string,gamma:u.gamma,exposure:u.exposure,type:o,colorSpace:Td,minFilter:nt,magFilter:nt,generateMipmaps:!1,flipY:!0}}setDataType(e){return this.type=e,this}}});function ste(e){return e.length>2&&e[0]===35&&e[1]===63}function CF(e){return typeof e=="object"&&e!==null&&e.isSplineHdr===!0}function S_e(e){let t=new Dr(e.data,e.width,e.height,fn,ni);return t.flipY=!1,t.image.isSplineHdr=!0,t.needsUpdate=!0,t}var ate,MX,Pc,T_e=V(()=>{le(),$Ie()}),M_e=V(()=>{le(),x_e(),w_e(),T_e(),ate=0,MX=class extends v_e{constructor(e,t){super(e,t.imageHolderCache),this.data=e,this.shared=t,this.instanceId=++ate,this.loaded=!1,this.isVideo=!1,this.isBuffer=!1,this.isHdr=!1,this._cache={1e3:{},1001:{},1002:{}},this.isVideo=e.type==="video",this.isBuffer=e.isWebGLRenderTarget===!0,this.loadPromise=this.updateSrc(this.isBuffer?e:e.data)}async updateSrc(e){if(typeof document>"u")return;this.disposeTextures(),this.loaded=!1,this.isHdr=!1;let t=()=>{this.loaded=!0;for(let r of Object.values(this._cache))for(let n of Object.values(r))for(let s of Object.values(n))s&&(s.image=this.img,s.needsUpdate=!0);this.shared.requestRender()};if(this.isBuffer)this.img=e,this.loaded=!0;else if(this.isVideo){if(this.img=document.createElement("video"),this.img.preload="auto",this.img.playsInline=!0,this.img.currentTime=.01,typeof e!="string"){let r,n=new FileReader;n.readAsDataURL(new Blob([e],{type:"video/mp4"})),await new Promise(s=>{n.onloadend=a=>{r=a.target?.result,s(null)}}),this.img.src=r}else this.img.src=e;this.img.onloadeddata=()=>{t()}}else if(e instanceof Uint8Array?ste(e):typeof e=="string"&&/\.hdr($|[?#])/i.test(e)){let r=e instanceof Uint8Array?e:null;if(r===null)try{r=new Uint8Array(await(await fetch(e)).arrayBuffer())}catch{r=null}let n=r!==null&&ste(r)?function(s){try{let a=new __e().parse(s.buffer.slice(s.byteOffset,s.byteOffset+s.byteLength));if(!a||!a.width||!a.height)return null;let{width:o,height:l}=a,u=a.data,h=new Uint16Array(u.length),d=4*o,c=f=>xd.toHalfFloat(Math.pow(Math.max(xd.fromHalfFloat(f),0),1/2.2)),p=new Map,m=f=>{let g=p.get(f);return g===void 0&&(g=c(f),p.set(f,g)),g};for(let f=0;f<l;f++){let g=f*d,v=(l-1-f)*d;for(let y=0;y<d;y+=4)h[v+y]=m(u[g+y]),h[v+y+1]=m(u[g+y+1]),h[v+y+2]=m(u[g+y+2]),h[v+y+3]=u[g+y+3]}return{isSplineHdr:!0,data:h,width:o,height:l}}catch{return null}}(r):null;n!==null&&(this.isHdr=!0,this.img=n,t())}else this.img=new Image,this.img.src=typeof(i=e)=="string"?i:(_E||(_E=new g_e),_E.load(i)),this.img.onload=t,await new Promise(r=>{this.img.onload=()=>{t(),r(null)}});var i}getTexture(e,t=1008,i=1006){let r=this._cache[e]?.[t]?.[i];if(r)return r;{let n;return this.isBuffer?n=this.img.texture:this.isVideo?n=new I$(this.img,void 0,e,e):this.isHdr?(n=S_e(this.img),n.wrapS=e,n.wrapT=e,n.magFilter=i,n.minFilter=t):n=new Pi(this.img,void 0,e,e,i,t),this.isBuffer||(n.anisotropy=8,n.generateMipmaps=t===1008),this.loaded&&(n.needsUpdate=!0),this._cache[e]===void 0&&(this._cache[e]={}),this._cache[e][t]===void 0&&(this._cache[e][t]={}),this._cache[e][t][i]=n,n}}setNeedsUpdate(e){if(!this.isBuffer)for(let t of Object.values(this._cache))for(let i of Object.values(t))for(let r of Object.values(i))r&&(r.needsUpdate=e)}disposeTextures(){for(let[e,t]of Object.entries(this._cache))for(let[i,r]of Object.entries(t))for(let[n,s]of Object.entries(r))s?.dispose(),this._cache[e]!==void 0&&this._cache[e][i]!==void 0&&(this._cache[e][i][n]=void 0)}dispose(){super.dispose(),this.disposeTextures()}}}),I4=V(()=>{M_e(),Pc=class extends MX{}});function XIe(e){if(typeof e=="string")return e;let t=yH.get(e);return t||(t={url:URL.createObjectURL(new Blob([e]))},yH.set(e,t)),t.url}var yH,YIe=V(()=>{yH=new Map});function KIe(){if(!_H)return ote||(ote=async function(){await Promise.resolve().then(()=>(IK(),QAe)),E_e(window!==void 0?window:global),_H=!0}())}var E_e,A_e,_H,ote,C_e=V(()=>{A_e=new Promise(e=>{E_e=e}),_H=!1});function lte(e,t){e.forEach(i=>{"dragDropActions"in i.data?(t.push(...i.data.dragDropActions.drag),t.push(...i.data.dragDropActions.drop)):"inActions"in i.data?(t.push(...i.data.inActions),t.push(...i.data.outActions)):"gameActions"in i.data?(t.push(...i.data.gameActions.idle),t.push(...i.data.gameActions.move),t.push(...i.data.gameActions.jump),t.push(...i.data.gameActions.run)):"breakpoints"in i.data?i.data.breakpoints.forEach(r=>{t.push(...r.data.actions)}):"actions"in i.data&&(t.push(...i.data.actions),i.data.actions.forEach(r=>{r.data.type==="Conditional"&&r.data.ifActions&&(t.push(...r.data.ifActions),t.push(...r.data.elseActions))}))})}function ZIe(e){let t=!1,i=[];return e.scene.objects.traverse((r,n)=>{if(n.type==="Page"&&n.uiScene!==void 0&&n.uiScene.objects.traverse((s,a)=>{if(a.events===void 0||Array.isArray(a.events)===!1)return!0;lte(a.events,i),t=t||i.some(o=>o.data.type==="Audio")}),n.events===void 0||Array.isArray(n.events)===!1)return!0;lte(n.events,i),t=t||i.some(s=>s.data.type==="Audio")}),t}var hte,rx,EX=V(()=>{YIe(),C_e(),A_e.then(e=>hte=e),rx=class{constructor({src:e,volume:t,delay:i,loop:r}){let n;this._volume=1,this.delay=0,this._loop=1,this.loopsRemaining=0,this._status="stopped",this.onEnd=()=>{this.loopsRemaining===1/0?this.replay():this.loopsRemaining>1?(this.replay(),this.loopsRemaining--):(this._status="stopped",this.loopsRemaining=this._loop)},n=typeof e=="string"?{src:e}:{src:XIe(e),format:"wav"},this.sound=new hte.Howl(n),this.sound.on("end",this.onEnd),this.src=e,t!==void 0&&(this.volume=t),i!==void 0&&(this.delay=i),r!==void 0&&(this.loop=r)}get status(){return this._status}get volume(){return this._volume}set volume(e){this._volume=e,this.sound.volume(e)}get loop(){return this._loop}set loop(e){this._loop=e,this.loopsRemaining=e}replay(){this.clearDelay(),this.delayTimerId=window.setTimeout(()=>{this.sound.play(),this.clearDelay()},this.delay)}fade(e,t=1e3){e?(this.sound.volume(this._volume),this.clearFade(),this.fadeTimerId=window.setTimeout(()=>{this.sound.fade(this._volume,0,t),this.clearFade()},e)):this.sound.fade(this._volume,0,t)}on(e,t,i){this.sound.on(e,t,i)}off(e,t,i){this.sound.off(e,t,i)}play(){this._status==="playing"||this.sound.playing()||(this._status==="paused"?(this.sound.seek()===0?this.replay():this.sound.play(),this._status="playing"):this._status==="stopped"&&(this.replay(),this._status="playing"))}pause(){this._status==="playing"&&(this.sound.pause(),this.clearFade(),this.clearDelay(),this._status="paused")}stop(){this.sound.stop(),this.loopsRemaining=this._loop,this.clearFade(),this.clearDelay(),this._status="stopped"}clearFade(){this.fadeTimerId&&(clearTimeout(this.fadeTimerId),delete this.fadeTimerId)}clearDelay(){this.delayTimerId&&(clearTimeout(this.delayTimerId),delete this.delayTimerId)}dispose(e=!1){this.off(),this.stop(),this.clearFade(),this.clearDelay()}}});function ute(e){let t=!1;return e.scene.objects.traverse((i,r)=>{r.type==="Mesh"&&(r.geometry.type==="TextGeometry"||r.geometry.type==="InputGeometry")&&(t=!0)}),t}var AX,CX=V(()=>{AX=null});function dte(e){return new J(e.y,-e.x)}var RX,bH,R_e,P_e,r3,cte,hL,D_e,RF,uL=V(()=>{le(),RX=class{static create(e){return this.build(this.normalizeInputs(e))}static normalizeInputs(e,t){let i=e.parameters?.radiusTop,r=e.parameters?.radiusBottom,n=Object.assign({},t?.parameters??{width:100,radialSegments:64,heightSegments:1,openEnded:!1,thetaStart:0,thetaLength:360,cornerRadius:8,cornerSegments:8,hollow:0},e.parameters);n.thetaLength=ht.clamp(n.thetaLength,0,360),n.hollow=ht.clamp(n.hollow??0,0,1);let s=n.width/2,a=n.radiusTop??s,o=n.radiusBottom??s;if(a===o?(a=s,o=s):a>o?(a=s,o=o*s/a):(a=a*s/o,o=s),n.shapeBlendNode){a=i??s,o=r??s;let l=2*Math.max(a,o);n.width=l,n.depth=l}return{parameters:Object.assign(n,{width:Math.abs(n.width),height:Math.abs(n.height??n.width),depth:Math.abs(n.depth??n.width),radiusTop:a,radiusBottom:o})}}static build(e){let t,{width:i,depth:r,height:n,radialSegments:s,heightSegments:a,openEnded:o,thetaStart:l,thetaLength:u,radiusTop:h,radiusBottom:d,cornerRadius:c,cornerSegments:p,hollow:m}=e.parameters;u===0?(t=new At,t.setAttribute("position",new Et([],3))):t=c||m?new bH(h,d,n,s,a,o,l,u*Math.PI/180,c,c,p,m):new lE(h,d,n,s,a,o,l,u*Math.PI/180);let f=r/i;return f!==1&&t.scale(1,1,f),Object.assign(t,{userData:{...e,type:"CylinderGeometry"}})}},bH=class extends At{constructor(e,t,i,r,n,s,a,o,l,u,h,d,c=!1){super(),this.type="RoundedCylinderBufferGeometry",e=e!==void 0?e:1,t=t!==void 0?t:1,i=i||1,r=Math.floor(r)||8,n=Math.floor(n)||1,s=s!==void 0&&s,a=a!==void 0?a:0,o=o!==void 0?o:2*Math.PI,s&&(l=0,u=0);let p=i/2;c&&e==0&&(e=l),c&&t==0&&(t=u);let m=new J(e,p),f=new J(t,-p),g=null,v=null,y=null,_=null,b=m.clone().sub(f),x=0,w=0,S=0;d>0&&(x=Math.min(e,t)*(1-d),w=e-x,S=t-x);let M=m.clone();M.x-=x;let T=Math.PI-b.angle(),A=b.angle(),E=Math.tan(A/2),R=Math.tan(T/2),N=E+R,D=d?N:R,O=d?N:E;if(l=Math.min(l,(e-w)/D,b.length()/N),u=Math.min(u,(t-S)/O,b.length()/N),l>0){let he=l/E;g=m.clone().sub(new J(he,l)),d&&(y=g.clone(),y.x-=x-N*l),m.sub(b.clone().setLength(he))}if(u>0){let he=u/R;v=f.clone().sub(new J(he,-u)),f.add(b.clone().setLength(he)),d&&(_=v.clone(),_.x-=x-N*u,M.sub(b.clone().setLength(he)))}b=m.clone().sub(f);let z=b.length()<.5,U=[],G=[],j=[],K=[],q=[],ne=[],ve=(he,ce,Ee,Se,qe)=>{for(let Ne=0;Ne<h+1;Ne++){let He=Ne/h,Re=Se<0?He:1-He;qe&&(Re-=1),Re*=he;let ee=Math.sin(Re),Me=Math.cos(Re)*Se,We=Me*ce+Ee.y;U.push(ee*ce+Ee.x),G.push(We),j.push(ee),K.push(Me),q.push(.5+We/i),ne.push(!1)}},oe=(he,ce,Ee)=>{let Se=[he,ce];Ee<0&&Se.reverse();for(let qe of Se)U.push(qe),G.push(p*Ee),j.push(0),K.push(Ee),q.push(.5),ne.push(!0)};if(_&&v?(ve(T,u,_,-1,!0),ve(A,u,v,-1,!1)):v?(oe(v.x,0,-1),ve(A,u,v,-1,!1)):s||oe(t,S,-1),!z){let he=dte(b).normalize();for(let ce=0;ce<=n;ce++){let Ee=ce/n,Se=b.y*Ee+f.y;U.push(b.x*Ee+f.x),G.push(Se),j.push(he.x),K.push(he.y),q.push(.5+Se/i),ne.push(!1)}}if(y&&g?(ve(T,l,g,1,!1),ve(A,l,y,1,!0)):g?(ve(T,l,g,1,!1),oe(g.x,0,1)):s||oe(e,w,1),d&&!z){let he=dte(b).multiplyScalar(-1).normalize();for(let ce=0;ce<=n;ce++){let Ee=ce/n,Se=b.y*-Ee+M.y;U.push(b.x*-Ee+M.x),G.push(Se),j.push(he.x),K.push(he.y),q.push(.5+Se/i),ne.push(!1)}}let me=U.length,ye=me+(d&&!s?1:0),Z=(he,ce)=>he*me+(ce===me?0:ce),pe=o<2*Math.PI,H=(r+1)*me+(pe?2*(1+ye):0),F=new Float32Array(3*H),X=new Float32Array(3*H),re=new Float32Array(2*H),k=H-1>65535?new Uint32Array(r*Math.max(0,ye-1)*6+(pe?2*(ye+1)*3:0)):new Uint16Array(r*Math.max(0,ye-1)*6+(pe?2*(ye+1)*3:0)),Q=0,te=0;for(let he=0;he<=r;he++){let ce=he/r,Ee=ce*o+a,Se=Math.sin(Ee),qe=Math.cos(Ee);for(let Ne=0;Ne<me;Ne++){let He=3*te,Re=2*te,ee=U[Ne],Me=j[Ne];F[He]=ee*Se,F[He+1]=G[Ne],F[He+2]=ee*qe,X[He]=Me*Se,X[He+1]=K[Ne],X[He+2]=Me*qe,ne[Ne]?(re[Re]=.5,re[Re+1]=.5):(re[Re]=ce,re[Re+1]=q[Ne]),te++}}for(let he=0;he<r;he++)for(let ce=0;ce<ye-1;ce++){if(s&&d&&ce==n)continue;let Ee=Z(he,ce),Se=Z(he+1,ce),qe=Z(he+1,ce+1),Ne=Z(he,ce+1),He=F[3*qe+0],Re=F[3*qe+2];k[Q++]=Ee,k[Q++]=Se,k[Q++]=Ne,(He!=0||Re!=0)&&(k[Q++]=Se,k[Q++]=qe,k[Q++]=Ne)}function W(he,ce,Ee){let Se=Math.sin(Ee),qe=Math.cos(Ee),Ne=-qe,He=Se,Re=he<0?(et,Xt,si)=>{k[Q++]=et,k[Q++]=Xt,k[Q++]=si}:(et,Xt,si)=>{k[Q++]=et,k[Q++]=si,k[Q++]=Xt},ee=(e+t+w+S)/4,Me=3*te,We=2*te;F[Me]=ee*Se,F[Me+1]=0,F[Me+2]=ee*qe,X[Me]=Ne,X[Me+1]=0,X[Me+2]=He,re[We]=.5,re[We+1]=.5;let dt=te++;for(let et=0;et<ye;et++){let Xt=3*(ce+(et===me?0:et));Me=3*te,We=2*te,F[Me]=F[Xt],F[Me+1]=F[Xt+1],F[Me+2]=F[Xt+2],X[Me]=Ne,X[Me+1]=0,X[Me+2]=He;let si=Xt/3*2|0;re[We]=re[si],re[We+1]=re[si+1],te++}for(let et=dt+1;et<te-1;et++)Re(dt,et,et+1);Re(dt,te-1,dt+1)}pe&&(W(-1,0,a),W(1,r*me,a+o)),this.setIndex(new It(k.slice(0,Q),1)),this.setAttribute("position",new It(F,3)),this.setAttribute("normal",new It(X,3)),this.setAttribute("uv",new It(re,2))}}}),pte=V(()=>{le(),uL(),R_e=class{static create(e){return this.build(this.normalizeInputs(e))}static normalizeInputs(e,t){let i=Object.assign({},t?.parameters??{width:100,radialSegments:32,heightSegments:8,openEnded:!1,thetaStart:0,thetaLength:360,cornerRadiusTop:8,cornerRadiusBottom:8,cornerSegments:8},e.parameters);return i.thetaLength=ht.clamp(i.thetaLength,0,360),{parameters:Object.assign(i,{width:Math.abs(i.width),height:Math.abs(i.height??i.width),depth:Math.abs(i.depth??i.width)})}}static build(e){let t,{width:i,depth:r,height:n,radialSegments:s,heightSegments:a,openEnded:o,thetaStart:l,thetaLength:u,cornerRadiusTop:h,cornerRadiusBottom:d,cornerSegments:c}=e.parameters;u===0?(t=new At,t.setAttribute("position",new Et([],3))):t=h>0||d>0||u<360?new bH(0,i/2,n,s,a,o,l,u*Math.PI/180,h,d,c,0,!0):new PO(i/2,n,s,a,o);let p=r/i;return p!==1&&t.scale(1,1,p),Object.assign(t,{userData:{...e,type:"ConeGeometry"}})}}}),mte=V(()=>{le(),P_e=class{static create(e){return this.build(this.normalizeInputs(e))}static normalizeInputs(e,t){let i=Object.assign({},t?.parameters??{width:100,widthSegments:1,heightSegments:1,depthSegments:1,cornerRadius:8,cornerSegments:8},e.parameters);return{parameters:Object.assign(i,{width:Math.abs(i.width),height:Math.abs(i.height??i.width),depth:Math.abs(i.depth??i.width)})}}static build(e){let t,{width:i,height:r,depth:n,widthSegments:s,heightSegments:a,depthSegments:o,cornerRadius:l,cornerSegments:u}=e.parameters;return t=l===0?new Ph(i,r,n,s,a,o):new cte(i,r,n,s,a,o,l,u),Object.assign(t,{userData:{...e,type:"CubeGeometry"}})}},r3=Math.PI/2,cte=class extends At{constructor(e=1,t=1,i=1,r=1,n=1,s=1,a=0,o=4){super(),this.type="BoxGeometry",r=Math.floor(r),n=Math.floor(n),s=Math.floor(s),o=Math.floor(o);let l=(a=Math.min(a,e/2,t/2,i/2))>0,u=o+1,h=2*((s+1)*(n+1)+(r+1)*(s+1)+(r+1)*(n+1))+(l?4*u*(s+1+(r+1)+(n+1))+u*(u+1)/2*8:0),d=2*(s*n+r*s+r*n)+(l?4*o*(s+r+n):0),c=l?8*o*o:0,p=new Float32Array(3*h),m=new Float32Array(3*h),f=new Float32Array(2*h),g=h-1>65535?new Uint32Array(6*d+3*c):new Uint16Array(6*d+3*c),v=0,y=0,_=new Float64Array(u),b=new Float64Array(u),x=new Float64Array(u),w=new Float64Array(u);for(let N=0;N<u;N++){let D=N/o*r3;_[N]=Math.sin(D)*a,b[N]=(1-Math.cos(D))*a,x[N]=Math.sin(D),w[N]=Math.cos(D)}let S=u*(u+1)/2,M=new Float64Array(3*S),T=new Float64Array(3*S);{let N=new P(e/2,t/2,i/2);N.subScalar(a);let D=0;for(let O=0;O<=o;O++){let z=r3*(1-O/o),U=Math.cos(z),G=Math.sin(z),j=0;for(let K=0;K<=O;K++){let q=U*Math.cos(j),ne=G,ve=U*Math.sin(j);M[3*D]=q,M[3*D+1]=ne,M[3*D+2]=ve,T[3*D]=N.x+q*a,T[3*D+1]=N.y+ne*a,T[3*D+2]=N.z+ve*a,D++,j+=r3/O}}}function A(N,D,O,z,U,G,j,K,q,ne){let ve=(G-2*a)/q,oe=(j-2*a)/ne,me=G/2-a,ye=j/2-a,Z=K/2,pe=q+1,H=ne+1,F=0,X=new P;for(let re=0;re<H;re++){let k=re*oe-ye;for(let Q=0;Q<pe;Q++){let te=Q*ve-me,W=3*(v+F),he=2*(v+F);X[N]=te*z,X[D]=k*U,X[O]=Z,p[W]=X.x,p[W+1]=X.y,p[W+2]=X.z,X[N]=0,X[D]=0,X[O]=K>0?1:-1,m[W]=X.x,m[W+1]=X.y,m[W+2]=X.z,f[he]=Q/q,f[he+1]=1-re/ne,F+=1}}for(let re=0;re<ne;re++)for(let k=0;k<q;k++){let Q=v+k+pe*re,te=v+k+pe*(re+1),W=v+(k+1)+pe*(re+1),he=v+(k+1)+pe*re;g[y++]=Q,g[y++]=te,g[y++]=he,g[y++]=te,g[y++]=W,g[y++]=he}v+=F}function E(N,D,O,z,U,G,j,K,q,ne){let ve=(j-2*a)/ne,oe=j/2-a,me=K/2-a,ye=q/2,Z=ne+1,pe=0,H=new P,F=new P;for(let X=0;X<o+1;X++){H[D]=(me+_[X])*U,H[O]=(ye-b[X])*G,F[N]=0,F[D]=x[X]*Math.sign(H[D]),F[O]=w[X]*Math.sign(H[O]);for(let re=0;re<Z;re++){let k=re*ve-oe;H[N]=k*z;let Q=3*(v+pe),te=2*(v+pe);p[Q]=H.x,p[Q+1]=H.y,p[Q+2]=H.z,m[Q]=F.x,m[Q+1]=F.y,m[Q+2]=F.z,f[te]=re/ne,f[te+1]=0,pe+=1}}for(let X=0;X<o;X++)for(let re=0;re<ne;re++){let k=v+re+Z*X,Q=v+re+Z*(X+1),te=v+(re+1)+Z*(X+1),W=v+(re+1)+Z*X;g[y++]=k,g[y++]=Q,g[y++]=W,g[y++]=Q,g[y++]=te,g[y++]=W}v+=pe}function R(N,D,O){let z=N*D*O>0?(G,j,K)=>{g[y++]=G,g[y++]=j,g[y++]=K}:(G,j,K)=>{g[y++]=G,g[y++]=K,g[y++]=j},U=v;for(let G=0;G<S;G++){let j=3*G,K=3*v,q=2*v;p[K]=N*T[j],p[K+1]=D*T[j+1],p[K+2]=O*T[j+2],m[K]=N*M[j],m[K+1]=D*M[j+1],m[K+2]=O*M[j+2],f[q]=0,f[q+1]=0,v++}for(let G=0;G<o;G++){let j=U+G*(G+1)/2,K=U+(G+1)*(G+2)/2;z(j,K+1,K);for(let q=1;q<=G;q++)z(j+q-1,j+q,K+q),z(j+q,K+q+1,K+q)}}A("z","y","x",-1,-1,i,t,e,s,n),A("z","y","x",1,-1,i,t,-e,s,n),A("x","z","y",1,1,e,i,t,r,s),A("x","z","y",1,-1,e,i,-t,r,s),A("x","y","z",1,-1,e,t,i,r,n),A("x","y","z",-1,-1,e,t,-i,r,n),a>0&&(E("z","y","x",-1,-1,1,i,t,e,s),E("z","y","x",1,-1,-1,i,t,e,s),E("z","y","x",-1,1,-1,i,t,e,s),E("z","y","x",1,1,1,i,t,e,s),E("x","y","z",-1,-1,-1,e,t,i,r),E("x","y","z",1,-1,1,e,t,i,r),E("x","y","z",-1,1,1,e,t,i,r),E("x","y","z",1,1,-1,e,t,i,r),E("y","x","z",-1,-1,1,t,e,i,n),E("y","x","z",1,-1,-1,t,e,i,n),E("y","x","z",1,1,1,t,e,i,n),E("y","x","z",-1,1,-1,t,e,i,n),R(1,1,1),R(-1,1,1),R(1,-1,1),R(-1,-1,1),R(1,1,-1),R(-1,1,-1),R(1,-1,-1),R(-1,-1,-1)),this.setIndex(new It(g,1)),this.setAttribute("position",new It(p,3)),this.setAttribute("normal",new It(m,3)),this.setAttribute("uv",new It(f,2))}}}),N_e=V(()=>{le(),hL=class extends At{constructor(e=[],t=[],i="",r=1,n=.2,s=4){super(),this.type="PolyhedronGeometryRound";let a,o,l,u=0;return function(){(n=Math.min(.99999,n))==0&&(s=0);let h={IcosahedronGeometry:5,DodecahedronGeometry:3,HexahedronGeometry:3,OctahedronGeometry:4,TetrahedronGeometry:3}[i],d=new P,c=d.clone(),p=new Ls,m=n*r,f=r-m,g=s+1,v=new P,y=(Z,pe)=>v.subVectors(Z,pe).normalize(),_=(Z,pe)=>Array(Z).fill(void 0).map(pe),b=_(e.length/3,(Z,pe)=>new P().fromArray(e,3*pe).setLength(r)),x=[],w=1e6;for(let Z=0;Z<b.length;Z++){let pe,H,F,X=b[Z],re=[],k=1e10,Q=-1;for(;(Q=t.indexOf(Z,Q+1))!=-1;){let ce=Q-Q%3;pe=t[ce+(Q+1)%3],H=t[ce+(Q+2)%3],F=X.distanceToSquared(b[pe]),k=Math.min(k,F),re.push([pe,H,F])}k+=1e-6;let te=[],W=0,he=re.length;for(let ce=0;ce<he;ce++){[pe,H,F]=re[W];let Ee=x[pe]?.includes(Z)==1;F<=k&&te.push(pe+ +Ee*w),W=re.findIndex(Se=>Se[0]==H)}x.push(te)}let S=[];{let Z,pe,H=0,F=0,X=h==3;for(let re=0;re<=s;re++){Z=re*(re+1)/2,pe=(re+1)*(re+2)/2;for(let k=0;k<s-re;k++)[H,F]=[Z+k+re+2,pe+k+re+3],S.push(Z,pe,...X?[F,Z]:[H,pe],F,H),[Z,pe]=[H,F];S.push(Z,pe,Z+s+2)}}let M=0;for(let Z=0;Z<x.length;Z++)for(let pe=0;pe<h;pe++)x[Z][pe]<w&&M++;let T=b.length*h*S.length*3+M*g*6*3+2*M*3*3;a=new Float64Array(T),o=new Float64Array(T),l=new Float64Array(T/3*2);let A=(Z,pe,H)=>{let F=u/3*2;l[F]=Math.atan2(H,-Z)/2/Math.PI+.5,l[F+1]=1-(Math.atan2(-pe,Math.sqrt(Z*Z+H*H))/Math.PI+.5)},E=Z=>{a[u]=Z.x,a[u+1]=Z.y,a[u+2]=Z.z,o[u]=v.x,o[u+1]=v.y,o[u+2]=v.z,A(Z.x,Z.y,Z.z),u+=3},R=Z=>{a[u]=Z[0].x,a[u+1]=Z[0].y,a[u+2]=Z[0].z,o[u]=Z[1].x,o[u+1]=Z[1].y,o[u+2]=Z[1].z,A(Z[0].x,Z[0].y,Z[0].z),u+=3},N=(s+2)*(s+3)/2,D=new Float64Array(3*N),O=new Float64Array(3*N),z=new Float64Array(2*N),U=_(2*h*g,()=>new P),G=_(s*Math.max(0,s-1)/2,()=>new P),j=d.clone(),K=d.clone(),q=d.clone(),ne=d.clone(),ve=d.clone(),oe=[],me=_(b.length,()=>_(h,()=>d.clone()));for(let Z=0;Z<b.length;Z++){d.copy(b[Z]).normalize(),j.copy(d).multiplyScalar(f);let pe=x[Z];for(let te=0;te<pe.length;te++){let W=pe[te],he=pe[(te+1)%h];p.setFromPointsAndIndices(b,Z,W%w,he%w),p.b.sub(p.a).setLength(1e10).add(p.a),p.c.sub(p.a).setLength(1e10).add(p.a),p.closestPointToPoint(j,me[Z][te])}let H=0,F=[],X=[],re=new P;s==0&&[...me[Z]].reduce((te,W)=>te.add(W),re).multiplyScalar(1/h);for(let te=0;te<h;te++){let W=[],he=(te-1+h)%h,ce=me[Z][he],Ee=me[Z][te];d.copy(ce).sub(j),c.copy(Ee).sub(j);let Se=j.angleTo(d),qe=d.angleTo(c),Ne=Math.cos(Se)*m;s==0?K.copy(re):K.copy(j).setLength(f+Ne),F.push(Ne);let He=[K,ce,Ee];for(let Re=0;Re<2;Re++){let ee=He[Re],Me=He[Re+1];ne.subVectors(ee,j),ve.subVectors(Me,j),q.crossVectors(ne,ve).normalize();for(let We=0;We<g;We++){let dt=[Se,qe][Re]*We/g;d.copy(ne).applyAxisAngle(q,dt).add(j),U[H++].copy(d),Re&&(y(d,j),W.push([We==0?ee:d.clone(),v.clone()]))}Re&&(y(Me,j),W.push([Me,v.clone()]))}X.push(W)}oe.push(X);let k=2*g,Q=2;for(let te=0;te<h;te++){let W=k*te,he=k*((te+1)%h),ce=0,Ee=[U[W]];for(let Se=1;Se<g;Se++){let qe=U[W+Se],Ne=U[he+Se];Ee.push(qe);for(let He=1,Re=Se-Q+1;He<=Re;He++)d.lerpVectors(qe,Ne,He/(Re+1)),d.sub(j).setLength(F[te]).add(j),Ee.push(G[ce++].copy(d));Ee.push(Ne)}for(let Se=0;Se<g;Se++)Ee.push(U[Se+g+W]);Ee.push(U[he+g]);for(let Se=0,qe=Ee.length;Se<qe;Se++){let Ne=Ee[Se],He=3*Se,Re=2*Se;D[He]=Ne.x,D[He+1]=Ne.y,D[He+2]=Ne.z,y(Ne,j),O[He]=v.x,O[He+1]=v.y,O[He+2]=v.z,z[Re]=Math.atan2(Ne.z,-Ne.x)/2/Math.PI+.5,z[Re+1]=1-(Math.atan2(-Ne.y,Math.sqrt(Ne.x*Ne.x+Ne.z*Ne.z))/Math.PI+.5)}for(let Se=0,qe=S.length;Se<qe;Se++){let Ne=3*S[Se],He=2*S[Se],Re=u/3*2;a[u]=D[Ne],a[u+1]=D[Ne+1],a[u+2]=D[Ne+2],o[u]=O[Ne],o[u+1]=O[Ne+1],o[u+2]=O[Ne+2],l[Re]=z[He],l[Re+1]=z[He+1],u+=3}}}let ye=[];for(let Z=0;Z<x.length;Z++)for(let pe=0;pe<h;pe++){let H=x[Z][pe];if(H<w){let F=x[H].findIndex(k=>k%w==Z),X=oe[Z][pe],re=oe[H][F];for(let k=0;k<g;k++){let Q=X[k],te=re[g-k],W=X[k+1],he=re[g-(k+1)];R(Q),R(te),R(W),R(W),R(te),R(he)}ye.push(X[0][0],re[g][0],X[g][0],re[0][0])}}for(;ye.length;){let Z,pe,H,[F,X]=ye.splice(0,2);Z=X;let re=[F];for(;F!=Z;)re.push(Z),pe=ye.indexOf(Z),H=pe%2,Z=ye.splice(pe-H,2)[1-H];v.subVectors(re[0],re[1]).cross(d.subVectors(re[0],re[2])).normalize();let k=v.dot(re[0])<0;k&&v.negate();for(let Q=1;Q<=re.length-2;Q++)E(re[Q+ +k]),E(re[Q+1-+k]),E(re[0])}}(),function(){let h=new P,d=new P,c=new P,p=new P,m=new J,f=new J,g=new J,v=(b,x,w,S)=>{S<0&&b.x===1&&(l[x]=b.x-1),w.x===0&&w.z===0&&(l[x]=S/2/Math.PI+.5)};for(let b=0,x=0;b<u;b+=9,x+=6){h.set(a[b+0],a[b+1],a[b+2]),d.set(a[b+3],a[b+4],a[b+5]),c.set(a[b+6],a[b+7],a[b+8]),m.set(l[x+0],l[x+1]),f.set(l[x+2],l[x+3]),g.set(l[x+4],l[x+5]),p.copy(h).add(d).add(c).divideScalar(3);let w=_(p);v(m,x+0,h,w),v(f,x+2,d,w),v(g,x+4,c,w)}let y=u/3*2;for(let b=0;b<y;b+=6){let x=l[b+0],w=l[b+2],S=l[b+4],M=Math.max(x,w,S),T=Math.min(x,w,S);M>.9&&T<.1&&(x<.2&&(l[b+0]+=1),w<.2&&(l[b+2]+=1),S<.2&&(l[b+4]+=1))}function _(b){return Math.atan2(b.z,-b.x)}}(),this.setAttribute("position",new It(new Float32Array(a.subarray(0,u)),3)),this.setAttribute("normal",new It(new Float32Array(o.subarray(0,u)),3)),void this.setAttribute("uv",new It(new Float32Array(l.subarray(0,u/3*2)),2))}static fromJSON(e){return new hL(e.vertices,e.indices,e.radius,e.corner,e.cornerSides)}}}),fte=V(()=>{N_e(),le(),D_e=class{static create(e){return this.build(this.normalizeInputs(e))}static normalizeInputs(e,t){let i=Object.assign({},t?.parameters??{width:100,detail:0,corner:0,cornerSides:4},e.parameters);return{parameters:Object.assign(i,{width:Math.abs(i.width),height:Math.abs(i.height??i.width),depth:Math.abs(i.depth??i.width)})}}static build(e){let{width:t,height:i,depth:r,detail:n,corner:s,cornerSides:a}=e.parameters,o=n===0&&s!==0?new RF(.5*t,s,a):new t7(.5*t,n),l=i/t,u=r/t;return(l!==1||u!==1)&&o.scale(1,l,u),Object.assign(o,{userData:{...e,type:"DodecahedronGeometry"}})}},RF=class extends hL{constructor(e=1,t=.2,i=4){let r=(1+Math.sqrt(5))/2,n=1/r,s="DodecahedronGeometry";super([-1,-1,-1,-1,-1,1,-1,1,-1,-1,1,1,1,-1,-1,1,-1,1,1,1,-1,1,1,1,0,-n,-r,0,-n,r,0,n,-r,0,n,r,-n,-r,0,-n,r,0,n,-r,0,n,r,0,-r,0,-n,r,0,-n,-r,0,n,r,0,n],[3,11,7,3,7,15,3,15,13,7,19,17,7,17,6,7,6,15,17,4,8,17,8,10,17,10,6,8,0,16,8,16,2,8,2,10,0,12,1,0,1,18,0,18,16,6,10,2,6,2,13,6,13,15,2,16,18,2,18,3,2,3,13,18,1,9,18,9,11,18,11,3,4,14,12,4,12,0,4,0,8,11,9,5,11,5,19,11,19,7,19,5,14,19,14,4,19,4,17,1,12,14,1,14,5,1,5,9],s,e,t,i),this.type=s}static fromJSON(e){return new RF(e.radius,e.corner,e.cornerSides)}}});function gte(e,t=new J){let i=e.length();return t.set(-e.y/i,e.x/i)}function QIe(e){let t=new J;t.addVectors(e.v0,iy.subVectors(e.v1,e.v0).multiplyScalar(2/3));let i=new J;return i.addVectors(e.v2,pA.subVectors(e.v1,e.v2).multiplyScalar(2/3)),new pu(e.v0,t,i,e.v2)}function EM(e,t,i=Number.EPSILON){return Math.abs(e-t)<i}function JIe(e,t,i=Number.EPSILON){return e.distanceTo(t)<i}function eOe(e,t,i=Number.EPSILON){return e.distanceTo(t)<i}function I_e(e,t,i){let r=Math.sqrt(Math.pow(t.x-e.x,2)+Math.pow(t.y-e.y,2)),n=Math.sqrt(Math.pow(t.x-i.x,2)+Math.pow(t.y-i.y,2)),s=Math.sqrt(Math.pow(i.x-e.x,2)+Math.pow(i.y-e.y,2));return Math.acos((n*n+r*r-s*s)/(2*n*r))}function tOe(e,t,i){return yte(e,t)&&yte(t,i)&&xH(e.position,t.position,i.position)}function xH(e,t,i){return iy.copy(t).sub(e).cross(pA.copy(i).sub(e))===0}function iOe(e,t,i,r,n){let s=Math.sqrt(Math.pow(t.x-e.x,2)+Math.pow(t.y-e.y,2)),a=(e.y+t.y)/2,o=(e.x+t.x)/2,l=Math.sqrt(Math.pow(i,2)-Math.pow(s/2,2))*(e.y-t.y)/s,u=Math.sqrt(Math.pow(i,2)-Math.pow(s/2,2))*(t.x-e.x)/s;return r.set(o+l,a+u),n.set(o-l,a-u),[r,n]}function rOe(e,t,i){return e.distanceTo(i)<t.distanceTo(i)?t:e}function nOe(e,t,i,r,n,s){let a,o=t.x-e.x,l=t.y-e.y,u=i.x-e.x,h=i.y-e.y,d=Math.sqrt((o+u)*(o+u)+(l+h)*(l+h));return I_e(t,e,i)>Math.PI&&(d*=-1),a=EM(h,l)?(l+h)*(r/d-.5)*8/3/(o-u):(o+u)*(r/d-.5)*8/3/(h-l),n.set(t.x-a*l,t.y+a*o),s.set(i.x+a*h,i.y-a*u),[n,s]}function vte(e,t){return e.position.equals(e.controls[1].position)&&t.position.equals(t.controls[0].position)}function yte(e,t){return xH(e.position,e.controls[1].position,t.position)&&xH(e.position,t.controls[0].position,t.position)}function _te(e,t=12,i=!1){let r=[];for(let n=0,s=e.length;n<s;n++){let a=e[n],o=0;if(i&&a.roundedCurveCorner!==void 0){let l=.5*ty(a.roundedCurveCorner,t);n>0&&(r[n-1]+=l),o+=l}a.curveAfter!==void 0&&(o+=ty(a.curveAfter,t)),r.push(o)}return e.length>0&&i&&e[0].roundedCurveCorner!==void 0&&(r[e.length-1]+=.5*ty(e[0].roundedCurveCorner,t)),r}function ty(e,t=12){return e&&e instanceof pM?2*t:e&&(e instanceof wh||e instanceof i7)?1:e&&e instanceof KN?t*e.points.length:t}var Ob,n3,s3,vy,hI,iy,pA,O_e,L_e,B_e,U_e,wH,SH,a3,bte,xte,wte,Ste,Tte,hs,F_e=V(()=>{le(),Ob=1e-12,n3=class{constructor(e){this.position=new J,this.startPosition=new J,this.uuid=ht.generateUUID(),this.position=e.clone()}start(){this.reset()}reset(){this.startPosition.copy(this.position)}applyOffset(e){this.position.copy(this.startPosition).add(e)}copy(e){return this.position.copy(e.position),this.startPosition.copy(e.startPosition),this}clone(){return new n3(this.position).copy(this)}toJSON(){return[this.position.x,this.position.y]}},s3=class extends n3{constructor(e){super(e.position),this.parent=e}copy(e){return super.copy(e),this}clone(){return new s3(this.parent).copy(this)}},vy=class extends n3{constructor(e,t){super(t),this.controls=[],this.roundness=0,this.areControlsDirectionsMirrored=!0,this.uuid=e,this.controls.push(new s3(this),new s3(this))}static create(e,t){let i=new vy(e,new J(...t.position));return i.controls[0].position.set(...t.controlPrevious.position),i.controls[1].position.set(...t.controlNext.position),i.roundness=t.roundness,i.areControlsDirectionsMirrored=t.areControlsDirectionsMirrored,i}getOppositeControl(e){let t=this.controls.indexOf(e);return t===0?this.controls[1]:t===1?this.controls[0]:null}applyOffsetToControls(e,t=1){for(let i=0,r=this.controls.length;i<r;i++){let n=this.controls[i];this.position.distanceTo(n.position)<=t?n.position.copy(this.position):n.applyOffset(e)}}controlsMoved(){return!(this.position.equals(this.controls[0].position)&&this.position.equals(this.controls[1].position))}copy(e){return super.copy(e),this.controls[0].copy(e.controls[0]),this.controls[1].copy(e.controls[1]),this.roundness=e.roundness,this.uuid=e.uuid,this}clone(){return new vy(this.uuid,this.position).copy(this)}toJSON(){return super.toJSON().concat(this.controls[0].toJSON(),this.controls[1].toJSON(),[this.roundness])}computeTangents(){let e=this.curveBefore?.getTangentAt(1),t=this.curveAfter?.getTangentAt(0);return[e,t]}computeNormals(e=new J,t=new J){let[i,r]=this.computeTangents();return i&&r&&(gte(i,e),gte(r,t)),[e,t]}computeTangent(e=new J){let[t,i]=this.computeTangents();return t&&i&&e.copy(t).add(i).normalize(),e}computeNormal(e=new J){let[t,i]=this.computeNormals();return e.copy(t).add(i).normalize(),e}},hI=e=>e,iy=new J,pA=new J,O_e=new J,L_e=new J,B_e=new J,U_e=new J,wH=new P,SH=new P}),Zg=V(()=>{le(),F_e(),a3=new J,bte=new J,xte=new J,wte=new J,Ste=new J,Tte=new J,hs=class extends XE{constructor(e=100,t=100){super(),this.points=[],this.shapeHoles=[],this.plane=new Wa(new P(0,0,-1)),this.subdivision=0,this.controlSnapDistance=4,this.pointIDs=0,this.isMesh2D=!1,this.isText=!1,this._roundness=0,this.isClosed=!1,this.useCubicForRoundedCorners=!0,this.uuid=ht.generateUUID(),this.needsUpdate=!1,this.roundedCurves=[],this._width=e,this._height=t}static createFromState(e,t,i){let r=new hs;return r.isClosed=e.isClosed,r.points=e.points.map(n=>vy.create(n.id,n.data)),typeof e.roundness=="number"&&(r.roundness=e.roundness),r.shapeHoles=e.shapeHoles.map(n=>hs.createFromState(n)),t!==void 0&&i!==void 0&&r.applySize(t,i),r.update(),r}get width(){return this._width}get height(){return this._height}get roundness(){return this._roundness}set roundness(e){if(this._roundness!==e){this._roundness=e;for(let t=0,i=this.points.length;t<i;t++)this.points[t].roundness=e;this.needsUpdate=!0}}getPointsIndexesByIds(e){return e.map(t=>this.getPointIndexById(t)).filter(t=>t>=0)}getPointIndexById(e){let t=this.points.length,i=this.points.findIndex(r=>r.uuid===e);if(i<0){let r=t;for(let n=0,s=this.shapeHoles.length;n<s;n++){let a=this.shapeHoles[n],o=a.points.length,l=a.getPointIndexById(e);if(!(l<0))return l+r;r+=o}}return i}getLineIndexById(e){return this.getPointIndexById(e)}getBezierPoint(e){if(e<=this.points.length-1)return this.points[e];if(this.shapeHoles.length>0){let t=this.points.length;for(let i=0,r=this.shapeHoles.length;i<r;i++){let n=this.shapeHoles[i],s=e-t;if(s<=n.points.length-1)return n.points[s];t+=n.points.length}}throw new Error("This shape does not have a point for this index: "+e)}getBezierPointIndex(e){let t=this.points.indexOf(e);if(t>=0)return t;if(t=this.points.length,this.shapeHoles.length>0)for(let i=0,r=this.shapeHoles.length;i<r;i++){let n=this.shapeHoles[i],s=n.points.indexOf(e);if(s>=0)return t+s;t+=n.points.length}return-1}getAllPoints(){let e=[].concat(...this.shapeHoles.map(t=>t.points));return[...this.points,...e]}applySize(e,t){e===0&&(e=.001),t===0&&(t=.001),this._width=e,this._height=t}applyScale(e,t){let i=a3.set(e,t);for(let r=0,n=this.points.length;r<n;r++){let s=this.points[r];s.position.multiply(i),s.controls[0].position.multiply(i),s.controls[1].position.multiply(i)}for(let r=0,n=this.shapeHoles.length;r<n;r++)this.shapeHoles[r].applyScale(e,t);this._update()}createPoint(e,t=0,i=ht.generateUUID()){let r;r=e instanceof J?e:new J(e,t);let n=new vy(i,r);return n.roundness=this.roundness,n}addPoint(e){this.points.push(e),this.needsUpdate=!0}addPointAt(e,t){this.points.splice(t,0,e),this.needsUpdate=!0}getPointByUuid(e){for(let t=0,i=this.points.length;t<i;t++){let r=this.points[t];if(r.uuid===e)return r}for(let t=0,i=this.shapeHoles.length;t<i;t++){let r=this.shapeHoles[t].getPointByUuid(e);if(r)return r}}getFirstPoint(){return this.points[0]}getLastPoint(){return this.points[this.points.length-1]}removePoint(e){let t=this.points.indexOf(e);t>=0&&this.points.splice(t,1),this.needsUpdate=!0}removePointById(e){let t=this.points.find(i=>i.uuid===e);t&&this.removePoint(t)}update(){for(let e=0,t=this.shapeHoles.length;e<t;e++)this.shapeHoles[e].update();this._update()}extractShapePointsToBuffer(e,t=12,i=!1){this.subdivision=t,this.curveDivisions===void 0&&this.computeCurveDivisions(t);let r=i?this.roundedCurveDivisions:this.curveDivisions;return function(n,s,a=12,o=!0){let l,u=SH.set(0,0,0),h=0,d=[];for(let c=0;c<s.length;c++){let p=hI(s[c]),m=iy,f=ty(p,a);d.push(f);for(let g=0;g<=f;g++)if(p instanceof pu||p instanceof om||p instanceof wh){if(p.getPoint(g/f,m),u.set(m.x,m.y,0),l!==void 0&&eOe(l,u))continue;l===void 0&&(l=wH),l.copy(u),n.setXYZ(h,u.x,u.y,u.z),h++}}o&&h>1&&(n.getX(h-1)!==n.getX(0)||n.getY(h-1)!==n.getY(0)||n.getZ(h-1)!==n.getZ(0))&&(n.setXYZ(h,n.getX(0),n.getY(0),n.getZ(0)),h++)}(e,i?this.roundedCurves:this.curves,t,this.autoClose),r.reduce((n,s)=>n+s,0)+1}computeCurveDivisions(e=12){return this.curveDivisions=_te(this.points,e,!1),this.roundedCurveDivisions=_te(this.points,e,!0),this.curveDivisions}extractFilteredShapePointsToBuffer(e,t,i=12){return 2*function(r,n,s,a=12,o=!0){let l=SH.set(0,0,0),u=0,h=[];for(let d=0;d<n.length;d++){if(s[d]===!1)continue;let c,p=hI(n[d]),m=iy,f=ty(p,a);h.push(f);for(let g=0;g<=f;g++)if(p instanceof pu||p instanceof om||p instanceof wh){if(p.getPoint(g/f,m),l.set(m.x,m.y,0),c?.equals(l))continue;c===void 0?c=wH:(r.setXYZ(u,c.x,c.y,c.z),u++,r.setXYZ(u,l.x,l.y,l.z),u++),c.copy(l)}}return o&&u>1&&!(r.getX(u-1)===r.getX(0)&&r.getY(u-1)===r.getY(0)&&r.getZ(u-1)===r.getZ(0))&&(r.setXYZ(u,r.getX(0),r.getY(0),r.getZ(0)),u++),h}(e,this.curves,t,i,this.autoClose).reduce((r,n)=>r+n,0)}extractShapePointsToFlatArray(e,t=12){return this.subdivision=t,this.curveDivisions===void 0&&this.computeCurveDivisions(t),function(i,r,n=12,s=!0){let a,o=0;for(let l=0;l<r.length;l++){let u=hI(r[l]),h=ty(u,n),d=iy;for(let c=0;c<=h;c++)if(u instanceof pu||u instanceof om||u instanceof wh){if(u.getPoint(c/h,d),a!==void 0&&JIe(a,d,Ob))continue;a===void 0&&(a=pA),a.copy(d),i.push(d.x,d.y),o++}}return EM(i[0],i[i.length-2],Ob)&&EM(i[1],i[i.length-1],Ob)&&(i.pop(),i.pop()),s&&o>1&&!(EM(i[o-1],i[1],Ob)&&EM(i[o-2],i[0],Ob))&&(i.push(i[0],i[1]),o++),i}(e,this.roundedCurves,t,this.autoClose)}getCurveIndexFromVertexId(e,t=!1){let i=0;this.curveDivisions===void 0&&this.computeCurveDivisions(this.subdivision);let r=t?this.roundedCurveDivisions:this.curveDivisions,n=0;t&&this.points[0].roundedCurveCorner!==void 0&&(n=.5*ty(this.points[0].roundedCurveCorner,this.subdivision));let s=e-n;s<0&&(s+=r.reduce((a,o)=>a+o,0));for(let a=0,o=r.length;a<o;a++){let l=r[a];if(s<i+l)return[a,(s-i+1)/l];i+=l}return[0,1]}getCurveT(e,t,i){let r=this.points[e],n=this.points[e>=this.points.length-1?0:e+1],s=this.curveDivisions,a=s[e];if(vte(r,n)){let l=r.position.distanceTo(n.position);return r.position.distanceTo(a3.set(i.x,i.y))/l}let o=0;for(let l=0;l<e;l++)o+=s[l];return(t-o)/a}dispose(){}_applyCurveForPoint(e,t){vte(t,e)?this.lineTo(e.position.x,e.position.y):this.bezierCurveTo(t.controls[1].position.x,t.controls[1].position.y,e.controls[0].position.x,e.controls[0].position.y,e.position.x,e.position.y);let i=this.curves[this.curves.length-1];e.curveBefore=i,t.curveAfter=i;let r=i.clone();e.roundedCurveBefore=r,t.roundedCurveAfter=r,e.roundedCurveCorner=void 0,this.roundedCurves.push(r)}_update(){if(this.curves=[],this.roundedCurves=[],!this.points.length)return;for(let t=0,i=this.points.length;t<i;t++){let r=this.points[t];if(t===0)this.moveTo(r.position.x,r.position.y);else{let n=this.points[t-1];this._applyCurveForPoint(r,n)}}let e=this.getLastPoint();if(e?.curveAfter&&(e.curveAfter=void 0),this.isClosed){let t=this.points[0],i=this.points[this.points.length-1];this._applyCurveForPoint(t,i)}if(this.points.length>2){let t=0;for(let i=0,r=this.points.length;i<r;i++){let n=this.points[i],s=this.points[i-1]??this.points[this.points.length-1],a=this.points[i+1]??this.points[0],o=n.roundness,l=s&&a&&tOe(s,n,a);if(!n.controlsMoved()&&o>0&&!l){let u=n.curveBefore,h=n.curveAfter;if(u===void 0||h===void 0)continue;let d,c=n.roundedCurveBefore,p=n.roundedCurveAfter,m=u instanceof wh?u.v1.distanceTo(u.v2):u.getLength(),f=h instanceof wh?h.v1.distanceTo(h.v2):h.getLength(),g=Math.min(o,.499*m),v=Math.min(o,.499*f),y=Math.min(g,v),_=1-y/m,b=y/f,x=u.getPointAt(_,a3),w=h.getPointAt(b,bte);if(this._subSplitCurve(u,c,_,x,void 0),this._subSplitCurve(h,p,b,void 0,w),this.useCubicForRoundedCorners){let S=I_e(x,n.position,w)/2,M=Math.tan(S)*x.distanceTo(n.position),[T,A]=iOe(x,w,M,xte,wte),E=rOe(T,A,n.position),[R,N]=nOe(E,x,w,M,Ste,Tte);d=new pu(x.clone(),R.clone(),N.clone(),w.clone())}else d=new om(x.clone(),n.position.clone(),w.clone());n.roundedCurveCorner=d,this.roundedCurves.splice(i+t,0,d),t++}}}}_subSplitCurve(e,t,i,r,n){if(!(e instanceof wh)){let s=e,a=t,o=s.getUtoTmapping(i,0),l=function(u,h,d,c,p=.5){let m=iy.subVectors(h,u).multiplyScalar(p).add(u),f=pA.subVectors(d,h).multiplyScalar(p).add(h),g=O_e.subVectors(c,d).multiplyScalar(p).add(d),v=m,y=L_e.subVectors(f,m).multiplyScalar(p).add(m),_=B_e.subVectors(g,f).multiplyScalar(p).add(f),b=g,x=U_e.subVectors(_,y).multiplyScalar(p).add(y);return[u.x,u.y,v.x,v.y,y.x,y.y,x.x,x.y,_.x,_.y,b.x,b.y,c.x,c.y]}(s.v0,s.v1,s.v2,s.v3,o);return r!==void 0&&(a.v0.set(l[0],l[1]),a.v1.set(l[2],l[3]),a.v2.set(l[4],l[5]),a.v3.set(l[6],l[7])),n!==void 0&&(a.v0.set(l[6],l[7]),a.v1.set(l[8],l[9]),a.v2.set(l[10],l[11]),a.v3.set(l[12],l[13])),a}return r!==void 0&&t.v2.copy(r),n!==void 0&&t.v1.copy(n),t}clone(){let e=new hs(this._width,this._height);return e.points=this.points.map(t=>t.clone()),e.isClosed=this.isClosed,e.roundness=this.roundness,e.isMesh2D=this.isMesh2D,e.shapeHoles=this.shapeHoles.map(t=>t.clone()),e}toJSON(){return{points:this.points.reduce((e,t)=>e.concat(t.toJSON()),[]),shapeHoles:this.shapeHoles.map(e=>e.toJSON()),isClosed:this.isClosed,roundness:this.roundness}}fromJSON(e){this.points=[],this.pointIDs=0;let t=e.points.length/7;for(let i=0;i<t;i++){let r=7*i,n=e.points[r+0],s=e.points[r+1],a=e.points[r+2],o=e.points[r+3],l=e.points[r+4],u=e.points[r+5],h=e.points[r+6],d=new vy(ht.generateUUID(),new J(n,s));d.controls[0].position.set(a,o),d.controls[1].position.set(l,u),d.roundness=h,this.points.push(d)}return this.shapeHoles=e.shapeHoles?.length?e.shapeHoles.map(i=>{let r=new hs;return r.fromJSON(i),r}):[],this.isClosed=e.isClosed,this._roundness=e.roundness,this._update(),this}fromShape(e,t=!1){this.isText=t;let i=(r,n)=>{n instanceof pu&&n.v3.equals(r.position)&&r.controls[0].position.copy(n.v2)};return this.points=(r=>{let n,s,a=[];for(n=0,s=r.length;n<s;n++)r[n]instanceof om&&(r[n]=QIe(r[n]));for(n=0,s=r.length;n<s;n++){let u,h=r[n],d=n>0?r[n-1]:null;h instanceof pu?(u=this.createPoint(h.v0),u.controls[1].position.copy(h.v1)):h instanceof wh&&(u=this.createPoint(h.v1)),u!==void 0&&(d!==null&&i(u,d),a.push(u))}let o=r[r.length-1],l=!1;return o instanceof pu?o.v3.equals(a[0].position)&&(a[0].controls[0].position.copy(o.v2),l=!0):o instanceof wh&&o.v2.equals(a[0].position)&&(l=!0),this.isClosed=l,a})(e.curves),e instanceof XE&&(this.shapeHoles=e.holes.map(r=>{let n=new hs;return n.fromShape(r),n})),this.update(),this}updatePoint(e,t){let i=this.getPointByUuid(e);i&&(t.position!==void 0&&i.position.fromArray(t.position),t.roundness!==void 0&&(i.roundness=t.roundness),t.areControlsDirectionsMirrored!==void 0&&(i.areControlsDirectionsMirrored=t.areControlsDirectionsMirrored),this.needsUpdate=!0)}updatePreviousControl(e,t){let i=this.getPointByUuid(e)?.controls[0];i&&(t.position&&i.position.fromArray(t.position),this.needsUpdate=!0)}updateNextControl(e,t){let i=this.getPointByUuid(e)?.controls[1];i&&(t.position&&i.position.fromArray(t.position),this.needsUpdate=!0)}}});function PF({x:e,y:t},i,r,n,s){return{x:e*i+n,y:t*r+s}}function sOe(e,t){let i=t===1.5707963267948966?.551915024494:t===-1.5707963267948966?-.551915024494:1.3333333333333333*Math.tan(t/4),r=Math.cos(e),n=Math.sin(e),s=Math.cos(e+t),a=Math.sin(e+t);return[{x:r-n*i,y:n+r*i},{x:s+a*i,y:a-s*i},{x:s,y:a}]}function Mte(e,t,i,r){let n=e*r-t*i<0?-1:1,s=Math.min(1,Math.max(-1,e*i+t*r));return n*Math.acos(s)}var uI,aOe=V(()=>{uI=2*Math.PI});function Mi(e,t){if(!e)throw t||"Assertion Failed!"}function Ag(e){var t=e.windingRule,i=t===void 0?xn.ODD:t,r=e.elementType,n=r===void 0?sa.POLYGONS:r,s=e.polySize,a=s===void 0?3:s,o=e.vertexSize,l=o===void 0?2:o,u=e.normal,h=u===void 0?[0,0,1]:u,d=e.contours,c=d===void 0?[]:d,p=e.strict,m=p===void 0||p,f=e.debug,g=f!==void 0&&f;if(!c&&m)throw new Error("Contours can't be empty");if(c){var v=new z_e;e.edgeCreateCallback&&(v.edgeCreateCallback=e.edgeCreateCallback),e.vertexIdCallback&&(v.vertexIdCallback=e.vertexIdCallback);for(var y=0;y<c.length;y++)v.addContour(l||2,c[y]);return v.tesselate(i,n,a,l,h,m),{vertices:v.vertices,vertexIndices:v.vertexIndices,vertexCount:v.vertexCount,elements:v.elements,elementCount:v.elementCount,mesh:g?v.mesh:void 0}}}var xn,sa,pi,H1,NS,R0,DF,NF,IF,Ete,o3,OF,Ate,Cte,z_e,LF,k_e,V_e,_w=V(()=>{var e;(e=xn||(xn={}))[e.ODD=0]="ODD",e[e.NONZERO=1]="NONZERO",e[e.POSITIVE=2]="POSITIVE",e[e.NEGATIVE=3]="NEGATIVE",e[e.ABS_GEQ_TWO=4]="ABS_GEQ_TWO",function(t){t[t.POLYGONS=0]="POLYGONS",t[t.CONNECTED_POLYGONS=1]="CONNECTED_POLYGONS",t[t.BOUNDARY_CONTOURS=2]="BOUNDARY_CONTOURS"}(sa||(sa={})),pi=function(){function t(){}return t.vertEq=function(i,r){return i.s===r.s&&i.t===r.t},t.vertLeq=function(i,r){return i.s<r.s||i.s===r.s&&i.t<=r.t},t.transLeq=function(i,r){return i.t<r.t||i.t===r.t&&i.s<=r.s},t.edgeGoesLeft=function(i){return t.vertLeq(i.Dst,i.Org)},t.edgeGoesRight=function(i){return t.vertLeq(i.Org,i.Dst)},t.vertL1dist=function(i,r){return Math.abs(i.s-r.s)+Math.abs(i.t-r.t)},t.edgeEval=function(i,r,n){Mi(t.vertLeq(i,r)&&t.vertLeq(r,n));var s=r.s-i.s,a=n.s-r.s;return s+a>0?s<a?r.t-i.t+(i.t-n.t)*(s/(s+a)):r.t-n.t+(n.t-i.t)*(a/(s+a)):0},t.edgeSign=function(i,r,n){Mi(t.vertLeq(i,r)&&t.vertLeq(r,n));var s=r.s-i.s,a=n.s-r.s;return s+a>0?(r.t-n.t)*s+(r.t-i.t)*a:0},t.transEval=function(i,r,n){Mi(t.transLeq(i,r)&&t.transLeq(r,n));var s=r.t-i.t,a=n.t-r.t;return s+a>0?s<a?r.s-i.s+(i.s-n.s)*(s/(s+a)):r.s-n.s+(n.s-i.s)*(a/(s+a)):0},t.transSign=function(i,r,n){Mi(t.transLeq(i,r)&&t.transLeq(r,n));var s=r.t-i.t,a=n.t-r.t;return s+a>0?(r.s-n.s)*s+(r.s-i.s)*a:0},t.vertCCW=function(i,r,n){return i.s*(r.t-n.t)+r.s*(n.t-i.t)+n.s*(i.t-r.t)>=0},t.interpolate=function(i,r,n,s){return(i=i<0?0:i)<=(n=n<0?0:n)?n===0?(r+s)/2:r+i/(i+n)*(s-r):s+n/(i+n)*(r-s)},t.intersect=function(i,r,n,s,a){var o,l,u;t.vertLeq(i,r)||(u=i,i=r,r=u),t.vertLeq(n,s)||(u=n,n=s,s=u),t.vertLeq(i,n)||(u=i,i=n,n=u,u=r,r=s,s=u),t.vertLeq(n,r)?t.vertLeq(r,s)?((o=t.edgeEval(i,n,r))+(l=t.edgeEval(n,r,s))<0&&(o=-o,l=-l),a.s=t.interpolate(o,n.s,l,r.s)):((o=t.edgeSign(i,n,r))+(l=-t.edgeSign(i,s,r))<0&&(o=-o,l=-l),a.s=t.interpolate(o,n.s,l,s.s)):a.s=(n.s+r.s)/2,t.transLeq(i,r)||(u=i,i=r,r=u),t.transLeq(n,s)||(u=n,n=s,s=u),t.transLeq(i,n)||(u=i,i=n,n=u,u=r,r=s,s=u),t.transLeq(n,r)?t.transLeq(r,s)?((o=t.transEval(i,n,r))+(l=t.transEval(n,r,s))<0&&(o=-o,l=-l),a.t=t.interpolate(o,n.t,l,r.t)):((o=t.transSign(i,n,r))+(l=-t.transSign(i,s,r))<0&&(o=-o,l=-l),a.t=t.interpolate(o,n.t,l,s.t)):a.t=(n.t+r.t)/2},t}(),H1=function(){this.next=null,this.prev=null,this.anEdge=null,this.trail=null,this.n=0,this.marked=!1,this.inside=!1},NS=function(){function t(i){this.side=i,this.next=null,this.Org=null,this.Sym=null,this.Onext=null,this.Lnext=null,this.Lface=null,this.activeRegion=null,this.winding=0}return Object.defineProperty(t.prototype,"Rface",{get:function(){return this.Sym.Lface},set:function(i){this.Sym.Lface=i},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"Dst",{get:function(){return this.Sym.Org},set:function(i){this.Sym.Org=i},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"Oprev",{get:function(){return this.Sym.Lnext},set:function(i){this.Sym.Lnext=i},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"Lprev",{get:function(){return this.Onext.Sym},set:function(i){this.Onext.Sym=i},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"Dprev",{get:function(){return this.Lnext.Sym},set:function(i){this.Lnext.Sym=i},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"Rprev",{get:function(){return this.Sym.Onext},set:function(i){this.Sym.Onext=i},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"Dnext",{get:function(){return this.Sym.Onext.Sym},set:function(i){this.Sym.Onext.Sym=i},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"Rnext",{get:function(){return this.Sym.Lnext.Sym},set:function(i){this.Sym.Lnext.Sym=i},enumerable:!0,configurable:!0}),t}(),R0=function(){this.next=null,this.prev=null,this.anEdge=null,this.coords=[0,0,0],this.s=0,this.t=0,this.pqHandle=0,this.n=0,this.idx=0},DF=function(){function t(){var i=new R0,r=new H1,n=new NS(0),s=new NS(1);i.next=i.prev=i,i.anEdge=null,r.next=r.prev=r,n.next=n,n.Sym=s,s.next=s,s.Sym=n,this.vHead=i,this.fHead=r,this.eHead=n,this.eHeadSym=s}return t.prototype.makeEdge_=function(i){var r=new NS(0),n=new NS(1);i.Sym.side<i.side&&(i=i.Sym);var s=i.Sym.next;return n.next=s,s.Sym.next=r,r.next=i,i.Sym.next=n,r.Sym=n,r.Onext=r,r.Lnext=n,r.Org=null,r.Lface=null,r.winding=0,r.activeRegion=null,n.Sym=r,n.Onext=n,n.Lnext=r,n.Org=null,n.Lface=null,n.winding=0,n.activeRegion=null,r},t.prototype.splice_=function(i,r){var n=i.Onext,s=r.Onext;n.Sym.Lnext=r,s.Sym.Lnext=i,i.Onext=s,r.Onext=n},t.prototype.makeVertex_=function(i,r,n){var s=i;Mi(s,"Vertex can't be null!");var a=n.prev;s.prev=a,a.next=s,s.next=n,n.prev=s,s.anEdge=r;var o=r;do o.Org=s,o=o.Onext;while(o!==r)},t.prototype.makeFace_=function(i,r,n){var s=i;Mi(s,"Face can't be null");var a=n.prev;s.prev=a,a.next=s,s.next=n,n.prev=s,s.anEdge=r,s.trail=null,s.marked=!1,s.inside=n.inside;var o=r;do o.Lface=s,o=o.Lnext;while(o!==r)},t.prototype.killEdge_=function(i){i.Sym.side<i.side&&(i=i.Sym);var r=i.next,n=i.Sym.next;r.Sym.next=n,n.Sym.next=r},t.prototype.killVertex_=function(i,r){var n=i.anEdge,s=n;do s.Org=r,s=s.Onext;while(s!==n);var a=i.prev,o=i.next;o.prev=a,a.next=o},t.prototype.killFace_=function(i,r){var n=i.anEdge,s=n;do s.Lface=r,s=s.Lnext;while(s!==n);var a=i.prev,o=i.next;o.prev=a,a.next=o},t.prototype.makeEdge=function(){var i=new R0,r=new R0,n=new H1,s=this.makeEdge_(this.eHead);return this.makeVertex_(i,s,this.vHead),this.makeVertex_(r,s.Sym,this.vHead),this.makeFace_(n,s,this.fHead),s},t.prototype.splice=function(i,r){var n=!1,s=!1;if(i!==r){if(r.Org!==i.Org&&(s=!0,this.killVertex_(r.Org,i.Org)),r.Lface!==i.Lface&&(n=!0,this.killFace_(r.Lface,i.Lface)),this.splice_(r,i),!s){var a=new R0;this.makeVertex_(a,r,i.Org),i.Org.anEdge=i}if(!n){var o=new H1;this.makeFace_(o,r,i.Lface),i.Lface.anEdge=i}}},t.prototype.delete=function(i){var r=i.Sym,n=!1;if(i.Lface!==i.Rface&&(n=!0,this.killFace_(i.Lface,i.Rface)),i.Onext===i)this.killVertex_(i.Org,null);else if(i.Rface.anEdge=i.Oprev,i.Org.anEdge=i.Onext,this.splice_(i,i.Oprev),!n){var s=new H1;this.makeFace_(s,i,i.Lface)}r.Onext===r?(this.killVertex_(r.Org,null),this.killFace_(r.Lface,null)):(i.Lface.anEdge=r.Oprev,r.Org.anEdge=r.Onext,this.splice_(r,r.Oprev)),this.killEdge_(i)},t.prototype.addEdgeVertex=function(i){var r=this.makeEdge_(i),n=r.Sym;this.splice_(r,i.Lnext),r.Org=i.Dst;var s=new R0;return this.makeVertex_(s,n,r.Org),r.Lface=n.Lface=i.Lface,r},t.prototype.splitEdge=function(i){var r=this.addEdgeVertex(i).Sym;return this.splice_(i.Sym,i.Sym.Oprev),this.splice_(i.Sym,r),i.Dst=r.Org,r.Dst.anEdge=r.Sym,r.Rface=i.Rface,r.winding=i.winding,r.Sym.winding=i.Sym.winding,r.idx=i.idx,r.Sym.idx=i.Sym.idx,r},t.prototype.connect=function(i,r){var n=!1,s=this.makeEdge_(i),a=s.Sym;if(r.Lface!==i.Lface&&(n=!0,this.killFace_(r.Lface,i.Lface)),this.splice_(s,i.Lnext),this.splice_(a,r),s.Org=i.Dst,a.Org=r.Org,s.Lface=a.Lface=i.Lface,i.Lface.anEdge=a,!n){var o=new H1;this.makeFace_(o,s,i.Lface)}return s},t.prototype.zapFace=function(i){var r,n,s,a,o,l=i.anEdge;n=l.Lnext;do n=(r=n).Lnext,r.Lface=null,r.Rface===null&&(r.Onext===r?this.killVertex_(r.Org,null):(r.Org.anEdge=r.Onext,this.splice_(r,r.Oprev)),(s=r.Sym).Onext===s?this.killVertex_(s.Org,null):(s.Org.anEdge=s.Onext,this.splice_(s,s.Oprev)),this.killEdge_(r));while(r!=l);a=i.prev,(o=i.next).prev=a,a.next=o},t.prototype.countFaceVerts_=function(i){var r=i.anEdge,n=0;do n++,r=r.Lnext;while(r!==i.anEdge);return n},t.prototype.mergeConvexFaces=function(i){var r,n,s,a,o;for(r=this.fHead.next;r!==this.fHead;r=r.next)if(r.inside)for(o=(n=r.anEdge).Org;s=n.Lnext,(a=n.Sym)&&a.Lface&&a.Lface.inside&&this.countFaceVerts_(r)+this.countFaceVerts_(a.Lface)-2<=i&&pi.vertCCW(n.Lprev.Org,n.Org,a.Lnext.Lnext.Org)&&pi.vertCCW(a.Lprev.Org,a.Org,n.Lnext.Lnext.Org)&&(s=a.Lnext,this.delete(a),n=null,a=null),!n||n.Lnext.Org!==o;)n=s;return!0},t.prototype.check=function(){var i,r,n,s,a,o,l=this.fHead,u=this.vHead,h=this.eHead;for(r=l,r=l;(i=r.next)!==l;r=i){Mi(i.prev===r),a=i.anEdge;do Mi(a.Sym!==a),Mi(a.Sym.Sym===a),Mi(a.Lnext.Onext.Sym===a),Mi(a.Onext.Sym.Lnext===a),Mi(a.Lface===i),a=a.Lnext;while(a!==i.anEdge)}for(Mi(i.prev===r&&i.anEdge===null),s=u,s=u;(n=s.next)!==u;s=n){Mi(n.prev===s),a=n.anEdge;do Mi(a.Sym!==a),Mi(a.Sym.Sym===a),Mi(a.Lnext.Onext.Sym===a),Mi(a.Onext.Sym.Lnext===a),Mi(a.Org===n),a=a.Onext;while(a!==n.anEdge)}for(Mi(n.prev===s&&n.anEdge===null),o=h,o=h;(a=o.next)!==h;o=a)Mi(a.Sym.next===o.Sym),Mi(a.Sym!==a),Mi(a.Sym.Sym===a),Mi(a.Org!==null),Mi(a.Dst!==null),Mi(a.Lnext.Onext.Sym===a),Mi(a.Onext.Sym.Lnext===a);Mi(a.Sym.next===o.Sym&&a.Sym===this.eHeadSym&&a.Sym.Sym===a&&a.Org===null&&a.Dst===null&&a.Lface===null&&a.Rface===null)},t}(),NF=function(){this.handle=null},IF=function(){this.key=null,this.node=0},Ete=function(){function t(i,r){this.leq=r,this.max=0,this.nodes=[],this.handles=[],this.initialized=!1,this.freeList=0,this.size=0,this.max=i,this.nodes=[],this.handles=[];for(var n=0;n<i+1;n++)this.nodes[n]=new NF,this.handles[n]=new IF;this.initialized=!1,this.nodes[1].handle=1,this.handles[1].key=null}return t.prototype.floatDown_=function(i){var r,n,s,a=this.nodes,o=this.handles;for(r=a[i].handle;;){if((s=i<<1)<this.size&&this.leq(o[a[s+1].handle].key,o[a[s].handle].key)&&++s,Mi(s<=this.max),n=a[s].handle,s>this.size||this.leq(o[r].key,o[n].key)){a[i].handle=r,o[r].node=i;break}a[i].handle=n,o[n].node=i,i=s}},t.prototype.floatUp_=function(i){var r,n,s,a=this.nodes,o=this.handles;for(r=a[i].handle;;){if(n=a[s=i>>1].handle,s===0||this.leq(o[n].key,o[r].key)){a[i].handle=r,o[r].node=i;break}a[i].handle=n,o[n].node=i,i=s}},t.prototype.init=function(){for(var i=this.size;i>=1;--i)this.floatDown_(i);this.initialized=!0},t.prototype.min=function(){return this.handles[this.nodes[1].handle].key},t.prototype.insert=function(i){var r,n;if(2*(r=++this.size)>this.max){var s,a;for(this.max*=2,a=this.nodes.length,this.nodes.length=this.max+1,s=a;s<this.nodes.length;s++)this.nodes[s]=new NF;for(a=this.handles.length,this.handles.length=this.max+1,s=a;s<this.handles.length;s++)this.handles[s]=new IF}return this.freeList===0?n=r:(n=this.freeList,this.freeList=this.handles[n].node),this.nodes[r].handle=n,this.handles[n].node=r,this.handles[n].key=i,this.initialized&&this.floatUp_(r),n},t.prototype.extractMin=function(){var i=this.nodes,r=this.handles,n=i[1].handle,s=r[n].key;return this.size>0&&(i[1].handle=i[this.size].handle,r[i[1].handle].node=1,r[n].key=null,r[n].node=this.freeList,this.freeList=n,--this.size,this.size>0&&this.floatDown_(1)),s},t.prototype.delete=function(i){var r,n=this.nodes,s=this.handles;Mi(i>=1&&i<=this.max&&s[i].key!==null),n[r=s[i].node].handle=n[this.size].handle,s[n[r].handle].node=r,--this.size,r<=this.size&&(r<=1||this.leq(s[n[r>>1].handle].key,s[n[r].handle].key)?this.floatDown_(r):this.floatUp_(r)),s[i].key=null,s[i].node=this.freeList,this.freeList=i},t}(),o3=function(){this.eUp=null,this.nodeUp=null,this.windingNumber=0,this.inside=!1,this.sentinel=!1,this.dirty=!1,this.fixUpperEdge=!1},OF=function(){this.key=null,this.next=null,this.prev=null},Ate=function(){function t(i,r){this.frame=i,this.leq=r,this.head=new OF,this.head.next=this.head,this.head.prev=this.head}return t.prototype.min=function(){return this.head.next},t.prototype.max=function(){return this.head.prev},t.prototype.insert=function(i){return this.insertBefore(this.head,i)},t.prototype.search=function(i){var r=this.head;do r=r.next;while(r.key!==null&&!this.leq(this.frame,i,r.key));return r},t.prototype.insertBefore=function(i,r){do i=i.prev;while(i.key!==null&&!this.leq(this.frame,i.key,r));var n=new OF;return n.key=r,n.next=i.next,i.next.prev=n,n.prev=i,i.next=n,n},t.prototype.delete=function(i){i.next.prev=i.prev,i.prev.next=i.next},t}(),Cte=function(){function t(){}return t.regionBelow=function(i){return i.nodeUp.prev.key},t.regionAbove=function(i){return i.nodeUp.next.key},t.debugEvent=function(i){},t.addWinding=function(i,r){i.winding+=r.winding,i.Sym.winding+=r.Sym.winding},t.edgeLeq=function(i,r,n){var s=i.event,a=r.eUp,o=n.eUp;return a.Dst===s?o.Dst===s?pi.vertLeq(a.Org,o.Org)?pi.edgeSign(o.Dst,a.Org,o.Org)<=0:pi.edgeSign(a.Dst,o.Org,a.Org)>=0:pi.edgeSign(o.Dst,s,o.Org)<=0:o.Dst===s?pi.edgeSign(a.Dst,s,a.Org)>=0:pi.edgeEval(a.Dst,s,a.Org)>=pi.edgeEval(o.Dst,s,o.Org)},t.deleteRegion=function(i,r){r.fixUpperEdge&&Mi(r.eUp.winding===0),r.eUp.activeRegion=null,i.dict.delete(r.nodeUp)},t.fixUpperEdge=function(i,r,n){Mi(r.fixUpperEdge),i.mesh.delete(r.eUp),r.fixUpperEdge=!1,r.eUp=n,n.activeRegion=r},t.topLeftRegion=function(i,r){var n,s=r.eUp.Org;do r=t.regionAbove(r);while(r.eUp.Org===s);if(r.fixUpperEdge){if((n=i.mesh.connect(t.regionBelow(r).eUp.Sym,r.eUp.Lnext))===null)return null;t.fixUpperEdge(i,r,n),r=t.regionAbove(r)}return r},t.topRightRegion=function(i){var r=i.eUp.Dst;do i=t.regionAbove(i);while(i.eUp.Dst===r);return i},t.addRegionBelow=function(i,r,n){var s=new o3;return s.eUp=n,s.nodeUp=i.dict.insertBefore(r.nodeUp,s),s.fixUpperEdge=!1,s.sentinel=!1,s.dirty=!1,n.activeRegion=s,s},t.isWindingInside=function(i,r){switch(i.windingRule){case xn.ODD:return!!(1&r);case xn.NONZERO:return r!==0;case xn.POSITIVE:return r>0;case xn.NEGATIVE:return r<0;case xn.ABS_GEQ_TWO:return r>=2||r<=-2}throw new Error("Invalid winding rulle")},t.computeWinding=function(i,r){r.windingNumber=t.regionAbove(r).windingNumber+r.eUp.winding,r.inside=t.isWindingInside(i,r.windingNumber)},t.finishRegion=function(i,r){var n=r.eUp,s=n.Lface;s.inside=r.inside,s.anEdge=n,t.deleteRegion(i,r)},t.finishLeftRegions=function(i,r,n){for(var s,a=null,o=r,l=r.eUp;o!==n;){if(o.fixUpperEdge=!1,(s=(a=t.regionBelow(o)).eUp).Org!=l.Org){if(!a.fixUpperEdge){t.finishRegion(i,o);break}s=i.mesh.connect(l.Lprev,s.Sym),t.fixUpperEdge(i,a,s)}l.Onext!==s&&(i.mesh.splice(s.Oprev,s),i.mesh.splice(l,s)),t.finishRegion(i,o),l=a.eUp,o=a}return l},t.addRightEdges=function(i,r,n,s,a,o){var l,u,h,d,c=!0;h=n;do Mi(pi.vertLeq(h.Org,h.Dst)),t.addRegionBelow(i,r,h.Sym),h=h.Onext;while(h!==s);for(a===null&&(a=t.regionBelow(r).eUp.Rprev),u=r,d=a;(h=(l=t.regionBelow(u)).eUp.Sym).Org===d.Org;)h.Onext!==d&&(i.mesh.splice(h.Oprev,h),i.mesh.splice(d.Oprev,h)),l.windingNumber=u.windingNumber-h.winding,l.inside=t.isWindingInside(i,l.windingNumber),u.dirty=!0,!c&&t.checkForRightSplice(i,u)&&(t.addWinding(h,d),t.deleteRegion(i,u),i.mesh.delete(d)),c=!1,u=l,d=h;u.dirty=!0,Mi(u.windingNumber-h.winding===l.windingNumber),o&&t.walkDirtyRegions(i,u)},t.spliceMergeVertices=function(i,r,n){i.mesh.splice(r,n)},t.vertexWeights=function(i,r,n){var s=pi.vertL1dist(r,i),a=pi.vertL1dist(n,i),o=.5*a/(s+a),l=.5*s/(s+a);i.coords[0]+=o*r.coords[0]+l*n.coords[0],i.coords[1]+=o*r.coords[1]+l*n.coords[1],i.coords[2]+=o*r.coords[2]+l*n.coords[2]},t.getIntersectData=function(i,r,n,s,a,o){r.coords[0]=r.coords[1]=r.coords[2]=0,r.idx=-1,t.vertexWeights(r,n,s),t.vertexWeights(r,a,o)},t.checkForRightSplice=function(i,r){var n=t.regionBelow(r),s=r.eUp,a=n.eUp;if(pi.vertLeq(s.Org,a.Org)){if(pi.edgeSign(a.Dst,s.Org,a.Org)>0)return!1;pi.vertEq(s.Org,a.Org)?s.Org!==a.Org&&(i.pq.delete(s.Org.pqHandle),t.spliceMergeVertices(i,a.Oprev,s)):(i.mesh.splitEdge(a.Sym),i.mesh.splice(s,a.Oprev),r.dirty=n.dirty=!0)}else{if(pi.edgeSign(s.Dst,a.Org,s.Org)<0)return!1;t.regionAbove(r).dirty=r.dirty=!0,i.mesh.splitEdge(s.Sym),i.mesh.splice(a.Oprev,s)}return!0},t.checkForLeftSplice=function(i,r){var n,s=t.regionBelow(r),a=r.eUp,o=s.eUp;if(Mi(!pi.vertEq(a.Dst,o.Dst)),pi.vertLeq(a.Dst,o.Dst)){if(pi.edgeSign(a.Dst,o.Dst,a.Org)<0)return!1;t.regionAbove(r).dirty=r.dirty=!0,n=i.mesh.splitEdge(a),i.mesh.splice(o.Sym,n),n.Lface.inside=r.inside}else{if(pi.edgeSign(o.Dst,a.Dst,o.Org)>0)return!1;r.dirty=s.dirty=!0,n=i.mesh.splitEdge(o),i.mesh.splice(a.Lnext,o.Sym),n.Rface.inside=r.inside}return!0},t.checkForIntersect=function(i,r){var n,s,a=t.regionBelow(r),o=r.eUp,l=a.eUp,u=o.Org,h=l.Org,d=o.Dst,c=l.Dst,p=new R0;if(Mi(!pi.vertEq(c,d)),Mi(pi.edgeSign(d,i.event,u)<=0),Mi(pi.edgeSign(c,i.event,h)>=0),Mi(u!==i.event&&h!==i.event),Mi(!r.fixUpperEdge&&!a.fixUpperEdge),u===h||Math.min(u.t,d.t)>Math.max(h.t,c.t))return!1;if(pi.vertLeq(u,h)){if(pi.edgeSign(c,u,h)>0)return!1}else if(pi.edgeSign(d,h,u)<0)return!1;return t.debugEvent(i),pi.intersect(d,u,c,h,p),Mi(Math.min(u.t,d.t)<=p.t),Mi(p.t<=Math.max(h.t,c.t)),Mi(Math.min(c.s,d.s)<=p.s),Mi(p.s<=Math.max(h.s,u.s)),pi.vertLeq(p,i.event)&&(p.s=i.event.s,p.t=i.event.t),n=pi.vertLeq(u,h)?u:h,pi.vertLeq(n,p)&&(p.s=n.s,p.t=n.t),pi.vertEq(p,u)||pi.vertEq(p,h)?(t.checkForRightSplice(i,r),!1):!pi.vertEq(d,i.event)&&pi.edgeSign(d,i.event,p)>=0||!pi.vertEq(c,i.event)&&pi.edgeSign(c,i.event,p)<=0?c===i.event?(i.mesh.splitEdge(o.Sym),i.mesh.splice(l.Sym,o),r=t.topLeftRegion(i,r),o=t.regionBelow(r).eUp,t.finishLeftRegions(i,t.regionBelow(r),a),t.addRightEdges(i,r,o.Oprev,o,o,!0),!0):d===i.event?(i.mesh.splitEdge(l.Sym),i.mesh.splice(o.Lnext,l.Oprev),a=r,r=t.topRightRegion(r),s=t.regionBelow(r).eUp.Rprev,a.eUp=l.Oprev,l=t.finishLeftRegions(i,a,null),t.addRightEdges(i,r,l.Onext,o.Rprev,s,!0),!0):(pi.edgeSign(d,i.event,p)>=0&&(t.regionAbove(r).dirty=r.dirty=!0,i.mesh.splitEdge(o.Sym),o.Org.s=i.event.s,o.Org.t=i.event.t),pi.edgeSign(c,i.event,p)<=0&&(r.dirty=a.dirty=!0,i.mesh.splitEdge(l.Sym),l.Org.s=i.event.s,l.Org.t=i.event.t),!1):(i.mesh.splitEdge(o.Sym),i.mesh.splitEdge(l.Sym),i.mesh.splice(l.Oprev,o),o.Org.s=p.s,o.Org.t=p.t,o.Org.pqHandle=i.pq.insert(o.Org),t.getIntersectData(i,o.Org,u,d,h,c),t.regionAbove(r).dirty=r.dirty=a.dirty=!0,!1)},t.walkDirtyRegions=function(i,r){for(var n,s,a=t.regionBelow(r);;){for(;a.dirty;)r=a,a=t.regionBelow(a);if(!r.dirty&&(a=r,(r=t.regionAbove(r))===null||!r.dirty))return;if(r.dirty=!1,n=r.eUp,s=a.eUp,n.Dst!==s.Dst&&t.checkForLeftSplice(i,r)&&(a.fixUpperEdge?(t.deleteRegion(i,a),i.mesh.delete(s),s=(a=t.regionBelow(r)).eUp):r.fixUpperEdge&&(t.deleteRegion(i,r),i.mesh.delete(n),n=(r=t.regionAbove(a)).eUp)),n.Org!==s.Org){if(n.Dst===s.Dst||r.fixUpperEdge||a.fixUpperEdge||n.Dst!==i.event&&s.Dst!==i.event)t.checkForRightSplice(i,r);else if(t.checkForIntersect(i,r))return}n.Org===s.Org&&n.Dst===s.Dst&&(t.addWinding(s,n),t.deleteRegion(i,r),i.mesh.delete(n),r=t.regionAbove(a))}},t.connectRightVertex=function(i,r,n){var s,a=n.Onext,o=t.regionBelow(r),l=r.eUp,u=o.eUp,h=!1;l.Dst!==u.Dst&&t.checkForIntersect(i,r),pi.vertEq(l.Org,i.event)&&(i.mesh.splice(a.Oprev,l),r=t.topLeftRegion(i,r),a=t.regionBelow(r).eUp,t.finishLeftRegions(i,t.regionBelow(r),o),h=!0),pi.vertEq(u.Org,i.event)&&(i.mesh.splice(n,u.Oprev),n=t.finishLeftRegions(i,o,null),h=!0),h?t.addRightEdges(i,r,n.Onext,a,a,!0):(s=pi.vertLeq(u.Org,l.Org)?u.Oprev:l,s=i.mesh.connect(n.Lprev,s),t.addRightEdges(i,r,s,s.Onext,s.Onext,!1),s.Sym.activeRegion.fixUpperEdge=!0,t.walkDirtyRegions(i,r))},t.connectLeftDegenerate=function(i,r,n){var s,a,o,l,u;return s=r.eUp,pi.vertEq(s.Org,n)?(Mi(!1),void t.spliceMergeVertices(i,s,n.anEdge)):pi.vertEq(s.Dst,n)?(Mi(!1),r=t.topRightRegion(r),a=l=(o=(u=t.regionBelow(r)).eUp.Sym).Onext,u.fixUpperEdge&&(Mi(a!==o),t.deleteRegion(i,u),i.mesh.delete(o),o=a.Oprev),i.mesh.splice(n.anEdge,o),pi.edgeGoesLeft(a)||(a=null),void t.addRightEdges(i,r,o.Onext,l,a,!0)):(i.mesh.splitEdge(s.Sym),r.fixUpperEdge&&(i.mesh.delete(s.Onext),r.fixUpperEdge=!1),i.mesh.splice(n.anEdge,s),void t.sweepEvent(i,n))},t.connectLeftVertex=function(i,r){var n,s,a,o,l,u,h=new o3;if(h.eUp=r.anEdge.Sym,n=i.dict.search(h).key,s=t.regionBelow(n)){if(o=n.eUp,l=s.eUp,pi.edgeSign(o.Dst,r,o.Org)===0)return void t.connectLeftDegenerate(i,n,r);a=pi.vertLeq(l.Dst,o.Dst)?n:s,n.inside||a.fixUpperEdge?(u=a===n?i.mesh.connect(r.anEdge.Sym,o.Lnext):i.mesh.connect(l.Dnext,r.anEdge).Sym,a.fixUpperEdge?t.fixUpperEdge(i,a,u):t.computeWinding(i,t.addRegionBelow(i,n,u)),t.sweepEvent(i,r)):t.addRightEdges(i,n,r.anEdge,r.anEdge,null,!0)}},t.sweepEvent=function(i,r){i.event=r,t.debugEvent(i);for(var n=r.anEdge;n.activeRegion===null;)if((n=n.Onext)===r.anEdge)return void t.connectLeftVertex(i,r);var s=t.topLeftRegion(i,n.activeRegion);Mi(s!==null);var a=t.regionBelow(s),o=a.eUp,l=t.finishLeftRegions(i,a,null);l.Onext===o?t.connectRightVertex(i,s,l):t.addRightEdges(i,s,l.Onext,o,o,!0)},t.addSentinel=function(i,r,n,s){var a=new o3,o=i.mesh.makeEdge();o.Org.s=n,o.Org.t=s,o.Dst.s=r,o.Dst.t=s,i.event=o.Dst,a.eUp=o,a.windingNumber=0,a.inside=!1,a.fixUpperEdge=!1,a.sentinel=!0,a.dirty=!1,a.nodeUp=i.dict.insert(a)},t.initEdgeDict=function(i){i.dict=new Ate(i,t.edgeLeq);var r=i.bmax[0]-i.bmin[0],n=i.bmax[1]-i.bmin[1],s=i.bmin[0]-r,a=i.bmax[0]+r,o=i.bmin[1]-n,l=i.bmax[1]+n;t.addSentinel(i,s,a,o),t.addSentinel(i,s,a,l)},t.doneEdgeDict=function(i){for(var r,n=0;(r=i.dict.min().key)!==null;)r.sentinel||(Mi(r.fixUpperEdge),Mi(++n===1)),Mi(r.windingNumber===0),t.deleteRegion(i,r)},t.removeDegenerateEdges=function(i){var r,n,s,a=i.mesh.eHead;for(r=a.next;r!==a;r=n)n=r.next,s=r.Lnext,pi.vertEq(r.Org,r.Dst)&&r.Lnext.Lnext!==r&&(t.spliceMergeVertices(i,s,r),i.mesh.delete(r),s=(r=s).Lnext),s.Lnext===r&&(s!==r&&((s===n||s===n.Sym)&&(n=n.next),i.mesh.delete(s)),(r===n||r===n.Sym)&&(n=n.next),i.mesh.delete(r))},t.initPriorityQ=function(i){var r,n,s,a=0;for(n=(s=i.mesh.vHead).next;n!==s;n=n.next)a++;for(a+=8,r=i.pq=new Ete(a,pi.vertLeq),n=(s=i.mesh.vHead).next;n!==s;n=n.next)n.pqHandle=r.insert(n);return n===s&&(r.init(),!0)},t.donePriorityQ=function(i){i.pq=null},t.removeDegenerateFaces=function(i,r){var n,s,a;for(n=r.fHead.next;n!==r.fHead;n=s)s=n.next,Mi((a=n.anEdge).Lnext!==a),a.Lnext.Lnext===a&&(t.addWinding(a.Onext,a),i.mesh.delete(a));return!0},t.computeInterior=function(i,r){var n,s;if(r===void 0&&(r=!0),t.removeDegenerateEdges(i),!t.initPriorityQ(i))return!1;for(t.initEdgeDict(i);(n=i.pq.extractMin())!==null;){for(;(s=i.pq.min())!==null&&pi.vertEq(s,n);)s=i.pq.extractMin(),t.spliceMergeVertices(i,n.anEdge,s.anEdge);t.sweepEvent(i,n)}return i.event=i.dict.min().key.eUp.Org,t.debugEvent(i),t.doneEdgeDict(i),t.donePriorityQ(i),!!t.removeDegenerateFaces(i,i.mesh)&&(r&&i.mesh.check(),!0)},t}(),z_e=function(){function t(){this.mesh=new DF,this.normal=[0,0,0],this.sUnit=[0,0,0],this.tUnit=[0,0,0],this.bmin=[0,0],this.bmax=[0,0],this.windingRule=xn.ODD,this.dict=null,this.pq=null,this.event=null,this.vertexIndexCounter=0,this.vertices=[],this.vertexIndices=[],this.vertexCount=0,this.elements=[],this.elementCount=0}return t.prototype.dot_=function(i,r){return i[0]*r[0]+i[1]*r[1]+i[2]*r[2]},t.prototype.normalize_=function(i){var r=i[0]*i[0]+i[1]*i[1]+i[2]*i[2];if(!r)throw"Zero-size vector!";r=Math.sqrt(r),i[0]/=r,i[1]/=r,i[2]/=r},t.prototype.longAxis_=function(i){var r=0;return Math.abs(i[1])>Math.abs(i[0])&&(r=1),Math.abs(i[2])>Math.abs(i[r])&&(r=2),r},t.prototype.computeNormal_=function(i){var r,n,s,a,o,l,u=[0,0,0],h=[0,0,0],d=[0,0,0],c=[0,0,0],p=[0,0,0],m=[null,null,null],f=[null,null,null],g=this.mesh.vHead;r=g.next;for(var v=0;v<3;++v)a=r.coords[v],h[v]=a,f[v]=r,u[v]=a,m[v]=r;for(r=g.next;r!==g;r=r.next)for(var y=0;y<3;++y)(a=r.coords[y])<h[y]&&(h[y]=a,f[y]=r),a>u[y]&&(u[y]=a,m[y]=r);var _=0;if(u[1]-h[1]>u[0]-h[0]&&(_=1),u[2]-h[2]>u[_]-h[_]&&(_=2),h[_]>=u[_])return i[0]=0,i[1]=0,void(i[2]=1);for(l=0,n=f[_],s=m[_],d[0]=n.coords[0]-s.coords[0],d[1]=n.coords[1]-s.coords[1],d[2]=n.coords[2]-s.coords[2],r=g.next;r!==g;r=r.next)c[0]=r.coords[0]-s.coords[0],c[1]=r.coords[1]-s.coords[1],c[2]=r.coords[2]-s.coords[2],p[0]=d[1]*c[2]-d[2]*c[1],p[1]=d[2]*c[0]-d[0]*c[2],p[2]=d[0]*c[1]-d[1]*c[0],(o=p[0]*p[0]+p[1]*p[1]+p[2]*p[2])>l&&(l=o,i[0]=p[0],i[1]=p[1],i[2]=p[2]);l<=0&&(i[0]=i[1]=i[2]=0,i[this.longAxis_(d)]=1)},t.prototype.checkOrientation_=function(){for(var i,r,n=this.mesh.fHead,s=this.mesh.vHead,a=0,o=n.next;o!==n;o=o.next)if(!((r=o.anEdge).winding<=0))do a+=(r.Org.s-r.Dst.s)*(r.Org.t+r.Dst.t),r=r.Lnext;while(r!==o.anEdge);if(a<0){for(i=s.next;i!==s;i=i.next)i.t=-i.t;this.tUnit[0]=-this.tUnit[0],this.tUnit[1]=-this.tUnit[1],this.tUnit[2]=-this.tUnit[2]}},t.prototype.projectPolygon_=function(){var i,r,n=this.mesh.vHead,s=[0,0,0],a=!1;s[0]=this.normal[0],s[1]=this.normal[1],s[2]=this.normal[2],!s[0]&&!s[1]&&!s[2]&&(this.computeNormal_(s),a=!0),i=this.sUnit,r=this.tUnit;var o=this.longAxis_(s);i[o]=0,i[(o+1)%3]=1,i[(o+2)%3]=0,r[o]=0,r[(o+1)%3]=0,r[(o+2)%3]=s[o]>0?1:-1;for(var l=n.next;l!==n;l=l.next)l.s=this.dot_(l.coords,i),l.t=this.dot_(l.coords,r);a&&this.checkOrientation_();for(var u=!0,h=n.next;h!==n;h=h.next)u?(this.bmin[0]=this.bmax[0]=h.s,this.bmin[1]=this.bmax[1]=h.t,u=!1):(h.s<this.bmin[0]&&(this.bmin[0]=h.s),h.s>this.bmax[0]&&(this.bmax[0]=h.s),h.t<this.bmin[1]&&(this.bmin[1]=h.t),h.t>this.bmax[1]&&(this.bmax[1]=h.t))},t.prototype.addWinding_=function(i,r){i.winding+=r.winding,i.Sym.winding+=r.Sym.winding},t.prototype.tessellateMonoRegion_=function(i,r){var n,s;if((n=r.anEdge).Lnext===n||n.Lnext.Lnext===n)throw"Mono region invalid";for(;pi.vertLeq(n.Dst,n.Org);n=n.Lprev);for(;pi.vertLeq(n.Org,n.Dst);n=n.Lnext);for(s=n.Lprev;n.Lnext!==s;)if(pi.vertLeq(n.Dst,s.Org)){for(;s.Lnext!==n&&(pi.edgeGoesLeft(s.Lnext)||pi.edgeSign(s.Org,s.Dst,s.Lnext.Dst)<=0);)s=i.connect(s.Lnext,s).Sym;s=s.Lprev}else{for(;s.Lnext!==n&&(pi.edgeGoesRight(n.Lprev)||pi.edgeSign(n.Dst,n.Org,n.Lprev.Org)>=0);)n=i.connect(n,n.Lprev).Sym;n=n.Lnext}if(s.Lnext===n)throw"Mono region invalid";for(;s.Lnext.Lnext!==n;)s=i.connect(s.Lnext,s).Sym;return!0},t.prototype.tessellateInterior_=function(i){for(var r,n=i.fHead.next;n!==i.fHead;n=r)if(r=n.next,n.inside&&!this.tessellateMonoRegion_(i,n))return!1;return!0},t.prototype.discardExterior_=function(i){for(var r,n=i.fHead.next;n!==i.fHead;n=r)r=n.next,n.inside||i.zapFace(n)},t.prototype.setWindingNumber_=function(i,r,n){for(var s,a=i.eHead.next;a!==i.eHead;a=s)s=a.next,a.Rface.inside!==a.Lface.inside?a.winding=a.Lface.inside?r:-r:n?i.delete(a):a.winding=0},t.prototype.getNeighbourFace_=function(i){return i.Rface&&i.Rface.inside?i.Rface.n:-1},t.prototype.outputPolymesh_=function(i,r,n,s){var a,o,l=0,u=0;n>3&&i.mergeConvexFaces(n);for(var h=i.vHead.next;h!==i.vHead;h=h.next)h.n=-1;for(var d=i.fHead.next;d!==i.fHead;d=d.next)if(d.n=-1,d.inside){a=d.anEdge,o=0;do(h=a.Org).n===-1&&(h.n=u,u++),o++,a=a.Lnext;while(a!==d.anEdge);if(o>n)throw"Face vertex greater that support polygon";d.n=l,++l}for(this.elementCount=l,r===sa.CONNECTED_POLYGONS&&(l*=2),this.elements=[],this.elements.length=l*n,this.vertexCount=u,this.vertices=[],this.vertices.length=u*s,this.vertexIndices=[],this.vertexIndices.length=u,h=i.vHead.next;h!==i.vHead;h=h.next)if(h.n!==-1){var c=h.n*s;this.vertices[c+0]=h.coords[0],this.vertices[c+1]=h.coords[1],s>2&&(this.vertices[c+2]=h.coords[2]),this.vertexIndices[h.n]=h.idx}var p=0;for(d=i.fHead.next;d!==i.fHead;d=d.next)if(d.inside){a=d.anEdge,o=0;do h=a.Org,this.elements[p++]=h.n,o++,a=a.Lnext;while(a!==d.anEdge);for(var m=o;m<n;++m)this.elements[p++]=-1;if(r===sa.CONNECTED_POLYGONS){a=d.anEdge;do this.elements[p++]=this.getNeighbourFace_(a),a=a.Lnext;while(a!==d.anEdge);for(var f=o;f<n;++f)this.elements[p++]=-1}}},t.prototype.outputContours_=function(i,r){var n,s,a=0,o=0;this.vertexCount=0,this.elementCount=0;for(var l=i.fHead.next;l!==i.fHead;l=l.next)if(l.inside){s=n=l.anEdge;do this.vertexCount++,n=n.Lnext;while(n!==s);this.elementCount++}this.elements=[],this.elements.length=2*this.elementCount,this.vertices=[],this.vertices.length=this.vertexCount*r,this.vertexIndices=[],this.vertexIndices.length=this.vertexCount;var u=0,h=0,d=0;for(a=0,l=i.fHead.next;l!==i.fHead;l=l.next)if(l.inside){o=0,s=n=l.anEdge;do this.vertices[u++]=n.Org.coords[0],this.vertices[u++]=n.Org.coords[1],r>2&&(this.vertices[u++]=n.Org.coords[2]),this.vertexIndices[h++]=this.vertexIdCallback?this.vertexIdCallback(n):n.Org.idx,o++,n=n.Lnext;while(n!==s);this.elements[d++]=a,this.elements[d++]=o,a+=o}},t.prototype.addContour=function(i,r){this.mesh===null&&(this.mesh=new DF),i<2&&(i=2),i>3&&(i=3);for(var n=null,s=0;s<r.length;s+=i)n===null?(n=this.mesh.makeEdge(),this.mesh.splice(n,n.Sym)):(this.mesh.splitEdge(n),n=n.Lnext),n.Org.coords[0]=r[s+0],n.Org.coords[1]=r[s+1],n.Org.coords[2]=i>2?r[s+2]:0,n.Org.idx=this.vertexIndexCounter++,this.edgeCreateCallback&&this.edgeCreateCallback(n),n.winding=1,n.Sym.winding=-1},t.prototype.tesselate=function(i,r,n,s,a,o){if(i===void 0&&(i=xn.ODD),r===void 0&&(r=sa.POLYGONS),o===void 0&&(o=!0),this.vertices=[],this.elements=[],this.vertexIndices=[],this.vertexIndexCounter=0,a&&(this.normal[0]=a[0],this.normal[1]=a[1],this.normal[2]=a[2]),this.windingRule=i,s<2&&(s=2),s>3&&(s=3),!this.mesh)return!1;this.projectPolygon_(),Cte.computeInterior(this,o);var l=this.mesh;return r===sa.BOUNDARY_CONTOURS?this.setWindingNumber_(l,1,!0):this.tessellateInterior_(l),o&&l.check(),r===sa.BOUNDARY_CONTOURS?this.outputContours_(l,s):this.outputPolymesh_(l,r,n,s),!0},t}(),xn.ODD,xn.NONZERO,xn.POSITIVE,xn.NEGATIVE,xn.ABS_GEQ_TWO,sa.POLYGONS,sa.CONNECTED_POLYGONS,sa.BOUNDARY_CONTOURS}),oOe=V(()=>{(k_e=LF=class{constructor(e=256,t=!1){this.capacity=e,this.size=0,this.debug=t,this.debug&&console.log(`allocating with cap ${e}`);let i=e*LF.eSize;this.buffer=new ArrayBuffer(i);let r=Float32Array.BYTES_PER_ELEMENT,n=0;this.positions=new Float32Array(this.buffer,n*r,3*e),n+=3*e,this.normals=new Float32Array(this.buffer,n*r,3*e),n+=3*e,this.uvs=new Float32Array(this.buffer,n*r,2*e)}realloc(e,t=!1){if(e<this.size)throw Error("cannot shrink buffer");if(e<=this.capacity&&!t)return;this.debug&&console.log(`resizing from ${this.capacity} \u2192 ${e}`);let i=e*LF.eSize,r=new ArrayBuffer(i),n=Float32Array.BYTES_PER_ELEMENT,s=0,a=new Float32Array(r,s*n,3*e);s+=3*e;let o=new Float32Array(r,s*n,3*e);s+=3*e;let l=new Float32Array(r,s*n,2*e);t?(a.set(this.positions.subarray(0,3*this.size)),o.set(this.normals.subarray(0,3*this.size)),l.set(this.uvs.subarray(0,2*this.size))):(a.set(this.positions),o.set(this.normals),l.set(this.uvs)),this.buffer=r,this.positions=a,this.normals=o,this.uvs=l,this.capacity=e}get(e=1){let t=this.size+e;if(t>this.capacity){let r=this.capacity;for(;t>r;)r*=2;this.realloc(r)}let i=this.size;return this.size=t,i}reserve(e){let t=this.size+e;t>this.capacity&&this.realloc(t)}shrink(){this.debug&&console.log(`shrinking ${this.capacity} \u2192 ${this.size}`),this.realloc(this.size,!0)}}).eSize=8*Float32Array.BYTES_PER_ELEMENT}),lOe=V(()=>{V_e=class{constructor(e=[],t=(i,r)=>i<r?-1:i>r?1:0){if(this.data=e,this.length=this.data.length,this.compare=t,this.length>0)for(let i=(this.length>>1)-1;i>=0;i--)this._down(i)}push(e){this.data.push(e),this._up(this.length++)}pop(){if(this.length===0)return;let e=this.data[0],t=this.data.pop();return--this.length>0&&(this.data[0]=t,this._down(0)),e}peek(){return this.data[0]}_up(e){let{data:t,compare:i}=this,r=t[e];for(;e>0;){let n=e-1>>1,s=t[n];if(i(r,s)>=0)break;t[e]=s,e=n}t[e]=r}_down(e){let{data:t,compare:i}=this,r=this.length>>1,n=t[e];for(;e<r;){let s=1+(e<<1),a=s+1;if(a<this.length&&i(t[a],t[s])<0&&(s=a),i(t[s],n)>=0)break;t[e]=t[s],e=s}t[e]=n}}});function l3(e,t,i,r){this.x=e,this.y=t,this.h=i,this.d=function(n,s,a){let o=!1,l=1/0;for(let u of a)for(let h=0,d=u.length,c=d-1;h<d;c=h++){let p=u[h],m=u[c];p[1]>s!=m[1]>s&&n<(m[0]-p[0])*(s-p[1])/(m[1]-p[1])+p[0]&&(o=!o),l=Math.min(l,hOe(n,s,p,m))}return l===0?0:(o?1:-1)*Math.sqrt(l)}(e,t,r),this.max=this.d+this.h*Math.SQRT2}function hOe(e,t,i,r){let n=i[0],s=i[1],a=r[0]-n,o=r[1]-s;if(a!==0||o!==0){let l=((e-n)*a+(t-s)*o)/(a*a+o*o);l>1?(n=r[0],s=r[1]):l>0&&(n+=a*l,s+=o*l)}return a=e-n,o=t-s,a*a+o*o}var dL,TH,MH,h3,cL,EH,AH,Qg,uOe=V(()=>{lOe()}),PX=V(()=>{le(),_w(),oOe(),Hr(),uOe(),dL={vertices:[160,160,-160,160,-160,-160,160,-160],vertexIndices:[1,0,3,2],vertexCount:4,elements:[0,4],elementCount:1,mesh:void 0},TH={vertices:[],vertexIndices:[],vertexCount:0,elements:[],elementCount:0,mesh:void 0},MH={vertices:[-160,160,160,-160,160,160,-160,-160],vertexIndices:[1,3,0,2],vertexCount:4,elements:[0,1,2,1,0,3],elementCount:2,mesh:void 0},h3=(e,t)=>([i,r])=>(r<i&&(r+=t),(e>=i?e:e+t)<=r),cL=class extends At{constructor(e,t,i=0,r=12,n=3,s=xn.ODD,a=!1){super(),this.forPathBevel=a,this.type="ShapeGeometry",this.vertexCache={},this._shape=e,this._depth=t,this._curveSegments=r,this._bevelSegmentsInput=n;let o,l,u,h=this._shape.extractShapePointsToFlatArray([],r),d=this._shape.shapeHoles.map(T=>{let A=T.extractShapePointsToFlatArray([],r),E=[];for(let R=A.length-1;R>=1;R-=2){let N=A[R-1],D=A[R-0];E.push(N,D)}return E}),c=[],p=[];for(let T=0;T<h.length;T+=2)p.push([h[T],h[T+1]]);c.push(p);for(let T=0;T<d.length;T++){let A=d[T],E=[];for(let R=0;R<A.length;R+=2)E.push([A[R],A[R+1]]);c.push(E)}o=e.isText?.1*new f4().setFromPoints(e.points.map(T=>T.position)).getSize(new J).length():c[0].length===0?i:i>0?function(T,A,E=1,R=!1){let N=1/0,D=1/0,O=-1/0,z=-1/0;for(let[Z,pe]of T[0])Z<N&&(N=Z),pe<D&&(D=pe),Z>O&&(O=Z),pe>z&&(z=pe);let U=O-N,G=z-D,j=Math.max(E,Math.min(U,G));if(j===E){let Z=[N,D];return Z.distance=0,Z.distance}let K=new V_e([],(Z,pe)=>pe.max-Z.max),q=function(Z){let pe=0,H=0,F=0,X=Z[0];for(let k=0,Q=X.length,te=Q-1;k<Q;te=k++){let W=X[k],he=X[te],ce=W[0]*he[1]-he[0]*W[1];H+=(W[0]+he[0])*ce,F+=(W[1]+he[1])*ce,pe+=3*ce}let re=new l3(H/pe,F/pe,0,Z);return pe===0||re.d<0?new l3(X[0][0],X[0][1],0,Z):re}(T),ne=new l3(N+U/2,D+G/2,0,T);ne.d>q.d&&(q=ne);let ve=2;function oe(Z,pe,H){let F=new l3(Z,pe,H,T);if(ve++,F.max>q.d+E&&K.push(F),F.d>q.d&&(q=F,R&&console.log(`found best ${Math.round(1e4*F.d)/1e4} after ${ve} probes`),q.d>A))return A}let me=j/2;for(let Z=N;Z<O;Z+=j)for(let pe=D;pe<z;pe+=j)oe(Z+me,pe+me,me);for(;K.length;){let{max:Z,x:pe,y:H,h:F}=K.pop();if(Z-q.d<=E)break;me=F/2,oe(pe-me,H-me,me),oe(pe+me,H-me,me),oe(pe-me,H+me,me),oe(pe+me,H+me,me)}R&&console.log(`num probes: ${ve}
4167
4167
  best distance: ${q.d}`);let ye=[q.x,q.y];return ye.distance=q.d,ye.distance}(c,i):1e-5,i<=0?(this._bevel=0,this._bevelSegments=0):(this._bevel=Math.min(i,o,t/2),this._bevelSegments=Math.floor(n));try{l=Ag({windingRule:s,elementType:sa.BOUNDARY_CONTOURS,vertexSize:2,strict:!0,contours:[h]})}catch{l=dL}try{u=Ag({windingRule:xn.ODD,elementType:sa.BOUNDARY_CONTOURS,vertexSize:2,strict:!0,contours:[...d]})}catch{u=TH}if(!l)throw new Error("error generating geometry");let m=l.elementCount;if(u){l.elementCount+=u.elementCount;for(let T=0;T<u.elements.length;T++){let A=u.elements[T],E=T%2==0?l.vertexCount:0;l.elements.push(A+E)}for(let T=0;T<u.vertexIndices.length;T++){let A=u.vertexIndices[T],E=l.vertexCount;l.vertexIndices.push(A+E)}for(let T=0;T<u.vertices.length;T++){let A=u.vertices[T];l.vertices.push(A)}}let f=1/0,g=-1/0,v=1/0,y=-1/0;for(let T=0,A=l.vertexCount;T<A;T++){let E=2*T,R=l.vertices[E+0],N=l.vertices[E+1];R<f&&(f=R),R>g&&(g=R),N<v&&(v=N),N>y&&(y=N)}this._minX=f,this._minY=v,this._width=g-f,this._height=y-v,this._buffer=new k_e(this._computeBufferEstimatedSize(l));let _=[],b=[];for(let T=l.elementCount-1;T>=0;T--){let A=T>=m,E=2*T,R=l.elements[E+0],N=l.elements[E+1],D=R+N,O={start:R,count:N,normals:[],continuous:[],concave:[]},z=R,U=D-1,G=R+1,j=this._shape.roundedCurves.length;do{let oe=z-R,me=l.vertices[2*U+0],ye=l.vertices[2*U+1],Z=l.vertices[2*z+0],pe=l.vertices[2*z+1],H=l.vertices[2*G+0],F=l.vertices[2*G+1],X=Z-me,re=pe-ye,k=Math.sqrt(X*X+re*re);X/=k,re/=k;let Q=Z-H,te=pe-F,W=Math.sqrt(Q*Q+te*te);Q/=W,te/=W,O.normals[2*oe+0]=-te,O.normals[2*oe+1]=Q,O.concave[oe]=X*te-re*Q>0;let he=l.vertexIndices[z];if(Array.isArray(he))O.continuous[oe]=!1;else{let[ce,Ee]=this._shape.getCurveIndexFromVertexId(he-1,!0);if(Ee>0&&Ee<1)O.continuous[oe]=!0;else{let Se=Ee===1?ce+1:ce-1;Se=(Se+j)%j;let qe=Ee===1?0:1,Ne=this._shape.roundedCurves[ce].getTangent(Ee),He=this._shape.roundedCurves[Se].getTangent(qe);O.continuous[oe]=Ne.dot(He)>.95}}A&&(O.normals[2*oe+0]*=-1,O.normals[2*oe+1]*=-1),[U,z,G]=[z,G,G+1],G>=D&&(G-=N)}while(G!==R+1);let K=[];K.push({bevelI:0,angle:0,size:0,boundary:{vertices:l.vertices.slice(2*R,2*D),vertexCount:N,vertexIndices:new Array(N).fill(!0).map((oe,me)=>[me,me]),elements:[0,N],elementCount:1,mesh:null},reverseMap:[],insetPoints:l.vertices.slice(2*R,2*D)});let q=0;for(let oe=1;oe<=this._bevelSegments;oe++){let me=oe/this._bevelSegments*Math.PI/2,ye=(1-Math.cos(me))*this._bevel,Z=[],pe=[],H=[],F=[],X=0;for(let k=0;k<N;k++){let Q=2*k,te=(k-1+N)%N*2,W=l.vertices[2*O.start+Q+0],he=l.vertices[2*O.start+Q+1],ce=-O.normals[te+0]*ye,Ee=-O.normals[te+1]*ye,Se=-O.normals[Q+0]*ye,qe=-O.normals[Q+1]*ye;if(O.concave[k]||!O.concave[k]&&A){let Ne=Math.atan2(Ee,ce),He=Math.atan2(qe,Se);He>Ne&&(He-=2*Math.PI);let Re=He-Ne;if(O.continuous[k]||A){let ee=Ne+Re/2,Me=Math.cos(ee)*ye,We=Math.sin(ee)*ye;Z[2*X+0]=W+Me*(A?-1:1),Z[2*X+1]=he+We*(A?-1:1),F[X]=k,X++}else{let ee=Math.max(1,Math.floor(r/4*Math.abs(Re)/Math.PI));for(let Me=0;Me<=ee;Me++){let We=Ne+Re*(Me/ee),dt=Math.cos(We)*ye,et=Math.sin(We)*ye;Z[2*X+0]=W+dt,Z[2*X+1]=he+et,F[X]=k,X++}}}else Z[2*X+0]=W+ce,Z[2*X+1]=he+Ee,F[X]=k,pe[k]=X,X++,Z[2*X+0]=W,Z[2*X+1]=he,F[X]=k,X++,Z[2*X+0]=W+Se,Z[2*X+1]=he+qe,F[X]=k,H[k]=X,X++}let re=Ag({windingRule:xn.POSITIVE,elementType:sa.BOUNDARY_CONTOURS,vertexSize:2,strict:!0,contours:[Z],edgeCreateCallback:k=>{let Q=k.Org.idx,te=F[Q],W=F[(Q+1)%F.length];k.idx=[te,W],k.Sym.idx=[W,te]},vertexIdCallback:k=>{let Q=k.Lprev.idx;return[Q?Q[1]:0,k.idx?k.idx[0]:0]}});if(!re)throw console.log("Error"),new Error(`error generating bevel geometry for ${oe}'th loop`);if(!re.vertexCount){let k=(oe-1)/this._bevelSegments*Math.PI/2;q=(1-Math.sin(k))*this._bevel;break}for(let k=0;k<re.vertexIndices.length;k++){let[Q,te]=re.vertexIndices[k];if(Q===te)continue;let W=te;te<Q&&(W+=N);for(let he=Q;he<W;he++){let ce=he%N,Ee=(he+1)%N;if(!O.continuous[ce]||!O.continuous[Ee]){re.vertexIndices[k]=[Q,ce],re.vertexIndices.splice(k+1,0,[Ee,te]),re.vertices.splice(2*(k+1),0,re.vertices[2*k],re.vertices[2*k+1]);break}}}K.push({bevelI:oe,angle:me,size:ye,boundary:re,reverseMap:F,insetPoints:Z})}let ne=(oe,me,ye)=>{let Z=0,pe=oe.boundary.vertexIndices.length;for(;Z<pe&&ye(oe.boundary.vertexIndices[me]);)me=(me+1)%pe,Z++;return Z},ve=_.length;for(let oe=1;oe<K.length;oe++){let me=K[oe-1],ye=K[oe],Z=me.boundary.vertexIndices.length,pe=ye.boundary.vertexIndices.length;if(!Z||!pe)break;let H=O.concave.length,F=0,X=h3(F,N);for(;!me.boundary.vertexIndices.filter(X).length||!ye.boundary.vertexIndices.filter(X).length;)F++,X=h3(F,N);let re=me.boundary.vertexIndices.findIndex(X),k=ye.boundary.vertexIndices.findIndex(X);do re=(re+1)%Z;while(X(me.boundary.vertexIndices[re]));do k=(k+1)%pe;while(X(ye.boundary.vertexIndices[k]));F=(F+1)%N;let Q,te,W=F,he=0,ce=this._buildBevelVert(O,me,(re-1+Z)%Z,void 0,he),Ee=this._buildBevelVert(O,ye,(k-1+pe)%pe,void 0,he),Se=!1;do{he=(F||H)/H,X=h3(F,N);let qe=ne(me,re,X),Ne=ne(ye,k,X),He=Se;if(Se=!1,qe&&!Ne){for(let Re=0;Re<qe;Re++)Q=this._buildBevelVert(O,me,(re+Re)%Z,Re/(qe-1),he),_.push(ce.topN,Q.topP,Ee.topN),a===!1&&_.push(Q.bottomP,ce.bottomN,Ee.bottomN),ce=Q;Se=!0}else if(!qe&&Ne)for(let Re=0;Re<Ne;Re++)te=this._buildBevelVert(O,ye,(k+Re)%pe,Re/(Ne-1),he),_.push(Ee.topN,ce.topP,te.topP),a===!1&&_.push(ce.bottomP,Ee.bottomN,te.bottomP),Ee=te;else if(qe&&Ne)if(Q=this._buildBevelVert(O,me,re,0,he),te=this._buildBevelVert(O,ye,k,0,he),He?(_.push(ce.topN,te.topP,Ee.topN),_.push(ce.topN,Q.topP,te.topP),a===!1&&(_.push(te.bottomP,ce.bottomN,Ee.bottomN),_.push(te.bottomP,Q.bottomP,ce.bottomN))):(_.push(Ee.topN,ce.topN,Q.topP),_.push(Ee.topN,Q.topP,te.topP),a===!1&&(_.push(Q.bottomP,ce.bottomN,Ee.bottomN),_.push(Q.bottomP,Ee.bottomN,te.bottomP))),ce=Q,Ee=te,qe===Ne)for(let Re=1;Re<qe;Re++)Q=this._buildBevelVert(O,me,(re+Re)%Z,Re/(qe-1),he),te=this._buildBevelVert(O,ye,(k+Re)%pe,Re/(Ne-1),he),_.push(ce.topN,Q.topP,Ee.topN),_.push(Ee.topN,Q.topP,te.topP),a===!1&&(_.push(Q.bottomP,ce.bottomN,Ee.bottomN),_.push(Q.bottomP,Ee.bottomN,te.bottomP)),ce=Q,Ee=te;else if(qe>Ne){let Re=qe/Ne,ee=0;for(let Me=1;Me<qe;Me++)Q=this._buildBevelVert(O,me,(re+Me)%Z,Me/(qe-1),he),_.push(ce.topN,Q.topP,Ee.topN),a===!1&&_.push(Q.bottomP,ce.bottomN,Ee.bottomN),ce=Q,Me>(ee+1)*Re&&(ee++,te=this._buildBevelVert(O,ye,(k+ee)%pe,ee/(Ne-1),he),_.push(Ee.topN,Q.topP,te.topP),a===!1&&_.push(Q.bottomP,Ee.bottomN,te.bottomP),Ee=te)}else{let Re=Ne/qe,ee=0;for(let Me=1;Me<Ne;Me++)te=this._buildBevelVert(O,ye,(k+Me)%pe,Me/(Ne-1),he),_.push(Ee.topN,Q.topP,te.topP),a===!1&&_.push(Q.bottomP,Ee.bottomN,te.bottomP),Ee=te,Me>(ee+1)*Re&&(ee++,Q=this._buildBevelVert(O,me,(re+ee)%Z,ee/(qe-1),he),_.push(ce.topN,Q.topP,Ee.topN),a===!1&&_.push(Q.bottomP,ce.bottomN,Ee.bottomN),ce=Q)}re=(re+qe)%Z,k=(k+Ne)%pe,F=(F+1)%H}while(F!==W)}if(a===!1&&this._depth>2*this._bevel&&this._buildWall(K,O,_),A){let oe=[];for(let me=_.length-1;me>=ve+2;me-=3){let ye=_[me-2],Z=_[me-1],pe=_[me-0];oe.push(pe,Z,ye)}_.splice(ve,_.length-ve,...oe)}if(A){let oe=[];for(let me=K[K.length-1].boundary.vertices.length-1;me>=1;me-=2){let ye=K[K.length-1].boundary.vertices[me-1],Z=K[K.length-1].boundary.vertices[me-0];oe.push(ye,Z)}b.push(oe)}if(!A){let oe,me=K[K.length-1];try{oe=Ag({windingRule:K.length>1?xn.POSITIVE:xn.ODD,elementType:sa.POLYGONS,vertexSize:2,strict:!0,contours:[me.insetPoints,...b]})}catch{oe=MH}if(!oe)throw new Error("Error generating geometry for surface");d.length===0&&this._bevel<o&&Object.assign(this,{useNgonForTopBottomFaceDuringBake:!0});for(let ye=0;ye<3*oe.elementCount;ye+=3){let Z=this._buildSurfaceVert(oe,oe.elements[ye+0],q),pe=this._buildSurfaceVert(oe,oe.elements[ye+1],q),H=this._buildSurfaceVert(oe,oe.elements[ye+2],q);_.push(Z.top,pe.top,H.top),a===!1&&_.push(H.bottom,pe.bottom,Z.bottom)}}this.vertexCache={}}this._buffer.shrink();let x=new It(Uint32Array.from(_),1),w=new It(this._buffer.positions,3),S=new It(this._buffer.normals,3),M=new It(this._buffer.uvs,2);w.needsUpdate=!0,S.needsUpdate=!0,M.needsUpdate=!0,x.needsUpdate=!0,this.setAttribute("position",w),this.setAttribute("normal",S),this.setAttribute("uv",M),this.setIndex(x)}_computeBufferEstimatedSize(e){return 2*e.vertexCount*(2+this._bevelSegments)}_buildWall(e,t,i){let r=e[0];for(let n=0,s=r.boundary.vertexCount;n<s;n++){let a=this._buildBevelVert(t,r,n),o=this._buildBevelVert(t,r,(n+1)%s);i.push(o.topP,a.topN,a.bottomN),i.push(o.topP,a.bottomN,o.bottomP)}}_buildSurfaceVert(e,t,i){let r=t.toString();if(r in this.vertexCache)return this.vertexCache[r];let n=e.vertices[2*t+0],s=e.vertices[2*t+1],a=(n-this._minX)/this._width,o=(s-this._minY)/this._height;this.forPathBevel&&(o=1);let l=this._buffer.get(this.forPathBevel?1:2),u=3*l,h=2*l,d={top:l+0,bottom:l+1};return this._buffer.positions[u+0]=n,this._buffer.positions[u+1]=s,this._buffer.positions[u+2]=this.forPathBevel?this._bevel:this._depth-i,this._buffer.normals[u+0]=0,this._buffer.normals[u+1]=0,this._buffer.normals[u+2]=1,this._buffer.uvs[h+0]=a,this._buffer.uvs[h+1]=o,this.forPathBevel===!1&&(this._buffer.positions[u+3]=n,this._buffer.positions[u+4]=s,this._buffer.positions[u+5]=i,this._buffer.normals[u+3]=0,this._buffer.normals[u+4]=0,this._buffer.normals[u+5]=-1,this._buffer.uvs[h+2]=a,this._buffer.uvs[h+3]=o),this.vertexCache[r]=d,d}_buildBevelVert(e,t,i,r=1,n){let s=`${t.bevelI}:${i}`;if(s in this.vertexCache&&n!==0&&n!==1&&(!n||n===this.vertexCache[s].pathBevelUCoord))return this.vertexCache[s];let a,o,l,u,[h,d]=t.boundary.vertexIndices[i];h!==d?(o=h,a=d,u=!1,l=e.continuous[o]&&e.continuous[a]):(a=h,o=(a-1+e.count)%e.count,u=e.concave[a]&&t.bevelI>0,l=e.continuous[a]||u);let c=Math.cos(t.angle),p=Math.sin(t.angle),m=2*i,f=2*a,g=2*o,v=t.boundary.vertices[m+0],y=t.boundary.vertices[m+1],_=(1-p)*this._bevel,b=(v-this._minX)/this._width,x=(y-this._minY)/this._height;this.forPathBevel&&(n!==void 0&&(b=n),x=1);let w=e.normals[f+0],S=e.normals[f+1],M=e.normals[g+0],T=e.normals[g+1];if(u){w+=(M-w)*(1-r),S+=(T-S)*(1-r);let D=Math.sqrt(w*w+S*S);w/=D,S/=D}let A=this.forPathBevel?this._buffer.get(l?1:2):this._buffer.get(l?2:4),E=3*A,R=2*A,N={i,fi:a,topP:A+0,topN:A+0,bottomP:A+1,bottomN:A+1,pathBevelUCoord:n};return this._buffer.positions[E+0]=v,this._buffer.positions[E+1]=y,this._buffer.positions[E+2]=(this.forPathBevel?this._bevel:this._depth)-_,this._buffer.normals[E+0]=w*c,this._buffer.normals[E+1]=S*c,this._buffer.normals[E+2]=p,this._buffer.uvs[R+0]=b,this._buffer.uvs[R+1]=x,this.forPathBevel===!1&&(this._buffer.positions[E+3]=v,this._buffer.positions[E+4]=y,this._buffer.positions[E+5]=_,this._buffer.normals[E+3]=w*c,this._buffer.normals[E+4]=S*c,this._buffer.normals[E+5]=-p,this._buffer.uvs[R+2]=x,this._buffer.uvs[R+3]=b),l||(this.forPathBevel?(A+=1,E+=3,R+=2):(A+=2,E+=6,R+=4),N.topP=A+0,N.bottomP=A+1,this._buffer.positions[E+0]=v,this._buffer.positions[E+1]=y,this._buffer.positions[E+2]=(this.forPathBevel?this._bevel:this._depth)-_,this._buffer.normals[E+0]=M*c,this._buffer.normals[E+1]=T*c,this._buffer.normals[E+2]=p,this._buffer.uvs[R+0]=b,this._buffer.uvs[R+1]=x,this.forPathBevel===!1&&(this._buffer.positions[E+3]=v,this._buffer.positions[E+4]=y,this._buffer.positions[E+5]=_,this._buffer.normals[E+3]=M*c,this._buffer.normals[E+4]=T*c,this._buffer.normals[E+5]=-p,this._buffer.uvs[R+2]=x,this._buffer.uvs[R+3]=b)),this.vertexCache[s]=N,N}clone(){let e=new cL(this._shape,this._depth,this._bevel,this._curveSegments,this._bevelSegmentsInput);return e.userData=v4(this.userData),e}}}),G_e=V(()=>{le(),_w(),Hr(),PX(),EH=class extends At{constructor(e,t=12,i={}){super(),this.type="ShapeGeometry",this.windingRule=xn.ODD,this.elementType=sa.POLYGONS,this.polySize=3,this.vertexSize=2,this.strict=!0,this._shape=e,this._curveSegments=t,this._triangulationOptions=Object.assign({windingRule:xn.ODD,elementType:sa.POLYGONS,polySize:3,vertexSize:2,strict:!0},i);let r,n,s,a=this._shape.extractShapePointsToFlatArray([],this._curveSegments),o=this._shape.shapeHoles.map(c=>c.extractShapePointsToFlatArray([],this._curveSegments)),l=!0,u=!0;for(let c=0,p=a.length/2;c<p;c++){let m=2*c,f=a[m+0],g=a[m+1];if(n!==void 0&&f!==n&&(l=!1),s!==void 0&&g!==s&&(u=!1),n=f,s=g,!l&&!u)break}if(!l&&!u)try{r=Ag({contours:[a,...o],windingRule:this._triangulationOptions.windingRule,elementType:this._triangulationOptions.elementType,polySize:this._triangulationOptions.polySize,vertexSize:this._triangulationOptions.vertexSize,strict:this._triangulationOptions.strict})}catch{r=dL}let h=r?.vertexCount??1,d=r?.elementCount??1;if(this._positionAttribute=new It(new Float32Array(3*h),3),this._normalAttribute=new It(new Float32Array(3*h),3),this._uvAttribute=new It(new Float32Array(2*h),2),this._indexAttribute=new It(new Uint32Array(3*d),1),r){let c=1/0,p=-1/0,m=1/0,f=-1/0;for(let y=0,_=h;y<_;y++){let b=2*y,x=r.vertices[b+0],w=r.vertices[b+1];x<c&&(c=x),x>p&&(p=x),w<m&&(m=w),w>f&&(f=w)}let g=p-c,v=f-m;for(let y=0,_=h;y<_;y++){let b=2*y,x=r.vertices[b+0],w=r.vertices[b+1],S=(x-c)/g,M=(w-m)/v;this._positionAttribute.setXYZ(y,x,w,0),this._normalAttribute.setXYZ(y,0,0,1),this._uvAttribute.setXY(y,S,M)}for(let y=0,_=d;y<_;y++){let b=3*y,x=r.elements[b+0],w=r.elements[b+1],S=r.elements[b+2];this._indexAttribute.setX(b+0,x),this._indexAttribute.setX(b+1,w),this._indexAttribute.setX(b+2,S)}}this.setAttribute("position",this._positionAttribute),this.setAttribute("normal",this._normalAttribute),this.setAttribute("uv",this._uvAttribute),this.setIndex(this._indexAttribute),this.setDrawRange(0,3*(r?.elementCount??1))}clone(){let e=new EH(this._shape,this._curveSegments);return e.userData=v4(this.userData),e}}}),dOe=V(()=>{_w(),Hr(),PX(),AH=class extends cL{constructor(e,t,i=0,r=12,n=3,s=xn.ODD){super(e,t,i,r,n,s),this.type="ShapeGeometry"}_computeBufferEstimatedSize(e){return 2*e.vertexCount*(2+this._bevelSegments)}_buildWall(e,t,i){let r=e[0];for(let n=0,s=r.boundary.vertexCount;n<s;n++){let a=this._buildBevelVert(t,r,n),o=this._buildBevelVert(t,r,(n+1)%s);i.push(o.topP,a.topN,a.bottomN),i.push(o.topP,a.bottomN,o.bottomP)}}clone(){let e=new AH(this._shape,this._depth,this._bevel,this._curveSegments,this._bevelSegmentsInput);return e.userData=v4(this.userData),e}}}),jg=V(()=>{Zg(),G_e(),dOe(),_w(),Qg=class{static create(e){return this.build(this.normalizeInputs(e))}static normalizeInputs(e,t){let i,r=Object.assign({},t?.parameters??{width:100,subdivisions:40,roundness:0,extrudeBevelSize:0,extrudeBevelSegments:3,windingRule:xn.ODD},e.parameters),n=Math.abs(r.width),s=Math.abs(r.height??r.width),a=Math.abs(r.depth??0),o=e.shape??t?.shape,l=o?.roundness??r.roundness;o!==void 0&&(o instanceof hs?(i=o,(i.width!==n||i.height!==s)&&i.applySize(n,s)):i=new hs(n,s).fromJSON(o),e.parameters?.roundness!==void 0&&e.parameters?.roundness>0&&i.update());let u=i??new hs(n,s);return{parameters:Object.assign(r,{width:n,height:s,depth:a,roundness:l}),shape:u}}static build(e){let t,{depth:i,extrudeBevelSize:r,extrudeBevelSegments:n,subdivisions:s,roundness:a,windingRule:o}=e.parameters;return e.shape.roundness=a,t=i<=0?new EH(e.shape,s,{windingRule:o}):new AH(e.shape,i,r,s,n,o),Object.assign(t,{userData:{...e,type:"VectorGeometry"}})}}});function cOe(e,t,i,r,n,s){if(r>=DX)return n>30||n%4==0?(function(h,d,c,p=0,m=0,f=0){let g=.5522847498,v=d*g,y=c*g;h.addPoint(u3(m-d,f,m-d,f-y,m-d,f+y)),h.addPoint(u3(m,f+c,m-v,f+c,m+v,f+c)),h.addPoint(u3(m+d,f,m+d,f+y,m+d,f-y)),h.addPoint(u3(m,f-c,m+v,f-c,m-v,f-c)),p>0&&H_e(h,d,c,p)}(e,t,i,s),Math.round(n/4)):Rte(e,r,n,t,i,s);let a={x:0,y:i},o=(r=Math.max(r,.001))+.5*Math.PI,l={x:Math.cos(o)*t,y:Math.sin(o)*i},u=function({px:h,py:d,cx:c,cy:p,rx:m,ry:f,largeArcFlag:g,sweepFlag:v}){let y=[];if(m===0||f===0)return[];let _=(h-c)/2,b=(d-p)/2;if(_===0&&b===0)return[];m=Math.abs(m),f=Math.abs(f);let x=Math.pow(_,2)/Math.pow(m,2)+Math.pow(b,2)/Math.pow(f,2);x>1&&(m*=Math.sqrt(x),f*=Math.sqrt(x));let w=function(N,D,O,z,U,G,j,K,q,ne){let ve=Math.pow(U,2),oe=Math.pow(G,2),me=Math.pow(j,2),ye=Math.pow(K,2),Z=ve*oe-ve*ye-oe*me;Z<0&&(Z=0),Z/=ve*ye+oe*me,Z=Math.sqrt(Z)*(q===ne?-1:1);let pe=Z*U/G*K,H=Z*-G/U*j,F=pe+(N+O)/2,X=H+(D+z)/2,re=(j-pe)/U,k=(K-H)/G,Q=(-j-pe)/U,te=(-K-H)/G,W=Mte(1,0,re,k),he=Mte(re,k,Q,te);return!ne&&he>0&&(he-=uI),ne&&he<0&&(he+=uI),{centerx:F,centery:X,ang1:W,ang2:he}}(h,d,c,p,m,f,_,b,g,v),{ang1:S,ang2:M}=w,{centerx:T,centery:A}=w,E=Math.abs(M)/(uI/4);Math.abs(1-E)<1e-7&&(E=1);let R=Math.max(Math.ceil(E),1);M/=R;for(let N=0;N<R;N++)y.push(sOe(S,M)),S+=M;return y.map(N=>{let{x:D,y:O}=PF(N[0],m,f,T,A),{x:z,y:U}=PF(N[1],m,f,T,A),{x:G,y:j}=PF(N[2],m,f,T,A);return{x1:D,y1:O,x2:z,y2:U,x:G,y:j}})}({px:a.x,py:a.y,cx:l.x,cy:l.y,rx:t,ry:i,largeArcFlag:r>Math.PI,sweepFlag:!0});return n>30||n%u.length===0?function(h,d,c,p,m,f,g,v){let y=Math.round(m/p.length);h.addPoint(Ax(d,c));for(let _=0,b=p.length;_<b;_++){let x=p[_],w=h.points[_],S=Ax(x.x,x.y);w.controls[1].position.set(x.x1,x.y1),S.controls[0].position.set(x.x2,x.y2),h.addPoint(S)}return v>0?j_e(h,f,g,v):h.addPoint(Ax(0,0)),y}(e,a.x,a.y,u,n,t,i,s):Rte(e,r,n,t,i,s)}function Rte(e,t,i,r,n,s){let a=-t/i;for(let o=0;o<=i;o++){let l=a*o,u=Math.sin(l)*r,h=Math.cos(l)*n;e.addPoint(Ax(u,h))}return t<DX?s>0?j_e(e,r,n,s):e.addPoint(Ax(0,0)):(e.removePoint(e.points[e.points.length-1]),s>0&&H_e(e,r,n,s)),1}function Ax(e,t){return new vy(ht.generateUUID(),new J(e,t))}function u3(e,t,i,r,n,s){let a=Ax(e,t);return a.controls[0].position.set(i,r),a.controls[1].position.set(n,s),a}function j_e(e,t,i,r){W_e(e,t,i,r).forEach(n=>e.addPoint(n))}function H_e(e,t,i,r){let n=W_e(e,t,i,r),s=new hs;n.forEach(a=>s.addPoint(a)),s.isClosed=!0,e.shapeHoles.push(s)}function W_e(e,t,i,r){let n=r*t/100,s=n*(Math.abs(i)/Math.abs(t)),a=new J(n/t,s/i),o=e.points.map(l=>{let u=l.clone();return u.uuid=ht.generateUUID(),u}).reverse();return o.forEach(l=>{l.position.multiply(a);let u=l.controls[0].position.clone().multiply(a),h=l.controls[1].position.clone().multiply(a);l.controls[0].position.copy(h),l.controls[1].position.copy(u)}),o}var DX,O4,q_e,BF,$_e,pL=V(()=>{Zg(),F_e(),aOe(),jg(),le(),DX=2*Math.PI,O4=class{static create(e){return this.build(this.normalizeInputs(e))}static normalizeInputs(e,t){let i=Object.assign({},t?.parameters??{width:100,depth:0,spikes:64,angle:360,innerRadius:0,extrudeBevelSize:0,extrudeBevelSegments:1},e.parameters);return i.angle=ht.clamp(i.angle,0,360),{shape:e.shape&&e.shape instanceof hs?e.shape:new hs,parameters:Object.assign(i,{width:Math.abs(i.width),height:Math.abs(i.height??i.width),depth:Math.abs(i.depth??0)})}}static build(e){let t,{width:i,height:r,spikes:n,angle:s,innerRadius:a,depth:o,extrudeBevelSize:l,extrudeBevelSegments:u}=e.parameters,h=e.shape,d=cOe(h,.5*i,.5*r,s*Math.PI/180,n,a);return h.isClosed=!0,h.update(),s===0?(t=new At,t.setAttribute("position",new Et([],3))):t=Qg.create({shape:h,parameters:{subdivisions:d,depth:o,extrudeBevelSize:l,extrudeBevelSegments:u}}),Object.assign(t,{userData:{...e,type:"EllipseGeometry"}})}}}),Pte=V(()=>{le(),N_e(),q_e=class{static create(e){return this.build(this.normalizeInputs(e))}static normalizeInputs(e,t){let i=Object.assign({},t?.parameters??{width:100,detail:0,corner:0,cornerSides:4},e.parameters);return{parameters:Object.assign(i,{width:Math.abs(i.width),height:Math.abs(i.height??i.width),depth:Math.abs(i.depth??i.width)})}}static build(e){let{width:t,height:i,depth:r,detail:n,corner:s,cornerSides:a}=e.parameters,o=n===0&&s!==0?new BF(.5*t,s,a):new s7(.5*t,n),l=i/t,u=r/t;return(l!==1||u!==1)&&o.scale(1,l,u),Object.assign(o,{userData:{...e,type:"IcosahedronGeometry"}})}},BF=class extends hL{constructor(e=1,t=.2,i=4){let r=(1+Math.sqrt(5))/2,n="IcosahedronGeometry";super([-1,r,0,1,r,0,-1,-r,0,1,-r,0,0,-1,r,0,1,r,0,-1,-r,0,1,-r,r,0,-1,r,0,1,-r,0,-1,-r,0,1],[0,11,5,0,5,1,0,1,7,0,7,10,0,10,11,1,5,9,5,11,4,11,10,2,10,7,6,7,1,8,3,9,4,3,4,2,3,2,6,3,6,8,3,8,9,4,9,5,2,4,11,6,2,10,8,6,7,9,8,1],n,e,t,i),this.type=n}static fromJSON(e){return new BF(e.radius,e.corner,e.cornerSides)}}}),Dte=V(()=>{le(),$_e=class{static create(e){return this.build(this.normalizeInputs(e))}static normalizeInputs(e,t){(e.parameters?.points??[]).forEach(r=>{Array.isArray(r)&&(r.x=r[0],r.y=r[1])});let i=Object.assign({},t?.parameters??{width:100,segments:64,verticalSegments:64,points:[{x:0,y:-50,id:0},{x:50,y:-50,id:1},{x:50,y:50,id:2},{x:0,y:50,id:3}]},e.parameters);return{parameters:Object.assign(i,{width:Math.abs(i.width),height:Math.abs(i.height??i.width),depth:Math.abs(i.depth??i.width)})}}static build(e){let{points:t,segments:i,verticalSegments:r}=e.parameters,n=new XE;n.moveTo(t[0].x,t[0].y),n.bezierCurveTo(t[1].x,t[1].y,t[2].x,t[2].y,t[3].x,t[3].y);let s=new a7(n.extractPoints(r).shape,i);return s.rotateZ(Math.PI),Object.assign(s,{userData:{...e,type:"LatheGeometry"}})}}});function W1(e,t){return Math.abs(t-e)/2+Math.min(e,t)}function pOe(e){let{positions:t,faces:i,materialIndices:r,uvs:n}=e,s=t.length/3,a=i.length/3,o=n!==null&&a>0,l=3*a,u=new Uint32Array(l),h=new Uint32Array(l),d=new Uint32Array(l),c=new Uint32Array(l),p=new Uint32Array(l),m=0,f=8;for(;f<2*l;)f*=2;let g=f-1,v=new Int32Array(f).fill(-1),y=(D,O)=>{let z=(Math.imul(D,2654435761)^O)&g;for(;;){let U=v[z];if(U===-1)return v[z]=m,u[m]=D,h[m]=O,m++;if(u[U]===D&&h[U]===O)return U;z=z+1&g}},_=(D,O)=>{let z=D<O?D:O,U=D<O?O:D,G=(Math.imul(z,2654435761)^U)&g;for(;;){let j=v[G];if(u[j]===z&&h[j]===U)return j;G=G+1&g}},b=new Uint32Array(s),x=new Float64Array(3*s),w=(D,O,z)=>{let U=D<O?y(D,O):y(O,D),G=++d[U];G===1?c[U]=z:G===2&&(p[U]=z),b[D]++,b[O]++,x[3*D]+=t[3*O],x[3*D+1]+=t[3*O+1],x[3*D+2]+=t[3*O+2],x[3*O]+=t[3*D],x[3*O+1]+=t[3*D+1],x[3*O+2]+=t[3*D+2]};for(let D=0;D<a;D++){let O=i[3*D],z=i[3*D+1],U=i[3*D+2];w(O,z,U),w(z,U,O),w(U,O,z)}let S=new Float64Array(3*m);for(let D=0;D<m;D++){let O=3*u[D],z=3*h[D];if(d[D]===2){let U=3*c[D],G=3*p[D];S[3*D]=.375*(t[O]+t[z])+.125*(t[U]+t[G]),S[3*D+1]=.375*(t[O+1]+t[z+1])+.125*(t[U+1]+t[G+1]),S[3*D+2]=.375*(t[O+2]+t[z+2])+.125*(t[U+2]+t[G+2])}else S[3*D]=.5*(t[O]+t[z]),S[3*D+1]=.5*(t[O+1]+t[z+1]),S[3*D+2]=.5*(t[O+2]+t[z+2])}let M,T=new Float64Array(3*s);for(let D=0;D<s;D++){let O=b[D];O===3?M=3/16:O>3&&(M=3/(8*O));let z=1-O*Number(M),U=Number(M);O===2&&(z=3/4,U=1/8),T[3*D]=t[3*D]*z+x[3*D]*U,T[3*D+1]=t[3*D+1]*z+x[3*D+1]*U,T[3*D+2]=t[3*D+2]*z+x[3*D+2]*U}let A=new Float64Array(3*(s+m));A.set(T),A.set(S,3*s);let E=new Uint32Array(12*a),R=new Array(4*a),N=o?new Float64Array(24*a):null;for(let D=0;D<a;D++){let O=i[3*D],z=i[3*D+1],U=i[3*D+2],G=_(O,z)+s,j=_(z,U)+s,K=_(U,O)+s,q=12*D;E[q++]=G,E[q++]=j,E[q++]=K,E[q++]=O,E[q++]=G,E[q++]=K,E[q++]=z,E[q++]=j,E[q++]=G,E[q++]=U,E[q++]=K,E[q++]=j;let ne=r[D];if(R[4*D]=ne,R[4*D+1]=ne,R[4*D+2]=ne,R[4*D+3]=ne,N!==null){let ve=6*D,oe=n[ve],me=n[ve+1],ye=n[ve+2],Z=n[ve+3],pe=n[ve+4],H=n[ve+5],F=W1(oe,ye),X=W1(me,Z),re=W1(ye,pe),k=W1(Z,H),Q=W1(oe,pe),te=W1(me,H),W=24*D;N[W++]=F,N[W++]=X,N[W++]=re,N[W++]=k,N[W++]=Q,N[W++]=te,N[W++]=oe,N[W++]=me,N[W++]=F,N[W++]=X,N[W++]=Q,N[W++]=te,N[W++]=ye,N[W++]=Z,N[W++]=re,N[W++]=k,N[W++]=F,N[W++]=X,N[W++]=pe,N[W++]=H,N[W++]=Q,N[W++]=te,N[W++]=re,N[W++]=k}}return{positions:A,faces:E,materialIndices:R,uvs:N}}var d3,X_e,ea,Y_e,NX,mOe=V(()=>{le(),d3=1e4,X_e=class{constructor(e=1){this.subdivisions=e}modify(e){let t=function(r){let n=r.getAttribute("position");if(n===void 0)return console.error("SubdivisionModifier: Position attribute required for subdivision."),{positions:new Float64Array(0),faces:new Uint32Array(0),materialIndices:[],uvs:null};let s=r.getAttribute("uv"),a=r.getIndex(),o=n.count,l=new Map,u=new Uint32Array(o),h=[],d=0;for(let y=0;y<o;y++){let _=n.getX(y),b=n.getY(y),x=n.getZ(y),w=Math.round(_*d3),S=Math.round(b*d3),M=Math.round(x*d3),T=l.get(w);T===void 0&&(T=new Map,l.set(w,T));let A=T.get(S);A===void 0&&(A=new Map,T.set(S,A));let E=A.get(M);E===void 0&&(E=d++,A.set(M,E),h.push(_,b,x)),u[y]=E}let c=[],p=[],m=s===void 0?null:[],f=a!==null?a.count:o,g=(y,_)=>{let b=a!==null?a.getX(y):y,x=a!==null?a.getX(y+1):y+1,w=a!==null?a.getX(y+2):y+2;if(!(b<o&&x<o&&w<o))return;let S=u[b],M=u[x],T=u[w];S===M||M===T||T===S||(c.push(S,M,T),p.push(_),m!==null&&m.push(s.getX(b),s.getY(b),s.getX(x),s.getY(x),s.getX(w),s.getY(w)))},v=r.groups;if(v.length>0)for(let y=0;y<v.length;y++){let _=v[y],b=_.materialIndex===void 0?0:_.materialIndex,x=Math.max(_.start,0),w=Math.min(_.start+_.count,f);for(let S=x;S<w&&S+2<f;S+=3)g(S,b)}else for(let y=0;y+2<f;y+=3)g(y,0);return{positions:Float64Array.from(h),faces:Uint32Array.from(c),materialIndices:p,uvs:m===null?null:Float64Array.from(m)}}(e),i=this.subdivisions;for(;i-- >0;)t=pOe(t);return function(r,n){let{positions:s,faces:a,materialIndices:o,uvs:l}=r,u=s.length/3,h=a.length/3,d=new Float64Array(3*u);for(let v=0;v<h;v++){let y=3*a[3*v],_=3*a[3*v+1],b=3*a[3*v+2],x=s[b]-s[_],w=s[b+1]-s[_+1],S=s[b+2]-s[_+2],M=s[y]-s[_],T=s[y+1]-s[_+1],A=s[y+2]-s[_+2],E=w*A-S*T,R=S*M-x*A,N=x*T-w*M;d[y]+=E,d[y+1]+=R,d[y+2]+=N,d[_]+=E,d[_+1]+=R,d[_+2]+=N,d[b]+=E,d[b+1]+=R,d[b+2]+=N}for(let v=0;v<u;v++){let y=d[3*v],_=d[3*v+1],b=d[3*v+2],x=Math.sqrt(y*y+_*_+b*b)||1;d[3*v]=y/x,d[3*v+1]=_/x,d[3*v+2]=b/x}let c=3*h,p=new Float32Array(3*c),m=new Float32Array(3*c),f=l!==null&&l.length>0?new Float32Array(2*c):null;for(let v=0;v<c;v++){let y=3*a[v];p[3*v]=s[y],p[3*v+1]=s[y+1],p[3*v+2]=s[y+2],m[3*v]=d[y],m[3*v+1]=d[y+1],m[3*v+2]=d[y+2]}f!==null&&f.set(l.subarray(0,2*c));let g=new At;g.setAttribute("position",new It(p,3)),c>0&&(g.setAttribute("normal",new It(m,3)),g.setAttribute("color",new It(new Float32Array(3*c).fill(1),3))),f!==null&&g.setAttribute("uv",new It(f,2));for(let v=0;v<h;){let y=o[v],_=v;do v++;while(v<h&&o[v]===y);g.addGroup(3*_,3*(v-_),y)}return n.boundingBox!==null&&(g.boundingBox=n.boundingBox.clone()),n.boundingSphere!==null&&(g.boundingSphere=n.boundingSphere.clone()),g}(t,e)}}}),Nte=V(()=>{le(),mOe(),ea=new P,Y_e=class{static create(e){return this.build(this.normalizeInputs(e))}static normalizeInputs(e,t){let i,r=e.geometry??t?.geometry??new At().copy(new Ph(100,100,100));t===void 0?(r.computeBoundingBox(),r.boundingBox.getSize(ea),i={width:ea.x,height:ea.y,depth:ea.z,subdivisions:0}):i=t.parameters;let n={...i,...e.parameters};return{parameters:{width:Math.abs(n.width),height:Math.abs(n.height),depth:Math.abs(n.depth),subdivisions:Math.abs(n.subdivisions)},geometry:r}}static build(e){let{width:t,height:i,depth:r,subdivisions:n}=e.parameters,s=e.geometry??new At().copy(new Ph(100,100,100)),a=s.userData.parameters;a===void 0?(s.boundingBox=function(l){let u=new mn,h=l.attributes.position;return h?(u.setFromBufferAttribute(h),u):(u.makeEmpty(),u)}(s),s.boundingBox.getSize(ea)):ea.set(a.width,a.height,a.depth),(t!==ea.x||i!==ea.y||r!==ea.z)&&s.scale(ea.x===0?1:t/ea.x,ea.y===0?1:i/ea.y,ea.z===0?1:r/ea.z);let o=s.originalGeometry;try{n>0?(o===void 0||a?.subdivisions!==n)&&(o===void 0&&(o=s),s=new X_e(n).modify(o)):(o!==void 0&&(s=o),o=void 0,s.getAttribute("normal")===void 0&&s.computeVertexNormals())}catch{o!==void 0&&(s=o),o=void 0,s.getAttribute("normal")===void 0&&s.computeVertexNormals()}return o!==void 0&&Object.assign(s,{originalGeometry:o}),delete e.geometry,Object.assign(s,{userData:{...e,type:"NonParametricGeometry"}})}static loadFromUrl(e,t,i){new z$(i).load(e,r=>{let n=this.normalizeInputs({geometry:r});r.boundingBox.getSize(ea);let s=100/ea.x;Object.assign(n.parameters,{width:100,height:ea.y*s,depth:ea.z*s}),t(this.build(n))})}}}),CH=V(()=>{Zg(),jg(),NX=class{static create(e){return this.build(this.normalizeInputs(e))}static normalizeInputs(e,t){let i=Object.assign({},t?.parameters??{width:100,depth:0,spikes:5,cornerRadius:0,extrudeBevelSize:0,extrudeBevelSegments:3},e.parameters);return{shape:e.shape&&e.shape instanceof hs?e.shape:new hs,parameters:Object.assign(i,{width:Math.abs(i.width),height:Math.abs(i.height??i.width),depth:Math.abs(i.depth??0)})}}static build(e){let{width:t,height:i,spikes:r,cornerRadius:n,depth:s,extrudeBevelSize:a,extrudeBevelSegments:o}=e.parameters,l=e.shape,u=.5*t,h=.5*i,d=2*Math.PI/r;for(let p=0;p<r;p++){let m=d*p,f=0+Math.sin(m)*u,g=0+Math.cos(m)*h;l.addPoint(l.createPoint(f,g))}l.isClosed=!0;for(let p=0,m=l.points.length;p<m;p++)l.points[p].roundness=n;l.roundness=n,l.update();let c=Qg.create({shape:l,parameters:{roundness:n,depth:s,extrudeBevelSize:a,extrudeBevelSegments:o}});return Object.assign(c,{userData:{...e,type:"PolygonGeometry"}})}}});function IS(e,t,i){i.x=e.x*t.x,i.y=e.y,i.z=e.x*t.y}function UF(e,t,i,r,n,s){let a=Z_e.copy(t).sub(e),o=Q_e.copy(i).sub(e),l=a.angleTo(o);if(a.normalize(),o.normalize(),r===n){let u=a.add(o).normalize();s.copy(e).addScaledVector(u,r/Math.sin(l/2))}else{let u=a.angleTo(o);s.copy(e),s.addScaledVector(a,n/Math.sin(u)),s.addScaledVector(o,r/Math.sin(u))}}function fOe(e,t,i){let r=e.clone().sub(t),n=i.clone().sub(t);return r.projectOnVector(n),r.add(t)}var K_e,Z_e,Q_e,Ite,L4,J_e,ebe,tbe,Ote,IX,ibe,rbe,nbe,sbe,Lte=V(()=>{le(),K_e=class{static create(e){return this.build(this.normalizeInputs(e))}static normalizeInputs(e,t){let i=Object.assign({},t?.parameters??{width:100,radialSegments:4,heightSegments:1,cornerRadius:0,cornerSegments:8,openEnded:!1},e.parameters);return{parameters:Object.assign(i,{width:Math.abs(i.width),height:Math.abs(i.height??i.width),depth:Math.abs(i.depth??i.width)})}}static build(e){let{width:t,height:i,depth:r,radialSegments:n,heightSegments:s,openEnded:a,cornerRadius:o,cornerSegments:l}=e.parameters,u=new Ite(.5*t,i,n,s,a,o,l),h=r/t;return h!==1&&u.scale(1,1,h),Object.assign(u,{userData:{...e,type:"PyramidGeometry"}})}},Z_e=new P,Q_e=new P,Ite=class extends At{constructor(e=.5,t=1,i=4,r=1,n=!1,s=0,a=4){super(),i=Math.floor(Math.max(3,i)),r=Math.floor(r),a=Math.floor(a);let o,l=[],u=[],h=[],d=[],c=0,p=t/2,m=Math.PI/i,f=e*Math.cos(Math.PI/i),g=2*Math.PI/i,v=(i-2)*Math.PI/i,y=Math.PI-v,_=new P(0,-p,0),b=new P(0,p,0),x=new J(e,-p),w=new J(f,-p),S=new J(0,b.y).sub(w),M=new J(0,b.y).sub(x),T=new J(S.y,-S.x).normalize(),A=new J(M.y,-M.x).normalize(),E=e*Math.cos(Math.PI/i)*Math.tan((Math.PI-S.angle())/2)-1e-8;s=Math.min(s,E);{let G=new P(T.x,T.y,0),j=new P(Math.cos(g)*G.x,G.y,Math.sin(g)*G.x);o=G.angleTo(j)}let R=s/Math.tan((Math.PI-S.angle())/2),N=s/Math.tan((Math.PI-o)/2),D=new P;if(!n){u.push(_.x,_.y,_.z),h.push(0,-1,0),d.push(0,0);let G=c++,j=[],K=x.clone(),q=R/Math.cos(Math.PI/i);K.x-=q;for(let ne=0;ne<i;ne++){let ve=ne/i*Math.PI*2+m;IS(K,new J(Math.sin(ve),Math.cos(ve)),D),u.push(D.x,D.y,D.z),h.push(0,-1,0),d.push(0,0),j.push(c++)}for(let ne=0;ne<j.length;ne++)l.push(j[ne],G,j[(ne+1)%j.length])}let O=[];{let G=new P,j=new P,K=new P,q=new P,ne=new P,ve=new P;for(let oe=0;oe<i;oe++){let me=oe/i*Math.PI*2+m,ye=(oe+.5)/i*Math.PI*2+m,Z=(oe+1)/i*Math.PI*2+m,pe=new J(Math.sin(me),Math.cos(me)),H=new J(Math.sin(ye),Math.cos(ye)),F=new J(Math.sin(Z),Math.cos(Z));IS(x,pe,j),IS(x,F,K),IS(T,H,G),UF(b,j,K,N,N,q),u.push(q.x,q.y,q.z),UF(j,b,K,N,R,ne),u.push(ne.x,ne.y,ne.z),UF(K,j,b,R,N,ve),u.push(ve.x,ve.y,ve.z),h.push(G.x,G.y,G.z),h.push(G.x,G.y,G.z),h.push(G.x,G.y,G.z),d.push(0,0),d.push(0,0),d.push(0,0);let X=c++,re=c++,k=c++;if(l.push(X,re,k),s>0){{let W=j.clone().add(K).multiplyScalar(.5),he=b.clone().sub(W).normalize(),ce=_.clone().sub(W).normalize().add(he).normalize().multiplyScalar(-1);z(W,ve.clone().sub(ne),ce,S.angle())}let Q,te;{let W=new P;IS(A,F,W);let he=ve.clone().add(q).multiplyScalar(.5);he=fOe(he,K,b);let ce=ve.clone().sub(q);[Q,te]=z(he,ce,W,o,q.y)}{let W=Q,he=W.clone().setY(0).normalize(),ce=new P(0,-1,0),Ee=he.clone().cross(ce);U(W,he,ce,Ee)}O.concat(te);{let W=S.angle(),he=Math.PI-W,ce=b.clone();ce.y-=s/Math.sin(W-Math.PI/2);let Ee=new P,Se=[];for(let Ne=0;Ne<a;Ne++){let He=[],Re=Math.PI/2-he*Ne/a,ee=Math.cos(Re),Me=Math.sin(Re),We=ye;for(let dt=0;dt<=Ne;dt++){let et=Math.cos(We),Xt=Math.sin(We);G.x=ee*Xt,G.y=Me,G.z=ee*et,Ee.copy(ce).addScaledVector(G,s),u.push(Ee.x,Ee.y,Ee.z),h.push(G.x,G.y,G.z),d.push(0,0),He.push(c++),We+=2*Math.PI/Ne/i}Se.push(He)}te.reverse(),Se.push(te);let qe=Se.length-1;for(let Ne=0;Ne<qe;Ne++){let He=Se[Ne],Re=Se[Ne+1],ee=He.length-1;l.push(Re[1],He[0],Re[0]);for(let Me=1;Me<=ee;Me++)l.push(He[Me],He[Me-1],Re[Me]),l.push(Re[Me+1],He[Me],Re[Me])}}}}}function z(G,j,K,q,ne){let ve=-q/2,oe=(Math.PI-q)/2,me=j.clone().normalize().cross(K);G.addScaledVector(K,-s/Math.sin(oe));let ye=new P,Z=new P,pe=c,H=[];for(let F=0;F<=a;F++){let X=ve+F/a*q;Z.set(0,0,0),Z.addScaledVector(me,Math.sin(X)),Z.addScaledVector(K,Math.cos(X));for(let re=0;re<=1;re++){let k=re/1-.5;if(ye.copy(G),ye.addScaledVector(j,k),ye.addScaledVector(Z,s),ne!=null){let Q=Math.max(0,ye.y-ne);ye.addScaledVector(j,-Q/j.y)}u.push(ye.x,ye.y,ye.z),h.push(Z.x,Z.y,Z.z),d.push(0,0),re===0&&H.push(c),c++}}for(let F=0;F<a;F++)for(let X=0;X<1;X++){let re=pe+X+2*F,k=re+2,Q=k+1,te=re+1;l.push(re,k,te),l.push(k,Q,te)}return[G.clone().addScaledVector(j,.5),H]}function U(G,j,K,q){let ne=Math.PI/2,ve=M.angle()-ne,oe=[],me=new P,ye=new P;for(let pe=0;pe<=a;pe++){let H=[],F=pe/a;for(let X=0;X<=pe;X++){let re=((pe?X/pe:0)-.5)*y,k=Math.cos(re),Q=Math.sin(re),te=(ne+Math.atan(Math.tan(ve)*k))*F,W=Math.cos(te),he=Math.sin(te);me.set(0,0,0),me.addScaledVector(j,he*k),me.addScaledVector(K,W),me.addScaledVector(q,he*Q),ye.copy(G).addScaledVector(me,s),u.push(ye.x,ye.y,ye.z),h.push(me.x,me.y,me.z),d.push(0,0),H.push(c++)}oe.push(H)}let Z=oe.length-1;for(let pe=0;pe<Z;pe++){let H=oe[pe],F=oe[pe+1],X=H.length-1;l.push(H[0],F[1],F[0]);for(let re=1;re<=X;re++)l.push(H[re-1],H[re],F[re]),l.push(H[re],F[re+1],F[re])}}this.setIndex(l),this.setAttribute("position",new Et(u,3)),this.setAttribute("normal",new Et(h,3)),this.setAttribute("uv",new Et(d,2))}}}),mL=V(()=>{Zg(),jg(),L4=class{static create(e){return this.build(this.normalizeInputs(e))}static normalizeInputs(e,t){let i=Object.assign({},t?.parameters??{width:100,depth:0,cornerRadius:[0,0,0,0],cornerType:1,extrudeBevelSize:0,extrudeBevelSegments:1},e.parameters),r=Object.assign(t?.ui??{enabledIndieCorners:!1},e.ui);return{shape:e.shape&&e.shape instanceof hs?e.shape:new hs,parameters:Object.assign(i,{width:Math.abs(i.width),height:Math.abs(i.height??i.width),depth:Math.abs(i.depth??0)}),ui:r}}static build(e){let t=e.shape,{width:i,height:r,cornerRadius:n,cornerType:s,depth:a,extrudeBevelSize:o,extrudeBevelSegments:l}=e.parameters,u={x:.5*i,y:.5*r},h={x:-u.x,y:-u.y},d={x:u.x,y:u.y};function c(b,x,w){return x>i&&w>r?Math.min(b*i/x,b*r/w):x>i?b*i/x:w>r?b*r/w:b}let p=[];p[0]=n[0]===0?0:c(n[0],n[0]+n[3],n[0]+n[1]),p[1]=n[1]===0?0:c(n[1],n[1]+n[2],n[1]+n[0]),p[2]=n[2]===0?0:c(n[2],n[2]+n[1],n[2]+n[3]),p[3]=n[3]===0?0:c(n[3],n[3]+n[0],n[3]+n[2]);let m=h.x,f=d.x,g=d.y,v=h.y;t.addPoint(t.createPoint(m,g)),t.addPoint(t.createPoint(f,g)),t.addPoint(t.createPoint(f,v)),t.addPoint(t.createPoint(m,v)),t.isClosed=!0;let y=!0;for(let b=0,x=t.points.length;b<x;b++)t.points[b].roundness=p[b],b>0&&p[b]!==p[b-1]&&(y=!1);y&&(t.roundness=p[0]),t.useCubicForRoundedCorners=s!==1,t.update();let _=Qg.create({shape:t,parameters:{depth:a,extrudeBevelSize:o,extrudeBevelSegments:l}});return Object.assign(_,{userData:{...e,type:"RectangleGeometry"}})}}}),Bte=V(()=>{le(),J_e=class{static create(e){return this.build(this.normalizeInputs(e))}static normalizeInputs(e,t){let i=Object.assign({},t?.parameters??{width:100,widthSegments:64,heightSegments:64,phiStart:0,phiLength:2*Math.PI,thetaStart:0,thetaLength:180},e.parameters);return i.thetaLength=ht.clamp(i.thetaLength,0,180),{parameters:Object.assign(i,{width:Math.abs(i.width),height:Math.abs(i.height??i.width),depth:Math.abs(i.depth??i.width)})}}static build(e){let t,{width:i=100,height:r=i,depth:n=i,widthSegments:s=64,heightSegments:a=64,phiStart:o,phiLength:l,thetaStart:u,thetaLength:h}=e.parameters;return h===0?(t=new At,t.setAttribute("position",new Et([],3))):t=new Fm(.5*i,s,a,o,l,u,h*ht.DEG2RAD),t.scale(1,r/i,n/i),Object.assign(t,{userData:{...e,type:"SphereGeometry"}})}}}),Ute=V(()=>{le(),ebe=class{static create(e){return this.build(this.normalizeInputs(e))}static normalizeInputs(e,t){let i=Object.assign({},t?.parameters??{width:100,depth:0,widthSegments:8,heightSegments:8},e.parameters);return{parameters:Object.assign(i,{width:Math.abs(i.width),height:Math.abs(i.height??i.width),depth:0})}}static build(e){let{width:t=100,height:i=t,widthSegments:r=8,heightSegments:n=8}=e.parameters,s=new $c(t,i,r,n);return s.scale(1,1,1),Object.assign(s,{userData:{...e,type:"PlaneGeometry"}})}}}),Fte=V(()=>{le(),tbe=class{static create(e){return this.build(this.normalizeInputs(e))}static normalizeInputs(e,t){let i=Object.assign({},t?.parameters??{width:100,angle:90,cornerRadius:24,cornerSegments:8},e.parameters);return{parameters:Object.assign(i,{width:Math.abs(i.width),height:Math.abs(i.height??i.width),depth:Math.abs(i.depth??i.width)})}}static build(e){let{width:t,height:i,depth:r,angle:n,cornerRadius:s,cornerSegments:a}=e.parameters,o=new Ote(t,i,r,n,s,a);return Object.assign(o,{userData:{...e,type:"BackdropGeometry"}})}},Ote=class extends At{constructor(e=1,t=1,i=1,r=90,n=10,s=24){super(),this.type="BackdropGeometry";let a=[],o=[],l=[],u=.001;n==0&&(s=1),s=Math.max(1,Math.floor(s)),n=Math.min(n,100),r=Math.min(180-u,r),r*=Math.PI/180;let h=[],d=Math.PI/2,c=(ye=0,Z=0,pe=0)=>new P(ye,Z,pe),p=c(),m=c(),[f,g,v]=[t/2,e/2,i/2],y=-g,_=+g,[b,x,w]=[c(y,-f,+v),c(y,-f,-v),c(y,+f,-v)],S=(ye,Z=!1)=>Math.sin(ye-Math.PI/(+Z+1)),M=(ye,Z=!1)=>Math.cos(ye-Math.PI/(+Z+1));w.y=Math.sin(r)*t-f;let T=Math.cos(r)*t-v,A=b.z-u;r<=d?(w.z=Math.min(T,A),w.z==A&&(w.y-=(T-A)/Math.tan(d-r))):x.z=Math.min(x.z-T-v,b.z-u),p.subVectors(b,x),m.subVectors(w,x);let E=Math.min(p.length(),m.length())*n/100,R=E*Math.tan(r/2),N=E/Math.cos(r/2),D=p.clone().normalize().add(m.normalize()).setLength(N).add(x);p.set(0,S(r,!0),M(r,!0)),h.push([w,p.clone()]);let O=(Math.PI-r)/s;for(let ye=0;ye<=s;ye++){let Z=d+r+ye*O;p.set(0,Math.sin(Z)*R,Math.cos(Z)*R),p.add(D),m.set(0,S(Z),M(Z)),h.push([p.clone(),m.clone()])}h.push([b,c(0,1,0)]);let z=Math.sin(O/2)*R*2,U=h.length-1,G=h[0][0].distanceTo(h[1][0]),j=G+z*s+h[U-1][0].distanceTo(h[U][0]);h[0].push(1);for(let ye=0;ye<=s;ye++)h[ye+1].push(1-(G+ye*z)/j);h[U].push(0);let K,q,ne,[ve,oe,me]=h[0];for(let ye=1;ye<h.length;ye++)[K,q,ne]=h[ye],a.push(y,ve.y,ve.z,y,K.y,K.z,_,ve.y,ve.z,_,ve.y,ve.z,y,K.y,K.z,_,K.y,K.z),o.push(0,oe.y,oe.z,0,q.y,q.z,0,oe.y,oe.z,0,oe.y,oe.z,0,q.y,q.z,0,q.y,q.z),l.push(0,me,0,ne,1,me,1,me,0,ne,1,ne),[ve,oe,me]=[K,q,ne];this.setAttribute("position",new Et(a,3)),this.setAttribute("normal",new Et(o,3)),this.setAttribute("uv",new Et(l,2))}}}),RH=V(()=>{Zg(),jg(),IX=class{static create(e){return this.build(this.normalizeInputs(e))}static normalizeInputs(e,t){let i=Object.assign({},t?.parameters??{width:100,depth:0,innerRadiusPercent:38.19,spikes:5,cornerRadius:0,angle:360,extrudeBevelSize:0,extrudeBevelSegments:1},e.parameters);return{shape:e.shape&&e.shape instanceof hs?e.shape:new hs,parameters:Object.assign(i,{width:Math.abs(i.width),height:Math.abs(i.height??i.width),depth:Math.abs(i.depth??0)})}}static build(e){let{width:t,height:i,innerRadiusPercent:r,spikes:n,cornerRadius:s,angle:a,depth:o,extrudeBevelSize:l,extrudeBevelSegments:u}=e.parameters,h=e.shape,d=.5*t,c=.5*i,p=a*Math.PI/360/n,m=Math.PI/2*3*-1,f=d*r/100,g=c*r/100;if(n===3&&r===50){p=2*Math.PI/n;for(let y=0;y<n;y++){let _=p*y,b=0+Math.sin(_)*d,x=0+Math.cos(_)*c;h.addPoint(h.createPoint(b,x))}}else for(let y=0;y<n;y++){let _=0+Math.cos(m)*d,b=0+Math.sin(m)*c;h.addPoint(h.createPoint(_,b)),m+=p,_=0+Math.cos(m)*f,b=0+Math.sin(m)*g,h.addPoint(h.createPoint(_,b)),m+=p}h.isClosed=!0;for(let y=0,_=h.points.length;y<_;y++)h.points[y].roundness=s;h.roundness=s,h.update();let v=Qg.create({shape:h,parameters:{roundness:s,depth:o,extrudeBevelSize:l,extrudeBevelSegments:u}});return Object.assign(v,{userData:{...e,type:"StarGeometry"}})}}}),zte=V(()=>{le(),ibe=class{static create(e){return this.build(this.normalizeInputs(e))}static normalizeInputs(e,t){let i=Object.assign({},t?.parameters??{width:100,depth:0},e.parameters);return{parameters:Object.assign(i,{width:Math.abs(i.width),height:Math.abs(i.height??i.width),depth:Math.abs(i.depth??0)})}}static build(e){let{width:t,height:i}=e.parameters,r=new $c(t,i);return Object.assign(r,{userData:{...e,type:"TextFrameGeometry"}})}}}),kte=V(()=>{le(),hA(),rbe=class{static create(e){return this.build(this.normalizeInputs(e))}static normalizeInputs(e,t){let i=Object.assign({},t?.parameters??{width:100,radialSegments:32,tubularSegments:64,arc:360,cornerRadius:30,cornerSegments:8},e.parameters),r=Math.abs(i.width),n=Math.abs(i.height??i.width);i.shapeBlendNode&&(n=r);let s=Math.round(Math.abs(i.depth??.25*i.width));return{parameters:Object.assign(i,{width:r,height:n,depth:s})}}static build(e){let{width:t,height:i,depth:r,radialSegments:n,tubularSegments:s,arc:a,cornerRadius:o,cornerSegments:l}=e.parameters,u=function(h,d,c,p,m,f,g,v,y,_,b){[d,c]=[c,d],g=d/2;let x=ht.clamp(m/360,0,1);if(x===0){let w=new At;return w.setAttribute("position",new Et([],3)),w}return x===1&&(_=0),new fH(!0,h,d,c,p,x,f,g,0,y,_,b)}(t,i,r,.5*t,a,s,0,0,n,o,l);return u.scale(1,i/t,1),Object.assign(u,{userData:{...e,type:"TorusGeometry"}})}}}),Vte=V(()=>{le(),nbe=class{static create(e){return this.build(this.normalizeInputs(e))}static normalizeInputs(e,t){let i=Object.assign({},t?.parameters??{width:100,tubularSegments:64,radialSegments:32,p:2,q:3},e.parameters);return{parameters:Object.assign(i,{width:Math.abs(i.width),height:Math.abs(i.height??i.width),depth:Math.abs(i.depth??i.width),tube:i.tube??.125*i.width})}}static build(e){let{width:t,tube:i,tubularSegments:r,radialSegments:n,p:s,q:a}=e.parameters,o=.5*t;o!==i&&(o-=i);let l=new o7(o,i,r,n,s,a);return Object.assign(l,{userData:{...e,type:"TorusKnotGeometry"}})}}}),Gte=V(()=>{Zg(),jg(),sbe=class{static create(e){return this.build(this.normalizeInputs(e))}static normalizeInputs(e,t){let i=Object.assign({},t?.parameters??{width:100,depth:0,spikes:5,cornerRadius:0,extrudeBevelSize:0,extrudeBevelSegments:1,isRect:!1},e.parameters);return{shape:e.shape&&e.shape instanceof hs?e.shape:new hs,parameters:Object.assign(i,{width:Math.abs(i.width),height:Math.abs(i.height??i.width*(i.isRect?1:Math.sqrt(3)/2)),depth:Math.abs(i.depth??0)})}}static build(e){let{width:t=100,height:i,cornerRadius:r,depth:n,extrudeBevelSize:s,extrudeBevelSegments:a,isRect:o}=e.parameters,l=e.shape,u=.5*t,h=.5*i;o?(l.addPoint(l.createPoint(-u,h)),l.addPoint(l.createPoint(u,-h)),l.addPoint(l.createPoint(-u,-h))):(l.addPoint(l.createPoint(0,h)),l.addPoint(l.createPoint(u,-h)),l.addPoint(l.createPoint(-u,-h))),l.isClosed=!0;for(let c=0,p=l.points.length;c<p;c++)l.points[c].roundness=r;l.roundness=r,l.update();let d=Qg.create({shape:l,parameters:{roundness:r,depth:n,extrudeBevelSize:s,extrudeBevelSegments:a}});return Object.assign(d,{userData:{...e,type:"TriangleGeometry"}})}}}),gOe=V(()=>{}),vOe=V(()=>{le(),new Ha,new Ve,new fm,new P,new P,new P,new P});function jte(){let e=new At;return e.setAttribute("position",new It(new Float32Array([]),3)),e.setIndex(new It(new Uint16Array([]),1)),e}var Hte,PH,abe=V(()=>{Ja(),Ht(),_w(),le(),CA(),Zg(),jg(),Hte=jte().attributes,PH=class extends At{constructor(e,t){super(),this.isTextGeometry=!0,this.charWidths=[],this.charCoords=[],this.wrappedText=[],this.isLowResolution=!1,this.vectorShapes=[],Object.assign(this.attributes,Hte),this.userData={parameters:e,type:"TextGeometry"};let i=t.getFont(e.font);i?.isLoaded?(this.font=i,this.update(e,t)):this.updateFont(e.font,t).then(()=>{this.update(e,t),t?.requestRender()})}async updateFont(e,t){let i=t.getFont(e);i&&(this.font=i,await i.loadingPromise)}update(e,t){let i=this.font;if(this.userData={parameters:e,type:"TextGeometry"},!i?.isLoaded)return void console.warn("Cannot update text because its font is not loaded");let{width:r,height:n,depth:s,extrudeBevelSize:a,extrudeBevelSegments:o,text:l,textTransform:u}=e,h=Eo.getDisplayedValue(l),d=function(b,x,w,S){let M=typeof b.width=="string"?Number(S.getVariable(b.width)):b.width,T=[""],A="";for(let E of w)A+=E,E===" "||E===`
4168
4168
  `?(T[T.length-1]+=A,A="",E===`
4169
- `&&T.push("")):x.getTextWidth(T[T.length-1]+A,b)>M&&(T[T.length-1].length&&T.push(""),x.getTextWidth(T[T.length-1]+A,b)>M&&(A.length===1?(T[T.length-1]+=A,A=""):(T[T.length-1]+=A.slice(0,-1),A=A[A.length-1],T.push(""))));return T[T.length-1]+=A,T}(e,i,u===2?h.toUpperCase():u===3?h.toLowerCase():h,t),{shapes:c,charWidths:p,charCoords:m}=i.generateShapes(d,e,t),f=.5*(typeof r=="number"?r:Number(t.getVariable(r))),g=.5*(typeof n=="number"?n:Number(t.getVariable(n))),v=c.map(b=>new hs().fromShape(b,!0));this.vectorShapes=v;let y=v.map(b=>Qg.create({shape:b,parameters:{depth:s,extrudeBevelSegments:o,extrudeBevelSize:a,windingRule:s<=0?xn.NONZERO:xn.ODD,subdivisions:this.isLowResolution&&s>0?1:12}})),_=y.length?Zv(y):jte();_.translate(-f,g,0),this.dispose(),this.wrappedText=d,this.charCoords=m,this.charWidths=p,this.deleteAttribute("extrudeNormal"),Object.entries(_.attributes).forEach(([b,x])=>{this.setAttribute(b,x)}),this.setIndex(_.index),this.computeBoundingSphere()}clone(){let e=Ho(new At,PH.prototype);return e.copy(this),console.log("CloneGeometry",this,e),e}copy(e){return Object.entries(e.attributes).forEach(([t,i])=>{this.setAttribute(t,i)}),this.setIndex(e.index),this.userData={parameters:{...e.userData.parameters},type:"TextGeometry"},this}async setText(e,t){this.font&&await this.font.loadingPromise,await this.update({...this.userData.parameters,text:{textValue:e}},t)}get text(){return this.userData.parameters.text??""}}});function yOe(e){if(!DH)return Wte||(Wte=async function(){let t=e??"https://cdn.spline.design/@splinetool/runtime@2.0.19/build",i=import("./process.js"),[r,n]=await Promise.all([i,fetch(`${t}/process.wasm`).then(o=>o.arrayBuffer())]),s=r.default,a=await s({wasmBinary:n});obe(a),DH=!0}())}var obe,OX,DH,Wte,B4=V(()=>{OX=new Promise(e=>{obe=e}),DH=!1});function FF(e,t){if(Object.keys(e.morphAttributes).length>0||Object.keys(t.morphAttributes).length>0)return!1;let i=Object.keys(e.attributes),r=Object.keys(t.attributes);if(i.length!==r.length)return!1;for(let o of r){let l=e.attributes[o],u=t.attributes[o];if(l===void 0||l.isInterleavedBufferAttribute===!0||u.isInterleavedBufferAttribute===!0||l.itemSize!==u.itemSize||l.normalized!==u.normalized||l.array.constructor!==u.array.constructor||l.array.length!==u.array.length)return!1}let n=e.index,s=t.index;if(n===null!=(s===null))return!1;let a=!1;if(n!==null&&s!==null){if(n.array.length!==s.array.length)return!1;let o=n.array.constructor,l=s.array.constructor;if(o!==l){if(o!==Uint32Array||l!==Uint16Array)return!1;a=!0}}if(e.groups.length!==t.groups.length)return!1;for(let o=0;o<t.groups.length;o++){let l=e.groups[o],u=t.groups[o];if(l.start!==u.start||l.count!==u.count||l.materialIndex!==u.materialIndex)return!1}for(let o of r){let l=e.attributes[o],u=t.attributes[o];l.array.set(u.array),l.needsUpdate=!0}if(n!==null&&s!==null){if(a){let o=n.array,l=s.array;for(let u=0,h=l.length;u<h;u++){let d=l[u];o[u]=d===65535?4294967295:d}}else n.array.set(s.array);n.needsUpdate=!0}return e.drawRange.start=t.drawRange.start,e.drawRange.count=t.drawRange.count,e.userData=t.userData,e.boundingBox=null,e.boundingSphere=null,!0}function NH(e,t,i,r){let n,s,a,o=e.position.array,l=e.normal.array,u=lbe.makeScale(t,i,r).invert().elements;for(let h=0,d=o.length;h<d;h+=3)o[h]*=t,o[h+1]*=i,o[h+2]*=r,n=l[h],s=l[h+1],a=l[h+2],l[h]=u[0]*n+u[4]*s+u[8]*a,l[h+1]=u[1]*n+u[5]*s+u[9]*a,l[h+2]=u[2]*n+u[6]*s+u[10]*a;e.position.needsUpdate=!0,e.normal.needsUpdate=!0}var lbe,hbe=V(()=>{le(),lbe=new Ve});function ube(e){let t=Object.keys(e);return t.length===1&&t[0]==="subdivisions"}function LX(e,t){let i=t?t.count:e.count,r=0,n=1e4,s=new Map,a=new Uint32Array(i),o=[];for(let h=0;h<i;h++){let d=t?t.getX(h):h,c=e.getX(d),p=e.getY(d),m=e.getZ(d),f=Math.round(c*n),g=Math.round(p*n),v=Math.round(m*n),y=s.get(f);y===void 0&&(y=new Map,s.set(f,y));let _=y.get(g);_===void 0&&(_=new Map,y.set(g,_));let b=_.get(v);b===void 0&&(b=r++,_.set(v,b),o.push(c,p,m)),a[h]=b}let l=[],u=[];for(let h=0;h<a.length;h+=3)a[h]===a[h+1]||a[h]===a[h+2]||a[h+1]===a[h+2]||(l.push(a[h],a[h+1],a[h+2]),u.push(t?t.getX(h):h,t?t.getX(h+1):h+1,t?t.getX(h+2):h+2));return{positions:o,triIndices:l,triOriginals:u}}var OS,P0,ri,zF,kF,VF,ls,LS,c3,p3,m3,IH,dI,bw=V(()=>{le(),B4(),Ht(),U4(),hbe(),hA(),OS=new mn,P0=new P,OX.then(e=>{ri=e}),zF=new Float32Array([10,10,0,-10,10,0,-10,-10,0,10,-10,0]),kF=new Uint32Array([0,1,2,3]),VF=new Uint8Array([4]),ls=class extends At{constructor(e,t){super(),this.data=e,this.flatShading=t,this.subdivPointer=0,this.rebuild(),this.freeSubdivPointer()}mutateDirectlyScaleBaked(e,t){this.freeSubdivPointer();let i=this.data.scaleBaked.map(a=>typeof a=="number"?a:1),r=Og.div(t.map(a=>typeof a=="number"?a:0),i);if(r.every(a=>a===1))return;this.subdividedGeometry&&NH(this.subdividedGeometry.attributes,...r),this.originalGeometry&&NH(this.originalGeometry.attributes,...r),this.data=e;let n=this.userData.parameters;this.userData.parameters={width:n.width*r[0],height:n.height*r[1],depth:n.depth*r[2]},this.originalGeometry.boundingSphere.center.multiply(P0.fromArray(r));let s=P0.set(n.width,n.height,n.depth).length();this.originalGeometry.boundingSphere.radius=s/2}ensureSubdivPointer(){return this.subdivPointer===0&&this.rebuild(),this.subdivPointer}mutateDirectlySubdivisions(e){this.freeSubdivPointer(),this.data=e;let t=e.phongAngle??35;this.flatShading&&(t=-1);let i=null;if(e.subdivisions>0){let n=0;try{n=ls.allocate(e),i=ls.buildRefined(n,e.subdivisions,t)}catch(s){console.error(s,e)}finally{n&&ls.freeSubdivPointer(n)}}this.subdividedGeometry?.dispose(),this.subdividedGeometry=i??void 0,this.subdividedGeometry&&(this.subdividedGeometry.boundingSphere=this.originalGeometry.boundingSphere);let r=this.userData.parameters;Object.assign(this,this.subdividedGeometry??this.originalGeometry),this.userData.parameters=r}rebuild(){let e,t,i;try{({originalGeometry:e,subdividedGeometry:t,subdivPointer:i}=ls.build(this.data,void 0,!this.flatShading,void 0))}catch{e=new Ph(100,100,100),i=0}this.subdivPointer=i,this.originalGeometry=e,this.subdividedGeometry=t??void 0;let r=this.subdividedGeometry??this.originalGeometry;Object.assign(this,r),this.calcBoundingBox()}freeSubdivPointer(){this.subdivPointer&&(ls.freeSubdivPointer(this.subdivPointer),this.subdivPointer=0)}dispose(){super.dispose(),this.freeSubdivPointer()}calcBoundingBox(){let e=this.originalGeometry;e.boundingSphere===null&&(e.boundingSphere=new Ha,this.subdividedGeometry&&(this.subdividedGeometry.boundingSphere=e.boundingSphere));let t=e.attributes.position,i=e.boundingSphere.center;OS.setFromBufferAttribute(t),OS.getCenter(i),e.boundingSphere.radius=i.distanceTo(OS.max),isNaN(e.boundingSphere.radius)&&console.error('THREE.BufferGeometry.computeBoundingSphere(): Computed radius is NaN. The "position" attribute is likely to have NaN values.',this),OS.getSize(P0);let r={width:P0.x,height:P0.y,depth:P0.z};return this.userData.parameters=r,r}static build(e,t,i,r){let n,s,a=e?.phongAngle??35;i===!1&&(a=-1),t&&(ri.free_bvh(t),ri.free_subdivision_surface(t));try{n=ls.allocate(e,r)}catch(l){console.error(l,e),n=ls.allocate({positionWASM:zF,indexWASM:kF,verticesPerFaceWASM:VF},r)}ri.set_destination_refinement_level(n,0);let o=ls.buildLevel(n,!0,a);return s=e.subdivisions>0?ls.buildRefined(n,e.subdivisions,a):null,{subdivPointer:n,originalGeometry:o,subdividedGeometry:s}}static buildRefined(e,t,i){try{return ri.set_destination_refinement_level(e,t),ls.buildLevel(e,!1,i)??null}catch{try{return ri.set_destination_refinement_level(e,t-1),ls.buildLevel(e,!1,i)??null}catch{return null}}}static primitiveToQuads(e,t,i){e.widthSegments>16&&(e.widthSegments=16),e.heightSegments>16&&(e.heightSegments=16),e.depthSegments>16&&(e.depthSegments=16),e.radialSegments>16&&(e.radialSegments=16),e.type==="DodecahedronGeometry"&&(e.detail=0);let r,n=e.shape!==void 0||e.path!==void 0?t.geometry:Cg(e,i,!1,t);r=u_e(e)?n.getClosedTorusIndicesForBooleanOrSubdiv():n.getIndex();let s,{positions:a,triIndices:o,triOriginals:l}=LX(n.getAttribute("position"),r);if(e.type==="CylinderGeometry"&&e.cornerRadius===0&&e.hollow===0&&e.openEnded===!1){let c=e.radialSegments*e.heightSegments*3*2;s=[c,c+3*e.radialSegments]}let{indices:u,verticesPerFace:h,uvs:d}=function(c,p,m,f,g){let v=[],y=[],_=g?m.getAttribute("uv"):void 0,b=_&&_.itemSize===2?[]:void 0,x=M=>{if(b){let T=g[M];b.push(_.getX(T),_.getY(T))}};if(m.userData.shape!==void 0&&m.userData.parameters.depth===0&&m.userData.shape.shapeHoles.length===0){let M=m.userData.shape.extractShapePointsToFlatArray([]),T=m.userData.parameters.spikes;if(m.userData.type==="EllipseGeometry"&&T<=24&&T%4==0&&m.userData.parameters.angle>=360){let R=M.length/2/T;M=M.filter((N,D)=>Math.floor(D/2)%R===0)}let A=0;for(let R=0;R<M.length;R+=2)A+=(M[R]-M[(R===0?M.length:R)-2])*(M[R+1]+M[(R===0?M.length:R)-1]);c.length=0;let E=0;if(A<0)for(let R=0;R<M.length;R+=2)c.push(M[R],M[R+1],0),v.push(E++);else for(let R=M.length-2;R>=0;R-=2)c.push(M[R],M[R+1],0),v.push(E++);return y.push(E),{indices:v,verticesPerFace:y}}let w=new Float32Array([m.userData.parameters.depth])[0],S=0;for(;S<p.length;){if(m.useNgonForTopBottomFaceDuringBake){let M=0;if((c[3*p[S]+2]===w||c[3*p[S]+2]===0)&&M++,(c[3*p[S+1]+2]===w||c[3*p[S+1]+2]===0)&&M++,(c[3*p[S+2]+2]===w||c[3*p[S+2]+2]===0)&&M++,M===3)break}if(p[S+1]===p[S+3]&&p[S+2]===p[S+5]||p[S+0]===p[S+3]&&p[S+2]===p[S+4]){LS.set(c[3*p[S]],c[3*p[S]+1],c[3*p[S]+2]),c3.set(c[3*p[S+1]],c[3*p[S+1]+1],c[3*p[S+1]+2]),p3.set(c[3*p[S+4]],c[3*p[S+4]+1],c[3*p[S+4]+2]),m3.set(c[3*p[S+5]],c[3*p[S+5]+1],c[3*p[S+5]+2]),c3.sub(LS).normalize(),p3.sub(LS).normalize(),m3.sub(LS).normalize();let M=c3.cross(p3).dot(m3),T=S;Math.abs(M)>.005||f&&f.some((A,E)=>E%2!=1&&T>=f[E]&&T<f[E+1])?(v.push(p[S],p[S+1],p[S+2]),x(S),x(S+1),x(S+2),y.push(3),S+=3):(v.push(p[S],p[S+1],p[S+4],p[S+5]),x(S),x(S+1),x(S+4),x(S+5),y.push(4),S+=6)}else v.push(p[S],p[S+1],p[S+2]),x(S),x(S+1),x(S+2),y.push(3),S+=3}if(m.useNgonForTopBottomFaceDuringBake){let M=[],T=[],A=0;for(let E=0,R=0;E<c.length;E+=3,R++)c[E+2]===0&&(M.push(R),A++),c[E+2]===w&&T.push(R);if(m.userData.parameters.extrudeBevelSize===0){let E=T[0];T[0]=T[1],T[1]=E}M.reverse(),v.push(...M,...T),y.push(A,A),b=void 0}return{indices:v,verticesPerFace:y,uvs:b}}(a,o,n,s,l);return{positions:a,indices:u,verticesPerFace:h,uvs:d}}static allocate(e,t){let i,r,n,s=[],a=[];e.positionWASM&&e.positionWASM.length>0?(i=e.positionWASM,r=e.indexWASM,n=e.verticesPerFaceWASM,ri.alloc_subdivision_surface_uvs&&e.uvWASM&&e.uvWASM.length===2*r.length&&(a=e.uvWASM)):(i=zF,r=kF,n=VF);let o,l=i.length,u=r.length,h=n.length,d=i.length+s.length+a.length,c=r.length+n.length,p=d*Float32Array.BYTES_PER_ELEMENT+c*Uint32Array.BYTES_PER_ELEMENT,m=d*Float32Array.BYTES_PER_ELEMENT,f=ri._malloc(p),g=new Float32Array(ri.HEAPF32.buffer,f,d),v=new Uint32Array(ri.HEAPU32.buffer,f+m,c);g.set(i,0),g.set(s,i.length),g.set(a,i.length+s.length),v.set(r,0),v.set(n,r.length),e?.scaleBaked?.some(b=>b!==1)&&(o=new Ve().makeScale(...e.scaleBaked.map(b=>typeof b=="number"?b:1))),t&&(o?o.premultiply(t):o=t);let y=f+(i.length+s.length)*Float32Array.BYTES_PER_ELEMENT,_=a.length?o?ri.alloc_subdivision_surface_uvs2(f,l,f+m,u,f+m+r.length*Uint32Array.BYTES_PER_ELEMENT,h,y,a.length,o.elements):ri.alloc_subdivision_surface_uvs(f,l,f+m,u,f+m+r.length*Uint32Array.BYTES_PER_ELEMENT,h,y,a.length):o?ri.alloc_subdivision_surface2(f,l,f+m,u,f+m+r.length*Uint32Array.BYTES_PER_ELEMENT,h,o.elements):ri.alloc_subdivision_surface(f,l,f+m,u,f+m+r.length*Uint32Array.BYTES_PER_ELEMENT,h);return ri._free(f),_}static buildLevel(e,t,i,r,n,s=!1){let a=n?ri.get_mesh_data2(e,t?ri.Level.CONTROL:ri.Level.REFINED,i,n.elements):ri.get_mesh_data(e,t?ri.Level.CONTROL:ri.Level.REFINED,i),o=ri.HEAPU32.subarray(a>>2,10+(a>>2)),l=o.subarray(4,8),u=0,h=ri.HEAPU32[o[u]>>2],d=ri.HEAPF32.subarray(h>>2,(h>>2)+l[u]);u++;let c=ri.HEAPU32[o[u]>>2],p=ri.HEAPF32.subarray(c>>2,(c>>2)+l[u]);u++;let m=ri.HEAPU32[o[u]>>2],f=ri.HEAPU32.subarray(m>>2,(m>>2)+l[u]);u++;let g,v=ri.HEAPU32[o[u]>>2],y=ri.HEAPU32.subarray(v>>2,(v>>2)+l[u]);if(u++,ri.alloc_subdivision_surface_uvs){let b=o[9];if(b>0){let x=ri.HEAPU32[o[8]>>2];g=ri.HEAPF32.subarray(x>>2,(x>>2)+b)}}if(r===void 0){let b=new At;if(b.setIndex(new Um(y,1)),b.setAttribute("position",new Et(d,3)),b.setAttribute("normal",new Et(p,3)),g&&b.setAttribute("uv",new Et(g,2)),t){b.setAttribute("faceMap",new Um(f,1));let x=new Float32Array(p.length/3*4).fill(0);b.setAttribute("color",new It(x,4))}return ri.free_mesh_data(a),b.userData.type="SubdivGeometry",b}if(r.getAttribute("position").copyArray(d),r.getAttribute("normal").copyArray(p),r.attributes.position.needsUpdate=!0,r.attributes.normal.needsUpdate=!0,s){let b=r.getIndex();b!==null&&b.array.length===y.length&&(b.copyArray(y),b.needsUpdate=!0)}let _=r.getAttribute("uv");g&&_&&_.array.length===g.length&&(_.copyArray(g),_.needsUpdate=!0),ri.free_mesh_data(a)}static freeSubdivPointer(e){ri.free_bvh(e),ri.free_subdivision_surface(e)}static buildControlCageWireframe(e,t,i){let r=ri.get_wireframe_data_for_base_level(e),n=ri.HEAPU32.subarray(r>>2,4+(r>>2)),s=n.subarray(2,4),a=0,o=ri.HEAPU32[n[a]>>2],l=ri.HEAPF32.subarray(o>>2,(o>>2)+s[a]);a++;let u=ri.HEAPU32[n[a]>>2],h=ri.HEAPU32.subarray(u>>2,(u>>2)+s[a]);if(t===void 0){let d=new At;d.setAttribute("position",new Et(l,3));let c=new Float32Array(l.length);for(let p=0,m=l.length;p<m;)c[p++]=i.r,c[p++]=i.g,c[p++]=i.b;return d.setAttribute("color",new It(c,3)),d.setIndex(new Um(h,1)),ri.free_wireframe_data_for_base_level(r),d}t.getAttribute("position").copyArray(l),t.attributes.position.needsUpdate=!0,ri.free_wireframe_data_for_base_level(r)}static updateCollabMesh(e,t,i){let r=t===0;r||ri.set_destination_refinement_level(e,t);let n=i?ri.get_topological_data2(e,r?ri.Level.CONTROL:ri.Level.REFINED,i.elements):ri.get_topological_data(e,r?ri.Level.CONTROL:ri.Level.REFINED),s=ri.HEAPU32.subarray(n>>2,8+(n>>2)),a=s.subarray(3,6),o=0,l=ri.HEAPU32[s[o]>>2],u=new Float32Array(ri.HEAPF32.subarray(l>>2,(l>>2)+a[o]));o++;let h=ri.HEAPU32[s[o]>>2],d=new Uint32Array(ri.HEAPU32.subarray(h>>2,(h>>2)+a[o]));o++;let c,p=ri.HEAPU32[s[o]>>2],m=new Uint8Array(ri.HEAPU32.subarray(p>>2,(p>>2)+a[o]));if(ri.alloc_subdivision_surface_uvs){let f=s[7];if(f>0){let g=ri.HEAPU32[s[6]>>2];c=new Float32Array(ri.HEAPF32.subarray(g>>2,(g>>2)+f))}}return ri.free_topological_data(n),{positions:u,indices:d,verticesPerFace:m,uvs:c}}},LS=new P,c3=new P,p3=new P,m3=new P}),dbe=V(()=>{pte(),mte(),uL(),fte(),pL(),hA(),Pte(),Dte(),Nte(),CH(),Lte(),mL(),Bte(),Ute(),Fte(),RH(),zte(),kte(),Vte(),Gte(),jg(),_r(),pte(),mte(),uL(),fte(),pL(),gOe(),hA(),Pte(),Dte(),Nte(),CH(),Lte(),mL(),Bte(),Ute(),Fte(),RH(),zte(),kte(),Vte(),Gte(),jg(),vOe(),G_e(),abe(),bw(),B4(),N4(),IH={ConeGeometry:R_e,CubeGeometry:P_e,CylinderGeometry:RX,DodecahedronGeometry:D_e,EllipseGeometry:O4,HelixGeometry:d_e,IcosahedronGeometry:q_e,LatheGeometry:$_e,NonParametricGeometry:Y_e,PolygonGeometry:NX,PyramidGeometry:K_e,RectangleGeometry:L4,SphereGeometry:J_e,PlaneGeometry:ebe,BackdropGeometry:tbe,StarGeometry:IX,TextFrameGeometry:ibe,TorusGeometry:rbe,TorusKnotGeometry:nbe,TriangleGeometry:sbe,VectorGeometry:Qg},dI=e=>{let t=IH[e.type]??e_e(e.type);if(t===void 0)throw new Error(`No geometry factory registered for "${e.type}" \u2014 was its feature compiled out of this runtime build?`);return t.create(e)}});function Cg(e,t,i,r){let n,s,a;e.type==="PathGeometry"?(s=JSON.parse(JSON.stringify(e)),a=[[],["extrusion"]]):(s={...e},a=[[]]);for(let u of a){let h=s;for(let d of u)h=h[d];for(n in h){let d=h[n];NJ(d)&&!cbe.includes(n)&&(h[n]=t.getVariable(d,[r.uuid,"geometry",...u,n]),NJ(h[n])&&(h[n]=1))}}let o,l={parameters:s,type:s.type};if(s.type==="PathGeometry")l.path=s.path;else if(s.type==="VectorGeometry"){let u=hs.createFromState(s.shape,s.width,s.height);l.shape=u}else if(s.type==="NonParametricGeometry"){if(s.data.groups&&s.data.groups?.forEach(u=>u.materialIndex=Math.max(u.materialIndex??0,0)),l.geometry=new z$().parse(s),l.geometry.groups.length===0){let u=l.geometry;u.addGroup(0,Math.max(u.getIndex()?.count??0,u.getAttribute("position").count),0)}}else{if(s.type==="SubdivGeometry"){let u=new ls(s,i);return u.data=e,u}if(s.type==="TextGeometry"||s.type==="InputGeometry"){let u=e_e(s.type);if(u)return u.create(s,t);Sa("text",`a ${s.type}`);let h=hs.createFromState(sA.defaultData(),100,100);return dI({...s,shape:h,type:"VectorGeometry"})}if(s.type==="UIGeometry")return L4.create({parameters:{width:s.width,height:s.height,cornerRadius:s.cornerRadius,cornerType:s.cornerType}})}try{o=dI(l)}catch(u){console.error(u),console.error(`Error generating geometry with inputs: ${l}`);let h=hs.createFromState(sA.defaultData(),100,100);l.shape=h,l.type="VectorGeometry",o=dI(l)}return o}var cbe,qte,OH,U4=V(()=>{Ht(),le(),dbe(),_r(),mL(),Zg(),bw(),cbe=["font"]}),_Oe=V(()=>{U4(),qte=class{constructor(){this.objects=new Map,this.unreachable=new Set}getCached(e){return this.objects.get(e)}get size(){return this.objects.size}get(e,t,i){let r=this.objects.get(e);return r===void 0?(r=this.createObject(e,t,i),this.objects.set(e,r)):r.isShared=!0,r}forceDelete(e){let t=this.objects.get(e);t&&(this.disposeObject(t),this.objects.delete(e))}adopt(e,t){this.objects.set(e,t)}mutateIfUnique(e,t){let i=this.objects.get(e);if(i&&i.isShared!==!0)return this.objects.delete(e),this.objects.set(t,i),i}startGc(){this.unreachable=new Set(this.objects.keys())}markAsReachable(e,t){t===this.objects.get(e)&&this.unreachable.delete(e)}endGc(){this.unreachable.forEach(e=>{this.disposeObject(this.objects.get(e)),this.objects.delete(e)}),this.unreachable.clear()}dispose(){this.objects.forEach(e=>{this.disposeObject(e)}),this.objects.clear()}},OH=class extends qte{constructor(e){super(),this.flatShading=e}disposeObject(e){e.dispose()}createObject(e,t,i){let r=Cg(e,t,this.flatShading,i);return r.computeBoundingSphere(),r}}});function fL(){return NA}function pbe(){if(NA==="webgpu"){if(BH!==void 0)return BH;FH||(FH=!0,console.warn('[spe] Material backend is "webgpu" but no TSL material factory is registered \u2014 import spe/src/renderer/webgpu before creating materials. Falling back to WebGL materials.'))}if(UH===void 0)throw new Error('[spe] Classic (WebGL) materials are not available in this build \u2014 it was compiled WebGPU-only. Re-export the scene with renderer "Both" or "WebGL 2", or load the full runtime.');return UH}function mbe(e,t){return pbe().createRootMaterial(e,t)}function $te(e,t,i){return pbe().createSharedMaterial(e,t,i)}function Xte(e){return e.getLayersOfType===void 0&&Object.assign(e,{layers:[],getLayersOfType:()=>[],hasAO:!1,assetsLoaded:()=>!0}),e}function LH(){return gbe}var NA,BH,UH,FH,zH,fbe,gbe,kH,vbe,qm=V(()=>{NA="webgl",FH=!1}),bOe=V(()=>{vbe={markNeedsUpdateRendererDirty:()=>{}}});function wd(e,t){let i=0;if(!e.layers||e.layers.length===0)return!1;let r=e.layers?.find(n=>n.data.type==="light");if(r){let n=r.data,s=Number(t.getVariable(n.alphaOverride));if((typeof n.alphaOverride=="string"?s/100:n.alphaOverride)<1)return!0}for(let n of e.layers){if(n.data.type!=="displace"&&n.data.isMask)return!0;if(n.data.type!=="displace"&&"alpha"in n.data&&n.data.type!=="light"&&n.data.type!=="fresnel"&&n.data.type!=="cavity"&&n.data.type!=="dust"&&n.data.type!=="texture"&&n.data.type!=="matcap"&&n.data.type!=="rainbow"&&n.data.type!=="outline"&&n.data.type!=="pattern"){let s=n.data.visible?n.data.alpha:0;if(typeof s=="string"&&(s=Math.max(0,Math.min(1,Number(t.getVariable(s)??100)/100))),s===1&&n.data.type==="depth"||n.data.type==="gradient"){for(let a of n.data.colors)if(a[3]<1){s=a[3];break}}else if(s===1&&n.data.type==="noise"){let a=t.color(n.data.colorA).a,o=t.color(n.data.colorB).a,l=t.color(n.data.colorC).a,u=t.color(n.data.colorD).a,h=Math.min(a,Math.min(o,Math.min(l,u)));h<1&&(s=h)}i+=(1-i)*s}}return i<1}var F4=V(()=>{});function zm(e){return typeof e=="string"||typeof e=="number"&&e!==0}var Ih,Lt,xw,BX,Yte,Kte,Rh,Ed=V(()=>{Ih=(e,t,i)=>Math.max(0,Math.min(1,Number(t.getVariable(typeof e=="number"?100*e:e,i)??100)/100))??1,Lt=(e,t,i)=>typeof e=="number"?e:t.getVariable(e,i),xw={noise:["noiseType"],texture:["projection","axis","projectionAxis","side"],video:["projection","axis","projectionAxis","side"],displace:["noiseType"],light:["roughnessMap","bumpMap","roughnessMapChannel","metalnessMap","metalnessMapChannel","normalMap","aoMap","aoMapChannel","emissiveMap"],depth:["smooth","isWorldSpace","gradientType","isVector"],pattern:["style","projection","axis"],reflection:["tracingMode","mirror"]},BX={depth:["colors"],gradient:["colors","steps"],toon:["colors","steps"]}}),ww=V(()=>{le(),DA(),Yte=class extends R4(hn){},Kte=e=>e.type==="Mesh",Rh=class extends Yte{constructor(e){super(),this.object=e,this.isClone=!0,this.matrixAutoUpdate=!1,this.hasNonUniformScale=e.hasNonUniformScale}raycast(e,t){}expand(){let e=0,t=this.object.entityChildren(e);for(;t;){let i=this.children[e];i?.object!==t&&(i&&this.remove(i),i=new Rh(t),this.add(i),this.children.splice(e,0,this.children.pop()),i.matrixWorldNeedsUpdate=!0,i.matrixAutoUpdate=!1,i.matrix=t.matrix,i.hiddenMatrix=t.hiddenMatrix,i.pivotMatrix=t.pivotMatrix),i.expand(),e+=1,t=this.object.entityChildren(e)}for(;this.children.length>e;)this.remove(this.children[e]);this.pivotMatrix=this.object.pivotMatrix}get visible(){let e=this.object.cloner;return(e===void 0||this.parent!==e||!e.instancingActive&&!e.insideBoolean)&&(this.playModeVisible!==void 0?this.playModeVisible:this.object.visible||this.object.dataPatched.visible&&this.object.dataPatched.cloner?.hideBase===!0)}set visible(e){}get castShadow(){return this.object.castShadow}set castShadow(e){}get receiveShadow(){return this.object.receiveShadow}set receiveShadow(e){}get isMesh(){return Kte(this.object)}get isLight(){return this.object.isLight}get layers(){return this.object.layers}set layers(e){}get isCamera(){return!1}get geometry(){if(this.object.geometry)return this.object.geometry}get material(){if(this.object.material)return this.object.material}get morphTargetInfluences(){if(this.object.morphTargetInfluences)return this.object.morphTargetInfluences}set morphTargetInfluences(e){}}});function Zte(){return UX}var UX,FX,zX=V(()=>{UX=null,FX=null});function VH(e){return"variable_"+e}var GF,jF,HF,Qte,WF,Jte,eie,gL,kX=V(()=>{Ht(),b_e(),M_e(),I4(),bu(),EX(),CX(),_Oe(),qm(),w_e(),bOe(),F4(),Ed(),xl(),ww(),Nr(),le(),zX(),_r(),GF=new Ve,jF=new P,HF=new Zt,Qte=new P,WF=new cn,Jte=class extends y_e{constructor(e){super(),this.shared=e}create(e){return new MX(e,this.shared)}},(gL=eie=class{constructor(e,t={},i=!0,r=!1){if(this.data=e,this.needsJitter=i,this.enableLocalStorageForPersistentVariables=r,this.geometryCache=new OH(!0),this.geometryCache2=new OH(!1),this.imageHolderCache=new Jte(this),this.thisContext={scene:vbe,shared:this},this.deletedImage=new Pc(iH.emptyImage,this),this.deletedVideo=new Pc($O.defaultVideo,this),this.materials={},this.images={},this.uiBuffers={},this.videos={},this.colors={},this.audios={},this.particles={},this.fonts={},this.variables={},this.userAPIs={},this.userWebhooks={},this.mouseProperty=null,this.raycastProperty=null,this.requestRender=()=>{this._requestRender&&this._requestRender()},this.transientGeometryKeys=new WeakSet,t.images)for(let[n,s]of Object.entries(t.images))this.addImage(n,s);if(t.videos)for(let[n,s]of Object.entries(t.videos))this.addVideo(n,s);if(t.audios)for(let[n,s]of Object.entries(t.audios))this.addAudio(n,s);if(t.particles)for(let[n,s]of Object.entries(t.particles))this.addParticle(n,s);this.reset(e)}get deletedMaterial(){return this._deletedMaterial??(this._deletedMaterial=$te(is.defaultTwoLayerData("phong"),this.thisContext,"")),this._deletedMaterial}setRequestRender(e){this._requestRender=e}getImageLoadPromises(){return Object.values(this.images).map(e=>e.loadPromise)}setEntityOpContext(e){this.entityOpContext=e}reset(e,t=!1,i=!1){this.data=e,this.resetLib(e.lib);for(let{id:r,data:n}of e.variables)this.addVariableHolder(r,n),t&&this.updateVariableHolder(r,n);for(let[r,n]of Object.entries(e.userAPIs??{}))this.addUserAPI(r,n);for(let[r,n]of Object.entries(e.userWebhooks??{}))this.addUserWebhook(r,n);if(!i){for(let[r,n]of Object.entries(e.images))this.addImage(r,n);for(let[r,n]of Object.entries(e.videos))this.addVideo(r,n)}for(let[r,n]of Object.entries(e.colors))this.addColor(r,n);for(let[r,n]of Object.entries(e.lib.materials))this.addMaterial(r,n.asset);for(let[r,n]of Object.entries(e.materials))this.addMaterial(r,n);for(let[r,n]of Object.entries(e.audios))this.addAudio(r,n);for(let[r,n]of Object.entries(e.particles))this.addParticle(r,n);for(let[r,n]of Object.entries(e.fonts))this.addFont(r,n)}addMaterial(e,t){if(t.layers===void 0&&(t={...t,layers:is.defaultTwoLayerData("phong").layers}),this.materials[e]){let i=this.materials[e];i.reset(t,this.thisContext),i.dispose()}else{let i=$te(t,this.thisContext,e);this.materials[e]=i}}deleteMaterial(e){this.materials[e]&&(this.materials[e].nodeMaterialDispose(),delete this.materials[e])}getMaterial(e){return this.materials[e]}getMaterialOrDeletedPlaceholder(e){return this.materials[e]??this.deletedMaterial}material(e){return typeof e=="string"?this.getMaterialOrDeletedPlaceholder(e):e==null?(console.error("material is undefined or null"),this.deletedMaterial):(e.layers===void 0&&(e={...e,layers:is.defaultTwoLayerData("phong").layers}),mbe(e,this.thisContext))}getMaterials(){return this.materials}addImage(e,t){return this.images[e]?(this.onColorOrImageUpdate&&this.onColorOrImageUpdate(),this.images[e].updateSrc(t.data),!0):(this.images[e]=new Pc(t,this),!1)}deleteImage(e){let t=this.images[e];t&&(t.dispose(),delete this.images[e])}getDefaultImage(){return this.images.image_0}getImage(e){return this.images[e]??this.deletedImage}image(e){return typeof e=="string"?this.getImage(e):this.imageHolderCache.load(e)}addUIBuffer(e,t){return this.uiBuffers[e]?(this.onColorOrImageUpdate&&this.onColorOrImageUpdate(),this.uiBuffers[e].updateSrc(t),!0):(this.uiBuffers[e]=new Pc(t,this),!1)}uiBuffer(e){return this.uiBuffers[e]}addVideo(e,t){return this.videos[e]?(this.videos[e].updateSrc(t.data),!0):(this.videos[e]=new Pc(t,this),!1)}deleteVideo(e){let t=this.videos[e];t&&(t.dispose(),delete this.videos[e])}getVideo(e){return this.videos[e]??this.deletedVideo}video(e){return typeof e=="string"?this.getVideo(e):this.imageHolderCache.load(e)}addColor(e,t){return this.colors[e]?(this.onColorOrImageUpdate&&this.onColorOrImageUpdate(),"a"in t?this.colors[e].setRGBA(t.r,t.g,t.b,t.a):this.colors[e].setRGBA(t.r,t.g,t.b,1),!0):(this.colors[e]=new cA(t.r,t.g,t.b,"a"in t?t.a:1),!1)}updateColor(e,t){if(this.colors[e]){this.onColorOrImageUpdate&&this.onColorOrImageUpdate();let i=this.colors[e];return this.colors[e].r=t.r??i.r,this.colors[e].g=t.g??i.g,this.colors[e].b=t.b??i.b,this.colors[e].a=t.a??i.a,!0}return!1}deleteColor(e){this.colors[e]&&delete this.colors[e]}getColor(e){return this.colors[e]}getColorNames(){return Object.values(this.data.colors).map(e=>e.name)}getColorByName(e){for(let t in this.data.colors)if(this.data.colors[t].name===e)return{color:this.colors[t],id:t}}color(e){let t;if(typeof e!="string")return new Fr(e.r,e.g,e.b,"a"in e?e.a:1);{let i=this.getColor(e);i?t=i:(console.warn("Tried to create color layer params with a color key that does not exist in the assets manager"),t=new Fr(0,0,0,0))}return t}addAudio(e,t){this.audios[e]=t}getAudio(e){let t=this.audios[e];if(t instanceof rx)return t;{let i=new rx({src:t.data});return this.audios[e]=i,i}}addParticle(e,t){this.particles[e]=t}getParticle(e){return this.particles[e]}deleteParticle(e){this.particles[e]&&delete this.particles[e]}deleteAudio(e){let t=this.audios[e];t&&(t instanceof rx&&t.dispose(),delete this.audios[e])}addFont(e,t){let i=AX;i!==null?(this.fonts[e]=new i(t),this.fonts[e].loadingPromise.then(()=>this.requestRender())):Sa("text","a font asset")}getFont(e){return this.fonts[e]}deleteFont(e){this.fonts[e]&&delete this.fonts[e]}dispose(){Object.keys(this.materials).forEach(e=>this.deleteMaterial(e)),this._requestRender=void 0,Object.values(this.audios).forEach(e=>{e instanceof rx&&e.dispose()}),this.audios={},this.particles={},this.geometryCache.dispose(),this.geometryCache2.dispose()}addVariableHolder(e,t){if(this.variables[e]===void 0){let i=t.value;if(this.enableLocalStorageForPersistentVariables&&t.persistent){let r=localStorage.getItem(VH(e));i=r!==null?JSON.parse(r):t.value}return this.variables[e]={value:i,locations:[],persistent:t.persistent},"dynamicVariableType"in t&&(this.variables[e].dynamicVariablePlayState="Playing",this.variables[e].dynamicVariableToggleIsForward=void 0),!0}return this.variables[e].value=t.value,!1}resetDynamicVariablePlayState(){for(let e in this.variables)this.variables[e].dynamicVariablePlayState!==void 0&&(this.variables[e].dynamicVariablePlayState="Playing",this.variables[e].dynamicVariableToggleIsForward=void 0)}updateVariableHolder(e,t){this.updateVariable(e,t.value)}updateVariable(e,t){if(this.variables[e]===void 0)return!1;this.variables[e].value=t,this.enableLocalStorageForPersistentVariables&&this.variables[e].persistent&&localStorage.setItem(VH(e),JSON.stringify(t));let i=t;for(;typeof i=="string";)i=this.variables[i].value;let r=this.entityOpContext.scene,n=!1;for(let s=this.variables[e].locations.length-1;s>=0;s--){let a=this.variables[e].locations[s];if(a[0]==="material"){let o=a[1],l=i,u={scene:r,shared:this},h=a.slice(2);r.traverseMaterial(c=>{let p=c.root??c;p.uuid===o&&p.onVariableUpdate(h,l,u)});let d=this.materials[o];d&&d.onVariableUpdate(h,l,u)}else{let o=r.find(a[0]);if(o===void 0){this.variables[e].locations.splice(s,1);continue}if(n=!0,a[1]!=="geometry"&&a[1]!=="particles"){for(let l=1;l<a.length-1;l++)o=o[a[l]];a[1]==="rotation"?o[a[a.length-1]]=i*ht.DEG2RAD:o[a[a.length-1]]=i}if(o=r.find(a[0]),o.type==="ParticleEmitter"&&o.updateVariableState(i,a),hr.is(o))if(a[1]==="position"||a[1]==="rotation"||a[1]==="scale")o.onVariableUpdate();else if(a[1]==="geometry"){let l=o;o.component&&(l=o.component);let u=l.dataPatched;l.chooseGeoemtryCache(this).forceDelete(u.geometry),l.createGeometryDelayed(this.entityOpContext),l.onVariableUpdate(!0),l.invalidateDownstreamBooleanData(),l.instances.forEach(h=>{let d=h.dataPatched;h.chooseGeoemtryCache(this).forceDelete(d.geometry),h.createGeometryDelayed(this.entityOpContext),h.onVariableUpdate(!0),h.invalidateDownstreamBooleanData()})}else a[1]==="morphTargetInfluences"&&o.updateMorphInfluences(a[2],i)}}return n&&r.markShadowsDirty(),this.requestRender(),!0}updateEntityGeometryParams(e,t){let i=e;if(i.component&&(i=i.component),typeof i.chooseGeoemtryCache!="function")return!1;let r=i.dataPatched,n=r?.geometry;if(!n||typeof n.type!="string"||n.type==="VectorGeometry"||n.type==="PathGeometry")return!1;let s=u=>u.toLowerCase().replace(/[\s_.-]+/g,""),a=new Map;for(let u of Object.keys(n))a.set(s(u),u);let o={};for(let[u,h]of Object.entries(t??{})){let d=a.get(s(u));if(d===void 0||d==="type"||d==="font"||d==="shape"||d==="path"||d==="data")continue;if(d==="text"){(typeof h=="string"||typeof h=="number")&&(o[d]={textValue:String(h)});continue}let c=n[d];typeof h=="number"&&isFinite(h)&&(typeof c=="number"||typeof c=="string")&&(o[d]=h)}if(Object.keys(o).length===0)return!1;let l={...n,...o};return i.dataPatched={...r,geometry:l},this.transientGeometryKeys.has(n)&&i.chooseGeoemtryCache(this).forceDelete(r.geometry),this.transientGeometryKeys.add(l),i.createGeometryDelayed(this.entityOpContext),i.onVariableUpdate(!0),i.invalidateDownstreamBooleanData(),this.entityOpContext.scene.markShadowsDirty(),this.requestRender(),!0}resetEntityGeometryParams(e){let t=e;if(t.component&&(t=t.component),typeof t.chooseGeoemtryCache!="function")return!1;let i=t.dataPatched?.geometry;return!(!i||!this.transientGeometryKeys.has(i)||(t.dataPatched=t.data,t.chooseGeoemtryCache(this).forceDelete(i),t.createGeometryDelayed(this.entityOpContext),t.onVariableUpdate(!0),t.invalidateDownstreamBooleanData(),this.entityOpContext.scene.markShadowsDirty(),this.requestRender(),0))}updateEntityGeometryVertices(e,t){let i=e;if(i.component&&(i=i.component),typeof i.chooseGeoemtryCache!="function")return!1;let r=i.dataPatched,n=r?.geometry;if(!n||n.type!=="NonParametricGeometry")return!1;let s=t?.vertices;if(s===void 0||typeof s.length!="number"||s.length<9||s.length%3!=0||s.length/3>eie.MAX_TRANSIENT_VERTICES)return!1;let a,o,l,u=s instanceof Float32Array?s:Float32Array.from(s),h=u.length/3;if(t.normals!==void 0){if(t.normals.length!==u.length)return!1;a=t.normals instanceof Float32Array?t.normals:Float32Array.from(t.normals)}if(t.uvs!==void 0){if(t.uvs.length!==2*h)return!1;o=t.uvs instanceof Float32Array?t.uvs:Float32Array.from(t.uvs)}if(t.indices!==void 0){let x=h>65535?Uint32Array.from(t.indices):Uint16Array.from(t.indices);if(x.length===0||x.length%3!=0)return!1;for(let w=0;w<x.length;w++)if(x[w]>=h)return!1;l={array:x,itemSize:1,type:x.constructor.name,normalized:!1}}else{let x=n.data,w=x?.index;if(w?.array?.length){if(h<(x?.attributes?.position?.array?.length??0)/3){let S=w.array;for(let M=0;M<S.length;M++)if(S[M]>=h)return!1}l=w}}let d=1/0,c=1/0,p=1/0,m=-1/0,f=-1/0,g=-1/0;for(let x=0;x<u.length;x+=3){let w=u[x],S=u[x+1],M=u[x+2];w<d&&(d=w),w>m&&(m=w),S<c&&(c=S),S>f&&(f=S),M<p&&(p=M),M>g&&(g=M)}let v=(x,w)=>({array:x,itemSize:w,type:"Float32Array",normalized:!1}),y={position:v(u,3)};a&&(y.normal=v(a,3)),o&&(y.uv=v(o,2));let _={...n,width:m-d,height:f-c,depth:g-p,data:{attributes:y,...l?{index:l}:{}}},b=this.transientGeometryKeys.has(n);return i.dataPatched={...r,geometry:_},this.transientGeometryKeys.add(_),i.applyTransientGeometryData(this.entityOpContext,b),i.onVariableUpdate(!0),i.invalidateDownstreamBooleanData(),this.entityOpContext.scene.markShadowsDirty(),this.requestRender(),!0}setEntityInstanceTransforms(e,t){let i=e;i.component&&(i=i.component);let r=i.cloner;if(r===void 0)return-1;let n=r.children,s=Math.PI/180,a=!1;if(t===null)for(let o of n)o.transformOverride!==void 0&&(o.transformOverride=void 0,a=!0);else{if(!Array.isArray(t))return n.length;{let o=Math.min(t.length,n.length);for(let l=0;l<o;l++){let u=t[l],h=n[l];if(u==null){h.transformOverride!==void 0&&(h.transformOverride=void 0,a=!0);continue}let d=h.transformOverride??{position:[h.position.x,h.position.y,h.position.z],rotation:[h.rotation.x,h.rotation.y,h.rotation.z],scale:[h.scale.x,h.scale.y,h.scale.z]};u.position&&(typeof u.position.x=="number"&&(d.position[0]=u.position.x),typeof u.position.y=="number"&&(d.position[1]=u.position.y),typeof u.position.z=="number"&&(d.position[2]=u.position.z)),u.rotation&&(typeof u.rotation.x=="number"&&(d.rotation[0]=u.rotation.x*s),typeof u.rotation.y=="number"&&(d.rotation[1]=u.rotation.y*s),typeof u.rotation.z=="number"&&(d.rotation[2]=u.rotation.z*s)),u.scale&&(typeof u.scale.x=="number"&&(d.scale[0]=u.scale.x),typeof u.scale.y=="number"&&(d.scale[1]=u.scale.y),typeof u.scale.z=="number"&&(d.scale[2]=u.scale.z)),h.transformOverride=d,h.position.fromArray(d.position),h.rotation.fromArray(d.rotation),h.scale.fromArray(d.scale),h.updateMatrix(),h.hasNonUniformScale&&(h.updateMatrixWorld(),h.updateMatrixWorldRigid())}}}return a?r.update(this.entityOpContext):r.syncInstanceMatrices(),r.invalidateTransform(i),this.entityOpContext.scene.markShadowsDirty(),this.requestRender(),n.length}spawnRuntimeClone(e,t={}){if(typeof e.entityChildren!="function")return;let i=e.parent;if(i===null)return;let r=new Rh(e);r.playModeVisible=t.visible!==!1,r.expand(),typeof t.name=="string"&&(r.name=t.name);let n=Math.PI/180;return r.position.copy(e.position),r.rotation.copy(e.rotation),r.scale.copy(e.scale),r.hiddenMatrix.copy(e.hiddenMatrix),t.position&&(typeof t.position.x=="number"&&(r.position.x=t.position.x),typeof t.position.y=="number"&&(r.position.y=t.position.y),typeof t.position.z=="number"&&(r.position.z=t.position.z)),t.rotation&&(typeof t.rotation.x=="number"&&(r.rotation.x=t.rotation.x*n),typeof t.rotation.y=="number"&&(r.rotation.y=t.rotation.y*n),typeof t.rotation.z=="number"&&(r.rotation.z=t.rotation.z*n)),t.scale&&(typeof t.scale.x=="number"&&(r.scale.x=t.scale.x),typeof t.scale.y=="number"&&(r.scale.y=t.scale.y),typeof t.scale.z=="number"&&(r.scale.z=t.scale.z)),r.updateMatrix(),i.add(r),r.updateWorldMatrix(!0,!0),this.entityOpContext.scene.markShadowsDirty(),this.requestRender(),r}destroyRuntimeClone(e){e.removeFromParent(),this.entityOpContext.scene.markShadowsDirty(),this.requestRender()}updateEntityMaterialParams(e,t){let i=e.material;if(!i)return!1;let r=[];for(let u of Array.isArray(i)?i:[i]){let h=u.root??u;h&&Array.isArray(h.layers)&&h.data&&!r.includes(h)&&r.push(h)}if(r.length===0)return!1;let n={scene:this.entityOpContext.scene,shared:this},s=u=>u.toLowerCase().replace(/[\s_.-]+/g,""),a=u=>{if(typeof u=="string"){let h=new Fr(1,1,1,1);try{h.set(u)}catch{return null}return{r:h.r,g:h.g,b:h.b,a:void 0}}if(u&&typeof u=="object"&&"r"in u){let h=u;if([h.r,h.g,h.b].some(c=>typeof c!="number"||!isFinite(c)))return null;let d=Math.max(h.r,h.g,h.b)>1?1/255:1;return{r:h.r*d,g:h.g*d,b:h.b*d,a:typeof h.a=="number"?Math.max(0,Math.min(h.a,1)):void 0}}return null},o=(u,h,d)=>{if(!u.hasValue(h))return!1;let c=u.getValue(h);if(!c||typeof c!="object"||!c.isColor)return!1;let p=d.a??(typeof c.a=="number"?c.a:1);return c instanceof cA?u.setValue(h,new Fr(d.r,d.g,d.b,p)):typeof c.setRGBA=="function"?c.setRGBA(d.r,d.g,d.b,p):c.setRGB(d.r,d.g,d.b),!0},l=!1;for(let u of r){let h=u.data.layers??[],d=c=>u.layers.find(p=>p.uuid===c);if(t.color!==void 0){let c=a(t.color),p=h.find(f=>f.data.type==="color"),m=p&&d(p.id);if(c&&m&&o(m,"color",c)&&(l=!0,c.a!==void 0)){let f=c.a<1||wd(u.data,this);u.setTransparent?u.setTransparent(f,n.scene):u.transparent=f}}typeof t.alpha=="number"&&isFinite(t.alpha)&&(u.onVariableUpdate?.(["alphaOverride"],Math.max(0,Math.min(t.alpha,100)),n),l=!0);for(let c of t.layers??[]){if(!c||typeof c!="object")continue;let p=typeof c.id=="string"?h.find(v=>v.id===c.id):typeof c.index=="number"?h[c.index]:typeof c.type=="string"?h.find(v=>v.data.type===c.type):void 0,m=p&&d(p.id);if(!p||!m)continue;let f=xw[p.data.type]??[],g=Object.keys(p.data);for(let[v,y]of Object.entries(c)){if(v==="id"||v==="index"||v==="type")continue;let _=g.find(x=>x===v)??g.find(x=>s(x)===s(v))??v;if(f.includes(_))continue;let b=a(y);if(b&&o(m,_,b))l=!0;else if(typeof y=="number"&&isFinite(y))u.onVariableUpdate?.(["layer",p.id,_],y,n),l=!0;else if(Array.isArray(y)&&y.length<=3&&y.every(x=>typeof x=="number"&&isFinite(x))){let x=["x","y","z"];y.forEach((w,S)=>{u.onVariableUpdate?.(["layer",p.id,_,x[S]],w,n)}),l=!0}}}}return l&&this.requestRender(),l}deleteVariable(e){this.variables[e]&&delete this.variables[e]}getVariable(e,t){if(Array.isArray(e)){if(e[0]==="mouse")return this.mouseProperty?.[e[1]]??0;if(e[0]==="raycast")return this.raycastProperty?.[e[1]]??0;let i=this.entityOpContext.scene.find(e[0]);if(e[1]==="width"||e[1]==="height"||e[1]==="depth")return i.geometry.userData.parameters[e[1]];if((e[1]==="position"||e[1]==="rotation")&&e.length>2&&i?.getPhysicsLocalMatrix?.(GF))return GF.decompose(jF,HF,Qte),e[1]==="position"?jF[e[2]]:(WF.setFromQuaternion(HF,i.rotation.order),WF[e[2]]*ht.RAD2DEG);for(let r=1;r<e.length;r++)i=i[e[r]];return e[1]==="rotation"&&(i*=ht.RAD2DEG),i}for(let i in this.variables){if(t===void 0)break;let r=this.variables[i],n=r.locations?.findIndex(s=>wa.equal(s,t));n!==void 0&&n!==-1&&r.locations.splice(n,1)}if(typeof e=="string"){let i=e,r=e;do{if(r=i,this.variables[i]===void 0)break;let n=this.variables[i].value;t&&this.variables[r]!==void 0&&this.variables[r].locations.push(t),i=n}while(typeof i=="string");return i}return e}getVariables(){return this.variables}getVariablesNames(){return this.data.variables.map(e=>e.data.name)}getVariableByName(e){for(let t of this.data.variables)if(t.data.name===e)return{variable:t.data,id:t.id}}getDynamicVariablePlayState(e){return this.variables[e]?.dynamicVariablePlayState}setDynamicVariablePlayState(e,t){this.variables[e]!==void 0&&(this.variables[e].dynamicVariablePlayState=t)}getDynamicVariableToggleIsForward(e){return this.variables[e]?.dynamicVariableToggleIsForward}setDynamicVariableToggleIsForward(e,t){this.variables[e]!==void 0&&(this.variables[e].dynamicVariableToggleIsForward=t)}resetLib(e){for(let[t,i]of Object.entries(e.images))this.addImage(t,i.asset);for(let[t,i]of Object.entries(e.audios))this.addAudio(t,i.asset);for(let[t,i]of Object.entries(e.particles))this.addParticle(t,i.asset);for(let[t,i]of Object.entries(e.colors))this.addColor(t,i.asset);for(let[t,i]of Object.entries(e.fonts))this.addFont(t,i.asset);for(let[t,i]of Object.entries(e.videos))this.addVideo(t,i.asset);for(let[t,i]of Object.entries(e.variables))this.addVariableHolder(t,i.asset)}updateLibByOp(e,t){e.path[0]==="images"?e.path.length===1&&e.type===1?this.addImage(e.id,e.data.asset):e.path.length===1&&e.type===2&&this.deleteImage(e.id):e.path[0]==="videos"?e.path.length===1&&e.type===1?this.addVideo(e.id,e.data.asset):e.path.length===1&&e.type===2&&this.deleteVideo(e.id):e.path[0]==="audios"?e.path.length===1&&e.type===1?this.addAudio(e.id,e.data.asset):e.path.length===1&&e.type===2&&this.deleteAudio(e.id):e.path[0]==="particles"?e.path.length===1&&e.type===1?this.addParticle(e.id,e.data.asset):e.path.length===1&&e.type===2&&this.deleteParticle(e.id):e.path[0]==="colors"?e.path.length===1&&e.type===1?this.addColor(e.id,e.data.asset):e.path.length===1&&e.type===2&&this.deleteColor(e.id):e.path[0]==="materials"?e.path.length===1&&e.type===1?this.addMaterial(e.id,e.data.asset):e.path.length===1&&e.type===2&&this.deleteMaterial(e.id):e.path[0]==="fonts"?e.path.length===1&&e.type===1?this.addFont(e.id,e.data.asset):e.path.length===1&&e.type===2&&this.deleteFont(e.id):e.path[0]==="variables"?e.path.length===1&&e.type===1?this.addVariableHolder(e.id,e.data.asset):e.path.length===1&&e.type===2&&this.deleteVariable(e.id):e.path[0]==="components"&&t.updateByLibOp(e,this)}updateByOp(e,t,i){if(this.data=t,e.path[0]==="images")e.path.length===2&&e.type===0?e.props.data&&this.getImage(e.path[1]).updateSrc(e.props.data):e.path.length===1&&e.type===1?this.addImage(e.id,e.data):e.path.length===1&&e.type===2&&this.deleteImage(e.id);else if(e.path[0]==="videos")e.path.length===2&&e.type===0?e.props.data&&this.getVideo(e.path[1]).updateSrc(e.props.data):e.path.length===1&&e.type===1?this.addVideo(e.id,e.data):e.path.length===1&&e.type===2&&this.deleteVideo(e.id);else if(e.path[0]==="audios")e.path.length===2&&e.type===0?e.props.data&&this.addAudio(e.path[1],t.audios[e.path[1]]):e.path.length===1&&e.type===1?this.addAudio(e.id,e.data):e.path.length===1&&e.type===2&&this.deleteAudio(e.id);else if(e.path[0]==="particles")e.path.length===2&&e.type===0?e.props.data&&this.addParticle(e.path[1],t.particles[e.path[1]]):e.path.length===1&&e.type===1?this.addParticle(e.id,e.data):e.path.length===1&&e.type===2&&this.deleteParticle(e.id);else if(e.path[0]==="colors")e.path.length===2&&e.type===0?this.updateColor(e.path[1],e.props):e.path.length===1&&e.type===1?this.addColor(e.id,e.data):e.path.length===1&&e.type===2&&this.deleteColor(e.id);else if(e.path[0]==="materials")e.path.length===1&&e.type===1?this.addMaterial(e.id,e.data):e.path.length===1&&e.type===2?this.deleteMaterial(e.id):e.path.length>1&&this.getMaterial(e.path[1]).updateByOp(qa.drop(e,2),t.materials[e.path[1]],{shared:this,scene:i});else if(e.path[0]==="fonts")e.path.length===2&&e.type===0?this.updateFont(e.path[1],e,i):e.path.length===1&&e.type===1?this.addFont(e.id,e.data):e.path.length===1&&e.type===2&&this.deleteFont(e.id);else if(e.path[0]==="variables")e.path.length===2&&e.type===0?"value"in e.props?this.updateVariable(e.path[1],e.props.value):"persistent"in e.props&&(this.variables[e.path[1]].persistent=e.props.persistent):e.path.length===1&&e.type===4?this.addVariableHolder(e.id,e.data):e.path.length===1&&e.type===5&&this.deleteVariable(e.id);else if(e.path[0]==="userAPIs"){if(e.path.length===1&&e.type===1)this.addUserAPI(e.id,e.data);else if(e.path.length===1&&e.type===2)this.deleteUserAPI(e.id);else if(typeof e.path[1]=="string"){let r=t.userAPIs[e.path[1]];if(r){let n=e.type===0&&e.props.debounce===void 0,s=this.getUserAPI(e.path[1]);s!==void 0&&s===this.openAIRealtime?s.update(r):s?.update(r,this,n)}}}else if(e.path[0]==="userWebhooks"){if(e.path.length===1&&e.type===1)this.addUserWebhook(e.id,e.data);else if(e.path.length===1&&e.type===2)this.deleteUserWebhook(e.id);else if(typeof e.path[1]=="string"){let r=t.userWebhooks[e.path[1]];r&&this.getUserWebhook(e.path[1])?.update(r)}}else e.path[0]==="lib"&&this.updateLibByOp(qa.drop(e,1),i)}updateFont(e,t,i){if(t.props.url){let r=this.getFont(e),n={...this.data.fonts[e],url:t.props.url};r.update(n),r.loadingPromise.then(()=>this.requestRender()),i.updateFont(e,this)}}addUserAPI(e,t){if(this.userAPIs[e])return this.userAPIs[e].update(t,this),!0;if(this.openAIRealtime?.id===e)return this.openAIRealtime.update(t),!0;if(t.integration?.type==="VoiceAssistant"){let i=FX;return i===null?(Sa("ai-assistant","a voice-assistant integration"),!1):(this.openAIRealtime=i(t,e,this),!1)}{let i=Zte();return i===null?(Sa("api-services","a user API integration"),!1):(this.userAPIs[e]=i.createUserAPI(e,t,this),!1)}}getUserAPI(e){return this.openAIRealtime?.id===e?this.openAIRealtime:this.userAPIs[e]}getUserAPIs(){return this.userAPIs}deleteUserAPI(e){let t=this.userAPIs[e];t&&(t.dispose(),delete this.userAPIs[e])}addUserWebhook(e,t){if(this.userWebhooks[e])return this.userWebhooks[e].update(t),!0;{let i=Zte();return i===null?(Sa("api-services","a user webhook"),!1):(this.userWebhooks[e]=i.createUserWebhook(e,t),!1)}}getUserWebhook(e){return this.userWebhooks[e]}getUserWebhooks(){return this.userWebhooks}deleteUserWebhook(e){let t=this.userWebhooks[e];t&&(t.dispose(),delete this.userWebhooks[e])}get scene(){return this.entityOpContext.scene}}).MAX_TRANSIENT_VERTICES=6e4,new gL(mu.emptyData())});function ybe(e){return lL(e)||e?.isTSLNodeMaterial===!0}var bl,qF,$F,XF,tie,YF,Fn,_be=V(()=>{TX()}),h1=V(()=>{Ht(),Pa(),qm(),_be(),Nr(),Ja(),bl=class extends Ss{setMaterialOverride(e,t){this.materialOverride=Xte(e),this.material!==this.shadowCatcherMaterial&&(this.disposeMaterial(),this.material=this.materialOverride,this.layers.set(0),this.syncShapeBlendNodeLayer(),t.scene.markNeedsUpdateRendererDirty())}updateByPatchedOp(e,t,i){if(super.updateByPatchedOp(e,t,i),Qr(e.path,["geometry"])&&this.syncShadowCatcher(i),function(r,n){let s=[];if(n.length!==r.length)return null;{let a=0;for(;a<r.length;){if(n[a]==="*")s.push(r[a]);else if(r[a]!==n[a])return null;a+=1}}return s}(e.path,["materials"])!==null&&e.type===0&&Array.isArray(this.material))for(let[r,n]of Object.entries(e.props)){let s=this.material[Number(r)],a=i.shared.material(n);a!==s&&bl.disposeOneMaterial(s),this.material[Number(r)]=a}else if(Qr(e.path,["material"])){let r=this.material;!Array.isArray(r)&&typeof r?.updateByOp=="function"&&"material"in t&&typeof t.material!="string"&&r.updateByOp(qa.drop(e,1),t.material,i)}else if(Qr(e.path,["materials","*"])&&Array.isArray(this.material)){let r=e.path[1];if("materials"in t&&r<this.material.length){let n=t.materials[r];typeof n!="string"&&this.material[r].updateByOp(qa.drop(e,2),n,i)}}}get needsAO(){return this.material!==void 0&&(Array.isArray(this.material)?this.material[0]:this.material).hasAO}syncShapeBlendNodeLayer(){this.dataPatched.type==="Mesh"&&this.dataPatched.geometry.shapeBlendNode?this.layers.set(9):512&this.layers.mask&&this.layers.set(0)}updateState(e,t){super.updateState(e,t),e.castShadow!==void 0&&(this.castShadow=e.castShadow),e.receiveShadow!==void 0&&(this.receiveShadow=e.receiveShadow);let i,r=this.dataPatched;this.syncShapeBlendNodeLayer(),this.dataPatched.type==="Mesh"&&this.dataPatched.geometry.type==="ShapeBlendGeometry"&&(i={resolutionLevel:Math.min(8,this.dataPatched.geometry.resolutionLevel),useChildrenColors:this.dataPatched.geometry.useChildrenColors});let n=this.materialOverride!==void 0;!n&&e.geometry?.type!=="NonParametricGeometry"&&"material"in e&&e.material!==void 0&&(this.disposeMaterial(),this.material=t.shared.material(e.material).getFlavor(r.flatShading,r.side,r.wireframe,i),t.scene.markNeedsUpdateRendererDirty()),!n&&(e.geometry?.type==="NonParametricGeometry"||"materials"in e)&&("materials"in e&&e.materials!==void 0?(this.disposeMaterial(),this.material=e.materials.map(a=>t.shared.material(a).getFlavor(r.flatShading,r.side,r.wireframe)),t.scene.markNeedsUpdateRendererDirty()):"material"in e&&e.material!==void 0&&(this.disposeMaterial(),this.material=[t.shared.material(e.material).getFlavor(r.flatShading,r.side,r.wireframe)],t.scene.markNeedsUpdateRendererDirty()));let s=this.data;if(!n&&s.geometry?.type!=="NonParametricGeometry"&&"materials"in s&&s.materials!==void 0&&(this.disposeMaterial(),this.material=t.shared.material(s.materials[0]).getFlavor(r.flatShading,r.side,r.wireframe)),!n&&(e.flatShading!==void 0||e.wireframe!==void 0||e.side!==void 0))if(Array.isArray(this.material))for(let a=0;a<this.material.length;a++)this.material[a]=this.material[a].getFlavor(r.flatShading,r.side,r.wireframe);else this.material=this.material.getFlavor(r.flatShading,r.side,r.wireframe,i);this.syncShadowCatcher(t)}shadowCatcherActive(){let e=this.dataPatched,t=e.geometry?.type;return e.shadowCatcher===!0&&(t==="RectangleGeometry"||t==="PlaneGeometry")}syncShadowCatcher(e){let t=this.dataPatched;if(this.shadowCatcherActive()){if(this.shadowCatcherMaterial===void 0){let i=function(){let r=NA==="webgpu"&&zH!==void 0?zH:fbe;return r===void 0?null:Xte(r())}();if(i===null)return;this.shadowCatcherMaterial=i}this.shadowCatcherMaterial.side=t.side,this.material!==this.shadowCatcherMaterial&&(this.disposeMaterial(),this.material=this.shadowCatcherMaterial,e.scene.markNeedsUpdateRendererDirty()),this.castShadow=!1,this.receiveShadow=!0,this.layers.set(0)}else this.shadowCatcherMaterial!==void 0&&this.material===this.shadowCatcherMaterial&&(this.materialOverride!==void 0?(this.material=this.materialOverride,e.scene.markNeedsUpdateRendererDirty()):"material"in t&&t.material!==void 0&&(this.material=e.shared.material(t.material).getFlavor(t.flatShading,t.side,t.wireframe),e.scene.markNeedsUpdateRendererDirty(),this.needsAO&&this.layers.enable(5)),this.castShadow=t.castShadow,this.receiveShadow=t.receiveShadow)}static disposeOneMaterial(e){var t;ybe(e)&&!function(i){return i?.isClassicSharedMaterial===!0}(t=e)&&t?.isTSLSharedMaterial!==!0&&e.nodeMaterialDispose()}disposeMaterial(){this.material&&r1e(this.material).forEach(e=>{bl.disposeOneMaterial(e)})}dispose(){this.disposeMaterial(),this.shadowCatcherMaterial?.dispose(),super.dispose()}}}),wl=V(()=>{Ht(),Nr(),kX(),h1(),le(),U4(),bw(),hbe(),qF=new P,$F=new pt,XF=new pt,tie=new P,YF=new Ve,Fn=class extends bl{constructor(e,t,i){super(e,t),this.data=t,this.isSkinnedMesh=!1,this.localGeometry=void 0,t.bindMode&&t.bindMatrix&&(this.bindMode=t.bindMode,this.bindMatrix=new Ve().fromArray(t.bindMatrix),this.bindMatrixInverse=new Ve)}chooseGeoemtryCache(e){return e.geometryCache}supportsInPlaceGeometryUpdate(e){return e.isTextGeometry!==!0}markGeometryAsReachable(e){this.geometryCreateDeleyed instanceof At&&this.chooseGeoemtryCache(e).markAsReachable(this.dataPatched.geometry,this.geometryCreateDeleyed)}get builtSharedGeometry(){if(this.localGeometry===void 0)return this.geometryCreateDeleyed instanceof At?this.geometryCreateDeleyed:void 0}get geometry(){if(this.localGeometry!==void 0)return this.localGeometry;if(this.geometryCreateDeleyed instanceof gL){let e=this.geometryCreateDeleyed,t=this.chooseGeoemtryCache(e),i=this.dataPatched.geometry;this.geometryCreateDeleyed=t.get(i,e,this),this._geometryCacheKey=i}return this.geometryCreateDeleyed}set geometry(e){this.localGeometry=e}get is2DAndNoDepth(){let e=this.dataPatched.geometry;return KO.is2DParametricMesh(e.type)&&e.depth===0}get is2DType(){return KO.is2DParametricMesh(this.geometry.userData.type)}get isNonParametric(){return this.geometry.userData.type==="NonParametricGeometry"}updateByPatchedOp(e,t,i){super.updateByPatchedOp(e,t,i),Qr(e.path,["geometry"])&&this.updateByPatchedOpGeometry(qa.drop(e,1),t.geometry,i)}removeInteractionGeometry(e){this.localGeometry?.dispose(),this.localGeometry=void 0}updateGeometryInteractions(e,t){this.invalidateDownstreamBooleanData();let i=this.data.geometry.type;if(i==="NonParametricGeometry"||i==="SubdivGeometry"){let r,n,s,a=e;if(this.localGeometry===void 0){let d={...this.data.geometry,...a};this.localGeometry=Cg(d,t,this.data.flatShading,this)}a.scaleBaked?[r,n,s]=a.scaleBaked:{width:r,height:n,depth:s}=a;let o=this.localGeometry.userData,l=typeof r=="number"?r:1,u=typeof n=="number"?n:1,h=typeof s=="number"?s:1;o.sxPrev!==void 0&&NH(this.localGeometry.attributes,l/o.sxPrev,u/o.syPrev,h/o.szPrev),o.sxPrev=l,o.syPrev=u,o.szPrev=h}else{let r=Cg({...this.data.geometry,...e},t,this.data.flatShading,this);this.localGeometry!==void 0&&this.supportsInPlaceGeometryUpdate(this.localGeometry)&&FF(this.localGeometry,r)?r.dispose():(this.localGeometry?.dispose(),this.localGeometry=r)}}refreshAttachedClonersInteractions(e){for(let t of this.attachedSurfaceCloners)t.update(e)}refreshAttachedCloners(e){for(let t of this.attachedSurfaceCloners)e.scene.addPendingUpdateCloner(t.object)}refreshAttachedPaths(e){for(let t of this.attachedPaths)e.scene.addPendingCommand(()=>t.updateShape())}createGeometryDelayed(e){this.geometryCreateDeleyed=e.shared,this.refreshAttachedCloners(e),this.refreshAttachedPaths(e)}updateByPatchedOpGeometry(e,t,i){let r=!1;if(e.type===0&&e.path.length===0&&Object.keys(e.props).includes("scaleBaked")&&this.geometryCreateDeleyed instanceof ls&&this.chooseGeoemtryCache(i.shared).mutateIfUnique(this.geometryCreateDeleyed.data,t)===this.geometryCreateDeleyed&&(r=!0,this.geometryCreateDeleyed.mutateDirectlyScaleBaked(t,e.props.scaleBaked),this.refreshAttachedCloners(i),this.refreshAttachedPaths(i)),!r&&e.type===0&&e.path.length===0&&ube(e.props)&&this.geometryCreateDeleyed instanceof ls&&this.chooseGeoemtryCache(i.shared).mutateIfUnique(this.geometryCreateDeleyed.data,t)===this.geometryCreateDeleyed&&(r=!0,this.geometryCreateDeleyed.mutateDirectlySubdivisions(t),this.refreshAttachedCloners(i),this.refreshAttachedPaths(i)),!r&&e.type===0&&e.path.length===0&&this.geometryCreateDeleyed instanceof At&&!(this.geometryCreateDeleyed instanceof ls)&&this.supportsInPlaceGeometryUpdate(this.geometryCreateDeleyed)&&this._geometryCacheKey!==void 0){let n=i.shared,s=this.chooseGeoemtryCache(n),a=this.geometryCreateDeleyed;if(s.getCached(this._geometryCacheKey)===a&&a.isShared!==!0){let o=this.dataPatched.geometry,l=Cg(o,n,this.data.flatShading,this);FF(a,l)?(l.dispose(),a.computeBoundingSphere(),s.mutateIfUnique(this._geometryCacheKey,o)):(l.computeBoundingSphere(),s.forceDelete(this._geometryCacheKey),s.adopt(o,l),this.geometryCreateDeleyed=l),this._geometryCacheKey=o,r=!0,this.refreshAttachedCloners(i),this.refreshAttachedPaths(i)}}r||(i.scene?.markGeometryCacheDirty(),this.createGeometryDelayed(i)),this.syncShapeBlendNodeLayer(),this.resetBBoxNeedsUpdate(),this.invalidateDownstreamBooleanData()}updateGeometryOnStateUpdate(e,t){this.createGeometryDelayed(t)}applyTransientGeometryData(e,t){let i=e.shared,r=this.dataPatched.geometry;if(this.geometryCreateDeleyed instanceof At&&!(this.geometryCreateDeleyed instanceof ls)&&this.supportsInPlaceGeometryUpdate(this.geometryCreateDeleyed)&&this._geometryCacheKey!==void 0){let n=this.chooseGeoemtryCache(i),s=this.geometryCreateDeleyed;if(n.getCached(this._geometryCacheKey)===s&&s.isShared!==!0){let a=Cg(r,i,this.data.flatShading,this);return FF(s,a)?(a.dispose(),s.computeBoundingSphere(),n.mutateIfUnique(this._geometryCacheKey,r)):(a.computeBoundingSphere(),n.forceDelete(this._geometryCacheKey),n.adopt(r,a),this.geometryCreateDeleyed=a),this._geometryCacheKey=r,this.refreshAttachedCloners(e),void this.refreshAttachedPaths(e)}}t&&this._geometryCacheKey!==void 0&&this.chooseGeoemtryCache(i).forceDelete(this._geometryCacheKey),e.scene?.markGeometryCacheDirty(),this.createGeometryDelayed(e)}updateState(e,t){e.geometry!==void 0&&this.updateGeometryOnStateUpdate(e.geometry,t);let i=e.morphTargetInfluences;if(i){this.updateMorphTargets(),this.geometry.morphTargetsRelative=!0;for(let{data:{name:r,value:n}}of i)this.updateMorphInfluences(r,t.shared.getVariable(n,[this.uuid,"morphTargetInfluences",r]))}super.updateState(e,t)}updateMorphInfluences(e,t){if(this.morphTargetDictionary===void 0)return;let i=this.morphTargetDictionary[e];i!==void 0&&(this.morphTargetInfluences[i]=t)}updateGeometryGroupsIfNeeded(){Array.isArray(this.material)&&this.geometry.groups.length===0&&this.geometry.addGroup(0,Math.max(this.geometry.getIndex()?.count??0,this.geometry.getAttribute("position").count),0)}updateEntityBoxSize(e,t){let i=this.geometry.userData.parameters;this.is2DType?e.set(0,0,.5*i.depth):this.isNonParametric?(e.setScalar(0),this.geometry.boundingSphere&&e.copy(this.geometry.boundingSphere.center),t.set(i.width,i.height,i.depth??0).multiplyScalar(.5)):i.centerOffset?e.fromArray(i.centerOffset):e.setScalar(0),t.set(i.width,i.height,i.depth??0).multiplyScalar(.5)}updateMatrixWorld(e){super.updateMatrixWorld(e),this.bindMode==="attached"?this.bindMatrixInverse.copy(this.matrixWorld).invert():this.bindMode==="detached"&&this.bindMatrixInverse.copy(this.bindMatrix).invert()}bind(e,t){this.skeleton=e,this.isSkinnedMesh=!0,t===void 0&&(this.updateMatrixWorld(!0),this.skeleton.calculateInverses(),t=this.matrixWorld),this.bindMatrix.copy(t),this.bindMatrixInverse.copy(t).invert()}pose(){this.skeleton.pose()}normalizeSkinWeights(e){let t=new pt,i=this.geometry.attributes.skinWeight;for(let r=0,n=i.count;r<n;r++){t.fromBufferAttribute(i,r);let s=1/t.manhattanLength();s!==1/0?t.multiplyScalar(s):t.set(1,0,0,0),i.setXYZW(r,t.x,t.y,t.z,t.w)}}boneTransform(e,t){let i=this.skeleton;if(i===void 0)return;let r=this.geometry;$F.fromBufferAttribute(r.attributes.skinIndex,e),XF.fromBufferAttribute(r.attributes.skinWeight,e),qF.copy(t).applyMatrix4(this.bindMatrix),t.set(0,0,0);for(let n=0;n<4;n++){let s=XF.getComponent(n);if(s!==0){let a=$F.getComponent(n);YF.multiplyMatrices(i.bones[a].matrixWorld,i.boneInverses[a]),t.addScaledVector(tie.copy(qF).applyMatrix4(YF),s)}}return t.applyMatrix4(this.bindMatrixInverse)}}});function Cx(e){if(Array.isArray(e.material)){for(let t of e.material)if(t.getLayersOfType("outline").length===0)return}else if(!lL(e.material)||e.material.getLayersOfType("outline").length===0)return;e instanceof Fn&&e.is2DAndNoDepth?function(t){if(t.geometry.attributes.extrudeNormals||!t.geometry.attributes.position)return;let i=t.geometry.attributes.position.array,r=new Float32Array(i.length),n=new P;for(let s=0;s<i.length;s+=3)n.set(i[s],i[s+1],i[s+2]).normalize(),r[s]=n.x,r[s+1]=n.y,r[s+2]=n.z;t.geometry.setAttribute("extrudeNormal",new Et(r,3))}(e):function(t){if(t.geometry.attributes.extrudeNormal||!t.geometry.attributes.position||!t.geometry.attributes.normal)return;let i=new Map,r=t.geometry.attributes,n=r.position.array,s=r.normal.array,a=new Float32Array(n.length);for(let o=0;o<n.length;o+=3){let l=`${n[o]}_${n[o+1]}_${n[o+2]}`,u=new P(s[o],s[o+1],s[o+2]);i.has(l)?i.get(l)?.normals.push(u):i.set(l,{normals:[u],result:new P})}i.forEach((o,l)=>{for(let u of o.normals)o.result.add(u);o.result.divideScalar(o.normals.length)});for(let o=0;o<n.length;o+=3){let l=`${n[o]}_${n[o+1]}_${n[o+2]}`,u=i.get(l)?.result;u&&(a[o]=u.x,a[o+1]=u.y,a[o+2]=u.z)}t.geometry.setAttribute("extrudeNormal",new Et(a,3))}(e)}function KF(e){return Math.min(2047,Math.max(1,Math.round(2048*e)))/2048}function Rx(e){if(!e.geometry.attributes.position)return;let t=e.geometry.attributes,i=t.position.array,r=t.randomColor;if(r!==void 0&&3*r.count===i.length)return;let n=new Float32Array(i.length),s=parseInt(e.uuid.replace(/\D/g,"")),a=[KF(ht.seededRandom(s)),KF(ht.seededRandom(s+1e4)),KF(ht.seededRandom(s+2e4))];for(let o=0;o<i.length;o++)n[o]=a[o%3];e.geometry.setAttribute("randomColor",new It(n,3))}var z4=V(()=>{le(),TX(),wl()});function iie(e){let t=!1;return e.scene.objects.traverse((i,r)=>{r.geometry?.type==="BooleanGeometry"&&(t=!0)}),t}function xOe(e,t){let i=e.cloner;return i!==void 0&&i.parent===t?i:void 0}function rie(e,t,i,r){let n=16*(t.children.length+1);AM.length<n&&(AM=new Float32Array(n));let s=0,a=l=>{l.toArray(AM,16*s),s++},o=t.parameters.hideBase!==!0;o&&a(r),GH.multiplyMatrices(e.hiddenMatrix,e.matrix);for(let l of t.children)!Qv(l)||l.playModeVisible===!1||(jH.multiplyMatrices(l.hiddenMatrix,l.matrix).multiply(l.pivotMatrix),cI.multiplyMatrices(GH,jH),(!o||!cI.equals(r))&&a(cI));try{return s===0?0:function(l,u){return wX(oL().instanced_union(xX(l),u))}(i,AM.subarray(0,16*s))}finally{c_e(i)}}var hp,nie,GH,jH,cI,AM,Lg,vL,k4,vd,Fc,yL,IA=V(()=>{Pa(),le(),N4(),z4(),h1(),rs(),hp=new Ve,nie=new Ve,GH=new Ve,jH=new Ve,cI=new Ve,AM=new Float32Array(0),Lg=class extends bl{constructor(e,t,i){super(e,t),this.data=t,this.meshSetAddresses=[],this.needsTransformForDownstream=!1,this.geometry=new At,this.onAfterRender=(r,n,s,a,o,l)=>{super.onAfterRender(r,n,s,a,o,l),this.recomputeBoolean()},this.geometry.userData.parameters={width:0,height:0,depth:0}}get booleanOp(){return this.data.geometry.operation}get phongAngle(){return this.data.geometry.phongAngle??45}get isLOD(){return this.recomputeBoolean(),!1}updateByPatchedOp(e,t,i){super.updateByPatchedOp(e,t,i),e.path.length===1&&e.path[0]==="geometry"&&e.type===0&&e.props.operation!==void 0&&(this.freeBooleanPointer(),this.resetBBoxNeedsUpdate())}freeBooleanPointer(){super.freeBooleanPointer(),this.geometry.dispose()}recomputeBoolean(e,t=!0){if(this.booleanMeshSetAddress!==-1&&!e)return;for(let r=0;r<this.children.length;r++){let n=this.children[r];n instanceof Lg&&n.dataPatched.visible===!0&&n.recomputeBoolean(e===!0,t)}this.meshSetAddresses=[];for(let r=0;r<this.children.length;r++){let n=this.children[r];if(n instanceof Ss&&n.dataPatched.visible===!0&&n.geometry.attributes.position?.count>0&&n.geometry.drawRange.count>0&&n.booleanMeshSetAddress!==0){hp.multiplyMatrices(n.hiddenMatrix,n.matrix).multiply(n.pivotMatrix);try{let s=xOe(n,this);if(n.booleanMeshSetAddress===-1){if((n.geometry.index??n.geometry.getAttribute("position")).count/3<15e5){let a=jIe(n.geometry,e===!0);n.booleanMeshSetAddress=s===void 0||a===-1?a:rie(n,s,a,hp)}if(n.booleanMeshSetAddress===-1)return;s===void 0&&AF(n.booleanMeshSetAddress,hp),n.booleanMatrixInvOld.copy(hp).invert(),n.booleanWasTransformed=!1}else n instanceof Lg&&n.needsTransformForDownstream===!0?(s===void 0?AF(n.booleanMeshSetAddress,hp):n.booleanMeshSetAddress=rie(n,s,n.booleanMeshSetAddress,hp),n.needsTransformForDownstream=!1):n.booleanWasTransformed===!0&&(AF(n.booleanMeshSetAddress,nie.multiplyMatrices(hp,n.booleanMatrixInvOld)),n.booleanMatrixInvOld.copy(hp).invert(),n.booleanWasTransformed=!1)}catch(s){console.error(s),n.booleanMeshSetAddress=0,n.geometry.userData.booleanOperationDidFail=!0;continue}if(n.booleanMeshSetAddress===0)continue;this.meshSetAddresses.push(n.booleanMeshSetAddress),n.geometry.userData.booleanOperationDidFail=!1}}if(this.meshSetAddresses.length===0){if(this.geometry.getAttribute("position")?.array.length!==0){let r=this.geometry;r.dispose(),this.geometry=new At,this.geometry.userData=r.userData,this.geometry.boundingSphere=r.boundingSphere,this.geometry.setAttribute("position",new Et([],3))}return void this.geometry.setDrawRange(0,0)}if(e===!0)return function(r,n){let s=oL(),a=tte(r,n),o=s.mesh_topological_data(a),l=o.positions(),u=o.indices();return o.free(),a.free(),{positions:l,indices:u,verticesPerFace:new Uint8Array(u.length/3).fill(3)}}(this.meshSetAddresses,this.booleanOp);let i=this.geometry;i.dispose(),this.geometry=new At,this.geometry.userData=i.userData,this.geometry.boundingSphere=i.boundingSphere;try{this.booleanMeshSetAddress=function(r,n,s,a){let o=oL(),l=tte(r,n),u=o.mesh_render_data(l,Math.max(a,0));if(s.setAttribute("position",new Et(u.positions(),3)),s.setAttribute("normal",new Et(u.normals(),3)),u.free(),s.boundingSphere===null&&(s.boundingSphere=new Ha),l.tri_count()===0)s.boundingSphere.center.set(0,0,0),s.boundingSphere.radius=0,s.userData.parameters={width:0,height:0,depth:0};else{let h=l.bounds();s.boundingSphere.center.set(h[0],h[1],h[2]),s.boundingSphere.radius=(h[3]**2+h[4]**2+h[5]**2)**.5,s.userData.parameters={width:2*h[3],height:2*h[4],depth:2*h[5]}}return wX(l)}(this.meshSetAddresses,this.booleanOp,this.geometry,this.phongAngle)}catch(r){this.booleanMeshSetAddress=0,this.geometry.userData.booleanOperationDidFail=!0,console.error(r)}this.booleanMatrixInvOld.copy(this.matrix).invert(),this.needsTransformForDownstream=!0,Cx(this),Rx(this)}dispose(){super.dispose(),this.geometry.dispose()}}}),OA=V(()=>{le(),xl(),l1(),(vL||(vL={})).is=function(e){return hr.is(e)&&e instanceof jp},k4=(e,t)=>class extends o1(e,t){updateState_Light(i,r){if(this.updateState_Entity(i,r),i.color!==void 0&&(this.color=r.shared.color(i.color)),i.intensity!==void 0&&(this.intensity=i.intensity*Math.PI),i.depth!==void 0){let n=this.shadow;n.camera.far=i.depth,n.needsUpdate=!0}i.shadows!==void 0&&(this.castShadow=i.shadows)}}}),Jg=V(()=>{IA(),Pa(),l1(),vd=e=>e instanceof Ss,Fc=e=>e!==null&&e instanceof Lg,yL=e=>mH.is(e)});function vo(e,t){return t.color(e)}function sie(e=new Date,t){let i=t.format,r=e.getSeconds(),n=e;t&&t.timeZone!==null&&(n=function(d,c){try{let p=new Intl.DateTimeFormat("en-US",{timeZone:c,year:"numeric",month:"2-digit",day:"2-digit",hour:"2-digit",minute:"2-digit",second:"2-digit",hourCycle:"h23"}).formatToParts(d),m=f=>Number(p.find(g=>g.type===f)?.value);return new Date(m("year"),m("month")-1,m("day"),m("hour"),m("minute"),m("second"),d.getMilliseconds())}catch{return new Date(NaN)}}(new Date,t.timeZone));let s,a=n.getHours(),o=n.getMinutes();t.format12h24h==="12ampm"&&(s=a>=12?"PM":"AM");let l,u,h=a;switch(t.format12h24h!=="24"&&(h=a%12,h===0&&(h=12)),i){case"HH:mm:ss":l=[h,o,r];break;case"HH:mm":l=[h,o];break;case"HH":l=[h],s=void 0;break;case"mm":l=[o],s=void 0;break;case"ss":l=[r],s=void 0;break;case"year":u=n.getFullYear();break;case"month":u=n.getMonth()+1;break;case"dayOfYear":u=Math.floor((n.getTime()-new Date(n.getFullYear(),0,0).getTime())/864e5);break;case"dayOfMonth":u=n.getDate();break;case"secondOfDay":u=60*a*60+60*o+r;break;default:console.error("Unknown time format",i),u=0}return l!==void 0?{textValue:l,suffix:s}:u}var HH,Sw,VX=V(()=>{}),wOe=V(()=>{le(),RA(),PA(),HH=class extends gw(Tye){constructor(e,t=15,i=10066329){super(e,t,i),this.object=e,this.added=!1,this.name=`DirectionalLightHelper: ${e.uuid}`}raycast(e,t){vw(this.object,HH.geometryHelper,e,t)}}}),V4=V(()=>{le(),wOe(),OA(),Sw=class extends k4(KE,HH){constructor(e,t,i){super(),this.super_Entity(e,t),this.castShadow=!0,this.shadow.mapSize.width=2048,this.shadow.mapSize.height=2048,this.shadow.normalBias=1,this.layers.enable(3);let r=this.shadow.camera;r.top=1250,r.bottom=-1250,r.right=1250,r.left=-1250,r.near=-1e4,r.far=2500;let n=new ZE(this.shadow.camera);n.visible=!1,this.gizmos.shadowmap=n}update(){this.shadow.camera.updateProjectionMatrix();for(let e in this.gizmos){let t=this.gizmos[e];t instanceof ZE&&t.update()}}updateMatrixWorld(e){super.updateMatrixWorld(e),this.objectHelper&&this.objectHelper.update()}updateState(e,t){this.updateState_Light(e,t);let i=e.depth!==void 0&&e.depth!==this.shadow.camera.far||e.size!==void 0&&e.size/2!==this.shadow.camera.right;e.size!==void 0&&function(r,n){r.shadow.camera.right=n/2,r.shadow.camera.left=-n/2,r.shadow.camera.top=n/2,r.shadow.camera.bottom=-n/2,r.shadow.needsUpdate=!0}(this,e.size),e.shadowRadius!==void 0&&(this.shadow.radius=e.shadowRadius),e.shadowResolution!==void 0&&(this.shadow.mapSize.set(e.shadowResolution,e.shadowResolution),this.shadow.map&&(this.shadow.map.dispose(),this.shadow.map=null)),e.penumbraSize!==void 0&&t.scene.markPenumbraSizeDirty(),i&&this.update()}}});function GX(e){return e instanceof bl&&e.needsAO&&!Gg(e)&&e.isDecalObject!==!0}function jX(e){let t=e.cloner;if(t&&Array.isArray(t.children))for(let i of t.children)i?.layers&&(i.layers.mask=e.layers.mask)}function HX(e){return e.getLayersOfType("reflection").filter(t=>t.data.visible).length}function SOe(e){let t=1/0,i=-1/0;for(let r of e.getLayersOfType("reflection")){let n=r.data;if(!n.visible||n.mirror===1)continue;let s=typeof n.blur=="number"?n.blur:null;t=Math.min(t,s??0),i=Math.max(i,s??10)}return t===1/0?null:{min:t,max:i}}function TOe(e){for(let t of e.getLayersOfType("reflection")){let i=t.data;if(!i.visible)continue;let{blur:r,thickness:n,steps:s,stepSize:a}=i;return typeof r!="number"||typeof n!="number"||typeof s!="number"||typeof a!="number"?"variable":{blur:r,thickness:n,steps:s,stepSize:a,tracingMode:i.tracingMode===1?1:0}}return null}function aie(e,t){let i={outline:!1,cavity:!1},r=e.layers.mask&G4,n=t.getLayersOfType("transmission"),s=t.getLayersOfType("outline"),a=HX(t),o=t.getLayersOfType("cavity");return(s.length>0||o.length>0)&&(e.layers.set(8),n.length>0&&e.layers.enable(3),a>0&&e.layers.enable(4),i.outline=s.length>0,i.cavity=o.length>0,Rx(e),Cx(e)),n.length===0&&s.length===0&&o.length===0&&a===0&&e.layers.set(0),r&&e.layers.set(9),!r&&GX(e)&&e.layers.enable(5),jX(e),i}function oie(e,t){if(!t.layers)return!1;let i=e.layers.mask&G4,r=!1,n=t.getLayersOfType("transmission").filter(l=>l.data.visible),s=t.getLayersOfType("outline").filter(l=>l.data.visible),a=HX(t),o=t.getLayersOfType("cavity").filter(l=>l.data.visible);return n.length>0&&(e.layers.set(3),(s.length>0||o.length>0)&&e.layers.enable(8),a>0&&e.layers.enable(4),r=!0),n.length===0&&s.length===0&&o.length===0&&a===0&&e.layers.set(0),i&&e.layers.set(9),!i&&GX(e)&&e.layers.enable(5),jX(e),r}function lie(e,t){var i;if(!t.layers)return!1;let r=e.layers.mask&G4,n=!1,s=HX(t),a=t.getLayersOfType("transmission").filter(u=>u.data.visible),o=t.getLayersOfType("outline").filter(u=>u.data.visible),l=t.getLayersOfType("cavity").filter(u=>u.data.visible);return s>0&&((i=e.userData).__splinePlanarMirror??(i.__splinePlanarMirror=0),e.layers.set(4),a.length>0&&e.layers.enable(3),(o.length>0||l.length>0)&&e.layers.enable(8),n=!0),s===0&&a.length===0&&o.length===0&&l.length===0&&e.layers.set(0),r&&e.layers.set(9),!r&&GX(e)&&e.layers.enable(5),jX(e),n}function WH(e,t,i,r=!1){let n=e.cloner;if(n){let s=null;if(e.raycast===Cr.prototype.raycast||e.raycast===Ss.prototype.raycast){let a=e.geometry;a&&(a.boundingSphere===null&&a.computeBoundingSphere(),s=a.boundingSphere)}for(let a of n.children){if(s!==null&&(qH.copy(s).applyMatrix4(a.matrixWorld),!t.ray.intersectsSphere(qH)))continue;let o=xbe.copy(a.matrixWorld).invert(),l=wbe.copy(t.ray).applyMatrix4(o),u=e.matrixWorld;l.applyMatrix4(u);let h=bbe;h.set(l.origin,l.direction),h.near=t.near,h.far=t.far,h.layers.mask=t.layers.mask;let d=h.intersectObject(e,!1);d.length>0&&i.push({...d[0],object:r?a:e})}}}var G4,bbe,xbe,wbe,qH,f3,Sbe,ZF,QF,JF,Tw,Ys,WX=V(()=>{rs(),z4(),Pa(),h1(),le(),G4=512,bbe=new V$,xbe=new Ve,wbe=new fm,qH=new Ha}),MOe=V(()=>{le(),RA(),PA(),f3=class extends gw(wye){constructor(e,t=6710886){super(e,t),this.object=e,this.matrix=e.matrixWorld,this.name=`SpotLightHelper: ${e.uuid}`}raycast(e,t){vw(this.object,f3.geometryHelper,e,t)}update(){if(this.object!==void 0){let e=f3._vector,t=this.object.distance?this.object.distance:1e3,i=t*Math.tan(this.object.angle);this.cone.scale.set(i,i,t),e.setFromMatrixPosition(this.object.target.matrixWorld),this.cone.lookAt(e);let r=this.color!==void 0?this.color:this.light.color;if(this.cone.material instanceof Array)for(let n=0,s=this.cone.material.length;n<s;n++)this.cone.material[n].color.set(r);else this.cone.material.color.set(r)}}},(Sbe=f3)._vector=new P}),j4=V(()=>{le(),MOe(),OA(),ZF=new P,QF=new P,JF=new Zt,Tw=class extends k4(dy,Sbe){constructor(e,t,i){super(),this.super_Entity(e,t),this.castShadow=!0,this.shadow.mapSize.width=1024,this.shadow.mapSize.height=1024,this.shadow.normalBias=1,this.layers.enable(3);let r=this.shadow.camera;r.fov=2*ht.RAD2DEG*this.angle,r.aspect=1,r.near=100,r.far=2500;let n=new ZE(this.shadow.camera);n.visible=!1,this.gizmos.shadowmap=n,this.update()}update(){this.shadow.camera.updateProjectionMatrix();for(let e in this.gizmos){let t=this.gizmos[e];t instanceof ZE&&t.update()}}updateMatrixWorld(e){super.updateMatrixWorld(e),QF.setFromMatrixPosition(this.matrixWorld),JF.setFromRotationMatrix(this.matrixWorld),ZF.copy(this.up).applyQuaternion(JF).negate().multiplyScalar(this.distance),this.target.position.copy(QF).add(ZF),this.target.updateMatrixWorld(),this.objectHelper&&this.objectHelper.update()}updateState(e,t){this.updateState_Light(e,t),e.distance!==void 0&&(this.distance=e.distance),e.decay!==void 0&&(this.decay=e.decay),e.angle!==void 0&&(this.angle=e.angle),e.penumbra!==void 0&&(this.penumbra=e.penumbra),e.shadowRadius!==void 0&&(this.shadow.radius=e.shadowRadius),e.penumbraSize!==void 0&&t.scene.markPenumbraSizeDirty(),e.shadowResolution!==void 0&&(this.shadow.mapSize.set(e.shadowResolution,e.shadowResolution),this.shadow.map&&(this.shadow.map.dispose(),this.shadow.map=null))}}}),$m=V(()=>{Ht(),Nh(),le(),xl(),bu(),VX(),Wm(),V4(),Nr(),qm(),le(),h1(),Jg(),WX(),j4(),_r(),IA(),Ys=class extends P4(Zo){constructor(e,t,i){if(super(),this.data=t,this.bgColor=new Fr(1,1,1,1),this.fog=null,this.backupFog=new qj(16777215,.1,2e3),this.fogUseBGColor=!1,this.fogMode="linear",this.fogDensity=Xn.getDensity({}),this.fogHeightFalloff=Xn.getHeightFalloff({}),this.fogHeightBase=Xn.getHeightBase({}),this.isActive=!1,this.skyState=null,this.skyStateVersion=0,this.gradingState=null,this.skyHdriHolder=null,this.aoColor=new ot,this.penumbraSizeArrayCache=null,this.super_Entity(e,t),this.personalCamera=new us(a1,{...mE.defaultData,...t.camera,name:"Personal Camera"}),this.personalCamera.objectHelper.visible=!1,this.add(this.personalCamera),this.activeCamera=this.personalCamera,this.ambientLight=new m4(13882323,8553090,.75*Math.PI),this.ambientLight.name="Default Ambient Light",this.ambientLight.layers.enable(3),this.ambientLight.removeFromParent(),this.add(this.ambientLight),t.uiScene){let r=hH();r===null?Sa("ui-2d","a page's 2D scene"):this.uiScene=new r.Scene2D((Array.isArray(e)?e[0]:e)+"-ui",t.uiScene,{dpr:window.devicePixelRatio,shared:i.shared})}else t.uiFrame&&this.createUICanvas(t.uiFrame,i)}get scene(){return this.parent}get postprocessing(){return this.data.postprocessing}get frameId(){return this.data.uiFrame}get frame(){return this.uiCanvas?.frame}createUICanvas(e,t){let i=hH();i!==null?(this.uiCanvas=new i.UICanvas(this.uuid+"-uiscreen",window.innerWidth,window.innerHeight,t),this.uiCanvas.isScreenSpace=!0,this.uiCanvas.promise.then(()=>{this.uiCanvas?.applyFrame(e),this.uiCanvas?.applySize()})):Sa("ui-2d","a page's UI canvas")}updateVisible(){}setBackgroundColor(e){this.bgColor=e,this.fogUseBGColor===!0&&(this.backupFog.color=e)}entityChildrenCount(){return this.uiScene?this.uiScene.children.length:super.entityChildrenCount()}updateAmbientLight(e,t){e.color!==void 0&&(this.ambientLight.color=vo(e.color,t)),e.intensity!==void 0&&(this.ambientLight.intensity=e.intensity*Math.PI),e.enabled!==void 0&&(e.enabled?this.add(this.ambientLight):this.remove(this.ambientLight))}onDeactive(){this.isActive=!1}onActive(e){this.isActive=!0,e.fog=this.fog,this.traverseEntity(t=>{t instanceof Lg&&t.recomputeBoolean()}),this.updateShadow(this.data.shadow)}forceMaterialsUpdate(){this.traverseEntity(e=>{if(e instanceof bl)if(Array.isArray(e.material))for(let t of e.material)t.needsUpdate=!0;else e.material.needsUpdate=!0,e.material.dispose()})}updateShadow(e){if(e.softShadowQuality===void 0&&e.type===void 0||!this.isActive)return;let t=this.data.shadow;var i,r;i=cy.isSoft(t),r=t?.softShadowQuality,kH!==void 0&&kH(i,r)&&this.forceMaterialsUpdate()}updateFog(e,t){e.enabled?this.fog=this.backupFog:this.fog=null,this.isActive&&(this.scene.fog=this.fog),this.fogUseBGColor=e.useBackgroundColor,e.useBackgroundColor?this.backupFog.color.set(this.bgColor):this.backupFog.color=vo(e.color,t),this.backupFog.near=e.near,this.backupFog.far=e.far,this.fogMode=Xn.getMode(e),this.fogDensity=Xn.getDensity(e),this.fogHeightFalloff=Xn.getHeightFalloff(e),this.fogHeightBase=Xn.getHeightBase(e)}updateSky(e,t){this.skyState=e??null,this.skyStateVersion++;let i=e?.hdri?.image;this.skyHdriHolder=i!=null?t.image(i):null}updateAo(e,t){e.aoColor!==void 0&&(this.aoColor=vo(e.aoColor,t))}updateByOp(e,t,i,r){let n=this.data.uiFrame;super.updateByOp(e,t,i,r);let s=t;Qr(e.path,["fog"])?this.updateFog(s.fog,i.shared):Qr(e.path,["sky"])?this.updateSky(s.sky,i.shared):Qr(e.path,["grading"])?this.gradingState=s.grading??null:Qr(e.path,["ao"])?this.updateAo(s.ao,i.shared):Qr(e.path,["ambient"])?this.updateAmbientLight(s.ambient,i.shared):Qr(e.path,["shadow"])?this.updateShadow(s.shadow):e.type===0&&e.path.length===0&&(e.props.uiFrame!==void 0||n!==s.uiFrame)&&this.updateUIFrame(e.props.uiFrame,i)}updateUIFrame(e,t){e?(this.uiCanvas||this.createUICanvas(e,t),this.uiCanvas.enabled=!0,this.uiCanvas.applyFrame(e)):this.uiCanvas&&(this.uiCanvas.enabled=!1)}updateState(e,t){this.updateState_Entity(e,t),e.backgroundColor!==void 0&&this.setBackgroundColor(vo(e.backgroundColor,t.shared)),e.fog!==void 0&&this.updateFog(e.fog,t.shared),e.sky!==void 0&&this.updateSky(e.sky,t.shared),e.grading!==void 0&&(this.gradingState=e.grading),e.ambient!==void 0&&this.updateAmbientLight(e.ambient,t.shared),e.ao!==void 0&&this.updateAo(e.ao,t.shared),e.shadow!==void 0&&this.updateShadow(e.shadow)}createFrame(e,t){}raycast(e,t){super.raycast(e,t)}switchActiveCamera(e){e&&e.isDescendantOf(this)&&(this.activeCamera!==this.personalCamera&&(this.activeCamera.objectHelper.visible=!0),this.activeCamera=e,e.objectHelper.visible=!1)}get playCamera(){return this.scene?.find(this.data.publish.playCamera)??this.personalCamera}switchToPlayCamera(){this.switchActiveCamera(this.playCamera)}get penumbraSizeArray(){return this.penumbraSizeArrayCache===null&&this.updatePenumbraSizeArray(),this.penumbraSizeArrayCache}updatePenumbraSizeArray(){this.penumbraSizeArrayCache=new Array(Vm).fill(.5);let e=0,t=0;this.traverseEntity(i=>{if(!i.visible)return!0;i instanceof Sw&&i.visible&&e<gE&&(this.penumbraSizeArrayCache[e]=i.data.penumbraSize??.5,e+=1),i instanceof Tw&&i.visible&&e<Vm-gE&&(this.penumbraSizeArrayCache[gE+t]=i.data.penumbraSize??.5,t+=1)})}raycastWithClones(e){let t=[],i=r=>{for(let n of r.children){let s=n.cloner;hr.is(n)&&(n.visible||s?.object.data.visible)&&((vd(n)||yL(n)&&this.scene.enableHelpers&&n.objectHelper.visible)&&(e.intersectObject(n,!1,t),WH(n,e,t,!0)),i(n))}};return i(this),t}updateEntity2DByOp(e,t,i,r){this.uiCanvas?.updateEntity2DByOp(e,t,i,r)}}});function hie(){return qX}function e5(){if(_L===null)throw new Error('[spe] Classic (WebGL) particles are not available in this build \u2014 it was compiled WebGPU-only. Re-export the scene with renderer "Both" or "WebGL 2", or load the full runtime.');return _L}function t5(e){return e?.isWebGPUSplineRenderer===!0}var qX,_L,$X=V(()=>{qX=null,_L=null});function $H(){return YX}var XX,YX,KX=V(()=>{XX=null,YX=null});function uie(e,t,i){return CM.setRGB(e,t,i,Yi),{r:CM.r,g:CM.g,b:CM.b}}function EOe(e,t,i){let r,n=mA(e.angle,0),[s,a]=XH(e.offset),[o,l]=XH(e.morph),u=e.colors??[],h=e.steps??[],d=Math.min(10,u.length,h.length);if(d===0)return[1,1,1,1];if(e.gradientType===1){let g=3*(t+o)-(t+s)-1,v=3*(i+l)-(i+a)-1;r=Math.hypot(g,v)+n}else if(e.gradientType===2){let g=-1*Math.atan2(t+o-.5+s,i+l-.5+a),v=n/Math.PI/-2+.5*g/Math.PI;r=v-Math.floor(v)}else{let g=.5+o/(t!==0?t:1e-6),v=l/(i!==0?i:1e-6),y=Math.cos(n)*g-Math.sin(n)*v,_=Math.sin(n)*g+Math.cos(n)*v,b=y*y+_*_;r=b>1e-12?(((t-.5+s)/2+y/2)*y+((i-.5+a)/2+_/2)*_)/b:0}let c=u[0][0],p=u[0][1],m=u[0][2],f=u[0][3];for(let g=1;g<d;g++){let v=h[g-1],y=h[g]-v,_=y!==0?Math.min(1,Math.max(0,(r-v)/y)):r>=v?1:0;e.smooth&&(_=_*_*(3-2*_)),c+=(u[g][0]-c)*_,p+=(u[g][1]-p)*_,m+=(u[g][2]-m)*_,f+=(u[g][3]-f)*_}return[c,p,m,f]}function AOe(e,t){let i=e,r=i?.data?.layers;if(r&&typeof r.forEach=="function"){let n=t,s=[];return r.forEach(a=>{let o=a.data;if(o.visible===!1||o.isMask===!0)return;let l=mA(o.alpha,1);if(!(l<=0))if(o.type==="color"){let u,h=o.color;typeof h=="string"?u=typeof n?.color=="function"?n.color(h):void 0:h&&typeof h.r=="number"&&(u=h),u&&s.push({kind:"color",layer:o,rgb:{...uie(u.r,u.g,u.b),a:u.a??1},alpha:l})}else o.type==="gradient"&&s.push({kind:"gradient",layer:o,alpha:l})}),s.length===0?null:(a,o)=>{let l=1,u=1,h=1,d=!0;for(let c of s){let p,m,f,g;if(c.kind==="color")({r:p,g:m,b:f}=c.rgb),g=c.rgb.a;else{let[y,_,b,x]=EOe(c.layer,a,o);({r:p,g:m,b:f}=uie(y,_,b)),g=x}let v=d?1:Math.min(1,Math.max(0,g*c.alpha));l+=(p-l)*v,u+=(m-u)*v,h+=(f-h)*v,d=!1}return{r:l,g:u,b:h}}}if(i?.color&&i.color.isColor===!0){let{r:n,g:s,b:a}=i.color;return()=>({r:n,g:s,b:a})}return null}var CM,mA,XH,COe=V(()=>{le(),CM=new ot,mA=(e,t)=>typeof e=="number"&&Number.isFinite(e)?e:t,XH=e=>Array.isArray(e)&&typeof e[0]=="number"&&typeof e[1]=="number"?[e[0],e[1]]:[0,0]});function ROe(e,t){if(e==="torus"){let l=t()*Math.PI*2,u=t()*Math.PI*2,h=Math.cos(l),d=Math.sin(l),c=Math.cos(u),p=Math.sin(u);return{x:(1.4+.7*c)*h,y:-(1.4+.7*c)*d,z:.7*p,nx:c*h,ny:-c*d,nz:p,cr:1,cg:1,cb:1}}if(e==="cylinder"){let l=t()*Math.PI*2,u=Math.cos(l),h=Math.sin(l);return{x:.8*u,y:1.6*(t()-.5),z:.8*h,nx:u,ny:0,nz:h,cr:1,cg:1,cb:1}}let i=t()*Math.PI*2,r=2*t()-1,n=Math.acos(r),s=Math.sin(n)*Math.cos(i),a=Math.cos(n),o=Math.sin(n)*Math.sin(i);return{x:s,y:a,z:o,nx:s,ny:a,nz:o,cr:1,cg:1,cb:1}}function POe(e){let{geometry:t,matrix:i}=e,r=t.getAttribute("position");if(!r||r.count<3)return null;let n=t.getAttribute("normal"),s=t.getAttribute("uv"),a=t.getAttribute("color"),o=t.getIndex(),l=o?o.count/3:r.count/3;if(l<1)return null;let u=(v,y)=>o?o.getX(3*v+y):3*v+y,h=i?i.elements:null,d=i?new hi().getNormalMatrix(i).elements:null,c=v=>{let y=r.getX(v),_=r.getY(v),b=r.getZ(v);return h?h[0]*y+h[4]*_+h[8]*b+h[12]:y},p=v=>{let y=r.getX(v),_=r.getY(v),b=r.getZ(v);return h?h[1]*y+h[5]*_+h[9]*b+h[13]:_},m=v=>{let y=r.getX(v),_=r.getY(v),b=r.getZ(v);return h?h[2]*y+h[6]*_+h[10]*b+h[14]:b},f=new Float64Array(l),g=0;for(let v=0;v<l;v++){let y=u(v,0),_=u(v,1),b=u(v,2),x=c(y),w=p(y),S=m(y),M=c(_)-x,T=p(_)-w,A=m(_)-S,E=c(b)-x,R=p(b)-w,N=m(b)-S,D=T*N-A*R,O=A*E-M*N,z=M*R-T*E;g+=.5*Math.sqrt(D*D+O*O+z*z),f[v]=g}return g<=0?null:{total:g,sample:(v,y)=>{let _=0,b=l-1;for(;_<b;){let ne=_+b>>1;f[ne]<v?_=ne+1:b=ne}let x=_,w=u(x,0),S=u(x,1),M=u(x,2),T=y(),A=y();T+A>1&&(T=1-T,A=1-A);let E,R,N,D=1-T-A,O=c(w)*D+c(S)*T+c(M)*A,z=p(w)*D+p(S)*T+p(M)*A,U=m(w)*D+m(S)*T+m(M)*A;if(n){if(E=n.getX(w)*D+n.getX(S)*T+n.getX(M)*A,R=n.getY(w)*D+n.getY(S)*T+n.getY(M)*A,N=n.getZ(w)*D+n.getZ(S)*T+n.getZ(M)*A,d){let ne=d[0]*E+d[3]*R+d[6]*N,ve=d[1]*E+d[4]*R+d[7]*N,oe=d[2]*E+d[5]*R+d[8]*N;E=ne,R=ve,N=oe}}else{let ne=c(w),ve=p(w),oe=m(w),me=c(S)-ne,ye=p(S)-ve,Z=m(S)-oe,pe=c(M)-ne,H=p(M)-ve,F=m(M)-oe;E=ye*F-Z*H,R=Z*pe-me*F,N=me*H-ye*pe}let G=Math.sqrt(E*E+R*R+N*N)||1,j=1,K=1,q=1;if(a)j=a.getX(w)*D+a.getX(S)*T+a.getX(M)*A,K=a.getY(w)*D+a.getY(S)*T+a.getY(M)*A,q=a.getZ(w)*D+a.getZ(S)*T+a.getZ(M)*A;else if(e.sampleColor){let ne=s?s.getX(w)*D+s.getX(S)*T+s.getX(M)*A:.5,ve=s?s.getY(w)*D+s.getY(S)*T+s.getY(M)*A:.5,oe=e.sampleColor(ne,ve);oe&&(j=oe.r,K=oe.g,q=oe.b)}return{x:O,y:z,z:U,nx:E/G,ny:R/G,nz:N/G,cr:j,cg:K,cb:q}}}}function die(e){let t=Math.min(Math.max(1,Math.floor(e.guideStrands)),Px),i=function(l){let u=l>>>0;return()=>{u|=0,u=u+1831565813|0;let h=Math.imul(u^u>>>15,1|u);return h=h+Math.imul(h^h>>>7,61|h)^h,((h^h>>>14)>>>0)/4294967296}}(e.seed??1337),r=e.shape==="object"&&e.sampler,n=r?e.samplerRadius??od:od,s=new Float32Array(4*Jp),a=new Float32Array(Jp),o=new Float32Array(4*Px).fill(1);for(let l=0;l<t;l++){let u=r?e.sampler(i):ROe(e.shape,i),h=r?u.x:u.x*n,d=r?u.y:u.y*n,c=r?u.z:u.z*n,{nx:p,ny:m,nz:f}=u;o[4*l+0]=u.cr,o[4*l+1]=u.cg,o[4*l+2]=u.cb;let g,v,y,_=l*kv,b=(1.8+.8*i())*e.hairLength*n/(kv-1),x=.5+1.5*i(),w=(.02+.06*i())*n;Math.abs(m)<.99?(g=-f,v=0,y=p):(g=1,v=0,y=0);let S=Math.sqrt(g*g+v*v+y*y)||1;for(let M=0;M<kv;M++){let T=M/(kv-1),A=T*T*.4*n,E=w*Math.sin(T*x*Math.PI*2),R=4*(_+M);s[R+0]=h+p*b*M+E*g/S,s[R+1]=d+m*b*M-A+E*v/S,s[R+2]=c+f*b*M+E*y/S,s[R+3]=M===0?0:1,M<kv-1&&(a[_+M]=b)}}return{initialPositions:s,restLengths:a,unitScale:n,rootColors:o}}var kv,Px,Jp,od,ug,BS,q1,D0,$1,pI,Tbe=V(()=>{le(),Jp=(Px=16384)*(kv=32),od=100}),Mbe=V(()=>{le(),Pa(),KX(),COe(),Tbe(),ug=1/60,BS=new Ve,q1=new Zt,D0=new P,$1=new P,pI=class extends Ss{constructor(e,t,i){super(e,t),this.type="HairSystem",this.isHairSystem=!0,this.simRunning=!1,this.previewRequested=!1,this.playModeActive=!1,this.pendingSimSeconds=0,this.simTime=0,this.resetRequested=!0,this.generation=0,this.settledSimSeconds=0,this.lastMotionFingerprint=0,this.lastBoneQuat=new Zt,this.lastBonePos=new P,this.hasLastBone=!1,this.baseFoundAtRegen=!1,this.baseSourceGeomsAtRegen=[],this.baseSourceHashesAtRegen=[],this.baseColorHashAtRegen=0,this.baseScaleAtRegen=0,this.classicFallbackWarned=!1,this.regenSnapshot=null,this.context=i,this.data=t,this.geometry.setAttribute("position",new It(new Float32Array(0),3)),this.material=new Zl({colorWrite:!1,depthWrite:!1}),this.frustumCulled=!1,this.scalpMesh=new Cr(new Fm(od,48,32),new Zl({color:5448477})),this.scalpMesh.name="HairScalp",this.add(this.scalpMesh);let r=new NO;r.setAttribute("position",new It(new Float32Array(12),3)),r.setIndex([0,2,1,2,3,1]),r.instanceCount=0,this.ribbonMesh=new Cr(r,new Zl({visible:!1})),this.ribbonMesh.name="HairRibbons",this.ribbonMesh.frustumCulled=!1,this.ribbonMesh.visible=!1,this.ribbonMesh.matrixAutoUpdate=!1,this.ribbonMesh.updateMatrixWorld=()=>{this.ribbonMesh.matrixWorld.identity()},this.ribbonMesh.updateWorldMatrix=()=>{this.ribbonMesh.matrixWorld.identity()},this.add(this.ribbonMesh),this.activeGuideStrands=t.guideStrands,this.roots=this.buildRoots(),this.regenSnapshot={guideStrands:t.guideStrands,hairLength:t.hairLength,spreadRadius:t.spreadRadius,headShape:t.headShape,baseObjectId:t.baseObjectId},this.applyScalpState(),this.applyShadowState(),this.syncSimRunning()}update(e){!this.simRunning||(this.pendingSimSeconds=Math.min(this.pendingSimSeconds+e/1e3,4*ug*2),this.trackMotionRest(e/1e3))}trackMotionRest(e){this.boneTransform(q1,D0);let t=this.hasLastBone&&(Math.abs(this.lastBoneQuat.dot(q1))<.9999995||this.lastBonePos.distanceToSquared(D0)>1e-8),i=this.motionFingerprint(),r=!this.hasLastBone||t||this.resetRequested||i!==this.lastMotionFingerprint||this.data.windStrength>.001;this.lastBoneQuat.copy(q1),this.lastBonePos.copy(D0),this.lastMotionFingerprint=i,this.hasLastBone=!0,this.settledSimSeconds=r?0:this.settledSimSeconds+e}motionFingerprint(){let e=this.data;return e.gravity+2*e.damping+3*e.localStiffness+4*e.globalStiffness+5*e.globalRange+6*e.stiffnessFalloff+7*e.windStrength+8*e.vspCoefficient+9*e.kink+10*e.kinkFrequency+11*e.clumpStrength+12*e.clumpSize+13*e.clumpTipScale}get isSimulating(){return(this.simRunning||this.resetRequested)&&this.visible}get isMotionSettled(){return this.settledSimSeconds>6}get isVisiblyAnimating(){return this.isSimulating&&!this.isMotionSettled}startPreview(){this.previewRequested=!0,this.syncSimRunning()}stopPreview(){this.previewRequested=!1,this.syncSimRunning()}setPlayMode(e){this.playModeActive=e,e&&this.resetSimulation(),this.syncSimRunning()}resetSimulation(){this.resetRequested=!0,this.pendingSimSeconds=0,this.simTime=0,this.settledSimSeconds=0}warnClassicFallbackOnce(){this.classicFallbackWarned||(this.classicFallbackWarned=!0,console.warn("[spline] Hair System strands require the WebGPU renderer \u2014 the WebGL fallback shows only the scalp. Reload with ?renderer=webgpu in a WebGPU-capable browser."))}syncSimRunning(){this.simRunning=this.playModeActive||this.previewRequested||this.data.autoPlay}updateState(e,t){super.updateState(e,t),this.updateHairState(e)}updateHairState(e){if((e.guideStrands!==void 0||e.hairLength!==void 0||e.spreadRadius!==void 0||e.headShape!==void 0||e.baseObjectId!==void 0)&&this.regenerate(),(e.headShape!==void 0||e.baseObjectId!==void 0)&&this.applyScalpState(),e.headColor!==void 0){let t=this.scalpMesh.material;t.isMeshBasicMaterial===!0&&t.color.setRGB(e.headColor.r,e.headColor.g,e.headColor.b,Yi)}(e.castShadow!==void 0||e.receiveShadow!==void 0)&&this.applyShadowState(),e.autoPlay!==void 0&&this.syncSimRunning()}applyShadowState(){let e=this.data.castShadow??!0,t=this.data.receiveShadow??!0;this.castShadow=e,this.receiveShadow=t,this.scalpMesh.castShadow=e,this.scalpMesh.receiveShadow=t,this.ribbonMesh.castShadow=e,this.ribbonMesh.receiveShadow=t}regenerate(){this.activeGuideStrands=Math.max(1,Math.min(Math.floor(this.data.guideStrands),16384)),this.roots=this.buildRoots(),this.generation++,this.regenSnapshot={guideStrands:this.data.guideStrands,hairLength:this.data.hairLength,spreadRadius:this.data.spreadRadius,headShape:this.data.headShape,baseObjectId:this.data.baseObjectId},this.resetSimulation()}checkDataDrift(){let e=this.data,t=this.regenSnapshot;if(t===null||t.guideStrands!==e.guideStrands||t.hairLength!==e.hairLength||t.spreadRadius!==e.spreadRadius||t.headShape!==e.headShape||t.baseObjectId!==e.baseObjectId){let i=t===null||t.headShape!==e.headShape||t.baseObjectId!==e.baseObjectId;this.regenerate(),i&&this.applyScalpState()}this.syncSimRunning(),this.applyShadowState(),this.checkBaseDrift()}buildRoots(){let{headShape:e,baseObjectId:t,guideStrands:i,hairLength:r}=this.data;if(this.baseFoundAtRegen=!1,this.baseSourceGeomsAtRegen=[],this.baseSourceHashesAtRegen=[],this.baseColorHashAtRegen=0,this.baseScaleAtRegen=0,e==="object"&&t){let n=this.context.scene.find(t);if(n){this.baseFoundAtRegen=!0,n.updateWorldMatrix(!0,!0);let s=this.collectBaseSources(n),a=s?function(o){let l=[];for(let d of o){let c=POe(d);c&&l.push(c)}if(l.length===0)return null;let u=new Float64Array(l.length),h=0;for(let d=0;d<l.length;d++)h+=l[d].total,u[d]=h;return h<=0?null:d=>{let c=d()*h,p=0,m=l.length-1;for(;p<m;){let g=p+m>>1;u[g]<c?p=g+1:m=g}let f=p===0?c:c-u[p-1];return l[p].sample(f,d)}}(s.sources):null;if(this.baseSourceGeomsAtRegen=s?.sources.map(o=>o.geometry)??[],this.baseSourceHashesAtRegen=s?.hashes??[],this.baseColorHashAtRegen=s?.colorHash??0,s&&a){let o=this.baseWorldScale(n),l=Math.max(s.radius*o,.001);this.baseScaleAtRegen=o;let u=o;return die({shape:"object",guideStrands:i,hairLength:r,sampler:h=>{let d=a(h);return{...d,x:d.x*u,y:d.y*u,z:d.z*u}},samplerRadius:l})}}}return die({shape:e==="object"?"sphere":e,guideStrands:i,hairLength:r})}collectBaseSources(e){let t=[],i=[],r=0,n=0;BS.copy(e.matrixWorld).invert();let s=BS.clone(),a=o=>{if(o.isHairSystem===!0||o!==e&&o.visible===!1)return;let l=o.geometry;if(o.isMesh===!0&&l&&(l.getAttribute("position")?.count??0)>=3){let u=o===e?void 0:new Ve().multiplyMatrices(s,o.matrixWorld),h=Array.isArray(o.material)?o.material[0]:o.material;t.push({geometry:l,matrix:u,sampleColor:AOe(h,this.context.shared)??void 0}),i.push(pI.matrixHash(u)),n+=function(c,p){let m=c,f=0,g=1,v=_=>{f+=_*g,g+=1},y=m?.data?.layers;if(y&&typeof y.forEach=="function"){let _=p;y.forEach(b=>{let x=b.data;if(x.visible!==!1){if(x.type==="color"){let w=x.color,S=typeof w=="string"?typeof _?.color=="function"?_.color(w):void 0:w;S&&typeof S.r=="number"&&(v(S.r),v(S.g),v(S.b)),v(mA(x.alpha,1))}else if(x.type==="gradient"){let w=x;for(let S of w.colors??[])v(S[0]),v(S[1]),v(S[2]),v(S[3]);for(let S of w.steps??[])v(S);v(mA(w.angle,0)),v(w.gradientType),v(w.smooth?1:0)}}})}else m?.color&&m.color.isColor===!0&&(v(m.color.r),v(m.color.g),v(m.color.b));return f}(h,this.context.shared),l.boundingSphere===null&&l.computeBoundingSphere();let d=l.boundingSphere;if(d){let c=0,p=1;u?(D0.copy(d.center).applyMatrix4(u),c=D0.length(),p=pI.matrixMaxScale(u)):c=d.center.length(),r=Math.max(r,c+d.radius*p)}}for(let u of o.children)a(u)};return a(e),t.length===0?null:{sources:t,hashes:i,radius:Math.max(r,.001),colorHash:n}}static matrixHash(e){if(!e)return 0;let t=e.elements,i=0;for(let r=0;r<16;r++)i+=t[r]*(r+1);return i}static matrixMaxScale(e){let t=e.elements,i=Math.hypot(t[0],t[1],t[2]),r=Math.hypot(t[4],t[5],t[6]),n=Math.hypot(t[8],t[9],t[10]);return Math.max(i,r,n,1e-6)}baseWorldScale(e){return BS.copy(e.matrixWorld).decompose(D0,q1,$1),Math.max(Math.abs($1.x),Math.abs($1.y),Math.abs($1.z),1e-6)}get widthWorldScale(){return this.data.headShape==="object"&&this.data.baseObjectId&&this.baseScaleAtRegen>0?this.baseScaleAtRegen:1}checkBaseDrift(){if(this.data.headShape!=="object"||!this.data.baseObjectId)return;let e=this.context.scene.find(this.data.baseObjectId);if(!e)return;if(!this.baseFoundAtRegen)return void this.regenerate();e.updateWorldMatrix(!0,!0);let t=this.collectBaseSources(e),i=t?.sources??[],r=t?.hashes??[],n=this.baseSourceGeomsAtRegen,s=this.baseSourceHashesAtRegen,a=i.length!==n.length;if(!a){for(let o=0;o<i.length;o++)if(i[o].geometry!==n[o]||Math.abs(r[o]-s[o])>1e-4*Math.max(Math.abs(s[o]),1)){a=!0;break}}if(!a&&this.data.hairColorSource==="object"&&(t?.colorHash??0)!==this.baseColorHashAtRegen&&(a=!0),!a&&i.length>0){let o=this.baseWorldScale(e);a=Math.abs(o-this.baseScaleAtRegen)>.001*Math.max(this.baseScaleAtRegen,1e-6)}a&&this.regenerate()}applyScalpState(){let e=this.data.headShape,t=e==="object"&&this.data.baseObjectId!==null;this.scalpMesh.visible=!t,!t&&(this.scalpMesh.geometry.dispose(),this.scalpMesh.geometry=e==="torus"?new DO(1.4*od,.7*od,24,48):e==="cylinder"?new lE(.8*od,.8*od,1.6*od,48,1):new Fm(od,48,32))}boneTransform(e,t){let i=this.matrixWorld;if(this.data.headShape==="object"&&this.data.baseObjectId){let r=this.context.scene.find(this.data.baseObjectId)?.matrixWorld;r&&(i=r)}BS.copy(i).decompose(t,e,$1)}raycast(e,t){if(!this.scalpMesh.visible)return;let i=[];this.scalpMesh.raycast(e,i);for(let r of i)r.object=this,t.push(r)}get shadowBoundsRadius(){let e=this.data.headShape==="torus"?2.6:1.5;return this.roots.unitScale*(e+2.6*Math.max(this.data.hairLength,0))}getShadowBoundsCenter(e){return this.boneTransform(q1,e),e}updateEntityBoxSize(e,t){let i=this.shadowBoundsRadius;e.set(0,0,0),t.set(i,i,i)}dispose(){super.dispose(),this.scalpMesh.geometry.dispose(),this.scalpMesh.material.dispose(),this.ribbonMesh.geometry.dispose(),this.ribbonMesh.material.dispose?.(),$H()?.release(this)}}});function mI(){return{shapeInput:()=>`
4169
+ `&&T.push("")):x.getTextWidth(T[T.length-1]+A,b)>M&&(T[T.length-1].length&&T.push(""),x.getTextWidth(T[T.length-1]+A,b)>M&&(A.length===1?(T[T.length-1]+=A,A=""):(T[T.length-1]+=A.slice(0,-1),A=A[A.length-1],T.push(""))));return T[T.length-1]+=A,T}(e,i,u===2?h.toUpperCase():u===3?h.toLowerCase():h,t),{shapes:c,charWidths:p,charCoords:m}=i.generateShapes(d,e,t),f=.5*(typeof r=="number"?r:Number(t.getVariable(r))),g=.5*(typeof n=="number"?n:Number(t.getVariable(n))),v=c.map(b=>new hs().fromShape(b,!0));this.vectorShapes=v;let y=v.map(b=>Qg.create({shape:b,parameters:{depth:s,extrudeBevelSegments:o,extrudeBevelSize:a,windingRule:s<=0?xn.NONZERO:xn.ODD,subdivisions:this.isLowResolution&&s>0?1:12}})),_=y.length?Zv(y):jte();_.translate(-f,g,0),this.dispose(),this.wrappedText=d,this.charCoords=m,this.charWidths=p,this.deleteAttribute("extrudeNormal"),Object.entries(_.attributes).forEach(([b,x])=>{this.setAttribute(b,x)}),this.setIndex(_.index),this.computeBoundingSphere()}clone(){let e=Ho(new At,PH.prototype);return e.copy(this),console.log("CloneGeometry",this,e),e}copy(e){return Object.entries(e.attributes).forEach(([t,i])=>{this.setAttribute(t,i)}),this.setIndex(e.index),this.userData={parameters:{...e.userData.parameters},type:"TextGeometry"},this}async setText(e,t){this.font&&await this.font.loadingPromise,await this.update({...this.userData.parameters,text:{textValue:e}},t)}get text(){return this.userData.parameters.text??""}}});function yOe(e){if(!DH)return Wte||(Wte=async function(){let t=e??"https://cdn.spline.design/@splinetool/runtime@2.0.21/build",i=import("./process.js"),[r,n]=await Promise.all([i,fetch(`${t}/process.wasm`).then(o=>o.arrayBuffer())]),s=r.default,a=await s({wasmBinary:n});obe(a),DH=!0}())}var obe,OX,DH,Wte,B4=V(()=>{OX=new Promise(e=>{obe=e}),DH=!1});function FF(e,t){if(Object.keys(e.morphAttributes).length>0||Object.keys(t.morphAttributes).length>0)return!1;let i=Object.keys(e.attributes),r=Object.keys(t.attributes);if(i.length!==r.length)return!1;for(let o of r){let l=e.attributes[o],u=t.attributes[o];if(l===void 0||l.isInterleavedBufferAttribute===!0||u.isInterleavedBufferAttribute===!0||l.itemSize!==u.itemSize||l.normalized!==u.normalized||l.array.constructor!==u.array.constructor||l.array.length!==u.array.length)return!1}let n=e.index,s=t.index;if(n===null!=(s===null))return!1;let a=!1;if(n!==null&&s!==null){if(n.array.length!==s.array.length)return!1;let o=n.array.constructor,l=s.array.constructor;if(o!==l){if(o!==Uint32Array||l!==Uint16Array)return!1;a=!0}}if(e.groups.length!==t.groups.length)return!1;for(let o=0;o<t.groups.length;o++){let l=e.groups[o],u=t.groups[o];if(l.start!==u.start||l.count!==u.count||l.materialIndex!==u.materialIndex)return!1}for(let o of r){let l=e.attributes[o],u=t.attributes[o];l.array.set(u.array),l.needsUpdate=!0}if(n!==null&&s!==null){if(a){let o=n.array,l=s.array;for(let u=0,h=l.length;u<h;u++){let d=l[u];o[u]=d===65535?4294967295:d}}else n.array.set(s.array);n.needsUpdate=!0}return e.drawRange.start=t.drawRange.start,e.drawRange.count=t.drawRange.count,e.userData=t.userData,e.boundingBox=null,e.boundingSphere=null,!0}function NH(e,t,i,r){let n,s,a,o=e.position.array,l=e.normal.array,u=lbe.makeScale(t,i,r).invert().elements;for(let h=0,d=o.length;h<d;h+=3)o[h]*=t,o[h+1]*=i,o[h+2]*=r,n=l[h],s=l[h+1],a=l[h+2],l[h]=u[0]*n+u[4]*s+u[8]*a,l[h+1]=u[1]*n+u[5]*s+u[9]*a,l[h+2]=u[2]*n+u[6]*s+u[10]*a;e.position.needsUpdate=!0,e.normal.needsUpdate=!0}var lbe,hbe=V(()=>{le(),lbe=new Ve});function ube(e){let t=Object.keys(e);return t.length===1&&t[0]==="subdivisions"}function LX(e,t){let i=t?t.count:e.count,r=0,n=1e4,s=new Map,a=new Uint32Array(i),o=[];for(let h=0;h<i;h++){let d=t?t.getX(h):h,c=e.getX(d),p=e.getY(d),m=e.getZ(d),f=Math.round(c*n),g=Math.round(p*n),v=Math.round(m*n),y=s.get(f);y===void 0&&(y=new Map,s.set(f,y));let _=y.get(g);_===void 0&&(_=new Map,y.set(g,_));let b=_.get(v);b===void 0&&(b=r++,_.set(v,b),o.push(c,p,m)),a[h]=b}let l=[],u=[];for(let h=0;h<a.length;h+=3)a[h]===a[h+1]||a[h]===a[h+2]||a[h+1]===a[h+2]||(l.push(a[h],a[h+1],a[h+2]),u.push(t?t.getX(h):h,t?t.getX(h+1):h+1,t?t.getX(h+2):h+2));return{positions:o,triIndices:l,triOriginals:u}}var OS,P0,ri,zF,kF,VF,ls,LS,c3,p3,m3,IH,dI,bw=V(()=>{le(),B4(),Ht(),U4(),hbe(),hA(),OS=new mn,P0=new P,OX.then(e=>{ri=e}),zF=new Float32Array([10,10,0,-10,10,0,-10,-10,0,10,-10,0]),kF=new Uint32Array([0,1,2,3]),VF=new Uint8Array([4]),ls=class extends At{constructor(e,t){super(),this.data=e,this.flatShading=t,this.subdivPointer=0,this.rebuild(),this.freeSubdivPointer()}mutateDirectlyScaleBaked(e,t){this.freeSubdivPointer();let i=this.data.scaleBaked.map(a=>typeof a=="number"?a:1),r=Og.div(t.map(a=>typeof a=="number"?a:0),i);if(r.every(a=>a===1))return;this.subdividedGeometry&&NH(this.subdividedGeometry.attributes,...r),this.originalGeometry&&NH(this.originalGeometry.attributes,...r),this.data=e;let n=this.userData.parameters;this.userData.parameters={width:n.width*r[0],height:n.height*r[1],depth:n.depth*r[2]},this.originalGeometry.boundingSphere.center.multiply(P0.fromArray(r));let s=P0.set(n.width,n.height,n.depth).length();this.originalGeometry.boundingSphere.radius=s/2}ensureSubdivPointer(){return this.subdivPointer===0&&this.rebuild(),this.subdivPointer}mutateDirectlySubdivisions(e){this.freeSubdivPointer(),this.data=e;let t=e.phongAngle??35;this.flatShading&&(t=-1);let i=null;if(e.subdivisions>0){let n=0;try{n=ls.allocate(e),i=ls.buildRefined(n,e.subdivisions,t)}catch(s){console.error(s,e)}finally{n&&ls.freeSubdivPointer(n)}}this.subdividedGeometry?.dispose(),this.subdividedGeometry=i??void 0,this.subdividedGeometry&&(this.subdividedGeometry.boundingSphere=this.originalGeometry.boundingSphere);let r=this.userData.parameters;Object.assign(this,this.subdividedGeometry??this.originalGeometry),this.userData.parameters=r}rebuild(){let e,t,i;try{({originalGeometry:e,subdividedGeometry:t,subdivPointer:i}=ls.build(this.data,void 0,!this.flatShading,void 0))}catch{e=new Ph(100,100,100),i=0}this.subdivPointer=i,this.originalGeometry=e,this.subdividedGeometry=t??void 0;let r=this.subdividedGeometry??this.originalGeometry;Object.assign(this,r),this.calcBoundingBox()}freeSubdivPointer(){this.subdivPointer&&(ls.freeSubdivPointer(this.subdivPointer),this.subdivPointer=0)}dispose(){super.dispose(),this.freeSubdivPointer()}calcBoundingBox(){let e=this.originalGeometry;e.boundingSphere===null&&(e.boundingSphere=new Ha,this.subdividedGeometry&&(this.subdividedGeometry.boundingSphere=e.boundingSphere));let t=e.attributes.position,i=e.boundingSphere.center;OS.setFromBufferAttribute(t),OS.getCenter(i),e.boundingSphere.radius=i.distanceTo(OS.max),isNaN(e.boundingSphere.radius)&&console.error('THREE.BufferGeometry.computeBoundingSphere(): Computed radius is NaN. The "position" attribute is likely to have NaN values.',this),OS.getSize(P0);let r={width:P0.x,height:P0.y,depth:P0.z};return this.userData.parameters=r,r}static build(e,t,i,r){let n,s,a=e?.phongAngle??35;i===!1&&(a=-1),t&&(ri.free_bvh(t),ri.free_subdivision_surface(t));try{n=ls.allocate(e,r)}catch(l){console.error(l,e),n=ls.allocate({positionWASM:zF,indexWASM:kF,verticesPerFaceWASM:VF},r)}ri.set_destination_refinement_level(n,0);let o=ls.buildLevel(n,!0,a);return s=e.subdivisions>0?ls.buildRefined(n,e.subdivisions,a):null,{subdivPointer:n,originalGeometry:o,subdividedGeometry:s}}static buildRefined(e,t,i){try{return ri.set_destination_refinement_level(e,t),ls.buildLevel(e,!1,i)??null}catch{try{return ri.set_destination_refinement_level(e,t-1),ls.buildLevel(e,!1,i)??null}catch{return null}}}static primitiveToQuads(e,t,i){e.widthSegments>16&&(e.widthSegments=16),e.heightSegments>16&&(e.heightSegments=16),e.depthSegments>16&&(e.depthSegments=16),e.radialSegments>16&&(e.radialSegments=16),e.type==="DodecahedronGeometry"&&(e.detail=0);let r,n=e.shape!==void 0||e.path!==void 0?t.geometry:Cg(e,i,!1,t);r=u_e(e)?n.getClosedTorusIndicesForBooleanOrSubdiv():n.getIndex();let s,{positions:a,triIndices:o,triOriginals:l}=LX(n.getAttribute("position"),r);if(e.type==="CylinderGeometry"&&e.cornerRadius===0&&e.hollow===0&&e.openEnded===!1){let c=e.radialSegments*e.heightSegments*3*2;s=[c,c+3*e.radialSegments]}let{indices:u,verticesPerFace:h,uvs:d}=function(c,p,m,f,g){let v=[],y=[],_=g?m.getAttribute("uv"):void 0,b=_&&_.itemSize===2?[]:void 0,x=M=>{if(b){let T=g[M];b.push(_.getX(T),_.getY(T))}};if(m.userData.shape!==void 0&&m.userData.parameters.depth===0&&m.userData.shape.shapeHoles.length===0){let M=m.userData.shape.extractShapePointsToFlatArray([]),T=m.userData.parameters.spikes;if(m.userData.type==="EllipseGeometry"&&T<=24&&T%4==0&&m.userData.parameters.angle>=360){let R=M.length/2/T;M=M.filter((N,D)=>Math.floor(D/2)%R===0)}let A=0;for(let R=0;R<M.length;R+=2)A+=(M[R]-M[(R===0?M.length:R)-2])*(M[R+1]+M[(R===0?M.length:R)-1]);c.length=0;let E=0;if(A<0)for(let R=0;R<M.length;R+=2)c.push(M[R],M[R+1],0),v.push(E++);else for(let R=M.length-2;R>=0;R-=2)c.push(M[R],M[R+1],0),v.push(E++);return y.push(E),{indices:v,verticesPerFace:y}}let w=new Float32Array([m.userData.parameters.depth])[0],S=0;for(;S<p.length;){if(m.useNgonForTopBottomFaceDuringBake){let M=0;if((c[3*p[S]+2]===w||c[3*p[S]+2]===0)&&M++,(c[3*p[S+1]+2]===w||c[3*p[S+1]+2]===0)&&M++,(c[3*p[S+2]+2]===w||c[3*p[S+2]+2]===0)&&M++,M===3)break}if(p[S+1]===p[S+3]&&p[S+2]===p[S+5]||p[S+0]===p[S+3]&&p[S+2]===p[S+4]){LS.set(c[3*p[S]],c[3*p[S]+1],c[3*p[S]+2]),c3.set(c[3*p[S+1]],c[3*p[S+1]+1],c[3*p[S+1]+2]),p3.set(c[3*p[S+4]],c[3*p[S+4]+1],c[3*p[S+4]+2]),m3.set(c[3*p[S+5]],c[3*p[S+5]+1],c[3*p[S+5]+2]),c3.sub(LS).normalize(),p3.sub(LS).normalize(),m3.sub(LS).normalize();let M=c3.cross(p3).dot(m3),T=S;Math.abs(M)>.005||f&&f.some((A,E)=>E%2!=1&&T>=f[E]&&T<f[E+1])?(v.push(p[S],p[S+1],p[S+2]),x(S),x(S+1),x(S+2),y.push(3),S+=3):(v.push(p[S],p[S+1],p[S+4],p[S+5]),x(S),x(S+1),x(S+4),x(S+5),y.push(4),S+=6)}else v.push(p[S],p[S+1],p[S+2]),x(S),x(S+1),x(S+2),y.push(3),S+=3}if(m.useNgonForTopBottomFaceDuringBake){let M=[],T=[],A=0;for(let E=0,R=0;E<c.length;E+=3,R++)c[E+2]===0&&(M.push(R),A++),c[E+2]===w&&T.push(R);if(m.userData.parameters.extrudeBevelSize===0){let E=T[0];T[0]=T[1],T[1]=E}M.reverse(),v.push(...M,...T),y.push(A,A),b=void 0}return{indices:v,verticesPerFace:y,uvs:b}}(a,o,n,s,l);return{positions:a,indices:u,verticesPerFace:h,uvs:d}}static allocate(e,t){let i,r,n,s=[],a=[];e.positionWASM&&e.positionWASM.length>0?(i=e.positionWASM,r=e.indexWASM,n=e.verticesPerFaceWASM,ri.alloc_subdivision_surface_uvs&&e.uvWASM&&e.uvWASM.length===2*r.length&&(a=e.uvWASM)):(i=zF,r=kF,n=VF);let o,l=i.length,u=r.length,h=n.length,d=i.length+s.length+a.length,c=r.length+n.length,p=d*Float32Array.BYTES_PER_ELEMENT+c*Uint32Array.BYTES_PER_ELEMENT,m=d*Float32Array.BYTES_PER_ELEMENT,f=ri._malloc(p),g=new Float32Array(ri.HEAPF32.buffer,f,d),v=new Uint32Array(ri.HEAPU32.buffer,f+m,c);g.set(i,0),g.set(s,i.length),g.set(a,i.length+s.length),v.set(r,0),v.set(n,r.length),e?.scaleBaked?.some(b=>b!==1)&&(o=new Ve().makeScale(...e.scaleBaked.map(b=>typeof b=="number"?b:1))),t&&(o?o.premultiply(t):o=t);let y=f+(i.length+s.length)*Float32Array.BYTES_PER_ELEMENT,_=a.length?o?ri.alloc_subdivision_surface_uvs2(f,l,f+m,u,f+m+r.length*Uint32Array.BYTES_PER_ELEMENT,h,y,a.length,o.elements):ri.alloc_subdivision_surface_uvs(f,l,f+m,u,f+m+r.length*Uint32Array.BYTES_PER_ELEMENT,h,y,a.length):o?ri.alloc_subdivision_surface2(f,l,f+m,u,f+m+r.length*Uint32Array.BYTES_PER_ELEMENT,h,o.elements):ri.alloc_subdivision_surface(f,l,f+m,u,f+m+r.length*Uint32Array.BYTES_PER_ELEMENT,h);return ri._free(f),_}static buildLevel(e,t,i,r,n,s=!1){let a=n?ri.get_mesh_data2(e,t?ri.Level.CONTROL:ri.Level.REFINED,i,n.elements):ri.get_mesh_data(e,t?ri.Level.CONTROL:ri.Level.REFINED,i),o=ri.HEAPU32.subarray(a>>2,10+(a>>2)),l=o.subarray(4,8),u=0,h=ri.HEAPU32[o[u]>>2],d=ri.HEAPF32.subarray(h>>2,(h>>2)+l[u]);u++;let c=ri.HEAPU32[o[u]>>2],p=ri.HEAPF32.subarray(c>>2,(c>>2)+l[u]);u++;let m=ri.HEAPU32[o[u]>>2],f=ri.HEAPU32.subarray(m>>2,(m>>2)+l[u]);u++;let g,v=ri.HEAPU32[o[u]>>2],y=ri.HEAPU32.subarray(v>>2,(v>>2)+l[u]);if(u++,ri.alloc_subdivision_surface_uvs){let b=o[9];if(b>0){let x=ri.HEAPU32[o[8]>>2];g=ri.HEAPF32.subarray(x>>2,(x>>2)+b)}}if(r===void 0){let b=new At;if(b.setIndex(new Um(y,1)),b.setAttribute("position",new Et(d,3)),b.setAttribute("normal",new Et(p,3)),g&&b.setAttribute("uv",new Et(g,2)),t){b.setAttribute("faceMap",new Um(f,1));let x=new Float32Array(p.length/3*4).fill(0);b.setAttribute("color",new It(x,4))}return ri.free_mesh_data(a),b.userData.type="SubdivGeometry",b}if(r.getAttribute("position").copyArray(d),r.getAttribute("normal").copyArray(p),r.attributes.position.needsUpdate=!0,r.attributes.normal.needsUpdate=!0,s){let b=r.getIndex();b!==null&&b.array.length===y.length&&(b.copyArray(y),b.needsUpdate=!0)}let _=r.getAttribute("uv");g&&_&&_.array.length===g.length&&(_.copyArray(g),_.needsUpdate=!0),ri.free_mesh_data(a)}static freeSubdivPointer(e){ri.free_bvh(e),ri.free_subdivision_surface(e)}static buildControlCageWireframe(e,t,i){let r=ri.get_wireframe_data_for_base_level(e),n=ri.HEAPU32.subarray(r>>2,4+(r>>2)),s=n.subarray(2,4),a=0,o=ri.HEAPU32[n[a]>>2],l=ri.HEAPF32.subarray(o>>2,(o>>2)+s[a]);a++;let u=ri.HEAPU32[n[a]>>2],h=ri.HEAPU32.subarray(u>>2,(u>>2)+s[a]);if(t===void 0){let d=new At;d.setAttribute("position",new Et(l,3));let c=new Float32Array(l.length);for(let p=0,m=l.length;p<m;)c[p++]=i.r,c[p++]=i.g,c[p++]=i.b;return d.setAttribute("color",new It(c,3)),d.setIndex(new Um(h,1)),ri.free_wireframe_data_for_base_level(r),d}t.getAttribute("position").copyArray(l),t.attributes.position.needsUpdate=!0,ri.free_wireframe_data_for_base_level(r)}static updateCollabMesh(e,t,i){let r=t===0;r||ri.set_destination_refinement_level(e,t);let n=i?ri.get_topological_data2(e,r?ri.Level.CONTROL:ri.Level.REFINED,i.elements):ri.get_topological_data(e,r?ri.Level.CONTROL:ri.Level.REFINED),s=ri.HEAPU32.subarray(n>>2,8+(n>>2)),a=s.subarray(3,6),o=0,l=ri.HEAPU32[s[o]>>2],u=new Float32Array(ri.HEAPF32.subarray(l>>2,(l>>2)+a[o]));o++;let h=ri.HEAPU32[s[o]>>2],d=new Uint32Array(ri.HEAPU32.subarray(h>>2,(h>>2)+a[o]));o++;let c,p=ri.HEAPU32[s[o]>>2],m=new Uint8Array(ri.HEAPU32.subarray(p>>2,(p>>2)+a[o]));if(ri.alloc_subdivision_surface_uvs){let f=s[7];if(f>0){let g=ri.HEAPU32[s[6]>>2];c=new Float32Array(ri.HEAPF32.subarray(g>>2,(g>>2)+f))}}return ri.free_topological_data(n),{positions:u,indices:d,verticesPerFace:m,uvs:c}}},LS=new P,c3=new P,p3=new P,m3=new P}),dbe=V(()=>{pte(),mte(),uL(),fte(),pL(),hA(),Pte(),Dte(),Nte(),CH(),Lte(),mL(),Bte(),Ute(),Fte(),RH(),zte(),kte(),Vte(),Gte(),jg(),_r(),pte(),mte(),uL(),fte(),pL(),gOe(),hA(),Pte(),Dte(),Nte(),CH(),Lte(),mL(),Bte(),Ute(),Fte(),RH(),zte(),kte(),Vte(),Gte(),jg(),vOe(),G_e(),abe(),bw(),B4(),N4(),IH={ConeGeometry:R_e,CubeGeometry:P_e,CylinderGeometry:RX,DodecahedronGeometry:D_e,EllipseGeometry:O4,HelixGeometry:d_e,IcosahedronGeometry:q_e,LatheGeometry:$_e,NonParametricGeometry:Y_e,PolygonGeometry:NX,PyramidGeometry:K_e,RectangleGeometry:L4,SphereGeometry:J_e,PlaneGeometry:ebe,BackdropGeometry:tbe,StarGeometry:IX,TextFrameGeometry:ibe,TorusGeometry:rbe,TorusKnotGeometry:nbe,TriangleGeometry:sbe,VectorGeometry:Qg},dI=e=>{let t=IH[e.type]??e_e(e.type);if(t===void 0)throw new Error(`No geometry factory registered for "${e.type}" \u2014 was its feature compiled out of this runtime build?`);return t.create(e)}});function Cg(e,t,i,r){let n,s,a;e.type==="PathGeometry"?(s=JSON.parse(JSON.stringify(e)),a=[[],["extrusion"]]):(s={...e},a=[[]]);for(let u of a){let h=s;for(let d of u)h=h[d];for(n in h){let d=h[n];NJ(d)&&!cbe.includes(n)&&(h[n]=t.getVariable(d,[r.uuid,"geometry",...u,n]),NJ(h[n])&&(h[n]=1))}}let o,l={parameters:s,type:s.type};if(s.type==="PathGeometry")l.path=s.path;else if(s.type==="VectorGeometry"){let u=hs.createFromState(s.shape,s.width,s.height);l.shape=u}else if(s.type==="NonParametricGeometry"){if(s.data.groups&&s.data.groups?.forEach(u=>u.materialIndex=Math.max(u.materialIndex??0,0)),l.geometry=new z$().parse(s),l.geometry.groups.length===0){let u=l.geometry;u.addGroup(0,Math.max(u.getIndex()?.count??0,u.getAttribute("position").count),0)}}else{if(s.type==="SubdivGeometry"){let u=new ls(s,i);return u.data=e,u}if(s.type==="TextGeometry"||s.type==="InputGeometry"){let u=e_e(s.type);if(u)return u.create(s,t);Sa("text",`a ${s.type}`);let h=hs.createFromState(sA.defaultData(),100,100);return dI({...s,shape:h,type:"VectorGeometry"})}if(s.type==="UIGeometry")return L4.create({parameters:{width:s.width,height:s.height,cornerRadius:s.cornerRadius,cornerType:s.cornerType}})}try{o=dI(l)}catch(u){console.error(u),console.error(`Error generating geometry with inputs: ${l}`);let h=hs.createFromState(sA.defaultData(),100,100);l.shape=h,l.type="VectorGeometry",o=dI(l)}return o}var cbe,qte,OH,U4=V(()=>{Ht(),le(),dbe(),_r(),mL(),Zg(),bw(),cbe=["font"]}),_Oe=V(()=>{U4(),qte=class{constructor(){this.objects=new Map,this.unreachable=new Set}getCached(e){return this.objects.get(e)}get size(){return this.objects.size}get(e,t,i){let r=this.objects.get(e);return r===void 0?(r=this.createObject(e,t,i),this.objects.set(e,r)):r.isShared=!0,r}forceDelete(e){let t=this.objects.get(e);t&&(this.disposeObject(t),this.objects.delete(e))}adopt(e,t){this.objects.set(e,t)}mutateIfUnique(e,t){let i=this.objects.get(e);if(i&&i.isShared!==!0)return this.objects.delete(e),this.objects.set(t,i),i}startGc(){this.unreachable=new Set(this.objects.keys())}markAsReachable(e,t){t===this.objects.get(e)&&this.unreachable.delete(e)}endGc(){this.unreachable.forEach(e=>{this.disposeObject(this.objects.get(e)),this.objects.delete(e)}),this.unreachable.clear()}dispose(){this.objects.forEach(e=>{this.disposeObject(e)}),this.objects.clear()}},OH=class extends qte{constructor(e){super(),this.flatShading=e}disposeObject(e){e.dispose()}createObject(e,t,i){let r=Cg(e,t,this.flatShading,i);return r.computeBoundingSphere(),r}}});function fL(){return NA}function pbe(){if(NA==="webgpu"){if(BH!==void 0)return BH;FH||(FH=!0,console.warn('[spe] Material backend is "webgpu" but no TSL material factory is registered \u2014 import spe/src/renderer/webgpu before creating materials. Falling back to WebGL materials.'))}if(UH===void 0)throw new Error('[spe] Classic (WebGL) materials are not available in this build \u2014 it was compiled WebGPU-only. Re-export the scene with renderer "Both" or "WebGL 2", or load the full runtime.');return UH}function mbe(e,t){return pbe().createRootMaterial(e,t)}function $te(e,t,i){return pbe().createSharedMaterial(e,t,i)}function Xte(e){return e.getLayersOfType===void 0&&Object.assign(e,{layers:[],getLayersOfType:()=>[],hasAO:!1,assetsLoaded:()=>!0}),e}function LH(){return gbe}var NA,BH,UH,FH,zH,fbe,gbe,kH,vbe,qm=V(()=>{NA="webgl",FH=!1}),bOe=V(()=>{vbe={markNeedsUpdateRendererDirty:()=>{}}});function wd(e,t){let i=0;if(!e.layers||e.layers.length===0)return!1;let r=e.layers?.find(n=>n.data.type==="light");if(r){let n=r.data,s=Number(t.getVariable(n.alphaOverride));if((typeof n.alphaOverride=="string"?s/100:n.alphaOverride)<1)return!0}for(let n of e.layers){if(n.data.type!=="displace"&&n.data.isMask)return!0;if(n.data.type!=="displace"&&"alpha"in n.data&&n.data.type!=="light"&&n.data.type!=="fresnel"&&n.data.type!=="cavity"&&n.data.type!=="dust"&&n.data.type!=="texture"&&n.data.type!=="matcap"&&n.data.type!=="rainbow"&&n.data.type!=="outline"&&n.data.type!=="pattern"){let s=n.data.visible?n.data.alpha:0;if(typeof s=="string"&&(s=Math.max(0,Math.min(1,Number(t.getVariable(s)??100)/100))),s===1&&n.data.type==="depth"||n.data.type==="gradient"){for(let a of n.data.colors)if(a[3]<1){s=a[3];break}}else if(s===1&&n.data.type==="noise"){let a=t.color(n.data.colorA).a,o=t.color(n.data.colorB).a,l=t.color(n.data.colorC).a,u=t.color(n.data.colorD).a,h=Math.min(a,Math.min(o,Math.min(l,u)));h<1&&(s=h)}i+=(1-i)*s}}return i<1}var F4=V(()=>{});function zm(e){return typeof e=="string"||typeof e=="number"&&e!==0}var Ih,Lt,xw,BX,Yte,Kte,Rh,Ed=V(()=>{Ih=(e,t,i)=>Math.max(0,Math.min(1,Number(t.getVariable(typeof e=="number"?100*e:e,i)??100)/100))??1,Lt=(e,t,i)=>typeof e=="number"?e:t.getVariable(e,i),xw={noise:["noiseType"],texture:["projection","axis","projectionAxis","side"],video:["projection","axis","projectionAxis","side"],displace:["noiseType"],light:["roughnessMap","bumpMap","roughnessMapChannel","metalnessMap","metalnessMapChannel","normalMap","aoMap","aoMapChannel","emissiveMap"],depth:["smooth","isWorldSpace","gradientType","isVector"],pattern:["style","projection","axis"],reflection:["tracingMode","mirror"]},BX={depth:["colors"],gradient:["colors","steps"],toon:["colors","steps"]}}),ww=V(()=>{le(),DA(),Yte=class extends R4(hn){},Kte=e=>e.type==="Mesh",Rh=class extends Yte{constructor(e){super(),this.object=e,this.isClone=!0,this.matrixAutoUpdate=!1,this.hasNonUniformScale=e.hasNonUniformScale}raycast(e,t){}expand(){let e=0,t=this.object.entityChildren(e);for(;t;){let i=this.children[e];i?.object!==t&&(i&&this.remove(i),i=new Rh(t),this.add(i),this.children.splice(e,0,this.children.pop()),i.matrixWorldNeedsUpdate=!0,i.matrixAutoUpdate=!1,i.matrix=t.matrix,i.hiddenMatrix=t.hiddenMatrix,i.pivotMatrix=t.pivotMatrix),i.expand(),e+=1,t=this.object.entityChildren(e)}for(;this.children.length>e;)this.remove(this.children[e]);this.pivotMatrix=this.object.pivotMatrix}get visible(){let e=this.object.cloner;return(e===void 0||this.parent!==e||!e.instancingActive&&!e.insideBoolean)&&(this.playModeVisible!==void 0?this.playModeVisible:this.object.visible||this.object.dataPatched.visible&&this.object.dataPatched.cloner?.hideBase===!0)}set visible(e){}get castShadow(){return this.object.castShadow}set castShadow(e){}get receiveShadow(){return this.object.receiveShadow}set receiveShadow(e){}get isMesh(){return Kte(this.object)}get isLight(){return this.object.isLight}get layers(){return this.object.layers}set layers(e){}get isCamera(){return!1}get geometry(){if(this.object.geometry)return this.object.geometry}get material(){if(this.object.material)return this.object.material}get morphTargetInfluences(){if(this.object.morphTargetInfluences)return this.object.morphTargetInfluences}set morphTargetInfluences(e){}}});function Zte(){return UX}var UX,FX,zX=V(()=>{UX=null,FX=null});function VH(e){return"variable_"+e}var GF,jF,HF,Qte,WF,Jte,eie,gL,kX=V(()=>{Ht(),b_e(),M_e(),I4(),bu(),EX(),CX(),_Oe(),qm(),w_e(),bOe(),F4(),Ed(),xl(),ww(),Nr(),le(),zX(),_r(),GF=new Ve,jF=new P,HF=new Zt,Qte=new P,WF=new cn,Jte=class extends y_e{constructor(e){super(),this.shared=e}create(e){return new MX(e,this.shared)}},(gL=eie=class{constructor(e,t={},i=!0,r=!1){if(this.data=e,this.needsJitter=i,this.enableLocalStorageForPersistentVariables=r,this.geometryCache=new OH(!0),this.geometryCache2=new OH(!1),this.imageHolderCache=new Jte(this),this.thisContext={scene:vbe,shared:this},this.deletedImage=new Pc(iH.emptyImage,this),this.deletedVideo=new Pc($O.defaultVideo,this),this.materials={},this.images={},this.uiBuffers={},this.videos={},this.colors={},this.audios={},this.particles={},this.fonts={},this.variables={},this.userAPIs={},this.userWebhooks={},this.mouseProperty=null,this.raycastProperty=null,this.requestRender=()=>{this._requestRender&&this._requestRender()},this.transientGeometryKeys=new WeakSet,t.images)for(let[n,s]of Object.entries(t.images))this.addImage(n,s);if(t.videos)for(let[n,s]of Object.entries(t.videos))this.addVideo(n,s);if(t.audios)for(let[n,s]of Object.entries(t.audios))this.addAudio(n,s);if(t.particles)for(let[n,s]of Object.entries(t.particles))this.addParticle(n,s);this.reset(e)}get deletedMaterial(){return this._deletedMaterial??(this._deletedMaterial=$te(is.defaultTwoLayerData("phong"),this.thisContext,"")),this._deletedMaterial}setRequestRender(e){this._requestRender=e}getImageLoadPromises(){return Object.values(this.images).map(e=>e.loadPromise)}setEntityOpContext(e){this.entityOpContext=e}reset(e,t=!1,i=!1){this.data=e,this.resetLib(e.lib);for(let{id:r,data:n}of e.variables)this.addVariableHolder(r,n),t&&this.updateVariableHolder(r,n);for(let[r,n]of Object.entries(e.userAPIs??{}))this.addUserAPI(r,n);for(let[r,n]of Object.entries(e.userWebhooks??{}))this.addUserWebhook(r,n);if(!i){for(let[r,n]of Object.entries(e.images))this.addImage(r,n);for(let[r,n]of Object.entries(e.videos))this.addVideo(r,n)}for(let[r,n]of Object.entries(e.colors))this.addColor(r,n);for(let[r,n]of Object.entries(e.lib.materials))this.addMaterial(r,n.asset);for(let[r,n]of Object.entries(e.materials))this.addMaterial(r,n);for(let[r,n]of Object.entries(e.audios))this.addAudio(r,n);for(let[r,n]of Object.entries(e.particles))this.addParticle(r,n);for(let[r,n]of Object.entries(e.fonts))this.addFont(r,n)}addMaterial(e,t){if(t.layers===void 0&&(t={...t,layers:is.defaultTwoLayerData("phong").layers}),this.materials[e]){let i=this.materials[e];i.reset(t,this.thisContext),i.dispose()}else{let i=$te(t,this.thisContext,e);this.materials[e]=i}}deleteMaterial(e){this.materials[e]&&(this.materials[e].nodeMaterialDispose(),delete this.materials[e])}getMaterial(e){return this.materials[e]}getMaterialOrDeletedPlaceholder(e){return this.materials[e]??this.deletedMaterial}material(e){return typeof e=="string"?this.getMaterialOrDeletedPlaceholder(e):e==null?(console.error("material is undefined or null"),this.deletedMaterial):(e.layers===void 0&&(e={...e,layers:is.defaultTwoLayerData("phong").layers}),mbe(e,this.thisContext))}getMaterials(){return this.materials}addImage(e,t){return this.images[e]?(this.onColorOrImageUpdate&&this.onColorOrImageUpdate(),this.images[e].updateSrc(t.data),!0):(this.images[e]=new Pc(t,this),!1)}deleteImage(e){let t=this.images[e];t&&(t.dispose(),delete this.images[e])}getDefaultImage(){return this.images.image_0}getImage(e){return this.images[e]??this.deletedImage}image(e){return typeof e=="string"?this.getImage(e):this.imageHolderCache.load(e)}addUIBuffer(e,t){return this.uiBuffers[e]?(this.onColorOrImageUpdate&&this.onColorOrImageUpdate(),this.uiBuffers[e].updateSrc(t),!0):(this.uiBuffers[e]=new Pc(t,this),!1)}uiBuffer(e){return this.uiBuffers[e]}addVideo(e,t){return this.videos[e]?(this.videos[e].updateSrc(t.data),!0):(this.videos[e]=new Pc(t,this),!1)}deleteVideo(e){let t=this.videos[e];t&&(t.dispose(),delete this.videos[e])}getVideo(e){return this.videos[e]??this.deletedVideo}video(e){return typeof e=="string"?this.getVideo(e):this.imageHolderCache.load(e)}addColor(e,t){return this.colors[e]?(this.onColorOrImageUpdate&&this.onColorOrImageUpdate(),"a"in t?this.colors[e].setRGBA(t.r,t.g,t.b,t.a):this.colors[e].setRGBA(t.r,t.g,t.b,1),!0):(this.colors[e]=new cA(t.r,t.g,t.b,"a"in t?t.a:1),!1)}updateColor(e,t){if(this.colors[e]){this.onColorOrImageUpdate&&this.onColorOrImageUpdate();let i=this.colors[e];return this.colors[e].r=t.r??i.r,this.colors[e].g=t.g??i.g,this.colors[e].b=t.b??i.b,this.colors[e].a=t.a??i.a,!0}return!1}deleteColor(e){this.colors[e]&&delete this.colors[e]}getColor(e){return this.colors[e]}getColorNames(){return Object.values(this.data.colors).map(e=>e.name)}getColorByName(e){for(let t in this.data.colors)if(this.data.colors[t].name===e)return{color:this.colors[t],id:t}}color(e){let t;if(typeof e!="string")return new Fr(e.r,e.g,e.b,"a"in e?e.a:1);{let i=this.getColor(e);i?t=i:(console.warn("Tried to create color layer params with a color key that does not exist in the assets manager"),t=new Fr(0,0,0,0))}return t}addAudio(e,t){this.audios[e]=t}getAudio(e){let t=this.audios[e];if(t instanceof rx)return t;{let i=new rx({src:t.data});return this.audios[e]=i,i}}addParticle(e,t){this.particles[e]=t}getParticle(e){return this.particles[e]}deleteParticle(e){this.particles[e]&&delete this.particles[e]}deleteAudio(e){let t=this.audios[e];t&&(t instanceof rx&&t.dispose(),delete this.audios[e])}addFont(e,t){let i=AX;i!==null?(this.fonts[e]=new i(t),this.fonts[e].loadingPromise.then(()=>this.requestRender())):Sa("text","a font asset")}getFont(e){return this.fonts[e]}deleteFont(e){this.fonts[e]&&delete this.fonts[e]}dispose(){Object.keys(this.materials).forEach(e=>this.deleteMaterial(e)),this._requestRender=void 0,Object.values(this.audios).forEach(e=>{e instanceof rx&&e.dispose()}),this.audios={},this.particles={},this.geometryCache.dispose(),this.geometryCache2.dispose()}addVariableHolder(e,t){if(this.variables[e]===void 0){let i=t.value;if(this.enableLocalStorageForPersistentVariables&&t.persistent){let r=localStorage.getItem(VH(e));i=r!==null?JSON.parse(r):t.value}return this.variables[e]={value:i,locations:[],persistent:t.persistent},"dynamicVariableType"in t&&(this.variables[e].dynamicVariablePlayState="Playing",this.variables[e].dynamicVariableToggleIsForward=void 0),!0}return this.variables[e].value=t.value,!1}resetDynamicVariablePlayState(){for(let e in this.variables)this.variables[e].dynamicVariablePlayState!==void 0&&(this.variables[e].dynamicVariablePlayState="Playing",this.variables[e].dynamicVariableToggleIsForward=void 0)}updateVariableHolder(e,t){this.updateVariable(e,t.value)}updateVariable(e,t){if(this.variables[e]===void 0)return!1;this.variables[e].value=t,this.enableLocalStorageForPersistentVariables&&this.variables[e].persistent&&localStorage.setItem(VH(e),JSON.stringify(t));let i=t;for(;typeof i=="string";)i=this.variables[i].value;let r=this.entityOpContext.scene,n=!1;for(let s=this.variables[e].locations.length-1;s>=0;s--){let a=this.variables[e].locations[s];if(a[0]==="material"){let o=a[1],l=i,u={scene:r,shared:this},h=a.slice(2);r.traverseMaterial(c=>{let p=c.root??c;p.uuid===o&&p.onVariableUpdate(h,l,u)});let d=this.materials[o];d&&d.onVariableUpdate(h,l,u)}else{let o=r.find(a[0]);if(o===void 0){this.variables[e].locations.splice(s,1);continue}if(n=!0,a[1]!=="geometry"&&a[1]!=="particles"){for(let l=1;l<a.length-1;l++)o=o[a[l]];a[1]==="rotation"?o[a[a.length-1]]=i*ht.DEG2RAD:o[a[a.length-1]]=i}if(o=r.find(a[0]),o.type==="ParticleEmitter"&&o.updateVariableState(i,a),hr.is(o))if(a[1]==="position"||a[1]==="rotation"||a[1]==="scale")o.onVariableUpdate();else if(a[1]==="geometry"){let l=o;o.component&&(l=o.component);let u=l.dataPatched;l.chooseGeoemtryCache(this).forceDelete(u.geometry),l.createGeometryDelayed(this.entityOpContext),l.onVariableUpdate(!0),l.invalidateDownstreamBooleanData(),l.instances.forEach(h=>{let d=h.dataPatched;h.chooseGeoemtryCache(this).forceDelete(d.geometry),h.createGeometryDelayed(this.entityOpContext),h.onVariableUpdate(!0),h.invalidateDownstreamBooleanData()})}else a[1]==="morphTargetInfluences"&&o.updateMorphInfluences(a[2],i)}}return n&&r.markShadowsDirty(),this.requestRender(),!0}updateEntityGeometryParams(e,t){let i=e;if(i.component&&(i=i.component),typeof i.chooseGeoemtryCache!="function")return!1;let r=i.dataPatched,n=r?.geometry;if(!n||typeof n.type!="string"||n.type==="VectorGeometry"||n.type==="PathGeometry")return!1;let s=u=>u.toLowerCase().replace(/[\s_.-]+/g,""),a=new Map;for(let u of Object.keys(n))a.set(s(u),u);let o={};for(let[u,h]of Object.entries(t??{})){let d=a.get(s(u));if(d===void 0||d==="type"||d==="font"||d==="shape"||d==="path"||d==="data")continue;if(d==="text"){(typeof h=="string"||typeof h=="number")&&(o[d]={textValue:String(h)});continue}let c=n[d];typeof h=="number"&&isFinite(h)&&(typeof c=="number"||typeof c=="string")&&(o[d]=h)}if(Object.keys(o).length===0)return!1;let l={...n,...o};return i.dataPatched={...r,geometry:l},this.transientGeometryKeys.has(n)&&i.chooseGeoemtryCache(this).forceDelete(r.geometry),this.transientGeometryKeys.add(l),i.createGeometryDelayed(this.entityOpContext),i.onVariableUpdate(!0),i.invalidateDownstreamBooleanData(),this.entityOpContext.scene.markShadowsDirty(),this.requestRender(),!0}resetEntityGeometryParams(e){let t=e;if(t.component&&(t=t.component),typeof t.chooseGeoemtryCache!="function")return!1;let i=t.dataPatched?.geometry;return!(!i||!this.transientGeometryKeys.has(i)||(t.dataPatched=t.data,t.chooseGeoemtryCache(this).forceDelete(i),t.createGeometryDelayed(this.entityOpContext),t.onVariableUpdate(!0),t.invalidateDownstreamBooleanData(),this.entityOpContext.scene.markShadowsDirty(),this.requestRender(),0))}updateEntityGeometryVertices(e,t){let i=e;if(i.component&&(i=i.component),typeof i.chooseGeoemtryCache!="function")return!1;let r=i.dataPatched,n=r?.geometry;if(!n||n.type!=="NonParametricGeometry")return!1;let s=t?.vertices;if(s===void 0||typeof s.length!="number"||s.length<9||s.length%3!=0||s.length/3>eie.MAX_TRANSIENT_VERTICES)return!1;let a,o,l,u=s instanceof Float32Array?s:Float32Array.from(s),h=u.length/3;if(t.normals!==void 0){if(t.normals.length!==u.length)return!1;a=t.normals instanceof Float32Array?t.normals:Float32Array.from(t.normals)}if(t.uvs!==void 0){if(t.uvs.length!==2*h)return!1;o=t.uvs instanceof Float32Array?t.uvs:Float32Array.from(t.uvs)}if(t.indices!==void 0){let x=h>65535?Uint32Array.from(t.indices):Uint16Array.from(t.indices);if(x.length===0||x.length%3!=0)return!1;for(let w=0;w<x.length;w++)if(x[w]>=h)return!1;l={array:x,itemSize:1,type:x.constructor.name,normalized:!1}}else{let x=n.data,w=x?.index;if(w?.array?.length){if(h<(x?.attributes?.position?.array?.length??0)/3){let S=w.array;for(let M=0;M<S.length;M++)if(S[M]>=h)return!1}l=w}}let d=1/0,c=1/0,p=1/0,m=-1/0,f=-1/0,g=-1/0;for(let x=0;x<u.length;x+=3){let w=u[x],S=u[x+1],M=u[x+2];w<d&&(d=w),w>m&&(m=w),S<c&&(c=S),S>f&&(f=S),M<p&&(p=M),M>g&&(g=M)}let v=(x,w)=>({array:x,itemSize:w,type:"Float32Array",normalized:!1}),y={position:v(u,3)};a&&(y.normal=v(a,3)),o&&(y.uv=v(o,2));let _={...n,width:m-d,height:f-c,depth:g-p,data:{attributes:y,...l?{index:l}:{}}},b=this.transientGeometryKeys.has(n);return i.dataPatched={...r,geometry:_},this.transientGeometryKeys.add(_),i.applyTransientGeometryData(this.entityOpContext,b),i.onVariableUpdate(!0),i.invalidateDownstreamBooleanData(),this.entityOpContext.scene.markShadowsDirty(),this.requestRender(),!0}setEntityInstanceTransforms(e,t){let i=e;i.component&&(i=i.component);let r=i.cloner;if(r===void 0)return-1;let n=r.children,s=Math.PI/180,a=!1;if(t===null)for(let o of n)o.transformOverride!==void 0&&(o.transformOverride=void 0,a=!0);else{if(!Array.isArray(t))return n.length;{let o=Math.min(t.length,n.length);for(let l=0;l<o;l++){let u=t[l],h=n[l];if(u==null){h.transformOverride!==void 0&&(h.transformOverride=void 0,a=!0);continue}let d=h.transformOverride??{position:[h.position.x,h.position.y,h.position.z],rotation:[h.rotation.x,h.rotation.y,h.rotation.z],scale:[h.scale.x,h.scale.y,h.scale.z]};u.position&&(typeof u.position.x=="number"&&(d.position[0]=u.position.x),typeof u.position.y=="number"&&(d.position[1]=u.position.y),typeof u.position.z=="number"&&(d.position[2]=u.position.z)),u.rotation&&(typeof u.rotation.x=="number"&&(d.rotation[0]=u.rotation.x*s),typeof u.rotation.y=="number"&&(d.rotation[1]=u.rotation.y*s),typeof u.rotation.z=="number"&&(d.rotation[2]=u.rotation.z*s)),u.scale&&(typeof u.scale.x=="number"&&(d.scale[0]=u.scale.x),typeof u.scale.y=="number"&&(d.scale[1]=u.scale.y),typeof u.scale.z=="number"&&(d.scale[2]=u.scale.z)),h.transformOverride=d,h.position.fromArray(d.position),h.rotation.fromArray(d.rotation),h.scale.fromArray(d.scale),h.updateMatrix(),h.hasNonUniformScale&&(h.updateMatrixWorld(),h.updateMatrixWorldRigid())}}}return a?r.update(this.entityOpContext):r.syncInstanceMatrices(),r.invalidateTransform(i),this.entityOpContext.scene.markShadowsDirty(),this.requestRender(),n.length}spawnRuntimeClone(e,t={}){if(typeof e.entityChildren!="function")return;let i=e.parent;if(i===null)return;let r=new Rh(e);r.playModeVisible=t.visible!==!1,r.expand(),typeof t.name=="string"&&(r.name=t.name);let n=Math.PI/180;return r.position.copy(e.position),r.rotation.copy(e.rotation),r.scale.copy(e.scale),r.hiddenMatrix.copy(e.hiddenMatrix),t.position&&(typeof t.position.x=="number"&&(r.position.x=t.position.x),typeof t.position.y=="number"&&(r.position.y=t.position.y),typeof t.position.z=="number"&&(r.position.z=t.position.z)),t.rotation&&(typeof t.rotation.x=="number"&&(r.rotation.x=t.rotation.x*n),typeof t.rotation.y=="number"&&(r.rotation.y=t.rotation.y*n),typeof t.rotation.z=="number"&&(r.rotation.z=t.rotation.z*n)),t.scale&&(typeof t.scale.x=="number"&&(r.scale.x=t.scale.x),typeof t.scale.y=="number"&&(r.scale.y=t.scale.y),typeof t.scale.z=="number"&&(r.scale.z=t.scale.z)),r.updateMatrix(),i.add(r),r.updateWorldMatrix(!0,!0),this.entityOpContext.scene.markShadowsDirty(),this.requestRender(),r}destroyRuntimeClone(e){e.removeFromParent(),this.entityOpContext.scene.markShadowsDirty(),this.requestRender()}updateEntityMaterialParams(e,t){let i=e.material;if(!i)return!1;let r=[];for(let u of Array.isArray(i)?i:[i]){let h=u.root??u;h&&Array.isArray(h.layers)&&h.data&&!r.includes(h)&&r.push(h)}if(r.length===0)return!1;let n={scene:this.entityOpContext.scene,shared:this},s=u=>u.toLowerCase().replace(/[\s_.-]+/g,""),a=u=>{if(typeof u=="string"){let h=new Fr(1,1,1,1);try{h.set(u)}catch{return null}return{r:h.r,g:h.g,b:h.b,a:void 0}}if(u&&typeof u=="object"&&"r"in u){let h=u;if([h.r,h.g,h.b].some(c=>typeof c!="number"||!isFinite(c)))return null;let d=Math.max(h.r,h.g,h.b)>1?1/255:1;return{r:h.r*d,g:h.g*d,b:h.b*d,a:typeof h.a=="number"?Math.max(0,Math.min(h.a,1)):void 0}}return null},o=(u,h,d)=>{if(!u.hasValue(h))return!1;let c=u.getValue(h);if(!c||typeof c!="object"||!c.isColor)return!1;let p=d.a??(typeof c.a=="number"?c.a:1);return c instanceof cA?u.setValue(h,new Fr(d.r,d.g,d.b,p)):typeof c.setRGBA=="function"?c.setRGBA(d.r,d.g,d.b,p):c.setRGB(d.r,d.g,d.b),!0},l=!1;for(let u of r){let h=u.data.layers??[],d=c=>u.layers.find(p=>p.uuid===c);if(t.color!==void 0){let c=a(t.color),p=h.find(f=>f.data.type==="color"),m=p&&d(p.id);if(c&&m&&o(m,"color",c)&&(l=!0,c.a!==void 0)){let f=c.a<1||wd(u.data,this);u.setTransparent?u.setTransparent(f,n.scene):u.transparent=f}}typeof t.alpha=="number"&&isFinite(t.alpha)&&(u.onVariableUpdate?.(["alphaOverride"],Math.max(0,Math.min(t.alpha,100)),n),l=!0);for(let c of t.layers??[]){if(!c||typeof c!="object")continue;let p=typeof c.id=="string"?h.find(v=>v.id===c.id):typeof c.index=="number"?h[c.index]:typeof c.type=="string"?h.find(v=>v.data.type===c.type):void 0,m=p&&d(p.id);if(!p||!m)continue;let f=xw[p.data.type]??[],g=Object.keys(p.data);for(let[v,y]of Object.entries(c)){if(v==="id"||v==="index"||v==="type")continue;let _=g.find(x=>x===v)??g.find(x=>s(x)===s(v))??v;if(f.includes(_))continue;let b=a(y);if(b&&o(m,_,b))l=!0;else if(typeof y=="number"&&isFinite(y))u.onVariableUpdate?.(["layer",p.id,_],y,n),l=!0;else if(Array.isArray(y)&&y.length<=3&&y.every(x=>typeof x=="number"&&isFinite(x))){let x=["x","y","z"];y.forEach((w,S)=>{u.onVariableUpdate?.(["layer",p.id,_,x[S]],w,n)}),l=!0}}}}return l&&this.requestRender(),l}deleteVariable(e){this.variables[e]&&delete this.variables[e]}getVariable(e,t){if(Array.isArray(e)){if(e[0]==="mouse")return this.mouseProperty?.[e[1]]??0;if(e[0]==="raycast")return this.raycastProperty?.[e[1]]??0;let i=this.entityOpContext.scene.find(e[0]);if(e[1]==="width"||e[1]==="height"||e[1]==="depth")return i.geometry.userData.parameters[e[1]];if((e[1]==="position"||e[1]==="rotation")&&e.length>2&&i?.getPhysicsLocalMatrix?.(GF))return GF.decompose(jF,HF,Qte),e[1]==="position"?jF[e[2]]:(WF.setFromQuaternion(HF,i.rotation.order),WF[e[2]]*ht.RAD2DEG);for(let r=1;r<e.length;r++)i=i[e[r]];return e[1]==="rotation"&&(i*=ht.RAD2DEG),i}for(let i in this.variables){if(t===void 0)break;let r=this.variables[i],n=r.locations?.findIndex(s=>wa.equal(s,t));n!==void 0&&n!==-1&&r.locations.splice(n,1)}if(typeof e=="string"){let i=e,r=e;do{if(r=i,this.variables[i]===void 0)break;let n=this.variables[i].value;t&&this.variables[r]!==void 0&&this.variables[r].locations.push(t),i=n}while(typeof i=="string");return i}return e}getVariables(){return this.variables}getVariablesNames(){return this.data.variables.map(e=>e.data.name)}getVariableByName(e){for(let t of this.data.variables)if(t.data.name===e)return{variable:t.data,id:t.id}}getDynamicVariablePlayState(e){return this.variables[e]?.dynamicVariablePlayState}setDynamicVariablePlayState(e,t){this.variables[e]!==void 0&&(this.variables[e].dynamicVariablePlayState=t)}getDynamicVariableToggleIsForward(e){return this.variables[e]?.dynamicVariableToggleIsForward}setDynamicVariableToggleIsForward(e,t){this.variables[e]!==void 0&&(this.variables[e].dynamicVariableToggleIsForward=t)}resetLib(e){for(let[t,i]of Object.entries(e.images))this.addImage(t,i.asset);for(let[t,i]of Object.entries(e.audios))this.addAudio(t,i.asset);for(let[t,i]of Object.entries(e.particles))this.addParticle(t,i.asset);for(let[t,i]of Object.entries(e.colors))this.addColor(t,i.asset);for(let[t,i]of Object.entries(e.fonts))this.addFont(t,i.asset);for(let[t,i]of Object.entries(e.videos))this.addVideo(t,i.asset);for(let[t,i]of Object.entries(e.variables))this.addVariableHolder(t,i.asset)}updateLibByOp(e,t){e.path[0]==="images"?e.path.length===1&&e.type===1?this.addImage(e.id,e.data.asset):e.path.length===1&&e.type===2&&this.deleteImage(e.id):e.path[0]==="videos"?e.path.length===1&&e.type===1?this.addVideo(e.id,e.data.asset):e.path.length===1&&e.type===2&&this.deleteVideo(e.id):e.path[0]==="audios"?e.path.length===1&&e.type===1?this.addAudio(e.id,e.data.asset):e.path.length===1&&e.type===2&&this.deleteAudio(e.id):e.path[0]==="particles"?e.path.length===1&&e.type===1?this.addParticle(e.id,e.data.asset):e.path.length===1&&e.type===2&&this.deleteParticle(e.id):e.path[0]==="colors"?e.path.length===1&&e.type===1?this.addColor(e.id,e.data.asset):e.path.length===1&&e.type===2&&this.deleteColor(e.id):e.path[0]==="materials"?e.path.length===1&&e.type===1?this.addMaterial(e.id,e.data.asset):e.path.length===1&&e.type===2&&this.deleteMaterial(e.id):e.path[0]==="fonts"?e.path.length===1&&e.type===1?this.addFont(e.id,e.data.asset):e.path.length===1&&e.type===2&&this.deleteFont(e.id):e.path[0]==="variables"?e.path.length===1&&e.type===1?this.addVariableHolder(e.id,e.data.asset):e.path.length===1&&e.type===2&&this.deleteVariable(e.id):e.path[0]==="components"&&t.updateByLibOp(e,this)}updateByOp(e,t,i){if(this.data=t,e.path[0]==="images")e.path.length===2&&e.type===0?e.props.data&&this.getImage(e.path[1]).updateSrc(e.props.data):e.path.length===1&&e.type===1?this.addImage(e.id,e.data):e.path.length===1&&e.type===2&&this.deleteImage(e.id);else if(e.path[0]==="videos")e.path.length===2&&e.type===0?e.props.data&&this.getVideo(e.path[1]).updateSrc(e.props.data):e.path.length===1&&e.type===1?this.addVideo(e.id,e.data):e.path.length===1&&e.type===2&&this.deleteVideo(e.id);else if(e.path[0]==="audios")e.path.length===2&&e.type===0?e.props.data&&this.addAudio(e.path[1],t.audios[e.path[1]]):e.path.length===1&&e.type===1?this.addAudio(e.id,e.data):e.path.length===1&&e.type===2&&this.deleteAudio(e.id);else if(e.path[0]==="particles")e.path.length===2&&e.type===0?e.props.data&&this.addParticle(e.path[1],t.particles[e.path[1]]):e.path.length===1&&e.type===1?this.addParticle(e.id,e.data):e.path.length===1&&e.type===2&&this.deleteParticle(e.id);else if(e.path[0]==="colors")e.path.length===2&&e.type===0?this.updateColor(e.path[1],e.props):e.path.length===1&&e.type===1?this.addColor(e.id,e.data):e.path.length===1&&e.type===2&&this.deleteColor(e.id);else if(e.path[0]==="materials")e.path.length===1&&e.type===1?this.addMaterial(e.id,e.data):e.path.length===1&&e.type===2?this.deleteMaterial(e.id):e.path.length>1&&this.getMaterial(e.path[1]).updateByOp(qa.drop(e,2),t.materials[e.path[1]],{shared:this,scene:i});else if(e.path[0]==="fonts")e.path.length===2&&e.type===0?this.updateFont(e.path[1],e,i):e.path.length===1&&e.type===1?this.addFont(e.id,e.data):e.path.length===1&&e.type===2&&this.deleteFont(e.id);else if(e.path[0]==="variables")e.path.length===2&&e.type===0?"value"in e.props?this.updateVariable(e.path[1],e.props.value):"persistent"in e.props&&(this.variables[e.path[1]].persistent=e.props.persistent):e.path.length===1&&e.type===4?this.addVariableHolder(e.id,e.data):e.path.length===1&&e.type===5&&this.deleteVariable(e.id);else if(e.path[0]==="userAPIs"){if(e.path.length===1&&e.type===1)this.addUserAPI(e.id,e.data);else if(e.path.length===1&&e.type===2)this.deleteUserAPI(e.id);else if(typeof e.path[1]=="string"){let r=t.userAPIs[e.path[1]];if(r){let n=e.type===0&&e.props.debounce===void 0,s=this.getUserAPI(e.path[1]);s!==void 0&&s===this.openAIRealtime?s.update(r):s?.update(r,this,n)}}}else if(e.path[0]==="userWebhooks"){if(e.path.length===1&&e.type===1)this.addUserWebhook(e.id,e.data);else if(e.path.length===1&&e.type===2)this.deleteUserWebhook(e.id);else if(typeof e.path[1]=="string"){let r=t.userWebhooks[e.path[1]];r&&this.getUserWebhook(e.path[1])?.update(r)}}else e.path[0]==="lib"&&this.updateLibByOp(qa.drop(e,1),i)}updateFont(e,t,i){if(t.props.url){let r=this.getFont(e),n={...this.data.fonts[e],url:t.props.url};r.update(n),r.loadingPromise.then(()=>this.requestRender()),i.updateFont(e,this)}}addUserAPI(e,t){if(this.userAPIs[e])return this.userAPIs[e].update(t,this),!0;if(this.openAIRealtime?.id===e)return this.openAIRealtime.update(t),!0;if(t.integration?.type==="VoiceAssistant"){let i=FX;return i===null?(Sa("ai-assistant","a voice-assistant integration"),!1):(this.openAIRealtime=i(t,e,this),!1)}{let i=Zte();return i===null?(Sa("api-services","a user API integration"),!1):(this.userAPIs[e]=i.createUserAPI(e,t,this),!1)}}getUserAPI(e){return this.openAIRealtime?.id===e?this.openAIRealtime:this.userAPIs[e]}getUserAPIs(){return this.userAPIs}deleteUserAPI(e){let t=this.userAPIs[e];t&&(t.dispose(),delete this.userAPIs[e])}addUserWebhook(e,t){if(this.userWebhooks[e])return this.userWebhooks[e].update(t),!0;{let i=Zte();return i===null?(Sa("api-services","a user webhook"),!1):(this.userWebhooks[e]=i.createUserWebhook(e,t),!1)}}getUserWebhook(e){return this.userWebhooks[e]}getUserWebhooks(){return this.userWebhooks}deleteUserWebhook(e){let t=this.userWebhooks[e];t&&(t.dispose(),delete this.userWebhooks[e])}get scene(){return this.entityOpContext.scene}}).MAX_TRANSIENT_VERTICES=6e4,new gL(mu.emptyData())});function ybe(e){return lL(e)||e?.isTSLNodeMaterial===!0}var bl,qF,$F,XF,tie,YF,Fn,_be=V(()=>{TX()}),h1=V(()=>{Ht(),Pa(),qm(),_be(),Nr(),Ja(),bl=class extends Ss{setMaterialOverride(e,t){this.materialOverride=Xte(e),this.material!==this.shadowCatcherMaterial&&(this.disposeMaterial(),this.material=this.materialOverride,this.layers.set(0),this.syncShapeBlendNodeLayer(),t.scene.markNeedsUpdateRendererDirty())}updateByPatchedOp(e,t,i){if(super.updateByPatchedOp(e,t,i),Qr(e.path,["geometry"])&&this.syncShadowCatcher(i),function(r,n){let s=[];if(n.length!==r.length)return null;{let a=0;for(;a<r.length;){if(n[a]==="*")s.push(r[a]);else if(r[a]!==n[a])return null;a+=1}}return s}(e.path,["materials"])!==null&&e.type===0&&Array.isArray(this.material))for(let[r,n]of Object.entries(e.props)){let s=this.material[Number(r)],a=i.shared.material(n);a!==s&&bl.disposeOneMaterial(s),this.material[Number(r)]=a}else if(Qr(e.path,["material"])){let r=this.material;!Array.isArray(r)&&typeof r?.updateByOp=="function"&&"material"in t&&typeof t.material!="string"&&r.updateByOp(qa.drop(e,1),t.material,i)}else if(Qr(e.path,["materials","*"])&&Array.isArray(this.material)){let r=e.path[1];if("materials"in t&&r<this.material.length){let n=t.materials[r];typeof n!="string"&&this.material[r].updateByOp(qa.drop(e,2),n,i)}}}get needsAO(){return this.material!==void 0&&(Array.isArray(this.material)?this.material[0]:this.material).hasAO}syncShapeBlendNodeLayer(){this.dataPatched.type==="Mesh"&&this.dataPatched.geometry.shapeBlendNode?this.layers.set(9):512&this.layers.mask&&this.layers.set(0)}updateState(e,t){super.updateState(e,t),e.castShadow!==void 0&&(this.castShadow=e.castShadow),e.receiveShadow!==void 0&&(this.receiveShadow=e.receiveShadow);let i,r=this.dataPatched;this.syncShapeBlendNodeLayer(),this.dataPatched.type==="Mesh"&&this.dataPatched.geometry.type==="ShapeBlendGeometry"&&(i={resolutionLevel:Math.min(8,this.dataPatched.geometry.resolutionLevel),useChildrenColors:this.dataPatched.geometry.useChildrenColors});let n=this.materialOverride!==void 0;!n&&e.geometry?.type!=="NonParametricGeometry"&&"material"in e&&e.material!==void 0&&(this.disposeMaterial(),this.material=t.shared.material(e.material).getFlavor(r.flatShading,r.side,r.wireframe,i),t.scene.markNeedsUpdateRendererDirty()),!n&&(e.geometry?.type==="NonParametricGeometry"||"materials"in e)&&("materials"in e&&e.materials!==void 0?(this.disposeMaterial(),this.material=e.materials.map(a=>t.shared.material(a).getFlavor(r.flatShading,r.side,r.wireframe)),t.scene.markNeedsUpdateRendererDirty()):"material"in e&&e.material!==void 0&&(this.disposeMaterial(),this.material=[t.shared.material(e.material).getFlavor(r.flatShading,r.side,r.wireframe)],t.scene.markNeedsUpdateRendererDirty()));let s=this.data;if(!n&&s.geometry?.type!=="NonParametricGeometry"&&"materials"in s&&s.materials!==void 0&&(this.disposeMaterial(),this.material=t.shared.material(s.materials[0]).getFlavor(r.flatShading,r.side,r.wireframe)),!n&&(e.flatShading!==void 0||e.wireframe!==void 0||e.side!==void 0))if(Array.isArray(this.material))for(let a=0;a<this.material.length;a++)this.material[a]=this.material[a].getFlavor(r.flatShading,r.side,r.wireframe);else this.material=this.material.getFlavor(r.flatShading,r.side,r.wireframe,i);this.syncShadowCatcher(t)}shadowCatcherActive(){let e=this.dataPatched,t=e.geometry?.type;return e.shadowCatcher===!0&&(t==="RectangleGeometry"||t==="PlaneGeometry")}syncShadowCatcher(e){let t=this.dataPatched;if(this.shadowCatcherActive()){if(this.shadowCatcherMaterial===void 0){let i=function(){let r=NA==="webgpu"&&zH!==void 0?zH:fbe;return r===void 0?null:Xte(r())}();if(i===null)return;this.shadowCatcherMaterial=i}this.shadowCatcherMaterial.side=t.side,this.material!==this.shadowCatcherMaterial&&(this.disposeMaterial(),this.material=this.shadowCatcherMaterial,e.scene.markNeedsUpdateRendererDirty()),this.castShadow=!1,this.receiveShadow=!0,this.layers.set(0)}else this.shadowCatcherMaterial!==void 0&&this.material===this.shadowCatcherMaterial&&(this.materialOverride!==void 0?(this.material=this.materialOverride,e.scene.markNeedsUpdateRendererDirty()):"material"in t&&t.material!==void 0&&(this.material=e.shared.material(t.material).getFlavor(t.flatShading,t.side,t.wireframe),e.scene.markNeedsUpdateRendererDirty(),this.needsAO&&this.layers.enable(5)),this.castShadow=t.castShadow,this.receiveShadow=t.receiveShadow)}static disposeOneMaterial(e){var t;ybe(e)&&!function(i){return i?.isClassicSharedMaterial===!0}(t=e)&&t?.isTSLSharedMaterial!==!0&&e.nodeMaterialDispose()}disposeMaterial(){this.material&&r1e(this.material).forEach(e=>{bl.disposeOneMaterial(e)})}dispose(){this.disposeMaterial(),this.shadowCatcherMaterial?.dispose(),super.dispose()}}}),wl=V(()=>{Ht(),Nr(),kX(),h1(),le(),U4(),bw(),hbe(),qF=new P,$F=new pt,XF=new pt,tie=new P,YF=new Ve,Fn=class extends bl{constructor(e,t,i){super(e,t),this.data=t,this.isSkinnedMesh=!1,this.localGeometry=void 0,t.bindMode&&t.bindMatrix&&(this.bindMode=t.bindMode,this.bindMatrix=new Ve().fromArray(t.bindMatrix),this.bindMatrixInverse=new Ve)}chooseGeoemtryCache(e){return e.geometryCache}supportsInPlaceGeometryUpdate(e){return e.isTextGeometry!==!0}markGeometryAsReachable(e){this.geometryCreateDeleyed instanceof At&&this.chooseGeoemtryCache(e).markAsReachable(this.dataPatched.geometry,this.geometryCreateDeleyed)}get builtSharedGeometry(){if(this.localGeometry===void 0)return this.geometryCreateDeleyed instanceof At?this.geometryCreateDeleyed:void 0}get geometry(){if(this.localGeometry!==void 0)return this.localGeometry;if(this.geometryCreateDeleyed instanceof gL){let e=this.geometryCreateDeleyed,t=this.chooseGeoemtryCache(e),i=this.dataPatched.geometry;this.geometryCreateDeleyed=t.get(i,e,this),this._geometryCacheKey=i}return this.geometryCreateDeleyed}set geometry(e){this.localGeometry=e}get is2DAndNoDepth(){let e=this.dataPatched.geometry;return KO.is2DParametricMesh(e.type)&&e.depth===0}get is2DType(){return KO.is2DParametricMesh(this.geometry.userData.type)}get isNonParametric(){return this.geometry.userData.type==="NonParametricGeometry"}updateByPatchedOp(e,t,i){super.updateByPatchedOp(e,t,i),Qr(e.path,["geometry"])&&this.updateByPatchedOpGeometry(qa.drop(e,1),t.geometry,i)}removeInteractionGeometry(e){this.localGeometry?.dispose(),this.localGeometry=void 0}updateGeometryInteractions(e,t){this.invalidateDownstreamBooleanData();let i=this.data.geometry.type;if(i==="NonParametricGeometry"||i==="SubdivGeometry"){let r,n,s,a=e;if(this.localGeometry===void 0){let d={...this.data.geometry,...a};this.localGeometry=Cg(d,t,this.data.flatShading,this)}a.scaleBaked?[r,n,s]=a.scaleBaked:{width:r,height:n,depth:s}=a;let o=this.localGeometry.userData,l=typeof r=="number"?r:1,u=typeof n=="number"?n:1,h=typeof s=="number"?s:1;o.sxPrev!==void 0&&NH(this.localGeometry.attributes,l/o.sxPrev,u/o.syPrev,h/o.szPrev),o.sxPrev=l,o.syPrev=u,o.szPrev=h}else{let r=Cg({...this.data.geometry,...e},t,this.data.flatShading,this);this.localGeometry!==void 0&&this.supportsInPlaceGeometryUpdate(this.localGeometry)&&FF(this.localGeometry,r)?r.dispose():(this.localGeometry?.dispose(),this.localGeometry=r)}}refreshAttachedClonersInteractions(e){for(let t of this.attachedSurfaceCloners)t.update(e)}refreshAttachedCloners(e){for(let t of this.attachedSurfaceCloners)e.scene.addPendingUpdateCloner(t.object)}refreshAttachedPaths(e){for(let t of this.attachedPaths)e.scene.addPendingCommand(()=>t.updateShape())}createGeometryDelayed(e){this.geometryCreateDeleyed=e.shared,this.refreshAttachedCloners(e),this.refreshAttachedPaths(e)}updateByPatchedOpGeometry(e,t,i){let r=!1;if(e.type===0&&e.path.length===0&&Object.keys(e.props).includes("scaleBaked")&&this.geometryCreateDeleyed instanceof ls&&this.chooseGeoemtryCache(i.shared).mutateIfUnique(this.geometryCreateDeleyed.data,t)===this.geometryCreateDeleyed&&(r=!0,this.geometryCreateDeleyed.mutateDirectlyScaleBaked(t,e.props.scaleBaked),this.refreshAttachedCloners(i),this.refreshAttachedPaths(i)),!r&&e.type===0&&e.path.length===0&&ube(e.props)&&this.geometryCreateDeleyed instanceof ls&&this.chooseGeoemtryCache(i.shared).mutateIfUnique(this.geometryCreateDeleyed.data,t)===this.geometryCreateDeleyed&&(r=!0,this.geometryCreateDeleyed.mutateDirectlySubdivisions(t),this.refreshAttachedCloners(i),this.refreshAttachedPaths(i)),!r&&e.type===0&&e.path.length===0&&this.geometryCreateDeleyed instanceof At&&!(this.geometryCreateDeleyed instanceof ls)&&this.supportsInPlaceGeometryUpdate(this.geometryCreateDeleyed)&&this._geometryCacheKey!==void 0){let n=i.shared,s=this.chooseGeoemtryCache(n),a=this.geometryCreateDeleyed;if(s.getCached(this._geometryCacheKey)===a&&a.isShared!==!0){let o=this.dataPatched.geometry,l=Cg(o,n,this.data.flatShading,this);FF(a,l)?(l.dispose(),a.computeBoundingSphere(),s.mutateIfUnique(this._geometryCacheKey,o)):(l.computeBoundingSphere(),s.forceDelete(this._geometryCacheKey),s.adopt(o,l),this.geometryCreateDeleyed=l),this._geometryCacheKey=o,r=!0,this.refreshAttachedCloners(i),this.refreshAttachedPaths(i)}}r||(i.scene?.markGeometryCacheDirty(),this.createGeometryDelayed(i)),this.syncShapeBlendNodeLayer(),this.resetBBoxNeedsUpdate(),this.invalidateDownstreamBooleanData()}updateGeometryOnStateUpdate(e,t){this.createGeometryDelayed(t)}applyTransientGeometryData(e,t){let i=e.shared,r=this.dataPatched.geometry;if(this.geometryCreateDeleyed instanceof At&&!(this.geometryCreateDeleyed instanceof ls)&&this.supportsInPlaceGeometryUpdate(this.geometryCreateDeleyed)&&this._geometryCacheKey!==void 0){let n=this.chooseGeoemtryCache(i),s=this.geometryCreateDeleyed;if(n.getCached(this._geometryCacheKey)===s&&s.isShared!==!0){let a=Cg(r,i,this.data.flatShading,this);return FF(s,a)?(a.dispose(),s.computeBoundingSphere(),n.mutateIfUnique(this._geometryCacheKey,r)):(a.computeBoundingSphere(),n.forceDelete(this._geometryCacheKey),n.adopt(r,a),this.geometryCreateDeleyed=a),this._geometryCacheKey=r,this.refreshAttachedCloners(e),void this.refreshAttachedPaths(e)}}t&&this._geometryCacheKey!==void 0&&this.chooseGeoemtryCache(i).forceDelete(this._geometryCacheKey),e.scene?.markGeometryCacheDirty(),this.createGeometryDelayed(e)}updateState(e,t){e.geometry!==void 0&&this.updateGeometryOnStateUpdate(e.geometry,t);let i=e.morphTargetInfluences;if(i){this.updateMorphTargets(),this.geometry.morphTargetsRelative=!0;for(let{data:{name:r,value:n}}of i)this.updateMorphInfluences(r,t.shared.getVariable(n,[this.uuid,"morphTargetInfluences",r]))}super.updateState(e,t)}updateMorphInfluences(e,t){if(this.morphTargetDictionary===void 0)return;let i=this.morphTargetDictionary[e];i!==void 0&&(this.morphTargetInfluences[i]=t)}updateGeometryGroupsIfNeeded(){Array.isArray(this.material)&&this.geometry.groups.length===0&&this.geometry.addGroup(0,Math.max(this.geometry.getIndex()?.count??0,this.geometry.getAttribute("position").count),0)}updateEntityBoxSize(e,t){let i=this.geometry.userData.parameters;this.is2DType?e.set(0,0,.5*i.depth):this.isNonParametric?(e.setScalar(0),this.geometry.boundingSphere&&e.copy(this.geometry.boundingSphere.center),t.set(i.width,i.height,i.depth??0).multiplyScalar(.5)):i.centerOffset?e.fromArray(i.centerOffset):e.setScalar(0),t.set(i.width,i.height,i.depth??0).multiplyScalar(.5)}updateMatrixWorld(e){super.updateMatrixWorld(e),this.bindMode==="attached"?this.bindMatrixInverse.copy(this.matrixWorld).invert():this.bindMode==="detached"&&this.bindMatrixInverse.copy(this.bindMatrix).invert()}bind(e,t){this.skeleton=e,this.isSkinnedMesh=!0,t===void 0&&(this.updateMatrixWorld(!0),this.skeleton.calculateInverses(),t=this.matrixWorld),this.bindMatrix.copy(t),this.bindMatrixInverse.copy(t).invert()}pose(){this.skeleton.pose()}normalizeSkinWeights(e){let t=new pt,i=this.geometry.attributes.skinWeight;for(let r=0,n=i.count;r<n;r++){t.fromBufferAttribute(i,r);let s=1/t.manhattanLength();s!==1/0?t.multiplyScalar(s):t.set(1,0,0,0),i.setXYZW(r,t.x,t.y,t.z,t.w)}}boneTransform(e,t){let i=this.skeleton;if(i===void 0)return;let r=this.geometry;$F.fromBufferAttribute(r.attributes.skinIndex,e),XF.fromBufferAttribute(r.attributes.skinWeight,e),qF.copy(t).applyMatrix4(this.bindMatrix),t.set(0,0,0);for(let n=0;n<4;n++){let s=XF.getComponent(n);if(s!==0){let a=$F.getComponent(n);YF.multiplyMatrices(i.bones[a].matrixWorld,i.boneInverses[a]),t.addScaledVector(tie.copy(qF).applyMatrix4(YF),s)}}return t.applyMatrix4(this.bindMatrixInverse)}}});function Cx(e){if(Array.isArray(e.material)){for(let t of e.material)if(t.getLayersOfType("outline").length===0)return}else if(!lL(e.material)||e.material.getLayersOfType("outline").length===0)return;e instanceof Fn&&e.is2DAndNoDepth?function(t){if(t.geometry.attributes.extrudeNormals||!t.geometry.attributes.position)return;let i=t.geometry.attributes.position.array,r=new Float32Array(i.length),n=new P;for(let s=0;s<i.length;s+=3)n.set(i[s],i[s+1],i[s+2]).normalize(),r[s]=n.x,r[s+1]=n.y,r[s+2]=n.z;t.geometry.setAttribute("extrudeNormal",new Et(r,3))}(e):function(t){if(t.geometry.attributes.extrudeNormal||!t.geometry.attributes.position||!t.geometry.attributes.normal)return;let i=new Map,r=t.geometry.attributes,n=r.position.array,s=r.normal.array,a=new Float32Array(n.length);for(let o=0;o<n.length;o+=3){let l=`${n[o]}_${n[o+1]}_${n[o+2]}`,u=new P(s[o],s[o+1],s[o+2]);i.has(l)?i.get(l)?.normals.push(u):i.set(l,{normals:[u],result:new P})}i.forEach((o,l)=>{for(let u of o.normals)o.result.add(u);o.result.divideScalar(o.normals.length)});for(let o=0;o<n.length;o+=3){let l=`${n[o]}_${n[o+1]}_${n[o+2]}`,u=i.get(l)?.result;u&&(a[o]=u.x,a[o+1]=u.y,a[o+2]=u.z)}t.geometry.setAttribute("extrudeNormal",new Et(a,3))}(e)}function KF(e){return Math.min(2047,Math.max(1,Math.round(2048*e)))/2048}function Rx(e){if(!e.geometry.attributes.position)return;let t=e.geometry.attributes,i=t.position.array,r=t.randomColor;if(r!==void 0&&3*r.count===i.length)return;let n=new Float32Array(i.length),s=parseInt(e.uuid.replace(/\D/g,"")),a=[KF(ht.seededRandom(s)),KF(ht.seededRandom(s+1e4)),KF(ht.seededRandom(s+2e4))];for(let o=0;o<i.length;o++)n[o]=a[o%3];e.geometry.setAttribute("randomColor",new It(n,3))}var z4=V(()=>{le(),TX(),wl()});function iie(e){let t=!1;return e.scene.objects.traverse((i,r)=>{r.geometry?.type==="BooleanGeometry"&&(t=!0)}),t}function xOe(e,t){let i=e.cloner;return i!==void 0&&i.parent===t?i:void 0}function rie(e,t,i,r){let n=16*(t.children.length+1);AM.length<n&&(AM=new Float32Array(n));let s=0,a=l=>{l.toArray(AM,16*s),s++},o=t.parameters.hideBase!==!0;o&&a(r),GH.multiplyMatrices(e.hiddenMatrix,e.matrix);for(let l of t.children)!Qv(l)||l.playModeVisible===!1||(jH.multiplyMatrices(l.hiddenMatrix,l.matrix).multiply(l.pivotMatrix),cI.multiplyMatrices(GH,jH),(!o||!cI.equals(r))&&a(cI));try{return s===0?0:function(l,u){return wX(oL().instanced_union(xX(l),u))}(i,AM.subarray(0,16*s))}finally{c_e(i)}}var hp,nie,GH,jH,cI,AM,Lg,vL,k4,vd,Fc,yL,IA=V(()=>{Pa(),le(),N4(),z4(),h1(),rs(),hp=new Ve,nie=new Ve,GH=new Ve,jH=new Ve,cI=new Ve,AM=new Float32Array(0),Lg=class extends bl{constructor(e,t,i){super(e,t),this.data=t,this.meshSetAddresses=[],this.needsTransformForDownstream=!1,this.geometry=new At,this.onAfterRender=(r,n,s,a,o,l)=>{super.onAfterRender(r,n,s,a,o,l),this.recomputeBoolean()},this.geometry.userData.parameters={width:0,height:0,depth:0}}get booleanOp(){return this.data.geometry.operation}get phongAngle(){return this.data.geometry.phongAngle??45}get isLOD(){return this.recomputeBoolean(),!1}updateByPatchedOp(e,t,i){super.updateByPatchedOp(e,t,i),e.path.length===1&&e.path[0]==="geometry"&&e.type===0&&e.props.operation!==void 0&&(this.freeBooleanPointer(),this.resetBBoxNeedsUpdate())}freeBooleanPointer(){super.freeBooleanPointer(),this.geometry.dispose()}recomputeBoolean(e,t=!0){if(this.booleanMeshSetAddress!==-1&&!e)return;for(let r=0;r<this.children.length;r++){let n=this.children[r];n instanceof Lg&&n.dataPatched.visible===!0&&n.recomputeBoolean(e===!0,t)}this.meshSetAddresses=[];for(let r=0;r<this.children.length;r++){let n=this.children[r];if(n instanceof Ss&&n.dataPatched.visible===!0&&n.geometry.attributes.position?.count>0&&n.geometry.drawRange.count>0&&n.booleanMeshSetAddress!==0){hp.multiplyMatrices(n.hiddenMatrix,n.matrix).multiply(n.pivotMatrix);try{let s=xOe(n,this);if(n.booleanMeshSetAddress===-1){if((n.geometry.index??n.geometry.getAttribute("position")).count/3<15e5){let a=jIe(n.geometry,e===!0);n.booleanMeshSetAddress=s===void 0||a===-1?a:rie(n,s,a,hp)}if(n.booleanMeshSetAddress===-1)return;s===void 0&&AF(n.booleanMeshSetAddress,hp),n.booleanMatrixInvOld.copy(hp).invert(),n.booleanWasTransformed=!1}else n instanceof Lg&&n.needsTransformForDownstream===!0?(s===void 0?AF(n.booleanMeshSetAddress,hp):n.booleanMeshSetAddress=rie(n,s,n.booleanMeshSetAddress,hp),n.needsTransformForDownstream=!1):n.booleanWasTransformed===!0&&(AF(n.booleanMeshSetAddress,nie.multiplyMatrices(hp,n.booleanMatrixInvOld)),n.booleanMatrixInvOld.copy(hp).invert(),n.booleanWasTransformed=!1)}catch(s){console.error(s),n.booleanMeshSetAddress=0,n.geometry.userData.booleanOperationDidFail=!0;continue}if(n.booleanMeshSetAddress===0)continue;this.meshSetAddresses.push(n.booleanMeshSetAddress),n.geometry.userData.booleanOperationDidFail=!1}}if(this.meshSetAddresses.length===0){if(this.geometry.getAttribute("position")?.array.length!==0){let r=this.geometry;r.dispose(),this.geometry=new At,this.geometry.userData=r.userData,this.geometry.boundingSphere=r.boundingSphere,this.geometry.setAttribute("position",new Et([],3))}return void this.geometry.setDrawRange(0,0)}if(e===!0)return function(r,n){let s=oL(),a=tte(r,n),o=s.mesh_topological_data(a),l=o.positions(),u=o.indices();return o.free(),a.free(),{positions:l,indices:u,verticesPerFace:new Uint8Array(u.length/3).fill(3)}}(this.meshSetAddresses,this.booleanOp);let i=this.geometry;i.dispose(),this.geometry=new At,this.geometry.userData=i.userData,this.geometry.boundingSphere=i.boundingSphere;try{this.booleanMeshSetAddress=function(r,n,s,a){let o=oL(),l=tte(r,n),u=o.mesh_render_data(l,Math.max(a,0));if(s.setAttribute("position",new Et(u.positions(),3)),s.setAttribute("normal",new Et(u.normals(),3)),u.free(),s.boundingSphere===null&&(s.boundingSphere=new Ha),l.tri_count()===0)s.boundingSphere.center.set(0,0,0),s.boundingSphere.radius=0,s.userData.parameters={width:0,height:0,depth:0};else{let h=l.bounds();s.boundingSphere.center.set(h[0],h[1],h[2]),s.boundingSphere.radius=(h[3]**2+h[4]**2+h[5]**2)**.5,s.userData.parameters={width:2*h[3],height:2*h[4],depth:2*h[5]}}return wX(l)}(this.meshSetAddresses,this.booleanOp,this.geometry,this.phongAngle)}catch(r){this.booleanMeshSetAddress=0,this.geometry.userData.booleanOperationDidFail=!0,console.error(r)}this.booleanMatrixInvOld.copy(this.matrix).invert(),this.needsTransformForDownstream=!0,Cx(this),Rx(this)}dispose(){super.dispose(),this.geometry.dispose()}}}),OA=V(()=>{le(),xl(),l1(),(vL||(vL={})).is=function(e){return hr.is(e)&&e instanceof jp},k4=(e,t)=>class extends o1(e,t){updateState_Light(i,r){if(this.updateState_Entity(i,r),i.color!==void 0&&(this.color=r.shared.color(i.color)),i.intensity!==void 0&&(this.intensity=i.intensity*Math.PI),i.depth!==void 0){let n=this.shadow;n.camera.far=i.depth,n.needsUpdate=!0}i.shadows!==void 0&&(this.castShadow=i.shadows)}}}),Jg=V(()=>{IA(),Pa(),l1(),vd=e=>e instanceof Ss,Fc=e=>e!==null&&e instanceof Lg,yL=e=>mH.is(e)});function vo(e,t){return t.color(e)}function sie(e=new Date,t){let i=t.format,r=e.getSeconds(),n=e;t&&t.timeZone!==null&&(n=function(d,c){try{let p=new Intl.DateTimeFormat("en-US",{timeZone:c,year:"numeric",month:"2-digit",day:"2-digit",hour:"2-digit",minute:"2-digit",second:"2-digit",hourCycle:"h23"}).formatToParts(d),m=f=>Number(p.find(g=>g.type===f)?.value);return new Date(m("year"),m("month")-1,m("day"),m("hour"),m("minute"),m("second"),d.getMilliseconds())}catch{return new Date(NaN)}}(new Date,t.timeZone));let s,a=n.getHours(),o=n.getMinutes();t.format12h24h==="12ampm"&&(s=a>=12?"PM":"AM");let l,u,h=a;switch(t.format12h24h!=="24"&&(h=a%12,h===0&&(h=12)),i){case"HH:mm:ss":l=[h,o,r];break;case"HH:mm":l=[h,o];break;case"HH":l=[h],s=void 0;break;case"mm":l=[o],s=void 0;break;case"ss":l=[r],s=void 0;break;case"year":u=n.getFullYear();break;case"month":u=n.getMonth()+1;break;case"dayOfYear":u=Math.floor((n.getTime()-new Date(n.getFullYear(),0,0).getTime())/864e5);break;case"dayOfMonth":u=n.getDate();break;case"secondOfDay":u=60*a*60+60*o+r;break;default:console.error("Unknown time format",i),u=0}return l!==void 0?{textValue:l,suffix:s}:u}var HH,Sw,VX=V(()=>{}),wOe=V(()=>{le(),RA(),PA(),HH=class extends gw(Tye){constructor(e,t=15,i=10066329){super(e,t,i),this.object=e,this.added=!1,this.name=`DirectionalLightHelper: ${e.uuid}`}raycast(e,t){vw(this.object,HH.geometryHelper,e,t)}}}),V4=V(()=>{le(),wOe(),OA(),Sw=class extends k4(KE,HH){constructor(e,t,i){super(),this.super_Entity(e,t),this.castShadow=!0,this.shadow.mapSize.width=2048,this.shadow.mapSize.height=2048,this.shadow.normalBias=1,this.layers.enable(3);let r=this.shadow.camera;r.top=1250,r.bottom=-1250,r.right=1250,r.left=-1250,r.near=-1e4,r.far=2500;let n=new ZE(this.shadow.camera);n.visible=!1,this.gizmos.shadowmap=n}update(){this.shadow.camera.updateProjectionMatrix();for(let e in this.gizmos){let t=this.gizmos[e];t instanceof ZE&&t.update()}}updateMatrixWorld(e){super.updateMatrixWorld(e),this.objectHelper&&this.objectHelper.update()}updateState(e,t){this.updateState_Light(e,t);let i=e.depth!==void 0&&e.depth!==this.shadow.camera.far||e.size!==void 0&&e.size/2!==this.shadow.camera.right;e.size!==void 0&&function(r,n){r.shadow.camera.right=n/2,r.shadow.camera.left=-n/2,r.shadow.camera.top=n/2,r.shadow.camera.bottom=-n/2,r.shadow.needsUpdate=!0}(this,e.size),e.shadowRadius!==void 0&&(this.shadow.radius=e.shadowRadius),e.shadowResolution!==void 0&&(this.shadow.mapSize.set(e.shadowResolution,e.shadowResolution),this.shadow.map&&(this.shadow.map.dispose(),this.shadow.map=null)),e.penumbraSize!==void 0&&t.scene.markPenumbraSizeDirty(),i&&this.update()}}});function GX(e){return e instanceof bl&&e.needsAO&&!Gg(e)&&e.isDecalObject!==!0}function jX(e){let t=e.cloner;if(t&&Array.isArray(t.children))for(let i of t.children)i?.layers&&(i.layers.mask=e.layers.mask)}function HX(e){return e.getLayersOfType("reflection").filter(t=>t.data.visible).length}function SOe(e){let t=1/0,i=-1/0;for(let r of e.getLayersOfType("reflection")){let n=r.data;if(!n.visible||n.mirror===1)continue;let s=typeof n.blur=="number"?n.blur:null;t=Math.min(t,s??0),i=Math.max(i,s??10)}return t===1/0?null:{min:t,max:i}}function TOe(e){for(let t of e.getLayersOfType("reflection")){let i=t.data;if(!i.visible)continue;let{blur:r,thickness:n,steps:s,stepSize:a}=i;return typeof r!="number"||typeof n!="number"||typeof s!="number"||typeof a!="number"?"variable":{blur:r,thickness:n,steps:s,stepSize:a,tracingMode:i.tracingMode===1?1:0}}return null}function aie(e,t){let i={outline:!1,cavity:!1},r=e.layers.mask&G4,n=t.getLayersOfType("transmission"),s=t.getLayersOfType("outline"),a=HX(t),o=t.getLayersOfType("cavity");return(s.length>0||o.length>0)&&(e.layers.set(8),n.length>0&&e.layers.enable(3),a>0&&e.layers.enable(4),i.outline=s.length>0,i.cavity=o.length>0,Rx(e),Cx(e)),n.length===0&&s.length===0&&o.length===0&&a===0&&e.layers.set(0),r&&e.layers.set(9),!r&&GX(e)&&e.layers.enable(5),jX(e),i}function oie(e,t){if(!t.layers)return!1;let i=e.layers.mask&G4,r=!1,n=t.getLayersOfType("transmission").filter(l=>l.data.visible),s=t.getLayersOfType("outline").filter(l=>l.data.visible),a=HX(t),o=t.getLayersOfType("cavity").filter(l=>l.data.visible);return n.length>0&&(e.layers.set(3),(s.length>0||o.length>0)&&e.layers.enable(8),a>0&&e.layers.enable(4),r=!0),n.length===0&&s.length===0&&o.length===0&&a===0&&e.layers.set(0),i&&e.layers.set(9),!i&&GX(e)&&e.layers.enable(5),jX(e),r}function lie(e,t){var i;if(!t.layers)return!1;let r=e.layers.mask&G4,n=!1,s=HX(t),a=t.getLayersOfType("transmission").filter(u=>u.data.visible),o=t.getLayersOfType("outline").filter(u=>u.data.visible),l=t.getLayersOfType("cavity").filter(u=>u.data.visible);return s>0&&((i=e.userData).__splinePlanarMirror??(i.__splinePlanarMirror=0),e.layers.set(4),a.length>0&&e.layers.enable(3),(o.length>0||l.length>0)&&e.layers.enable(8),n=!0),s===0&&a.length===0&&o.length===0&&l.length===0&&e.layers.set(0),r&&e.layers.set(9),!r&&GX(e)&&e.layers.enable(5),jX(e),n}function WH(e,t,i,r=!1){let n=e.cloner;if(n){let s=null;if(e.raycast===Cr.prototype.raycast||e.raycast===Ss.prototype.raycast){let a=e.geometry;a&&(a.boundingSphere===null&&a.computeBoundingSphere(),s=a.boundingSphere)}for(let a of n.children){if(s!==null&&(qH.copy(s).applyMatrix4(a.matrixWorld),!t.ray.intersectsSphere(qH)))continue;let o=xbe.copy(a.matrixWorld).invert(),l=wbe.copy(t.ray).applyMatrix4(o),u=e.matrixWorld;l.applyMatrix4(u);let h=bbe;h.set(l.origin,l.direction),h.near=t.near,h.far=t.far,h.layers.mask=t.layers.mask;let d=h.intersectObject(e,!1);d.length>0&&i.push({...d[0],object:r?a:e})}}}var G4,bbe,xbe,wbe,qH,f3,Sbe,ZF,QF,JF,Tw,Ys,WX=V(()=>{rs(),z4(),Pa(),h1(),le(),G4=512,bbe=new V$,xbe=new Ve,wbe=new fm,qH=new Ha}),MOe=V(()=>{le(),RA(),PA(),f3=class extends gw(wye){constructor(e,t=6710886){super(e,t),this.object=e,this.matrix=e.matrixWorld,this.name=`SpotLightHelper: ${e.uuid}`}raycast(e,t){vw(this.object,f3.geometryHelper,e,t)}update(){if(this.object!==void 0){let e=f3._vector,t=this.object.distance?this.object.distance:1e3,i=t*Math.tan(this.object.angle);this.cone.scale.set(i,i,t),e.setFromMatrixPosition(this.object.target.matrixWorld),this.cone.lookAt(e);let r=this.color!==void 0?this.color:this.light.color;if(this.cone.material instanceof Array)for(let n=0,s=this.cone.material.length;n<s;n++)this.cone.material[n].color.set(r);else this.cone.material.color.set(r)}}},(Sbe=f3)._vector=new P}),j4=V(()=>{le(),MOe(),OA(),ZF=new P,QF=new P,JF=new Zt,Tw=class extends k4(dy,Sbe){constructor(e,t,i){super(),this.super_Entity(e,t),this.castShadow=!0,this.shadow.mapSize.width=1024,this.shadow.mapSize.height=1024,this.shadow.normalBias=1,this.layers.enable(3);let r=this.shadow.camera;r.fov=2*ht.RAD2DEG*this.angle,r.aspect=1,r.near=100,r.far=2500;let n=new ZE(this.shadow.camera);n.visible=!1,this.gizmos.shadowmap=n,this.update()}update(){this.shadow.camera.updateProjectionMatrix();for(let e in this.gizmos){let t=this.gizmos[e];t instanceof ZE&&t.update()}}updateMatrixWorld(e){super.updateMatrixWorld(e),QF.setFromMatrixPosition(this.matrixWorld),JF.setFromRotationMatrix(this.matrixWorld),ZF.copy(this.up).applyQuaternion(JF).negate().multiplyScalar(this.distance),this.target.position.copy(QF).add(ZF),this.target.updateMatrixWorld(),this.objectHelper&&this.objectHelper.update()}updateState(e,t){this.updateState_Light(e,t),e.distance!==void 0&&(this.distance=e.distance),e.decay!==void 0&&(this.decay=e.decay),e.angle!==void 0&&(this.angle=e.angle),e.penumbra!==void 0&&(this.penumbra=e.penumbra),e.shadowRadius!==void 0&&(this.shadow.radius=e.shadowRadius),e.penumbraSize!==void 0&&t.scene.markPenumbraSizeDirty(),e.shadowResolution!==void 0&&(this.shadow.mapSize.set(e.shadowResolution,e.shadowResolution),this.shadow.map&&(this.shadow.map.dispose(),this.shadow.map=null))}}}),$m=V(()=>{Ht(),Nh(),le(),xl(),bu(),VX(),Wm(),V4(),Nr(),qm(),le(),h1(),Jg(),WX(),j4(),_r(),IA(),Ys=class extends P4(Zo){constructor(e,t,i){if(super(),this.data=t,this.bgColor=new Fr(1,1,1,1),this.fog=null,this.backupFog=new qj(16777215,.1,2e3),this.fogUseBGColor=!1,this.fogMode="linear",this.fogDensity=Xn.getDensity({}),this.fogHeightFalloff=Xn.getHeightFalloff({}),this.fogHeightBase=Xn.getHeightBase({}),this.isActive=!1,this.skyState=null,this.skyStateVersion=0,this.gradingState=null,this.skyHdriHolder=null,this.aoColor=new ot,this.penumbraSizeArrayCache=null,this.super_Entity(e,t),this.personalCamera=new us(a1,{...mE.defaultData,...t.camera,name:"Personal Camera"}),this.personalCamera.objectHelper.visible=!1,this.add(this.personalCamera),this.activeCamera=this.personalCamera,this.ambientLight=new m4(13882323,8553090,.75*Math.PI),this.ambientLight.name="Default Ambient Light",this.ambientLight.layers.enable(3),this.ambientLight.removeFromParent(),this.add(this.ambientLight),t.uiScene){let r=hH();r===null?Sa("ui-2d","a page's 2D scene"):this.uiScene=new r.Scene2D((Array.isArray(e)?e[0]:e)+"-ui",t.uiScene,{dpr:window.devicePixelRatio,shared:i.shared})}else t.uiFrame&&this.createUICanvas(t.uiFrame,i)}get scene(){return this.parent}get postprocessing(){return this.data.postprocessing}get frameId(){return this.data.uiFrame}get frame(){return this.uiCanvas?.frame}createUICanvas(e,t){let i=hH();i!==null?(this.uiCanvas=new i.UICanvas(this.uuid+"-uiscreen",window.innerWidth,window.innerHeight,t),this.uiCanvas.isScreenSpace=!0,this.uiCanvas.promise.then(()=>{this.uiCanvas?.applyFrame(e),this.uiCanvas?.applySize()})):Sa("ui-2d","a page's UI canvas")}updateVisible(){}setBackgroundColor(e){this.bgColor=e,this.fogUseBGColor===!0&&(this.backupFog.color=e)}entityChildrenCount(){return this.uiScene?this.uiScene.children.length:super.entityChildrenCount()}updateAmbientLight(e,t){e.color!==void 0&&(this.ambientLight.color=vo(e.color,t)),e.intensity!==void 0&&(this.ambientLight.intensity=e.intensity*Math.PI),e.enabled!==void 0&&(e.enabled?this.add(this.ambientLight):this.remove(this.ambientLight))}onDeactive(){this.isActive=!1}onActive(e){this.isActive=!0,e.fog=this.fog,this.traverseEntity(t=>{t instanceof Lg&&t.recomputeBoolean()}),this.updateShadow(this.data.shadow)}forceMaterialsUpdate(){this.traverseEntity(e=>{if(e instanceof bl)if(Array.isArray(e.material))for(let t of e.material)t.needsUpdate=!0;else e.material.needsUpdate=!0,e.material.dispose()})}updateShadow(e){if(e.softShadowQuality===void 0&&e.type===void 0||!this.isActive)return;let t=this.data.shadow;var i,r;i=cy.isSoft(t),r=t?.softShadowQuality,kH!==void 0&&kH(i,r)&&this.forceMaterialsUpdate()}updateFog(e,t){e.enabled?this.fog=this.backupFog:this.fog=null,this.isActive&&(this.scene.fog=this.fog),this.fogUseBGColor=e.useBackgroundColor,e.useBackgroundColor?this.backupFog.color.set(this.bgColor):this.backupFog.color=vo(e.color,t),this.backupFog.near=e.near,this.backupFog.far=e.far,this.fogMode=Xn.getMode(e),this.fogDensity=Xn.getDensity(e),this.fogHeightFalloff=Xn.getHeightFalloff(e),this.fogHeightBase=Xn.getHeightBase(e)}updateSky(e,t){this.skyState=e??null,this.skyStateVersion++;let i=e?.hdri?.image;this.skyHdriHolder=i!=null?t.image(i):null}updateAo(e,t){e.aoColor!==void 0&&(this.aoColor=vo(e.aoColor,t))}updateByOp(e,t,i,r){let n=this.data.uiFrame;super.updateByOp(e,t,i,r);let s=t;Qr(e.path,["fog"])?this.updateFog(s.fog,i.shared):Qr(e.path,["sky"])?this.updateSky(s.sky,i.shared):Qr(e.path,["grading"])?this.gradingState=s.grading??null:Qr(e.path,["ao"])?this.updateAo(s.ao,i.shared):Qr(e.path,["ambient"])?this.updateAmbientLight(s.ambient,i.shared):Qr(e.path,["shadow"])?this.updateShadow(s.shadow):e.type===0&&e.path.length===0&&(e.props.uiFrame!==void 0||n!==s.uiFrame)&&this.updateUIFrame(e.props.uiFrame,i)}updateUIFrame(e,t){e?(this.uiCanvas||this.createUICanvas(e,t),this.uiCanvas.enabled=!0,this.uiCanvas.applyFrame(e)):this.uiCanvas&&(this.uiCanvas.enabled=!1)}updateState(e,t){this.updateState_Entity(e,t),e.backgroundColor!==void 0&&this.setBackgroundColor(vo(e.backgroundColor,t.shared)),e.fog!==void 0&&this.updateFog(e.fog,t.shared),e.sky!==void 0&&this.updateSky(e.sky,t.shared),e.grading!==void 0&&(this.gradingState=e.grading),e.ambient!==void 0&&this.updateAmbientLight(e.ambient,t.shared),e.ao!==void 0&&this.updateAo(e.ao,t.shared),e.shadow!==void 0&&this.updateShadow(e.shadow)}createFrame(e,t){}raycast(e,t){super.raycast(e,t)}switchActiveCamera(e){e&&e.isDescendantOf(this)&&(this.activeCamera!==this.personalCamera&&(this.activeCamera.objectHelper.visible=!0),this.activeCamera=e,e.objectHelper.visible=!1)}get playCamera(){return this.scene?.find(this.data.publish.playCamera)??this.personalCamera}switchToPlayCamera(){this.switchActiveCamera(this.playCamera)}get penumbraSizeArray(){return this.penumbraSizeArrayCache===null&&this.updatePenumbraSizeArray(),this.penumbraSizeArrayCache}updatePenumbraSizeArray(){this.penumbraSizeArrayCache=new Array(Vm).fill(.5);let e=0,t=0;this.traverseEntity(i=>{if(!i.visible)return!0;i instanceof Sw&&i.visible&&e<gE&&(this.penumbraSizeArrayCache[e]=i.data.penumbraSize??.5,e+=1),i instanceof Tw&&i.visible&&e<Vm-gE&&(this.penumbraSizeArrayCache[gE+t]=i.data.penumbraSize??.5,t+=1)})}raycastWithClones(e){let t=[],i=r=>{for(let n of r.children){let s=n.cloner;hr.is(n)&&(n.visible||s?.object.data.visible)&&((vd(n)||yL(n)&&this.scene.enableHelpers&&n.objectHelper.visible)&&(e.intersectObject(n,!1,t),WH(n,e,t,!0)),i(n))}};return i(this),t}updateEntity2DByOp(e,t,i,r){this.uiCanvas?.updateEntity2DByOp(e,t,i,r)}}});function hie(){return qX}function e5(){if(_L===null)throw new Error('[spe] Classic (WebGL) particles are not available in this build \u2014 it was compiled WebGPU-only. Re-export the scene with renderer "Both" or "WebGL 2", or load the full runtime.');return _L}function t5(e){return e?.isWebGPUSplineRenderer===!0}var qX,_L,$X=V(()=>{qX=null,_L=null});function $H(){return YX}var XX,YX,KX=V(()=>{XX=null,YX=null});function uie(e,t,i){return CM.setRGB(e,t,i,Yi),{r:CM.r,g:CM.g,b:CM.b}}function EOe(e,t,i){let r,n=mA(e.angle,0),[s,a]=XH(e.offset),[o,l]=XH(e.morph),u=e.colors??[],h=e.steps??[],d=Math.min(10,u.length,h.length);if(d===0)return[1,1,1,1];if(e.gradientType===1){let g=3*(t+o)-(t+s)-1,v=3*(i+l)-(i+a)-1;r=Math.hypot(g,v)+n}else if(e.gradientType===2){let g=-1*Math.atan2(t+o-.5+s,i+l-.5+a),v=n/Math.PI/-2+.5*g/Math.PI;r=v-Math.floor(v)}else{let g=.5+o/(t!==0?t:1e-6),v=l/(i!==0?i:1e-6),y=Math.cos(n)*g-Math.sin(n)*v,_=Math.sin(n)*g+Math.cos(n)*v,b=y*y+_*_;r=b>1e-12?(((t-.5+s)/2+y/2)*y+((i-.5+a)/2+_/2)*_)/b:0}let c=u[0][0],p=u[0][1],m=u[0][2],f=u[0][3];for(let g=1;g<d;g++){let v=h[g-1],y=h[g]-v,_=y!==0?Math.min(1,Math.max(0,(r-v)/y)):r>=v?1:0;e.smooth&&(_=_*_*(3-2*_)),c+=(u[g][0]-c)*_,p+=(u[g][1]-p)*_,m+=(u[g][2]-m)*_,f+=(u[g][3]-f)*_}return[c,p,m,f]}function AOe(e,t){let i=e,r=i?.data?.layers;if(r&&typeof r.forEach=="function"){let n=t,s=[];return r.forEach(a=>{let o=a.data;if(o.visible===!1||o.isMask===!0)return;let l=mA(o.alpha,1);if(!(l<=0))if(o.type==="color"){let u,h=o.color;typeof h=="string"?u=typeof n?.color=="function"?n.color(h):void 0:h&&typeof h.r=="number"&&(u=h),u&&s.push({kind:"color",layer:o,rgb:{...uie(u.r,u.g,u.b),a:u.a??1},alpha:l})}else o.type==="gradient"&&s.push({kind:"gradient",layer:o,alpha:l})}),s.length===0?null:(a,o)=>{let l=1,u=1,h=1,d=!0;for(let c of s){let p,m,f,g;if(c.kind==="color")({r:p,g:m,b:f}=c.rgb),g=c.rgb.a;else{let[y,_,b,x]=EOe(c.layer,a,o);({r:p,g:m,b:f}=uie(y,_,b)),g=x}let v=d?1:Math.min(1,Math.max(0,g*c.alpha));l+=(p-l)*v,u+=(m-u)*v,h+=(f-h)*v,d=!1}return{r:l,g:u,b:h}}}if(i?.color&&i.color.isColor===!0){let{r:n,g:s,b:a}=i.color;return()=>({r:n,g:s,b:a})}return null}var CM,mA,XH,COe=V(()=>{le(),CM=new ot,mA=(e,t)=>typeof e=="number"&&Number.isFinite(e)?e:t,XH=e=>Array.isArray(e)&&typeof e[0]=="number"&&typeof e[1]=="number"?[e[0],e[1]]:[0,0]});function ROe(e,t){if(e==="torus"){let l=t()*Math.PI*2,u=t()*Math.PI*2,h=Math.cos(l),d=Math.sin(l),c=Math.cos(u),p=Math.sin(u);return{x:(1.4+.7*c)*h,y:-(1.4+.7*c)*d,z:.7*p,nx:c*h,ny:-c*d,nz:p,cr:1,cg:1,cb:1}}if(e==="cylinder"){let l=t()*Math.PI*2,u=Math.cos(l),h=Math.sin(l);return{x:.8*u,y:1.6*(t()-.5),z:.8*h,nx:u,ny:0,nz:h,cr:1,cg:1,cb:1}}let i=t()*Math.PI*2,r=2*t()-1,n=Math.acos(r),s=Math.sin(n)*Math.cos(i),a=Math.cos(n),o=Math.sin(n)*Math.sin(i);return{x:s,y:a,z:o,nx:s,ny:a,nz:o,cr:1,cg:1,cb:1}}function POe(e){let{geometry:t,matrix:i}=e,r=t.getAttribute("position");if(!r||r.count<3)return null;let n=t.getAttribute("normal"),s=t.getAttribute("uv"),a=t.getAttribute("color"),o=t.getIndex(),l=o?o.count/3:r.count/3;if(l<1)return null;let u=(v,y)=>o?o.getX(3*v+y):3*v+y,h=i?i.elements:null,d=i?new hi().getNormalMatrix(i).elements:null,c=v=>{let y=r.getX(v),_=r.getY(v),b=r.getZ(v);return h?h[0]*y+h[4]*_+h[8]*b+h[12]:y},p=v=>{let y=r.getX(v),_=r.getY(v),b=r.getZ(v);return h?h[1]*y+h[5]*_+h[9]*b+h[13]:_},m=v=>{let y=r.getX(v),_=r.getY(v),b=r.getZ(v);return h?h[2]*y+h[6]*_+h[10]*b+h[14]:b},f=new Float64Array(l),g=0;for(let v=0;v<l;v++){let y=u(v,0),_=u(v,1),b=u(v,2),x=c(y),w=p(y),S=m(y),M=c(_)-x,T=p(_)-w,A=m(_)-S,E=c(b)-x,R=p(b)-w,N=m(b)-S,D=T*N-A*R,O=A*E-M*N,z=M*R-T*E;g+=.5*Math.sqrt(D*D+O*O+z*z),f[v]=g}return g<=0?null:{total:g,sample:(v,y)=>{let _=0,b=l-1;for(;_<b;){let ne=_+b>>1;f[ne]<v?_=ne+1:b=ne}let x=_,w=u(x,0),S=u(x,1),M=u(x,2),T=y(),A=y();T+A>1&&(T=1-T,A=1-A);let E,R,N,D=1-T-A,O=c(w)*D+c(S)*T+c(M)*A,z=p(w)*D+p(S)*T+p(M)*A,U=m(w)*D+m(S)*T+m(M)*A;if(n){if(E=n.getX(w)*D+n.getX(S)*T+n.getX(M)*A,R=n.getY(w)*D+n.getY(S)*T+n.getY(M)*A,N=n.getZ(w)*D+n.getZ(S)*T+n.getZ(M)*A,d){let ne=d[0]*E+d[3]*R+d[6]*N,ve=d[1]*E+d[4]*R+d[7]*N,oe=d[2]*E+d[5]*R+d[8]*N;E=ne,R=ve,N=oe}}else{let ne=c(w),ve=p(w),oe=m(w),me=c(S)-ne,ye=p(S)-ve,Z=m(S)-oe,pe=c(M)-ne,H=p(M)-ve,F=m(M)-oe;E=ye*F-Z*H,R=Z*pe-me*F,N=me*H-ye*pe}let G=Math.sqrt(E*E+R*R+N*N)||1,j=1,K=1,q=1;if(a)j=a.getX(w)*D+a.getX(S)*T+a.getX(M)*A,K=a.getY(w)*D+a.getY(S)*T+a.getY(M)*A,q=a.getZ(w)*D+a.getZ(S)*T+a.getZ(M)*A;else if(e.sampleColor){let ne=s?s.getX(w)*D+s.getX(S)*T+s.getX(M)*A:.5,ve=s?s.getY(w)*D+s.getY(S)*T+s.getY(M)*A:.5,oe=e.sampleColor(ne,ve);oe&&(j=oe.r,K=oe.g,q=oe.b)}return{x:O,y:z,z:U,nx:E/G,ny:R/G,nz:N/G,cr:j,cg:K,cb:q}}}}function die(e){let t=Math.min(Math.max(1,Math.floor(e.guideStrands)),Px),i=function(l){let u=l>>>0;return()=>{u|=0,u=u+1831565813|0;let h=Math.imul(u^u>>>15,1|u);return h=h+Math.imul(h^h>>>7,61|h)^h,((h^h>>>14)>>>0)/4294967296}}(e.seed??1337),r=e.shape==="object"&&e.sampler,n=r?e.samplerRadius??od:od,s=new Float32Array(4*Jp),a=new Float32Array(Jp),o=new Float32Array(4*Px).fill(1);for(let l=0;l<t;l++){let u=r?e.sampler(i):ROe(e.shape,i),h=r?u.x:u.x*n,d=r?u.y:u.y*n,c=r?u.z:u.z*n,{nx:p,ny:m,nz:f}=u;o[4*l+0]=u.cr,o[4*l+1]=u.cg,o[4*l+2]=u.cb;let g,v,y,_=l*kv,b=(1.8+.8*i())*e.hairLength*n/(kv-1),x=.5+1.5*i(),w=(.02+.06*i())*n;Math.abs(m)<.99?(g=-f,v=0,y=p):(g=1,v=0,y=0);let S=Math.sqrt(g*g+v*v+y*y)||1;for(let M=0;M<kv;M++){let T=M/(kv-1),A=T*T*.4*n,E=w*Math.sin(T*x*Math.PI*2),R=4*(_+M);s[R+0]=h+p*b*M+E*g/S,s[R+1]=d+m*b*M-A+E*v/S,s[R+2]=c+f*b*M+E*y/S,s[R+3]=M===0?0:1,M<kv-1&&(a[_+M]=b)}}return{initialPositions:s,restLengths:a,unitScale:n,rootColors:o}}var kv,Px,Jp,od,ug,BS,q1,D0,$1,pI,Tbe=V(()=>{le(),Jp=(Px=16384)*(kv=32),od=100}),Mbe=V(()=>{le(),Pa(),KX(),COe(),Tbe(),ug=1/60,BS=new Ve,q1=new Zt,D0=new P,$1=new P,pI=class extends Ss{constructor(e,t,i){super(e,t),this.type="HairSystem",this.isHairSystem=!0,this.simRunning=!1,this.previewRequested=!1,this.playModeActive=!1,this.pendingSimSeconds=0,this.simTime=0,this.resetRequested=!0,this.generation=0,this.settledSimSeconds=0,this.lastMotionFingerprint=0,this.lastBoneQuat=new Zt,this.lastBonePos=new P,this.hasLastBone=!1,this.baseFoundAtRegen=!1,this.baseSourceGeomsAtRegen=[],this.baseSourceHashesAtRegen=[],this.baseColorHashAtRegen=0,this.baseScaleAtRegen=0,this.classicFallbackWarned=!1,this.regenSnapshot=null,this.context=i,this.data=t,this.geometry.setAttribute("position",new It(new Float32Array(0),3)),this.material=new Zl({colorWrite:!1,depthWrite:!1}),this.frustumCulled=!1,this.scalpMesh=new Cr(new Fm(od,48,32),new Zl({color:5448477})),this.scalpMesh.name="HairScalp",this.add(this.scalpMesh);let r=new NO;r.setAttribute("position",new It(new Float32Array(12),3)),r.setIndex([0,2,1,2,3,1]),r.instanceCount=0,this.ribbonMesh=new Cr(r,new Zl({visible:!1})),this.ribbonMesh.name="HairRibbons",this.ribbonMesh.frustumCulled=!1,this.ribbonMesh.visible=!1,this.ribbonMesh.matrixAutoUpdate=!1,this.ribbonMesh.updateMatrixWorld=()=>{this.ribbonMesh.matrixWorld.identity()},this.ribbonMesh.updateWorldMatrix=()=>{this.ribbonMesh.matrixWorld.identity()},this.add(this.ribbonMesh),this.activeGuideStrands=t.guideStrands,this.roots=this.buildRoots(),this.regenSnapshot={guideStrands:t.guideStrands,hairLength:t.hairLength,spreadRadius:t.spreadRadius,headShape:t.headShape,baseObjectId:t.baseObjectId},this.applyScalpState(),this.applyShadowState(),this.syncSimRunning()}update(e){!this.simRunning||(this.pendingSimSeconds=Math.min(this.pendingSimSeconds+e/1e3,4*ug*2),this.trackMotionRest(e/1e3))}trackMotionRest(e){this.boneTransform(q1,D0);let t=this.hasLastBone&&(Math.abs(this.lastBoneQuat.dot(q1))<.9999995||this.lastBonePos.distanceToSquared(D0)>1e-8),i=this.motionFingerprint(),r=!this.hasLastBone||t||this.resetRequested||i!==this.lastMotionFingerprint||this.data.windStrength>.001;this.lastBoneQuat.copy(q1),this.lastBonePos.copy(D0),this.lastMotionFingerprint=i,this.hasLastBone=!0,this.settledSimSeconds=r?0:this.settledSimSeconds+e}motionFingerprint(){let e=this.data;return e.gravity+2*e.damping+3*e.localStiffness+4*e.globalStiffness+5*e.globalRange+6*e.stiffnessFalloff+7*e.windStrength+8*e.vspCoefficient+9*e.kink+10*e.kinkFrequency+11*e.clumpStrength+12*e.clumpSize+13*e.clumpTipScale}get isSimulating(){return(this.simRunning||this.resetRequested)&&this.visible}get isMotionSettled(){return this.settledSimSeconds>6}get isVisiblyAnimating(){return this.isSimulating&&!this.isMotionSettled}startPreview(){this.previewRequested=!0,this.syncSimRunning()}stopPreview(){this.previewRequested=!1,this.syncSimRunning()}setPlayMode(e){this.playModeActive=e,e&&this.resetSimulation(),this.syncSimRunning()}resetSimulation(){this.resetRequested=!0,this.pendingSimSeconds=0,this.simTime=0,this.settledSimSeconds=0}warnClassicFallbackOnce(){this.classicFallbackWarned||(this.classicFallbackWarned=!0,console.warn("[spline] Hair System strands require the WebGPU renderer \u2014 the WebGL fallback shows only the scalp. Reload with ?renderer=webgpu in a WebGPU-capable browser."))}syncSimRunning(){this.simRunning=this.playModeActive||this.previewRequested||this.data.autoPlay}updateState(e,t){super.updateState(e,t),this.updateHairState(e)}updateHairState(e){if((e.guideStrands!==void 0||e.hairLength!==void 0||e.spreadRadius!==void 0||e.headShape!==void 0||e.baseObjectId!==void 0)&&this.regenerate(),(e.headShape!==void 0||e.baseObjectId!==void 0)&&this.applyScalpState(),e.headColor!==void 0){let t=this.scalpMesh.material;t.isMeshBasicMaterial===!0&&t.color.setRGB(e.headColor.r,e.headColor.g,e.headColor.b,Yi)}(e.castShadow!==void 0||e.receiveShadow!==void 0)&&this.applyShadowState(),e.autoPlay!==void 0&&this.syncSimRunning()}applyShadowState(){let e=this.data.castShadow??!0,t=this.data.receiveShadow??!0;this.castShadow=e,this.receiveShadow=t,this.scalpMesh.castShadow=e,this.scalpMesh.receiveShadow=t,this.ribbonMesh.castShadow=e,this.ribbonMesh.receiveShadow=t}regenerate(){this.activeGuideStrands=Math.max(1,Math.min(Math.floor(this.data.guideStrands),16384)),this.roots=this.buildRoots(),this.generation++,this.regenSnapshot={guideStrands:this.data.guideStrands,hairLength:this.data.hairLength,spreadRadius:this.data.spreadRadius,headShape:this.data.headShape,baseObjectId:this.data.baseObjectId},this.resetSimulation()}checkDataDrift(){let e=this.data,t=this.regenSnapshot;if(t===null||t.guideStrands!==e.guideStrands||t.hairLength!==e.hairLength||t.spreadRadius!==e.spreadRadius||t.headShape!==e.headShape||t.baseObjectId!==e.baseObjectId){let i=t===null||t.headShape!==e.headShape||t.baseObjectId!==e.baseObjectId;this.regenerate(),i&&this.applyScalpState()}this.syncSimRunning(),this.applyShadowState(),this.checkBaseDrift()}buildRoots(){let{headShape:e,baseObjectId:t,guideStrands:i,hairLength:r}=this.data;if(this.baseFoundAtRegen=!1,this.baseSourceGeomsAtRegen=[],this.baseSourceHashesAtRegen=[],this.baseColorHashAtRegen=0,this.baseScaleAtRegen=0,e==="object"&&t){let n=this.context.scene.find(t);if(n){this.baseFoundAtRegen=!0,n.updateWorldMatrix(!0,!0);let s=this.collectBaseSources(n),a=s?function(o){let l=[];for(let d of o){let c=POe(d);c&&l.push(c)}if(l.length===0)return null;let u=new Float64Array(l.length),h=0;for(let d=0;d<l.length;d++)h+=l[d].total,u[d]=h;return h<=0?null:d=>{let c=d()*h,p=0,m=l.length-1;for(;p<m;){let g=p+m>>1;u[g]<c?p=g+1:m=g}let f=p===0?c:c-u[p-1];return l[p].sample(f,d)}}(s.sources):null;if(this.baseSourceGeomsAtRegen=s?.sources.map(o=>o.geometry)??[],this.baseSourceHashesAtRegen=s?.hashes??[],this.baseColorHashAtRegen=s?.colorHash??0,s&&a){let o=this.baseWorldScale(n),l=Math.max(s.radius*o,.001);this.baseScaleAtRegen=o;let u=o;return die({shape:"object",guideStrands:i,hairLength:r,sampler:h=>{let d=a(h);return{...d,x:d.x*u,y:d.y*u,z:d.z*u}},samplerRadius:l})}}}return die({shape:e==="object"?"sphere":e,guideStrands:i,hairLength:r})}collectBaseSources(e){let t=[],i=[],r=0,n=0;BS.copy(e.matrixWorld).invert();let s=BS.clone(),a=o=>{if(o.isHairSystem===!0||o!==e&&o.visible===!1)return;let l=o.geometry;if(o.isMesh===!0&&l&&(l.getAttribute("position")?.count??0)>=3){let u=o===e?void 0:new Ve().multiplyMatrices(s,o.matrixWorld),h=Array.isArray(o.material)?o.material[0]:o.material;t.push({geometry:l,matrix:u,sampleColor:AOe(h,this.context.shared)??void 0}),i.push(pI.matrixHash(u)),n+=function(c,p){let m=c,f=0,g=1,v=_=>{f+=_*g,g+=1},y=m?.data?.layers;if(y&&typeof y.forEach=="function"){let _=p;y.forEach(b=>{let x=b.data;if(x.visible!==!1){if(x.type==="color"){let w=x.color,S=typeof w=="string"?typeof _?.color=="function"?_.color(w):void 0:w;S&&typeof S.r=="number"&&(v(S.r),v(S.g),v(S.b)),v(mA(x.alpha,1))}else if(x.type==="gradient"){let w=x;for(let S of w.colors??[])v(S[0]),v(S[1]),v(S[2]),v(S[3]);for(let S of w.steps??[])v(S);v(mA(w.angle,0)),v(w.gradientType),v(w.smooth?1:0)}}})}else m?.color&&m.color.isColor===!0&&(v(m.color.r),v(m.color.g),v(m.color.b));return f}(h,this.context.shared),l.boundingSphere===null&&l.computeBoundingSphere();let d=l.boundingSphere;if(d){let c=0,p=1;u?(D0.copy(d.center).applyMatrix4(u),c=D0.length(),p=pI.matrixMaxScale(u)):c=d.center.length(),r=Math.max(r,c+d.radius*p)}}for(let u of o.children)a(u)};return a(e),t.length===0?null:{sources:t,hashes:i,radius:Math.max(r,.001),colorHash:n}}static matrixHash(e){if(!e)return 0;let t=e.elements,i=0;for(let r=0;r<16;r++)i+=t[r]*(r+1);return i}static matrixMaxScale(e){let t=e.elements,i=Math.hypot(t[0],t[1],t[2]),r=Math.hypot(t[4],t[5],t[6]),n=Math.hypot(t[8],t[9],t[10]);return Math.max(i,r,n,1e-6)}baseWorldScale(e){return BS.copy(e.matrixWorld).decompose(D0,q1,$1),Math.max(Math.abs($1.x),Math.abs($1.y),Math.abs($1.z),1e-6)}get widthWorldScale(){return this.data.headShape==="object"&&this.data.baseObjectId&&this.baseScaleAtRegen>0?this.baseScaleAtRegen:1}checkBaseDrift(){if(this.data.headShape!=="object"||!this.data.baseObjectId)return;let e=this.context.scene.find(this.data.baseObjectId);if(!e)return;if(!this.baseFoundAtRegen)return void this.regenerate();e.updateWorldMatrix(!0,!0);let t=this.collectBaseSources(e),i=t?.sources??[],r=t?.hashes??[],n=this.baseSourceGeomsAtRegen,s=this.baseSourceHashesAtRegen,a=i.length!==n.length;if(!a){for(let o=0;o<i.length;o++)if(i[o].geometry!==n[o]||Math.abs(r[o]-s[o])>1e-4*Math.max(Math.abs(s[o]),1)){a=!0;break}}if(!a&&this.data.hairColorSource==="object"&&(t?.colorHash??0)!==this.baseColorHashAtRegen&&(a=!0),!a&&i.length>0){let o=this.baseWorldScale(e);a=Math.abs(o-this.baseScaleAtRegen)>.001*Math.max(this.baseScaleAtRegen,1e-6)}a&&this.regenerate()}applyScalpState(){let e=this.data.headShape,t=e==="object"&&this.data.baseObjectId!==null;this.scalpMesh.visible=!t,!t&&(this.scalpMesh.geometry.dispose(),this.scalpMesh.geometry=e==="torus"?new DO(1.4*od,.7*od,24,48):e==="cylinder"?new lE(.8*od,.8*od,1.6*od,48,1):new Fm(od,48,32))}boneTransform(e,t){let i=this.matrixWorld;if(this.data.headShape==="object"&&this.data.baseObjectId){let r=this.context.scene.find(this.data.baseObjectId)?.matrixWorld;r&&(i=r)}BS.copy(i).decompose(t,e,$1)}raycast(e,t){if(!this.scalpMesh.visible)return;let i=[];this.scalpMesh.raycast(e,i);for(let r of i)r.object=this,t.push(r)}get shadowBoundsRadius(){let e=this.data.headShape==="torus"?2.6:1.5;return this.roots.unitScale*(e+2.6*Math.max(this.data.hairLength,0))}getShadowBoundsCenter(e){return this.boneTransform(q1,e),e}updateEntityBoxSize(e,t){let i=this.shadowBoundsRadius;e.set(0,0,0),t.set(i,i,i)}dispose(){super.dispose(),this.scalpMesh.geometry.dispose(),this.scalpMesh.material.dispose(),this.ribbonMesh.geometry.dispose(),this.ribbonMesh.material.dispose?.(),$H()?.release(this)}}});function mI(){return{shapeInput:()=>`
4170
4170
  const float posRowCoord = ${.5/um};
4171
4171
  const float quatRowCoord = ${1.5/um};
4172
4172
  const float param1RowCoord = ${2.5/um};
@@ -12888,11 +12888,11 @@ void main() {
12888
12888
  void main() {
12889
12889
  vec4 texel = texture2D( tDiffuse, vUv );
12890
12890
  gl_FragColor = texel;
12891
- }`}),o5e=new class{constructor(e){this._mesh=new Cr(a5e,e)}dispose(){this._mesh.geometry.dispose()}render(e){e.render(this._mesh,s5e)}get material(){return this._mesh.material}set material(e){this._mesh.material=e}}(REe),X9=null,Y9=null,l5e=Ui.identity(),PEe=class{constructor(e,t,i,r){var n;this.uuid=e,this.width=t,this.height=i,this.context=r,this.enabled=!0,this.isScreenSpace=!1,this.dpr=window.devicePixelRatio,this.isFrameDirty=!1,this.onRenderRequestedDownstream=()=>{this.isFrameDirty=!0,this.isScreenSpace||SE.add(this),this.context.shared.requestRender()},this._innerApplySize=()=>{let s=this.width,a=this.height;this.renderer.dpr=Qge(s,a,this.dpr,this.isScreenSpace),this.renderer.setSize(s,a)},this.onFrameOverrideObjectEvent=s=>{if(s.target?.uuid!==void 0){let a=this.frameRoot?.find(s.target.uuid);a&&a.dispatchEvent({...s,target:a})}},this.scene2d=new nK(ht.generateUUID(),sH.defaultData,{dpr:window.devicePixelRatio,shared:r.shared}),this.canvas=(X9===null&&(X9=document.createElement("canvas")),X9),this.renderer=(n=this.canvas,Y9===null&&(Y9=new QFe(n)),Y9),this.promise=this.init(),this.renderTarget=new yr(1,1,{type:ni,stencilBuffer:!1,depthBuffer:!1}),r.shared.addUIBuffer(this.uuid,this.renderTarget),this.textureHolder=r.shared.uiBuffer(this.uuid)}get canvasTexture(){return this._canvasTexture||(this._canvasTexture=new O$(this.canvas)),this._canvasTexture}async init(){await this.renderer.init(),this.renderer.uiFontReady?.then(()=>{this.frameOverride&&this.onRenderRequestedDownstream()})}render(e){if(this.isFrameDirty){if(this.isFrameDirty=!1,this._innerApplySize(),this.renderer.clear(),this.frameOverride?.draw(this.renderer),this.renderer.render(),this.canvasTexture.needsUpdate=!0,e.blitTextureToTarget)e.blitTextureToTarget(this.canvasTexture,this.renderTarget);else{REe.uniforms.tDiffuse.value=this.canvasTexture;let t=e.getRenderTarget();e.setRenderTarget(this.renderTarget),e.clear(),o5e.render(e),e.setRenderTarget(t)}this.textureHolder?.setNeedsUpdate(!0)}}updateEntity2DByOp(e,t,i,r){this.scene2d.updateEntityByOp(e,t,i,r),this.applySize()}updateTreeByOp(e,t){this.scene2d.updateTreeByOp(e,t),this.applySize()}applyOverrides(e){if(this.frameOverride&&this.frameRoot){this.frameOverride.position=[0,0],this.frameOverride.rotation=0;let t=e?.width??this.width,i=e?.height??this.height;this.frameOverride.width=t,this.frameOverride.height=i,this.frameOverride.localMatrix=l5e,this.isScreenSpace&&(this.frameOverride.fill.color=kr.from0to1([0,0,0,0])),this.frameOverride.data={...this.frameOverride.data,width:t,height:i},DEe({objectOverride:this.frameOverride,objectRoot:this.frameRoot,newParentWidth:this.frameOverride.width,newParentHeight:this.frameOverride.height,initialParentWidth:this.frameRoot.width,initialParentHeight:this.frameRoot.height}),this.frameOverride.updateWorldMatrix(!0,!1,!0)}}applySize(e,t=window.devicePixelRatio){let i=Math.max(1,e?.width??this.width),r=Math.max(1,e?.height??this.height);this.dpr=t,this.width=i,this.height=r,this._innerApplySize();let n=function(s,a,o,l){let u=Qge(s,a,o,l),h=Math.max(o,512/Math.min(s,a)),d=Math.min(h,u);return{width:Math.max(1,Math.ceil(s*d)),height:Math.max(1,Math.ceil(a*d))}}(i,r,t,this.isScreenSpace);this.renderTarget.setSize(n.width,n.height),this._canvasTexture?.dispose(),this._canvasTexture=void 0,this.applyOverrides(e),this.frameOverride?.requestRender()}applyFrame(e){let t=this.context.scene.find2D(e);if(t&&t instanceof Wc)return this.disposeFrameOverride(),this.frameRoot=t,this.frameOverride=t.clone({dpr:this.renderer.dpr,shared:this.context.shared}),this.scene2d.add(this.frameOverride),this.applySize(),this.frame?.addEventListener("render",this.onRenderRequestedDownstream),this.frameOverride.traverse(i=>{i.addEventListener("beginState",this.onFrameOverrideObjectEvent),i.addEventListener("completeState",this.onFrameOverrideObjectEvent)}),this.frame?.requestRender(),t}get frame(){return this.frameOverride}get frameId(){return this.frame?.uuid}find(e){return this.scene2d.find(e)}get texture(){return this.textureHolder?.getTexture(1001)}disposeFrameOverride(){this.frameOverride?.removeEventListener("render",this.onRenderRequestedDownstream),this.frameOverride?.traverse(e=>{e.removeEventListener("beginState",this.onFrameOverrideObjectEvent),e.removeEventListener("completeState",this.onFrameOverrideObjectEvent)}),this.frameOverride&&this.scene2d.remove(this.frameOverride)}};function DEe({objectOverride:e,objectRoot:t,newParentWidth:i,newParentHeight:r,initialParentWidth:n,initialParentHeight:s}){if(e instanceof Wc&&t instanceof Wc||e instanceof Fg&&t instanceof Fg)for(let a=0,o=e.children.length;a<o;a++){let l=e.children[a],u=t.children[a];l&&u&&l.uuid===u.uuid&&h5e({objectOverride:l,objectRoot:u,newParentWidth:i,newParentHeight:r,initialParentWidth:n,initialParentHeight:s})}}function h5e({objectOverride:e,objectRoot:t,newParentWidth:i,newParentHeight:r,initialParentWidth:n,initialParentHeight:s}){let[a,o]=function(d){if(K9(d))return[d.width,d.height];if(d instanceof n4){let[c,p]=d.getHalfSize();return[2*c,2*p]}if(d instanceof Fg){let[c,p]=d.recursiveBBox.getHalfSize();return[2*c,2*p]}return[0,0]}(t),{width:l,height:u,position:h}=CEe({constraints:e.data,newParentWidth:i,newParentHeight:r,initialParentWidth:n,initialParentHeight:s,objectInitialWidth:a,objectInitialHeight:o,objectInitialPosition:t.position});if(e.position=h,e.data={...e.data,position:h},e.states)for(let d in e.states)u5e({stateId:d,objectOverride:e,objectRoot:t,newParentWidth:i,newParentHeight:r,initialParentWidth:n,initialParentHeight:s});if(K9(e)||e instanceof Fg)K9(e)&&(e.width=l,e.height=u,e.data={...e.data,width:l,height:u}),DEe({objectOverride:e,objectRoot:t,newParentWidth:l,newParentHeight:u,initialParentWidth:a,initialParentHeight:o});else if(e instanceof n4){let d=t,c=a!==0?l/a:1,p=o!==0?u/o:1;e.path=function(m,f=1,g=1){if(f<=0||g<=0)return m;if(EEe(m))return console.warn("Cannot scale invalid path",m),$9([]);if(f===1&&g===1)return m;try{return $9((0,n5e.parseSVG)(m).map(v=>{let y={...v};return"x"in y&&(y.x=y.x*f),"y"in y&&(y.y=y.y*g),"x1"in y&&(y.x1=y.x1*f),"x2"in y&&(y.x2=y.x2*f),"y1"in y&&(y.y1=y.y1*g),"y2"in y&&(y.y2=y.y2*g),"rx"in y&&(y.rx=y.rx*f),"ry"in y&&(y.ry=y.ry*g),y}))}catch(v){return console.warn("Error parsing SVG path",v),$9([])}}(d.path,c,p),e.data={...e.data,path:e.path}}}function u5e({stateId:e,objectOverride:t,objectRoot:i,newParentWidth:r,newParentHeight:n,initialParentWidth:s,initialParentHeight:a}){let o=t.states?.[e],l=i.states?.[e];if(o&&l){let{width:u,height:h,position:d}=CEe({constraints:t.data,newParentWidth:r,newParentHeight:n,initialParentWidth:s,initialParentHeight:a,objectInitialWidth:gy.isResizeable(l)?l.width:0,objectInitialHeight:gy.isResizeable(l)?l.height:0,objectInitialPosition:l.position});Object.assign(t.states[e],{position:d}),gy.isResizeable(o)&&Object.assign(t.states[e],{width:u,height:h})}}function K9(e){return e instanceof VA||e instanceof Wc||e instanceof iK||e instanceof rK}U4();var Jge,d5e=class extends Fn{constructor(e,t,i){super(e,t,i),this.isUIObject=!0,this.uiCanvas=new PEe(e+"-canvas",t.geometry.width,t.geometry.height,i),this.uiCanvas.promise.then(()=>{this.applyFrame(this.dataPatched.geometry.frame,i.shared)})}updateByPatchedOpGeometry(e,t,i){super.updateByPatchedOpGeometry(e,t,i),e.type===0&&(e.props.frame!==void 0&&this.applyFrame(e.props.frame,i.shared),(e.props.width!==void 0||e.props.height!==void 0)&&this.applySize(e.props,i.shared))}applySize(e,t){let i=e?.width??this.dataPatched.geometry.width,r=e?.height??this.dataPatched.geometry.height;this.uiCanvas.applySize({width:i,height:r}),this.applyGeometryParametersFromFrame(t)}applyFrame(e,t){this.uiCanvas.applyFrame(e),this.applyGeometryParametersFromFrame(t),this.applyMaterialParametersFromFrame({shared:t})}applyGeometryParametersFromFrame(e){let t=this.frame;t&&(Object.assign(this.data,{geometry:Object.assign(this.data.geometry,{cornerRadius:t.cornerRadius,cornerType:0})}),Object.assign(this.dataPatched,{geometry:Object.assign(this.dataPatched.geometry,{cornerRadius:t.cornerRadius,cornerType:0})}),this.localGeometry?.dispose(),this.localGeometry=Cg(this.dataPatched.geometry,e,this.data.flatShading,this))}applyMaterialParametersFromFrame(e){let t=this.frame;if(t){let i=t.data.backgroundBlur;Object.assign(this.data.material.layers[0].data.texture,{image:this.uiCanvas.uuid}),Object.assign(this.data.material.layers[1].data,{roughness:i.radius,alpha:i.enabled?1:0}),Object.assign(this.dataPatched.material.layers[0].data.texture,{image:this.uiCanvas.uuid}),Object.assign(this.dataPatched.material.layers[1].data,{roughness:i.radius,alpha:i.enabled?1:0}),this.material.reset?.(this.dataPatched.material,e,!0)}}updateEntity2DByOp(e,t,i,r){this.uiCanvas.updateEntity2DByOp(e,t,i,r),e===this.frameId&&t.type===0&&(t.props.cornerRadius!==void 0?this.applyGeometryParametersFromFrame(r):Qr(t.path,["backgroundBlur"])&&this.applyMaterialParametersFromFrame({shared:r}))}get frame(){return this.uiCanvas.frame}get frameId(){return this.frame?.uuid}removeInteractionGeometry(e){super.removeInteractionGeometry(e),this.applySize({},e)}updateGeometryInteractions(e,t){super.updateGeometryInteractions(e,t),this.applySize({width:e.width,height:e.height},t);let i={...this.data.geometry,...e};this.localGeometry?.dispose(),this.localGeometry=Cg(i,t,this.data.flatShading,this)}};_r(),yw("UIGeometry",(e,t,i)=>new d5e(e,t,i)),C4=Jge={Scene2D:nK,UICanvas:PEe,loadHanaUIRUNTIME:function(){return t4||(t4=async()=>async function(e,t){return await e.default(t?{module_or_path:t}:void 0),Object.getOwnPropertyDescriptor(e.Engine.prototype,"scene")||Object.defineProperty(e.Engine.prototype,"scene",{get:function(){let i=Object.create(e.SceneController.prototype);return i.__wbg_ptr=this.__wbg_ptr,i}}),{createEngine:i=>e.Engine.create(i,JSON.parse('{"schema":13,"scenes":[{"fi":0,"id":"32603ebf4-bd9a-54ba-c1e9-6645c3ee7a53","data":{"name":"Page","backgroundColor":[0,0,0,0],"objects":[]}}],"assets":{"images":{},"videos":{},"colors":{},"audios":{},"numbers":{},"booleans":{},"strings":{},"dynamicVariables":{"counters":{},"randoms":{},"timers":{},"times":{}},"fonts":{},"animations":{},"geometries":{},"emojiArt":{}},"publish":{"logo":true,"presentationSizing":"Contain","allowPageScroll":true,"showBackground":true},"framePublish":{},"components":{}}'),!0)}}(await Promise.resolve().then(()=>(RZ(),CZ)),zge??function(){let e=typeof process<"u"?"2.0.19":void 0;return`https://cdn.spline.design/@splinetool/runtime${e?`@${e}`:""}/build/hana-ui.wasm`}())),TEe().then(()=>{})},setHanaUIWasmUrl:function(e){zge=e}},aL!==null&&Jge.setHanaUIWasmUrl(aL),Nn("ui-2d"),eY(),abe(),le();var NEe,Z9,c5e=class{constructor(){this.type="ShapePath",this.color=new ot,this.subPaths=[],this.currentPath=null}moveTo(e,t){return this.currentPath=new uE,this.subPaths.push(this.currentPath),this.currentPath.moveTo(e,t),this}lineTo(e,t){return this.currentPath?.lineTo(e,t),this}quadraticCurveTo(e,t,i,r){return this.currentPath?.quadraticCurveTo(e,t,i,r),this}bezierCurveTo(e,t,i,r,n,s){return this.currentPath?.bezierCurveTo(e,t,i,r,n,s),this}splineThru(e){return this.currentPath?.splineThru(e),this}toShapes(){let e={loc:0,t:0};function t(u,h,d,c){let p=u.x,m=h.x,f=d.x,g=c.x,v=u.y,y=h.y,_=d.y,b=c.y,x=(g-f)*(v-_)-(b-_)*(p-f),w=(b-_)*(m-p)-(g-f)*(y-v),S=x/w,M=((m-p)*(v-_)-(y-v)*(p-f))/w;if(w===0&&x!==0||S<=0||S>=1||M<0||M>1)return null;if(x===0&&w===0){for(let T=0;T<2;T++){if(i(T===0?d:c,u,h),e.loc===0){let A=T===0?d:c;return{x:A.x,y:A.y,t:e.t}}if(e.loc===2)return{x:+(p+e.t*(m-p)).toPrecision(10),y:+(v+e.t*(y-v)).toPrecision(10),t:e.t}}return null}for(let T=0;T<2;T++)if(i(T===0?d:c,u,h),e.loc===0){let A=T===0?d:c;return{x:A.x,y:A.y,t:e.t}}return{x:+(p+S*(m-p)).toPrecision(10),y:+(v+S*(y-v)).toPrecision(10),t:S}}function i(u,h,d){let c,p=d.x-h.x,m=d.y-h.y,f=u.x-h.x,g=u.y-h.y,v=p*g-f*m;return u.x===h.x&&u.y===h.y?(e.loc=0,void(e.t=0)):u.x===d.x&&u.y===d.y?(e.loc=1,void(e.t=1)):void(v<-Number.EPSILON?e.loc=3:v>Number.EPSILON?e.loc=4:p*f<0||m*g<0?e.loc=5:Math.sqrt(p*p+m*m)<Math.sqrt(f*f+g*g)?e.loc=6:(c=p!==0?f/p:g/m,e.loc=2,e.t=c))}let r=0,n=999999999,s=-999999999,a=[];this.subPaths.forEach(u=>{let h=u.getPoints(),d=-999999999,c=999999999,p=-999999999,m=999999999;for(let f=0;f<h.length;f++){let g=h[f];g.y>d&&(d=g.y),g.y<c&&(c=g.y),g.x>p&&(p=g.x),g.x<m&&(m=g.x)}s<=p&&(s=p+1),n>=m&&(n=m-1),h.length&&a.push({curves:u.curves,points:h,isCW:n7.isClockWise(h),identifier:r++,boundingBox:new f4(new J(m,c),new J(p,d))})});let o=a.map(u=>function(h,d,c,p,m){(m==null||m==="")&&(m="nonzero");let f=new J;h.boundingBox.getCenter(f);let g=function(w,S,M){let T=new J;S.getCenter(T);let A=[];return M.forEach(E=>{E.boundingBox.containsPoint(T)&&function(R,N){let D=[],O=[];for(let z=1;z<R.length;z++){let U=R[z-1],G=R[z];for(let j=1;j<N.length;j++){let K=t(U,G,N[j-1],N[j]);K!==null&&D.find(q=>q.t<=K.t+Number.EPSILON&&q.t>=K.t-Number.EPSILON)===void 0&&(D.push(K),O.push(new J(K.x,K.y)))}}return O}(w,E.points).forEach(R=>{A.push({identifier:E.identifier,isCW:E.isCW,point:R})})}),A.sort((E,R)=>E.point.x-R.point.x),A}([new J(c,f.y),new J(p,f.y)],h.boundingBox,d);g.sort((w,S)=>w.point.x-S.point.x);let v=[],y=[];g.forEach(w=>{w.identifier===h.identifier?v.push(w):y.push(w)});let _=v[0].point.x,b=[],x=0;for(;x<y.length&&y[x].point.x<_;)b.length>0&&b[b.length-1]===y[x].identifier?b.pop():b.push(y[x].identifier),x++;if(b.push(h.identifier),m==="evenodd"){let w=b.length%2==0,S=b[b.length-2];return{identifier:h.identifier,isHole:w,for:S}}if(m==="nonzero"){let w=!0,S=null,M=null;for(let T=0;T<b.length;T++){let A=b[T];d[A]&&(w?(M=d[A].isCW,w=!1,S=A):M!==d[A].isCW&&(M=d[A].isCW,w=!0))}return{identifier:h.identifier,isHole:w,for:S}}console.warn('fill-rule: "'+m+'" is currently not implemented.')}(u,a,n,s,this.userData?.style.fillRule)),l=[];return a.forEach(u=>{let h=o[u.identifier];if(h&&!h.isHole){let d=new XE;d.curves=u.curves,o.filter(c=>c?.isHole&&c.for===u.identifier).forEach(c=>{if(c){let p=a[c.identifier],m=new uE;m.curves=p.curves,d.holes.push(m)}}),l.push(d)}}),l}},IEe=!1,e0e=new Promise(e=>{NEe=e}),t0e=!1;function i0e(){if(IEe=!0,!t0e)return Z9||(Z9=async function(){let e=await import("./opentype.js");NEe(e),t0e=!0}(),Z9)}var p5e=new class{async load(e,t,i=()=>{}){let{load:r}=await e0e;r(e,(n,s)=>{n||!s?i(n??"Something went wrong"):t(s)})}async parse(e){let{parse:t,Bidi:i}=await e0e;try{let r=t(e),n=new i,s=a=>r.charToGlyphIndex(a.char);return n.registerModifier("glyphIndex",null,s),n.applyFeatures(r,r.defaultRenderOptions.features),{font:r,bidi:n}}catch(r){console.error(r)}}};function m5e(e,t){return t.state.glyphIndex===e||t.state.fina===e||t.state.medi===e||t.state.init===e}le(),CX(),_r(),yw("TextGeometry",(e,t,i)=>new W4(e,t,i));var r0e={create:(e,t)=>new PH(e,t)};lH("TextGeometry",r0e),lH("InputGeometry",r0e),AX=class{constructor(e){this._arrayBuffer=new ArrayBuffer(1),this._isLoaded=!1,this._intercepted=!1,this._layoutErrorWarned=!1,this._isUserFont=e.isUserFont??!1,this._loadingPromise=this.load(e)}update(e){this._isLoaded=!1,this._isUserFont=e.isUserFont??!1,this._loadingPromise=this.load(e)}async load(e){try{this._layoutErrorWarned=!1;let t=await async function(i){let r,n,s=!1;if(i.url?(r=await async function(a){let o;try{o=await fetch(a)}catch(l){throw new Error(`could not fetch the font at ${a}: ${l}`)}if(!o.ok)throw new Error(`${o.status} ${o.statusText} fetching the font at ${a}`);return await o.arrayBuffer()}(i.url),n=i.url,s=i.url.startsWith("/")):i.data&&(r=i.data.buffer.slice(i.data.byteOffset,i.data.byteOffset+i.data.byteLength)),r){if(!IEe)return{font:void 0,url:n,intercepted:s,arr:r,bidi:null};{let a=await p5e.parse(r);if(a)return{font:a.font,url:n,intercepted:s,arr:r,bidi:a.bidi}}}}(e);t&&(this._arrayBuffer=t.arr,this._url=t.url,this.font=t.font,this._intercepted=t.intercepted,this._isLoaded=!0,this._bidi=t.bidi)}catch(t){console.warn(`Could not load the font "${e.url??"(inline data)"}"`,t)}}warnLayoutError(e){this._layoutErrorWarned||(this._layoutErrorWarned=!0,console.warn(`Text layout failed for the font "${this._url??"(inline data)"}"`,e))}get url(){return this._url}get intercepted(){return this._intercepted}get isLoaded(){return this._isLoaded}get loadingPromise(){return this._loadingPromise}reverseLigaturesTable(e,t,i){if(!this._bidi)return[];let r=this._bidi;r.getTextGlyphs(t);let n=r.tokenizer.tokens,s=[],a=0,o=i.length===n.length;for(let l=0;l<i.length;l++){let u=i[l].index,h=String.fromCharCode(i[l].unicode),d=n[a];if(m5e(u,d)||o)s.push({char:h,index:u,replacements:[d.state.glyphIndex],replacementChars:[d.char]}),a++;else{let c=d.char,p="",m=[d.state.glyphIndex],f=[],g=!1;for(;!g;)a++,p=t.charAt(a),c+=p,m.push(e.charToGlyphIndex(p)),f=e.stringToGlyphs(c),f.length===1&&f[0].index===u&&(g=!0),a>t.length&&(g=!0);s.push({char:h,index:u,replacements:m,replacementChars:Array.from(c)}),a++}}return s}generateShapes(e,t,i){if(!this._isLoaded)return;let r=this.font,n=t.fontSize/this.unitsPerEm,s=t.fontSize*t.lineHeight,a=e.map(v=>this.getTextWidth(v,t)),o=typeof t.width=="string"?Number(i.getVariable(t.width)):t.width,l=typeof t.height=="string"?Number(i.getVariable(t.height)):t.height,u=this.getCharWidth(`
12891
+ }`}),o5e=new class{constructor(e){this._mesh=new Cr(a5e,e)}dispose(){this._mesh.geometry.dispose()}render(e){e.render(this._mesh,s5e)}get material(){return this._mesh.material}set material(e){this._mesh.material=e}}(REe),X9=null,Y9=null,l5e=Ui.identity(),PEe=class{constructor(e,t,i,r){var n;this.uuid=e,this.width=t,this.height=i,this.context=r,this.enabled=!0,this.isScreenSpace=!1,this.dpr=window.devicePixelRatio,this.isFrameDirty=!1,this.onRenderRequestedDownstream=()=>{this.isFrameDirty=!0,this.isScreenSpace||SE.add(this),this.context.shared.requestRender()},this._innerApplySize=()=>{let s=this.width,a=this.height;this.renderer.dpr=Qge(s,a,this.dpr,this.isScreenSpace),this.renderer.setSize(s,a)},this.onFrameOverrideObjectEvent=s=>{if(s.target?.uuid!==void 0){let a=this.frameRoot?.find(s.target.uuid);a&&a.dispatchEvent({...s,target:a})}},this.scene2d=new nK(ht.generateUUID(),sH.defaultData,{dpr:window.devicePixelRatio,shared:r.shared}),this.canvas=(X9===null&&(X9=document.createElement("canvas")),X9),this.renderer=(n=this.canvas,Y9===null&&(Y9=new QFe(n)),Y9),this.promise=this.init(),this.renderTarget=new yr(1,1,{type:ni,stencilBuffer:!1,depthBuffer:!1}),r.shared.addUIBuffer(this.uuid,this.renderTarget),this.textureHolder=r.shared.uiBuffer(this.uuid)}get canvasTexture(){return this._canvasTexture||(this._canvasTexture=new O$(this.canvas)),this._canvasTexture}async init(){await this.renderer.init(),this.renderer.uiFontReady?.then(()=>{this.frameOverride&&this.onRenderRequestedDownstream()})}render(e){if(this.isFrameDirty){if(this.isFrameDirty=!1,this._innerApplySize(),this.renderer.clear(),this.frameOverride?.draw(this.renderer),this.renderer.render(),this.canvasTexture.needsUpdate=!0,e.blitTextureToTarget)e.blitTextureToTarget(this.canvasTexture,this.renderTarget);else{REe.uniforms.tDiffuse.value=this.canvasTexture;let t=e.getRenderTarget();e.setRenderTarget(this.renderTarget),e.clear(),o5e.render(e),e.setRenderTarget(t)}this.textureHolder?.setNeedsUpdate(!0)}}updateEntity2DByOp(e,t,i,r){this.scene2d.updateEntityByOp(e,t,i,r),this.applySize()}updateTreeByOp(e,t){this.scene2d.updateTreeByOp(e,t),this.applySize()}applyOverrides(e){if(this.frameOverride&&this.frameRoot){this.frameOverride.position=[0,0],this.frameOverride.rotation=0;let t=e?.width??this.width,i=e?.height??this.height;this.frameOverride.width=t,this.frameOverride.height=i,this.frameOverride.localMatrix=l5e,this.isScreenSpace&&(this.frameOverride.fill.color=kr.from0to1([0,0,0,0])),this.frameOverride.data={...this.frameOverride.data,width:t,height:i},DEe({objectOverride:this.frameOverride,objectRoot:this.frameRoot,newParentWidth:this.frameOverride.width,newParentHeight:this.frameOverride.height,initialParentWidth:this.frameRoot.width,initialParentHeight:this.frameRoot.height}),this.frameOverride.updateWorldMatrix(!0,!1,!0)}}applySize(e,t=window.devicePixelRatio){let i=Math.max(1,e?.width??this.width),r=Math.max(1,e?.height??this.height);this.dpr=t,this.width=i,this.height=r,this._innerApplySize();let n=function(s,a,o,l){let u=Qge(s,a,o,l),h=Math.max(o,512/Math.min(s,a)),d=Math.min(h,u);return{width:Math.max(1,Math.ceil(s*d)),height:Math.max(1,Math.ceil(a*d))}}(i,r,t,this.isScreenSpace);this.renderTarget.setSize(n.width,n.height),this._canvasTexture?.dispose(),this._canvasTexture=void 0,this.applyOverrides(e),this.frameOverride?.requestRender()}applyFrame(e){let t=this.context.scene.find2D(e);if(t&&t instanceof Wc)return this.disposeFrameOverride(),this.frameRoot=t,this.frameOverride=t.clone({dpr:this.renderer.dpr,shared:this.context.shared}),this.scene2d.add(this.frameOverride),this.applySize(),this.frame?.addEventListener("render",this.onRenderRequestedDownstream),this.frameOverride.traverse(i=>{i.addEventListener("beginState",this.onFrameOverrideObjectEvent),i.addEventListener("completeState",this.onFrameOverrideObjectEvent)}),this.frame?.requestRender(),t}get frame(){return this.frameOverride}get frameId(){return this.frame?.uuid}find(e){return this.scene2d.find(e)}get texture(){return this.textureHolder?.getTexture(1001)}disposeFrameOverride(){this.frameOverride?.removeEventListener("render",this.onRenderRequestedDownstream),this.frameOverride?.traverse(e=>{e.removeEventListener("beginState",this.onFrameOverrideObjectEvent),e.removeEventListener("completeState",this.onFrameOverrideObjectEvent)}),this.frameOverride&&this.scene2d.remove(this.frameOverride)}};function DEe({objectOverride:e,objectRoot:t,newParentWidth:i,newParentHeight:r,initialParentWidth:n,initialParentHeight:s}){if(e instanceof Wc&&t instanceof Wc||e instanceof Fg&&t instanceof Fg)for(let a=0,o=e.children.length;a<o;a++){let l=e.children[a],u=t.children[a];l&&u&&l.uuid===u.uuid&&h5e({objectOverride:l,objectRoot:u,newParentWidth:i,newParentHeight:r,initialParentWidth:n,initialParentHeight:s})}}function h5e({objectOverride:e,objectRoot:t,newParentWidth:i,newParentHeight:r,initialParentWidth:n,initialParentHeight:s}){let[a,o]=function(d){if(K9(d))return[d.width,d.height];if(d instanceof n4){let[c,p]=d.getHalfSize();return[2*c,2*p]}if(d instanceof Fg){let[c,p]=d.recursiveBBox.getHalfSize();return[2*c,2*p]}return[0,0]}(t),{width:l,height:u,position:h}=CEe({constraints:e.data,newParentWidth:i,newParentHeight:r,initialParentWidth:n,initialParentHeight:s,objectInitialWidth:a,objectInitialHeight:o,objectInitialPosition:t.position});if(e.position=h,e.data={...e.data,position:h},e.states)for(let d in e.states)u5e({stateId:d,objectOverride:e,objectRoot:t,newParentWidth:i,newParentHeight:r,initialParentWidth:n,initialParentHeight:s});if(K9(e)||e instanceof Fg)K9(e)&&(e.width=l,e.height=u,e.data={...e.data,width:l,height:u}),DEe({objectOverride:e,objectRoot:t,newParentWidth:l,newParentHeight:u,initialParentWidth:a,initialParentHeight:o});else if(e instanceof n4){let d=t,c=a!==0?l/a:1,p=o!==0?u/o:1;e.path=function(m,f=1,g=1){if(f<=0||g<=0)return m;if(EEe(m))return console.warn("Cannot scale invalid path",m),$9([]);if(f===1&&g===1)return m;try{return $9((0,n5e.parseSVG)(m).map(v=>{let y={...v};return"x"in y&&(y.x=y.x*f),"y"in y&&(y.y=y.y*g),"x1"in y&&(y.x1=y.x1*f),"x2"in y&&(y.x2=y.x2*f),"y1"in y&&(y.y1=y.y1*g),"y2"in y&&(y.y2=y.y2*g),"rx"in y&&(y.rx=y.rx*f),"ry"in y&&(y.ry=y.ry*g),y}))}catch(v){return console.warn("Error parsing SVG path",v),$9([])}}(d.path,c,p),e.data={...e.data,path:e.path}}}function u5e({stateId:e,objectOverride:t,objectRoot:i,newParentWidth:r,newParentHeight:n,initialParentWidth:s,initialParentHeight:a}){let o=t.states?.[e],l=i.states?.[e];if(o&&l){let{width:u,height:h,position:d}=CEe({constraints:t.data,newParentWidth:r,newParentHeight:n,initialParentWidth:s,initialParentHeight:a,objectInitialWidth:gy.isResizeable(l)?l.width:0,objectInitialHeight:gy.isResizeable(l)?l.height:0,objectInitialPosition:l.position});Object.assign(t.states[e],{position:d}),gy.isResizeable(o)&&Object.assign(t.states[e],{width:u,height:h})}}function K9(e){return e instanceof VA||e instanceof Wc||e instanceof iK||e instanceof rK}U4();var Jge,d5e=class extends Fn{constructor(e,t,i){super(e,t,i),this.isUIObject=!0,this.uiCanvas=new PEe(e+"-canvas",t.geometry.width,t.geometry.height,i),this.uiCanvas.promise.then(()=>{this.applyFrame(this.dataPatched.geometry.frame,i.shared)})}updateByPatchedOpGeometry(e,t,i){super.updateByPatchedOpGeometry(e,t,i),e.type===0&&(e.props.frame!==void 0&&this.applyFrame(e.props.frame,i.shared),(e.props.width!==void 0||e.props.height!==void 0)&&this.applySize(e.props,i.shared))}applySize(e,t){let i=e?.width??this.dataPatched.geometry.width,r=e?.height??this.dataPatched.geometry.height;this.uiCanvas.applySize({width:i,height:r}),this.applyGeometryParametersFromFrame(t)}applyFrame(e,t){this.uiCanvas.applyFrame(e),this.applyGeometryParametersFromFrame(t),this.applyMaterialParametersFromFrame({shared:t})}applyGeometryParametersFromFrame(e){let t=this.frame;t&&(Object.assign(this.data,{geometry:Object.assign(this.data.geometry,{cornerRadius:t.cornerRadius,cornerType:0})}),Object.assign(this.dataPatched,{geometry:Object.assign(this.dataPatched.geometry,{cornerRadius:t.cornerRadius,cornerType:0})}),this.localGeometry?.dispose(),this.localGeometry=Cg(this.dataPatched.geometry,e,this.data.flatShading,this))}applyMaterialParametersFromFrame(e){let t=this.frame;if(t){let i=t.data.backgroundBlur;Object.assign(this.data.material.layers[0].data.texture,{image:this.uiCanvas.uuid}),Object.assign(this.data.material.layers[1].data,{roughness:i.radius,alpha:i.enabled?1:0}),Object.assign(this.dataPatched.material.layers[0].data.texture,{image:this.uiCanvas.uuid}),Object.assign(this.dataPatched.material.layers[1].data,{roughness:i.radius,alpha:i.enabled?1:0}),this.material.reset?.(this.dataPatched.material,e,!0)}}updateEntity2DByOp(e,t,i,r){this.uiCanvas.updateEntity2DByOp(e,t,i,r),e===this.frameId&&t.type===0&&(t.props.cornerRadius!==void 0?this.applyGeometryParametersFromFrame(r):Qr(t.path,["backgroundBlur"])&&this.applyMaterialParametersFromFrame({shared:r}))}get frame(){return this.uiCanvas.frame}get frameId(){return this.frame?.uuid}removeInteractionGeometry(e){super.removeInteractionGeometry(e),this.applySize({},e)}updateGeometryInteractions(e,t){super.updateGeometryInteractions(e,t),this.applySize({width:e.width,height:e.height},t);let i={...this.data.geometry,...e};this.localGeometry?.dispose(),this.localGeometry=Cg(i,t,this.data.flatShading,this)}};_r(),yw("UIGeometry",(e,t,i)=>new d5e(e,t,i)),C4=Jge={Scene2D:nK,UICanvas:PEe,loadHanaUIRUNTIME:function(){return t4||(t4=async()=>async function(e,t){return await e.default(t?{module_or_path:t}:void 0),Object.getOwnPropertyDescriptor(e.Engine.prototype,"scene")||Object.defineProperty(e.Engine.prototype,"scene",{get:function(){let i=Object.create(e.SceneController.prototype);return i.__wbg_ptr=this.__wbg_ptr,i}}),{createEngine:i=>e.Engine.create(i,JSON.parse('{"schema":13,"scenes":[{"fi":0,"id":"32603ebf4-bd9a-54ba-c1e9-6645c3ee7a53","data":{"name":"Page","backgroundColor":[0,0,0,0],"objects":[]}}],"assets":{"images":{},"videos":{},"colors":{},"audios":{},"numbers":{},"booleans":{},"strings":{},"dynamicVariables":{"counters":{},"randoms":{},"timers":{},"times":{}},"fonts":{},"animations":{},"geometries":{},"emojiArt":{}},"publish":{"logo":true,"presentationSizing":"Contain","allowPageScroll":true,"showBackground":true},"framePublish":{},"components":{}}'),!0)}}(await Promise.resolve().then(()=>(RZ(),CZ)),zge??function(){let e=typeof process<"u"?"2.0.21":void 0;return`https://cdn.spline.design/@splinetool/runtime${e?`@${e}`:""}/build/hana-ui.wasm`}())),TEe().then(()=>{})},setHanaUIWasmUrl:function(e){zge=e}},aL!==null&&Jge.setHanaUIWasmUrl(aL),Nn("ui-2d"),eY(),abe(),le();var NEe,Z9,c5e=class{constructor(){this.type="ShapePath",this.color=new ot,this.subPaths=[],this.currentPath=null}moveTo(e,t){return this.currentPath=new uE,this.subPaths.push(this.currentPath),this.currentPath.moveTo(e,t),this}lineTo(e,t){return this.currentPath?.lineTo(e,t),this}quadraticCurveTo(e,t,i,r){return this.currentPath?.quadraticCurveTo(e,t,i,r),this}bezierCurveTo(e,t,i,r,n,s){return this.currentPath?.bezierCurveTo(e,t,i,r,n,s),this}splineThru(e){return this.currentPath?.splineThru(e),this}toShapes(){let e={loc:0,t:0};function t(u,h,d,c){let p=u.x,m=h.x,f=d.x,g=c.x,v=u.y,y=h.y,_=d.y,b=c.y,x=(g-f)*(v-_)-(b-_)*(p-f),w=(b-_)*(m-p)-(g-f)*(y-v),S=x/w,M=((m-p)*(v-_)-(y-v)*(p-f))/w;if(w===0&&x!==0||S<=0||S>=1||M<0||M>1)return null;if(x===0&&w===0){for(let T=0;T<2;T++){if(i(T===0?d:c,u,h),e.loc===0){let A=T===0?d:c;return{x:A.x,y:A.y,t:e.t}}if(e.loc===2)return{x:+(p+e.t*(m-p)).toPrecision(10),y:+(v+e.t*(y-v)).toPrecision(10),t:e.t}}return null}for(let T=0;T<2;T++)if(i(T===0?d:c,u,h),e.loc===0){let A=T===0?d:c;return{x:A.x,y:A.y,t:e.t}}return{x:+(p+S*(m-p)).toPrecision(10),y:+(v+S*(y-v)).toPrecision(10),t:S}}function i(u,h,d){let c,p=d.x-h.x,m=d.y-h.y,f=u.x-h.x,g=u.y-h.y,v=p*g-f*m;return u.x===h.x&&u.y===h.y?(e.loc=0,void(e.t=0)):u.x===d.x&&u.y===d.y?(e.loc=1,void(e.t=1)):void(v<-Number.EPSILON?e.loc=3:v>Number.EPSILON?e.loc=4:p*f<0||m*g<0?e.loc=5:Math.sqrt(p*p+m*m)<Math.sqrt(f*f+g*g)?e.loc=6:(c=p!==0?f/p:g/m,e.loc=2,e.t=c))}let r=0,n=999999999,s=-999999999,a=[];this.subPaths.forEach(u=>{let h=u.getPoints(),d=-999999999,c=999999999,p=-999999999,m=999999999;for(let f=0;f<h.length;f++){let g=h[f];g.y>d&&(d=g.y),g.y<c&&(c=g.y),g.x>p&&(p=g.x),g.x<m&&(m=g.x)}s<=p&&(s=p+1),n>=m&&(n=m-1),h.length&&a.push({curves:u.curves,points:h,isCW:n7.isClockWise(h),identifier:r++,boundingBox:new f4(new J(m,c),new J(p,d))})});let o=a.map(u=>function(h,d,c,p,m){(m==null||m==="")&&(m="nonzero");let f=new J;h.boundingBox.getCenter(f);let g=function(w,S,M){let T=new J;S.getCenter(T);let A=[];return M.forEach(E=>{E.boundingBox.containsPoint(T)&&function(R,N){let D=[],O=[];for(let z=1;z<R.length;z++){let U=R[z-1],G=R[z];for(let j=1;j<N.length;j++){let K=t(U,G,N[j-1],N[j]);K!==null&&D.find(q=>q.t<=K.t+Number.EPSILON&&q.t>=K.t-Number.EPSILON)===void 0&&(D.push(K),O.push(new J(K.x,K.y)))}}return O}(w,E.points).forEach(R=>{A.push({identifier:E.identifier,isCW:E.isCW,point:R})})}),A.sort((E,R)=>E.point.x-R.point.x),A}([new J(c,f.y),new J(p,f.y)],h.boundingBox,d);g.sort((w,S)=>w.point.x-S.point.x);let v=[],y=[];g.forEach(w=>{w.identifier===h.identifier?v.push(w):y.push(w)});let _=v[0].point.x,b=[],x=0;for(;x<y.length&&y[x].point.x<_;)b.length>0&&b[b.length-1]===y[x].identifier?b.pop():b.push(y[x].identifier),x++;if(b.push(h.identifier),m==="evenodd"){let w=b.length%2==0,S=b[b.length-2];return{identifier:h.identifier,isHole:w,for:S}}if(m==="nonzero"){let w=!0,S=null,M=null;for(let T=0;T<b.length;T++){let A=b[T];d[A]&&(w?(M=d[A].isCW,w=!1,S=A):M!==d[A].isCW&&(M=d[A].isCW,w=!0))}return{identifier:h.identifier,isHole:w,for:S}}console.warn('fill-rule: "'+m+'" is currently not implemented.')}(u,a,n,s,this.userData?.style.fillRule)),l=[];return a.forEach(u=>{let h=o[u.identifier];if(h&&!h.isHole){let d=new XE;d.curves=u.curves,o.filter(c=>c?.isHole&&c.for===u.identifier).forEach(c=>{if(c){let p=a[c.identifier],m=new uE;m.curves=p.curves,d.holes.push(m)}}),l.push(d)}}),l}},IEe=!1,e0e=new Promise(e=>{NEe=e}),t0e=!1;function i0e(){if(IEe=!0,!t0e)return Z9||(Z9=async function(){let e=await import("./opentype.js");NEe(e),t0e=!0}(),Z9)}var p5e=new class{async load(e,t,i=()=>{}){let{load:r}=await e0e;r(e,(n,s)=>{n||!s?i(n??"Something went wrong"):t(s)})}async parse(e){let{parse:t,Bidi:i}=await e0e;try{let r=t(e),n=new i,s=a=>r.charToGlyphIndex(a.char);return n.registerModifier("glyphIndex",null,s),n.applyFeatures(r,r.defaultRenderOptions.features),{font:r,bidi:n}}catch(r){console.error(r)}}};function m5e(e,t){return t.state.glyphIndex===e||t.state.fina===e||t.state.medi===e||t.state.init===e}le(),CX(),_r(),yw("TextGeometry",(e,t,i)=>new W4(e,t,i));var r0e={create:(e,t)=>new PH(e,t)};lH("TextGeometry",r0e),lH("InputGeometry",r0e),AX=class{constructor(e){this._arrayBuffer=new ArrayBuffer(1),this._isLoaded=!1,this._intercepted=!1,this._layoutErrorWarned=!1,this._isUserFont=e.isUserFont??!1,this._loadingPromise=this.load(e)}update(e){this._isLoaded=!1,this._isUserFont=e.isUserFont??!1,this._loadingPromise=this.load(e)}async load(e){try{this._layoutErrorWarned=!1;let t=await async function(i){let r,n,s=!1;if(i.url?(r=await async function(a){let o;try{o=await fetch(a)}catch(l){throw new Error(`could not fetch the font at ${a}: ${l}`)}if(!o.ok)throw new Error(`${o.status} ${o.statusText} fetching the font at ${a}`);return await o.arrayBuffer()}(i.url),n=i.url,s=i.url.startsWith("/")):i.data&&(r=i.data.buffer.slice(i.data.byteOffset,i.data.byteOffset+i.data.byteLength)),r){if(!IEe)return{font:void 0,url:n,intercepted:s,arr:r,bidi:null};{let a=await p5e.parse(r);if(a)return{font:a.font,url:n,intercepted:s,arr:r,bidi:a.bidi}}}}(e);t&&(this._arrayBuffer=t.arr,this._url=t.url,this.font=t.font,this._intercepted=t.intercepted,this._isLoaded=!0,this._bidi=t.bidi)}catch(t){console.warn(`Could not load the font "${e.url??"(inline data)"}"`,t)}}warnLayoutError(e){this._layoutErrorWarned||(this._layoutErrorWarned=!0,console.warn(`Text layout failed for the font "${this._url??"(inline data)"}"`,e))}get url(){return this._url}get intercepted(){return this._intercepted}get isLoaded(){return this._isLoaded}get loadingPromise(){return this._loadingPromise}reverseLigaturesTable(e,t,i){if(!this._bidi)return[];let r=this._bidi;r.getTextGlyphs(t);let n=r.tokenizer.tokens,s=[],a=0,o=i.length===n.length;for(let l=0;l<i.length;l++){let u=i[l].index,h=String.fromCharCode(i[l].unicode),d=n[a];if(m5e(u,d)||o)s.push({char:h,index:u,replacements:[d.state.glyphIndex],replacementChars:[d.char]}),a++;else{let c=d.char,p="",m=[d.state.glyphIndex],f=[],g=!1;for(;!g;)a++,p=t.charAt(a),c+=p,m.push(e.charToGlyphIndex(p)),f=e.stringToGlyphs(c),f.length===1&&f[0].index===u&&(g=!0),a>t.length&&(g=!0);s.push({char:h,index:u,replacements:m,replacementChars:Array.from(c)}),a++}}return s}generateShapes(e,t,i){if(!this._isLoaded)return;let r=this.font,n=t.fontSize/this.unitsPerEm,s=t.fontSize*t.lineHeight,a=e.map(v=>this.getTextWidth(v,t)),o=typeof t.width=="string"?Number(i.getVariable(t.width)):t.width,l=typeof t.height=="string"?Number(i.getVariable(t.height)):t.height,u=this.getCharWidth(`
12892
12892
  `,t),h=t.horizontalAlign===1?u:0,d=this.getLineInitialOffsetX(a[0],o,t.horizontalAlign,e[0],u),c=this.getLineInitialOffsetY(s,e.length,l,n,t.verticalAlign),p=[],m=e.map(()=>[]),f=e.map(()=>[]);for(let v=0;v<e.length;v++){let y=e[v],_={features:{liga:!0},letterSpacing:t.letterSpacing},b=[];try{b=r.stringToGlyphs(y,_)}catch(T){this.warnLayoutError(T)}d=this.getLineInitialOffsetX(a[v],o,t.horizontalAlign,y,u);let x=[];try{x=this.reverseLigaturesTable(r,y,b)}catch(T){this.warnLayoutError(T)}let w=this.computeSpaceWidthForLine(e,v,t,i),S=0,M=b[0];M&&t.horizontalAlign===2&&M.leftSideBearing!==void 0&&(d-=M.leftSideBearing*n);try{this.font?.forEachGlyph(y,d,c,t.fontSize,_,(T,A,E,R,N)=>{let D=T.index===0?`
12893
12893
  `:T.unicode?String.fromCharCode(T.unicode):void 0,O=x[S],z=0;if(D===`
12894
12894
  `)z=h;else if(D===" ")z=w;else{let U=this.createPath(T,n,A,E,t);U&&(z=U.offsetX,p.push(U.path))}if(O&&O.replacements.length!==1){let U=O.replacements.map(q=>(r.glyphs.get(q).advanceWidth??0)*n),G=U.reduce((q,ne)=>q+ne,0),j=U.map(q=>q/G),K=A;for(let q=0;q<j.length;q++){let ne=z*j[q];f[v].push([K,E]),m[v].push(ne),K+=ne}}else f[v].push([A,E]),m[v].push(z);S++})}catch(T){this.warnLayoutError(T)}c-=s}let g=[];for(let v=0,y=p.length;v<y;v++)g.push(...p[v].toShapes());return{shapes:g,charWidths:m,lineWidths:a,charCoords:f}}get isUserFont(){return this._isUserFont}get arrayBuffer(){return this._arrayBuffer}get ascender(){return this.font?.ascender??0}get descender(){return this.font?.descender??0}get familyName(){return this.font?.names.fontFamily??""}get subfamilyName(){return this.font?.names.fontSubfamily??""}get unitsPerEm(){return this.font?.unitsPerEm??1}getLineInitialOffsetX(e,t,i,r,n){return(i===3||i===2)&&r.indexOf(`
12895
- `)>=0&&(e-=n),i===3?.5*t-.5*e:i===2?t-e:0}getLineInitialOffsetY(e,t,i,r,n){let s=t*e,a=e-Math.abs(this.ascender-this.descender)*r,o=-this.ascender*r-a/2;return n===3?-(i-s-o):n===2?-(.5*i-.5*s-o):o}createPath(e,t,i,r,n){let s=e.getPath(i,-r,n.fontSize,{kerning:!1,letterSpacing:n.letterSpacing});if(!s)return void console.error('THREE.Font: character "'+e+'" does not exists in font family '+this.familyName+".");let a=new c5e,o=(e.advanceWidth??1)*t;if(e)for(let l of s.commands){let u=a.currentPath?.currentPoint;if(!u||l.type==="Z"||u.x!==l.x||-u.y!==l.y)switch(l.type){case"M":a.moveTo(l.x,-l.y);break;case"L":a.lineTo(l.x,-l.y);break;case"Q":a.quadraticCurveTo(l.x1,-l.y1,l.x,-l.y);break;case"C":a.bezierCurveTo(l.x1,-l.y1,l.x2,-l.y2,l.x,-l.y)}}return a.subPaths.forEach(l=>{let u=function(h){if(h.length){let d=h[0];if(d instanceof wh)return d.v1;if(d instanceof pu||d instanceof om)return d.v0}}(l.curves);u!==void 0&&l.currentPoint.distanceTo(u)>0&&l.lineTo(u.x,u.y)}),{offsetX:o,path:a}}getCharWidth(e,t){try{return this.font?.getAdvanceWidth(e,t.fontSize,{kerning:!0,letterSpacing:t.letterSpacing})??0}catch(i){return this.warnLayoutError(i),0}}getTextWidth(e,t){try{return this.font?.getAdvanceWidth(e,t.fontSize,{kerning:!0,letterSpacing:t.letterSpacing})??0}catch(i){return this.warnLayoutError(i),0}}computeSpaceWidthForLine(e,t,i,r){let n=this.getCharWidth(" ",i),s=e[t];if(s){let a=this.countSpaces(s.trimEnd());if(i.horizontalAlign===4&&t<e.length-1&&a)return((typeof i.width=="string"?Number(r.getVariable(i.width)):i.width)-(this.getTextWidth(s,i)-a*n))/a}return n}countSpaces(e){return(e.match(/ /g)||[]).length}},Nn("text"),Ht();var OEe=null;function n0e(){return OEe}function f5e(e){let t=!1;return e.scene.objects.forEach(i=>{i.data.type==="Page"&&!t&&i.data.publish.gameControlObject&&Zy.traverseModuleInstances(e,i.id,(r,n,s)=>{for(let a of s)a.data.type==="GameControl"&&a.data.navmesh.enabled&&(t=!0)})}),t}Hr();var dN=(e,t)=>{let i=t.x-e.x,r=t.y-e.y;return Math.sqrt(i*i+r*r)},Q9=e=>e*(Math.PI/180),cN=new Map,s4=(e,t,i)=>{let r,n=t.split(/[ ,]+/g);for(let s=0;s<n.length;s+=1)r=n[s],e.addEventListener?e.addEventListener(r,i,!1):e.attachEvent&&e.attachEvent(r,i)},a4=(e,t,i)=>{let r,n=t.split(/[ ,]+/g);for(let s=0;s<n.length;s+=1)r=n[s],e.removeEventListener?e.removeEventListener(r,i):e.detachEvent&&e.detachEvent(r,i)},LEe=e=>(e.preventDefault(),e.type.match(/^touch/)?e.changedTouches:e),s0e=()=>{if(!(typeof window>"u"))return{x:window.pageXOffset!==void 0?window.pageXOffset:(document.documentElement||document.body.parentNode||document.body).scrollLeft,y:window.pageYOffset!==void 0?window.pageYOffset:(document.documentElement||document.body.parentNode||document.body).scrollTop}},J9=(e,t)=>{t.top||t.right||t.bottom||t.left?(e.style.top=t.top,e.style.right=t.right,e.style.bottom=t.bottom,e.style.left=t.left):(e.style.left=t.x+"px",e.style.top=t.y+"px")},ej=(e,t,i)=>{let r=BEe(e);for(let n in r)if(Object.prototype.hasOwnProperty.call(r,n))if(typeof t=="string")r[n]=t+" "+i;else{let s="";for(let a=0,o=t.length;a<o;a+=1)s+=t[a]+" "+i+", ";r[n]=s.slice(0,-2)}return r},BEe=e=>{let t={};return t[e]="",["webkit","Moz","o"].forEach(function(i){t[i+e.charAt(0).toUpperCase()+e.slice(1)]=""}),t},tj=(e,t)=>{for(let i in t)Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e},n$=(e,t)=>{if(e.length)for(let i=0,r=e.length;i<r;i+=1)t(e[i]);else t(e)};typeof window<"u"&&(UEe="ontouchstart"in window,FEe=!!window.PointerEvent,zEe=!!window.MSPointerEvent);var UEe,FEe,zEe,nb,a0e={start:"mousedown",move:"mousemove",end:"mouseup"},H2={};function Bv(){}FEe?nb={start:"pointerdown",move:"pointermove",end:"pointerup, pointercancel"}:zEe?nb={start:"MSPointerDown",move:"MSPointerMove",end:"MSPointerUp"}:UEe?(nb={start:"touchstart",move:"touchmove",end:"touchend, touchcancel"},H2=a0e):nb=a0e,Bv.prototype.on=function(e,t){var i,r=this,n=e.split(/[ ,]+/g);r._handlers_=r._handlers_||{};for(var s=0;s<n.length;s+=1)i=n[s],r._handlers_[i]=r._handlers_[i]||[],r._handlers_[i].push(t);return r},Bv.prototype.off=function(e,t){var i=this;return i._handlers_=i._handlers_||{},e===void 0?i._handlers_={}:t===void 0?i._handlers_[e]=null:i._handlers_[e]&&i._handlers_[e].indexOf(t)>=0&&i._handlers_[e].splice(i._handlers_[e].indexOf(t),1),i},Bv.prototype.trigger=function(e,t){var i,r=this,n=e.split(/[ ,]+/g);r._handlers_=r._handlers_||{};for(var s=0;s<n.length;s+=1)i=n[s],r._handlers_[i]&&r._handlers_[i].length&&r._handlers_[i].forEach(function(a){a.call(r,{type:i,target:r},t)})},Bv.prototype.config=function(e){var t=this;t.options=t.defaults||{},e&&(t.options=((i,r)=>{let n={};for(let s in i)Object.prototype.hasOwnProperty.call(i,s)&&Object.prototype.hasOwnProperty.call(r,s)?n[s]=r[s]:Object.prototype.hasOwnProperty.call(i,s)&&(n[s]=i[s]);return n})(t.options,e))},Bv.prototype.bindEvt=function(e,t){var i=this;return i._domHandlers_=i._domHandlers_||{},i._domHandlers_[t]=function(){typeof i["on"+t]=="function"?i["on"+t].apply(i,arguments):console.warn('[WARNING] : Missing "on'+t+'" handler.')},s4(e,nb[t],i._domHandlers_[t]),H2[t]&&s4(e,H2[t],i._domHandlers_[t]),i},Bv.prototype.unbindEvt=function(e,t){var i=this;return i._domHandlers_=i._domHandlers_||{},a4(e,nb[t],i._domHandlers_[t]),H2[t]&&a4(e,H2[t],i._domHandlers_[t]),delete i._domHandlers_[t],this};var sK=Bv;function _a(e,t){return this.identifier=t.identifier,this.position=t.position,this.frontPosition=t.frontPosition,this.collection=e,this.defaults={size:100,threshold:.1,color:"white",fadeTime:250,dataOnly:!1,restJoystick:!0,restOpacity:1,mode:"dynamic",zone:document.body,lockX:!1,lockY:!1,shape:"circle"},this.config(t),this.options.mode==="dynamic"&&(this.options.restOpacity=0),this.id=_a.id,_a.id+=1,this.buildEl().stylize(),this.instance={el:this.ui.el,on:this.on.bind(this),off:this.off.bind(this),show:this.show.bind(this),hide:this.hide.bind(this),add:this.addToDom.bind(this),remove:this.removeFromDom.bind(this),destroy:this.destroy.bind(this),setPosition:this.setPosition.bind(this),resetDirection:this.resetDirection.bind(this),computeDirection:this.computeDirection.bind(this),trigger:this.trigger.bind(this),position:this.position,frontPosition:this.frontPosition,ui:this.ui,identifier:this.identifier,id:this.id,options:this.options},this.instance}_a.prototype=new sK,_a.constructor=_a,_a.id=0,_a.prototype.buildEl=function(e){return this.ui={},this.options.dataOnly||(this.ui.el=document.createElement("div"),this.ui.back=document.createElement("div"),this.ui.front=document.createElement("div"),this.ui.el.className="nipple collection_"+this.collection.id,this.ui.back.className="back",this.ui.front.className="front",this.ui.el.setAttribute("id","nipple_"+this.collection.id+"_"+this.id),this.ui.el.appendChild(this.ui.back),this.ui.el.appendChild(this.ui.front)),this},_a.prototype.stylize=function(){if(this.options.dataOnly)return this;var e=this.options.fadeTime+"ms",t=(()=>{let n=BEe("borderRadius");for(let s in n)Object.prototype.hasOwnProperty.call(n,s)&&(n[s]="50%");return n})(),i=ej("transition","opacity",e),r={};return r.el={position:"absolute",opacity:this.options.restOpacity,display:"block",zIndex:999},r.back={position:"absolute",display:"block",width:this.options.size+"px",height:this.options.size+"px",marginLeft:-this.options.size/2+"px",marginTop:-this.options.size/2+"px",background:"rgba(255, 255, 255, .4)",border:"solid 2px rgba(0, 0, 0, .1)"},r.front={width:this.options.size/2+"px",height:this.options.size/2+"px",position:"absolute",display:"block",marginLeft:-this.options.size/4+"px",marginTop:-this.options.size/4+"px",background:"rgba(255, 255, 255, .8)",border:"solid 2px rgba(0, 0, 0, .1)"},tj(r.el,i),this.options.shape==="circle"&&tj(r.back,t),tj(r.front,t),this.applyStyles(r),this},_a.prototype.applyStyles=function(e){for(var t in this.ui)if(Object.prototype.hasOwnProperty.call(this.ui,t))for(var i in e[t])this.ui[t].style[i]=e[t][i];return this},_a.prototype.addToDom=function(){return this.options.dataOnly||document.body.contains(this.ui.el)||this.options.zone.appendChild(this.ui.el),this},_a.prototype.removeFromDom=function(){return this.options.dataOnly||!document.body.contains(this.ui.el)||this.options.zone.removeChild(this.ui.el),this},_a.prototype.destroy=function(){clearTimeout(this.removeTimeout),clearTimeout(this.showTimeout),clearTimeout(this.restTimeout),this.trigger("destroyed",this.instance),this.removeFromDom(),this.off(),this.ui=null,this.instance=null,this.collection=null,this.options=null},_a.prototype.show=function(e){var t=this;return t.options.dataOnly||(clearTimeout(t.removeTimeout),clearTimeout(t.showTimeout),clearTimeout(t.restTimeout),t.addToDom(),t.restCallback(),setTimeout(function(){t.ui.el.style.opacity=1},0),t.showTimeout=setTimeout(function(){t.trigger("shown",t.instance),typeof e=="function"&&e.call(this)},t.options.fadeTime)),t},_a.prototype.hide=function(e){var t=this;if(t.options.dataOnly)return t;if(t.ui.el.style.opacity=t.options.restOpacity,clearTimeout(t.removeTimeout),clearTimeout(t.showTimeout),clearTimeout(t.restTimeout),t.removeTimeout=setTimeout(function(){var i=t.options.mode==="dynamic"?"none":"block";t.ui.el.style.display=i,typeof e=="function"&&e.call(t),t.trigger("hidden",t.instance)},t.options.fadeTime),t.options.restJoystick){let i=t.options.restJoystick,r={};r.x=i===!0||i.x!==!1?0:t.instance.frontPosition.x,r.y=i===!0||i.y!==!1?0:t.instance.frontPosition.y,t.setPosition(e,r)}return t},_a.prototype.setPosition=function(e,t){var i=this;i.frontPosition={x:t.x,y:t.y};var r=i.options.fadeTime+"ms",n={};n.front=ej("transition",["top","left"],r);var s={front:{}};s.front={left:i.frontPosition.x+"px",top:i.frontPosition.y+"px"},i.applyStyles(n),i.applyStyles(s),i.restTimeout=setTimeout(function(){typeof e=="function"&&e.call(i),i.restCallback()},i.options.fadeTime)},_a.prototype.restCallback=function(){var e=this,t={};t.front=ej("transition","none",""),e.applyStyles(t),e.trigger("rested",e.instance)},_a.prototype.resetDirection=function(){this.direction={x:!1,y:!1,angle:!1}},_a.prototype.computeDirection=function(e){var t,i,r,n=e.angle.radian,s=Math.PI/4,a=Math.PI/2;if(n>s&&n<3*s&&!e.lockX?t="up":n>-s&&n<=s&&!e.lockY?t="left":n>3*-s&&n<=-s&&!e.lockX?t="down":e.lockY||(t="right"),e.lockY||(i=n>-a&&n<a?"left":"right"),e.lockX||(r=n>0?"up":"down"),e.force>this.options.threshold){var o,l={};for(o in this.direction)Object.prototype.hasOwnProperty.call(this.direction,o)&&(l[o]=this.direction[o]);var u={};for(o in this.direction={x:i,y:r,angle:t},e.direction=this.direction,l)l[o]===this.direction[o]&&(u[o]=!0);if(u.x&&u.y&&u.angle)return e;(!u.x||!u.y)&&this.trigger("plain",e),u.x||this.trigger("plain:"+i,e),u.y||this.trigger("plain:"+r,e),u.angle||this.trigger("dir dir:"+t,e)}else this.resetDirection();return e};var g5e=_a;function Ws(e,t){var i=this;i.nipples=[],i.idles=[],i.actives=[],i.ids=[],i.pressureIntervals={},i.manager=e,i.id=Ws.id,Ws.id+=1,i.defaults={zone:document.body,multitouch:!1,maxNumberOfNipples:10,mode:"dynamic",position:{top:0,left:0},catchDistance:200,size:100,threshold:.1,color:"white",fadeTime:250,dataOnly:!1,restJoystick:!0,restOpacity:1,lockX:!1,lockY:!1,shape:"circle",dynamicPage:!1,follow:!1},i.config(t),(i.options.mode==="static"||i.options.mode==="semi")&&(i.options.multitouch=!1),i.options.multitouch||(i.options.maxNumberOfNipples=1);let r=getComputedStyle(i.options.zone.parentElement);return r&&r.display==="flex"&&(i.parentIsFlex=!0),i.updateBox(),i.prepareNipples(),i.bindings(),i.begin(),i.nipples}Ws.prototype=new sK,Ws.constructor=Ws,Ws.id=0,Ws.prototype.prepareNipples=function(){var e=this,t=e.nipples;t.on=e.on.bind(e),t.off=e.off.bind(e),t.options=e.options,t.destroy=e.destroy.bind(e),t.ids=e.ids,t.id=e.id,t.processOnMove=e.processOnMove.bind(e),t.processOnEnd=e.processOnEnd.bind(e),t.get=function(i){if(i===void 0)return t[0];for(var r=0,n=t.length;r<n;r+=1)if(t[r].identifier===i)return t[r];return!1}},Ws.prototype.bindings=function(){var e=this;e.bindEvt(e.options.zone,"start"),e.options.zone.style.touchAction="none",e.options.zone.style.msTouchAction="none"},Ws.prototype.begin=function(){var e=this,t=e.options;if(t.mode==="static"){var i=e.createNipple(t.position,e.manager.getIdentifier());i.add(),e.idles.push(i)}},Ws.prototype.createNipple=function(e,t){var i=this,r=i.manager.scroll,n={},s=i.options,a=i.parentIsFlex?r.x:r.x+i.box.left,o=i.parentIsFlex?r.y:r.y+i.box.top;if(e.x&&e.y)n={x:e.x-a,y:e.y-o};else if(e.top||e.right||e.bottom||e.left){var l=document.createElement("DIV");l.style.display="hidden",l.style.top=e.top,l.style.right=e.right,l.style.bottom=e.bottom,l.style.left=e.left,l.style.position="absolute",s.zone.appendChild(l);var u=l.getBoundingClientRect();s.zone.removeChild(l),n=e,e={x:u.left+r.x,y:u.top+r.y}}var h=new g5e(i,{color:s.color,size:s.size,threshold:s.threshold,fadeTime:s.fadeTime,dataOnly:s.dataOnly,restJoystick:s.restJoystick,restOpacity:s.restOpacity,mode:s.mode,identifier:t,position:e,zone:s.zone,frontPosition:{x:0,y:0},shape:s.shape});return s.dataOnly||(J9(h.ui.el,n),J9(h.ui.front,h.frontPosition)),i.nipples.push(h),i.trigger("added "+h.identifier+":added",h),i.manager.trigger("added "+h.identifier+":added",h),i.bindNipple(h),h},Ws.prototype.updateBox=function(){this.box=this.options.zone.getBoundingClientRect()},Ws.prototype.bindNipple=function(e){var t,i=this,r=function(n,s){t=n.type+" "+s.id+":"+n.type,i.trigger(t,s)};e.on("destroyed",i.onDestroyed.bind(i)),e.on("shown hidden rested dir plain",r),e.on("dir:up dir:right dir:down dir:left",r),e.on("plain:up plain:right plain:down plain:left",r)},Ws.prototype.pressureFn=function(e,t,i){var r=this,n=0;clearInterval(r.pressureIntervals[i]),r.pressureIntervals[i]=setInterval(function(){var s=e.force||e.pressure||e.webkitForce||0;s!==n&&(t.trigger("pressure",s),r.trigger("pressure "+t.identifier+":pressure",s),n=s)}.bind(r),100)},Ws.prototype.onstart=function(e){var t=this,i=t.options,r=e;return e=LEe(e),t.updateBox(),n$(e,function(n){t.actives.length<i.maxNumberOfNipples?t.processOnStart(n):r.type.match(/^touch/)&&(Object.keys(t.manager.ids).forEach(function(s){if(Object.values(r.touches).findIndex(function(o){return o.identifier===s})<0){var a=[e[0]];a.identifier=s,t.processOnEnd(a)}}),t.actives.length<i.maxNumberOfNipples&&t.processOnStart(n))}),t.manager.bindDocument(),!1},Ws.prototype.processOnStart=function(e){var t,i=this,r=i.options,n=i.manager.getIdentifier(e),s=e.force||e.pressure||e.webkitForce||0,a={x:e.pageX,y:e.pageY},o=i.getOrCreate(n,a);o.identifier!==n&&i.manager.removeIdentifier(o.identifier),o.identifier=n;var l=function(u){u.trigger("start",u),i.trigger("start "+u.id+":start",u),u.show(),s>0&&i.pressureFn(e,u,u.identifier),i.processOnMove(e)};if((t=i.idles.indexOf(o))>=0&&i.idles.splice(t,1),i.actives.push(o),i.ids.push(o.identifier),r.mode!=="semi")l(o);else{if(!(dN(a,o.position)<=r.catchDistance))return o.destroy(),void i.processOnStart(e);l(o)}return o},Ws.prototype.getOrCreate=function(e,t){var i,r=this,n=r.options;return/(semi|static)/.test(n.mode)?(i=r.idles[0])?(r.idles.splice(0,1),i):n.mode==="semi"?r.createNipple(t,e):(console.warn("Coudln't find the needed nipple."),!1):i=r.createNipple(t,e)},Ws.prototype.processOnMove=function(e){var t=this,i=t.options,r=t.manager.getIdentifier(e),n=t.nipples.get(r),s=t.manager.scroll;if((_=>isNaN(_.buttons)?_.pressure!==0:_.buttons!==0)(e)){if(!n)return console.error("Found zombie joystick with ID "+r),void t.manager.removeIdentifier(r);if(i.dynamicPage){var a=n.el.getBoundingClientRect();n.position={x:s.x+a.left,y:s.y+a.top}}n.identifier=r;var o=n.options.size/2,l={x:e.pageX,y:e.pageY};i.lockX&&(l.y=n.position.y),i.lockY&&(l.x=n.position.x);var u,h,d=dN(l,n.position),c=((_,b)=>{let x=b.x-_.x,w=b.y-_.y;return(S=>S*(180/Math.PI))(Math.atan2(w,x))})(l,n.position),p=Q9(c),m=d/o,f={distance:d,position:l};if(n.options.shape==="circle"?(u=Math.min(d,o),h=((_,b,x)=>{let w={x:0,y:0};return x=Q9(x),w.x=_.x-b*Math.cos(x),w.y=_.y-b*Math.sin(x),w})(n.position,u,c)):(h=((_,b,x)=>({x:Math.min(Math.max(_.x,b.x-x),b.x+x),y:Math.min(Math.max(_.y,b.y-x),b.y+x)}))(l,n.position,o),u=dN(h,n.position)),i.follow){if(d>o){let _=l.x-h.x,b=l.y-h.y;n.position.x+=_,n.position.y+=b,n.el.style.top=n.position.y-(t.box.top+s.y)+"px",n.el.style.left=n.position.x-(t.box.left+s.x)+"px",d=dN(l,n.position)}}else l=h,d=u;var g=l.x-n.position.x,v=l.y-n.position.y;n.frontPosition={x:g,y:v},i.dataOnly||J9(n.ui.front,n.frontPosition);var y={identifier:n.identifier,position:l,force:m,pressure:e.force||e.pressure||e.webkitForce||0,distance:d,angle:{radian:p,degree:c},vector:{x:g/o,y:-v/o},raw:f,instance:n,lockX:i.lockX,lockY:i.lockY};(y=n.computeDirection(y)).angle={radian:Q9(180-c),degree:180-c},n.trigger("move",y),t.trigger("move "+n.id+":move",y)}else this.processOnEnd(e)},Ws.prototype.processOnEnd=function(e){var t=this,i=t.options,r=t.manager.getIdentifier(e),n=t.nipples.get(r),s=t.manager.removeIdentifier(n.identifier);!n||(i.dataOnly||n.hide(function(){i.mode==="dynamic"&&(n.trigger("removed",n),t.trigger("removed "+n.id+":removed",n),t.manager.trigger("removed "+n.id+":removed",n),n.destroy())}),clearInterval(t.pressureIntervals[n.identifier]),n.resetDirection(),n.trigger("end",n),t.trigger("end "+n.id+":end",n),t.ids.indexOf(n.identifier)>=0&&t.ids.splice(t.ids.indexOf(n.identifier),1),t.actives.indexOf(n)>=0&&t.actives.splice(t.actives.indexOf(n),1),/(semi|static)/.test(i.mode)?t.idles.push(n):t.nipples.indexOf(n)>=0&&t.nipples.splice(t.nipples.indexOf(n),1),t.manager.unbindDocument(),/(semi|static)/.test(i.mode)&&(t.manager.ids[s.id]=s.identifier))},Ws.prototype.onDestroyed=function(e,t){var i=this;i.nipples.indexOf(t)>=0&&i.nipples.splice(i.nipples.indexOf(t),1),i.actives.indexOf(t)>=0&&i.actives.splice(i.actives.indexOf(t),1),i.idles.indexOf(t)>=0&&i.idles.splice(i.idles.indexOf(t),1),i.ids.indexOf(t.identifier)>=0&&i.ids.splice(i.ids.indexOf(t.identifier),1),i.manager.removeIdentifier(t.identifier),i.manager.unbindDocument()},Ws.prototype.destroy=function(){var e=this;for(var t in e.unbindEvt(e.options.zone,"start"),e.nipples.forEach(function(i){i.destroy()}),e.pressureIntervals)Object.prototype.hasOwnProperty.call(e.pressureIntervals,t)&&clearInterval(e.pressureIntervals[t]);e.trigger("destroyed",e.nipples),e.manager.unbindDocument(),e.off(),e.pressureIntervals={},e.nipples=[],e.idles=[],e.actives=[],e.ids=[],e.manager=null};var v5e=Ws;function ia(e){var t=this;t.ids={},t.index=0,t.collections=[],t.scroll=s0e(),t._windowBound=!1,t.config(e),t.prepareCollections();var i=function(){var r;t.collections.forEach(function(n){n.forEach(function(s){r=s.el.getBoundingClientRect(),s.position={x:t.scroll.x+r.left,y:t.scroll.y+r.top}})})};return t._onResize=function(){(r=>{cN.has(r)&&clearTimeout(cN.get(r)),cN.set(r,setTimeout(function(){cN.delete(r),r()},100))})(i)},t._onScroll=function(){t.scroll=s0e()},t.collections}ia.prototype=new sK,ia.constructor=ia,ia.prototype.prepareCollections=function(){var e=this;e.collections.create=e.create.bind(e),e.collections.on=e.on.bind(e),e.collections.off=e.off.bind(e),e.collections.destroy=e.destroy.bind(e),e.collections.get=function(t){var i;return e.collections.every(function(r){return!(i=r.get(t))}),i}},ia.prototype.create=function(e){return this.createCollection(e)},ia.prototype.bindWindowEvents=function(){var e=this;e._windowBound||typeof window>"u"||(e._windowBound=!0,s4(window,"resize",e._onResize),s4(window,"scroll",e._onScroll))},ia.prototype.unbindWindowEvents=function(){var e=this;!e._windowBound||typeof window>"u"||(e._windowBound=!1,a4(window,"resize",e._onResize),a4(window,"scroll",e._onScroll))},ia.prototype.createCollection=function(e){var t=this,i=new v5e(t,e);return t.bindCollection(i),t.collections.push(i),t.bindWindowEvents(),i},ia.prototype.bindCollection=function(e){var t,i=this,r=function(n,s){t=n.type+" "+s.id+":"+n.type,i.trigger(t,s)};e.on("destroyed",i.onDestroyed.bind(i)),e.on("shown hidden rested dir plain",r),e.on("dir:up dir:right dir:down dir:left",r),e.on("plain:up plain:right plain:down plain:left",r)},ia.prototype.bindDocument=function(){var e=this;e.binded||(e.bindEvt(document,"move").bindEvt(document,"end"),e.binded=!0)},ia.prototype.unbindDocument=function(e){var t=this;(!Object.keys(t.ids).length||e===!0)&&(t.unbindEvt(document,"move").unbindEvt(document,"end"),t.binded=!1)},ia.prototype.getIdentifier=function(e){var t;return e?(t=e.identifier===void 0?e.pointerId:e.identifier)===void 0&&(t=this.latest||0):t=this.index,this.ids[t]===void 0&&(this.ids[t]=this.index,this.index+=1),this.latest=t,this.ids[t]},ia.prototype.removeIdentifier=function(e){var t={};for(var i in this.ids)if(this.ids[i]===e){t.id=i,t.identifier=this.ids[i],delete this.ids[i];break}return t},ia.prototype.onmove=function(e){return this.onAny("move",e),!1},ia.prototype.onend=function(e){return this.onAny("end",e),!1},ia.prototype.oncancel=function(e){return this.onAny("end",e),!1},ia.prototype.onAny=function(e,t){var i,r=this,n="processOn"+e.charAt(0).toUpperCase()+e.slice(1);t=LEe(t);var s=function(a,o,l){l.ids.indexOf(o)>=0&&(l[n](a),a._found_=!0)};return n$(t,function(a){i=r.getIdentifier(a),n$(r.collections,s.bind(null,a,i)),a._found_||r.removeIdentifier(i)}),!1},ia.prototype.destroy=function(){var e=this;e.unbindDocument(!0),e.unbindWindowEvents(),e.ids={},e.index=0,e.collections.forEach(function(t){t.destroy()}),e.collections=[],e.off()},ia.prototype.onDestroyed=function(e,t){var i=this;if(i.collections.indexOf(t)<0)return!1;i.collections.splice(i.collections.indexOf(t),1),i.collections.length===0&&i.unbindWindowEvents()};var y5e=ia,Vx=null;function o0e(){return Vx||(Vx=new y5e),Vx}var _5e={create:function(e){return o0e().create(e)},destroy:function(){Vx&&(Vx.destroy(),Vx=null)},get factory(){return o0e()}},b5e=_5e;Hr(),Ht(),le(),Nh(),xl(),Ht();var kEe=null;function ij(){return kEe}var VEe,rj,x5e=new Promise(e=>{VEe=e});function w5e(e){return rj||(rj=async function(){let t=e??"https://cdn.spline.design/@splinetool/runtime@2.0.19/build",i=import("./physics.js"),[r,n]=await Promise.all([i,fetch(`${t}/physics.wasm`).then(s=>s.arrayBuffer())]);await r.init(n),VEe(r)}(),rj)}function GEe(e){let t=e.elements,i=t[0]**2+t[1]**2+t[2]**2,r=t[4]**2+t[5]**2+t[6]**2,n=t[8]**2+t[9]**2+t[10]**2,s=t[0]**2+t[4]**2+t[8]**2,a=t[1]**2+t[5]**2+t[9]**2,o=t[2]**2+t[6]**2+t[10]**2,l=1e-8;return i<l||r<l||n<l||s<l||a<l||o<l}function nm(e,t){let i=new At;if(t&&GEe(t))return i.setAttribute("position",new Et([],3)),i.setIndex([]),i;if(!e.getAttribute("position"))return i.setAttribute("position",new Et([],3)),i.setIndex([]),i;let{positions:r,triIndices:n}=LX(e.getAttribute("position"),e.getIndex());return i.setAttribute("position",new Et(r,3)),i.setIndex(n),t&&i.applyMatrix4(t),i}rs(),xl(),_r(),ZX(),le(),le(),bw(),CA();var Mr,S5e=class{constructor(e,t,i,r,n,s){this.id=e,this.data=t,this.object=i,this.initialDisabled=!1,this.actions=la(t,t.actions,r,n,s,i),this.target=t.target}disconnect(){Ka(this.actions)}dispatch(e){this.initialDisabled||(this.actions.Transition.forEach(t=>{t.object.currentTransitionEvent!==this&&(t.object.currentTransitionEvent=this,t.init())}),this.object.dispatchEvent({type:"beginEvent",eventName:"Collision"}),this.actions.Transition.forEach(t=>t.play()),this.actions.Animation.forEach(t=>{t.data.runMode==="Toggle"?t.toggle():t.play()}),this.actions.TimelineAnimation.forEach(t=>{"runMode"in t.data&&t.data.runMode==="Toggle"?t.toggle():t.play()}),this.actions.Reset.forEach(t=>{t.dispatch()}),this.actions.Link.forEach(t=>{t.dispatch()}),this.actions.Reset.forEach(t=>{t.dispatch()}),this.actions.Create.forEach(t=>{t.dispatch()}),this.actions.Destroy.forEach(t=>{t.dispatch(e??!1)}),this.actions.SetVariable.forEach(t=>t.checkConditions()),this.actions.SetVariable.forEach(t=>t.dispatch()),this.actions.DynamicVariablePlay.forEach(t=>t.dispatch()),this.actions.Audio.forEach(t=>{t.dispatchBasic()}),this.actions.Particles.forEach(t=>{t.dispatchBasic()}),this.actions.Video.forEach(t=>{t.dispatchBasic()}),this.actions.ClearLocalStorage.forEach(t=>t.dispatch()),this.actions.UserAPI.forEach(t=>t.dispatch()))}},l0e=class{constructor(e,t,i,r,n,s){this.id=e,this.data=t,this.object=i,this.page=r,this.currentIntersectedObjects=[],this.actions=la(t,t.actions,r,n,s,i),this.target=t.target,this.triggeringObjects=[];for(let a of t.triggeringObjects){let o=r.scene.find(a);o&&this.triggeringObjects.push(o)}}isValidTriggeringObject(e){return this.target==="all"||this.triggeringObjects.some(t=>t===e||t.isAncestorOf(e.uuid)||e.isAncestorOf(t.uuid))}disconnect(){Ka(this.actions)}dispatch(){this.object.destroyedInAction||(this.actions.Transition.forEach(e=>{e.object.currentTransitionEvent!==this&&(e.object.currentTransitionEvent=this,e.init())}),this.object.dispatchEvent({type:"beginEvent",eventName:"Trigger"}),this.actions.Transition.forEach(e=>e.play()),this.actions.SwitchCamera.forEach(e=>{e.data.runMode==="Toggle"?e.toggle():e.play()}),this.actions.TimelineAnimation.forEach(e=>{"runMode"in e.data&&e.data.runMode==="Toggle"?e.toggle():e.play()}),this.actions.Link.forEach(e=>{e.dispatch()}),this.actions.Reset.forEach(e=>{e.dispatch()}),this.actions.Create.forEach(e=>{e.dispatch()}),this.actions.Destroy.forEach(e=>{e.dispatch(!1)}),this.actions.Audio.forEach(e=>{e.dispatchBasic()}),this.actions.Particles.forEach(e=>{e.dispatchBasic()}),this.actions.Video.forEach(e=>{e.dispatchBasic()}),this.actions.SceneTransition.forEach(e=>{e.dispatch()}),this.actions.SetVariable.forEach(e=>e.checkConditions()),this.actions.SetVariable.forEach(e=>e.dispatch()),this.actions.DynamicVariablePlay.forEach(e=>e.dispatch()),this.actions.ClearLocalStorage.forEach(e=>e.dispatch()),this.actions.UserAPI.forEach(e=>e.dispatch()))}};rs(),x5e.then(e=>Mr=e);var ta=new P,su=new Zt,$f=new P,h0e=(new cn(0,0,0,"YXZ"),new cn(0,0,0,"XYZ")),Ku=new P,nj=new P,sj=new P(1,1,1),sb=new Zt,pN=new Ve,u0e=new Ve,T5e={type:"updateMatrix"},d0e=new Zt,aj=new Ha,oj=.01,s$={type:"beginEvent",eventName:"Collision"},M5e={type:"beginEvent",eventName:"Trigger"},o4=e=>e.states.some(t=>t.data.position!==void 0||t.data.rotation!==void 0||t.data.hiddenMatrix!==void 0||t.data.cloner!==void 0||t.data.pathSnapping!==void 0);function ab(e){return function(t){return typeof t=="object"&&t!==null&&"booleanOp"in t}(Qv(e)?e.object:e)}var E5e=class{constructor(e){this.eventContext=e,this.isEnabled=!1,this.gameControl=null,this.joysticks=[],this.joystickToGameControls=[],this.sharedGameControlGlobals={entitiesWithTransformAnim:[],entityToCollisionEvents:{},colliderToEntity:new Map,kinematicBodyToEntity:new Map,triggers:[],gamePads:[],createdObjects:[],nCreatedPerAction:{}},this.sensorToTriggerEvent={},this.eventManager=void 0,this.needsCollisionDetection=!1,this.initializationCounter=-1,this.fixedBodiesToWatch=[],this.rigidBodyToMesh=new Map,this.nActiveRigidBodies=0,this.collisionEvents=[],this.isExport=!1,this.skipRender=!0,this._staticBVHAttrIds=new WeakMap,this._staticBVHNextAttrId=1,this.processRigidBody=t=>{if(t.bodyType()!==Mr.RigidBodyType.Dynamic)return;t.isSleeping()||this.nActiveRigidBodies++;let[i,r,n]=this.rigidBodyToMesh.get(t.handle);if(ta.copy(t.translation()).multiplyScalar(this.pixelsPerMeter),su.copy(t.rotation()),i.matrixWorld.compose(ta,su,r),i.hasNonUniformScale&&i.matrixWorld.multiply(i.shearScale),i.dispatchEvent(T5e),n){let s=i.cloner;if(s&&s.objectForSample===void 0){s.matrixWorld.copy(i.matrixWorld);for(let a of s.children)a.updateMatrixWorld(!0)}for(let a of i.children)a.updateMatrixWorld(!0)}},this.accumulator=0,this.handleCollisionEvents=(t,i,r)=>{if(r===!1)return;let n,s;if(this.sensorToTriggerEvent[t]?(n=this.sensorToTriggerEvent[t],s=this.sharedGameControlGlobals.colliderToEntity.get(i)):this.sensorToTriggerEvent[i]&&(n=this.sensorToTriggerEvent[i],s=this.sharedGameControlGlobals.colliderToEntity.get(t)),n&&s&&n.isValidTriggeringObject(s))n.dispatch();else{for(let a=this.sharedGameControlGlobals.createdObjects.length-1;a>=0;a--){let o=this.sharedGameControlGlobals.createdObjects[a];if(o.userData.hasCollisionDestroy&&(o.rigidBody?.collider(0).handle===t||o.rigidBody?.collider(0).handle===i)){this.sharedGameControlGlobals.createdObjects.splice(a,1),o.removeFromParent();let l=o.rigidBody;requestAnimationFrame(()=>{o.rigidBody===l&&(this.sharedGameControlGlobals.rapierWorld?.removeRigidBody(l),o.rigidBody=void 0)});break}}if(this.gameControl?.object!==void 0&&this.gameControl.object===this.sharedGameControlGlobals.colliderToEntity.get(t)){let a=this.sharedGameControlGlobals.colliderToEntity.get(i),o=this.sharedGameControlGlobals.entityToCollisionEvents[a.uuid];if(o===void 0)return;for(let l of o)l.data.target==="character"&&this.dispatchCollisionEvent(l,a,i)}else if(this.gameControl?.object!==void 0&&this.gameControl.object===this.sharedGameControlGlobals.colliderToEntity.get(i)){let a=this.sharedGameControlGlobals.colliderToEntity.get(t),o=this.sharedGameControlGlobals.entityToCollisionEvents[a.uuid];if(o===void 0)return;for(let l of o)l.data.target==="character"&&this.dispatchCollisionEvent(l,a,t)}else{let a=this.sharedGameControlGlobals.colliderToEntity.get(t),o=this.sharedGameControlGlobals.entityToCollisionEvents[a.uuid];if(o!==void 0)for(let h of o)h.data.target==="scene"&&this.dispatchCollisionEvent(h,a,t);let l=this.sharedGameControlGlobals.colliderToEntity.get(i),u=this.sharedGameControlGlobals.entityToCollisionEvents[l?.uuid];if(u!==void 0)for(let h of u)h.data.target==="scene"&&this.dispatchCollisionEvent(h,l,i)}}},this.isExport=e.isExport,this.sharedAssets=e.sharedAssets,this.renderer=e.renderer,this.requestRender=e.requestRender,this.domElement=this.renderer.domElement,this.pixelsPerMeter=200,this.gravity=this.page.data.globalPhysics.gravity}get page(){return this.eventContext.page}markIsDestroyTarget(){this.page.traverseVisibleEntity(e=>{let t=e.dataPatched;for(let i of t.events){if(i.data.disabled===!0)continue;let r=i.data.actions?.find(n=>n.data.type==="Destroy")?.data;if(r)for(let n of r.objects){let s=this.page.scene.find(n);s&&(s.userData.hasDestroy=!0)}}})}markIsDragObject(){this.page.traverseVisibleEntity(e=>{let t=e.dataPatched;for(let i of t.events)if(i.data.disabled!==!0&&i.data.type==="DragDrop")for(let r of i.data.objects){let n=this.page.scene.find(r);n&&(n.userData.hasDrag=!0)}})}_staticBVHIdOf(e){let t=this._staticBVHAttrIds.get(e);return t===void 0&&(t=this._staticBVHNextAttrId++,this._staticBVHAttrIds.set(e,t)),t}initBVH(){if(ij()===null)return void Sa("collision-bvh","trigger/collision detection");let e=[],t=[];if(this.page.traverseChildren(i=>{let r,n=i instanceof Dx,s=vE(i);if(ix(i)||n||s)return;r=Qv(i)?i.object:i;let a=r.dataPatched;if(a.physics?.enabled==="visibility"?!a.visible:!a.physics?.enabled)return!0;let o=i.geometry,l=r.userData.hasDestroy===!0,u=r.userData.hasDrag===!0;if(o4(a)||l||u||r.dataPatched.events.some(h=>h.data.disabled!==!0&&(h.data.type==="GameControl"||h.data.type==="Follow")))return i.updateMatrixWorldRigid(),this.addBoundsTree(i),!0;if(o){let h=o.getAttribute("position");if(h!==void 0&&h.count>0){e.push({geometry:o,matrixWorld:i.matrixWorld}),t.push(o.id,this._staticBVHIdOf(h),h.version,o.index!==null?this._staticBVHIdOf(o.index):-1,o.index!==null?o.index.version:-1);for(let d of i.matrixWorld.elements)t.push(d)}}return!!ab(i)||void 0}),e.length>0){let i=this._staticBVHCache;if(i!==void 0&&i.signature.length===t.length&&i.signature.every((s,a)=>s===t[a]))return void(this.sharedGameControlGlobals.staticMeshBVH=i.bvh);let r=Zv(e.map(s=>nm(s.geometry,s.matrixWorld)),!1),n=new(ij())(r);this._staticBVHCache={signature:t,bvh:n},this.sharedGameControlGlobals.staticMeshBVH=n}}addRigidBody(e,t,i){if(GEe(e.matrixWorld))return;let r=[],n="geometry"in e?e.geometry:void 0,s=t.dataPatched;if(n?.getAttribute("position")!==void 0&&r.push(nm(n,e.shearScale)),s.physics.fusedBody){let a=this.gatherChildrenGeom(e,r);e.traverseObject(a),e.children.forEach(l=>l.updateMatrixWorld(!0));let o=e.cloner;o&&o.objectForSample===void 0&&s.physics.rigidBody==="dynamic"&&(o.traverseObject(a),o.children.forEach(l=>l.updateMatrixWorld(!0)))}if(r.length>0){let a,o=!1,l=!i.fromCreate&&s.physics.rigidBody==="dynamic"||i.fromCreate&&i.dynamic;l?(a=Mr.RigidBodyDesc.dynamic(),a.setLinearDamping(s.physics.damping).setAngularDamping(s.physics.damping).setAdditionalMass(1e-9).setGravityScale(s.physics.gravityScale).enabledRotations(...s.physics.enabledRotation).enabledTranslations(...s.physics.enabledTranslation)):(i.hasTransformAnim||i.hasFollow||i.hasDrag)&&!i.fromCreate?(a=Mr.RigidBodyDesc.kinematicPositionBased(),o=!0):a=Mr.RigidBodyDesc.fixed();let u=Zv(r);(e.hasNonUniformScale?e.matrixWorldRigid:e.matrixWorld).decompose(ta,su,$f),e.position0=ta.clone().divideScalar(this.pixelsPerMeter),e.rotation0=su.clone(),ta.divideScalar(this.pixelsPerMeter),a.setTranslation(ta.x,ta.y,ta.z).setRotation(su),n?u?.scale(1/this.pixelsPerMeter,1/this.pixelsPerMeter,1/this.pixelsPerMeter):u?.scale($f.x/this.pixelsPerMeter,$f.y/this.pixelsPerMeter,$f.z/this.pixelsPerMeter);let h=this.sharedGameControlGlobals.rapierWorld.createRigidBody(a),d=!(s.geometry===void 0||s.geometry.type==="SubdivGeometry"||s.geometry.type==="NonParametricGeometry"||s.geometry.type==="BooleanGeometry"||s.geometry.type==="VectorGeometry"||s.geometry.type==="StarGeometry"||s.geometry.type==="RectangleGeometry"||s.geometry.type==="EllipseGeometry"||s.geometry.type==="TriangleGeometry"||s.geometry.type==="TorusGeometry"||s.geometry.type==="HelixGeometry");try{this.addCollider(h,s.physics,u,t,d)}catch{try{this.addCollider(h,s.physics,u,t,!1)}catch(c){console.error(c)}}if(h.numColliders()===0)return void this.sharedGameControlGlobals.rapierWorld.removeRigidBody(h);l?this.rigidBodyToMesh.set(h.handle,[e,$f.clone(),s.physics.fusedBody]):o?(this.sharedGameControlGlobals.kinematicBodyToEntity.set(h.handle,e),this.sharedGameControlGlobals.entitiesWithTransformAnim.push(e)):this.fixedBodiesToWatch.push([e,h,(e.hasNonUniformScale?e.matrixWorldRigid:e.matrixWorld).clone()]),e.rigidBody=h}}addBoundsTree(e){let t=[];if(e.geometry?.getAttribute("position")!==void 0&&e.geometry?.getAttribute("position").count>0&&t.push(nm(e.geometry,e.shearScale)),e.traverseObject(this.gatherChildrenGeom(e,t)),e.children.forEach(i=>i.updateMatrixWorld(!0)),t.length>0){let i=Zv(t,!1);e.bvhGeometry=i,i.getAttribute("position").count>0&&(e.bvhGeometry.boundsTree=new(ij())(i),this.sharedGameControlGlobals.entitiesWithTransformAnim.push(e))}}addCollider(e,t,i,r,n=!0){if(i?.getAttribute("position").count===0||i?.getIndex()?.count===0)return;let s;i&&(s=t.colliderType==="trimesh"?Mr.ColliderDesc.trimesh(i.getAttribute("position").array,i.getIndex().array):Mr.ColliderDesc.convexMesh(i.getAttribute("position").array,n?i.getIndex().array:void 0)),s.setFrictionCombineRule(Mr.CoefficientCombineRule.Average).setRestitutionCombineRule(Mr.CoefficientCombineRule.Average).setDensity(t.density).setFriction(t.friction).setRestitution(t.restitution);let a=this.sharedGameControlGlobals.rapierWorld.createCollider(s,e);this.sharedGameControlGlobals.colliderToEntity.set(a.handle,r),this.sharedGameControlGlobals.entityToCollisionEvents[r.uuid]?.some(o=>o.target==="scene")&&a.setActiveEvents(Mr.ActiveEvents.COLLISION_EVENTS)}gatherChildrenGeom(e,t){let i=ab(e);return(r,n)=>{if(n===0)return;if(i&&r.parent===e)return!0;let s;if(ix(r)){if(!r.objectForSample)return r.object.dataPatched.physics.fusedBody===!0&&r.object.dataPatched.physics.rigidBody==="dynamic"||void 0;if(r.objectForSample.dataPatched.physics.fusedBody)return;s=r.object}else if(Qv(r))s=r.object;else if(s=r,s.dataPatched.cloner?.hideBase)return!0;let a=s.dataPatched;if(a.physics.enabled==="visibility"?!a.visible:!a.physics.enabled)return!0;n===1?e.hasNonUniformScale?r.matrixWorld.multiplyMatrices(e.shearScale,r.hiddenMatrix):r.matrixWorld.copy(r.hiddenMatrix):r.matrixWorld.multiplyMatrices(r.parent.matrixWorld,r.hiddenMatrix),r.matrixWorld.multiply(r.matrix);let o=r.geometry;return o?.getAttribute("position")!==void 0&&t.push(nm(o,r.matrixWorld)),!!ab(r)||void 0}}activate(e){if(this.isEnabled)return;this.isEnabled=!0,this.eventManager=e,this.usePhysics=this.page.data.globalPhysics.usePhysics;let t=this.page.playCamera,i=!1;this.page.traverseEntity(a=>{for(let o of a.dataPatched.events)if(o.data.disabled===!1&&o.data.type==="Trigger")return this.needsCollisionDetection=!0,!0});let r=n0e();if(r!==null?i=r.setup({manager:this,camera:t,renderer:this.renderer,sharedAssets:this.sharedAssets,eventContext:this.eventContext,isExport:this.isExport})||i:this.page.data.publish.gameControlObject!==null&&Sa("game-controls","the scene's game controls"),i===!1){let{enableRotate:a,enablePan:o,enableZoom:l,autoRotate:u,hoverRotatePanMode:h}=this.eventManager.publish.orbitControls;(a||o||l||u||h!==0)&&(this.orbitControls=new _Ee(t,this.renderer.domElement,{isExport:this.isExport,isPlayMode:!0}),this.orbitControls.addEventListener("change",this.requestRender),this.orbitControls.addEventListener("end",this.requestRender),this.orbitControls.addEventListener("start",this.requestRender),this.orbitControls.fromJSON(this.eventManager.publish.orbitControls,this.eventManager.publish.mouseEventTarget),this.orbitControls.useKeyEvents=!1,this.orbitControls.addEventListenersToCamera(),this.orbitControls.connect(),this.orbitControls.update())}let n=this.renderer.domElement.width/this.renderer.getPixelRatio(),s=this.renderer.domElement.height/this.renderer.getPixelRatio();n0e()?.createJoysticks(this,n,s),this.markIsDestroyTarget(),this.markIsDragObject(),this.rebuildBVH(),this.initializationCounter++,window.setTimeout(()=>{this.collisionEvents.forEach(a=>a.initialDisabled=!1)},80)}initPhysics(){this.sharedGameControlGlobals.rapierWorld?.free(),this.sharedGameControlGlobals.rapierWorld=new Mr.World(new Mr.Vector3(0,this.gravity,0)),this.events=new Mr.EventQueue(!0);let e=[],t=[];if(this.page.traverseChildren(a=>{let o;if(ix(a)){if(!a.objectForSample)return a.object.dataPatched.physics.fusedBody===!0&&a.object.dataPatched.physics.rigidBody==="dynamic"||void 0;if(a.objectForSample.dataPatched.physics.fusedBody)return;o=a.object}else if(Qv(a))o=a.object;else{if(vE(a)||Qy(a)||a instanceof Dx)return;if(o=a,o.dataPatched.cloner?.disabled===!1&&o.dataPatched.cloner?.hideBase&&o.dataPatched.physics?.fusedBody!==!0)return!0}let l,u=o.dataPatched;for(let g of u.events)g.data.disabled!==!0&&g.data.type==="GameControl"&&(l=g.data);if(!u.physics||(u.physics.enabled==="visibility"?!u.visible:!u.physics.enabled))return!0;a.updateMatrixWorldRigid();let h=o4(u),d=!1,c=o.userData.hasDestroy,p=o.userData.hasDrag,m=!1;for(let g of u.events)if(g.data.disabled!==!0){if(g.data.type==="Collision"){d=!0;let v=new S5e(g.id,g.data,o,this.page,this.sharedAssets,this.eventManager);v.initialDisabled=!0,this.collisionEvents.push(v),this.sharedGameControlGlobals.entityToCollisionEvents[o.uuid]&&this.sharedGameControlGlobals.entityToCollisionEvents[o.uuid].every(y=>y.id!==g.id)?this.sharedGameControlGlobals.entityToCollisionEvents[o.uuid].push(v):this.sharedGameControlGlobals.entityToCollisionEvents[o.uuid]=[v]}else if(g.data.type==="Follow"){m=!0;let v=g.data.target;a.traverseVisible(y=>{y.userData.isFollowingObj=v})}}u.physics.rigidBody==="dynamic"&&u.physics.fusedBody===!1&&(a.matrixWorldFusedFalse=a.matrixWorld.clone());let f=a.geometry;if(l!==void 0){let g=Mr.RigidBodyDesc.kinematicPositionBased();(a.hasNonUniformScale?a.matrixWorldRigid:a.matrixWorld).decompose(ta,su,$f),a.position0=ta.clone().divideScalar(this.pixelsPerMeter),a.rotation0=su.clone(),ta.divideScalar(this.pixelsPerMeter),g.setTranslation(ta.x,ta.y,ta.z).setRotation(su);let v,y=this.sharedGameControlGlobals.rapierWorld.createRigidBody(g);a.rigidBody=y,v=l.collider.type==="sphere"?Mr.ColliderDesc.ball(l.collider.radius/this.pixelsPerMeter):l.collider.type==="capsule"?Mr.ColliderDesc.capsule((l.collider.height/2-l.collider.radius)/this.pixelsPerMeter,l.collider.radius/this.pixelsPerMeter):Mr.ColliderDesc.cuboid(l.collider.width/this.pixelsPerMeter/2,l.collider.height/this.pixelsPerMeter/2,l.collider.depth/this.pixelsPerMeter/2),v.setFrictionCombineRule(Mr.CoefficientCombineRule.Average).setDensity(u.physics.density).setFriction(u.physics.friction).setRestitution(0).setRestitutionCombineRule(Mr.CoefficientCombineRule.Min);let _=this.sharedGameControlGlobals.rapierWorld.createCollider(v,y);this.sharedGameControlGlobals.colliderToEntity.set(_.handle,o),ta.fromArray(l.collider.position.map(x=>typeof x=="number"?x:0)).multiply($f.setFromMatrixScale(o.matrixWorld)).divideScalar(this.pixelsPerMeter),_.setTranslationWrtParent(ta);let b=new Zt().setFromEuler(new cn().setFromVector3(new P().fromArray(l.collider.rotation.map(x=>typeof x=="number"?x:0))));_.setRotationWrtParent(b),_.setActiveEvents(Mr.ActiveEvents.COLLISION_EVENTS),this.generateSensorColliderDescs(o,!0)}else u.physics.rigidBody==="dynamic"||h||m||c||p||d?(this.addRigidBody(a,o,{hasFollow:m,hasTransformAnim:h,hasDrag:p}),this.generateSensorColliderDescs(o,u.physics.fusedBody)):(f&&e.push(nm(f,a.matrixWorld)),u.physics.fusedBody&&!ab(a)&&a.traverseObject((g,v)=>{if(v===0)return;let y;if(ix(g)){if(!g.objectForSample)return g.object.dataPatched.physics.fusedBody===!0&&g.object.dataPatched.physics.rigidBody==="dynamic"||void 0;if(g.objectForSample.dataPatched.physics.fusedBody)return;y=g.object}else{if(vE(g)||Qy(g)||g instanceof Dx)return;if(Qv(g))y=g.object;else if(y=g,y.dataPatched.cloner?.hideBase)return!0}let _=y.dataPatched;if(_.physics.enabled==="visibility"?!_.visible:!_.physics.enabled)return!0;let b=g.geometry;return b?.getAttribute("position")!==void 0&&e.push(nm(b,g.matrixWorld)),!!ab(g)||void 0}),this.generateSensorColliderDescs(o,u.physics.fusedBody,t));return!(u.physics?.fusedBody!==!0&&!l&&!ab(a))||void 0}),e.length===0)return;let i=Zv(e),r=i.getIndex().count>0;if(!r&&t.length===0)return;i.scale(1/this.pixelsPerMeter,1/this.pixelsPerMeter,1/this.pixelsPerMeter);let n=Mr.RigidBodyDesc.fixed(),s=this.sharedGameControlGlobals.rapierWorld.createRigidBody(n);if(r){let a=Mr.ColliderDesc.trimesh(i.getAttribute("position").array,i.getIndex().array).setFrictionCombineRule(Mr.CoefficientCombineRule.Multiply).setRestitutionCombineRule(Mr.CoefficientCombineRule.Multiply).setFriction(1).setRestitution(1);this.sharedGameControlGlobals.rapierWorld.createCollider(a,s)}for(let[a,o]of t){let l=this.sharedGameControlGlobals.rapierWorld.createCollider(a,s);this.sensorToTriggerEvent[l.handle]=o}}updatePositions(){return this.nActiveRigidBodies=0,this.sharedGameControlGlobals.rapierWorld.forEachRigidBody(this.processRigidBody),this.nActiveRigidBodies>0}rebuildBVH(){this.usePhysics?this.initPhysics():(this.page.traverseEntity(e=>{for(let t of e.dataPatched.events)if(t.data.type==="Trigger"&&t.data.disabled!==!0){let i=new l0e(t.id,t.data,e,this.page,this.sharedAssets,this.eventManager),r=new Ve().compose(Ku.fromArray(t.data.position.map(n=>typeof n=="number"?n:0)),sb.setFromEuler(h0e.fromArray(t.data.rotation.map(n=>typeof n=="number"?n:0))),sj);if(t.data.triggerZone==="box"){let n=new mn;n.min.fromArray(t.data.size.map(s=>typeof s=="number"?s:0)).multiplyScalar(-.5),n.max.fromArray(t.data.size.map(s=>typeof s=="number"?s:0)).multiplyScalar(.5),this.sharedGameControlGlobals.triggers.push([n,r,e,i])}else this.sharedGameControlGlobals.triggers.push([t.data.radius,r,e,i])}}),this.needsCollisionDetection&&this.initBVH())}disconnectEvents(){this.collisionEvents.forEach(e=>e.disconnect()),this.sharedGameControlGlobals.triggers.forEach(e=>e[3].disconnect()),this.sharedGameControlGlobals.triggers.length=0}deactivate(){if(this.isEnabled){this.isEnabled=!1,this.page.traverse(e=>{let t=e;t.matrixWorldFusedFalse&&(t.matrixWorldFusedFalse=void 0),t.rigidBody&&(t.rigidBody=void 0),t.position0&&(t.position0=void 0),t.rotation0&&(t.rotation0=void 0)}),this.sharedGameControlGlobals.rapierWorld?.free(),this.sharedGameControlGlobals.rapierWorld=void 0,this.sharedGameControlGlobals.staticMeshBVH=void 0,this.accumulator=0,this.sharedGameControlGlobals.entitiesWithTransformAnim=[],this.sharedGameControlGlobals.kinematicBodyToEntity.clear(),this.fixedBodiesToWatch=[],this.disconnectEvents(),this.gameControl?.reset(),this.gameControl?.dispose(),this.gameControl=null,this.initializationCounter=-1,this.joysticks.forEach(([e,t])=>{e?.destroy(),t.remove()}),this.joystickToGameControls=[],this.joysticks=[],this.orbitControls&&(this.orbitControls.dispose(),this.orbitControls=void 0),this.navigationMeshWrapper?.dispose(),this.navigationMeshWrapper=void 0;for(let e of Object.values(this.sharedGameControlGlobals.entityToCollisionEvents))e.forEach(t=>t.disconnect());this.sharedGameControlGlobals.entityToCollisionEvents={},this.page.updateMatrixWorld(!0)}}update(e){if(!this.isEnabled)return!0;let t=!0;if(this.orbitControls!==void 0&&this.orbitControls.needsUpdate&&(this.orbitControls.update(),t=!this.orbitControls.isCurrentlyDamping),this.initializationCounter>=0&&this.initializationCounter<2?(this.initializationCounter++,t=!1):this.initializationCounter===2&&this.gameControl&&(t=!this.gameControl.update(e)&&t),this.usePhysics===!1&&this.checkTrigger(),this.usePhysics){let i=.016666666666666666;if(e===0)t=this.stepPhysics()&&t;else{let r=e/1e3;r<i&&r>.55*i&&(r=i),this.accumulator+=r;let n=performance.now(),s=0,a=6;for(;this.accumulator>=i&&s<a&&(t=this.stepPhysics()&&t,this.accumulator-=i,s++,!(performance.now()-n>1e3*i)););this.accumulator=this.accumulator%i}}this.skipRender=t}recordPhysicsPose(e){(e.hasNonUniformScale?e.matrixWorldRigid:e.matrixWorld).decompose(ta,su,$f);let t=e;t.prevQ===void 0?(t.prevQ=su.clone(),t.prevT=ta.clone()):(t.prevQ.copy(su),t.prevT.copy(ta))}promoteMovedFixedBodies(){for(let e=this.fixedBodiesToWatch.length-1;e>=0;e--){let[t,i,r]=this.fixedBodiesToWatch[e];(t.hasNonUniformScale?t.matrixWorldRigid:t.matrixWorld).equals(r)||(i.setBodyType(Mr.RigidBodyType.KinematicPositionBased,!0),this.sharedGameControlGlobals.kinematicBodyToEntity.set(i.handle,t),this.sharedGameControlGlobals.entitiesWithTransformAnim.push(t),this.fixedBodiesToWatch.splice(e,1))}}clampPushedBodies(){let e=this.gameControl?.object.rigidBody;if(e===void 0)return;let t=this.sharedGameControlGlobals.rapierWorld,i=e.linvel(),r=e.translation(),n=Math.hypot(i.x,i.z);for(let s=0;s<e.numColliders();s++){let a=e.collider(s);t.contactPairsWith(a,o=>{let l=o.parent();if(l===null||!l.isDynamic())return;let u=l.translation(),h=-1/0,d=0,c=0;if(t.contactPair(a,o,v=>{let y=v.normal(),_=y.x*(u.x-r.x)+y.y*(u.y-r.y)+y.z*(u.z-r.z)<0?-1:1;if(Math.abs(y.y)>.7)return;let b=_*y.x,x=_*y.z,w=Math.hypot(b,x);if(w<1e-4)return;let S=(i.x*b+i.z*x)/w;S>h&&(h=S,d=b/w,c=x/w)}),h===-1/0)return;let p=i.x*d+i.z*c;if(p<-oj)return;let m=l.linvel();if(n>oj&&p>oj){let v=m.x*d+m.z*c;if(v<=0)return;let y=Math.min(v,p);return void l.setLinvel({x:d*y,y:m.y,z:c*y},!0)}let f=m.x*d+m.z*c-Math.max(0,p);if(f<=0)return;let g=.5*f;l.setLinvel({x:m.x-d*g,y:m.y,z:m.z-c*g},!0)})}}stepPhysics(){this.promoteMovedFixedBodies();for(let e of this.sharedGameControlGlobals.kinematicBodyToEntity.values())this.recordPhysicsPose(e),e.rigidBody.setNextKinematicTranslation(ta.divideScalar(this.pixelsPerMeter)),e.rigidBody.setNextKinematicRotation(su);for(let e of this.sharedGameControlGlobals.entitiesWithTransformAnim)e.rigidBody?.isKinematic()!==!0&&this.recordPhysicsPose(e);return this.sharedGameControlGlobals.rapierWorld.step(this.events),this.clampPushedBodies(),this.events?.drainCollisionEvents(this.handleCollisionEvents),!this.updatePositions()}dispatchCollisionEvent(e,t,i){let r,n=(this.sharedGameControlGlobals.rapierWorld?.getCollider(i))._parent;if(t.cloner){for(let s of t.cloner.children)if(s.rigidBody===n){r=s;break}}e.dispatch(r),t.dispatchEvent(s$)}updateUseWindowEvents(e){this.orbitControls?.updateUseWindowEvents(e)}generateSensorColliderDescs(e,t,i){let r=u0e.copy(e.matrixWorld).invert();e.traverseEntity((n,s)=>{if(t===!1&&s===1)return!0;for(let a of n.dataPatched.events)if(a.data.type==="Trigger"&&a.data.disabled!==!0){let o,l=new l0e(a.id,a.data,n,this.page,this.sharedAssets,this.eventManager);if(o=a.data.triggerZone==="box"?Mr.ColliderDesc.cuboid(...a.data.size.map(u=>(typeof u=="number"?u:1)/(2*this.pixelsPerMeter))):Mr.ColliderDesc.ball(a.data.radius/this.pixelsPerMeter),o.setDensity(0).setSensor(!0).setActiveEvents(Mr.ActiveEvents.COLLISION_EVENTS),Ku.fromArray(a.data.position.map(u=>typeof u=="number"?u:0)),sb.setFromEuler(h0e.fromArray(a.data.rotation.map(u=>typeof u=="number"?u:0))),pN.compose(Ku,sb,sj).premultiply(n.matrixWorld),i?(pN.decompose(Ku,sb,nj),o.setActiveCollisionTypes(Mr.ActiveCollisionTypes.KINEMATIC_FIXED|Mr.ActiveCollisionTypes.DYNAMIC_FIXED)):(pN.premultiply(r).decompose(Ku,sb,nj),e.rigidBody.bodyType()===Mr.RigidBodyType.Dynamic||(e.rigidBody.bodyType()===Mr.RigidBodyType.Fixed?o.setActiveCollisionTypes(Mr.ActiveCollisionTypes.KINEMATIC_FIXED|Mr.ActiveCollisionTypes.DYNAMIC_FIXED):o.setActiveCollisionTypes(Mr.ActiveCollisionTypes.KINEMATIC_KINEMATIC|Mr.ActiveCollisionTypes.DYNAMIC_KINEMATIC))),Ku.divideScalar(this.pixelsPerMeter),o.setTranslation(Ku.x,Ku.y,Ku.z),o.setRotation(sb),i)i.push([o,l]);else{let u=this.sharedGameControlGlobals.rapierWorld.createCollider(o,e.rigidBody);this.sensorToTriggerEvent[u.handle]=l}}})}checkTrigger(){let e;for(let t=0;t<this.sharedGameControlGlobals.triggers.length;t++){let[i,r,n,s]=this.sharedGameControlGlobals.triggers[t];for(let a=0;a<this.sharedGameControlGlobals.entitiesWithTransformAnim.length;a++){let o=this.sharedGameControlGlobals.entitiesWithTransformAnim[a];if(n===o||s.isValidTriggeringObject(hr.is(o)?o:o.object)===!1)continue;let l=u0e.copy(n.matrixWorld).decompose(Ku,d0e,nj).compose(Ku,d0e,sj).multiply(r),u=pN.copy(o.matrixWorld).invert().multiply(l),h=o.bvhGeometry.boundsTree;i instanceof mn?e=h.intersectsBox(i,u):(aj.radius=i,aj.center.setFromMatrixPosition(u),e=h.intersectsSphere(aj)),e?s.currentIntersectedObjects.indexOf(o)===-1&&(s.currentIntersectedObjects.push(o),s.dispatch(),n.dispatchEvent(M5e)):s.currentIntersectedObjects=s.currentIntersectedObjects.filter(d=>d!==o)}}}};ww(),le(),uL(),Nr(),qm();var lj=.02,c0e=new P,p0e=new P,A5e=new P,Go=new P,Fp=new P,ob=new P,hj=new Ve,m0e=new Ve,C5e=new Ve,fh=new Zt,xv=new Zt,lb=new cn(0,0,0,"YXZ"),R5e=new P(1,0,0),cc=new P(0,1,0),P5e=new P(0,0,1),f0e=new P(1,1,1),g0e=[],v0e=e=>g0e[e]??(g0e[e]=new P),uj=new P,D5e=new P,N5e=new P,I5e=new P,y0e=new Zt,O5e=new P,_0e=new Zt,Fa=new Eh,au=new mn,L5e={type:"requestRender"},B5e={type:"updateMatrix"},a$=class extends xs{constructor(e,t,i,r,n,s,a,o,l){super(),this.object=e,this.domElement=t,this.data=i,this.gloabalPhysics=r,this.controlsManager=n,this.cameraFollow=s,this.camera=a,this.page=o,this.sharedAssets=l,this.enableDamping=!0,this.hiddenMatrix0=new Ve,this.target0=new P,this.zoom0=1,this.rotForce=1,this.moveForce=1,this.pixelsPerMeter=200,this.euler0=new cn(0,0,0,"YXZ"),this.position0Cam=new P,this.quat0Cam=new Zt,this.scale0Cam=new P,this.hiddenMatrix0Cam=new Ve,this.threshEndTranslate=.01,this.threshEndRotate=1e-8,this.threshEndRotVel=.005,this.collider={type:"capsule",radius:40,segment:new Eh(new P(0,-40,0),new P(0,40,0)),matrix:new Ve,position:new P,rotation:new Zt},this.euler=new cn(0,0,0,"YXZ"),this.eulerDelta=new P,this.lastPosition=new P,this.lastCameraQuaternion=new Zt,this.lastCameraPosition=new P,this.PI_2=Math.PI/2,this.prevMouse=new J,this.velocityTarget=new P,this.velocity=new P,this.directionXZ=new P,this.rotVelocityStick=new P,this.rotVelocityTarget=new P,this.rotVelocity=new P,this.rotDirection=new P,this.nonColliderRotOffset=new Ve,this.nonColliderPosOffset=new Ve,this.firstPointerId=-1,this.rot=new P,this.path=[],this.movementState={moveNegZ:0,movePosZ:0,moveNegX:0,movePosX:0,moveNegY:0,movePosY:0,rotPosX:0,rotNegX:0,rotPosY:0,rotNegY:0,jump:0,run:0},this.onObject=!1,this.actionState={},this.keyAssignments=[["moveNegZ","W"],["moveNegX","A"],["movePosZ","S"],["movePosX","D"],["rotPosX","ArrowUp"],["rotPosY","ArrowLeft"],["rotNegX","ArrowDown"],["rotNegY","ArrowRight"],["jump"," "]],this.collisionEnabled=!0,this.offsetMatrix=new Ve,this.objectToTarget=new P,this.objectToTarget0=new P,this.objectToCamXZ=new P,this.objectToCamXZ0=new P,this.targetToCamera=new P,this.targetToCamera0=new P,this.cameraPolarAxis0=new P,this.targetPos=new P,this.targetQuat=new Zt,this.lerpFactorPos=new P().setScalar(.3),this.lerpFactorPosStart=.3,this.lerpFactorPosEnd=.3,this.lerpFactorRotStart=.3,this.lerpFactorRotEnd=.3,this.lerpFactorPosCamera=.3,this.lerpFactorRotCamera=.3,this.objXZQuat=new Zt,this.objXZQuatInv=new Zt,this.objXZRotMat=new Ve,this.isFirstPerson=!1,this.didHit=!1,this.groundVelocity=new P,this.pushedVelocity=new P,this.groundYRotation=0,this.objectRealQuat=new Zt,this.colliderWorldQuat=new Zt,this.groundNormal=new P,this.groundTilt=new Zt,this.groundTiltInv=new Zt,this.lastHitObj=null,this.isFirstFrame=!0,this.rotationAccumWhenOrientWithCamera=0,this.navMeshPathDest=null,this.position=new P,this.quaternion=new Zt,this.scale=new P,this.initialAction=!0,this.onPointerDown=m=>{!(m.target===this.domElement||m.target instanceof HTMLElement&&m.target.tagName==="SPLINE-VIEWER"&&m.target.shadowRoot?.contains(this.domElement))||this.firstPointerId!==-1||(this.firstPointerId=m.pointerId,this.domElement.ownerDocument.addEventListener("pointermove",this.onPointerMove),this.domElement.ownerDocument.addEventListener("pointerup",this.onPointerUp),this.rotBy!=="keys"&&!Kl&&!w7&&this.domElement.requestPointerLock(),this.prevMouse.set(m.clientX,m.clientY))},this.onPointerUp=m=>{this.firstPointerId=-1,this.domElement.ownerDocument.removeEventListener("pointermove",this.onPointerMove),this.domElement.ownerDocument.removeEventListener("pointerup",this.onPointerUp),m.pointerType==="mouse"&&this.domElement.ownerDocument.exitPointerLock()},this.onPointerMove=m=>{if(m.pointerId!==this.firstPointerId)return;let f=m.clientX-this.prevMouse.x,g=m.clientY-this.prevMouse.y;this.prevMouse.set(m.clientX,m.clientY),m.pointerType==="mouse"&&this.rotBy!=="keys"&&(w7&&Jye<15.5&&!Kl?(this.eulerDelta.y=-f*this.mouseOrbitSensitivity,this.eulerDelta.x=-g*this.mouseOrbitSensitivity):(this.eulerDelta.y=-m.movementX*this.mouseOrbitSensitivity,this.eulerDelta.x=-m.movementY*this.mouseOrbitSensitivity)),m.pointerType!=="mouse"&&this.rotByTouch==="drag"&&(this.eulerDelta.y=-f*this.mouseOrbitSensitivity*5,this.eulerDelta.x=-g*this.mouseOrbitSensitivity*5),this.controlsManager.requestRender()},this.onPointerlockChange=m=>{this.domElement.ownerDocument.pointerLockElement===this.domElement?a$.isLocked=!0:a$.isLocked=!1},this.onPointerlockError=()=>{console.error("SPE.GameControls: Unable to use Pointer Lock API")},this.handleVisibilityChange=()=>{if(document?.hidden)for(let m in this.movementState)this.movementState[m]=0},this.onKeyDown=m=>{!(m.target instanceof HTMLInputElement)&&(m.code==="ArrowLeft"||m.code==="ArrowUp"||m.code==="ArrowRight"||m.code==="ArrowDown"||m.code==="Space")&&m.preventDefault();for(let f of this.keyAssignments)if(m.key.toUpperCase()===f[1]||m.key===f[1]){this.movementState[f[0]]=1;break}this.controlsManager.requestRender()},this.onKeyUp=m=>{for(let f of this.keyAssignments)if(m.key.toUpperCase()===f[1]||m.key===f[1]||m.code.slice(3,m.code.length).toUpperCase()===f[1]){this.movementState[f[0]]=0;break}},this.copyVRGamePadValues=(m,f)=>{for(let g=2;g<4;g++){let v=m.axes[g];f===0?g===2?this.movementState.movePosX=v:this.movementState.movePosZ=v:(m.buttons[3].pressed?this.movementState.jump=1:this.movementState.jump=0,g===2?this.movementState.rotPosY=v:this.moveMode==="fly"&&(this.movementState.moveNegY=v))}},this.sharedGameControlGlobals=n.sharedGameControlGlobals,e===a&&(this.isFirstPerson=!0),this.hiddenMatrix0.copy(this.object.hiddenMatrix),this.object.parent?this.object.hiddenMatrix.copy(this.object.parent.matrixWorld).invert():this.object.hiddenMatrix.identity(),this.object.matrix.copy(this.object.matrixWorld),this.object.matrix.decompose(this.position,this.quaternion,this.scale),this.euler0.setFromQuaternion(this.quaternion,"YXZ");let u=this.euler0.clone(),h=u.y;if(this.objectRealQuat.copy(this.quaternion),u.y=0,this.quaternion.setFromEuler(u),this.objXZQuat.copy(this.quaternion),this.objXZQuatInv.copy(this.objXZQuat).invert(),this.objXZRotMat.makeRotationFromQuaternion(this.quaternion),u.set(0,h,0),this.quaternion.setFromEuler(u),this.rot.setFromEuler(u),this.object.matrixAutoUpdate=!1,(this.isFirstPerson||this.cameraFollow===!0)&&(this.target0.copy(this.camera.getTarget()),this.zoom0=this.camera.zoom),this.cameraFollow===!0){this.position0Cam.copy(this.camera.position),this.quat0Cam.copy(this.camera.quaternion),this.scale0Cam.copy(this.camera.scale),this.hiddenMatrix0Cam.copy(this.camera.hiddenMatrix),this.camera.parent?(this.camera.hiddenMatrix.copy(this.camera?.parent.matrixWorld),this.camera.matrix.copy(this.camera.matrixWorld)):this.camera.hiddenMatrix.identity(),this.camera.matrix.copy(this.camera.matrixWorld),this.camera.matrix.decompose(this.camera.position,this.camera.quaternion,this.camera.scale),this.camera.matrixAutoUpdate=!1,this.offsetMatrix.copy(this.object.matrix).invert().multiply(this.camera.matrix);let m,f=new P(0,0,-1).applyQuaternion(this.camera.quaternion),g=new P().subVectors(this.position,this.camera.position);this.objectToCamXZ.copy(g),this.objectToCamXZ.y=0,this.objectToCamXZ0.copy(this.objectToCamXZ),Math.abs(f.y)<1e-6?(g.y=0,f.y=0,m=g.projectOnVector(f)):m=g.y/f.y>0?f.multiplyScalar(g.y/f.y):f.multiplyScalar(g.length()),this.targetToCamera0.copy(m).negate();let v=this.camera.position.clone().add(m);this.objectToTarget0.subVectors(v,this.position);let y=new cn().setFromQuaternion(this.camera.quaternion,"YXZ");this.cameraPolarOffset=-y.x,y.x=0,y.z=0,y.y-=Math.PI/2,this.cameraPolarAxis0.set(0,0,-1).applyEuler(y)}if(this.object instanceof us&&(this.object.matrixAutoUpdate=!1),this.euler.setFromQuaternion(this.quaternion,"YXZ"),this.rotByTouch=i.rotByTouch??"joystick",this.rotBy=i.rotBy??"keys",this.rotationMode=i.rotationMode??"normal",this.moveMode=i.moveMode??"walk",this.collisionEnabled=i.collisionEnabled,this.speedTranslate=1*(i.speedTranslate??250),this.speedOrbit=.025*(i.speedRotate??100),this.mouseOrbitSensitivity=16e-6*(i.speedRotate??100),this.keyAssignments=i.keyAssignments.map(m=>{let f=[m[0],m[1]];return f[1]==="\u25B2"?f[1]="ArrowUp":f[1]==="\u25C0"?f[1]="ArrowLeft":f[1]==="\u25BC"?f[1]="ArrowDown":f[1]==="\u25B6"?f[1]="ArrowRight":f[1]==="\u21E7"?f[1]="Shift":f[1]==="\u21B5"?f[1]="Enter":f[1]==="Space"?f[1]=" ":f[1]==="\u2318"?f[1]="Meta":f[1]==="Ctrl"?f[1]="Control":f[1]==="Esc"&&(f[1]="Escape"),f}),i.rotBy==="mouse"){let m;m=this.keyAssignments.findIndex(f=>f[0]==="rotNegX"),m!==-1&&(this.keyAssignments[m][1]=""),m=this.keyAssignments.findIndex(f=>f[0]==="rotPosX"),m!==-1&&(this.keyAssignments[m][1]=""),m=this.keyAssignments.findIndex(f=>f[0]==="rotPosY"),m!==-1&&(this.keyAssignments[m][1]=""),m=this.keyAssignments.findIndex(f=>f[0]==="rotNegY"),m!==-1&&(this.keyAssignments[m][1]="")}this.lerpFactorPosStart=1-.02**(1/(60*(i.delayPos[0]??.3))),this.lerpFactorPosEnd=1-.02**(1/(60*(i.delayPos[1]??.3))),this.lerpFactorPos.setScalar(this.lerpFactorPosStart),this.lerpFactorRotStart=1-.02**(1/(60*(i.delayRot[0]??.3))),this.lerpFactorRotEnd=1-.02**(1/(60*(i.delayRot[1]??.3))),this.lerpFactorPosCamera=1-.02**(1/(60*(i.delayPosCamera??.3))),this.lerpFactorRotCamera=1-.02**(1/(60*(i.delayRotCamera??.3))),this.gravity=12*(this.gloabalPhysics.gravity??Mx.defaultData.gravity),this.usePhysics=this.gloabalPhysics.usePhysics??Mx.defaultData.usePhysics,this.jumpPower=20*i.jumpPower,this.resetYPosition=this.position.y+Math.abs(i.resetYPosition)*(this.gravity>0?1:-1),this.alignToGround=i.alignToGround??!1,this.orientMode=i.autoOrientMove?i.orientMode:"none",this.orientWith=i.orientWith??iL.defaultDataThirdPerson.orientWith,this.slopeThresh=65*Math.PI/180,i.collider.type==="capsule"?(this.collider.radius=i.collider.radius,this.collider.segment.start.y=i.collider.height/2-i.collider.radius,this.collider.segment.end.y=-this.collider.segment.start.y,this.offset=i.collider.height*lj/this.pixelsPerMeter,this.stepThresh=.3*i.collider.height/this.pixelsPerMeter,this.colliderHeight=i.collider.height):i.collider.type==="sphere"?(this.collider.radius=i.collider.radius,this.collider.segment.start.y=0,this.collider.segment.end.y=0,this.offset=2*i.collider.radius*lj/this.pixelsPerMeter,this.stepThresh=2*i.collider.radius*.3/this.pixelsPerMeter,this.colliderHeight=2*i.collider.radius):(this.offset=i.collider.height*lj/this.pixelsPerMeter,this.stepThresh=.3*i.collider.height/this.pixelsPerMeter,this.colliderHeight=i.collider.height),this.collider.type=i.collider.type;let d=new P().fromArray(i.collider.position.map(m=>typeof m=="number"?m:0)),c=new Zt().setFromEuler(new cn().fromArray([...i.collider.rotation.map(m=>typeof m=="number"?m:0),"XYZ"]));this.collider.position.copy(d).multiply(this.scale),this.collider.rotation.copy(c),this.collider.matrix.compose(d,c,f0e),i.cameraXAxis!==void 0&&(this.cameraXAxis=i.cameraXAxis,this.cameraYAxis=i.cameraYAxis,this.minPolarAngle=i.cameraRotXLimits[0],this.maxPolarAngle=i.cameraRotXLimits[1],this.minAzimuthAngleRel=i.cameraRotYLimits[0],this.maxAzimuthAngleRel=i.cameraRotYLimits[1]),this.forwardDir=i.forwardDirection??"-z",this.isFirstPerson&&(this.forwardDir="-z"),this.runMultiplier=i.runMultiplier??2;let p=2*i.navmesh.destinationHelperRadius;if(p>0){let m=new Nt;m.push({fi:0,data:{...os.defaultData("light","phong"),alpha:0},id:"layer1"}),m.push({fi:0,data:{...os.defaultData("color"),color:i.navmesh.destinationHelperColor,alpha:i.navmesh.destinationHelperColor.a},id:"layer2"});let f=mbe({layers:m},{scene:this.page.scene,shared:this.sharedAssets});this.navMeshPathDest=new Cr(RX.create({parameters:{width:p,height:p/10,hollow:.7}}),f),this.navMeshPathDest.material.userData.opacity0=i.navmesh.destinationHelperColor.a}this.activate()}reset(e=!1){if(this.object.hiddenMatrix.copy(this.hiddenMatrix0),e){this.object.updateMatrix(),this.object.updateMatrixWorld(),this.object.matrix.copy(this.object.matrixWorld),this.object.matrix.decompose(this.position,this.quaternion,this.scale),this.object.parent?this.object.hiddenMatrix.copy(this.object.parent.matrixWorld).invert():this.object.hiddenMatrix.identity();let t=new cn().setFromQuaternion(this.quaternion,"YXZ"),i=t.y;this.objectRealQuat.copy(this.quaternion),t.y=0,this.quaternion.setFromEuler(t),this.objXZQuat.copy(this.quaternion),this.objXZQuatInv.copy(this.objXZQuat).invert(),this.objXZRotMat.makeRotationFromQuaternion(this.quaternion),t.set(0,i,0),this.quaternion.setFromEuler(t),this.rot.setFromEuler(t),this.euler.setFromQuaternion(this.quaternion,"YXZ"),this.velocityTarget.set(0,0,0),this.velocity.set(0,0,0)}else this.object instanceof us?this.object.matrixAutoUpdate=!0:this.object.updateMatrix();this.cameraFollow===!0&&(this.camera.quaternion.copy(this.quat0Cam),this.camera.position.copy(this.position0Cam),this.camera.scale.copy(this.scale0Cam),this.camera.hiddenMatrix.copy(this.hiddenMatrix0Cam),this.camera.matrixAutoUpdate=!0),this.controlsManager.requestRender()}activate(){this.instantiateActions(),this.domElement.ownerDocument.addEventListener("pointerdown",this.onPointerDown),this.domElement.ownerDocument.addEventListener("keydown",this.onKeyDown),this.domElement.ownerDocument.addEventListener("keyup",this.onKeyUp),this.domElement.ownerDocument.addEventListener("pointerlockchange",this.onPointerlockChange),this.domElement.ownerDocument.addEventListener("pointerlockerror",this.onPointerlockError),this.domElement.ownerDocument.addEventListener("visibilitychange",this.handleVisibilityChange)}deactivate(){this.disposeActions(),this.domElement.ownerDocument.removeEventListener("pointerdown",this.onPointerDown),this.domElement.ownerDocument.removeEventListener("keydown",this.onKeyDown),this.domElement.ownerDocument.removeEventListener("keyup",this.onKeyUp),this.domElement.ownerDocument.removeEventListener("pointerlockchange",this.onPointerlockChange),this.domElement.ownerDocument.removeEventListener("pointerlockerror",this.onPointerlockError),this.domElement.ownerDocument.removeEventListener("visibilitychange",this.handleVisibilityChange)}dispose(){this.deactivate(),this.navMeshPathDest?.parent&&this.page.remove(this.navMeshPathDest)}instantiateActions(){let e=this.data,t=this.sharedAssets;e.gameActions!==void 0&&(this.actions={},tL.list.forEach(i=>{this.actions[i]=la({...e,disabled:!1,type:"GameControl"},e.gameActions[i],this.page,t,this.controlsManager.eventManager,this.object)})),this.dispatchStopEvent("move"),this.dispatchStopEvent("run"),this.dispatchStopEvent("jump"),this.dispatchStartEvent("idle"),this.initialAction&&(this.initialAction=!1)}disposeActions(){this.initialAction=!1,this.dispatchStopEvent("idle"),this.dispatchStopEvent("move"),this.dispatchStopEvent("run"),this.dispatchStopEvent("jump"),Ka(this.actions.idle),Ka(this.actions.move),Ka(this.actions.run),Ka(this.actions.jump)}dispatchStartEvent(e){this.actions[e]!==void 0&&(this.actionState[e]||(this.actionState[e]=!0,this.actions[e].Transition.forEach(t=>{t.play()}),this.actions[e].Animation.forEach(t=>{t.play(this.initialAction===!1)}),this.actions[e].TimelineAnimation.forEach(t=>{t.play()}),this.actions[e].Create.forEach(t=>{t.dispatchStart()}),this.actions[e].Audio.forEach(t=>{t.dispatchGameControl("start")}),this.actions[e].Particles.forEach(t=>{t.dispatchGameControl("start")})))}dispatchStopEvent(e){this.actions[e]!==void 0&&(!this.actionState[e]||(this.actionState[e]=!1,this.actions[e].Transition.forEach(t=>{t.stop(),t.object.currentState!==null&&t.object.changeSelectedState(null,{scene:this.page.scene,shared:this.sharedAssets})}),this.actions[e].TimelineAnimation.forEach(t=>{t.stop()}),this.actions[e].Create.forEach(t=>{t.dispatchStop()}),this.actions[e].Audio.forEach(t=>{t.dispatchGameControl("stop")}),this.actions[e].Particles.forEach(t=>{t.dispatchGameControl("stop")})))}get colliderWorldPosition(){return Go.copy(this.collider.position).applyQuaternion(this.objectRealQuat).add(this.position)}update(e){if(this.gravity<0?this.position.y<this.resetYPosition:this.position.y>this.resetYPosition)return this.reset(!0),!0;this.sharedGameControlGlobals.gamePads.forEach(this.copyVRGamePadValues);let t=(this.isFirstFrame?16.6:e)/1e3;this.isFirstFrame&&(this.isFirstFrame=!1);let i=60*t,r=!1;if(this.groundYRotation=0,this.groundVelocity.set(0,0,0),this.usePhysics&&this.collisionEnabled&&this.object.rigidBody?.collider(0).shape){let s=Fp.set(0,(this.velocity.y===0?this.pixelsPerMeter*Math.max(Math.abs(this.gravity)/120,1)*(this.gravity>0?1:-1):this.velocity.y)*t,0).divideScalar(this.pixelsPerMeter),a=this.sharedGameControlGlobals.rapierWorld.castShape(this.colliderWorldPosition.divideScalar(this.pixelsPerMeter),this.colliderWorldQuat,s,this.object.rigidBody?.collider(0).shape,0,1,!1,8,void 0,void 0,this.object.rigidBody);if(a){this.onObject=!0,this.groundNormal.set(a.normal2.x,a.normal2.y,a.normal2.z).applyQuaternion(this.colliderWorldQuat).negate(),this.alignToGround&&this.groundTiltAdjustment(this.groundNormal),Math.acos(this.groundNormal.y)<this.slopeThresh&&(r=!0),a.collider.parent()?.bodyType()===0&&Math.acos(this.groundNormal.y)*(180/Math.PI)>45&&(this.onObject=!1);let o=a.collider.parent(),l=o!==null&&o.isKinematic()?o:null,u=l===null?void 0:this.sharedGameControlGlobals.kinematicBodyToEntity.get(l.handle);if(l!==null&&u?.userData.isFollowingObj!==this.object.uuid){let h=this.object.getWorldPosition(Go).add(this.collider.position).divideScalar(this.pixelsPerMeter),d=l.velocityAtPoint(h);this.groundVelocity.set(d.x,d.y,d.z).multiplyScalar(this.pixelsPerMeter),this.groundYRotation=l.angvel().y*t}}else this.onObject=!1}if(this.moveMode==="walk"&&this.collisionEnabled&&(this.movementState.jump===1&&this.onObject&&(this.velocityTarget.y=this.jumpPower,this.movementState.jump=0,this.dispatchStopEvent("idle"),this.dispatchStopEvent("move"),this.dispatchStopEvent("run"),this.dispatchStopEvent("jump"),this.dispatchStartEvent("jump"),this.onObject=!1),this.onObject?this.velocityTarget.y/=2:this.velocityTarget.y+=this.gravity*i),this.moveMode==="fly"&&(this.velocityTarget.y=(this.movementState.movePosY-this.movementState.moveNegY)*this.speedTranslate),this.directionXZ.z=this.movementState.movePosZ-this.movementState.moveNegZ,this.directionXZ.x=this.movementState.movePosX-this.movementState.moveNegX,this.forwardDir==="+z"&&this.directionXZ.multiplyScalar(-1),this.directionXZ.manhattanLength()>0&&(this.path=[]),this.navMeshPathDest){let s=this.navMeshPathDest.material;if(this.moveMode==="walk"&&this.path.length>1){this.navMeshPathDest.position.copy(this.path[this.path.length-1]),this.navMeshPathDest.parent||this.page.add(this.navMeshPathDest);let a=Go.subVectors(this.path[1],this.position),o=Fp.subVectors(this.path[1],this.path[0]);a.dot(o)<0?this.path.shift():(this.directionXZ.x=o.x,this.directionXZ.z=o.z),s.opacity=s.userData.opacity0}else s.opacity-=.05*s.userData.opacity0,this.navMeshPathDest.material.opacity<=0&&this.navMeshPathDest.parent&&this.page.remove(this.navMeshPathDest)}this.directionXZ.normalize(),this.movementState.run?this.moveForce=this.runMultiplier:this.moveForce=1,this.velocityTarget.z=this.directionXZ.z*this.speedTranslate*this.moveForce,this.velocityTarget.x=this.directionXZ.x*this.speedTranslate*this.moveForce,(this.moveMode==="walk"?this.velocityTarget.x+this.velocityTarget.z===0:this.velocityTarget.manhattanLength()===0)?this.lerpFactorPos.setScalar(this.lerpFactorPosEnd):this.lerpFactorPos.setScalar(this.lerpFactorPosStart),this.moveMode==="walk"&&(this.lerpFactorPos.y=1),this.didHit===!1&&this.pushedVelocity.manhattanLength()===0||this.usePhysics===!1?(this.velocity.x+=(this.velocityTarget.x-this.velocity.x)*(1-(1-this.lerpFactorPos.x)**i),this.velocity.y+=(this.velocityTarget.y-this.velocity.y)*(1-(1-this.lerpFactorPos.y)**i),this.velocity.z+=(this.velocityTarget.z-this.velocity.z)*(1-(1-this.lerpFactorPos.z)**i)):this.velocity.copy(this.velocityTarget),(this.moveMode==="walk"?this.velocity.x**2+this.velocity.z**2<this.speedTranslate:this.velocity.lengthSq()<this.speedTranslate)?(this.dispatchStopEvent("move"),this.dispatchStopEvent("run"),this.onObject&&(this.dispatchStopEvent("jump"),this.dispatchStartEvent("idle"))):(this.dispatchStopEvent("idle"),(this.onObject||this.moveMode==="fly")&&(this.dispatchStopEvent("jump"),this.movementState.run?(this.dispatchStopEvent("move"),this.dispatchStartEvent("run")):(this.dispatchStopEvent("run"),this.dispatchStartEvent("move"))));let n=A5e.copy(this.velocity);if(this.orientMode!=="none"&&this.isFirstPerson===!1){let s=Fp.copy(n);s.y=0,n.set(0,n.y,s.length()*(this.forwardDir==="+z"?1:-1))}if(this.directionXZ.manhattanLength()>0&&this.orientMode!=="none"&&this.isFirstPerson===!1)if(this.orientWith==="camera"&&this.path.length<=1){let s=Go;this.camera.getWorldDirection(s);let a=ob.copy(cc).multiplyScalar(s.dot(cc));s.sub(a);let o=Fp.copy(this.directionXZ);o.x*=-1,this.rot.y=s.angleTo(o)*(s.cross(o).y>0?-1:1)+this.rotationAccumWhenOrientWithCamera}else this.rot.y=(this.path.length>1?0:this.euler.y)+Math.atan2(-this.directionXZ.z,this.directionXZ.x)+Math.PI/2*(this.forwardDir==="+z"?1:-1);if(lb.setFromVector3(this.rot),this.moveMode==="walk"&&(lb.x=0),n.applyEuler(lb),r&&(xv.setFromUnitVectors(cc,this.groundNormal),n.applyQuaternion(xv)),this.usePhysics===!0&&this.object.rigidBody){this.pushedVelocity.set(0,0,0);let s=0;for(let a of this.sharedGameControlGlobals.entitiesWithTransformAnim){if(a.rigidBody===void 0||a.prevQ===void 0)continue;(a.hasNonUniformScale?a.matrixWorldRigid:a.matrixWorld).decompose(uj,y0e,D5e);let o=this.object.getWorldPosition(N5e).add(this.collider.position).sub(uj);_0e.copy(a.prevQ).invert().premultiply(y0e);let l=ob.subVectors(uj,a.prevT).add(I5e.copy(o).applyQuaternion(_0e).sub(o)).divideScalar(t).divideScalar(this.pixelsPerMeter),u=a.rigidBody.collider(0).castCollider(l,this.object.rigidBody.collider(0),Go.copy(n).divideScalar(this.pixelsPerMeter),0,t,!1);l.multiplyScalar(this.pixelsPerMeter);let h=hr.is(a)?a:a.object;if(u!==null&&this.lastHitObj!==h){let d;a instanceof Rh&&(d=a);let c=this.sharedGameControlGlobals.entityToCollisionEvents[h.uuid];if(c)for(let p of c)p.data.target==="character"&&(p.dispatch(d),h.dispatchEvent(s$));this.lastHitObj=h}u!==null&&(Math.abs(l.x)>Math.abs(this.pushedVelocity.x)&&(this.pushedVelocity.x=l.x),Math.abs(l.y)>Math.abs(this.pushedVelocity.y)&&(this.pushedVelocity.y=l.y),Math.abs(l.z)>Math.abs(this.pushedVelocity.z)&&(this.pushedVelocity.z=l.z),v0e(s++).copy(u.normal1).applyQuaternion(a.quaternion))}if(s>0){for(let a=0;a<s;a++){let o=v0e(a),l=o.dot(n);l<0&&n.addScaledVector(o,-l)}n.add(this.pushedVelocity)}else n.add(this.groundVelocity)}if(this.rotDirection.y=Number(this.movementState.rotPosY)-Number(this.movementState.rotNegY),this.rotDirection.x=Number(this.movementState.rotPosX)-Number(this.movementState.rotNegX),this.rotDirection.normalize(),this.rotationMode==="normal"&&(this.movementState.rotPosX||this.movementState.rotNegX)||this.rotationMode==="steer"&&(this.movementState.rotPosX||this.movementState.rotNegX)&&(this.movementState.movePosZ||this.movementState.moveNegZ||this.moveMode==="walk")?this.rotVelocityStick.x=-this.rotDirection.x*this.speedOrbit*this.rotForce:this.rotVelocityStick.x=0,this.rotationMode==="normal"&&(this.movementState.rotPosY||this.movementState.rotNegY)||this.rotationMode==="steer"&&(this.movementState.rotPosY||this.movementState.rotNegY)&&(this.movementState.movePosZ||this.movementState.moveNegZ)?this.rotVelocityStick.y=-this.rotDirection.y*this.speedOrbit*this.rotForce:this.rotVelocityStick.y=0,this.rotVelocityTarget.subVectors(this.eulerDelta.divideScalar(t),this.rotVelocityStick),this.rotVelocityTarget.manhattanLength()===0?this.rotVelocity.lerp(this.rotVelocityTarget,1-(1-this.lerpFactorRotEnd)**i):this.rotVelocity.lerp(this.rotVelocityTarget,1-(1-this.lerpFactorRotStart)**i),this.euler.x+=this.rotVelocity.x*t,this.euler.y+=this.rotVelocity.y*t+this.groundYRotation,this.rotVelocityTarget.y===0&&this.directionXZ.manhattanLength()===0?this.rotationAccumWhenOrientWithCamera=0:(this.cameraFollow===!1||this.cameraYAxis==="Locked")&&(this.rotationAccumWhenOrientWithCamera+=this.rotVelocity.y*t),this.isFirstPerson===!1&&this.orientMode!=="none"&&this.directionXZ.manhattanLength()>0){if(this.orientMode==="radial"){this.objectToCamXZ.copy(this.objectToCamXZ0).applyAxisAngle(cc,this.euler.y-this.euler0.y);let s=Fp.copy(this.objectToCamXZ).normalize(),a=ob.copy(n).multiplyScalar(t);a.y=0;let o=a.sub(Go.copy(s).multiplyScalar(a.dot(s))).cross(s).y;this.euler.y-=Math.atan2(o,this.objectToCamXZ.length())}}else this.rot.y+=this.rotVelocity.y*t+this.groundYRotation,this.rotVelocityTarget.y!==0&&(this.cameraFollow===!1||this.cameraYAxis==="Locked")&&(this.euler.y=this.rot.y);if(this.cameraFollow===!0&&(this.moveMode==="walk"?this.cameraXAxis==="Limit"?this.euler.x=ht.clamp(this.euler.x,-this.maxPolarAngle+this.cameraPolarOffset+1e-6,-this.minPolarAngle+this.cameraPolarOffset-1e-6):this.euler.x=ht.clamp(this.euler.x,-this.PI_2+this.cameraPolarOffset,this.PI_2+this.cameraPolarOffset):this.cameraXAxis==="Limit"&&(this.euler.x=ht.clamp(this.euler.x,-this.PI_2,this.PI_2))),this.moveMode==="fly"?this.rot.x=this.euler.x:this.isFirstPerson&&(lb.copy(this.euler),lb.y=0,this.nonColliderRotOffset.makeRotationFromEuler(lb)),fh.setFromAxisAngle(R5e,this.rot.x),xv.setFromAxisAngle(cc,this.rot.y),xv.multiply(fh),fh.setFromAxisAngle(P5e,this.rot.z),xv.multiply(fh),this.quaternion.copy(xv),this.objectRealQuat.multiplyQuaternions(this.quaternion,this.objXZQuat),this.colliderWorldQuat.copy(this.objectRealQuat).multiply(this.collider.rotation),this.collisionEnabled)if(this.usePhysics&&this.object.rigidBody?.collider(0).shape){let s=Fp.copy(n).multiplyScalar(t/this.pixelsPerMeter),a=null;this.didHit=!1;let o=new P;for(let h=0;h<5;h++){let d=s.length(),c=ob.copy(s).normalize();if(a=this.sharedGameControlGlobals.rapierWorld.castShape(this.colliderWorldPosition.divideScalar(this.pixelsPerMeter).add(o),this.colliderWorldQuat,c,this.object.rigidBody.collider(0).shape,0,d,!1,12,void 0,void 0,this.object.rigidBody),a===null){h===0&&this.directionXZ.manhattanLength()!==0&&(this.lastHitObj=null),o.add(s);break}{this.didHit=!0;let p=this.sharedGameControlGlobals.colliderToEntity.get(a.collider.handle);if(p!==this.lastHitObj&&h===0){this.lastHitObj=p;let v=this.sharedGameControlGlobals.entityToCollisionEvents[p?.uuid];if(v){for(let y of v)if(y.data.target==="character"){let _,b=(this.sharedGameControlGlobals.rapierWorld?.getCollider(a.collider.handle))._parent;if(p.cloner){for(let x of p.cloner.children)if(x.rigidBody===b){_=x;break}}y.dispatch(_),p.dispatchEvent(s$)}}}let m=c0e.set(a.normal2.x,a.normal2.y,a.normal2.z).applyQuaternion(this.colliderWorldQuat),f=p0e.copy(c).multiplyScalar(a.time_of_impact).dot(m),g=a.time_of_impact;if(g===0&&(this.position.y+=this.offset*this.pixelsPerMeter),f>this.offset&&(g=a.time_of_impact*(f-this.offset)/f,o.addScaledVector(c,g)),s.copy(c).multiplyScalar(d-g),Math.acos(-m.y)>this.slopeThresh){let v=this.colliderWorldPosition.divideScalar(this.pixelsPerMeter).add(o),y=ob.copy(a.witness2).applyQuaternion(this.colliderWorldQuat);y.y=0;let _=v.add(y);_.y+=this.stepThresh;let b=this.sharedGameControlGlobals.rapierWorld.castShape(_,this.colliderWorldQuat,s,this.object.rigidBody?.collider(0).shape,0,1,!1,12,void 0,void 0,this.object.rigidBody);b!==null&&b.time_of_impact===0&&(m.y=0,m.normalize())}s.addScaledVector(m,-s.dot(m))}}this.position.addScaledVector(o,this.pixelsPerMeter),Go.copy(this.position).divideScalar(this.pixelsPerMeter),fh.copy(this.quaternion).premultiply(this.groundTilt).multiply(this.objXZQuat);let l=this.object.rigidBody,u=l!==void 0&&O5e.copy(Go).sub(l.translation()).lengthSq()>1;l!==void 0&&(u?(l.setTranslation(Go,!0),l.setRotation(fh,!0)):(l.setNextKinematicTranslation(Go),l.setNextKinematicRotation(fh)))}else{let s=this.onObject?1:5,a=n.multiplyScalar(t/s);for(let o=0;o<s;o++)this.position.add(a),this.collisionAdjustment(t/s)}else this.position.addScaledVector(n,t);if(this.moveMode==="walk"&&this.onObject&&(this.velocityTarget.y=0,this.velocity.y=0),this.quaternion.premultiply(this.groundTilt).multiply(this.objXZQuat),this.object.matrix.compose(this.position,this.quaternion,this.scale),this.object.matrixWorldNeedsUpdate=!0,this.object.matrix.multiply(this.nonColliderPosOffset).multiply(this.nonColliderRotOffset),this.quaternion.premultiply(this.groundTiltInv).multiply(this.objXZQuatInv),this.cameraFollow===!0){this.updateFollowArms();let s=this.objectToTarget.add(this.position),a=this.targetToCamera.add(s);hj.lookAt(a,s,cc).setPosition(a),hj.decompose(this.targetPos,this.targetQuat,Go),this.camera.quaternion.slerp(this.targetQuat,1-(1-this.lerpFactorRotCamera)**i),this.camera.position.lerp(this.targetPos,1-(1-this.lerpFactorPosCamera)**i),this.camera.updateMatrix(),this.camera.updateMatrixWorld(),this.cameraYAxis==="Limit"&&this.orientMode==="cartesian"&&(this.euler.y=ht.clamp(this.euler.y,this.minAzimuthAngleRel,this.maxAzimuthAngleRel)),this.euler.x=ht.clamp(this.euler.x,-this.PI_2+(this.cameraPolarOffset<0?this.cameraPolarOffset:0),this.PI_2+(this.cameraPolarOffset>0?this.cameraPolarOffset:0))}return this.eulerDelta.set(0,0,0),this.object.dispatchEvent(B5e),!(this.path.length<2&&this.lastPosition.distanceToSquared(this.position)<this.threshEndTranslate&&Math.abs(this.rotVelocity.x)<this.threshEndRotVel&&Math.abs(this.rotVelocity.y)<this.threshEndRotVel&&(this.camera===void 0||this.isFirstPerson||this.lastCameraPosition.distanceToSquared(this.camera.position)<this.threshEndTranslate&&8*(1-this.lastCameraQuaternion.dot(this.camera.quaternion))<this.threshEndRotate)&&(this.moveMode==="fly"||this.onObject===!0||this.collisionEnabled===!1)&&(this.navMeshPathDest===null||this.navMeshPathDest.material.opacity<-.04*this.navMeshPathDest?.material?.userData.opacity0)||(this.camera&&(this.lastCameraPosition.copy(this.camera.position),this.lastCameraQuaternion.copy(this.camera.quaternion)),this.lastPosition.copy(this.position),this.object.dispatchEvent(L5e),0))}updateFollowArms(){this.objectToTarget.copy(this.objectToTarget0),this.targetToCamera.copy(this.targetToCamera0);let e,t=fh.setFromAxisAngle(cc,this.cameraYAxis==="Limit"&&this.orientMode!=="radial"?ht.clamp(this.euler.y-this.euler0.y,this.minAzimuthAngleRel,this.maxAzimuthAngleRel):this.euler.y-this.euler0.y);(this.cameraYAxis!=="Locked"||this.orientMode==="radial")&&this.objectToTarget.applyQuaternion(t),e=this.cameraXAxis==="Limit"?ht.clamp(this.euler.x,-this.maxPolarAngle+this.cameraPolarOffset+1e-6,-this.minPolarAngle+this.cameraPolarOffset-1e-6):ht.clamp(this.euler.x,-this.PI_2+this.cameraPolarOffset+1e-6,this.PI_2+this.cameraPolarOffset-1e-6);let i=Go.copy(this.cameraPolarAxis0);(this.cameraYAxis!=="Locked"||this.orientMode==="radial")&&i.applyQuaternion(t);let r=xv.setFromAxisAngle(i,e);this.cameraYAxis!=="Locked"&&this.targetToCamera.applyQuaternion(t),this.cameraXAxis!=="Locked"&&this.targetToCamera.applyQuaternion(r)}groundTiltAdjustment(e){180*cc.angleTo(e)/Math.PI<15||180*cc.angleTo(e)/Math.PI>85?fh.identity():fh.setFromUnitVectors(cc,e),this.groundTilt.slerp(fh,.06),this.groundTiltInv.copy(this.groundTilt).invert()}collisionAdjustment(e){let t=p0e.set(0,0,0);this.object.matrix.compose(this.position,this.quaternion,this.scale);let i=hj.multiplyMatrices(this.object.matrix,this.objXZRotMat).multiply(this.collider.matrix).decompose(Go,fh,Fp).compose(Go,fh,f0e);this.sharedGameControlGlobals.entitiesWithTransformAnim.forEach(n=>{if(n===this.object||n.isDescendantOf(this.object)||!n.bvhGeometry||!n.bvhGeometry.boundsTree)return;au.makeEmpty(),n.updateMatrixWorldRigid();let s=n.matrixWorldRigid,a=m0e.copy(s).invert(),o=C5e.copy(m0e).multiply(i);Fa.copy(this.collider.segment),Fa.start.applyMatrix4(o),Fa.end.applyMatrix4(o);let l=c0e.copy(this.position).applyMatrix4(a);au.expandByPoint(Fa.start),au.expandByPoint(Fa.end),au.min.addScalar(-this.collider.radius),au.max.addScalar(this.collider.radius),n.bvhGeometry.boundsTree.shapecast({boundsTraverseOrder:u=>u.distanceToPoint(Fa.end),intersectsBounds:u=>u.intersectsBox(au),intersectsTriangle:u=>{let h=Go,d=Fp,c=u.closestPointToSegment(Fa,h,d);if(c<this.collider.radius){let p=this.collider.radius-c,m=d.sub(h).normalize(),f=ob.copy(l);f.addScaledVector(m,p);let g=f.applyMatrix4(s).sub(this.position);t.add(g),Fa.start.addScaledVector(m,p),Fa.end.addScaledVector(m,p)}}})}),au.makeEmpty(),Fa.copy(this.collider.segment),Fa.start.applyMatrix4(i),Fa.end.applyMatrix4(i),au.expandByPoint(Fa.start),au.expandByPoint(Fa.end),au.min.addScalar(-this.collider.radius),au.max.addScalar(this.collider.radius),this.sharedGameControlGlobals.staticMeshBVH?.shapecast({boundsTraverseOrder:n=>n.distanceToPoint(Fa.end),intersectsBounds:n=>n.intersectsBox(au),intersectsTriangle:n=>{let s=Go,a=Fp,o=n.closestPointToSegment(Fa,s,a);if(o<this.collider.radius){let l=this.collider.radius-o,u=a.sub(s).normalize();this.alignToGround&&this.groundTiltAdjustment(u),t.addScaledVector(u,l),Fa.start.addScaledVector(u,l),Fa.end.addScaledVector(u,l)}}}),this.onObject=Math.abs(t.y)>Math.abs(e*this.velocity.y*.25),this.onObject&&this.dispatchStopEvent("jump");let r=Math.max(0,t.length()-1e-5);t.normalize().multiplyScalar(r),this.position.add(t)}pause(){this.firstPointerId=-1,this.movementState={moveNegZ:0,movePosZ:0,moveNegX:0,movePosX:0,moveNegY:0,movePosY:0,rotPosX:0,rotNegX:0,rotPosY:0,rotNegY:0,jump:0,run:0},this.deactivate()}resume(){this.activate()}},jEe=a$;jEe.isLocked=!1,le(),CA(),q4(),ww(),bw();var HEe,WEe,dj,U5e=new Promise(e=>{HEe=e});function F5e(e){return dj||(dj=async function(){let t=e??"https://cdn.spline.design/@splinetool/runtime@2.0.19/build";typeof window<"u"&&(WEe=new URL(t.endsWith("/")?t:`${t}/`,window.location.href).href);let i=import("./navmesh.js"),[r,n]=await Promise.all([i,fetch(`${t}/navmesh.wasm`).then(o=>o.arrayBuffer())]),s=r.default,a=await s({wasmBinary:n});HEe(a)}(),dj)}Hr();var qEe,fr,po,z5e=e=>`
12895
+ `)>=0&&(e-=n),i===3?.5*t-.5*e:i===2?t-e:0}getLineInitialOffsetY(e,t,i,r,n){let s=t*e,a=e-Math.abs(this.ascender-this.descender)*r,o=-this.ascender*r-a/2;return n===3?-(i-s-o):n===2?-(.5*i-.5*s-o):o}createPath(e,t,i,r,n){let s=e.getPath(i,-r,n.fontSize,{kerning:!1,letterSpacing:n.letterSpacing});if(!s)return void console.error('THREE.Font: character "'+e+'" does not exists in font family '+this.familyName+".");let a=new c5e,o=(e.advanceWidth??1)*t;if(e)for(let l of s.commands){let u=a.currentPath?.currentPoint;if(!u||l.type==="Z"||u.x!==l.x||-u.y!==l.y)switch(l.type){case"M":a.moveTo(l.x,-l.y);break;case"L":a.lineTo(l.x,-l.y);break;case"Q":a.quadraticCurveTo(l.x1,-l.y1,l.x,-l.y);break;case"C":a.bezierCurveTo(l.x1,-l.y1,l.x2,-l.y2,l.x,-l.y)}}return a.subPaths.forEach(l=>{let u=function(h){if(h.length){let d=h[0];if(d instanceof wh)return d.v1;if(d instanceof pu||d instanceof om)return d.v0}}(l.curves);u!==void 0&&l.currentPoint.distanceTo(u)>0&&l.lineTo(u.x,u.y)}),{offsetX:o,path:a}}getCharWidth(e,t){try{return this.font?.getAdvanceWidth(e,t.fontSize,{kerning:!0,letterSpacing:t.letterSpacing})??0}catch(i){return this.warnLayoutError(i),0}}getTextWidth(e,t){try{return this.font?.getAdvanceWidth(e,t.fontSize,{kerning:!0,letterSpacing:t.letterSpacing})??0}catch(i){return this.warnLayoutError(i),0}}computeSpaceWidthForLine(e,t,i,r){let n=this.getCharWidth(" ",i),s=e[t];if(s){let a=this.countSpaces(s.trimEnd());if(i.horizontalAlign===4&&t<e.length-1&&a)return((typeof i.width=="string"?Number(r.getVariable(i.width)):i.width)-(this.getTextWidth(s,i)-a*n))/a}return n}countSpaces(e){return(e.match(/ /g)||[]).length}},Nn("text"),Ht();var OEe=null;function n0e(){return OEe}function f5e(e){let t=!1;return e.scene.objects.forEach(i=>{i.data.type==="Page"&&!t&&i.data.publish.gameControlObject&&Zy.traverseModuleInstances(e,i.id,(r,n,s)=>{for(let a of s)a.data.type==="GameControl"&&a.data.navmesh.enabled&&(t=!0)})}),t}Hr();var dN=(e,t)=>{let i=t.x-e.x,r=t.y-e.y;return Math.sqrt(i*i+r*r)},Q9=e=>e*(Math.PI/180),cN=new Map,s4=(e,t,i)=>{let r,n=t.split(/[ ,]+/g);for(let s=0;s<n.length;s+=1)r=n[s],e.addEventListener?e.addEventListener(r,i,!1):e.attachEvent&&e.attachEvent(r,i)},a4=(e,t,i)=>{let r,n=t.split(/[ ,]+/g);for(let s=0;s<n.length;s+=1)r=n[s],e.removeEventListener?e.removeEventListener(r,i):e.detachEvent&&e.detachEvent(r,i)},LEe=e=>(e.preventDefault(),e.type.match(/^touch/)?e.changedTouches:e),s0e=()=>{if(!(typeof window>"u"))return{x:window.pageXOffset!==void 0?window.pageXOffset:(document.documentElement||document.body.parentNode||document.body).scrollLeft,y:window.pageYOffset!==void 0?window.pageYOffset:(document.documentElement||document.body.parentNode||document.body).scrollTop}},J9=(e,t)=>{t.top||t.right||t.bottom||t.left?(e.style.top=t.top,e.style.right=t.right,e.style.bottom=t.bottom,e.style.left=t.left):(e.style.left=t.x+"px",e.style.top=t.y+"px")},ej=(e,t,i)=>{let r=BEe(e);for(let n in r)if(Object.prototype.hasOwnProperty.call(r,n))if(typeof t=="string")r[n]=t+" "+i;else{let s="";for(let a=0,o=t.length;a<o;a+=1)s+=t[a]+" "+i+", ";r[n]=s.slice(0,-2)}return r},BEe=e=>{let t={};return t[e]="",["webkit","Moz","o"].forEach(function(i){t[i+e.charAt(0).toUpperCase()+e.slice(1)]=""}),t},tj=(e,t)=>{for(let i in t)Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e},n$=(e,t)=>{if(e.length)for(let i=0,r=e.length;i<r;i+=1)t(e[i]);else t(e)};typeof window<"u"&&(UEe="ontouchstart"in window,FEe=!!window.PointerEvent,zEe=!!window.MSPointerEvent);var UEe,FEe,zEe,nb,a0e={start:"mousedown",move:"mousemove",end:"mouseup"},H2={};function Bv(){}FEe?nb={start:"pointerdown",move:"pointermove",end:"pointerup, pointercancel"}:zEe?nb={start:"MSPointerDown",move:"MSPointerMove",end:"MSPointerUp"}:UEe?(nb={start:"touchstart",move:"touchmove",end:"touchend, touchcancel"},H2=a0e):nb=a0e,Bv.prototype.on=function(e,t){var i,r=this,n=e.split(/[ ,]+/g);r._handlers_=r._handlers_||{};for(var s=0;s<n.length;s+=1)i=n[s],r._handlers_[i]=r._handlers_[i]||[],r._handlers_[i].push(t);return r},Bv.prototype.off=function(e,t){var i=this;return i._handlers_=i._handlers_||{},e===void 0?i._handlers_={}:t===void 0?i._handlers_[e]=null:i._handlers_[e]&&i._handlers_[e].indexOf(t)>=0&&i._handlers_[e].splice(i._handlers_[e].indexOf(t),1),i},Bv.prototype.trigger=function(e,t){var i,r=this,n=e.split(/[ ,]+/g);r._handlers_=r._handlers_||{};for(var s=0;s<n.length;s+=1)i=n[s],r._handlers_[i]&&r._handlers_[i].length&&r._handlers_[i].forEach(function(a){a.call(r,{type:i,target:r},t)})},Bv.prototype.config=function(e){var t=this;t.options=t.defaults||{},e&&(t.options=((i,r)=>{let n={};for(let s in i)Object.prototype.hasOwnProperty.call(i,s)&&Object.prototype.hasOwnProperty.call(r,s)?n[s]=r[s]:Object.prototype.hasOwnProperty.call(i,s)&&(n[s]=i[s]);return n})(t.options,e))},Bv.prototype.bindEvt=function(e,t){var i=this;return i._domHandlers_=i._domHandlers_||{},i._domHandlers_[t]=function(){typeof i["on"+t]=="function"?i["on"+t].apply(i,arguments):console.warn('[WARNING] : Missing "on'+t+'" handler.')},s4(e,nb[t],i._domHandlers_[t]),H2[t]&&s4(e,H2[t],i._domHandlers_[t]),i},Bv.prototype.unbindEvt=function(e,t){var i=this;return i._domHandlers_=i._domHandlers_||{},a4(e,nb[t],i._domHandlers_[t]),H2[t]&&a4(e,H2[t],i._domHandlers_[t]),delete i._domHandlers_[t],this};var sK=Bv;function _a(e,t){return this.identifier=t.identifier,this.position=t.position,this.frontPosition=t.frontPosition,this.collection=e,this.defaults={size:100,threshold:.1,color:"white",fadeTime:250,dataOnly:!1,restJoystick:!0,restOpacity:1,mode:"dynamic",zone:document.body,lockX:!1,lockY:!1,shape:"circle"},this.config(t),this.options.mode==="dynamic"&&(this.options.restOpacity=0),this.id=_a.id,_a.id+=1,this.buildEl().stylize(),this.instance={el:this.ui.el,on:this.on.bind(this),off:this.off.bind(this),show:this.show.bind(this),hide:this.hide.bind(this),add:this.addToDom.bind(this),remove:this.removeFromDom.bind(this),destroy:this.destroy.bind(this),setPosition:this.setPosition.bind(this),resetDirection:this.resetDirection.bind(this),computeDirection:this.computeDirection.bind(this),trigger:this.trigger.bind(this),position:this.position,frontPosition:this.frontPosition,ui:this.ui,identifier:this.identifier,id:this.id,options:this.options},this.instance}_a.prototype=new sK,_a.constructor=_a,_a.id=0,_a.prototype.buildEl=function(e){return this.ui={},this.options.dataOnly||(this.ui.el=document.createElement("div"),this.ui.back=document.createElement("div"),this.ui.front=document.createElement("div"),this.ui.el.className="nipple collection_"+this.collection.id,this.ui.back.className="back",this.ui.front.className="front",this.ui.el.setAttribute("id","nipple_"+this.collection.id+"_"+this.id),this.ui.el.appendChild(this.ui.back),this.ui.el.appendChild(this.ui.front)),this},_a.prototype.stylize=function(){if(this.options.dataOnly)return this;var e=this.options.fadeTime+"ms",t=(()=>{let n=BEe("borderRadius");for(let s in n)Object.prototype.hasOwnProperty.call(n,s)&&(n[s]="50%");return n})(),i=ej("transition","opacity",e),r={};return r.el={position:"absolute",opacity:this.options.restOpacity,display:"block",zIndex:999},r.back={position:"absolute",display:"block",width:this.options.size+"px",height:this.options.size+"px",marginLeft:-this.options.size/2+"px",marginTop:-this.options.size/2+"px",background:"rgba(255, 255, 255, .4)",border:"solid 2px rgba(0, 0, 0, .1)"},r.front={width:this.options.size/2+"px",height:this.options.size/2+"px",position:"absolute",display:"block",marginLeft:-this.options.size/4+"px",marginTop:-this.options.size/4+"px",background:"rgba(255, 255, 255, .8)",border:"solid 2px rgba(0, 0, 0, .1)"},tj(r.el,i),this.options.shape==="circle"&&tj(r.back,t),tj(r.front,t),this.applyStyles(r),this},_a.prototype.applyStyles=function(e){for(var t in this.ui)if(Object.prototype.hasOwnProperty.call(this.ui,t))for(var i in e[t])this.ui[t].style[i]=e[t][i];return this},_a.prototype.addToDom=function(){return this.options.dataOnly||document.body.contains(this.ui.el)||this.options.zone.appendChild(this.ui.el),this},_a.prototype.removeFromDom=function(){return this.options.dataOnly||!document.body.contains(this.ui.el)||this.options.zone.removeChild(this.ui.el),this},_a.prototype.destroy=function(){clearTimeout(this.removeTimeout),clearTimeout(this.showTimeout),clearTimeout(this.restTimeout),this.trigger("destroyed",this.instance),this.removeFromDom(),this.off(),this.ui=null,this.instance=null,this.collection=null,this.options=null},_a.prototype.show=function(e){var t=this;return t.options.dataOnly||(clearTimeout(t.removeTimeout),clearTimeout(t.showTimeout),clearTimeout(t.restTimeout),t.addToDom(),t.restCallback(),setTimeout(function(){t.ui.el.style.opacity=1},0),t.showTimeout=setTimeout(function(){t.trigger("shown",t.instance),typeof e=="function"&&e.call(this)},t.options.fadeTime)),t},_a.prototype.hide=function(e){var t=this;if(t.options.dataOnly)return t;if(t.ui.el.style.opacity=t.options.restOpacity,clearTimeout(t.removeTimeout),clearTimeout(t.showTimeout),clearTimeout(t.restTimeout),t.removeTimeout=setTimeout(function(){var i=t.options.mode==="dynamic"?"none":"block";t.ui.el.style.display=i,typeof e=="function"&&e.call(t),t.trigger("hidden",t.instance)},t.options.fadeTime),t.options.restJoystick){let i=t.options.restJoystick,r={};r.x=i===!0||i.x!==!1?0:t.instance.frontPosition.x,r.y=i===!0||i.y!==!1?0:t.instance.frontPosition.y,t.setPosition(e,r)}return t},_a.prototype.setPosition=function(e,t){var i=this;i.frontPosition={x:t.x,y:t.y};var r=i.options.fadeTime+"ms",n={};n.front=ej("transition",["top","left"],r);var s={front:{}};s.front={left:i.frontPosition.x+"px",top:i.frontPosition.y+"px"},i.applyStyles(n),i.applyStyles(s),i.restTimeout=setTimeout(function(){typeof e=="function"&&e.call(i),i.restCallback()},i.options.fadeTime)},_a.prototype.restCallback=function(){var e=this,t={};t.front=ej("transition","none",""),e.applyStyles(t),e.trigger("rested",e.instance)},_a.prototype.resetDirection=function(){this.direction={x:!1,y:!1,angle:!1}},_a.prototype.computeDirection=function(e){var t,i,r,n=e.angle.radian,s=Math.PI/4,a=Math.PI/2;if(n>s&&n<3*s&&!e.lockX?t="up":n>-s&&n<=s&&!e.lockY?t="left":n>3*-s&&n<=-s&&!e.lockX?t="down":e.lockY||(t="right"),e.lockY||(i=n>-a&&n<a?"left":"right"),e.lockX||(r=n>0?"up":"down"),e.force>this.options.threshold){var o,l={};for(o in this.direction)Object.prototype.hasOwnProperty.call(this.direction,o)&&(l[o]=this.direction[o]);var u={};for(o in this.direction={x:i,y:r,angle:t},e.direction=this.direction,l)l[o]===this.direction[o]&&(u[o]=!0);if(u.x&&u.y&&u.angle)return e;(!u.x||!u.y)&&this.trigger("plain",e),u.x||this.trigger("plain:"+i,e),u.y||this.trigger("plain:"+r,e),u.angle||this.trigger("dir dir:"+t,e)}else this.resetDirection();return e};var g5e=_a;function Ws(e,t){var i=this;i.nipples=[],i.idles=[],i.actives=[],i.ids=[],i.pressureIntervals={},i.manager=e,i.id=Ws.id,Ws.id+=1,i.defaults={zone:document.body,multitouch:!1,maxNumberOfNipples:10,mode:"dynamic",position:{top:0,left:0},catchDistance:200,size:100,threshold:.1,color:"white",fadeTime:250,dataOnly:!1,restJoystick:!0,restOpacity:1,lockX:!1,lockY:!1,shape:"circle",dynamicPage:!1,follow:!1},i.config(t),(i.options.mode==="static"||i.options.mode==="semi")&&(i.options.multitouch=!1),i.options.multitouch||(i.options.maxNumberOfNipples=1);let r=getComputedStyle(i.options.zone.parentElement);return r&&r.display==="flex"&&(i.parentIsFlex=!0),i.updateBox(),i.prepareNipples(),i.bindings(),i.begin(),i.nipples}Ws.prototype=new sK,Ws.constructor=Ws,Ws.id=0,Ws.prototype.prepareNipples=function(){var e=this,t=e.nipples;t.on=e.on.bind(e),t.off=e.off.bind(e),t.options=e.options,t.destroy=e.destroy.bind(e),t.ids=e.ids,t.id=e.id,t.processOnMove=e.processOnMove.bind(e),t.processOnEnd=e.processOnEnd.bind(e),t.get=function(i){if(i===void 0)return t[0];for(var r=0,n=t.length;r<n;r+=1)if(t[r].identifier===i)return t[r];return!1}},Ws.prototype.bindings=function(){var e=this;e.bindEvt(e.options.zone,"start"),e.options.zone.style.touchAction="none",e.options.zone.style.msTouchAction="none"},Ws.prototype.begin=function(){var e=this,t=e.options;if(t.mode==="static"){var i=e.createNipple(t.position,e.manager.getIdentifier());i.add(),e.idles.push(i)}},Ws.prototype.createNipple=function(e,t){var i=this,r=i.manager.scroll,n={},s=i.options,a=i.parentIsFlex?r.x:r.x+i.box.left,o=i.parentIsFlex?r.y:r.y+i.box.top;if(e.x&&e.y)n={x:e.x-a,y:e.y-o};else if(e.top||e.right||e.bottom||e.left){var l=document.createElement("DIV");l.style.display="hidden",l.style.top=e.top,l.style.right=e.right,l.style.bottom=e.bottom,l.style.left=e.left,l.style.position="absolute",s.zone.appendChild(l);var u=l.getBoundingClientRect();s.zone.removeChild(l),n=e,e={x:u.left+r.x,y:u.top+r.y}}var h=new g5e(i,{color:s.color,size:s.size,threshold:s.threshold,fadeTime:s.fadeTime,dataOnly:s.dataOnly,restJoystick:s.restJoystick,restOpacity:s.restOpacity,mode:s.mode,identifier:t,position:e,zone:s.zone,frontPosition:{x:0,y:0},shape:s.shape});return s.dataOnly||(J9(h.ui.el,n),J9(h.ui.front,h.frontPosition)),i.nipples.push(h),i.trigger("added "+h.identifier+":added",h),i.manager.trigger("added "+h.identifier+":added",h),i.bindNipple(h),h},Ws.prototype.updateBox=function(){this.box=this.options.zone.getBoundingClientRect()},Ws.prototype.bindNipple=function(e){var t,i=this,r=function(n,s){t=n.type+" "+s.id+":"+n.type,i.trigger(t,s)};e.on("destroyed",i.onDestroyed.bind(i)),e.on("shown hidden rested dir plain",r),e.on("dir:up dir:right dir:down dir:left",r),e.on("plain:up plain:right plain:down plain:left",r)},Ws.prototype.pressureFn=function(e,t,i){var r=this,n=0;clearInterval(r.pressureIntervals[i]),r.pressureIntervals[i]=setInterval(function(){var s=e.force||e.pressure||e.webkitForce||0;s!==n&&(t.trigger("pressure",s),r.trigger("pressure "+t.identifier+":pressure",s),n=s)}.bind(r),100)},Ws.prototype.onstart=function(e){var t=this,i=t.options,r=e;return e=LEe(e),t.updateBox(),n$(e,function(n){t.actives.length<i.maxNumberOfNipples?t.processOnStart(n):r.type.match(/^touch/)&&(Object.keys(t.manager.ids).forEach(function(s){if(Object.values(r.touches).findIndex(function(o){return o.identifier===s})<0){var a=[e[0]];a.identifier=s,t.processOnEnd(a)}}),t.actives.length<i.maxNumberOfNipples&&t.processOnStart(n))}),t.manager.bindDocument(),!1},Ws.prototype.processOnStart=function(e){var t,i=this,r=i.options,n=i.manager.getIdentifier(e),s=e.force||e.pressure||e.webkitForce||0,a={x:e.pageX,y:e.pageY},o=i.getOrCreate(n,a);o.identifier!==n&&i.manager.removeIdentifier(o.identifier),o.identifier=n;var l=function(u){u.trigger("start",u),i.trigger("start "+u.id+":start",u),u.show(),s>0&&i.pressureFn(e,u,u.identifier),i.processOnMove(e)};if((t=i.idles.indexOf(o))>=0&&i.idles.splice(t,1),i.actives.push(o),i.ids.push(o.identifier),r.mode!=="semi")l(o);else{if(!(dN(a,o.position)<=r.catchDistance))return o.destroy(),void i.processOnStart(e);l(o)}return o},Ws.prototype.getOrCreate=function(e,t){var i,r=this,n=r.options;return/(semi|static)/.test(n.mode)?(i=r.idles[0])?(r.idles.splice(0,1),i):n.mode==="semi"?r.createNipple(t,e):(console.warn("Coudln't find the needed nipple."),!1):i=r.createNipple(t,e)},Ws.prototype.processOnMove=function(e){var t=this,i=t.options,r=t.manager.getIdentifier(e),n=t.nipples.get(r),s=t.manager.scroll;if((_=>isNaN(_.buttons)?_.pressure!==0:_.buttons!==0)(e)){if(!n)return console.error("Found zombie joystick with ID "+r),void t.manager.removeIdentifier(r);if(i.dynamicPage){var a=n.el.getBoundingClientRect();n.position={x:s.x+a.left,y:s.y+a.top}}n.identifier=r;var o=n.options.size/2,l={x:e.pageX,y:e.pageY};i.lockX&&(l.y=n.position.y),i.lockY&&(l.x=n.position.x);var u,h,d=dN(l,n.position),c=((_,b)=>{let x=b.x-_.x,w=b.y-_.y;return(S=>S*(180/Math.PI))(Math.atan2(w,x))})(l,n.position),p=Q9(c),m=d/o,f={distance:d,position:l};if(n.options.shape==="circle"?(u=Math.min(d,o),h=((_,b,x)=>{let w={x:0,y:0};return x=Q9(x),w.x=_.x-b*Math.cos(x),w.y=_.y-b*Math.sin(x),w})(n.position,u,c)):(h=((_,b,x)=>({x:Math.min(Math.max(_.x,b.x-x),b.x+x),y:Math.min(Math.max(_.y,b.y-x),b.y+x)}))(l,n.position,o),u=dN(h,n.position)),i.follow){if(d>o){let _=l.x-h.x,b=l.y-h.y;n.position.x+=_,n.position.y+=b,n.el.style.top=n.position.y-(t.box.top+s.y)+"px",n.el.style.left=n.position.x-(t.box.left+s.x)+"px",d=dN(l,n.position)}}else l=h,d=u;var g=l.x-n.position.x,v=l.y-n.position.y;n.frontPosition={x:g,y:v},i.dataOnly||J9(n.ui.front,n.frontPosition);var y={identifier:n.identifier,position:l,force:m,pressure:e.force||e.pressure||e.webkitForce||0,distance:d,angle:{radian:p,degree:c},vector:{x:g/o,y:-v/o},raw:f,instance:n,lockX:i.lockX,lockY:i.lockY};(y=n.computeDirection(y)).angle={radian:Q9(180-c),degree:180-c},n.trigger("move",y),t.trigger("move "+n.id+":move",y)}else this.processOnEnd(e)},Ws.prototype.processOnEnd=function(e){var t=this,i=t.options,r=t.manager.getIdentifier(e),n=t.nipples.get(r),s=t.manager.removeIdentifier(n.identifier);!n||(i.dataOnly||n.hide(function(){i.mode==="dynamic"&&(n.trigger("removed",n),t.trigger("removed "+n.id+":removed",n),t.manager.trigger("removed "+n.id+":removed",n),n.destroy())}),clearInterval(t.pressureIntervals[n.identifier]),n.resetDirection(),n.trigger("end",n),t.trigger("end "+n.id+":end",n),t.ids.indexOf(n.identifier)>=0&&t.ids.splice(t.ids.indexOf(n.identifier),1),t.actives.indexOf(n)>=0&&t.actives.splice(t.actives.indexOf(n),1),/(semi|static)/.test(i.mode)?t.idles.push(n):t.nipples.indexOf(n)>=0&&t.nipples.splice(t.nipples.indexOf(n),1),t.manager.unbindDocument(),/(semi|static)/.test(i.mode)&&(t.manager.ids[s.id]=s.identifier))},Ws.prototype.onDestroyed=function(e,t){var i=this;i.nipples.indexOf(t)>=0&&i.nipples.splice(i.nipples.indexOf(t),1),i.actives.indexOf(t)>=0&&i.actives.splice(i.actives.indexOf(t),1),i.idles.indexOf(t)>=0&&i.idles.splice(i.idles.indexOf(t),1),i.ids.indexOf(t.identifier)>=0&&i.ids.splice(i.ids.indexOf(t.identifier),1),i.manager.removeIdentifier(t.identifier),i.manager.unbindDocument()},Ws.prototype.destroy=function(){var e=this;for(var t in e.unbindEvt(e.options.zone,"start"),e.nipples.forEach(function(i){i.destroy()}),e.pressureIntervals)Object.prototype.hasOwnProperty.call(e.pressureIntervals,t)&&clearInterval(e.pressureIntervals[t]);e.trigger("destroyed",e.nipples),e.manager.unbindDocument(),e.off(),e.pressureIntervals={},e.nipples=[],e.idles=[],e.actives=[],e.ids=[],e.manager=null};var v5e=Ws;function ia(e){var t=this;t.ids={},t.index=0,t.collections=[],t.scroll=s0e(),t._windowBound=!1,t.config(e),t.prepareCollections();var i=function(){var r;t.collections.forEach(function(n){n.forEach(function(s){r=s.el.getBoundingClientRect(),s.position={x:t.scroll.x+r.left,y:t.scroll.y+r.top}})})};return t._onResize=function(){(r=>{cN.has(r)&&clearTimeout(cN.get(r)),cN.set(r,setTimeout(function(){cN.delete(r),r()},100))})(i)},t._onScroll=function(){t.scroll=s0e()},t.collections}ia.prototype=new sK,ia.constructor=ia,ia.prototype.prepareCollections=function(){var e=this;e.collections.create=e.create.bind(e),e.collections.on=e.on.bind(e),e.collections.off=e.off.bind(e),e.collections.destroy=e.destroy.bind(e),e.collections.get=function(t){var i;return e.collections.every(function(r){return!(i=r.get(t))}),i}},ia.prototype.create=function(e){return this.createCollection(e)},ia.prototype.bindWindowEvents=function(){var e=this;e._windowBound||typeof window>"u"||(e._windowBound=!0,s4(window,"resize",e._onResize),s4(window,"scroll",e._onScroll))},ia.prototype.unbindWindowEvents=function(){var e=this;!e._windowBound||typeof window>"u"||(e._windowBound=!1,a4(window,"resize",e._onResize),a4(window,"scroll",e._onScroll))},ia.prototype.createCollection=function(e){var t=this,i=new v5e(t,e);return t.bindCollection(i),t.collections.push(i),t.bindWindowEvents(),i},ia.prototype.bindCollection=function(e){var t,i=this,r=function(n,s){t=n.type+" "+s.id+":"+n.type,i.trigger(t,s)};e.on("destroyed",i.onDestroyed.bind(i)),e.on("shown hidden rested dir plain",r),e.on("dir:up dir:right dir:down dir:left",r),e.on("plain:up plain:right plain:down plain:left",r)},ia.prototype.bindDocument=function(){var e=this;e.binded||(e.bindEvt(document,"move").bindEvt(document,"end"),e.binded=!0)},ia.prototype.unbindDocument=function(e){var t=this;(!Object.keys(t.ids).length||e===!0)&&(t.unbindEvt(document,"move").unbindEvt(document,"end"),t.binded=!1)},ia.prototype.getIdentifier=function(e){var t;return e?(t=e.identifier===void 0?e.pointerId:e.identifier)===void 0&&(t=this.latest||0):t=this.index,this.ids[t]===void 0&&(this.ids[t]=this.index,this.index+=1),this.latest=t,this.ids[t]},ia.prototype.removeIdentifier=function(e){var t={};for(var i in this.ids)if(this.ids[i]===e){t.id=i,t.identifier=this.ids[i],delete this.ids[i];break}return t},ia.prototype.onmove=function(e){return this.onAny("move",e),!1},ia.prototype.onend=function(e){return this.onAny("end",e),!1},ia.prototype.oncancel=function(e){return this.onAny("end",e),!1},ia.prototype.onAny=function(e,t){var i,r=this,n="processOn"+e.charAt(0).toUpperCase()+e.slice(1);t=LEe(t);var s=function(a,o,l){l.ids.indexOf(o)>=0&&(l[n](a),a._found_=!0)};return n$(t,function(a){i=r.getIdentifier(a),n$(r.collections,s.bind(null,a,i)),a._found_||r.removeIdentifier(i)}),!1},ia.prototype.destroy=function(){var e=this;e.unbindDocument(!0),e.unbindWindowEvents(),e.ids={},e.index=0,e.collections.forEach(function(t){t.destroy()}),e.collections=[],e.off()},ia.prototype.onDestroyed=function(e,t){var i=this;if(i.collections.indexOf(t)<0)return!1;i.collections.splice(i.collections.indexOf(t),1),i.collections.length===0&&i.unbindWindowEvents()};var y5e=ia,Vx=null;function o0e(){return Vx||(Vx=new y5e),Vx}var _5e={create:function(e){return o0e().create(e)},destroy:function(){Vx&&(Vx.destroy(),Vx=null)},get factory(){return o0e()}},b5e=_5e;Hr(),Ht(),le(),Nh(),xl(),Ht();var kEe=null;function ij(){return kEe}var VEe,rj,x5e=new Promise(e=>{VEe=e});function w5e(e){return rj||(rj=async function(){let t=e??"https://cdn.spline.design/@splinetool/runtime@2.0.21/build",i=import("./physics.js"),[r,n]=await Promise.all([i,fetch(`${t}/physics.wasm`).then(s=>s.arrayBuffer())]);await r.init(n),VEe(r)}(),rj)}function GEe(e){let t=e.elements,i=t[0]**2+t[1]**2+t[2]**2,r=t[4]**2+t[5]**2+t[6]**2,n=t[8]**2+t[9]**2+t[10]**2,s=t[0]**2+t[4]**2+t[8]**2,a=t[1]**2+t[5]**2+t[9]**2,o=t[2]**2+t[6]**2+t[10]**2,l=1e-8;return i<l||r<l||n<l||s<l||a<l||o<l}function nm(e,t){let i=new At;if(t&&GEe(t))return i.setAttribute("position",new Et([],3)),i.setIndex([]),i;if(!e.getAttribute("position"))return i.setAttribute("position",new Et([],3)),i.setIndex([]),i;let{positions:r,triIndices:n}=LX(e.getAttribute("position"),e.getIndex());return i.setAttribute("position",new Et(r,3)),i.setIndex(n),t&&i.applyMatrix4(t),i}rs(),xl(),_r(),ZX(),le(),le(),bw(),CA();var Mr,S5e=class{constructor(e,t,i,r,n,s){this.id=e,this.data=t,this.object=i,this.initialDisabled=!1,this.actions=la(t,t.actions,r,n,s,i),this.target=t.target}disconnect(){Ka(this.actions)}dispatch(e){this.initialDisabled||(this.actions.Transition.forEach(t=>{t.object.currentTransitionEvent!==this&&(t.object.currentTransitionEvent=this,t.init())}),this.object.dispatchEvent({type:"beginEvent",eventName:"Collision"}),this.actions.Transition.forEach(t=>t.play()),this.actions.Animation.forEach(t=>{t.data.runMode==="Toggle"?t.toggle():t.play()}),this.actions.TimelineAnimation.forEach(t=>{"runMode"in t.data&&t.data.runMode==="Toggle"?t.toggle():t.play()}),this.actions.Reset.forEach(t=>{t.dispatch()}),this.actions.Link.forEach(t=>{t.dispatch()}),this.actions.Reset.forEach(t=>{t.dispatch()}),this.actions.Create.forEach(t=>{t.dispatch()}),this.actions.Destroy.forEach(t=>{t.dispatch(e??!1)}),this.actions.SetVariable.forEach(t=>t.checkConditions()),this.actions.SetVariable.forEach(t=>t.dispatch()),this.actions.DynamicVariablePlay.forEach(t=>t.dispatch()),this.actions.Audio.forEach(t=>{t.dispatchBasic()}),this.actions.Particles.forEach(t=>{t.dispatchBasic()}),this.actions.Video.forEach(t=>{t.dispatchBasic()}),this.actions.ClearLocalStorage.forEach(t=>t.dispatch()),this.actions.UserAPI.forEach(t=>t.dispatch()))}},l0e=class{constructor(e,t,i,r,n,s){this.id=e,this.data=t,this.object=i,this.page=r,this.currentIntersectedObjects=[],this.actions=la(t,t.actions,r,n,s,i),this.target=t.target,this.triggeringObjects=[];for(let a of t.triggeringObjects){let o=r.scene.find(a);o&&this.triggeringObjects.push(o)}}isValidTriggeringObject(e){return this.target==="all"||this.triggeringObjects.some(t=>t===e||t.isAncestorOf(e.uuid)||e.isAncestorOf(t.uuid))}disconnect(){Ka(this.actions)}dispatch(){this.object.destroyedInAction||(this.actions.Transition.forEach(e=>{e.object.currentTransitionEvent!==this&&(e.object.currentTransitionEvent=this,e.init())}),this.object.dispatchEvent({type:"beginEvent",eventName:"Trigger"}),this.actions.Transition.forEach(e=>e.play()),this.actions.SwitchCamera.forEach(e=>{e.data.runMode==="Toggle"?e.toggle():e.play()}),this.actions.TimelineAnimation.forEach(e=>{"runMode"in e.data&&e.data.runMode==="Toggle"?e.toggle():e.play()}),this.actions.Link.forEach(e=>{e.dispatch()}),this.actions.Reset.forEach(e=>{e.dispatch()}),this.actions.Create.forEach(e=>{e.dispatch()}),this.actions.Destroy.forEach(e=>{e.dispatch(!1)}),this.actions.Audio.forEach(e=>{e.dispatchBasic()}),this.actions.Particles.forEach(e=>{e.dispatchBasic()}),this.actions.Video.forEach(e=>{e.dispatchBasic()}),this.actions.SceneTransition.forEach(e=>{e.dispatch()}),this.actions.SetVariable.forEach(e=>e.checkConditions()),this.actions.SetVariable.forEach(e=>e.dispatch()),this.actions.DynamicVariablePlay.forEach(e=>e.dispatch()),this.actions.ClearLocalStorage.forEach(e=>e.dispatch()),this.actions.UserAPI.forEach(e=>e.dispatch()))}};rs(),x5e.then(e=>Mr=e);var ta=new P,su=new Zt,$f=new P,h0e=(new cn(0,0,0,"YXZ"),new cn(0,0,0,"XYZ")),Ku=new P,nj=new P,sj=new P(1,1,1),sb=new Zt,pN=new Ve,u0e=new Ve,T5e={type:"updateMatrix"},d0e=new Zt,aj=new Ha,oj=.01,s$={type:"beginEvent",eventName:"Collision"},M5e={type:"beginEvent",eventName:"Trigger"},o4=e=>e.states.some(t=>t.data.position!==void 0||t.data.rotation!==void 0||t.data.hiddenMatrix!==void 0||t.data.cloner!==void 0||t.data.pathSnapping!==void 0);function ab(e){return function(t){return typeof t=="object"&&t!==null&&"booleanOp"in t}(Qv(e)?e.object:e)}var E5e=class{constructor(e){this.eventContext=e,this.isEnabled=!1,this.gameControl=null,this.joysticks=[],this.joystickToGameControls=[],this.sharedGameControlGlobals={entitiesWithTransformAnim:[],entityToCollisionEvents:{},colliderToEntity:new Map,kinematicBodyToEntity:new Map,triggers:[],gamePads:[],createdObjects:[],nCreatedPerAction:{}},this.sensorToTriggerEvent={},this.eventManager=void 0,this.needsCollisionDetection=!1,this.initializationCounter=-1,this.fixedBodiesToWatch=[],this.rigidBodyToMesh=new Map,this.nActiveRigidBodies=0,this.collisionEvents=[],this.isExport=!1,this.skipRender=!0,this._staticBVHAttrIds=new WeakMap,this._staticBVHNextAttrId=1,this.processRigidBody=t=>{if(t.bodyType()!==Mr.RigidBodyType.Dynamic)return;t.isSleeping()||this.nActiveRigidBodies++;let[i,r,n]=this.rigidBodyToMesh.get(t.handle);if(ta.copy(t.translation()).multiplyScalar(this.pixelsPerMeter),su.copy(t.rotation()),i.matrixWorld.compose(ta,su,r),i.hasNonUniformScale&&i.matrixWorld.multiply(i.shearScale),i.dispatchEvent(T5e),n){let s=i.cloner;if(s&&s.objectForSample===void 0){s.matrixWorld.copy(i.matrixWorld);for(let a of s.children)a.updateMatrixWorld(!0)}for(let a of i.children)a.updateMatrixWorld(!0)}},this.accumulator=0,this.handleCollisionEvents=(t,i,r)=>{if(r===!1)return;let n,s;if(this.sensorToTriggerEvent[t]?(n=this.sensorToTriggerEvent[t],s=this.sharedGameControlGlobals.colliderToEntity.get(i)):this.sensorToTriggerEvent[i]&&(n=this.sensorToTriggerEvent[i],s=this.sharedGameControlGlobals.colliderToEntity.get(t)),n&&s&&n.isValidTriggeringObject(s))n.dispatch();else{for(let a=this.sharedGameControlGlobals.createdObjects.length-1;a>=0;a--){let o=this.sharedGameControlGlobals.createdObjects[a];if(o.userData.hasCollisionDestroy&&(o.rigidBody?.collider(0).handle===t||o.rigidBody?.collider(0).handle===i)){this.sharedGameControlGlobals.createdObjects.splice(a,1),o.removeFromParent();let l=o.rigidBody;requestAnimationFrame(()=>{o.rigidBody===l&&(this.sharedGameControlGlobals.rapierWorld?.removeRigidBody(l),o.rigidBody=void 0)});break}}if(this.gameControl?.object!==void 0&&this.gameControl.object===this.sharedGameControlGlobals.colliderToEntity.get(t)){let a=this.sharedGameControlGlobals.colliderToEntity.get(i),o=this.sharedGameControlGlobals.entityToCollisionEvents[a.uuid];if(o===void 0)return;for(let l of o)l.data.target==="character"&&this.dispatchCollisionEvent(l,a,i)}else if(this.gameControl?.object!==void 0&&this.gameControl.object===this.sharedGameControlGlobals.colliderToEntity.get(i)){let a=this.sharedGameControlGlobals.colliderToEntity.get(t),o=this.sharedGameControlGlobals.entityToCollisionEvents[a.uuid];if(o===void 0)return;for(let l of o)l.data.target==="character"&&this.dispatchCollisionEvent(l,a,t)}else{let a=this.sharedGameControlGlobals.colliderToEntity.get(t),o=this.sharedGameControlGlobals.entityToCollisionEvents[a.uuid];if(o!==void 0)for(let h of o)h.data.target==="scene"&&this.dispatchCollisionEvent(h,a,t);let l=this.sharedGameControlGlobals.colliderToEntity.get(i),u=this.sharedGameControlGlobals.entityToCollisionEvents[l?.uuid];if(u!==void 0)for(let h of u)h.data.target==="scene"&&this.dispatchCollisionEvent(h,l,i)}}},this.isExport=e.isExport,this.sharedAssets=e.sharedAssets,this.renderer=e.renderer,this.requestRender=e.requestRender,this.domElement=this.renderer.domElement,this.pixelsPerMeter=200,this.gravity=this.page.data.globalPhysics.gravity}get page(){return this.eventContext.page}markIsDestroyTarget(){this.page.traverseVisibleEntity(e=>{let t=e.dataPatched;for(let i of t.events){if(i.data.disabled===!0)continue;let r=i.data.actions?.find(n=>n.data.type==="Destroy")?.data;if(r)for(let n of r.objects){let s=this.page.scene.find(n);s&&(s.userData.hasDestroy=!0)}}})}markIsDragObject(){this.page.traverseVisibleEntity(e=>{let t=e.dataPatched;for(let i of t.events)if(i.data.disabled!==!0&&i.data.type==="DragDrop")for(let r of i.data.objects){let n=this.page.scene.find(r);n&&(n.userData.hasDrag=!0)}})}_staticBVHIdOf(e){let t=this._staticBVHAttrIds.get(e);return t===void 0&&(t=this._staticBVHNextAttrId++,this._staticBVHAttrIds.set(e,t)),t}initBVH(){if(ij()===null)return void Sa("collision-bvh","trigger/collision detection");let e=[],t=[];if(this.page.traverseChildren(i=>{let r,n=i instanceof Dx,s=vE(i);if(ix(i)||n||s)return;r=Qv(i)?i.object:i;let a=r.dataPatched;if(a.physics?.enabled==="visibility"?!a.visible:!a.physics?.enabled)return!0;let o=i.geometry,l=r.userData.hasDestroy===!0,u=r.userData.hasDrag===!0;if(o4(a)||l||u||r.dataPatched.events.some(h=>h.data.disabled!==!0&&(h.data.type==="GameControl"||h.data.type==="Follow")))return i.updateMatrixWorldRigid(),this.addBoundsTree(i),!0;if(o){let h=o.getAttribute("position");if(h!==void 0&&h.count>0){e.push({geometry:o,matrixWorld:i.matrixWorld}),t.push(o.id,this._staticBVHIdOf(h),h.version,o.index!==null?this._staticBVHIdOf(o.index):-1,o.index!==null?o.index.version:-1);for(let d of i.matrixWorld.elements)t.push(d)}}return!!ab(i)||void 0}),e.length>0){let i=this._staticBVHCache;if(i!==void 0&&i.signature.length===t.length&&i.signature.every((s,a)=>s===t[a]))return void(this.sharedGameControlGlobals.staticMeshBVH=i.bvh);let r=Zv(e.map(s=>nm(s.geometry,s.matrixWorld)),!1),n=new(ij())(r);this._staticBVHCache={signature:t,bvh:n},this.sharedGameControlGlobals.staticMeshBVH=n}}addRigidBody(e,t,i){if(GEe(e.matrixWorld))return;let r=[],n="geometry"in e?e.geometry:void 0,s=t.dataPatched;if(n?.getAttribute("position")!==void 0&&r.push(nm(n,e.shearScale)),s.physics.fusedBody){let a=this.gatherChildrenGeom(e,r);e.traverseObject(a),e.children.forEach(l=>l.updateMatrixWorld(!0));let o=e.cloner;o&&o.objectForSample===void 0&&s.physics.rigidBody==="dynamic"&&(o.traverseObject(a),o.children.forEach(l=>l.updateMatrixWorld(!0)))}if(r.length>0){let a,o=!1,l=!i.fromCreate&&s.physics.rigidBody==="dynamic"||i.fromCreate&&i.dynamic;l?(a=Mr.RigidBodyDesc.dynamic(),a.setLinearDamping(s.physics.damping).setAngularDamping(s.physics.damping).setAdditionalMass(1e-9).setGravityScale(s.physics.gravityScale).enabledRotations(...s.physics.enabledRotation).enabledTranslations(...s.physics.enabledTranslation)):(i.hasTransformAnim||i.hasFollow||i.hasDrag)&&!i.fromCreate?(a=Mr.RigidBodyDesc.kinematicPositionBased(),o=!0):a=Mr.RigidBodyDesc.fixed();let u=Zv(r);(e.hasNonUniformScale?e.matrixWorldRigid:e.matrixWorld).decompose(ta,su,$f),e.position0=ta.clone().divideScalar(this.pixelsPerMeter),e.rotation0=su.clone(),ta.divideScalar(this.pixelsPerMeter),a.setTranslation(ta.x,ta.y,ta.z).setRotation(su),n?u?.scale(1/this.pixelsPerMeter,1/this.pixelsPerMeter,1/this.pixelsPerMeter):u?.scale($f.x/this.pixelsPerMeter,$f.y/this.pixelsPerMeter,$f.z/this.pixelsPerMeter);let h=this.sharedGameControlGlobals.rapierWorld.createRigidBody(a),d=!(s.geometry===void 0||s.geometry.type==="SubdivGeometry"||s.geometry.type==="NonParametricGeometry"||s.geometry.type==="BooleanGeometry"||s.geometry.type==="VectorGeometry"||s.geometry.type==="StarGeometry"||s.geometry.type==="RectangleGeometry"||s.geometry.type==="EllipseGeometry"||s.geometry.type==="TriangleGeometry"||s.geometry.type==="TorusGeometry"||s.geometry.type==="HelixGeometry");try{this.addCollider(h,s.physics,u,t,d)}catch{try{this.addCollider(h,s.physics,u,t,!1)}catch(c){console.error(c)}}if(h.numColliders()===0)return void this.sharedGameControlGlobals.rapierWorld.removeRigidBody(h);l?this.rigidBodyToMesh.set(h.handle,[e,$f.clone(),s.physics.fusedBody]):o?(this.sharedGameControlGlobals.kinematicBodyToEntity.set(h.handle,e),this.sharedGameControlGlobals.entitiesWithTransformAnim.push(e)):this.fixedBodiesToWatch.push([e,h,(e.hasNonUniformScale?e.matrixWorldRigid:e.matrixWorld).clone()]),e.rigidBody=h}}addBoundsTree(e){let t=[];if(e.geometry?.getAttribute("position")!==void 0&&e.geometry?.getAttribute("position").count>0&&t.push(nm(e.geometry,e.shearScale)),e.traverseObject(this.gatherChildrenGeom(e,t)),e.children.forEach(i=>i.updateMatrixWorld(!0)),t.length>0){let i=Zv(t,!1);e.bvhGeometry=i,i.getAttribute("position").count>0&&(e.bvhGeometry.boundsTree=new(ij())(i),this.sharedGameControlGlobals.entitiesWithTransformAnim.push(e))}}addCollider(e,t,i,r,n=!0){if(i?.getAttribute("position").count===0||i?.getIndex()?.count===0)return;let s;i&&(s=t.colliderType==="trimesh"?Mr.ColliderDesc.trimesh(i.getAttribute("position").array,i.getIndex().array):Mr.ColliderDesc.convexMesh(i.getAttribute("position").array,n?i.getIndex().array:void 0)),s.setFrictionCombineRule(Mr.CoefficientCombineRule.Average).setRestitutionCombineRule(Mr.CoefficientCombineRule.Average).setDensity(t.density).setFriction(t.friction).setRestitution(t.restitution);let a=this.sharedGameControlGlobals.rapierWorld.createCollider(s,e);this.sharedGameControlGlobals.colliderToEntity.set(a.handle,r),this.sharedGameControlGlobals.entityToCollisionEvents[r.uuid]?.some(o=>o.target==="scene")&&a.setActiveEvents(Mr.ActiveEvents.COLLISION_EVENTS)}gatherChildrenGeom(e,t){let i=ab(e);return(r,n)=>{if(n===0)return;if(i&&r.parent===e)return!0;let s;if(ix(r)){if(!r.objectForSample)return r.object.dataPatched.physics.fusedBody===!0&&r.object.dataPatched.physics.rigidBody==="dynamic"||void 0;if(r.objectForSample.dataPatched.physics.fusedBody)return;s=r.object}else if(Qv(r))s=r.object;else if(s=r,s.dataPatched.cloner?.hideBase)return!0;let a=s.dataPatched;if(a.physics.enabled==="visibility"?!a.visible:!a.physics.enabled)return!0;n===1?e.hasNonUniformScale?r.matrixWorld.multiplyMatrices(e.shearScale,r.hiddenMatrix):r.matrixWorld.copy(r.hiddenMatrix):r.matrixWorld.multiplyMatrices(r.parent.matrixWorld,r.hiddenMatrix),r.matrixWorld.multiply(r.matrix);let o=r.geometry;return o?.getAttribute("position")!==void 0&&t.push(nm(o,r.matrixWorld)),!!ab(r)||void 0}}activate(e){if(this.isEnabled)return;this.isEnabled=!0,this.eventManager=e,this.usePhysics=this.page.data.globalPhysics.usePhysics;let t=this.page.playCamera,i=!1;this.page.traverseEntity(a=>{for(let o of a.dataPatched.events)if(o.data.disabled===!1&&o.data.type==="Trigger")return this.needsCollisionDetection=!0,!0});let r=n0e();if(r!==null?i=r.setup({manager:this,camera:t,renderer:this.renderer,sharedAssets:this.sharedAssets,eventContext:this.eventContext,isExport:this.isExport})||i:this.page.data.publish.gameControlObject!==null&&Sa("game-controls","the scene's game controls"),i===!1){let{enableRotate:a,enablePan:o,enableZoom:l,autoRotate:u,hoverRotatePanMode:h}=this.eventManager.publish.orbitControls;(a||o||l||u||h!==0)&&(this.orbitControls=new _Ee(t,this.renderer.domElement,{isExport:this.isExport,isPlayMode:!0}),this.orbitControls.addEventListener("change",this.requestRender),this.orbitControls.addEventListener("end",this.requestRender),this.orbitControls.addEventListener("start",this.requestRender),this.orbitControls.fromJSON(this.eventManager.publish.orbitControls,this.eventManager.publish.mouseEventTarget),this.orbitControls.useKeyEvents=!1,this.orbitControls.addEventListenersToCamera(),this.orbitControls.connect(),this.orbitControls.update())}let n=this.renderer.domElement.width/this.renderer.getPixelRatio(),s=this.renderer.domElement.height/this.renderer.getPixelRatio();n0e()?.createJoysticks(this,n,s),this.markIsDestroyTarget(),this.markIsDragObject(),this.rebuildBVH(),this.initializationCounter++,window.setTimeout(()=>{this.collisionEvents.forEach(a=>a.initialDisabled=!1)},80)}initPhysics(){this.sharedGameControlGlobals.rapierWorld?.free(),this.sharedGameControlGlobals.rapierWorld=new Mr.World(new Mr.Vector3(0,this.gravity,0)),this.events=new Mr.EventQueue(!0);let e=[],t=[];if(this.page.traverseChildren(a=>{let o;if(ix(a)){if(!a.objectForSample)return a.object.dataPatched.physics.fusedBody===!0&&a.object.dataPatched.physics.rigidBody==="dynamic"||void 0;if(a.objectForSample.dataPatched.physics.fusedBody)return;o=a.object}else if(Qv(a))o=a.object;else{if(vE(a)||Qy(a)||a instanceof Dx)return;if(o=a,o.dataPatched.cloner?.disabled===!1&&o.dataPatched.cloner?.hideBase&&o.dataPatched.physics?.fusedBody!==!0)return!0}let l,u=o.dataPatched;for(let g of u.events)g.data.disabled!==!0&&g.data.type==="GameControl"&&(l=g.data);if(!u.physics||(u.physics.enabled==="visibility"?!u.visible:!u.physics.enabled))return!0;a.updateMatrixWorldRigid();let h=o4(u),d=!1,c=o.userData.hasDestroy,p=o.userData.hasDrag,m=!1;for(let g of u.events)if(g.data.disabled!==!0){if(g.data.type==="Collision"){d=!0;let v=new S5e(g.id,g.data,o,this.page,this.sharedAssets,this.eventManager);v.initialDisabled=!0,this.collisionEvents.push(v),this.sharedGameControlGlobals.entityToCollisionEvents[o.uuid]&&this.sharedGameControlGlobals.entityToCollisionEvents[o.uuid].every(y=>y.id!==g.id)?this.sharedGameControlGlobals.entityToCollisionEvents[o.uuid].push(v):this.sharedGameControlGlobals.entityToCollisionEvents[o.uuid]=[v]}else if(g.data.type==="Follow"){m=!0;let v=g.data.target;a.traverseVisible(y=>{y.userData.isFollowingObj=v})}}u.physics.rigidBody==="dynamic"&&u.physics.fusedBody===!1&&(a.matrixWorldFusedFalse=a.matrixWorld.clone());let f=a.geometry;if(l!==void 0){let g=Mr.RigidBodyDesc.kinematicPositionBased();(a.hasNonUniformScale?a.matrixWorldRigid:a.matrixWorld).decompose(ta,su,$f),a.position0=ta.clone().divideScalar(this.pixelsPerMeter),a.rotation0=su.clone(),ta.divideScalar(this.pixelsPerMeter),g.setTranslation(ta.x,ta.y,ta.z).setRotation(su);let v,y=this.sharedGameControlGlobals.rapierWorld.createRigidBody(g);a.rigidBody=y,v=l.collider.type==="sphere"?Mr.ColliderDesc.ball(l.collider.radius/this.pixelsPerMeter):l.collider.type==="capsule"?Mr.ColliderDesc.capsule((l.collider.height/2-l.collider.radius)/this.pixelsPerMeter,l.collider.radius/this.pixelsPerMeter):Mr.ColliderDesc.cuboid(l.collider.width/this.pixelsPerMeter/2,l.collider.height/this.pixelsPerMeter/2,l.collider.depth/this.pixelsPerMeter/2),v.setFrictionCombineRule(Mr.CoefficientCombineRule.Average).setDensity(u.physics.density).setFriction(u.physics.friction).setRestitution(0).setRestitutionCombineRule(Mr.CoefficientCombineRule.Min);let _=this.sharedGameControlGlobals.rapierWorld.createCollider(v,y);this.sharedGameControlGlobals.colliderToEntity.set(_.handle,o),ta.fromArray(l.collider.position.map(x=>typeof x=="number"?x:0)).multiply($f.setFromMatrixScale(o.matrixWorld)).divideScalar(this.pixelsPerMeter),_.setTranslationWrtParent(ta);let b=new Zt().setFromEuler(new cn().setFromVector3(new P().fromArray(l.collider.rotation.map(x=>typeof x=="number"?x:0))));_.setRotationWrtParent(b),_.setActiveEvents(Mr.ActiveEvents.COLLISION_EVENTS),this.generateSensorColliderDescs(o,!0)}else u.physics.rigidBody==="dynamic"||h||m||c||p||d?(this.addRigidBody(a,o,{hasFollow:m,hasTransformAnim:h,hasDrag:p}),this.generateSensorColliderDescs(o,u.physics.fusedBody)):(f&&e.push(nm(f,a.matrixWorld)),u.physics.fusedBody&&!ab(a)&&a.traverseObject((g,v)=>{if(v===0)return;let y;if(ix(g)){if(!g.objectForSample)return g.object.dataPatched.physics.fusedBody===!0&&g.object.dataPatched.physics.rigidBody==="dynamic"||void 0;if(g.objectForSample.dataPatched.physics.fusedBody)return;y=g.object}else{if(vE(g)||Qy(g)||g instanceof Dx)return;if(Qv(g))y=g.object;else if(y=g,y.dataPatched.cloner?.hideBase)return!0}let _=y.dataPatched;if(_.physics.enabled==="visibility"?!_.visible:!_.physics.enabled)return!0;let b=g.geometry;return b?.getAttribute("position")!==void 0&&e.push(nm(b,g.matrixWorld)),!!ab(g)||void 0}),this.generateSensorColliderDescs(o,u.physics.fusedBody,t));return!(u.physics?.fusedBody!==!0&&!l&&!ab(a))||void 0}),e.length===0)return;let i=Zv(e),r=i.getIndex().count>0;if(!r&&t.length===0)return;i.scale(1/this.pixelsPerMeter,1/this.pixelsPerMeter,1/this.pixelsPerMeter);let n=Mr.RigidBodyDesc.fixed(),s=this.sharedGameControlGlobals.rapierWorld.createRigidBody(n);if(r){let a=Mr.ColliderDesc.trimesh(i.getAttribute("position").array,i.getIndex().array).setFrictionCombineRule(Mr.CoefficientCombineRule.Multiply).setRestitutionCombineRule(Mr.CoefficientCombineRule.Multiply).setFriction(1).setRestitution(1);this.sharedGameControlGlobals.rapierWorld.createCollider(a,s)}for(let[a,o]of t){let l=this.sharedGameControlGlobals.rapierWorld.createCollider(a,s);this.sensorToTriggerEvent[l.handle]=o}}updatePositions(){return this.nActiveRigidBodies=0,this.sharedGameControlGlobals.rapierWorld.forEachRigidBody(this.processRigidBody),this.nActiveRigidBodies>0}rebuildBVH(){this.usePhysics?this.initPhysics():(this.page.traverseEntity(e=>{for(let t of e.dataPatched.events)if(t.data.type==="Trigger"&&t.data.disabled!==!0){let i=new l0e(t.id,t.data,e,this.page,this.sharedAssets,this.eventManager),r=new Ve().compose(Ku.fromArray(t.data.position.map(n=>typeof n=="number"?n:0)),sb.setFromEuler(h0e.fromArray(t.data.rotation.map(n=>typeof n=="number"?n:0))),sj);if(t.data.triggerZone==="box"){let n=new mn;n.min.fromArray(t.data.size.map(s=>typeof s=="number"?s:0)).multiplyScalar(-.5),n.max.fromArray(t.data.size.map(s=>typeof s=="number"?s:0)).multiplyScalar(.5),this.sharedGameControlGlobals.triggers.push([n,r,e,i])}else this.sharedGameControlGlobals.triggers.push([t.data.radius,r,e,i])}}),this.needsCollisionDetection&&this.initBVH())}disconnectEvents(){this.collisionEvents.forEach(e=>e.disconnect()),this.sharedGameControlGlobals.triggers.forEach(e=>e[3].disconnect()),this.sharedGameControlGlobals.triggers.length=0}deactivate(){if(this.isEnabled){this.isEnabled=!1,this.page.traverse(e=>{let t=e;t.matrixWorldFusedFalse&&(t.matrixWorldFusedFalse=void 0),t.rigidBody&&(t.rigidBody=void 0),t.position0&&(t.position0=void 0),t.rotation0&&(t.rotation0=void 0)}),this.sharedGameControlGlobals.rapierWorld?.free(),this.sharedGameControlGlobals.rapierWorld=void 0,this.sharedGameControlGlobals.staticMeshBVH=void 0,this.accumulator=0,this.sharedGameControlGlobals.entitiesWithTransformAnim=[],this.sharedGameControlGlobals.kinematicBodyToEntity.clear(),this.fixedBodiesToWatch=[],this.disconnectEvents(),this.gameControl?.reset(),this.gameControl?.dispose(),this.gameControl=null,this.initializationCounter=-1,this.joysticks.forEach(([e,t])=>{e?.destroy(),t.remove()}),this.joystickToGameControls=[],this.joysticks=[],this.orbitControls&&(this.orbitControls.dispose(),this.orbitControls=void 0),this.navigationMeshWrapper?.dispose(),this.navigationMeshWrapper=void 0;for(let e of Object.values(this.sharedGameControlGlobals.entityToCollisionEvents))e.forEach(t=>t.disconnect());this.sharedGameControlGlobals.entityToCollisionEvents={},this.page.updateMatrixWorld(!0)}}update(e){if(!this.isEnabled)return!0;let t=!0;if(this.orbitControls!==void 0&&this.orbitControls.needsUpdate&&(this.orbitControls.update(),t=!this.orbitControls.isCurrentlyDamping),this.initializationCounter>=0&&this.initializationCounter<2?(this.initializationCounter++,t=!1):this.initializationCounter===2&&this.gameControl&&(t=!this.gameControl.update(e)&&t),this.usePhysics===!1&&this.checkTrigger(),this.usePhysics){let i=.016666666666666666;if(e===0)t=this.stepPhysics()&&t;else{let r=e/1e3;r<i&&r>.55*i&&(r=i),this.accumulator+=r;let n=performance.now(),s=0,a=6;for(;this.accumulator>=i&&s<a&&(t=this.stepPhysics()&&t,this.accumulator-=i,s++,!(performance.now()-n>1e3*i)););this.accumulator=this.accumulator%i}}this.skipRender=t}recordPhysicsPose(e){(e.hasNonUniformScale?e.matrixWorldRigid:e.matrixWorld).decompose(ta,su,$f);let t=e;t.prevQ===void 0?(t.prevQ=su.clone(),t.prevT=ta.clone()):(t.prevQ.copy(su),t.prevT.copy(ta))}promoteMovedFixedBodies(){for(let e=this.fixedBodiesToWatch.length-1;e>=0;e--){let[t,i,r]=this.fixedBodiesToWatch[e];(t.hasNonUniformScale?t.matrixWorldRigid:t.matrixWorld).equals(r)||(i.setBodyType(Mr.RigidBodyType.KinematicPositionBased,!0),this.sharedGameControlGlobals.kinematicBodyToEntity.set(i.handle,t),this.sharedGameControlGlobals.entitiesWithTransformAnim.push(t),this.fixedBodiesToWatch.splice(e,1))}}clampPushedBodies(){let e=this.gameControl?.object.rigidBody;if(e===void 0)return;let t=this.sharedGameControlGlobals.rapierWorld,i=e.linvel(),r=e.translation(),n=Math.hypot(i.x,i.z);for(let s=0;s<e.numColliders();s++){let a=e.collider(s);t.contactPairsWith(a,o=>{let l=o.parent();if(l===null||!l.isDynamic())return;let u=l.translation(),h=-1/0,d=0,c=0;if(t.contactPair(a,o,v=>{let y=v.normal(),_=y.x*(u.x-r.x)+y.y*(u.y-r.y)+y.z*(u.z-r.z)<0?-1:1;if(Math.abs(y.y)>.7)return;let b=_*y.x,x=_*y.z,w=Math.hypot(b,x);if(w<1e-4)return;let S=(i.x*b+i.z*x)/w;S>h&&(h=S,d=b/w,c=x/w)}),h===-1/0)return;let p=i.x*d+i.z*c;if(p<-oj)return;let m=l.linvel();if(n>oj&&p>oj){let v=m.x*d+m.z*c;if(v<=0)return;let y=Math.min(v,p);return void l.setLinvel({x:d*y,y:m.y,z:c*y},!0)}let f=m.x*d+m.z*c-Math.max(0,p);if(f<=0)return;let g=.5*f;l.setLinvel({x:m.x-d*g,y:m.y,z:m.z-c*g},!0)})}}stepPhysics(){this.promoteMovedFixedBodies();for(let e of this.sharedGameControlGlobals.kinematicBodyToEntity.values())this.recordPhysicsPose(e),e.rigidBody.setNextKinematicTranslation(ta.divideScalar(this.pixelsPerMeter)),e.rigidBody.setNextKinematicRotation(su);for(let e of this.sharedGameControlGlobals.entitiesWithTransformAnim)e.rigidBody?.isKinematic()!==!0&&this.recordPhysicsPose(e);return this.sharedGameControlGlobals.rapierWorld.step(this.events),this.clampPushedBodies(),this.events?.drainCollisionEvents(this.handleCollisionEvents),!this.updatePositions()}dispatchCollisionEvent(e,t,i){let r,n=(this.sharedGameControlGlobals.rapierWorld?.getCollider(i))._parent;if(t.cloner){for(let s of t.cloner.children)if(s.rigidBody===n){r=s;break}}e.dispatch(r),t.dispatchEvent(s$)}updateUseWindowEvents(e){this.orbitControls?.updateUseWindowEvents(e)}generateSensorColliderDescs(e,t,i){let r=u0e.copy(e.matrixWorld).invert();e.traverseEntity((n,s)=>{if(t===!1&&s===1)return!0;for(let a of n.dataPatched.events)if(a.data.type==="Trigger"&&a.data.disabled!==!0){let o,l=new l0e(a.id,a.data,n,this.page,this.sharedAssets,this.eventManager);if(o=a.data.triggerZone==="box"?Mr.ColliderDesc.cuboid(...a.data.size.map(u=>(typeof u=="number"?u:1)/(2*this.pixelsPerMeter))):Mr.ColliderDesc.ball(a.data.radius/this.pixelsPerMeter),o.setDensity(0).setSensor(!0).setActiveEvents(Mr.ActiveEvents.COLLISION_EVENTS),Ku.fromArray(a.data.position.map(u=>typeof u=="number"?u:0)),sb.setFromEuler(h0e.fromArray(a.data.rotation.map(u=>typeof u=="number"?u:0))),pN.compose(Ku,sb,sj).premultiply(n.matrixWorld),i?(pN.decompose(Ku,sb,nj),o.setActiveCollisionTypes(Mr.ActiveCollisionTypes.KINEMATIC_FIXED|Mr.ActiveCollisionTypes.DYNAMIC_FIXED)):(pN.premultiply(r).decompose(Ku,sb,nj),e.rigidBody.bodyType()===Mr.RigidBodyType.Dynamic||(e.rigidBody.bodyType()===Mr.RigidBodyType.Fixed?o.setActiveCollisionTypes(Mr.ActiveCollisionTypes.KINEMATIC_FIXED|Mr.ActiveCollisionTypes.DYNAMIC_FIXED):o.setActiveCollisionTypes(Mr.ActiveCollisionTypes.KINEMATIC_KINEMATIC|Mr.ActiveCollisionTypes.DYNAMIC_KINEMATIC))),Ku.divideScalar(this.pixelsPerMeter),o.setTranslation(Ku.x,Ku.y,Ku.z),o.setRotation(sb),i)i.push([o,l]);else{let u=this.sharedGameControlGlobals.rapierWorld.createCollider(o,e.rigidBody);this.sensorToTriggerEvent[u.handle]=l}}})}checkTrigger(){let e;for(let t=0;t<this.sharedGameControlGlobals.triggers.length;t++){let[i,r,n,s]=this.sharedGameControlGlobals.triggers[t];for(let a=0;a<this.sharedGameControlGlobals.entitiesWithTransformAnim.length;a++){let o=this.sharedGameControlGlobals.entitiesWithTransformAnim[a];if(n===o||s.isValidTriggeringObject(hr.is(o)?o:o.object)===!1)continue;let l=u0e.copy(n.matrixWorld).decompose(Ku,d0e,nj).compose(Ku,d0e,sj).multiply(r),u=pN.copy(o.matrixWorld).invert().multiply(l),h=o.bvhGeometry.boundsTree;i instanceof mn?e=h.intersectsBox(i,u):(aj.radius=i,aj.center.setFromMatrixPosition(u),e=h.intersectsSphere(aj)),e?s.currentIntersectedObjects.indexOf(o)===-1&&(s.currentIntersectedObjects.push(o),s.dispatch(),n.dispatchEvent(M5e)):s.currentIntersectedObjects=s.currentIntersectedObjects.filter(d=>d!==o)}}}};ww(),le(),uL(),Nr(),qm();var lj=.02,c0e=new P,p0e=new P,A5e=new P,Go=new P,Fp=new P,ob=new P,hj=new Ve,m0e=new Ve,C5e=new Ve,fh=new Zt,xv=new Zt,lb=new cn(0,0,0,"YXZ"),R5e=new P(1,0,0),cc=new P(0,1,0),P5e=new P(0,0,1),f0e=new P(1,1,1),g0e=[],v0e=e=>g0e[e]??(g0e[e]=new P),uj=new P,D5e=new P,N5e=new P,I5e=new P,y0e=new Zt,O5e=new P,_0e=new Zt,Fa=new Eh,au=new mn,L5e={type:"requestRender"},B5e={type:"updateMatrix"},a$=class extends xs{constructor(e,t,i,r,n,s,a,o,l){super(),this.object=e,this.domElement=t,this.data=i,this.gloabalPhysics=r,this.controlsManager=n,this.cameraFollow=s,this.camera=a,this.page=o,this.sharedAssets=l,this.enableDamping=!0,this.hiddenMatrix0=new Ve,this.target0=new P,this.zoom0=1,this.rotForce=1,this.moveForce=1,this.pixelsPerMeter=200,this.euler0=new cn(0,0,0,"YXZ"),this.position0Cam=new P,this.quat0Cam=new Zt,this.scale0Cam=new P,this.hiddenMatrix0Cam=new Ve,this.threshEndTranslate=.01,this.threshEndRotate=1e-8,this.threshEndRotVel=.005,this.collider={type:"capsule",radius:40,segment:new Eh(new P(0,-40,0),new P(0,40,0)),matrix:new Ve,position:new P,rotation:new Zt},this.euler=new cn(0,0,0,"YXZ"),this.eulerDelta=new P,this.lastPosition=new P,this.lastCameraQuaternion=new Zt,this.lastCameraPosition=new P,this.PI_2=Math.PI/2,this.prevMouse=new J,this.velocityTarget=new P,this.velocity=new P,this.directionXZ=new P,this.rotVelocityStick=new P,this.rotVelocityTarget=new P,this.rotVelocity=new P,this.rotDirection=new P,this.nonColliderRotOffset=new Ve,this.nonColliderPosOffset=new Ve,this.firstPointerId=-1,this.rot=new P,this.path=[],this.movementState={moveNegZ:0,movePosZ:0,moveNegX:0,movePosX:0,moveNegY:0,movePosY:0,rotPosX:0,rotNegX:0,rotPosY:0,rotNegY:0,jump:0,run:0},this.onObject=!1,this.actionState={},this.keyAssignments=[["moveNegZ","W"],["moveNegX","A"],["movePosZ","S"],["movePosX","D"],["rotPosX","ArrowUp"],["rotPosY","ArrowLeft"],["rotNegX","ArrowDown"],["rotNegY","ArrowRight"],["jump"," "]],this.collisionEnabled=!0,this.offsetMatrix=new Ve,this.objectToTarget=new P,this.objectToTarget0=new P,this.objectToCamXZ=new P,this.objectToCamXZ0=new P,this.targetToCamera=new P,this.targetToCamera0=new P,this.cameraPolarAxis0=new P,this.targetPos=new P,this.targetQuat=new Zt,this.lerpFactorPos=new P().setScalar(.3),this.lerpFactorPosStart=.3,this.lerpFactorPosEnd=.3,this.lerpFactorRotStart=.3,this.lerpFactorRotEnd=.3,this.lerpFactorPosCamera=.3,this.lerpFactorRotCamera=.3,this.objXZQuat=new Zt,this.objXZQuatInv=new Zt,this.objXZRotMat=new Ve,this.isFirstPerson=!1,this.didHit=!1,this.groundVelocity=new P,this.pushedVelocity=new P,this.groundYRotation=0,this.objectRealQuat=new Zt,this.colliderWorldQuat=new Zt,this.groundNormal=new P,this.groundTilt=new Zt,this.groundTiltInv=new Zt,this.lastHitObj=null,this.isFirstFrame=!0,this.rotationAccumWhenOrientWithCamera=0,this.navMeshPathDest=null,this.position=new P,this.quaternion=new Zt,this.scale=new P,this.initialAction=!0,this.onPointerDown=m=>{!(m.target===this.domElement||m.target instanceof HTMLElement&&m.target.tagName==="SPLINE-VIEWER"&&m.target.shadowRoot?.contains(this.domElement))||this.firstPointerId!==-1||(this.firstPointerId=m.pointerId,this.domElement.ownerDocument.addEventListener("pointermove",this.onPointerMove),this.domElement.ownerDocument.addEventListener("pointerup",this.onPointerUp),this.rotBy!=="keys"&&!Kl&&!w7&&this.domElement.requestPointerLock(),this.prevMouse.set(m.clientX,m.clientY))},this.onPointerUp=m=>{this.firstPointerId=-1,this.domElement.ownerDocument.removeEventListener("pointermove",this.onPointerMove),this.domElement.ownerDocument.removeEventListener("pointerup",this.onPointerUp),m.pointerType==="mouse"&&this.domElement.ownerDocument.exitPointerLock()},this.onPointerMove=m=>{if(m.pointerId!==this.firstPointerId)return;let f=m.clientX-this.prevMouse.x,g=m.clientY-this.prevMouse.y;this.prevMouse.set(m.clientX,m.clientY),m.pointerType==="mouse"&&this.rotBy!=="keys"&&(w7&&Jye<15.5&&!Kl?(this.eulerDelta.y=-f*this.mouseOrbitSensitivity,this.eulerDelta.x=-g*this.mouseOrbitSensitivity):(this.eulerDelta.y=-m.movementX*this.mouseOrbitSensitivity,this.eulerDelta.x=-m.movementY*this.mouseOrbitSensitivity)),m.pointerType!=="mouse"&&this.rotByTouch==="drag"&&(this.eulerDelta.y=-f*this.mouseOrbitSensitivity*5,this.eulerDelta.x=-g*this.mouseOrbitSensitivity*5),this.controlsManager.requestRender()},this.onPointerlockChange=m=>{this.domElement.ownerDocument.pointerLockElement===this.domElement?a$.isLocked=!0:a$.isLocked=!1},this.onPointerlockError=()=>{console.error("SPE.GameControls: Unable to use Pointer Lock API")},this.handleVisibilityChange=()=>{if(document?.hidden)for(let m in this.movementState)this.movementState[m]=0},this.onKeyDown=m=>{!(m.target instanceof HTMLInputElement)&&(m.code==="ArrowLeft"||m.code==="ArrowUp"||m.code==="ArrowRight"||m.code==="ArrowDown"||m.code==="Space")&&m.preventDefault();for(let f of this.keyAssignments)if(m.key.toUpperCase()===f[1]||m.key===f[1]){this.movementState[f[0]]=1;break}this.controlsManager.requestRender()},this.onKeyUp=m=>{for(let f of this.keyAssignments)if(m.key.toUpperCase()===f[1]||m.key===f[1]||m.code.slice(3,m.code.length).toUpperCase()===f[1]){this.movementState[f[0]]=0;break}},this.copyVRGamePadValues=(m,f)=>{for(let g=2;g<4;g++){let v=m.axes[g];f===0?g===2?this.movementState.movePosX=v:this.movementState.movePosZ=v:(m.buttons[3].pressed?this.movementState.jump=1:this.movementState.jump=0,g===2?this.movementState.rotPosY=v:this.moveMode==="fly"&&(this.movementState.moveNegY=v))}},this.sharedGameControlGlobals=n.sharedGameControlGlobals,e===a&&(this.isFirstPerson=!0),this.hiddenMatrix0.copy(this.object.hiddenMatrix),this.object.parent?this.object.hiddenMatrix.copy(this.object.parent.matrixWorld).invert():this.object.hiddenMatrix.identity(),this.object.matrix.copy(this.object.matrixWorld),this.object.matrix.decompose(this.position,this.quaternion,this.scale),this.euler0.setFromQuaternion(this.quaternion,"YXZ");let u=this.euler0.clone(),h=u.y;if(this.objectRealQuat.copy(this.quaternion),u.y=0,this.quaternion.setFromEuler(u),this.objXZQuat.copy(this.quaternion),this.objXZQuatInv.copy(this.objXZQuat).invert(),this.objXZRotMat.makeRotationFromQuaternion(this.quaternion),u.set(0,h,0),this.quaternion.setFromEuler(u),this.rot.setFromEuler(u),this.object.matrixAutoUpdate=!1,(this.isFirstPerson||this.cameraFollow===!0)&&(this.target0.copy(this.camera.getTarget()),this.zoom0=this.camera.zoom),this.cameraFollow===!0){this.position0Cam.copy(this.camera.position),this.quat0Cam.copy(this.camera.quaternion),this.scale0Cam.copy(this.camera.scale),this.hiddenMatrix0Cam.copy(this.camera.hiddenMatrix),this.camera.parent?(this.camera.hiddenMatrix.copy(this.camera?.parent.matrixWorld),this.camera.matrix.copy(this.camera.matrixWorld)):this.camera.hiddenMatrix.identity(),this.camera.matrix.copy(this.camera.matrixWorld),this.camera.matrix.decompose(this.camera.position,this.camera.quaternion,this.camera.scale),this.camera.matrixAutoUpdate=!1,this.offsetMatrix.copy(this.object.matrix).invert().multiply(this.camera.matrix);let m,f=new P(0,0,-1).applyQuaternion(this.camera.quaternion),g=new P().subVectors(this.position,this.camera.position);this.objectToCamXZ.copy(g),this.objectToCamXZ.y=0,this.objectToCamXZ0.copy(this.objectToCamXZ),Math.abs(f.y)<1e-6?(g.y=0,f.y=0,m=g.projectOnVector(f)):m=g.y/f.y>0?f.multiplyScalar(g.y/f.y):f.multiplyScalar(g.length()),this.targetToCamera0.copy(m).negate();let v=this.camera.position.clone().add(m);this.objectToTarget0.subVectors(v,this.position);let y=new cn().setFromQuaternion(this.camera.quaternion,"YXZ");this.cameraPolarOffset=-y.x,y.x=0,y.z=0,y.y-=Math.PI/2,this.cameraPolarAxis0.set(0,0,-1).applyEuler(y)}if(this.object instanceof us&&(this.object.matrixAutoUpdate=!1),this.euler.setFromQuaternion(this.quaternion,"YXZ"),this.rotByTouch=i.rotByTouch??"joystick",this.rotBy=i.rotBy??"keys",this.rotationMode=i.rotationMode??"normal",this.moveMode=i.moveMode??"walk",this.collisionEnabled=i.collisionEnabled,this.speedTranslate=1*(i.speedTranslate??250),this.speedOrbit=.025*(i.speedRotate??100),this.mouseOrbitSensitivity=16e-6*(i.speedRotate??100),this.keyAssignments=i.keyAssignments.map(m=>{let f=[m[0],m[1]];return f[1]==="\u25B2"?f[1]="ArrowUp":f[1]==="\u25C0"?f[1]="ArrowLeft":f[1]==="\u25BC"?f[1]="ArrowDown":f[1]==="\u25B6"?f[1]="ArrowRight":f[1]==="\u21E7"?f[1]="Shift":f[1]==="\u21B5"?f[1]="Enter":f[1]==="Space"?f[1]=" ":f[1]==="\u2318"?f[1]="Meta":f[1]==="Ctrl"?f[1]="Control":f[1]==="Esc"&&(f[1]="Escape"),f}),i.rotBy==="mouse"){let m;m=this.keyAssignments.findIndex(f=>f[0]==="rotNegX"),m!==-1&&(this.keyAssignments[m][1]=""),m=this.keyAssignments.findIndex(f=>f[0]==="rotPosX"),m!==-1&&(this.keyAssignments[m][1]=""),m=this.keyAssignments.findIndex(f=>f[0]==="rotPosY"),m!==-1&&(this.keyAssignments[m][1]=""),m=this.keyAssignments.findIndex(f=>f[0]==="rotNegY"),m!==-1&&(this.keyAssignments[m][1]="")}this.lerpFactorPosStart=1-.02**(1/(60*(i.delayPos[0]??.3))),this.lerpFactorPosEnd=1-.02**(1/(60*(i.delayPos[1]??.3))),this.lerpFactorPos.setScalar(this.lerpFactorPosStart),this.lerpFactorRotStart=1-.02**(1/(60*(i.delayRot[0]??.3))),this.lerpFactorRotEnd=1-.02**(1/(60*(i.delayRot[1]??.3))),this.lerpFactorPosCamera=1-.02**(1/(60*(i.delayPosCamera??.3))),this.lerpFactorRotCamera=1-.02**(1/(60*(i.delayRotCamera??.3))),this.gravity=12*(this.gloabalPhysics.gravity??Mx.defaultData.gravity),this.usePhysics=this.gloabalPhysics.usePhysics??Mx.defaultData.usePhysics,this.jumpPower=20*i.jumpPower,this.resetYPosition=this.position.y+Math.abs(i.resetYPosition)*(this.gravity>0?1:-1),this.alignToGround=i.alignToGround??!1,this.orientMode=i.autoOrientMove?i.orientMode:"none",this.orientWith=i.orientWith??iL.defaultDataThirdPerson.orientWith,this.slopeThresh=65*Math.PI/180,i.collider.type==="capsule"?(this.collider.radius=i.collider.radius,this.collider.segment.start.y=i.collider.height/2-i.collider.radius,this.collider.segment.end.y=-this.collider.segment.start.y,this.offset=i.collider.height*lj/this.pixelsPerMeter,this.stepThresh=.3*i.collider.height/this.pixelsPerMeter,this.colliderHeight=i.collider.height):i.collider.type==="sphere"?(this.collider.radius=i.collider.radius,this.collider.segment.start.y=0,this.collider.segment.end.y=0,this.offset=2*i.collider.radius*lj/this.pixelsPerMeter,this.stepThresh=2*i.collider.radius*.3/this.pixelsPerMeter,this.colliderHeight=2*i.collider.radius):(this.offset=i.collider.height*lj/this.pixelsPerMeter,this.stepThresh=.3*i.collider.height/this.pixelsPerMeter,this.colliderHeight=i.collider.height),this.collider.type=i.collider.type;let d=new P().fromArray(i.collider.position.map(m=>typeof m=="number"?m:0)),c=new Zt().setFromEuler(new cn().fromArray([...i.collider.rotation.map(m=>typeof m=="number"?m:0),"XYZ"]));this.collider.position.copy(d).multiply(this.scale),this.collider.rotation.copy(c),this.collider.matrix.compose(d,c,f0e),i.cameraXAxis!==void 0&&(this.cameraXAxis=i.cameraXAxis,this.cameraYAxis=i.cameraYAxis,this.minPolarAngle=i.cameraRotXLimits[0],this.maxPolarAngle=i.cameraRotXLimits[1],this.minAzimuthAngleRel=i.cameraRotYLimits[0],this.maxAzimuthAngleRel=i.cameraRotYLimits[1]),this.forwardDir=i.forwardDirection??"-z",this.isFirstPerson&&(this.forwardDir="-z"),this.runMultiplier=i.runMultiplier??2;let p=2*i.navmesh.destinationHelperRadius;if(p>0){let m=new Nt;m.push({fi:0,data:{...os.defaultData("light","phong"),alpha:0},id:"layer1"}),m.push({fi:0,data:{...os.defaultData("color"),color:i.navmesh.destinationHelperColor,alpha:i.navmesh.destinationHelperColor.a},id:"layer2"});let f=mbe({layers:m},{scene:this.page.scene,shared:this.sharedAssets});this.navMeshPathDest=new Cr(RX.create({parameters:{width:p,height:p/10,hollow:.7}}),f),this.navMeshPathDest.material.userData.opacity0=i.navmesh.destinationHelperColor.a}this.activate()}reset(e=!1){if(this.object.hiddenMatrix.copy(this.hiddenMatrix0),e){this.object.updateMatrix(),this.object.updateMatrixWorld(),this.object.matrix.copy(this.object.matrixWorld),this.object.matrix.decompose(this.position,this.quaternion,this.scale),this.object.parent?this.object.hiddenMatrix.copy(this.object.parent.matrixWorld).invert():this.object.hiddenMatrix.identity();let t=new cn().setFromQuaternion(this.quaternion,"YXZ"),i=t.y;this.objectRealQuat.copy(this.quaternion),t.y=0,this.quaternion.setFromEuler(t),this.objXZQuat.copy(this.quaternion),this.objXZQuatInv.copy(this.objXZQuat).invert(),this.objXZRotMat.makeRotationFromQuaternion(this.quaternion),t.set(0,i,0),this.quaternion.setFromEuler(t),this.rot.setFromEuler(t),this.euler.setFromQuaternion(this.quaternion,"YXZ"),this.velocityTarget.set(0,0,0),this.velocity.set(0,0,0)}else this.object instanceof us?this.object.matrixAutoUpdate=!0:this.object.updateMatrix();this.cameraFollow===!0&&(this.camera.quaternion.copy(this.quat0Cam),this.camera.position.copy(this.position0Cam),this.camera.scale.copy(this.scale0Cam),this.camera.hiddenMatrix.copy(this.hiddenMatrix0Cam),this.camera.matrixAutoUpdate=!0),this.controlsManager.requestRender()}activate(){this.instantiateActions(),this.domElement.ownerDocument.addEventListener("pointerdown",this.onPointerDown),this.domElement.ownerDocument.addEventListener("keydown",this.onKeyDown),this.domElement.ownerDocument.addEventListener("keyup",this.onKeyUp),this.domElement.ownerDocument.addEventListener("pointerlockchange",this.onPointerlockChange),this.domElement.ownerDocument.addEventListener("pointerlockerror",this.onPointerlockError),this.domElement.ownerDocument.addEventListener("visibilitychange",this.handleVisibilityChange)}deactivate(){this.disposeActions(),this.domElement.ownerDocument.removeEventListener("pointerdown",this.onPointerDown),this.domElement.ownerDocument.removeEventListener("keydown",this.onKeyDown),this.domElement.ownerDocument.removeEventListener("keyup",this.onKeyUp),this.domElement.ownerDocument.removeEventListener("pointerlockchange",this.onPointerlockChange),this.domElement.ownerDocument.removeEventListener("pointerlockerror",this.onPointerlockError),this.domElement.ownerDocument.removeEventListener("visibilitychange",this.handleVisibilityChange)}dispose(){this.deactivate(),this.navMeshPathDest?.parent&&this.page.remove(this.navMeshPathDest)}instantiateActions(){let e=this.data,t=this.sharedAssets;e.gameActions!==void 0&&(this.actions={},tL.list.forEach(i=>{this.actions[i]=la({...e,disabled:!1,type:"GameControl"},e.gameActions[i],this.page,t,this.controlsManager.eventManager,this.object)})),this.dispatchStopEvent("move"),this.dispatchStopEvent("run"),this.dispatchStopEvent("jump"),this.dispatchStartEvent("idle"),this.initialAction&&(this.initialAction=!1)}disposeActions(){this.initialAction=!1,this.dispatchStopEvent("idle"),this.dispatchStopEvent("move"),this.dispatchStopEvent("run"),this.dispatchStopEvent("jump"),Ka(this.actions.idle),Ka(this.actions.move),Ka(this.actions.run),Ka(this.actions.jump)}dispatchStartEvent(e){this.actions[e]!==void 0&&(this.actionState[e]||(this.actionState[e]=!0,this.actions[e].Transition.forEach(t=>{t.play()}),this.actions[e].Animation.forEach(t=>{t.play(this.initialAction===!1)}),this.actions[e].TimelineAnimation.forEach(t=>{t.play()}),this.actions[e].Create.forEach(t=>{t.dispatchStart()}),this.actions[e].Audio.forEach(t=>{t.dispatchGameControl("start")}),this.actions[e].Particles.forEach(t=>{t.dispatchGameControl("start")})))}dispatchStopEvent(e){this.actions[e]!==void 0&&(!this.actionState[e]||(this.actionState[e]=!1,this.actions[e].Transition.forEach(t=>{t.stop(),t.object.currentState!==null&&t.object.changeSelectedState(null,{scene:this.page.scene,shared:this.sharedAssets})}),this.actions[e].TimelineAnimation.forEach(t=>{t.stop()}),this.actions[e].Create.forEach(t=>{t.dispatchStop()}),this.actions[e].Audio.forEach(t=>{t.dispatchGameControl("stop")}),this.actions[e].Particles.forEach(t=>{t.dispatchGameControl("stop")})))}get colliderWorldPosition(){return Go.copy(this.collider.position).applyQuaternion(this.objectRealQuat).add(this.position)}update(e){if(this.gravity<0?this.position.y<this.resetYPosition:this.position.y>this.resetYPosition)return this.reset(!0),!0;this.sharedGameControlGlobals.gamePads.forEach(this.copyVRGamePadValues);let t=(this.isFirstFrame?16.6:e)/1e3;this.isFirstFrame&&(this.isFirstFrame=!1);let i=60*t,r=!1;if(this.groundYRotation=0,this.groundVelocity.set(0,0,0),this.usePhysics&&this.collisionEnabled&&this.object.rigidBody?.collider(0).shape){let s=Fp.set(0,(this.velocity.y===0?this.pixelsPerMeter*Math.max(Math.abs(this.gravity)/120,1)*(this.gravity>0?1:-1):this.velocity.y)*t,0).divideScalar(this.pixelsPerMeter),a=this.sharedGameControlGlobals.rapierWorld.castShape(this.colliderWorldPosition.divideScalar(this.pixelsPerMeter),this.colliderWorldQuat,s,this.object.rigidBody?.collider(0).shape,0,1,!1,8,void 0,void 0,this.object.rigidBody);if(a){this.onObject=!0,this.groundNormal.set(a.normal2.x,a.normal2.y,a.normal2.z).applyQuaternion(this.colliderWorldQuat).negate(),this.alignToGround&&this.groundTiltAdjustment(this.groundNormal),Math.acos(this.groundNormal.y)<this.slopeThresh&&(r=!0),a.collider.parent()?.bodyType()===0&&Math.acos(this.groundNormal.y)*(180/Math.PI)>45&&(this.onObject=!1);let o=a.collider.parent(),l=o!==null&&o.isKinematic()?o:null,u=l===null?void 0:this.sharedGameControlGlobals.kinematicBodyToEntity.get(l.handle);if(l!==null&&u?.userData.isFollowingObj!==this.object.uuid){let h=this.object.getWorldPosition(Go).add(this.collider.position).divideScalar(this.pixelsPerMeter),d=l.velocityAtPoint(h);this.groundVelocity.set(d.x,d.y,d.z).multiplyScalar(this.pixelsPerMeter),this.groundYRotation=l.angvel().y*t}}else this.onObject=!1}if(this.moveMode==="walk"&&this.collisionEnabled&&(this.movementState.jump===1&&this.onObject&&(this.velocityTarget.y=this.jumpPower,this.movementState.jump=0,this.dispatchStopEvent("idle"),this.dispatchStopEvent("move"),this.dispatchStopEvent("run"),this.dispatchStopEvent("jump"),this.dispatchStartEvent("jump"),this.onObject=!1),this.onObject?this.velocityTarget.y/=2:this.velocityTarget.y+=this.gravity*i),this.moveMode==="fly"&&(this.velocityTarget.y=(this.movementState.movePosY-this.movementState.moveNegY)*this.speedTranslate),this.directionXZ.z=this.movementState.movePosZ-this.movementState.moveNegZ,this.directionXZ.x=this.movementState.movePosX-this.movementState.moveNegX,this.forwardDir==="+z"&&this.directionXZ.multiplyScalar(-1),this.directionXZ.manhattanLength()>0&&(this.path=[]),this.navMeshPathDest){let s=this.navMeshPathDest.material;if(this.moveMode==="walk"&&this.path.length>1){this.navMeshPathDest.position.copy(this.path[this.path.length-1]),this.navMeshPathDest.parent||this.page.add(this.navMeshPathDest);let a=Go.subVectors(this.path[1],this.position),o=Fp.subVectors(this.path[1],this.path[0]);a.dot(o)<0?this.path.shift():(this.directionXZ.x=o.x,this.directionXZ.z=o.z),s.opacity=s.userData.opacity0}else s.opacity-=.05*s.userData.opacity0,this.navMeshPathDest.material.opacity<=0&&this.navMeshPathDest.parent&&this.page.remove(this.navMeshPathDest)}this.directionXZ.normalize(),this.movementState.run?this.moveForce=this.runMultiplier:this.moveForce=1,this.velocityTarget.z=this.directionXZ.z*this.speedTranslate*this.moveForce,this.velocityTarget.x=this.directionXZ.x*this.speedTranslate*this.moveForce,(this.moveMode==="walk"?this.velocityTarget.x+this.velocityTarget.z===0:this.velocityTarget.manhattanLength()===0)?this.lerpFactorPos.setScalar(this.lerpFactorPosEnd):this.lerpFactorPos.setScalar(this.lerpFactorPosStart),this.moveMode==="walk"&&(this.lerpFactorPos.y=1),this.didHit===!1&&this.pushedVelocity.manhattanLength()===0||this.usePhysics===!1?(this.velocity.x+=(this.velocityTarget.x-this.velocity.x)*(1-(1-this.lerpFactorPos.x)**i),this.velocity.y+=(this.velocityTarget.y-this.velocity.y)*(1-(1-this.lerpFactorPos.y)**i),this.velocity.z+=(this.velocityTarget.z-this.velocity.z)*(1-(1-this.lerpFactorPos.z)**i)):this.velocity.copy(this.velocityTarget),(this.moveMode==="walk"?this.velocity.x**2+this.velocity.z**2<this.speedTranslate:this.velocity.lengthSq()<this.speedTranslate)?(this.dispatchStopEvent("move"),this.dispatchStopEvent("run"),this.onObject&&(this.dispatchStopEvent("jump"),this.dispatchStartEvent("idle"))):(this.dispatchStopEvent("idle"),(this.onObject||this.moveMode==="fly")&&(this.dispatchStopEvent("jump"),this.movementState.run?(this.dispatchStopEvent("move"),this.dispatchStartEvent("run")):(this.dispatchStopEvent("run"),this.dispatchStartEvent("move"))));let n=A5e.copy(this.velocity);if(this.orientMode!=="none"&&this.isFirstPerson===!1){let s=Fp.copy(n);s.y=0,n.set(0,n.y,s.length()*(this.forwardDir==="+z"?1:-1))}if(this.directionXZ.manhattanLength()>0&&this.orientMode!=="none"&&this.isFirstPerson===!1)if(this.orientWith==="camera"&&this.path.length<=1){let s=Go;this.camera.getWorldDirection(s);let a=ob.copy(cc).multiplyScalar(s.dot(cc));s.sub(a);let o=Fp.copy(this.directionXZ);o.x*=-1,this.rot.y=s.angleTo(o)*(s.cross(o).y>0?-1:1)+this.rotationAccumWhenOrientWithCamera}else this.rot.y=(this.path.length>1?0:this.euler.y)+Math.atan2(-this.directionXZ.z,this.directionXZ.x)+Math.PI/2*(this.forwardDir==="+z"?1:-1);if(lb.setFromVector3(this.rot),this.moveMode==="walk"&&(lb.x=0),n.applyEuler(lb),r&&(xv.setFromUnitVectors(cc,this.groundNormal),n.applyQuaternion(xv)),this.usePhysics===!0&&this.object.rigidBody){this.pushedVelocity.set(0,0,0);let s=0;for(let a of this.sharedGameControlGlobals.entitiesWithTransformAnim){if(a.rigidBody===void 0||a.prevQ===void 0)continue;(a.hasNonUniformScale?a.matrixWorldRigid:a.matrixWorld).decompose(uj,y0e,D5e);let o=this.object.getWorldPosition(N5e).add(this.collider.position).sub(uj);_0e.copy(a.prevQ).invert().premultiply(y0e);let l=ob.subVectors(uj,a.prevT).add(I5e.copy(o).applyQuaternion(_0e).sub(o)).divideScalar(t).divideScalar(this.pixelsPerMeter),u=a.rigidBody.collider(0).castCollider(l,this.object.rigidBody.collider(0),Go.copy(n).divideScalar(this.pixelsPerMeter),0,t,!1);l.multiplyScalar(this.pixelsPerMeter);let h=hr.is(a)?a:a.object;if(u!==null&&this.lastHitObj!==h){let d;a instanceof Rh&&(d=a);let c=this.sharedGameControlGlobals.entityToCollisionEvents[h.uuid];if(c)for(let p of c)p.data.target==="character"&&(p.dispatch(d),h.dispatchEvent(s$));this.lastHitObj=h}u!==null&&(Math.abs(l.x)>Math.abs(this.pushedVelocity.x)&&(this.pushedVelocity.x=l.x),Math.abs(l.y)>Math.abs(this.pushedVelocity.y)&&(this.pushedVelocity.y=l.y),Math.abs(l.z)>Math.abs(this.pushedVelocity.z)&&(this.pushedVelocity.z=l.z),v0e(s++).copy(u.normal1).applyQuaternion(a.quaternion))}if(s>0){for(let a=0;a<s;a++){let o=v0e(a),l=o.dot(n);l<0&&n.addScaledVector(o,-l)}n.add(this.pushedVelocity)}else n.add(this.groundVelocity)}if(this.rotDirection.y=Number(this.movementState.rotPosY)-Number(this.movementState.rotNegY),this.rotDirection.x=Number(this.movementState.rotPosX)-Number(this.movementState.rotNegX),this.rotDirection.normalize(),this.rotationMode==="normal"&&(this.movementState.rotPosX||this.movementState.rotNegX)||this.rotationMode==="steer"&&(this.movementState.rotPosX||this.movementState.rotNegX)&&(this.movementState.movePosZ||this.movementState.moveNegZ||this.moveMode==="walk")?this.rotVelocityStick.x=-this.rotDirection.x*this.speedOrbit*this.rotForce:this.rotVelocityStick.x=0,this.rotationMode==="normal"&&(this.movementState.rotPosY||this.movementState.rotNegY)||this.rotationMode==="steer"&&(this.movementState.rotPosY||this.movementState.rotNegY)&&(this.movementState.movePosZ||this.movementState.moveNegZ)?this.rotVelocityStick.y=-this.rotDirection.y*this.speedOrbit*this.rotForce:this.rotVelocityStick.y=0,this.rotVelocityTarget.subVectors(this.eulerDelta.divideScalar(t),this.rotVelocityStick),this.rotVelocityTarget.manhattanLength()===0?this.rotVelocity.lerp(this.rotVelocityTarget,1-(1-this.lerpFactorRotEnd)**i):this.rotVelocity.lerp(this.rotVelocityTarget,1-(1-this.lerpFactorRotStart)**i),this.euler.x+=this.rotVelocity.x*t,this.euler.y+=this.rotVelocity.y*t+this.groundYRotation,this.rotVelocityTarget.y===0&&this.directionXZ.manhattanLength()===0?this.rotationAccumWhenOrientWithCamera=0:(this.cameraFollow===!1||this.cameraYAxis==="Locked")&&(this.rotationAccumWhenOrientWithCamera+=this.rotVelocity.y*t),this.isFirstPerson===!1&&this.orientMode!=="none"&&this.directionXZ.manhattanLength()>0){if(this.orientMode==="radial"){this.objectToCamXZ.copy(this.objectToCamXZ0).applyAxisAngle(cc,this.euler.y-this.euler0.y);let s=Fp.copy(this.objectToCamXZ).normalize(),a=ob.copy(n).multiplyScalar(t);a.y=0;let o=a.sub(Go.copy(s).multiplyScalar(a.dot(s))).cross(s).y;this.euler.y-=Math.atan2(o,this.objectToCamXZ.length())}}else this.rot.y+=this.rotVelocity.y*t+this.groundYRotation,this.rotVelocityTarget.y!==0&&(this.cameraFollow===!1||this.cameraYAxis==="Locked")&&(this.euler.y=this.rot.y);if(this.cameraFollow===!0&&(this.moveMode==="walk"?this.cameraXAxis==="Limit"?this.euler.x=ht.clamp(this.euler.x,-this.maxPolarAngle+this.cameraPolarOffset+1e-6,-this.minPolarAngle+this.cameraPolarOffset-1e-6):this.euler.x=ht.clamp(this.euler.x,-this.PI_2+this.cameraPolarOffset,this.PI_2+this.cameraPolarOffset):this.cameraXAxis==="Limit"&&(this.euler.x=ht.clamp(this.euler.x,-this.PI_2,this.PI_2))),this.moveMode==="fly"?this.rot.x=this.euler.x:this.isFirstPerson&&(lb.copy(this.euler),lb.y=0,this.nonColliderRotOffset.makeRotationFromEuler(lb)),fh.setFromAxisAngle(R5e,this.rot.x),xv.setFromAxisAngle(cc,this.rot.y),xv.multiply(fh),fh.setFromAxisAngle(P5e,this.rot.z),xv.multiply(fh),this.quaternion.copy(xv),this.objectRealQuat.multiplyQuaternions(this.quaternion,this.objXZQuat),this.colliderWorldQuat.copy(this.objectRealQuat).multiply(this.collider.rotation),this.collisionEnabled)if(this.usePhysics&&this.object.rigidBody?.collider(0).shape){let s=Fp.copy(n).multiplyScalar(t/this.pixelsPerMeter),a=null;this.didHit=!1;let o=new P;for(let h=0;h<5;h++){let d=s.length(),c=ob.copy(s).normalize();if(a=this.sharedGameControlGlobals.rapierWorld.castShape(this.colliderWorldPosition.divideScalar(this.pixelsPerMeter).add(o),this.colliderWorldQuat,c,this.object.rigidBody.collider(0).shape,0,d,!1,12,void 0,void 0,this.object.rigidBody),a===null){h===0&&this.directionXZ.manhattanLength()!==0&&(this.lastHitObj=null),o.add(s);break}{this.didHit=!0;let p=this.sharedGameControlGlobals.colliderToEntity.get(a.collider.handle);if(p!==this.lastHitObj&&h===0){this.lastHitObj=p;let v=this.sharedGameControlGlobals.entityToCollisionEvents[p?.uuid];if(v){for(let y of v)if(y.data.target==="character"){let _,b=(this.sharedGameControlGlobals.rapierWorld?.getCollider(a.collider.handle))._parent;if(p.cloner){for(let x of p.cloner.children)if(x.rigidBody===b){_=x;break}}y.dispatch(_),p.dispatchEvent(s$)}}}let m=c0e.set(a.normal2.x,a.normal2.y,a.normal2.z).applyQuaternion(this.colliderWorldQuat),f=p0e.copy(c).multiplyScalar(a.time_of_impact).dot(m),g=a.time_of_impact;if(g===0&&(this.position.y+=this.offset*this.pixelsPerMeter),f>this.offset&&(g=a.time_of_impact*(f-this.offset)/f,o.addScaledVector(c,g)),s.copy(c).multiplyScalar(d-g),Math.acos(-m.y)>this.slopeThresh){let v=this.colliderWorldPosition.divideScalar(this.pixelsPerMeter).add(o),y=ob.copy(a.witness2).applyQuaternion(this.colliderWorldQuat);y.y=0;let _=v.add(y);_.y+=this.stepThresh;let b=this.sharedGameControlGlobals.rapierWorld.castShape(_,this.colliderWorldQuat,s,this.object.rigidBody?.collider(0).shape,0,1,!1,12,void 0,void 0,this.object.rigidBody);b!==null&&b.time_of_impact===0&&(m.y=0,m.normalize())}s.addScaledVector(m,-s.dot(m))}}this.position.addScaledVector(o,this.pixelsPerMeter),Go.copy(this.position).divideScalar(this.pixelsPerMeter),fh.copy(this.quaternion).premultiply(this.groundTilt).multiply(this.objXZQuat);let l=this.object.rigidBody,u=l!==void 0&&O5e.copy(Go).sub(l.translation()).lengthSq()>1;l!==void 0&&(u?(l.setTranslation(Go,!0),l.setRotation(fh,!0)):(l.setNextKinematicTranslation(Go),l.setNextKinematicRotation(fh)))}else{let s=this.onObject?1:5,a=n.multiplyScalar(t/s);for(let o=0;o<s;o++)this.position.add(a),this.collisionAdjustment(t/s)}else this.position.addScaledVector(n,t);if(this.moveMode==="walk"&&this.onObject&&(this.velocityTarget.y=0,this.velocity.y=0),this.quaternion.premultiply(this.groundTilt).multiply(this.objXZQuat),this.object.matrix.compose(this.position,this.quaternion,this.scale),this.object.matrixWorldNeedsUpdate=!0,this.object.matrix.multiply(this.nonColliderPosOffset).multiply(this.nonColliderRotOffset),this.quaternion.premultiply(this.groundTiltInv).multiply(this.objXZQuatInv),this.cameraFollow===!0){this.updateFollowArms();let s=this.objectToTarget.add(this.position),a=this.targetToCamera.add(s);hj.lookAt(a,s,cc).setPosition(a),hj.decompose(this.targetPos,this.targetQuat,Go),this.camera.quaternion.slerp(this.targetQuat,1-(1-this.lerpFactorRotCamera)**i),this.camera.position.lerp(this.targetPos,1-(1-this.lerpFactorPosCamera)**i),this.camera.updateMatrix(),this.camera.updateMatrixWorld(),this.cameraYAxis==="Limit"&&this.orientMode==="cartesian"&&(this.euler.y=ht.clamp(this.euler.y,this.minAzimuthAngleRel,this.maxAzimuthAngleRel)),this.euler.x=ht.clamp(this.euler.x,-this.PI_2+(this.cameraPolarOffset<0?this.cameraPolarOffset:0),this.PI_2+(this.cameraPolarOffset>0?this.cameraPolarOffset:0))}return this.eulerDelta.set(0,0,0),this.object.dispatchEvent(B5e),!(this.path.length<2&&this.lastPosition.distanceToSquared(this.position)<this.threshEndTranslate&&Math.abs(this.rotVelocity.x)<this.threshEndRotVel&&Math.abs(this.rotVelocity.y)<this.threshEndRotVel&&(this.camera===void 0||this.isFirstPerson||this.lastCameraPosition.distanceToSquared(this.camera.position)<this.threshEndTranslate&&8*(1-this.lastCameraQuaternion.dot(this.camera.quaternion))<this.threshEndRotate)&&(this.moveMode==="fly"||this.onObject===!0||this.collisionEnabled===!1)&&(this.navMeshPathDest===null||this.navMeshPathDest.material.opacity<-.04*this.navMeshPathDest?.material?.userData.opacity0)||(this.camera&&(this.lastCameraPosition.copy(this.camera.position),this.lastCameraQuaternion.copy(this.camera.quaternion)),this.lastPosition.copy(this.position),this.object.dispatchEvent(L5e),0))}updateFollowArms(){this.objectToTarget.copy(this.objectToTarget0),this.targetToCamera.copy(this.targetToCamera0);let e,t=fh.setFromAxisAngle(cc,this.cameraYAxis==="Limit"&&this.orientMode!=="radial"?ht.clamp(this.euler.y-this.euler0.y,this.minAzimuthAngleRel,this.maxAzimuthAngleRel):this.euler.y-this.euler0.y);(this.cameraYAxis!=="Locked"||this.orientMode==="radial")&&this.objectToTarget.applyQuaternion(t),e=this.cameraXAxis==="Limit"?ht.clamp(this.euler.x,-this.maxPolarAngle+this.cameraPolarOffset+1e-6,-this.minPolarAngle+this.cameraPolarOffset-1e-6):ht.clamp(this.euler.x,-this.PI_2+this.cameraPolarOffset+1e-6,this.PI_2+this.cameraPolarOffset-1e-6);let i=Go.copy(this.cameraPolarAxis0);(this.cameraYAxis!=="Locked"||this.orientMode==="radial")&&i.applyQuaternion(t);let r=xv.setFromAxisAngle(i,e);this.cameraYAxis!=="Locked"&&this.targetToCamera.applyQuaternion(t),this.cameraXAxis!=="Locked"&&this.targetToCamera.applyQuaternion(r)}groundTiltAdjustment(e){180*cc.angleTo(e)/Math.PI<15||180*cc.angleTo(e)/Math.PI>85?fh.identity():fh.setFromUnitVectors(cc,e),this.groundTilt.slerp(fh,.06),this.groundTiltInv.copy(this.groundTilt).invert()}collisionAdjustment(e){let t=p0e.set(0,0,0);this.object.matrix.compose(this.position,this.quaternion,this.scale);let i=hj.multiplyMatrices(this.object.matrix,this.objXZRotMat).multiply(this.collider.matrix).decompose(Go,fh,Fp).compose(Go,fh,f0e);this.sharedGameControlGlobals.entitiesWithTransformAnim.forEach(n=>{if(n===this.object||n.isDescendantOf(this.object)||!n.bvhGeometry||!n.bvhGeometry.boundsTree)return;au.makeEmpty(),n.updateMatrixWorldRigid();let s=n.matrixWorldRigid,a=m0e.copy(s).invert(),o=C5e.copy(m0e).multiply(i);Fa.copy(this.collider.segment),Fa.start.applyMatrix4(o),Fa.end.applyMatrix4(o);let l=c0e.copy(this.position).applyMatrix4(a);au.expandByPoint(Fa.start),au.expandByPoint(Fa.end),au.min.addScalar(-this.collider.radius),au.max.addScalar(this.collider.radius),n.bvhGeometry.boundsTree.shapecast({boundsTraverseOrder:u=>u.distanceToPoint(Fa.end),intersectsBounds:u=>u.intersectsBox(au),intersectsTriangle:u=>{let h=Go,d=Fp,c=u.closestPointToSegment(Fa,h,d);if(c<this.collider.radius){let p=this.collider.radius-c,m=d.sub(h).normalize(),f=ob.copy(l);f.addScaledVector(m,p);let g=f.applyMatrix4(s).sub(this.position);t.add(g),Fa.start.addScaledVector(m,p),Fa.end.addScaledVector(m,p)}}})}),au.makeEmpty(),Fa.copy(this.collider.segment),Fa.start.applyMatrix4(i),Fa.end.applyMatrix4(i),au.expandByPoint(Fa.start),au.expandByPoint(Fa.end),au.min.addScalar(-this.collider.radius),au.max.addScalar(this.collider.radius),this.sharedGameControlGlobals.staticMeshBVH?.shapecast({boundsTraverseOrder:n=>n.distanceToPoint(Fa.end),intersectsBounds:n=>n.intersectsBox(au),intersectsTriangle:n=>{let s=Go,a=Fp,o=n.closestPointToSegment(Fa,s,a);if(o<this.collider.radius){let l=this.collider.radius-o,u=a.sub(s).normalize();this.alignToGround&&this.groundTiltAdjustment(u),t.addScaledVector(u,l),Fa.start.addScaledVector(u,l),Fa.end.addScaledVector(u,l)}}}),this.onObject=Math.abs(t.y)>Math.abs(e*this.velocity.y*.25),this.onObject&&this.dispatchStopEvent("jump");let r=Math.max(0,t.length()-1e-5);t.normalize().multiplyScalar(r),this.position.add(t)}pause(){this.firstPointerId=-1,this.movementState={moveNegZ:0,movePosZ:0,moveNegX:0,movePosX:0,moveNegY:0,movePosY:0,rotPosX:0,rotNegX:0,rotPosY:0,rotNegY:0,jump:0,run:0},this.deactivate()}resume(){this.activate()}},jEe=a$;jEe.isLocked=!1,le(),CA(),q4(),ww(),bw();var HEe,WEe,dj,U5e=new Promise(e=>{HEe=e});function F5e(e){return dj||(dj=async function(){let t=e??"https://cdn.spline.design/@splinetool/runtime@2.0.21/build";typeof window<"u"&&(WEe=new URL(t.endsWith("/")?t:`${t}/`,window.location.href).href);let i=import("./navmesh.js"),[r,n]=await Promise.all([i,fetch(`${t}/navmesh.wasm`).then(o=>o.arrayBuffer())]),s=r.default,a=await s({wasmBinary:n});HEe(a)}(),dj)}Hr();var qEe,fr,po,z5e=e=>`
12896
12896
  (async function() {
12897
12897
  const [wasmImport, wasmBinary] = await Promise.all([
12898
12898
  import('${e}' + 'navmesh.js'),
@@ -12902,7 +12902,7 @@ void main() {
12902
12902
  self.module = await wasmModule({ wasmBinary });
12903
12903
  postMessage('ready');
12904
12904
  })();
12905
- `,k5e={cs:6,ch:2,walkableSlopeAngle:90,walkableHeight:20,walkableClimb:5,walkableRadius:0,maxEdgeLen:12,maxSimplificationError:1.3,minRegionArea:8,mergeRegionArea:20,maxVertsPerPoly:6,detailSampleDist:6,detailSampleMaxError:1};U5e.then(e=>{qEe=e,fr=new e.Vec3,po=new e.Vec3});var V5e=new P,G5e=class{constructor(e=!1,t=!1){this.usePhysics=e,this.isExport=t,this.onPointerDown=i=>{if(vi.length!==1)return;let{raycaster:r,page:n}=this.eventContext;this.eventContext.updateRaycaster(i);let s=n.raycastWithClones(r);if(s.length!==0){if(this.gameControl){let a=V5e.copy(this.gameControl.colliderWorldPosition);a.y-=this.gameControl.colliderHeight/2,this.gameControl.path=this.computePath(a,s[0].point)}this.eventContext.requestRender()}},this.traverseWithPhysics=(i,r)=>n=>{let s;if(n instanceof Bg){if(!n.objectForSample)return n.object.dataPatched.physics.fusedBody===!0&&n.object.dataPatched.physics.rigidBody==="dynamic"||void 0;if(n.objectForSample.dataPatched.physics.fusedBody)return;s=n.object}else if(n instanceof Rh)s=n.object;else if(s=n,s.dataPatched.cloner?.disabled===!1&&s.dataPatched.cloner?.hideBase&&s.dataPatched.physics?.fusedBody!==!0)return!0;if(r&&!s.userData.navmesh)return;let a=s.dataPatched;if(!a.visible&&a.physics?.enabled!==!0)return!0;n.updateMatrixWorldRigid();let o=o4(a),l=s.userData.hasDestroy,u=s.userData.hasDrag,h=!1,d=!1;for(let c of a.events)c.data.disabled!==!0&&(c.data.type==="GameControl"?h=!0:c.data.type==="Follow"&&(d=!0));if(h||o||d||l||u)return!0;if(this.usePhysics&&a.physics?.rigidBody==="dynamic"){if(this.usePhysics&&a.physics?.fusedBody)return!0}else if("geometry"in n&&n.geometry&&i.push(nm(n.geometry,n.matrixWorld)),this.usePhysics&&a.physics?.fusedBody)return n.traverseObject((c,p)=>{if(p===0)return;let m;if(c instanceof Bg){if(!c.objectForSample)return c.object.dataPatched.physics.fusedBody===!0&&c.object.dataPatched.physics.rigidBody==="dynamic"||void 0;if(c.objectForSample.dataPatched.physics.fusedBody)return;m=c.object}else if(c instanceof Rh)m=c.object;else if(m=c,c.dataPatched.cloner?.hideBase)return!0;let f=m.dataPatched;if(!f.visible&&f.physics?.enabled!==!0)return!0;"geometry"in c&&c.geometry&&i.push(nm(c.geometry,c.matrixWorld))}),!0},this.traverseNoPhysics=(i,r)=>n=>{let s;if(n instanceof Bg)return;s=n instanceof Rh?n.object:n;let a=s.dataPatched;if(a.physics.enabled==="visibility"?!a.visible:!a.physics.enabled)return!0;if(r&&!s.userData.navmesh)return;let o=n.geometry,l=s.userData.hasDestroy===!0,u=s.userData.hasDrag===!0;if(o4(a)||l||u||s.dataPatched.events.some(h=>h.data.disabled!==!0&&h.data.type==="GameControl"))return!0;o&&i.push(nm(o,n.matrixWorld))},this.navmeshWasm=qEe,this.navMesh=new this.navmeshWasm.NavMesh,this._workerURL=URL.createObjectURL(new Blob([(t?z5e(WEe??"https://cdn.spline.design/@splinetool/runtime@2.0.19/build/"):`
12905
+ `,k5e={cs:6,ch:2,walkableSlopeAngle:90,walkableHeight:20,walkableClimb:5,walkableRadius:0,maxEdgeLen:12,maxSimplificationError:1.3,minRegionArea:8,mergeRegionArea:20,maxVertsPerPoly:6,detailSampleDist:6,detailSampleMaxError:1};U5e.then(e=>{qEe=e,fr=new e.Vec3,po=new e.Vec3});var V5e=new P,G5e=class{constructor(e=!1,t=!1){this.usePhysics=e,this.isExport=t,this.onPointerDown=i=>{if(vi.length!==1)return;let{raycaster:r,page:n}=this.eventContext;this.eventContext.updateRaycaster(i);let s=n.raycastWithClones(r);if(s.length!==0){if(this.gameControl){let a=V5e.copy(this.gameControl.colliderWorldPosition);a.y-=this.gameControl.colliderHeight/2,this.gameControl.path=this.computePath(a,s[0].point)}this.eventContext.requestRender()}},this.traverseWithPhysics=(i,r)=>n=>{let s;if(n instanceof Bg){if(!n.objectForSample)return n.object.dataPatched.physics.fusedBody===!0&&n.object.dataPatched.physics.rigidBody==="dynamic"||void 0;if(n.objectForSample.dataPatched.physics.fusedBody)return;s=n.object}else if(n instanceof Rh)s=n.object;else if(s=n,s.dataPatched.cloner?.disabled===!1&&s.dataPatched.cloner?.hideBase&&s.dataPatched.physics?.fusedBody!==!0)return!0;if(r&&!s.userData.navmesh)return;let a=s.dataPatched;if(!a.visible&&a.physics?.enabled!==!0)return!0;n.updateMatrixWorldRigid();let o=o4(a),l=s.userData.hasDestroy,u=s.userData.hasDrag,h=!1,d=!1;for(let c of a.events)c.data.disabled!==!0&&(c.data.type==="GameControl"?h=!0:c.data.type==="Follow"&&(d=!0));if(h||o||d||l||u)return!0;if(this.usePhysics&&a.physics?.rigidBody==="dynamic"){if(this.usePhysics&&a.physics?.fusedBody)return!0}else if("geometry"in n&&n.geometry&&i.push(nm(n.geometry,n.matrixWorld)),this.usePhysics&&a.physics?.fusedBody)return n.traverseObject((c,p)=>{if(p===0)return;let m;if(c instanceof Bg){if(!c.objectForSample)return c.object.dataPatched.physics.fusedBody===!0&&c.object.dataPatched.physics.rigidBody==="dynamic"||void 0;if(c.objectForSample.dataPatched.physics.fusedBody)return;m=c.object}else if(c instanceof Rh)m=c.object;else if(m=c,c.dataPatched.cloner?.hideBase)return!0;let f=m.dataPatched;if(!f.visible&&f.physics?.enabled!==!0)return!0;"geometry"in c&&c.geometry&&i.push(nm(c.geometry,c.matrixWorld))}),!0},this.traverseNoPhysics=(i,r)=>n=>{let s;if(n instanceof Bg)return;s=n instanceof Rh?n.object:n;let a=s.dataPatched;if(a.physics.enabled==="visibility"?!a.visible:!a.physics.enabled)return!0;if(r&&!s.userData.navmesh)return;let o=n.geometry,l=s.userData.hasDestroy===!0,u=s.userData.hasDrag===!0;if(o4(a)||l||u||s.dataPatched.events.some(h=>h.data.disabled!==!0&&h.data.type==="GameControl"))return!0;o&&i.push(nm(o,n.matrixWorld))},this.navmeshWasm=qEe,this.navMesh=new this.navmeshWasm.NavMesh,this._workerURL=URL.createObjectURL(new Blob([(t?z5e(WEe??"https://cdn.spline.design/@splinetool/runtime@2.0.21/build/"):`
12906
12906
  (async function() {
12907
12907
  const [wasmImport, wasmBinary] = await Promise.all([
12908
12908
  import(self.location.origin + '/_libraries/navmesh.js'),
@@ -12977,7 +12977,7 @@ onmessage = function(messageEvent) {
12977
12977
  [${nO}] { pointer-events: none; }
12978
12978
  [${nO}] > * { pointer-events: auto; }
12979
12979
  [${nO}] [data-spline-passthrough] { pointer-events: none; }
12980
- `,_Ae=class{constructor(e,t,i,r,n){this.container=e,this.host=t,this.observer=i,this.previousSplineGlobal=r,this.removeLateLifecycleShim=n}static mount(e,t,i,r){if(typeof document>"u")return null;let n=t.parentElement;if(!n)return null;getComputedStyle(n).position==="static"&&(n.style.position="relative");let s=document.createElement("div");s.setAttribute(nO,"");let a=s.style;a.position="absolute",a.overflow="hidden";let o=()=>{a.left=`${t.offsetLeft}px`,a.top=`${t.offsetTop}px`,a.width=`${t.offsetWidth}px`,a.height=`${t.offsetHeight}px`};o();let l=new ResizeObserver(o);l.observe(t),l.observe(n);let u=document.createElement("style");u.textContent=vVe,s.appendChild(u);let h=new DOMParser().parseFromString(i,"text/html"),d=Array.from(h.querySelectorAll("script"));for(let y of d)y.remove();for(let y of Array.from(h.head.children))(y.tagName==="STYLE"||y.tagName==="LINK"&&y.rel==="stylesheet")&&s.appendChild(y);for(;h.body.firstChild;)s.appendChild(h.body.firstChild);n.insertBefore(s,t.nextSibling);let c=new Map,p=new Y$(vAe(e,t,r),(y,_)=>{y==="warn"?console.warn(`[spline html] ${_}`):y==="error"&&console.error(`[spline html] ${_}`)},(y,_)=>{let b=c.get(y);if(b)for(let x of b)try{x(_)}catch(w){console.error(w)}}),m=(y,_)=>{try{return Promise.resolve(p.execute(y,_))}catch(b){return Promise.reject(b)}},f={ready:Promise.resolve(),setVariable:(y,_)=>m("setVariable",[y,_]),setVariables:y=>m("setVariables",[y]),getVariable:y=>m("getVariable",[y]),getVariables:()=>m("getVariables",[]),getAllObjects:()=>m("getAllObjects",[]),findObjectByName:y=>m("findObjectByName",[y]),findObjectById:y=>m("findObjectById",[y]),getGeometry:(y,_)=>m("getGeometry",[y,_??{}]),updateObject:(y,_)=>m("updateObject",[y,_]),createObject:(y,_)=>m("createObject",[y,_??{}]),createCustomMaterial:y=>m("createCustomMaterial",[y]),setMaterial:(y,_)=>m("setMaterial",[y,_]),cloneObject:(y,_)=>m("cloneObject",[y,_??{}]),removeObject:y=>m("removeObject",[y]),spawnObject:(y,_)=>m("spawnObject",[y,_??{}]),destroyObject:y=>m("destroyObject",[y]),setInstanceTransforms:(y,_)=>m("setInstanceTransforms",[y,_??null]),emitEvent:(y,_)=>m("emitEvent",[y,_]),emitEventReverse:(y,_)=>m("emitEventReverse",[y,_]),requestRender:()=>m("requestRender",[]),addEventListener:(y,_)=>{if(typeof _!="function")return;let b=c.get(y);b||(b=new Set,c.set(y,b),m("listenEvent",[y])),b.add(_)},removeEventListener:(y,_)=>{let b=c.get(y);!b||(b.delete(_),b.size===0&&(c.delete(y),m("unlistenEvent",[y])))}},g=window.spline;window.spline=f;let v=function(){if(typeof document>"u"||document.readyState==="loading")return()=>{};let y=[],_=(x,w)=>{let S=new Set,M=x.addEventListener.bind(x),T=x.removeEventListener.bind(x);Object.defineProperty(x,"addEventListener",{configurable:!0,writable:!0,value:(A,E,R)=>{if(M(A,E,R),!w.includes(A)||E==null)return;let N={type:A,listener:E};S.add(N),queueMicrotask(()=>{!S.delete(N)||((D,O,z)=>{let U=new Event(z);try{typeof O=="function"?O.call(D,U):O.handleEvent?.(U)}catch(G){console.error(G)}})(x,N.listener,N.type)})}}),Object.defineProperty(x,"removeEventListener",{configurable:!0,writable:!0,value:(A,E,R)=>{T(A,E,R);for(let N of S)N.type===A&&N.listener===E&&S.delete(N)}}),y.push(()=>{delete x.addEventListener,delete x.removeEventListener,S.clear()})};_(document,["DOMContentLoaded"]),_(window,["load"]);let b=Object.getOwnPropertyDescriptor(window,"onload");return Object.defineProperty(window,"onload",{configurable:!0,get:()=>null,set:x=>{typeof x=="function"&&queueMicrotask(()=>{try{x.call(window,new Event("load"))}catch(w){console.error(w)}})}}),y.push(()=>{b?Object.defineProperty(window,"onload",b):delete window.onload}),()=>{for(let x of y)x()}}();for(let y of d){let _=document.createElement("script");for(let b of Array.from(y.attributes))_.setAttribute(b.name,b.value);y.src?_.async=!1:_.textContent=y.textContent,s.appendChild(_)}return new _Ae(s,p,l,g,v)}dispose(){this.removeLateLifecycleShim(),this.host.dispose(),this.observer.disconnect(),this.container.remove(),window.spline!==void 0&&(window.spline=this.previousSplineGlobal)}};function bAe(e){return typeof e=="object"&&e!==null&&e.isMaterial===!0}function wve(e){if(typeof e.material=="function")throw new Error("createObject: a (three) => material factory must be resolved to a material instance before object creation \u2014 this entry point does not support it.");if(!bAe(e.material))return{options:e};let t=e.material;if(t.isNodeMaterial===!0){let i=LH()?.NodeMaterial;if(i!==void 0&&t instanceof i)return{options:{...e,material:void 0},material:t};throw new Error("createObject: this TSL NodeMaterial comes from your own three/webgpu module instance, which cannot compile in the runtime's bundled three. Build it with app.createCustomMaterial((three) => \u2026) instead, or use a built-in material (MeshStandardMaterial, MeshBasicMaterial, \u2026).")}if(t.isShaderMaterial===!0)throw new Error("createObject: a GLSL ShaderMaterial cannot compile on the WebGPU backend \u2014 port the shader to TSL with app.createCustomMaterial((three) => \u2026), or use a built-in material (MeshStandardMaterial, \u2026).");return{options:{...e,material:void 0},material:t}}Ht(),Nr(),le(),dbe(),bu(),Nr(),Ht(),BIe(),qm();var yVe=new Set(["name","parent","position","rotation","scale","visible","castShadow","receiveShadow","color","material"]),Sve="'Cube', 'Sphere', 'Plane', 'Rectangle', 'Ellipse', 'Triangle', 'Polygon', 'Star', 'Cone', 'Cylinder', 'Pyramid', 'Torus', 'TorusKnot', 'Dodecahedron', 'Icosahedron', 'Helix', 'Backdrop', 'Lathe', 'Text', 'CustomMesh', 'Group', 'PointLight', 'SpotLight', 'DirectionalLight'",_Ve={cube:"CubeGeometry",box:"CubeGeometry",sphere:"SphereGeometry",plane:"PlaneGeometry",rectangle:"RectangleGeometry",ellipse:"EllipseGeometry",circle:"EllipseGeometry",triangle:"TriangleGeometry",polygon:"PolygonGeometry",star:"StarGeometry",cone:"ConeGeometry",cylinder:"CylinderGeometry",pyramid:"PyramidGeometry",torus:"TorusGeometry",torusknot:"TorusKnotGeometry",dodecahedron:"DodecahedronGeometry",icosahedron:"IcosahedronGeometry",helix:"HelixGeometry",backdrop:"BackdropGeometry",lathe:"LatheGeometry",text:"TextGeometry",custommesh:"NonParametricGeometry",nonparametric:"NonParametricGeometry"},bVe={group:"Empty",empty:"Empty",pointlight:"PointLight",spotlight:"SpotLight",directionallight:"DirectionalLight"},xVe={shapeblend:"Shape Blends are built from member meshes in the editor and cannot be created empty.",path:"Path shapes need authored path data \u2014 clone an existing one with cloneObject() instead.",vector:"Vector shapes need authored shape data \u2014 clone an existing one with cloneObject() instead.",shape:"Vector shapes need authored shape data \u2014 clone an existing one with cloneObject() instead.",boolean:"Boolean operations are not creatable at runtime \u2014 clone an existing Boolean object with cloneObject() instead.",decal:"Decals need a surface to project onto \u2014 clone an existing Decal with cloneObject() instead.",ui:"UI objects need a 2D frame \u2014 clone an existing one with cloneObject() instead.",input:"Text inputs are not creatable at runtime \u2014 clone an existing one with cloneObject() instead.",particle:"Particle emitters are not creatable at runtime \u2014 clone an existing one with cloneObject() instead.",particlecollider:"Particle forces are not creatable at runtime \u2014 clone an existing one with cloneObject() instead.",hair:"Hair systems are not creatable at runtime \u2014 clone an existing one with cloneObject() instead.",camera:"Cameras are not creatable at runtime.",perspectivecamera:"Cameras are not creatable at runtime.",orthographiccamera:"Cameras are not creatable at runtime.",hemispherelight:"Hemisphere lights are not creatable at runtime.",splat:"Splats are not creatable at runtime.",page:"Pages are not creatable at runtime.",component:"Components are authored in the editor.",instance:"Instances are authored in the editor \u2014 clone an existing one with cloneObject() instead.",bone:"Bones are not creatable at runtime.",mesh:"pass the shape name directly, e.g. createObject('Cube')."},wVe={CubeGeometry:"Cube",SphereGeometry:"Sphere",PlaneGeometry:"Plane",RectangleGeometry:"Rectangle",EllipseGeometry:"Ellipse",TriangleGeometry:"Triangle",PolygonGeometry:"Pentagon",StarGeometry:"Star",ConeGeometry:"Cone",CylinderGeometry:"Cylinder",PyramidGeometry:"Pyramid",TorusGeometry:"Torus",TorusKnotGeometry:"Torus Knot",DodecahedronGeometry:"Dodecahedron",IcosahedronGeometry:"Icosahedron",HelixGeometry:"Helix",BackdropGeometry:"Backdrop",LatheGeometry:"Lathe",TextGeometry:"Text",NonParametricGeometry:"Custom Mesh"},SVe={Empty:"Group",PointLight:"Point Light",SpotLight:"Spot Light",DirectionalLight:"Directional Light"};function EA(e,t){return e===void 0?[t[0],t[1],t[2]]:Array.isArray(e)?[e[0]??t[0],e[1]??t[1],e[2]??t[2]]:[e.x??t[0],e.y??t[1],e.z??t[2]]}function xAe(e){return typeof e=="number"?[e,e,e]:EA(e,[1,1,1])}function T$(e){let t=new Fr(0,0,0,1);return t.setStyle(e),{r:t.r,g:t.g,b:t.b}}function Tve(e,t){let i=e.material??(e.color!==void 0?{color:e.color}:void 0);if(i===void 0)return is.defaultColorMaterial(Mve(eo),"physical","layer1","layer2");if(typeof i=="string"){for(let[a,o]of Object.entries(t.shared.materials))if(a===i||o.name===i)return a;if(function(a){let o=a.trim().toLowerCase();return/^#([0-9a-f]{3,4}|[0-9a-f]{6}|[0-9a-f]{8})$/.test(o)||/^(rgb|hsl)a?\(/.test(o)||ot.NAMES[o]!==void 0}(i))return is.defaultColorMaterial(T$(i),"physical","layer1","layer2");throw new Error(`createObject: material '${i}' matches no shared material in this document (available: ${function(a){let o=Object.entries(a.shared.materials).map(([,l])=>`'${l.name}'`).filter(l=>l!=="'undefined'");return o.length?o.join(", "):"(none)"}(t)}) and is not a valid CSS color.`)}if(typeof i=="function")throw new Error("createObject: a (three) => material factory must be resolved to a material instance before object creation \u2014 this entry point does not support it.");if(bAe(i))throw new Error("createObject: a three.js material instance cannot be stored in the document \u2014 this entry point does not support it.");let r=i.color!==void 0?T$(i.color):Mve(eo),n=is.defaultColorMaterial(r,"physical","layer1","layer2"),s=n.layers.find(a=>a.data.type==="light");if(s){let a={};i.roughness!==void 0&&(a.roughness=i.roughness),i.metalness!==void 0&&(a.metalness=i.metalness),i.reflectivity!==void 0&&(a.reflectivity=i.reflectivity),Object.assign(s.data,a)}if(i.alpha!==void 0){let a=n.layers.find(o=>o.data.type==="color");a&&Object.assign(a.data,{alpha:i.alpha})}return n}function Mve(e){return{r:(e>>16&255)/255,g:(e>>8&255)/255,b:(255&e)/255}}function TVe(e){let t=lm.defaultData("TextGeometry"),{text:i,...r}=e,n=r.fontSize;return n!==void 0&&r.width===void 0&&(r.width=350*n/16),n!==void 0&&r.height===void 0&&(r.height=50*n/16),Object.assign(t,r),i!==void 0&&Object.assign(t,{text:{textValue:String(i)}}),t}function VN(e){return Array.isArray(e)?e:!ArrayBuffer.isView(e)||e instanceof DataView?null:Array.from(e)}function MVe(e,t){return Z1e({userData:{type:e,...IH[e].normalizeInputs({parameters:t})}})}function EVe(e,t,i){let{objectType:r,geometryType:n}=e,s=function(l){let u={};for(let[h,d]of Object.entries(l))!yVe.has(h)&&d!==void 0&&(u[h]=d);return u}(t),a={states:new Nt,events:new Nt};if(r==="Mesh"&&n){if(n==="NonParametricGeometry"){let{geometry:l,doubleSide:u}=function(h){let d=VN(h.vertices);if(!d||d.length<9||d.length%3!=0)throw new Error("createObject('CustomMesh'): `vertices` must be a flat number[] of x,y,z triples (length a multiple of 3, at least one triangle).");let c=d.length/3;if(c>6e4)throw new Error(`createObject('CustomMesh'): too many vertices (${c}); keep it under 60000.`);let p=VN(h.indices);if(p&&p.length){let _=p.find(b=>!Number.isInteger(b)||b<0||b>=c);if(_!==void 0)throw new Error(`createObject('CustomMesh'): index ${_} is out of range (mesh has ${c} vertices).`)}else p=null;let m=new At;m.setAttribute("position",new Et(d,3));let f=VN(h.normals),g=f!==null&&f.length===d.length;g&&m.setAttribute("normal",new Et(f,3));let v=VN(h.uvs);v&&v.length===2*c&&m.setAttribute("uv",new Et(v,2));let y=!1;if(!g){let _=p??Array.from({length:c},(w,S)=>S),{closed:b,inverted:x}=function(w,S){let M=w.length/3,T=new Map,A=new Array(M);for(let D=0;D<M;D++){let O=`${Math.round(1e4*w[3*D])},${Math.round(1e4*w[3*D+1])},${Math.round(1e4*w[3*D+2])}`,z=T.get(O);z===void 0?(T.set(O,D),A[D]=D):A[D]=z}let E=new Map;for(let D=0;D+2<S.length;D+=3){let O=A[S[D]],z=A[S[D+1]],U=A[S[D+2]];for(let[G,j]of[[O,z],[z,U],[U,O]]){if(G===j)continue;let K=G<j?G+"_"+j:j+"_"+G;E.set(K,(E.get(K)??0)+1)}}let R=E.size>0;for(let D of E.values())if(D!==2){R=!1;break}if(!R)return{closed:!1,inverted:!1};let N=0;for(let D=0;D+2<S.length;D+=3){let O=3*S[D],z=3*S[D+1],U=3*S[D+2],G=w[O],j=w[O+1],K=w[O+2],q=w[z],ne=w[z+1],ve=w[z+2],oe=w[U],me=w[U+1],ye=w[U+2];N+=G*(ne*ye-ve*me)+j*(ve*oe-q*ye)+K*(q*me-ne*oe)}return{closed:!0,inverted:N<0}}(d,_);if(b&&x){for(let w=0;w+2<_.length;w+=3){let S=_[w+1];_[w+1]=_[w+2],_[w+2]=S}p=_}else b||(y=!0)}return p&&m.setIndex(p),g||m.computeVertexNormals(),{geometry:Z1e({userData:{type:"NonParametricGeometry",parameters:{subdivisions:0}},data:m.toJSON().data}),doubleSide:y}}(s);Object.assign(a,_c.defaultData,{geometry:l,materials:[Tve(t,i)]}),u&&(a.side=2)}else Object.assign(a,_c.defaultData,{geometry:n==="TextGeometry"?TVe(s):MVe(n,s),material:Tve(t,i)});t.castShadow!==void 0&&(a.castShadow=t.castShadow),t.receiveShadow!==void 0&&(a.receiveShadow=t.receiveShadow)}else r==="Empty"?Object.assign(a,ZO.defaultData):(Object.assign(a,QO.defaultData(r),s),t.color!==void 0&&(a.color=T$(t.color)));a.visible=t.visible??!0,a.position=EA(t.position,[0,0,0]),a.rotation=EA(t.rotation,[0,0,0]),a.scale=xAe(t.scale);let o=(n&&wVe[n])??SVe[r]??r;return a.name=t.name??wAe(o,i.scene.objects),a}function wAe(e,t){let i=new Set;if(t.traverse((n,s)=>{i.add(s.name??"")}),!i.has(e))return e;let r=2;for(;i.has(`${e} ${r}`);)r++;return`${e} ${r}`}function SAe(e,t){let i=ht.generateUUID();if(e.data.type==="Component")return{data:{..._m.fromComponentData(e),name:e.data.name+" Instance"},id:i,fi:e.fi,children:[]};t[e.id]=i;let r=e.data;return r.type==="Empty"&&r.animations?.length&&(r={...r,animations:r.animations.map(([n,s,a])=>{let o=ht.generateUUID(),l=a.indexOf(n);return[o,s,l!==-1?a.slice(0,l)+o+a.slice(l+n.length):a]})}),{...e,id:i,data:r,children:e.children.map(n=>SAe(n,t))}}function AVe(e){let t={};return function(i,r){return bx(i,r,null)??i}(SAe(e,t),t)}function CVe(e){let t=Array.isArray(e)?e[0]:e,i=t.layers?.map(RVe)??[],r=t.layers?.find(n=>n.type==="light");return{layers:i,alpha:r?.node.alphaOverride?.value??1}}function RVe(e){return e.type==="texture"||e.type==="video"||e.type==="matcap"?{...e.data,updateTexture:t=>e.color.texture.image.updateSrc(t)}:{...e.data}}qm(),rs(),EX(),bu();var nM=new Fr(0,0,0,1),PVe={color:["color"],cavity:[],dust:["color"],fresnel:["color"],normal:[],gradient:["colors"],depth:["colors"],texture:[],video:[],noise:["colorA","colorB","colorC","colorD"],toon:["colors","shadowColor"],outline:["outlineColor","contourColor"],transmission:["attenuationColor"],reflection:[],matcap:[],pattern:["colorA","colorB"],vertexColor:[],light:[],displace:[],rainbow:[],particle:[]};Ht(),Ht();var DVe=new J;function Eve(e){let t=new Fr(0,0,0,1);try{t.setStyle(e)}catch(i){console.error(i)}return t}var TAe=class{constructor(e,{renderOnDemand:t,renderMode:i="auto",wasmPath:r,renderer:n,htmlContentMode:s="sandbox"}={}){if(this._rendererBackend="webgl",this._rendererAuto=!1,this._rendererConfigured=!1,this._viewportMode=1,this._viewportWidth=window.innerWidth,this._viewportHeight=window.innerHeight,this._proxyObjectCache=new Map,this._htmlContentMode="sandbox",this._variablesCache=new Map,this._isPaused=!1,this._renderRequested=!1,this._skipRender=!1,this.time=performance.now(),this.dt=0,this.currentTAAFrame=0,this.disposed=!1,this._requestRenderAutoMode=()=>{this._skipRender=!1},this.requestRender=()=>{this._renderRequested=!0},this.render=a=>{if(this.time=a,this._lastTime&&(this.dt=this.time-this._lastTime),this._lastTime=this.time,this._perfs?.start(),this._renderer)if(this._isPaused||!(this.renderMode==="manual"&&!this._renderRequested||this.renderMode==="auto"&&this._skipRender)){if(this._renderRequested=!1,this._skipRender=!0,this._controls&&(this._skipRender=this._controls.update(this.dt)??!1),this._eventManager&&(this._eventManager.handlers?.Start?.hasVideoAction||this._eventManager.handlers?.Basic?.hasVideoAction||this._eventManager.handlers?.Conditional?.hasVideoAction)&&(this._skipRender=!1),this._animationControls?.update(this.dt),this._skipRender?(this.currentTAAFrame++,this.currentTAAFrame<J1e?this._skipRender=!1:this.currentTAAFrame=0):this.currentTAAFrame=0,this._scene?.traverseVisibleEntity(o=>{o.type==="ParticleSystem"&&(o.update(this.dt),this._skipRender=!1),Qy(o)&&(this._renderer?.isWebGPUSplineRenderer!==!0&&o.warnClassicFallbackOnce(),o.isSimulating&&(o.update(this.dt),this._skipRender=!1))}),this._scene&&this._scene.activeCamera!==this._camera&&(this._camera=this._scene.activeCamera),this._eventManager?.isEnabled&&(this._eventManager.handlers?.Follow?.onAnimationFrameDamping(),this._eventManager.handlers?.LookAt?.onAnimationFrameDamping(),this._eventManager.handlers?.DragDrop?.onAnimationFrameDamping()),this._scene&&this._camera){if(this._scene.pathConstraints.applyConstraints(this._scene),this._renderer.sceneTransitionTimeRemaining>0){this._renderer.sceneTransitionTimeRemaining-=this.dt;let o=Math.min(1,1-this._renderer.sceneTransitionTimeRemaining/this._renderer.sceneTransitionDuration);this._renderer.pipeline.sceneTransitionPass.uniforms.mixRatio.value=o,this._skipRender=!1}else this._renderer.pipeline.sceneTransitionFromTexture=null;this._renderer.renderSplineScene(this._scene,this._camera),this._renderer.lastFrameIncomplete===!0&&(this._skipRender=!1),this._renderer.skyAnimationActive===!0&&(this._skipRender=!1)}this.canvas.dispatchEvent(this._renderedEvent),this._perfs?.end()}else this._perfs?.end();else this._perfs?.end()},this._resize=a=>{if(this._renderer){if(this._viewportMode===1&&this._frameView&&(this._frameView.frameSize=DVe.set(this._viewportWidth,this._viewportHeight)),a){let o=this._viewportWidth,l=this._viewportHeight;this._renderer.setSize(o-1,l-1,!1),this._renderer.setSize(o,l,!1)}else this._renderer.setSize(this._viewportWidth,this._viewportHeight,!1);this._camera=this._scene?.activeCamera,this._scene?.updateViewPlaneSize(this._frameView?.frameSize?.x??this._viewportWidth,this._frameView?.frameSize?.y??this._viewportHeight,this._frameView?.enableResponsive??!1),this._camera&&(this._frameView?.setCamera(this._camera),this._frameView?.updateCamera(),this._camera.cameraType==="PerspectiveCamera"&&(this._camera.aspect=this._viewportWidth/this._viewportHeight),this._camera.updateProjectionMatrix()),this.eventManager&&(this.eventManager.eventContext.domRect=this.canvas.getBoundingClientRect()),this._requestRenderAutoMode()}},this._debouncedResize=tA(this._resize,10),this._onScroll=a=>{this.eventManager&&(this.eventManager.eventContext.domRect=this.canvas.getBoundingClientRect())},this.canvas=e,this._htmlContentMode=s,this.renderMode=t?"auto":i,r!==void 0&&(this._wasmPath=function(a){let o=a.length;for(;o>0&&"/".includes(a[o-1]);)o--;return a.slice(0,o)}(r)),this._rendererBackend=n??"webgl",n===void 0){let a=null;try{a=new URLSearchParams(window.location.search).get("renderer")}catch{}a==="webgpu"||a==="webgl"||a==="webgl2"?this._rendererBackend=a==="webgl2"?"webgl":a:(this._rendererAuto=!0,this._rendererBackend=typeof navigator<"u"&&"gpu"in navigator?"webgpu":"webgl")}this._renderedEvent=new CustomEvent("rendered",{bubbles:!0}),Object.defineProperty(this._renderedEvent,"target",{writable:!1,value:this}),window.location.search.includes("perfs")&&Promise.resolve().then(()=>($Le(),iSe)).then(({Perfs:a})=>{this._perfs=new a({x:10,y:10})}),function(a){a.addEventListener("pointerdown",eJ,!0),a.addEventListener("pointerdown",kC,!0),a.addEventListener("pointermove",kC,!0),a.addEventListener("pointerup",F1,!0),a.addEventListener("pointercancel",F1,!0),a.addEventListener("pointerleave",F1,!0),window.addEventListener("keydown",tJ,!0),window.addEventListener("keyup",iJ,!0)}(e)}async _createRenderer(){if(this._rendererBackend==="webgpu"&&this._rendererAuto)try{await navigator.gpu?.requestAdapter()||(this._rendererBackend="webgl")}catch{this._rendererBackend="webgl"}if(this._rendererBackend==="webgpu")try{let{createWebGPUSplineRenderer:e,isWebGPUSupported:t}=await Promise.resolve().then(()=>(S9(),ZI));t();let i=!0,r=!1,n=this._data?.scene.publish?.asyncShaderCompilation!==!1;try{let a=new URLSearchParams(window.location.search),o=a.get("bundles");o==="rerecord"?i="rerecord":(o==="off"||o==="0"||o==="false"||o==="no")&&(i=!1),r=a.get("forcegl")==="1";let l=a.get("asynccomp");l==="off"||l==="0"||l==="false"||l==="no"?n=!1:(l==="on"||l==="1"||l==="true"||l==="always")&&(n=!0)}catch{}let s=await e({canvas:this.canvas,antialias:!1,alpha:!0,powerPreference:"high-performance",sceneBundles:!r&&i,forceWebGL:r,asyncCompilation:!r&&n});return s.onBackgroundWorkReady=()=>{this._skipRender=!1,this._renderRequested=!0},s.skyAnimationAllowed=!0,s}catch(e){console.error("[spline] Failed to initialize the WebGPU renderer, falling back to WebGL:",e),this._rendererBackend="webgl"}{let{SplineRenderer:e,rendererGlobals:t}=await Promise.resolve().then(()=>(yge(),Kq));try{new URLSearchParams(window.location.search).get("taa")==="off"&&(t.taaEnabled.value=!1)}catch{}return new e({canvas:this.canvas,antialias:!1,alpha:!0,stencil:!1,depth:!1,powerPreference:"high-performance"})}}_failWebGPURequired(){console.error('[spline] This scene was exported for WebGPU only and this browser does not provide a WebGPU adapter. Re-export with renderer "Both" or "WebGL 2" to support this browser.');try{let e=window.devicePixelRatio||1,t=this.canvas.clientWidth||300,i=this.canvas.clientHeight||150;this.canvas.width=t*e,this.canvas.height=i*e;let r=this.canvas.getContext("2d");r&&(r.scale(e,e),r.fillStyle="rgba(127, 127, 127, 0.85)",r.font="13px system-ui, -apple-system, Segoe UI, Roboto, sans-serif",r.textAlign="center",r.textBaseline="middle",r.fillText("This scene requires a WebGPU-capable browser.",t/2,i/2))}catch{}this.canvas.dispatchEvent(new CustomEvent("splineerror",{bubbles:!0,detail:{reason:"webgpu-required"}}))}async load(e,t,i){(function(n){let s="The Spline Runtime only accepts .splinecode files that are generated from Spline export panel.";n.endsWith(".spline")?console.warn(s+" The .spline files are only meant to be used by the Editor."):n.endsWith(".splinecode")||console.warn(s)})(e),this.disposed=!1;let r=await(await fetch(e,i)).arrayBuffer();await this.start(r,{variables:t})}async start(e,{interactive:t=!0,variables:i}={}){if(this.disposed)return;Xa.init();let r=await async function(c){let[p,m]=yM(iA.deserialize(new Uint8Array(c)));if((p.schema??0)!==131){let{updateDocumentSchema:f}=await Promise.resolve().then(()=>(M4(),H1e));f(p)}return m.result().data}(e);this._data=r;let n=function(c){let p=[];return c.scene.objects.traverse((m,f)=>{f.type==="Mesh"&&f.geometry.type==="NonParametricGeometry"&&f.geometry.data.draco!==void 0&&p.push(f)}),p}(r);r.version&&(0,fVe.default)(r.version,"2.0.19")>0&&console.warn("Your .splinecode file is more recent than the library. Please upgrade @splinetool/runtime to the latest version."),this._wasmPath!==void 0&&(this.setUIWasmUrl(`${this._wasmPath}/hana-ui.wasm`),function(c){sW=c}(this._wasmPath));let s=async function(){}();await Promise.all([s,n.length&&_ve(this._wasmPath),iie(r)&&GIe(this._wasmPath),OOe(r)&&yOe(this._wasmPath),Zy.physicsEnabled(r.scene.objects)&&w5e(this._wasmPath),ute(r)&&i0e(),Sie(r)&&iLe(),ZIe(r)&&KIe(),Xge(r)&&s.then(()=>hH()?.loadHanaUIRUNTIME()),f5e(r)&&F5e(this._wasmPath)].filter(Boolean)),n.length&&await bve(n),this._eventManager?.deactivate(),this._controls?.deactivate(),this._scene?.dispose();let a=r.scene.publish.renderer;if(this._rendererAuto&&a==="webgl")this._rendererBackend="webgl";else if(this._rendererAuto&&a==="webgpu"){if(this._rendererBackend!=="webgpu"||!await navigator.gpu?.requestAdapter().catch(()=>null))return void this._failWebGPURequired();this._rendererAuto=!1}let o=function(c){let p=new Set;return c.scene.objects.traverse((m,f)=>{if(f.type!=="Page")return;let g=f.postprocessing;if(g&&typeof g=="object"&&g.enabled===!0)for(let[v,y]of Object.entries(g))v!=="enabled"&&y&&typeof y=="object"&&y.enabled===!0&&p.add(v)}),[...p]}(r);if(this._rendererBackend==="webgpu")try{await Promise.all([Promise.resolve().then(()=>(S9(),ZI)),mVe(o)]),this._renderer||(this._renderer=await this._createRenderer())}catch(c){console.error("[spline] Failed to load the WebGPU material backend, using WebGL:",c),this._rendererBackend="webgl"}this._rendererBackend!=="webgpu"&&await Promise.all([Promise.resolve().then(()=>(yge(),Kq)),pVe(o)]),function(c){NA=c}(this._rendererBackend==="webgpu"?"webgpu":"webgl");let l=new oVe(r);if(l.resetPersonalCameraFromDocumentData(),this._scene=l.scene,this._sharedAssetsManager=l.sharedAssets,this._camera=this._scene.activeCamera,window.location.search.includes("merge-geometries")){let{mergeStaticGeometries:c}=await Promise.resolve().then(()=>(QUe(),rEe)),p=performance.now();c(r,l.scene);let m=performance.now();console.log("Merged geometries in ",m-p," ms")}iie(r)&&this._scene.traverse(c=>{Fc(c)&&c.recomputeBoolean()}),this._sharedAssetsManager.setRequestRender(()=>{this._requestRenderAutoMode(),this._scene?.traverse(c=>{ix(c)&&c.pendingMediaLoad&&c.update({scene:this._scene,shared:this._sharedAssetsManager})})}),this._scene?.traverse(c=>{c.type==="ParticleSystem"&&(c.wakeUp(),c.data.autoPlay?c.start():c.stop()),Qy(c)&&c.setPlayMode(!0)});let u=Object.keys(r.shared.fonts).map(c=>this._sharedAssetsManager.getFont(c).loadingPromise);if(Promise.all(u).then(()=>{this.disposed||(l.scene.markNeedsUpdateRendererDirty(),this._requestRenderAutoMode())}),ute(r)&&function(c){if(Zy.physicsEnabled(c.scene.objects))return!0;let p=!1;return c.scene.objects.traverse((m,f)=>{if(f.events){if(Array.isArray(f.events)){for(let g of f.events)if(g.data.disabled!==!0&&g.data.type==="GameControl"&&g.data.collisionEnabled){p=!0;break}}else for(let g of Object.values(f.events))if(g.disabled!==!0&&g.type==="GameControl"&&g.collisionEnabled){p=!0;break}}}),p}(r)&&await Promise.all(u),Xge(r)){let c=[];this._scene.traverseEntity(p=>{(Xo(p)||p instanceof Ys)&&p.uiCanvas&&c.push(p.uiCanvas)}),await Promise.all(c.map(p=>p.promise))}if(this._scene.rewriteEventsBeforeGoToPlayMode(),dK(this._scene.activePage,this._sharedAssetsManager),this._renderer||(this._renderer=await this._createRenderer()),!this._rendererConfigured){this._rendererConfigured=!0,this._renderer.hdTransmission=r.scene.publish.hdTransmission===!0;let c=()=>/Mobi|Android|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent),p=this._getPixelRatio(c()?r.scene.publish.settings.web.pixelRatioMobile:r.scene.publish.settings.web.pixelRatioDesktop);if(this._renderer.setPixelRatio(p),this._renderer.pipeline.enableUIOverlay(),this._renderer.pipeline.addEventListener("smaaloaded",this._requestRenderAutoMode),r.shared.images.SplineWatermark){let m=this._sharedAssetsManager.getImage("SplineWatermark");await m.loadPromise;let f=m.getTexture(1001);this._renderer.pipeline.setWatermark(f)}}Sie(r)&&this._scene.initializeSplatViewer(),r.scene.blueNoiseTextureData!==void 0&&this._renderer.pipeline.updateBlueNoiseTexture(r.scene.blueNoiseTextureData);let h=Object.values(r.frames)[0];if(this._frameView?this._frameView.setCamera(this._camera):(h.preset==="fullscreen"?(this._viewportMode=1,this.canvas.style.display="block",this.canvas.parentElement&&(this._viewportWidth=this.canvas.parentElement.clientWidth||300,this.canvas.style.width="100%"),this.canvas.parentElement&&(this._viewportHeight=this.canvas.parentElement.clientHeight||150,this.canvas.style.height="100%")):(this._viewportMode=2,this._viewportWidth=h.size[0],this._viewportHeight=h.size[1],this.canvas.style.width=`${this._viewportWidth}px`,this.canvas.style.height=`${this._viewportHeight}px`),this._renderer.setSize(this._viewportWidth,this._viewportHeight,!1),this._frameView=new IFe(this._renderer,this._camera,new J(this._viewportWidth,this._viewportHeight)),this._frameView.enableResponsive=(h.allowResponsive??!1)&&h.preset==="fullscreen"),t){let c=new cFe(this._renderer,this.data.scene.publish,this._scene,()=>this._scene.activeCamera,this._sharedAssetsManager,this._requestRenderAutoMode,!0,h);this._scene.updateMatrixWorld(!0),this._controls=new E5e(c),this._animationControls=new uVe(this._scene,this._requestRenderAutoMode),this._eventManager=new AFe(r.scene.publish,this._controls,this._animationControls,c,r.shared.variables),this._eventManager.activate(),this._controls.activate(this._eventManager)}this._resize(),this._scene.activePage.data.postprocessing.depthOfField.enabled&&Promise.all(this._sharedAssetsManager.getImageLoadPromises()).then(()=>{this.disposed||this._resize(!0)}),i!==void 0&&this.setVariables(i),this.dt===0&&(this.render(performance.now()),setTimeout(()=>{this._renderer?.setAnimationLoop(this.render)},0)),this._resizeObserverTimeout=setTimeout(()=>{!this._resizeObserver&&this.canvas.parentElement&&(this._resizeObserver=new ResizeObserver(()=>{this._viewportWidth=this.canvas.clientWidth,this._viewportHeight=this.canvas.clientHeight,this._debouncedResize()}),this._resizeObserver.observe(this.canvas.parentElement))},300),document.addEventListener("scroll",this._onScroll),this._htmlContentOverlay?.dispose(),this._htmlContentOverlay=void 0;let d=r.scene.publish.htmlContent?.html;if(t&&d&&this._htmlContentMode!=="none"){let c={shared:this._sharedAssetsManager,findEntity:p=>this._scene?.getObjectByProperty("uuid",p)??this._scene?.getObjectByName(p)};this._htmlContentOverlay=(this._htmlContentMode==="inline"?_Ae.mount(this,this.canvas,d,c):yAe.mount(this,this.canvas,d,c))??void 0}}setVariables(e){if(this._data!==void 0){let t=Object.entries(e);for(let[i,r]of t)this.setVariable(i,r)}}setVariable(e,t){let i=this._getVariableByName(e);if(i&&!("dynamicVariableType"in i.data)){let r=t;typeof i.data.value=="number"?r=typeof t=="number"?t:typeof t=="boolean"?t===!0?1:0:parseFloat(t):typeof i.data.value=="boolean"?r=typeof t=="number"?!!t:typeof t=="boolean"?t:t.toLocaleLowerCase()!=="false"&&!!t:typeof i.data.value!="string"&&i.data.value.textValue!==void 0&&(r=t.toString());let n=typeof r=="string"?{textValue:r}:r;this._sharedAssetsManager?.updateVariable(i.id,n),this.requestRender(),this._requestRenderAutoMode()}else i===void 0?console.warn(`No variable named ${e} was found in your Spline file. Make sure to create it from Spline editor.`):"dynamicVariableType"in i.data&&console.warn(`Dynamic variables like ${e} cannot be updated from code.`)}getVariables(){let e={};return this._data&&this._data.shared.variables.forEach(t=>{e[t.data.name]===void 0&&(e[t.data.name]=this._getVariableValue(this._sharedAssetsManager.getVariable(t.id)))}),e}getVariable(e){let t=this._getVariableByName(e);if(t){let i=this._sharedAssetsManager.getVariable(t.id);return this._getVariableValue(i)}}_getVariableValue(e){return typeof e!="string"&&Eo.isTextValue(e)?Eo.getDisplayedValue(e):e}_getVariableByName(e){if(this._data){if(this._variablesCache.has(e))return this._variablesCache.get(e);let t=this._data.shared.variables.find(i=>i.data.name===e);return t&&this._variablesCache.set(e,t),t}}_getPixelRatio(e){switch(e){case 0:return window.devicePixelRatio;case 1:return 1;case 2:return 2}}findObjectById(e){let t=this._scene?.getObjectByProperty("uuid",e);return this._createProxyObject(t)}findObjectByName(e){let t=this._scene?.getObjectByName(e);return this._createProxyObject(t)}getAllObjects(){let e=[];return this._scene?.traverseEntity(t=>{if(!(t.uuid===a1||this._scene.isInvisibleObjects(t)||t instanceof Ys)){let i=this._createProxyObject(t);i&&e.push(i)}}),e}getSplineEvents(){return(this._eventManager?.handlers?.Spline).splineEvents}emitEvent(e,t){(this.findObjectById(t)||this.findObjectByName(t))?.emitEvent(e)}emitEventReverse(e,t){(this.findObjectById(t)||this.findObjectByName(t))?.emitEventReverse(e)}addEventListener(e,t){this.canvas.addEventListener(e,t)}removeEventListener(e,t){this.canvas.removeEventListener(e,t)}setZoom(e){this._controls?.orbitControls instanceof _Ee&&this._controls?.orbitControls.setZoom(e)}get eventManager(){return this._eventManager}get controls(){return this._controls}setSize(e,t){this._viewportWidth=e,this._viewportHeight=t,this._viewportMode=2,this._resize()}setBackgroundColor(e){let t=Eve(e);this._scene?.activePage.setBackgroundColor(t),this._requestRenderAutoMode()}dispose(){this.disposed=!0,this._htmlContentOverlay?.dispose(),this._htmlContentOverlay=void 0,this._eventManager?.dispose(),this._scene?.dispose(),this._scene=void 0,this._camera=void 0,_E&&_E.disposeAll(),this._sharedAssetsManager?.setRequestRender(()=>{}),this._sharedAssetsManager?.dispose(),this._sharedAssetsManager=void 0,this._proxyObjectCache.forEach(e=>{z9.unsubscribe(e)}),this._proxyObjectCache.clear(),this._variablesCache.clear(),this._renderer?.pipeline.removeEventListener("smaaloaded",this._requestRenderAutoMode),this._renderer?.setAnimationLoop(null),this._renderer?.dispose(),this._renderer=void 0,this._debouncedResize.cancel(),this._resizeObserver&&(this._resizeObserver.disconnect(),this._resizeObserver=void 0),this._resizeObserverTimeout!==void 0&&(clearTimeout(this._resizeObserverTimeout),this._resizeObserverTimeout=void 0),this.canvas.style.width="",this.canvas.style.height="",this.canvas.removeAttribute("width"),this.canvas.removeAttribute("height"),this._frameView=void 0,this._controls?.deactivate(),this._controls=void 0,this._animationControls=void 0,this._eventManager?.eventContext.dispose(),this._eventManager=void 0,this._splatViewer=void 0,this._data=void 0,this._perfs=void 0,this.dt=0,this._lastTime=void 0,function(e){e.removeEventListener("pointerdown",eJ,!0),e.removeEventListener("pointerdown",kC,!0),e.removeEventListener("pointermove",kC,!0),e.removeEventListener("pointerup",F1,!0),e.removeEventListener("pointercancel",F1,!0),e.removeEventListener("pointerleave",F1,!0),window.removeEventListener("keydown",tJ,!0),window.removeEventListener("keyup",iJ,!0)}(this.canvas),document.removeEventListener("scroll",this._onScroll),Xa.dispose()}get isStopped(){return this._isPaused}stop(){this._isPaused||(this._renderer?.setAnimationLoop(null),this._isPaused=!0,this._eventManager?.pause(),this._controls?.orbitControls&&(this._controls.orbitControls.enabled=!1))}play(){!this._isPaused||(this._isPaused=!1,this._eventManager?.resume(),this._controls?.orbitControls&&(this._controls.orbitControls.enabled=!0),this._renderer?.setAnimationLoop(this.render))}setGlobalEvents(e){this._eventManager?.updateUseWindowEvents(e)}get data(){return this._data}_createProxyObject(e){if(!this._scene)return;let t,i=this._scene;if(e==null)return;if(this._proxyObjectCache.has(e.uuid))return this._proxyObjectCache.get(e.uuid);e.traverseAncestors(h=>{h instanceof Ys&&(t=h.name)});let r=this._sharedAssetsManager,n={shared:r,scene:this._scene},s=h=>{if(h===null||h==="Base State")return null;if(h&&e.data.states){let d=e.data.states.find(c=>c.data.name===h);return d?d.id:void 0}},a="material"in e?e.material:void 0,o=e.materialOverride,l={name:e.name,uuid:e.uuid,visible:e.visible,intensity:e.intensity,position:e.position,rotation:e.rotation,scale:e.scale,type:e.data.type,page:t,material:o??(a?CVe(a):void 0),parentUuid:e.parent instanceof Ys||e instanceof Pg?void 0:e.parent?.uuid,emitEvent(h){e.dispatchEvent({type:"userEvent",eventName:h})},emitEventReverse(h){e.dispatchEvent({type:"userEvent",eventName:h,reverse:!0})},hide(){e.visible&&(e.visible=!1,n.shared.requestRender())},show(){e.visible||(e.visible=!0,n.shared.requestRender())},get state(){let h=e.stateSelection;if(h!==null)return e.data.states.find(({id:d})=>d===h)?.data.name},set state(h){let d;if(h!==void 0){let c=typeof h=="string"?e.data.states.find(({id:p})=>p===h):e.data.states[h];if(c)d=c.id;else{let p=typeof h=="string"?s(h):void 0;p&&(d=p)}}e.changeSelectedState(d??null,n),e.currentState=d??null,e.dispatchEvent({type:"completeState",state:d??null}),n.shared.requestRender()},transition(h){let d=fAe;if(d===null)return Sa("transitions","obj.transition()"),{transition(b){return this},play(){return this},pause(){return this},reset(){return this},seek(b){return this}};let c,p,m=this,f=[],g=!1,v=()=>{p=new oAe({delay:0,delayDirection:"start-once",direction:"normal",repeat:0,runMode:"Repeat"},f.map(b=>b.runner))},y={update(b){p?.update(b),p?.isPlaying!==!0&&Xa.remove(y)}},_={transition({from:b,to:x,duration:w,delay:S,...M}){let T=s(b);T===void 0&&(T=c);let A=s(x);return c=A,f.push(new d(e,T,A,{state:A,repeat:0,delay:S??0,delayDirection:"start-once",direction:"normal",duration:w??1e3,...M,...M.easing===6?Tg.defaultData:M.easing===5?ew.defaultData:{}},r,!1,i.activePage,{onBegin:()=>{(b&&T||b==="Base State"&&!T)&&(m.state=T??void 0)},onComplete:()=>{m.state=A??void 0}})),v(),this},play(){return p?(g=!0,p.play(Xa.time),p.isPlaying&&Xa.add(y),this):this},pause(){return p?.stop(),Xa.remove(y),this},reset(){return this.pause(),g=!1,v(),p?.seek(0),this},seek(b){let x=f.reduce((w,S)=>w+S.runner.duration,0);return x>0&&p?.seek(b/1e3/x),this}};return _.transition(h),(h.autoPlay??!0)&&queueMicrotask(()=>{g||_.play()}),_},set color(h){let d=Eve(h);if(vL.is(e))return void(e.color=d);if(!(e.type==="Mesh"&&"material"in e&&e instanceof bl))return;let c={r:d.r,g:d.g,b:d.b,a:d.a},p=e.materialOverride;if(p!==void 0){let g=p.color;return void(g?.isColor===!0&&typeof g.setStyle=="function"&&(g.setStyle(h),n.shared.requestRender()))}let m=Array.isArray(e.material)?e.material[0]:e.material,f=m.data.layers.find(g=>g.data.type==="color")?.id;if(f)m.updateByOp({type:0,path:["layers",f],props:{color:{...c}}},m.data,n);else{let g=m.data,v=g.layers.find(S=>S.data.type==="light");if(!v)return;let y=g.layers.indexOf(v)===0?v:null,_=g.layers.at(y?g.layers.indexOf(y)+1:0),b={type:4,fi:y?y.fi+(_?(_.fi-y.fi)/2:1):_?_.fi/2:1,id:ht.generateUUID(),data:{...os.defaultData("color"),color:c},localIndex:0},x=g.layers.insertAfterHelper(y?.id??null,1),w=g.layers.runOp({...b,fi:x[0]}).data;Object.assign(m.data,{layers:w}),m.updateByOp({...b,path:["layers"]},m.data,n)}}},u=z9(l,(h,d)=>{let c=e[h],p=function(m){return m.split(".")}(h);p[0]==="material"&&a&&o===void 0&&function(m,f,g){let v=Array.isArray(g)?g[0]:g;if(m[0]==="layers"){let y=parseInt(m[1]),_=v.layers[y],b=m[2];_&&b&&function(x,w,S){let M=x[0];try{if(function(T,A){return!!PVe[A]?.includes(T)}(M,S.type,x.slice(1)))if(M==="colors"){if(x.length<2)throw new Error("You cannot mutate the colors array, only its items");let T=parseInt(x[1]),A=S.getValue(M)?.[T];if(!A)throw new Error("Color index out of range");nM.setStyle(w),A.set(nM.r,nM.g,nM.b,nM.a)}else S.getValue(M)?.setStyle(w);else if(M==="texture"||M==="video"){let T=S.color;(function(A,E,R,N){let D=A[0];if(D==="repeat"||D==="offset"||D==="rotation"){let O=N.getNode("mat"),z=O&&typeof O.updateMatrix=="function"?O:N.getValue("mat");if(!z)return;if(D==="rotation")z.rotation=parseFloat(E);else{let U=A[1];if(U===void 0)E instanceof Array&&E.length===2&&Object.assign(z,{[D]:E});else{let G=z[D],j=parseInt(U)===0?[parseFloat(E),G[1]]:[G[0],parseFloat(E)];Object.assign(z,{[D]:j})}}z.updateMatrix()}else D==="wrapping"||D==="minFilter"||D==="magFilter"?D==="wrapping"?R.texture.wrap=E:R.texture[D]=E:D==="image"&&A[1]==="data"&&R.texture.image.updateSrc(E)})(x.slice(1),w,T,S)}else{let T=x[1],A=S.getValue(M);A?.isVector3&&T!==void 0||A?.isVector2&&T!==void 0?A.setComponent(parseInt(T),w):S.setValue(M,w)}}catch(T){console.error("Error setting material value",T)}}(m.slice(2),f,_)}else m[0]==="alpha"&&v.layers.forEach(y=>{y.type==="light"&&y.node.alphaOverride!==void 0&&(y.node.alphaOverride.value=f,f<1&&(v.transparent=!0))})}(p.slice(1),d,a),typeof c!="object"&&Object.getOwnPropertyDescriptor(e,h)?.writable&&(e[h]=d),this._requestRenderAutoMode(),e.updateMatrix()});return this._proxyObjectCache.set(e.uuid,u),u}setUIWasmUrl(e){(function(t){aL=t,C4?.setHanaUIWasmUrl(t)})(e)}pauseGameControls(){this._eventManager?.controlsManager.gameControl?.pause()}resumeGameControls(){this._eventManager?.controlsManager.gameControl?.resume()}async swapGeometry(e,t){let i;if(typeof t=="string"){if(!t.endsWith(".splinegeometry"))throw new Error("Only .splinegeometry format is supported");{let l=await(await fetch(t)).arrayBuffer();i=new Uint8Array(l)}}else i=t;let r=iA.deserialize(i),n="data"in r&&r.data.draco!==void 0;n&&await _ve(this._wasmPath);let s=this._scene?.getObjectByProperty("uuid",e)??this._scene?.getObjectByName(e);if(!s)return void console.warn(`Object ${e} not found`);if(s.data.type!=="Mesh"||!(s instanceof bl))return void console.warn(`Object ${e} is not a mesh`);let a=s,o={...a.data,geometry:r};n&&await bve([o]),a.updateByOp({type:0,path:[],props:{geometry:o.geometry}},o,{shared:this._sharedAssetsManager,scene:this._scene},!1);for(let l of a.data.states){let u={...l.data};a.states||(a.states={}),a.states[l.id]=Eg.patch(o,u)}return i}_applyDocumentTransaction(e){this._data=e.data,this._scene&&(this._scene.data=this._data.scene),this._sharedAssetsManager&&(this._sharedAssetsManager.data=this._data.shared);for(let t of e.actual){let i=t.path;Array.isArray(i)&&i.length===2&&i[0]==="scene"&&i[1]==="objects"&&this._scene?.updateTreeByOp({...t,path:[]},this._sharedAssetsManager)}}_findEntity(e){return this._scene?.getObjectByProperty("uuid",e)??this._scene?.getObjectByName(e)}_resolveParentId(e){if(e===void 0)return this._scene.activePage.uuid;let t=typeof e=="string"?e:e.uuid,i=this._findEntity(t);if(!i)throw new Error(`parent '${t}' \u2014 no object with that name or uuid in the scene.`);return i.uuid}async createCustomMaterial(e){if(this.disposed)throw new Error("createCustomMaterial: this Application was disposed.");if(typeof e!="function")throw new Error("createCustomMaterial: expected a factory function \u2014 createCustomMaterial((three) => new three.MeshStandardNodeMaterial()).");let t=LH();if(t===void 0&&(this._rendererBackend==="webgpu"&&(await Promise.resolve().then(()=>(S9(),ZI)),t=LH()),t===void 0))throw new Error("createCustomMaterial: requires the webgpu backend (the runtime default where WebGPU is available). This Application is on the classic WebGL pipeline \u2014 pass { renderer: 'webgpu' } or drop any ?renderer=webgl2 override.");let i=e(t);if(typeof i!="object"||i===null||i.isMaterial!==!0)throw new Error("createCustomMaterial: the factory must return a three.js material built from the namespace it receives \u2014 e.g. (three) => new three.MeshStandardNodeMaterial().");return i}async setMaterial(e,t){if(this.disposed)throw new Error("setMaterial: this Application was disposed.");let i=this._scene;if(!i)throw new Error("setMaterial: no scene loaded \u2014 call load() or start() first.");let r=typeof e=="string"?e:e.uuid,n=this._findEntity(r);if(!n)throw new Error(`setMaterial: '${r}' \u2014 no object with that name or uuid in the scene.`);if(!(n instanceof bl))throw new Error(`setMaterial: '${r}' is not a mesh \u2014 lights, groups, and cameras have no material.`);let s=typeof t=="function"?await this.createCustomMaterial(t):t;if(fL()!=="webgpu")throw new Error("setMaterial: custom three.js materials require the webgpu backend (the runtime default where WebGPU is available). This scene is running the classic WebGL pipeline \u2014 pass { renderer: 'webgpu' } or drop any ?renderer=webgl2 override.");let a=wve({material:s});if(a.material===void 0)throw new Error("setMaterial: expected a three.js material instance or a (three) => material factory.");return n.setMaterialOverride(a.material,{scene:i,shared:this._sharedAssetsManager}),this._proxyObjectCache.delete(n.uuid),this._requestRenderAutoMode(),a.material}async createObject(e,t={}){if(this.disposed)throw new Error("createObject: this Application was disposed.");let i=this._scene,r=this._data;if(!i||!r)throw new Error("createObject: no scene loaded \u2014 call load() or start() first.");let n=function(g){if(typeof g!="string"||g.length===0)throw new Error(`createObject: expected a type name string \u2014 one of ${Sve}.`);let v=g.replace(/Geometry$/i,"").replace(/[\s_-]/g,"").toLowerCase(),y=bVe[v];if(y)return{objectType:y};let _=_Ve[v];if(_)return{objectType:"Mesh",geometryType:_};let b=xVe[v];throw b?new Error(`createObject: '${g}' is not supported \u2014 ${b}`):new Error(`createObject: '${g}' is not a creatable Spline type \u2014 use one of ${Sve}, e.g. createObject('Cube', { width: 200 }).`)}(e);typeof t.material=="function"&&(t={...t,material:await this.createCustomMaterial(t.material)});let s,a,{options:o,material:l}=wve(t);if(l!==void 0){if(n.objectType!=="Mesh")throw new Error("createObject: a three.js material instance only applies to mesh types \u2014 lights and groups have no material.");if(fL()!=="webgpu")throw new Error("createObject: three.js material instances require the webgpu backend (the runtime default where WebGPU is available). This scene is running the classic WebGL pipeline \u2014 pass { renderer: 'webgpu' } to the Application, or drop any ?renderer=webgl2 override.")}if(n.geometryType==="TextGeometry"){if(!vX.has("text"))throw new Error("createObject: this runtime build was compiled without the 'text' feature \u2014 re-export the scene with a Text object present, or load the full runtime build.");if(await i0e(),a=t.font??Db,r.shared.fonts[a]===void 0){if(a!==Db){let g=Object.keys(r.shared.fonts).join(", ");throw new Error(`createObject: font '${a}' is not in this document \u2014 available fonts: ${g||"(none)"}.`)}s={name:Db,url:E1e}}}let u=this._resolveParentId(t.parent),h=EVe(n,o,r),d=ht.generateUUID(),[c,p]=yM(r);s&&(c.shared.fonts[Db]=s),c.scene.objects.insertAfter(u,null,[{id:d,data:h,children:[]}]);let m=p.result();if(s&&this._sharedAssetsManager.addFont(Db,s),a!==void 0){let g=this._sharedAssetsManager.getFont(a);g&&await g.loadingPromise}this._applyDocumentTransaction(m);let f=i.find(d);return l!==void 0&&f.setMaterialOverride(l,{scene:i,shared:this._sharedAssetsManager}),this._requestRenderAutoMode(),this._createProxyObject(f)}cloneObject(e,t={}){if(this.disposed)throw new Error("cloneObject: this Application was disposed.");let i=this._scene,r=this._data;if(!i||!r)throw new Error("cloneObject: no scene loaded \u2014 call load() or start() first.");let n=typeof e=="string"?e:e?.uuid,s=n?this._findEntity(n):void 0;if(!s)throw new Error(`cloneObject: '${n}' \u2014 no object with that name or uuid in the scene.`);if(s instanceof Ys)throw new Error("cloneObject: pages cannot be cloned.");let a=r.scene.objects.get(s.uuid);if(!a)throw new Error(`cloneObject: '${n}' is not part of the document tree (expanded clones and instanced children cannot be cloned \u2014 clone their source object instead).`);let o=function(p,m,f){let g={...p.data};return m.position!==void 0&&(g.position=EA(m.position,[0,0,0])),m.rotation!==void 0&&(g.rotation=EA(m.rotation,[0,0,0])),m.scale!==void 0&&(g.scale=xAe(m.scale)),m.visible!==void 0&&(g.visible=m.visible),g.name=m.name??wAe(`${p.data.name??"Object"} Copy`,f),{...p,data:g}}(AVe(a),t,r.scene.objects),l=t.parent!==void 0?this._resolveParentId(t.parent):r.scene.objects.parent(s.uuid)??null,u=t.parent!==void 0?null:s.uuid,[h,d]=yM(r);h.scene.objects.insertAfter(l,u,[o]),this._applyDocumentTransaction(d.result());let c=i.find(o.id);return this._requestRenderAutoMode(),this._createProxyObject(c)}removeObject(e){let t=this._scene,i=this._data;if(this.disposed||!t||!i)return!1;let r=typeof e=="string"?e:e?.uuid,n=r?this._findEntity(r):void 0;if(!n)return!1;if(n instanceof Ys)throw new Error("removeObject: pages cannot be removed.");if(n.data.type==="PerspectiveCamera"||n.data.type==="OrthographicCamera")throw new Error("removeObject: cameras cannot be removed.");if(i.scene.objects.get(n.uuid)===void 0)throw new Error(`removeObject: '${r}' is not part of the document tree (expanded clones and instanced children cannot be removed individually).`);let s=[];n.traverseEntity(l=>{s.push(l.uuid)});let[a,o]=yM(i);a.scene.objects.delete(n.uuid),this._applyDocumentTransaction(o.result());for(let l of s){let u=this._proxyObjectCache.get(l);u&&(z9.unsubscribe(u),this._proxyObjectCache.delete(l))}return this._requestRenderAutoMode(),!0}};var gB=window,vB=gB.ShadowRoot&&(gB.ShadyCSS===void 0||gB.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype,cK=Symbol(),MAe=new WeakMap,GA=class{constructor(t,i,r){if(this._$cssResult$=!0,r!==cK)throw Error("CSSResult is not constructable. Use `unsafeCSS` or `css` instead.");this.cssText=t,this.t=i}get styleSheet(){let t=this.o,i=this.t;if(vB&&t===void 0){let r=i!==void 0&&i.length===1;r&&(t=MAe.get(i)),t===void 0&&((this.o=t=new CSSStyleSheet).replaceSync(this.cssText),r&&MAe.set(i,t))}return t}toString(){return this.cssText}},EAe=e=>new GA(typeof e=="string"?e:e+"",void 0,cK),pK=(e,...t)=>{let i=e.length===1?e[0]:t.reduce((r,n,s)=>r+(a=>{if(a._$cssResult$===!0)return a.cssText;if(typeof a=="number")return a;throw Error("Value passed to 'css' function must be a 'css' function result: "+a+". Use 'unsafeCSS' to pass non-literal values, but take care to ensure page security.")})(n)+e[s+1],e[0]);return new GA(i,e,cK)},mK=(e,t)=>{vB?e.adoptedStyleSheets=t.map(i=>i instanceof CSSStyleSheet?i:i.styleSheet):t.forEach(i=>{let r=document.createElement("style"),n=gB.litNonce;n!==void 0&&r.setAttribute("nonce",n),r.textContent=i.cssText,e.appendChild(r)})},yB=vB?e=>e:e=>e instanceof CSSStyleSheet?(t=>{let i="";for(let r of t.cssRules)i+=r.cssText;return EAe(i)})(e):e;var fK,_B=window,AAe=_B.trustedTypes,NVe=AAe?AAe.emptyScript:"",CAe=_B.reactiveElementPolyfillSupport,vK={toAttribute(e,t){switch(t){case Boolean:e=e?NVe:null;break;case Object:case Array:e=e==null?e:JSON.stringify(e)}return e},fromAttribute(e,t){let i=e;switch(t){case Boolean:i=e!==null;break;case Number:i=e===null?null:Number(e);break;case Object:case Array:try{i=JSON.parse(e)}catch{i=null}}return i}},RAe=(e,t)=>t!==e&&(t==t||e==e),gK={attribute:!0,type:String,converter:vK,reflect:!1,hasChanged:RAe},yK="finalized",Km=class extends HTMLElement{constructor(){super(),this._$Ei=new Map,this.isUpdatePending=!1,this.hasUpdated=!1,this._$El=null,this._$Eu()}static addInitializer(t){var i;this.finalize(),((i=this.h)!==null&&i!==void 0?i:this.h=[]).push(t)}static get observedAttributes(){this.finalize();let t=[];return this.elementProperties.forEach((i,r)=>{let n=this._$Ep(r,i);n!==void 0&&(this._$Ev.set(n,r),t.push(n))}),t}static createProperty(t,i=gK){if(i.state&&(i.attribute=!1),this.finalize(),this.elementProperties.set(t,i),!i.noAccessor&&!this.prototype.hasOwnProperty(t)){let r=typeof t=="symbol"?Symbol():"__"+t,n=this.getPropertyDescriptor(t,r,i);n!==void 0&&Object.defineProperty(this.prototype,t,n)}}static getPropertyDescriptor(t,i,r){return{get(){return this[i]},set(n){let s=this[t];this[i]=n,this.requestUpdate(t,s,r)},configurable:!0,enumerable:!0}}static getPropertyOptions(t){return this.elementProperties.get(t)||gK}static finalize(){if(this.hasOwnProperty(yK))return!1;this[yK]=!0;let t=Object.getPrototypeOf(this);if(t.finalize(),t.h!==void 0&&(this.h=[...t.h]),this.elementProperties=new Map(t.elementProperties),this._$Ev=new Map,this.hasOwnProperty("properties")){let i=this.properties,r=[...Object.getOwnPropertyNames(i),...Object.getOwnPropertySymbols(i)];for(let n of r)this.createProperty(n,i[n])}return this.elementStyles=this.finalizeStyles(this.styles),!0}static finalizeStyles(t){let i=[];if(Array.isArray(t)){let r=new Set(t.flat(1/0).reverse());for(let n of r)i.unshift(yB(n))}else t!==void 0&&i.push(yB(t));return i}static _$Ep(t,i){let r=i.attribute;return r===!1?void 0:typeof r=="string"?r:typeof t=="string"?t.toLowerCase():void 0}_$Eu(){var t;this._$E_=new Promise(i=>this.enableUpdating=i),this._$AL=new Map,this._$Eg(),this.requestUpdate(),(t=this.constructor.h)===null||t===void 0||t.forEach(i=>i(this))}addController(t){var i,r;((i=this._$ES)!==null&&i!==void 0?i:this._$ES=[]).push(t),this.renderRoot!==void 0&&this.isConnected&&((r=t.hostConnected)===null||r===void 0||r.call(t))}removeController(t){var i;(i=this._$ES)===null||i===void 0||i.splice(this._$ES.indexOf(t)>>>0,1)}_$Eg(){this.constructor.elementProperties.forEach((t,i)=>{this.hasOwnProperty(i)&&(this._$Ei.set(i,this[i]),delete this[i])})}createRenderRoot(){var t;let i=(t=this.shadowRoot)!==null&&t!==void 0?t:this.attachShadow(this.constructor.shadowRootOptions);return mK(i,this.constructor.elementStyles),i}connectedCallback(){var t;this.renderRoot===void 0&&(this.renderRoot=this.createRenderRoot()),this.enableUpdating(!0),(t=this._$ES)===null||t===void 0||t.forEach(i=>{var r;return(r=i.hostConnected)===null||r===void 0?void 0:r.call(i)})}enableUpdating(t){}disconnectedCallback(){var t;(t=this._$ES)===null||t===void 0||t.forEach(i=>{var r;return(r=i.hostDisconnected)===null||r===void 0?void 0:r.call(i)})}attributeChangedCallback(t,i,r){this._$AK(t,r)}_$EO(t,i,r=gK){var n;let s=this.constructor._$Ep(t,r);if(s!==void 0&&r.reflect===!0){let a=(((n=r.converter)===null||n===void 0?void 0:n.toAttribute)!==void 0?r.converter:vK).toAttribute(i,r.type);this._$El=t,a==null?this.removeAttribute(s):this.setAttribute(s,a),this._$El=null}}_$AK(t,i){var r;let n=this.constructor,s=n._$Ev.get(t);if(s!==void 0&&this._$El!==s){let a=n.getPropertyOptions(s),o=typeof a.converter=="function"?{fromAttribute:a.converter}:((r=a.converter)===null||r===void 0?void 0:r.fromAttribute)!==void 0?a.converter:vK;this._$El=s,this[s]=o.fromAttribute(i,a.type),this._$El=null}}requestUpdate(t,i,r){let n=!0;t!==void 0&&(((r=r||this.constructor.getPropertyOptions(t)).hasChanged||RAe)(this[t],i)?(this._$AL.has(t)||this._$AL.set(t,i),r.reflect===!0&&this._$El!==t&&(this._$EC===void 0&&(this._$EC=new Map),this._$EC.set(t,r))):n=!1),!this.isUpdatePending&&n&&(this._$E_=this._$Ej())}async _$Ej(){this.isUpdatePending=!0;try{await this._$E_}catch(i){Promise.reject(i)}let t=this.scheduleUpdate();return t!=null&&await t,!this.isUpdatePending}scheduleUpdate(){return this.performUpdate()}performUpdate(){var t;if(!this.isUpdatePending)return;this.hasUpdated,this._$Ei&&(this._$Ei.forEach((n,s)=>this[s]=n),this._$Ei=void 0);let i=!1,r=this._$AL;try{i=this.shouldUpdate(r),i?(this.willUpdate(r),(t=this._$ES)===null||t===void 0||t.forEach(n=>{var s;return(s=n.hostUpdate)===null||s===void 0?void 0:s.call(n)}),this.update(r)):this._$Ek()}catch(n){throw i=!1,this._$Ek(),n}i&&this._$AE(r)}willUpdate(t){}_$AE(t){var i;(i=this._$ES)===null||i===void 0||i.forEach(r=>{var n;return(n=r.hostUpdated)===null||n===void 0?void 0:n.call(r)}),this.hasUpdated||(this.hasUpdated=!0,this.firstUpdated(t)),this.updated(t)}_$Ek(){this._$AL=new Map,this.isUpdatePending=!1}get updateComplete(){return this.getUpdateComplete()}getUpdateComplete(){return this._$E_}shouldUpdate(t){return!0}update(t){this._$EC!==void 0&&(this._$EC.forEach((i,r)=>this._$EO(r,this[r],i)),this._$EC=void 0),this._$Ek()}updated(t){}firstUpdated(t){}};Km[yK]=!0,Km.elementProperties=new Map,Km.elementStyles=[],Km.shadowRootOptions={mode:"open"},CAe?.({ReactiveElement:Km}),((fK=_B.reactiveElementVersions)!==null&&fK!==void 0?fK:_B.reactiveElementVersions=[]).push("1.6.3");var _K,bB=window,Iw=bB.trustedTypes,PAe=Iw?Iw.createPolicy("lit-html",{createHTML:e=>e}):void 0,xK="$lit$",i0=`lit$${(Math.random()+"").slice(9)}$`,UAe="?"+i0,IVe=`<${UAe}>`,p1=document,HA=()=>p1.createComment(""),WA=e=>e===null||typeof e!="object"&&typeof e!="function",FAe=Array.isArray,OVe=e=>FAe(e)||typeof e?.[Symbol.iterator]=="function",bK=`[
12980
+ `,_Ae=class{constructor(e,t,i,r,n){this.container=e,this.host=t,this.observer=i,this.previousSplineGlobal=r,this.removeLateLifecycleShim=n}static mount(e,t,i,r){if(typeof document>"u")return null;let n=t.parentElement;if(!n)return null;getComputedStyle(n).position==="static"&&(n.style.position="relative");let s=document.createElement("div");s.setAttribute(nO,"");let a=s.style;a.position="absolute",a.overflow="hidden";let o=()=>{a.left=`${t.offsetLeft}px`,a.top=`${t.offsetTop}px`,a.width=`${t.offsetWidth}px`,a.height=`${t.offsetHeight}px`};o();let l=new ResizeObserver(o);l.observe(t),l.observe(n);let u=document.createElement("style");u.textContent=vVe,s.appendChild(u);let h=new DOMParser().parseFromString(i,"text/html"),d=Array.from(h.querySelectorAll("script"));for(let y of d)y.remove();for(let y of Array.from(h.head.children))(y.tagName==="STYLE"||y.tagName==="LINK"&&y.rel==="stylesheet")&&s.appendChild(y);for(;h.body.firstChild;)s.appendChild(h.body.firstChild);n.insertBefore(s,t.nextSibling);let c=new Map,p=new Y$(vAe(e,t,r),(y,_)=>{y==="warn"?console.warn(`[spline html] ${_}`):y==="error"&&console.error(`[spline html] ${_}`)},(y,_)=>{let b=c.get(y);if(b)for(let x of b)try{x(_)}catch(w){console.error(w)}}),m=(y,_)=>{try{return Promise.resolve(p.execute(y,_))}catch(b){return Promise.reject(b)}},f={ready:Promise.resolve(),setVariable:(y,_)=>m("setVariable",[y,_]),setVariables:y=>m("setVariables",[y]),getVariable:y=>m("getVariable",[y]),getVariables:()=>m("getVariables",[]),getAllObjects:()=>m("getAllObjects",[]),findObjectByName:y=>m("findObjectByName",[y]),findObjectById:y=>m("findObjectById",[y]),getGeometry:(y,_)=>m("getGeometry",[y,_??{}]),updateObject:(y,_)=>m("updateObject",[y,_]),createObject:(y,_)=>m("createObject",[y,_??{}]),createCustomMaterial:y=>m("createCustomMaterial",[y]),setMaterial:(y,_)=>m("setMaterial",[y,_]),cloneObject:(y,_)=>m("cloneObject",[y,_??{}]),removeObject:y=>m("removeObject",[y]),spawnObject:(y,_)=>m("spawnObject",[y,_??{}]),destroyObject:y=>m("destroyObject",[y]),setInstanceTransforms:(y,_)=>m("setInstanceTransforms",[y,_??null]),emitEvent:(y,_)=>m("emitEvent",[y,_]),emitEventReverse:(y,_)=>m("emitEventReverse",[y,_]),requestRender:()=>m("requestRender",[]),addEventListener:(y,_)=>{if(typeof _!="function")return;let b=c.get(y);b||(b=new Set,c.set(y,b),m("listenEvent",[y])),b.add(_)},removeEventListener:(y,_)=>{let b=c.get(y);!b||(b.delete(_),b.size===0&&(c.delete(y),m("unlistenEvent",[y])))}},g=window.spline;window.spline=f;let v=function(){if(typeof document>"u"||document.readyState==="loading")return()=>{};let y=[],_=(x,w)=>{let S=new Set,M=x.addEventListener.bind(x),T=x.removeEventListener.bind(x);Object.defineProperty(x,"addEventListener",{configurable:!0,writable:!0,value:(A,E,R)=>{if(M(A,E,R),!w.includes(A)||E==null)return;let N={type:A,listener:E};S.add(N),queueMicrotask(()=>{!S.delete(N)||((D,O,z)=>{let U=new Event(z);try{typeof O=="function"?O.call(D,U):O.handleEvent?.(U)}catch(G){console.error(G)}})(x,N.listener,N.type)})}}),Object.defineProperty(x,"removeEventListener",{configurable:!0,writable:!0,value:(A,E,R)=>{T(A,E,R);for(let N of S)N.type===A&&N.listener===E&&S.delete(N)}}),y.push(()=>{delete x.addEventListener,delete x.removeEventListener,S.clear()})};_(document,["DOMContentLoaded"]),_(window,["load"]);let b=Object.getOwnPropertyDescriptor(window,"onload");return Object.defineProperty(window,"onload",{configurable:!0,get:()=>null,set:x=>{typeof x=="function"&&queueMicrotask(()=>{try{x.call(window,new Event("load"))}catch(w){console.error(w)}})}}),y.push(()=>{b?Object.defineProperty(window,"onload",b):delete window.onload}),()=>{for(let x of y)x()}}();for(let y of d){let _=document.createElement("script");for(let b of Array.from(y.attributes))_.setAttribute(b.name,b.value);y.src?_.async=!1:_.textContent=y.textContent,s.appendChild(_)}return new _Ae(s,p,l,g,v)}dispose(){this.removeLateLifecycleShim(),this.host.dispose(),this.observer.disconnect(),this.container.remove(),window.spline!==void 0&&(window.spline=this.previousSplineGlobal)}};function bAe(e){return typeof e=="object"&&e!==null&&e.isMaterial===!0}function wve(e){if(typeof e.material=="function")throw new Error("createObject: a (three) => material factory must be resolved to a material instance before object creation \u2014 this entry point does not support it.");if(!bAe(e.material))return{options:e};let t=e.material;if(t.isNodeMaterial===!0){let i=LH()?.NodeMaterial;if(i!==void 0&&t instanceof i)return{options:{...e,material:void 0},material:t};throw new Error("createObject: this TSL NodeMaterial comes from your own three/webgpu module instance, which cannot compile in the runtime's bundled three. Build it with app.createCustomMaterial((three) => \u2026) instead, or use a built-in material (MeshStandardMaterial, MeshBasicMaterial, \u2026).")}if(t.isShaderMaterial===!0)throw new Error("createObject: a GLSL ShaderMaterial cannot compile on the WebGPU backend \u2014 port the shader to TSL with app.createCustomMaterial((three) => \u2026), or use a built-in material (MeshStandardMaterial, \u2026).");return{options:{...e,material:void 0},material:t}}Ht(),Nr(),le(),dbe(),bu(),Nr(),Ht(),BIe(),qm();var yVe=new Set(["name","parent","position","rotation","scale","visible","castShadow","receiveShadow","color","material"]),Sve="'Cube', 'Sphere', 'Plane', 'Rectangle', 'Ellipse', 'Triangle', 'Polygon', 'Star', 'Cone', 'Cylinder', 'Pyramid', 'Torus', 'TorusKnot', 'Dodecahedron', 'Icosahedron', 'Helix', 'Backdrop', 'Lathe', 'Text', 'CustomMesh', 'Group', 'PointLight', 'SpotLight', 'DirectionalLight'",_Ve={cube:"CubeGeometry",box:"CubeGeometry",sphere:"SphereGeometry",plane:"PlaneGeometry",rectangle:"RectangleGeometry",ellipse:"EllipseGeometry",circle:"EllipseGeometry",triangle:"TriangleGeometry",polygon:"PolygonGeometry",star:"StarGeometry",cone:"ConeGeometry",cylinder:"CylinderGeometry",pyramid:"PyramidGeometry",torus:"TorusGeometry",torusknot:"TorusKnotGeometry",dodecahedron:"DodecahedronGeometry",icosahedron:"IcosahedronGeometry",helix:"HelixGeometry",backdrop:"BackdropGeometry",lathe:"LatheGeometry",text:"TextGeometry",custommesh:"NonParametricGeometry",nonparametric:"NonParametricGeometry"},bVe={group:"Empty",empty:"Empty",pointlight:"PointLight",spotlight:"SpotLight",directionallight:"DirectionalLight"},xVe={shapeblend:"Shape Blends are built from member meshes in the editor and cannot be created empty.",path:"Path shapes need authored path data \u2014 clone an existing one with cloneObject() instead.",vector:"Vector shapes need authored shape data \u2014 clone an existing one with cloneObject() instead.",shape:"Vector shapes need authored shape data \u2014 clone an existing one with cloneObject() instead.",boolean:"Boolean operations are not creatable at runtime \u2014 clone an existing Boolean object with cloneObject() instead.",decal:"Decals need a surface to project onto \u2014 clone an existing Decal with cloneObject() instead.",ui:"UI objects need a 2D frame \u2014 clone an existing one with cloneObject() instead.",input:"Text inputs are not creatable at runtime \u2014 clone an existing one with cloneObject() instead.",particle:"Particle emitters are not creatable at runtime \u2014 clone an existing one with cloneObject() instead.",particlecollider:"Particle forces are not creatable at runtime \u2014 clone an existing one with cloneObject() instead.",hair:"Hair systems are not creatable at runtime \u2014 clone an existing one with cloneObject() instead.",camera:"Cameras are not creatable at runtime.",perspectivecamera:"Cameras are not creatable at runtime.",orthographiccamera:"Cameras are not creatable at runtime.",hemispherelight:"Hemisphere lights are not creatable at runtime.",splat:"Splats are not creatable at runtime.",page:"Pages are not creatable at runtime.",component:"Components are authored in the editor.",instance:"Instances are authored in the editor \u2014 clone an existing one with cloneObject() instead.",bone:"Bones are not creatable at runtime.",mesh:"pass the shape name directly, e.g. createObject('Cube')."},wVe={CubeGeometry:"Cube",SphereGeometry:"Sphere",PlaneGeometry:"Plane",RectangleGeometry:"Rectangle",EllipseGeometry:"Ellipse",TriangleGeometry:"Triangle",PolygonGeometry:"Pentagon",StarGeometry:"Star",ConeGeometry:"Cone",CylinderGeometry:"Cylinder",PyramidGeometry:"Pyramid",TorusGeometry:"Torus",TorusKnotGeometry:"Torus Knot",DodecahedronGeometry:"Dodecahedron",IcosahedronGeometry:"Icosahedron",HelixGeometry:"Helix",BackdropGeometry:"Backdrop",LatheGeometry:"Lathe",TextGeometry:"Text",NonParametricGeometry:"Custom Mesh"},SVe={Empty:"Group",PointLight:"Point Light",SpotLight:"Spot Light",DirectionalLight:"Directional Light"};function EA(e,t){return e===void 0?[t[0],t[1],t[2]]:Array.isArray(e)?[e[0]??t[0],e[1]??t[1],e[2]??t[2]]:[e.x??t[0],e.y??t[1],e.z??t[2]]}function xAe(e){return typeof e=="number"?[e,e,e]:EA(e,[1,1,1])}function T$(e){let t=new Fr(0,0,0,1);return t.setStyle(e),{r:t.r,g:t.g,b:t.b}}function Tve(e,t){let i=e.material??(e.color!==void 0?{color:e.color}:void 0);if(i===void 0)return is.defaultColorMaterial(Mve(eo),"physical","layer1","layer2");if(typeof i=="string"){for(let[a,o]of Object.entries(t.shared.materials))if(a===i||o.name===i)return a;if(function(a){let o=a.trim().toLowerCase();return/^#([0-9a-f]{3,4}|[0-9a-f]{6}|[0-9a-f]{8})$/.test(o)||/^(rgb|hsl)a?\(/.test(o)||ot.NAMES[o]!==void 0}(i))return is.defaultColorMaterial(T$(i),"physical","layer1","layer2");throw new Error(`createObject: material '${i}' matches no shared material in this document (available: ${function(a){let o=Object.entries(a.shared.materials).map(([,l])=>`'${l.name}'`).filter(l=>l!=="'undefined'");return o.length?o.join(", "):"(none)"}(t)}) and is not a valid CSS color.`)}if(typeof i=="function")throw new Error("createObject: a (three) => material factory must be resolved to a material instance before object creation \u2014 this entry point does not support it.");if(bAe(i))throw new Error("createObject: a three.js material instance cannot be stored in the document \u2014 this entry point does not support it.");let r=i.color!==void 0?T$(i.color):Mve(eo),n=is.defaultColorMaterial(r,"physical","layer1","layer2"),s=n.layers.find(a=>a.data.type==="light");if(s){let a={};i.roughness!==void 0&&(a.roughness=i.roughness),i.metalness!==void 0&&(a.metalness=i.metalness),i.reflectivity!==void 0&&(a.reflectivity=i.reflectivity),Object.assign(s.data,a)}if(i.alpha!==void 0){let a=n.layers.find(o=>o.data.type==="color");a&&Object.assign(a.data,{alpha:i.alpha})}return n}function Mve(e){return{r:(e>>16&255)/255,g:(e>>8&255)/255,b:(255&e)/255}}function TVe(e){let t=lm.defaultData("TextGeometry"),{text:i,...r}=e,n=r.fontSize;return n!==void 0&&r.width===void 0&&(r.width=350*n/16),n!==void 0&&r.height===void 0&&(r.height=50*n/16),Object.assign(t,r),i!==void 0&&Object.assign(t,{text:{textValue:String(i)}}),t}function VN(e){return Array.isArray(e)?e:!ArrayBuffer.isView(e)||e instanceof DataView?null:Array.from(e)}function MVe(e,t){return Z1e({userData:{type:e,...IH[e].normalizeInputs({parameters:t})}})}function EVe(e,t,i){let{objectType:r,geometryType:n}=e,s=function(l){let u={};for(let[h,d]of Object.entries(l))!yVe.has(h)&&d!==void 0&&(u[h]=d);return u}(t),a={states:new Nt,events:new Nt};if(r==="Mesh"&&n){if(n==="NonParametricGeometry"){let{geometry:l,doubleSide:u}=function(h){let d=VN(h.vertices);if(!d||d.length<9||d.length%3!=0)throw new Error("createObject('CustomMesh'): `vertices` must be a flat number[] of x,y,z triples (length a multiple of 3, at least one triangle).");let c=d.length/3;if(c>6e4)throw new Error(`createObject('CustomMesh'): too many vertices (${c}); keep it under 60000.`);let p=VN(h.indices);if(p&&p.length){let _=p.find(b=>!Number.isInteger(b)||b<0||b>=c);if(_!==void 0)throw new Error(`createObject('CustomMesh'): index ${_} is out of range (mesh has ${c} vertices).`)}else p=null;let m=new At;m.setAttribute("position",new Et(d,3));let f=VN(h.normals),g=f!==null&&f.length===d.length;g&&m.setAttribute("normal",new Et(f,3));let v=VN(h.uvs);v&&v.length===2*c&&m.setAttribute("uv",new Et(v,2));let y=!1;if(!g){let _=p??Array.from({length:c},(w,S)=>S),{closed:b,inverted:x}=function(w,S){let M=w.length/3,T=new Map,A=new Array(M);for(let D=0;D<M;D++){let O=`${Math.round(1e4*w[3*D])},${Math.round(1e4*w[3*D+1])},${Math.round(1e4*w[3*D+2])}`,z=T.get(O);z===void 0?(T.set(O,D),A[D]=D):A[D]=z}let E=new Map;for(let D=0;D+2<S.length;D+=3){let O=A[S[D]],z=A[S[D+1]],U=A[S[D+2]];for(let[G,j]of[[O,z],[z,U],[U,O]]){if(G===j)continue;let K=G<j?G+"_"+j:j+"_"+G;E.set(K,(E.get(K)??0)+1)}}let R=E.size>0;for(let D of E.values())if(D!==2){R=!1;break}if(!R)return{closed:!1,inverted:!1};let N=0;for(let D=0;D+2<S.length;D+=3){let O=3*S[D],z=3*S[D+1],U=3*S[D+2],G=w[O],j=w[O+1],K=w[O+2],q=w[z],ne=w[z+1],ve=w[z+2],oe=w[U],me=w[U+1],ye=w[U+2];N+=G*(ne*ye-ve*me)+j*(ve*oe-q*ye)+K*(q*me-ne*oe)}return{closed:!0,inverted:N<0}}(d,_);if(b&&x){for(let w=0;w+2<_.length;w+=3){let S=_[w+1];_[w+1]=_[w+2],_[w+2]=S}p=_}else b||(y=!0)}return p&&m.setIndex(p),g||m.computeVertexNormals(),{geometry:Z1e({userData:{type:"NonParametricGeometry",parameters:{subdivisions:0}},data:m.toJSON().data}),doubleSide:y}}(s);Object.assign(a,_c.defaultData,{geometry:l,materials:[Tve(t,i)]}),u&&(a.side=2)}else Object.assign(a,_c.defaultData,{geometry:n==="TextGeometry"?TVe(s):MVe(n,s),material:Tve(t,i)});t.castShadow!==void 0&&(a.castShadow=t.castShadow),t.receiveShadow!==void 0&&(a.receiveShadow=t.receiveShadow)}else r==="Empty"?Object.assign(a,ZO.defaultData):(Object.assign(a,QO.defaultData(r),s),t.color!==void 0&&(a.color=T$(t.color)));a.visible=t.visible??!0,a.position=EA(t.position,[0,0,0]),a.rotation=EA(t.rotation,[0,0,0]),a.scale=xAe(t.scale);let o=(n&&wVe[n])??SVe[r]??r;return a.name=t.name??wAe(o,i.scene.objects),a}function wAe(e,t){let i=new Set;if(t.traverse((n,s)=>{i.add(s.name??"")}),!i.has(e))return e;let r=2;for(;i.has(`${e} ${r}`);)r++;return`${e} ${r}`}function SAe(e,t){let i=ht.generateUUID();if(e.data.type==="Component")return{data:{..._m.fromComponentData(e),name:e.data.name+" Instance"},id:i,fi:e.fi,children:[]};t[e.id]=i;let r=e.data;return r.type==="Empty"&&r.animations?.length&&(r={...r,animations:r.animations.map(([n,s,a])=>{let o=ht.generateUUID(),l=a.indexOf(n);return[o,s,l!==-1?a.slice(0,l)+o+a.slice(l+n.length):a]})}),{...e,id:i,data:r,children:e.children.map(n=>SAe(n,t))}}function AVe(e){let t={};return function(i,r){return bx(i,r,null)??i}(SAe(e,t),t)}function CVe(e){let t=Array.isArray(e)?e[0]:e,i=t.layers?.map(RVe)??[],r=t.layers?.find(n=>n.type==="light");return{layers:i,alpha:r?.node.alphaOverride?.value??1}}function RVe(e){return e.type==="texture"||e.type==="video"||e.type==="matcap"?{...e.data,updateTexture:t=>e.color.texture.image.updateSrc(t)}:{...e.data}}qm(),rs(),EX(),bu();var nM=new Fr(0,0,0,1),PVe={color:["color"],cavity:[],dust:["color"],fresnel:["color"],normal:[],gradient:["colors"],depth:["colors"],texture:[],video:[],noise:["colorA","colorB","colorC","colorD"],toon:["colors","shadowColor"],outline:["outlineColor","contourColor"],transmission:["attenuationColor"],reflection:[],matcap:[],pattern:["colorA","colorB"],vertexColor:[],light:[],displace:[],rainbow:[],particle:[]};Ht(),Ht();var DVe=new J;function Eve(e){let t=new Fr(0,0,0,1);try{t.setStyle(e)}catch(i){console.error(i)}return t}var TAe=class{constructor(e,{renderOnDemand:t,renderMode:i="auto",wasmPath:r,renderer:n,htmlContentMode:s="sandbox"}={}){if(this._rendererBackend="webgl",this._rendererAuto=!1,this._rendererConfigured=!1,this._viewportMode=1,this._viewportWidth=window.innerWidth,this._viewportHeight=window.innerHeight,this._proxyObjectCache=new Map,this._htmlContentMode="sandbox",this._variablesCache=new Map,this._isPaused=!1,this._renderRequested=!1,this._skipRender=!1,this.time=performance.now(),this.dt=0,this.currentTAAFrame=0,this.disposed=!1,this._requestRenderAutoMode=()=>{this._skipRender=!1},this.requestRender=()=>{this._renderRequested=!0},this.render=a=>{if(this.time=a,this._lastTime&&(this.dt=this.time-this._lastTime),this._lastTime=this.time,this._perfs?.start(),this._renderer)if(this._isPaused||!(this.renderMode==="manual"&&!this._renderRequested||this.renderMode==="auto"&&this._skipRender)){if(this._renderRequested=!1,this._skipRender=!0,this._controls&&(this._skipRender=this._controls.update(this.dt)??!1),this._eventManager&&(this._eventManager.handlers?.Start?.hasVideoAction||this._eventManager.handlers?.Basic?.hasVideoAction||this._eventManager.handlers?.Conditional?.hasVideoAction)&&(this._skipRender=!1),this._animationControls?.update(this.dt),this._skipRender?(this.currentTAAFrame++,this.currentTAAFrame<J1e?this._skipRender=!1:this.currentTAAFrame=0):this.currentTAAFrame=0,this._scene?.traverseVisibleEntity(o=>{o.type==="ParticleSystem"&&(o.update(this.dt),this._skipRender=!1),Qy(o)&&(this._renderer?.isWebGPUSplineRenderer!==!0&&o.warnClassicFallbackOnce(),o.isSimulating&&(o.update(this.dt),this._skipRender=!1))}),this._scene&&this._scene.activeCamera!==this._camera&&(this._camera=this._scene.activeCamera),this._eventManager?.isEnabled&&(this._eventManager.handlers?.Follow?.onAnimationFrameDamping(),this._eventManager.handlers?.LookAt?.onAnimationFrameDamping(),this._eventManager.handlers?.DragDrop?.onAnimationFrameDamping()),this._scene&&this._camera){if(this._scene.pathConstraints.applyConstraints(this._scene),this._renderer.sceneTransitionTimeRemaining>0){this._renderer.sceneTransitionTimeRemaining-=this.dt;let o=Math.min(1,1-this._renderer.sceneTransitionTimeRemaining/this._renderer.sceneTransitionDuration);this._renderer.pipeline.sceneTransitionPass.uniforms.mixRatio.value=o,this._skipRender=!1}else this._renderer.pipeline.sceneTransitionFromTexture=null;this._renderer.renderSplineScene(this._scene,this._camera),this._renderer.lastFrameIncomplete===!0&&(this._skipRender=!1),this._renderer.skyAnimationActive===!0&&(this._skipRender=!1)}this.canvas.dispatchEvent(this._renderedEvent),this._perfs?.end()}else this._perfs?.end();else this._perfs?.end()},this._resize=a=>{if(this._renderer){if(this._viewportMode===1&&this._frameView&&(this._frameView.frameSize=DVe.set(this._viewportWidth,this._viewportHeight)),a){let o=this._viewportWidth,l=this._viewportHeight;this._renderer.setSize(o-1,l-1,!1),this._renderer.setSize(o,l,!1)}else this._renderer.setSize(this._viewportWidth,this._viewportHeight,!1);this._camera=this._scene?.activeCamera,this._scene?.updateViewPlaneSize(this._frameView?.frameSize?.x??this._viewportWidth,this._frameView?.frameSize?.y??this._viewportHeight,this._frameView?.enableResponsive??!1),this._camera&&(this._frameView?.setCamera(this._camera),this._frameView?.updateCamera(),this._camera.cameraType==="PerspectiveCamera"&&(this._camera.aspect=this._viewportWidth/this._viewportHeight),this._camera.updateProjectionMatrix()),this.eventManager&&(this.eventManager.eventContext.domRect=this.canvas.getBoundingClientRect()),this._requestRenderAutoMode()}},this._debouncedResize=tA(this._resize,10),this._onScroll=a=>{this.eventManager&&(this.eventManager.eventContext.domRect=this.canvas.getBoundingClientRect())},this.canvas=e,this._htmlContentMode=s,this.renderMode=t?"auto":i,r!==void 0&&(this._wasmPath=function(a){let o=a.length;for(;o>0&&"/".includes(a[o-1]);)o--;return a.slice(0,o)}(r)),this._rendererBackend=n??"webgl",n===void 0){let a=null;try{a=new URLSearchParams(window.location.search).get("renderer")}catch{}a==="webgpu"||a==="webgl"||a==="webgl2"?this._rendererBackend=a==="webgl2"?"webgl":a:(this._rendererAuto=!0,this._rendererBackend=typeof navigator<"u"&&"gpu"in navigator?"webgpu":"webgl")}this._renderedEvent=new CustomEvent("rendered",{bubbles:!0}),Object.defineProperty(this._renderedEvent,"target",{writable:!1,value:this}),window.location.search.includes("perfs")&&Promise.resolve().then(()=>($Le(),iSe)).then(({Perfs:a})=>{this._perfs=new a({x:10,y:10})}),function(a){a.addEventListener("pointerdown",eJ,!0),a.addEventListener("pointerdown",kC,!0),a.addEventListener("pointermove",kC,!0),a.addEventListener("pointerup",F1,!0),a.addEventListener("pointercancel",F1,!0),a.addEventListener("pointerleave",F1,!0),window.addEventListener("keydown",tJ,!0),window.addEventListener("keyup",iJ,!0)}(e)}async _createRenderer(){if(this._rendererBackend==="webgpu"&&this._rendererAuto)try{await navigator.gpu?.requestAdapter()||(this._rendererBackend="webgl")}catch{this._rendererBackend="webgl"}if(this._rendererBackend==="webgpu")try{let{createWebGPUSplineRenderer:e,isWebGPUSupported:t}=await Promise.resolve().then(()=>(S9(),ZI));t();let i=!0,r=!1,n=this._data?.scene.publish?.asyncShaderCompilation!==!1;try{let a=new URLSearchParams(window.location.search),o=a.get("bundles");o==="rerecord"?i="rerecord":(o==="off"||o==="0"||o==="false"||o==="no")&&(i=!1),r=a.get("forcegl")==="1";let l=a.get("asynccomp");l==="off"||l==="0"||l==="false"||l==="no"?n=!1:(l==="on"||l==="1"||l==="true"||l==="always")&&(n=!0)}catch{}let s=await e({canvas:this.canvas,antialias:!1,alpha:!0,powerPreference:"high-performance",sceneBundles:!r&&i,forceWebGL:r,asyncCompilation:!r&&n});return s.onBackgroundWorkReady=()=>{this._skipRender=!1,this._renderRequested=!0},s.skyAnimationAllowed=!0,s}catch(e){console.error("[spline] Failed to initialize the WebGPU renderer, falling back to WebGL:",e),this._rendererBackend="webgl"}{let{SplineRenderer:e,rendererGlobals:t}=await Promise.resolve().then(()=>(yge(),Kq));try{new URLSearchParams(window.location.search).get("taa")==="off"&&(t.taaEnabled.value=!1)}catch{}return new e({canvas:this.canvas,antialias:!1,alpha:!0,stencil:!1,depth:!1,powerPreference:"high-performance"})}}_failWebGPURequired(){console.error('[spline] This scene was exported for WebGPU only and this browser does not provide a WebGPU adapter. Re-export with renderer "Both" or "WebGL 2" to support this browser.');try{let e=window.devicePixelRatio||1,t=this.canvas.clientWidth||300,i=this.canvas.clientHeight||150;this.canvas.width=t*e,this.canvas.height=i*e;let r=this.canvas.getContext("2d");r&&(r.scale(e,e),r.fillStyle="rgba(127, 127, 127, 0.85)",r.font="13px system-ui, -apple-system, Segoe UI, Roboto, sans-serif",r.textAlign="center",r.textBaseline="middle",r.fillText("This scene requires a WebGPU-capable browser.",t/2,i/2))}catch{}this.canvas.dispatchEvent(new CustomEvent("splineerror",{bubbles:!0,detail:{reason:"webgpu-required"}}))}async load(e,t,i){(function(n){let s="The Spline Runtime only accepts .splinecode files that are generated from Spline export panel.";n.endsWith(".spline")?console.warn(s+" The .spline files are only meant to be used by the Editor."):n.endsWith(".splinecode")||console.warn(s)})(e),this.disposed=!1;let r=await(await fetch(e,i)).arrayBuffer();await this.start(r,{variables:t})}async start(e,{interactive:t=!0,variables:i}={}){if(this.disposed)return;Xa.init();let r=await async function(c){let[p,m]=yM(iA.deserialize(new Uint8Array(c)));if((p.schema??0)!==131){let{updateDocumentSchema:f}=await Promise.resolve().then(()=>(M4(),H1e));f(p)}return m.result().data}(e);this._data=r;let n=function(c){let p=[];return c.scene.objects.traverse((m,f)=>{f.type==="Mesh"&&f.geometry.type==="NonParametricGeometry"&&f.geometry.data.draco!==void 0&&p.push(f)}),p}(r);r.version&&(0,fVe.default)(r.version,"2.0.21")>0&&console.warn("Your .splinecode file is more recent than the library. Please upgrade @splinetool/runtime to the latest version."),this._wasmPath!==void 0&&(this.setUIWasmUrl(`${this._wasmPath}/hana-ui.wasm`),function(c){sW=c}(this._wasmPath));let s=async function(){}();await Promise.all([s,n.length&&_ve(this._wasmPath),iie(r)&&GIe(this._wasmPath),OOe(r)&&yOe(this._wasmPath),Zy.physicsEnabled(r.scene.objects)&&w5e(this._wasmPath),ute(r)&&i0e(),Sie(r)&&iLe(),ZIe(r)&&KIe(),Xge(r)&&s.then(()=>hH()?.loadHanaUIRUNTIME()),f5e(r)&&F5e(this._wasmPath)].filter(Boolean)),n.length&&await bve(n),this._eventManager?.deactivate(),this._controls?.deactivate(),this._scene?.dispose();let a=r.scene.publish.renderer;if(this._rendererAuto&&a==="webgl")this._rendererBackend="webgl";else if(this._rendererAuto&&a==="webgpu"){if(this._rendererBackend!=="webgpu"||!await navigator.gpu?.requestAdapter().catch(()=>null))return void this._failWebGPURequired();this._rendererAuto=!1}let o=function(c){let p=new Set;return c.scene.objects.traverse((m,f)=>{if(f.type!=="Page")return;let g=f.postprocessing;if(g&&typeof g=="object"&&g.enabled===!0)for(let[v,y]of Object.entries(g))v!=="enabled"&&y&&typeof y=="object"&&y.enabled===!0&&p.add(v)}),[...p]}(r);if(this._rendererBackend==="webgpu")try{await Promise.all([Promise.resolve().then(()=>(S9(),ZI)),mVe(o)]),this._renderer||(this._renderer=await this._createRenderer())}catch(c){console.error("[spline] Failed to load the WebGPU material backend, using WebGL:",c),this._rendererBackend="webgl"}this._rendererBackend!=="webgpu"&&await Promise.all([Promise.resolve().then(()=>(yge(),Kq)),pVe(o)]),function(c){NA=c}(this._rendererBackend==="webgpu"?"webgpu":"webgl");let l=new oVe(r);if(l.resetPersonalCameraFromDocumentData(),this._scene=l.scene,this._sharedAssetsManager=l.sharedAssets,this._camera=this._scene.activeCamera,window.location.search.includes("merge-geometries")){let{mergeStaticGeometries:c}=await Promise.resolve().then(()=>(QUe(),rEe)),p=performance.now();c(r,l.scene);let m=performance.now();console.log("Merged geometries in ",m-p," ms")}iie(r)&&this._scene.traverse(c=>{Fc(c)&&c.recomputeBoolean()}),this._sharedAssetsManager.setRequestRender(()=>{this._requestRenderAutoMode(),this._scene?.traverse(c=>{ix(c)&&c.pendingMediaLoad&&c.update({scene:this._scene,shared:this._sharedAssetsManager})})}),this._scene?.traverse(c=>{c.type==="ParticleSystem"&&(c.wakeUp(),c.data.autoPlay?c.start():c.stop()),Qy(c)&&c.setPlayMode(!0)});let u=Object.keys(r.shared.fonts).map(c=>this._sharedAssetsManager.getFont(c).loadingPromise);if(Promise.all(u).then(()=>{this.disposed||(l.scene.markNeedsUpdateRendererDirty(),this._requestRenderAutoMode())}),ute(r)&&function(c){if(Zy.physicsEnabled(c.scene.objects))return!0;let p=!1;return c.scene.objects.traverse((m,f)=>{if(f.events){if(Array.isArray(f.events)){for(let g of f.events)if(g.data.disabled!==!0&&g.data.type==="GameControl"&&g.data.collisionEnabled){p=!0;break}}else for(let g of Object.values(f.events))if(g.disabled!==!0&&g.type==="GameControl"&&g.collisionEnabled){p=!0;break}}}),p}(r)&&await Promise.all(u),Xge(r)){let c=[];this._scene.traverseEntity(p=>{(Xo(p)||p instanceof Ys)&&p.uiCanvas&&c.push(p.uiCanvas)}),await Promise.all(c.map(p=>p.promise))}if(this._scene.rewriteEventsBeforeGoToPlayMode(),dK(this._scene.activePage,this._sharedAssetsManager),this._renderer||(this._renderer=await this._createRenderer()),!this._rendererConfigured){this._rendererConfigured=!0,this._renderer.hdTransmission=r.scene.publish.hdTransmission===!0;let c=()=>/Mobi|Android|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent),p=this._getPixelRatio(c()?r.scene.publish.settings.web.pixelRatioMobile:r.scene.publish.settings.web.pixelRatioDesktop);if(this._renderer.setPixelRatio(p),this._renderer.pipeline.enableUIOverlay(),this._renderer.pipeline.addEventListener("smaaloaded",this._requestRenderAutoMode),r.shared.images.SplineWatermark){let m=this._sharedAssetsManager.getImage("SplineWatermark");await m.loadPromise;let f=m.getTexture(1001);this._renderer.pipeline.setWatermark(f)}}Sie(r)&&this._scene.initializeSplatViewer(),r.scene.blueNoiseTextureData!==void 0&&this._renderer.pipeline.updateBlueNoiseTexture(r.scene.blueNoiseTextureData);let h=Object.values(r.frames)[0];if(this._frameView?this._frameView.setCamera(this._camera):(h.preset==="fullscreen"?(this._viewportMode=1,this.canvas.style.display="block",this.canvas.parentElement&&(this._viewportWidth=this.canvas.parentElement.clientWidth||300,this.canvas.style.width="100%"),this.canvas.parentElement&&(this._viewportHeight=this.canvas.parentElement.clientHeight||150,this.canvas.style.height="100%")):(this._viewportMode=2,this._viewportWidth=h.size[0],this._viewportHeight=h.size[1],this.canvas.style.width=`${this._viewportWidth}px`,this.canvas.style.height=`${this._viewportHeight}px`),this._renderer.setSize(this._viewportWidth,this._viewportHeight,!1),this._frameView=new IFe(this._renderer,this._camera,new J(this._viewportWidth,this._viewportHeight)),this._frameView.enableResponsive=(h.allowResponsive??!1)&&h.preset==="fullscreen"),t){let c=new cFe(this._renderer,this.data.scene.publish,this._scene,()=>this._scene.activeCamera,this._sharedAssetsManager,this._requestRenderAutoMode,!0,h);this._scene.updateMatrixWorld(!0),this._controls=new E5e(c),this._animationControls=new uVe(this._scene,this._requestRenderAutoMode),this._eventManager=new AFe(r.scene.publish,this._controls,this._animationControls,c,r.shared.variables),this._eventManager.activate(),this._controls.activate(this._eventManager)}this._resize(),this._scene.activePage.data.postprocessing.depthOfField.enabled&&Promise.all(this._sharedAssetsManager.getImageLoadPromises()).then(()=>{this.disposed||this._resize(!0)}),i!==void 0&&this.setVariables(i),this.dt===0&&(this.render(performance.now()),setTimeout(()=>{this._renderer?.setAnimationLoop(this.render)},0)),this._resizeObserverTimeout=setTimeout(()=>{!this._resizeObserver&&this.canvas.parentElement&&(this._resizeObserver=new ResizeObserver(()=>{this._viewportWidth=this.canvas.clientWidth,this._viewportHeight=this.canvas.clientHeight,this._debouncedResize()}),this._resizeObserver.observe(this.canvas.parentElement))},300),document.addEventListener("scroll",this._onScroll),this._htmlContentOverlay?.dispose(),this._htmlContentOverlay=void 0;let d=r.scene.publish.htmlContent?.html;if(t&&d&&this._htmlContentMode!=="none"){let c={shared:this._sharedAssetsManager,findEntity:p=>this._scene?.getObjectByProperty("uuid",p)??this._scene?.getObjectByName(p)};this._htmlContentOverlay=(this._htmlContentMode==="inline"?_Ae.mount(this,this.canvas,d,c):yAe.mount(this,this.canvas,d,c))??void 0}}setVariables(e){if(this._data!==void 0){let t=Object.entries(e);for(let[i,r]of t)this.setVariable(i,r)}}setVariable(e,t){let i=this._getVariableByName(e);if(i&&!("dynamicVariableType"in i.data)){let r=t;typeof i.data.value=="number"?r=typeof t=="number"?t:typeof t=="boolean"?t===!0?1:0:parseFloat(t):typeof i.data.value=="boolean"?r=typeof t=="number"?!!t:typeof t=="boolean"?t:t.toLocaleLowerCase()!=="false"&&!!t:typeof i.data.value!="string"&&i.data.value.textValue!==void 0&&(r=t.toString());let n=typeof r=="string"?{textValue:r}:r;this._sharedAssetsManager?.updateVariable(i.id,n),this.requestRender(),this._requestRenderAutoMode()}else i===void 0?console.warn(`No variable named ${e} was found in your Spline file. Make sure to create it from Spline editor.`):"dynamicVariableType"in i.data&&console.warn(`Dynamic variables like ${e} cannot be updated from code.`)}getVariables(){let e={};return this._data&&this._data.shared.variables.forEach(t=>{e[t.data.name]===void 0&&(e[t.data.name]=this._getVariableValue(this._sharedAssetsManager.getVariable(t.id)))}),e}getVariable(e){let t=this._getVariableByName(e);if(t){let i=this._sharedAssetsManager.getVariable(t.id);return this._getVariableValue(i)}}_getVariableValue(e){return typeof e!="string"&&Eo.isTextValue(e)?Eo.getDisplayedValue(e):e}_getVariableByName(e){if(this._data){if(this._variablesCache.has(e))return this._variablesCache.get(e);let t=this._data.shared.variables.find(i=>i.data.name===e);return t&&this._variablesCache.set(e,t),t}}_getPixelRatio(e){switch(e){case 0:return window.devicePixelRatio;case 1:return 1;case 2:return 2}}findObjectById(e){let t=this._scene?.getObjectByProperty("uuid",e);return this._createProxyObject(t)}findObjectByName(e){let t=this._scene?.getObjectByName(e);return this._createProxyObject(t)}getAllObjects(){let e=[];return this._scene?.traverseEntity(t=>{if(!(t.uuid===a1||this._scene.isInvisibleObjects(t)||t instanceof Ys)){let i=this._createProxyObject(t);i&&e.push(i)}}),e}getSplineEvents(){return(this._eventManager?.handlers?.Spline).splineEvents}emitEvent(e,t){(this.findObjectById(t)||this.findObjectByName(t))?.emitEvent(e)}emitEventReverse(e,t){(this.findObjectById(t)||this.findObjectByName(t))?.emitEventReverse(e)}addEventListener(e,t){this.canvas.addEventListener(e,t)}removeEventListener(e,t){this.canvas.removeEventListener(e,t)}setZoom(e){this._controls?.orbitControls instanceof _Ee&&this._controls?.orbitControls.setZoom(e)}get eventManager(){return this._eventManager}get controls(){return this._controls}setSize(e,t){this._viewportWidth=e,this._viewportHeight=t,this._viewportMode=2,this._resize()}setBackgroundColor(e){let t=Eve(e);this._scene?.activePage.setBackgroundColor(t),this._requestRenderAutoMode()}dispose(){this.disposed=!0,this._htmlContentOverlay?.dispose(),this._htmlContentOverlay=void 0,this._eventManager?.dispose(),this._scene?.dispose(),this._scene=void 0,this._camera=void 0,_E&&_E.disposeAll(),this._sharedAssetsManager?.setRequestRender(()=>{}),this._sharedAssetsManager?.dispose(),this._sharedAssetsManager=void 0,this._proxyObjectCache.forEach(e=>{z9.unsubscribe(e)}),this._proxyObjectCache.clear(),this._variablesCache.clear(),this._renderer?.pipeline.removeEventListener("smaaloaded",this._requestRenderAutoMode),this._renderer?.setAnimationLoop(null),this._renderer?.dispose(),this._renderer=void 0,this._debouncedResize.cancel(),this._resizeObserver&&(this._resizeObserver.disconnect(),this._resizeObserver=void 0),this._resizeObserverTimeout!==void 0&&(clearTimeout(this._resizeObserverTimeout),this._resizeObserverTimeout=void 0),this.canvas.style.width="",this.canvas.style.height="",this.canvas.removeAttribute("width"),this.canvas.removeAttribute("height"),this._frameView=void 0,this._controls?.deactivate(),this._controls=void 0,this._animationControls=void 0,this._eventManager?.eventContext.dispose(),this._eventManager=void 0,this._splatViewer=void 0,this._data=void 0,this._perfs=void 0,this.dt=0,this._lastTime=void 0,function(e){e.removeEventListener("pointerdown",eJ,!0),e.removeEventListener("pointerdown",kC,!0),e.removeEventListener("pointermove",kC,!0),e.removeEventListener("pointerup",F1,!0),e.removeEventListener("pointercancel",F1,!0),e.removeEventListener("pointerleave",F1,!0),window.removeEventListener("keydown",tJ,!0),window.removeEventListener("keyup",iJ,!0)}(this.canvas),document.removeEventListener("scroll",this._onScroll),Xa.dispose()}get isStopped(){return this._isPaused}stop(){this._isPaused||(this._renderer?.setAnimationLoop(null),this._isPaused=!0,this._eventManager?.pause(),this._controls?.orbitControls&&(this._controls.orbitControls.enabled=!1))}play(){!this._isPaused||(this._isPaused=!1,this._eventManager?.resume(),this._controls?.orbitControls&&(this._controls.orbitControls.enabled=!0),this._renderer?.setAnimationLoop(this.render))}setGlobalEvents(e){this._eventManager?.updateUseWindowEvents(e)}get data(){return this._data}_createProxyObject(e){if(!this._scene)return;let t,i=this._scene;if(e==null)return;if(this._proxyObjectCache.has(e.uuid))return this._proxyObjectCache.get(e.uuid);e.traverseAncestors(h=>{h instanceof Ys&&(t=h.name)});let r=this._sharedAssetsManager,n={shared:r,scene:this._scene},s=h=>{if(h===null||h==="Base State")return null;if(h&&e.data.states){let d=e.data.states.find(c=>c.data.name===h);return d?d.id:void 0}},a="material"in e?e.material:void 0,o=e.materialOverride,l={name:e.name,uuid:e.uuid,visible:e.visible,intensity:e.intensity,position:e.position,rotation:e.rotation,scale:e.scale,type:e.data.type,page:t,material:o??(a?CVe(a):void 0),parentUuid:e.parent instanceof Ys||e instanceof Pg?void 0:e.parent?.uuid,emitEvent(h){e.dispatchEvent({type:"userEvent",eventName:h})},emitEventReverse(h){e.dispatchEvent({type:"userEvent",eventName:h,reverse:!0})},hide(){e.visible&&(e.visible=!1,n.shared.requestRender())},show(){e.visible||(e.visible=!0,n.shared.requestRender())},get state(){let h=e.stateSelection;if(h!==null)return e.data.states.find(({id:d})=>d===h)?.data.name},set state(h){let d;if(h!==void 0){let c=typeof h=="string"?e.data.states.find(({id:p})=>p===h):e.data.states[h];if(c)d=c.id;else{let p=typeof h=="string"?s(h):void 0;p&&(d=p)}}e.changeSelectedState(d??null,n),e.currentState=d??null,e.dispatchEvent({type:"completeState",state:d??null}),n.shared.requestRender()},transition(h){let d=fAe;if(d===null)return Sa("transitions","obj.transition()"),{transition(b){return this},play(){return this},pause(){return this},reset(){return this},seek(b){return this}};let c,p,m=this,f=[],g=!1,v=()=>{p=new oAe({delay:0,delayDirection:"start-once",direction:"normal",repeat:0,runMode:"Repeat"},f.map(b=>b.runner))},y={update(b){p?.update(b),p?.isPlaying!==!0&&Xa.remove(y)}},_={transition({from:b,to:x,duration:w,delay:S,...M}){let T=s(b);T===void 0&&(T=c);let A=s(x);return c=A,f.push(new d(e,T,A,{state:A,repeat:0,delay:S??0,delayDirection:"start-once",direction:"normal",duration:w??1e3,...M,...M.easing===6?Tg.defaultData:M.easing===5?ew.defaultData:{}},r,!1,i.activePage,{onBegin:()=>{(b&&T||b==="Base State"&&!T)&&(m.state=T??void 0)},onComplete:()=>{m.state=A??void 0}})),v(),this},play(){return p?(g=!0,p.play(Xa.time),p.isPlaying&&Xa.add(y),this):this},pause(){return p?.stop(),Xa.remove(y),this},reset(){return this.pause(),g=!1,v(),p?.seek(0),this},seek(b){let x=f.reduce((w,S)=>w+S.runner.duration,0);return x>0&&p?.seek(b/1e3/x),this}};return _.transition(h),(h.autoPlay??!0)&&queueMicrotask(()=>{g||_.play()}),_},set color(h){let d=Eve(h);if(vL.is(e))return void(e.color=d);if(!(e.type==="Mesh"&&"material"in e&&e instanceof bl))return;let c={r:d.r,g:d.g,b:d.b,a:d.a},p=e.materialOverride;if(p!==void 0){let g=p.color;return void(g?.isColor===!0&&typeof g.setStyle=="function"&&(g.setStyle(h),n.shared.requestRender()))}let m=Array.isArray(e.material)?e.material[0]:e.material,f=m.data.layers.find(g=>g.data.type==="color")?.id;if(f)m.updateByOp({type:0,path:["layers",f],props:{color:{...c}}},m.data,n);else{let g=m.data,v=g.layers.find(S=>S.data.type==="light");if(!v)return;let y=g.layers.indexOf(v)===0?v:null,_=g.layers.at(y?g.layers.indexOf(y)+1:0),b={type:4,fi:y?y.fi+(_?(_.fi-y.fi)/2:1):_?_.fi/2:1,id:ht.generateUUID(),data:{...os.defaultData("color"),color:c},localIndex:0},x=g.layers.insertAfterHelper(y?.id??null,1),w=g.layers.runOp({...b,fi:x[0]}).data;Object.assign(m.data,{layers:w}),m.updateByOp({...b,path:["layers"]},m.data,n)}}},u=z9(l,(h,d)=>{let c=e[h],p=function(m){return m.split(".")}(h);p[0]==="material"&&a&&o===void 0&&function(m,f,g){let v=Array.isArray(g)?g[0]:g;if(m[0]==="layers"){let y=parseInt(m[1]),_=v.layers[y],b=m[2];_&&b&&function(x,w,S){let M=x[0];try{if(function(T,A){return!!PVe[A]?.includes(T)}(M,S.type,x.slice(1)))if(M==="colors"){if(x.length<2)throw new Error("You cannot mutate the colors array, only its items");let T=parseInt(x[1]),A=S.getValue(M)?.[T];if(!A)throw new Error("Color index out of range");nM.setStyle(w),A.set(nM.r,nM.g,nM.b,nM.a)}else S.getValue(M)?.setStyle(w);else if(M==="texture"||M==="video"){let T=S.color;(function(A,E,R,N){let D=A[0];if(D==="repeat"||D==="offset"||D==="rotation"){let O=N.getNode("mat"),z=O&&typeof O.updateMatrix=="function"?O:N.getValue("mat");if(!z)return;if(D==="rotation")z.rotation=parseFloat(E);else{let U=A[1];if(U===void 0)E instanceof Array&&E.length===2&&Object.assign(z,{[D]:E});else{let G=z[D],j=parseInt(U)===0?[parseFloat(E),G[1]]:[G[0],parseFloat(E)];Object.assign(z,{[D]:j})}}z.updateMatrix()}else D==="wrapping"||D==="minFilter"||D==="magFilter"?D==="wrapping"?R.texture.wrap=E:R.texture[D]=E:D==="image"&&A[1]==="data"&&R.texture.image.updateSrc(E)})(x.slice(1),w,T,S)}else{let T=x[1],A=S.getValue(M);A?.isVector3&&T!==void 0||A?.isVector2&&T!==void 0?A.setComponent(parseInt(T),w):S.setValue(M,w)}}catch(T){console.error("Error setting material value",T)}}(m.slice(2),f,_)}else m[0]==="alpha"&&v.layers.forEach(y=>{y.type==="light"&&y.node.alphaOverride!==void 0&&(y.node.alphaOverride.value=f,f<1&&(v.transparent=!0))})}(p.slice(1),d,a),typeof c!="object"&&Object.getOwnPropertyDescriptor(e,h)?.writable&&(e[h]=d),this._requestRenderAutoMode(),e.updateMatrix()});return this._proxyObjectCache.set(e.uuid,u),u}setUIWasmUrl(e){(function(t){aL=t,C4?.setHanaUIWasmUrl(t)})(e)}pauseGameControls(){this._eventManager?.controlsManager.gameControl?.pause()}resumeGameControls(){this._eventManager?.controlsManager.gameControl?.resume()}async swapGeometry(e,t){let i;if(typeof t=="string"){if(!t.endsWith(".splinegeometry"))throw new Error("Only .splinegeometry format is supported");{let l=await(await fetch(t)).arrayBuffer();i=new Uint8Array(l)}}else i=t;let r=iA.deserialize(i),n="data"in r&&r.data.draco!==void 0;n&&await _ve(this._wasmPath);let s=this._scene?.getObjectByProperty("uuid",e)??this._scene?.getObjectByName(e);if(!s)return void console.warn(`Object ${e} not found`);if(s.data.type!=="Mesh"||!(s instanceof bl))return void console.warn(`Object ${e} is not a mesh`);let a=s,o={...a.data,geometry:r};n&&await bve([o]),a.updateByOp({type:0,path:[],props:{geometry:o.geometry}},o,{shared:this._sharedAssetsManager,scene:this._scene},!1);for(let l of a.data.states){let u={...l.data};a.states||(a.states={}),a.states[l.id]=Eg.patch(o,u)}return i}_applyDocumentTransaction(e){this._data=e.data,this._scene&&(this._scene.data=this._data.scene),this._sharedAssetsManager&&(this._sharedAssetsManager.data=this._data.shared);for(let t of e.actual){let i=t.path;Array.isArray(i)&&i.length===2&&i[0]==="scene"&&i[1]==="objects"&&this._scene?.updateTreeByOp({...t,path:[]},this._sharedAssetsManager)}}_findEntity(e){return this._scene?.getObjectByProperty("uuid",e)??this._scene?.getObjectByName(e)}_resolveParentId(e){if(e===void 0)return this._scene.activePage.uuid;let t=typeof e=="string"?e:e.uuid,i=this._findEntity(t);if(!i)throw new Error(`parent '${t}' \u2014 no object with that name or uuid in the scene.`);return i.uuid}async createCustomMaterial(e){if(this.disposed)throw new Error("createCustomMaterial: this Application was disposed.");if(typeof e!="function")throw new Error("createCustomMaterial: expected a factory function \u2014 createCustomMaterial((three) => new three.MeshStandardNodeMaterial()).");let t=LH();if(t===void 0&&(this._rendererBackend==="webgpu"&&(await Promise.resolve().then(()=>(S9(),ZI)),t=LH()),t===void 0))throw new Error("createCustomMaterial: requires the webgpu backend (the runtime default where WebGPU is available). This Application is on the classic WebGL pipeline \u2014 pass { renderer: 'webgpu' } or drop any ?renderer=webgl2 override.");let i=e(t);if(typeof i!="object"||i===null||i.isMaterial!==!0)throw new Error("createCustomMaterial: the factory must return a three.js material built from the namespace it receives \u2014 e.g. (three) => new three.MeshStandardNodeMaterial().");return i}async setMaterial(e,t){if(this.disposed)throw new Error("setMaterial: this Application was disposed.");let i=this._scene;if(!i)throw new Error("setMaterial: no scene loaded \u2014 call load() or start() first.");let r=typeof e=="string"?e:e.uuid,n=this._findEntity(r);if(!n)throw new Error(`setMaterial: '${r}' \u2014 no object with that name or uuid in the scene.`);if(!(n instanceof bl))throw new Error(`setMaterial: '${r}' is not a mesh \u2014 lights, groups, and cameras have no material.`);let s=typeof t=="function"?await this.createCustomMaterial(t):t;if(fL()!=="webgpu")throw new Error("setMaterial: custom three.js materials require the webgpu backend (the runtime default where WebGPU is available). This scene is running the classic WebGL pipeline \u2014 pass { renderer: 'webgpu' } or drop any ?renderer=webgl2 override.");let a=wve({material:s});if(a.material===void 0)throw new Error("setMaterial: expected a three.js material instance or a (three) => material factory.");return n.setMaterialOverride(a.material,{scene:i,shared:this._sharedAssetsManager}),this._proxyObjectCache.delete(n.uuid),this._requestRenderAutoMode(),a.material}async createObject(e,t={}){if(this.disposed)throw new Error("createObject: this Application was disposed.");let i=this._scene,r=this._data;if(!i||!r)throw new Error("createObject: no scene loaded \u2014 call load() or start() first.");let n=function(g){if(typeof g!="string"||g.length===0)throw new Error(`createObject: expected a type name string \u2014 one of ${Sve}.`);let v=g.replace(/Geometry$/i,"").replace(/[\s_-]/g,"").toLowerCase(),y=bVe[v];if(y)return{objectType:y};let _=_Ve[v];if(_)return{objectType:"Mesh",geometryType:_};let b=xVe[v];throw b?new Error(`createObject: '${g}' is not supported \u2014 ${b}`):new Error(`createObject: '${g}' is not a creatable Spline type \u2014 use one of ${Sve}, e.g. createObject('Cube', { width: 200 }).`)}(e);typeof t.material=="function"&&(t={...t,material:await this.createCustomMaterial(t.material)});let s,a,{options:o,material:l}=wve(t);if(l!==void 0){if(n.objectType!=="Mesh")throw new Error("createObject: a three.js material instance only applies to mesh types \u2014 lights and groups have no material.");if(fL()!=="webgpu")throw new Error("createObject: three.js material instances require the webgpu backend (the runtime default where WebGPU is available). This scene is running the classic WebGL pipeline \u2014 pass { renderer: 'webgpu' } to the Application, or drop any ?renderer=webgl2 override.")}if(n.geometryType==="TextGeometry"){if(!vX.has("text"))throw new Error("createObject: this runtime build was compiled without the 'text' feature \u2014 re-export the scene with a Text object present, or load the full runtime build.");if(await i0e(),a=t.font??Db,r.shared.fonts[a]===void 0){if(a!==Db){let g=Object.keys(r.shared.fonts).join(", ");throw new Error(`createObject: font '${a}' is not in this document \u2014 available fonts: ${g||"(none)"}.`)}s={name:Db,url:E1e}}}let u=this._resolveParentId(t.parent),h=EVe(n,o,r),d=ht.generateUUID(),[c,p]=yM(r);s&&(c.shared.fonts[Db]=s),c.scene.objects.insertAfter(u,null,[{id:d,data:h,children:[]}]);let m=p.result();if(s&&this._sharedAssetsManager.addFont(Db,s),a!==void 0){let g=this._sharedAssetsManager.getFont(a);g&&await g.loadingPromise}this._applyDocumentTransaction(m);let f=i.find(d);return l!==void 0&&f.setMaterialOverride(l,{scene:i,shared:this._sharedAssetsManager}),this._requestRenderAutoMode(),this._createProxyObject(f)}cloneObject(e,t={}){if(this.disposed)throw new Error("cloneObject: this Application was disposed.");let i=this._scene,r=this._data;if(!i||!r)throw new Error("cloneObject: no scene loaded \u2014 call load() or start() first.");let n=typeof e=="string"?e:e?.uuid,s=n?this._findEntity(n):void 0;if(!s)throw new Error(`cloneObject: '${n}' \u2014 no object with that name or uuid in the scene.`);if(s instanceof Ys)throw new Error("cloneObject: pages cannot be cloned.");let a=r.scene.objects.get(s.uuid);if(!a)throw new Error(`cloneObject: '${n}' is not part of the document tree (expanded clones and instanced children cannot be cloned \u2014 clone their source object instead).`);let o=function(p,m,f){let g={...p.data};return m.position!==void 0&&(g.position=EA(m.position,[0,0,0])),m.rotation!==void 0&&(g.rotation=EA(m.rotation,[0,0,0])),m.scale!==void 0&&(g.scale=xAe(m.scale)),m.visible!==void 0&&(g.visible=m.visible),g.name=m.name??wAe(`${p.data.name??"Object"} Copy`,f),{...p,data:g}}(AVe(a),t,r.scene.objects),l=t.parent!==void 0?this._resolveParentId(t.parent):r.scene.objects.parent(s.uuid)??null,u=t.parent!==void 0?null:s.uuid,[h,d]=yM(r);h.scene.objects.insertAfter(l,u,[o]),this._applyDocumentTransaction(d.result());let c=i.find(o.id);return this._requestRenderAutoMode(),this._createProxyObject(c)}removeObject(e){let t=this._scene,i=this._data;if(this.disposed||!t||!i)return!1;let r=typeof e=="string"?e:e?.uuid,n=r?this._findEntity(r):void 0;if(!n)return!1;if(n instanceof Ys)throw new Error("removeObject: pages cannot be removed.");if(n.data.type==="PerspectiveCamera"||n.data.type==="OrthographicCamera")throw new Error("removeObject: cameras cannot be removed.");if(i.scene.objects.get(n.uuid)===void 0)throw new Error(`removeObject: '${r}' is not part of the document tree (expanded clones and instanced children cannot be removed individually).`);let s=[];n.traverseEntity(l=>{s.push(l.uuid)});let[a,o]=yM(i);a.scene.objects.delete(n.uuid),this._applyDocumentTransaction(o.result());for(let l of s){let u=this._proxyObjectCache.get(l);u&&(z9.unsubscribe(u),this._proxyObjectCache.delete(l))}return this._requestRenderAutoMode(),!0}};var gB=window,vB=gB.ShadowRoot&&(gB.ShadyCSS===void 0||gB.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype,cK=Symbol(),MAe=new WeakMap,GA=class{constructor(t,i,r){if(this._$cssResult$=!0,r!==cK)throw Error("CSSResult is not constructable. Use `unsafeCSS` or `css` instead.");this.cssText=t,this.t=i}get styleSheet(){let t=this.o,i=this.t;if(vB&&t===void 0){let r=i!==void 0&&i.length===1;r&&(t=MAe.get(i)),t===void 0&&((this.o=t=new CSSStyleSheet).replaceSync(this.cssText),r&&MAe.set(i,t))}return t}toString(){return this.cssText}},EAe=e=>new GA(typeof e=="string"?e:e+"",void 0,cK),pK=(e,...t)=>{let i=e.length===1?e[0]:t.reduce((r,n,s)=>r+(a=>{if(a._$cssResult$===!0)return a.cssText;if(typeof a=="number")return a;throw Error("Value passed to 'css' function must be a 'css' function result: "+a+". Use 'unsafeCSS' to pass non-literal values, but take care to ensure page security.")})(n)+e[s+1],e[0]);return new GA(i,e,cK)},mK=(e,t)=>{vB?e.adoptedStyleSheets=t.map(i=>i instanceof CSSStyleSheet?i:i.styleSheet):t.forEach(i=>{let r=document.createElement("style"),n=gB.litNonce;n!==void 0&&r.setAttribute("nonce",n),r.textContent=i.cssText,e.appendChild(r)})},yB=vB?e=>e:e=>e instanceof CSSStyleSheet?(t=>{let i="";for(let r of t.cssRules)i+=r.cssText;return EAe(i)})(e):e;var fK,_B=window,AAe=_B.trustedTypes,NVe=AAe?AAe.emptyScript:"",CAe=_B.reactiveElementPolyfillSupport,vK={toAttribute(e,t){switch(t){case Boolean:e=e?NVe:null;break;case Object:case Array:e=e==null?e:JSON.stringify(e)}return e},fromAttribute(e,t){let i=e;switch(t){case Boolean:i=e!==null;break;case Number:i=e===null?null:Number(e);break;case Object:case Array:try{i=JSON.parse(e)}catch{i=null}}return i}},RAe=(e,t)=>t!==e&&(t==t||e==e),gK={attribute:!0,type:String,converter:vK,reflect:!1,hasChanged:RAe},yK="finalized",Km=class extends HTMLElement{constructor(){super(),this._$Ei=new Map,this.isUpdatePending=!1,this.hasUpdated=!1,this._$El=null,this._$Eu()}static addInitializer(t){var i;this.finalize(),((i=this.h)!==null&&i!==void 0?i:this.h=[]).push(t)}static get observedAttributes(){this.finalize();let t=[];return this.elementProperties.forEach((i,r)=>{let n=this._$Ep(r,i);n!==void 0&&(this._$Ev.set(n,r),t.push(n))}),t}static createProperty(t,i=gK){if(i.state&&(i.attribute=!1),this.finalize(),this.elementProperties.set(t,i),!i.noAccessor&&!this.prototype.hasOwnProperty(t)){let r=typeof t=="symbol"?Symbol():"__"+t,n=this.getPropertyDescriptor(t,r,i);n!==void 0&&Object.defineProperty(this.prototype,t,n)}}static getPropertyDescriptor(t,i,r){return{get(){return this[i]},set(n){let s=this[t];this[i]=n,this.requestUpdate(t,s,r)},configurable:!0,enumerable:!0}}static getPropertyOptions(t){return this.elementProperties.get(t)||gK}static finalize(){if(this.hasOwnProperty(yK))return!1;this[yK]=!0;let t=Object.getPrototypeOf(this);if(t.finalize(),t.h!==void 0&&(this.h=[...t.h]),this.elementProperties=new Map(t.elementProperties),this._$Ev=new Map,this.hasOwnProperty("properties")){let i=this.properties,r=[...Object.getOwnPropertyNames(i),...Object.getOwnPropertySymbols(i)];for(let n of r)this.createProperty(n,i[n])}return this.elementStyles=this.finalizeStyles(this.styles),!0}static finalizeStyles(t){let i=[];if(Array.isArray(t)){let r=new Set(t.flat(1/0).reverse());for(let n of r)i.unshift(yB(n))}else t!==void 0&&i.push(yB(t));return i}static _$Ep(t,i){let r=i.attribute;return r===!1?void 0:typeof r=="string"?r:typeof t=="string"?t.toLowerCase():void 0}_$Eu(){var t;this._$E_=new Promise(i=>this.enableUpdating=i),this._$AL=new Map,this._$Eg(),this.requestUpdate(),(t=this.constructor.h)===null||t===void 0||t.forEach(i=>i(this))}addController(t){var i,r;((i=this._$ES)!==null&&i!==void 0?i:this._$ES=[]).push(t),this.renderRoot!==void 0&&this.isConnected&&((r=t.hostConnected)===null||r===void 0||r.call(t))}removeController(t){var i;(i=this._$ES)===null||i===void 0||i.splice(this._$ES.indexOf(t)>>>0,1)}_$Eg(){this.constructor.elementProperties.forEach((t,i)=>{this.hasOwnProperty(i)&&(this._$Ei.set(i,this[i]),delete this[i])})}createRenderRoot(){var t;let i=(t=this.shadowRoot)!==null&&t!==void 0?t:this.attachShadow(this.constructor.shadowRootOptions);return mK(i,this.constructor.elementStyles),i}connectedCallback(){var t;this.renderRoot===void 0&&(this.renderRoot=this.createRenderRoot()),this.enableUpdating(!0),(t=this._$ES)===null||t===void 0||t.forEach(i=>{var r;return(r=i.hostConnected)===null||r===void 0?void 0:r.call(i)})}enableUpdating(t){}disconnectedCallback(){var t;(t=this._$ES)===null||t===void 0||t.forEach(i=>{var r;return(r=i.hostDisconnected)===null||r===void 0?void 0:r.call(i)})}attributeChangedCallback(t,i,r){this._$AK(t,r)}_$EO(t,i,r=gK){var n;let s=this.constructor._$Ep(t,r);if(s!==void 0&&r.reflect===!0){let a=(((n=r.converter)===null||n===void 0?void 0:n.toAttribute)!==void 0?r.converter:vK).toAttribute(i,r.type);this._$El=t,a==null?this.removeAttribute(s):this.setAttribute(s,a),this._$El=null}}_$AK(t,i){var r;let n=this.constructor,s=n._$Ev.get(t);if(s!==void 0&&this._$El!==s){let a=n.getPropertyOptions(s),o=typeof a.converter=="function"?{fromAttribute:a.converter}:((r=a.converter)===null||r===void 0?void 0:r.fromAttribute)!==void 0?a.converter:vK;this._$El=s,this[s]=o.fromAttribute(i,a.type),this._$El=null}}requestUpdate(t,i,r){let n=!0;t!==void 0&&(((r=r||this.constructor.getPropertyOptions(t)).hasChanged||RAe)(this[t],i)?(this._$AL.has(t)||this._$AL.set(t,i),r.reflect===!0&&this._$El!==t&&(this._$EC===void 0&&(this._$EC=new Map),this._$EC.set(t,r))):n=!1),!this.isUpdatePending&&n&&(this._$E_=this._$Ej())}async _$Ej(){this.isUpdatePending=!0;try{await this._$E_}catch(i){Promise.reject(i)}let t=this.scheduleUpdate();return t!=null&&await t,!this.isUpdatePending}scheduleUpdate(){return this.performUpdate()}performUpdate(){var t;if(!this.isUpdatePending)return;this.hasUpdated,this._$Ei&&(this._$Ei.forEach((n,s)=>this[s]=n),this._$Ei=void 0);let i=!1,r=this._$AL;try{i=this.shouldUpdate(r),i?(this.willUpdate(r),(t=this._$ES)===null||t===void 0||t.forEach(n=>{var s;return(s=n.hostUpdate)===null||s===void 0?void 0:s.call(n)}),this.update(r)):this._$Ek()}catch(n){throw i=!1,this._$Ek(),n}i&&this._$AE(r)}willUpdate(t){}_$AE(t){var i;(i=this._$ES)===null||i===void 0||i.forEach(r=>{var n;return(n=r.hostUpdated)===null||n===void 0?void 0:n.call(r)}),this.hasUpdated||(this.hasUpdated=!0,this.firstUpdated(t)),this.updated(t)}_$Ek(){this._$AL=new Map,this.isUpdatePending=!1}get updateComplete(){return this.getUpdateComplete()}getUpdateComplete(){return this._$E_}shouldUpdate(t){return!0}update(t){this._$EC!==void 0&&(this._$EC.forEach((i,r)=>this._$EO(r,this[r],i)),this._$EC=void 0),this._$Ek()}updated(t){}firstUpdated(t){}};Km[yK]=!0,Km.elementProperties=new Map,Km.elementStyles=[],Km.shadowRootOptions={mode:"open"},CAe?.({ReactiveElement:Km}),((fK=_B.reactiveElementVersions)!==null&&fK!==void 0?fK:_B.reactiveElementVersions=[]).push("1.6.3");var _K,bB=window,Iw=bB.trustedTypes,PAe=Iw?Iw.createPolicy("lit-html",{createHTML:e=>e}):void 0,xK="$lit$",i0=`lit$${(Math.random()+"").slice(9)}$`,UAe="?"+i0,IVe=`<${UAe}>`,p1=document,HA=()=>p1.createComment(""),WA=e=>e===null||typeof e!="object"&&typeof e!="function",FAe=Array.isArray,OVe=e=>FAe(e)||typeof e?.[Symbol.iterator]=="function",bK=`[
12981
12981
  \f\r]`,jA=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,DAe=/-->/g,NAe=/>/g,d1=RegExp(`>|${bK}(?:([^\\s"'>=/]+)(${bK}*=${bK}*(?:[^
12982
12982
  \f\r"'\`<>=]|("|')|))|$)`,"g"),IAe=/'/g,OAe=/"/g,zAe=/^(?:script|style|textarea|title)$/i,kAe=e=>(t,...i)=>({_$litType$:e,strings:t,values:i}),VAe=kAe(1),ket=kAe(2),m1=Symbol.for("lit-noChange"),ro=Symbol.for("lit-nothing"),LAe=new WeakMap,c1=p1.createTreeWalker(p1,129,null,!1);function GAe(e,t){if(!Array.isArray(e)||!e.hasOwnProperty("raw"))throw Error("invalid template strings array");return PAe!==void 0?PAe.createHTML(t):t}var LVe=(e,t)=>{let i=e.length-1,r=[],n,s=t===2?"<svg>":"",a=jA;for(let o=0;o<i;o++){let l=e[o],u,h,d=-1,c=0;for(;c<l.length&&(a.lastIndex=c,h=a.exec(l),h!==null);)c=a.lastIndex,a===jA?h[1]==="!--"?a=DAe:h[1]!==void 0?a=NAe:h[2]!==void 0?(zAe.test(h[2])&&(n=RegExp("</"+h[2],"g")),a=d1):h[3]!==void 0&&(a=d1):a===d1?h[0]===">"?(a=n??jA,d=-1):h[1]===void 0?d=-2:(d=a.lastIndex-h[2].length,u=h[1],a=h[3]===void 0?d1:h[3]==='"'?OAe:IAe):a===OAe||a===IAe?a=d1:a===DAe||a===NAe?a=jA:(a=d1,n=void 0);let p=a===d1&&e[o+1].startsWith("/>")?" ":"";s+=a===jA?l+IVe:d>=0?(r.push(u),l.slice(0,d)+xK+l.slice(d)+i0+p):l+i0+(d===-2?(r.push(void 0),o):p)}return[GAe(e,s+(e[i]||"<?>")+(t===2?"</svg>":"")),r]},f1=class{constructor({strings:t,_$litType$:i},r){let n;this.parts=[];let s=0,a=0,o=t.length-1,l=this.parts,[u,h]=LVe(t,i);if(this.el=f1.createElement(u,r),c1.currentNode=this.el.content,i===2){let d=this.el.content,c=d.firstChild;c.remove(),d.append(...c.childNodes)}for(;(n=c1.nextNode())!==null&&l.length<o;){if(n.nodeType===1){if(n.hasAttributes()){let d=[];for(let c of n.getAttributeNames())if(c.endsWith(xK)||c.startsWith(i0)){let p=h[a++];if(d.push(c),p!==void 0){let m=n.getAttribute(p.toLowerCase()+xK).split(i0),f=/([.?@])?(.*)/.exec(p);l.push({type:1,index:s,name:f[2],strings:m,ctor:f[1]==="."?SK:f[1]==="?"?TK:f[1]==="@"?MK:Lw})}else l.push({type:6,index:s})}for(let c of d)n.removeAttribute(c)}if(zAe.test(n.tagName)){let d=n.textContent.split(i0),c=d.length-1;if(c>0){n.textContent=Iw?Iw.emptyScript:"";for(let p=0;p<c;p++)n.append(d[p],HA()),c1.nextNode(),l.push({type:2,index:++s});n.append(d[c],HA())}}}else if(n.nodeType===8)if(n.data===UAe)l.push({type:2,index:s});else{let d=-1;for(;(d=n.data.indexOf(i0,d+1))!==-1;)l.push({type:7,index:s}),d+=i0.length-1}s++}}static createElement(t,i){let r=p1.createElement("template");return r.innerHTML=t,r}};function Ow(e,t,i=e,r){var n,s,a,o;if(t===m1)return t;let l=r!==void 0?(n=i._$Co)===null||n===void 0?void 0:n[r]:i._$Cl,u=WA(t)?void 0:t._$litDirective$;return l?.constructor!==u&&((s=l?._$AO)===null||s===void 0||s.call(l,!1),u===void 0?l=void 0:(l=new u(e),l._$AT(e,i,r)),r!==void 0?((a=(o=i)._$Co)!==null&&a!==void 0?a:o._$Co=[])[r]=l:i._$Cl=l),l!==void 0&&(t=Ow(e,l._$AS(e,t.values),l,r)),t}var wK=class{constructor(t,i){this._$AV=[],this._$AN=void 0,this._$AD=t,this._$AM=i}get parentNode(){return this._$AM.parentNode}get _$AU(){return this._$AM._$AU}u(t){var i;let{el:{content:r},parts:n}=this._$AD,s=((i=t?.creationScope)!==null&&i!==void 0?i:p1).importNode(r,!0);c1.currentNode=s;let a=c1.nextNode(),o=0,l=0,u=n[0];for(;u!==void 0;){if(o===u.index){let h;u.type===2?h=new g1(a,a.nextSibling,this,t):u.type===1?h=new u.ctor(a,u.name,u.strings,this,t):u.type===6&&(h=new EK(a,this,t)),this._$AV.push(h),u=n[++l]}o!==u?.index&&(a=c1.nextNode(),o++)}return c1.currentNode=p1,s}v(t){let i=0;for(let r of this._$AV)r!==void 0&&(r.strings!==void 0?(r._$AI(t,r,i),i+=r.strings.length-2):r._$AI(t[i])),i++}},g1=class{constructor(t,i,r,n){var s;this.type=2,this._$AH=ro,this._$AN=void 0,this._$AA=t,this._$AB=i,this._$AM=r,this.options=n,this._$Cp=(s=n?.isConnected)===null||s===void 0||s}get _$AU(){var t,i;return(i=(t=this._$AM)===null||t===void 0?void 0:t._$AU)!==null&&i!==void 0?i:this._$Cp}get parentNode(){let t=this._$AA.parentNode,i=this._$AM;return i!==void 0&&t?.nodeType===11&&(t=i.parentNode),t}get startNode(){return this._$AA}get endNode(){return this._$AB}_$AI(t,i=this){t=Ow(this,t,i),WA(t)?t===ro||t==null||t===""?(this._$AH!==ro&&this._$AR(),this._$AH=ro):t!==this._$AH&&t!==m1&&this._(t):t._$litType$!==void 0?this.g(t):t.nodeType!==void 0?this.$(t):OVe(t)?this.T(t):this._(t)}k(t){return this._$AA.parentNode.insertBefore(t,this._$AB)}$(t){this._$AH!==t&&(this._$AR(),this._$AH=this.k(t))}_(t){this._$AH!==ro&&WA(this._$AH)?this._$AA.nextSibling.data=t:this.$(p1.createTextNode(t)),this._$AH=t}g(t){var i;let{values:r,_$litType$:n}=t,s=typeof n=="number"?this._$AC(t):(n.el===void 0&&(n.el=f1.createElement(GAe(n.h,n.h[0]),this.options)),n);if(((i=this._$AH)===null||i===void 0?void 0:i._$AD)===s)this._$AH.v(r);else{let a=new wK(s,this),o=a.u(this.options);a.v(r),this.$(o),this._$AH=a}}_$AC(t){let i=LAe.get(t.strings);return i===void 0&&LAe.set(t.strings,i=new f1(t)),i}T(t){FAe(this._$AH)||(this._$AH=[],this._$AR());let i=this._$AH,r,n=0;for(let s of t)n===i.length?i.push(r=new g1(this.k(HA()),this.k(HA()),this,this.options)):r=i[n],r._$AI(s),n++;n<i.length&&(this._$AR(r&&r._$AB.nextSibling,n),i.length=n)}_$AR(t=this._$AA.nextSibling,i){var r;for((r=this._$AP)===null||r===void 0||r.call(this,!1,!0,i);t&&t!==this._$AB;){let n=t.nextSibling;t.remove(),t=n}}setConnected(t){var i;this._$AM===void 0&&(this._$Cp=t,(i=this._$AP)===null||i===void 0||i.call(this,t))}},Lw=class{constructor(t,i,r,n,s){this.type=1,this._$AH=ro,this._$AN=void 0,this.element=t,this.name=i,this._$AM=n,this.options=s,r.length>2||r[0]!==""||r[1]!==""?(this._$AH=Array(r.length-1).fill(new String),this.strings=r):this._$AH=ro}get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}_$AI(t,i=this,r,n){let s=this.strings,a=!1;if(s===void 0)t=Ow(this,t,i,0),a=!WA(t)||t!==this._$AH&&t!==m1,a&&(this._$AH=t);else{let o=t,l,u;for(t=s[0],l=0;l<s.length-1;l++)u=Ow(this,o[r+l],i,l),u===m1&&(u=this._$AH[l]),a||(a=!WA(u)||u!==this._$AH[l]),u===ro?t=ro:t!==ro&&(t+=(u??"")+s[l+1]),this._$AH[l]=u}a&&!n&&this.j(t)}j(t){t===ro?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,t??"")}},SK=class extends Lw{constructor(){super(...arguments),this.type=3}j(t){this.element[this.name]=t===ro?void 0:t}},BVe=Iw?Iw.emptyScript:"",TK=class extends Lw{constructor(){super(...arguments),this.type=4}j(t){t&&t!==ro?this.element.setAttribute(this.name,BVe):this.element.removeAttribute(this.name)}},MK=class extends Lw{constructor(t,i,r,n,s){super(t,i,r,n,s),this.type=5}_$AI(t,i=this){var r;if((t=(r=Ow(this,t,i,0))!==null&&r!==void 0?r:ro)===m1)return;let n=this._$AH,s=t===ro&&n!==ro||t.capture!==n.capture||t.once!==n.once||t.passive!==n.passive,a=t!==ro&&(n===ro||s);s&&this.element.removeEventListener(this.name,this,n),a&&this.element.addEventListener(this.name,this,t),this._$AH=t}handleEvent(t){var i,r;typeof this._$AH=="function"?this._$AH.call((r=(i=this.options)===null||i===void 0?void 0:i.host)!==null&&r!==void 0?r:this.element,t):this._$AH.handleEvent(t)}},EK=class{constructor(t,i,r){this.element=t,this.type=6,this._$AN=void 0,this._$AM=i,this.options=r}get _$AU(){return this._$AM._$AU}_$AI(t){Ow(this,t)}};var BAe=bB.litHtmlPolyfillSupport;BAe?.(f1,g1),((_K=bB.litHtmlVersions)!==null&&_K!==void 0?_K:bB.litHtmlVersions=[]).push("2.8.0");var qA=(e,t,i)=>{var r,n;let s=(r=i?.renderBefore)!==null&&r!==void 0?r:t,a=s._$litPart$;if(a===void 0){let o=(n=i?.renderBefore)!==null&&n!==void 0?n:null;s._$litPart$=a=new g1(t.insertBefore(HA(),o),o,void 0,i??{})}return a._$AI(e),a};var AK,CK;var r0=class extends Km{constructor(){super(...arguments),this.renderOptions={host:this},this._$Do=void 0}createRenderRoot(){var t,i;let r=super.createRenderRoot();return(t=(i=this.renderOptions).renderBefore)!==null&&t!==void 0||(i.renderBefore=r.firstChild),r}update(t){let i=this.render();this.hasUpdated||(this.renderOptions.isConnected=this.isConnected),super.update(t),this._$Do=qA(i,this.renderRoot,this.renderOptions)}connectedCallback(){var t;super.connectedCallback(),(t=this._$Do)===null||t===void 0||t.setConnected(!0)}disconnectedCallback(){var t;super.disconnectedCallback(),(t=this._$Do)===null||t===void 0||t.setConnected(!1)}render(){return m1}};r0.finalized=!0,r0._$litElement$=!0,(AK=globalThis.litElementHydrateSupport)===null||AK===void 0||AK.call(globalThis,{LitElement:r0});var jAe=globalThis.litElementPolyfillSupport;jAe?.({LitElement:r0});((CK=globalThis.litElementVersions)!==null&&CK!==void 0?CK:globalThis.litElementVersions=[]).push("3.3.3");var HAe=e=>t=>typeof t=="function"?((i,r)=>(customElements.define(i,r),r))(e,t):((i,r)=>{let{kind:n,elements:s}=r;return{kind:n,elements:s,finisher(a){customElements.define(i,a)}}})(e,t);var UVe=(e,t)=>t.kind==="method"&&t.descriptor&&!("value"in t.descriptor)?{...t,finisher(i){i.createProperty(t.key,e)}}:{kind:"field",key:Symbol(),placement:"own",descriptor:{},originalKey:t.key,initializer(){typeof t.initializer=="function"&&(this[t.key]=t.initializer.call(this))},finisher(i){i.createProperty(t.key,e)}},FVe=(e,t,i)=>{t.constructor.createProperty(i,e)};function Bh(e){return(t,i)=>i!==void 0?FVe(e,t,i):UVe(e,t)}var RK,ptt=((RK=window.HTMLSlotElement)===null||RK===void 0?void 0:RK.prototype.assignedElements)!=null?(e,t)=>e.assignedElements(t):(e,t)=>e.assignedNodes(t).filter(i=>i.nodeType===Node.ELEMENT_NODE);var xB=window.IntersectionObserver!=null;var WAe=(e=32,t=2)=>{let i=e/2;return VAe` <style>
12983
12983
  :host {