@seatlayer/core 0.65.0 → 0.67.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/openPanorama-ALLZ6ADE.js +20 -0
- package/dist/view3d/index.cjs +47 -47
- package/dist/view3d/index.js +28 -47
- package/package.json +1 -1
package/dist/view3d/index.js
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import{a as Un,c as Yn,d as Xn}from"../chunk-QHWOX6PN.js";import{a as Wn,c as jn,d as qn,e as Ce,j as Kn}from"../chunk-XPPT3OGQ.js";import{c as Nn,d as Gn,e as Qt,f as Hn}from"../chunk-IJI4WU57.js";import{d as zn}from"../chunk-T2LWVOQ3.js";import{e as Fn,l as He,n as st,o as Vn,q as Pt}from"../chunk-VI3IZS2B.js";import{e as On,k as Bn}from"../chunk-UL5OIGIF.js";import{W as ke,X as Le,ea as St,ga as Dn,ha as wt,ja as kn,l as En,m as it,va as Ln}from"../chunk-RZLIIQDP.js";import{d as Z,k as _n,x as he,z as at}from"../chunk-CXF32VPG.js";import{Renderer as $r}from"ogl";var be=["available","held","sold","selected","dimmed"];function ct(t){let e=be.indexOf(t);return e<0?0:e}var Zn={available:[.24,.82,.52],held:[.95,.66,.22],sold:[.34,.39,.45],selected:[.24,.74,1],dimmed:[.28,.32,.37]};function Qn(t){let e=.2126*t[0]+.7152*t[1]+.0722*t[2],n=.42,r=.62;return[(e+(t[0]-e)*n)*r,(e+(t[1]-e)*n)*r,(e+(t[2]-e)*n)*r]}var $t={ground:[.07,.085,.11],tierTop:[.24,.28,.34],tierWall:[.17,.2,.25],stageTop:[.94,.7,.38],stageWall:[.48,.33,.18],decorTop:[.22,.25,.29],decorWall:[.15,.17,.2],gaTop:[.24,.28,.33],gaWall:[.16,.19,.23],boothTop:[.3,.33,.38],boothWall:[.2,.23,.27],tableTop:[.38,.34,.29],tableWall:[.24,.21,.18]},Ue={top:[.05,.06,.08],bottom:[.1,.12,.15]};function pe(t,e){return[Math.min(1,t[0]*e),Math.min(1,t[1]*e),Math.min(1,t[2]*e)]}function Jr(){let t=typeof window<"u"&&window.devicePixelRatio||1,e=navigator.deviceMemory,n=typeof e=="number"&&e<=4?1.5:2;return Math.min(t,n)}var At=class{constructor(e,n){this.clearRgb=[0,0,0];this.container=e,this.canvas=document.createElement("canvas"),this.canvas.style.display="block",this.canvas.style.width="100%",this.canvas.style.height="100%",this.canvas.style.touchAction="none",this.canvas.tabIndex=0,this.canvas.setAttribute("role","application"),this.canvas.setAttribute("aria-label","Interactive 3D venue. Drag or use arrow keys to look around; pinch, scroll, plus or minus to zoom."),this.renderer=new $r({canvas:this.canvas,dpr:Jr(),alpha:!1,antialias:!1,depth:!0,stencil:!1,powerPreference:"high-performance",webgl:2}),this.gl=this.renderer.gl,this.clearRgb=[Ue.top[0],Ue.top[1],Ue.top[2]],this.gl.clearColor(this.clearRgb[0],this.clearRgb[1],this.clearRgb[2],1),e.appendChild(this.canvas),this.lostHandler=r=>{r.preventDefault(),n.onContextLost()},this.restoredHandler=()=>n.onContextRestored(),this.canvas.addEventListener("webglcontextlost",this.lostHandler,!1),this.canvas.addEventListener("webglcontextrestored",this.restoredHandler,!1),this.resize()}setClearColor(e){this.clearRgb=[e[0],e[1],e[2]],this.gl.clearColor(e[0],e[1],e[2],1)}get clearColor(){return this.clearRgb}resize(){let e=Math.max(1,this.container.clientWidth||this.canvas.clientWidth||1),n=Math.max(1,this.container.clientHeight||this.canvas.clientHeight||1);return this.renderer.setSize(e,n),{width:e,height:n}}get pixelHeight(){return this.renderer.height*this.renderer.dpr}get aspect(){return this.renderer.width/Math.max(1,this.renderer.height)}dispose(){this.canvas.removeEventListener("webglcontextlost",this.lostHandler,!1),this.canvas.removeEventListener("webglcontextrestored",this.restoredHandler,!1);let e=this.gl.getExtension("WEBGL_lose_context");e&&e.loseContext(),this.canvas.parentNode&&this.canvas.parentNode.removeChild(this.canvas)}simulateContextLossCycle(){let e=this.gl.getExtension("WEBGL_lose_context");e&&(e.loseContext(),setTimeout(()=>{e.restoreContext&&e.restoreContext()},300))}};import{Camera as ei,Vec3 as Jt}from"ogl";var ue=Math.PI/180,en=15*ue,tn=80*ue,Ke=.12,$n=35,Jn=1.25,Ct=class{constructor(e,n,r,o){this.fovY=$n;this.target=new Jt;this.azimuth=-30*ue;this.polar=55*ue;this.distance=10;this.azT=-30*ue;this.polT=55*ue;this.distT=10;this.minDist=1;this.maxDist=100;this.gestureFired=!1;this.interactionEnabled=!0;this.dragging=!1;this.panning=!1;this.lastX=0;this.lastY=0;this.activePointers=new Map;this.pinchDist=0;this.pinchCx=0;this.pinchCy=0;this.targetT=new Jt;this.panAnchor=new Jt;this.panLimit=0;this.primaryDragMode="orbit";this.camera=new ei(e,{fov:$n,near:.1,far:5e3,aspect:1}),this.canvas=n,this.requestRender=r,this.onGesture=o,this.onPointerDown=i=>{if(this.interactionEnabled){try{this.canvas.setPointerCapture?.(i.pointerId)}catch{}if(this.activePointers.set(i.pointerId,{x:i.clientX,y:i.clientY}),this.activePointers.size===1){let a=i.button===2||i.button===1,s=i.button===0&&(i.shiftKey?this.primaryDragMode==="orbit":this.primaryDragMode==="pan");this.panning=a||s,this.dragging=!this.panning,this.lastX=i.clientX,this.lastY=i.clientY}else if(this.activePointers.size===2){this.dragging=!1,this.panning=!1,this.pinchDist=this.currentPinchDistance();let a=this.pinchCentroid();this.pinchCx=a.x,this.pinchCy=a.y}}},this.onPointerMove=i=>{if(!this.interactionEnabled||!this.activePointers.has(i.pointerId))return;if(this.activePointers.set(i.pointerId,{x:i.clientX,y:i.clientY}),this.activePointers.size>=2){let l=this.currentPinchDistance();this.pinchDist>0&&(this.dollyBy(Math.exp((this.pinchDist-l)*.005)),this.fireGesture()),this.pinchDist=l;let c=this.pinchCentroid();this.panBy(c.x-this.pinchCx,c.y-this.pinchCy),this.pinchCx=c.x,this.pinchCy=c.y;return}let a=i.clientX-this.lastX,s=i.clientY-this.lastY;if(this.panning){this.lastX=i.clientX,this.lastY=i.clientY,(a!==0||s!==0)&&(this.panBy(a,s),this.fireGesture());return}this.dragging&&(this.lastX=i.clientX,this.lastY=i.clientY,(a!==0||s!==0)&&this.fireGesture(),this.azT-=a*.006,this.polT=Math.max(en,Math.min(tn,this.polT-s*.006)),this.requestRender())},this.onPointerUp=i=>{this.activePointers.delete(i.pointerId);try{this.canvas.releasePointerCapture?.(i.pointerId)}catch{}this.activePointers.size<2&&(this.pinchDist=0),this.activePointers.size===0&&(this.dragging=!1,this.panning=!1)},this.onContextMenu=i=>{i.preventDefault()},this.onWheel=i=>{if(i.preventDefault(),!this.interactionEnabled)return;let a=i.deltaMode===1?16:i.deltaMode===2?100:1,s=Math.max(-2,Math.min(2,i.deltaY*a/100));this.dollyBy(Math.exp(s*.22)),this.fireGesture()},this.onKeyDown=i=>{if(!this.interactionEnabled)return;let a=7*ue;if(i.shiftKey&&(i.key==="ArrowLeft"||i.key==="ArrowRight"||i.key==="ArrowUp"||i.key==="ArrowDown"))this.panBy(i.key==="ArrowLeft"?-32:i.key==="ArrowRight"?32:0,i.key==="ArrowUp"?-32:i.key==="ArrowDown"?32:0);else if(i.key==="ArrowLeft"||i.key==="ArrowRight")this.azT+=i.key==="ArrowLeft"?-a:a;else if(i.key==="ArrowUp"||i.key==="ArrowDown")this.polT=Math.max(en,Math.min(tn,this.polT+(i.key==="ArrowUp"?-a:a)));else if(i.key==="+"||i.key==="=")this.dollyBy(.82);else if(i.key==="-"||i.key==="_")this.dollyBy(1.22);else return;i.preventDefault(),this.fireGesture(),this.requestRender()},n.addEventListener("pointerdown",this.onPointerDown),n.addEventListener("pointermove",this.onPointerMove),n.addEventListener("pointerup",this.onPointerUp),n.addEventListener("pointercancel",this.onPointerUp),n.addEventListener("wheel",this.onWheel,{passive:!1}),n.addEventListener("keydown",this.onKeyDown),n.addEventListener("contextmenu",this.onContextMenu)}pinchCentroid(){let e=[...this.activePointers.values()];if(!e.length)return{x:0,y:0};let n=0,r=0;for(let o of e)n+=o.x,r+=o.y;return{x:n/e.length,y:r/e.length}}panBy(e,n){let r=this.canvas.clientHeight||1,o=2*this.distance*Math.tan(this.fovY*ue/2)/r,i=Math.sin(this.azimuth),a=Math.cos(this.azimuth),s=a,l=-i,c=Math.cos(this.polar),d=Math.sin(this.polar),u=-i*c,m=-a*c;this.targetT.x+=(-e*s+n*u)*o,this.targetT.z+=(-e*l+n*m)*o,this.targetT.y+=n*d*o,this.clampPan(),this.requestRender()}clampPan(){if(this.panLimit<=0)return;let e=this.panLimit,n=this.panAnchor.x,r=this.panAnchor.y,o=this.panAnchor.z;this.targetT.x=Math.max(n-e,Math.min(n+e,this.targetT.x)),this.targetT.z=Math.max(o-e,Math.min(o+e,this.targetT.z)),this.targetT.y=Math.max(r-e*.5,Math.min(r+e,this.targetT.y))}fireGesture(){this.gestureFired||(this.gestureFired=!0,this.onGesture?.())}currentPinchDistance(){let e=[...this.activePointers.values()];return e.length<2?0:Math.hypot(e[0].x-e[1].x,e[0].y-e[1].y)}dollyBy(e){this.distT=Math.max(this.minDist,Math.min(this.maxDist,this.distT*e)),this.requestRender()}zoomBy(e){this.interactionEnabled&&(this.dollyBy(e),this.fireGesture())}setPrimaryDragMode(e){this.primaryDragMode=e}setInteractionEnabled(e){this.interactionEnabled=e,!e&&(this.activePointers.clear(),this.dragging=!1,this.panning=!1,this.pinchDist=0)}frame(e,n=!1,r,o=!1,i){this.target.set(e.center[0],e.center[1],e.center[2]),this.targetT.copy(this.target),this.panAnchor.copy(this.target),this.panLimit=Math.max(1,e.radius)*1.5;let a=Math.max(1,e.radius),s=this.fovY*ue/2,l=o?Math.max(.82,this.camera.aspect||1):this.camera.aspect||1,c=Math.atan(Math.tan(s)*l);this.azT=r??-30*ue,this.polT=Math.max(15,Math.min(80,i?.polarDeg??55))*ue;let d=this.fitDistance(e,s,c,this.azT,this.polT);this.distT=d*Math.max(1.05,Math.min(2,i?.margin??Jn)),this.minDist=Math.max(2,a*.12),this.maxDist=d*4,n?(this.azimuth=this.azT,this.polar=12*ue,this.distance=this.distT*1.7):(this.azimuth=this.azT,this.polar=this.polT,this.distance=this.distT),this.applyPosition()}setAspect(e){this.camera.perspective({aspect:e})}frameSoft(e,n,r=!1,o){this.target.set(e.center[0],e.center[1],e.center[2]),this.targetT.copy(this.target),this.panAnchor.copy(this.target),this.panLimit=Math.max(1,e.radius)*1.5,this.syncFromCamera(),this.camera.perspective({fov:this.fovY,aspect:this.camera.aspect});let i=this.fovY*ue/2,a=r?Math.max(.82,this.camera.aspect||1):this.camera.aspect||1,s=Math.atan(Math.tan(i)*a);this.azT=n??this.azimuth,this.polT=Math.max(15,Math.min(80,o?.polarDeg??55))*ue;let l=this.fitDistance(e,i,s,this.azT,this.polT);this.distT=l*Math.max(1.05,Math.min(2,o?.margin??Jn))}fitDistance(e,n,r,o,i){let a=Math.max(1,e.radius),s=Math.max(a/Math.tan(n),a/Math.tan(r)),l=e.box;if(!l)return s;let c=Math.sin(i),d=-c*Math.sin(o),u=-Math.cos(i),m=-c*Math.cos(o);if(Math.abs(u)>.999)return s;let p=-m,h=d,f=Math.hypot(p,h);p/=f,h/=f;let x=-h*u,b=h*d-p*m,y=p*u,g=Math.tan(r),F=Math.tan(n),w=1;for(let v=0;v<8;v++){let D=(v&1?l.max[0]:l.min[0])-e.center[0],L=(v&2?l.max[1]:l.min[1])-e.center[1],_=(v&4?l.max[2]:l.min[2])-e.center[2],U=D*d+L*u+_*m,B=Math.abs(D*p+_*h),S=Math.abs(D*x+L*b+_*y);w=Math.max(w,B/g-U,S/F-U)}return Math.min(s,Math.max(w,a*.35))}updateClipping(e){let n=this.camera.position.x-e.center[0],r=this.camera.position.y-e.center[1],o=this.camera.position.z-e.center[2],i=Math.hypot(n,r,o),a=Math.max(1,e.radius)*1.18,s=Math.max(.05,i-a),l=Math.max(s+10,i+a);this.camera.perspective({near:s,far:l,aspect:this.camera.aspect})}update(){let e=this.azT-this.azimuth,n=this.polT-this.polar,r=this.distT-this.distance,o=this.targetT.x-this.target.x,i=this.targetT.y-this.target.y,a=this.targetT.z-this.target.z,s=Math.max(1e-4,this.distance*1e-4),l=Math.abs(e)>1e-4||Math.abs(n)>1e-4||Math.abs(r)>1e-4||Math.abs(o)>s||Math.abs(i)>s||Math.abs(a)>s;return this.azimuth+=e*Ke,this.polar+=n*Ke,this.distance+=r*Ke,this.target.x+=o*Ke,this.target.y+=i*Ke,this.target.z+=a*Ke,l&&this.applyPosition(),l}get currentDistance(){return this.distance}syncFromCamera(){let e=this.camera.position.x-this.target.x,n=this.camera.position.y-this.target.y,r=this.camera.position.z-this.target.z,o=Math.hypot(e,n,r)||1,i=Math.max(en,Math.min(tn,Math.acos(Math.max(-1,Math.min(1,n/o)))));this.distance=this.distT=o,this.polar=this.polT=i,this.azimuth=this.azT=Math.atan2(e,r)}setTarget(e){this.target.set(e[0],e[1],e[2]),this.targetT.copy(this.target)}resumeAfterFlight(e){this.camera.perspective({fov:this.fovY,aspect:this.camera.aspect}),e&&this.target.set(e[0],e[1],e[2]),this.targetT.copy(this.target),this.syncFromCamera()}applyPosition(){let e=Math.sin(this.polar),n=this.target.x+this.distance*e*Math.sin(this.azimuth),r=this.target.y+this.distance*Math.cos(this.polar),o=this.target.z+this.distance*e*Math.cos(this.azimuth);this.camera.position.set(n,r,o),this.camera.lookAt(this.target)}dispose(){this.canvas.removeEventListener("pointerdown",this.onPointerDown),this.canvas.removeEventListener("pointermove",this.onPointerMove),this.canvas.removeEventListener("pointerup",this.onPointerUp),this.canvas.removeEventListener("pointercancel",this.onPointerUp),this.canvas.removeEventListener("wheel",this.onWheel),this.canvas.removeEventListener("keydown",this.onKeyDown),this.canvas.removeEventListener("contextmenu",this.onContextMenu),this.activePointers.clear()}};var Rt=class{constructor(e){this.rafId=0;this.running=!1;this.lastTime=0;this.fpsEma=0;this.rendered=0;this.tick=e=>{let n=this.lastTime?(e-this.lastTime)/1e3:.016666666666666666;if(this.lastTime=e,n>0){let o=1/n;this.fpsEma=this.fpsEma?this.fpsEma*.9+o*.1:o}this.rendered++,this.frame(n)?this.rafId=requestAnimationFrame(this.tick):(this.running=!1,this.rafId=0)};this.frame=e}requestRender(){this.running||(this.running=!0,this.lastTime=0,this.rafId=requestAnimationFrame(this.tick))}stats(){return{fps:this.running?Math.round(this.fpsEma):0,rendered:this.rendered,idle:!this.running}}stop(){this.rafId&&cancelAnimationFrame(this.rafId),this.rafId=0,this.running=!1}};var Ze=2.5,ti=1.15,lt=6,Qe=10,eo=6,to=9.5,no=.9,oo=2.2,nn=30,on=4,It=8192;var Ms=Qe+on;function ro(t,e){let n=e*1.4,r=e*3.2;if(t<=n)return{scale:1,fade:0,minPixels:Ze};let o=Math.min(1,(t-n)/Math.max(.001,r-n));return{scale:1-o*.4,fade:o*.55,minPixels:Ze+o*(ti-Ze)}}function io(t,e,n){return!(t>0)||!(e>0)||!(n>0)?!1:e*n/t>=64}function ao(t,e,n,r,o){if(!(t>0)||!(e>0)||!(n>0)||!(r>0)||!(o>0))return!1;let i=Math.tan(r/2*Math.PI/180);if(!(i>0))return!1;let a=e/(n*i)*(o/2);return Math.PI*a*a/t>=64}import ni from"earcut";import oi from"polygon-clipping";var I=ke,ri=.002;function ii(t,e,n){let r=Math.hypot(e[0]-t[0],e[1]-t[1],e[2]-t[2]),o=Math.hypot(n[0]-e[0],n[1]-e[1],n[2]-e[2]),i=Math.hypot(t[0]-n[0],t[1]-n[1],t[2]-n[2]),a=Math.max(r,o,i);if(a<1e-9)return!0;let s=(r+o+i)/2;return 2*Math.sqrt(Math.max(0,s*(s-r)*(s-o)*(s-i)))/a<ri}var Ye=class{constructor(e=16384){this.len=0;this.buf=new Float32Array(e)}push3(e,n,r){this.len+3>this.buf.length&&this.grow(this.len+3),this.buf[this.len++]=e,this.buf[this.len++]=n,this.buf[this.len++]=r}push1(e){this.len+1>this.buf.length&&this.grow(this.len+1),this.buf[this.len++]=e}grow(e){let n=this.buf.length*2;for(;n<e;)n*=2;let r=new Float32Array(n);r.set(this.buf.subarray(0,this.len)),this.buf=r}get length(){return this.len}toArray(){return this.buf.slice(0,this.len)}},Et=class{constructor(){this.pos=new Ye;this.nor=new Ye;this.col=new Ye;this.flr=new Ye;this.mat=new Ye;this.currentFloor=0;this.currentMaterial=0}setFloor(e){this.currentFloor=e}setMaterial(e){this.currentMaterial=e}tri(e,n,r,o,i,a=i,s=i){ii(e,n,r)||(this.pos.push3(e[0],e[1],e[2]),this.pos.push3(n[0],n[1],n[2]),this.pos.push3(r[0],r[1],r[2]),this.nor.push3(o[0],o[1],o[2]),this.nor.push3(o[0],o[1],o[2]),this.nor.push3(o[0],o[1],o[2]),this.col.push3(i[0],i[1],i[2]),this.col.push3(a[0],a[1],a[2]),this.col.push3(s[0],s[1],s[2]),this.flr.push1(this.currentFloor),this.flr.push1(this.currentFloor),this.flr.push1(this.currentFloor),this.mat.push1(this.currentMaterial),this.mat.push1(this.currentMaterial),this.mat.push1(this.currentMaterial))}triN(e,n,r,o,i,a,s,l=s,c=s){[...e,...n,...r].every(Number.isFinite)&&(this.pos.push3(e[0],e[1],e[2]),this.pos.push3(n[0],n[1],n[2]),this.pos.push3(r[0],r[1],r[2]),this.nor.push3(o[0],o[1],o[2]),this.nor.push3(i[0],i[1],i[2]),this.nor.push3(a[0],a[1],a[2]),this.col.push3(s[0],s[1],s[2]),this.col.push3(l[0],l[1],l[2]),this.col.push3(c[0],c[1],c[2]),this.flr.push1(this.currentFloor),this.flr.push1(this.currentFloor),this.flr.push1(this.currentFloor),this.mat.push1(this.currentMaterial),this.mat.push1(this.currentMaterial),this.mat.push1(this.currentMaterial))}get vertexCount(){return this.pos.length/3}build(){return{position:this.pos.toArray(),normal:this.nor.toArray(),color:this.col.toArray(),floor:this.flr.toArray(),material:this.mat.toArray(),count:this.pos.length/3}}};function ai(t,e,n){let r=e[0]-t[0],o=e[1]-t[1],i=e[2]-t[2],a=n[0]-t[0],s=n[1]-t[1],l=n[2]-t[2],c=o*l-i*s,d=i*a-r*l,u=r*s-o*a,m=Math.hypot(c,d,u)||1;return c/=m,d/=m,u/=m,[c,d,u]}function si(t,e){let n=[...t],r=[];for(let a of t)r.push(a.x,a.y);let o=[];if(e){for(let a of e)if(!(a.length<3)){o.push(n.length);for(let s of a)n.push(s),r.push(s.x,s.y)}}let i=ni(r,o.length?o:void 0,2);return{pts:n,tris:i}}function rn(t){return He(t)<0?[...t].reverse():t}var ci=3;function li(t,e,n,r){let o=r(t),i=r(e),a=r(n),s=(p,h,f,x)=>Math.abs(r({x:(p.x+h.x)/2,y:(p.y+h.y)/2})-(f+x)/2),l=(t.x+e.x+n.x)/3,c=(t.y+e.y+n.y)/3,d=(o+i+a)/3,u=Math.max(s(t,e,o,i),s(e,n,i,a),s(n,t,a,o),Math.abs(r({x:l,y:c})-d)),m=(p,h,f)=>{let x=Math.abs(r({x:(p+l)/2,y:(h+c)/2})-(f+d)/2);x>u&&(u=x)};return m((t.x+e.x)/2,(t.y+e.y)/2,(o+i)/2),m((e.x+n.x)/2,(e.y+n.y)/2,(i+a)/2),m((n.x+t.x)/2,(n.y+t.y)/2,(a+o)/2),u}function ut(t,e,n,r,o){if(o<=0)return li(t,e,n,r);let i={x:(t.x+e.x)/2,y:(t.y+e.y)/2},a={x:(e.x+n.x)/2,y:(e.y+n.y)/2},s={x:(n.x+t.x)/2,y:(n.y+t.y)/2};return Math.max(ut(t,i,s,r,o-1),ut(i,e,a,r,o-1),ut(s,a,n,r,o-1),ut(i,a,s,r,o-1))}function mt(t,e,n,r,o,i,a,s){if(a>0){let m={x:(e.x+n.x)/2,y:(e.y+n.y)/2},p={x:(n.x+r.x)/2,y:(n.y+r.y)/2},h={x:(r.x+e.x)/2,y:(r.y+e.y)/2};mt(t,e,m,h,o,i,a-1,s),mt(t,m,n,p,o,i,a-1,s),mt(t,h,p,r,o,i,a-1,s),mt(t,m,p,h,o,i,a-1,s);return}let l=[e.x*I,o(e),e.y*I],c=[n.x*I,o(n),n.y*I],d=[r.x*I,o(r),r.y*I];if(s){t.triN(l,c,d,s(e),s(n),s(r),i);return}let u=ai(l,c,d);u[1]<0&&(u=[-u[0],-u[1],-u[2]]),t.tri(l,c,d,u,i)}var ui=8;function so(t,e,n){if(!Number.isFinite(n))return t;let r=[],o=(i,a,s,l,c)=>{if(c>0){let d={x:(i.x+a.x)/2,y:(i.y+a.y)/2},u=e(d);if(Math.abs(u-(s+l)/2)>n){o(i,d,s,u,c-1),o(d,a,u,l,c-1);return}}r.push(i)};for(let i=0;i<t.length;i++){let a=t[i],s=t[(i+1)%t.length];o(a,s,e(a),e(s),ui)}return r}function Tt(t,e){if(t.length<3)return t;let n=[];for(let o of t){let i=n[n.length-1];i&&Math.hypot(o.x-i.x,o.y-i.y)<e||n.push(o)}for(;n.length>2&&Math.hypot(n[0].x-n[n.length-1].x,n[0].y-n[n.length-1].y)<e;)n.pop();if(n.length<3)return t;let r=[];for(let o=0;o<n.length;o++){let i=r.length?r[r.length-1]:n[(o-1+n.length)%n.length],a=n[o],s=n[(o+1)%n.length],l=s.x-i.x,c=s.y-i.y,d=Math.hypot(l,c);d>e&&Math.abs((a.x-i.x)*c-(a.y-i.y)*l)/d<e||r.push(a)}return r.length>=3?r:n}var Ft=.001*Le*.1;function ae(t,e,n,r,o,i,a,s,l=1/0,c){if(!e||e.length<3||(l===void 0&&(l=1/0),Math.abs(He(e))<1e-4))return;let d=Tt(so(Tt(rn(e),Ft),r,l),Ft),u=n?.map(v=>Tt(so(Tt(rn(v),Ft),r,l),Ft)).filter(v=>v.length>=3&&Math.abs(He(v))>=1e-4),{pts:m,tris:p}=si(d,u),h=[i[0]*s.top,i[1]*s.top,i[2]*s.top],f=[i[0]*s.bottomCap,i[1]*s.bottomCap,i[2]*s.bottomCap],x=[a[0]*s.top,a[1]*s.top,a[2]*s.top],b=[a[0]*s.wallBottom,a[1]*s.wallBottom,a[2]*s.wallBottom],y=0;if(Number.isFinite(l))for(;y<ci;y++){let v=0;for(let D=0;D<p.length;D+=3){let L=ut(m[p[D]],m[p[D+1]],m[p[D+2]],r,y);L>v&&(v=L)}if(v<=l)break}for(let v=0;v<p.length;v+=3){let D=m[p[v]],L=m[p[v+1]],_=m[p[v+2]];mt(t,D,L,_,r,h,y,c);let U=[D.x*I,o,D.y*I],B=[L.x*I,o,L.y*I],S=[_.x*I,o,_.y*I];t.tri(U,S,B,[0,-1,0],f)}let g=v=>{if(y<=0)return v;let D=1<<y,L=[];for(let _=0;_<v.length;_++){let U=v[_],B=v[(_+1)%v.length];for(let S=0;S<D;S++){let M=S/D;L.push({x:U.x+(B.x-U.x)*M,y:U.y+(B.y-U.y)*M})}}return L},F=En(d),w=[{ring:g(d),flip:!1}];if(u)for(let v of u)v.length>=3&&w.push({ring:g(v),flip:!0});for(let{ring:v,flip:D}of w)for(let L=0;L<v.length;L++){let _=v[L],U=v[(L+1)%v.length],B=(U.x-_.x)*I,M=(U.y-_.y)*I,A=-B,R=Math.hypot(M,A)||1;M/=R,A/=R;let V=(_.x+U.x)/2-F.x,E=(_.y+U.y)/2-F.y,C=M*V+A*E;D&&(C=-C),C<0&&(M=-M,A=-A);let T=[M,0,A],z=[_.x*I,r(_),_.y*I],P=[U.x*I,r(U),U.y*I],k=[_.x*I,o,_.y*I],O=[U.x*I,o,U.y*I];t.tri(z,P,O,T,x,x,b),t.tri(z,O,k,T,x,b,b)}}function co(t){let e=0;for(let l of t)e+=l.count;let n=new Float32Array(e*3),r=new Float32Array(e*3),o=new Float32Array(e*3),i=new Float32Array(e),a=new Float32Array(e),s=0;for(let l of t)n.set(l.position,s*3),r.set(l.normal,s*3),o.set(l.color,s*3),i.set(l.floor,s),a.set(l.material,s),s+=l.count;return{position:n,normal:r,color:o,floor:i,material:a,count:e}}function Dt(t,e,n=2.5){if(e<=0||t.length<3)return t;let r=rn(t),o=r.length,i=[];for(let s=0;s<o;s++){let l=r[s],c=r[(s+1)%o],d=c.x-l.x,u=c.y-l.y,m=Math.hypot(d,u)||1;i.push({x:u/m,y:-d/m})}let a=[];for(let s=0;s<o;s++){let l=r[s],c=i[(s-1+o)%o],d=i[s],u=c.x+d.x,m=c.y+d.y,p=Math.hypot(u,m),h=()=>{a.push([l.x+c.x*e,l.y+c.y*e]),a.push([l.x+d.x*e,l.y+d.y*e])};if(p<1e-9){h();continue}u/=p,m/=p;let f=u*c.x+m*c.y,x=1/Math.max(f,1e-6);if(!Number.isFinite(x)||x>n){h();continue}a.push([l.x+u*e*x,l.y+m*e*x])}if(a.length<3)return t;try{let s=oi.union([[...a,a[0]]]),l=null,c=-1/0;for(let u of s){let m=Math.abs(He(u[0].map(([p,h])=>({x:p,y:h}))));m>c&&(c=m,l=u[0])}if(!l)return t;let d=l.map(([u,m])=>({x:u,y:m}));if(d.length>1){let u=d[0],m=d[d.length-1];Math.abs(u.x-m.x)<1e-9&&Math.abs(u.y-m.y)<1e-9&&d.pop()}return d.length>=3?d:t}catch{return t}}function kt(t,e,n,r,o=28){let i=[];for(let a=0;a<o;a++){let s=a/o*Math.PI*2;i.push({x:t+n*Math.cos(s),y:e+r*Math.sin(s)})}return i}function dt(t,e,n,r){return[{x:t,y:e},{x:t+n,y:e},{x:t+n,y:e+r},{x:t,y:e+r}]}var ee={pedestal:0,pad:1,back:2,arm:3,footrest:4,leg:5,body:10,head:11},mi=.44,di=.15,hi=.3,pi=.24;function lo(t){return t===void 0||!Number.isFinite(t)||t<=0?pi:Math.min(hi,Math.max(di,t*mi))}var an=.21,fi=.05,sn=.45,Lt=sn+fi,bi=[{part:ee.pedestal,min:[-.3,0,-.3],max:[.3,.36,.3]},{part:ee.pad,min:[-1,.36,-.95],max:[1,sn,1]},{part:ee.back,min:[-1,Lt,-1],max:[1,.92,-.72]},{part:ee.arm,min:[-1,.44,-.82],max:[-.78,.65,.78]},{part:ee.arm,min:[.78,.44,-.82],max:[1,.65,.78]},{part:ee.footrest,min:[-.9,.18,.78],max:[.9,.31,1.34]},{part:ee.leg,min:[-.82,0,-.7],max:[-.62,.37,-.48]},{part:ee.leg,min:[.62,0,-.7],max:[.82,.37,-.48]},{part:ee.leg,min:[-.82,0,.48],max:[-.62,.37,.7]},{part:ee.leg,min:[.62,0,.48],max:[.82,.37,.7]}],yi=[{part:ee.body,min:[-.52,.39,-.08],max:[-.08,.55,.82]},{part:ee.body,min:[.08,.39,-.08],max:[.52,.55,.82]},{part:ee.body,min:[-.47,.05,.58],max:[-.13,.43,.82]},{part:ee.body,min:[.13,.05,.58],max:[.47,.43,.82]},{part:ee.head,min:[-.16,1.04,-.33],max:[.16,1.1,-.13]}],xi=[{n:[1,0,0],c:[[1,0,0],[1,1,0],[1,1,1],[1,0,1]]},{n:[-1,0,0],c:[[0,0,1],[0,1,1],[0,1,0],[0,0,0]]},{n:[0,1,0],c:[[0,1,0],[0,1,1],[1,1,1],[1,1,0]]},{n:[0,-1,0],c:[[0,0,1],[0,0,0],[1,0,0],[1,0,1]]},{n:[0,0,1],c:[[0,0,1],[1,0,1],[1,1,1],[0,1,1]]},{n:[0,0,-1],c:[[1,0,0],[0,0,0],[0,1,0],[1,1,0]]}];function uo(){let t=[],e=[],n=[],r=[],o=(R,V,E)=>{let C=n.length,[T,z,P]=R,k=[z[0]-T[0],z[1]-T[1],z[2]-T[2]],O=[P[0]-T[0],P[1]-T[1],P[2]-T[2]],H=k[1]*O[2]-k[2]*O[1],X=k[2]*O[0]-k[0]*O[2],Y=k[0]*O[1]-k[1]*O[0],j=Math.hypot(H,X,Y);j>1e-9?(H/=j,X/=j,Y/=j):[H,X,Y]=V,H*V[0]+X*V[1]+Y*V[2]<0&&(H=-H,X=-X,Y=-Y);for(let K of R)t.push(...K),e.push(H,X,Y),n.push(E);r.push(C,C+1,C+2,C,C+2,C+3)},i=R=>{for(let V of xi){let E=V.c.map(C=>C.map((T,z)=>T?R.max[z]:R.min[z]));o(E,V.n,R.part)}};for(let R of bi)i(R);for(let R of yi)i(R);let a=sn,s=1.08,l=.47,c=.69,d=-.55,u=.08,m=-.48,p=.01,h=[-l,a,d],f=[l,a,d],x=[-l,a,u],b=[l,a,u],y=[-c,s,m],g=[c,s,m],F=[-c,s,p],w=[c,s,p];o([f,g,w,b],[1,0,0],ee.body),o([x,F,y,h],[-1,0,0],ee.body),o([F,w,g,y],[0,1,0],ee.body),o([h,f,b,x],[0,-1,0],ee.body),o([b,w,F,x],[0,0,1],ee.body),o([h,y,g,f],[0,0,-1],ee.body);let v=10,D=8,L=[0,1.205,-.23],_=[.42,.115,.38],U=n.length;for(let R=0;R<=D;R++){let V=Math.PI*R/D,E=Math.cos(V),C=Math.sin(V);for(let T=0;T<=v;T++){let z=Math.PI*2*T/v,P=C*Math.cos(z),k=C*Math.sin(z);t.push(L[0]+_[0]*P,L[1]+_[1]*E,L[2]+_[2]*k);let O=P/_[0],H=E/_[1],X=k/_[2],Y=Math.hypot(O,H,X)||1;O/=Y,H/=Y,X/=Y,e.push(O,H,X),n.push(ee.head)}}for(let R=0;R<D;R++)for(let V=0;V<v;V++){let E=U+R*(v+1)+V,C=E+v+1;r.push(E,C,E+1,E+1,C,C+1)}let B=new Float32Array(t),S=new Float32Array(e),M=new Float32Array(n),A=new Uint16Array(r);return{position:B,normal:S,part:M,index:A,vertexCount:n.length,indexCount:r.length}}function mo(t,e,n,r){let o=new Float32Array(e),i=c=>t[c*3],a=c=>t[c*3+2],s=0,l=(c,d)=>{let u=d-c;for(let m=c;m<d;m++){let[p,h]=r(m),f=p-i(m),x=h-a(m);if(u>=2){let b=Math.max(c,m-1),y=Math.min(d-1,m+1),g=i(y)-i(b),F=a(y)-a(b),w=Math.hypot(g,F);if(w>1e-6){let v=-F/w,D=g/w;v*f+D*x<0&&(v=-v,D=-D),f=v,x=D}}o[m]=f===0&&x===0?0:Math.atan2(f,x)}};for(let c=1;c<=e;c++)(c===e||n(c)!==n(s))&&(l(s,c),s=c);return o}var Re=.22;function ho(t,e){let n=be[t];if(n!=="sold"&&n!=="held")return-1;let r=(e+1)*2654435761;return r^=r>>>15,r=Math.imul(r,2246822519),r^=r>>>13,(r>>>0)%1e5/1e5}var gi=.42;function vi(t){let e=t.length,n=new Float64Array(e);if(e<2)return n.fill(1/0),n;let r=1/0,o=1/0,i=-1/0,a=-1/0;for(let h of t)h.x<r&&(r=h.x),h.y<o&&(o=h.y),h.x>i&&(i=h.x),h.y>a&&(a=h.y);let s=Math.max(i-r,1e-6),l=Math.max(a-o,1e-6),c=Math.max(Math.sqrt(s*l/e),1e-6),d=Math.max(1,Math.ceil(s/c)+1),u=Math.max(1,Math.ceil(l/c)+1),m=new Map,p=(h,f)=>{let x=Math.min(d-1,Math.max(0,Math.floor((h-r)/c)));return Math.min(u-1,Math.max(0,Math.floor((f-o)/c)))*d+x};for(let h=0;h<e;h++){let f=p(t[h].x,t[h].y),x=m.get(f);x?x.push(h):m.set(f,[h])}for(let h=0;h<e;h++){let f=t[h],x=Math.min(d-1,Math.max(0,Math.floor((f.x-r)/c))),b=Math.min(u-1,Math.max(0,Math.floor((f.y-o)/c))),y=1/0;for(let g=1;g<=4;g++){for(let F=b-g;F<=b+g;F++)if(!(F<0||F>=u))for(let w=x-g;w<=x+g;w++){if(w<0||w>=d||g>1&&Math.abs(F-b)<g&&Math.abs(w-x)<g)continue;let v=m.get(F*d+w);if(v)for(let D of v){if(D===h)continue;let L=Math.hypot(t[D].x-f.x,t[D].y-f.y);L<y&&(y=L)}}if(Number.isFinite(y)&&y<=g*c)break}n[h]=y}return n}function Mi(t){let e=t.eyeHeightM;return Number.isFinite(e)?Math.max(0,e-St):0}function po(t,e,n,r,o,i){let a=t.length,s=new Float32Array(a*3),l=new Float32Array(a),c=new Float32Array(a*3),d=new Float32Array(a),u=new Float32Array(a),m=new Float32Array(a),p=new Float32Array(a),h=new Float32Array(a*3),f=new Map,x=vi(t);for(let b=0;b<a;b++){let y=t[b],F=(n?.seatPitchU(b)??x[b])*I;d[b]=Number.isFinite(F)?Math.max(.06,Math.min(Re,F*gi)):Re,u[b]=lo(Number.isFinite(F)?F:void 0);let w=Bn(y.glyph,{seatGlyph:i?.get(y.categoryKey)});m[b]=On.indexOf(w),p[b]=y.wheelchairSpaceType==="no-seat"?0:1,s[b*3]=y.x*I,s[b*3+1]=n?n.seatDeckY(b):Mi(y),s[b*3+2]=y.y*I,l[b]=ct(e?e(y):"available");let v=Z(o?.get(y.categoryKey)??"#6e7bff")??[.43,.48,1];if(c[b*3]=v[0],c[b*3+1]=v[1],c[b*3+2]=v[2],y.accessibility?.length){let D=Z(Fn(y.accessibility));D&&(h[b*3]=D[0],h[b*3+1]=D[1],h[b*3+2]=D[2])}f.set(y.id,b)}return{count:a,iPosition:s,iState:l,iCategory:c,iMaxRadius:d,iRing:h,idToIndex:f,iChairWidth:u,iGlyph:m,iPhysicalSeat:p,iFloor:r??new Float32Array(a),iYaw:new Float32Array(a)}}var Si=64;function cn(t,e){let n=[];for(let a of e){let s=t.idToIndex.get(a.seatId);if(s===void 0)continue;let l=ct(a.state);t.iState[s]!==l&&(t.iState[s]=l,n.push(s))}if(!n.length)return[];n.sort((a,s)=>a-s);let r=[],o=n[0],i=n[0];for(let a=1;a<n.length;a++){let s=n[a];if(s!==i){if(s<=i+Si){i=s;continue}r.push({start:o,length:i-o+1}),o=s,i=s}}return r.push({start:o,length:i-o+1}),r}var wi=.15,Pi=.9,Ai=1.76,Ci=.7,Ri=1.6;function Ii(){return{background:{top:[...Ue.top],bottom:[...Ue.bottom]},structure:$t,seatStates:{...Zn},seatScale:1}}function fo(t){let e=Ii();if(!t)return e;let n=Z(t.background);if(n){e.background={top:pe(n,Pi),bottom:pe(n,Ai)};let i={};for(let[a,s]of Object.entries($t))i[a]=he(s,n,wi);e.structure=i}let r=Z(t.selectionColor)??Z(t.accent);r&&(e.seatStates={...e.seatStates,selected:r});let o=t.seatScale;return typeof o=="number"&&Number.isFinite(o)&&(e.seatScale=Math.min(Ri,Math.max(Ci,o))),e}function bo(t,e){let n=[];for(let r of e)n.push(...t.seatStates[r]);return n}import vo from"polygon-clipping";import Ti from"earcut";var Fi=.58,yo=.01,fe=Re*1.5*Le,Ei=.5,Di=.6;function ki(t,e){let n=t.length,r=[];for(let a=0;a<n;a++){let s=t[Math.max(0,a-1)],l=t[Math.min(n-1,a+1)],c=l.x-s.x,d=l.y-s.y,u=Math.hypot(c,d);if(u<1e-9){r.push([0,0]);continue}c/=u,d/=u,r.push([-d,c])}let o=0;for(let a=0;a<n;a++)o+=(t[a].x-e.x)*r[a][0]+(t[a].y-e.y)*r[a][1];return o<0?r.map(([a,s])=>[-a,-s]):r}function Li(t,e){if(t.length<2||e<=0)return[...t];let n=[...t],r=(a,s)=>{let l=s.x-a.x,c=s.y-a.y,d=Math.hypot(l,c)||1;return{x:l/d,y:c/d}},o=r(n[1],n[0]),i=r(n[n.length-2],n[n.length-1]);return n.unshift({x:n[0].x+o.x*e,y:n[0].y+o.y*e}),n.push({x:n[n.length-1].x+i.x*e,y:n[n.length-1].y+i.y*e}),n}var xo=Math.PI/12;function _i(t){if(t.length<3)return[...t];let e=[...t].sort((i,a)=>i.x-a.x||i.y-a.y),n=(i,a,s)=>(a.x-i.x)*(s.y-i.y)-(a.y-i.y)*(s.x-i.x),r=i=>{let a=[];for(let s of i){for(;a.length>=2&&n(a[a.length-2],a[a.length-1],s)<=0;)a.pop();a.push(s)}return a.pop(),a},o=[...r(e),...r([...e].reverse())];return o.length>=3?o:[...t]}function Mo(t,e){if(!t.length||!(e>0))return[];let n=_i(t),r=(s,l,c,d)=>{let u=c-l;for(;u<0;)u+=Math.PI*2;for(;u>Math.PI*2;)u-=Math.PI*2;let m=Math.max(1,Math.ceil(u/xo)),p=e/Math.cos(u/m/2);for(let h=0;h<=m;h++){let f=l+u*h/m;d.push({x:s.x+Math.cos(f)*p,y:s.y+Math.sin(f)*p})}};if(n.length<3){let s=0,l=0;for(let p of n)s+=p.x,l+=p.y;s/=n.length||1,l/=n.length||1;let c=0;for(let p of n)c=Math.max(c,Math.hypot(p.x-s,p.y-l));let d=[],u=Math.max(3,Math.ceil(Math.PI*2/xo)),m=(c+e)/Math.cos(Math.PI/u);for(let p=0;p<u;p++){let h=p/u*Math.PI*2;d.push({x:s+Math.cos(h)*m,y:l+Math.sin(h)*m})}return d}let o=n.length,i=[];for(let s=0;s<o;s++){let l=n[s],c=n[(s+1)%o];i.push(Math.atan2(-(c.x-l.x),c.y-l.y))}let a=[];for(let s=0;s<o;s++)r(n[s],i[(s+o-1)%o],i[s],a);return Co(a)}function Oi(t,e,n){if(t.length===1)return Math.hypot(e-t[0].x,n-t[0].y);let r=1/0;for(let o=0;o+1<t.length;o++){let i=t[o],a=t[o+1],s=a.x-i.x,l=a.y-i.y,c=s*s+l*l,d=c>1e-12?((e-i.x)*s+(n-i.y)*l)/c:0;d<0?d=0:d>1&&(d=1);let u=Math.hypot(e-(i.x+d*s),n-(i.y+d*l));u<r&&(r=u)}return r}function _t(t){let e=t.map(o=>{let i=0,a=0;for(let c of o.pts)i+=c.x,a+=c.y;let s=o.pts.length||1;i/=s,a/=s;let l=0;for(let c of o.pts){let d=Math.hypot(c.x-i,c.y-a);d>l&&(l=d)}return{cx:i,cy:a,rad:l}}),n=o=>{let i=o.length;return i<=2?[...o]:[o[Math.floor(i*.25)],o[Math.floor(i*.5)],o[Math.floor(i*.75)]]},r=[];for(let o=0;o<t.length;o++){let i=n(t[o].pts),a=[],s=1/0,l=null;for(let d of i){let u=1/0;for(let m=0;m<t.length;m++){if(m===o||Math.abs(t[m].y-t[o].y)<.001)continue;let p=e[m],h=Math.hypot(d.x-p.cx,d.y-p.cy)-p.rad;if(h>=u&&h>=s)continue;let f=Oi(t[m].pts,d.x,d.y);f<u&&(u=f),t[m].depth<t[o].depth&&f<s&&(s=f,l=t[m].y)}Number.isFinite(u)&&u>0&&a.push(u)}a.sort((d,u)=>d-u);let c=a.length?a[Math.floor(a.length/2)]:1;r.push({pitch:c,belowY:l})}return r}function So(t,e,n,r){let o=t[e],i=o.pts.length>=2?[...o.pts]:o.pts.length===1?(()=>{let d=o.pts[0],u=d.x-r.x,m=d.y-r.y,p=Math.hypot(u,m)||1;u/=p,m/=p;let h=Math.max(n[e].pitch,.001)*.5;return[{x:d.x+m*h,y:d.y-u*h},{x:d.x-m*h,y:d.y+u*h}]})():[];if(i.length<2)return null;let a=0,s=0;for(let d=1;d<i.length;d++){let u=Math.hypot(i[d].x-i[d-1].x,i[d].y-i[d-1].y);u>1e-6&&(a+=u,s++)}let l=s>0?a/s:0,c=Li(i,Math.max(l*Di,fe));return{pts:c,nrm:ki(c,r),front:Math.max(n[e].pitch*Fi,fe),back:Math.max(n[e].pitch*Ei,fe)}}var $e=1.5,wo=.3;function ln(t,e){if(t.length<3)return t;let n=t[0],r=t[t.length-1],o=r.x-n.x,i=r.y-n.y,a=Math.hypot(o,i),s=-1,l=-1;for(let u=1;u<t.length-1;u++){let m=t[u],p=a>1e-12?Math.abs((m.x-n.x)*i-(m.y-n.y)*o)/a:Math.hypot(m.x-n.x,m.y-n.y);p>s&&(s=p,l=u)}if(s<=e||l<0)return[n,r];let c=ln(t.slice(0,l+1),e),d=ln(t.slice(l),e);return[...c.slice(0,-1),...d]}function Po(t,e){if(t.length<4)return t;let n=ln([...t,t[0]],e);return n.pop(),n.length>=3?n:t}function Ao(t,e,n){if(t.length<2)return[];let r=n??_t(t),o=new Map;for(let a=0;a<t.length;a++){let s=o.get(t[a].blockId);s?s.push(a):o.set(t[a].blockId,[a])}let i=[];for(let[,a]of o){let s=[];for(let y of a){let g=t[y].patch;g&&g.length>=3?i.push({outline:[...g],holes:[],topY:t[y].y}):s.push(y)}if(!s.length)continue;s.sort((y,g)=>t[y].depth-t[g].depth);let c=s.map(y=>So(t,y,r,e)).filter(y=>y!==null);if(!c.length)continue;let d=(y,g)=>({x:y.pts[g].x-y.nrm[g][0]*(y.front+$e),y:y.pts[g].y-y.nrm[g][1]*(y.front+$e)}),u=(y,g)=>({x:y.pts[g].x+y.nrm[g][0]*(y.back+$e),y:y.pts[g].y+y.nrm[g][1]*(y.back+$e)}),m=c[0],p=c[c.length-1],h=[];for(let y=0;y<m.pts.length;y++)h.push(d(m,y));for(let y of c)h.push(u(y,y.pts.length-1));for(let y=p.pts.length-1;y>=0;y--)h.push(u(p,y));for(let y=c.length-1;y>=0;y--)h.push(d(c[y],0));let f=Co(h),x=1/0;for(let y of s)t[y].y<x&&(x=t[y].y);if(!Number.isFinite(x))continue;if(f.length>=3&&Math.abs(He(f))>1e-6&&c.every(y=>{let g=y.pts[Math.floor(y.pts.length/2)];return st(f,g.x,g.y)})){i.push({outline:Po(f,wo),holes:[],topY:x});continue}for(let y of Bi(c))i.push({outline:y,holes:[],topY:x})}return i}function Bi(t){let e=[];for(let n of t){let r=[],o=[],i=n.front+$e,a=n.back+$e;for(let l=0;l<n.pts.length;l++){let c=n.pts[l],d=n.nrm[l];r.push([c.x-d[0]*i,c.y-d[1]*i]),o.push([c.x+d[0]*a,c.y+d[1]*a])}let s=[...r,...o.reverse()];s.length<3||(s.push(s[0]),e.push([s]))}if(!e.length)return[];try{let n=vo.union(e[0],...e.slice(1)),r=[];for(let o of n){if(!o.length||o[0].length<4)continue;let i=o[0].map(([l,c])=>({x:l,y:c})),a=i[0],s=i[i.length-1];i.length>1&&Math.abs(a.x-s.x)<1e-9&&Math.abs(a.y-s.y)<1e-9&&i.pop(),i.length>=3&&r.push(Po(i,wo))}return r}catch{return[]}}function Co(t){let e=[];for(let n of t){let r=e[e.length-1];r&&Math.hypot(n.x-r.x,n.y-r.y)<1e-9||e.push(n)}for(;e.length>2&&Math.hypot(e[0].x-e[e.length-1].x,e[0].y-e[e.length-1].y)<1e-9;)e.pop();return e}var un=class{constructor(e){this.minX=1/0;this.minY=1/0;this.maxX=-1/0;this.maxY=-1/0;this.rings=e;for(let n of e)for(let r of n)r.x<this.minX&&(this.minX=r.x),r.y<this.minY&&(this.minY=r.y),r.x>this.maxX&&(this.maxX=r.x),r.y>this.maxY&&(this.maxY=r.y)}containsAll(e){for(let n of e)if(n.x<this.minX||n.x>this.maxX||n.y<this.minY||n.y>this.maxY)return!1;for(let n of this.rings){let r=!0;for(let o of e)if(!st(n,o.x,o.y)){r=!1;break}if(r)return!0}return!1}};function go(t,e,n,r,o,i){if(r.length<3)return;if(n.containsAll(r)){let c=[0,1,0],d=r[0];for(let u=1;u+1<r.length;u++){let m=r[u],p=r[u+1];t.tri([d.x*I,o,d.y*I],[m.x*I,o,m.y*I],[p.x*I,o,p.y*I],c,i)}return}let a=r.map(c=>[c.x,c.y]);a.push(a[0]);let s;try{s=vo.intersection([a],e)}catch{return}let l=[0,1,0];for(let c of s){if(!c.length||c[0].length<4)continue;let d=c[0],u=[],m=[];for(let h=0;h<d.length-1;h++)u.push(d[h][0],d[h][1]),m.push([d[h][0],d[h][1]]);if(m.length<3)continue;let p=Ti(u,void 0,2);for(let h=0;h<p.length;h+=3){let f=m[p[h]],x=m[p[h+1]],b=m[p[h+2]];t.tri([f[0]*I,o,f[1]*I],[x[0]*I,o,x[1]*I],[b[0]*I,o,b[1]*I],l,i)}}}function Ro(t,e,n,r,o,i,a){if(e.length<2)return;let s=a??_t(e),l=[0,1,0],c=i&&i.length>=3?[[...i.map(p=>[p.x,p.y]),[i[0].x,i[0].y]]]:null,d=i&&i.length>=3?new un([[...i]]):null,u=p=>{t.setMaterial(2),p(),t.setMaterial(0)},m=p=>{t.setMaterial(3),p(),t.setMaterial(0)};for(let p=0;p<e.length;p++){let h=e[p];if(h.patch&&h.patch.length>=3){let w=[...h.patch],v=s[p].belowY??r;if(m(()=>{if(c&&d)go(t,c,d,w,h.y,o.tread);else{let D=w[0];for(let L=1;L+1<w.length;L++){let _=w[L],U=w[L+1];t.tri([D.x*I,h.y,D.y*I],[_.x*I,h.y,_.y*I],[U.x*I,h.y,U.y*I],l,o.tread)}}}),h.y>v+yo){let D=0,L=0;for(let _ of w)D+=_.x,L+=_.y;D/=w.length,L/=w.length,u(()=>{for(let _=0;_<w.length;_++){let U=w[_],B=w[(_+1)%w.length],S=B.x-U.x,M=B.y-U.y,A=Math.hypot(S,M);if(A<1e-6)continue;let R=M/A,V=-S/A;(U.x-D)*R+(U.y-L)*V<0&&(R=-R,V=-V);let E=[R,0,V],C=[U.x*I,h.y,U.y*I],T=[B.x*I,h.y,B.y*I],z=[U.x*I,v,U.y*I],P=[B.x*I,v,B.y*I];t.tri(C,T,P,E,o.riser),t.tri(C,P,z,E,o.riser)}})}continue}let f=So(e,p,s,n);if(!f)continue;let{pts:x,nrm:b,front:y,back:g}=f,F=s[p].belowY??r;for(let w=0;w+1<x.length;w++){let v=x[w],D=x[w+1],L=b[w],_=b[w+1];if(Math.hypot(D.x-v.x,D.y-v.y)<1e-6||L[0]===0&&L[1]===0||_[0]===0&&_[1]===0)continue;let U=[(v.x-L[0]*y)*I,h.y,(v.y-L[1]*y)*I],B=[(D.x-_[0]*y)*I,h.y,(D.y-_[1]*y)*I],S=[(v.x+L[0]*g)*I,h.y,(v.y+L[1]*g)*I],M=[(D.x+_[0]*g)*I,h.y,(D.y+_[1]*g)*I];if(m(()=>{c&&d?go(t,c,d,[{x:v.x-L[0]*y,y:v.y-L[1]*y},{x:D.x-_[0]*y,y:D.y-_[1]*y},{x:D.x+_[0]*g,y:D.y+_[1]*g},{x:v.x+L[0]*g,y:v.y+L[1]*g}],h.y,o.tread):(t.tri(U,B,M,l,o.tread),t.tri(U,M,S,l,o.tread))}),h.y>F+yo){let A=[U[0],F,U[2]],R=[B[0],F,B[2]],V=[-L[0],0,-L[1]];u(()=>{t.tri(U,B,R,V,o.riser),t.tri(U,R,A,V,o.riser)})}}}}import To from"polygon-clipping";function Vi(t,e){let n=t.eventConfigurationIds;return!n?.length||!!e&&n.includes(e)}function Io(t,e){return t.filter(n=>n.type!=="shape"||Vi(n,e))}function Fo(t,e){let n=t.focalPoint??{x:0,y:0};return t.floors?.length?t.floors.map((r,o)=>({objects:Io(r.objects,e),focal:{x:(r.focalPoint??n).x,y:(r.focalPoint??n).y},baseHeightM:r.baseHeightM??0,index:o})):[{objects:Io(t.objects,e),focal:n,baseHeightM:0,index:0}]}var zi={minX:1/0,minY:1/0,maxX:-1/0,maxY:-1/0};function Je(t){return Vn(t)??zi}function Eo(t,e){let n=Dt(t.outline,fe),r=Je(n),o=e.filter(a=>a!==t&&a.outline&&a.outline.length>=3&&Pt(r,Je(a.outline)));if(!o.length)return[n];let i=a=>{let s=a.map(l=>[l.x,l.y]);return s.push(s[0]),s};try{let a=To.difference([i(n)],...o.map(l=>[i(l.outline)])),s=[];for(let l of a){if(!l.length)continue;let c=l[0].map(([d,u])=>({x:d,y:u}));if(c.length>1){let d=c[0],u=c[c.length-1];Math.abs(d.x-u.x)<1e-9&&Math.abs(d.y-u.y)<1e-9&&c.pop()}c.length>=3&&s.push(c)}return s.length?s:[n]}catch{return[n]}}function Do(t,e){if(!e.length)return t;let n=i=>{let a=i.map(s=>[s.x,s.y]);return a.push(a[0]),a},r=e.map(i=>[n(i)]),o=[];for(let i of t){let a;try{a=To.intersection([n(i.outline)],r.flat())}catch{o.push(i);continue}for(let s of a){if(!s.length)continue;let l=s[0].map(([c,d])=>({x:c,y:d}));if(l.length>1){let c=l[0],d=l[l.length-1];Math.abs(c.x-d.x)<1e-9&&Math.abs(c.y-d.y)<1e-9&&l.pop()}l.length>=3&&o.push({outline:l,holes:[],topY:i.topY})}}return o.length?o:t}var Ni=.05,ko=.05,Gi=.15,mn=25;function Lo(t,e,n){let r=new Map,o=new Array(e.length).fill(null),i=new Float64Array(e.length),a=new Array(e.length).fill(void 0),s=new Array(e.length).fill(void 0),l=new Map,c=[],d=new Set;for(let u=0;u<t.length;u+=1){let m=t[u];for(let p of m.objects){if(p.type==="table"&&d.add(p.id),p.type!=="section"||!p.outline||p.outline.length<3)continue;let h=Dt(p.outline,fe);l.set(p.id,{section:p,unit:m,frontU:1/0,hasSeats:!1,rows:new Map,seatIndices:[]}),c.push({id:p.id,floorIndex:u,box:Je(h),section:p,unit:m,outline:h})}}for(let u=0;u<e.length;u++){let m=e[u];for(let p of c){if(n&&p.floorIndex!==n[u]||m.x<p.box.minX||m.x>p.box.maxX||m.y<p.box.minY||m.y>p.box.maxY||!Ln({x:m.x,y:m.y},p.outline,p.section.holes))continue;o[u]=p.id;let h=l.get(p.id);h.hasSeats=!0;let f=m.focalPoint??p.unit.focal,x=Math.hypot(m.x-f.x,m.y-f.y);x<h.frontU&&(h.frontU=x),h.seatIndices.push(u);let b=m.rowId||`__seat-${u}`,y=h.rows.get(b);y?y.push({x:m.x,y:m.y}):h.rows.set(b,[{x:m.x,y:m.y}]);break}}for(let[u,m]of l){let p=Dn(m.section,{floorBaseHeightM:m.unit.baseHeightM}),h=m.unit.baseHeightM,f=p.rake>0?Math.tan(p.rake*Math.PI/180):0,x=p.rake<=.01&&p.height<=h+.001,b=m.section.surfaceKind,y=b==="flat"?!0:b==="rakedRows"&&p.rake>.01?!1:x,g=m.hasSeats?kn(u,e,m.seatIndices,m.unit.focal):{sectionId:u,rows:[],blockCount:0},w=g.rows.length<2?Un([...m.rows.values()].map(E=>({points:E})),m.unit.focal):null,v=1/0;if(w){if(m.hasSeats)for(let E of m.rows.values())for(let C of E){let T=w.depthAt(C.x,C.y);T<v&&(v=T)}if(!m.hasSeats||!Number.isFinite(v)){v=1/0;for(let E of m.section.outline){let C=w.depthAt(E.x,E.y);C<v&&(v=C)}}}let D=h+Ni,L=Math.max(D,p.height),_=E=>{let C=Math.max(0,E-v)*ke,T=Math.min(C*f,mn);return Math.max(D,p.height+T)},U=E=>{let C=Math.max(0,E)*ke,T=Math.min(C*f,mn);return Math.max(D,p.height+T)},B=y?[]:g.rows.map(E=>({pts:E.pts,y:U(E.blockDepth),depth:E.blockDepth,blockId:E.blockId,...d.has(E.id)?{patch:Mo(E.pts,fe)}:{}})),S=B.length?B[0].y:L,M=B.map(E=>{let C=E.patch&&E.patch.length>=3?E.patch:E.pts,T=0,z=0;for(let O of C)T+=O.x,z+=O.y;let P=C.length||1;T/=P,z/=P;let k=0;for(let O of C){let H=Math.hypot(O.x-T,O.y-z);H>k&&(k=H)}return{cx:T,cy:z,rad:k}}),A=y?()=>L:B.length>=2?(E,C)=>{let T=1/0,z=S;for(let P=0;P<B.length;P++){let k=M[P];if(Math.hypot(E-k.cx,C-k.cy)-k.rad>=T)continue;let O=B[P].patch,H=O&&O.length>=3?st(O,E,C)?0:wt(O,E,C):wt(B[P].pts,E,C);H<T&&(T=H,z=B[P].y)}return z}:(E,C)=>w?_(w.depthAt(E,C)):L,R=[0,1,0],V=B.length>=2||y?()=>R:(E,C)=>{if(!w)return R;let T=w.depthAt(E,C);if(T<=v)return R;let z=(T-v)*ke;if(z*f>=mn||p.height+z*f<=D)return R;let[P,k]=w.gradientAt(E,C);if(P===0&&k===0)return R;let O=1/Math.hypot(f,1);return[-P*f*O,O,-k*f*O]};if(!y)for(let E of g.rows){let C=U(E.blockDepth);for(let T of E.seatIndices)a[T]=C}for(let E of g.rows){let C=[];for(let O=1;O<E.pts.length;O++){let H=Math.hypot(E.pts[O].x-E.pts[O-1].x,E.pts[O].y-E.pts[O-1].y);H>1e-6&&C.push(H)}C.sort((O,H)=>O-H);let T=C.length?C[Math.floor(C.length/2)]:1/0,z=1/0,P=E.pts[Math.floor(E.pts.length/2)];if(P)for(let O of g.rows){if(O===E||O.blockId!==E.blockId)continue;let H=wt(O.pts,P.x,P.y);H>1e-6&&H<z&&(z=H)}let k=Math.min(T,Math.max(z,T*.5));if(Number.isFinite(k)&&k>0)for(let O of E.seatIndices)s[O]=k}r.set(u,{sectionId:u,deckAt:A,normalAt:V,flat:y,bottomY:h,rowLevels:B,landingY:S})}for(let u=0;u<e.length;u++){let m=o[u],p=e[u];if(m){let f=a[u];i[u]=(f??r.get(m).deckAt(p.x,p.y))+Gi;continue}let h=p.eyeHeightM;i[u]=Number.isFinite(h)?Math.max(0,h-St):0}return{bySection:r,seatOwner:o,seatDeckY:u=>i[u],seatPitchU:u=>s[u]}}var ie={top:1,wallBottom:.5,bottomCap:.4};function Ie(t,e){if(!t)return e;let n=pe(at(t,.4),.62);return he(e,n,.72)}function _o(t,e){let n=new Map;for(let i of t.categories??[])n.set(i.key,i.color);let r=new Map;for(let i of e){if(!i.sectionId)continue;let a=r.get(i.sectionId);a||(a=new Map,r.set(i.sectionId,a)),a.set(i.categoryKey,(a.get(i.categoryKey)??0)+1)}let o=new Map;for(let[i,a]of r){let s=0,l=0,c=0,d=0;for(let[u,m]of a){let p=Z(n.get(u));p&&(s+=p[0]*m,l+=p[1]*m,c+=p[2]*m,d+=m)}d>0&&o.set(i,[s/d,l/d,c/d])}return o}function Oo(t,e){return Z(t.color)??e.get(t.logicalSectionId??t.id)??null}import Hi from"polygon-clipping";function Ui(t,e){return t===void 0||e===void 0?!0:Math.abs(t-e)<.001}var Ot=class{constructor(){this.rings=[];this.boxes=[];this.levels=[]}subtract(e,n){let r=e.map(l=>[l.x,l.y]);if(r.length<3)return[];r.push(r[0]);let o=Je(e),i=this.rings.filter((l,c)=>Pt(o,this.boxes[c])&&Ui(n,this.levels[c])),a=[[r]];if(i.length)try{a=Hi.difference([r],...i).map(c=>c.map(d=>d.map(([u,m])=>[u,m])))}catch{a=[[r]]}this.rings.push([r]),this.boxes.push(o),this.levels.push(n);let s=[];for(let l of a){if(!l.length)continue;let c=l[0].map(([d,u])=>({x:d,y:u}));if(c.length>1){let d=c[0],u=c[c.length-1];Math.abs(d.x-u.x)<1e-9&&Math.abs(d.y-u.y)<1e-9&&c.pop()}c.length>=3&&s.push(c)}return s}};function Yi(t,e){if(!e)return t;let n=1/0,r=-1/0,o=1/0,i=-1/0;for(let u of t)n=Math.min(n,u.x),r=Math.max(r,u.x),o=Math.min(o,u.y),i=Math.max(i,u.y);let a=(n+r)/2,s=(o+i)/2,l=e*Math.PI/180,c=Math.cos(l),d=Math.sin(l);return t.map(u=>{let m=u.x-a,p=u.y-s;return{x:a+m*c-p*d,y:s+m*d+p*c}})}function ht(t){let e=null;if(t.kind==="polygon"&&t.points&&t.points.length>=3&&(e=t.points),t.kind==="rect"&&t.width&&t.height&&(e=dt(t.x??0,t.y??0,t.width,t.height)),t.kind==="ellipse"&&t.width&&t.height){let n=(t.x??0)+t.width/2,r=(t.y??0)+t.height/2;e=kt(n,r,t.width/2,t.height/2)}return e?Yi(e,t.rotation):null}function pt(t){let e=t.role??"",n={stage:{kind:"stage",heightM:1},entrance:{kind:"portal",heightM:2.7},exit:{kind:"portal",heightM:2.7},screen:{kind:"solid",heightM:6},wall:{kind:"solid",heightM:2.8},rail:{kind:"solid",heightM:1.1},suite:{kind:"suite",heightM:3},obstruction:{kind:"solid",heightM:4.5},sound:{kind:"solid",heightM:1.45},restroom:{kind:"solid",heightM:2.4},bar:{kind:"solid",heightM:1.1},concession:{kind:"solid",heightM:1.1},coat:{kind:"solid",heightM:1.1},goal:{kind:"portal",heightM:1.8}},r=e==="stage"&&zn(t.stageKind)?{kind:"stage",heightM:.06}:n[e]??{kind:"plate",heightM:.25};return{...r,heightM:t.heightM??r.heightM}}var Xi=.08;function Bo(t,e){let n=ht(t),r=pt(t),o=r.heightM;if(!n||r.kind!=="plate"&&r.kind!=="stage")return o;let i=1/0,a=1/0,s=-1/0,l=-1/0;for(let d of n)i=Math.min(i,d.x),a=Math.min(a,d.y),s=Math.max(s,d.x),l=Math.max(l,d.y);let c=o;for(let d of e)s>d.minX&&i<d.maxX&&l>d.minY&&a<d.maxY&&c<=d.topOffsetM+1e-6&&(c=d.topOffsetM+Xi);return e.push({minX:i,minY:a,maxX:s,maxY:l,topOffsetM:c}),c}function _e(t,e,n){return{x:t.x+(e.x-t.x)*n,y:t.y+(e.y-t.y)*n}}function Vo(t){if(t.length!==4)return t;let e=Math.hypot(t[1].x-t[0].x,t[1].y-t[0].y),n=Math.hypot(t[2].x-t[1].x,t[2].y-t[1].y);return e>=n?t:[t[1],t[2],t[3],t[0]]}function ft(t,e,n){return[_e(t[0],t[1],e),_e(t[0],t[1],n),_e(t[3],t[2],n),_e(t[3],t[2],e)]}function zo(t,e,n){return[_e(t[0],t[3],e),_e(t[1],t[2],e),_e(t[1],t[2],n),_e(t[0],t[3],n)]}function Te(t,e,n,r,o,i){ae(t,e,void 0,()=>n,r,o,i,ie)}var dn=2.4,Wi=.75,ji=.15;function bt(t){if(t.points&&t.points.length>=3)return t.points;let{center:e,width:n,height:r,rotation:o}=t;if(!n||!r)return null;let i=(o??0)*Math.PI/180,a=Math.cos(i),s=Math.sin(i),l=n/2,c=r/2;return[[-l,-c],[l,-c],[l,c],[-l,c]].map(([d,u])=>({x:e.x+d*a-u*s,y:e.y+d*s+u*a}))}function No(t,e,n,r,o){let i=bt(e);i&&ae(t,i,void 0,()=>n+dn,n,Ie(r,o.boothTop),o.boothWall,ie)}function hn(t){if(t.shape==="round"){let d=t.radius;return d?kt(t.center.x,t.center.y,d,d,24):null}let{width:e,height:n,rotation:r,center:o}=t;if(!e||!n)return null;let i=(r??0)*Math.PI/180,a=Math.cos(i),s=Math.sin(i),l=e/2,c=n/2;return[[-l,-c],[l,-c],[l,c],[-l,c]].map(([d,u])=>({x:o.x+d*a-u*s,y:o.y+d*s+u*a}))}function Go(t,e,n,r,o){let i=hn(e);i&&ae(t,i,void 0,()=>n+Wi,n,Ie(r,o.tableTop),o.tableWall,ie)}function Ho(t,e,n,r,o,i,a){let s=ht(e);if(!s)return;let l=e.role==="stage",c=pt(e),d=n+r;if(l&&a){let f=1/0,x=-1/0,b=1/0,y=-1/0;for(let g of s)g.x<f&&(f=g.x),g.x>x&&(x=g.x),g.y<b&&(b=g.y),g.y>y&&(y=g.y);a.push({cx:(f+x)/2*I,cz:(b+y)/2*I,y:d,halfX:Math.max((x-f)/2*I,.5),halfZ:Math.max((y-b)/2*I,.5)})}let u=Z(e.fill),m=l&&u?he(o.stageTop,pe(at(u,.18),.9),.9):Ie(u,l?o.stageTop:o.decorTop),p=e.role==="screen"?u:null,h=l?u?he(o.stageWall,pe(u,.58),.82):o.stageWall:e.role==="screen"?p?he(pe(p,1.42),[.24,.46,.82],.08):[.24,.46,.82]:Ie(Z(e.fill),o.decorWall);if(c.kind==="portal"&&s.length===4){let f=Vo(s);Te(t,ft(f,0,.16),d,n,m,h),Te(t,ft(f,.84,1),d,n,m,h),Te(t,f,d,Math.max(n,d-.35),m,h);return}if(c.kind==="suite"&&s.length===4){let f=s.map((y,g)=>{let F=s[(g+1)%4],w=(y.x+F.x)/2,v=(y.y+F.y)/2;return Math.hypot(w-i.x,v-i.y)}),x=f.indexOf(Math.min(...f)),b=[0,1,2,3].map(y=>s[(x+y)%4]);Te(t,ft(b,0,.08),d,n,m,h),Te(t,ft(b,.92,1),d,n,m,h),Te(t,zo(b,.88,1),d,n,m,h),Te(t,b,d,Math.max(n,d-.18),m,h);return}Te(t,s,d,n,m,h)}function pn(t){let{x:e,y:n,width:r,height:o}=t;if(!r||!o)return null;let i=e+r/2,a=n+o/2,s=(t.rotation??0)*Math.PI/180,l=Math.cos(s),c=Math.sin(s),d=r/2,u=o/2;return[[-d,-u],[d,-u],[d,u],[-d,u]].map(([m,p])=>({x:i+m*l-p*c,y:a+m*c+p*l}))}function qi(t){if(!t||!t.startsWith("data:image/svg+xml"))return null;let e=t.slice(t.indexOf(",")+1);if(/;base64/i.test(t.slice(0,t.indexOf(","))))try{e=atob(e)}catch{return null}else try{e=decodeURIComponent(e)}catch{}let n=e.match(/<(?:rect|path)\b[^>]*\bfill="([^"]+)"/i);if(!n)return null;let r=n[1].trim();if(r==="none"||r==="transparent")return null;let o=r.match(/^url\(#([^)]+)\)$/);if(!o)return Z(r);let i=e.match(new RegExp(`<(?:linear|radial)Gradient\\b[^>]*\\bid="${o[1]}"[^>]*>([\\s\\S]*?)</(?:linear|radial)Gradient>`,"i"));if(!i)return null;let a=[];for(let s of i[1].matchAll(/stop-color="([^"]+)"/gi)){let l=Z(s[1].trim());l&&a.push(l)}return a.length?a.reduce((s,l,c)=>he(s,l,1/(c+1)),a[0]):null}function Uo(t,e,n,r){if(e.layer==="foreground")return;let o=pn(e);if(!o)return;let i=n+ji,a=Ie(qi(e.href),r.decorTop),s=Math.max(0,Math.min(1,e.opacity??1));s<1&&(a=he(r.ground,a,s)),ae(t,o,void 0,()=>i,n,a,he(a,r.decorWall,.5),ie)}function Yo(t,e,n,r,o){if(!e.points||e.points.length<3)return;let i=Ie(r,o.gaTop);ae(t,e.points,e.holes,()=>n+.15,n,i,o.gaWall,ie)}var Ki=.25,Zi=1.2,Qi=.6,$i=.45,Ji=2.3,ea=Math.PI/180;function Xe(t,e,n){let r=n*ea;return{x:t.x+e*Math.sin(r),y:t.y+e*Math.cos(r)}}function ta(t,e){let n=e.rings[e.rings.length-1];if(!n)return!1;let r=n.outerRMedian*.85;for(let o of t){if(o.role!=="wall")continue;let i=o.points&&o.points.length>=2?o.points:o.x!==void 0&&o.y!==void 0&&o.width!==void 0&&o.height!==void 0?[{x:o.x,y:o.y},{x:o.x+o.width,y:o.y},{x:o.x+o.width,y:o.y+o.height},{x:o.x,y:o.y+o.height}]:[];if(i.length<2)continue;let a=0;for(let s of i)Math.hypot(s.x-e.centre.x,s.y-e.centre.y)>=r&&a++;if(a>=i.length/2)return!0}return!1}var na=24;function oa(t,e,n,r,o,i,a,s){let l=n.binCount,c=na,d=ke,u=i+.02,m=[];for(let S=0;S<l;S++){let M=(n.startBin+S+.5)*e.binStepDeg,A=new Float64Array(c+1);for(let R=0;R<=c;R++){let V=r[S]+(o[S]-r[S])*R/c;A[R]=Math.max(u,Xn(e,n,M,V)-Ki)}m.push(A)}let p=[a.bandTop[0]*s.top,a.bandTop[1]*s.top,a.bandTop[2]*s.top],h=[a.bandTop[0]*s.bottomCap,a.bandTop[1]*s.bottomCap,a.bandTop[2]*s.bottomCap],f=[a.bandWall[0]*s.top,a.bandWall[1]*s.top,a.bandWall[2]*s.top],x=[a.bandWall[0]*s.wallBottom,a.bandWall[1]*s.wallBottom,a.bandWall[2]*s.wallBottom],b=(S,M)=>{let A=(n.startBin+S+.5)*e.binStepDeg,R=r[S]+(o[S]-r[S])*M/c,V=Xe(e.centre,R,A);return[V.x*d,m[S][M],V.y*d]};{let S=Math.tan(12*Math.PI/180);for(let M=0;M<6;M++){let A=!1;for(let V=0;V<l;V++)for(let E=c-1;E>=0;E--)m[V][E]>m[V][E+1]&&(m[V][E]=m[V][E+1],A=!0);let R=n.closed?l:l-1;for(let V=0;V<R;V++){let E=(V+1)%l;for(let C=0;C<=c;C++){let T=m[E][C]-m[V][C];if(Math.abs(T)>1)continue;let z=r[V]+(o[V]-r[V])*C/c,P=r[E]+(o[E]-r[E])*C/c,k=Xe(e.centre,z,(n.startBin+V+.5)*e.binStepDeg),O=Xe(e.centre,P,(n.startBin+E+.5)*e.binStepDeg),H=S*Math.hypot(O.x-k.x,O.y-k.y)*d;T>H?(m[E][C]=m[V][C]+H,A=!0):-T>H&&(m[V][C]=m[E][C]+H,A=!0)}}if(!A)break}}let y=1,g=(S,M)=>{for(let A=0;A<=c;A+=4)if(Math.abs(m[S][A]-m[M][A])>y)return!0;return Math.abs(m[S][c]-m[M][c])>y},F=Math.tan(38*Math.PI/180),w=S=>(o[S]-r[S])/c*d,v=(S,M)=>m[S][M+1]-m[S][M]>F*Math.max(1e-6,w(S)),D=(S,M)=>{let A=n.closed?(S-1+l)%l:Math.max(0,S-1),R=n.closed?(S+1)%l:Math.min(l-1,S+1);Math.abs(m[A][M]-m[S][M])>y&&(A=S),Math.abs(m[R][M]-m[S][M])>y&&(R=S);let V=Math.max(0,M-1),E=Math.min(c,M+1);V<M&&v(S,V)&&(V=M),E>M&&v(S,M)&&(E=M);let C=b(A,M),T=b(R,M),z=b(S,V),P=b(S,E),k=T[0]-C[0],O=T[1]-C[1],H=T[2]-C[2],X=P[0]-z[0],Y=P[1]-z[1],j=P[2]-z[2],K=O*j-H*Y,ne=H*X-k*j,oe=k*Y-O*X,Q=Math.hypot(K,ne,oe);return Q>1e-12?(K/=Q,ne/=Q,oe/=Q,ne<0&&(K=-K,ne=-ne,oe=-oe),[K,ne,oe]):[0,1,0]},L=(S,M)=>{let A=[S[0],i,S[2]],R=[M[0],i,M[2]],V=M[0]-S[0],E=M[2]-S[2],C=Math.hypot(V,E);if(!(C>1e-12))return;let T=[E/C,0,-V/C];t.tri(S,M,R,T,f,f,x),t.tri(S,R,A,T,f,x,x)},_=.05*Le,U=S=>o[S]-r[S]<_,B=n.closed?l:l-1;for(let S=0;S<B;S++){let M=(S+1)%l;if(U(S)||U(M))continue;if(g(S,M)){let T=(n.startBin+S+1)*e.binStepDeg,z=(Y,j)=>{let K=(r[S]+r[M])/2,ne=(o[S]+o[M])/2,oe=K+(ne-K)*j/c,Q=Xe(e.centre,oe,T);return[Q.x*d,m[Y][j],Q.y*d]};for(let Y=0;Y<c;Y++){let j=b(S,Y),K=b(S,Y+1),ne=z(S,Y),oe=z(S,Y+1),Q=D(S,Y),se=D(S,Y+1);t.triN(j,ne,oe,Q,Q,se,p),t.triN(j,oe,K,Q,se,se,p);let Be=b(M,Y),Ve=b(M,Y+1),Se=z(M,Y),we=z(M,Y+1),Pe=D(M,Y),ye=D(M,Y+1);t.triN(Se,Be,Ve,Pe,Pe,ye,p),t.triN(Se,Ve,we,Pe,ye,ye,p);let xe=z(S,Y),re=z(S,Y+1),qe=z(M,Y+1),Fe=z(M,Y),Ae=re[0]-xe[0],ze=re[2]-xe[2],nt=Math.hypot(Ae,ze);if(nt>1e-12){let me=[ze/nt,0,-Ae/nt];t.tri(xe,re,qe,me,f),t.tri(xe,qe,Fe,me,f)}}let P=b(S,0),k=b(M,0),O=b(M,c),H=b(S,c),X=Y=>[Y[0],i,Y[2]];t.tri(X(P),X(O),X(k),[0,-1,0],h),t.tri(X(P),X(H),X(O),[0,-1,0],h),L(P,k),L(H,O);continue}for(let T=0;T<c;T++){let z=D(S,T),P=D(M,T),k=D(M,T+1),O=D(S,T+1);if(v(S,T)||v(M,T)){let K=(re,qe)=>{let Fe=(n.startBin+re+.5)*e.binStepDeg,Ae=r[re]+(o[re]-r[re])*(T+.5)/c,ze=Xe(e.centre,Ae,Fe);return[ze.x*d,qe,ze.y*d]},ne=b(S,T),oe=b(M,T),Q=K(S,m[S][T]),se=K(M,m[M][T]);t.triN(ne,oe,se,z,P,P,p),t.triN(ne,se,Q,z,P,z,p);let Be=b(M,T+1),Ve=b(S,T+1),Se=K(S,m[S][T+1]),we=K(M,m[M][T+1]);t.triN(Se,we,Be,O,k,k,p),t.triN(Se,Be,Ve,O,k,O,p);let Pe=se[0]-Q[0],ye=se[2]-Q[2],xe=Math.hypot(Pe,ye);if(xe>1e-12){let re=[-ye/xe,0,Pe/xe];t.tri(Q,se,we,re,f),t.tri(Q,we,Se,re,f)}continue}let H=b(S,T),X=b(M,T),Y=b(M,T+1),j=b(S,T+1);t.triN(H,X,Y,z,P,k,p),t.triN(H,Y,j,z,k,O,p)}let A=b(S,0),R=b(M,0),V=b(M,c),E=b(S,c),C=T=>[T[0],i,T[2]];t.tri(C(A),C(V),C(R),[0,-1,0],h),t.tri(C(A),C(E),C(V),[0,-1,0],h),L(A,R),L(E,V)}if(!n.closed)for(let S of[0,l-1])for(let M=0;M<c;M++)L(b(S,M),b(S,M+1))}function Xo(t,e,n){let{bottomY:r,colors:o,ao:i}=n,a=new Float64Array(e.binCount).fill(-1/0);for(let d of e.rings)for(let u of d.arcs){let m=new Float64Array(u.binCount),p=new Float64Array(u.binCount);for(let f=0;f<u.binCount;f++){let x=(u.startBin+f)%e.binCount,b=Math.max(0,u.innerR[f]-fe);m[f]=Math.max(b,a[x]+.001),p[f]=Math.max(m[f]+.001,u.outerR[f]+fe)}let h=0;for(let f=0;f<u.binCount;f++){let x=u.topLevelM[f]-r;x>h&&(h=x)}h>=Zi&&oa(t,e,u,m,p,r,o,i);for(let f=0;f<u.binCount;f++){let x=(u.startBin+f)%e.binCount;p[f]>a[x]&&(a[x]=p[f])}}if(ta(n.shapes,e))return;let s=e.rings[e.rings.length-1],l=Qi*Le,c=$i*Le;for(let d of s.arcs){let u=[],m=[];for(let f=0;f<d.binCount;f++){let x=(d.startBin+f+.5)*e.binStepDeg,b=d.outerR[f]+fe+l;u.push(Xe(e.centre,b,x)),m.push(Xe(e.centre,b+c,x))}let p=-1/0;for(let f=0;f<d.binCount;f++)d.topLevelM[f]>p&&(p=d.topLevelM[f]);let h=()=>p+Ji;d.closed?ae(t,m,[u.slice().reverse()],h,r,o.shellTop,o.shellWall,i):ae(t,[...m,...u.slice().reverse()],void 0,h,r,o.shellTop,o.shellWall,i)}}function Wo(t,e,n,r,o,i,a,s){if(!e.outline||e.outline.length<3)return;let l=n.baseHeightM,c=Ie(r,s.tierTop);if(!o)return;let d=x=>o.deckAt(x.x,x.y),u=Eo(e,a),m=u[0]??e.outline;if(o.rowLevels.length>=2){let x=_t(o.rowLevels),b=Do(Ao(o.rowLevels,n.focal,x),u),y=()=>[0,1,0];for(let F of b){let w=Math.max(l,F.topY-.02);for(let v of i.subtract(F.outline,w))ae(t,v,F.holes,()=>w,l,c,s.tierWall,ie,void 0,y)}b.length||ae(t,m,e.holes,()=>o.landingY,l,c,s.tierWall,ie);let g={tread:[c[0]*ie.top,c[1]*ie.top,c[2]*ie.top],riser:[c[0]*.72,c[1]*.72,c[2]*.72]};for(let F of u.length?u:[m])Ro(t,o.rowLevels,n.focal,o.landingY,g,F,x);return}let p=o.flat?1/0:ko,h=x=>o.normalAt(x.x,x.y),f=o.flat?o.landingY:void 0;for(let x of i.subtract(m,f))ae(t,x,e.holes,d,l,c,s.tierWall,ie,p,h)}function ra(t,e,n){let r=new Set;for(let a of t.objects)a.type==="section"&&r.add(a.id);let o=new Map;for(let a=0;a<e.length;a++){let s=n.seatOwner[a];if(!s||!r.has(s))continue;let l=n.bySection.get(s);if(l&&l.rowLevels.length>=2)continue;let c=e[a],d=o.get(s);d||(d=new Map,o.set(s,d));let u=c.rowId||`__seat-${a}`,m=d.get(u);m||(m={pts:[],levelM:0,n:0},d.set(u,m)),m.pts.push({x:c.x,y:c.y}),m.levelM+=n.seatDeckY(a),m.n++}let i=[];for(let a of t.objects){if(a.type!=="section")continue;let s=n.bySection.get(a.id);if(s&&s.rowLevels.length>=2){let c=s.rowLevels.filter(d=>!d.patch).map(d=>({pts:d.pts,levelM:d.y}));c.length>=2&&i.push({sectionId:a.id,rows:c});continue}let l=o.get(a.id);l&&i.push({sectionId:a.id,rows:[...l.values()].map(c=>({pts:c.pts,levelM:c.levelM/c.n}))})}return i}function jo(t,e,n,r,o){let i=ra(e,n,r);if(!i.length)return;let a=Yn(i,e.focal);a&&(t.setMaterial(0),Xo(t,a,{bottomY:e.baseHeightM,colors:{bandTop:pe(o.tierTop,.8),bandWall:o.tierWall,shellTop:pe(o.tierWall,1.15),shellWall:o.tierWall},ao:ie,shapes:e.objects.filter(s=>s.type==="shape")}))}function qo(t,e,n){return n<0?e>1?t.filter(r=>r.kind==="floor"):[...t]:t.filter(r=>r.floorIndex===void 0||r.floorIndex===n)}function Ko(t,e){let n=[...t].sort((o,i)=>o.screen.y-i.screen.y),r=[];for(let o of n){let i=r.find(a=>a.some(s=>Math.abs(s.screen.x-o.screen.x)<104&&Math.abs(s.screen.y-o.screen.y)<34));i?i.push(o):r.push([o])}return r.flatMap(o=>o.length<2?o:o.map((i,a)=>({...i,screen:{...i.screen,x:Math.max(54,Math.min(e-54,i.screen.x+(a-(o.length-1)/2)*104))}})))}var ia=1.15,aa=3.25,sa=4.5,ca=.85,la=.5,ua=.26;function Zo(t,e,n){let r=Math.max(1e-6,e),o=t/r,i=n?.hasZoneLabels??!0,a=new Set;return o>=.75&&a.add("floor"),o>=ia&&a.add("zone"),o<=(i?aa:sa)&&(a.add("section"),a.add("ga")),o<=ca&&(a.add("annotation"),a.add("booth")),o<=la&&a.add("row"),o<=ua&&a.add("seat"),a}function Oe(t,e,n,r){let o=t,i=e[0],a=e[1],s=e[2],l=o[0]*i+o[4]*a+o[8]*s+o[12],c=o[1]*i+o[5]*a+o[9]*s+o[13],d=o[2]*i+o[6]*a+o[10]*s+o[14],u=o[3]*i+o[7]*a+o[11]*s+o[15];if(!(u>1e-6))return{x:0,y:0,depth:1/0,visible:!1};let m=l/u,p=c/u,h=d/u,f=m>=-1.05&&m<=1.05&&p>=-1.05&&p<=1.05&&h<=1;return{x:(m*.5+.5)*n,y:(1-(p*.5+.5))*r,depth:h,visible:f}}function Qo(t,e,n=e){let r=[],o=[...t].sort((i,a)=>i.screen.depth-a.screen.depth);for(let i of o){let a=!1;for(let s of r)if(fn(i,s,e,n)){a=!0;break}a||r.push(i)}return r}var ma=6;function fn(t,e,n,r){let o=Math.abs(t.screen.x-e.screen.x),i=Math.abs(t.screen.y-e.screen.y),a=t.halfWidth!=null&&e.halfWidth!=null?Math.max(n,t.halfWidth+e.halfWidth+ma):n;return o<a&&i<r}function $o(t,e,n){return t.length*e*.58+(n?14:0)}var bn={row:8,seat:14};function Jo(t,e,n,r){let o=Math.max(1,Math.min(n,r)*.5),i=Math.min(2,Math.hypot(t.x-n/2,t.y-r/2)/o);return e*(1+1.5*i)}function yn(t,e,n,r,o=[]){let i=[...t].sort((s,l)=>(l.priority??0)-(s.priority??0)||s.focus-l.focus),a=[];for(let s of i){if(a.length>=r)break;let l=!1;for(let c of o)if(fn(s,c,e,n)){l=!0;break}if(!l){for(let c of a)if(fn(s,c,e,n)){l=!0;break}}l||a.push(s)}return a}var da=6,ha=2.2,er=.1,pa=.3,fa=1.8,ba=.9,ya=.55,xa=6e3;function tr(t){let{doc:e,units:n,seats:r,surfaces:o,focal:i}=t,a=e.zones??[],s=[];if(a.length){let l=new Map;for(let d of n)for(let u of d.objects)u.type==="section"&&u.zone&&l.set(u.id,u.zone);let c=new Map;for(let d=0;d<r.length;d++){let u=r[d],m=o.seatOwner[d],p=u.zoneId??(m?l.get(m):void 0);if(!p)continue;let h=c.get(p);h||(h={n:0,minX:1/0,minY:1/0,maxX:-1/0,maxY:-1/0,sumY:0},c.set(p,h)),h.n++,u.x<h.minX&&(h.minX=u.x),u.y<h.minY&&(h.minY=u.y),u.x>h.maxX&&(h.maxX=u.x),u.y>h.maxY&&(h.maxY=u.y),h.sumY+=o.seatDeckY(d)}for(let d of a){let u=c.get(d.id),m=[];for(let[p,h]of l)h===d.id&&m.push(p);if(!u||u.n===0){s.push({id:d.id,label:d.label,color:Z(d.color),sectionIds:m,seatCount:0,center:[0,0,0],radius:0,focalWorld:[(d.focalPoint??i).x*I,1.5,(d.focalPoint??i).y*I]});continue}s.push({id:d.id,label:d.label,color:Z(d.color),sectionIds:m,seatCount:u.n,center:[(u.minX+u.maxX)/2*I,u.sumY/u.n,(u.minY+u.maxY)/2*I],radius:.5*Math.hypot((u.maxX-u.minX)*I,(u.maxY-u.minY)*I)||1,focalWorld:[(d.focalPoint??i).x*I,1.5,(d.focalPoint??i).y*I]})}}return s}function nr(t){let{doc:e,units:n,seats:r,surfaces:o,seatData:i,hintedSeatFloor:a,zones:s,focal:l}=t,c=[],d=[],u=[];for(let m of s)m.seatCount!==0&&c.push({id:`zone:${m.id}`,kind:"zone",text:m.label,anchor:[m.center[0],m.center[1]+da,m.center[2]],color:e.zones?.find(p=>p.id===m.id)?.color});{let m=new Map,p=new Map;for(let h=0;h<r.length;h++){let f=o.seatOwner[h];if(!f)continue;let x=m.get(f);x||(x={n:0,x:0,y:0,deck:0},m.set(f,x)),x.n++,x.x+=r[h].x,x.y+=r[h].y,x.deck+=o.seatDeckY(h);let b=p.get(f);b||(b={minX:1/0,maxX:-1/0,minY:1/0,maxY:-1/0},p.set(f,b)),r[h].x<b.minX&&(b.minX=r[h].x),r[h].x>b.maxX&&(b.maxX=r[h].x),r[h].y<b.minY&&(b.minY=r[h].y),r[h].y>b.maxY&&(b.maxY=r[h].y)}for(let h of n)for(let f of h.objects){if(f.type!=="section")continue;let x=m.get(f.id);if(!x||x.n===0)continue;let b=p.get(f.id),y=[x.x/x.n*I,x.deck/x.n,x.y/x.n*I],g=f.displayLabel||f.label||f.id;d.push({id:f.id,floorIndex:h.index,label:g,seatCount:x.n,center:y,radius:Math.max(1,Math.hypot(b.maxX-b.minX,b.maxY-b.minY)*.5*I),focalWorld:[h.focal.x*I,h.baseHeightM+1.5,h.focal.y*I]});let F=e.floors?.[h.index]?.name?.trim().toLocaleLowerCase();n.length>1&&F===g.trim().toLocaleLowerCase()||c.push({id:`section:${f.id}`,kind:"section",text:g,anchor:[y[0],y[1]+ha,y[2]],floorIndex:h.index})}}{for(let h of n)for(let f of h.objects){if(f.type!=="gaArea")continue;let x=it(f.points);if(!x)continue;let b=f.displayLabel||f.label||f.id;c.push({id:`ga:${f.id}`,kind:"ga",text:f.capacity>0?`${b} \xB7 ${f.capacity.toLocaleString()}`:b,anchor:[x.x*I,h.baseHeightM+fa,x.y*I],floorIndex:h.index})}let m=new Map;for(let h=0;h<r.length;h++){let f=r[h],x=Math.hypot(f.x-l.x,f.y-l.y),b=m.get(f.rowId);(!b||x>b.far)&&m.set(f.rowId,{seat:f,index:h,far:x})}for(let[h,f]of m){let x=f.seat.label?f.seat.label.lastIndexOf("-"):-1,b=x>0?f.seat.label.slice(0,x):h;b&&c.push({id:`row:${h}`,kind:"row",text:b,anchor:[f.seat.x*I,o.seatDeckY(f.index)+ba,f.seat.y*I],floorIndex:a[f.index]})}let p=new Map;for(let h=0;h<r.length;h++){let f=r[h],x=f.label?f.label.lastIndexOf("-"):-1,b=p.get(f.rowId);b||(b={n:0,x:0,y:0,z:0,minX:1/0,maxX:-1/0,minZ:1/0,maxZ:-1/0,label:x>0?f.label.slice(0,x):f.rowId,sectionId:f.sectionId},p.set(f.rowId,b));let y=h*3,g=i.iPosition[y],F=i.iPosition[y+1],w=i.iPosition[y+2];b.n++,b.x+=g,b.y+=F,b.z+=w,b.minX=Math.min(b.minX,g),b.maxX=Math.max(b.maxX,g),b.minZ=Math.min(b.minZ,w),b.maxZ=Math.max(b.maxZ,w)}for(let[h,f]of p)u.push({id:h,label:f.label,sectionId:f.sectionId,seatCount:f.n,center:[f.x/f.n,f.y/f.n,f.z/f.n],radius:Math.max(.8,Math.hypot(f.maxX-f.minX,f.maxZ-f.minZ)*.5)});if(r.length<=xa)for(let h=0;h<r.length;h++){let f=r[h],x=f.displayLabel||f.label;x&&c.push({id:`seat:${f.id}`,kind:"seat",text:x,anchor:[f.x*I,o.seatDeckY(h)+ya,f.y*I],floorIndex:a[h]})}}for(let m of n)for(let p of m.objects)if(p.type==="shape"&&p.role&&["entrance","exit","screen","suite","obstruction"].includes(p.role)){let h=ht(p),f=h?it(h):null;if(!f||!p.label)continue;c.push({id:`architecture:${p.id}`,kind:"annotation",text:p.label,anchor:[f.x*I,m.baseHeightM+pt(p).heightM+er,f.y*I],color:p.fill,floorIndex:m.index})}else if(p.type==="text"){if(!p.text)continue;c.push({id:`text:${p.id}`,kind:"annotation",text:p.text,anchor:[p.position.x*I,m.baseHeightM+er,p.position.y*I],color:p.color,rotation:p.rotation,floorIndex:m.index})}else if(p.type==="booth"){let h=bt(p);if(!h)continue;let f=it(h);if(!f)continue;c.push({id:`booth:${p.id}`,kind:"booth",text:p.displayLabel||p.label||p.id,anchor:[f.x*I,m.baseHeightM+dn+pa,f.y*I],floorIndex:m.index})}return{labels:c,sections:d,rows:u}}function or(t,e){if(e.length>1)for(let n of e)t.push({id:`floor:${n.id}`,kind:"floor",text:n.label,anchor:[n.center[0],n.box.max[1]+1.2,n.center[2]],floorIndex:n.index})}function rr(t){let{doc:e,units:n,seats:r,surfaces:o,solids:i,hintedSeatFloor:a,seatFloor:s}=t,l=[];{let c=n.map(()=>({minX:1/0,minY:1/0,minZ:1/0,maxX:-1/0,maxY:-1/0,maxZ:-1/0}));for(let m=0;m<i.floor.length;m+=1){let p=Math.max(0,Math.min(n.length-1,Math.round(i.floor[m]))),h=m*3,f=c[p];f.minX=Math.min(f.minX,i.position[h]),f.minY=Math.min(f.minY,i.position[h+1]),f.minZ=Math.min(f.minZ,i.position[h+2]),f.maxX=Math.max(f.maxX,i.position[h]),f.maxY=Math.max(f.maxY,i.position[h+1]),f.maxZ=Math.max(f.maxZ,i.position[h+2])}let d=new Map;for(let m=0;m<n.length;m++)for(let p of n[m].objects)p.type==="section"&&d.set(p.id,m);let u=n.map(()=>({n:0,minX:1/0,minY:1/0,minDeck:1/0,maxX:-1/0,maxY:-1/0,maxDeck:-1/0,sumX:0,sumDeck:0,sumZ:0}));for(let m=0;m<r.length;m++){let p=o.seatOwner[m],h=(p!==null?d.get(p):void 0)??a[m];if(h===void 0)continue;let f=u[h],x=r[m];f.n++,x.x<f.minX&&(f.minX=x.x),x.y<f.minY&&(f.minY=x.y),x.x>f.maxX&&(f.maxX=x.x),x.y>f.maxY&&(f.maxY=x.y);let b=o.seatDeckY(m);f.sumX+=x.x*I,f.sumDeck+=b,f.sumZ+=x.y*I,f.minDeck=Math.min(f.minDeck,b),f.maxDeck=Math.max(f.maxDeck,b+1.6),s[m]=h}for(let m=0;m<n.length;m++){let p=u[m],h=e.floors?.[m],f=c[m],x=Math.min(p.n?p.minX*I:n[m].focal.x*I-1,Number.isFinite(f.minX)?f.minX:1/0),b=Math.max(p.n?p.maxX*I:n[m].focal.x*I+1,Number.isFinite(f.maxX)?f.maxX:-1/0),y=Math.min(p.n?p.minY*I:n[m].focal.y*I-1,Number.isFinite(f.minZ)?f.minZ:1/0),g=Math.max(p.n?p.maxY*I:n[m].focal.y*I+1,Number.isFinite(f.maxZ)?f.maxZ:-1/0),F=Math.min(p.n?Math.min(n[m].baseHeightM,p.minDeck):n[m].baseHeightM,Number.isFinite(f.minY)?f.minY:1/0),w=Math.max(p.n?Math.max(p.maxDeck,F+.5):F+.5,Number.isFinite(f.maxY)?f.maxY:-1/0),v=[p.n?p.sumX/p.n:(x+b)/2,p.n?p.sumDeck/p.n:(F+w)/2,p.n?p.sumZ/p.n:(y+g)/2],D=Math.max(1,.5*Math.hypot(b-x,w-F,g-y));l.push({index:m,id:h?.id??`floor-${m}`,label:h?.name??(n.length>1?`Floor ${m+1}`:"Venue"),seatCount:p.n,center:v,radius:D,box:{min:[x,F,y],max:[b,w,g]},focalWorld:[n[m].focal.x*I,n[m].baseHeightM+1.5,n[m].focal.y*I]})}}return l}function xn(t,e){let n=1/0,r=1/0,o=-1/0,i=-1/0,a=(s,l)=>{s<n&&(n=s),l<r&&(r=l),s>o&&(o=s),l>i&&(i=l)};for(let s of e)a(s.x,s.y);for(let s of t)for(let l of s.objects)if(l.type==="section")for(let c of l.outline)a(c.x,c.y);else if(l.type==="shape"&&l.points)for(let c of l.points)a(c.x,c.y);else if(l.type==="gaArea")for(let c of l.points)a(c.x,c.y);else if(l.type==="booth"){let c=bt(l);if(c)for(let d of c)a(d.x,d.y)}else if(l.type==="table"){let c=hn(l);if(c)for(let d of c)a(d.x,d.y)}else if(l.type==="decorImage"){let c=pn(l);if(c)for(let d of c)a(d.x,d.y)}return Number.isFinite(n)||(n=-100,r=-100,o=100,i=100),{minX:n,minY:r,maxX:o,maxY:i}}function ir(t,e,n,r,o,i){if(e.length===1){let a=Math.max(60,(o.maxX-o.minX+o.maxY-o.minY)*.06),s=dt(o.minX-a,o.minY-a,o.maxX-o.minX+a*2,o.maxY-o.minY+a*2);ae(t,s,void 0,()=>0,-.4,i.ground,i.ground,ie)}else{let a=e.reduce((p,h)=>h.baseHeightM<p.baseHeightM?h:p);t.setFloor(a.index);let s=n.filter((p,h)=>r[h]===a.index),l=xn([a],s),c=Math.hypot(l.maxX-l.minX,l.maxY-l.minY),d=Math.max(28,Math.min(80,c*.04)),u=dt(l.minX-d,l.minY-d,l.maxX-l.minX+d*2,l.maxY-l.minY+d*2),m=a.baseHeightM-.03;ae(t,u,void 0,()=>m,m-.22,i.ground,i.ground,ie)}}function ar(t,e,n){let{cx:r,cz:o,radius:i}=n,a=1/0,s=1/0,l=1/0,c=-1/0,d=-1/0,u=-1/0,m=(f,x,b)=>{a=Math.min(a,f),c=Math.max(c,f),s=Math.min(s,x),d=Math.max(d,x),l=Math.min(l,b),u=Math.max(u,b)};for(let f=0;f<t.position.length;f+=3)m(t.position[f],t.position[f+1],t.position[f+2]);for(let f=0;f<e.count;f++){let x=f*3,b=e.iPosition[x],y=e.iPosition[x+1],g=e.iPosition[x+2],F=Math.max(.35,e.iMaxRadius[f]??.35);m(b-F,y,g-F),m(b+F,y+1.6,g+F)}Number.isFinite(a)||(a=r-i,c=r+i,s=0,d=i*.16,l=o-i,u=o+i);let p=[(a+c)/2,(s+d)/2,(l+u)/2],h=Math.max(1,.5*Math.hypot(c-a,d-s,u-l));return{center:p,radius:h,minY:s,maxY:d}}function sr(t,e,n,r,o,i){let a=1/0,s=1/0,l=-1/0,c=-1/0;for(let F=0;F<t.count;F++){let w=F*3,v=t.iPosition[w],D=t.iPosition[w+2];v<a&&(a=v),v>l&&(l=v),D<s&&(s=D),D>c&&(c=D)}for(let F of e)a=Math.min(a,F.cx-F.halfX),l=Math.max(l,F.cx+F.halfX),s=Math.min(s,F.cz-F.halfZ),c=Math.max(c,F.cz+F.halfZ);let d=n.minX*I,u=n.maxX*I,m=n.minY*I,p=n.maxY*I,h=d,f=u,x=m,b=p;if(Number.isFinite(a)){let F=Math.max(2,.06*Math.hypot(l-a,c-s));h=Math.max(d,a-F),f=Math.min(u,l+F),x=Math.max(m,s-F),b=Math.min(p,c+F)}let y=Math.min(0,r),g=Math.max(o,i*.05);return{min:[h,y,x],max:[f,g,b]}}function yt(t){let{doc:e}=t,n=fo(e.theme),r=n.structure,o=Fo(e,t.eventConfigurationId??e.eventConfigurationId),i=t.seats,a=new Et,s=new Map;for(let M of o)for(let A of M.objects)s.set(A.id,M.index),A.type==="section"&&s.set(A.logicalSectionId??A.id,M.index);let l=i.map(M=>s.get(M.sectionId??"")??s.get(M.rowId??"")??0),c=xn(o,i);ir(a,o,i,l,c,r);let d=_o(e,i),u=new Map,m=new Map;for(let M of e.categories??[])u.set(M.key,M.color),M.seatGlyph&&m.set(M.key,M.seatGlyph);let p=[],h=Lo(o,i,l),f=new Float32Array(i.length);for(let M=0;M<o.length;M++){let A=o[M];a.setFloor(M);let R=new Ot,V=[],E=A.objects.filter(C=>C.type==="section"&&!!C.outline&&C.outline.length>=3);for(let C of A.objects)C.type==="section"?Wo(a,C,A,Oo(C,d),h.bySection.get(C.id),R,E,r):C.type==="shape"?(a.setMaterial(C.role==="screen"?1:0),Ho(a,C,A.baseHeightM,Bo(C,V),r,A.focal,p),a.setMaterial(0)):C.type==="gaArea"?Yo(a,C,A.baseHeightM,Z(u.get(C.categoryKey)),r):C.type==="booth"?No(a,C,A.baseHeightM,Z(u.get(C.categoryKey)),r):C.type==="table"?Go(a,C,A.baseHeightM,Z(u.get(C.categoryKey)),r):C.type==="decorImage"&&Uo(a,C,A.baseHeightM,r);jo(a,A,i,h,r)}let x=o.length>1?{x:o.reduce((M,A)=>M+A.focal.x,0)/o.length,y:o.reduce((M,A)=>M+A.focal.y,0)/o.length}:e.focalPoint??{x:(c.minX+c.maxX)/2,y:(c.minY+c.maxY)/2},b=co([a.build()]),y=po(i,t.initialState,h,f,u,m),g=tr({doc:e,units:o,seats:i,surfaces:h,focal:x}),{labels:F,sections:w,rows:v}=nr({doc:e,units:o,seats:i,surfaces:h,seatData:y,hintedSeatFloor:l,zones:g,focal:x}),D=rr({doc:e,units:o,seats:i,surfaces:h,solids:b,hintedSeatFloor:l,seatFloor:f});or(F,D),y.iYaw=mo(y.iPosition,i.length,M=>i[M].rowId,M=>{let A=o[f[M]]?.focal??x;return[A.x*I,A.y*I]});let L=(c.minX+c.maxX)/2*I,_=(c.minY+c.maxY)/2*I,U=.5*Math.hypot((c.maxX-c.minX)*I,(c.maxY-c.minY)*I)||10,B=ar(b,y,{cx:L,cz:_,radius:U}),S=sr(y,p,c,B.minY,B.maxY,U);return{solids:b,seats:y,bounds:{center:[(S.min[0]+S.max[0])/2,(S.min[1]+S.max[1])/2,(S.min[2]+S.max[2])/2],radius:U,groundY:0,box:S},renderBounds:{center:B.center,radius:B.radius},stateColorLUT:bo(n,be),theme:n,seatCount:i.length,focalWorld:[x.x*I,1.5,x.y*I],zones:g,stages:p,sections:w,rows:v,labels:F,floors:D}}var ga=88,va=20,cr={floor:{size:14,weight:"700",opacity:.98},zone:{size:15,weight:"600",opacity:.95},section:{size:12,weight:"500",opacity:.88},ga:{size:12,weight:"500",opacity:.88},booth:{size:11,weight:"500",opacity:.85},annotation:{size:11,weight:"400",opacity:.75},row:{size:10.5,weight:"600",opacity:.8},seat:{size:9.5,weight:"500",opacity:.72}},Bt=new Set(["row","seat"]),lr={floor:5,zone:4,section:3,ga:3,booth:2,annotation:1},Vt={row:{x:62,y:16},seat:{x:46,y:18}},mr=Z,gn=t=>_n(t);function dr(t,e){let n=gn(t),r=gn(e);return(Math.max(n,r)+.05)/(Math.min(n,r)+.05)}function ur(t,e){let n=/rgba\((\d+),(\d+),(\d+),([\d.]+)\)/.exec(t.replace(/\s/g,""));if(!n)return e;let r=Math.max(0,Math.min(1,Number(n[4])));return[1,2,3].map(o=>Number(n[o])/255*r+e[o-1]*(1-r))}function Ma(t,e=[.04,.06,.1]){let n=gn(e)<.42,r=n?"#f4f7fb":"#0b1220",o=mr(t),i=o&&dr(o,e)>=4.5?t:r;return n?{ink:i,backing:"rgba(8,12,22,.78)",border:"rgba(210,222,245,.24)"}:{ink:i,backing:"rgba(255,255,255,.84)",border:"rgba(11,18,32,.22)"}}var zt=class{constructor(e,n={}){this.nodes=new Map;this.labels=[];this.forcedDense=!1;this.selectedSeatLabelIds=new Set;this.opts=n,this.root=document.createElement("div"),this.root.setAttribute("data-view3d-labels","");let r=this.root.style;r.position="absolute",r.inset="0",r.pointerEvents="none",r.overflow="hidden",n.fontFamily&&(r.fontFamily=n.fontFamily),e.appendChild(this.root)}setVisible(e){this.root.style.visibility=e?"":"hidden"}setLabels(e){this.labels=e;for(let[n,r]of this.nodes)e.some(o=>o.id===n)||(r.remove(),this.nodes.delete(n))}setForcedDense(e){this.forcedDense=e}setSelectedSeatIds(e){this.selectedSeatLabelIds=new Set(Array.from(e,n=>`seat:${n}`))}qualityEvidence(){let e=this.root.getBoundingClientRect(),n=this.root.style.visibility!=="hidden";return this.labels.map(r=>{let o=this.nodes.get(r.id),i=o?.getBoundingClientRect(),a=!!(n&&o&&o.style.display!=="none"&&i&&i.width>0&&i.height>0);return{id:r.id,kind:r.kind,text:r.text,visible:a,renderedFontPx:o&&Number.parseFloat(o.style.fontSize)||0,contrast:o?Number(o.dataset.qualityContrast??0):0,...a&&i?{screenBox:{x:i.x-e.x,y:i.y-e.y,width:i.width,height:i.height}}:{}}})}update(e,n,r,o,i,a){if(!this.labels.length)return;let s=Zo(o,i,{hasZoneLabels:this.labels.some(y=>y.kind==="zone")});this.forcedDense&&(s.add("row"),s.add("seat"));let l=[];for(let y of this.labels){if(!s.has(y.kind))continue;let g=Oe(e,y.anchor,n,r);if(!g.visible)continue;let F=a?Math.hypot(y.anchor[0]-a[0],y.anchor[1]-a[1],y.anchor[2]-a[2]):1;l.push({label:y,screen:g,focus:Jo(g,F,n,r),halfWidth:$o(y.text,cr[y.kind].size,!Bt.has(y.kind))/2,...this.selectedSeatLabelIds.has(y.id)?{priority:1}:{}})}let c=Ko(l.filter(y=>y.label.kind==="floor"),n),d=[...l.filter(y=>!Bt.has(y.label.kind)&&y.label.kind!=="floor"),...c],u=Qo(d,ga,va),m=yn(l.filter(y=>y.label.kind==="row"),Vt.row.x,Vt.row.y,bn.row,u),p=yn(l.filter(y=>y.label.kind==="seat"),Vt.seat.x,Vt.seat.y,bn.seat,[...u,...m]),h=[...u,...m,...p],f=new Set(h.map(y=>y.label.id));for(let{label:y,screen:g}of h){let w=this.nodeFor(y).style;w.display="",w.transform=`translate(-50%, -50%) translate(${g.x.toFixed(1)}px, ${g.y.toFixed(1)}px)`}let x=h.filter(({label:y})=>!Bt.has(y.kind)).sort((y,g)=>lr[g.label.kind]-lr[y.label.kind]||y.screen.depth-g.screen.depth||y.focus-g.focus),b=[];for(let{label:y}of x){let g=this.nodes.get(y.id);if(!g||g.style.display==="none")continue;let F=g.getBoundingClientRect();b.some(v=>F.left<v.right+3&&F.right+3>v.left&&F.top<v.bottom+3&&F.bottom+3>v.top)?g.style.display="none":b.push(F)}for(let[y,g]of this.nodes)f.has(y)||(g.style.display="none")}nodeFor(e){let n=this.nodes.get(e.id);if(!n){n=document.createElement("div");let u=n.style;u.position="absolute",u.left="0",u.top="0",u.whiteSpace="nowrap",u.textShadow="0 1px 3px rgba(0,0,0,0.85), 0 0 8px rgba(0,0,0,0.55)",u.display="none",this.root.appendChild(n),this.nodes.set(e.id,n)}n.textContent=e.text,n.setAttribute("data-label-kind",e.kind);let r=this.selectedSeatLabelIds.has(e.id);n.toggleAttribute("data-selected-seat",r);let o=cr[e.kind],i=n.style;i.fontSize=`${o.size}px`,i.fontWeight=r?"800":o.weight,i.opacity=r?"1":String(o.opacity);let a=Ma(e.color??this.opts.ink,this.opts.backgroundRgb),s=!Bt.has(e.kind);i.color=r?"#ecf8ff":a.ink,i.background=r?"rgba(10,28,45,.9)":s?a.backing:"",i.border=r?"1px solid rgba(89,199,255,.92)":s?`1px solid ${a.border}`:"",i.borderRadius=r||s?"999px":"",i.padding=r||s?"3px 7px":"",i.boxShadow=r?"0 0 0 2px rgba(41,176,255,.18), 0 5px 14px rgba(0,0,0,.35)":s?"0 3px 10px rgba(0,0,0,.24)":"",i.letterSpacing=e.kind==="zone"||e.kind==="floor"?"0.08em":"0.02em";let l=this.opts.backgroundRgb??[.04,.06,.1],c=mr(r?"#ecf8ff":a.ink)??[1,1,1],d=r?ur("rgba(10,28,45,.9)",l):s?ur(a.backing,l):l;return n.dataset.qualityContrast=dr(c,d).toFixed(3),(e.kind==="zone"||e.kind==="floor")&&(i.textTransform="uppercase"),n}dispose(){this.root.remove(),this.nodes.clear()}};var Sa=1;var wa=new Set(["floor","zone","section","ga","booth","annotation"]);function Pa(t){return t.every(e=>Number.isFinite(e))}function Aa(t,e){return t.x<e.x+e.width&&t.x+t.width>e.x&&t.y<e.y+e.height&&t.y+t.height>e.y}function hr(t){return t.length?Math.round(Math.min(...t)*100)/100:null}function We(t){return Math.round(t*1e4)/1e4}function Ca(t){if(t)return{box:{x:We(t.box.x),y:We(t.box.y),width:We(t.box.width),height:We(t.box.height)},horizontalFillRatio:We(t.horizontalFillRatio),verticalFillRatio:We(t.verticalFillRatio),visibleAreaRatio:We(t.visibleAreaRatio),clippedEdges:[...t.clippedEdges]}}function Me(t,e,n){return n.length?{code:t,message:e,count:n.length,samples:n.slice(0,20)}:null}function vn(t){let e=t.labels.filter(s=>s.visible&&s.screenBox),n=e.filter(s=>wa.has(s.kind)),r=t.scene.floorCount>1?t.scene.floorCount:t.scene.zoneCount||t.scene.sectionCount,o=[];for(let s=0;s<n.length;s+=1)for(let l=0;l<s;l+=1)Aa(n[s].screenBox,n[l].screenBox)&&o.push({primaryId:n[s].id,primaryLabel:n[s].text,secondaryId:n[l].id});let i=[...t.camera.position,t.camera.distance,t.camera.verticalFovDeg],a=[Me("webgl2-unavailable","The venue scene must render through WebGL2",t.context.webgl2?[]:[{primaryId:"renderer",primaryLabel:"WebGL2"}]),Me("context-lost","The WebGL context must be live at capture",t.context.lost?[{primaryId:"renderer",primaryLabel:"context lost"}]:[]),Me("frame-not-stable","The captured 3D frame must be rendered and parked",t.frame.rendered>0&&t.frame.idle?[]:[{primaryId:"renderer",primaryLabel:"unstable frame"}]),Me("viewport-empty","The 3D viewport must have visible dimensions",t.viewport.width>1&&t.viewport.height>1?[]:[{primaryId:"viewport",primaryLabel:`${t.viewport.width}\xD7${t.viewport.height}`}]),Me("camera-invalid","The capture camera must have a finite physical pose",Pa(i)&&t.camera.distance>0&&t.camera.verticalFovDeg>0&&t.camera.verticalFovDeg<180?[]:[{primaryId:"camera",primaryLabel:"invalid pose"}]),Me("authored-relief-not-visible","Authored 3D height or rake must produce visible screen-space relief",!t.scene.authoredRelief||t.scene.renderedVerticalSpanM>.05&&t.scene.projectedReliefPx>=2?[]:[{primaryId:"scene",primaryLabel:"authored relief",measured:t.scene.projectedReliefPx,minimum:2}]),Me("hierarchy-label-missing","A venue with authored hierarchy must show at least one structural label",r===0||n.length>0?[]:[{primaryId:"labels",primaryLabel:`${r} expected hierarchy labels`}]),Me("hierarchy-label-undersized","Visible 3D hierarchy labels must remain readable",n.filter(s=>s.renderedFontPx<11).map(s=>({primaryId:s.id,primaryLabel:s.text,measured:s.renderedFontPx,minimum:11}))),Me("hierarchy-label-contrast-low","Visible 3D hierarchy labels must meet text contrast",n.filter(s=>s.contrast<4.5).map(s=>({primaryId:s.id,primaryLabel:s.text,measured:s.contrast,minimum:4.5}))),Me("hierarchy-label-collision","Visible 3D hierarchy labels must not overlap",o)].filter(s=>!!s);return{version:1,state:"venue3d",passed:a.length===0,resolvedRules:["rendered-3d-webgl-context","rendered-3d-stable-frame","rendered-3d-camera-pose","rendered-3d-relief-projection","rendered-3d-label-size","rendered-3d-label-contrast","rendered-3d-label-collision"],viewport:t.viewport,context:t.context,frame:t.frame,camera:t.camera,scene:t.scene,composition:{visibleLabels:e.map(({id:s,kind:l,text:c})=>({id:s,kind:l,text:c})).sort((s,l)=>s.kind.localeCompare(l.kind)||s.id.localeCompare(l.id)),framing:Ca(t.framing)},metrics:{minimumHierarchyFontPx:hr(n.map(s=>s.renderedFontPx)),minimumHierarchyContrast:hr(n.map(s=>s.contrast)),projectedReliefPx:Math.round(t.scene.projectedReliefPx*100)/100},findings:a}}import{Geometry as Gt,Mesh as Ht,Transform as wr}from"ogl";import{Program as je}from"ogl";var Nt=`
|
|
1
|
+
import{a as zn,c as Gn,d as Hn}from"../chunk-QHWOX6PN.js";import{d as Nn}from"../chunk-T2LWVOQ3.js";import{e as Tn,l as Ge,n as at,o as Vn,q as Pt}from"../chunk-VI3IZS2B.js";import{e as Bn,k as On}from"../chunk-UL5OIGIF.js";import{W as ke,X as _e,ea as St,ga as Dn,ha as wt,ja as kn,l as En,m as rt,va as _n}from"../chunk-RZLIIQDP.js";import{d as Q,k as Ln,x as pe,z as it}from"../chunk-CXF32VPG.js";import{Renderer as Hr}from"ogl";var ye=["available","held","sold","selected","dimmed"];function st(t){let e=ye.indexOf(t);return e<0?0:e}var Un={available:[.24,.82,.52],held:[.95,.66,.22],sold:[.34,.39,.45],selected:[.24,.74,1],dimmed:[.28,.32,.37]};function Yn(t){let e=.2126*t[0]+.7152*t[1]+.0722*t[2],n=.42,i=.62;return[(e+(t[0]-e)*n)*i,(e+(t[1]-e)*n)*i,(e+(t[2]-e)*n)*i]}var Qt={ground:[.07,.085,.11],tierTop:[.24,.28,.34],tierWall:[.17,.2,.25],stageTop:[.94,.7,.38],stageWall:[.48,.33,.18],decorTop:[.22,.25,.29],decorWall:[.15,.17,.2],gaTop:[.24,.28,.33],gaWall:[.16,.19,.23],boothTop:[.3,.33,.38],boothWall:[.2,.23,.27],tableTop:[.38,.34,.29],tableWall:[.24,.21,.18]},He={top:[.05,.06,.08],bottom:[.1,.12,.15]};function fe(t,e){return[Math.min(1,t[0]*e),Math.min(1,t[1]*e),Math.min(1,t[2]*e)]}function Ur(){let t=typeof window<"u"&&window.devicePixelRatio||1,e=navigator.deviceMemory,n=typeof e=="number"&&e<=4?1.5:2;return Math.min(t,n)}var At=class{constructor(e,n){this.clearRgb=[0,0,0];this.container=e,this.canvas=document.createElement("canvas"),this.canvas.style.display="block",this.canvas.style.width="100%",this.canvas.style.height="100%",this.canvas.style.touchAction="none",this.canvas.tabIndex=0,this.canvas.setAttribute("role","application"),this.canvas.setAttribute("aria-label","Interactive 3D venue. Drag or use arrow keys to look around; pinch, scroll, plus or minus to zoom."),this.renderer=new Hr({canvas:this.canvas,dpr:Ur(),alpha:!1,antialias:!1,depth:!0,stencil:!1,powerPreference:"high-performance",webgl:2}),this.gl=this.renderer.gl,this.clearRgb=[He.top[0],He.top[1],He.top[2]],this.gl.clearColor(this.clearRgb[0],this.clearRgb[1],this.clearRgb[2],1),e.appendChild(this.canvas),this.lostHandler=i=>{i.preventDefault(),n.onContextLost()},this.restoredHandler=()=>n.onContextRestored(),this.canvas.addEventListener("webglcontextlost",this.lostHandler,!1),this.canvas.addEventListener("webglcontextrestored",this.restoredHandler,!1),this.resize()}setClearColor(e){this.clearRgb=[e[0],e[1],e[2]],this.gl.clearColor(e[0],e[1],e[2],1)}get clearColor(){return this.clearRgb}resize(){let e=Math.max(1,this.container.clientWidth||this.canvas.clientWidth||1),n=Math.max(1,this.container.clientHeight||this.canvas.clientHeight||1);return this.renderer.setSize(e,n),{width:e,height:n}}get pixelHeight(){return this.renderer.height*this.renderer.dpr}get aspect(){return this.renderer.width/Math.max(1,this.renderer.height)}dispose(){this.canvas.removeEventListener("webglcontextlost",this.lostHandler,!1),this.canvas.removeEventListener("webglcontextrestored",this.restoredHandler,!1);let e=this.gl.getExtension("WEBGL_lose_context");e&&e.loseContext(),this.canvas.parentNode&&this.canvas.parentNode.removeChild(this.canvas)}simulateContextLossCycle(){let e=this.gl.getExtension("WEBGL_lose_context");e&&(e.loseContext(),setTimeout(()=>{e.restoreContext&&e.restoreContext()},300))}};import{Camera as Yr,Vec3 as $t}from"ogl";var ue=Math.PI/180,Jt=15*ue,en=80*ue,qe=.12,Xn=35,Wn=1.25,Ct=class{constructor(e,n,i,o){this.fovY=Xn;this.target=new $t;this.azimuth=-30*ue;this.polar=55*ue;this.distance=10;this.azT=-30*ue;this.polT=55*ue;this.distT=10;this.minDist=1;this.maxDist=100;this.gestureFired=!1;this.interactionEnabled=!0;this.dragging=!1;this.panning=!1;this.lastX=0;this.lastY=0;this.activePointers=new Map;this.pinchDist=0;this.pinchCx=0;this.pinchCy=0;this.targetT=new $t;this.panAnchor=new $t;this.panLimit=0;this.primaryDragMode="orbit";this.camera=new Yr(e,{fov:Xn,near:.1,far:5e3,aspect:1}),this.canvas=n,this.requestRender=i,this.onGesture=o,this.onPointerDown=r=>{if(this.interactionEnabled){try{this.canvas.setPointerCapture?.(r.pointerId)}catch{}if(this.activePointers.set(r.pointerId,{x:r.clientX,y:r.clientY}),this.activePointers.size===1){let a=r.button===2||r.button===1,s=r.button===0&&(r.shiftKey?this.primaryDragMode==="orbit":this.primaryDragMode==="pan");this.panning=a||s,this.dragging=!this.panning,this.lastX=r.clientX,this.lastY=r.clientY}else if(this.activePointers.size===2){this.dragging=!1,this.panning=!1,this.pinchDist=this.currentPinchDistance();let a=this.pinchCentroid();this.pinchCx=a.x,this.pinchCy=a.y}}},this.onPointerMove=r=>{if(!this.interactionEnabled||!this.activePointers.has(r.pointerId))return;if(this.activePointers.set(r.pointerId,{x:r.clientX,y:r.clientY}),this.activePointers.size>=2){let l=this.currentPinchDistance();this.pinchDist>0&&(this.dollyBy(Math.exp((this.pinchDist-l)*.005)),this.fireGesture()),this.pinchDist=l;let c=this.pinchCentroid();this.panBy(c.x-this.pinchCx,c.y-this.pinchCy),this.pinchCx=c.x,this.pinchCy=c.y;return}let a=r.clientX-this.lastX,s=r.clientY-this.lastY;if(this.panning){this.lastX=r.clientX,this.lastY=r.clientY,(a!==0||s!==0)&&(this.panBy(a,s),this.fireGesture());return}this.dragging&&(this.lastX=r.clientX,this.lastY=r.clientY,(a!==0||s!==0)&&this.fireGesture(),this.azT-=a*.006,this.polT=Math.max(Jt,Math.min(en,this.polT-s*.006)),this.requestRender())},this.onPointerUp=r=>{this.activePointers.delete(r.pointerId);try{this.canvas.releasePointerCapture?.(r.pointerId)}catch{}this.activePointers.size<2&&(this.pinchDist=0),this.activePointers.size===0&&(this.dragging=!1,this.panning=!1)},this.onContextMenu=r=>{r.preventDefault()},this.onWheel=r=>{if(r.preventDefault(),!this.interactionEnabled)return;let a=r.deltaMode===1?16:r.deltaMode===2?100:1,s=Math.max(-2,Math.min(2,r.deltaY*a/100));this.dollyBy(Math.exp(s*.22)),this.fireGesture()},this.onKeyDown=r=>{if(!this.interactionEnabled)return;let a=7*ue;if(r.shiftKey&&(r.key==="ArrowLeft"||r.key==="ArrowRight"||r.key==="ArrowUp"||r.key==="ArrowDown"))this.panBy(r.key==="ArrowLeft"?-32:r.key==="ArrowRight"?32:0,r.key==="ArrowUp"?-32:r.key==="ArrowDown"?32:0);else if(r.key==="ArrowLeft"||r.key==="ArrowRight")this.azT+=r.key==="ArrowLeft"?-a:a;else if(r.key==="ArrowUp"||r.key==="ArrowDown")this.polT=Math.max(Jt,Math.min(en,this.polT+(r.key==="ArrowUp"?-a:a)));else if(r.key==="+"||r.key==="=")this.dollyBy(.82);else if(r.key==="-"||r.key==="_")this.dollyBy(1.22);else return;r.preventDefault(),this.fireGesture(),this.requestRender()},n.addEventListener("pointerdown",this.onPointerDown),n.addEventListener("pointermove",this.onPointerMove),n.addEventListener("pointerup",this.onPointerUp),n.addEventListener("pointercancel",this.onPointerUp),n.addEventListener("wheel",this.onWheel,{passive:!1}),n.addEventListener("keydown",this.onKeyDown),n.addEventListener("contextmenu",this.onContextMenu)}pinchCentroid(){let e=[...this.activePointers.values()];if(!e.length)return{x:0,y:0};let n=0,i=0;for(let o of e)n+=o.x,i+=o.y;return{x:n/e.length,y:i/e.length}}panBy(e,n){let i=this.canvas.clientHeight||1,o=2*this.distance*Math.tan(this.fovY*ue/2)/i,r=Math.sin(this.azimuth),a=Math.cos(this.azimuth),s=a,l=-r,c=Math.cos(this.polar),d=Math.sin(this.polar),u=-r*c,m=-a*c;this.targetT.x+=(-e*s+n*u)*o,this.targetT.z+=(-e*l+n*m)*o,this.targetT.y+=n*d*o,this.clampPan(),this.requestRender()}clampPan(){if(this.panLimit<=0)return;let e=this.panLimit,n=this.panAnchor.x,i=this.panAnchor.y,o=this.panAnchor.z;this.targetT.x=Math.max(n-e,Math.min(n+e,this.targetT.x)),this.targetT.z=Math.max(o-e,Math.min(o+e,this.targetT.z)),this.targetT.y=Math.max(i-e*.5,Math.min(i+e,this.targetT.y))}fireGesture(){this.gestureFired||(this.gestureFired=!0,this.onGesture?.())}currentPinchDistance(){let e=[...this.activePointers.values()];return e.length<2?0:Math.hypot(e[0].x-e[1].x,e[0].y-e[1].y)}dollyBy(e){this.distT=Math.max(this.minDist,Math.min(this.maxDist,this.distT*e)),this.requestRender()}zoomBy(e){this.interactionEnabled&&(this.dollyBy(e),this.fireGesture())}setPrimaryDragMode(e){this.primaryDragMode=e}setInteractionEnabled(e){this.interactionEnabled=e,!e&&(this.activePointers.clear(),this.dragging=!1,this.panning=!1,this.pinchDist=0)}frame(e,n=!1,i,o=!1,r){this.target.set(e.center[0],e.center[1],e.center[2]),this.targetT.copy(this.target),this.panAnchor.copy(this.target),this.panLimit=Math.max(1,e.radius)*1.5;let a=Math.max(1,e.radius),s=this.fovY*ue/2,l=o?Math.max(.82,this.camera.aspect||1):this.camera.aspect||1,c=Math.atan(Math.tan(s)*l);this.azT=i??-30*ue,this.polT=Math.max(15,Math.min(80,r?.polarDeg??55))*ue;let d=this.fitDistance(e,s,c,this.azT,this.polT);this.distT=d*Math.max(1.05,Math.min(2,r?.margin??Wn)),this.minDist=Math.max(2,a*.12),this.maxDist=d*4,n?(this.azimuth=this.azT,this.polar=12*ue,this.distance=this.distT*1.7):(this.azimuth=this.azT,this.polar=this.polT,this.distance=this.distT),this.applyPosition()}setAspect(e){this.camera.perspective({aspect:e})}frameSoft(e,n,i=!1,o){this.target.set(e.center[0],e.center[1],e.center[2]),this.targetT.copy(this.target),this.panAnchor.copy(this.target),this.panLimit=Math.max(1,e.radius)*1.5,this.syncFromCamera(),this.camera.perspective({fov:this.fovY,aspect:this.camera.aspect});let r=this.fovY*ue/2,a=i?Math.max(.82,this.camera.aspect||1):this.camera.aspect||1,s=Math.atan(Math.tan(r)*a);this.azT=n??this.azimuth,this.polT=Math.max(15,Math.min(80,o?.polarDeg??55))*ue;let l=this.fitDistance(e,r,s,this.azT,this.polT);this.distT=l*Math.max(1.05,Math.min(2,o?.margin??Wn))}fitDistance(e,n,i,o,r){let a=Math.max(1,e.radius),s=Math.max(a/Math.tan(n),a/Math.tan(i)),l=e.box;if(!l)return s;let c=Math.sin(r),d=-c*Math.sin(o),u=-Math.cos(r),m=-c*Math.cos(o);if(Math.abs(u)>.999)return s;let p=-m,h=d,f=Math.hypot(p,h);p/=f,h/=f;let y=-h*u,x=h*d-p*m,b=p*u,S=Math.tan(i),I=Math.tan(n),w=1;for(let g=0;g<8;g++){let T=(g&1?l.max[0]:l.min[0])-e.center[0],D=(g&2?l.max[1]:l.min[1])-e.center[1],_=(g&4?l.max[2]:l.min[2])-e.center[2],G=T*d+D*u+_*m,N=Math.abs(T*p+_*h),v=Math.abs(T*y+D*x+_*b);w=Math.max(w,N/S-G,v/I-G)}return Math.min(s,Math.max(w,a*.35))}updateClipping(e){let n=this.camera.position.x-e.center[0],i=this.camera.position.y-e.center[1],o=this.camera.position.z-e.center[2],r=Math.hypot(n,i,o),a=Math.max(1,e.radius)*1.18,s=Math.max(.05,r-a),l=Math.max(s+10,r+a);this.camera.perspective({near:s,far:l,aspect:this.camera.aspect})}update(){let e=this.azT-this.azimuth,n=this.polT-this.polar,i=this.distT-this.distance,o=this.targetT.x-this.target.x,r=this.targetT.y-this.target.y,a=this.targetT.z-this.target.z,s=Math.max(1e-4,this.distance*1e-4),l=Math.abs(e)>1e-4||Math.abs(n)>1e-4||Math.abs(i)>1e-4||Math.abs(o)>s||Math.abs(r)>s||Math.abs(a)>s;return this.azimuth+=e*qe,this.polar+=n*qe,this.distance+=i*qe,this.target.x+=o*qe,this.target.y+=r*qe,this.target.z+=a*qe,l&&this.applyPosition(),l}get currentDistance(){return this.distance}syncFromCamera(){let e=this.camera.position.x-this.target.x,n=this.camera.position.y-this.target.y,i=this.camera.position.z-this.target.z,o=Math.hypot(e,n,i)||1,r=Math.max(Jt,Math.min(en,Math.acos(Math.max(-1,Math.min(1,n/o)))));this.distance=this.distT=o,this.polar=this.polT=r,this.azimuth=this.azT=Math.atan2(e,i)}setTarget(e){this.target.set(e[0],e[1],e[2]),this.targetT.copy(this.target)}resumeAfterFlight(e){this.camera.perspective({fov:this.fovY,aspect:this.camera.aspect}),e&&this.target.set(e[0],e[1],e[2]),this.targetT.copy(this.target),this.syncFromCamera()}applyPosition(){let e=Math.sin(this.polar),n=this.target.x+this.distance*e*Math.sin(this.azimuth),i=this.target.y+this.distance*Math.cos(this.polar),o=this.target.z+this.distance*e*Math.cos(this.azimuth);this.camera.position.set(n,i,o),this.camera.lookAt(this.target)}dispose(){this.canvas.removeEventListener("pointerdown",this.onPointerDown),this.canvas.removeEventListener("pointermove",this.onPointerMove),this.canvas.removeEventListener("pointerup",this.onPointerUp),this.canvas.removeEventListener("pointercancel",this.onPointerUp),this.canvas.removeEventListener("wheel",this.onWheel),this.canvas.removeEventListener("keydown",this.onKeyDown),this.canvas.removeEventListener("contextmenu",this.onContextMenu),this.activePointers.clear()}};var Rt=class{constructor(e){this.rafId=0;this.running=!1;this.lastTime=0;this.fpsEma=0;this.rendered=0;this.tick=e=>{let n=this.lastTime?(e-this.lastTime)/1e3:.016666666666666666;if(this.lastTime=e,n>0){let o=1/n;this.fpsEma=this.fpsEma?this.fpsEma*.9+o*.1:o}this.rendered++,this.frame(n)?this.rafId=requestAnimationFrame(this.tick):(this.running=!1,this.rafId=0)};this.frame=e}requestRender(){this.running||(this.running=!0,this.lastTime=0,this.rafId=requestAnimationFrame(this.tick))}stats(){return{fps:this.running?Math.round(this.fpsEma):0,rendered:this.rendered,idle:!this.running}}stop(){this.rafId&&cancelAnimationFrame(this.rafId),this.rafId=0,this.running=!1}};var Ze=2.5,Xr=1.15,ct=6,Qe=10,jn=6,Kn=9.5,qn=.9,Zn=2.2,tn=30,nn=4,It=8192;var ts=Qe+nn;function Qn(t,e){let n=e*1.4,i=e*3.2;if(t<=n)return{scale:1,fade:0,minPixels:Ze};let o=Math.min(1,(t-n)/Math.max(.001,i-n));return{scale:1-o*.4,fade:o*.55,minPixels:Ze+o*(Xr-Ze)}}function $n(t,e,n){return!(t>0)||!(e>0)||!(n>0)?!1:e*n/t>=64}function Jn(t,e,n,i,o){if(!(t>0)||!(e>0)||!(n>0)||!(i>0)||!(o>0))return!1;let r=Math.tan(i/2*Math.PI/180);if(!(r>0))return!1;let a=e/(n*r)*(o/2);return Math.PI*a*a/t>=64}import Wr from"earcut";import jr from"polygon-clipping";var A=ke,Kr=.002;function qr(t,e,n){let i=Math.hypot(e[0]-t[0],e[1]-t[1],e[2]-t[2]),o=Math.hypot(n[0]-e[0],n[1]-e[1],n[2]-e[2]),r=Math.hypot(t[0]-n[0],t[1]-n[1],t[2]-n[2]),a=Math.max(i,o,r);if(a<1e-9)return!0;let s=(i+o+r)/2;return 2*Math.sqrt(Math.max(0,s*(s-i)*(s-o)*(s-r)))/a<Kr}var Ue=class{constructor(e=16384){this.len=0;this.buf=new Float32Array(e)}push3(e,n,i){this.len+3>this.buf.length&&this.grow(this.len+3),this.buf[this.len++]=e,this.buf[this.len++]=n,this.buf[this.len++]=i}push1(e){this.len+1>this.buf.length&&this.grow(this.len+1),this.buf[this.len++]=e}grow(e){let n=this.buf.length*2;for(;n<e;)n*=2;let i=new Float32Array(n);i.set(this.buf.subarray(0,this.len)),this.buf=i}get length(){return this.len}toArray(){return this.buf.slice(0,this.len)}},Et=class{constructor(){this.pos=new Ue;this.nor=new Ue;this.col=new Ue;this.flr=new Ue;this.mat=new Ue;this.currentFloor=0;this.currentMaterial=0}setFloor(e){this.currentFloor=e}setMaterial(e){this.currentMaterial=e}tri(e,n,i,o,r,a=r,s=r){qr(e,n,i)||(this.pos.push3(e[0],e[1],e[2]),this.pos.push3(n[0],n[1],n[2]),this.pos.push3(i[0],i[1],i[2]),this.nor.push3(o[0],o[1],o[2]),this.nor.push3(o[0],o[1],o[2]),this.nor.push3(o[0],o[1],o[2]),this.col.push3(r[0],r[1],r[2]),this.col.push3(a[0],a[1],a[2]),this.col.push3(s[0],s[1],s[2]),this.flr.push1(this.currentFloor),this.flr.push1(this.currentFloor),this.flr.push1(this.currentFloor),this.mat.push1(this.currentMaterial),this.mat.push1(this.currentMaterial),this.mat.push1(this.currentMaterial))}triN(e,n,i,o,r,a,s,l=s,c=s){[...e,...n,...i].every(Number.isFinite)&&(this.pos.push3(e[0],e[1],e[2]),this.pos.push3(n[0],n[1],n[2]),this.pos.push3(i[0],i[1],i[2]),this.nor.push3(o[0],o[1],o[2]),this.nor.push3(r[0],r[1],r[2]),this.nor.push3(a[0],a[1],a[2]),this.col.push3(s[0],s[1],s[2]),this.col.push3(l[0],l[1],l[2]),this.col.push3(c[0],c[1],c[2]),this.flr.push1(this.currentFloor),this.flr.push1(this.currentFloor),this.flr.push1(this.currentFloor),this.mat.push1(this.currentMaterial),this.mat.push1(this.currentMaterial),this.mat.push1(this.currentMaterial))}get vertexCount(){return this.pos.length/3}build(){return{position:this.pos.toArray(),normal:this.nor.toArray(),color:this.col.toArray(),floor:this.flr.toArray(),material:this.mat.toArray(),count:this.pos.length/3}}};function Zr(t,e,n){let i=e[0]-t[0],o=e[1]-t[1],r=e[2]-t[2],a=n[0]-t[0],s=n[1]-t[1],l=n[2]-t[2],c=o*l-r*s,d=r*a-i*l,u=i*s-o*a,m=Math.hypot(c,d,u)||1;return c/=m,d/=m,u/=m,[c,d,u]}function Qr(t,e){let n=[...t],i=[];for(let a of t)i.push(a.x,a.y);let o=[];if(e){for(let a of e)if(!(a.length<3)){o.push(n.length);for(let s of a)n.push(s),i.push(s.x,s.y)}}let r=Wr(i,o.length?o:void 0,2);return{pts:n,tris:r}}function on(t){return Ge(t)<0?[...t].reverse():t}var $r=3;function Jr(t,e,n,i){let o=i(t),r=i(e),a=i(n),s=(p,h,f,y)=>Math.abs(i({x:(p.x+h.x)/2,y:(p.y+h.y)/2})-(f+y)/2),l=(t.x+e.x+n.x)/3,c=(t.y+e.y+n.y)/3,d=(o+r+a)/3,u=Math.max(s(t,e,o,r),s(e,n,r,a),s(n,t,a,o),Math.abs(i({x:l,y:c})-d)),m=(p,h,f)=>{let y=Math.abs(i({x:(p+l)/2,y:(h+c)/2})-(f+d)/2);y>u&&(u=y)};return m((t.x+e.x)/2,(t.y+e.y)/2,(o+r)/2),m((e.x+n.x)/2,(e.y+n.y)/2,(r+a)/2),m((n.x+t.x)/2,(n.y+t.y)/2,(a+o)/2),u}function lt(t,e,n,i,o){if(o<=0)return Jr(t,e,n,i);let r={x:(t.x+e.x)/2,y:(t.y+e.y)/2},a={x:(e.x+n.x)/2,y:(e.y+n.y)/2},s={x:(n.x+t.x)/2,y:(n.y+t.y)/2};return Math.max(lt(t,r,s,i,o-1),lt(r,e,a,i,o-1),lt(s,a,n,i,o-1),lt(r,a,s,i,o-1))}function ut(t,e,n,i,o,r,a,s){if(a>0){let m={x:(e.x+n.x)/2,y:(e.y+n.y)/2},p={x:(n.x+i.x)/2,y:(n.y+i.y)/2},h={x:(i.x+e.x)/2,y:(i.y+e.y)/2};ut(t,e,m,h,o,r,a-1,s),ut(t,m,n,p,o,r,a-1,s),ut(t,h,p,i,o,r,a-1,s),ut(t,m,p,h,o,r,a-1,s);return}let l=[e.x*A,o(e),e.y*A],c=[n.x*A,o(n),n.y*A],d=[i.x*A,o(i),i.y*A];if(s){t.triN(l,c,d,s(e),s(n),s(i),r);return}let u=Zr(l,c,d);u[1]<0&&(u=[-u[0],-u[1],-u[2]]),t.tri(l,c,d,u,r)}var ei=8;function eo(t,e,n){if(!Number.isFinite(n))return t;let i=[],o=(r,a,s,l,c)=>{if(c>0){let d={x:(r.x+a.x)/2,y:(r.y+a.y)/2},u=e(d);if(Math.abs(u-(s+l)/2)>n){o(r,d,s,u,c-1),o(d,a,u,l,c-1);return}}i.push(r)};for(let r=0;r<t.length;r++){let a=t[r],s=t[(r+1)%t.length];o(a,s,e(a),e(s),ei)}return i}function Ft(t,e){if(t.length<3)return t;let n=[];for(let o of t){let r=n[n.length-1];r&&Math.hypot(o.x-r.x,o.y-r.y)<e||n.push(o)}for(;n.length>2&&Math.hypot(n[0].x-n[n.length-1].x,n[0].y-n[n.length-1].y)<e;)n.pop();if(n.length<3)return t;let i=[];for(let o=0;o<n.length;o++){let r=i.length?i[i.length-1]:n[(o-1+n.length)%n.length],a=n[o],s=n[(o+1)%n.length],l=s.x-r.x,c=s.y-r.y,d=Math.hypot(l,c);d>e&&Math.abs((a.x-r.x)*c-(a.y-r.y)*l)/d<e||i.push(a)}return i.length>=3?i:n}var Tt=.001*_e*.1;function ie(t,e,n,i,o,r,a,s,l=1/0,c){if(!e||e.length<3||(l===void 0&&(l=1/0),Math.abs(Ge(e))<1e-4))return;let d=Ft(eo(Ft(on(e),Tt),i,l),Tt),u=n?.map(g=>Ft(eo(Ft(on(g),Tt),i,l),Tt)).filter(g=>g.length>=3&&Math.abs(Ge(g))>=1e-4),{pts:m,tris:p}=Qr(d,u),h=[r[0]*s.top,r[1]*s.top,r[2]*s.top],f=[r[0]*s.bottomCap,r[1]*s.bottomCap,r[2]*s.bottomCap],y=[a[0]*s.top,a[1]*s.top,a[2]*s.top],x=[a[0]*s.wallBottom,a[1]*s.wallBottom,a[2]*s.wallBottom],b=0;if(Number.isFinite(l))for(;b<$r;b++){let g=0;for(let T=0;T<p.length;T+=3){let D=lt(m[p[T]],m[p[T+1]],m[p[T+2]],i,b);D>g&&(g=D)}if(g<=l)break}for(let g=0;g<p.length;g+=3){let T=m[p[g]],D=m[p[g+1]],_=m[p[g+2]];ut(t,T,D,_,i,h,b,c);let G=[T.x*A,o,T.y*A],N=[D.x*A,o,D.y*A],v=[_.x*A,o,_.y*A];t.tri(G,v,N,[0,-1,0],f)}let S=g=>{if(b<=0)return g;let T=1<<b,D=[];for(let _=0;_<g.length;_++){let G=g[_],N=g[(_+1)%g.length];for(let v=0;v<T;v++){let M=v/T;D.push({x:G.x+(N.x-G.x)*M,y:G.y+(N.y-G.y)*M})}}return D},I=En(d),w=[{ring:S(d),flip:!1}];if(u)for(let g of u)g.length>=3&&w.push({ring:S(g),flip:!0});for(let{ring:g,flip:T}of w)for(let D=0;D<g.length;D++){let _=g[D],G=g[(D+1)%g.length],N=(G.x-_.x)*A,M=(G.y-_.y)*A,R=-N,C=Math.hypot(M,R)||1;M/=C,R/=C;let L=(_.x+G.x)/2-I.x,E=(_.y+G.y)/2-I.y,P=M*L+R*E;T&&(P=-P),P<0&&(M=-M,R=-R);let F=[M,0,R],O=[_.x*A,i(_),_.y*A],H=[G.x*A,i(G),G.y*A],z=[_.x*A,o,_.y*A],B=[G.x*A,o,G.y*A];t.tri(O,H,B,F,y,y,x),t.tri(O,B,z,F,y,x,x)}}function to(t){let e=0;for(let l of t)e+=l.count;let n=new Float32Array(e*3),i=new Float32Array(e*3),o=new Float32Array(e*3),r=new Float32Array(e),a=new Float32Array(e),s=0;for(let l of t)n.set(l.position,s*3),i.set(l.normal,s*3),o.set(l.color,s*3),r.set(l.floor,s),a.set(l.material,s),s+=l.count;return{position:n,normal:i,color:o,floor:r,material:a,count:e}}function Dt(t,e,n=2.5){if(e<=0||t.length<3)return t;let i=on(t),o=i.length,r=[];for(let s=0;s<o;s++){let l=i[s],c=i[(s+1)%o],d=c.x-l.x,u=c.y-l.y,m=Math.hypot(d,u)||1;r.push({x:u/m,y:-d/m})}let a=[];for(let s=0;s<o;s++){let l=i[s],c=r[(s-1+o)%o],d=r[s],u=c.x+d.x,m=c.y+d.y,p=Math.hypot(u,m),h=()=>{a.push([l.x+c.x*e,l.y+c.y*e]),a.push([l.x+d.x*e,l.y+d.y*e])};if(p<1e-9){h();continue}u/=p,m/=p;let f=u*c.x+m*c.y,y=1/Math.max(f,1e-6);if(!Number.isFinite(y)||y>n){h();continue}a.push([l.x+u*e*y,l.y+m*e*y])}if(a.length<3)return t;try{let s=jr.union([[...a,a[0]]]),l=null,c=-1/0;for(let u of s){let m=Math.abs(Ge(u[0].map(([p,h])=>({x:p,y:h}))));m>c&&(c=m,l=u[0])}if(!l)return t;let d=l.map(([u,m])=>({x:u,y:m}));if(d.length>1){let u=d[0],m=d[d.length-1];Math.abs(u.x-m.x)<1e-9&&Math.abs(u.y-m.y)<1e-9&&d.pop()}return d.length>=3?d:t}catch{return t}}function kt(t,e,n,i,o=28){let r=[];for(let a=0;a<o;a++){let s=a/o*Math.PI*2;r.push({x:t+n*Math.cos(s),y:e+i*Math.sin(s)})}return r}function mt(t,e,n,i){return[{x:t,y:e},{x:t+n,y:e},{x:t+n,y:e+i},{x:t,y:e+i}]}var te={pedestal:0,pad:1,back:2,arm:3,footrest:4,leg:5,body:10,head:11},ti=.44,ni=.15,oi=.3,ri=.24;function no(t){return t===void 0||!Number.isFinite(t)||t<=0?ri:Math.min(oi,Math.max(ni,t*ti))}var rn=.21,ii=.05,an=.45,_t=an+ii,ai=[{part:te.pedestal,min:[-.3,0,-.3],max:[.3,.36,.3]},{part:te.pad,min:[-1,.36,-.95],max:[1,an,1]},{part:te.back,min:[-1,_t,-1],max:[1,.92,-.72]},{part:te.arm,min:[-1,.44,-.82],max:[-.78,.65,.78]},{part:te.arm,min:[.78,.44,-.82],max:[1,.65,.78]},{part:te.footrest,min:[-.9,.18,.78],max:[.9,.31,1.34]},{part:te.leg,min:[-.82,0,-.7],max:[-.62,.37,-.48]},{part:te.leg,min:[.62,0,-.7],max:[.82,.37,-.48]},{part:te.leg,min:[-.82,0,.48],max:[-.62,.37,.7]},{part:te.leg,min:[.62,0,.48],max:[.82,.37,.7]}],si=[{part:te.body,min:[-.52,.39,-.08],max:[-.08,.55,.82]},{part:te.body,min:[.08,.39,-.08],max:[.52,.55,.82]},{part:te.body,min:[-.47,.05,.58],max:[-.13,.43,.82]},{part:te.body,min:[.13,.05,.58],max:[.47,.43,.82]},{part:te.head,min:[-.16,1.04,-.33],max:[.16,1.1,-.13]}],ci=[{n:[1,0,0],c:[[1,0,0],[1,1,0],[1,1,1],[1,0,1]]},{n:[-1,0,0],c:[[0,0,1],[0,1,1],[0,1,0],[0,0,0]]},{n:[0,1,0],c:[[0,1,0],[0,1,1],[1,1,1],[1,1,0]]},{n:[0,-1,0],c:[[0,0,1],[0,0,0],[1,0,0],[1,0,1]]},{n:[0,0,1],c:[[0,0,1],[1,0,1],[1,1,1],[0,1,1]]},{n:[0,0,-1],c:[[1,0,0],[0,0,0],[0,1,0],[1,1,0]]}];function oo(){let t=[],e=[],n=[],i=[],o=(C,L,E)=>{let P=n.length,[F,O,H]=C,z=[O[0]-F[0],O[1]-F[1],O[2]-F[2]],B=[H[0]-F[0],H[1]-F[1],H[2]-F[2]],U=z[1]*B[2]-z[2]*B[1],K=z[2]*B[0]-z[0]*B[2],Y=z[0]*B[1]-z[1]*B[0],j=Math.hypot(U,K,Y);j>1e-9?(U/=j,K/=j,Y/=j):[U,K,Y]=L,U*L[0]+K*L[1]+Y*L[2]<0&&(U=-U,K=-K,Y=-Y);for(let q of C)t.push(...q),e.push(U,K,Y),n.push(E);i.push(P,P+1,P+2,P,P+2,P+3)},r=C=>{for(let L of ci){let E=L.c.map(P=>P.map((F,O)=>F?C.max[O]:C.min[O]));o(E,L.n,C.part)}};for(let C of ai)r(C);for(let C of si)r(C);let a=an,s=1.08,l=.47,c=.69,d=-.55,u=.08,m=-.48,p=.01,h=[-l,a,d],f=[l,a,d],y=[-l,a,u],x=[l,a,u],b=[-c,s,m],S=[c,s,m],I=[-c,s,p],w=[c,s,p];o([f,S,w,x],[1,0,0],te.body),o([y,I,b,h],[-1,0,0],te.body),o([I,w,S,b],[0,1,0],te.body),o([h,f,x,y],[0,-1,0],te.body),o([x,w,I,y],[0,0,1],te.body),o([h,b,S,f],[0,0,-1],te.body);let g=10,T=8,D=[0,1.205,-.23],_=[.42,.115,.38],G=n.length;for(let C=0;C<=T;C++){let L=Math.PI*C/T,E=Math.cos(L),P=Math.sin(L);for(let F=0;F<=g;F++){let O=Math.PI*2*F/g,H=P*Math.cos(O),z=P*Math.sin(O);t.push(D[0]+_[0]*H,D[1]+_[1]*E,D[2]+_[2]*z);let B=H/_[0],U=E/_[1],K=z/_[2],Y=Math.hypot(B,U,K)||1;B/=Y,U/=Y,K/=Y,e.push(B,U,K),n.push(te.head)}}for(let C=0;C<T;C++)for(let L=0;L<g;L++){let E=G+C*(g+1)+L,P=E+g+1;i.push(E,P,E+1,E+1,P,P+1)}let N=new Float32Array(t),v=new Float32Array(e),M=new Float32Array(n),R=new Uint16Array(i);return{position:N,normal:v,part:M,index:R,vertexCount:n.length,indexCount:i.length}}function ro(t,e,n,i){let o=new Float32Array(e),r=c=>t[c*3],a=c=>t[c*3+2],s=0,l=(c,d)=>{let u=d-c;for(let m=c;m<d;m++){let[p,h]=i(m),f=p-r(m),y=h-a(m);if(u>=2){let x=Math.max(c,m-1),b=Math.min(d-1,m+1),S=r(b)-r(x),I=a(b)-a(x),w=Math.hypot(S,I);if(w>1e-6){let g=-I/w,T=S/w;g*f+T*y<0&&(g=-g,T=-T),f=g,y=T}}o[m]=f===0&&y===0?0:Math.atan2(f,y)}};for(let c=1;c<=e;c++)(c===e||n(c)!==n(s))&&(l(s,c),s=c);return o}var Ae=.22;function io(t,e){let n=ye[t];if(n!=="sold"&&n!=="held")return-1;let i=(e+1)*2654435761;return i^=i>>>15,i=Math.imul(i,2246822519),i^=i>>>13,(i>>>0)%1e5/1e5}var li=.42;function ui(t){let e=t.length,n=new Float64Array(e);if(e<2)return n.fill(1/0),n;let i=1/0,o=1/0,r=-1/0,a=-1/0;for(let h of t)h.x<i&&(i=h.x),h.y<o&&(o=h.y),h.x>r&&(r=h.x),h.y>a&&(a=h.y);let s=Math.max(r-i,1e-6),l=Math.max(a-o,1e-6),c=Math.max(Math.sqrt(s*l/e),1e-6),d=Math.max(1,Math.ceil(s/c)+1),u=Math.max(1,Math.ceil(l/c)+1),m=new Map,p=(h,f)=>{let y=Math.min(d-1,Math.max(0,Math.floor((h-i)/c)));return Math.min(u-1,Math.max(0,Math.floor((f-o)/c)))*d+y};for(let h=0;h<e;h++){let f=p(t[h].x,t[h].y),y=m.get(f);y?y.push(h):m.set(f,[h])}for(let h=0;h<e;h++){let f=t[h],y=Math.min(d-1,Math.max(0,Math.floor((f.x-i)/c))),x=Math.min(u-1,Math.max(0,Math.floor((f.y-o)/c))),b=1/0;for(let S=1;S<=4;S++){for(let I=x-S;I<=x+S;I++)if(!(I<0||I>=u))for(let w=y-S;w<=y+S;w++){if(w<0||w>=d||S>1&&Math.abs(I-x)<S&&Math.abs(w-y)<S)continue;let g=m.get(I*d+w);if(g)for(let T of g){if(T===h)continue;let D=Math.hypot(t[T].x-f.x,t[T].y-f.y);D<b&&(b=D)}}if(Number.isFinite(b)&&b<=S*c)break}n[h]=b}return n}function mi(t){let e=t.eyeHeightM;return Number.isFinite(e)?Math.max(0,e-St):0}function ao(t,e,n,i,o,r){let a=t.length,s=new Float32Array(a*3),l=new Float32Array(a),c=new Float32Array(a*3),d=new Float32Array(a),u=new Float32Array(a),m=new Float32Array(a),p=new Float32Array(a),h=new Float32Array(a*3),f=new Map,y=ui(t);for(let x=0;x<a;x++){let b=t[x],I=(n?.seatPitchU(x)??y[x])*A;d[x]=Number.isFinite(I)?Math.max(.06,Math.min(Ae,I*li)):Ae,u[x]=no(Number.isFinite(I)?I:void 0);let w=On(b.glyph,{seatGlyph:r?.get(b.categoryKey)});m[x]=Bn.indexOf(w),p[x]=b.wheelchairSpaceType==="no-seat"?0:1,s[x*3]=b.x*A,s[x*3+1]=n?n.seatDeckY(x):mi(b),s[x*3+2]=b.y*A,l[x]=st(e?e(b):"available");let g=Q(o?.get(b.categoryKey)??"#6e7bff")??[.43,.48,1];if(c[x*3]=g[0],c[x*3+1]=g[1],c[x*3+2]=g[2],b.accessibility?.length){let T=Q(Tn(b.accessibility));T&&(h[x*3]=T[0],h[x*3+1]=T[1],h[x*3+2]=T[2])}f.set(b.id,x)}return{count:a,iPosition:s,iState:l,iCategory:c,iMaxRadius:d,iRing:h,idToIndex:f,iChairWidth:u,iGlyph:m,iPhysicalSeat:p,iFloor:i??new Float32Array(a),iYaw:new Float32Array(a)}}var di=64;function sn(t,e){let n=[];for(let a of e){let s=t.idToIndex.get(a.seatId);if(s===void 0)continue;let l=st(a.state);t.iState[s]!==l&&(t.iState[s]=l,n.push(s))}if(!n.length)return[];n.sort((a,s)=>a-s);let i=[],o=n[0],r=n[0];for(let a=1;a<n.length;a++){let s=n[a];if(s!==r){if(s<=r+di){r=s;continue}i.push({start:o,length:r-o+1}),o=s,r=s}}return i.push({start:o,length:r-o+1}),i}var hi=.15,pi=.9,fi=1.76,bi=.7,yi=1.6;function xi(){return{background:{top:[...He.top],bottom:[...He.bottom]},structure:Qt,seatStates:{...Un},seatScale:1}}function so(t){let e=xi();if(!t)return e;let n=Q(t.background);if(n){e.background={top:fe(n,pi),bottom:fe(n,fi)};let r={};for(let[a,s]of Object.entries(Qt))r[a]=pe(s,n,hi);e.structure=r}let i=Q(t.selectionColor)??Q(t.accent);i&&(e.seatStates={...e.seatStates,selected:i});let o=t.seatScale;return typeof o=="number"&&Number.isFinite(o)&&(e.seatScale=Math.min(yi,Math.max(bi,o))),e}function co(t,e){let n=[];for(let i of e)n.push(...t.seatStates[i]);return n}import ho from"polygon-clipping";import gi from"earcut";var vi=.58,lo=.01,be=Ae*1.5*_e,Mi=.5,Si=.6;function wi(t,e){let n=t.length,i=[];for(let a=0;a<n;a++){let s=t[Math.max(0,a-1)],l=t[Math.min(n-1,a+1)],c=l.x-s.x,d=l.y-s.y,u=Math.hypot(c,d);if(u<1e-9){i.push([0,0]);continue}c/=u,d/=u,i.push([-d,c])}let o=0;for(let a=0;a<n;a++)o+=(t[a].x-e.x)*i[a][0]+(t[a].y-e.y)*i[a][1];return o<0?i.map(([a,s])=>[-a,-s]):i}function Pi(t,e){if(t.length<2||e<=0)return[...t];let n=[...t],i=(a,s)=>{let l=s.x-a.x,c=s.y-a.y,d=Math.hypot(l,c)||1;return{x:l/d,y:c/d}},o=i(n[1],n[0]),r=i(n[n.length-2],n[n.length-1]);return n.unshift({x:n[0].x+o.x*e,y:n[0].y+o.y*e}),n.push({x:n[n.length-1].x+r.x*e,y:n[n.length-1].y+r.y*e}),n}var uo=Math.PI/12;function Ai(t){if(t.length<3)return[...t];let e=[...t].sort((r,a)=>r.x-a.x||r.y-a.y),n=(r,a,s)=>(a.x-r.x)*(s.y-r.y)-(a.y-r.y)*(s.x-r.x),i=r=>{let a=[];for(let s of r){for(;a.length>=2&&n(a[a.length-2],a[a.length-1],s)<=0;)a.pop();a.push(s)}return a.pop(),a},o=[...i(e),...i([...e].reverse())];return o.length>=3?o:[...t]}function po(t,e){if(!t.length||!(e>0))return[];let n=Ai(t),i=(s,l,c,d)=>{let u=c-l;for(;u<0;)u+=Math.PI*2;for(;u>Math.PI*2;)u-=Math.PI*2;let m=Math.max(1,Math.ceil(u/uo)),p=e/Math.cos(u/m/2);for(let h=0;h<=m;h++){let f=l+u*h/m;d.push({x:s.x+Math.cos(f)*p,y:s.y+Math.sin(f)*p})}};if(n.length<3){let s=0,l=0;for(let p of n)s+=p.x,l+=p.y;s/=n.length||1,l/=n.length||1;let c=0;for(let p of n)c=Math.max(c,Math.hypot(p.x-s,p.y-l));let d=[],u=Math.max(3,Math.ceil(Math.PI*2/uo)),m=(c+e)/Math.cos(Math.PI/u);for(let p=0;p<u;p++){let h=p/u*Math.PI*2;d.push({x:s+Math.cos(h)*m,y:l+Math.sin(h)*m})}return d}let o=n.length,r=[];for(let s=0;s<o;s++){let l=n[s],c=n[(s+1)%o];r.push(Math.atan2(-(c.x-l.x),c.y-l.y))}let a=[];for(let s=0;s<o;s++)i(n[s],r[(s+o-1)%o],r[s],a);return go(a)}function Ci(t,e,n){if(t.length===1)return Math.hypot(e-t[0].x,n-t[0].y);let i=1/0;for(let o=0;o+1<t.length;o++){let r=t[o],a=t[o+1],s=a.x-r.x,l=a.y-r.y,c=s*s+l*l,d=c>1e-12?((e-r.x)*s+(n-r.y)*l)/c:0;d<0?d=0:d>1&&(d=1);let u=Math.hypot(e-(r.x+d*s),n-(r.y+d*l));u<i&&(i=u)}return i}function Lt(t){let e=t.map(o=>{let r=0,a=0;for(let c of o.pts)r+=c.x,a+=c.y;let s=o.pts.length||1;r/=s,a/=s;let l=0;for(let c of o.pts){let d=Math.hypot(c.x-r,c.y-a);d>l&&(l=d)}return{cx:r,cy:a,rad:l}}),n=o=>{let r=o.length;return r<=2?[...o]:[o[Math.floor(r*.25)],o[Math.floor(r*.5)],o[Math.floor(r*.75)]]},i=[];for(let o=0;o<t.length;o++){let r=n(t[o].pts),a=[],s=1/0,l=null;for(let d of r){let u=1/0;for(let m=0;m<t.length;m++){if(m===o||Math.abs(t[m].y-t[o].y)<.001)continue;let p=e[m],h=Math.hypot(d.x-p.cx,d.y-p.cy)-p.rad;if(h>=u&&h>=s)continue;let f=Ci(t[m].pts,d.x,d.y);f<u&&(u=f),t[m].depth<t[o].depth&&f<s&&(s=f,l=t[m].y)}Number.isFinite(u)&&u>0&&a.push(u)}a.sort((d,u)=>d-u);let c=a.length?a[Math.floor(a.length/2)]:1;i.push({pitch:c,belowY:l})}return i}function fo(t,e,n,i){let o=t[e],r=o.pts.length>=2?[...o.pts]:o.pts.length===1?(()=>{let d=o.pts[0],u=d.x-i.x,m=d.y-i.y,p=Math.hypot(u,m)||1;u/=p,m/=p;let h=Math.max(n[e].pitch,.001)*.5;return[{x:d.x+m*h,y:d.y-u*h},{x:d.x-m*h,y:d.y+u*h}]})():[];if(r.length<2)return null;let a=0,s=0;for(let d=1;d<r.length;d++){let u=Math.hypot(r[d].x-r[d-1].x,r[d].y-r[d-1].y);u>1e-6&&(a+=u,s++)}let l=s>0?a/s:0,c=Pi(r,Math.max(l*Si,be));return{pts:c,nrm:wi(c,i),front:Math.max(n[e].pitch*vi,be),back:Math.max(n[e].pitch*Mi,be)}}var $e=1.5,bo=.3;function cn(t,e){if(t.length<3)return t;let n=t[0],i=t[t.length-1],o=i.x-n.x,r=i.y-n.y,a=Math.hypot(o,r),s=-1,l=-1;for(let u=1;u<t.length-1;u++){let m=t[u],p=a>1e-12?Math.abs((m.x-n.x)*r-(m.y-n.y)*o)/a:Math.hypot(m.x-n.x,m.y-n.y);p>s&&(s=p,l=u)}if(s<=e||l<0)return[n,i];let c=cn(t.slice(0,l+1),e),d=cn(t.slice(l),e);return[...c.slice(0,-1),...d]}function yo(t,e){if(t.length<4)return t;let n=cn([...t,t[0]],e);return n.pop(),n.length>=3?n:t}function xo(t,e,n){if(t.length<2)return[];let i=n??Lt(t),o=new Map;for(let a=0;a<t.length;a++){let s=o.get(t[a].blockId);s?s.push(a):o.set(t[a].blockId,[a])}let r=[];for(let[,a]of o){let s=[];for(let b of a){let S=t[b].patch;S&&S.length>=3?r.push({outline:[...S],holes:[],topY:t[b].y}):s.push(b)}if(!s.length)continue;s.sort((b,S)=>t[b].depth-t[S].depth);let c=s.map(b=>fo(t,b,i,e)).filter(b=>b!==null);if(!c.length)continue;let d=(b,S)=>({x:b.pts[S].x-b.nrm[S][0]*(b.front+$e),y:b.pts[S].y-b.nrm[S][1]*(b.front+$e)}),u=(b,S)=>({x:b.pts[S].x+b.nrm[S][0]*(b.back+$e),y:b.pts[S].y+b.nrm[S][1]*(b.back+$e)}),m=c[0],p=c[c.length-1],h=[];for(let b=0;b<m.pts.length;b++)h.push(d(m,b));for(let b of c)h.push(u(b,b.pts.length-1));for(let b=p.pts.length-1;b>=0;b--)h.push(u(p,b));for(let b=c.length-1;b>=0;b--)h.push(d(c[b],0));let f=go(h),y=1/0;for(let b of s)t[b].y<y&&(y=t[b].y);if(!Number.isFinite(y))continue;if(f.length>=3&&Math.abs(Ge(f))>1e-6&&c.every(b=>{let S=b.pts[Math.floor(b.pts.length/2)];return at(f,S.x,S.y)})){r.push({outline:yo(f,bo),holes:[],topY:y});continue}for(let b of Ri(c))r.push({outline:b,holes:[],topY:y})}return r}function Ri(t){let e=[];for(let n of t){let i=[],o=[],r=n.front+$e,a=n.back+$e;for(let l=0;l<n.pts.length;l++){let c=n.pts[l],d=n.nrm[l];i.push([c.x-d[0]*r,c.y-d[1]*r]),o.push([c.x+d[0]*a,c.y+d[1]*a])}let s=[...i,...o.reverse()];s.length<3||(s.push(s[0]),e.push([s]))}if(!e.length)return[];try{let n=ho.union(e[0],...e.slice(1)),i=[];for(let o of n){if(!o.length||o[0].length<4)continue;let r=o[0].map(([l,c])=>({x:l,y:c})),a=r[0],s=r[r.length-1];r.length>1&&Math.abs(a.x-s.x)<1e-9&&Math.abs(a.y-s.y)<1e-9&&r.pop(),r.length>=3&&i.push(yo(r,bo))}return i}catch{return[]}}function go(t){let e=[];for(let n of t){let i=e[e.length-1];i&&Math.hypot(n.x-i.x,n.y-i.y)<1e-9||e.push(n)}for(;e.length>2&&Math.hypot(e[0].x-e[e.length-1].x,e[0].y-e[e.length-1].y)<1e-9;)e.pop();return e}var ln=class{constructor(e){this.minX=1/0;this.minY=1/0;this.maxX=-1/0;this.maxY=-1/0;this.rings=e;for(let n of e)for(let i of n)i.x<this.minX&&(this.minX=i.x),i.y<this.minY&&(this.minY=i.y),i.x>this.maxX&&(this.maxX=i.x),i.y>this.maxY&&(this.maxY=i.y)}containsAll(e){for(let n of e)if(n.x<this.minX||n.x>this.maxX||n.y<this.minY||n.y>this.maxY)return!1;for(let n of this.rings){let i=!0;for(let o of e)if(!at(n,o.x,o.y)){i=!1;break}if(i)return!0}return!1}};function mo(t,e,n,i,o,r){if(i.length<3)return;if(n.containsAll(i)){let c=[0,1,0],d=i[0];for(let u=1;u+1<i.length;u++){let m=i[u],p=i[u+1];t.tri([d.x*A,o,d.y*A],[m.x*A,o,m.y*A],[p.x*A,o,p.y*A],c,r)}return}let a=i.map(c=>[c.x,c.y]);a.push(a[0]);let s;try{s=ho.intersection([a],e)}catch{return}let l=[0,1,0];for(let c of s){if(!c.length||c[0].length<4)continue;let d=c[0],u=[],m=[];for(let h=0;h<d.length-1;h++)u.push(d[h][0],d[h][1]),m.push([d[h][0],d[h][1]]);if(m.length<3)continue;let p=gi(u,void 0,2);for(let h=0;h<p.length;h+=3){let f=m[p[h]],y=m[p[h+1]],x=m[p[h+2]];t.tri([f[0]*A,o,f[1]*A],[y[0]*A,o,y[1]*A],[x[0]*A,o,x[1]*A],l,r)}}}function vo(t,e,n,i,o,r,a){if(e.length<2)return;let s=a??Lt(e),l=[0,1,0],c=r&&r.length>=3?[[...r.map(p=>[p.x,p.y]),[r[0].x,r[0].y]]]:null,d=r&&r.length>=3?new ln([[...r]]):null,u=p=>{t.setMaterial(2),p(),t.setMaterial(0)},m=p=>{t.setMaterial(3),p(),t.setMaterial(0)};for(let p=0;p<e.length;p++){let h=e[p];if(h.patch&&h.patch.length>=3){let w=[...h.patch],g=s[p].belowY??i;if(m(()=>{if(c&&d)mo(t,c,d,w,h.y,o.tread);else{let T=w[0];for(let D=1;D+1<w.length;D++){let _=w[D],G=w[D+1];t.tri([T.x*A,h.y,T.y*A],[_.x*A,h.y,_.y*A],[G.x*A,h.y,G.y*A],l,o.tread)}}}),h.y>g+lo){let T=0,D=0;for(let _ of w)T+=_.x,D+=_.y;T/=w.length,D/=w.length,u(()=>{for(let _=0;_<w.length;_++){let G=w[_],N=w[(_+1)%w.length],v=N.x-G.x,M=N.y-G.y,R=Math.hypot(v,M);if(R<1e-6)continue;let C=M/R,L=-v/R;(G.x-T)*C+(G.y-D)*L<0&&(C=-C,L=-L);let E=[C,0,L],P=[G.x*A,h.y,G.y*A],F=[N.x*A,h.y,N.y*A],O=[G.x*A,g,G.y*A],H=[N.x*A,g,N.y*A];t.tri(P,F,H,E,o.riser),t.tri(P,H,O,E,o.riser)}})}continue}let f=fo(e,p,s,n);if(!f)continue;let{pts:y,nrm:x,front:b,back:S}=f,I=s[p].belowY??i;for(let w=0;w+1<y.length;w++){let g=y[w],T=y[w+1],D=x[w],_=x[w+1];if(Math.hypot(T.x-g.x,T.y-g.y)<1e-6||D[0]===0&&D[1]===0||_[0]===0&&_[1]===0)continue;let G=[(g.x-D[0]*b)*A,h.y,(g.y-D[1]*b)*A],N=[(T.x-_[0]*b)*A,h.y,(T.y-_[1]*b)*A],v=[(g.x+D[0]*S)*A,h.y,(g.y+D[1]*S)*A],M=[(T.x+_[0]*S)*A,h.y,(T.y+_[1]*S)*A];if(m(()=>{c&&d?mo(t,c,d,[{x:g.x-D[0]*b,y:g.y-D[1]*b},{x:T.x-_[0]*b,y:T.y-_[1]*b},{x:T.x+_[0]*S,y:T.y+_[1]*S},{x:g.x+D[0]*S,y:g.y+D[1]*S}],h.y,o.tread):(t.tri(G,N,M,l,o.tread),t.tri(G,M,v,l,o.tread))}),h.y>I+lo){let R=[G[0],I,G[2]],C=[N[0],I,N[2]],L=[-D[0],0,-D[1]];u(()=>{t.tri(G,N,C,L,o.riser),t.tri(G,C,R,L,o.riser)})}}}}import So from"polygon-clipping";function Ii(t,e){let n=t.eventConfigurationIds;return!n?.length||!!e&&n.includes(e)}function Mo(t,e){return t.filter(n=>n.type!=="shape"||Ii(n,e))}function wo(t,e){let n=t.focalPoint??{x:0,y:0};return t.floors?.length?t.floors.map((i,o)=>({objects:Mo(i.objects,e),focal:{x:(i.focalPoint??n).x,y:(i.focalPoint??n).y},baseHeightM:i.baseHeightM??0,index:o})):[{objects:Mo(t.objects,e),focal:n,baseHeightM:0,index:0}]}var Fi={minX:1/0,minY:1/0,maxX:-1/0,maxY:-1/0};function Je(t){return Vn(t)??Fi}function Po(t,e){let n=Dt(t.outline,be),i=Je(n),o=e.filter(a=>a!==t&&a.outline&&a.outline.length>=3&&Pt(i,Je(a.outline)));if(!o.length)return[n];let r=a=>{let s=a.map(l=>[l.x,l.y]);return s.push(s[0]),s};try{let a=So.difference([r(n)],...o.map(l=>[r(l.outline)])),s=[];for(let l of a){if(!l.length)continue;let c=l[0].map(([d,u])=>({x:d,y:u}));if(c.length>1){let d=c[0],u=c[c.length-1];Math.abs(d.x-u.x)<1e-9&&Math.abs(d.y-u.y)<1e-9&&c.pop()}c.length>=3&&s.push(c)}return s.length?s:[n]}catch{return[n]}}function Ao(t,e){if(!e.length)return t;let n=r=>{let a=r.map(s=>[s.x,s.y]);return a.push(a[0]),a},i=e.map(r=>[n(r)]),o=[];for(let r of t){let a;try{a=So.intersection([n(r.outline)],i.flat())}catch{o.push(r);continue}for(let s of a){if(!s.length)continue;let l=s[0].map(([c,d])=>({x:c,y:d}));if(l.length>1){let c=l[0],d=l[l.length-1];Math.abs(c.x-d.x)<1e-9&&Math.abs(c.y-d.y)<1e-9&&l.pop()}l.length>=3&&o.push({outline:l,holes:[],topY:r.topY})}}return o.length?o:t}var Ti=.05,Co=.05,Ei=.15,un=25;function Ro(t,e,n){let i=new Map,o=new Array(e.length).fill(null),r=new Float64Array(e.length),a=new Array(e.length).fill(void 0),s=new Array(e.length).fill(void 0),l=new Map,c=[],d=new Set;for(let u=0;u<t.length;u+=1){let m=t[u];for(let p of m.objects){if(p.type==="table"&&d.add(p.id),p.type!=="section"||!p.outline||p.outline.length<3)continue;let h=Dt(p.outline,be);l.set(p.id,{section:p,unit:m,frontU:1/0,hasSeats:!1,rows:new Map,seatIndices:[]}),c.push({id:p.id,floorIndex:u,box:Je(h),section:p,unit:m,outline:h})}}for(let u=0;u<e.length;u++){let m=e[u];for(let p of c){if(n&&p.floorIndex!==n[u]||m.x<p.box.minX||m.x>p.box.maxX||m.y<p.box.minY||m.y>p.box.maxY||!_n({x:m.x,y:m.y},p.outline,p.section.holes))continue;o[u]=p.id;let h=l.get(p.id);h.hasSeats=!0;let f=m.focalPoint??p.unit.focal,y=Math.hypot(m.x-f.x,m.y-f.y);y<h.frontU&&(h.frontU=y),h.seatIndices.push(u);let x=m.rowId||`__seat-${u}`,b=h.rows.get(x);b?b.push({x:m.x,y:m.y}):h.rows.set(x,[{x:m.x,y:m.y}]);break}}for(let[u,m]of l){let p=Dn(m.section,{floorBaseHeightM:m.unit.baseHeightM}),h=m.unit.baseHeightM,f=p.rake>0?Math.tan(p.rake*Math.PI/180):0,y=p.rake<=.01&&p.height<=h+.001,x=m.section.surfaceKind,b=x==="flat"?!0:x==="rakedRows"&&p.rake>.01?!1:y,S=m.hasSeats?kn(u,e,m.seatIndices,m.unit.focal):{sectionId:u,rows:[],blockCount:0},w=S.rows.length<2?zn([...m.rows.values()].map(E=>({points:E})),m.unit.focal):null,g=1/0;if(w){if(m.hasSeats)for(let E of m.rows.values())for(let P of E){let F=w.depthAt(P.x,P.y);F<g&&(g=F)}if(!m.hasSeats||!Number.isFinite(g)){g=1/0;for(let E of m.section.outline){let P=w.depthAt(E.x,E.y);P<g&&(g=P)}}}let T=h+Ti,D=Math.max(T,p.height),_=E=>{let P=Math.max(0,E-g)*ke,F=Math.min(P*f,un);return Math.max(T,p.height+F)},G=E=>{let P=Math.max(0,E)*ke,F=Math.min(P*f,un);return Math.max(T,p.height+F)},N=b?[]:S.rows.map(E=>({pts:E.pts,y:G(E.blockDepth),depth:E.blockDepth,blockId:E.blockId,...d.has(E.id)?{patch:po(E.pts,be)}:{}})),v=N.length?N[0].y:D,M=N.map(E=>{let P=E.patch&&E.patch.length>=3?E.patch:E.pts,F=0,O=0;for(let B of P)F+=B.x,O+=B.y;let H=P.length||1;F/=H,O/=H;let z=0;for(let B of P){let U=Math.hypot(B.x-F,B.y-O);U>z&&(z=U)}return{cx:F,cy:O,rad:z}}),R=b?()=>D:N.length>=2?(E,P)=>{let F=1/0,O=v;for(let H=0;H<N.length;H++){let z=M[H];if(Math.hypot(E-z.cx,P-z.cy)-z.rad>=F)continue;let B=N[H].patch,U=B&&B.length>=3?at(B,E,P)?0:wt(B,E,P):wt(N[H].pts,E,P);U<F&&(F=U,O=N[H].y)}return O}:(E,P)=>w?_(w.depthAt(E,P)):D,C=[0,1,0],L=N.length>=2||b?()=>C:(E,P)=>{if(!w)return C;let F=w.depthAt(E,P);if(F<=g)return C;let O=(F-g)*ke;if(O*f>=un||p.height+O*f<=T)return C;let[H,z]=w.gradientAt(E,P);if(H===0&&z===0)return C;let B=1/Math.hypot(f,1);return[-H*f*B,B,-z*f*B]};if(!b)for(let E of S.rows){let P=G(E.blockDepth);for(let F of E.seatIndices)a[F]=P}for(let E of S.rows){let P=[];for(let B=1;B<E.pts.length;B++){let U=Math.hypot(E.pts[B].x-E.pts[B-1].x,E.pts[B].y-E.pts[B-1].y);U>1e-6&&P.push(U)}P.sort((B,U)=>B-U);let F=P.length?P[Math.floor(P.length/2)]:1/0,O=1/0,H=E.pts[Math.floor(E.pts.length/2)];if(H)for(let B of S.rows){if(B===E||B.blockId!==E.blockId)continue;let U=wt(B.pts,H.x,H.y);U>1e-6&&U<O&&(O=U)}let z=Math.min(F,Math.max(O,F*.5));if(Number.isFinite(z)&&z>0)for(let B of E.seatIndices)s[B]=z}i.set(u,{sectionId:u,deckAt:R,normalAt:L,flat:b,bottomY:h,rowLevels:N,landingY:v})}for(let u=0;u<e.length;u++){let m=o[u],p=e[u];if(m){let f=a[u];r[u]=(f??i.get(m).deckAt(p.x,p.y))+Ei;continue}let h=p.eyeHeightM;r[u]=Number.isFinite(h)?Math.max(0,h-St):0}return{bySection:i,seatOwner:o,seatDeckY:u=>r[u],seatPitchU:u=>s[u]}}var re={top:1,wallBottom:.5,bottomCap:.4};function Ce(t,e){if(!t)return e;let n=fe(it(t,.4),.62);return pe(e,n,.72)}function Io(t,e){let n=new Map;for(let r of t.categories??[])n.set(r.key,r.color);let i=new Map;for(let r of e){if(!r.sectionId)continue;let a=i.get(r.sectionId);a||(a=new Map,i.set(r.sectionId,a)),a.set(r.categoryKey,(a.get(r.categoryKey)??0)+1)}let o=new Map;for(let[r,a]of i){let s=0,l=0,c=0,d=0;for(let[u,m]of a){let p=Q(n.get(u));p&&(s+=p[0]*m,l+=p[1]*m,c+=p[2]*m,d+=m)}d>0&&o.set(r,[s/d,l/d,c/d])}return o}function Fo(t,e){return Q(t.color)??e.get(t.logicalSectionId??t.id)??null}import Di from"polygon-clipping";function ki(t,e){return t===void 0||e===void 0?!0:Math.abs(t-e)<.001}var Bt=class{constructor(){this.rings=[];this.boxes=[];this.levels=[]}subtract(e,n){let i=e.map(l=>[l.x,l.y]);if(i.length<3)return[];i.push(i[0]);let o=Je(e),r=this.rings.filter((l,c)=>Pt(o,this.boxes[c])&&ki(n,this.levels[c])),a=[[i]];if(r.length)try{a=Di.difference([i],...r).map(c=>c.map(d=>d.map(([u,m])=>[u,m])))}catch{a=[[i]]}this.rings.push([i]),this.boxes.push(o),this.levels.push(n);let s=[];for(let l of a){if(!l.length)continue;let c=l[0].map(([d,u])=>({x:d,y:u}));if(c.length>1){let d=c[0],u=c[c.length-1];Math.abs(d.x-u.x)<1e-9&&Math.abs(d.y-u.y)<1e-9&&c.pop()}c.length>=3&&s.push(c)}return s}};function _i(t,e){if(!e)return t;let n=1/0,i=-1/0,o=1/0,r=-1/0;for(let u of t)n=Math.min(n,u.x),i=Math.max(i,u.x),o=Math.min(o,u.y),r=Math.max(r,u.y);let a=(n+i)/2,s=(o+r)/2,l=e*Math.PI/180,c=Math.cos(l),d=Math.sin(l);return t.map(u=>{let m=u.x-a,p=u.y-s;return{x:a+m*c-p*d,y:s+m*d+p*c}})}function dt(t){let e=null;if(t.kind==="polygon"&&t.points&&t.points.length>=3&&(e=t.points),t.kind==="rect"&&t.width&&t.height&&(e=mt(t.x??0,t.y??0,t.width,t.height)),t.kind==="ellipse"&&t.width&&t.height){let n=(t.x??0)+t.width/2,i=(t.y??0)+t.height/2;e=kt(n,i,t.width/2,t.height/2)}return e?_i(e,t.rotation):null}function ht(t){let e=t.role??"",n={stage:{kind:"stage",heightM:1},entrance:{kind:"portal",heightM:2.7},exit:{kind:"portal",heightM:2.7},screen:{kind:"solid",heightM:6},wall:{kind:"solid",heightM:2.8},rail:{kind:"solid",heightM:1.1},suite:{kind:"suite",heightM:3},obstruction:{kind:"solid",heightM:4.5},sound:{kind:"solid",heightM:1.45},restroom:{kind:"solid",heightM:2.4},bar:{kind:"solid",heightM:1.1},concession:{kind:"solid",heightM:1.1},coat:{kind:"solid",heightM:1.1},goal:{kind:"portal",heightM:1.8}},i=e==="stage"&&Nn(t.stageKind)?{kind:"stage",heightM:.06}:n[e]??{kind:"plate",heightM:.25};return{...i,heightM:t.heightM??i.heightM}}var Li=.08;function To(t,e){let n=dt(t),i=ht(t),o=i.heightM;if(!n||i.kind!=="plate"&&i.kind!=="stage")return o;let r=1/0,a=1/0,s=-1/0,l=-1/0;for(let d of n)r=Math.min(r,d.x),a=Math.min(a,d.y),s=Math.max(s,d.x),l=Math.max(l,d.y);let c=o;for(let d of e)s>d.minX&&r<d.maxX&&l>d.minY&&a<d.maxY&&c<=d.topOffsetM+1e-6&&(c=d.topOffsetM+Li);return e.push({minX:r,minY:a,maxX:s,maxY:l,topOffsetM:c}),c}function Le(t,e,n){return{x:t.x+(e.x-t.x)*n,y:t.y+(e.y-t.y)*n}}function Eo(t){if(t.length!==4)return t;let e=Math.hypot(t[1].x-t[0].x,t[1].y-t[0].y),n=Math.hypot(t[2].x-t[1].x,t[2].y-t[1].y);return e>=n?t:[t[1],t[2],t[3],t[0]]}function pt(t,e,n){return[Le(t[0],t[1],e),Le(t[0],t[1],n),Le(t[3],t[2],n),Le(t[3],t[2],e)]}function Do(t,e,n){return[Le(t[0],t[3],e),Le(t[1],t[2],e),Le(t[1],t[2],n),Le(t[0],t[3],n)]}function Re(t,e,n,i,o,r){ie(t,e,void 0,()=>n,i,o,r,re)}var mn=2.4,Bi=.75,Oi=.15;function ft(t){if(t.points&&t.points.length>=3)return t.points;let{center:e,width:n,height:i,rotation:o}=t;if(!n||!i)return null;let r=(o??0)*Math.PI/180,a=Math.cos(r),s=Math.sin(r),l=n/2,c=i/2;return[[-l,-c],[l,-c],[l,c],[-l,c]].map(([d,u])=>({x:e.x+d*a-u*s,y:e.y+d*s+u*a}))}function ko(t,e,n,i,o){let r=ft(e);r&&ie(t,r,void 0,()=>n+mn,n,Ce(i,o.boothTop),o.boothWall,re)}function dn(t){if(t.shape==="round"){let d=t.radius;return d?kt(t.center.x,t.center.y,d,d,24):null}let{width:e,height:n,rotation:i,center:o}=t;if(!e||!n)return null;let r=(i??0)*Math.PI/180,a=Math.cos(r),s=Math.sin(r),l=e/2,c=n/2;return[[-l,-c],[l,-c],[l,c],[-l,c]].map(([d,u])=>({x:o.x+d*a-u*s,y:o.y+d*s+u*a}))}function _o(t,e,n,i,o){let r=dn(e);r&&ie(t,r,void 0,()=>n+Bi,n,Ce(i,o.tableTop),o.tableWall,re)}function Lo(t,e,n,i,o,r,a){let s=dt(e);if(!s)return;let l=e.role==="stage",c=ht(e),d=n+i;if(l&&a){let f=1/0,y=-1/0,x=1/0,b=-1/0;for(let S of s)S.x<f&&(f=S.x),S.x>y&&(y=S.x),S.y<x&&(x=S.y),S.y>b&&(b=S.y);a.push({cx:(f+y)/2*A,cz:(x+b)/2*A,y:d,halfX:Math.max((y-f)/2*A,.5),halfZ:Math.max((b-x)/2*A,.5)})}let u=Q(e.fill),m=l&&u?pe(o.stageTop,fe(it(u,.18),.9),.9):Ce(u,l?o.stageTop:o.decorTop),p=e.role==="screen"?u:null,h=l?u?pe(o.stageWall,fe(u,.58),.82):o.stageWall:e.role==="screen"?p?pe(fe(p,1.42),[.24,.46,.82],.08):[.24,.46,.82]:Ce(Q(e.fill),o.decorWall);if(c.kind==="portal"&&s.length===4){let f=Eo(s);Re(t,pt(f,0,.16),d,n,m,h),Re(t,pt(f,.84,1),d,n,m,h),Re(t,f,d,Math.max(n,d-.35),m,h);return}if(c.kind==="suite"&&s.length===4){let f=s.map((b,S)=>{let I=s[(S+1)%4],w=(b.x+I.x)/2,g=(b.y+I.y)/2;return Math.hypot(w-r.x,g-r.y)}),y=f.indexOf(Math.min(...f)),x=[0,1,2,3].map(b=>s[(y+b)%4]);Re(t,pt(x,0,.08),d,n,m,h),Re(t,pt(x,.92,1),d,n,m,h),Re(t,Do(x,.88,1),d,n,m,h),Re(t,x,d,Math.max(n,d-.18),m,h);return}Re(t,s,d,n,m,h)}function hn(t){let{x:e,y:n,width:i,height:o}=t;if(!i||!o)return null;let r=e+i/2,a=n+o/2,s=(t.rotation??0)*Math.PI/180,l=Math.cos(s),c=Math.sin(s),d=i/2,u=o/2;return[[-d,-u],[d,-u],[d,u],[-d,u]].map(([m,p])=>({x:r+m*l-p*c,y:a+m*c+p*l}))}function Vi(t){if(!t||!t.startsWith("data:image/svg+xml"))return null;let e=t.slice(t.indexOf(",")+1);if(/;base64/i.test(t.slice(0,t.indexOf(","))))try{e=atob(e)}catch{return null}else try{e=decodeURIComponent(e)}catch{}let n=e.match(/<(?:rect|path)\b[^>]*\bfill="([^"]+)"/i);if(!n)return null;let i=n[1].trim();if(i==="none"||i==="transparent")return null;let o=i.match(/^url\(#([^)]+)\)$/);if(!o)return Q(i);let r=e.match(new RegExp(`<(?:linear|radial)Gradient\\b[^>]*\\bid="${o[1]}"[^>]*>([\\s\\S]*?)</(?:linear|radial)Gradient>`,"i"));if(!r)return null;let a=[];for(let s of r[1].matchAll(/stop-color="([^"]+)"/gi)){let l=Q(s[1].trim());l&&a.push(l)}return a.length?a.reduce((s,l,c)=>pe(s,l,1/(c+1)),a[0]):null}function Bo(t,e,n,i){if(e.layer==="foreground")return;let o=hn(e);if(!o)return;let r=n+Oi,a=Ce(Vi(e.href),i.decorTop),s=Math.max(0,Math.min(1,e.opacity??1));s<1&&(a=pe(i.ground,a,s)),ie(t,o,void 0,()=>r,n,a,pe(a,i.decorWall,.5),re)}function Oo(t,e,n,i,o){if(!e.points||e.points.length<3)return;let r=Ce(i,o.gaTop);ie(t,e.points,e.holes,()=>n+.15,n,r,o.gaWall,re)}var Ni=.25,zi=1.2,Gi=.6,Hi=.45,Ui=2.3,Yi=Math.PI/180;function Ye(t,e,n){let i=n*Yi;return{x:t.x+e*Math.sin(i),y:t.y+e*Math.cos(i)}}function Xi(t,e){let n=e.rings[e.rings.length-1];if(!n)return!1;let i=n.outerRMedian*.85;for(let o of t){if(o.role!=="wall")continue;let r=o.points&&o.points.length>=2?o.points:o.x!==void 0&&o.y!==void 0&&o.width!==void 0&&o.height!==void 0?[{x:o.x,y:o.y},{x:o.x+o.width,y:o.y},{x:o.x+o.width,y:o.y+o.height},{x:o.x,y:o.y+o.height}]:[];if(r.length<2)continue;let a=0;for(let s of r)Math.hypot(s.x-e.centre.x,s.y-e.centre.y)>=i&&a++;if(a>=r.length/2)return!0}return!1}var Wi=24;function ji(t,e,n,i,o,r,a,s){let l=n.binCount,c=Wi,d=ke,u=r+.02,m=[];for(let v=0;v<l;v++){let M=(n.startBin+v+.5)*e.binStepDeg,R=new Float64Array(c+1);for(let C=0;C<=c;C++){let L=i[v]+(o[v]-i[v])*C/c;R[C]=Math.max(u,Hn(e,n,M,L)-Ni)}m.push(R)}let p=[a.bandTop[0]*s.top,a.bandTop[1]*s.top,a.bandTop[2]*s.top],h=[a.bandTop[0]*s.bottomCap,a.bandTop[1]*s.bottomCap,a.bandTop[2]*s.bottomCap],f=[a.bandWall[0]*s.top,a.bandWall[1]*s.top,a.bandWall[2]*s.top],y=[a.bandWall[0]*s.wallBottom,a.bandWall[1]*s.wallBottom,a.bandWall[2]*s.wallBottom],x=(v,M)=>{let R=(n.startBin+v+.5)*e.binStepDeg,C=i[v]+(o[v]-i[v])*M/c,L=Ye(e.centre,C,R);return[L.x*d,m[v][M],L.y*d]};{let v=Math.tan(12*Math.PI/180);for(let M=0;M<6;M++){let R=!1;for(let L=0;L<l;L++)for(let E=c-1;E>=0;E--)m[L][E]>m[L][E+1]&&(m[L][E]=m[L][E+1],R=!0);let C=n.closed?l:l-1;for(let L=0;L<C;L++){let E=(L+1)%l;for(let P=0;P<=c;P++){let F=m[E][P]-m[L][P];if(Math.abs(F)>1)continue;let O=i[L]+(o[L]-i[L])*P/c,H=i[E]+(o[E]-i[E])*P/c,z=Ye(e.centre,O,(n.startBin+L+.5)*e.binStepDeg),B=Ye(e.centre,H,(n.startBin+E+.5)*e.binStepDeg),U=v*Math.hypot(B.x-z.x,B.y-z.y)*d;F>U?(m[E][P]=m[L][P]+U,R=!0):-F>U&&(m[L][P]=m[E][P]+U,R=!0)}}if(!R)break}}let b=1,S=(v,M)=>{for(let R=0;R<=c;R+=4)if(Math.abs(m[v][R]-m[M][R])>b)return!0;return Math.abs(m[v][c]-m[M][c])>b},I=Math.tan(38*Math.PI/180),w=v=>(o[v]-i[v])/c*d,g=(v,M)=>m[v][M+1]-m[v][M]>I*Math.max(1e-6,w(v)),T=(v,M)=>{let R=n.closed?(v-1+l)%l:Math.max(0,v-1),C=n.closed?(v+1)%l:Math.min(l-1,v+1);Math.abs(m[R][M]-m[v][M])>b&&(R=v),Math.abs(m[C][M]-m[v][M])>b&&(C=v);let L=Math.max(0,M-1),E=Math.min(c,M+1);L<M&&g(v,L)&&(L=M),E>M&&g(v,M)&&(E=M);let P=x(R,M),F=x(C,M),O=x(v,L),H=x(v,E),z=F[0]-P[0],B=F[1]-P[1],U=F[2]-P[2],K=H[0]-O[0],Y=H[1]-O[1],j=H[2]-O[2],q=B*j-U*Y,ne=U*K-z*j,oe=z*Y-B*K,$=Math.hypot(q,ne,oe);return $>1e-12?(q/=$,ne/=$,oe/=$,ne<0&&(q=-q,ne=-ne,oe=-oe),[q,ne,oe]):[0,1,0]},D=(v,M)=>{let R=[v[0],r,v[2]],C=[M[0],r,M[2]],L=M[0]-v[0],E=M[2]-v[2],P=Math.hypot(L,E);if(!(P>1e-12))return;let F=[E/P,0,-L/P];t.tri(v,M,C,F,f,f,y),t.tri(v,C,R,F,f,y,y)},_=.05*_e,G=v=>o[v]-i[v]<_,N=n.closed?l:l-1;for(let v=0;v<N;v++){let M=(v+1)%l;if(G(v)||G(M))continue;if(S(v,M)){let F=(n.startBin+v+1)*e.binStepDeg,O=(Y,j)=>{let q=(i[v]+i[M])/2,ne=(o[v]+o[M])/2,oe=q+(ne-q)*j/c,$=Ye(e.centre,oe,F);return[$.x*d,m[Y][j],$.y*d]};for(let Y=0;Y<c;Y++){let j=x(v,Y),q=x(v,Y+1),ne=O(v,Y),oe=O(v,Y+1),$=T(v,Y),ae=T(v,Y+1);t.triN(j,ne,oe,$,$,ae,p),t.triN(j,oe,q,$,ae,ae,p);let Oe=x(M,Y),Ve=x(M,Y+1),xe=O(M,Y),Ie=O(M,Y+1),Fe=T(M,Y),ge=T(M,Y+1);t.triN(xe,Oe,Ve,Fe,Fe,ge,p),t.triN(xe,Ve,Ie,Fe,ge,ge,p);let he=O(v,Y),se=O(v,Y+1),je=O(M,Y+1),ve=O(M,Y),Ke=se[0]-he[0],Me=se[2]-he[2],Te=Math.hypot(Ke,Me);if(Te>1e-12){let xt=[Me/Te,0,-Ke/Te];t.tri(he,se,je,xt,f),t.tri(he,je,ve,xt,f)}}let H=x(v,0),z=x(M,0),B=x(M,c),U=x(v,c),K=Y=>[Y[0],r,Y[2]];t.tri(K(H),K(B),K(z),[0,-1,0],h),t.tri(K(H),K(U),K(B),[0,-1,0],h),D(H,z),D(U,B);continue}for(let F=0;F<c;F++){let O=T(v,F),H=T(M,F),z=T(M,F+1),B=T(v,F+1);if(g(v,F)||g(M,F)){let q=(se,je)=>{let ve=(n.startBin+se+.5)*e.binStepDeg,Ke=i[se]+(o[se]-i[se])*(F+.5)/c,Me=Ye(e.centre,Ke,ve);return[Me.x*d,je,Me.y*d]},ne=x(v,F),oe=x(M,F),$=q(v,m[v][F]),ae=q(M,m[M][F]);t.triN(ne,oe,ae,O,H,H,p),t.triN(ne,ae,$,O,H,O,p);let Oe=x(M,F+1),Ve=x(v,F+1),xe=q(v,m[v][F+1]),Ie=q(M,m[M][F+1]);t.triN(xe,Ie,Oe,B,z,z,p),t.triN(xe,Oe,Ve,B,z,B,p);let Fe=ae[0]-$[0],ge=ae[2]-$[2],he=Math.hypot(Fe,ge);if(he>1e-12){let se=[-ge/he,0,Fe/he];t.tri($,ae,Ie,se,f),t.tri($,Ie,xe,se,f)}continue}let U=x(v,F),K=x(M,F),Y=x(M,F+1),j=x(v,F+1);t.triN(U,K,Y,O,H,z,p),t.triN(U,Y,j,O,z,B,p)}let R=x(v,0),C=x(M,0),L=x(M,c),E=x(v,c),P=F=>[F[0],r,F[2]];t.tri(P(R),P(L),P(C),[0,-1,0],h),t.tri(P(R),P(E),P(L),[0,-1,0],h),D(R,C),D(E,L)}if(!n.closed)for(let v of[0,l-1])for(let M=0;M<c;M++)D(x(v,M),x(v,M+1))}function Vo(t,e,n){let{bottomY:i,colors:o,ao:r}=n,a=new Float64Array(e.binCount).fill(-1/0);for(let d of e.rings)for(let u of d.arcs){let m=new Float64Array(u.binCount),p=new Float64Array(u.binCount);for(let f=0;f<u.binCount;f++){let y=(u.startBin+f)%e.binCount,x=Math.max(0,u.innerR[f]-be);m[f]=Math.max(x,a[y]+.001),p[f]=Math.max(m[f]+.001,u.outerR[f]+be)}let h=0;for(let f=0;f<u.binCount;f++){let y=u.topLevelM[f]-i;y>h&&(h=y)}h>=zi&&ji(t,e,u,m,p,i,o,r);for(let f=0;f<u.binCount;f++){let y=(u.startBin+f)%e.binCount;p[f]>a[y]&&(a[y]=p[f])}}if(Xi(n.shapes,e))return;let s=e.rings[e.rings.length-1],l=Gi*_e,c=Hi*_e;for(let d of s.arcs){let u=[],m=[];for(let f=0;f<d.binCount;f++){let y=(d.startBin+f+.5)*e.binStepDeg,x=d.outerR[f]+be+l;u.push(Ye(e.centre,x,y)),m.push(Ye(e.centre,x+c,y))}let p=-1/0;for(let f=0;f<d.binCount;f++)d.topLevelM[f]>p&&(p=d.topLevelM[f]);let h=()=>p+Ui;d.closed?ie(t,m,[u.slice().reverse()],h,i,o.shellTop,o.shellWall,r):ie(t,[...m,...u.slice().reverse()],void 0,h,i,o.shellTop,o.shellWall,r)}}function No(t,e,n,i,o,r,a,s){if(!e.outline||e.outline.length<3)return;let l=n.baseHeightM,c=Ce(i,s.tierTop);if(!o)return;let d=y=>o.deckAt(y.x,y.y),u=Po(e,a),m=u[0]??e.outline;if(o.rowLevels.length>=2){let y=Lt(o.rowLevels),x=Ao(xo(o.rowLevels,n.focal,y),u),b=()=>[0,1,0];for(let I of x){let w=Math.max(l,I.topY-.02);for(let g of r.subtract(I.outline,w))ie(t,g,I.holes,()=>w,l,c,s.tierWall,re,void 0,b)}x.length||ie(t,m,e.holes,()=>o.landingY,l,c,s.tierWall,re);let S={tread:[c[0]*re.top,c[1]*re.top,c[2]*re.top],riser:[c[0]*.72,c[1]*.72,c[2]*.72]};for(let I of u.length?u:[m])vo(t,o.rowLevels,n.focal,o.landingY,S,I,y);return}let p=o.flat?1/0:Co,h=y=>o.normalAt(y.x,y.y),f=o.flat?o.landingY:void 0;for(let y of r.subtract(m,f))ie(t,y,e.holes,d,l,c,s.tierWall,re,p,h)}function Ki(t,e,n){let i=new Set;for(let a of t.objects)a.type==="section"&&i.add(a.id);let o=new Map;for(let a=0;a<e.length;a++){let s=n.seatOwner[a];if(!s||!i.has(s))continue;let l=n.bySection.get(s);if(l&&l.rowLevels.length>=2)continue;let c=e[a],d=o.get(s);d||(d=new Map,o.set(s,d));let u=c.rowId||`__seat-${a}`,m=d.get(u);m||(m={pts:[],levelM:0,n:0},d.set(u,m)),m.pts.push({x:c.x,y:c.y}),m.levelM+=n.seatDeckY(a),m.n++}let r=[];for(let a of t.objects){if(a.type!=="section")continue;let s=n.bySection.get(a.id);if(s&&s.rowLevels.length>=2){let c=s.rowLevels.filter(d=>!d.patch).map(d=>({pts:d.pts,levelM:d.y}));c.length>=2&&r.push({sectionId:a.id,rows:c});continue}let l=o.get(a.id);l&&r.push({sectionId:a.id,rows:[...l.values()].map(c=>({pts:c.pts,levelM:c.levelM/c.n}))})}return r}function zo(t,e,n,i,o){let r=Ki(e,n,i);if(!r.length)return;let a=Gn(r,e.focal);a&&(t.setMaterial(0),Vo(t,a,{bottomY:e.baseHeightM,colors:{bandTop:fe(o.tierTop,.8),bandWall:o.tierWall,shellTop:fe(o.tierWall,1.15),shellWall:o.tierWall},ao:re,shapes:e.objects.filter(s=>s.type==="shape")}))}function Go(t,e,n){return n<0?e>1?t.filter(i=>i.kind==="floor"):[...t]:t.filter(i=>i.floorIndex===void 0||i.floorIndex===n)}function Ho(t,e){let n=[...t].sort((o,r)=>o.screen.y-r.screen.y),i=[];for(let o of n){let r=i.find(a=>a.some(s=>Math.abs(s.screen.x-o.screen.x)<104&&Math.abs(s.screen.y-o.screen.y)<34));r?r.push(o):i.push([o])}return i.flatMap(o=>o.length<2?o:o.map((r,a)=>({...r,screen:{...r.screen,x:Math.max(54,Math.min(e-54,r.screen.x+(a-(o.length-1)/2)*104))}})))}var qi=1.15,Zi=3.25,Qi=4.5,$i=.85,Ji=.5,ea=.26;function Uo(t,e,n){let i=Math.max(1e-6,e),o=t/i,r=n?.hasZoneLabels??!0,a=new Set;return o>=.75&&a.add("floor"),o>=qi&&a.add("zone"),o<=(r?Zi:Qi)&&(a.add("section"),a.add("ga")),o<=$i&&(a.add("annotation"),a.add("booth")),o<=Ji&&a.add("row"),o<=ea&&a.add("seat"),a}function Be(t,e,n,i){let o=t,r=e[0],a=e[1],s=e[2],l=o[0]*r+o[4]*a+o[8]*s+o[12],c=o[1]*r+o[5]*a+o[9]*s+o[13],d=o[2]*r+o[6]*a+o[10]*s+o[14],u=o[3]*r+o[7]*a+o[11]*s+o[15];if(!(u>1e-6))return{x:0,y:0,depth:1/0,visible:!1};let m=l/u,p=c/u,h=d/u,f=m>=-1.05&&m<=1.05&&p>=-1.05&&p<=1.05&&h<=1;return{x:(m*.5+.5)*n,y:(1-(p*.5+.5))*i,depth:h,visible:f}}function Yo(t,e,n=e){let i=[],o=[...t].sort((r,a)=>r.screen.depth-a.screen.depth);for(let r of o){let a=!1;for(let s of i)if(pn(r,s,e,n)){a=!0;break}a||i.push(r)}return i}var ta=6;function pn(t,e,n,i){let o=Math.abs(t.screen.x-e.screen.x),r=Math.abs(t.screen.y-e.screen.y),a=t.halfWidth!=null&&e.halfWidth!=null?Math.max(n,t.halfWidth+e.halfWidth+ta):n;return o<a&&r<i}function Xo(t,e,n){return t.length*e*.58+(n?14:0)}var fn={row:8,seat:14};function Wo(t,e,n,i){let o=Math.max(1,Math.min(n,i)*.5),r=Math.min(2,Math.hypot(t.x-n/2,t.y-i/2)/o);return e*(1+1.5*r)}function bn(t,e,n,i,o=[]){let r=[...t].sort((s,l)=>(l.priority??0)-(s.priority??0)||s.focus-l.focus),a=[];for(let s of r){if(a.length>=i)break;let l=!1;for(let c of o)if(pn(s,c,e,n)){l=!0;break}if(!l){for(let c of a)if(pn(s,c,e,n)){l=!0;break}}l||a.push(s)}return a}var na=6,oa=2.2,jo=.1,ra=.3,ia=1.8,aa=.9,sa=.55,ca=6e3;function Ko(t){let{doc:e,units:n,seats:i,surfaces:o,focal:r}=t,a=e.zones??[],s=[];if(a.length){let l=new Map;for(let d of n)for(let u of d.objects)u.type==="section"&&u.zone&&l.set(u.id,u.zone);let c=new Map;for(let d=0;d<i.length;d++){let u=i[d],m=o.seatOwner[d],p=u.zoneId??(m?l.get(m):void 0);if(!p)continue;let h=c.get(p);h||(h={n:0,minX:1/0,minY:1/0,maxX:-1/0,maxY:-1/0,sumY:0},c.set(p,h)),h.n++,u.x<h.minX&&(h.minX=u.x),u.y<h.minY&&(h.minY=u.y),u.x>h.maxX&&(h.maxX=u.x),u.y>h.maxY&&(h.maxY=u.y),h.sumY+=o.seatDeckY(d)}for(let d of a){let u=c.get(d.id),m=[];for(let[p,h]of l)h===d.id&&m.push(p);if(!u||u.n===0){s.push({id:d.id,label:d.label,color:Q(d.color),sectionIds:m,seatCount:0,center:[0,0,0],radius:0,focalWorld:[(d.focalPoint??r).x*A,1.5,(d.focalPoint??r).y*A]});continue}s.push({id:d.id,label:d.label,color:Q(d.color),sectionIds:m,seatCount:u.n,center:[(u.minX+u.maxX)/2*A,u.sumY/u.n,(u.minY+u.maxY)/2*A],radius:.5*Math.hypot((u.maxX-u.minX)*A,(u.maxY-u.minY)*A)||1,focalWorld:[(d.focalPoint??r).x*A,1.5,(d.focalPoint??r).y*A]})}}return s}function qo(t){let{doc:e,units:n,seats:i,surfaces:o,seatData:r,hintedSeatFloor:a,zones:s,focal:l}=t,c=[],d=[],u=[];for(let m of s)m.seatCount!==0&&c.push({id:`zone:${m.id}`,kind:"zone",text:m.label,anchor:[m.center[0],m.center[1]+na,m.center[2]],color:e.zones?.find(p=>p.id===m.id)?.color});{let m=new Map,p=new Map;for(let h=0;h<i.length;h++){let f=o.seatOwner[h];if(!f)continue;let y=m.get(f);y||(y={n:0,x:0,y:0,deck:0},m.set(f,y)),y.n++,y.x+=i[h].x,y.y+=i[h].y,y.deck+=o.seatDeckY(h);let x=p.get(f);x||(x={minX:1/0,maxX:-1/0,minY:1/0,maxY:-1/0},p.set(f,x)),i[h].x<x.minX&&(x.minX=i[h].x),i[h].x>x.maxX&&(x.maxX=i[h].x),i[h].y<x.minY&&(x.minY=i[h].y),i[h].y>x.maxY&&(x.maxY=i[h].y)}for(let h of n)for(let f of h.objects){if(f.type!=="section")continue;let y=m.get(f.id);if(!y||y.n===0)continue;let x=p.get(f.id),b=[y.x/y.n*A,y.deck/y.n,y.y/y.n*A],S=f.displayLabel||f.label||f.id;d.push({id:f.id,floorIndex:h.index,label:S,seatCount:y.n,center:b,radius:Math.max(1,Math.hypot(x.maxX-x.minX,x.maxY-x.minY)*.5*A),focalWorld:[h.focal.x*A,h.baseHeightM+1.5,h.focal.y*A]});let I=e.floors?.[h.index]?.name?.trim().toLocaleLowerCase();n.length>1&&I===S.trim().toLocaleLowerCase()||c.push({id:`section:${f.id}`,kind:"section",text:S,anchor:[b[0],b[1]+oa,b[2]],floorIndex:h.index})}}{for(let h of n)for(let f of h.objects){if(f.type!=="gaArea")continue;let y=rt(f.points);if(!y)continue;let x=f.displayLabel||f.label||f.id;c.push({id:`ga:${f.id}`,kind:"ga",text:f.capacity>0?`${x} \xB7 ${f.capacity.toLocaleString()}`:x,anchor:[y.x*A,h.baseHeightM+ia,y.y*A],floorIndex:h.index})}let m=new Map;for(let h=0;h<i.length;h++){let f=i[h],y=Math.hypot(f.x-l.x,f.y-l.y),x=m.get(f.rowId);(!x||y>x.far)&&m.set(f.rowId,{seat:f,index:h,far:y})}for(let[h,f]of m){let y=f.seat.label?f.seat.label.lastIndexOf("-"):-1,x=y>0?f.seat.label.slice(0,y):h;x&&c.push({id:`row:${h}`,kind:"row",text:x,anchor:[f.seat.x*A,o.seatDeckY(f.index)+aa,f.seat.y*A],floorIndex:a[f.index]})}let p=new Map;for(let h=0;h<i.length;h++){let f=i[h],y=f.label?f.label.lastIndexOf("-"):-1,x=p.get(f.rowId);x||(x={n:0,x:0,y:0,z:0,minX:1/0,maxX:-1/0,minZ:1/0,maxZ:-1/0,label:y>0?f.label.slice(0,y):f.rowId,sectionId:f.sectionId},p.set(f.rowId,x));let b=h*3,S=r.iPosition[b],I=r.iPosition[b+1],w=r.iPosition[b+2];x.n++,x.x+=S,x.y+=I,x.z+=w,x.minX=Math.min(x.minX,S),x.maxX=Math.max(x.maxX,S),x.minZ=Math.min(x.minZ,w),x.maxZ=Math.max(x.maxZ,w)}for(let[h,f]of p)u.push({id:h,label:f.label,sectionId:f.sectionId,seatCount:f.n,center:[f.x/f.n,f.y/f.n,f.z/f.n],radius:Math.max(.8,Math.hypot(f.maxX-f.minX,f.maxZ-f.minZ)*.5)});if(i.length<=ca)for(let h=0;h<i.length;h++){let f=i[h],y=f.displayLabel||f.label;y&&c.push({id:`seat:${f.id}`,kind:"seat",text:y,anchor:[f.x*A,o.seatDeckY(h)+sa,f.y*A],floorIndex:a[h]})}}for(let m of n)for(let p of m.objects)if(p.type==="shape"&&p.role&&["entrance","exit","screen","suite","obstruction"].includes(p.role)){let h=dt(p),f=h?rt(h):null;if(!f||!p.label)continue;c.push({id:`architecture:${p.id}`,kind:"annotation",text:p.label,anchor:[f.x*A,m.baseHeightM+ht(p).heightM+jo,f.y*A],color:p.fill,floorIndex:m.index})}else if(p.type==="text"){if(!p.text)continue;c.push({id:`text:${p.id}`,kind:"annotation",text:p.text,anchor:[p.position.x*A,m.baseHeightM+jo,p.position.y*A],color:p.color,rotation:p.rotation,floorIndex:m.index})}else if(p.type==="booth"){let h=ft(p);if(!h)continue;let f=rt(h);if(!f)continue;c.push({id:`booth:${p.id}`,kind:"booth",text:p.displayLabel||p.label||p.id,anchor:[f.x*A,m.baseHeightM+mn+ra,f.y*A],floorIndex:m.index})}return{labels:c,sections:d,rows:u}}function Zo(t,e){if(e.length>1)for(let n of e)t.push({id:`floor:${n.id}`,kind:"floor",text:n.label,anchor:[n.center[0],n.box.max[1]+1.2,n.center[2]],floorIndex:n.index})}function Qo(t){let{doc:e,units:n,seats:i,surfaces:o,solids:r,hintedSeatFloor:a,seatFloor:s}=t,l=[];{let c=n.map(()=>({minX:1/0,minY:1/0,minZ:1/0,maxX:-1/0,maxY:-1/0,maxZ:-1/0}));for(let m=0;m<r.floor.length;m+=1){let p=Math.max(0,Math.min(n.length-1,Math.round(r.floor[m]))),h=m*3,f=c[p];f.minX=Math.min(f.minX,r.position[h]),f.minY=Math.min(f.minY,r.position[h+1]),f.minZ=Math.min(f.minZ,r.position[h+2]),f.maxX=Math.max(f.maxX,r.position[h]),f.maxY=Math.max(f.maxY,r.position[h+1]),f.maxZ=Math.max(f.maxZ,r.position[h+2])}let d=new Map;for(let m=0;m<n.length;m++)for(let p of n[m].objects)p.type==="section"&&d.set(p.id,m);let u=n.map(()=>({n:0,minX:1/0,minY:1/0,minDeck:1/0,maxX:-1/0,maxY:-1/0,maxDeck:-1/0,sumX:0,sumDeck:0,sumZ:0}));for(let m=0;m<i.length;m++){let p=o.seatOwner[m],h=(p!==null?d.get(p):void 0)??a[m];if(h===void 0)continue;let f=u[h],y=i[m];f.n++,y.x<f.minX&&(f.minX=y.x),y.y<f.minY&&(f.minY=y.y),y.x>f.maxX&&(f.maxX=y.x),y.y>f.maxY&&(f.maxY=y.y);let x=o.seatDeckY(m);f.sumX+=y.x*A,f.sumDeck+=x,f.sumZ+=y.y*A,f.minDeck=Math.min(f.minDeck,x),f.maxDeck=Math.max(f.maxDeck,x+1.6),s[m]=h}for(let m=0;m<n.length;m++){let p=u[m],h=e.floors?.[m],f=c[m],y=Math.min(p.n?p.minX*A:n[m].focal.x*A-1,Number.isFinite(f.minX)?f.minX:1/0),x=Math.max(p.n?p.maxX*A:n[m].focal.x*A+1,Number.isFinite(f.maxX)?f.maxX:-1/0),b=Math.min(p.n?p.minY*A:n[m].focal.y*A-1,Number.isFinite(f.minZ)?f.minZ:1/0),S=Math.max(p.n?p.maxY*A:n[m].focal.y*A+1,Number.isFinite(f.maxZ)?f.maxZ:-1/0),I=Math.min(p.n?Math.min(n[m].baseHeightM,p.minDeck):n[m].baseHeightM,Number.isFinite(f.minY)?f.minY:1/0),w=Math.max(p.n?Math.max(p.maxDeck,I+.5):I+.5,Number.isFinite(f.maxY)?f.maxY:-1/0),g=[p.n?p.sumX/p.n:(y+x)/2,p.n?p.sumDeck/p.n:(I+w)/2,p.n?p.sumZ/p.n:(b+S)/2],T=Math.max(1,.5*Math.hypot(x-y,w-I,S-b));l.push({index:m,id:h?.id??`floor-${m}`,label:h?.name??(n.length>1?`Floor ${m+1}`:"Venue"),seatCount:p.n,center:g,radius:T,box:{min:[y,I,b],max:[x,w,S]},focalWorld:[n[m].focal.x*A,n[m].baseHeightM+1.5,n[m].focal.y*A]})}}return l}function yn(t,e){let n=1/0,i=1/0,o=-1/0,r=-1/0,a=(s,l)=>{s<n&&(n=s),l<i&&(i=l),s>o&&(o=s),l>r&&(r=l)};for(let s of e)a(s.x,s.y);for(let s of t)for(let l of s.objects)if(l.type==="section")for(let c of l.outline)a(c.x,c.y);else if(l.type==="shape"&&l.points)for(let c of l.points)a(c.x,c.y);else if(l.type==="gaArea")for(let c of l.points)a(c.x,c.y);else if(l.type==="booth"){let c=ft(l);if(c)for(let d of c)a(d.x,d.y)}else if(l.type==="table"){let c=dn(l);if(c)for(let d of c)a(d.x,d.y)}else if(l.type==="decorImage"){let c=hn(l);if(c)for(let d of c)a(d.x,d.y)}return Number.isFinite(n)||(n=-100,i=-100,o=100,r=100),{minX:n,minY:i,maxX:o,maxY:r}}function $o(t,e,n,i,o,r){if(e.length===1){let a=Math.max(60,(o.maxX-o.minX+o.maxY-o.minY)*.06),s=mt(o.minX-a,o.minY-a,o.maxX-o.minX+a*2,o.maxY-o.minY+a*2);ie(t,s,void 0,()=>0,-.4,r.ground,r.ground,re)}else{let a=e.reduce((p,h)=>h.baseHeightM<p.baseHeightM?h:p);t.setFloor(a.index);let s=n.filter((p,h)=>i[h]===a.index),l=yn([a],s),c=Math.hypot(l.maxX-l.minX,l.maxY-l.minY),d=Math.max(28,Math.min(80,c*.04)),u=mt(l.minX-d,l.minY-d,l.maxX-l.minX+d*2,l.maxY-l.minY+d*2),m=a.baseHeightM-.03;ie(t,u,void 0,()=>m,m-.22,r.ground,r.ground,re)}}function Jo(t,e,n){let{cx:i,cz:o,radius:r}=n,a=1/0,s=1/0,l=1/0,c=-1/0,d=-1/0,u=-1/0,m=(f,y,x)=>{a=Math.min(a,f),c=Math.max(c,f),s=Math.min(s,y),d=Math.max(d,y),l=Math.min(l,x),u=Math.max(u,x)};for(let f=0;f<t.position.length;f+=3)m(t.position[f],t.position[f+1],t.position[f+2]);for(let f=0;f<e.count;f++){let y=f*3,x=e.iPosition[y],b=e.iPosition[y+1],S=e.iPosition[y+2],I=Math.max(.35,e.iMaxRadius[f]??.35);m(x-I,b,S-I),m(x+I,b+1.6,S+I)}Number.isFinite(a)||(a=i-r,c=i+r,s=0,d=r*.16,l=o-r,u=o+r);let p=[(a+c)/2,(s+d)/2,(l+u)/2],h=Math.max(1,.5*Math.hypot(c-a,d-s,u-l));return{center:p,radius:h,minY:s,maxY:d}}function er(t,e,n,i,o,r){let a=1/0,s=1/0,l=-1/0,c=-1/0;for(let I=0;I<t.count;I++){let w=I*3,g=t.iPosition[w],T=t.iPosition[w+2];g<a&&(a=g),g>l&&(l=g),T<s&&(s=T),T>c&&(c=T)}for(let I of e)a=Math.min(a,I.cx-I.halfX),l=Math.max(l,I.cx+I.halfX),s=Math.min(s,I.cz-I.halfZ),c=Math.max(c,I.cz+I.halfZ);let d=n.minX*A,u=n.maxX*A,m=n.minY*A,p=n.maxY*A,h=d,f=u,y=m,x=p;if(Number.isFinite(a)){let I=Math.max(2,.06*Math.hypot(l-a,c-s));h=Math.max(d,a-I),f=Math.min(u,l+I),y=Math.max(m,s-I),x=Math.min(p,c+I)}let b=Math.min(0,i),S=Math.max(o,r*.05);return{min:[h,b,y],max:[f,S,x]}}function bt(t){let{doc:e}=t,n=so(e.theme),i=n.structure,o=wo(e,t.eventConfigurationId??e.eventConfigurationId),r=t.seats,a=new Et,s=new Map;for(let M of o)for(let R of M.objects)s.set(R.id,M.index),R.type==="section"&&s.set(R.logicalSectionId??R.id,M.index);let l=r.map(M=>s.get(M.sectionId??"")??s.get(M.rowId??"")??0),c=yn(o,r);$o(a,o,r,l,c,i);let d=Io(e,r),u=new Map,m=new Map;for(let M of e.categories??[])u.set(M.key,M.color),M.seatGlyph&&m.set(M.key,M.seatGlyph);let p=[],h=Ro(o,r,l),f=new Float32Array(r.length);for(let M=0;M<o.length;M++){let R=o[M];a.setFloor(M);let C=new Bt,L=[],E=R.objects.filter(P=>P.type==="section"&&!!P.outline&&P.outline.length>=3);for(let P of R.objects)P.type==="section"?No(a,P,R,Fo(P,d),h.bySection.get(P.id),C,E,i):P.type==="shape"?(a.setMaterial(P.role==="screen"?1:0),Lo(a,P,R.baseHeightM,To(P,L),i,R.focal,p),a.setMaterial(0)):P.type==="gaArea"?Oo(a,P,R.baseHeightM,Q(u.get(P.categoryKey)),i):P.type==="booth"?ko(a,P,R.baseHeightM,Q(u.get(P.categoryKey)),i):P.type==="table"?_o(a,P,R.baseHeightM,Q(u.get(P.categoryKey)),i):P.type==="decorImage"&&Bo(a,P,R.baseHeightM,i);zo(a,R,r,h,i)}let y=o.length>1?{x:o.reduce((M,R)=>M+R.focal.x,0)/o.length,y:o.reduce((M,R)=>M+R.focal.y,0)/o.length}:e.focalPoint??{x:(c.minX+c.maxX)/2,y:(c.minY+c.maxY)/2},x=to([a.build()]),b=ao(r,t.initialState,h,f,u,m),S=Ko({doc:e,units:o,seats:r,surfaces:h,focal:y}),{labels:I,sections:w,rows:g}=qo({doc:e,units:o,seats:r,surfaces:h,seatData:b,hintedSeatFloor:l,zones:S,focal:y}),T=Qo({doc:e,units:o,seats:r,surfaces:h,solids:x,hintedSeatFloor:l,seatFloor:f});Zo(I,T),b.iYaw=ro(b.iPosition,r.length,M=>r[M].rowId,M=>{let R=o[f[M]]?.focal??y;return[R.x*A,R.y*A]});let D=(c.minX+c.maxX)/2*A,_=(c.minY+c.maxY)/2*A,G=.5*Math.hypot((c.maxX-c.minX)*A,(c.maxY-c.minY)*A)||10,N=Jo(x,b,{cx:D,cz:_,radius:G}),v=er(b,p,c,N.minY,N.maxY,G);return{solids:x,seats:b,bounds:{center:[(v.min[0]+v.max[0])/2,(v.min[1]+v.max[1])/2,(v.min[2]+v.max[2])/2],radius:G,groundY:0,box:v},renderBounds:{center:N.center,radius:N.radius},stateColorLUT:co(n,ye),theme:n,seatCount:r.length,focalWorld:[y.x*A,1.5,y.y*A],zones:S,stages:p,sections:w,rows:g,labels:I,floors:T}}var la=88,ua=20,tr={floor:{size:14,weight:"700",opacity:.98},zone:{size:15,weight:"600",opacity:.95},section:{size:12,weight:"500",opacity:.88},ga:{size:12,weight:"500",opacity:.88},booth:{size:11,weight:"500",opacity:.85},annotation:{size:11,weight:"400",opacity:.75},row:{size:10.5,weight:"600",opacity:.8},seat:{size:9.5,weight:"500",opacity:.72}},Ot=new Set(["row","seat"]),nr={floor:5,zone:4,section:3,ga:3,booth:2,annotation:1},Vt={row:{x:62,y:16},seat:{x:46,y:18}},rr=Q,xn=t=>Ln(t);function ir(t,e){let n=xn(t),i=xn(e);return(Math.max(n,i)+.05)/(Math.min(n,i)+.05)}function or(t,e){let n=/rgba\((\d+),(\d+),(\d+),([\d.]+)\)/.exec(t.replace(/\s/g,""));if(!n)return e;let i=Math.max(0,Math.min(1,Number(n[4])));return[1,2,3].map(o=>Number(n[o])/255*i+e[o-1]*(1-i))}function ma(t,e=[.04,.06,.1]){let n=xn(e)<.42,i=n?"#f4f7fb":"#0b1220",o=rr(t),r=o&&ir(o,e)>=4.5?t:i;return n?{ink:r,backing:"rgba(8,12,22,.78)",border:"rgba(210,222,245,.24)"}:{ink:r,backing:"rgba(255,255,255,.84)",border:"rgba(11,18,32,.22)"}}var Nt=class{constructor(e,n={}){this.nodes=new Map;this.labels=[];this.forcedDense=!1;this.selectedSeatLabelIds=new Set;this.opts=n,this.root=document.createElement("div"),this.root.setAttribute("data-view3d-labels","");let i=this.root.style;i.position="absolute",i.inset="0",i.pointerEvents="none",i.overflow="hidden",n.fontFamily&&(i.fontFamily=n.fontFamily),e.appendChild(this.root)}setVisible(e){this.root.style.visibility=e?"":"hidden"}setLabels(e){this.labels=e;for(let[n,i]of this.nodes)e.some(o=>o.id===n)||(i.remove(),this.nodes.delete(n))}setForcedDense(e){this.forcedDense=e}setSelectedSeatIds(e){this.selectedSeatLabelIds=new Set(Array.from(e,n=>`seat:${n}`))}qualityEvidence(){let e=this.root.getBoundingClientRect(),n=this.root.style.visibility!=="hidden";return this.labels.map(i=>{let o=this.nodes.get(i.id),r=o?.getBoundingClientRect(),a=!!(n&&o&&o.style.display!=="none"&&r&&r.width>0&&r.height>0);return{id:i.id,kind:i.kind,text:i.text,visible:a,renderedFontPx:o&&Number.parseFloat(o.style.fontSize)||0,contrast:o?Number(o.dataset.qualityContrast??0):0,...a&&r?{screenBox:{x:r.x-e.x,y:r.y-e.y,width:r.width,height:r.height}}:{}}})}update(e,n,i,o,r,a){if(!this.labels.length)return;let s=Uo(o,r,{hasZoneLabels:this.labels.some(b=>b.kind==="zone")});this.forcedDense&&(s.add("row"),s.add("seat"));let l=[];for(let b of this.labels){if(!s.has(b.kind))continue;let S=Be(e,b.anchor,n,i);if(!S.visible)continue;let I=a?Math.hypot(b.anchor[0]-a[0],b.anchor[1]-a[1],b.anchor[2]-a[2]):1;l.push({label:b,screen:S,focus:Wo(S,I,n,i),halfWidth:Xo(b.text,tr[b.kind].size,!Ot.has(b.kind))/2,...this.selectedSeatLabelIds.has(b.id)?{priority:1}:{}})}let c=Ho(l.filter(b=>b.label.kind==="floor"),n),d=[...l.filter(b=>!Ot.has(b.label.kind)&&b.label.kind!=="floor"),...c],u=Yo(d,la,ua),m=bn(l.filter(b=>b.label.kind==="row"),Vt.row.x,Vt.row.y,fn.row,u),p=bn(l.filter(b=>b.label.kind==="seat"),Vt.seat.x,Vt.seat.y,fn.seat,[...u,...m]),h=[...u,...m,...p],f=new Set(h.map(b=>b.label.id));for(let{label:b,screen:S}of h){let w=this.nodeFor(b).style;w.display="",w.transform=`translate(-50%, -50%) translate(${S.x.toFixed(1)}px, ${S.y.toFixed(1)}px)`}let y=h.filter(({label:b})=>!Ot.has(b.kind)).sort((b,S)=>nr[S.label.kind]-nr[b.label.kind]||b.screen.depth-S.screen.depth||b.focus-S.focus),x=[];for(let{label:b}of y){let S=this.nodes.get(b.id);if(!S||S.style.display==="none")continue;let I=S.getBoundingClientRect();x.some(g=>I.left<g.right+3&&I.right+3>g.left&&I.top<g.bottom+3&&I.bottom+3>g.top)?S.style.display="none":x.push(I)}for(let[b,S]of this.nodes)f.has(b)||(S.style.display="none")}nodeFor(e){let n=this.nodes.get(e.id);if(!n){n=document.createElement("div");let u=n.style;u.position="absolute",u.left="0",u.top="0",u.whiteSpace="nowrap",u.textShadow="0 1px 3px rgba(0,0,0,0.85), 0 0 8px rgba(0,0,0,0.55)",u.display="none",this.root.appendChild(n),this.nodes.set(e.id,n)}n.textContent=e.text,n.setAttribute("data-label-kind",e.kind);let i=this.selectedSeatLabelIds.has(e.id);n.toggleAttribute("data-selected-seat",i);let o=tr[e.kind],r=n.style;r.fontSize=`${o.size}px`,r.fontWeight=i?"800":o.weight,r.opacity=i?"1":String(o.opacity);let a=ma(e.color??this.opts.ink,this.opts.backgroundRgb),s=!Ot.has(e.kind);r.color=i?"#ecf8ff":a.ink,r.background=i?"rgba(10,28,45,.9)":s?a.backing:"",r.border=i?"1px solid rgba(89,199,255,.92)":s?`1px solid ${a.border}`:"",r.borderRadius=i||s?"999px":"",r.padding=i||s?"3px 7px":"",r.boxShadow=i?"0 0 0 2px rgba(41,176,255,.18), 0 5px 14px rgba(0,0,0,.35)":s?"0 3px 10px rgba(0,0,0,.24)":"",r.letterSpacing=e.kind==="zone"||e.kind==="floor"?"0.08em":"0.02em";let l=this.opts.backgroundRgb??[.04,.06,.1],c=rr(i?"#ecf8ff":a.ink)??[1,1,1],d=i?or("rgba(10,28,45,.9)",l):s?or(a.backing,l):l;return n.dataset.qualityContrast=ir(c,d).toFixed(3),(e.kind==="zone"||e.kind==="floor")&&(r.textTransform="uppercase"),n}dispose(){this.root.remove(),this.nodes.clear()}};var da=1;var ha=new Set(["floor","zone","section","ga","booth","annotation"]);function pa(t){return t.every(e=>Number.isFinite(e))}function fa(t,e){return t.x<e.x+e.width&&t.x+t.width>e.x&&t.y<e.y+e.height&&t.y+t.height>e.y}function ar(t){return t.length?Math.round(Math.min(...t)*100)/100:null}function Xe(t){return Math.round(t*1e4)/1e4}function ba(t){if(t)return{box:{x:Xe(t.box.x),y:Xe(t.box.y),width:Xe(t.box.width),height:Xe(t.box.height)},horizontalFillRatio:Xe(t.horizontalFillRatio),verticalFillRatio:Xe(t.verticalFillRatio),visibleAreaRatio:Xe(t.visibleAreaRatio),clippedEdges:[...t.clippedEdges]}}function Pe(t,e,n){return n.length?{code:t,message:e,count:n.length,samples:n.slice(0,20)}:null}function gn(t){let e=t.labels.filter(s=>s.visible&&s.screenBox),n=e.filter(s=>ha.has(s.kind)),i=t.scene.floorCount>1?t.scene.floorCount:t.scene.zoneCount||t.scene.sectionCount,o=[];for(let s=0;s<n.length;s+=1)for(let l=0;l<s;l+=1)fa(n[s].screenBox,n[l].screenBox)&&o.push({primaryId:n[s].id,primaryLabel:n[s].text,secondaryId:n[l].id});let r=[...t.camera.position,t.camera.distance,t.camera.verticalFovDeg],a=[Pe("webgl2-unavailable","The venue scene must render through WebGL2",t.context.webgl2?[]:[{primaryId:"renderer",primaryLabel:"WebGL2"}]),Pe("context-lost","The WebGL context must be live at capture",t.context.lost?[{primaryId:"renderer",primaryLabel:"context lost"}]:[]),Pe("frame-not-stable","The captured 3D frame must be rendered and parked",t.frame.rendered>0&&t.frame.idle?[]:[{primaryId:"renderer",primaryLabel:"unstable frame"}]),Pe("viewport-empty","The 3D viewport must have visible dimensions",t.viewport.width>1&&t.viewport.height>1?[]:[{primaryId:"viewport",primaryLabel:`${t.viewport.width}\xD7${t.viewport.height}`}]),Pe("camera-invalid","The capture camera must have a finite physical pose",pa(r)&&t.camera.distance>0&&t.camera.verticalFovDeg>0&&t.camera.verticalFovDeg<180?[]:[{primaryId:"camera",primaryLabel:"invalid pose"}]),Pe("authored-relief-not-visible","Authored 3D height or rake must produce visible screen-space relief",!t.scene.authoredRelief||t.scene.renderedVerticalSpanM>.05&&t.scene.projectedReliefPx>=2?[]:[{primaryId:"scene",primaryLabel:"authored relief",measured:t.scene.projectedReliefPx,minimum:2}]),Pe("hierarchy-label-missing","A venue with authored hierarchy must show at least one structural label",i===0||n.length>0?[]:[{primaryId:"labels",primaryLabel:`${i} expected hierarchy labels`}]),Pe("hierarchy-label-undersized","Visible 3D hierarchy labels must remain readable",n.filter(s=>s.renderedFontPx<11).map(s=>({primaryId:s.id,primaryLabel:s.text,measured:s.renderedFontPx,minimum:11}))),Pe("hierarchy-label-contrast-low","Visible 3D hierarchy labels must meet text contrast",n.filter(s=>s.contrast<4.5).map(s=>({primaryId:s.id,primaryLabel:s.text,measured:s.contrast,minimum:4.5}))),Pe("hierarchy-label-collision","Visible 3D hierarchy labels must not overlap",o)].filter(s=>!!s);return{version:1,state:"venue3d",passed:a.length===0,resolvedRules:["rendered-3d-webgl-context","rendered-3d-stable-frame","rendered-3d-camera-pose","rendered-3d-relief-projection","rendered-3d-label-size","rendered-3d-label-contrast","rendered-3d-label-collision"],viewport:t.viewport,context:t.context,frame:t.frame,camera:t.camera,scene:t.scene,composition:{visibleLabels:e.map(({id:s,kind:l,text:c})=>({id:s,kind:l,text:c})).sort((s,l)=>s.kind.localeCompare(l.kind)||s.id.localeCompare(l.id)),framing:ba(t.framing)},metrics:{minimumHierarchyFontPx:ar(n.map(s=>s.renderedFontPx)),minimumHierarchyContrast:ar(n.map(s=>s.contrast)),projectedReliefPx:Math.round(t.scene.projectedReliefPx*100)/100},findings:a}}import{Geometry as Gt,Mesh as Ht,Transform as br}from"ogl";import{Program as We}from"ogl";var zt=`
|
|
2
2
|
float chairWeight(float depth) {
|
|
3
3
|
return 1.0 - smoothstep(uChairFull, uChairNone, depth);
|
|
4
|
-
}`,
|
|
4
|
+
}`,sr=`
|
|
5
5
|
float occupantWeight(float depth) {
|
|
6
|
-
float nearWeight = smoothstep(${
|
|
7
|
-
float farWeight = 1.0 - smoothstep(${
|
|
6
|
+
float nearWeight = smoothstep(${qn.toFixed(1)}, ${Zn.toFixed(1)}, depth);
|
|
7
|
+
float farWeight = 1.0 - smoothstep(${jn.toFixed(1)}, ${Kn.toFixed(1)}, depth);
|
|
8
8
|
return nearWeight * farWeight;
|
|
9
|
-
}`,
|
|
9
|
+
}`,cr=`
|
|
10
10
|
float glyphEq(float glyph, float expected) {
|
|
11
11
|
return 1.0 - step(0.25, abs(glyph - expected));
|
|
12
12
|
}
|
|
@@ -55,7 +55,7 @@ vec3 glyphChairPosition(vec3 p, float partId, float glyph) {
|
|
|
55
55
|
p.y += 0.16;
|
|
56
56
|
}
|
|
57
57
|
return p;
|
|
58
|
-
}`,
|
|
58
|
+
}`,ya=`#version 300 es
|
|
59
59
|
precision highp float;
|
|
60
60
|
in vec3 position;
|
|
61
61
|
in vec3 normal;
|
|
@@ -91,7 +91,7 @@ void main() {
|
|
|
91
91
|
vNormalWorld = normalize(mat3(modelMatrix) * normal);
|
|
92
92
|
vColor = color;
|
|
93
93
|
gl_Position = projectionMatrix * mv;
|
|
94
|
-
}`,
|
|
94
|
+
}`,xa=`#version 300 es
|
|
95
95
|
precision highp float;
|
|
96
96
|
in vec3 vColor;
|
|
97
97
|
in vec3 vNormalWorld;
|
|
@@ -158,7 +158,7 @@ void main() {
|
|
|
158
158
|
+ vec3(0.20, 0.10, 0.34) * focalHalo;
|
|
159
159
|
base = mix(base, display, poweredDisplay * verticalFace * 0.92);
|
|
160
160
|
fragColor = vec4(base, 1.0);
|
|
161
|
-
}`,
|
|
161
|
+
}`,ga=`#version 300 es
|
|
162
162
|
precision highp float;
|
|
163
163
|
in vec2 position; // quad corner in [-1,1]
|
|
164
164
|
in vec3 iOffset; // per-instance world position
|
|
@@ -184,7 +184,7 @@ out float vDim;
|
|
|
184
184
|
out float vDotWeight; // 1 = the dot IS this seat, 0 = the chair has taken over
|
|
185
185
|
out float vPhysicalSeat;
|
|
186
186
|
out float vPixelRadius;
|
|
187
|
-
${
|
|
187
|
+
${zt}
|
|
188
188
|
void main() {
|
|
189
189
|
vec4 mv = modelViewMatrix * vec4(iOffset, 1.0);
|
|
190
190
|
float depth = max(-mv.z, 0.001);
|
|
@@ -217,7 +217,7 @@ void main() {
|
|
|
217
217
|
vPhysicalSeat = iPhysicalSeat;
|
|
218
218
|
vDim = (uFocusFloor < -0.5 || abs(iFloor - uFocusFloor) < 0.5) ? 0.0 : 1.0;
|
|
219
219
|
gl_Position = projectionMatrix * mv;
|
|
220
|
-
}`,
|
|
220
|
+
}`,va=`#version 300 es
|
|
221
221
|
precision highp float;
|
|
222
222
|
in vec2 vUv;
|
|
223
223
|
in vec3 vColor;
|
|
@@ -275,7 +275,7 @@ void main() {
|
|
|
275
275
|
alpha *= vDotWeight;
|
|
276
276
|
if (alpha <= 0.0) discard;
|
|
277
277
|
fragColor = vec4(c, alpha);
|
|
278
|
-
}`,
|
|
278
|
+
}`,Ma=`#version 300 es
|
|
279
279
|
precision highp float;
|
|
280
280
|
in vec3 position; // local: x/z in units of the seat radius, y in METRES
|
|
281
281
|
in vec3 normal;
|
|
@@ -306,9 +306,9 @@ out vec3 vRing;
|
|
|
306
306
|
out float vDim;
|
|
307
307
|
out float vOccupant; // 1 = this vertex belongs to a person, not to the chair
|
|
308
308
|
out vec3 vOccupantTint;
|
|
309
|
-
${
|
|
310
|
-
${
|
|
311
|
-
${
|
|
309
|
+
${zt}
|
|
310
|
+
${sr}
|
|
311
|
+
${cr}
|
|
312
312
|
void main() {
|
|
313
313
|
vec4 anchor = modelViewMatrix * vec4(iOffset, 1.0);
|
|
314
314
|
float viewDepth = -anchor.z;
|
|
@@ -394,7 +394,7 @@ void main() {
|
|
|
394
394
|
vRing = iRing;
|
|
395
395
|
vDim = (uFocusFloor < -0.5 || abs(iFloor - uFocusFloor) < 0.5) ? 0.0 : 1.0;
|
|
396
396
|
gl_Position = projectionMatrix * mv;
|
|
397
|
-
}`,
|
|
397
|
+
}`,Sa=`#version 300 es
|
|
398
398
|
precision highp float;
|
|
399
399
|
in vec3 vColor;
|
|
400
400
|
in vec3 vNormalWorld;
|
|
@@ -449,14 +449,14 @@ void main() {
|
|
|
449
449
|
// which is what stops a block of them merging into one mass up close.
|
|
450
450
|
base += vec3(0.26, 0.31, 0.38) * fres * 0.55;
|
|
451
451
|
fragColor = vec4(base, 1.0);
|
|
452
|
-
}`,
|
|
452
|
+
}`,wa=`#version 300 es
|
|
453
453
|
precision highp float;
|
|
454
454
|
in vec2 position;
|
|
455
455
|
out vec2 vUv;
|
|
456
456
|
void main() {
|
|
457
457
|
vUv = position * 0.5 + 0.5;
|
|
458
458
|
gl_Position = vec4(position, 0.999, 1.0);
|
|
459
|
-
}`,
|
|
459
|
+
}`,Pa=`#version 300 es
|
|
460
460
|
precision highp float;
|
|
461
461
|
in vec2 vUv;
|
|
462
462
|
uniform vec3 uTop;
|
|
@@ -467,7 +467,7 @@ void main() {
|
|
|
467
467
|
vec2 c = vUv - 0.5;
|
|
468
468
|
float vig = 1.0 - dot(c, c) * 0.85; // soft vignette
|
|
469
469
|
fragColor = vec4(col * vig, 1.0);
|
|
470
|
-
}`,
|
|
470
|
+
}`,Aa=`#version 300 es
|
|
471
471
|
precision highp float;
|
|
472
472
|
in vec2 position;
|
|
473
473
|
in vec3 iOffset;
|
|
@@ -488,7 +488,7 @@ out float vPhysicalSeat;
|
|
|
488
488
|
out float vDotWeight;
|
|
489
489
|
out float vHidden;
|
|
490
490
|
flat out vec3 vPick;
|
|
491
|
-
${
|
|
491
|
+
${zt}
|
|
492
492
|
void main() {
|
|
493
493
|
int id = gl_InstanceID + 1; // 0 reserved for no-hit
|
|
494
494
|
vPick = vec3(float(id & 255), float((id >> 8) & 255), float((id >> 16) & 255)) / 255.0;
|
|
@@ -504,7 +504,7 @@ void main() {
|
|
|
504
504
|
vPhysicalSeat = iPhysicalSeat;
|
|
505
505
|
vHidden = (uFocusFloor > -0.5 && abs(iFloor - uFocusFloor) > 0.5) ? 1.0 : 0.0;
|
|
506
506
|
gl_Position = projectionMatrix * mv;
|
|
507
|
-
}`,
|
|
507
|
+
}`,Ca=`#version 300 es
|
|
508
508
|
precision highp float;
|
|
509
509
|
in vec2 vUv;
|
|
510
510
|
in float vPhysicalSeat;
|
|
@@ -518,7 +518,7 @@ void main() {
|
|
|
518
518
|
float d = mix(max(abs(vUv.x), abs(vUv.y)), length(vUv), vPhysicalSeat);
|
|
519
519
|
if (d > 1.0) discard; // hit-mask matches chair/bay shape
|
|
520
520
|
fragColor = vec4(vPick, 1.0);
|
|
521
|
-
}`,
|
|
521
|
+
}`,Ra=`#version 300 es
|
|
522
522
|
precision highp float;
|
|
523
523
|
in vec3 position;
|
|
524
524
|
in float part;
|
|
@@ -539,9 +539,9 @@ uniform float uBackBase;
|
|
|
539
539
|
uniform float uFocusFloor;
|
|
540
540
|
flat out vec3 vPick;
|
|
541
541
|
out float vHidden;
|
|
542
|
-
${
|
|
543
|
-
${
|
|
544
|
-
${
|
|
542
|
+
${zt}
|
|
543
|
+
${sr}
|
|
544
|
+
${cr}
|
|
545
545
|
void main() {
|
|
546
546
|
int id = int(iPickIndex + 0.5); // already global index + 1
|
|
547
547
|
vPick = vec3(float(id & 255), float((id >> 8) & 255), float((id >> 16) & 255)) / 255.0;
|
|
@@ -574,7 +574,7 @@ void main() {
|
|
|
574
574
|
float c = cos(iYaw), s = sin(iYaw);
|
|
575
575
|
vec3 rp = vec3(p.x * c + p.z * s, p.y, -p.x * s + p.z * c);
|
|
576
576
|
gl_Position = projectionMatrix * modelViewMatrix * vec4(iOffset + rp, 1.0);
|
|
577
|
-
}`,
|
|
577
|
+
}`,Ia=`#version 300 es
|
|
578
578
|
precision highp float;
|
|
579
579
|
flat in vec3 vPick;
|
|
580
580
|
in float vHidden;
|
|
@@ -582,7 +582,7 @@ out vec4 fragColor;
|
|
|
582
582
|
void main() {
|
|
583
583
|
if (vHidden > 0.5) discard;
|
|
584
584
|
fragColor = vec4(vPick, 1.0);
|
|
585
|
-
}`,
|
|
585
|
+
}`,Fa=`#version 300 es
|
|
586
586
|
precision highp float;
|
|
587
587
|
in vec3 position;
|
|
588
588
|
in float floorIndex;
|
|
@@ -593,30 +593,11 @@ out float vHidden;
|
|
|
593
593
|
void main() {
|
|
594
594
|
vHidden = (uFocusFloor > -0.5 && abs(floorIndex - uFocusFloor) > 0.5) ? 1.0 : 0.0;
|
|
595
595
|
gl_Position = projectionMatrix * modelViewMatrix * vec4(position, 1.0);
|
|
596
|
-
}`,
|
|
596
|
+
}`,Ta=`#version 300 es
|
|
597
597
|
precision highp float;
|
|
598
598
|
in float vHidden;
|
|
599
599
|
out vec4 fragColor;
|
|
600
600
|
void main() {
|
|
601
601
|
if (vHidden > 0.5) discard;
|
|
602
602
|
fragColor = vec4(0.0, 0.0, 0.0, 1.0);
|
|
603
|
-
}`;function br(t){return new je(t,{vertex:_a,fragment:Oa,transparent:!1,depthTest:!0,depthWrite:!0,cullFace:!1,uniforms:{uSeatRadius:{value:Re},uSeatScale:{value:1},uMinPixels:{value:Ze},uPixelToWorld:{value:.002},uChairFull:{value:lt},uChairNone:{value:Qe},uFocusFloor:{value:-1}}})}function yr(t){return new je(t,{vertex:Ba,fragment:Va,transparent:!1,depthTest:!0,depthWrite:!0,cullFace:!1,uniforms:{uChairFull:{value:lt},uChairNone:{value:Qe},uBackRake:{value:an},uBackBase:{value:Lt},uFocusFloor:{value:-1}}})}function xr(t){return new je(t,{vertex:za,fragment:Na,transparent:!1,depthTest:!0,depthWrite:!0,cullFace:!1,uniforms:{uFocusFloor:{value:-1}}})}function gr(t){return new je(t,{vertex:Ra,fragment:Ia,cullFace:!1,depthTest:!0,depthWrite:!0,uniforms:{uKeyDir:{value:new Float32Array([.38,.86,.34])},uFocusFloor:{value:-1},uStructureDetail:{value:0}}})}function vr(t){return new je(t,{vertex:Ta,fragment:Fa,transparent:!0,depthTest:!0,depthWrite:!1,cullFace:!1,uniforms:{uSeatRadius:{value:Re},uSeatScale:{value:1},uMinPixels:{value:Ze},uPixelToWorld:{value:.002},uSeatFade:{value:0},uSeatDetail:{value:0},uFocusFloor:{value:-1},uFadeColor:{value:new Float32Array([.32,.37,.43])},uChairFull:{value:lt},uChairNone:{value:Qe}}})}function Mr(t){return new je(t,{vertex:Ea,fragment:Da,transparent:!1,depthTest:!0,depthWrite:!0,cullFace:!1,uniforms:{uKeyDir:{value:new Float32Array([.38,.86,.34])},uFadeColor:{value:new Float32Array([.32,.37,.43])},uChairFull:{value:lt},uChairNone:{value:Qe},uBackRake:{value:an},uBackBase:{value:Lt},uFocusFloor:{value:-1}}})}function Sr(t,e,n){return new je(t,{vertex:ka,fragment:La,depthTest:!1,depthWrite:!1,cullFace:!1,uniforms:{uTop:{value:new Float32Array(e)},uBottom:{value:new Float32Array(n)}}})}function Pr(t,e,n,r,o,i){for(let a=n;a<n+r;a++){let l=i&&e[a]===0?null:o[e[a]]??o[0];t[a*3]=l?l[0]:i[a*3],t[a*3+1]=l?l[1]:i[a*3+1],t[a*3+2]=l?l[2]:i[a*3+2]}}var Ga=new Float32Array([-1,-1,1,-1,1,1,-1,-1,1,1,-1,1]),Ha=new Float32Array([-1,-1,3,-1,-1,3]);function Ar(t,e){let n=new wr,r=new wr,o=new Gt(t,{position:{size:2,data:Ha}}),i=Sr(t,e.theme.background.top,e.theme.background.bottom),a=new Ht(t,{geometry:o,program:i});a.frustumCulled=!1,a.setParent(r);let s=new Gt(t,{position:{size:3,data:e.solids.position},normal:{size:3,data:e.solids.normal},color:{size:3,data:e.solids.color},floorIndex:{size:1,data:e.solids.floor},materialIndex:{size:1,data:e.solids.material}}),l=gr(t),c=new Ht(t,{geometry:s,program:l});c.frustumCulled=!1,c.setParent(n);let d=vr(t),u=new Float32Array(e.seats.count*3),m=be.map(T=>e.theme.seatStates[T]);Pr(u,e.seats.iState,0,e.seats.count,m,e.seats.iCategory);let p=new Gt(t,{position:{size:2,data:Ga},iOffset:{size:3,data:e.seats.iPosition,instanced:1},iColor:{size:3,data:u,instanced:1},iMaxRadius:{size:1,data:e.seats.iMaxRadius,instanced:1},iPhysicalSeat:{size:1,data:e.seats.iPhysicalSeat,instanced:1},iRing:{size:3,data:e.seats.iRing,instanced:1},iFloor:{size:1,data:e.seats.iFloor,instanced:1}}),h=new Ht(t,{geometry:p,program:d});h.frustumCulled=!1,e.seats.count>0&&h.setParent(n);let f=p.attributes.iColor,x=uo(),b=Mr(t),y=It,g=new Float32Array(y*3),F=new Float32Array(y*3),w=new Float32Array(y),v=new Float32Array(y),D=new Float32Array(y),L=new Float32Array(y*3),_=new Float32Array(y),U=new Float32Array(y),B=new Float32Array(y),S=new Float32Array(y),M=new Gt(t,{position:{size:3,data:x.position},normal:{size:3,data:x.normal},part:{size:1,data:x.part},index:{data:x.index},iOffset:{size:3,data:g,instanced:1},iColor:{size:3,data:F,instanced:1},iRadius:{size:1,data:w,instanced:1},iYaw:{size:1,data:v,instanced:1},iGlyph:{size:1,data:D,instanced:1},iRing:{size:3,data:L,instanced:1},iFloor:{size:1,data:_,instanced:1},iPhysicalSeat:{size:1,data:U,instanced:1},iSeed:{size:1,data:S,instanced:1},iPickIndex:{size:1,data:B,instanced:1}}),A=new Ht(t,{geometry:M,program:b});A.frustumCulled=!1;let R=0,V=new Int32Array(0),E=()=>{let T=e.seats;for(let z=0;z<R;z++){let P=V[z];S[z]=ho(T.iState[P],P);let O=T.iCategory&&T.iState[P]===0?null:m[T.iState[P]]??m[0];if(O)F[z*3]=O[0],F[z*3+1]=O[1],F[z*3+2]=O[2];else{let H=Qn([T.iCategory[P*3],T.iCategory[P*3+1],T.iCategory[P*3+2]]);F[z*3]=H[0],F[z*3+1]=H[1],F[z*3+2]=H[2]}}M.attributes.iColor.needsUpdate=!0,M.attributes.iSeed.needsUpdate=!0},C={main:n,background:r,seatProgram:d,solidProgram:l,chairProgram:b,seatGeometry:p,chairGeometry:M,solidGeometry:s,drawCalls:3,setNearSeats(T,z){let P=Math.min(z,y);if(V=T,R=P,P===0){A.parent&&A.setParent(null),M.instancedCount=0,C.drawCalls=3;return}let k=e.seats;for(let O=0;O<P;O++){let H=T[O];g[O*3]=k.iPosition[H*3],g[O*3+1]=k.iPosition[H*3+1],g[O*3+2]=k.iPosition[H*3+2],w[O]=k.iChairWidth[H],v[O]=k.iYaw[H],D[O]=k.iGlyph[H],L[O*3]=k.iRing[H*3],L[O*3+1]=k.iRing[H*3+1],L[O*3+2]=k.iRing[H*3+2],_[O]=k.iFloor[H],U[O]=k.iPhysicalSeat[H],B[O]=H+1}E(),M.attributes.iOffset.needsUpdate=!0,M.attributes.iRadius.needsUpdate=!0,M.attributes.iYaw.needsUpdate=!0,M.attributes.iGlyph.needsUpdate=!0,M.attributes.iRing.needsUpdate=!0,M.attributes.iFloor.needsUpdate=!0,M.attributes.iPhysicalSeat.needsUpdate=!0,M.attributes.iSeed.needsUpdate=!0,M.attributes.iPickIndex.needsUpdate=!0,M.instancedCount=P,A.parent||A.setParent(n),C.drawCalls=4},nearSeatCount(){return R},uploadSeatStateRuns(T){if(!T.length)return;R&&E();for(let P of T)Pr(u,e.seats.iState,P.start,P.length,m,e.seats.iCategory);let z=f.buffer;if(!z){f.needsUpdate=!0;return}t.bindBuffer(t.ARRAY_BUFFER,z);for(let P of T){let k=u.subarray(P.start*3,(P.start+P.length)*3);t.bufferSubData(t.ARRAY_BUFFER,P.start*3*Float32Array.BYTES_PER_ELEMENT,k)}},dispose(){o.remove(),i.remove(),s.remove(),l.remove(),p.remove(),d.remove(),M.remove(),b.remove()}};return C}import{Mesh as Mn,RenderTarget as Ya,Transform as Sn}from"ogl";function Ua(t,e,n){let r=t+(e<<8)+(n<<16);return r===0?-1:r-1}function Cr(t,e,n,r,o,i){let a=-1,s=1/0;for(let l=0;l<n;l++)for(let c=0;c<e;c++){let d=(l*e+c)*4,u=Ua(t[d],t[d+1],t[d+2]);if(u<0||u>=i)continue;let m=c-r,p=l-o,h=m*m+p*p;h<s&&(s=h,a=u)}return a}function Rr(t,e,n,r,o,i){let a=t-n.left,s=e-n.top,l=Math.round(a*r),c=Math.round((n.height-s)*r);return{x:Math.max(0,Math.min(o-1,l)),y:Math.max(0,Math.min(i-1,c))}}var Xa=["uSeatRadius","uSeatScale","uMinPixels","uPixelToWorld"],Ut=class{constructor(e,n,r,o,i){this.seatScene=new Sn;this.chairScene=new Sn;this.solidScene=new Sn;this.target=null;this.restoreClear=[0,0,0];this.renderer=e,this.gl=e.gl,this.maxIndex=i,this.seatProg=br(this.gl),this.chairProg=yr(this.gl),this.depthProg=xr(this.gl);let a=new Mn(this.gl,{geometry:n,program:this.seatProg});a.frustumCulled=!1,a.setParent(this.seatScene);let s=new Mn(this.gl,{geometry:r,program:this.chairProg});s.frustumCulled=!1,s.setParent(this.chairScene);let l=new Mn(this.gl,{geometry:o,program:this.depthProg});l.frustumCulled=!1,l.setParent(this.solidScene)}setRestoreClear(e){this.restoreClear=[e[0],e[1],e[2]]}syncFromSeatProgram(e){for(let r of Xa)this.seatProg.uniforms[r].value=e.uniforms[r].value;let n=e.uniforms.uFocusFloor.value;this.seatProg.uniforms.uFocusFloor.value=n,this.chairProg.uniforms.uFocusFloor.value=n,this.depthProg.uniforms.uFocusFloor.value=n}ensureTarget(){let e=this.gl.drawingBufferWidth,n=this.gl.drawingBufferHeight;return this.target&&(this.target.width!==e||this.target.height!==n)&&this.destroyTarget(),this.target||(this.target=new Ya(this.gl,{width:e,height:n,depth:!0})),this.target}destroyTarget(){if(!this.target)return;let e=this.gl;this.target.buffer&&e.deleteFramebuffer(this.target.buffer);for(let n of this.target.textures??[])n.texture&&e.deleteTexture(n.texture);this.target.depthBuffer&&e.deleteRenderbuffer(this.target.depthBuffer),this.target=null}pick(e,n,r,o){let i=this.gl,a=this.ensureTarget(),s=i.drawingBufferWidth,l=i.drawingBufferHeight,c=Math.max(0,n-o),d=Math.max(0,r-o),u=Math.max(1,Math.min(s,n+o+1)-c),m=Math.max(1,Math.min(l,r+o+1)-d);i.enable(i.SCISSOR_TEST),i.scissor(c,d,u,m);let[p,h,f]=this.restoreClear;i.clearColor(0,0,0,1),this.renderer.render({scene:this.solidScene,camera:e,target:a,clear:!0}),this.renderer.render({scene:this.seatScene,camera:e,target:a,clear:!1}),this.renderer.render({scene:this.chairScene,camera:e,target:a,clear:!1}),i.clearColor(p,h,f,1),i.disable(i.SCISSOR_TEST);let x=new Uint8Array(u*m*4);return this.renderer.bindFramebuffer(a),i.readPixels(c,d,u,m,i.RGBA,i.UNSIGNED_BYTE,x),this.renderer.bindFramebuffer(),Cr(x,u,m,n-c,r-d,this.maxIndex)}dispose(){this.destroyTarget(),this.seatProg.remove(),this.chairProg.remove(),this.depthProg.remove()}};function Ir(t,e){let n=[];for(let r of e)t.has(r.seatId)?t.set(r.seatId,ct(r.state)):n.push(r);return n}function Tr(t,e,n){let r=new Set;for(let a of e)(t.has(a)||n(a)!==void 0)&&r.add(a);let o=new Map(t),i=[];for(let[a,s]of t)r.has(a)||(i.push({seatId:a,state:be[s]??"available"}),o.delete(a));for(let a of r){if(o.has(a))continue;let s=n(a);s!==void 0&&(o.set(a,s),i.push({seatId:a,state:"selected"}))}return{updates:i,next:o}}import{Quat as xt,Vec3 as qa}from"ogl";function Wa(t,e){return[t[0]-e[0],t[1]-e[1],t[2]-e[2]]}function Fr(t,e){return[t[0]+e[0],t[1]+e[1],t[2]+e[2]]}function ja(t,e){return[t[0]*e,t[1]*e,t[2]*e]}function Er(t){let e=Math.hypot(t[0],t[1],t[2]);return e>1e-6?[t[0]/e,t[1]/e,t[2]/e]:[0,0,0]}function wn(t){let e=Math.max(0,Math.min(1,t));return e*e*e*(e*(e*6-15)+10)}function Pn(t,e){return Math.max(0,Math.min(1,t+e))}function Dr(t,e){let n=t.length;if(n===0)return[0,0,0];if(n===1)return[...t[0]];let r=Math.max(0,Math.min(1,e)),o=n-1,i=Math.floor(r*o);i>=o&&(i=o-1);let a=r*o-i,s=t[Math.max(0,i-1)],l=t[i],c=t[i+1],d=t[Math.min(n-1,i+2)],u=a*a,m=u*a,p=[0,0,0];for(let h=0;h<3;h++)p[h]=.5*(2*l[h]+(-s[h]+c[h])*a+(2*s[h]-5*l[h]+4*c[h]-d[h])*u+(-s[h]+3*l[h]-3*c[h]+d[h])*m);return p}function An(t,e,n,r,o){let i=Er(Wa(e,n));i[0]===0&&i[1]===0&&i[2]===0&&(i=[0,0,1]);let a=Fr(Fr(e,ja(i,2.5)),[0,1.5,0]),s=[e[0]-r[0],0,e[2]-r[2]],l=Er(s);l[0]===0&&l[2]===0&&(l=[i[0],0,i[2]]);let c=Math.max(1,o),d=[r[0]+l[0]*c*1.3,r[1]+c*.75,r[2]+l[2]*c*1.3];return{waypoints:[t,d,a],finalPos:a}}function Cn(t,e,n=35,r=28){let o=wn(e),i=Dr(t,o),a=wn(Math.max(0,Math.min(1,(e-.66)/.34)));return{pos:i,fov:n+(r-n)*a,eased:o}}function _r(t,e,n){let r=t.position.clone(),o=new xt().copy(t.quaternion);t.position.set(e[0],e[1],e[2]),t.lookAt(new qa(n[0],n[1],n[2]));let i=new xt().copy(t.quaternion);return t.position.copy(r),t.quaternion.copy(o),i}var Yt=class{constructor(e){this.active=!1;this.waypoints=[];this.startQuat=new xt;this.endQuat=new xt;this.outQuat=new xt;this.startTime=0;this.duration=2500;this.endFov=28;this.resolveFn=null;this.camera=e}start(e,n,r,o=2500,i=28){return this.settle(),this.waypoints=e,this.startQuat.copy(n),this.endQuat.copy(r),this.duration=o,this.endFov=i,this.startTime=performance.now(),this.active=!0,new Promise(a=>{this.resolveFn=a})}update(e){if(!this.active)return!1;let n=Math.min(1,(e-this.startTime)/this.duration),{pos:r,fov:o,eased:i}=Cn(this.waypoints,n,35,this.endFov);return this.camera.position.set(r[0],r[1],r[2]),this.outQuat.copy(this.startQuat).slerp(this.endQuat,Pn(i,.15)),this.camera.quaternion.copy(this.outQuat),this.camera.fov=o,this.camera.updateProjectionMatrix(),n>=1?(this.settle(),!1):!0}cancel(){this.settle()}settle(){this.active=!1;let e=this.resolveFn;this.resolveFn=null,e&&e()}};var Ka=1.02,Za=1.5;function Or(t,e,n=0,r){let o=Number.isFinite(r)?n+r:t[1]+Ka;return{eye:[t[0],o,t[2]],focal:[e.x*I,n+Za,e.y*I]}}import{Geometry as Qa,Mesh as $a,Program as Ja,Texture as es}from"ogl";var ts=64,ns=32,os=500;function rs(t=ts,e=ns,n=os){let r=t+1,o=e+1,i=r*o,a=new Float32Array(i*3),s=new Float32Array(i*2);for(let d=0;d<o;d++){let u=d/e,m=u*Math.PI,p=Math.sin(m),h=Math.cos(m);for(let f=0;f<r;f++){let x=f/t,b=(x-.5)*Math.PI*2,y=d*r+f;a[y*3]=n*p*Math.sin(b),a[y*3+1]=n*h,a[y*3+2]=-n*p*Math.cos(b),s[y*2]=x,s[y*2+1]=u}}let l=new Uint16Array(t*e*6),c=0;for(let d=0;d<e;d++)for(let u=0;u<t;u++){let m=d*r+u,p=m+r;l[c++]=m,l[c++]=p,l[c++]=m+1,l[c++]=m+1,l[c++]=p,l[c++]=p+1}return{position:a,uv:s,index:l}}function Br(t,e){let n=t*Math.PI/180,r=e*Math.PI/180,o=Math.cos(r);return[o*Math.sin(n),Math.sin(r),-o*Math.cos(n)]}var is=`#version 300 es
|
|
604
|
-
precision highp float;
|
|
605
|
-
in vec3 position;
|
|
606
|
-
in vec2 uv;
|
|
607
|
-
uniform mat4 modelViewMatrix;
|
|
608
|
-
uniform mat4 projectionMatrix;
|
|
609
|
-
out vec2 vUv;
|
|
610
|
-
void main() {
|
|
611
|
-
vUv = uv;
|
|
612
|
-
gl_Position = projectionMatrix * modelViewMatrix * vec4(position, 1.0);
|
|
613
|
-
}`,as=`#version 300 es
|
|
614
|
-
precision highp float;
|
|
615
|
-
in vec2 vUv;
|
|
616
|
-
uniform sampler2D uPano;
|
|
617
|
-
uniform float uOpacity;
|
|
618
|
-
out vec4 fragColor;
|
|
619
|
-
void main() {
|
|
620
|
-
vec3 rgb = texture(uPano, vUv).rgb;
|
|
621
|
-
fragColor = vec4(rgb, uOpacity);
|
|
622
|
-
}`;function Vr(t,e){let{position:n,uv:r,index:o}=rs(),i=new Qa(t,{position:{size:3,data:n},uv:{size:2,data:r},index:{data:o}}),a=new es(t,{image:e,wrapS:t.CLAMP_TO_EDGE,wrapT:t.CLAMP_TO_EDGE,generateMipmaps:!0,flipY:!1}),s=new Ja(t,{vertex:is,fragment:as,uniforms:{uPano:{value:a},uOpacity:{value:0}},transparent:!0,depthTest:!1,depthWrite:!1}),l=new $a(t,{geometry:i,program:s});return{mesh:l,setOpacity(c){s.uniforms.uOpacity.value=Math.max(0,Math.min(1,c))},setImage(c){a.image=c,a.needsUpdate=!0},dispose(){l.setParent(null),i.remove(),a.texture&&t.deleteTexture(a.texture),s.remove()}}}var zr=.15;async function Nr(t,e,n,r={}){let o=r.fadeMs??400,i=e?.initialBearingDeg??0,a=Math.max(-Ce,Math.min(Ce,e?.initialPitchDeg??0)),s=jn,l=!1,c=new AbortController,d=()=>c.abort();r.signal?.addEventListener("abort",d,{once:!0});let u=()=>{},m=[n.camera.position.x,n.camera.position.y,n.camera.position.z];if(!e&&n.cameraOriginWorld&&n.camera.position.set(n.cameraOriginWorld[0],n.cameraOriginWorld[1],n.cameraOriginWorld[2]),!e&&n.focalWorld){let P=n.camera.position,k=n.focalWorld[0]-P.x,O=n.focalWorld[1]-P.y,H=n.focalWorld[2]-P.z,X=Math.hypot(k,H);X>.001&&(i=Math.atan2(k,-H)*180/Math.PI,a=Math.max(-Ce,Math.min(Ce,Math.atan2(O,X)*180/Math.PI)))}let p=null;if(e){let P=n.gl.getParameter(n.gl.MAX_TEXTURE_SIZE),k=Gn(e,Nn(P)),O;try{let H=e.resolveUrl?await e.resolveUrl(k.initialUrl):k.initialUrl;if(!H)throw new Error("panorama_asset_unavailable");O=await Qt(H,c.signal)}catch{return r.signal?.removeEventListener("abort",d),null}try{p=Vr(n.gl,O)}catch{return c.abort(),r.signal?.removeEventListener("abort",d),null}p.mesh.renderOrder=999,p.mesh.setParent(n.scene),k.upgradeUrl&&(u=Hn(()=>{(e.resolveUrl?e.resolveUrl(k.upgradeUrl):Promise.resolve(k.upgradeUrl)).then(X=>!X||c.signal.aborted?null:Qt(X,c.signal)).then(X=>{X&&(l||c.signal.aborted||(p?.setImage(X),n.requestRender()))}).catch(()=>{})}))}let h=n.camera.fov;n.camera.perspective({fov:s,aspect:n.camera.aspect});let f=n.camera.quaternion.slice(),x=()=>{let P=n.camera.position;p?.mesh.position.set(P.x,P.y,P.z);let[k,O,H]=Br(i,a);n.camera.lookAt([P.x+k,P.y+O,P.z+H]),n.requestRender()};x();let b=document.createElement("div"),y=document.activeElement instanceof HTMLElement?document.activeElement:null;b.setAttribute("role","dialog"),b.setAttribute("aria-modal","true"),b.setAttribute("aria-label",r.seatLabel?`View from ${r.seatLabel}`:"View from seat"),b.tabIndex=-1,Object.assign(b.style,{position:"absolute",inset:"0",zIndex:"10",cursor:"grab",touchAction:"none"});let g=document.createElement("button");if(g.type="button",g.setAttribute("aria-label","Close"),g.textContent="\u2715",Object.assign(g.style,{position:"absolute",top:"12px",right:"12px",zIndex:"2",width:"44px",height:"44px",borderRadius:"999px",cursor:"pointer",border:"1px solid rgba(255,255,255,0.25)",background:"rgba(8,12,18,0.6)",color:"#e6edf3",fontSize:"15px",lineHeight:"1"}),b.appendChild(g),r.disclosure){let P=document.createElement("div");P.textContent=`${r.disclosurePrefix??"360\xB0 panorama"} \xB7 ${r.disclosure}`,Object.assign(P.style,{position:"absolute",top:"12px",left:"12px",zIndex:"2",maxWidth:"calc(100% - 88px)",padding:"8px 11px",borderRadius:"999px",overflow:"hidden",color:"#dce6f8",background:"rgba(8,12,18,0.68)",font:"600 11px/1.2 ui-sans-serif, system-ui, sans-serif",textOverflow:"ellipsis",whiteSpace:"nowrap",pointerEvents:"none",backdropFilter:"blur(6px)"}),b.appendChild(P)}let F=document.createElement("div");F.textContent="Drag to look \xB7 pinch or scroll to zoom \xB7 Esc to close",Object.assign(F.style,{position:"absolute",bottom:"12px",left:"0",right:"0",textAlign:"center",color:"rgba(230,237,243,0.7)",font:"12px ui-sans-serif, system-ui, sans-serif",pointerEvents:"none"}),b.appendChild(F),t.appendChild(b),g.focus({preventScroll:!0});let w=!1,v=0,D=0,L=0,_=new Map,U=()=>{let[P,k]=[..._.values()];return P&&k?Math.hypot(P.x-k.x,P.y-k.y):0},B=P=>{let k=qn(P);k!==s&&(s=k,n.camera.perspective({fov:s,aspect:n.camera.aspect}),x())},S=P=>{P.target!==g&&(_.set(P.pointerId,{x:P.clientX,y:P.clientY}),w=_.size===1,v=P.clientX,D=P.clientY,_.size===2&&(L=U()),b.setPointerCapture?.(P.pointerId),b.style.cursor="grabbing")},M=P=>{if(_.has(P.pointerId)){if(_.set(P.pointerId,{x:P.clientX,y:P.clientY}),_.size>=2){let k=U();L>0&&k>0&&B(s*(L/k)),L=k,w=!1;return}w&&(i+=(P.clientX-v)*zr,a=Math.max(-Ce,Math.min(Ce,a+(P.clientY-D)*zr)),v=P.clientX,D=P.clientY,x())}},A=P=>{_.delete(P.pointerId),L=_.size===2?U():0;let k=_.values().next().value;w=_.size===1,k?(v=k.x,D=k.y):b.style.cursor="grab";try{b.releasePointerCapture?.(P.pointerId)}catch{}},R=P=>{P.preventDefault(),B(s+P.deltaY*.04)};b.addEventListener("pointerdown",S),b.addEventListener("pointermove",M),b.addEventListener("pointerup",A),b.addEventListener("pointercancel",A),b.addEventListener("wheel",R,{passive:!1});let V=P=>{if(!l){if(P.key==="Tab"){P.preventDefault(),g.focus({preventScroll:!0});return}if(P.key==="Escape"){P.stopPropagation(),z.close();return}if(P.key==="ArrowLeft"||P.key==="ArrowRight")i+=P.key==="ArrowLeft"?-4:4;else if(P.key==="ArrowUp"||P.key==="ArrowDown")a=Math.max(-Ce,Math.min(Ce,a+(P.key==="ArrowUp"?4:-4)));else if(P.key==="+"||P.key==="="){B(s-5),P.preventDefault();return}else if(P.key==="-"){B(s+5),P.preventDefault();return}else return;P.preventDefault(),x()}};window.addEventListener("keydown",V);let E=0,C=(P,k)=>{if(!p){k?.();return}let O=P===1?0:1,H=performance.now(),X=()=>{if(l)return;let Y=o<=0?1:Math.min(1,(performance.now()-H)/o);p?.setOpacity(O+(P-O)*Y),n.requestRender(),Y<1?E=requestAnimationFrame(X):k?.()};E=requestAnimationFrame(X)};C(1);let T=()=>{l||(l=!0,u(),c.abort(),r.signal?.removeEventListener("abort",d),cancelAnimationFrame(E),b.removeEventListener("pointerdown",S),b.removeEventListener("pointermove",M),b.removeEventListener("pointerup",A),b.removeEventListener("pointercancel",A),b.removeEventListener("wheel",R),window.removeEventListener("keydown",V),b.remove(),y?.isConnected&&y.focus({preventScroll:!0}),p?.dispose(),n.camera.position.set(m[0],m[1],m[2]),n.camera.perspective({fov:h,aspect:n.camera.aspect}),n.camera.quaternion.set(f[0],f[1],f[2],f[3]),n.requestRender())},z={close(){if(l)return;let P=()=>{T(),r.onClose?.()};cancelAnimationFrame(E),C(0,P)},dispose:T};return g.addEventListener("click",()=>z.close()),z}function Gr(t){let{container:e,model:n,opts:r,analytics:o,orbit:i,loop:a,seatsById:s,ensureSeatView:l,resolvedSeatViewPose:c,gpu:d,gl:u,isContextLost:m,isDisposed:p,flightGen:h,setPanorama:f,getLoadAbort:x,setLoadAbort:b,setPanoramaSphereVisible:y,setFrozen:g,raisePanoramaLayer:F,restorePanoramaLayer:w,getOverviewChip:v,labelOverlay:D,reducedMotion:L,removeArriveChip:_,showArriveChip:U}=t;return async(B,S,M)=>{x()?.abort();let A=new AbortController;b(A);let R=n.seats.idToIndex.get(B);if(R===void 0){i.syncFromCamera();return}let V=s.get(B)?.label??B,E=c(B,R),C=l(B);if(!C){A.abort(),x()===A&&b(null),i.syncFromCamera();return}g(!0),a.stop();let T;try{T=await C}catch{if(x()===A&&b(null),o.panoramaFailed(B,"source"),!p()&&M===h()){g(!1),i.resumeAfterFlight(E.focal),a.requestRender();let j=U(B,M,!0);requestAnimationFrame(()=>j?.querySelector("[data-panorama-trigger]")?.focus())}return}if(p()||M!==h()){A.abort(),x()===A&&b(null);return}_();let z=v(),P=()=>{A.abort(),x()===A&&b(null),f(null),y(!1),w(),z.style.display="",D.setVisible(!r.arriveAtSeatEye),g(!1),o.panoramaClosed(),i.resumeAfterFlight(E.focal),a.requestRender();let j=U(B,h());requestAnimationFrame(()=>j?.querySelector("[data-panorama-trigger]")?.focus())},k=T.generated===!0,O=Wn(T);F(),y(!k),z.style.display="none";let H=L()?0:S,X=d(),Y=X&&!m()?await Nr(e,k?null:T,{gl:u,scene:X.main,camera:i.camera,requestRender:()=>a.requestRender(),cameraOriginWorld:k?E.eye:void 0,focalWorld:E.focal},{fadeMs:H,seatLabel:V,disclosure:O,disclosurePrefix:k?"Live seat-eye view":"360\xB0 panorama",onClose:P,signal:A.signal}):null;if(p()||M!==h()){A.abort(),y(!1),x()===A&&b(null),Y?.dispose(),z.style.display="",w();return}if(Y)i.syncFromCamera(),D.setVisible(!1),g(!1),a.requestRender(),f(Y);else if(k){w(),z.style.display="",g(!1),i.resumeAfterFlight(E.focal),a.requestRender(),f(null),y(!1),o.panoramaFailed(B,"mount");let j=U(B,h(),!0);requestAnimationFrame(()=>j?.querySelector("[data-panorama-trigger]")?.focus()),x()===A&&b(null);return}else y(!1),o.panoramaFallback(B),f(Kn(e,T,{fadeMs:H,seatLabel:V,disclosure:O,onClose:P,signal:A.signal}));o.panoramaOpened()}}var Hr=()=>typeof performance<"u"&&performance.now?performance.now():Date.now(),Xt=class{constructor(e){this.orbitLatched=!1;this.panoramaOpenedAt=0;this.cb=e}emit(e,n){if(this.cb)try{this.cb(e,n)}catch{}}opened(e,n,r,o){this.emit("3d_opened",{seats:e,hasHeights:n,...r===void 0?{}:{buildMs:Math.round(r)},...o===void 0?{}:{prepSource:o}})}orbitEngaged(){this.orbitLatched||(this.orbitLatched=!0,this.emit("3d_orbit_engaged"))}seatPicked(e,n){this.emit("3d_seat_picked",{seatId:e,sectionId:n})}cinematicPlayed(e){this.emit("3d_cinematic_played",{durationMs:e,reducedMotion:!1})}cinematicSkipped(){this.emit("3d_cinematic_skipped",{reducedMotion:!0})}cinematicCancelled(){this.emit("3d_cinematic_cancelled")}panoramaOpened(){this.panoramaOpenedAt=Hr(),this.emit("3d_panorama_opened")}panoramaClosed(){let e=this.panoramaOpenedAt?Math.round(Hr()-this.panoramaOpenedAt):0;this.panoramaOpenedAt=0,this.emit("3d_panorama_closed",{viewMs:e})}panoramaFailed(e,n){this.emit("3d_panorama_failed",{seatId:e,phase:n})}panoramaFallback(e){this.emit("3d_panorama_fallback",{seatId:e})}contextLost(){this.emit("3d_context_lost")}contextRestored(){this.emit("3d_context_restored")}};function Ur(t){let e=t.style.position;return getComputedStyle(t).position!=="static"?()=>{}:(t.style.position="relative",()=>{t.style.position==="relative"&&(t.style.position=e)})}function Yr(t){let{container:e,model:n,opts:r,expandedSeatById:o,seatIdsByRow:i,isNarrow:a}=t,s=null,l=()=>{if(!s)return;let u=a();Object.assign(s.style,u?{left:"12px",right:"12px",bottom:"70px",transform:"none",justifyContent:"center"}:{left:"50%",right:"auto",bottom:"18px",transform:"translateX(-50%)",justifyContent:"initial"})},c=()=>{s?.remove(),s=null};return{show:(u,m,p=!1)=>{if(c(),t.isDisposed())return null;let h=document.createElement("div");h.setAttribute("role","group"),Object.assign(h.style,{position:"absolute",display:"flex",flexDirection:"column",alignItems:"center",gap:"6px",zIndex:"4"});let f=o.get(u),x=f?.sectionId?n.sections.find(L=>L.id===f.sectionId):void 0,b=f?.label??u;h.setAttribute("aria-label",`Explore views near ${x?.label?`${x.label}, `:""}seat ${b}`);let y=document.createElement("span");y.textContent=["Live 3D seat view",x?.label,b].filter(Boolean).join(" \xB7 "),Object.assign(y.style,{maxWidth:"min(320px, calc(100vw - 32px))",padding:"5px 10px",borderRadius:"999px",overflow:"hidden",color:"#d9e3f5",background:"rgba(12,18,32,0.72)",font:"600 11px/1.2 inherit",textOverflow:"ellipsis",whiteSpace:"nowrap",backdropFilter:"blur(6px)"}),h.appendChild(y);let g=document.createElement("div");Object.assign(g.style,{display:"flex",alignItems:"center",justifyContent:"center",gap:"6px"}),h.appendChild(g);let F=f?.rowId?i.get(f.rowId):void 0,w=F?.indexOf(u)??-1,v=w>=0?[F?.[w-1],F?.[w+1]]:[void 0,void 0],D=(L,_,U,B=!1)=>{let S=document.createElement("button");S.type="button",S.textContent=L,S.setAttribute("aria-label",_),Object.assign(S.style,{minHeight:"44px",padding:B?"10px 16px":"10px",borderRadius:"999px",background:"rgba(12,18,32,0.78)",color:"#eef1f8",border:"1px solid rgba(150,165,205,0.4)",backdropFilter:"blur(6px)",font:"600 13px/1 inherit",cursor:"pointer",whiteSpace:"nowrap"}),B||(S.style.minWidth="44px"),B&&(S.dataset.panoramaTrigger=""),S.addEventListener("click",U),g.appendChild(S)};if(v[0]){let L=o.get(v[0])?.label??v[0];D("\u2039",`View previous seat ${L}`,()=>{t.flyToSeat(v[0])})}if(r.getSeatView){let L=r.seatViewActionLabel?.(u)??"Open 360\xB0 panorama";D(p?`\u21BB Retry ${L}`:`\u25C9 ${L}`,`${p?"Retry":L} from seat ${b}`,()=>{if(t.isDisposed()||m!==t.flightGen()){c();return}c(),t.openPanorama(u,400,m)},!0)}if(v[1]){let L=o.get(v[1])?.label??v[1];D("\u203A",`View next seat ${L}`,()=>{t.flyToSeat(v[1])})}return g.childElementCount?(e.appendChild(h),s=h,l(),h):null},remove:c,layout:l}}function Xr(t){let{container:e,orbit:n,isNarrow:r}=t,o=document.createElement("div"),i=!1;o.className="sl-3d-navigation-controls",Object.assign(o.style,{position:"absolute",right:"14px",bottom:"14px",display:"flex",zIndex:"4",flexDirection:"column",alignItems:"flex-end",gap:"7px"});let a=document.createElement("div");a.setAttribute("role","group"),a.setAttribute("aria-label","3D drag mode"),Object.assign(a.style,{display:"flex",flexDirection:"column",gap:"6px",alignItems:"flex-end"});let s=document.createElement("div");s.setAttribute("role","group"),s.setAttribute("aria-label","3D view controls"),Object.assign(s.style,{display:"flex",flexDirection:"column",gap:"6px",alignItems:"flex-end"});let l=document.createElement("button");l.type="button",l.textContent="\u21BB",l.setAttribute("aria-label","Drag to rotate the 3D venue"),l.dataset.tooltip="Rotate venue";let c=document.createElement("button");c.type="button",c.textContent="\u2725",c.setAttribute("aria-label","Drag to move the 3D venue left, right, up or down"),c.dataset.tooltip="Move venue";let d=document.createElement("button");d.type="button",d.textContent="\u2212",d.setAttribute("aria-label","Zoom out of the 3D venue"),d.dataset.tooltip="Zoom out";let u=document.createElement("button");u.type="button",u.textContent="+",u.setAttribute("aria-label","Zoom into the 3D venue"),u.dataset.tooltip="Zoom in";for(let f of[l,c,d,u])f.className="sl-3d-icon-control",Object.assign(f.style,{width:"44px",minWidth:"44px",minHeight:"44px",padding:"9px",border:"1px solid rgba(150,165,205,0.35)",borderRadius:"999px",color:"#c9d4ea",background:"rgba(12,18,32,0.82)",font:"600 17px/1 inherit",backdropFilter:"blur(6px)",cursor:"pointer",whiteSpace:"nowrap"});a.append(l,c),s.append(u,d);let m=f=>{n.setPrimaryDragMode(f);let x=f==="orbit";l.setAttribute("aria-pressed",String(x)),c.setAttribute("aria-pressed",String(!x)),l.style.background=x?"rgba(96,110,150,0.68)":"rgba(12,18,32,0.82)",c.style.background=x?"rgba(12,18,32,0.82)":"rgba(96,110,150,0.68)",o.title=x?"Drag to rotate \xB7 Shift-drag to move":"Drag to move \xB7 Shift-drag to rotate"};l.addEventListener("click",()=>m("orbit")),c.addEventListener("click",()=>m("pan")),d.addEventListener("click",()=>n.zoomBy(1.22)),u.addEventListener("click",()=>n.zoomBy(.82)),o.append(a,s),m("orbit"),e.appendChild(o);let p=()=>{let f=r();o.style.display=i?"none":"flex",o.style.right=f?"12px":"14px",o.style.bottom=f?"calc(env(safe-area-inset-bottom, 0px) + 76px)":"14px",a.style.display=f?"none":"flex",u.style.display=f?"none":"",d.style.display=f?"none":""};return p(),{element:o,utilityControls:s,setNavigationMode:m,setSeatViewLocked:f=>{i=f,n.setInteractionEnabled(!f),p()},seatViewLocked:()=>i,layout:p}}function Wr(t){let{glctx:e,orbit:n,model:r,seats:o,opts:i,cinematic:a,analytics:s,seatIdByIndex:l,sectionIdBySeatId:c,tapSlop:d,tapMs:u,cancelFlight:m,focusSectionCamera:p,setSelection:h,ensureSeatView:f}=t,x=0,b=0,y=0,g=-1,F=!1,w=!1,v=B=>{t.seatViewLocked()||g===-1&&(g=B.pointerId,x=B.clientX,b=B.clientY,y=performance.now(),F=!1,w=a.active,a.active&&(s.cinematicCancelled(),m(),i.onViewTargetChange?.(null)))},D=B=>{B.pointerId===g&&Math.hypot(B.clientX-x,B.clientY-b)>d&&(F=!0)},L=(B,S,M,A,R)=>{let V=e.canvas.getBoundingClientRect(),E=e.canvas.clientWidth||V.width||1,C=e.canvas.clientHeight||V.height||1,T=B-V.left,z=S-V.top,P=A*A,k=-1,O=P,H=1/0;for(let X of o){if(M&&X.sectionId!==M)continue;let Y=r.seats.idToIndex.get(X.id);if(Y===void 0)continue;if(R){let se=Math.round(r.seats.iState[Y]??0);if(se!==0&&se!==3)continue}let j=Y*3,K=Oe(n.camera.projectionViewMatrix,[r.seats.iPosition[j],r.seats.iPosition[j+1]+.55,r.seats.iPosition[j+2]],E,C);if(!K.visible)continue;let ne=K.x-T,oe=K.y-z,Q=ne*ne+oe*oe;(Q<O||Math.abs(Q-O)<1&&K.depth<H)&&(k=Y,O=Q,H=K.depth)}return k},_=(B,S)=>{let M=t.gpu(),A=t.pick();if(!M||!A)return-1;A.syncFromSeatProgram(M.seatProgram);let R=e.canvas.getBoundingClientRect(),V=e.renderer.dpr,{x:E,y:C}=Rr(B,S,R,V,e.gl.drawingBufferWidth,e.gl.drawingBufferHeight),T=Math.max(2,Math.round(8*V));return A.pick(n.camera,E,C,T)};return{onDown:v,onMove:D,onUp:B=>{if(B.pointerId!==g)return;let S=!F&&performance.now()-y<u;if(g=-1,w){w=!1;return}let M=t.gpu(),A=t.pick();if(!S||!M||!A)return;let R=_(B.clientX,B.clientY);if(t.focusedSectionId()&&R>=0){let C=l[R],T=C?c.get(C):void 0;if(T&&T!==t.focusedSectionId()&&p(T))return}if(t.focusedSectionId()&&R<0&&(R=L(B.clientX,B.clientY,t.focusedSectionId(),44,!1)),t.focusedSectionId()&&R<0){let C=L(B.clientX,B.clientY,null,72,!1),T=C>=0?l[C]:void 0,z=T?c.get(T):void 0;if(z&&z!==t.focusedSectionId()&&p(z))return}if(!t.focusedSectionId()){R<0&&(R=L(B.clientX,B.clientY,null,42,!1));let C=R>=0?l[R]:void 0,T=C?c.get(C):void 0;if(T&&p(T))return}if(R<0||R>=l.length){t.selection().size&&(h([]),i.onViewTargetChange?.(null));return}let V=l[R],E=be[Math.round(r.seats.iState[R]??0)]??"available";if(E!=="available"&&E!=="selected"){i.onSeatInspect?.(V,E);return}if(t.selection().has(V)&&t.selection().size===1){h([]),i.onViewTargetChange?.(null);return}h([V]),f(V),s.seatPicked(V,c.get(V)),i.onSeatPick?.(V)}}}var Wt=class{constructor(e,n){this.minX=0;this.minZ=0;this.cell=1;this.cols=1;this.rows=1;this.cellStart=null;this.cellItems=null;this.iPosition=e,this.count=n}ensureGrid(){if(this.cellStart||this.count===0)return;let e=this.iPosition,n=1/0,r=1/0,o=-1/0,i=-1/0;for(let p=0;p<this.count;p++){let h=e[p*3],f=e[p*3+2];h<n&&(n=h),h>o&&(o=h),f<r&&(r=f),f>i&&(i=f)}let a=Math.max(o-n,.001),s=Math.max(i-r,.001);this.cell=Math.max(Math.sqrt(a*s*4/this.count),.25),this.cols=Math.max(1,Math.ceil(a/this.cell)+1),this.rows=Math.max(1,Math.ceil(s/this.cell)+1),this.minX=n,this.minZ=r;let l=this.cols*this.rows,c=new Int32Array(l+1),d=p=>{let h=Math.min(this.cols-1,Math.max(0,Math.floor((e[p*3]-n)/this.cell)));return Math.min(this.rows-1,Math.max(0,Math.floor((e[p*3+2]-r)/this.cell)))*this.cols+h};for(let p=0;p<this.count;p++)c[d(p)+1]++;for(let p=0;p<l;p++)c[p+1]+=c[p];let u=new Int32Array(this.count),m=c.slice(0,l);for(let p=0;p<this.count;p++)u[m[d(p)]++]=p;this.cellStart=c,this.cellItems=u}gather(e,n,r,o){this.ensureGrid();let i=this.cellStart,a=this.cellItems;if(!i||!a)return 0;let s=o.length,l=r*r,c=Math.floor((e-this.minX)/this.cell),d=Math.floor((n-this.minZ)/this.cell),u=Math.ceil(r/this.cell)+1,m=this.iPosition,p=0;for(let h=0;h<=u&&p<s;h++){let f=d-h,x=d+h,b=c-h,y=c+h;for(let g=f;g<=x&&p<s;g++){if(g<0||g>=this.rows)continue;let F=g===f||g===x;for(let w=b;w<=y&&p<s;w++){if(!F&&w!==b&&w!==y){w=y-1;continue}if(w<0||w>=this.cols)continue;let v=g*this.cols+w;for(let D=i[v],L=i[v+1];D<L&&p<s;D++){let _=a[D],U=m[_*3]-e,B=m[_*3+2]-n;U*U+B*B<=l&&(o[p++]=_)}}}}return p}};var jt=class{constructor(e){this.ctx=e;this.detailVisible=!1;this.seatDetailMix=0;this.structureDetailMix=0;this.nearBuf=new Int32Array(It);this.lastGatherX=1/0;this.lastGatherZ=1/0;this.nearIndex=new Wt(e.model.seats.iPosition,e.model.seats.count)}forceRegather(){this.lastGatherX=1/0}setDetailEnabled(e){let n=this.ctx.gpu();e||(this.detailVisible=!1),this.lastGatherX=1/0,this.lastGatherZ=1/0,!e&&n?.nearSeatCount()&&n.setNearSeats(this.nearBuf,0)}update(e){let{model:n}=this.ctx,r=this.ctx.gpu();if(!r)return;if(!e){r.nearSeatCount()&&r.setNearSeats(this.nearBuf,0);return}let o=this.ctx.orbit().camera.position;if(Math.hypot(o.x-this.lastGatherX,o.z-this.lastGatherZ)<on)return;if(this.lastGatherX=o.x,this.lastGatherZ=o.z,Math.hypot(o.x-n.bounds.center[0],o.z-n.bounds.center[2])-n.bounds.radius>nn){r.nearSeatCount()&&r.setNearSeats(this.nearBuf,0);return}let s=this.nearIndex.gather(o.x,o.z,nn,this.nearBuf);s===0&&r.nearSeatCount()===0||r.setNearSeats(this.nearBuf,s)}ease(e,n,r){let o=1-Math.exp(-e*9),i=1-Math.exp(-e*20);this.seatDetailMix+=(n-this.seatDetailMix)*(n>this.seatDetailMix?o:i),this.structureDetailMix+=(r-this.structureDetailMix)*(r>this.structureDetailMix?o:i),Math.abs(n-this.seatDetailMix)<.01&&(this.seatDetailMix=n),Math.abs(r-this.structureDetailMix)<.01&&(this.structureDetailMix=r)}};import{Quat as ss,Vec3 as cs}from"ogl";function jr(t){let{container:e,model:n,opts:r,orbit:o,cinematic:i,analytics:a,loop:s,labelOverlay:l,stageAzimuth:c,overviewFraming:d}=t,u=0,m=-1,p=(w,v,D=28)=>{o.camera.position.set(w[0],w[1],w[2]),o.camera.lookAt(new cs(v[0],v[1],v[2])),o.camera.fov=D,o.camera.updateProjectionMatrix()},h=document.createElement("button");h.className="sl-3d-overview-control sl-3d-icon-control",h.type="button",h.textContent="\u2302",h.setAttribute("aria-label","Fit the active level or whole venue in view"),h.dataset.tooltip="Fit view",Object.assign(h.style,{width:"44px",minWidth:"44px",minHeight:"44px",padding:"9px",borderRadius:"999px",background:"rgba(12,18,32,0.72)",color:"#c9d4ea",border:"1px solid rgba(150,165,205,0.35)",backdropFilter:"blur(6px)",font:"600 11px/1 inherit",cursor:"pointer",whiteSpace:"nowrap"});let f=()=>{h.textContent="\u2302"};f();let x=w=>{m=w;let v=t.gpu();v&&(v.seatProgram.uniforms.uFocusFloor.value=w,v.solidProgram.uniforms.uFocusFloor.value=w,v.chairProgram.uniforms.uFocusFloor.value=w),t.showSectionSeatLabels(null)},b=()=>{if(t.isDisposed())return;r.onViewTargetChange?.(null),r.onSectionFocusChange?.(null),t.panorama()&&(t.panorama().dispose(),t.setPanorama(null),a.panoramaClosed()),t.setPanoramaSphereVisible(!1),t.panoramaLoadAbort()?.abort(),t.setPanoramaLoadAbort(null),t.restorePanoramaLayer(),h.style.display="",l.setVisible(!0),t.setFrozen(!1);let w=m>=0?n.floors[m]:null;if(t.setNearFieldDetailEnabled(!!w),t.setSeatViewLocked(!1),y(),t.removeArriveChip(),t.setNavigationMode("orbit"),w){let v=w.focalWorld[0]-w.center[0],D=w.focalWorld[2]-w.center[2],L=Math.hypot(v,D)>w.radius*.12?Math.atan2(v,D):c,_={center:w.center,radius:w.radius,box:w.box},U={polarDeg:58,margin:1.12};t.reducedMotion()?o.frame(_,!1,L,!1,U):o.frameSoft(_,L,!1,U)}else t.reducedMotion()?o.frame(n.bounds,!1,c,r.portraitOverviewCrop===!0,d):o.frameSoft(n.bounds,c,r.portraitOverviewCrop===!0,d);t.showSectionSeatLabels(null),s.requestRender()},y=()=>{u++,t.panoramaLoadAbort()?.abort(),t.setPanoramaLoadAbort(null),i.active&&(i.cancel(),o.resumeAfterFlight(n.focalWorld))},g=w=>{if(t.isDisposed()||!t.gpu())return Promise.resolve();let v=n.seats.idToIndex.get(w);if(v===void 0)return Promise.resolve();t.setNearFieldDetailEnabled(!0),r.onViewTargetChange?.(w),t.panorama()&&(t.panorama().dispose(),t.setPanorama(null),t.setPanoramaSphereVisible(!1),h.style.display="",t.restorePanoramaLayer()),t.panoramaLoadAbort()?.abort(),t.setPanoramaLoadAbort(null),t.setFrozen(!1),t.setSeatViewLocked(!1);let D=++u;t.removeArriveChip();let{eye:L,focal:_}=t.resolvedSeatViewPose(w,v),U=[o.camera.position.x,o.camera.position.y,o.camera.position.z],B=An(U,L,_,n.bounds.center,n.bounds.radius),S=r.arriveAtSeatEye?L:B.finalPos,M=r.arriveAtSeatEye?e.clientWidth/Math.max(1,e.clientHeight)<.7?90:65:28,A=[B.waypoints[0],B.waypoints[1],S];if(l.setVisible(!1),t.reducedMotion())return p(S,_,M),s.requestRender(),a.cinematicSkipped(),t.isDisposed()||o.syncFromCamera(),t.setSeatViewLocked(r.arriveAtSeatEye===!0),t.showArriveChip(w,D),Promise.resolve();let R=new ss().copy(o.camera.quaternion),V=_r(o.camera,S,_);return s.requestRender(),i.start(A,R,V,2500,M).then(()=>{t.isDisposed()||D!==u||(a.cinematicPlayed(2500),o.resumeAfterFlight(_),t.setSeatViewLocked(r.arriveAtSeatEye===!0),s.requestRender(),t.showArriveChip(w,D))})},F=w=>{let v=n.sections.find(U=>U.id===w);if(!v||v.seatCount===0)return!1;t.setNearFieldDetailEnabled(!0),t.setSeatViewLocked(!1),i.cancel(),t.removeArriveChip(),n.floors.length>1&&m!==v.floorIndex&&x(v.floorIndex),t.setNavigationMode("pan"),t.showSectionSeatLabels(w);let D=v.focalWorld[0]-v.center[0],L=v.focalWorld[2]-v.center[2],_=Math.hypot(D,L)>v.radius*.12?Math.atan2(D,L):void 0;return o.frame({center:v.center,radius:Math.max(5,v.radius*.5)},!1,_),r.onSectionFocusChange?.(w),s.requestRender(),!0};return h.addEventListener("click",b),{overviewChip:h,layoutOverviewChip:f,flightGen:()=>u,focusedFloor:()=>m,applyFloorFocus:x,placeCameraFinal:p,cancelFlight:y,focusOverview:b,flyToSeat:g,focusSectionCamera:F}}function qr(t){let e=performance.now();return{model:yt(t),buildMs:performance.now()-e,source:"main"}}function ls(t){return typeof Worker>"u"?Promise.resolve(qr(t)):new Promise(e=>{let n=new Worker(new URL("./scene/scene.worker.ts",import.meta.url),{type:"module"}),r=!1,o=s=>{r||(r=!0,clearTimeout(a),n.terminate(),e(s))},i=()=>o(qr(t)),a=window.setTimeout(i,15e3);n.onerror=i,n.onmessage=s=>{o({model:s.data.model,buildMs:s.data.buildMs,source:"worker"})},n.postMessage(t)})}var us=Math.PI/180,ms=6,ds=500;function qu(t,e,n={}){let r=performance.now(),o=e.prepared?.model??yt(e),i=new Xt(n.onAnalytics),a=new Array(o.seats.count);for(let[N,G]of o.seats.idToIndex)a[G]=N;let s=new Map(e.seats.map(N=>[N.id,N])),l=new Map;for(let N of e.seats){if(!N.rowId)continue;let G=l.get(N.rowId);G?G.push(N.id):l.set(N.rowId,[N.id])}let c=new Map;for(let N of e.seats)c.set(N.id,N.sectionId);let d=e.doc.floors?.some(G=>(G.baseHeightM??0)>0)?!0:(e.doc.floors?.flatMap(G=>G.objects)??e.doc.objects).some(G=>G.type==="section"&&((G.height??0)>0||(G.rake??0)>0)),u=null,m=null,p=!1,h=!1,f=!1,x=new Map,b=null,y=null,g=null,F=new Map,w=null,v=()=>{g===null&&(g=t.style.zIndex,t.style.zIndex="20")},D=()=>{g!==null&&(t.style.zIndex==="20"&&(t.style.zIndex=g),g=null)},L=!1,_=()=>L?me.focusedFloor():-1,U=()=>{u=Ar(A.gl,o),m=new Ut(A.renderer,u.seatGeometry,u.chairGeometry,u.solidGeometry,o.seats.count),A.setClearColor(o.theme.background.top),m.setRestoreClear(o.theme.background.top),u.seatProgram.uniforms.uSeatRadius.value=Re*o.theme.seatScale,u.seatProgram.uniforms.uFocusFloor.value=_(),u.solidProgram.uniforms.uFocusFloor.value=_(),u.chairProgram.uniforms.uFocusFloor.value=_(),S.forceRegather()},B=!1,S=new jt({model:o,orbit:()=>R,gpu:()=>u}),M=N=>S.setDetailEnabled(N),A=new At(t,{onContextLost:()=>{f||i.contextLost(),p=!0,j.stop(),u=null,m=null},onContextRestored:()=>{U(),p=!1,f||i.contextRestored(),j.requestRender()}}),R=new Ct(A.gl,A.canvas,()=>j.requestRender(),()=>i.orbitEngaged());R.setAspect(A.aspect);let V=(e.doc.floors?.flatMap(N=>N.objects)??e.doc.objects).some(N=>N.type==="section"&&N.physical3dProvenance?.surfaceKind?.status==="inferred"),E=(()=>{if(V&&o.stages.length===0)return;let N=o.focalWorld[0]-o.bounds.center[0],G=o.focalWorld[2]-o.bounds.center[2];return Math.hypot(N,G)>o.bounds.radius*.12?Math.atan2(N,G):void 0})(),C=o.floors.length>1?{polarDeg:48,margin:1.1}:void 0,T=typeof window<"u"&&!!window.matchMedia&&window.matchMedia("(prefers-reduced-motion: reduce)").matches;R.frame(o.bounds,!T&&n.skipInitialOverviewAnimation!==!0,E,n.portraitOverviewCrop===!0,C);let z=new Yt(R.camera),P=Ur(t),k=new zt(t,{fontFamily:e.doc.theme?.fontFamily,ink:e.doc.theme?.textColor,backgroundRgb:o.theme.background.top}),O=o.labels,H=()=>qo(O,o.floors.length,_());k.setLabels(H());let X=null,Y=N=>{if(X=N,k.setForcedDense(!!N),!N){k.setLabels(H());return}let G=e.seats.filter(q=>q.sectionId===N),W=new Set(G.map(q=>q.id)),$=new Set(G.map(q=>q.rowId)),te=new Set(x.keys()),J=new Set(G.filter(q=>te.has(q.id)).map(q=>q.id)),ce=H().filter(q=>q.kind!=="row"&&q.kind!=="seat"||(q.kind==="row"?$.has(q.id.slice(4)):W.has(q.id.slice(5))&&(J.size===0||J.has(q.id.slice(5)))));if(o.seatCount<=6e3&&J.size===0){k.setLabels(ce);return}let le=J.size?G.filter(q=>J.has(q.id)):G,Ne=new Set(le.map(q=>`seat:${q.id}`)),De=le.flatMap(q=>{let de=o.seats.idToIndex.get(q.id);if(de===void 0)return[];let ge=de*3;return[{id:`seat:${q.id}`,kind:"seat",text:q.displayLabel||q.label,anchor:[o.seats.iPosition[ge],o.seats.iPosition[ge+1]+(te.has(q.id)?1.05:.55),o.seats.iPosition[ge+2]]}]});k.setLabels([...ce.filter(q=>!Ne.has(q.id)),...De])};U();let j=new Rt(N=>{if(p||!u||h)return!1;let W=z.active?z.update(performance.now()):R.update(),$=_()>=0?o.floors[_()]:null,te=$?.radius??o.bounds.radius,J=ro(R.currentDistance,te),ce=B?{center:[R.camera.position.x,R.camera.position.y,R.camera.position.z],radius:520}:o.renderBounds;R.updateClipping(ce);let le=$?.center??o.renderBounds.center,Ne=$?.radius??o.renderBounds.radius,De=(ve,rt)=>Math.hypot(R.camera.position.x-ve[0],R.camera.position.y-ve[1],R.camera.position.z-ve[2])<=rt*(S.detailVisible?1.8:1.55),q=De(le,Ne);if(!q&&X){let ve=o.sections.find(rt=>rt.id===X);ve&&(q=De(ve.center,Math.max(12,ve.radius*2)))}S.detailVisible=q;let de=u.seatProgram.uniforms;de.uSeatScale.value=J.scale,de.uSeatFade.value=J.fade;let ge=!!$&&io($.seatCount,A.canvas.clientWidth||1,A.canvas.clientHeight||1),gt=ao(o.seats.count,te,R.currentDistance,R.camera.fov,A.canvas.clientHeight||1),ot=S.detailVisible||ge||gt?1:0,vt=S.detailVisible||_()>=0||o.floors.length>1?1:0;return S.ease(N,ot,vt),de.uSeatDetail.value=S.seatDetailMix,u.solidProgram.uniforms.uStructureDetail.value=S.structureDetailMix,de.uMinPixels.value=J.minPixels,de.uPixelToWorld.value=2*Math.tan(R.camera.fov*us/2)/Math.max(1,A.pixelHeight),S.update(S.detailVisible),A.renderer.render({scene:u.background,clear:!0}),A.renderer.render({scene:u.main,camera:R.camera,clear:!1}),k.update(R.camera.projectionViewMatrix,A.canvas.clientWidth||1,A.canvas.clientHeight||1,R.currentDistance,te,[R.camera.position.x,R.camera.position.y,R.camera.position.z]),W||S.seatDetailMix!==ot||S.structureDetailMix!==vt}),K=typeof ResizeObserver<"u"?new ResizeObserver(()=>Kt.resize()):null;K?.observe(t);let ne=N=>{let G=te=>{let J=o.seats.idToIndex.get(te);return J===void 0?void 0:o.seats.iState[J]},{updates:W,next:$}=Tr(x,N,G);if(x=$,k.setSelectedSeatIds(x.keys()),X&&Y(X),W.length){let te=cn(o.seats,W);u&&u.uploadSeatStateRuns(te),j.requestRender()}},oe=()=>w!==null?w:typeof window<"u"&&!!window.matchMedia&&window.matchMedia("(prefers-reduced-motion: reduce)").matches,Q=8,se=N=>{if(!n.getSeatView)return null;let G=F.get(N);if(!G)for(G=Promise.resolve(n.getSeatView(N)),F.set(N,G),G.catch(()=>{F.get(N)===G&&F.delete(N)});F.size>Q;){let W=F.keys().next().value;if(W===void 0)break;F.delete(W)}return G},Be=(N,G)=>{let W=s.get(N),$=Math.max(0,Math.round(o.seats.iFloor[G]??0)),te=e.doc.floors?.[$],J=o.floors[$],ce=te?.focalPoint??e.doc.focalPoint,le=J?{x:J.focalWorld[0]/I,y:J.focalWorld[2]/I}:ce,Ne=W?.focalPoint?{x:W.focalPoint.x+le.x-ce.x,y:W.focalPoint.y+le.y-ce.y}:le,De=[o.seats.iPosition[G*3],o.seats.iPosition[G*3+1],o.seats.iPosition[G*3+2]];return Or(De,Ne,te?.baseHeightM??0,W?.eyeHeightM)},Ve=()=>(t.clientWidth||A.canvas.clientWidth)<=520,Se,we=Yr({container:t,model:o,opts:n,expandedSeatById:s,seatIdsByRow:l,isNarrow:Ve,isDisposed:()=>f,flightGen:()=>me.flightGen(),flyToSeat:N=>In(N),openPanorama:(N,G,W)=>Se(N,G,W)}),Pe=we.show,ye=we.remove,xe=we.layout,re=Xr({container:t,orbit:R,isNarrow:Ve}),qe=re.element,Fe=re.setNavigationMode,Ae=re.setSeatViewLocked,ze=re.layout,nt=re.utilityControls,me=jr({container:t,model:o,opts:n,orbit:R,cinematic:z,analytics:i,loop:j,labelOverlay:k,stageAzimuth:E,overviewFraming:C,gpu:()=>u,isDisposed:()=>f,panorama:()=>b,setPanorama:N=>{b=N},setPanoramaSphereVisible:N=>{B=N},panoramaLoadAbort:()=>y,setPanoramaLoadAbort:N=>{y=N},setFrozen:N=>{h=N},restorePanoramaLayer:D,reducedMotion:oe,resolvedSeatViewPose:Be,showSectionSeatLabels:Y,setNearFieldDetailEnabled:M,setSeatViewLocked:Ae,setNavigationMode:Fe,showArriveChip:Pe,removeArriveChip:ye});L=!0;let qt=me.overviewChip,Kr=me.layoutOverviewChip,Zr=me.applyFloorFocus,Qr=me.focusOverview,Rn=me.cancelFlight,In=me.flyToSeat,Tn=me.focusSectionCamera;nt.appendChild(qt),Se=Gr({container:t,model:o,opts:n,analytics:i,orbit:R,loop:j,seatsById:s,ensureSeatView:se,resolvedSeatViewPose:Be,gpu:()=>u,gl:A.gl,isContextLost:()=>p,isDisposed:()=>f,flightGen:()=>me.flightGen(),setPanorama:N=>{b=N},getLoadAbort:()=>y,setLoadAbort:N=>{y=N},setPanoramaSphereVisible:N=>{B=N},setFrozen:N=>{h=N},raisePanoramaLayer:v,restorePanoramaLayer:D,getOverviewChip:()=>qt,labelOverlay:k,reducedMotion:oe,removeArriveChip:ye,showArriveChip:Pe});let Ee=Wr({glctx:A,orbit:R,model:o,seats:e.seats,opts:n,cinematic:z,analytics:i,seatIdByIndex:a,sectionIdBySeatId:c,tapSlop:ms,tapMs:ds,gpu:()=>u,pick:()=>m,seatViewLocked:()=>re.seatViewLocked(),focusedSectionId:()=>X,selection:()=>x,cancelFlight:Rn,focusSectionCamera:Tn,setSelection:ne,ensureSeatView:se});A.canvas.addEventListener("pointerdown",Ee.onDown),A.canvas.addEventListener("pointermove",Ee.onMove),A.canvas.addEventListener("pointerup",Ee.onUp),A.canvas.addEventListener("pointercancel",Ee.onUp),j.requestRender();let Kt={setAvailability(N){let G=Ir(x,N),W=cn(o.seats,G);W.length&&u&&u.uploadSeatStateRuns(W),j.requestRender()},setSelection:ne,flyToSeat:In,focusOverview:Qr,resize(){let{width:N,height:G}=A.resize();R.setAspect(N/Math.max(1,G)),xe(),ze(),Kr(),j.requestRender()},stats(){return{...j.stats(),drawCalls:u?u.drawCalls:0,seatCount:o.seatCount}},getQualityEvidence(){let N=j.stats(),G=A.canvas.clientWidth||1,W=A.canvas.clientHeight||1,$=o.bounds.center,te=Oe(R.camera.projectionViewMatrix,[$[0],o.bounds.box.min[1],$[2]],G,W),J=Oe(R.camera.projectionViewMatrix,[$[0],o.bounds.box.max[1],$[2]],G,W),ce=o.bounds.box,le=[ce.min[0],ce.max[0]].flatMap(q=>[ce.min[1],ce.max[1]].flatMap(de=>[ce.min[2],ce.max[2]].map(ge=>Oe(R.camera.projectionViewMatrix,[q,de,ge],G,W)))).filter(q=>Number.isFinite(q.x)&&Number.isFinite(q.y)&&Number.isFinite(q.depth)),Ne=le.length?(()=>{let q=Math.min(...le.map(Ge=>Ge.x)),de=Math.max(...le.map(Ge=>Ge.x)),ge=Math.min(...le.map(Ge=>Ge.y)),gt=Math.max(...le.map(Ge=>Ge.y)),ot=Math.max(0,q),vt=Math.min(G,de),ve=Math.max(0,ge),rt=Math.min(W,gt),Mt=Math.max(0,vt-ot),Zt=Math.max(0,rt-ve);return{box:{x:ot,y:ve,width:Mt,height:Zt},horizontalFillRatio:Mt/G,verticalFillRatio:Zt/W,visibleAreaRatio:Mt*Zt/(G*W),clippedEdges:[...ge<0?["top"]:[],...de>G?["right"]:[],...gt>W?["bottom"]:[],...q<0?["left"]:[]]}})():void 0,De=String(A.gl.getParameter(A.gl.VERSION)??"");return{viewport:{width:G,height:W},context:{webgl2:/webgl\s*2/i.test(De),lost:p},frame:{rendered:N.rendered,idle:N.idle},camera:{position:[R.camera.position.x,R.camera.position.y,R.camera.position.z],distance:R.currentDistance,verticalFovDeg:R.fovY},scene:{seatCount:o.seatCount,floorCount:o.floors.length,zoneCount:o.zones.length,sectionCount:o.sections.length,authoredRelief:d,renderedVerticalSpanM:Math.max(0,o.bounds.box.max[1]-o.bounds.box.min[1]),projectedReliefPx:te.visible&&J.visible?Math.abs(te.y-J.y):0},labels:k.qualityEvidence(),framing:Ne}},getQualityReport(){return vn(Kt.getQualityEvidence())},loseContextForTest(){A.simulateContextLossCycle()},floors(){return o.floors},focusFloor(N){if(N!==null&&!o.floors.some(W=>W.index===N))return!1;let G=N??-1;if(M(N!==null),Ae(!1),Zr(G),Fe("orbit"),N===null)z.cancel(),oe()?R.frame(o.bounds,!1,E,n.portraitOverviewCrop===!0,C):R.frameSoft(o.bounds,E,n.portraitOverviewCrop===!0,C);else{let W=o.floors[N];if(W.seatCount>0){z.cancel();let $=W.focalWorld[0]-W.center[0],te=W.focalWorld[2]-W.center[2],J=Math.hypot($,te)>W.radius*.12?Math.atan2($,te):E;R.frame({center:W.center,radius:W.radius,box:W.box},!1,J,!1,{polarDeg:58,margin:1.12})}}return j.requestRender(),!0},zones(){return o.zones},focusZone(N){let G=o.zones.find(J=>J.id===N);if(!G||G.seatCount===0)return!1;M(!1),Ae(!1),z.cancel(),Fe("orbit"),Y(null),n.onSectionFocusChange?.(null);let W=G.focalWorld[0]-G.center[0],$=G.focalWorld[2]-G.center[2],te=Math.hypot(W,$)>G.radius*.12?Math.atan2(W,$):void 0;return R.frame({center:G.center,radius:G.radius*1.25},!1,te),j.requestRender(),!0},sections(){return o.sections},focusSection(N){return Tn(N)},rows(N){return N?o.rows.filter(G=>G.sectionId===N):o.rows},seatsInRow(N){return e.seats.filter(G=>G.rowId===N).map(G=>({id:G.id,label:G.displayLabel||G.label}))},focusRow(N){let G=o.rows.find(W=>W.id===N);return!G||G.seatCount===0?!1:(M(!0),Ae(!1),z.cancel(),Fe("pan"),G.sectionId&&(Y(G.sectionId),n.onSectionFocusChange?.(G.sectionId)),R.frame({center:G.center,radius:Math.max(2.5,G.radius*.65)}),j.requestRender(),!0)},setReducedMotionForTest(N){w=N},dispose(){f=!0,ye(),qt.remove(),qe.remove(),Rn(),j.stop(),k.dispose(),K?.disconnect(),b&&(b.dispose(),b=null),D(),P(),A.canvas.removeEventListener("pointerdown",Ee.onDown),A.canvas.removeEventListener("pointermove",Ee.onMove),A.canvas.removeEventListener("pointerup",Ee.onUp),A.canvas.removeEventListener("pointercancel",Ee.onUp),R.dispose(),m&&m.dispose(),u&&u.dispose(),u=null,m=null,A.dispose()}};return i.opened(o.seatCount,d,e.prepared?.buildMs??performance.now()-r,e.prepared?.source??"inline"),Kt}export{Sa as VENUE3D_QUALITY_REPORT_VERSION,yt as buildSceneModel,vn as inspectVenue3DQualityEvidence,qu as mountVenue3D,ls as prepareVenue3D};
|
|
603
|
+
}`;function lr(t){return new We(t,{vertex:Aa,fragment:Ca,transparent:!1,depthTest:!0,depthWrite:!0,cullFace:!1,uniforms:{uSeatRadius:{value:Ae},uSeatScale:{value:1},uMinPixels:{value:Ze},uPixelToWorld:{value:.002},uChairFull:{value:ct},uChairNone:{value:Qe},uFocusFloor:{value:-1}}})}function ur(t){return new We(t,{vertex:Ra,fragment:Ia,transparent:!1,depthTest:!0,depthWrite:!0,cullFace:!1,uniforms:{uChairFull:{value:ct},uChairNone:{value:Qe},uBackRake:{value:rn},uBackBase:{value:_t},uFocusFloor:{value:-1}}})}function mr(t){return new We(t,{vertex:Fa,fragment:Ta,transparent:!1,depthTest:!0,depthWrite:!0,cullFace:!1,uniforms:{uFocusFloor:{value:-1}}})}function dr(t){return new We(t,{vertex:ya,fragment:xa,cullFace:!1,depthTest:!0,depthWrite:!0,uniforms:{uKeyDir:{value:new Float32Array([.38,.86,.34])},uFocusFloor:{value:-1},uStructureDetail:{value:0}}})}function hr(t){return new We(t,{vertex:ga,fragment:va,transparent:!0,depthTest:!0,depthWrite:!1,cullFace:!1,uniforms:{uSeatRadius:{value:Ae},uSeatScale:{value:1},uMinPixels:{value:Ze},uPixelToWorld:{value:.002},uSeatFade:{value:0},uSeatDetail:{value:0},uFocusFloor:{value:-1},uFadeColor:{value:new Float32Array([.32,.37,.43])},uChairFull:{value:ct},uChairNone:{value:Qe}}})}function pr(t){return new We(t,{vertex:Ma,fragment:Sa,transparent:!1,depthTest:!0,depthWrite:!0,cullFace:!1,uniforms:{uKeyDir:{value:new Float32Array([.38,.86,.34])},uFadeColor:{value:new Float32Array([.32,.37,.43])},uChairFull:{value:ct},uChairNone:{value:Qe},uBackRake:{value:rn},uBackBase:{value:_t},uFocusFloor:{value:-1}}})}function fr(t,e,n){return new We(t,{vertex:wa,fragment:Pa,depthTest:!1,depthWrite:!1,cullFace:!1,uniforms:{uTop:{value:new Float32Array(e)},uBottom:{value:new Float32Array(n)}}})}function yr(t,e,n,i,o,r){for(let a=n;a<n+i;a++){let l=r&&e[a]===0?null:o[e[a]]??o[0];t[a*3]=l?l[0]:r[a*3],t[a*3+1]=l?l[1]:r[a*3+1],t[a*3+2]=l?l[2]:r[a*3+2]}}var Ea=new Float32Array([-1,-1,1,-1,1,1,-1,-1,1,1,-1,1]),Da=new Float32Array([-1,-1,3,-1,-1,3]);function xr(t,e){let n=new br,i=new br,o=new Gt(t,{position:{size:2,data:Da}}),r=fr(t,e.theme.background.top,e.theme.background.bottom),a=new Ht(t,{geometry:o,program:r});a.frustumCulled=!1,a.setParent(i);let s=new Gt(t,{position:{size:3,data:e.solids.position},normal:{size:3,data:e.solids.normal},color:{size:3,data:e.solids.color},floorIndex:{size:1,data:e.solids.floor},materialIndex:{size:1,data:e.solids.material}}),l=dr(t),c=new Ht(t,{geometry:s,program:l});c.frustumCulled=!1,c.setParent(n);let d=hr(t),u=new Float32Array(e.seats.count*3),m=ye.map(F=>e.theme.seatStates[F]);yr(u,e.seats.iState,0,e.seats.count,m,e.seats.iCategory);let p=new Gt(t,{position:{size:2,data:Ea},iOffset:{size:3,data:e.seats.iPosition,instanced:1},iColor:{size:3,data:u,instanced:1},iMaxRadius:{size:1,data:e.seats.iMaxRadius,instanced:1},iPhysicalSeat:{size:1,data:e.seats.iPhysicalSeat,instanced:1},iRing:{size:3,data:e.seats.iRing,instanced:1},iFloor:{size:1,data:e.seats.iFloor,instanced:1}}),h=new Ht(t,{geometry:p,program:d});h.frustumCulled=!1,e.seats.count>0&&h.setParent(n);let f=p.attributes.iColor,y=oo(),x=pr(t),b=It,S=new Float32Array(b*3),I=new Float32Array(b*3),w=new Float32Array(b),g=new Float32Array(b),T=new Float32Array(b),D=new Float32Array(b*3),_=new Float32Array(b),G=new Float32Array(b),N=new Float32Array(b),v=new Float32Array(b),M=new Gt(t,{position:{size:3,data:y.position},normal:{size:3,data:y.normal},part:{size:1,data:y.part},index:{data:y.index},iOffset:{size:3,data:S,instanced:1},iColor:{size:3,data:I,instanced:1},iRadius:{size:1,data:w,instanced:1},iYaw:{size:1,data:g,instanced:1},iGlyph:{size:1,data:T,instanced:1},iRing:{size:3,data:D,instanced:1},iFloor:{size:1,data:_,instanced:1},iPhysicalSeat:{size:1,data:G,instanced:1},iSeed:{size:1,data:v,instanced:1},iPickIndex:{size:1,data:N,instanced:1}}),R=new Ht(t,{geometry:M,program:x});R.frustumCulled=!1;let C=0,L=new Int32Array(0),E=()=>{let F=e.seats;for(let O=0;O<C;O++){let H=L[O];v[O]=io(F.iState[H],H);let B=F.iCategory&&F.iState[H]===0?null:m[F.iState[H]]??m[0];if(B)I[O*3]=B[0],I[O*3+1]=B[1],I[O*3+2]=B[2];else{let U=Yn([F.iCategory[H*3],F.iCategory[H*3+1],F.iCategory[H*3+2]]);I[O*3]=U[0],I[O*3+1]=U[1],I[O*3+2]=U[2]}}M.attributes.iColor.needsUpdate=!0,M.attributes.iSeed.needsUpdate=!0},P={main:n,background:i,seatProgram:d,solidProgram:l,chairProgram:x,seatGeometry:p,chairGeometry:M,solidGeometry:s,drawCalls:3,setNearSeats(F,O){let H=Math.min(O,b);if(L=F,C=H,H===0){R.parent&&R.setParent(null),M.instancedCount=0,P.drawCalls=3;return}let z=e.seats;for(let B=0;B<H;B++){let U=F[B];S[B*3]=z.iPosition[U*3],S[B*3+1]=z.iPosition[U*3+1],S[B*3+2]=z.iPosition[U*3+2],w[B]=z.iChairWidth[U],g[B]=z.iYaw[U],T[B]=z.iGlyph[U],D[B*3]=z.iRing[U*3],D[B*3+1]=z.iRing[U*3+1],D[B*3+2]=z.iRing[U*3+2],_[B]=z.iFloor[U],G[B]=z.iPhysicalSeat[U],N[B]=U+1}E(),M.attributes.iOffset.needsUpdate=!0,M.attributes.iRadius.needsUpdate=!0,M.attributes.iYaw.needsUpdate=!0,M.attributes.iGlyph.needsUpdate=!0,M.attributes.iRing.needsUpdate=!0,M.attributes.iFloor.needsUpdate=!0,M.attributes.iPhysicalSeat.needsUpdate=!0,M.attributes.iSeed.needsUpdate=!0,M.attributes.iPickIndex.needsUpdate=!0,M.instancedCount=H,R.parent||R.setParent(n),P.drawCalls=4},nearSeatCount(){return C},uploadSeatStateRuns(F){if(!F.length)return;C&&E();for(let H of F)yr(u,e.seats.iState,H.start,H.length,m,e.seats.iCategory);let O=f.buffer;if(!O){f.needsUpdate=!0;return}t.bindBuffer(t.ARRAY_BUFFER,O);for(let H of F){let z=u.subarray(H.start*3,(H.start+H.length)*3);t.bufferSubData(t.ARRAY_BUFFER,H.start*3*Float32Array.BYTES_PER_ELEMENT,z)}},dispose(){o.remove(),r.remove(),s.remove(),l.remove(),p.remove(),d.remove(),M.remove(),x.remove()}};return P}import{Mesh as vn,RenderTarget as _a,Transform as Mn}from"ogl";function ka(t,e,n){let i=t+(e<<8)+(n<<16);return i===0?-1:i-1}function gr(t,e,n,i,o,r){let a=-1,s=1/0;for(let l=0;l<n;l++)for(let c=0;c<e;c++){let d=(l*e+c)*4,u=ka(t[d],t[d+1],t[d+2]);if(u<0||u>=r)continue;let m=c-i,p=l-o,h=m*m+p*p;h<s&&(s=h,a=u)}return a}function vr(t,e,n,i,o,r){let a=t-n.left,s=e-n.top,l=Math.round(a*i),c=Math.round((n.height-s)*i);return{x:Math.max(0,Math.min(o-1,l)),y:Math.max(0,Math.min(r-1,c))}}var La=["uSeatRadius","uSeatScale","uMinPixels","uPixelToWorld"],Ut=class{constructor(e,n,i,o,r){this.seatScene=new Mn;this.chairScene=new Mn;this.solidScene=new Mn;this.target=null;this.restoreClear=[0,0,0];this.renderer=e,this.gl=e.gl,this.maxIndex=r,this.seatProg=lr(this.gl),this.chairProg=ur(this.gl),this.depthProg=mr(this.gl);let a=new vn(this.gl,{geometry:n,program:this.seatProg});a.frustumCulled=!1,a.setParent(this.seatScene);let s=new vn(this.gl,{geometry:i,program:this.chairProg});s.frustumCulled=!1,s.setParent(this.chairScene);let l=new vn(this.gl,{geometry:o,program:this.depthProg});l.frustumCulled=!1,l.setParent(this.solidScene)}setRestoreClear(e){this.restoreClear=[e[0],e[1],e[2]]}syncFromSeatProgram(e){for(let i of La)this.seatProg.uniforms[i].value=e.uniforms[i].value;let n=e.uniforms.uFocusFloor.value;this.seatProg.uniforms.uFocusFloor.value=n,this.chairProg.uniforms.uFocusFloor.value=n,this.depthProg.uniforms.uFocusFloor.value=n}ensureTarget(){let e=this.gl.drawingBufferWidth,n=this.gl.drawingBufferHeight;return this.target&&(this.target.width!==e||this.target.height!==n)&&this.destroyTarget(),this.target||(this.target=new _a(this.gl,{width:e,height:n,depth:!0})),this.target}destroyTarget(){if(!this.target)return;let e=this.gl;this.target.buffer&&e.deleteFramebuffer(this.target.buffer);for(let n of this.target.textures??[])n.texture&&e.deleteTexture(n.texture);this.target.depthBuffer&&e.deleteRenderbuffer(this.target.depthBuffer),this.target=null}pick(e,n,i,o){let r=this.gl,a=this.ensureTarget(),s=r.drawingBufferWidth,l=r.drawingBufferHeight,c=Math.max(0,n-o),d=Math.max(0,i-o),u=Math.max(1,Math.min(s,n+o+1)-c),m=Math.max(1,Math.min(l,i+o+1)-d);r.enable(r.SCISSOR_TEST),r.scissor(c,d,u,m);let[p,h,f]=this.restoreClear;r.clearColor(0,0,0,1),this.renderer.render({scene:this.solidScene,camera:e,target:a,clear:!0}),this.renderer.render({scene:this.seatScene,camera:e,target:a,clear:!1}),this.renderer.render({scene:this.chairScene,camera:e,target:a,clear:!1}),r.clearColor(p,h,f,1),r.disable(r.SCISSOR_TEST);let y=new Uint8Array(u*m*4);return this.renderer.bindFramebuffer(a),r.readPixels(c,d,u,m,r.RGBA,r.UNSIGNED_BYTE,y),this.renderer.bindFramebuffer(),gr(y,u,m,n-c,i-d,this.maxIndex)}dispose(){this.destroyTarget(),this.seatProg.remove(),this.chairProg.remove(),this.depthProg.remove()}};function Mr(t,e){let n=[];for(let i of e)t.has(i.seatId)?t.set(i.seatId,st(i.state)):n.push(i);return n}function Sr(t,e,n){let i=new Set;for(let a of e)(t.has(a)||n(a)!==void 0)&&i.add(a);let o=new Map(t),r=[];for(let[a,s]of t)i.has(a)||(r.push({seatId:a,state:ye[s]??"available"}),o.delete(a));for(let a of i){if(o.has(a))continue;let s=n(a);s!==void 0&&(o.set(a,s),r.push({seatId:a,state:"selected"}))}return{updates:r,next:o}}import{Quat as yt,Vec3 as Va}from"ogl";function Ba(t,e){return[t[0]-e[0],t[1]-e[1],t[2]-e[2]]}function wr(t,e){return[t[0]+e[0],t[1]+e[1],t[2]+e[2]]}function Oa(t,e){return[t[0]*e,t[1]*e,t[2]*e]}function Pr(t){let e=Math.hypot(t[0],t[1],t[2]);return e>1e-6?[t[0]/e,t[1]/e,t[2]/e]:[0,0,0]}function Sn(t){let e=Math.max(0,Math.min(1,t));return e*e*e*(e*(e*6-15)+10)}function wn(t,e){return Math.max(0,Math.min(1,t+e))}function Ar(t,e){let n=t.length;if(n===0)return[0,0,0];if(n===1)return[...t[0]];let i=Math.max(0,Math.min(1,e)),o=n-1,r=Math.floor(i*o);r>=o&&(r=o-1);let a=i*o-r,s=t[Math.max(0,r-1)],l=t[r],c=t[r+1],d=t[Math.min(n-1,r+2)],u=a*a,m=u*a,p=[0,0,0];for(let h=0;h<3;h++)p[h]=.5*(2*l[h]+(-s[h]+c[h])*a+(2*s[h]-5*l[h]+4*c[h]-d[h])*u+(-s[h]+3*l[h]-3*c[h]+d[h])*m);return p}function Pn(t,e,n,i,o){let r=Pr(Ba(e,n));r[0]===0&&r[1]===0&&r[2]===0&&(r=[0,0,1]);let a=wr(wr(e,Oa(r,2.5)),[0,1.5,0]),s=[e[0]-i[0],0,e[2]-i[2]],l=Pr(s);l[0]===0&&l[2]===0&&(l=[r[0],0,r[2]]);let c=Math.max(1,o),d=[i[0]+l[0]*c*1.3,i[1]+c*.75,i[2]+l[2]*c*1.3];return{waypoints:[t,d,a],finalPos:a}}function An(t,e,n=35,i=28){let o=Sn(e),r=Ar(t,o),a=Sn(Math.max(0,Math.min(1,(e-.66)/.34)));return{pos:r,fov:n+(i-n)*a,eased:o}}function Ir(t,e,n){let i=t.position.clone(),o=new yt().copy(t.quaternion);t.position.set(e[0],e[1],e[2]),t.lookAt(new Va(n[0],n[1],n[2]));let r=new yt().copy(t.quaternion);return t.position.copy(i),t.quaternion.copy(o),r}var Yt=class{constructor(e){this.active=!1;this.waypoints=[];this.startQuat=new yt;this.endQuat=new yt;this.outQuat=new yt;this.startTime=0;this.duration=2500;this.endFov=28;this.resolveFn=null;this.camera=e}start(e,n,i,o=2500,r=28){return this.settle(),this.waypoints=e,this.startQuat.copy(n),this.endQuat.copy(i),this.duration=o,this.endFov=r,this.startTime=performance.now(),this.active=!0,new Promise(a=>{this.resolveFn=a})}update(e){if(!this.active)return!1;let n=Math.min(1,(e-this.startTime)/this.duration),{pos:i,fov:o,eased:r}=An(this.waypoints,n,35,this.endFov);return this.camera.position.set(i[0],i[1],i[2]),this.outQuat.copy(this.startQuat).slerp(this.endQuat,wn(r,.15)),this.camera.quaternion.copy(this.outQuat),this.camera.fov=o,this.camera.updateProjectionMatrix(),n>=1?(this.settle(),!1):!0}cancel(){this.settle()}settle(){this.active=!1;let e=this.resolveFn;this.resolveFn=null,e&&e()}};var Na=1.02,za=1.5;function Fr(t,e,n=0,i){let o=Number.isFinite(i)?n+i:t[1]+Na;return{eye:[t[0],o,t[2]],focal:[e.x*A,n+za,e.y*A]}}var Cn=null;function Tr(){return Cn??=import("../openPanorama-ALLZ6ADE.js").catch(t=>{throw Cn=null,t}),Cn}var Er=()=>typeof performance<"u"&&performance.now?performance.now():Date.now(),Xt=class{constructor(e){this.orbitLatched=!1;this.panoramaOpenedAt=0;this.cb=e}emit(e,n){if(this.cb)try{this.cb(e,n)}catch{}}opened(e,n,i,o){this.emit("3d_opened",{seats:e,hasHeights:n,...i===void 0?{}:{buildMs:Math.round(i)},...o===void 0?{}:{prepSource:o}})}orbitEngaged(){this.orbitLatched||(this.orbitLatched=!0,this.emit("3d_orbit_engaged"))}seatPicked(e,n){this.emit("3d_seat_picked",{seatId:e,sectionId:n})}cinematicPlayed(e){this.emit("3d_cinematic_played",{durationMs:e,reducedMotion:!1})}cinematicSkipped(){this.emit("3d_cinematic_skipped",{reducedMotion:!0})}cinematicCancelled(){this.emit("3d_cinematic_cancelled")}panoramaOpened(){this.panoramaOpenedAt=Er(),this.emit("3d_panorama_opened")}panoramaClosed(){let e=this.panoramaOpenedAt?Math.round(Er()-this.panoramaOpenedAt):0;this.panoramaOpenedAt=0,this.emit("3d_panorama_closed",{viewMs:e})}panoramaFailed(e,n){this.emit("3d_panorama_failed",{seatId:e,phase:n})}panoramaFallback(e){this.emit("3d_panorama_fallback",{seatId:e})}contextLost(){this.emit("3d_context_lost")}contextRestored(){this.emit("3d_context_restored")}};function Dr(t){let e=t.style.position;return getComputedStyle(t).position!=="static"?()=>{}:(t.style.position="relative",()=>{t.style.position==="relative"&&(t.style.position=e)})}function kr(t){let{container:e,model:n,opts:i,expandedSeatById:o,seatIdsByRow:r,isNarrow:a}=t,s=null,l=()=>{if(!s)return;let u=a();Object.assign(s.style,u?{left:"12px",right:"12px",bottom:"70px",transform:"none",justifyContent:"center"}:{left:"50%",right:"auto",bottom:"18px",transform:"translateX(-50%)",justifyContent:"initial"})},c=()=>{s?.remove(),s=null};return{show:(u,m,p=!1)=>{if(c(),t.isDisposed())return null;let h=document.createElement("div");h.setAttribute("role","group"),Object.assign(h.style,{position:"absolute",display:"flex",flexDirection:"column",alignItems:"center",gap:"6px",zIndex:"4"});let f=o.get(u),y=f?.sectionId?n.sections.find(D=>D.id===f.sectionId):void 0,x=f?.label??u;h.setAttribute("aria-label",`Explore views near ${y?.label?`${y.label}, `:""}seat ${x}`);let b=document.createElement("span");b.textContent=["Live 3D seat view",y?.label,x].filter(Boolean).join(" \xB7 "),Object.assign(b.style,{maxWidth:"min(320px, calc(100vw - 32px))",padding:"5px 10px",borderRadius:"999px",overflow:"hidden",color:"#d9e3f5",background:"rgba(12,18,32,0.72)",font:"600 11px/1.2 inherit",textOverflow:"ellipsis",whiteSpace:"nowrap",backdropFilter:"blur(6px)"}),h.appendChild(b);let S=document.createElement("div");Object.assign(S.style,{display:"flex",alignItems:"center",justifyContent:"center",gap:"6px"}),h.appendChild(S);let I=f?.rowId?r.get(f.rowId):void 0,w=I?.indexOf(u)??-1,g=w>=0?[I?.[w-1],I?.[w+1]]:[void 0,void 0],T=(D,_,G,N=!1)=>{let v=document.createElement("button");v.type="button",v.textContent=D,v.setAttribute("aria-label",_),Object.assign(v.style,{minHeight:"44px",padding:N?"10px 16px":"10px",borderRadius:"999px",background:"rgba(12,18,32,0.78)",color:"#eef1f8",border:"1px solid rgba(150,165,205,0.4)",backdropFilter:"blur(6px)",font:"600 13px/1 inherit",cursor:"pointer",whiteSpace:"nowrap"}),N||(v.style.minWidth="44px"),N&&(v.dataset.panoramaTrigger=""),v.addEventListener("click",G),S.appendChild(v)};if(g[0]){let D=o.get(g[0])?.label??g[0];T("\u2039",`View previous seat ${D}`,()=>{t.flyToSeat(g[0])})}if(i.getSeatView){let D=i.seatViewActionLabel?.(u)??"Open 360\xB0 panorama";T(p?`\u21BB Retry ${D}`:`\u25C9 ${D}`,`${p?"Retry":D} from seat ${x}`,()=>{if(t.isDisposed()||m!==t.flightGen()){c();return}c(),t.openPanorama(u,400,m)},!0)}if(g[1]){let D=o.get(g[1])?.label??g[1];T("\u203A",`View next seat ${D}`,()=>{t.flyToSeat(g[1])})}return S.childElementCount?(e.appendChild(h),s=h,l(),h):null},remove:c,layout:l}}function _r(t){let{container:e,orbit:n,isNarrow:i}=t,o=document.createElement("div"),r=!1;o.className="sl-3d-navigation-controls",Object.assign(o.style,{position:"absolute",right:"14px",bottom:"14px",display:"flex",zIndex:"4",flexDirection:"column",alignItems:"flex-end",gap:"7px"});let a=document.createElement("div");a.setAttribute("role","group"),a.setAttribute("aria-label","3D drag mode"),Object.assign(a.style,{display:"flex",flexDirection:"column",gap:"6px",alignItems:"flex-end"});let s=document.createElement("div");s.setAttribute("role","group"),s.setAttribute("aria-label","3D view controls"),Object.assign(s.style,{display:"flex",flexDirection:"column",gap:"6px",alignItems:"flex-end"});let l=document.createElement("button");l.type="button",l.textContent="\u21BB",l.setAttribute("aria-label","Drag to rotate the 3D venue"),l.dataset.tooltip="Rotate venue";let c=document.createElement("button");c.type="button",c.textContent="\u2725",c.setAttribute("aria-label","Drag to move the 3D venue left, right, up or down"),c.dataset.tooltip="Move venue";let d=document.createElement("button");d.type="button",d.textContent="\u2212",d.setAttribute("aria-label","Zoom out of the 3D venue"),d.dataset.tooltip="Zoom out";let u=document.createElement("button");u.type="button",u.textContent="+",u.setAttribute("aria-label","Zoom into the 3D venue"),u.dataset.tooltip="Zoom in";for(let f of[l,c,d,u])f.className="sl-3d-icon-control",Object.assign(f.style,{width:"44px",minWidth:"44px",minHeight:"44px",padding:"9px",border:"1px solid rgba(150,165,205,0.35)",borderRadius:"999px",color:"#c9d4ea",background:"rgba(12,18,32,0.82)",font:"600 17px/1 inherit",backdropFilter:"blur(6px)",cursor:"pointer",whiteSpace:"nowrap"});a.append(l,c),s.append(u,d);let m=f=>{n.setPrimaryDragMode(f);let y=f==="orbit";l.setAttribute("aria-pressed",String(y)),c.setAttribute("aria-pressed",String(!y)),l.style.background=y?"rgba(96,110,150,0.68)":"rgba(12,18,32,0.82)",c.style.background=y?"rgba(12,18,32,0.82)":"rgba(96,110,150,0.68)",o.title=y?"Drag to rotate \xB7 Shift-drag to move":"Drag to move \xB7 Shift-drag to rotate"};l.addEventListener("click",()=>m("orbit")),c.addEventListener("click",()=>m("pan")),d.addEventListener("click",()=>n.zoomBy(1.22)),u.addEventListener("click",()=>n.zoomBy(.82)),o.append(a,s),m("orbit"),e.appendChild(o);let p=()=>{let f=i();o.style.display=r?"none":"flex",o.style.right=f?"12px":"14px",o.style.bottom=f?"calc(env(safe-area-inset-bottom, 0px) + 76px)":"14px",a.style.display=f?"none":"flex",u.style.display=f?"none":"",d.style.display=f?"none":""};return p(),{element:o,utilityControls:s,setNavigationMode:m,setSeatViewLocked:f=>{r=f,n.setInteractionEnabled(!f),p()},seatViewLocked:()=>r,layout:p}}function Lr(t){let{glctx:e,orbit:n,model:i,seats:o,opts:r,cinematic:a,analytics:s,seatIdByIndex:l,sectionIdBySeatId:c,tapSlop:d,tapMs:u,cancelFlight:m,focusSectionCamera:p,setSelection:h,ensureSeatView:f}=t,y=0,x=0,b=0,S=-1,I=!1,w=!1,g=N=>{t.seatViewLocked()||S===-1&&(S=N.pointerId,y=N.clientX,x=N.clientY,b=performance.now(),I=!1,w=a.active,a.active&&(s.cinematicCancelled(),m(),r.onViewTargetChange?.(null)))},T=N=>{N.pointerId===S&&Math.hypot(N.clientX-y,N.clientY-x)>d&&(I=!0)},D=(N,v,M,R,C)=>{let L=e.canvas.getBoundingClientRect(),E=e.canvas.clientWidth||L.width||1,P=e.canvas.clientHeight||L.height||1,F=N-L.left,O=v-L.top,H=R*R,z=-1,B=H,U=1/0;for(let K of o){if(M&&K.sectionId!==M)continue;let Y=i.seats.idToIndex.get(K.id);if(Y===void 0)continue;if(C){let ae=Math.round(i.seats.iState[Y]??0);if(ae!==0&&ae!==3)continue}let j=Y*3,q=Be(n.camera.projectionViewMatrix,[i.seats.iPosition[j],i.seats.iPosition[j+1]+.55,i.seats.iPosition[j+2]],E,P);if(!q.visible)continue;let ne=q.x-F,oe=q.y-O,$=ne*ne+oe*oe;($<B||Math.abs($-B)<1&&q.depth<U)&&(z=Y,B=$,U=q.depth)}return z},_=(N,v)=>{let M=t.gpu(),R=t.pick();if(!M||!R)return-1;R.syncFromSeatProgram(M.seatProgram);let C=e.canvas.getBoundingClientRect(),L=e.renderer.dpr,{x:E,y:P}=vr(N,v,C,L,e.gl.drawingBufferWidth,e.gl.drawingBufferHeight),F=Math.max(2,Math.round(8*L));return R.pick(n.camera,E,P,F)};return{onDown:g,onMove:T,onUp:N=>{if(N.pointerId!==S)return;let v=!I&&performance.now()-b<u;if(S=-1,w){w=!1;return}let M=t.gpu(),R=t.pick();if(!v||!M||!R)return;let C=_(N.clientX,N.clientY);if(t.focusedSectionId()&&C>=0){let P=l[C],F=P?c.get(P):void 0;if(F&&F!==t.focusedSectionId()&&p(F))return}if(t.focusedSectionId()&&C<0&&(C=D(N.clientX,N.clientY,t.focusedSectionId(),44,!1)),t.focusedSectionId()&&C<0){let P=D(N.clientX,N.clientY,null,72,!1),F=P>=0?l[P]:void 0,O=F?c.get(F):void 0;if(O&&O!==t.focusedSectionId()&&p(O))return}if(!t.focusedSectionId()){C<0&&(C=D(N.clientX,N.clientY,null,42,!1));let P=C>=0?l[C]:void 0,F=P?c.get(P):void 0;if(F&&p(F))return}if(C<0||C>=l.length){t.selection().size&&(h([]),r.onViewTargetChange?.(null));return}let L=l[C],E=ye[Math.round(i.seats.iState[C]??0)]??"available";if(E!=="available"&&E!=="selected"){r.onSeatInspect?.(L,E);return}if(t.selection().has(L)&&t.selection().size===1){h([]),r.onViewTargetChange?.(null);return}h([L]),f(L),s.seatPicked(L,c.get(L)),r.onSeatPick?.(L)}}}var Wt=class{constructor(e,n){this.minX=0;this.minZ=0;this.cell=1;this.cols=1;this.rows=1;this.cellStart=null;this.cellItems=null;this.iPosition=e,this.count=n}ensureGrid(){if(this.cellStart||this.count===0)return;let e=this.iPosition,n=1/0,i=1/0,o=-1/0,r=-1/0;for(let p=0;p<this.count;p++){let h=e[p*3],f=e[p*3+2];h<n&&(n=h),h>o&&(o=h),f<i&&(i=f),f>r&&(r=f)}let a=Math.max(o-n,.001),s=Math.max(r-i,.001);this.cell=Math.max(Math.sqrt(a*s*4/this.count),.25),this.cols=Math.max(1,Math.ceil(a/this.cell)+1),this.rows=Math.max(1,Math.ceil(s/this.cell)+1),this.minX=n,this.minZ=i;let l=this.cols*this.rows,c=new Int32Array(l+1),d=p=>{let h=Math.min(this.cols-1,Math.max(0,Math.floor((e[p*3]-n)/this.cell)));return Math.min(this.rows-1,Math.max(0,Math.floor((e[p*3+2]-i)/this.cell)))*this.cols+h};for(let p=0;p<this.count;p++)c[d(p)+1]++;for(let p=0;p<l;p++)c[p+1]+=c[p];let u=new Int32Array(this.count),m=c.slice(0,l);for(let p=0;p<this.count;p++)u[m[d(p)]++]=p;this.cellStart=c,this.cellItems=u}gather(e,n,i,o){this.ensureGrid();let r=this.cellStart,a=this.cellItems;if(!r||!a)return 0;let s=o.length,l=i*i,c=Math.floor((e-this.minX)/this.cell),d=Math.floor((n-this.minZ)/this.cell),u=Math.ceil(i/this.cell)+1,m=this.iPosition,p=0;for(let h=0;h<=u&&p<s;h++){let f=d-h,y=d+h,x=c-h,b=c+h;for(let S=f;S<=y&&p<s;S++){if(S<0||S>=this.rows)continue;let I=S===f||S===y;for(let w=x;w<=b&&p<s;w++){if(!I&&w!==x&&w!==b){w=b-1;continue}if(w<0||w>=this.cols)continue;let g=S*this.cols+w;for(let T=r[g],D=r[g+1];T<D&&p<s;T++){let _=a[T],G=m[_*3]-e,N=m[_*3+2]-n;G*G+N*N<=l&&(o[p++]=_)}}}}return p}};var jt=class{constructor(e){this.ctx=e;this.detailVisible=!1;this.seatDetailMix=0;this.structureDetailMix=0;this.nearBuf=new Int32Array(It);this.lastGatherX=1/0;this.lastGatherZ=1/0;this.nearIndex=new Wt(e.model.seats.iPosition,e.model.seats.count)}forceRegather(){this.lastGatherX=1/0}setDetailEnabled(e){let n=this.ctx.gpu();e||(this.detailVisible=!1),this.lastGatherX=1/0,this.lastGatherZ=1/0,!e&&n?.nearSeatCount()&&n.setNearSeats(this.nearBuf,0)}update(e){let{model:n}=this.ctx,i=this.ctx.gpu();if(!i)return;if(!e){i.nearSeatCount()&&i.setNearSeats(this.nearBuf,0);return}let o=this.ctx.orbit().camera.position;if(Math.hypot(o.x-this.lastGatherX,o.z-this.lastGatherZ)<nn)return;if(this.lastGatherX=o.x,this.lastGatherZ=o.z,Math.hypot(o.x-n.bounds.center[0],o.z-n.bounds.center[2])-n.bounds.radius>tn){i.nearSeatCount()&&i.setNearSeats(this.nearBuf,0);return}let s=this.nearIndex.gather(o.x,o.z,tn,this.nearBuf);s===0&&i.nearSeatCount()===0||i.setNearSeats(this.nearBuf,s)}ease(e,n,i){let o=1-Math.exp(-e*9),r=1-Math.exp(-e*20);this.seatDetailMix+=(n-this.seatDetailMix)*(n>this.seatDetailMix?o:r),this.structureDetailMix+=(i-this.structureDetailMix)*(i>this.structureDetailMix?o:r),Math.abs(n-this.seatDetailMix)<.01&&(this.seatDetailMix=n),Math.abs(i-this.structureDetailMix)<.01&&(this.structureDetailMix=i)}};import{Quat as Ga,Vec3 as Ha}from"ogl";function Br(t){let{container:e,model:n,opts:i,orbit:o,cinematic:r,analytics:a,loop:s,labelOverlay:l,stageAzimuth:c,overviewFraming:d}=t,u=0,m=-1,p=(w,g,T=28)=>{o.camera.position.set(w[0],w[1],w[2]),o.camera.lookAt(new Ha(g[0],g[1],g[2])),o.camera.fov=T,o.camera.updateProjectionMatrix()},h=document.createElement("button");h.className="sl-3d-overview-control sl-3d-icon-control",h.type="button",h.textContent="\u2302",h.setAttribute("aria-label","Fit the active level or whole venue in view"),h.dataset.tooltip="Fit view",Object.assign(h.style,{width:"44px",minWidth:"44px",minHeight:"44px",padding:"9px",borderRadius:"999px",background:"rgba(12,18,32,0.72)",color:"#c9d4ea",border:"1px solid rgba(150,165,205,0.35)",backdropFilter:"blur(6px)",font:"600 11px/1 inherit",cursor:"pointer",whiteSpace:"nowrap"});let f=()=>{h.textContent="\u2302"};f();let y=w=>{m=w;let g=t.gpu();g&&(g.seatProgram.uniforms.uFocusFloor.value=w,g.solidProgram.uniforms.uFocusFloor.value=w,g.chairProgram.uniforms.uFocusFloor.value=w),t.showSectionSeatLabels(null)},x=()=>{if(t.isDisposed())return;i.onViewTargetChange?.(null),i.onSectionFocusChange?.(null),t.panorama()&&(t.panorama().dispose(),t.setPanorama(null),a.panoramaClosed()),t.setPanoramaSphereVisible(!1),t.panoramaLoadAbort()?.abort(),t.setPanoramaLoadAbort(null),t.restorePanoramaLayer(),h.style.display="",l.setVisible(!0),t.setFrozen(!1);let w=m>=0?n.floors[m]:null;if(t.setNearFieldDetailEnabled(!!w),t.setSeatViewLocked(!1),b(),t.removeArriveChip(),t.setNavigationMode("orbit"),w){let g=w.focalWorld[0]-w.center[0],T=w.focalWorld[2]-w.center[2],D=Math.hypot(g,T)>w.radius*.12?Math.atan2(g,T):c,_={center:w.center,radius:w.radius,box:w.box},G={polarDeg:58,margin:1.12};t.reducedMotion()?o.frame(_,!1,D,!1,G):o.frameSoft(_,D,!1,G)}else t.reducedMotion()?o.frame(n.bounds,!1,c,i.portraitOverviewCrop===!0,d):o.frameSoft(n.bounds,c,i.portraitOverviewCrop===!0,d);t.showSectionSeatLabels(null),s.requestRender()},b=()=>{u++,t.panoramaLoadAbort()?.abort(),t.setPanoramaLoadAbort(null),r.active&&(r.cancel(),o.resumeAfterFlight(n.focalWorld))},S=w=>{if(t.isDisposed()||!t.gpu())return Promise.resolve();let g=n.seats.idToIndex.get(w);if(g===void 0)return Promise.resolve();t.setNearFieldDetailEnabled(!0),i.onViewTargetChange?.(w),t.panorama()&&(t.panorama().dispose(),t.setPanorama(null),t.setPanoramaSphereVisible(!1),h.style.display="",t.restorePanoramaLayer()),t.panoramaLoadAbort()?.abort(),t.setPanoramaLoadAbort(null),t.setFrozen(!1),t.setSeatViewLocked(!1);let T=++u;t.removeArriveChip();let{eye:D,focal:_}=t.resolvedSeatViewPose(w,g),G=[o.camera.position.x,o.camera.position.y,o.camera.position.z],N=Pn(G,D,_,n.bounds.center,n.bounds.radius),v=i.arriveAtSeatEye?D:N.finalPos,M=i.arriveAtSeatEye?e.clientWidth/Math.max(1,e.clientHeight)<.7?90:65:28,R=[N.waypoints[0],N.waypoints[1],v];if(l.setVisible(!1),t.reducedMotion())return p(v,_,M),s.requestRender(),a.cinematicSkipped(),t.isDisposed()||o.syncFromCamera(),t.setSeatViewLocked(i.arriveAtSeatEye===!0),t.showArriveChip(w,T),Promise.resolve();let C=new Ga().copy(o.camera.quaternion),L=Ir(o.camera,v,_);return s.requestRender(),r.start(R,C,L,2500,M).then(()=>{t.isDisposed()||T!==u||(a.cinematicPlayed(2500),o.resumeAfterFlight(_),t.setSeatViewLocked(i.arriveAtSeatEye===!0),s.requestRender(),t.showArriveChip(w,T))})},I=w=>{let g=n.sections.find(G=>G.id===w);if(!g||g.seatCount===0)return!1;t.setNearFieldDetailEnabled(!0),t.setSeatViewLocked(!1),r.cancel(),t.removeArriveChip(),n.floors.length>1&&m!==g.floorIndex&&y(g.floorIndex),t.setNavigationMode("pan"),t.showSectionSeatLabels(w);let T=g.focalWorld[0]-g.center[0],D=g.focalWorld[2]-g.center[2],_=Math.hypot(T,D)>g.radius*.12?Math.atan2(T,D):void 0;return o.frame({center:g.center,radius:Math.max(5,g.radius*.5)},!1,_),i.onSectionFocusChange?.(w),s.requestRender(),!0};return h.addEventListener("click",x),{overviewChip:h,layoutOverviewChip:f,flightGen:()=>u,focusedFloor:()=>m,applyFloorFocus:y,placeCameraFinal:p,cancelFlight:b,focusOverview:x,flyToSeat:S,focusSectionCamera:I}}function Or(t){let e=performance.now();return{model:bt(t),buildMs:performance.now()-e,source:"main"}}function Ua(t){return typeof Worker>"u"?Promise.resolve(Or(t)):new Promise(e=>{let n=new Worker(new URL("./scene/scene.worker.ts",import.meta.url),{type:"module"}),i=!1,o=s=>{i||(i=!0,clearTimeout(a),n.terminate(),e(s))},r=()=>o(Or(t)),a=window.setTimeout(r,15e3);n.onerror=r,n.onmessage=s=>{o({model:s.data.model,buildMs:s.data.buildMs,source:"worker"})},n.postMessage(t)})}var Ya=Math.PI/180,Xa=6,Wa=500;function vu(t,e,n={}){let i=performance.now(),o=e.prepared?.model??bt(e),r=new Xt(n.onAnalytics),a=new Array(o.seats.count);for(let[k,V]of o.seats.idToIndex)a[V]=k;let s=new Map(e.seats.map(k=>[k.id,k])),l=new Map;for(let k of e.seats){if(!k.rowId)continue;let V=l.get(k.rowId);V?V.push(k.id):l.set(k.rowId,[k.id])}let c=new Map;for(let k of e.seats)c.set(k.id,k.sectionId);let d=e.doc.floors?.some(V=>(V.baseHeightM??0)>0)?!0:(e.doc.floors?.flatMap(V=>V.objects)??e.doc.objects).some(V=>V.type==="section"&&((V.height??0)>0||(V.rake??0)>0)),u=null,m=null,p=!1,h=!1,f=!1,y=new Map,x=null,b=null,S=null,I=new Map,w=null,g=()=>{S===null&&(S=t.style.zIndex,t.style.zIndex="20")},T=()=>{S!==null&&(t.style.zIndex==="20"&&(t.style.zIndex=S),S=null)},D=!1,_=()=>D?me.focusedFloor():-1,G=()=>{u=xr(R.gl,o),m=new Ut(R.renderer,u.seatGeometry,u.chairGeometry,u.solidGeometry,o.seats.count),R.setClearColor(o.theme.background.top),m.setRestoreClear(o.theme.background.top),u.seatProgram.uniforms.uSeatRadius.value=Ae*o.theme.seatScale,u.seatProgram.uniforms.uFocusFloor.value=_(),u.solidProgram.uniforms.uFocusFloor.value=_(),u.chairProgram.uniforms.uFocusFloor.value=_(),v.forceRegather()},N=!1,v=new jt({model:o,orbit:()=>C,gpu:()=>u}),M=k=>v.setDetailEnabled(k),R=new At(t,{onContextLost:()=>{f||r.contextLost(),p=!0,j.stop(),u=null,m=null},onContextRestored:()=>{G(),p=!1,f||r.contextRestored(),j.requestRender()}}),C=new Ct(R.gl,R.canvas,()=>j.requestRender(),()=>r.orbitEngaged());C.setAspect(R.aspect);let L=(e.doc.floors?.flatMap(k=>k.objects)??e.doc.objects).some(k=>k.type==="section"&&k.physical3dProvenance?.surfaceKind?.status==="inferred"),E=(()=>{if(L&&o.stages.length===0)return;let k=o.focalWorld[0]-o.bounds.center[0],V=o.focalWorld[2]-o.bounds.center[2];return Math.hypot(k,V)>o.bounds.radius*.12?Math.atan2(k,V):void 0})(),P=o.floors.length>1?{polarDeg:48,margin:1.1}:void 0,F=typeof window<"u"&&!!window.matchMedia&&window.matchMedia("(prefers-reduced-motion: reduce)").matches;C.frame(o.bounds,!F&&n.skipInitialOverviewAnimation!==!0,E,n.portraitOverviewCrop===!0,P);let O=new Yt(C.camera),H=Dr(t),z=new Nt(t,{fontFamily:e.doc.theme?.fontFamily,ink:e.doc.theme?.textColor,backgroundRgb:o.theme.background.top}),B=o.labels,U=()=>Go(B,o.floors.length,_());z.setLabels(U());let K=null,Y=k=>{if(K=k,z.setForcedDense(!!k),!k){z.setLabels(U());return}let V=e.seats.filter(W=>W.sectionId===k),X=new Set(V.map(W=>W.id)),Z=new Set(V.map(W=>W.rowId)),J=new Set(y.keys()),ee=new Set(V.filter(W=>J.has(W.id)).map(W=>W.id)),ce=U().filter(W=>W.kind!=="row"&&W.kind!=="seat"||(W.kind==="row"?Z.has(W.id.slice(4)):X.has(W.id.slice(5))&&(ee.size===0||ee.has(W.id.slice(5)))));if(o.seatCount<=6e3&&ee.size===0){z.setLabels(ce);return}let le=ee.size?V.filter(W=>ee.has(W.id)):V,Ne=new Set(le.map(W=>`seat:${W.id}`)),De=le.flatMap(W=>{let de=o.seats.idToIndex.get(W.id);if(de===void 0)return[];let Se=de*3;return[{id:`seat:${W.id}`,kind:"seat",text:W.displayLabel||W.label,anchor:[o.seats.iPosition[Se],o.seats.iPosition[Se+1]+(J.has(W.id)?1.05:.55),o.seats.iPosition[Se+2]]}]});z.setLabels([...ce.filter(W=>!Ne.has(W.id)),...De])};G();let j=new Rt(k=>{if(p||!u||h)return!1;let X=O.active?O.update(performance.now()):C.update(),Z=_()>=0?o.floors[_()]:null,J=Z?.radius??o.bounds.radius,ee=Qn(C.currentDistance,J),ce=N?{center:[C.camera.position.x,C.camera.position.y,C.camera.position.z],radius:520}:o.renderBounds;C.updateClipping(ce);let le=Z?.center??o.renderBounds.center,Ne=Z?.radius??o.renderBounds.radius,De=(we,ot)=>Math.hypot(C.camera.position.x-we[0],C.camera.position.y-we[1],C.camera.position.z-we[2])<=ot*(v.detailVisible?1.8:1.55),W=De(le,Ne);if(!W&&K){let we=o.sections.find(ot=>ot.id===K);we&&(W=De(we.center,Math.max(12,we.radius*2)))}v.detailVisible=W;let de=u.seatProgram.uniforms;de.uSeatScale.value=ee.scale,de.uSeatFade.value=ee.fade;let Se=!!Z&&$n(Z.seatCount,R.canvas.clientWidth||1,R.canvas.clientHeight||1),gt=Jn(o.seats.count,J,C.currentDistance,C.camera.fov,R.canvas.clientHeight||1),nt=v.detailVisible||Se||gt?1:0,vt=v.detailVisible||_()>=0||o.floors.length>1?1:0;return v.ease(k,nt,vt),de.uSeatDetail.value=v.seatDetailMix,u.solidProgram.uniforms.uStructureDetail.value=v.structureDetailMix,de.uMinPixels.value=ee.minPixels,de.uPixelToWorld.value=2*Math.tan(C.camera.fov*Ya/2)/Math.max(1,R.pixelHeight),v.update(v.detailVisible),R.renderer.render({scene:u.background,clear:!0}),R.renderer.render({scene:u.main,camera:C.camera,clear:!1}),z.update(C.camera.projectionViewMatrix,R.canvas.clientWidth||1,R.canvas.clientHeight||1,C.currentDistance,J,[C.camera.position.x,C.camera.position.y,C.camera.position.z]),X||v.seatDetailMix!==nt||v.structureDetailMix!==vt}),q=typeof ResizeObserver<"u"?new ResizeObserver(()=>qt.resize()):null;q?.observe(t);let ne=k=>{let V=J=>{let ee=o.seats.idToIndex.get(J);return ee===void 0?void 0:o.seats.iState[ee]},{updates:X,next:Z}=Sr(y,k,V);if(y=Z,z.setSelectedSeatIds(y.keys()),K&&Y(K),X.length){let J=sn(o.seats,X);u&&u.uploadSeatStateRuns(J),j.requestRender()}},oe=()=>w!==null?w:typeof window<"u"&&!!window.matchMedia&&window.matchMedia("(prefers-reduced-motion: reduce)").matches,$=8,ae=k=>{if(!n.getSeatView)return null;let V=I.get(k);if(!V)for(V=Promise.resolve(n.getSeatView(k)),I.set(k,V),V.catch(()=>{I.get(k)===V&&I.delete(k)});I.size>$;){let X=I.keys().next().value;if(X===void 0)break;I.delete(X)}return V},Oe=(k,V)=>{let X=s.get(k),Z=Math.max(0,Math.round(o.seats.iFloor[V]??0)),J=e.doc.floors?.[Z],ee=o.floors[Z],ce=J?.focalPoint??e.doc.focalPoint,le=ee?{x:ee.focalWorld[0]/A,y:ee.focalWorld[2]/A}:ce,Ne=X?.focalPoint?{x:X.focalPoint.x+le.x-ce.x,y:X.focalPoint.y+le.y-ce.y}:le,De=[o.seats.iPosition[V*3],o.seats.iPosition[V*3+1],o.seats.iPosition[V*3+2]];return Fr(De,Ne,J?.baseHeightM??0,X?.eyeHeightM)},Ve=()=>(t.clientWidth||R.canvas.clientWidth)<=520,xe=null,Ie=null,Fe=async(k,V,X)=>{if(!n.getSeatView||f||X!==me.flightGen())return;let Z;try{Z=await Tr()}catch{if(r.panoramaFailed(k,"mount"),!f&&X===me.flightGen()){let J=he(k,X,!0);requestAnimationFrame(()=>J?.querySelector("[data-panorama-trigger]")?.focus())}return}if(!(f||X!==me.flightGen()||!xe))return Ie??=Z.createOpenPanorama(xe),Ie(k,V,X)},ge=kr({container:t,model:o,opts:n,expandedSeatById:s,seatIdsByRow:l,isNarrow:Ve,isDisposed:()=>f,flightGen:()=>me.flightGen(),flyToSeat:k=>In(k),openPanorama:(k,V,X)=>Fe(k,V,X)}),he=ge.show,se=ge.remove,je=ge.layout,ve=_r({container:t,orbit:C,isNarrow:Ve}),Ke=ve.element,Me=ve.setNavigationMode,Te=ve.setSeatViewLocked,xt=ve.layout,Vr=ve.utilityControls,me=Br({container:t,model:o,opts:n,orbit:C,cinematic:O,analytics:r,loop:j,labelOverlay:z,stageAzimuth:E,overviewFraming:P,gpu:()=>u,isDisposed:()=>f,panorama:()=>x,setPanorama:k=>{x=k},setPanoramaSphereVisible:k=>{N=k},panoramaLoadAbort:()=>b,setPanoramaLoadAbort:k=>{b=k},setFrozen:k=>{h=k},restorePanoramaLayer:T,reducedMotion:oe,resolvedSeatViewPose:Oe,showSectionSeatLabels:Y,setNearFieldDetailEnabled:M,setSeatViewLocked:Te,setNavigationMode:Me,showArriveChip:he,removeArriveChip:se});D=!0;let Kt=me.overviewChip,Nr=me.layoutOverviewChip,zr=me.applyFloorFocus,Gr=me.focusOverview,Rn=me.cancelFlight,In=me.flyToSeat,Fn=me.focusSectionCamera;Vr.appendChild(Kt),xe={container:t,model:o,opts:n,analytics:r,orbit:C,loop:j,seatsById:s,ensureSeatView:ae,resolvedSeatViewPose:Oe,gpu:()=>u,gl:R.gl,isContextLost:()=>p,isDisposed:()=>f,flightGen:()=>me.flightGen(),setPanorama:k=>{x=k},getLoadAbort:()=>b,setLoadAbort:k=>{b=k},setPanoramaSphereVisible:k=>{N=k},setFrozen:k=>{h=k},raisePanoramaLayer:g,restorePanoramaLayer:T,getOverviewChip:()=>Kt,labelOverlay:z,reducedMotion:oe,removeArriveChip:se,showArriveChip:he};let Ee=Lr({glctx:R,orbit:C,model:o,seats:e.seats,opts:n,cinematic:O,analytics:r,seatIdByIndex:a,sectionIdBySeatId:c,tapSlop:Xa,tapMs:Wa,gpu:()=>u,pick:()=>m,seatViewLocked:()=>ve.seatViewLocked(),focusedSectionId:()=>K,selection:()=>y,cancelFlight:Rn,focusSectionCamera:Fn,setSelection:ne,ensureSeatView:ae});R.canvas.addEventListener("pointerdown",Ee.onDown),R.canvas.addEventListener("pointermove",Ee.onMove),R.canvas.addEventListener("pointerup",Ee.onUp),R.canvas.addEventListener("pointercancel",Ee.onUp),j.requestRender();let qt={setAvailability(k){let V=Mr(y,k),X=sn(o.seats,V);X.length&&u&&u.uploadSeatStateRuns(X),j.requestRender()},setSelection:ne,flyToSeat:In,focusOverview:Gr,resize(){let{width:k,height:V}=R.resize();C.setAspect(k/Math.max(1,V)),je(),xt(),Nr(),j.requestRender()},stats(){return{...j.stats(),drawCalls:u?u.drawCalls:0,seatCount:o.seatCount}},getQualityEvidence(){let k=j.stats(),V=R.canvas.clientWidth||1,X=R.canvas.clientHeight||1,Z=o.bounds.center,J=Be(C.camera.projectionViewMatrix,[Z[0],o.bounds.box.min[1],Z[2]],V,X),ee=Be(C.camera.projectionViewMatrix,[Z[0],o.bounds.box.max[1],Z[2]],V,X),ce=o.bounds.box,le=[ce.min[0],ce.max[0]].flatMap(W=>[ce.min[1],ce.max[1]].flatMap(de=>[ce.min[2],ce.max[2]].map(Se=>Be(C.camera.projectionViewMatrix,[W,de,Se],V,X)))).filter(W=>Number.isFinite(W.x)&&Number.isFinite(W.y)&&Number.isFinite(W.depth)),Ne=le.length?(()=>{let W=Math.min(...le.map(ze=>ze.x)),de=Math.max(...le.map(ze=>ze.x)),Se=Math.min(...le.map(ze=>ze.y)),gt=Math.max(...le.map(ze=>ze.y)),nt=Math.max(0,W),vt=Math.min(V,de),we=Math.max(0,Se),ot=Math.min(X,gt),Mt=Math.max(0,vt-nt),Zt=Math.max(0,ot-we);return{box:{x:nt,y:we,width:Mt,height:Zt},horizontalFillRatio:Mt/V,verticalFillRatio:Zt/X,visibleAreaRatio:Mt*Zt/(V*X),clippedEdges:[...Se<0?["top"]:[],...de>V?["right"]:[],...gt>X?["bottom"]:[],...W<0?["left"]:[]]}})():void 0,De=String(R.gl.getParameter(R.gl.VERSION)??"");return{viewport:{width:V,height:X},context:{webgl2:/webgl\s*2/i.test(De),lost:p},frame:{rendered:k.rendered,idle:k.idle},camera:{position:[C.camera.position.x,C.camera.position.y,C.camera.position.z],distance:C.currentDistance,verticalFovDeg:C.fovY},scene:{seatCount:o.seatCount,floorCount:o.floors.length,zoneCount:o.zones.length,sectionCount:o.sections.length,authoredRelief:d,renderedVerticalSpanM:Math.max(0,o.bounds.box.max[1]-o.bounds.box.min[1]),projectedReliefPx:J.visible&&ee.visible?Math.abs(J.y-ee.y):0},labels:z.qualityEvidence(),framing:Ne}},getQualityReport(){return gn(qt.getQualityEvidence())},loseContextForTest(){R.simulateContextLossCycle()},floors(){return o.floors},focusFloor(k){if(k!==null&&!o.floors.some(X=>X.index===k))return!1;let V=k??-1;if(M(k!==null),Te(!1),zr(V),Me("orbit"),k===null)O.cancel(),oe()?C.frame(o.bounds,!1,E,n.portraitOverviewCrop===!0,P):C.frameSoft(o.bounds,E,n.portraitOverviewCrop===!0,P);else{let X=o.floors[k];if(X.seatCount>0){O.cancel();let Z=X.focalWorld[0]-X.center[0],J=X.focalWorld[2]-X.center[2],ee=Math.hypot(Z,J)>X.radius*.12?Math.atan2(Z,J):E;C.frame({center:X.center,radius:X.radius,box:X.box},!1,ee,!1,{polarDeg:58,margin:1.12})}}return j.requestRender(),!0},zones(){return o.zones},focusZone(k){let V=o.zones.find(ee=>ee.id===k);if(!V||V.seatCount===0)return!1;M(!1),Te(!1),O.cancel(),Me("orbit"),Y(null),n.onSectionFocusChange?.(null);let X=V.focalWorld[0]-V.center[0],Z=V.focalWorld[2]-V.center[2],J=Math.hypot(X,Z)>V.radius*.12?Math.atan2(X,Z):void 0;return C.frame({center:V.center,radius:V.radius*1.25},!1,J),j.requestRender(),!0},sections(){return o.sections},focusSection(k){return Fn(k)},rows(k){return k?o.rows.filter(V=>V.sectionId===k):o.rows},seatsInRow(k){return e.seats.filter(V=>V.rowId===k).map(V=>({id:V.id,label:V.displayLabel||V.label}))},focusRow(k){let V=o.rows.find(X=>X.id===k);return!V||V.seatCount===0?!1:(M(!0),Te(!1),O.cancel(),Me("pan"),V.sectionId&&(Y(V.sectionId),n.onSectionFocusChange?.(V.sectionId)),C.frame({center:V.center,radius:Math.max(2.5,V.radius*.65)}),j.requestRender(),!0)},setReducedMotionForTest(k){w=k},dispose(){f=!0,se(),Kt.remove(),Ke.remove(),Rn(),j.stop(),z.dispose(),q?.disconnect(),x&&(x.dispose(),x=null),T(),H(),R.canvas.removeEventListener("pointerdown",Ee.onDown),R.canvas.removeEventListener("pointermove",Ee.onMove),R.canvas.removeEventListener("pointerup",Ee.onUp),R.canvas.removeEventListener("pointercancel",Ee.onUp),C.dispose(),m&&m.dispose(),u&&u.dispose(),u=null,m=null,R.dispose()}};return r.opened(o.seatCount,d,e.prepared?.buildMs??performance.now()-i,e.prepared?.source??"inline"),qt}export{da as VENUE3D_QUALITY_REPORT_VERSION,bt as buildSceneModel,gn as inspectVenue3DQualityEvidence,vu as mountVenue3D,Ua as prepareVenue3D};
|